@edgex-web/components 0.1.0-beta.1 → 0.1.0-beta.11
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/components/Deposit/index.d.ts +4 -6
- package/dist/components/Deposit/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/DepositManager.d.ts.map +1 -1
- package/dist/components/Deposit/src/{EVMWalletView.d.ts → evm/WalletView.d.ts} +3 -2
- package/dist/components/Deposit/src/evm/WalletView.d.ts.map +1 -0
- package/dist/components/Deposit/src/evm/index.d.ts +32 -0
- package/dist/components/Deposit/src/evm/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/hooks/useMulticallBalance.d.ts +69 -0
- package/dist/components/Deposit/src/hooks/useMulticallBalance.d.ts.map +1 -0
- package/dist/components/Deposit/src/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/{MPCWalletView.d.ts → mpc/WalletView.d.ts} +2 -4
- package/dist/components/Deposit/src/mpc/WalletView.d.ts.map +1 -0
- package/dist/components/Deposit/src/mpc/index.d.ts +22 -0
- package/dist/components/Deposit/src/mpc/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/selector/Asset.d.ts +20 -0
- package/dist/components/Deposit/src/selector/Asset.d.ts.map +1 -0
- package/dist/components/Deposit/src/selector/Chain.d.ts +16 -0
- package/dist/components/Deposit/src/selector/Chain.d.ts.map +1 -0
- package/dist/components/Deposit/src/selector/index.d.ts +14 -0
- package/dist/components/Deposit/src/selector/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/utils.d.ts +56 -1
- package/dist/components/Deposit/src/utils.d.ts.map +1 -1
- package/dist/components/Deposit/src/walletAdapters.d.ts.map +1 -1
- package/dist/components/Deposit/types/index.d.ts +58 -49
- package/dist/components/Deposit/types/index.d.ts.map +1 -1
- package/dist/components/Deposit/utils/migrateDepositData.d.ts +42 -0
- package/dist/components/Deposit/utils/migrateDepositData.d.ts.map +1 -0
- package/dist/components/Withdraw/index.d.ts +4 -10
- package/dist/components/Withdraw/index.d.ts.map +1 -1
- package/dist/components/Withdraw/src/WithdrawManager.d.ts +10 -0
- package/dist/components/Withdraw/src/WithdrawManager.d.ts.map +1 -0
- package/dist/components/Withdraw/src/evm/WalletView.d.ts +18 -0
- package/dist/components/Withdraw/src/evm/WalletView.d.ts.map +1 -0
- package/dist/components/Withdraw/src/evm/index.d.ts +32 -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 +57 -0
- package/dist/components/Withdraw/types/index.d.ts.map +1 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +6150 -6344
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +37 -56
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +19 -10
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +9 -6
- package/dist/components/Deposit/src/ChainSelector.d.ts +0 -35
- package/dist/components/Deposit/src/ChainSelector.d.ts.map +0 -1
- package/dist/components/Deposit/src/ChainTokenSelector.d.ts +0 -25
- package/dist/components/Deposit/src/ChainTokenSelector.d.ts.map +0 -1
- package/dist/components/Deposit/src/Deposit.d.ts +0 -17
- package/dist/components/Deposit/src/Deposit.d.ts.map +0 -1
- package/dist/components/Deposit/src/EVMWalletView.d.ts.map +0 -1
- package/dist/components/Deposit/src/MPCWalletView.d.ts.map +0 -1
- package/dist/components/Deposit/src/components.d.ts +0 -89
- package/dist/components/Deposit/src/components.d.ts.map +0 -1
package/dist/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(J,f){typeof exports=="object"&&typeof module<"u"?f(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],f):(J=typeof globalThis<"u"?globalThis:J||self,f(J.EdgeXComponents={},J.React,J.ReactDOM))})(this,function(J,f,pe){"use strict";var Uf=Object.defineProperty;var zf=(J,f,pe)=>f in J?Uf(J,f,{enumerable:!0,configurable:!0,writable:!0,value:pe}):J[f]=pe;var We=(J,f,pe)=>zf(J,typeof f!="symbol"?f+"":f,pe);function ar(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 P=ar(f),Mt=ar(pe);var sn={exports:{}},ht={};/**
|
|
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 ur;function rs(){if(ur)return ht;ur=1;var e=f,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 c(u,i,l){var a,p={},m=null,d=null;l!==void 0&&(m=""+l),i.key!==void 0&&(m=""+i.key),i.ref!==void 0&&(d=i.ref);for(a in i)r.call(i,a)&&!s.hasOwnProperty(a)&&(p[a]=i[a]);if(u&&u.defaultProps)for(a in i=u.defaultProps,i)p[a]===void 0&&(p[a]=i[a]);return{$$typeof:t,type:u,key:m,ref:d,props:p,_owner:o.current}}return ht.Fragment=n,ht.jsx=c,ht.jsxs=c,ht}var gt={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,56 +14,48 @@
|
|
|
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 cr;function os(){return cr||(cr=1,process.env.NODE_ENV!=="production"&&function(){var e=f,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"),c=Symbol.for("react.provider"),u=Symbol.for("react.context"),i=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),a=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),d=Symbol.for("react.offscreen"),h=Symbol.iterator,g="@@iterator";function b(v){if(v===null||typeof v!="object")return null;var O=h&&v[h]||v[g];return typeof O=="function"?O:null}var w=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function E(v){{for(var O=arguments.length,M=new Array(O>1?O-1:0),_=1;_<O;_++)M[_-1]=arguments[_];y("error",v,M)}}function y(v,O,M){{var _=w.ReactDebugCurrentFrame,X=_.getStackAddendum();X!==""&&(O+="%s",M=M.concat([X]));var Z=M.map(function(K){return String(K)});Z.unshift("Warning: "+O),Function.prototype.apply.call(console[v],console,Z)}}var C=!1,S=!1,A=!1,L=!1,j=!1,U;U=Symbol.for("react.module.reference");function N(v){return!!(typeof v=="string"||typeof v=="function"||v===r||v===s||j||v===o||v===l||v===a||L||v===d||C||S||A||typeof v=="object"&&v!==null&&(v.$$typeof===m||v.$$typeof===p||v.$$typeof===c||v.$$typeof===u||v.$$typeof===i||v.$$typeof===U||v.getModuleId!==void 0))}function $(v,O,M){var _=v.displayName;if(_)return _;var X=O.displayName||O.name||"";return X!==""?M+"("+X+")":M}function Y(v){return v.displayName||"Context"}function I(v){if(v==null)return null;if(typeof v.tag=="number"&&E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof v=="function")return v.displayName||v.name||null;if(typeof v=="string")return v;switch(v){case r:return"Fragment";case n:return"Portal";case s:return"Profiler";case o:return"StrictMode";case l:return"Suspense";case a:return"SuspenseList"}if(typeof v=="object")switch(v.$$typeof){case u:var O=v;return Y(O)+".Consumer";case c:var M=v;return Y(M._context)+".Provider";case i:return $(v,v.render,"ForwardRef");case p:var _=v.displayName||null;return _!==null?_:I(v.type)||"Memo";case m:{var X=v,Z=X._payload,K=X._init;try{return I(K(Z))}catch{return null}}}return null}var F=Object.assign,W=0,V,B,T,k,D,ee,Q;function q(){}q.__reactDisabledLog=!0;function Te(){{if(W===0){V=console.log,B=console.info,T=console.warn,k=console.error,D=console.group,ee=console.groupCollapsed,Q=console.groupEnd;var v={configurable:!0,enumerable:!0,value:q,writable:!0};Object.defineProperties(console,{info:v,log:v,warn:v,error:v,group:v,groupCollapsed:v,groupEnd:v})}W++}}function Re(){{if(W--,W===0){var v={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:F({},v,{value:V}),info:F({},v,{value:B}),warn:F({},v,{value:T}),error:F({},v,{value:k}),group:F({},v,{value:D}),groupCollapsed:F({},v,{value:ee}),groupEnd:F({},v,{value:Q})})}W<0&&E("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var nt=w.ReactCurrentDispatcher,R;function ne(v,O,M){{if(R===void 0)try{throw Error()}catch(X){var _=X.stack.trim().match(/\n( *(at )?)/);R=_&&_[1]||""}return`
|
|
18
|
+
`+R+v}}var fe=!1,Ye;{var bf=typeof WeakMap=="function"?WeakMap:Map;Ye=new bf}function Bi(v,O){if(!v||fe)return"";{var M=Ye.get(v);if(M!==void 0)return M}var _;fe=!0;var X=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Z;Z=nt.current,nt.current=null,Te();try{if(O){var K=function(){throw Error()};if(Object.defineProperty(K.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(K,[])}catch(he){_=he}Reflect.construct(v,[],K)}else{try{K.call()}catch(he){_=he}v.call(K.prototype)}}else{try{throw Error()}catch(he){_=he}v()}}catch(he){if(he&&_&&typeof he.stack=="string"){for(var H=he.stack.split(`
|
|
19
|
+
`),de=_.stack.split(`
|
|
20
|
+
`),ie=H.length-1,se=de.length-1;ie>=1&&se>=0&&H[ie]!==de[se];)se--;for(;ie>=1&&se>=0;ie--,se--)if(H[ie]!==de[se]){if(ie!==1||se!==1)do if(ie--,se--,se<0||H[ie]!==de[se]){var Ce=`
|
|
21
|
+
`+H[ie].replace(" at new "," at ");return v.displayName&&Ce.includes("<anonymous>")&&(Ce=Ce.replace("<anonymous>",v.displayName)),typeof v=="function"&&Ye.set(v,Ce),Ce}while(ie>=1&&se>=0);break}}}finally{fe=!1,nt.current=Z,Re(),Error.prepareStackTrace=X}var mt=v?v.displayName||v.name:"",rt=mt?ne(mt):"";return typeof v=="function"&&Ye.set(v,rt),rt}function xf(v,O,M){return Bi(v,!1)}function yf(v){var O=v.prototype;return!!(O&&O.isReactComponent)}function rn(v,O,M){if(v==null)return"";if(typeof v=="function")return Bi(v,yf(v));if(typeof v=="string")return ne(v);switch(v){case l:return ne("Suspense");case a:return ne("SuspenseList")}if(typeof v=="object")switch(v.$$typeof){case i:return xf(v.render);case p:return rn(v.type,O,M);case m:{var _=v,X=_._payload,Z=_._init;try{return rn(Z(X),O,M)}catch{}}}return""}var Nt=Object.prototype.hasOwnProperty,Vi={},Ui=w.ReactDebugCurrentFrame;function on(v){if(v){var O=v._owner,M=rn(v.type,v._source,O?O.type:null);Ui.setExtraStackFrame(M)}else Ui.setExtraStackFrame(null)}function wf(v,O,M,_,X){{var Z=Function.call.bind(Nt);for(var K in v)if(Z(v,K)){var H=void 0;try{if(typeof v[K]!="function"){var de=Error((_||"React class")+": "+M+" type `"+K+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof v[K]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw de.name="Invariant Violation",de}H=v[K](O,K,_,M,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ie){H=ie}H&&!(H instanceof Error)&&(on(X),E("%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).",_||"React class",M,K,typeof H),on(null)),H instanceof Error&&!(H.message in Vi)&&(Vi[H.message]=!0,on(X),E("Failed %s type: %s",M,H.message),on(null))}}}var Ef=Array.isArray;function rr(v){return Ef(v)}function Cf(v){{var O=typeof Symbol=="function"&&Symbol.toStringTag,M=O&&v[Symbol.toStringTag]||v.constructor.name||"Object";return M}}function Sf(v){try{return zi(v),!1}catch{return!0}}function zi(v){return""+v}function Hi(v){if(Sf(v))return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Cf(v)),zi(v)}var Gi=w.ReactCurrentOwner,$f={key:!0,ref:!0,__self:!0,__source:!0},Yi,Ki;function Of(v){if(Nt.call(v,"ref")){var O=Object.getOwnPropertyDescriptor(v,"ref").get;if(O&&O.isReactWarning)return!1}return v.ref!==void 0}function Tf(v){if(Nt.call(v,"key")){var O=Object.getOwnPropertyDescriptor(v,"key").get;if(O&&O.isReactWarning)return!1}return v.key!==void 0}function Af(v,O){typeof v.ref=="string"&&Gi.current}function Nf(v,O){{var M=function(){Yi||(Yi=!0,E("%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)",O))};M.isReactWarning=!0,Object.defineProperty(v,"key",{get:M,configurable:!0})}}function Mf(v,O){{var M=function(){Ki||(Ki=!0,E("%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)",O))};M.isReactWarning=!0,Object.defineProperty(v,"ref",{get:M,configurable:!0})}}var Lf=function(v,O,M,_,X,Z,K){var H={$$typeof:t,type:v,key:O,ref:M,props:K,_owner:Z};return H._store={},Object.defineProperty(H._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(H,"_self",{configurable:!1,enumerable:!1,writable:!1,value:_}),Object.defineProperty(H,"_source",{configurable:!1,enumerable:!1,writable:!1,value:X}),Object.freeze&&(Object.freeze(H.props),Object.freeze(H)),H};function Pf(v,O,M,_,X){{var Z,K={},H=null,de=null;M!==void 0&&(Hi(M),H=""+M),Tf(O)&&(Hi(O.key),H=""+O.key),Of(O)&&(de=O.ref,Af(O,X));for(Z in O)Nt.call(O,Z)&&!$f.hasOwnProperty(Z)&&(K[Z]=O[Z]);if(v&&v.defaultProps){var ie=v.defaultProps;for(Z in ie)K[Z]===void 0&&(K[Z]=ie[Z])}if(H||de){var se=typeof v=="function"?v.displayName||v.name||"Unknown":v;H&&Nf(K,se),de&&Mf(K,se)}return Lf(v,H,de,X,_,Gi.current,K)}}var or=w.ReactCurrentOwner,Qi=w.ReactDebugCurrentFrame;function pt(v){if(v){var O=v._owner,M=rn(v.type,v._source,O?O.type:null);Qi.setExtraStackFrame(M)}else Qi.setExtraStackFrame(null)}var ir;ir=!1;function sr(v){return typeof v=="object"&&v!==null&&v.$$typeof===t}function qi(){{if(or.current){var v=I(or.current.type);if(v)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+
|
|
23
|
+
Check the render method of \``+v+"`."}return""}}function Ff(v){return""}var Xi={};function jf(v){{var O=qi();if(!O){var M=typeof v=="string"?v:v.displayName||v.name;M&&(O=`
|
|
24
24
|
|
|
25
|
-
Check the top-level render call using <`+
|
|
25
|
+
Check the top-level render call using <`+M+">.")}return O}}function Ji(v,O){{if(!v._store||v._store.validated||v.key!=null)return;v._store.validated=!0;var M=jf(O);if(Xi[M])return;Xi[M]=!0;var _="";v&&v._owner&&v._owner!==or.current&&(_=" It was passed a child from "+I(v._owner.type)+"."),pt(v),E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',M,_),pt(null)}}function Zi(v,O){{if(typeof v!="object")return;if(rr(v))for(var M=0;M<v.length;M++){var _=v[M];sr(_)&&Ji(_,O)}else if(sr(v))v._store&&(v._store.validated=!0);else if(v){var X=b(v);if(typeof X=="function"&&X!==v.entries)for(var Z=X.call(v),K;!(K=Z.next()).done;)sr(K.value)&&Ji(K.value,O)}}}function Df(v){{var O=v.type;if(O==null||typeof O=="string")return;var M;if(typeof O=="function")M=O.propTypes;else if(typeof O=="object"&&(O.$$typeof===i||O.$$typeof===p))M=O.propTypes;else return;if(M){var _=I(O);wf(M,v.props,"prop",_,v)}else if(O.PropTypes!==void 0&&!ir){ir=!0;var X=I(O);E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",X||"Unknown")}typeof O.getDefaultProps=="function"&&!O.getDefaultProps.isReactClassApproved&&E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function If(v){{for(var O=Object.keys(v.props),M=0;M<O.length;M++){var _=O[M];if(_!=="children"&&_!=="key"){pt(v),E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",_),pt(null);break}}v.ref!==null&&(pt(v),E("Invalid attribute `ref` supplied to `React.Fragment`."),pt(null))}}var es={};function ts(v,O,M,_,X,Z){{var K=N(v);if(!K){var H="";(v===void 0||typeof v=="object"&&v!==null&&Object.keys(v).length===0)&&(H+=" 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=Ff();de?H+=de:H+=qi();var ie;v===null?ie="null":rr(v)?ie="array":v!==void 0&&v.$$typeof===t?(ie="<"+(I(v.type)||"Unknown")+" />",H=" Did you accidentally export a JSX literal instead of a component?"):ie=typeof v,E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ie,H)}var se=Pf(v,O,M,X,Z);if(se==null)return se;if(K){var Ce=O.children;if(Ce!==void 0)if(_)if(rr(Ce)){for(var mt=0;mt<Ce.length;mt++)Zi(Ce[mt],v);Object.freeze&&Object.freeze(Ce)}else E("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 Zi(Ce,v)}if(Nt.call(O,"key")){var rt=I(v),he=Object.keys(O).filter(function(Vf){return Vf!=="key"}),lr=he.length>0?"{key: someKey, "+he.join(": ..., ")+": ...}":"{key: someKey}";if(!es[rt+lr]){var Bf=he.length>0?"{"+he.join(": ..., ")+": ...}":"{}";E(`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} />`,lr,rt,Bf,rt),es[rt+lr]=!0}}return v===r?If(se):Df(se),se}}function _f(v,O,M){return ts(v,O,M,!0)}function kf(v,O,M){return ts(v,O,M,!1)}var Rf=kf,Wf=_f;gt.Fragment=r,gt.jsx=Rf,gt.jsxs=Wf}()),gt}process.env.NODE_ENV==="production"?sn.exports=rs():sn.exports=os();var x=sn.exports;const is=f.createContext(null),ss=({config:e,children:t})=>x.jsx(is.Provider,{value:e,children:t}),ls=()=>({openDeposit:f.useCallback(t=>{},[])}),as=()=>({openWithdraw:f.useCallback(t=>{},[])});/**
|
|
31
31
|
* @license lucide-react v0.540.0 - ISC
|
|
32
32
|
*
|
|
33
33
|
* This source code is licensed under the ISC license.
|
|
34
34
|
* See the LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/const
|
|
35
|
+
*/const us=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),cs=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,r)=>r?r.toUpperCase():n.toLowerCase()),fr=e=>{const t=cs(e);return t.charAt(0).toUpperCase()+t.slice(1)},dr=(...e)=>e.filter((t,n,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===n).join(" ").trim(),fs=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};/**
|
|
36
36
|
* @license lucide-react v0.540.0 - ISC
|
|
37
37
|
*
|
|
38
38
|
* This source code is licensed under the ISC license.
|
|
39
39
|
* See the LICENSE file in the root directory of this source tree.
|
|
40
|
-
*/var
|
|
40
|
+
*/var ds={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
41
|
* @license lucide-react v0.540.0 - ISC
|
|
42
42
|
*
|
|
43
43
|
* This source code is licensed under the ISC license.
|
|
44
44
|
* See the LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/const
|
|
45
|
+
*/const ps=f.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:s,iconNode:c,...u},i)=>f.createElement("svg",{ref:i,...ds,width:t,height:t,stroke:e,strokeWidth:r?Number(n)*24/Number(t):n,className:dr("lucide",o),...!s&&!fs(u)&&{"aria-hidden":"true"},...u},[...c.map(([l,a])=>f.createElement(l,a)),...Array.isArray(s)?s:[s]]));/**
|
|
46
46
|
* @license lucide-react v0.540.0 - ISC
|
|
47
47
|
*
|
|
48
48
|
* This source code is licensed under the ISC license.
|
|
49
49
|
* See the LICENSE file in the root directory of this source tree.
|
|
50
|
-
*/const
|
|
50
|
+
*/const ms=(e,t)=>{const n=f.forwardRef(({className:r,...o},s)=>f.createElement(ps,{ref:s,iconNode:t,className:dr(`lucide-${us(fr(e))}`,`lucide-${e}`,r),...o}));return n.displayName=fr(e),n};/**
|
|
51
51
|
* @license lucide-react v0.540.0 - ISC
|
|
52
52
|
*
|
|
53
53
|
* This source code is licensed under the ISC license.
|
|
54
54
|
* See the LICENSE file in the root directory of this source tree.
|
|
55
|
-
*/const Is=Ns("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);class Mr{constructor(){Ye(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 js extends Mr{constructor(n,r){super();Ye(this,"smartWallet");Ye(this,"currentActiveAccount");this.smartWallet=n,this.currentActiveAccount=r}getWalletType(){return"mpc"}getDisplayAddress(){var n,r;return((n=this.smartWallet)==null?void 0:n.address)||((r=this.currentActiveAccount)==null?void 0:r.ethAddress)||""}isApprovalRequired(){return!1}getApprovalStatus(){return!0}async connect(){this.setState({isLoading:!0,error:null});try{console.log("Connecting MPC wallet..."),this.setState({isLoading:!1})}catch(n){throw this.setState({isLoading:!1,error:n instanceof Error?n.message:"Connection failed"}),n}}async disconnect(){console.log("Disconnecting MPC wallet...")}async switchChain(n){console.log(`MPC wallet switching to chain ${n}`)}async getBalance(n){return console.log(`Getting MPC wallet balance for token ${n}`),"0"}async approve(n,r){return console.log(`MPC wallet approve not needed for ${n}`),""}async deposit(n,r){this.setState({isDepositing:!0,error:null});try{console.log(`MPC deposit ${n} of ${r} to ${this.getDisplayAddress()}`);const o=`mpc_deposit_${Date.now()}`;return this.setState({isDepositing:!1,txHash:o}),o}catch(o){throw this.setState({isDepositing:!1,error:o instanceof Error?o.message:"Deposit failed"}),o}}async signMessage(n){return console.log(`MPC signing message: ${n}`),`mpc_signature_${Date.now()}`}getAAWalletAddress(){var n,r;return((n=this.smartWallet)==null?void 0:n.address)||((r=this.currentActiveAccount)==null?void 0:r.ethAddress)||""}}class ks extends Mr{constructor(n,r,o,s="0",c="0"){super();Ye(this,"currentActiveAccount");Ye(this,"approved");Ye(this,"chainId");Ye(this,"balance");Ye(this,"allowance");this.currentActiveAccount=n,this.approved=r,this.chainId=o,this.balance=s,this.allowance=c}getWalletType(){return"evm"}getDisplayAddress(){var n;return((n=this.currentActiveAccount)==null?void 0:n.ethAddress)||""}isApprovalRequired(){return!0}getApprovalStatus(){return this.approved}async connect(){this.setState({isLoading:!0,error:null});try{console.log("Connecting EVM wallet..."),this.setState({isLoading:!1})}catch(n){throw this.setState({isLoading:!1,error:n instanceof Error?n.message:"Connection failed"}),n}}async disconnect(){console.log("Disconnecting EVM wallet...")}async switchChain(n){this.setState({isLoading:!0,error:null});try{console.log(`Switching EVM wallet to chain ${n}`),this.chainId=n,this.setState({isLoading:!1})}catch(r){throw this.setState({isLoading:!1,error:r instanceof Error?r.message:"Chain switch failed"}),r}}async getBalance(n){return console.log(`Getting EVM wallet balance for token ${n}`),this.balance}async approve(n,r){this.setState({isApproving:!0,error:null});try{console.log(`Approving ${r} of ${n}`);const o=`evm_approve_${Date.now()}`;return this.approved=!0,this.setState({isApproving:!1,txHash:o}),o}catch(o){throw this.setState({isApproving:!1,error:o instanceof Error?o.message:"Approval failed"}),o}}async deposit(n,r){this.setState({isDepositing:!0,error:null});try{if(!this.approved)throw new Error("Token approval required");console.log(`EVM deposit ${n} of ${r}`);const o=`evm_deposit_${Date.now()}`;return this.setState({isDepositing:!1,txHash:o}),o}catch(o){throw this.setState({isDepositing:!1,error:o instanceof Error?o.message:"Deposit failed"}),o}}async signMessage(n){return console.log(`EVM signing message: ${n}`),`evm_signature_${Date.now()}`}updateApprovalStatus(n){this.approved=n}updateBalance(n){this.balance=n}updateAllowance(n){this.allowance=n}}function Rs(e,t,n,r,o,s){switch(e==null?void 0:e.wallet){case"mpc":return new js(t,e);default:return new ks(e,n||!1,r||1,o,s)}}var Ws=Object.defineProperty,It=Object.getOwnPropertySymbols,Ar=Object.prototype.hasOwnProperty,Dr=Object.prototype.propertyIsEnumerable,_r=(e,t,n)=>t in e?Ws(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,hn=(e,t)=>{for(var n in t||(t={}))Ar.call(t,n)&&_r(e,n,t[n]);if(It)for(var n of It(t))Dr.call(t,n)&&_r(e,n,t[n]);return e},gn=(e,t)=>{var n={};for(var r in e)Ar.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&It)for(var r of It(e))t.indexOf(r)<0&&Dr.call(e,r)&&(n[r]=e[r]);return n};/**
|
|
56
|
-
* @license QR Code generator library (TypeScript)
|
|
57
|
-
* Copyright (c) Project Nayuki.
|
|
58
|
-
* SPDX-License-Identifier: MIT
|
|
59
|
-
*/var Ze;(e=>{const t=class ee{constructor(i,l,a,d){if(this.version=i,this.errorCorrectionLevel=l,this.modules=[],this.isFunction=[],i<ee.MIN_VERSION||i>ee.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=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),d==-1){let h=1e9;for(let v=0;v<8;v++){this.applyMask(v),this.drawFormatBits(v);const b=this.getPenaltyScore();b<h&&(d=v,h=b),this.applyMask(v)}}o(0<=d&&d<=7),this.mask=d,this.applyMask(d),this.drawFormatBits(d),this.isFunction=[]}static encodeText(i,l){const a=e.QrSegment.makeSegments(i);return ee.encodeSegments(a,l)}static encodeBinary(i,l){const a=e.QrSegment.makeBytes(i);return ee.encodeSegments([a],l)}static encodeSegments(i,l,a=1,d=40,m=-1,f=!0){if(!(ee.MIN_VERSION<=a&&a<=d&&d<=ee.MAX_VERSION)||m<-1||m>7)throw new RangeError("Invalid value");let h,v;for(h=a;;h++){const y=ee.getNumDataCodewords(h,l)*8,O=c.getTotalBits(i,h);if(O<=y){v=O;break}if(h>=d)throw new RangeError("Data too long")}for(const y of[ee.Ecc.MEDIUM,ee.Ecc.QUARTILE,ee.Ecc.HIGH])f&&v<=ee.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 O of y.getData())b.push(O)}o(b.length==v);const C=ee.getNumDataCodewords(h,l)*8;o(b.length<=C),n(0,Math.min(4,C-b.length),b),n(0,(8-b.length%8)%8,b),o(b.length%8==0);for(let y=236;b.length<C;y^=253)n(y,8,b);let E=[];for(;E.length*8<b.length;)E.push(0);return b.forEach((y,O)=>E[O>>>3]|=y<<7-(O&7)),new ee(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 d=0;d<l;d++)a==0&&d==0||a==0&&d==l-1||a==l-1&&d==0||this.drawAlignmentPattern(i[a],i[d]);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 d=(l<<10|a)^21522;o(d>>>15==0);for(let m=0;m<=5;m++)this.setFunctionModule(8,m,r(d,m));this.setFunctionModule(8,7,r(d,6)),this.setFunctionModule(8,8,r(d,7)),this.setFunctionModule(7,8,r(d,8));for(let m=9;m<15;m++)this.setFunctionModule(14-m,8,r(d,m));for(let m=0;m<8;m++)this.setFunctionModule(this.size-1-m,8,r(d,m));for(let m=8;m<15;m++)this.setFunctionModule(8,this.size-15+m,r(d,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 d=r(l,a),m=this.size-11+a%3,f=Math.floor(a/3);this.setFunctionModule(m,f,d),this.setFunctionModule(f,m,d)}}drawFinderPattern(i,l){for(let a=-4;a<=4;a++)for(let d=-4;d<=4;d++){const m=Math.max(Math.abs(d),Math.abs(a)),f=i+d,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 d=-2;d<=2;d++)this.setFunctionModule(i+d,l+a,Math.max(Math.abs(d),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!=ee.getNumDataCodewords(l,a))throw new RangeError("Invalid argument");const d=ee.NUM_ERROR_CORRECTION_BLOCKS[a.ordinal][l],m=ee.ECC_CODEWORDS_PER_BLOCK[a.ordinal][l],f=Math.floor(ee.getNumRawDataModules(l)/8),h=d-f%d,v=Math.floor(f/d);let b=[];const C=ee.reedSolomonComputeDivisor(m);for(let y=0,O=0;y<d;y++){let w=i.slice(O,O+v-m+(y<h?0:1));O+=w.length;const F=ee.reedSolomonComputeRemainder(w,C);y<h&&w.push(0),b.push(w.concat(F))}let E=[];for(let y=0;y<b[0].length;y++)b.forEach((O,w)=>{(y!=v-m||w>=h)&&E.push(O[y])});return o(E.length==f),E}drawCodewords(i){if(i.length!=Math.floor(ee.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 d=0;d<this.size;d++)for(let m=0;m<2;m++){const f=a-m,v=(a+1&2)==0?this.size-1-d:d;!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 d;switch(i){case 0:d=(a+l)%2==0;break;case 1:d=l%2==0;break;case 2:d=a%3==0;break;case 3:d=(a+l)%3==0;break;case 4:d=(Math.floor(a/3)+Math.floor(l/2))%2==0;break;case 5:d=a*l%2+a*l%3==0;break;case 6:d=(a*l%2+a*l%3)%2==0;break;case 7:d=((a+l)%2+a*l%3)%2==0;break;default:throw new Error("Unreachable")}!this.isFunction[l][a]&&d&&(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+=ee.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,v),f||(i+=this.finderPenaltyCountPatterns(v)*ee.PENALTY_N3),f=this.modules[m][b],h=1);i+=this.finderPenaltyTerminateAndCount(f,h,v)*ee.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+=ee.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,v),f||(i+=this.finderPenaltyCountPatterns(v)*ee.PENALTY_N3),f=this.modules[b][m],h=1);i+=this.finderPenaltyTerminateAndCount(f,h,v)*ee.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+=ee.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,d=Math.ceil(Math.abs(l*20-a*10)/a)-1;return o(0<=d&&d<=9),i+=d*ee.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 d=this.size-7;a.length<i;d-=l)a.splice(1,0,d);return a}}static getNumRawDataModules(i){if(i<ee.MIN_VERSION||i>ee.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(ee.getNumRawDataModules(i)/8)-ee.ECC_CODEWORDS_PER_BLOCK[l.ordinal][i]*ee.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 d=0;d<i-1;d++)l.push(0);l.push(1);let a=1;for(let d=0;d<i;d++){for(let m=0;m<l.length;m++)l[m]=ee.reedSolomonMultiply(l[m],a),m+1<l.length&&(l[m]^=l[m+1]);a=ee.reedSolomonMultiply(a,2)}return l}static reedSolomonComputeRemainder(i,l){let a=l.map(d=>0);for(const d of i){const m=d^a.shift();a.push(0),l.forEach((f,h)=>a[h]^=ee.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 d=7;d>=0;d--)a=a<<1^(a>>>7)*285,a^=(l>>>d&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 de{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 de(de.Mode.BYTE,i.length,l)}static makeNumeric(i){if(!de.isNumeric(i))throw new RangeError("String contains non-numeric characters");let l=[];for(let a=0;a<i.length;){const d=Math.min(i.length-a,3);n(parseInt(i.substring(a,a+d),10),d*3+1,l),a+=d}return new de(de.Mode.NUMERIC,i.length,l)}static makeAlphanumeric(i){if(!de.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 d=de.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a))*45;d+=de.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a+1)),n(d,11,l)}return a<i.length&&n(de.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a)),6,l),new de(de.Mode.ALPHANUMERIC,i.length,l)}static makeSegments(i){return i==""?[]:de.isNumeric(i)?[de.makeNumeric(i)]:de.isAlphanumeric(i)?[de.makeAlphanumeric(i)]:[de.makeBytes(de.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 de(de.Mode.ECI,0,l)}static isNumeric(i){return de.NUMERIC_REGEX.test(i)}static isAlphanumeric(i){return de.ALPHANUMERIC_REGEX.test(i)}getData(){return this.bitData.slice()}static getTotalBits(i,l){let a=0;for(const d of i){const m=d.mode.numCharCountBits(l);if(d.numChars>=1<<m)return 1/0;a+=4+m+d.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 at=Ze;/**
|
|
60
|
-
* @license qrcode.react
|
|
61
|
-
* Copyright (c) Paul O'Shannessy
|
|
62
|
-
* SPDX-License-Identifier: ISC
|
|
63
|
-
*/var Bs={L:at.QrCode.Ecc.LOW,M:at.QrCode.Ecc.MEDIUM,Q:at.QrCode.Ecc.QUARTILE,H:at.QrCode.Ecc.HIGH},Fr=128,Lr="L",Nr="#FFFFFF",Ir="#000000",jr=!1,kr=1,Hs=4,Us=0,Vs=.1;function Rr(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 Wr(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 zs(e,t,n,r){if(r==null)return null;const o=e.length+n*2,s=Math.floor(t*Vs),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,d=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),C=Math.ceil(i+a-v);m={x:h,y:v,w:b,h:C}}const f=r.crossOrigin;return{x:l,y:a,h:i,w:u,excavation:m,opacity:d,crossOrigin:f}}function Ys(e,t){return t!=null?Math.max(Math.floor(t),0):e?Hs:Us}function Br({value:e,level:t,minVersion:n,includeMargin:r,marginSize:o,imageSettings:s,size:c,boostLevel:u}){let i=p.useMemo(()=>{const h=(Array.isArray(e)?e:[e]).reduce((v,b)=>(v.push(...at.QrSegment.makeSegments(b)),v),[]);return at.QrCode.encodeSegments(h,Bs[t],n,void 0,void 0,u)},[e,t,n,u]);const{cells:l,margin:a,numCells:d,calculatedImageSettings:m}=p.useMemo(()=>{let f=i.getModules();const h=Ys(r,o),v=f.length+h*2,b=zs(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:d,calculatedImageSettings:m}}var Gs=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),qs=p.forwardRef(function(t,n){const r=t,{value:o,size:s=Fr,level:c=Lr,bgColor:u=Nr,fgColor:i=Ir,includeMargin:l=jr,minVersion:a=kr,boostLevel:d,marginSize:m,imageSettings:f}=r,v=gn(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","marginSize","imageSettings"]),{style:b}=v,C=gn(v,["style"]),E=f==null?void 0:f.src,y=p.useRef(null),O=p.useRef(null),w=p.useCallback(R=>{y.current=R,typeof n=="function"?n(R):n&&(n.current=R)},[n]),[F,_]=p.useState(!1),{margin:B,cells:K,numCells:A,calculatedImageSettings:j}=Br({value:o,level:c,minVersion:a,boostLevel:d,includeMargin:l,marginSize:m,imageSettings:f,size:s});p.useEffect(()=>{if(y.current!=null){const R=y.current,X=R.getContext("2d");if(!X)return;let G=K;const Q=O.current,T=j!=null&&Q!==null&&Q.complete&&Q.naturalHeight!==0&&Q.naturalWidth!==0;T&&j.excavation!=null&&(G=Wr(K,j.excavation));const H=window.devicePixelRatio||1;R.height=R.width=s*H;const S=s/A*H;X.scale(S,S),X.fillStyle=u,X.fillRect(0,0,A,A),X.fillStyle=i,Gs?X.fill(new Path2D(Rr(G,B))):K.forEach(function(M,k){M.forEach(function(I,V){I&&X.fillRect(V+B,k+B,1,1)})}),j&&(X.globalAlpha=j.opacity),T&&X.drawImage(Q,j.x+B,j.y+B,j.w,j.h)}}),p.useEffect(()=>{_(!1)},[E]);const re=hn({height:s,width:s},b);let U=null;return E!=null&&(U=p.createElement("img",{src:E,key:E,style:{display:"none"},onLoad:()=>{_(!0)},ref:O,crossOrigin:j==null?void 0:j.crossOrigin})),p.createElement(p.Fragment,null,p.createElement("canvas",hn({style:re,height:s,width:s,ref:w,role:"img"},C)),U)});qs.displayName="QRCodeCanvas";var Hr=p.forwardRef(function(t,n){const r=t,{value:o,size:s=Fr,level:c=Lr,bgColor:u=Nr,fgColor:i=Ir,includeMargin:l=jr,minVersion:a=kr,boostLevel:d,title:m,marginSize:f,imageSettings:h}=r,v=gn(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","title","marginSize","imageSettings"]),{margin:b,cells:C,numCells:E,calculatedImageSettings:y}=Br({value:o,level:c,minVersion:a,boostLevel:d,includeMargin:l,marginSize:f,imageSettings:h,size:s});let O=C,w=null;h!=null&&y!=null&&(y.excavation!=null&&(O=Wr(C,y.excavation)),w=p.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 F=Rr(O,b);return p.createElement("svg",hn({height:s,width:s,viewBox:`0 0 ${E} ${E}`,ref:n,role:"img"},v),!!m&&p.createElement("title",null,m),p.createElement("path",{fill:u,d:`M0,0 h${E}v${E}H0z`,shapeRendering:"crispEdges"}),p.createElement("path",{fill:i,d:F,shapeRendering:"crispEdges"}),w)});Hr.displayName="QRCodeSVG";const Ks=({value:e,size:t,level:n,bgColor:r,fgColor:o,includeMargin:s=!0})=>x.jsx(Hr,{value:e,size:t,level:n,bgColor:r,fgColor:o,marginSize:s?4:0}),Xs=({text:e,onCopy:t,children:n})=>x.jsx("div",{onClick:()=>{navigator.clipboard.writeText(e).then(t)},style:{cursor:"pointer"},children:n}),Qs=(...e)=>e.filter(Boolean).join(" "),Ur=typeof document<"u"?p.useLayoutEffect:()=>{};var vn;const Js=(vn=p.useInsertionEffect)!==null&&vn!==void 0?vn:Ur;function Zs(e){const t=p.useRef(null);return Js(()=>{t.current=e},[e]),p.useCallback((...n)=>{const r=t.current;return r==null?void 0:r(...n)},[])}const Ge=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},et=e=>e&&"window"in e&&e.window===e?e:Ge(e).defaultView||window;function el(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function tl(e){return el(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let nl=!1;function bn(){return nl}function Vr(e,t){if(!bn())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:tl(n)?n=n.host:n=n.parentNode}return!1}const yn=(e=document)=>{var t;if(!bn())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 zr(e){return bn()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function jt(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 wn(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 Ue(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const En=Ue(function(){return wn(/^Mac/i)}),rl=Ue(function(){return wn(/^iPhone/i)}),ol=Ue(function(){return wn(/^iPad/i)||En()&&navigator.maxTouchPoints>1}),il=Ue(function(){return rl()||ol()});Ue(function(){return En()||il()}),Ue(function(){return jt(/AppleWebKit/i)&&!sl()});const sl=Ue(function(){return jt(/Chrome/i)}),ll=Ue(function(){return jt(/Android/i)});Ue(function(){return jt(/Firefox/i)});function Yr(){let e=p.useRef(new Map),t=p.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=p.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=p.useCallback(()=>{e.current.forEach((o,s)=>{n(o.eventTarget,o.type,s,o.options)})},[n]);return p.useEffect(()=>r,[r]),{addGlobalListener:t,removeGlobalListener:n,removeAllGlobalListeners:r}}function al(e){return e.mozInputSource===0&&e.isTrusted?!0:ll()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Gr(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function ul(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function qr(e){let t=p.useRef({isFocused:!1,observer:null});Ur(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=Zs(r=>{e==null||e(r)});return p.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=Gr(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 cl=!1,xt=null,xn=new Set,Ct=new Map,tt=!1,Cn=!1;const fl={Tab:!0,Escape:!0};function Sn(e,t){for(let n of xn)n(e,t)}function dl(e){return!(e.metaKey||!En()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function kt(e){tt=!0,dl(e)&&(xt="keyboard",Sn("keyboard",e))}function Te(e){xt="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(tt=!0,Sn("pointer",e))}function Kr(e){al(e)&&(tt=!0,xt="virtual")}function Xr(e){e.target===window||e.target===document||cl||!e.isTrusted||(!tt&&!Cn&&(xt="virtual",Sn("virtual",e)),tt=!1,Cn=!1)}function Qr(){tt=!1,Cn=!0}function On(e){if(typeof window>"u"||typeof document>"u"||Ct.get(et(e)))return;const t=et(e),n=Ge(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){tt=!0,r.apply(this,arguments)},n.addEventListener("keydown",kt,!0),n.addEventListener("keyup",kt,!0),n.addEventListener("click",Kr,!0),t.addEventListener("focus",Xr,!0),t.addEventListener("blur",Qr,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",Te,!0),n.addEventListener("pointermove",Te,!0),n.addEventListener("pointerup",Te,!0)):process.env.NODE_ENV==="test"&&(n.addEventListener("mousedown",Te,!0),n.addEventListener("mousemove",Te,!0),n.addEventListener("mouseup",Te,!0)),t.addEventListener("beforeunload",()=>{Jr(e)},{once:!0}),Ct.set(t,{focus:r})}const Jr=(e,t)=>{const n=et(e),r=Ge(e);t&&r.removeEventListener("DOMContentLoaded",t),Ct.has(n)&&(n.HTMLElement.prototype.focus=Ct.get(n).focus,r.removeEventListener("keydown",kt,!0),r.removeEventListener("keyup",kt,!0),r.removeEventListener("click",Kr,!0),n.removeEventListener("focus",Xr,!0),n.removeEventListener("blur",Qr,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",Te,!0),r.removeEventListener("pointermove",Te,!0),r.removeEventListener("pointerup",Te,!0)):process.env.NODE_ENV==="test"&&(r.removeEventListener("mousedown",Te,!0),r.removeEventListener("mousemove",Te,!0),r.removeEventListener("mouseup",Te,!0)),Ct.delete(n))};function pl(e){const t=Ge(e);let n;return t.readyState!=="loading"?On(e):(n=()=>{On(e)},t.addEventListener("DOMContentLoaded",n)),()=>Jr(e,n)}typeof document<"u"&&pl();function Zr(){return xt!=="pointer"}const ml=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function hl(e,t,n){let r=Ge(n==null?void 0:n.target);const o=typeof window<"u"?et(n==null?void 0:n.target).HTMLInputElement:HTMLInputElement,s=typeof window<"u"?et(n==null?void 0:n.target).HTMLTextAreaElement:HTMLTextAreaElement,c=typeof window<"u"?et(n==null?void 0:n.target).HTMLElement:HTMLElement,u=typeof window<"u"?et(n==null?void 0:n.target).KeyboardEvent:KeyboardEvent;return e=e||r.activeElement instanceof o&&!ml.has(r.activeElement.type)||r.activeElement instanceof s||r.activeElement instanceof c&&r.activeElement.isContentEditable,!(e&&t==="keyboard"&&n instanceof u&&!fl[n.key])}function gl(e,t,n){On(),p.useEffect(()=>{let r=(o,s)=>{hl(!!(n!=null&&n.isTextInput),o,s)&&e(Zr())};return xn.add(r),()=>{xn.delete(r)}},t)}function vl(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:o}=e;const s=p.useCallback(i=>{if(i.target===i.currentTarget)return r&&r(i),o&&o(!1),!0},[r,o]),c=qr(s),u=p.useCallback(i=>{const l=Ge(i.target),a=l?yn(l):yn();i.target===i.currentTarget&&a===zr(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 bl(e){let{isDisabled:t,onBlurWithin:n,onFocusWithin:r,onFocusWithinChange:o}=e,s=p.useRef({isFocusWithin:!1}),{addGlobalListener:c,removeAllGlobalListeners:u}=Yr(),i=p.useCallback(d=>{d.currentTarget.contains(d.target)&&s.current.isFocusWithin&&!d.currentTarget.contains(d.relatedTarget)&&(s.current.isFocusWithin=!1,u(),n&&n(d),o&&o(!1))},[n,o,s,u]),l=qr(i),a=p.useCallback(d=>{if(!d.currentTarget.contains(d.target))return;const m=Ge(d.target),f=yn(m);if(!s.current.isFocusWithin&&f===zr(d.nativeEvent)){r&&r(d),o&&o(!0),s.current.isFocusWithin=!0,l(d);let h=d.currentTarget;c(m,"focus",v=>{if(s.current.isFocusWithin&&!Vr(h,v.target)){let b=new m.defaultView.FocusEvent("blur",{relatedTarget:v.target});ul(b,h);let C=Gr(b);i(C)}},{capture:!0})}},[r,o,l,c,i]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:a,onBlur:i}}}let Rt=!1,Wt=0;function Tn(){Rt=!0,setTimeout(()=>{Rt=!1},50)}function eo(e){e.pointerType==="touch"&&Tn()}function yl(){if(!(typeof document>"u"))return Wt===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",eo):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Tn)),Wt++,()=>{Wt--,!(Wt>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",eo):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Tn))}}function wl(e){let{onHoverStart:t,onHoverChange:n,onHoverEnd:r,isDisabled:o}=e,[s,c]=p.useState(!1),u=p.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;p.useEffect(yl,[]);let{addGlobalListener:i,removeAllGlobalListeners:l}=Yr(),{hoverProps:a,triggerHoverEnd:d}=p.useMemo(()=>{let m=(v,b)=>{if(u.pointerType=b,o||b==="touch"||u.isHovered||!v.currentTarget.contains(v.target))return;u.isHovered=!0;let C=v.currentTarget;u.target=C,i(Ge(v.target),"pointerover",E=>{u.isHovered&&u.target&&!Vr(u.target,E.target)&&f(E,E.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:C,pointerType:b}),n&&n(!0),c(!0)},f=(v,b)=>{let C=u.target;u.pointerType="",u.target=null,!(b==="touch"||!u.isHovered||!C)&&(u.isHovered=!1,l(),r&&r({type:"hoverend",target:C,pointerType:b}),n&&n(!1),c(!1))},h={};return typeof PointerEvent<"u"?(h.onPointerEnter=v=>{Rt&&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&&!Rt&&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 p.useEffect(()=>{o&&d({currentTarget:u.target},u.pointerType)},[o]),{hoverProps:a,isHovered:s}}function El(e={}){let{autoFocus:t=!1,isTextInput:n,within:r}=e,o=p.useRef({isFocused:!1,isFocusVisible:t||Zr()}),[s,c]=p.useState(!1),[u,i]=p.useState(()=>o.current.isFocused&&o.current.isFocusVisible),l=p.useCallback(()=>i(o.current.isFocused&&o.current.isFocusVisible),[]),a=p.useCallback(f=>{o.current.isFocused=f,c(f),l()},[l]);gl(f=>{o.current.isFocusVisible=f,l()},[],{isTextInput:n});let{focusProps:d}=vl({isDisabled:r,onFocusChange:a}),{focusWithinProps:m}=bl({isDisabled:!r,onFocusWithinChange:a});return{isFocused:s,isFocusVisible:u,focusProps:r?m:d}}var xl=Object.defineProperty,Cl=(e,t,n)=>t in e?xl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$n=(e,t,n)=>(Cl(e,typeof t!="symbol"?t+"":t,n),n);let Sl=class{constructor(){$n(this,"current",this.detect()),$n(this,"handoffState","pending"),$n(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"}},Ie=new Sl;function St(e){var t,n;return Ie.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 to(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function Fe(){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 to(()=>{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=Fe();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 ut(){let[e]=p.useState(Fe);return p.useEffect(()=>()=>e.dispose(),[e]),e}let ue=(e,t)=>{Ie.isServer?p.useEffect(e,t):p.useLayoutEffect(e,t)};function nt(e){let t=p.useRef(e);return ue(()=>{t.current=e},[e]),t}let ne=function(e){let t=nt(e);return p.useCallback((...n)=>t.current(...n),[t])};function Ol(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 Tl(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function $l({disabled:e=!1}={}){let t=p.useRef(null),[n,r]=p.useState(!1),o=ut(),s=ne(()=>{t.current=null,r(!1),o.dispose()}),c=ne(u=>{if(o.dispose(),t.current===null){t.current=u.currentTarget,r(!0);{let i=St(u.currentTarget);o.addEventListener(i,"pointerup",s,!1),o.addEventListener(i,"pointermove",l=>{if(t.current){let a=Ol(l);r(Tl(a,t.current.getBoundingClientRect()))}},!1),o.addEventListener(i,"pointercancel",s,!1)}}});return{pressed:n,pressProps:e?{}:{onPointerDown:c,onPointerUp:s,onClick:s}}}let Pl=p.createContext(void 0);function Pn(){return p.useContext(Pl)}function Mn(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function $e(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,$e),r}var Bt=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(Bt||{}),qe=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(qe||{});function Se(){let e=Al();return p.useCallback(t=>Ml({mergeRefs:e,...t}),[e])}function Ml({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:c,mergeRefs:u}){u=u??Dl;let i=no(t,e);if(s)return Ht(i,n,r,c,u);let l=o??0;if(l&2){let{static:a=!1,...d}=i;if(a)return Ht(d,n,r,c,u)}if(l&1){let{unmount:a=!0,...d}=i;return $e(a?0:1,{0(){return null},1(){return Ht({...d,hidden:!0,style:{display:"none"}},n,r,c,u)}})}return Ht(i,n,r,c,u)}function Ht(e,t={},n,r,o){let{as:s=n,children:c,refName:u="ref",...i}=An(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 d={};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){d["data-headlessui-state"]=f.join(" ");for(let h of f)d[`data-${h}`]=""}}if(s===p.Fragment&&(Object.keys(Ke(i)).length>0||Object.keys(Ke(d)).length>0))if(!p.isValidElement(a)||Array.isArray(a)&&a.length>1){if(Object.keys(Ke(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(Ke(i)).concat(Object.keys(Ke(d))).map(m=>` - ${m}`).join(`
|
|
55
|
+
*/const hs=ms("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);class pr{constructor(){We(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 gs extends pr{constructor(n,r){super();We(this,"smartWallet");We(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 vs extends pr{constructor(n,r,o,s="0",c="0"){super();We(this,"currentActiveAccount");We(this,"approved");We(this,"chainId");We(this,"balance");We(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 bs(e,t,n,r,o,s){switch(e==null?void 0:e.wallet){case"mpc":return new gs(t,e);default:return new vs(e,!1,r||1,o,s)}}const mr=typeof document<"u"?f.useLayoutEffect:()=>{};var ln;const xs=(ln=f.useInsertionEffect)!==null&&ln!==void 0?ln:mr;function ys(e){const t=f.useRef(null);return xs(()=>{t.current=e},[e]),f.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},Ke=e=>e&&"window"in e&&e.window===e?e:Be(e).defaultView||window;function ws(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Es(e){return ws(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let Cs=!1;function an(){return Cs}function hr(e,t){if(!an())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:Es(n)?n=n.host:n=n.parentNode}return!1}const un=(e=document)=>{var t;if(!an())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 gr(e){return an()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function Lt(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 cn(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 fn=Ie(function(){return cn(/^Mac/i)}),Ss=Ie(function(){return cn(/^iPhone/i)}),$s=Ie(function(){return cn(/^iPad/i)||fn()&&navigator.maxTouchPoints>1}),Os=Ie(function(){return Ss()||$s()});Ie(function(){return fn()||Os()}),Ie(function(){return Lt(/AppleWebKit/i)&&!Ts()});const Ts=Ie(function(){return Lt(/Chrome/i)}),As=Ie(function(){return Lt(/Android/i)});Ie(function(){return Lt(/Firefox/i)});function vr(){let e=f.useRef(new Map),t=f.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=f.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=f.useCallback(()=>{e.current.forEach((o,s)=>{n(o.eventTarget,o.type,s,o.options)})},[n]);return f.useEffect(()=>r,[r]),{addGlobalListener:t,removeGlobalListener:n,removeAllGlobalListeners:r}}function Ns(e){return e.mozInputSource===0&&e.isTrusted?!0:As()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function br(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function Ms(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function xr(e){let t=f.useRef({isFocused:!1,observer:null});mr(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=ys(r=>{e==null||e(r)});return f.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=br(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 Ls=!1,vt=null,dn=new Set,bt=new Map,Qe=!1,pn=!1;const Ps={Tab:!0,Escape:!0};function mn(e,t){for(let n of dn)n(e,t)}function Fs(e){return!(e.metaKey||!fn()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function Pt(e){Qe=!0,Fs(e)&&(vt="keyboard",mn("keyboard",e))}function be(e){vt="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Qe=!0,mn("pointer",e))}function yr(e){Ns(e)&&(Qe=!0,vt="virtual")}function wr(e){e.target===window||e.target===document||Ls||!e.isTrusted||(!Qe&&!pn&&(vt="virtual",mn("virtual",e)),Qe=!1,pn=!1)}function Er(){Qe=!1,pn=!0}function hn(e){if(typeof window>"u"||typeof document>"u"||bt.get(Ke(e)))return;const t=Ke(e),n=Be(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Qe=!0,r.apply(this,arguments)},n.addEventListener("keydown",Pt,!0),n.addEventListener("keyup",Pt,!0),n.addEventListener("click",yr,!0),t.addEventListener("focus",wr,!0),t.addEventListener("blur",Er,!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",()=>{Cr(e)},{once:!0}),bt.set(t,{focus:r})}const Cr=(e,t)=>{const n=Ke(e),r=Be(e);t&&r.removeEventListener("DOMContentLoaded",t),bt.has(n)&&(n.HTMLElement.prototype.focus=bt.get(n).focus,r.removeEventListener("keydown",Pt,!0),r.removeEventListener("keyup",Pt,!0),r.removeEventListener("click",yr,!0),n.removeEventListener("focus",wr,!0),n.removeEventListener("blur",Er,!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)),bt.delete(n))};function js(e){const t=Be(e);let n;return t.readyState!=="loading"?hn(e):(n=()=>{hn(e)},t.addEventListener("DOMContentLoaded",n)),()=>Cr(e,n)}typeof document<"u"&&js();function Sr(){return vt!=="pointer"}const Ds=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Is(e,t,n){let r=Be(n==null?void 0:n.target);const o=typeof window<"u"?Ke(n==null?void 0:n.target).HTMLInputElement:HTMLInputElement,s=typeof window<"u"?Ke(n==null?void 0:n.target).HTMLTextAreaElement:HTMLTextAreaElement,c=typeof window<"u"?Ke(n==null?void 0:n.target).HTMLElement:HTMLElement,u=typeof window<"u"?Ke(n==null?void 0:n.target).KeyboardEvent:KeyboardEvent;return e=e||r.activeElement instanceof o&&!Ds.has(r.activeElement.type)||r.activeElement instanceof s||r.activeElement instanceof c&&r.activeElement.isContentEditable,!(e&&t==="keyboard"&&n instanceof u&&!Ps[n.key])}function _s(e,t,n){hn(),f.useEffect(()=>{let r=(o,s)=>{Is(!!(n!=null&&n.isTextInput),o,s)&&e(Sr())};return dn.add(r),()=>{dn.delete(r)}},t)}function ks(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:o}=e;const s=f.useCallback(i=>{if(i.target===i.currentTarget)return r&&r(i),o&&o(!1),!0},[r,o]),c=xr(s),u=f.useCallback(i=>{const l=Be(i.target),a=l?un(l):un();i.target===i.currentTarget&&a===gr(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 Rs(e){let{isDisabled:t,onBlurWithin:n,onFocusWithin:r,onFocusWithinChange:o}=e,s=f.useRef({isFocusWithin:!1}),{addGlobalListener:c,removeAllGlobalListeners:u}=vr(),i=f.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=xr(i),a=f.useCallback(p=>{if(!p.currentTarget.contains(p.target))return;const m=Be(p.target),d=un(m);if(!s.current.isFocusWithin&&d===gr(p.nativeEvent)){r&&r(p),o&&o(!0),s.current.isFocusWithin=!0,l(p);let h=p.currentTarget;c(m,"focus",g=>{if(s.current.isFocusWithin&&!hr(h,g.target)){let b=new m.defaultView.FocusEvent("blur",{relatedTarget:g.target});Ms(b,h);let w=br(b);i(w)}},{capture:!0})}},[r,o,l,c,i]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:a,onBlur:i}}}let Ft=!1,jt=0;function gn(){Ft=!0,setTimeout(()=>{Ft=!1},50)}function $r(e){e.pointerType==="touch"&&gn()}function Ws(){if(!(typeof document>"u"))return jt===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",$r):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",gn)),jt++,()=>{jt--,!(jt>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",$r):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",gn))}}function Bs(e){let{onHoverStart:t,onHoverChange:n,onHoverEnd:r,isDisabled:o}=e,[s,c]=f.useState(!1),u=f.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;f.useEffect(Ws,[]);let{addGlobalListener:i,removeAllGlobalListeners:l}=vr(),{hoverProps:a,triggerHoverEnd:p}=f.useMemo(()=>{let m=(g,b)=>{if(u.pointerType=b,o||b==="touch"||u.isHovered||!g.currentTarget.contains(g.target))return;u.isHovered=!0;let w=g.currentTarget;u.target=w,i(Be(g.target),"pointerover",E=>{u.isHovered&&u.target&&!hr(u.target,E.target)&&d(E,E.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:w,pointerType:b}),n&&n(!0),c(!0)},d=(g,b)=>{let w=u.target;u.pointerType="",u.target=null,!(b==="touch"||!u.isHovered||!w)&&(u.isHovered=!1,l(),r&&r({type:"hoverend",target:w,pointerType:b}),n&&n(!1),c(!1))},h={};return typeof PointerEvent<"u"?(h.onPointerEnter=g=>{Ft&&g.pointerType==="mouse"||m(g,g.pointerType)},h.onPointerLeave=g=>{!o&&g.currentTarget.contains(g.target)&&d(g,g.pointerType)}):process.env.NODE_ENV==="test"&&(h.onTouchStart=()=>{u.ignoreEmulatedMouseEvents=!0},h.onMouseEnter=g=>{!u.ignoreEmulatedMouseEvents&&!Ft&&m(g,"mouse"),u.ignoreEmulatedMouseEvents=!1},h.onMouseLeave=g=>{!o&&g.currentTarget.contains(g.target)&&d(g,"mouse")}),{hoverProps:h,triggerHoverEnd:d}},[t,n,r,o,u,i,l]);return f.useEffect(()=>{o&&p({currentTarget:u.target},u.pointerType)},[o]),{hoverProps:a,isHovered:s}}function Vs(e={}){let{autoFocus:t=!1,isTextInput:n,within:r}=e,o=f.useRef({isFocused:!1,isFocusVisible:t||Sr()}),[s,c]=f.useState(!1),[u,i]=f.useState(()=>o.current.isFocused&&o.current.isFocusVisible),l=f.useCallback(()=>i(o.current.isFocused&&o.current.isFocusVisible),[]),a=f.useCallback(d=>{o.current.isFocused=d,c(d),l()},[l]);_s(d=>{o.current.isFocusVisible=d,l()},[],{isTextInput:n});let{focusProps:p}=ks({isDisabled:r,onFocusChange:a}),{focusWithinProps:m}=Rs({isDisabled:!r,onFocusWithinChange:a});return{isFocused:s,isFocusVisible:u,focusProps:r?m:p}}var Us=Object.defineProperty,zs=(e,t,n)=>t in e?Us(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vn=(e,t,n)=>(zs(e,typeof t!="symbol"?t+"":t,n),n);let Hs=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 Hs;function xt(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 Or(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 Or(()=>{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 ot(){let[e]=f.useState(Se);return f.useEffect(()=>()=>e.dispose(),[e]),e}let te=(e,t)=>{Ae.isServer?f.useEffect(e,t):f.useLayoutEffect(e,t)};function qe(e){let t=f.useRef(e);return te(()=>{t.current=e},[e]),t}let G=function(e){let t=qe(e);return f.useCallback((...n)=>t.current(...n),[t])};function Gs(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 Ys(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function Ks({disabled:e=!1}={}){let t=f.useRef(null),[n,r]=f.useState(!1),o=ot(),s=G(()=>{t.current=null,r(!1),o.dispose()}),c=G(u=>{if(o.dispose(),t.current===null){t.current=u.currentTarget,r(!0);{let i=xt(u.currentTarget);o.addEventListener(i,"pointerup",s,!1),o.addEventListener(i,"pointermove",l=>{if(t.current){let a=Gs(l);r(Ys(a,t.current.getBoundingClientRect()))}},!1),o.addEventListener(i,"pointercancel",s,!1)}}});return{pressed:n,pressProps:e?{}:{onPointerDown:c,onPointerUp:s,onClick:s}}}let Qs=f.createContext(void 0);function bn(){return f.useContext(Qs)}function xn(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function xe(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,xe),r}var Dt=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(Dt||{}),Ve=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(Ve||{});function ge(){let e=Xs();return f.useCallback(t=>qs({mergeRefs:e,...t}),[e])}function qs({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:c,mergeRefs:u}){u=u??Js;let i=Tr(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 xe(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,d=[];for(let[h,g]of Object.entries(t))typeof g=="boolean"&&(m=!0),g===!0&&d.push(h.replace(/([A-Z])/g,b=>`-${b.toLowerCase()}`));if(m){p["data-headlessui-state"]=d.join(" ");for(let h of d)p[`data-${h}`]=""}}if(s===f.Fragment&&(Object.keys(Ue(i)).length>0||Object.keys(Ue(p)).length>0))if(!f.isValidElement(a)||Array.isArray(a)&&a.length>1){if(Object.keys(Ue(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(Ue(i)).concat(Object.keys(Ue(p))).map(m=>` - ${m}`).join(`
|
|
64
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(m=>` - ${m}`).join(`
|
|
65
57
|
`)].join(`
|
|
66
|
-
`))}else{let m=a.props,f=m==null?void 0:m.className,h=typeof f=="function"?(...C)=>Mn(f(...C),i.className):Mn(f,i.className),v=h?{className:h}:{},b=no(a.props,Ke(An(i,["ref"])));for(let C in d)C in b&&delete d[C];return p.cloneElement(a,Object.assign({},b,d,l,{ref:o(_l(a),l.ref)},v))}return p.createElement(s,Object.assign({},An(i,["ref"]),s!==p.Fragment&&l,s!==p.Fragment&&d),a)}function Al(){let e=p.useRef([]),t=p.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 Dl(...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 no(...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 ro(...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 xe(e){var t;return Object.assign(p.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function Ke(e){let t=Object.assign({},e);for(let n in t)t[n]===void 0&&delete t[n];return t}function An(e,t=[]){let n=Object.assign({},e);for(let r of t)r in n&&delete n[r];return n}function _l(e){return p.version.split(".")[0]>="19"?e.props.ref:e.ref}function Fl(e,t,n){let[r,o]=p.useState(n),s=e!==void 0,c=p.useRef(s),u=p.useRef(!1),i=p.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,ne(l=>(s||o(l),t==null?void 0:t(l)))]}function Ll(e){let[t]=p.useState(e);return t}function oo(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))so(n,io(t,r),o);return n}function io(e,t){return e?e+"["+t+"]":t}function so(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())so(e,io(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,""]):oo(n,t,e)}function Nl(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 Il="span";var Dn=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Dn||{});function jl(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 Se()({ourProps:s,theirProps:o,slot:{},defaultTag:Il,name:"Hidden"})}let lo=xe(jl),kl=p.createContext(null);function Rl({children:e}){let t=p.useContext(kl);if(!t)return p.createElement(p.Fragment,null,e);let{target:n}=t;return n?Ee.createPortal(p.createElement(p.Fragment,null,e),n):null}function Wl({data:e,form:t,disabled:n,onReset:r,overrides:o}){let[s,c]=p.useState(null),u=ut();return p.useEffect(()=>{if(r&&s)return u.addEventListener(s,"reset",r)},[s,t,r]),p.createElement(Rl,null,p.createElement(Bl,{setForm:c,formId:t}),oo(e).map(([i,l])=>p.createElement(lo,{features:Dn.Hidden,...Ke({key:i,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:n,name:i,value:l,...o})})))}function Bl({setForm:e,formId:t}){return p.useEffect(()=>{if(t){let n=document.getElementById(t);n&&e(n)}},[e,t]),t?null:p.createElement(lo,{features:Dn.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:n=>{if(!n)return;let r=n.closest("form");r&&e(r)}})}let Hl=p.createContext(void 0);function ao(){return p.useContext(Hl)}function _n(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function Ut(e){return _n(e)&&"tagName"in e}function Ve(e){return Ut(e)&&"accessKey"in e}function ct(e){return Ut(e)&&"tabIndex"in e}function Ul(e){return Ut(e)&&"style"in e}function Vl(e){return Ve(e)&&e.nodeName==="IFRAME"}function uo(e){return Ve(e)&&e.nodeName==="INPUT"}function co(e){return Ve(e)&&e.nodeName==="LABEL"}function zl(e){return Ve(e)&&e.nodeName==="FIELDSET"}function fo(e){return Ve(e)&&e.nodeName==="LEGEND"}function Yl(e){return Ut(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function Gl(e){let t=e.parentElement,n=null;for(;t&&!zl(t);)fo(t)&&(n=t),t=t.parentElement;let r=(t==null?void 0:t.getAttribute("disabled"))==="";return r&&ql(n)?!1:r}function ql(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(fo(t))return!1;t=t.previousElementSibling}return!0}let po=Symbol();function Kl(e,t=!0){return Object.assign(e,{[po]:t})}function Pe(...e){let t=p.useRef(e);p.useEffect(()=>{t.current=e},[e]);let n=ne(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[po]))?void 0:n}let Fn=p.createContext(null);Fn.displayName="DescriptionContext";function mo(){let e=p.useContext(Fn);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,mo),t}return e}function Xl(){var e,t;return(t=(e=p.useContext(Fn))==null?void 0:e.value)!=null?t:void 0}let Ql="p";function Jl(e,t){let n=p.useId(),r=Pn(),{id:o=`headlessui-description-${n}`,...s}=e,c=mo(),u=Pe(t);ue(()=>c.register(o),[o,c.register]);let i=r||!1,l=p.useMemo(()=>({...c.slot,disabled:i}),[c.slot,i]),a={ref:u,...c.props,id:o};return Se()({ourProps:a,theirProps:s,slot:l,defaultTag:Ql,name:c.name||"Description"})}let Zl=xe(Jl);Object.assign(Zl,{});var he=(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))(he||{});let Vt=p.createContext(null);Vt.displayName="LabelContext";function ho(){let e=p.useContext(Vt);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,ho),t}return e}function go(e){var t,n,r;let o=(n=(t=p.useContext(Vt))==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 ea({inherit:e=!1}={}){let t=go(),[n,r]=p.useState([]),o=e?[t,...n].filter(Boolean):n;return[o.length>0?o.join(" "):void 0,p.useMemo(()=>function(s){let c=ne(i=>(r(l=>[...l,i]),()=>r(l=>{let a=l.slice(),d=a.indexOf(i);return d!==-1&&a.splice(d,1),a}))),u=p.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 p.createElement(Vt.Provider,{value:u},s.children)},[r])]}let ta="label";function na(e,t){var n;let r=p.useId(),o=ho(),s=ao(),c=Pn(),{id:u=`headlessui-label-${r}`,htmlFor:i=s??((n=o.props)==null?void 0:n.htmlFor),passive:l=!1,...a}=e,d=Pe(t);ue(()=>o.register(u),[u,o.register]);let m=ne(b=>{let C=b.currentTarget;if(!(b.target!==b.currentTarget&&Yl(b.target))&&(co(C)&&b.preventDefault(),o.props&&"onClick"in o.props&&typeof o.props.onClick=="function"&&o.props.onClick(b),co(C))){let E=document.getElementById(C.htmlFor);if(E){let y=E.getAttribute("disabled");if(y==="true"||y==="")return;let O=E.getAttribute("aria-disabled");if(O==="true"||O==="")return;(uo(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=p.useMemo(()=>({...o.slot,disabled:f}),[o.slot,f]),v={ref:d,...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),Se()({ourProps:v,theirProps:a,slot:h,defaultTag:i?ta:"div",name:o.name||"Label"})}let ra=xe(na),oa=Object.assign(ra,{});function ia(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 sa(e=ia){return p.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 la(e){if(e===null)return{width:0,height:0};let{width:t,height:n}=e.getBoundingClientRect();return{width:t,height:n}}function aa(e,t=!1){let[n,r]=p.useReducer(()=>({}),{}),o=p.useMemo(()=>la(e),[e,n]);return ue(()=>{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 vo=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 ua=Object.defineProperty,ca=(e,t,n)=>t in e?ua(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fa=(e,t,n)=>(ca(e,t+"",n),n),bo=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},Me=(e,t,n)=>(bo(e,t,"read from private field"),n?n.call(e):t.get(e)),Ln=(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)},yo=(e,t,n,r)=>(bo(e,t,"write to private field"),t.set(e,n),n),je,Ot,Tt;let wo=class{constructor(t){Ln(this,je,{}),Ln(this,Ot,new vo(()=>new Set)),Ln(this,Tt,new Set),fa(this,"disposables",Fe()),yo(this,je,t),Ie.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return Me(this,je)}subscribe(t,n){if(Ie.isServer)return()=>{};let r={selector:t,callback:n,current:t(Me(this,je))};return Me(this,Tt).add(r),this.disposables.add(()=>{Me(this,Tt).delete(r)})}on(t,n){return Ie.isServer?()=>{}:(Me(this,Ot).get(t).add(n),this.disposables.add(()=>{Me(this,Ot).get(t).delete(n)}))}send(t){let n=this.reduce(Me(this,je),t);if(n!==Me(this,je)){yo(this,je,n);for(let r of Me(this,Tt)){let o=r.selector(Me(this,je));Eo(r.current,o)||(r.current=o,r.callback(o))}for(let r of Me(this,Ot).get(t.type))r(Me(this,je),t)}}};je=new WeakMap,Ot=new WeakMap,Tt=new WeakMap;function Eo(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:Nn(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Nn(e.entries(),t.entries()):xo(e)&&xo(t)?Nn(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Nn(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 xo(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function In(e){let[t,n]=e(),r=Fe();return(...o)=>{t(...o),r.dispose(),r.microTask(n)}}var da=Object.defineProperty,pa=(e,t,n)=>t in e?da(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Co=(e,t,n)=>(pa(e,typeof t!="symbol"?t+"":t,n),n),So=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(So||{});let ma={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}}},ha=class xs extends wo{constructor(){super(...arguments),Co(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),Co(this,"selectors",{isTop:(t,n)=>t.stack[t.stack.length-1]===n,inStack:(t,n)=>t.stack.includes(n)})}static new(){return new xs({stack:[]})}reduce(t,n){return $e(n.type,ma,t,n)}};const jn=new vo(()=>ha.new());var kn={exports:{}},Rn={};/**
|
|
58
|
+
`))}else{let m=a.props,d=m==null?void 0:m.className,h=typeof d=="function"?(...w)=>xn(d(...w),i.className):xn(d,i.className),g=h?{className:h}:{},b=Tr(a.props,Ue(yn(i,["ref"])));for(let w in p)w in b&&delete p[w];return f.cloneElement(a,Object.assign({},b,p,l,{ref:o(Zs(a),l.ref)},g))}return f.createElement(s,Object.assign({},yn(i,["ref"]),s!==f.Fragment&&l,s!==f.Fragment&&p),a)}function Xs(){let e=f.useRef([]),t=f.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 Js(...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 Tr(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},n={};for(let r of e)for(let o in r)o.startsWith("on")&&typeof r[o]=="function"?(n[o]!=null||(n[o]=[]),n[o].push(r[o])):t[o]=r[o];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 Ar(...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(f.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function Ue(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 Zs(e){return f.version.split(".")[0]>="19"?e.props.ref:e.ref}function el(e,t,n){let[r,o]=f.useState(n),s=e!==void 0,c=f.useRef(s),u=f.useRef(!1),i=f.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,G(l=>(s||o(l),t==null?void 0:t(l)))]}function tl(e){let[t]=f.useState(e);return t}function Nr(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))Lr(n,Mr(t,r),o);return n}function Mr(e,t){return e?e+"["+t+"]":t}function Lr(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())Lr(e,Mr(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,""]):Nr(n,t,e)}function nl(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 rl="span";var wn=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(wn||{});function ol(e,t){var n;let{features:r=1,...o}=e,s={ref:t,"aria-hidden":(r&2)===2?!0:(n=o["aria-hidden"])!=null?n:void 0,hidden:(r&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(r&4)===4&&(r&2)!==2&&{display:"none"}}};return ge()({ourProps:s,theirProps:o,slot:{},defaultTag:rl,name:"Hidden"})}let Pr=me(ol),il=f.createContext(null);function sl({children:e}){let t=f.useContext(il);if(!t)return f.createElement(f.Fragment,null,e);let{target:n}=t;return n?pe.createPortal(f.createElement(f.Fragment,null,e),n):null}function ll({data:e,form:t,disabled:n,onReset:r,overrides:o}){let[s,c]=f.useState(null),u=ot();return f.useEffect(()=>{if(r&&s)return u.addEventListener(s,"reset",r)},[s,t,r]),f.createElement(sl,null,f.createElement(al,{setForm:c,formId:t}),Nr(e).map(([i,l])=>f.createElement(Pr,{features:wn.Hidden,...Ue({key:i,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:n,name:i,value:l,...o})})))}function al({setForm:e,formId:t}){return f.useEffect(()=>{if(t){let n=document.getElementById(t);n&&e(n)}},[e,t]),t?null:f.createElement(Pr,{features:wn.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:n=>{if(!n)return;let r=n.closest("form");r&&e(r)}})}let ul=f.createContext(void 0);function Fr(){return f.useContext(ul)}function En(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function _t(e){return En(e)&&"tagName"in e}function _e(e){return _t(e)&&"accessKey"in e}function it(e){return _t(e)&&"tabIndex"in e}function cl(e){return _t(e)&&"style"in e}function fl(e){return _e(e)&&e.nodeName==="IFRAME"}function jr(e){return _e(e)&&e.nodeName==="INPUT"}function Dr(e){return _e(e)&&e.nodeName==="LABEL"}function dl(e){return _e(e)&&e.nodeName==="FIELDSET"}function Ir(e){return _e(e)&&e.nodeName==="LEGEND"}function pl(e){return _t(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function ml(e){let t=e.parentElement,n=null;for(;t&&!dl(t);)Ir(t)&&(n=t),t=t.parentElement;let r=(t==null?void 0:t.getAttribute("disabled"))==="";return r&&hl(n)?!1:r}function hl(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(Ir(t))return!1;t=t.previousElementSibling}return!0}let _r=Symbol();function gl(e,t=!0){return Object.assign(e,{[_r]:t})}function ye(...e){let t=f.useRef(e);f.useEffect(()=>{t.current=e},[e]);let n=G(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[_r]))?void 0:n}let Cn=f.createContext(null);Cn.displayName="DescriptionContext";function kr(){let e=f.useContext(Cn);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,kr),t}return e}function vl(){var e,t;return(t=(e=f.useContext(Cn))==null?void 0:e.value)!=null?t:void 0}let bl="p";function xl(e,t){let n=f.useId(),r=bn(),{id:o=`headlessui-description-${n}`,...s}=e,c=kr(),u=ye(t);te(()=>c.register(o),[o,c.register]);let i=r||!1,l=f.useMemo(()=>({...c.slot,disabled:i}),[c.slot,i]),a={ref:u,...c.props,id:o};return ge()({ourProps:a,theirProps:s,slot:l,defaultTag:bl,name:c.name||"Description"})}let yl=me(xl);Object.assign(yl,{});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 kt=f.createContext(null);kt.displayName="LabelContext";function Rr(){let e=f.useContext(kt);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,Rr),t}return e}function Wr(e){var t,n,r;let o=(n=(t=f.useContext(kt))==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 wl({inherit:e=!1}={}){let t=Wr(),[n,r]=f.useState([]),o=e?[t,...n].filter(Boolean):n;return[o.length>0?o.join(" "):void 0,f.useMemo(()=>function(s){let c=G(i=>(r(l=>[...l,i]),()=>r(l=>{let a=l.slice(),p=a.indexOf(i);return p!==-1&&a.splice(p,1),a}))),u=f.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 f.createElement(kt.Provider,{value:u},s.children)},[r])]}let El="label";function Cl(e,t){var n;let r=f.useId(),o=Rr(),s=Fr(),c=bn(),{id:u=`headlessui-label-${r}`,htmlFor:i=s??((n=o.props)==null?void 0:n.htmlFor),passive:l=!1,...a}=e,p=ye(t);te(()=>o.register(u),[u,o.register]);let m=G(b=>{let w=b.currentTarget;if(!(b.target!==b.currentTarget&&pl(b.target))&&(Dr(w)&&b.preventDefault(),o.props&&"onClick"in o.props&&typeof o.props.onClick=="function"&&o.props.onClick(b),Dr(w))){let E=document.getElementById(w.htmlFor);if(E){let y=E.getAttribute("disabled");if(y==="true"||y==="")return;let C=E.getAttribute("aria-disabled");if(C==="true"||C==="")return;(jr(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})}}}),d=c||!1,h=f.useMemo(()=>({...o.slot,disabled:d}),[o.slot,d]),g={ref:p,...o.props,id:u,htmlFor:i,onClick:m};return l&&("onClick"in g&&(delete g.htmlFor,delete g.onClick),"onClick"in a&&delete a.onClick),ge()({ourProps:g,theirProps:a,slot:h,defaultTag:i?El:"div",name:o.name||"Label"})}let Sl=me(Cl),$l=Object.assign(Sl,{});function Ol(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 Tl(e=Ol){return f.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 Al(e){if(e===null)return{width:0,height:0};let{width:t,height:n}=e.getBoundingClientRect();return{width:t,height:n}}function Nl(e,t=!1){let[n,r]=f.useReducer(()=>({}),{}),o=f.useMemo(()=>Al(e),[e,n]);return te(()=>{if(!e)return;let s=new ResizeObserver(r);return s.observe(e),()=>{s.disconnect()}},[e]),t?{width:`${o.width}px`,height:`${o.height}px`}:o}let Br=class extends Map{constructor(t){super(),this.factory=t}get(t){let n=super.get(t);return n===void 0&&(n=this.factory(t),this.set(t,n)),n}};var Ml=Object.defineProperty,Ll=(e,t,n)=>t in e?Ml(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Pl=(e,t,n)=>(Ll(e,t+"",n),n),Vr=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},we=(e,t,n)=>(Vr(e,t,"read from private field"),n?n.call(e):t.get(e)),Sn=(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)},Ur=(e,t,n,r)=>(Vr(e,t,"write to private field"),t.set(e,n),n),Ne,yt,wt;let zr=class{constructor(t){Sn(this,Ne,{}),Sn(this,yt,new Br(()=>new Set)),Sn(this,wt,new Set),Pl(this,"disposables",Se()),Ur(this,Ne,t),Ae.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return we(this,Ne)}subscribe(t,n){if(Ae.isServer)return()=>{};let r={selector:t,callback:n,current:t(we(this,Ne))};return we(this,wt).add(r),this.disposables.add(()=>{we(this,wt).delete(r)})}on(t,n){return Ae.isServer?()=>{}:(we(this,yt).get(t).add(n),this.disposables.add(()=>{we(this,yt).get(t).delete(n)}))}send(t){let n=this.reduce(we(this,Ne),t);if(n!==we(this,Ne)){Ur(this,Ne,n);for(let r of we(this,wt)){let o=r.selector(we(this,Ne));Hr(r.current,o)||(r.current=o,r.callback(o))}for(let r of we(this,yt).get(t.type))r(we(this,Ne),t)}}};Ne=new WeakMap,yt=new WeakMap,wt=new WeakMap;function Hr(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:$n(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:$n(e.entries(),t.entries()):Gr(e)&&Gr(t)?$n(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function $n(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 Gr(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function On(e){let[t,n]=e(),r=Se();return(...o)=>{t(...o),r.dispose(),r.microTask(n)}}var Fl=Object.defineProperty,jl=(e,t,n)=>t in e?Fl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Yr=(e,t,n)=>(jl(e,typeof t!="symbol"?t+"":t,n),n),Kr=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(Kr||{});let Dl={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}}},Il=class ns extends zr{constructor(){super(...arguments),Yr(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),Yr(this,"selectors",{isTop:(t,n)=>t.stack[t.stack.length-1]===n,inStack:(t,n)=>t.stack.includes(n)})}static new(){return new ns({stack:[]})}reduce(t,n){return xe(n.type,Dl,t,n)}};const Tn=new Br(()=>Il.new());var An={exports:{}},Nn={};/**
|
|
67
59
|
* @license React
|
|
68
60
|
* use-sync-external-store-with-selector.production.js
|
|
69
61
|
*
|
|
@@ -71,7 +63,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
71
63
|
*
|
|
72
64
|
* This source code is licensed under the MIT license found in the
|
|
73
65
|
* LICENSE file in the root directory of this source tree.
|
|
74
|
-
*/var
|
|
66
|
+
*/var Qr;function _l(){if(Qr)return Nn;Qr=1;var e=f;function t(i,l){return i===l&&(i!==0||1/i===1/l)||i!==i&&l!==l}var n=typeof Object.is=="function"?Object.is:t,r=e.useSyncExternalStore,o=e.useRef,s=e.useEffect,c=e.useMemo,u=e.useDebugValue;return Nn.useSyncExternalStoreWithSelector=function(i,l,a,p,m){var d=o(null);if(d.current===null){var h={hasValue:!1,value:null};d.current=h}else h=d.current;d=c(function(){function b(S){if(!w){if(w=!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 w=!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 g=r(i,d[0],d[1]);return s(function(){h.hasValue=!0,h.value=g},[g]),u(g),g},Nn}var Mn={};/**
|
|
75
67
|
* @license React
|
|
76
68
|
* use-sync-external-store-with-selector.development.js
|
|
77
69
|
*
|
|
@@ -79,45 +71,34 @@ React keys must be passed directly to JSX without using spread:
|
|
|
79
71
|
*
|
|
80
72
|
* This source code is licensed under the MIT license found in the
|
|
81
73
|
* LICENSE file in the root directory of this source tree.
|
|
82
|
-
*/var To;function va(){return To||(To=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=p,n=typeof Object.is=="function"?Object.is:e,r=t.useSyncExternalStore,o=t.useRef,s=t.useEffect,c=t.useMemo,u=t.useDebugValue;Wn.useSyncExternalStoreWithSelector=function(i,l,a,d,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(w){if(!C){if(C=!0,E=w,w=d(w),m!==void 0&&h.hasValue){var F=h.value;if(m(F,w))return y=F}return y=w}if(F=y,n(E,w))return F;var _=d(w);return m!==void 0&&m(F,_)?(E=w,F):(E=w,y=_)}var C=!1,E,y,O=a===void 0?null:a;return[function(){return b(l())},O===null?void 0:function(){return b(O())}]},[l,a,d,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())}()),Wn}process.env.NODE_ENV==="production"?kn.exports=ga():kn.exports=va();var ba=kn.exports;function Ae(e,t,n=Eo){return ba.useSyncExternalStoreWithSelector(ne(r=>e.subscribe(ya,r)),ne(()=>e.state),ne(()=>e.state),ne(t),n)}function ya(e){return e}function $o(e,t){let n=p.useId(),r=jn.get(t),[o,s]=Ae(r,p.useCallback(c=>[r.selectors.isTop(c,n),r.selectors.inStack(c,n)],[r,n]));return ue(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),e?s?o:!0:!1}let Bn=new Map,$t=new Map;function Po(e){var t;let n=(t=$t.get(e))!=null?t:0;return $t.set(e,n+1),n!==0?()=>Mo(e):(Bn.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Mo(e))}function Mo(e){var t;let n=(t=$t.get(e))!=null?t:1;if(n===1?$t.delete(e):$t.set(e,n-1),n!==1)return;let r=Bn.get(e);r&&(r["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,Bn.delete(e))}function wa(e,{allowed:t,disallowed:n}={}){let r=$o(e,"inert-others");ue(()=>{var o,s;if(!r)return;let c=Fe();for(let i of(o=n==null?void 0:n())!=null?o:[])i&&c.add(Po(i));let u=(s=t==null?void 0:t())!=null?s:[];for(let i of u){if(!i)continue;let l=St(i);if(!l)continue;let a=i.parentElement;for(;a&&a!==l.body;){for(let d of a.children)u.some(m=>d.contains(m))||c.add(Po(d));a=a.parentElement}}return c.dispose},[r,t,n])}function Ea(e,t,n){let r=nt(o=>{let s=o.getBoundingClientRect();s.x===0&&s.y===0&&s.width===0&&s.height===0&&n()});p.useEffect(()=>{if(!e)return;let o=t===null?null:Ve(t)?t:t.current;if(!o)return;let s=Fe();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 Hn=["[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(","),xa=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var Un=(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))(Un||{}),Ca=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(Ca||{}),Sa=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Sa||{});function Ao(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Hn)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}function Oa(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(xa)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}var Vn=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Vn||{});function Do(e,t=0){var n;return e===((n=St(e))==null?void 0:n.body)?!1:$e(t,{0(){return e.matches(Hn)},1(){let r=e;for(;r!==null;){if(r.matches(Hn))return!0;r=r.parentElement}return!1}})}var Ta=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(Ta||{});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 $a=["textarea","input"].join(",");function Pa(e){var t,n;return(n=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,$a))!=null?n:!1}function _o(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 Ma(e,t){return Aa(Ao(),t,{relativeTo:e})}function Aa(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?_o(e):e:t&64?Oa(e):Ao(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,d=c.length,m;do{if(a>=d||a+d<=0)return 0;let f=i+a;if(t&16)f=(f+d)%d;else{if(f<0)return 3;if(f>=d)return 1}m=c[f],m==null||m.focus(l),a+=u}while(m!==s.activeElement);return t&6&&Pa(m)&&m.select(),2}function Fo(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function Da(){return/Android/gi.test(window.navigator.userAgent)}function Lo(){return Fo()||Da()}function ft(e,t,n,r){let o=nt(n);p.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 _a(e,t,n,r){let o=nt(n);p.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 No=30;function Fa(e,t,n){let r=nt(n),o=p.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 d(m){return typeof m=="function"?d(m()):Array.isArray(m)||m instanceof Set?m:[m]}(t);for(let d of a)if(d!==null&&(d.contains(l)||u.composed&&u.composedPath().includes(d)))return;return!Do(l,Vn.Loose)&&l.tabIndex!==-1&&u.preventDefault(),r.current(u,l)},[r,t]),s=p.useRef(null);ft(e,"pointerdown",u=>{var i,l;Lo()||(s.current=((l=(i=u.composedPath)==null?void 0:i.call(u))==null?void 0:l[0])||u.target)},!0),ft(e,"pointerup",u=>{if(Lo()||!s.current)return;let i=s.current;return s.current=null,o(u,()=>i)},!0);let c=p.useRef({x:0,y:0});ft(e,"touchstart",u=>{c.current.x=u.touches[0].clientX,c.current.y=u.touches[0].clientY},!0),ft(e,"touchend",u=>{let i={x:u.changedTouches[0].clientX,y:u.changedTouches[0].clientY};if(!(Math.abs(i.x-c.current.x)>=No||Math.abs(i.y-c.current.y)>=No))return o(u,()=>ct(u.target)?u.target:null)},!0),_a(e,"blur",u=>o(u,()=>Vl(window.document.activeElement)?window.document.activeElement:null),!0)}function zn(...e){return p.useMemo(()=>St(...e),[...e])}var La=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(La||{});const zt={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},Na=200,Io=5;function Ia(e,{trigger:t,action:n,close:r,select:o}){let s=p.useRef(null),c=p.useRef(null),u=p.useRef(null);ft(e&&t!==null,"pointerdown",i=>{_n(i==null?void 0:i.target)&&t!=null&&t.contains(i.target)&&(c.current=i.x,u.current=i.y,s.current=i.timeStamp)}),ft(e&&t!==null,"pointerup",i=>{var l,a;let d=s.current;if(d===null||(s.current=null,!ct(i.target))||Math.abs(i.x-((l=c.current)!=null?l:i.x))<Io&&Math.abs(i.y-((a=u.current)!=null?a:i.y))<Io)return;let m=n(i);switch(m.kind){case 0:return;case 1:{i.timeStamp-d>Na&&(o(m.target),r());break}case 2:{r();break}}},{capture:!0})}function ja(e,t){return p.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 ka(e){return p.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function Ra(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 Wa(){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 Ba(){return Fo()?{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=Fe();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(ct(u.target))try{let i=u.target.closest("a");if(!i)return;let{hash:l}=new URL(i.href),a=e.querySelector(l);ct(a)&&!r(a)&&(c=a)}catch{}},!0),t.addEventListener(e,"touchstart",u=>{if(ct(u.target)&&Ul(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(ct(u.target)){if(uo(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 Ha(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function Ua(e){let t={};for(let n of e)Object.assign(t,n(t));return t}let rt=Ra(()=>new Map,{PUSH(e,t){var n;let r=(n=this.get(e))!=null?n:{doc:e,count:0,d:Fe(),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:Ua(n)},o=[Ba(),Wa(),Ha()];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)}});rt.subscribe(()=>{let e=rt.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)&&rt.dispatch(n.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",n),n.count===0&&rt.dispatch("TEARDOWN",n)}});function Va(e,t,n=()=>({containers:[]})){let r=ka(rt),o=t?r.get(t):void 0,s=o?o.count>0:!1;return ue(()=>{if(!(!t||!e))return rt.dispatch("PUSH",t,n),()=>rt.dispatch("POP",t,n)},[e,t]),s}function za(e,t,n=()=>[document.body]){let r=$o(e,"scroll-lock");Va(r,t,o=>{var s;return{containers:[...(s=o.containers)!=null?s:[],n]}})}function jo(e){return[e.screenX,e.screenY]}function Ya(){let e=p.useRef([-1,-1]);return{wasMoved(t){let n=jo(t);return e.current[0]===n[0]&&e.current[1]===n[1]?!1:(e.current=n,!0)},update(t){e.current=jo(t)}}}function Ga(e=0){let[t,n]=p.useState(e),r=p.useCallback(i=>n(i),[t]),o=p.useCallback(i=>n(l=>l|i),[t]),s=p.useCallback(i=>(t&i)===i,[t]),c=p.useCallback(i=>n(l=>l&~i),[n]),u=p.useCallback(i=>n(l=>l^i),[n]);return{flags:t,setFlag:r,addFlag:o,hasFlag:s,removeFlag:c,toggleFlag:u}}var ko,Ro;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((ko=process==null?void 0:process.env)==null?void 0:ko.NODE_ENV)==="test"&&typeof((Ro=Element==null?void 0:Element.prototype)==null?void 0:Ro.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(`
|
|
83
|
-
`)),[]});var qa=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(qa||{});function Wo(e){let t={};for(let n in e)e[n]===!0&&(t[`data-${n}`]="");return t}function Bo(e,t,n,r){let[o,s]=p.useState(n),{hasFlag:c,addFlag:u,removeFlag:i}=Ga(e&&o?3:0),l=p.useRef(!1),a=p.useRef(!1),d=ut();return ue(()=>{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),Ka(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,d]),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 Ka(e,{prepare:t,run:n,done:r,inFlight:o}){let s=Fe();return Qa(e,{prepare:t,inFlight:o}),s.nextFrame(()=>{n(),s.requestAnimationFrame(()=>{s.add(Xa(e,r))})}),s.dispose}function Xa(e,t){var n,r;let o=Fe();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 Qa(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 Yt(){return typeof window<"u"}function dt(e){return Ho(e)?(e.nodeName||"").toLowerCase():"#document"}function Oe(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ke(e){var t;return(t=(Ho(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Ho(e){return Yt()?e instanceof Node||e instanceof Oe(e).Node:!1}function ve(e){return Yt()?e instanceof Element||e instanceof Oe(e).Element:!1}function Re(e){return Yt()?e instanceof HTMLElement||e instanceof Oe(e).HTMLElement:!1}function Uo(e){return!Yt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Oe(e).ShadowRoot}const Ja=new Set(["inline","contents"]);function Pt(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Le(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!Ja.has(o)}const Za=new Set(["table","td","th"]);function eu(e){return Za.has(dt(e))}const tu=[":popover-open",":modal"];function Gt(e){return tu.some(t=>{try{return e.matches(t)}catch{return!1}})}const nu=["transform","translate","scale","rotate","perspective"],ru=["transform","translate","scale","rotate","perspective","filter"],ou=["paint","layout","strict","content"];function Yn(e){const t=Gn(),n=ve(e)?Le(e):e;return nu.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)||ru.some(r=>(n.willChange||"").includes(r))||ou.some(r=>(n.contain||"").includes(r))}function iu(e){let t=Xe(e);for(;Re(t)&&!pt(t);){if(Yn(t))return t;if(Gt(t))return null;t=Xe(t)}return null}function Gn(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const su=new Set(["html","body","#document"]);function pt(e){return su.has(dt(e))}function Le(e){return Oe(e).getComputedStyle(e)}function qt(e){return ve(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Xe(e){if(dt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Uo(e)&&e.host||ke(e);return Uo(t)?t.host:t}function Vo(e){const t=Xe(e);return pt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Re(t)&&Pt(t)?t:Vo(t)}function Mt(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=Vo(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),c=Oe(o);if(s){const u=qn(c);return t.concat(c,c.visualViewport||[],Pt(o)?o:[],u&&n?Mt(u):[])}return t.concat(o,Mt(o,[],n))}function qn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function lu(){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 ot=Math.min,be=Math.max,At=Math.round,Kt=Math.floor,We=e=>({x:e,y:e}),au={left:"right",right:"left",bottom:"top",top:"bottom"},uu={start:"end",end:"start"};function zo(e,t,n){return be(e,ot(t,n))}function mt(e,t){return typeof e=="function"?e(t):e}function Qe(e){return e.split("-")[0]}function Dt(e){return e.split("-")[1]}function Yo(e){return e==="x"?"y":"x"}function Go(e){return e==="y"?"height":"width"}const cu=new Set(["top","bottom"]);function ze(e){return cu.has(Qe(e))?"y":"x"}function qo(e){return Yo(ze(e))}function fu(e,t,n){n===void 0&&(n=!1);const r=Dt(e),o=qo(e),s=Go(o);let c=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(c=Xt(c)),[c,Xt(c)]}function du(e){const t=Xt(e);return[Kn(e),t,Kn(t)]}function Kn(e){return e.replace(/start|end/g,t=>uu[t])}const Ko=["left","right"],Xo=["right","left"],pu=["top","bottom"],mu=["bottom","top"];function hu(e,t,n){switch(e){case"top":case"bottom":return n?t?Xo:Ko:t?Ko:Xo;case"left":case"right":return t?pu:mu;default:return[]}}function gu(e,t,n,r){const o=Dt(e);let s=hu(Qe(e),n==="start",r);return o&&(s=s.map(c=>c+"-"+o),t&&(s=s.concat(s.map(Kn)))),s}function Xt(e){return e.replace(/left|right|bottom|top/g,t=>au[t])}function vu(e){return{top:0,right:0,bottom:0,left:0,...e}}function bu(e){return typeof e!="number"?vu(e):{top:e,right:e,bottom:e,left:e}}function Qt(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 Qo(e,t,n){let{reference:r,floating:o}=e;const s=ze(t),c=qo(t),u=Go(c),i=Qe(t),l=s==="y",a=r.x+r.width/2-o.width/2,d=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:d};break;case"left":f={x:r.x-o.width,y:d};break;default:f={x:r.x,y:r.y}}switch(Dt(t)){case"start":f[c]-=m*(n&&l?-1:1);break;case"end":f[c]+=m*(n&&l?-1:1);break}return f}const yu=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:d}=Qo(l,r,i),m=r,f={},h=0;for(let v=0;v<u.length;v++){const{name:b,fn:C}=u[v],{x:E,y,data:O,reset:w}=await C({x:a,y:d,initialPlacement:r,placement:m,strategy:o,middlewareData:f,rects:l,platform:c,elements:{reference:e,floating:t}});a=E??a,d=y??d,f={...f,[b]:{...f[b],...O}},w&&h<=50&&(h++,typeof w=="object"&&(w.placement&&(m=w.placement),w.rects&&(l=w.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:o}):w.rects),{x:a,y:d}=Qo(l,m,i)),v=-1)}return{x:a,y:d,placement:m,strategy:o,middlewareData:f}};async function Jt(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:d="floating",altBoundary:m=!1,padding:f=0}=mt(t,e),h=bu(f),b=u[m?d==="floating"?"reference":"floating":d],C=Qt(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=d==="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)),O=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},w=Qt(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:E,offsetParent:y,strategy:i}):E);return{top:(C.top-w.top+h.top)/O.y,bottom:(w.bottom-C.bottom+h.bottom)/O.y,left:(C.left-w.left+h.left)/O.x,right:(w.right-C.right+h.right)/O.x}}const wu=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:d=!0,fallbackPlacements:m,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:v=!0,...b}=mt(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const C=Qe(o),E=ze(u),y=Qe(u)===u,O=await(i.isRTL==null?void 0:i.isRTL(l.floating)),w=m||(y||!v?[Xt(u)]:du(u)),F=h!=="none";!m&&F&&w.push(...gu(u,v,h,O));const _=[u,...w],B=await Jt(t,b),K=[];let A=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&K.push(B[C]),d){const R=fu(o,c,O);K.push(B[R[0]],B[R[1]])}if(A=[...A,{placement:o,overflows:K}],!K.every(R=>R<=0)){var j,re;const R=(((j=s.flip)==null?void 0:j.index)||0)+1,X=_[R];if(X&&(!(d==="alignment"?E!==ze(X):!1)||A.every(T=>ze(T.placement)===E?T.overflows[0]>0:!0)))return{data:{index:R,overflows:A},reset:{placement:X}};let G=(re=A.filter(Q=>Q.overflows[0]<=0).sort((Q,T)=>Q.overflows[1]-T.overflows[1])[0])==null?void 0:re.placement;if(!G)switch(f){case"bestFit":{var U;const Q=(U=A.filter(T=>{if(F){const H=ze(T.placement);return H===E||H==="y"}return!0}).map(T=>[T.placement,T.overflows.filter(H=>H>0).reduce((H,S)=>H+S,0)]).sort((T,H)=>T[1]-H[1])[0])==null?void 0:U[0];Q&&(G=Q);break}case"initialPlacement":G=u;break}if(o!==G)return{reset:{placement:G}}}return{}}}},Eu=new Set(["left","top"]);async function xu(e,t){const{placement:n,platform:r,elements:o}=e,s=await(r.isRTL==null?void 0:r.isRTL(o.floating)),c=Qe(n),u=Dt(n),i=ze(n)==="y",l=Eu.has(c)?-1:1,a=s&&i?-1:1,d=mt(t,e);let{mainAxis:m,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 u&&typeof h=="number"&&(f=u==="end"?h*-1:h),i?{x:f*a,y:m*l}:{x:m*l,y:f*a}}const Cu=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 xu(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}}}}},Su=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:C,y:E}=b;return{x:C,y:E}}},...i}=mt(e,t),l={x:n,y:r},a=await Jt(t,i),d=ze(Qe(o)),m=Yo(d);let f=l[m],h=l[d];if(s){const b=m==="y"?"top":"left",C=m==="y"?"bottom":"right",E=f+a[b],y=f-a[C];f=zo(E,f,y)}if(c){const b=d==="y"?"top":"left",C=d==="y"?"bottom":"right",E=h+a[b],y=h-a[C];h=zo(E,h,y)}const v=u.fn({...t,[m]:f,[d]:h});return{...v,data:{x:v.x-n,y:v.y-r,enabled:{[m]:s,[d]:c}}}}}},Ou=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}=mt(e,t),a=await Jt(t,l),d=Qe(o),m=Dt(o),f=ze(o)==="y",{width:h,height:v}=s.floating;let b,C;d==="top"||d==="bottom"?(b=d,C=m===(await(c.isRTL==null?void 0:c.isRTL(u.floating))?"start":"end")?"left":"right"):(C=d,b=m==="end"?"top":"bottom");const E=v-a.top-a.bottom,y=h-a.left-a.right,O=ot(v-a[b],E),w=ot(h-a[C],y),F=!t.middlewareData.shift;let _=O,B=w;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(B=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(_=E),F&&!m){const A=be(a.left,0),j=be(a.right,0),re=be(a.top,0),U=be(a.bottom,0);f?B=h-2*(A!==0||j!==0?A+j:be(a.left,a.right)):_=v-2*(re!==0||U!==0?re+U:be(a.top,a.bottom))}await i({...t,availableWidth:B,availableHeight:_});const K=await c.getDimensions(u.floating);return h!==K.width||v!==K.height?{reset:{rects:!0}}:{}}}};function Jo(e){const t=Le(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Re(e),s=o?e.offsetWidth:n,c=o?e.offsetHeight:r,u=At(n)!==s||At(r)!==c;return u&&(n=s,r=c),{width:n,height:r,$:u}}function Xn(e){return ve(e)?e:e.contextElement}function ht(e){const t=Xn(e);if(!Re(t))return We(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=Jo(t);let c=(s?At(n.width):n.width)/r,u=(s?At(n.height):n.height)/o;return(!c||!Number.isFinite(c))&&(c=1),(!u||!Number.isFinite(u))&&(u=1),{x:c,y:u}}const Tu=We(0);function Zo(e){const t=Oe(e);return!Gn()||!t.visualViewport?Tu:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $u(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Oe(e)?!1:t}function it(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=Xn(e);let c=We(1);t&&(r?ve(r)&&(c=ht(r)):c=ht(e));const u=$u(s,n,r)?Zo(s):We(0);let i=(o.left+u.x)/c.x,l=(o.top+u.y)/c.y,a=o.width/c.x,d=o.height/c.y;if(s){const m=Oe(s),f=r&&ve(r)?Oe(r):r;let h=m,v=qn(h);for(;v&&r&&f!==h;){const b=ht(v),C=v.getBoundingClientRect(),E=Le(v),y=C.left+(v.clientLeft+parseFloat(E.paddingLeft))*b.x,O=C.top+(v.clientTop+parseFloat(E.paddingTop))*b.y;i*=b.x,l*=b.y,a*=b.x,d*=b.y,i+=y,l+=O,h=Oe(v),v=qn(h)}}return Qt({width:a,height:d,x:i,y:l})}function Zt(e,t){const n=qt(e).scrollLeft;return t?t.left+n:it(ke(e)).left+n}function ei(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-Zt(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function Pu(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const s=o==="fixed",c=ke(r),u=t?Gt(t.floating):!1;if(r===c||u&&s)return n;let i={scrollLeft:0,scrollTop:0},l=We(1);const a=We(0),d=Re(r);if((d||!d&&!s)&&((dt(r)!=="body"||Pt(c))&&(i=qt(r)),Re(r))){const f=it(r);l=ht(r),a.x=f.x+r.clientLeft,a.y=f.y+r.clientTop}const m=c&&!d&&!s?ei(c,i):We(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 Mu(e){return Array.from(e.getClientRects())}function Au(e){const t=ke(e),n=qt(e),r=e.ownerDocument.body,o=be(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=be(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let c=-n.scrollLeft+Zt(e);const u=-n.scrollTop;return Le(r).direction==="rtl"&&(c+=be(t.clientWidth,r.clientWidth)-o),{width:o,height:s,x:c,y:u}}const ti=25;function Du(e,t){const n=Oe(e),r=ke(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=Gn();(!a||a&&t==="fixed")&&(u=o.offsetLeft,i=o.offsetTop)}const l=Zt(r);if(l<=0){const a=r.ownerDocument,d=a.body,m=getComputedStyle(d),f=a.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,h=Math.abs(r.clientWidth-d.clientWidth-f);h<=ti&&(s-=h)}else l<=ti&&(s+=l);return{width:s,height:c,x:u,y:i}}const _u=new Set(["absolute","fixed"]);function Fu(e,t){const n=it(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=Re(e)?ht(e):We(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 ni(e,t,n){let r;if(t==="viewport")r=Du(e,n);else if(t==="document")r=Au(ke(e));else if(ve(t))r=Fu(t,n);else{const o=Zo(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Qt(r)}function ri(e,t){const n=Xe(e);return n===t||!ve(n)||pt(n)?!1:Le(n).position==="fixed"||ri(n,t)}function Lu(e,t){const n=t.get(e);if(n)return n;let r=Mt(e,[],!1).filter(u=>ve(u)&&dt(u)!=="body"),o=null;const s=Le(e).position==="fixed";let c=s?Xe(e):e;for(;ve(c)&&!pt(c);){const u=Le(c),i=Yn(c);!i&&u.position==="fixed"&&(o=null),(s?!i&&!o:!i&&u.position==="static"&&!!o&&_u.has(o.position)||Pt(c)&&!i&&ri(e,c))?r=r.filter(a=>a!==c):o=u,c=Xe(c)}return t.set(e,r),r}function Nu(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const c=[...n==="clippingAncestors"?Gt(t)?[]:Lu(t,this._c):[].concat(n),r],u=c[0],i=c.reduce((l,a)=>{const d=ni(t,a,o);return l.top=be(d.top,l.top),l.right=ot(d.right,l.right),l.bottom=ot(d.bottom,l.bottom),l.left=be(d.left,l.left),l},ni(t,u,o));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}}function Iu(e){const{width:t,height:n}=Jo(e);return{width:t,height:n}}function ju(e,t,n){const r=Re(t),o=ke(t),s=n==="fixed",c=it(e,!0,s,t);let u={scrollLeft:0,scrollTop:0};const i=We(0);function l(){i.x=Zt(o)}if(r||!r&&!s)if((dt(t)!=="body"||Pt(o))&&(u=qt(t)),r){const f=it(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?ei(o,u):We(0),d=c.left+u.scrollLeft-i.x-a.x,m=c.top+u.scrollTop-i.y-a.y;return{x:d,y:m,width:c.width,height:c.height}}function Qn(e){return Le(e).position==="static"}function oi(e,t){if(!Re(e)||Le(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return ke(e)===n&&(n=n.ownerDocument.body),n}function ii(e,t){const n=Oe(e);if(Gt(e))return n;if(!Re(e)){let o=Xe(e);for(;o&&!pt(o);){if(ve(o)&&!Qn(o))return o;o=Xe(o)}return n}let r=oi(e,t);for(;r&&eu(r)&&Qn(r);)r=oi(r,t);return r&&pt(r)&&Qn(r)&&!Yn(r)?n:r||iu(e)||n}const ku=async function(e){const t=this.getOffsetParent||ii,n=this.getDimensions,r=await n(e.floating);return{reference:ju(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function Ru(e){return Le(e).direction==="rtl"}const Wu={convertOffsetParentRelativeRectToViewportRelativeRect:Pu,getDocumentElement:ke,getClippingRect:Nu,getOffsetParent:ii,getElementRects:ku,getClientRects:Mu,getDimensions:Iu,getScale:ht,isElement:ve,isRTL:Ru};function si(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Bu(e,t){let n=null,r;const o=ke(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:d,width:m,height:f}=l;if(u||t(),!m||!f)return;const h=Kt(d),v=Kt(o.clientWidth-(a+m)),b=Kt(o.clientHeight-(d+f)),C=Kt(a),y={rootMargin:-h+"px "+-v+"px "+-b+"px "+-C+"px",threshold:be(0,ot(1,i))||1};let O=!0;function w(F){const _=F[0].intersectionRatio;if(_!==i){if(!O)return c();_?c(!1,_):r=setTimeout(()=>{c(!1,1e-7)},1e3)}_===1&&!si(l,e.getBoundingClientRect())&&c(),O=!1}try{n=new IntersectionObserver(w,{...y,root:o.ownerDocument})}catch{n=new IntersectionObserver(w,y)}n.observe(e)}return c(!0),s}function Hu(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=Xn(e),a=o||s?[...l?Mt(l):[],...Mt(t)]:[];a.forEach(C=>{o&&C.addEventListener("scroll",n,{passive:!0}),s&&C.addEventListener("resize",n)});const d=l&&u?Bu(l,n):null;let m=-1,f=null;c&&(f=new ResizeObserver(C=>{let[E]=C;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?it(e):null;i&&b();function b(){const C=it(e);v&&!si(v,C)&&n(),v=C,h=requestAnimationFrame(b)}return n(),()=>{var C;a.forEach(E=>{o&&E.removeEventListener("scroll",n),s&&E.removeEventListener("resize",n)}),d==null||d(),(C=f)==null||C.disconnect(),f=null,i&&cancelAnimationFrame(h)}}const Jn=Jt,Uu=Cu,Vu=Su,zu=wu,Yu=Ou,Gu=(e,t,n)=>{const r=new Map,o={platform:Wu,...n},s={...o.platform,_c:r};return yu(e,t,{...o,platform:s})};var qu=typeof document<"u",Ku=function(){},en=qu?p.useLayoutEffect:Ku;function tn(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(!tn(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)&&!tn(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function li(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function ai(e,t){const n=li(e);return Math.round(t*n)/n}function Zn(e){const t=N.useRef(e);return en(()=>{t.current=e}),t}function Xu(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,d]=N.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[m,f]=N.useState(r);tn(m,r)||f(r);const[h,v]=N.useState(null),[b,C]=N.useState(null),E=N.useCallback(T=>{T!==F.current&&(F.current=T,v(T))},[]),y=N.useCallback(T=>{T!==_.current&&(_.current=T,C(T))},[]),O=s||h,w=c||b,F=N.useRef(null),_=N.useRef(null),B=N.useRef(a),K=i!=null,A=Zn(i),j=Zn(o),re=Zn(l),U=N.useCallback(()=>{if(!F.current||!_.current)return;const T={placement:t,strategy:n,middleware:m};j.current&&(T.platform=j.current),Gu(F.current,_.current,T).then(H=>{const S={...H,isPositioned:re.current!==!1};R.current&&!tn(B.current,S)&&(B.current=S,Nt.flushSync(()=>{d(S)}))})},[m,t,n,j,re]);en(()=>{l===!1&&B.current.isPositioned&&(B.current.isPositioned=!1,d(T=>({...T,isPositioned:!1})))},[l]);const R=N.useRef(!1);en(()=>(R.current=!0,()=>{R.current=!1}),[]),en(()=>{if(O&&(F.current=O),w&&(_.current=w),O&&w){if(A.current)return A.current(O,w,U);U()}},[O,w,U,A,K]);const X=N.useMemo(()=>({reference:F,floating:_,setReference:E,setFloating:y}),[E,y]),G=N.useMemo(()=>({reference:O,floating:w}),[O,w]),Q=N.useMemo(()=>{const T={position:n,left:0,top:0};if(!G.floating)return T;const H=ai(G.floating,a.x),S=ai(G.floating,a.y);return u?{...T,transform:"translate("+H+"px, "+S+"px)",...li(G.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:H,top:S}},[n,u,G.floating,a.x,a.y]);return N.useMemo(()=>({...a,update:U,refs:X,elements:G,floatingStyles:Q}),[a,U,X,G,Q])}const ui=(e,t)=>({...Uu(e),options:[e,t]}),Qu=(e,t)=>({...Vu(e),options:[e,t]}),Ju=(e,t)=>({...zu(e),options:[e,t]}),Zu=(e,t)=>({...Yu(e),options:[e,t]}),ci={...N},ec=ci.useInsertionEffect||(e=>e());function fi(e){const t=N.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return ec(()=>{t.current=e}),N.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t.current==null?void 0:t.current(...r)},[])}var er=typeof document<"u"?p.useLayoutEffect:p.useEffect;let di=!1,tc=0;const pi=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+tc++;function nc(){const[e,t]=N.useState(()=>di?pi():void 0);return er(()=>{e==null&&t(pi())},[]),N.useEffect(()=>{di=!0},[]),e}const rc=ci.useId||nc;let _t;process.env.NODE_ENV!=="production"&&(_t=new Set);function oc(){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=_t)!=null&&e.has(o))){var s;(s=_t)==null||s.add(o),console.warn(o)}}function ic(){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=_t)!=null&&e.has(o))){var s;(s=_t)==null||s.add(o),console.error(o)}}function sc(){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 lc=N.createContext(null),ac=N.createContext(null),uc=()=>{var e;return((e=N.useContext(lc))==null?void 0:e.id)||null},cc=()=>N.useContext(ac),fc="data-floating-ui-focusable";function dc(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=rc(),s=N.useRef({}),[c]=N.useState(()=>sc()),u=uc()!=null;if(process.env.NODE_ENV!=="production"){const f=r.reference;f&&!ve(f)&&ic("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[i,l]=N.useState(r.reference),a=fi((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)}),d=N.useMemo(()=>({setPositionReference:l}),[]),m=N.useMemo(()=>({reference:i||r.reference||null,floating:r.floating||null,domReference:r.reference}),[i,r.reference,r.floating]);return N.useMemo(()=>({dataRef:s,open:t,onOpenChange:a,elements:m,events:c,floatingId:o,refs:d}),[t,a,m,c,o,d])}function pc(e){e===void 0&&(e={});const{nodeId:t}=e,n=dc({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[s,c]=N.useState(null),[u,i]=N.useState(null),a=(o==null?void 0:o.domReference)||s,d=N.useRef(null),m=cc();er(()=>{a&&(d.current=a)},[a]);const f=Xu({...e,elements:{...o,...u&&{reference:u}}}),h=N.useCallback(y=>{const O=ve(y)?{getBoundingClientRect:()=>y.getBoundingClientRect(),contextElement:y}:y;i(O),f.refs.setReference(O)},[f.refs]),v=N.useCallback(y=>{(ve(y)||y===null)&&(d.current=y,c(y)),(ve(f.refs.reference.current)||f.refs.reference.current===null||y!==null&&!ve(y))&&f.refs.setReference(y)},[f.refs]),b=N.useMemo(()=>({...f.refs,setReference:v,setPositionReference:h,domReference:d}),[f.refs,v,h]),C=N.useMemo(()=>({...f.elements,domReference:a}),[f.elements,a]),E=N.useMemo(()=>({...f,...r,refs:b,elements:C,nodeId:t}),[f,b,C,t,r]);return er(()=>{r.dataRef.current.floatingContext=E;const y=m==null?void 0:m.nodesRef.current.find(O=>O.id===t);y&&(y.context=E)}),N.useMemo(()=>({...f,context:E,refs:b,elements:C}),[f,b,C,E])}const mi="active",hi="selected";function tr(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[mi]:c,[hi]:u,...i}=e;s=i}return{...n==="floating"&&{tabIndex:-1,[fc]:""},...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&&[mi,hi].includes(l)))if(l.indexOf("on")===0){if(r.has(l)||r.set(l,[]),typeof a=="function"){var d;(d=r.get(l))==null||d.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 mc(e){e===void 0&&(e=[]);const t=e.map(u=>u==null?void 0:u.reference),n=e.map(u=>u==null?void 0:u.floating),r=e.map(u=>u==null?void 0:u.item),o=N.useCallback(u=>tr(u,e,"reference"),t),s=N.useCallback(u=>tr(u,e,"floating"),n),c=N.useCallback(u=>tr(u,e,"item"),r);return N.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:c}),[o,s,c])}function gi(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const hc=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}=mt(e,t),{rects:d,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,C=h.clientTop!==0,E=m===h;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||oc('`placement` side must be "bottom" when using the `inner`',"middleware.")),!f)return{};const y={...t,...await ui(-f.offsetTop-m.clientTop-d.reference.height/2-f.offsetHeight/2-s).fn(t)},O=await Jn(gi(y,h.scrollHeight+v+m.clientTop),a),w=await Jn(y,{...a,elementContext:"reference"}),F=be(0,O.top),_=y.y+F,A=(h.scrollHeight>h.clientHeight?j=>j:At)(be(0,h.scrollHeight+(b&&E||C?v*2:0)-F-be(0,O.bottom)));if(h.style.maxHeight=A+"px",h.scrollTop=F,o){const j=h.offsetHeight<f.offsetHeight*ot(u,n.current.length)-1||w.top>=-i||w.bottom>=-i;Nt.flushSync(()=>o(j))}return r&&(r.current=await Jn(gi({...y,y:_},h.offsetHeight+v+m.clientTop),a)),{y:_}}});function gc(e,t){const{open:n,elements:r}=e,{enabled:o=!0,overflowRef:s,scrollRef:c,onChange:u}=t,i=fi(u),l=N.useRef(!1),a=N.useRef(null),d=N.useRef(null);N.useEffect(()=>{if(!o)return;function f(v){if(v.ctrlKey||!h||s.current==null)return;const b=v.deltaY,C=s.current.top>=-.5,E=s.current.bottom>=-.5,y=h.scrollHeight-h.clientHeight,O=b<0?-1:1,w=b<0?"max":"min";h.scrollHeight<=h.clientHeight||(!C&&b>0||!E&&b<0?(v.preventDefault(),Nt.flushSync(()=>{i(F=>F+Math[w](b,y*O))})):/firefox/i.test(lu())&&(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&&(d.current={...s.current})}),()=>{a.current=null,d.current=null,h.removeEventListener("wheel",f)}},[o,n,r.floating,s,c,i]);const m=N.useMemo(()=>({onKeyDown(){l.current=!0},onWheel(){l.current=!1},onPointerMove(){l.current=!1},onScroll(){const f=(c==null?void 0:c.current)||r.floating;if(!(!s.current||!f||!l.current)){if(a.current!==null){const h=f.scrollTop-a.current;(s.current.bottom<-.5&&h<-1||s.current.top<-.5&&h>1)&&Nt.flushSync(()=>i(v=>v+h))}requestAnimationFrame(()=>{a.current=f.scrollTop})}}}),[r.floating,i,s,c]);return N.useMemo(()=>o?{floating:m}:{},[o,m])}let gt=p.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});gt.displayName="FloatingContext";let nr=p.createContext(null);nr.displayName="PlacementContext";function vc(e){return p.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function bc(){return p.useContext(gt).setReference}function yc(){return p.useContext(gt).getReferenceProps}function wc(){let{getFloatingProps:e,slot:t}=p.useContext(gt);return p.useCallback((...n)=>Object.assign({},e(...n),{"data-anchor":t.anchor}),[e,t])}function Ec(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=p.useContext(nr),n=p.useMemo(()=>e,[JSON.stringify(e,(o,s)=>{var c;return(c=s==null?void 0:s.outerHTML)!=null?c:s})]);ue(()=>{t==null||t(n??null)},[t,n]);let r=p.useContext(gt);return p.useMemo(()=>[r.setFloating,e?r.styles:{}],[r.setFloating,e,r.styles])}let vi=4;function xc({children:e,enabled:t=!0}){let[n,r]=p.useState(null),[o,s]=p.useState(0),c=p.useRef(null),[u,i]=p.useState(null);Cc(u);let l=t&&n!==null&&u!==null,{to:a="bottom",gap:d=0,offset:m=0,padding:f=0,inner:h}=Sc(n,u),[v,b="center"]=a.split(" ");ue(()=>{l&&s(0)},[l]);let{refs:C,floatingStyles:E,context:y}=pc({open:l,placement:v==="selection"?b==="center"?"bottom":`bottom-${b}`:b==="center"?`${v}`:`${v}-${b}`,strategy:"absolute",transform:!1,middleware:[ui({mainAxis:v==="selection"?0:d,crossAxis:m}),Qu({padding:f}),v!=="selection"&&Ju({padding:f}),v==="selection"&&h?hc({...h,padding:f,overflowRef:c,offset:o,minItemsVisible:vi,referenceOverflowThreshold:f,onFallbackChange(j){var re,U;if(!j)return;let R=y.elements.floating;if(!R)return;let X=parseFloat(getComputedStyle(R).scrollPaddingBottom)||0,G=Math.min(vi,R.childElementCount),Q=0,T=0;for(let H of(U=(re=y.elements.floating)==null?void 0:re.childNodes)!=null?U:[])if(Ve(H)){let S=H.offsetTop,M=S+H.clientHeight+X,k=R.scrollTop,I=k+R.clientHeight;if(S>=k&&M<=I)G--;else{T=Math.max(0,Math.min(M,I)-Math.max(S,k)),Q=H.clientHeight;break}}G>=1&&s(H=>{let S=Q*G-T+X;return H>=S?H:S})}}):null,Zu({padding:f,apply({availableWidth:j,availableHeight:re,elements:U}){Object.assign(U.floating.style,{overflow:"auto",maxWidth:`${j}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${re}px)`})}})].filter(Boolean),whileElementsMounted:Hu}),[O=v,w=b]=y.placement.split("-");v==="selection"&&(O="selection");let F=p.useMemo(()=>({anchor:[O,w].filter(Boolean).join(" ")}),[O,w]),_=gc(y,{overflowRef:c,onChange:s}),{getReferenceProps:B,getFloatingProps:K}=mc([_]),A=ne(j=>{i(j),C.setFloating(j)});return N.createElement(nr.Provider,{value:r},N.createElement(gt.Provider,{value:{setFloating:A,setReference:C.setReference,styles:E,getReferenceProps:B,getFloatingProps:K,slot:F}},e))}function Cc(e){ue(()=>{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 Sc(e,t){var n,r,o;let s=rr((n=e==null?void 0:e.gap)!=null?n:"var(--anchor-gap, 0)",t),c=rr((r=e==null?void 0:e.offset)!=null?r:"var(--anchor-offset, 0)",t),u=rr((o=e==null?void 0:e.padding)!=null?o:"var(--anchor-padding, 0)",t);return{...e,gap:s,offset:c,padding:u}}function rr(e,t,n=void 0){let r=ut(),o=ne((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=yi(i,l);return[a,d=>{let m=bi(i);{let f=m.map(h=>window.getComputedStyle(l).getPropertyValue(h));r.requestAnimationFrame(function h(){r.nextFrame(h);let v=!1;for(let[C,E]of m.entries()){let y=window.getComputedStyle(l).getPropertyValue(E);if(f[C]!==y){f[C]=y,v=!0;break}}if(!v)return;let b=yi(i,l);a!==b&&(d(b),a=b)})}return r.dispose}]}return[n,null]}),s=p.useMemo(()=>o(e,t)[0],[e,t]),[c=s,u]=p.useState();return ue(()=>{let[i,l]=o(e,t);if(u(i),!!l)return l(u)},[e,t]),c}function bi(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,...bi(o)]:[r]}return[]}function yi(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 Oc(e,t){let[n,r]=p.useState(t);return!e&&n!==t&&r(t),e?n:t}let or=p.createContext(null);or.displayName="OpenClosedContext";var Ne=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(Ne||{});function ir(){return p.useContext(or)}function wi({value:e,children:t}){return p.createElement(or.Provider,{value:e},t)}function Tc(e){throw new Error("Unexpected object: "+e)}var fe=(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))(fe||{});function nn(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:Tc(e)}}var Ei=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(Ei||{});function xi(e){let t=ne(e),n=p.useRef(!1);p.useEffect(()=>(n.current=!1,()=>{n.current=!0,to(()=>{n.current&&t()})}),[t])}function $c(){let e=typeof document>"u";return"useSyncExternalStore"in N?(t=>t.useSyncExternalStore)(N)(()=>()=>{},()=>!1,()=>!e):!1}function sr(){let e=$c(),[t,n]=N.useState(Ie.isHandoffComplete);return t&&Ie.isHandoffComplete===!1&&n(!1),N.useEffect(()=>{t!==!0&&n(!0)},[t]),N.useEffect(()=>Ie.handoff(),[]),e?!1:t}let Pc=p.createContext(!1);function Mc(){return p.useContext(Pc)}function Ac(e){let t=Mc(),n=p.useContext(Si),[r,o]=p.useState(()=>{var s;if(!t&&n!==null)return(s=n.current)!=null?s:null;if(Ie.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 p.useEffect(()=>{r!==null&&(e!=null&&e.body.contains(r)||e==null||e.body.appendChild(r))},[r,e]),p.useEffect(()=>{t||n!==null&&o(n.current)},[n,o,t]),r}let Ci=p.Fragment,Dc=xe(function(e,t){let{ownerDocument:n=null,...r}=e,o=p.useRef(null),s=Pe(Kl(f=>{o.current=f}),t),c=zn(o),u=n??c,i=Ac(u),[l]=p.useState(()=>{var f;return Ie.isServer?null:(f=u==null?void 0:u.createElement("div"))!=null?f:null}),a=p.useContext(Nc),d=sr();ue(()=>{!i||!l||i.contains(l)||(l.setAttribute("data-headlessui-portal",""),i.appendChild(l))},[i,l]),ue(()=>{if(l&&a)return a.register(l)},[a,l]),xi(()=>{var f;!i||!l||(_n(l)&&i.contains(l)&&i.removeChild(l),i.childNodes.length<=0&&((f=i.parentElement)==null||f.removeChild(i)))});let m=Se();return d?!i||!l?null:Ee.createPortal(m({ourProps:{ref:s},theirProps:r,slot:{},defaultTag:Ci,name:"Portal"}),l):null});function _c(e,t){let n=Pe(t),{enabled:r=!0,ownerDocument:o,...s}=e,c=Se();return r?p.createElement(Dc,{...s,ownerDocument:o,ref:n}):c({ourProps:{ref:n},theirProps:s,slot:{},defaultTag:Ci,name:"Portal"})}let Fc=p.Fragment,Si=p.createContext(null);function Lc(e,t){let{target:n,...r}=e,o={ref:Pe(t)},s=Se();return p.createElement(Si.Provider,{value:n},s({ourProps:o,theirProps:r,defaultTag:Fc,name:"Popover.Group"}))}let Nc=p.createContext(null),Ic=xe(_c),jc=xe(Lc),kc=Object.assign(Ic,{Group:jc});function Rc(){let e=p.useRef(!1);return ue(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Oi(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||((t=e.as)!=null?t:$i)!==p.Fragment||p.Children.count(e.children)===1}let rn=p.createContext(null);rn.displayName="TransitionContext";var Wc=(e=>(e.Visible="visible",e.Hidden="hidden",e))(Wc||{});function Bc(){let e=p.useContext(rn);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function Hc(){let e=p.useContext(on);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let on=p.createContext(null);on.displayName="NestingContext";function sn(e){return"children"in e?sn(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Ti(e,t){let n=nt(e),r=p.useRef([]),o=Rc(),s=ut(),c=ne((f,h=qe.Hidden)=>{let v=r.current.findIndex(({el:b})=>b===f);v!==-1&&($e(h,{[qe.Unmount](){r.current.splice(v,1)},[qe.Hidden](){r.current[v].state="hidden"}}),s.microTask(()=>{var b;!sn(r)&&o.current&&((b=n.current)==null||b.call(n))}))}),u=ne(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,qe.Unmount)}),i=p.useRef([]),l=p.useRef(Promise.resolve()),a=p.useRef({enter:[],leave:[]}),d=ne((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(([C,E])=>E)).then(()=>b())})]),h==="enter"?l.current=l.current.then(()=>t==null?void 0:t.wait.current).then(()=>v(h)):v(h)}),m=ne((f,h,v)=>{Promise.all(a.current[h].splice(0).map(([b,C])=>C)).then(()=>{var b;(b=i.current.shift())==null||b()}).then(()=>v(h))});return p.useMemo(()=>({children:r,register:u,unregister:c,onStart:d,onStop:m,wait:l,chains:a}),[u,c,r,d,m,a,l])}let $i=p.Fragment,Pi=Bt.RenderStrategy;function Uc(e,t){var n,r;let{transition:o=!0,beforeEnter:s,afterEnter:c,beforeLeave:u,afterLeave:i,enter:l,enterFrom:a,enterTo:d,entered:m,leave:f,leaveFrom:h,leaveTo:v,...b}=e,[C,E]=p.useState(null),y=p.useRef(null),O=Oi(e),w=Pe(...O?[y,t,E]:t===null?[]:[t]),F=(n=b.unmount)==null||n?qe.Unmount:qe.Hidden,{show:_,appear:B,initial:K}=Bc(),[A,j]=p.useState(_?"visible":"hidden"),re=Hc(),{register:U,unregister:R}=re;ue(()=>U(y),[U,y]),ue(()=>{if(F===qe.Hidden&&y.current){if(_&&A!=="visible"){j("visible");return}return $e(A,{hidden:()=>R(y),visible:()=>U(y)})}},[A,y,U,R,_,F]);let X=sr();ue(()=>{if(O&&X&&A==="visible"&&y.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[y,A,X,O]);let G=K&&!B,Q=B&&_&&K,T=p.useRef(!1),H=Ti(()=>{T.current||(j("hidden"),R(y))},re),S=ne(P=>{T.current=!0;let W=P?"enter":"leave";H.onStart(y,W,z=>{z==="enter"?s==null||s():z==="leave"&&(u==null||u())})}),M=ne(P=>{let W=P?"enter":"leave";T.current=!1,H.onStop(y,W,z=>{z==="enter"?c==null||c():z==="leave"&&(i==null||i())}),W==="leave"&&!sn(H)&&(j("hidden"),R(y))});p.useEffect(()=>{O&&o||(S(_),M(_))},[_,O,o]);let k=!(!o||!O||!X||G),[,I]=Bo(k,C,_,{start:S,end:M}),V=Ke({ref:w,className:((r=Mn(b.className,Q&&l,Q&&a,I.enter&&l,I.enter&&I.closed&&a,I.enter&&!I.closed&&d,I.leave&&f,I.leave&&!I.closed&&h,I.leave&&I.closed&&v,!I.transition&&_&&m))==null?void 0:r.trim())||void 0,...Wo(I)}),J=0;A==="visible"&&(J|=Ne.Open),A==="hidden"&&(J|=Ne.Closed),_&&A==="hidden"&&(J|=Ne.Opening),!_&&A==="visible"&&(J|=Ne.Closing);let q=Se();return p.createElement(on.Provider,{value:H},p.createElement(wi,{value:J},q({ourProps:V,theirProps:b,defaultTag:$i,features:Pi,visible:A==="visible",name:"Transition.Child"})))}function Vc(e,t){let{show:n,appear:r=!1,unmount:o=!0,...s}=e,c=p.useRef(null),u=Oi(e),i=Pe(...u?[c,t]:t===null?[]:[t]);sr();let l=ir();if(n===void 0&&l!==null&&(n=(l&Ne.Open)===Ne.Open),n===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[a,d]=p.useState(n?"visible":"hidden"),m=Ti(()=>{n||d("hidden")}),[f,h]=p.useState(!0),v=p.useRef([n]);ue(()=>{f!==!1&&v.current[v.current.length-1]!==n&&(v.current.push(n),h(!1))},[v,n]);let b=p.useMemo(()=>({show:n,appear:r,initial:f}),[n,r,f]);ue(()=>{n?d("visible"):!sn(m)&&c.current!==null&&d("hidden")},[n,m]);let C={unmount:o},E=ne(()=>{var w;f&&h(!1),(w=e.beforeEnter)==null||w.call(e)}),y=ne(()=>{var w;f&&h(!1),(w=e.beforeLeave)==null||w.call(e)}),O=Se();return p.createElement(on.Provider,{value:m},p.createElement(rn.Provider,{value:b},O({ourProps:{...C,as:p.Fragment,children:p.createElement(Mi,{ref:i,...C,...s,beforeEnter:E,beforeLeave:y})},theirProps:{},defaultTag:p.Fragment,features:Pi,visible:a==="visible",name:"Transition"})))}function zc(e,t){let n=p.useContext(rn)!==null,r=ir()!==null;return p.createElement(p.Fragment,null,!n&&r?p.createElement(lr,{ref:t,...e}):p.createElement(Mi,{ref:t,...e}))}let lr=xe(Vc),Mi=xe(Uc),Yc=xe(zc),Ai=Object.assign(lr,{Child:Yc,Root:lr});function Gc(e,t){let n=p.useRef({left:0,top:0});if(ue(()=>{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 Di=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function _i(e){var t,n;let r=(t=e.innerText)!=null?t:"",o=e.cloneNode(!0);if(!Ve(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 Di.test(c)&&(c=c.replace(Di,"")),c}function qc(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():_i(s).trim()}return null}).filter(Boolean);if(r.length>0)return r.join(", ")}return _i(e).trim()}function Kc(e){let t=p.useRef(""),n=p.useRef("");return ne(()=>{let r=e.current;if(!r)return"";let o=r.innerText;if(t.current===o)return n.current;let s=qc(r).trim().toLowerCase();return t.current=o,n.current=s,s})}var Xc=Object.defineProperty,Qc=(e,t,n)=>t in e?Xc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Fi=(e,t,n)=>(Qc(e,typeof t!="symbol"?t+"":t,n),n),ge=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ge||{}),Be=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(Be||{}),ln=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(ln||{}),Li=(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))(Li||{});function Ni(e,t=n=>n){let n=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,r=_o(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 Jc={1(e){return e.dataRef.current.disabled||e.listboxState===1?e:{...e,activeOptionIndex:null,pendingFocus:{focus:fe.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===fe.Nothing)return{...u,activeOptionIndex:null};if(t.focus===fe.Specific)return{...u,activeOptionIndex:e.options.findIndex(a=>a.id===t.id)};if(t.focus===fe.Previous){let a=e.activeOptionIndex;if(a!==null){let d=e.options[a].dataRef.current.domRef,m=nn(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=d.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===fe.Next){let a=e.activeOptionIndex;if(a!==null){let d=e.options[a].dataRef.current.domRef,m=nn(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=d.current)==null?void 0:s.nextElementSibling)===f.current||((c=f.current)==null?void 0:c.nextElementSibling)===null)return{...u,activeOptionIndex:m}}}}let i=Ni(e),l=nn(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!==fe.Nothing&&(r=nn(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:fe.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,...Ni(e),pendingShouldSort:!1}:e};class ar extends wo{constructor(t){super(t),Fi(this,"actions",{onChange:n=>{let{onChange:r,compare:o,mode:s,value:c}=this.state.dataRef.current;return $e(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:In(()=>{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:In(()=>{let n=[];return[r=>n.push(r),()=>{this.send({type:6,options:n.splice(0)})}]}),goToOption:In(()=>{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:fe.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})}}),Fi(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=jn.get(null);this.disposables.add(r.on(So.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 ar({id:t,dataRef:{current:{}},listboxState:n?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:fe.Nothing},__demoMode:n})}reduce(t,n){return $e(n.type,Jc,t,n)}}const Ii=p.createContext(null);function ur(e){let t=p.useContext(Ii);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,ji),n}return t}function ji({id:e,__demoMode:t=!1}){let n=p.useMemo(()=>ar.new({id:e,__demoMode:t}),[]);return xi(()=>n.dispose()),n}let an=p.createContext(null);an.displayName="ListboxDataContext";function Ft(e){let t=p.useContext(an);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,Ft),n}return t}let Zc=p.Fragment;function ef(e,t){let n=p.useId(),r=Pn(),{value:o,defaultValue:s,form:c,name:u,onChange:i,by:l,invalid:a=!1,disabled:d=r||!1,horizontal:m=!1,multiple:f=!1,__demoMode:h=!1,...v}=e;const b=m?"horizontal":"vertical";let C=Pe(t),E=Ll(s),[y=f?[]:void 0,O]=Fl(o,i,E),w=ji({id:n,__demoMode:h}),F=p.useRef({static:!1,hold:!1}),_=p.useRef(new Map),B=sa(l),K=p.useCallback(k=>$e(A.mode,{[Be.Multi]:()=>y.some(I=>B(I,k)),[Be.Single]:()=>B(y,k)}),[y]),A=p.useMemo(()=>({value:y,disabled:d,invalid:a,mode:f?Be.Multi:Be.Single,orientation:b,onChange:O,compare:B,isSelected:K,optionsPropsRef:F,listRef:_}),[y,d,a,f,b,O,B,K,F,_]);ue(()=>{w.state.dataRef.current=A},[A]);let j=Ae(w,k=>k.listboxState),re=jn.get(null),U=Ae(re,p.useCallback(k=>re.selectors.isTop(k,n),[re,n])),[R,X]=Ae(w,k=>[k.buttonElement,k.optionsElement]);Fa(U,[R,X],(k,I)=>{w.send({type:Li.CloseListbox}),Do(I,Vn.Loose)||(k.preventDefault(),R==null||R.focus())});let G=p.useMemo(()=>({open:j===ge.Open,disabled:d,invalid:a,value:y}),[j,d,a,y]),[Q,T]=ea({inherit:!0}),H={ref:C},S=p.useCallback(()=>{if(E!==void 0)return O==null?void 0:O(E)},[O,E]),M=Se();return p.createElement(T,{value:Q,props:{htmlFor:R==null?void 0:R.id},slot:{open:j===ge.Open,disabled:d}},p.createElement(xc,null,p.createElement(Ii.Provider,{value:w},p.createElement(an.Provider,{value:A},p.createElement(wi,{value:$e(j,{[ge.Open]:Ne.Open,[ge.Closed]:Ne.Closed})},u!=null&&y!=null&&p.createElement(Wl,{disabled:d,data:{[u]:y},form:c,onReset:S}),M({ourProps:H,theirProps:v,slot:G,defaultTag:Zc,name:"Listbox"}))))))}let tf="button";function nf(e,t){let n=p.useId(),r=ao(),o=Ft("Listbox.Button"),s=ur("Listbox.Button"),{id:c=r||`headlessui-listbox-button-${n}`,disabled:u=o.disabled||!1,autoFocus:i=!1,...l}=e,a=Pe(t,bc(),s.actions.setButtonElement),d=yc(),[m,f,h]=Ae(s,T=>[T.listboxState,T.buttonElement,T.optionsElement]),v=m===ge.Open;Ia(v,{trigger:f,action:p.useCallback(T=>{if(f!=null&&f.contains(T.target))return zt.Ignore;let H=T.target.closest('[role="option"]:not([data-disabled])');return Ve(H)?zt.Select(H):h!=null&&h.contains(T.target)?zt.Ignore:zt.Close},[f,h]),close:s.actions.closeListbox,select:s.actions.selectActiveOption});let b=ne(T=>{switch(T.key){case he.Enter:Nl(T.currentTarget);break;case he.Space:case he.ArrowDown:T.preventDefault(),s.actions.openListbox({focus:o.value?fe.Nothing:fe.First});break;case he.ArrowUp:T.preventDefault(),s.actions.openListbox({focus:o.value?fe.Nothing:fe.Last});break}}),C=ne(T=>{switch(T.key){case he.Space:T.preventDefault();break}}),E=ne(T=>{var H;if(T.button===Ei.Left){if(Gl(T.currentTarget))return T.preventDefault();s.state.listboxState===ge.Open?(Ee.flushSync(()=>s.actions.closeListbox()),(H=s.state.buttonElement)==null||H.focus({preventScroll:!0})):(T.preventDefault(),s.actions.openListbox({focus:fe.Nothing}))}}),y=p.useRef(null),O=ne(T=>{y.current=T.pointerType,T.pointerType==="mouse"&&E(T)}),w=ne(T=>{y.current!=="mouse"&&E(T)}),F=ne(T=>T.preventDefault()),_=go([c]),B=Xl(),{isFocusVisible:K,focusProps:A}=El({autoFocus:i}),{isHovered:j,hoverProps:re}=wl({isDisabled:u}),{pressed:U,pressProps:R}=$l({disabled:u}),X=p.useMemo(()=>({open:m===ge.Open,active:U||m===ge.Open,disabled:u,invalid:o.invalid,value:o.value,hover:j,focus:K,autofocus:i}),[m,o.value,u,j,K,U,o.invalid,i]),G=Ae(s,T=>T.listboxState===ge.Open),Q=ro(d(),{ref:a,id:c,type:ja(e,f),"aria-haspopup":"listbox","aria-controls":h==null?void 0:h.id,"aria-expanded":G,"aria-labelledby":_,"aria-describedby":B,disabled:u||void 0,autoFocus:i,onKeyDown:b,onKeyUp:C,onKeyPress:F,onPointerDown:O,onClick:w},A,re,R);return Se()({ourProps:Q,theirProps:l,slot:X,defaultTag:tf,name:"Listbox.Button"})}let ki=p.createContext(!1),rf="div",of=Bt.RenderStrategy|Bt.Static;function sf(e,t){let n=p.useId(),{id:r=`headlessui-listbox-options-${n}`,anchor:o,portal:s=!1,modal:c=!0,transition:u=!1,...i}=e,l=vc(o),[a,d]=p.useState(null);l&&(s=!0);let m=Ft("Listbox.Options"),f=ur("Listbox.Options"),[h,v,b,C]=Ae(f,P=>[P.listboxState,P.buttonElement,P.optionsElement,P.__demoMode]),E=zn(v),y=zn(b),O=ir(),[w,F]=Bo(u,a,O!==null?(O&Ne.Open)===Ne.Open:h===ge.Open);Ea(w,v,f.actions.closeListbox);let _=C?!1:c&&h===ge.Open;za(_,y);let B=C?!1:c&&h===ge.Open;wa(B,{allowed:p.useCallback(()=>[v,b],[v,b])});let K=h!==ge.Open,A=Gc(K,v)?!1:w,j=w&&h===ge.Closed,re=Oc(j,m.value),U=ne(P=>m.compare(re,P)),R=Ae(f,P=>{var W;if(l==null||!((W=l==null?void 0:l.to)!=null&&W.includes("selection")))return null;let z=P.options.findIndex(Z=>U(Z.dataRef.current.value));return z===-1&&(z=0),z}),X=(()=>{if(l==null)return;if(R===null)return{...l,inner:void 0};let P=Array.from(m.listRef.current.values());return{...l,inner:{listRef:{current:P},index:R}}})(),[G,Q]=Ec(X),T=wc(),H=Pe(t,l?G:null,f.actions.setOptionsElement,d),S=ut();p.useEffect(()=>{var P;let W=b;W&&h===ge.Open&&W!==((P=St(W))==null?void 0:P.activeElement)&&(W==null||W.focus({preventScroll:!0}))},[h,b]);let M=ne(P=>{var W,z;switch(S.dispose(),P.key){case he.Space:if(f.state.searchQuery!=="")return P.preventDefault(),P.stopPropagation(),f.actions.search(P.key);case he.Enter:if(P.preventDefault(),P.stopPropagation(),f.state.activeOptionIndex!==null){let{dataRef:Z}=f.state.options[f.state.activeOptionIndex];f.actions.onChange(Z.current.value)}m.mode===Be.Single&&(Ee.flushSync(()=>f.actions.closeListbox()),(W=f.state.buttonElement)==null||W.focus({preventScroll:!0}));break;case $e(m.orientation,{vertical:he.ArrowDown,horizontal:he.ArrowRight}):return P.preventDefault(),P.stopPropagation(),f.actions.goToOption({focus:fe.Next});case $e(m.orientation,{vertical:he.ArrowUp,horizontal:he.ArrowLeft}):return P.preventDefault(),P.stopPropagation(),f.actions.goToOption({focus:fe.Previous});case he.Home:case he.PageUp:return P.preventDefault(),P.stopPropagation(),f.actions.goToOption({focus:fe.First});case he.End:case he.PageDown:return P.preventDefault(),P.stopPropagation(),f.actions.goToOption({focus:fe.Last});case he.Escape:P.preventDefault(),P.stopPropagation(),Ee.flushSync(()=>f.actions.closeListbox()),(z=f.state.buttonElement)==null||z.focus({preventScroll:!0});return;case he.Tab:P.preventDefault(),P.stopPropagation(),Ee.flushSync(()=>f.actions.closeListbox()),Ma(f.state.buttonElement,P.shiftKey?Un.Previous:Un.Next);break;default:P.key.length===1&&(f.actions.search(P.key),S.setTimeout(()=>f.actions.clearSearch(),350));break}}),k=Ae(f,P=>{var W;return(W=P.buttonElement)==null?void 0:W.id}),I=p.useMemo(()=>({open:h===ge.Open}),[h]),V=ro(l?T():{},{id:r,ref:H,"aria-activedescendant":Ae(f,f.selectors.activeDescendantId),"aria-multiselectable":m.mode===Be.Multi?!0:void 0,"aria-labelledby":k,"aria-orientation":m.orientation,onKeyDown:M,role:"listbox",tabIndex:h===ge.Open?0:void 0,style:{...i.style,...Q,"--button-width":aa(v,!0).width},...Wo(F)}),J=Se(),q=p.useMemo(()=>m.mode===Be.Multi?m:{...m,isSelected:U},[m,U]);return p.createElement(kc,{enabled:s?e.static||w:!1,ownerDocument:E},p.createElement(an.Provider,{value:q},J({ourProps:V,theirProps:i,slot:I,defaultTag:rf,features:of,visible:A,name:"Listbox.Options"})))}let lf="div";function af(e,t){let n=p.useId(),{id:r=`headlessui-listbox-option-${n}`,disabled:o=!1,value:s,...c}=e,u=p.useContext(ki)===!0,i=Ft("Listbox.Option"),l=ur("Listbox.Option"),a=Ae(l,A=>l.selectors.isActive(A,r)),d=i.isSelected(s),m=p.useRef(null),f=Kc(m),h=nt({disabled:o,value:s,domRef:m,get textValue(){return f()}}),v=Pe(t,m,A=>{A?i.listRef.current.set(r,A):i.listRef.current.delete(r)}),b=Ae(l,A=>l.selectors.shouldScrollIntoView(A,r));ue(()=>{if(b)return Fe().requestAnimationFrame(()=>{var A,j;(j=(A=m.current)==null?void 0:A.scrollIntoView)==null||j.call(A,{block:"nearest"})})},[b,m]),ue(()=>{if(!u)return l.actions.registerOption(r,h),()=>l.actions.unregisterOption(r)},[h,r,u]);let C=ne(A=>{var j;if(o)return A.preventDefault();l.actions.onChange(s),i.mode===Be.Single&&(Ee.flushSync(()=>l.actions.closeListbox()),(j=l.state.buttonElement)==null||j.focus({preventScroll:!0}))}),E=ne(()=>{if(o)return l.actions.goToOption({focus:fe.Nothing});l.actions.goToOption({focus:fe.Specific,id:r})}),y=Ya(),O=ne(A=>y.update(A)),w=ne(A=>{y.wasMoved(A)&&(o||a&&l.state.activationTrigger===ln.Pointer||l.actions.goToOption({focus:fe.Specific,id:r},ln.Pointer))}),F=ne(A=>{y.wasMoved(A)&&(o||a&&l.state.activationTrigger===ln.Pointer&&l.actions.goToOption({focus:fe.Nothing}))}),_=p.useMemo(()=>({active:a,focus:a,selected:d,disabled:o,selectedOption:d&&u}),[a,d,o,u]),B=u?{}:{id:r,ref:v,role:"option",tabIndex:o===!0?void 0:-1,"aria-disabled":o===!0?!0:void 0,"aria-selected":d,disabled:void 0,onClick:C,onFocus:E,onPointerEnter:O,onMouseEnter:O,onPointerMove:w,onMouseMove:w,onPointerLeave:F,onMouseLeave:F},K=Se();return!d&&u?null:K({ourProps:B,theirProps:c,slot:_,defaultTag:lf,name:"Listbox.Option"})}let uf=p.Fragment;function cf(e,t){let{options:n,placeholder:r,...o}=e,s={ref:Pe(t)},c=Ft("ListboxSelectedOption"),u=p.useMemo(()=>({}),[]),i=c.value===void 0||c.value===null||c.mode===Be.Multi&&Array.isArray(c.value)&&c.value.length===0,l=Se();return p.createElement(ki.Provider,{value:!0},l({ourProps:s,theirProps:{...o,children:p.createElement(p.Fragment,null,r&&i?r:n)},slot:u,defaultTag:uf,name:"ListboxSelectedOption"}))}let ff=xe(ef),df=xe(nf),pf=oa,mf=xe(sf),hf=xe(af),gf=xe(cf),Je=Object.assign(ff,{Button:df,Label:pf,Options:mf,Option:hf,SelectedOption:gf});function vf({title:e,titleId:t,...n},r){return N.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?N.createElement("title",{id:t},e):null,N.createElement("path",{fillRule:"evenodd",d:"M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z",clipRule:"evenodd"}))}const Ri=N.forwardRef(vf);function bf({title:e,titleId:t,...n},r){return N.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?N.createElement("title",{id:t},e):null,N.createElement("path",{fillRule:"evenodd",d:"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}const Wi=N.forwardRef(bf),Bi=({chains:e,selectedChain:t,onChainChange:n,disabled:r=!1,className:o=""})=>(p.useEffect(()=>{console.log("🔗 ChainSelector: selectedChain updated",t)},[t]),x.jsx("div",{className:`relative ${o}`,children:x.jsx(Je,{value:t,onChange:n,disabled:r,children:({open:s})=>x.jsxs(x.Fragment,{children:[x.jsxs(Je.Button,{className:`
|
|
74
|
+
*/var qr;function kl(){return qr||(qr=1,process.env.NODE_ENV!=="production"&&function(){function e(i,l){return i===l&&(i!==0||1/i===1/l)||i!==i&&l!==l}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=f,n=typeof Object.is=="function"?Object.is:e,r=t.useSyncExternalStore,o=t.useRef,s=t.useEffect,c=t.useMemo,u=t.useDebugValue;Mn.useSyncExternalStoreWithSelector=function(i,l,a,p,m){var d=o(null);if(d.current===null){var h={hasValue:!1,value:null};d.current=h}else h=d.current;d=c(function(){function b(S){if(!w){if(w=!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 w=!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 g=r(i,d[0],d[1]);return s(function(){h.hasValue=!0,h.value=g},[g]),u(g),g},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Mn}process.env.NODE_ENV==="production"?An.exports=_l():An.exports=kl();var Rl=An.exports;function Ee(e,t,n=Hr){return Rl.useSyncExternalStoreWithSelector(G(r=>e.subscribe(Wl,r)),G(()=>e.state),G(()=>e.state),G(t),n)}function Wl(e){return e}function Xr(e,t){let n=f.useId(),r=Tn.get(t),[o,s]=Ee(r,f.useCallback(c=>[r.selectors.isTop(c,n),r.selectors.inStack(c,n)],[r,n]));return te(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),e?s?o:!0:!1}let Ln=new Map,Et=new Map;function Jr(e){var t;let n=(t=Et.get(e))!=null?t:0;return Et.set(e,n+1),n!==0?()=>Zr(e):(Ln.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Zr(e))}function Zr(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=Ln.get(e);r&&(r["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,Ln.delete(e))}function Bl(e,{allowed:t,disallowed:n}={}){let r=Xr(e,"inert-others");te(()=>{var o,s;if(!r)return;let c=Se();for(let i of(o=n==null?void 0:n())!=null?o:[])i&&c.add(Jr(i));let u=(s=t==null?void 0:t())!=null?s:[];for(let i of u){if(!i)continue;let l=xt(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(Jr(p));a=a.parentElement}}return c.dispose},[r,t,n])}function Vl(e,t,n){let r=qe(o=>{let s=o.getBoundingClientRect();s.x===0&&s.y===0&&s.width===0&&s.height===0&&n()});f.useEffect(()=>{if(!e)return;let o=t===null?null:_e(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 Pn=["[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(","),Ul=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var Fn=(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))(Fn||{}),zl=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(zl||{}),Hl=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Hl||{});function eo(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Pn)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}function Gl(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Ul)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}var jn=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(jn||{});function to(e,t=0){var n;return e===((n=xt(e))==null?void 0:n.body)?!1:xe(t,{0(){return e.matches(Pn)},1(){let r=e;for(;r!==null;){if(r.matches(Pn))return!0;r=r.parentElement}return!1}})}var Yl=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(Yl||{});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 Kl=["textarea","input"].join(",");function Ql(e){var t,n;return(n=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Kl))!=null?n:!1}function no(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 ql(e,t){return Xl(eo(),t,{relativeTo:e})}function Xl(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?no(e):e:t&64?Gl(e):eo(e);o.length>0&&c.length>1&&(c=c.filter(d=>!o.some(h=>h!=null&&"current"in h?(h==null?void 0:h.current)===d:h===d))),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 d=i+a;if(t&16)d=(d+p)%p;else{if(d<0)return 3;if(d>=p)return 1}m=c[d],m==null||m.focus(l),a+=u}while(m!==s.activeElement);return t&6&&Ql(m)&&m.select(),2}function ro(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function Jl(){return/Android/gi.test(window.navigator.userAgent)}function oo(){return ro()||Jl()}function st(e,t,n,r){let o=qe(n);f.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 Zl(e,t,n,r){let o=qe(n);f.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 io=30;function ea(e,t,n){let r=qe(n),o=f.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!to(l,jn.Loose)&&l.tabIndex!==-1&&u.preventDefault(),r.current(u,l)},[r,t]),s=f.useRef(null);st(e,"pointerdown",u=>{var i,l;oo()||(s.current=((l=(i=u.composedPath)==null?void 0:i.call(u))==null?void 0:l[0])||u.target)},!0),st(e,"pointerup",u=>{if(oo()||!s.current)return;let i=s.current;return s.current=null,o(u,()=>i)},!0);let c=f.useRef({x:0,y:0});st(e,"touchstart",u=>{c.current.x=u.touches[0].clientX,c.current.y=u.touches[0].clientY},!0),st(e,"touchend",u=>{let i={x:u.changedTouches[0].clientX,y:u.changedTouches[0].clientY};if(!(Math.abs(i.x-c.current.x)>=io||Math.abs(i.y-c.current.y)>=io))return o(u,()=>it(u.target)?u.target:null)},!0),Zl(e,"blur",u=>o(u,()=>fl(window.document.activeElement)?window.document.activeElement:null),!0)}function Dn(...e){return f.useMemo(()=>xt(...e),[...e])}var ta=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(ta||{});const Rt={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},na=200,so=5;function ra(e,{trigger:t,action:n,close:r,select:o}){let s=f.useRef(null),c=f.useRef(null),u=f.useRef(null);st(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)}),st(e&&t!==null,"pointerup",i=>{var l,a;let p=s.current;if(p===null||(s.current=null,!it(i.target))||Math.abs(i.x-((l=c.current)!=null?l:i.x))<so&&Math.abs(i.y-((a=u.current)!=null?a:i.y))<so)return;let m=n(i);switch(m.kind){case 0:return;case 1:{i.timeStamp-p>na&&(o(m.target),r());break}case 2:{r();break}}},{capture:!0})}function oa(e,t){return f.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 ia(e){return f.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function sa(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 la(){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 aa(){return ro()?{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(it(u.target))try{let i=u.target.closest("a");if(!i)return;let{hash:l}=new URL(i.href),a=e.querySelector(l);it(a)&&!r(a)&&(c=a)}catch{}},!0),t.addEventListener(e,"touchstart",u=>{if(it(u.target)&&cl(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(it(u.target)){if(jr(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 ua(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function ca(e){let t={};for(let n of e)Object.assign(t,n(t));return t}let Xe=sa(()=>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:ca(n)},o=[aa(),la(),ua()];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 fa(e,t,n=()=>({containers:[]})){let r=ia(Xe),o=t?r.get(t):void 0,s=o?o.count>0:!1;return te(()=>{if(!(!t||!e))return Xe.dispatch("PUSH",t,n),()=>Xe.dispatch("POP",t,n)},[e,t]),s}function da(e,t,n=()=>[document.body]){let r=Xr(e,"scroll-lock");fa(r,t,o=>{var s;return{containers:[...(s=o.containers)!=null?s:[],n]}})}function lo(e){return[e.screenX,e.screenY]}function pa(){let e=f.useRef([-1,-1]);return{wasMoved(t){let n=lo(t);return e.current[0]===n[0]&&e.current[1]===n[1]?!1:(e.current=n,!0)},update(t){e.current=lo(t)}}}function ma(e=0){let[t,n]=f.useState(e),r=f.useCallback(i=>n(i),[t]),o=f.useCallback(i=>n(l=>l|i),[t]),s=f.useCallback(i=>(t&i)===i,[t]),c=f.useCallback(i=>n(l=>l&~i),[n]),u=f.useCallback(i=>n(l=>l^i),[n]);return{flags:t,setFlag:r,addFlag:o,hasFlag:s,removeFlag:c,toggleFlag:u}}var ao,uo;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((ao=process==null?void 0:process.env)==null?void 0:ao.NODE_ENV)==="test"&&typeof((uo=Element==null?void 0:Element.prototype)==null?void 0:uo.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 ha=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(ha||{});function co(e){let t={};for(let n in e)e[n]===!0&&(t[`data-${n}`]="");return t}function fo(e,t,n,r){let[o,s]=f.useState(n),{hasFlag:c,addFlag:u,removeFlag:i}=ma(e&&o?3:0),l=f.useRef(!1),a=f.useRef(!1),p=ot();return te(()=>{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),ga(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 d;a.current&&typeof t.getAnimations=="function"&&t.getAnimations().length>0||(l.current=!1,i(7),n||s(!1),(d=r==null?void 0:r.end)==null||d.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 ga(e,{prepare:t,run:n,done:r,inFlight:o}){let s=Se();return ba(e,{prepare:t,inFlight:o}),s.nextFrame(()=>{n(),s.requestAnimationFrame(()=>{s.add(va(e,r))})}),s.dispose}function va(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 ba(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 Wt(){return typeof window<"u"}function lt(e){return po(e)?(e.nodeName||"").toLowerCase():"#document"}function ve(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Me(e){var t;return(t=(po(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function po(e){return Wt()?e instanceof Node||e instanceof ve(e).Node:!1}function ue(e){return Wt()?e instanceof Element||e instanceof ve(e).Element:!1}function Le(e){return Wt()?e instanceof HTMLElement||e instanceof ve(e).HTMLElement:!1}function mo(e){return!Wt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ve(e).ShadowRoot}const xa=new Set(["inline","contents"]);function Ct(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=$e(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!xa.has(o)}const ya=new Set(["table","td","th"]);function wa(e){return ya.has(lt(e))}const Ea=[":popover-open",":modal"];function Bt(e){return Ea.some(t=>{try{return e.matches(t)}catch{return!1}})}const Ca=["transform","translate","scale","rotate","perspective"],Sa=["transform","translate","scale","rotate","perspective","filter"],$a=["paint","layout","strict","content"];function In(e){const t=_n(),n=ue(e)?$e(e):e;return Ca.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)||Sa.some(r=>(n.willChange||"").includes(r))||$a.some(r=>(n.contain||"").includes(r))}function Oa(e){let t=ze(e);for(;Le(t)&&!at(t);){if(In(t))return t;if(Bt(t))return null;t=ze(t)}return null}function _n(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Ta=new Set(["html","body","#document"]);function at(e){return Ta.has(lt(e))}function $e(e){return ve(e).getComputedStyle(e)}function Vt(e){return ue(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function ze(e){if(lt(e)==="html")return e;const t=e.assignedSlot||e.parentNode||mo(e)&&e.host||Me(e);return mo(t)?t.host:t}function ho(e){const t=ze(e);return at(t)?e.ownerDocument?e.ownerDocument.body:e.body:Le(t)&&Ct(t)?t:ho(t)}function St(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=ho(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),c=ve(o);if(s){const u=kn(c);return t.concat(c,c.visualViewport||[],Ct(o)?o:[],u&&n?St(u):[])}return t.concat(o,St(o,[],n))}function kn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Aa(){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 Je=Math.min,ce=Math.max,$t=Math.round,Ut=Math.floor,Pe=e=>({x:e,y:e}),Na={left:"right",right:"left",bottom:"top",top:"bottom"},Ma={start:"end",end:"start"};function go(e,t,n){return ce(e,Je(t,n))}function ut(e,t){return typeof e=="function"?e(t):e}function He(e){return e.split("-")[0]}function Ot(e){return e.split("-")[1]}function vo(e){return e==="x"?"y":"x"}function bo(e){return e==="y"?"height":"width"}const La=new Set(["top","bottom"]);function ke(e){return La.has(He(e))?"y":"x"}function xo(e){return vo(ke(e))}function Pa(e,t,n){n===void 0&&(n=!1);const r=Ot(e),o=xo(e),s=bo(o);let c=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(c=zt(c)),[c,zt(c)]}function Fa(e){const t=zt(e);return[Rn(e),t,Rn(t)]}function Rn(e){return e.replace(/start|end/g,t=>Ma[t])}const yo=["left","right"],wo=["right","left"],ja=["top","bottom"],Da=["bottom","top"];function Ia(e,t,n){switch(e){case"top":case"bottom":return n?t?wo:yo:t?yo:wo;case"left":case"right":return t?ja:Da;default:return[]}}function _a(e,t,n,r){const o=Ot(e);let s=Ia(He(e),n==="start",r);return o&&(s=s.map(c=>c+"-"+o),t&&(s=s.concat(s.map(Rn)))),s}function zt(e){return e.replace(/left|right|bottom|top/g,t=>Na[t])}function ka(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ra(e){return typeof e!="number"?ka(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 Eo(e,t,n){let{reference:r,floating:o}=e;const s=ke(t),c=xo(t),u=bo(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 d;switch(i){case"top":d={x:a,y:r.y-o.height};break;case"bottom":d={x:a,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:p};break;case"left":d={x:r.x-o.width,y:p};break;default:d={x:r.x,y:r.y}}switch(Ot(t)){case"start":d[c]-=m*(n&&l?-1:1);break;case"end":d[c]+=m*(n&&l?-1:1);break}return d}const Wa=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}=Eo(l,r,i),m=r,d={},h=0;for(let g=0;g<u.length;g++){const{name:b,fn:w}=u[g],{x:E,y,data:C,reset:S}=await w({x:a,y:p,initialPlacement:r,placement:m,strategy:o,middlewareData:d,rects:l,platform:c,elements:{reference:e,floating:t}});a=E??a,p=y??p,d={...d,[b]:{...d[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}=Eo(l,m,i)),g=-1)}return{x:a,y:p,placement:m,strategy:o,middlewareData:d}};async function Gt(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:d=0}=ut(t,e),h=Ra(d),b=u[m?p==="floating"?"reference":"floating":p],w=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:(w.top-S.top+h.top)/C.y,bottom:(S.bottom-w.bottom+h.bottom)/C.y,left:(w.left-S.left+h.left)/C.x,right:(S.right-w.right+h.right)/C.x}}const Ba=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:d="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:g=!0,...b}=ut(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const w=He(o),E=ke(u),y=He(u)===u,C=await(i.isRTL==null?void 0:i.isRTL(l.floating)),S=m||(y||!g?[zt(u)]:Fa(u)),A=h!=="none";!m&&A&&S.push(..._a(u,g,h,C));const L=[u,...S],j=await Gt(t,b),U=[];let N=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&U.push(j[w]),p){const F=Pa(o,c,C);U.push(j[F[0]],j[F[1]])}if(N=[...N,{placement:o,overflows:U}],!U.every(F=>F<=0)){var $,Y;const F=((($=s.flip)==null?void 0:$.index)||0)+1,W=L[F];if(W&&(!(p==="alignment"?E!==ke(W):!1)||N.every(T=>ke(T.placement)===E?T.overflows[0]>0:!0)))return{data:{index:F,overflows:N},reset:{placement:W}};let V=(Y=N.filter(B=>B.overflows[0]<=0).sort((B,T)=>B.overflows[1]-T.overflows[1])[0])==null?void 0:Y.placement;if(!V)switch(d){case"bestFit":{var I;const B=(I=N.filter(T=>{if(A){const k=ke(T.placement);return k===E||k==="y"}return!0}).map(T=>[T.placement,T.overflows.filter(k=>k>0).reduce((k,D)=>k+D,0)]).sort((T,k)=>T[1]-k[1])[0])==null?void 0:I[0];B&&(V=B);break}case"initialPlacement":V=u;break}if(o!==V)return{reset:{placement:V}}}return{}}}},Va=new Set(["left","top"]);async function Ua(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=Ot(n),i=ke(n)==="y",l=Va.has(c)?-1:1,a=s&&i?-1:1,p=ut(t,e);let{mainAxis:m,crossAxis:d,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"&&(d=u==="end"?h*-1:h),i?{x:d*a,y:m*l}:{x:m*l,y:d*a}}const za=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 Ua(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}}}}},Ha=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:w,y:E}=b;return{x:w,y:E}}},...i}=ut(e,t),l={x:n,y:r},a=await Gt(t,i),p=ke(He(o)),m=vo(p);let d=l[m],h=l[p];if(s){const b=m==="y"?"top":"left",w=m==="y"?"bottom":"right",E=d+a[b],y=d-a[w];d=go(E,d,y)}if(c){const b=p==="y"?"top":"left",w=p==="y"?"bottom":"right",E=h+a[b],y=h-a[w];h=go(E,h,y)}const g=u.fn({...t,[m]:d,[p]:h});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[m]:s,[p]:c}}}}}},Ga=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}=ut(e,t),a=await Gt(t,l),p=He(o),m=Ot(o),d=ke(o)==="y",{width:h,height:g}=s.floating;let b,w;p==="top"||p==="bottom"?(b=p,w=m===(await(c.isRTL==null?void 0:c.isRTL(u.floating))?"start":"end")?"left":"right"):(w=p,b=m==="end"?"top":"bottom");const E=g-a.top-a.bottom,y=h-a.left-a.right,C=Je(g-a[b],E),S=Je(h-a[w],y),A=!t.middlewareData.shift;let L=C,j=S;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(j=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(L=E),A&&!m){const N=ce(a.left,0),$=ce(a.right,0),Y=ce(a.top,0),I=ce(a.bottom,0);d?j=h-2*(N!==0||$!==0?N+$:ce(a.left,a.right)):L=g-2*(Y!==0||I!==0?Y+I:ce(a.top,a.bottom))}await i({...t,availableWidth:j,availableHeight:L});const U=await c.getDimensions(u.floating);return h!==U.width||g!==U.height?{reset:{rects:!0}}:{}}}};function Co(e){const t=$e(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Le(e),s=o?e.offsetWidth:n,c=o?e.offsetHeight:r,u=$t(n)!==s||$t(r)!==c;return u&&(n=s,r=c),{width:n,height:r,$:u}}function Wn(e){return ue(e)?e:e.contextElement}function ct(e){const t=Wn(e);if(!Le(t))return Pe(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=Co(t);let c=(s?$t(n.width):n.width)/r,u=(s?$t(n.height):n.height)/o;return(!c||!Number.isFinite(c))&&(c=1),(!u||!Number.isFinite(u))&&(u=1),{x:c,y:u}}const Ya=Pe(0);function So(e){const t=ve(e);return!_n()||!t.visualViewport?Ya:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ka(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==ve(e)?!1:t}function Ze(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=Wn(e);let c=Pe(1);t&&(r?ue(r)&&(c=ct(r)):c=ct(e));const u=Ka(s,n,r)?So(s):Pe(0);let i=(o.left+u.x)/c.x,l=(o.top+u.y)/c.y,a=o.width/c.x,p=o.height/c.y;if(s){const m=ve(s),d=r&&ue(r)?ve(r):r;let h=m,g=kn(h);for(;g&&r&&d!==h;){const b=ct(g),w=g.getBoundingClientRect(),E=$e(g),y=w.left+(g.clientLeft+parseFloat(E.paddingLeft))*b.x,C=w.top+(g.clientTop+parseFloat(E.paddingTop))*b.y;i*=b.x,l*=b.y,a*=b.x,p*=b.y,i+=y,l+=C,h=ve(g),g=kn(h)}}return Ht({width:a,height:p,x:i,y:l})}function Yt(e,t){const n=Vt(e).scrollLeft;return t?t.left+n:Ze(Me(e)).left+n}function $o(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-Yt(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function Qa(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const s=o==="fixed",c=Me(r),u=t?Bt(t.floating):!1;if(r===c||u&&s)return n;let i={scrollLeft:0,scrollTop:0},l=Pe(1);const a=Pe(0),p=Le(r);if((p||!p&&!s)&&((lt(r)!=="body"||Ct(c))&&(i=Vt(r)),Le(r))){const d=Ze(r);l=ct(r),a.x=d.x+r.clientLeft,a.y=d.y+r.clientTop}const m=c&&!p&&!s?$o(c,i):Pe(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 qa(e){return Array.from(e.getClientRects())}function Xa(e){const t=Me(e),n=Vt(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+Yt(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 Oo=25;function Ja(e,t){const n=ve(e),r=Me(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=_n();(!a||a&&t==="fixed")&&(u=o.offsetLeft,i=o.offsetTop)}const l=Yt(r);if(l<=0){const a=r.ownerDocument,p=a.body,m=getComputedStyle(p),d=a.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,h=Math.abs(r.clientWidth-p.clientWidth-d);h<=Oo&&(s-=h)}else l<=Oo&&(s+=l);return{width:s,height:c,x:u,y:i}}const Za=new Set(["absolute","fixed"]);function eu(e,t){const n=Ze(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=Le(e)?ct(e):Pe(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 To(e,t,n){let r;if(t==="viewport")r=Ja(e,n);else if(t==="document")r=Xa(Me(e));else if(ue(t))r=eu(t,n);else{const o=So(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Ht(r)}function Ao(e,t){const n=ze(e);return n===t||!ue(n)||at(n)?!1:$e(n).position==="fixed"||Ao(n,t)}function tu(e,t){const n=t.get(e);if(n)return n;let r=St(e,[],!1).filter(u=>ue(u)&<(u)!=="body"),o=null;const s=$e(e).position==="fixed";let c=s?ze(e):e;for(;ue(c)&&!at(c);){const u=$e(c),i=In(c);!i&&u.position==="fixed"&&(o=null),(s?!i&&!o:!i&&u.position==="static"&&!!o&&Za.has(o.position)||Ct(c)&&!i&&Ao(e,c))?r=r.filter(a=>a!==c):o=u,c=ze(c)}return t.set(e,r),r}function nu(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const c=[...n==="clippingAncestors"?Bt(t)?[]:tu(t,this._c):[].concat(n),r],u=c[0],i=c.reduce((l,a)=>{const p=To(t,a,o);return l.top=ce(p.top,l.top),l.right=Je(p.right,l.right),l.bottom=Je(p.bottom,l.bottom),l.left=ce(p.left,l.left),l},To(t,u,o));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}}function ru(e){const{width:t,height:n}=Co(e);return{width:t,height:n}}function ou(e,t,n){const r=Le(t),o=Me(t),s=n==="fixed",c=Ze(e,!0,s,t);let u={scrollLeft:0,scrollTop:0};const i=Pe(0);function l(){i.x=Yt(o)}if(r||!r&&!s)if((lt(t)!=="body"||Ct(o))&&(u=Vt(t)),r){const d=Ze(t,!0,s,t);i.x=d.x+t.clientLeft,i.y=d.y+t.clientTop}else o&&l();s&&!r&&o&&l();const a=o&&!r&&!s?$o(o,u):Pe(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 No(e,t){if(!Le(e)||$e(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Me(e)===n&&(n=n.ownerDocument.body),n}function Mo(e,t){const n=ve(e);if(Bt(e))return n;if(!Le(e)){let o=ze(e);for(;o&&!at(o);){if(ue(o)&&!Bn(o))return o;o=ze(o)}return n}let r=No(e,t);for(;r&&wa(r)&&Bn(r);)r=No(r,t);return r&&at(r)&&Bn(r)&&!In(r)?n:r||Oa(e)||n}const iu=async function(e){const t=this.getOffsetParent||Mo,n=this.getDimensions,r=await n(e.floating);return{reference:ou(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function su(e){return $e(e).direction==="rtl"}const lu={convertOffsetParentRelativeRectToViewportRelativeRect:Qa,getDocumentElement:Me,getClippingRect:nu,getOffsetParent:Mo,getElementRects:iu,getClientRects:qa,getDimensions:ru,getScale:ct,isElement:ue,isRTL:su};function Lo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function au(e,t){let n=null,r;const o=Me(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:d}=l;if(u||t(),!m||!d)return;const h=Ut(p),g=Ut(o.clientWidth-(a+m)),b=Ut(o.clientHeight-(p+d)),w=Ut(a),y={rootMargin:-h+"px "+-g+"px "+-b+"px "+-w+"px",threshold:ce(0,Je(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&&!Lo(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 uu(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=Wn(e),a=o||s?[...l?St(l):[],...St(t)]:[];a.forEach(w=>{o&&w.addEventListener("scroll",n,{passive:!0}),s&&w.addEventListener("resize",n)});const p=l&&u?au(l,n):null;let m=-1,d=null;c&&(d=new ResizeObserver(w=>{let[E]=w;E&&E.target===l&&d&&(d.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var y;(y=d)==null||y.observe(t)})),n()}),l&&!i&&d.observe(l),d.observe(t));let h,g=i?Ze(e):null;i&&b();function b(){const w=Ze(e);g&&!Lo(g,w)&&n(),g=w,h=requestAnimationFrame(b)}return n(),()=>{var w;a.forEach(E=>{o&&E.removeEventListener("scroll",n),s&&E.removeEventListener("resize",n)}),p==null||p(),(w=d)==null||w.disconnect(),d=null,i&&cancelAnimationFrame(h)}}const Vn=Gt,cu=za,fu=Ha,du=Ba,pu=Ga,mu=(e,t,n)=>{const r=new Map,o={platform:lu,...n},s={...o.platform,_c:r};return Wa(e,t,{...o,platform:s})};var hu=typeof document<"u",gu=function(){},Kt=hu?f.useLayoutEffect:gu;function Qt(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(!Qt(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)&&!Qt(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function Po(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Fo(e,t){const n=Po(e);return Math.round(t*n)/n}function Un(e){const t=P.useRef(e);return Kt(()=>{t.current=e}),t}function vu(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]=P.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[m,d]=P.useState(r);Qt(m,r)||d(r);const[h,g]=P.useState(null),[b,w]=P.useState(null),E=P.useCallback(T=>{T!==A.current&&(A.current=T,g(T))},[]),y=P.useCallback(T=>{T!==L.current&&(L.current=T,w(T))},[]),C=s||h,S=c||b,A=P.useRef(null),L=P.useRef(null),j=P.useRef(a),U=i!=null,N=Un(i),$=Un(o),Y=Un(l),I=P.useCallback(()=>{if(!A.current||!L.current)return;const T={placement:t,strategy:n,middleware:m};$.current&&(T.platform=$.current),mu(A.current,L.current,T).then(k=>{const D={...k,isPositioned:Y.current!==!1};F.current&&!Qt(j.current,D)&&(j.current=D,Mt.flushSync(()=>{p(D)}))})},[m,t,n,$,Y]);Kt(()=>{l===!1&&j.current.isPositioned&&(j.current.isPositioned=!1,p(T=>({...T,isPositioned:!1})))},[l]);const F=P.useRef(!1);Kt(()=>(F.current=!0,()=>{F.current=!1}),[]),Kt(()=>{if(C&&(A.current=C),S&&(L.current=S),C&&S){if(N.current)return N.current(C,S,I);I()}},[C,S,I,N,U]);const W=P.useMemo(()=>({reference:A,floating:L,setReference:E,setFloating:y}),[E,y]),V=P.useMemo(()=>({reference:C,floating:S}),[C,S]),B=P.useMemo(()=>{const T={position:n,left:0,top:0};if(!V.floating)return T;const k=Fo(V.floating,a.x),D=Fo(V.floating,a.y);return u?{...T,transform:"translate("+k+"px, "+D+"px)",...Po(V.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:k,top:D}},[n,u,V.floating,a.x,a.y]);return P.useMemo(()=>({...a,update:I,refs:W,elements:V,floatingStyles:B}),[a,I,W,V,B])}const jo=(e,t)=>({...cu(e),options:[e,t]}),bu=(e,t)=>({...fu(e),options:[e,t]}),xu=(e,t)=>({...du(e),options:[e,t]}),yu=(e,t)=>({...pu(e),options:[e,t]}),Do={...P},wu=Do.useInsertionEffect||(e=>e());function Io(e){const t=P.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return wu(()=>{t.current=e}),P.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 zn=typeof document<"u"?f.useLayoutEffect:f.useEffect;let _o=!1,Eu=0;const ko=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+Eu++;function Cu(){const[e,t]=P.useState(()=>_o?ko():void 0);return zn(()=>{e==null&&t(ko())},[]),P.useEffect(()=>{_o=!0},[]),e}const Su=Do.useId||Cu;let Tt;process.env.NODE_ENV!=="production"&&(Tt=new Set);function $u(){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=Tt)!=null&&e.has(o))){var s;(s=Tt)==null||s.add(o),console.warn(o)}}function Ou(){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=Tt)!=null&&e.has(o))){var s;(s=Tt)==null||s.add(o),console.error(o)}}function Tu(){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 Au=P.createContext(null),Nu=P.createContext(null),Mu=()=>{var e;return((e=P.useContext(Au))==null?void 0:e.id)||null},Lu=()=>P.useContext(Nu),Pu="data-floating-ui-focusable";function Fu(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=Su(),s=P.useRef({}),[c]=P.useState(()=>Tu()),u=Mu()!=null;if(process.env.NODE_ENV!=="production"){const d=r.reference;d&&!ue(d)&&Ou("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]=P.useState(r.reference),a=Io((d,h,g)=>{s.current.openEvent=d?h:void 0,c.emit("openchange",{open:d,event:h,reason:g,nested:u}),n==null||n(d,h,g)}),p=P.useMemo(()=>({setPositionReference:l}),[]),m=P.useMemo(()=>({reference:i||r.reference||null,floating:r.floating||null,domReference:r.reference}),[i,r.reference,r.floating]);return P.useMemo(()=>({dataRef:s,open:t,onOpenChange:a,elements:m,events:c,floatingId:o,refs:p}),[t,a,m,c,o,p])}function ju(e){e===void 0&&(e={});const{nodeId:t}=e,n=Fu({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[s,c]=P.useState(null),[u,i]=P.useState(null),a=(o==null?void 0:o.domReference)||s,p=P.useRef(null),m=Lu();zn(()=>{a&&(p.current=a)},[a]);const d=vu({...e,elements:{...o,...u&&{reference:u}}}),h=P.useCallback(y=>{const C=ue(y)?{getBoundingClientRect:()=>y.getBoundingClientRect(),contextElement:y}:y;i(C),d.refs.setReference(C)},[d.refs]),g=P.useCallback(y=>{(ue(y)||y===null)&&(p.current=y,c(y)),(ue(d.refs.reference.current)||d.refs.reference.current===null||y!==null&&!ue(y))&&d.refs.setReference(y)},[d.refs]),b=P.useMemo(()=>({...d.refs,setReference:g,setPositionReference:h,domReference:p}),[d.refs,g,h]),w=P.useMemo(()=>({...d.elements,domReference:a}),[d.elements,a]),E=P.useMemo(()=>({...d,...r,refs:b,elements:w,nodeId:t}),[d,b,w,t,r]);return zn(()=>{r.dataRef.current.floatingContext=E;const y=m==null?void 0:m.nodesRef.current.find(C=>C.id===t);y&&(y.context=E)}),P.useMemo(()=>({...d,context:E,refs:b,elements:w}),[d,b,w,E])}const Ro="active",Wo="selected";function Hn(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[Ro]:c,[Wo]:u,...i}=e;s=i}return{...n==="floating"&&{tabIndex:-1,[Pu]:""},...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&&[Ro,Wo].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,d=arguments.length,h=new Array(d),g=0;g<d;g++)h[g]=arguments[g];return(m=r.get(l))==null?void 0:m.map(b=>b(...h)).find(b=>b!==void 0)}}}else c[l]=a}),c),{})}}function Du(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=P.useCallback(u=>Hn(u,e,"reference"),t),s=P.useCallback(u=>Hn(u,e,"floating"),n),c=P.useCallback(u=>Hn(u,e,"item"),r);return P.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:c}),[o,s,c])}function Bo(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const Iu=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}=ut(e,t),{rects:p,elements:{floating:m}}=t,d=n.current[c],h=(l==null?void 0:l.current)||m,g=m.clientTop||h.clientTop,b=m.clientTop!==0,w=h.clientTop!==0,E=m===h;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||$u('`placement` side must be "bottom" when using the `inner`',"middleware.")),!d)return{};const y={...t,...await jo(-d.offsetTop-m.clientTop-p.reference.height/2-d.offsetHeight/2-s).fn(t)},C=await Vn(Bo(y,h.scrollHeight+g+m.clientTop),a),S=await Vn(y,{...a,elementContext:"reference"}),A=ce(0,C.top),L=y.y+A,N=(h.scrollHeight>h.clientHeight?$=>$:$t)(ce(0,h.scrollHeight+(b&&E||w?g*2:0)-A-ce(0,C.bottom)));if(h.style.maxHeight=N+"px",h.scrollTop=A,o){const $=h.offsetHeight<d.offsetHeight*Je(u,n.current.length)-1||S.top>=-i||S.bottom>=-i;Mt.flushSync(()=>o($))}return r&&(r.current=await Vn(Bo({...y,y:L},h.offsetHeight+g+m.clientTop),a)),{y:L}}});function _u(e,t){const{open:n,elements:r}=e,{enabled:o=!0,overflowRef:s,scrollRef:c,onChange:u}=t,i=Io(u),l=P.useRef(!1),a=P.useRef(null),p=P.useRef(null);P.useEffect(()=>{if(!o)return;function d(g){if(g.ctrlKey||!h||s.current==null)return;const b=g.deltaY,w=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||(!w&&b>0||!E&&b<0?(g.preventDefault(),Mt.flushSync(()=>{i(A=>A+Math[S](b,y*C))})):/firefox/i.test(Aa())&&(h.scrollTop+=b))}const h=(c==null?void 0:c.current)||r.floating;if(n&&h)return h.addEventListener("wheel",d),requestAnimationFrame(()=>{a.current=h.scrollTop,s.current!=null&&(p.current={...s.current})}),()=>{a.current=null,p.current=null,h.removeEventListener("wheel",d)}},[o,n,r.floating,s,c,i]);const m=P.useMemo(()=>({onKeyDown(){l.current=!0},onWheel(){l.current=!1},onPointerMove(){l.current=!1},onScroll(){const d=(c==null?void 0:c.current)||r.floating;if(!(!s.current||!d||!l.current)){if(a.current!==null){const h=d.scrollTop-a.current;(s.current.bottom<-.5&&h<-1||s.current.top<-.5&&h>1)&&Mt.flushSync(()=>i(g=>g+h))}requestAnimationFrame(()=>{a.current=d.scrollTop})}}}),[r.floating,i,s,c]);return P.useMemo(()=>o?{floating:m}:{},[o,m])}let ft=f.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});ft.displayName="FloatingContext";let Gn=f.createContext(null);Gn.displayName="PlacementContext";function ku(e){return f.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function Ru(){return f.useContext(ft).setReference}function Wu(){return f.useContext(ft).getReferenceProps}function Bu(){let{getFloatingProps:e,slot:t}=f.useContext(ft);return f.useCallback((...n)=>Object.assign({},e(...n),{"data-anchor":t.anchor}),[e,t])}function Vu(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=f.useContext(Gn),n=f.useMemo(()=>e,[JSON.stringify(e,(o,s)=>{var c;return(c=s==null?void 0:s.outerHTML)!=null?c:s})]);te(()=>{t==null||t(n??null)},[t,n]);let r=f.useContext(ft);return f.useMemo(()=>[r.setFloating,e?r.styles:{}],[r.setFloating,e,r.styles])}let Vo=4;function Uu({children:e,enabled:t=!0}){let[n,r]=f.useState(null),[o,s]=f.useState(0),c=f.useRef(null),[u,i]=f.useState(null);zu(u);let l=t&&n!==null&&u!==null,{to:a="bottom",gap:p=0,offset:m=0,padding:d=0,inner:h}=Hu(n,u),[g,b="center"]=a.split(" ");te(()=>{l&&s(0)},[l]);let{refs:w,floatingStyles:E,context:y}=ju({open:l,placement:g==="selection"?b==="center"?"bottom":`bottom-${b}`:b==="center"?`${g}`:`${g}-${b}`,strategy:"absolute",transform:!1,middleware:[jo({mainAxis:g==="selection"?0:p,crossAxis:m}),bu({padding:d}),g!=="selection"&&xu({padding:d}),g==="selection"&&h?Iu({...h,padding:d,overflowRef:c,offset:o,minItemsVisible:Vo,referenceOverflowThreshold:d,onFallbackChange($){var Y,I;if(!$)return;let F=y.elements.floating;if(!F)return;let W=parseFloat(getComputedStyle(F).scrollPaddingBottom)||0,V=Math.min(Vo,F.childElementCount),B=0,T=0;for(let k of(I=(Y=y.elements.floating)==null?void 0:Y.childNodes)!=null?I:[])if(_e(k)){let D=k.offsetTop,ee=D+k.clientHeight+W,Q=F.scrollTop,q=Q+F.clientHeight;if(D>=Q&&ee<=q)V--;else{T=Math.max(0,Math.min(ee,q)-Math.max(D,Q)),B=k.clientHeight;break}}V>=1&&s(k=>{let D=B*V-T+W;return k>=D?k:D})}}):null,yu({padding:d,apply({availableWidth:$,availableHeight:Y,elements:I}){Object.assign(I.floating.style,{overflow:"auto",maxWidth:`${$}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${Y}px)`})}})].filter(Boolean),whileElementsMounted:uu}),[C=g,S=b]=y.placement.split("-");g==="selection"&&(C="selection");let A=f.useMemo(()=>({anchor:[C,S].filter(Boolean).join(" ")}),[C,S]),L=_u(y,{overflowRef:c,onChange:s}),{getReferenceProps:j,getFloatingProps:U}=Du([L]),N=G($=>{i($),w.setFloating($)});return P.createElement(Gn.Provider,{value:r},P.createElement(ft.Provider,{value:{setFloating:N,setReference:w.setReference,styles:E,getReferenceProps:j,getFloatingProps:U,slot:A}},e))}function zu(e){te(()=>{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 Hu(e,t){var n,r,o;let s=Yn((n=e==null?void 0:e.gap)!=null?n:"var(--anchor-gap, 0)",t),c=Yn((r=e==null?void 0:e.offset)!=null?r:"var(--anchor-offset, 0)",t),u=Yn((o=e==null?void 0:e.padding)!=null?o:"var(--anchor-padding, 0)",t);return{...e,gap:s,offset:c,padding:u}}function Yn(e,t,n=void 0){let r=ot(),o=G((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=zo(i,l);return[a,p=>{let m=Uo(i);{let d=m.map(h=>window.getComputedStyle(l).getPropertyValue(h));r.requestAnimationFrame(function h(){r.nextFrame(h);let g=!1;for(let[w,E]of m.entries()){let y=window.getComputedStyle(l).getPropertyValue(E);if(d[w]!==y){d[w]=y,g=!0;break}}if(!g)return;let b=zo(i,l);a!==b&&(p(b),a=b)})}return r.dispose}]}return[n,null]}),s=f.useMemo(()=>o(e,t)[0],[e,t]),[c=s,u]=f.useState();return te(()=>{let[i,l]=o(e,t);if(u(i),!!l)return l(u)},[e,t]),c}function Uo(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,...Uo(o)]:[r]}return[]}function zo(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 Gu(e,t){let[n,r]=f.useState(t);return!e&&n!==t&&r(t),e?n:t}let Kn=f.createContext(null);Kn.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 Qn(){return f.useContext(Kn)}function Ho({value:e,children:t}){return f.createElement(Kn.Provider,{value:e},t)}function Yu(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:Yu(e)}}var Go=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(Go||{});function Yo(e){let t=G(e),n=f.useRef(!1);f.useEffect(()=>(n.current=!1,()=>{n.current=!0,Or(()=>{n.current&&t()})}),[t])}function Ku(){let e=typeof document>"u";return"useSyncExternalStore"in P?(t=>t.useSyncExternalStore)(P)(()=>()=>{},()=>!1,()=>!e):!1}function qn(){let e=Ku(),[t,n]=P.useState(Ae.isHandoffComplete);return t&&Ae.isHandoffComplete===!1&&n(!1),P.useEffect(()=>{t!==!0&&n(!0)},[t]),P.useEffect(()=>Ae.handoff(),[]),e?!1:t}let Qu=f.createContext(!1);function qu(){return f.useContext(Qu)}function Xu(e){let t=qu(),n=f.useContext(Qo),[r,o]=f.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 f.useEffect(()=>{r!==null&&(e!=null&&e.body.contains(r)||e==null||e.body.appendChild(r))},[r,e]),f.useEffect(()=>{t||n!==null&&o(n.current)},[n,o,t]),r}let Ko=f.Fragment,Ju=me(function(e,t){let{ownerDocument:n=null,...r}=e,o=f.useRef(null),s=ye(gl(d=>{o.current=d}),t),c=Dn(o),u=n??c,i=Xu(u),[l]=f.useState(()=>{var d;return Ae.isServer?null:(d=u==null?void 0:u.createElement("div"))!=null?d:null}),a=f.useContext(nc),p=qn();te(()=>{!i||!l||i.contains(l)||(l.setAttribute("data-headlessui-portal",""),i.appendChild(l))},[i,l]),te(()=>{if(l&&a)return a.register(l)},[a,l]),Yo(()=>{var d;!i||!l||(En(l)&&i.contains(l)&&i.removeChild(l),i.childNodes.length<=0&&((d=i.parentElement)==null||d.removeChild(i)))});let m=ge();return p?!i||!l?null:pe.createPortal(m({ourProps:{ref:s},theirProps:r,slot:{},defaultTag:Ko,name:"Portal"}),l):null});function Zu(e,t){let n=ye(t),{enabled:r=!0,ownerDocument:o,...s}=e,c=ge();return r?f.createElement(Ju,{...s,ownerDocument:o,ref:n}):c({ourProps:{ref:n},theirProps:s,slot:{},defaultTag:Ko,name:"Portal"})}let ec=f.Fragment,Qo=f.createContext(null);function tc(e,t){let{target:n,...r}=e,o={ref:ye(t)},s=ge();return f.createElement(Qo.Provider,{value:n},s({ourProps:o,theirProps:r,defaultTag:ec,name:"Popover.Group"}))}let nc=f.createContext(null),rc=me(Zu),oc=me(tc),ic=Object.assign(rc,{Group:oc});function sc(){let e=f.useRef(!1);return te(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function qo(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||((t=e.as)!=null?t:Jo)!==f.Fragment||f.Children.count(e.children)===1}let Xt=f.createContext(null);Xt.displayName="TransitionContext";var lc=(e=>(e.Visible="visible",e.Hidden="hidden",e))(lc||{});function ac(){let e=f.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 uc(){let e=f.useContext(Jt);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let Jt=f.createContext(null);Jt.displayName="NestingContext";function Zt(e){return"children"in e?Zt(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Xo(e,t){let n=qe(e),r=f.useRef([]),o=sc(),s=ot(),c=G((d,h=Ve.Hidden)=>{let g=r.current.findIndex(({el:b})=>b===d);g!==-1&&(xe(h,{[Ve.Unmount](){r.current.splice(g,1)},[Ve.Hidden](){r.current[g].state="hidden"}}),s.microTask(()=>{var b;!Zt(r)&&o.current&&((b=n.current)==null||b.call(n))}))}),u=G(d=>{let h=r.current.find(({el:g})=>g===d);return h?h.state!=="visible"&&(h.state="visible"):r.current.push({el:d,state:"visible"}),()=>c(d,Ve.Unmount)}),i=f.useRef([]),l=f.useRef(Promise.resolve()),a=f.useRef({enter:[],leave:[]}),p=G((d,h,g)=>{i.current.splice(0),t&&(t.chains.current[h]=t.chains.current[h].filter(([b])=>b!==d)),t==null||t.chains.current[h].push([d,new Promise(b=>{i.current.push(b)})]),t==null||t.chains.current[h].push([d,new Promise(b=>{Promise.all(a.current[h].map(([w,E])=>E)).then(()=>b())})]),h==="enter"?l.current=l.current.then(()=>t==null?void 0:t.wait.current).then(()=>g(h)):g(h)}),m=G((d,h,g)=>{Promise.all(a.current[h].splice(0).map(([b,w])=>w)).then(()=>{var b;(b=i.current.shift())==null||b()}).then(()=>g(h))});return f.useMemo(()=>({children:r,register:u,unregister:c,onStart:p,onStop:m,wait:l,chains:a}),[u,c,r,p,m,a,l])}let Jo=f.Fragment,Zo=Dt.RenderStrategy;function cc(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:d,leaveFrom:h,leaveTo:g,...b}=e,[w,E]=f.useState(null),y=f.useRef(null),C=qo(e),S=ye(...C?[y,t,E]:t===null?[]:[t]),A=(n=b.unmount)==null||n?Ve.Unmount:Ve.Hidden,{show:L,appear:j,initial:U}=ac(),[N,$]=f.useState(L?"visible":"hidden"),Y=uc(),{register:I,unregister:F}=Y;te(()=>I(y),[I,y]),te(()=>{if(A===Ve.Hidden&&y.current){if(L&&N!=="visible"){$("visible");return}return xe(N,{hidden:()=>F(y),visible:()=>I(y)})}},[N,y,I,F,L,A]);let W=qn();te(()=>{if(C&&W&&N==="visible"&&y.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[y,N,W,C]);let V=U&&!j,B=j&&L&&U,T=f.useRef(!1),k=Xo(()=>{T.current||($("hidden"),F(y))},Y),D=G(R=>{T.current=!0;let ne=R?"enter":"leave";k.onStart(y,ne,fe=>{fe==="enter"?s==null||s():fe==="leave"&&(u==null||u())})}),ee=G(R=>{let ne=R?"enter":"leave";T.current=!1,k.onStop(y,ne,fe=>{fe==="enter"?c==null||c():fe==="leave"&&(i==null||i())}),ne==="leave"&&!Zt(k)&&($("hidden"),F(y))});f.useEffect(()=>{C&&o||(D(L),ee(L))},[L,C,o]);let Q=!(!o||!C||!W||V),[,q]=fo(Q,w,L,{start:D,end:ee}),Te=Ue({ref:S,className:((r=xn(b.className,B&&l,B&&a,q.enter&&l,q.enter&&q.closed&&a,q.enter&&!q.closed&&p,q.leave&&d,q.leave&&!q.closed&&h,q.leave&&q.closed&&g,!q.transition&&L&&m))==null?void 0:r.trim())||void 0,...co(q)}),Re=0;N==="visible"&&(Re|=Oe.Open),N==="hidden"&&(Re|=Oe.Closed),L&&N==="hidden"&&(Re|=Oe.Opening),!L&&N==="visible"&&(Re|=Oe.Closing);let nt=ge();return f.createElement(Jt.Provider,{value:k},f.createElement(Ho,{value:Re},nt({ourProps:Te,theirProps:b,defaultTag:Jo,features:Zo,visible:N==="visible",name:"Transition.Child"})))}function fc(e,t){let{show:n,appear:r=!1,unmount:o=!0,...s}=e,c=f.useRef(null),u=qo(e),i=ye(...u?[c,t]:t===null?[]:[t]);qn();let l=Qn();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]=f.useState(n?"visible":"hidden"),m=Xo(()=>{n||p("hidden")}),[d,h]=f.useState(!0),g=f.useRef([n]);te(()=>{d!==!1&&g.current[g.current.length-1]!==n&&(g.current.push(n),h(!1))},[g,n]);let b=f.useMemo(()=>({show:n,appear:r,initial:d}),[n,r,d]);te(()=>{n?p("visible"):!Zt(m)&&c.current!==null&&p("hidden")},[n,m]);let w={unmount:o},E=G(()=>{var S;d&&h(!1),(S=e.beforeEnter)==null||S.call(e)}),y=G(()=>{var S;d&&h(!1),(S=e.beforeLeave)==null||S.call(e)}),C=ge();return f.createElement(Jt.Provider,{value:m},f.createElement(Xt.Provider,{value:b},C({ourProps:{...w,as:f.Fragment,children:f.createElement(ei,{ref:i,...w,...s,beforeEnter:E,beforeLeave:y})},theirProps:{},defaultTag:f.Fragment,features:Zo,visible:a==="visible",name:"Transition"})))}function dc(e,t){let n=f.useContext(Xt)!==null,r=Qn()!==null;return f.createElement(f.Fragment,null,!n&&r?f.createElement(Xn,{ref:t,...e}):f.createElement(ei,{ref:t,...e}))}let Xn=me(fc),ei=me(cc),pc=me(dc),ti=Object.assign(Xn,{Child:pc,Root:Xn});function mc(e,t){let n=f.useRef({left:0,top:0});if(te(()=>{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 ni=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function ri(e){var t,n;let r=(t=e.innerText)!=null?t:"",o=e.cloneNode(!0);if(!_e(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 ni.test(c)&&(c=c.replace(ni,"")),c}function hc(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():ri(s).trim()}return null}).filter(Boolean);if(r.length>0)return r.join(", ")}return ri(e).trim()}function gc(e){let t=f.useRef(""),n=f.useRef("");return G(()=>{let r=e.current;if(!r)return"";let o=r.innerText;if(t.current===o)return n.current;let s=hc(r).trim().toLowerCase();return t.current=o,n.current=s,s})}var vc=Object.defineProperty,bc=(e,t,n)=>t in e?vc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,oi=(e,t,n)=>(bc(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||{}),en=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(en||{}),ii=(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))(ii||{});function si(e,t=n=>n){let n=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,r=no(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 xc={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:d=>d.id,resolveDisabled:d=>d.dataRef.current.disabled});if(m!==null){let d=e.options[m].dataRef.current.domRef;if(((r=p.current)==null?void 0:r.previousElementSibling)===d.current||((o=d.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:d=>d.id,resolveDisabled:d=>d.dataRef.current.disabled});if(m!==null){let d=e.options[m].dataRef.current.domRef;if(((s=p.current)==null?void 0:s.nextElementSibling)===d.current||((c=d.current)==null?void 0:c.nextElementSibling)===null)return{...u,activeOptionIndex:m}}}}let i=si(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,...si(e),pendingShouldSort:!1}:e};class Jn extends zr{constructor(t){super(t),oi(this,"actions",{onChange:n=>{let{onChange:r,compare:o,mode:s,value:c}=this.state.dataRef.current;return xe(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:On(()=>{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:On(()=>{let n=[];return[r=>n.push(r),()=>{this.send({type:6,options:n.splice(0)})}]}),goToOption:On(()=>{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})}}),oi(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=Tn.get(null);this.disposables.add(r.on(Kr.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 Jn({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 xe(n.type,xc,t,n)}}const li=f.createContext(null);function Zn(e){let t=f.useContext(li);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,ai),n}return t}function ai({id:e,__demoMode:t=!1}){let n=f.useMemo(()=>Jn.new({id:e,__demoMode:t}),[]);return Yo(()=>n.dispose()),n}let tn=f.createContext(null);tn.displayName="ListboxDataContext";function At(e){let t=f.useContext(tn);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,At),n}return t}let yc=f.Fragment;function wc(e,t){let n=f.useId(),r=bn(),{value:o,defaultValue:s,form:c,name:u,onChange:i,by:l,invalid:a=!1,disabled:p=r||!1,horizontal:m=!1,multiple:d=!1,__demoMode:h=!1,...g}=e;const b=m?"horizontal":"vertical";let w=ye(t),E=tl(s),[y=d?[]:void 0,C]=el(o,i,E),S=ai({id:n,__demoMode:h}),A=f.useRef({static:!1,hold:!1}),L=f.useRef(new Map),j=Tl(l),U=f.useCallback(Q=>xe(N.mode,{[Fe.Multi]:()=>y.some(q=>j(q,Q)),[Fe.Single]:()=>j(y,Q)}),[y]),N=f.useMemo(()=>({value:y,disabled:p,invalid:a,mode:d?Fe.Multi:Fe.Single,orientation:b,onChange:C,compare:j,isSelected:U,optionsPropsRef:A,listRef:L}),[y,p,a,d,b,C,j,U,A,L]);te(()=>{S.state.dataRef.current=N},[N]);let $=Ee(S,Q=>Q.listboxState),Y=Tn.get(null),I=Ee(Y,f.useCallback(Q=>Y.selectors.isTop(Q,n),[Y,n])),[F,W]=Ee(S,Q=>[Q.buttonElement,Q.optionsElement]);ea(I,[F,W],(Q,q)=>{S.send({type:ii.CloseListbox}),to(q,jn.Loose)||(Q.preventDefault(),F==null||F.focus())});let V=f.useMemo(()=>({open:$===ae.Open,disabled:p,invalid:a,value:y}),[$,p,a,y]),[B,T]=wl({inherit:!0}),k={ref:w},D=f.useCallback(()=>{if(E!==void 0)return C==null?void 0:C(E)},[C,E]),ee=ge();return f.createElement(T,{value:B,props:{htmlFor:F==null?void 0:F.id},slot:{open:$===ae.Open,disabled:p}},f.createElement(Uu,null,f.createElement(li.Provider,{value:S},f.createElement(tn.Provider,{value:N},f.createElement(Ho,{value:xe($,{[ae.Open]:Oe.Open,[ae.Closed]:Oe.Closed})},u!=null&&y!=null&&f.createElement(ll,{disabled:p,data:{[u]:y},form:c,onReset:D}),ee({ourProps:k,theirProps:g,slot:V,defaultTag:yc,name:"Listbox"}))))))}let Ec="button";function Cc(e,t){let n=f.useId(),r=Fr(),o=At("Listbox.Button"),s=Zn("Listbox.Button"),{id:c=r||`headlessui-listbox-button-${n}`,disabled:u=o.disabled||!1,autoFocus:i=!1,...l}=e,a=ye(t,Ru(),s.actions.setButtonElement),p=Wu(),[m,d,h]=Ee(s,T=>[T.listboxState,T.buttonElement,T.optionsElement]),g=m===ae.Open;ra(g,{trigger:d,action:f.useCallback(T=>{if(d!=null&&d.contains(T.target))return Rt.Ignore;let k=T.target.closest('[role="option"]:not([data-disabled])');return _e(k)?Rt.Select(k):h!=null&&h.contains(T.target)?Rt.Ignore:Rt.Close},[d,h]),close:s.actions.closeListbox,select:s.actions.selectActiveOption});let b=G(T=>{switch(T.key){case le.Enter:nl(T.currentTarget);break;case le.Space:case le.ArrowDown:T.preventDefault(),s.actions.openListbox({focus:o.value?re.Nothing:re.First});break;case le.ArrowUp:T.preventDefault(),s.actions.openListbox({focus:o.value?re.Nothing:re.Last});break}}),w=G(T=>{switch(T.key){case le.Space:T.preventDefault();break}}),E=G(T=>{var k;if(T.button===Go.Left){if(ml(T.currentTarget))return T.preventDefault();s.state.listboxState===ae.Open?(pe.flushSync(()=>s.actions.closeListbox()),(k=s.state.buttonElement)==null||k.focus({preventScroll:!0})):(T.preventDefault(),s.actions.openListbox({focus:re.Nothing}))}}),y=f.useRef(null),C=G(T=>{y.current=T.pointerType,T.pointerType==="mouse"&&E(T)}),S=G(T=>{y.current!=="mouse"&&E(T)}),A=G(T=>T.preventDefault()),L=Wr([c]),j=vl(),{isFocusVisible:U,focusProps:N}=Vs({autoFocus:i}),{isHovered:$,hoverProps:Y}=Bs({isDisabled:u}),{pressed:I,pressProps:F}=Ks({disabled:u}),W=f.useMemo(()=>({open:m===ae.Open,active:I||m===ae.Open,disabled:u,invalid:o.invalid,value:o.value,hover:$,focus:U,autofocus:i}),[m,o.value,u,$,U,I,o.invalid,i]),V=Ee(s,T=>T.listboxState===ae.Open),B=Ar(p(),{ref:a,id:c,type:oa(e,d),"aria-haspopup":"listbox","aria-controls":h==null?void 0:h.id,"aria-expanded":V,"aria-labelledby":L,"aria-describedby":j,disabled:u||void 0,autoFocus:i,onKeyDown:b,onKeyUp:w,onKeyPress:A,onPointerDown:C,onClick:S},N,Y,F);return ge()({ourProps:B,theirProps:l,slot:W,defaultTag:Ec,name:"Listbox.Button"})}let ui=f.createContext(!1),Sc="div",$c=Dt.RenderStrategy|Dt.Static;function Oc(e,t){let n=f.useId(),{id:r=`headlessui-listbox-options-${n}`,anchor:o,portal:s=!1,modal:c=!0,transition:u=!1,...i}=e,l=ku(o),[a,p]=f.useState(null);l&&(s=!0);let m=At("Listbox.Options"),d=Zn("Listbox.Options"),[h,g,b,w]=Ee(d,R=>[R.listboxState,R.buttonElement,R.optionsElement,R.__demoMode]),E=Dn(g),y=Dn(b),C=Qn(),[S,A]=fo(u,a,C!==null?(C&Oe.Open)===Oe.Open:h===ae.Open);Vl(S,g,d.actions.closeListbox);let L=w?!1:c&&h===ae.Open;da(L,y);let j=w?!1:c&&h===ae.Open;Bl(j,{allowed:f.useCallback(()=>[g,b],[g,b])});let U=h!==ae.Open,N=mc(U,g)?!1:S,$=S&&h===ae.Closed,Y=Gu($,m.value),I=G(R=>m.compare(Y,R)),F=Ee(d,R=>{var ne;if(l==null||!((ne=l==null?void 0:l.to)!=null&&ne.includes("selection")))return null;let fe=R.options.findIndex(Ye=>I(Ye.dataRef.current.value));return fe===-1&&(fe=0),fe}),W=(()=>{if(l==null)return;if(F===null)return{...l,inner:void 0};let R=Array.from(m.listRef.current.values());return{...l,inner:{listRef:{current:R},index:F}}})(),[V,B]=Vu(W),T=Bu(),k=ye(t,l?V:null,d.actions.setOptionsElement,p),D=ot();f.useEffect(()=>{var R;let ne=b;ne&&h===ae.Open&&ne!==((R=xt(ne))==null?void 0:R.activeElement)&&(ne==null||ne.focus({preventScroll:!0}))},[h,b]);let ee=G(R=>{var ne,fe;switch(D.dispose(),R.key){case le.Space:if(d.state.searchQuery!=="")return R.preventDefault(),R.stopPropagation(),d.actions.search(R.key);case le.Enter:if(R.preventDefault(),R.stopPropagation(),d.state.activeOptionIndex!==null){let{dataRef:Ye}=d.state.options[d.state.activeOptionIndex];d.actions.onChange(Ye.current.value)}m.mode===Fe.Single&&(pe.flushSync(()=>d.actions.closeListbox()),(ne=d.state.buttonElement)==null||ne.focus({preventScroll:!0}));break;case xe(m.orientation,{vertical:le.ArrowDown,horizontal:le.ArrowRight}):return R.preventDefault(),R.stopPropagation(),d.actions.goToOption({focus:re.Next});case xe(m.orientation,{vertical:le.ArrowUp,horizontal:le.ArrowLeft}):return R.preventDefault(),R.stopPropagation(),d.actions.goToOption({focus:re.Previous});case le.Home:case le.PageUp:return R.preventDefault(),R.stopPropagation(),d.actions.goToOption({focus:re.First});case le.End:case le.PageDown:return R.preventDefault(),R.stopPropagation(),d.actions.goToOption({focus:re.Last});case le.Escape:R.preventDefault(),R.stopPropagation(),pe.flushSync(()=>d.actions.closeListbox()),(fe=d.state.buttonElement)==null||fe.focus({preventScroll:!0});return;case le.Tab:R.preventDefault(),R.stopPropagation(),pe.flushSync(()=>d.actions.closeListbox()),ql(d.state.buttonElement,R.shiftKey?Fn.Previous:Fn.Next);break;default:R.key.length===1&&(d.actions.search(R.key),D.setTimeout(()=>d.actions.clearSearch(),350));break}}),Q=Ee(d,R=>{var ne;return(ne=R.buttonElement)==null?void 0:ne.id}),q=f.useMemo(()=>({open:h===ae.Open}),[h]),Te=Ar(l?T():{},{id:r,ref:k,"aria-activedescendant":Ee(d,d.selectors.activeDescendantId),"aria-multiselectable":m.mode===Fe.Multi?!0:void 0,"aria-labelledby":Q,"aria-orientation":m.orientation,onKeyDown:ee,role:"listbox",tabIndex:h===ae.Open?0:void 0,style:{...i.style,...B,"--button-width":Nl(g,!0).width},...co(A)}),Re=ge(),nt=f.useMemo(()=>m.mode===Fe.Multi?m:{...m,isSelected:I},[m,I]);return f.createElement(ic,{enabled:s?e.static||S:!1,ownerDocument:E},f.createElement(tn.Provider,{value:nt},Re({ourProps:Te,theirProps:i,slot:q,defaultTag:Sc,features:$c,visible:N,name:"Listbox.Options"})))}let Tc="div";function Ac(e,t){let n=f.useId(),{id:r=`headlessui-listbox-option-${n}`,disabled:o=!1,value:s,...c}=e,u=f.useContext(ui)===!0,i=At("Listbox.Option"),l=Zn("Listbox.Option"),a=Ee(l,N=>l.selectors.isActive(N,r)),p=i.isSelected(s),m=f.useRef(null),d=gc(m),h=qe({disabled:o,value:s,domRef:m,get textValue(){return d()}}),g=ye(t,m,N=>{N?i.listRef.current.set(r,N):i.listRef.current.delete(r)}),b=Ee(l,N=>l.selectors.shouldScrollIntoView(N,r));te(()=>{if(b)return Se().requestAnimationFrame(()=>{var N,$;($=(N=m.current)==null?void 0:N.scrollIntoView)==null||$.call(N,{block:"nearest"})})},[b,m]),te(()=>{if(!u)return l.actions.registerOption(r,h),()=>l.actions.unregisterOption(r)},[h,r,u]);let w=G(N=>{var $;if(o)return N.preventDefault();l.actions.onChange(s),i.mode===Fe.Single&&(pe.flushSync(()=>l.actions.closeListbox()),($=l.state.buttonElement)==null||$.focus({preventScroll:!0}))}),E=G(()=>{if(o)return l.actions.goToOption({focus:re.Nothing});l.actions.goToOption({focus:re.Specific,id:r})}),y=pa(),C=G(N=>y.update(N)),S=G(N=>{y.wasMoved(N)&&(o||a&&l.state.activationTrigger===en.Pointer||l.actions.goToOption({focus:re.Specific,id:r},en.Pointer))}),A=G(N=>{y.wasMoved(N)&&(o||a&&l.state.activationTrigger===en.Pointer&&l.actions.goToOption({focus:re.Nothing}))}),L=f.useMemo(()=>({active:a,focus:a,selected:p,disabled:o,selectedOption:p&&u}),[a,p,o,u]),j=u?{}:{id:r,ref:g,role:"option",tabIndex:o===!0?void 0:-1,"aria-disabled":o===!0?!0:void 0,"aria-selected":p,disabled:void 0,onClick:w,onFocus:E,onPointerEnter:C,onMouseEnter:C,onPointerMove:S,onMouseMove:S,onPointerLeave:A,onMouseLeave:A},U=ge();return!p&&u?null:U({ourProps:j,theirProps:c,slot:L,defaultTag:Tc,name:"Listbox.Option"})}let Nc=f.Fragment;function Mc(e,t){let{options:n,placeholder:r,...o}=e,s={ref:ye(t)},c=At("ListboxSelectedOption"),u=f.useMemo(()=>({}),[]),i=c.value===void 0||c.value===null||c.mode===Fe.Multi&&Array.isArray(c.value)&&c.value.length===0,l=ge();return f.createElement(ui.Provider,{value:!0},l({ourProps:s,theirProps:{...o,children:f.createElement(f.Fragment,null,r&&i?r:n)},slot:u,defaultTag:Nc,name:"ListboxSelectedOption"}))}let Lc=me(wc),Pc=me(Cc),Fc=$l,jc=me(Oc),Dc=me(Ac),Ic=me(Mc),Ge=Object.assign(Lc,{Button:Pc,Label:Fc,Options:jc,Option:Dc,SelectedOption:Ic});function _c({title:e,titleId:t,...n},r){return P.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?P.createElement("title",{id:t},e):null,P.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 ci=P.forwardRef(_c);function kc({title:e,titleId:t,...n},r){return P.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?P.createElement("title",{id:t},e):null,P.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 fi=P.forwardRef(kc),Rc=({tokens:e,selectedToken:t,onTokenChange:n,disabled:r=!1,className:o="",walletType:s="mpc"})=>x.jsx("div",{className:`relative ${o}`,children:x.jsx(Ge,{value:t,onChange:n,disabled:r,children:({open:c})=>x.jsxs(x.Fragment,{children:[x.jsxs(Ge.Button,{className:`
|
|
84
76
|
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
85
77
|
items-center justify-between flex px-3 rounded-lg
|
|
86
78
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1
|
|
87
|
-
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-
|
|
88
|
-
${
|
|
89
|
-
`,children:[x.jsx("span",{className:"text-sm leading-[18px] font-medium",children:"
|
|
79
|
+
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
80
|
+
${c?"ring-2 ring-blue-500":""}
|
|
81
|
+
`,children:[x.jsx("span",{className:"text-sm leading-[18px] font-medium",children:"Asset"}),x.jsxs("div",{className:"flex items-center",children:[t.iconUrl?x.jsx("img",{src:t.iconUrl,alt:t.token,className:"w-4 h-4 rounded-full"}):x.jsx("div",{className:"w-4 h-4 rounded-full bg-green-500 flex items-center justify-center",children:x.jsx("span",{className:"text-xs text-white font-bold",children:t.token.charAt(0)})}),x.jsx("span",{className:"text-sm text-white ml-1",children:t.symbol||t.token}),x.jsx(fi,{className:`w-4 h-4 ml-2 text-gray-400 transition-transform duration-200 ${c?"rotate-180":""}`})]})]}),x.jsx(ti,{as:f.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:x.jsx(Ge.Options,{className:`
|
|
90
82
|
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
91
|
-
bg-
|
|
83
|
+
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
92
84
|
focus:outline-none
|
|
93
|
-
`,children:e.map(
|
|
85
|
+
`,children:e.map(u=>x.jsx(Ge.Option,{value:u,className:({active:i,selected:l})=>`relative cursor-pointer select-none py-3 px-3 ${l?"bg-fill-btn-secondary":i?"bg-fill-input-secondary":""}`,children:({selected:i,active:l})=>x.jsxs("div",{className:"flex items-center justify-between",children:[x.jsxs("div",{className:"flex items-center space-x-3",children:[u.iconUrl?x.jsx("img",{src:u.iconUrl,alt:u.token,className:"w-5 h-5 rounded-full"}):x.jsx("div",{className:"w-5 h-5 rounded-full bg-green-500 flex items-center justify-center",children:x.jsx("span",{className:"text-xs text-white font-bold",children:u.token.charAt(0)})}),x.jsx("div",{className:"flex flex-col",children:x.jsx("span",{className:`text-sm font-medium ${i||l?"text-text-primary":"text-text-tertiary"}`,children:u.symbol||u.token})})]}),i&&x.jsx(ci,{className:"w-4 h-4 text-blue-400"})]})},u.tokenAddress))})})]})})}),Wc=({chains:e,selectedChain:t,onChainChange:n,disabled:r=!1,className:o="",walletType:s="mpc"})=>x.jsx("div",{className:`relative ${o}`,children:x.jsx(Ge,{value:t,onChange:n,disabled:r,children:({open:c})=>x.jsxs(x.Fragment,{children:[x.jsxs(Ge.Button,{className:`
|
|
94
86
|
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
95
87
|
items-center justify-between flex px-3 rounded-lg
|
|
96
88
|
focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-1
|
|
97
|
-
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-
|
|
98
|
-
${
|
|
99
|
-
`,children:[x.jsx("span",{className:"text-sm leading-[18px] font-medium",children:"
|
|
89
|
+
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
90
|
+
${c?"ring-2 ring-blue-500":""}
|
|
91
|
+
`,children:[x.jsx("span",{className:"text-sm leading-[18px] font-medium",children:"Chain"}),x.jsxs("div",{className:"flex items-center space-x-2",children:[t.chainIconUrl?x.jsx("img",{src:t.chainIconUrl,alt:t.chain,className:"w-4 h-4 rounded-full"}):x.jsx("div",{className:"w-4 h-4 rounded-full bg-blue-500 flex items-center justify-center",children:x.jsx("span",{className:"text-xs text-white font-bold",children:t.chain.charAt(0)})}),x.jsx("span",{className:"text-sm text-white ml-1",children:t.chain}),x.jsx(fi,{className:`w-4 h-4 ml-2 text-gray-400 transition-transform duration-200 ${c?"rotate-180":""}`})]})]}),x.jsx(ti,{as:f.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:x.jsx(Ge.Options,{className:`
|
|
100
92
|
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
101
|
-
bg-
|
|
93
|
+
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
102
94
|
focus:outline-none
|
|
103
|
-
`,children:e.map(c=>x.jsx(Je.Option,{value:c,className:({active:u,selected:i})=>`relative cursor-pointer select-none py-3 px-3 ${u?"bg-gray-700":""} ${i?"bg-gray-700":""}`,children:({selected:u})=>x.jsxs("div",{className:"flex items-center justify-between",children:[x.jsxs("div",{className:"flex items-center space-x-3",children:[c.iconUrl?x.jsx("img",{src:c.iconUrl,alt:c.token,className:"w-5 h-5 rounded-full"}):x.jsx("div",{className:"w-5 h-5 rounded-full bg-green-500 flex items-center justify-center",children:x.jsx("span",{className:"text-xs text-white font-bold",children:c.token.charAt(0)})}),x.jsxs("div",{className:"flex flex-col",children:[x.jsx("span",{className:`text-sm font-medium ${u?"text-white":"text-gray-200"}`,children:c.symbol||c.token}),x.jsxs("span",{className:"text-xs text-gray-400",children:[c.decimals," decimals"]})]})]}),u&&x.jsx(Ri,{className:"w-4 h-4 text-blue-400"})]})},c.tokenAddress))})})]})})}),yf=({currentActiveChain:e,chains:t,onChainChange:n,curSelectToken:r,tokens:o,onTokenChange:s,t:c})=>{p.useEffect(()=>{console.log("🔍 ChainTokenSelector: Props updated",{curSelectToken:r,currentActiveChain:e==null?void 0:e.chain})},[r,e]);const u=o.find(a=>a.token===r||a.symbol===r)||o[0],i=a=>{console.log("🔗 ChainTokenSelector: Chain change triggered",a),n(a.chainId)},l=a=>{s(a.symbol||a.token)};return x.jsxs("div",{className:"space-y-4",children:[x.jsx(Bi,{chains:t,selectedChain:e,onChainChange:i,className:"w-full"}),x.jsx(Hi,{tokens:o,selectedToken:u,onTokenChange:l,className:"w-full"})]})},wf=({currentActiveChain:e,chainList:t,onChainChange:n,curSelectToken:r,onTokenChange:o,t:s})=>{p.useEffect(()=>{var f;console.log("🔍 MPCChainTokenSelector: Props updated",{curSelectToken:r,currentActiveChain:e==null?void 0:e.chain,availableTokens:((f=e==null?void 0:e.tokenList)==null?void 0:f.length)||0})},[r,e]);const c=p.useMemo(()=>(e==null?void 0:e.tokenList)||[],[e]),u=p.useMemo(()=>c.find(h=>h.token===r||h.symbol===r)||c[0],[c,r]),i=f=>{var h;if(console.log("🔗 MPCChainTokenSelector: Chain change triggered",{chain:f.chain,availableTokens:((h=f.tokenList)==null?void 0:h.length)||0}),n(f.chainId),f.tokenList&&f.tokenList.length>0&&!f.tokenList.some(b=>b.token===r||b.symbol===r)){const b=f.tokenList[0];console.log("🔄 MPCChainTokenSelector: Auto-selecting first token",b.token),o(b.symbol||b.token)}},l=f=>{console.log("🔄 MPCChainTokenSelector: Token change triggered",f.token),o(f.symbol||f.token)},a=p.useMemo(()=>t.map(f=>({chainId:f.chainId,chain:f.chain,chainIconUrl:f.chainIconUrl,allowDeposit:f.allowDeposit,blockTime:f.blockTime,txConfirm:f.txConfirm})),[t]),d=p.useMemo(()=>({chainId:e.chainId,chain:e.chain,chainIconUrl:e.chainIconUrl,allowDeposit:e.allowDeposit,blockTime:e.blockTime,txConfirm:e.txConfirm}),[e]),m=p.useMemo(()=>c.map(f=>({token:f.token,symbol:f.symbol,iconUrl:f.iconUrl,decimals:f.decimals,tokenAddress:f.tokenAddress})),[c]);return x.jsxs("div",{className:"space-y-4",children:[x.jsx(Bi,{chains:a,selectedChain:d,onChainChange:f=>{const h=t.find(v=>v.chainId===f.chainId);h&&i(h)},className:"w-full"}),x.jsx(Hi,{tokens:m,selectedToken:u?{token:u.token,symbol:u.symbol,iconUrl:u.iconUrl,decimals:u.decimals,tokenAddress:u.tokenAddress}:m[0],onTokenChange:l,className:"w-full"}),typeof window<"u"&&window.location.hostname==="localhost"&&x.jsxs("div",{className:"text-xs text-gray-500 p-2 bg-gray-800 rounded",children:[x.jsxs("div",{children:["Chain: ",e.chain]}),x.jsxs("div",{children:["Available tokens: ",c.length]}),x.jsxs("div",{children:["Selected token: ",(u==null?void 0:u.token)||"None"]})]})]})},Ef=({walletAdapter:e,curSelectToken:t,currentActiveChain:n,metadata:r,t:o,showToast:s})=>{var c;return x.jsxs(x.Fragment,{children:[x.jsx("div",{className:"flex justify-center mt-4 mb-3",children:x.jsx("div",{className:"bg-white rounded-lg",children:x.jsx(Ks,{value:(e==null?void 0:e.getDisplayAddress())||"",size:120,level:"L",bgColor:"#ffffff",fgColor:"#000000",includeMargin:!1})})}),x.jsxs("div",{className:"flex items-center justify-between bg-fill-input-primary rounded-lg py-2 px-3 mb-3",children:[x.jsx("span",{className:"flex-1 text-text-primary text-sm font-medium break-all mr-3",children:e==null?void 0:e.getDisplayAddress()}),x.jsx(Xs,{text:(e==null?void 0:e.getDisplayAddress())||"",onCopy:()=>s("Copied!"),children:x.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:[x.jsx("rect",{x:"2.08496",y:"4.02295",width:"9.89893",height:"9.89893",rx:"2",stroke:"#F9F9F9"}),x.jsx("path",{d:"M5.85547 2.07861H11.415C12.7957 2.07861 13.915 3.1979 13.915 4.57861V10.0786",stroke:"#F9F9F9",strokeLinecap:"round"})]})})]}),x.jsxs("div",{className:"flex items-start",children:[x.jsx("div",{className:"w-5",children:x.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:x.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"})})}),x.jsxs("div",{className:"flex-1",children:[x.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."]}),x.jsx("div",{className:"pt-2 h-[1px] border-b border-dashed border-line-divider-secondary"})]})]}),x.jsx("div",{className:"flex items-start pl-5 pt-2 text-[#FF8E34] 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."}),x.jsx("div",{className:"pt-4 h-[1px] border-b border-dashed border-line-divider-secondary"}),x.jsxs("div",{className:"text-sm",children:[x.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-4",children:[x.jsx("span",{className:"text-text-tertiary",children:"Arrival Time"}),x.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"]})]}),x.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-2",children:[x.jsx("span",{className:"text-text-tertiary",children:"Minimum Deposit Amount"}),x.jsxs("span",{className:"text-text-primary font-medium text-right",children:[((c=r==null?void 0:r.multiChain)==null?void 0:c.minDeposit)||10," ",t]})]}),x.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-2",children:[x.jsx("span",{className:"text-text-tertiary",children:"Maximum Deposit Amount"}),x.jsxs("span",{className:"text-text-primary font-medium text-right",children:["250,000 ",t]})]})]})]})},un=(e,t)=>Number(e)>Number(t),xf=(e,t)=>Number(e)<Number(t),Cf=()=>(e,t)=>{let r={Deposit:"Deposit",From:"From",Asset:"Asset",Amount:"Amount",Available:"Available",MAX:"MAX","Deposit.details":"Deposit Details","Deposit.address":"Deposit Address",copySuccess:"Copied successfully",important:"Important",depositAllTip:"Please ensure you are depositing {coin} on {v} network","Deposit.Arrivaltime":"Arrival Time","Deposit.minDeposit":"Min Deposit","Deposit.block.txConfirm":"Block Confirmations","Deposit.Arrival.Estimated":"~{v} minutes",enableSystemProWithToken:"Enable {token} for {network}",enableTokenDesc:"You need to enable {token} to deposit on {network}",enableWithToken:"Enable {token}",confirmDeposit:"Confirm Deposit",switchNetwork:"Switch Network",minDeposit:"Min deposit: {amount} {token}",Equity:"Equity",availableDesc:"Available balance for trading"}[e]||e;return t&&Object.keys(t).forEach(o=>{r=r.replace(new RegExp(`{${o}}`,"g"),t[o])}),r},Sf=()=>({show:(e,t)=>{console.log("Toast:",e,t)}}),cn=[{token:"USDT",iconUrl:"/icons/usdt.svg",decimals:6,tokenAddress:"0xdAC17F958D2ee523a2206206994597C13D831ec7"},{token:"USDC",iconUrl:"/icons/usdc.svg",decimals:6,tokenAddress:"0xA0b86a33E6441b8435b662f0E2d0B8A0E6E6E6E6"}],fn=[{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}],Ui={wallet:"mpc",ethAddress:"0x1234567890123456789012345678901234567890",accountId:"123",l2Key:"0x123"},Vi={address:"0x1234567890123456789012345678901234567890"},zi={balance:{formatted:"1000.0"},allowance:{formatted:"0"}},Yi={multiChain:{minDeposit:10}},Of=({depositAmount:e,curSelectToken:t,curSelectTokenData:n,approved:r,currentActiveChain:o,currentEquity:s,amount:c,decimals:u,t:i,onDepositAmountChange:l,onApprove:a})=>{var d;return x.jsxs(x.Fragment,{children:[x.jsxs("div",{className:"space-y-2",children:[x.jsx("label",{className:"text-sm font-medium text-gray-300",children:"Amount"}),x.jsxs("div",{className:"relative",children:[x.jsx("input",{type:"number",placeholder:"0",value:e,onChange:m=>l(m.target.value),className:"w-full bg-gray-800 border border-gray-600 rounded-lg px-4 py-3 text-white text-right pr-16 focus:outline-none focus:border-blue-500"}),x.jsx("button",{onClick:()=>{var f;const m=((f=n==null?void 0:n.balance)==null?void 0:f.formatted)||"0";l(m)},className:"absolute right-4 top-1/2 transform -translate-y-1/2 text-green-400 text-sm font-medium hover:text-green-300",children:"MAX"})]}),x.jsxs("div",{className:"flex justify-between items-center text-sm",children:[x.jsx("span",{className:"text-gray-400",children:"Available"}),x.jsxs("span",{className:"text-white",children:[((d=n==null?void 0:n.balance)==null?void 0:d.formatted)||"278.37"," ",t]})]})]}),!r&&un(e||"0",0)&&x.jsxs("div",{className:"bg-gray-800 border border-gray-600 rounded-lg p-4 space-y-3",children:[x.jsxs("h3",{className:"text-sm font-medium text-white",children:["Enable ",t," on ",o==null?void 0:o.chain]}),x.jsxs("p",{className:"text-xs text-gray-400",children:["You must enable ",t," first before you can deposit on"," ",o==null?void 0:o.chain,"."]}),x.jsxs("button",{className:"w-full bg-white hover:bg-gray-100 text-gray-900 px-4 py-2 rounded-lg text-sm font-medium transition-colors",onClick:a,children:["Enable ",t]})]}),x.jsx("div",{className:"space-y-3 text-sm",children:x.jsxs("div",{className:"flex justify-between items-center",children:[x.jsx("span",{className:"text-gray-400",children:"总资产"}),x.jsx("span",{className:"text-white font-medium",children:e?`0.00 → ${(parseFloat(e)||0).toFixed(2)} ${t}`:`0.00 ${t}`})]})})]})},Gi=({isOpen:e,onClose:t,config:n,isWalletConnected:r=!0,currentActiveAccount:o=Ui,smartWallet:s=Vi,tokens:c=cn,chains:u=fn,currentActiveChain:i=fn[0],approved:l=!1,depositAmount:a="",curSelectToken:d=(w=>(w=cn[0])==null?void 0:w.token)()||"",curSelectTokenData:m=zi,metadata:f=Yi,currentEquity:h=5e3,amount:v="1",onDepositAmountChange:b=()=>{},onTokenChange:C=()=>{},onChainChange:E=()=>{},onApprove:y=async()=>{},onDeposit:O=async()=>{}})=>{var R,X,G,Q;p.useEffect(()=>{console.log("🔍 Deposit: Props updated",{curSelectToken:d,currentActiveChain:i==null?void 0:i.chain,depositAmount:a})},[d,i,a]);const F=Cf(),{show:_}=Sf(),B=p.useMemo(()=>{var T,H;return o?Rs(o,s,l,i==null?void 0:i.chainId,(T=m==null?void 0:m.balance)==null?void 0:T.formatted,(H=m==null?void 0:m.allowance)==null?void 0:H.formatted):null},[o,s,l,i==null?void 0:i.chainId,m]),K=(B==null?void 0:B.getWalletType())==="evm",A=(B==null?void 0:B.getWalletType())==="mpc",j=Math.min(6,parseInt(((X=(R=c.find(T=>T.token===d))==null?void 0:R.decimals)==null?void 0:X.toString())||"6",10)),re=p.useCallback(async()=>{if(!B){console.error("Wallet adapter not available"),_("Wallet not connected");return}if(!r||!(o!=null&&o.ethAddress)){console.error("Wallet not connected"),_("Please connect your wallet first");return}try{A||await O(),t()}catch(T){console.error("Deposit error:",T),T instanceof Error&&(T.message.includes("ConnectorNotConnectedError")||T.message.includes("Connector not connected")?_("Wallet connection lost. Please reconnect your wallet."):_(`Deposit failed: ${T.message}`))}},[B,A,O,t,o,_,r]),U=p.useCallback(async()=>{if(!(!B||!K)){if(!r||!(o!=null&&o.ethAddress)){console.error("Wallet not connected"),_("Please connect your wallet first");return}try{await y()}catch(T){console.error("Approval error:",T),T instanceof Error&&(T.message.includes("ConnectorNotConnectedError")||T.message.includes("Connector not connected")?_("Wallet connection lost. Please reconnect your wallet."):_(`Approval failed: ${T.message}`))}}},[B,K,y,o,_,r]);return e?Ee.createPortal(x.jsxs("div",{className:"fixed top-0 left-0 right-0 bottom-0 z-[2147483647] w-screen h-screen",children:[x.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 bg-black/60",onClick:t,"aria-hidden":"true"}),x.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 flex items-center justify-center",children:x.jsxs("div",{className:"relative w-[420px] max-h-[85vh] bg-fill-page-secondary overflow-auto rounded-lg p-6 shadow-xl",children:[x.jsxs("div",{className:"flex items-center justify-between mb-4",children:[x.jsx("h2",{className:"text-lg font-semibold text-white",children:"Deposit"}),x.jsx("button",{className:"text-gray-400 hover:text-gray-200 transition-colors",onClick:t,"aria-label":"Close",children:x.jsx(Is,{className:"h-4 w-4"})})]}),x.jsxs("div",{className:"",children:[x.jsx(yf,{currentActiveChain:i,chains:u,onChainChange:E,curSelectToken:d,tokens:c,onTokenChange:C,t:F}),A&&x.jsx(Ef,{walletAdapter:B,curSelectToken:d,currentActiveChain:i,metadata:f,t:F,showToast:_}),K&&x.jsx(Of,{depositAmount:a,curSelectToken:d,curSelectTokenData:m,approved:l,currentActiveChain:i,currentEquity:h,amount:v,decimals:j,t:F,onDepositAmountChange:b,onApprove:U})]}),x.jsx("div",{className:"mt-4",children:x.jsx("button",{className:Qs("w-full bg-white hover:bg-gray-100 text-gray-900 py-3 px-4 rounded-xl font-medium transition-colors",!l&&K&&un(a||"0",0)?"opacity-50 cursor-not-allowed":""),onClick:re,disabled:!l&&K&&un(a||"0",0),children:A?"Deposit":!l&&un(a||"0",0)?`Enable ${d}`:xf(a||"0",((G=f==null?void 0:f.multiChain)==null?void 0:G.minDeposit)||0)?`Min ${(Q=f==null?void 0:f.multiChain)==null?void 0:Q.minDeposit} ${d}`:"Confirm Deposit"})})]})})]}),document.body):null};var cr={exports:{}},dn={exports:{}},ie={};/** @license React v16.13.1
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
|
|
111
|
-
* react-is.development.js
|
|
112
|
-
*
|
|
113
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
114
|
-
*
|
|
115
|
-
* This source code is licensed under the MIT license found in the
|
|
116
|
-
* LICENSE file in the root directory of this source tree.
|
|
117
|
-
*/var Ki;function $f(){return Ki||(Ki=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,c=e?Symbol.for("react.provider"):60109,u=e?Symbol.for("react.context"):60110,i=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,a=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,m=e?Symbol.for("react.suspense_list"):60120,f=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,v=e?Symbol.for("react.block"):60121,b=e?Symbol.for("react.fundamental"):60117,C=e?Symbol.for("react.responder"):60118,E=e?Symbol.for("react.scope"):60119;function y(D){return typeof D=="string"||typeof D=="function"||D===r||D===l||D===s||D===o||D===d||D===m||typeof D=="object"&&D!==null&&(D.$$typeof===h||D.$$typeof===f||D.$$typeof===c||D.$$typeof===u||D.$$typeof===a||D.$$typeof===b||D.$$typeof===C||D.$$typeof===E||D.$$typeof===v)}function O(D){if(typeof D=="object"&&D!==null){var De=D.$$typeof;switch(De){case t:var vt=D.type;switch(vt){case i:case l:case r:case s:case o:case d:return vt;default:var st=vt&&vt.$$typeof;switch(st){case u:case a:case h:case f:case c:return st;default:return De}}case n:return De}}}var w=i,F=l,_=u,B=c,K=t,A=a,j=r,re=h,U=f,R=n,X=s,G=o,Q=d,T=!1;function H(D){return T||(T=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),S(D)||O(D)===i}function S(D){return O(D)===l}function M(D){return O(D)===u}function k(D){return O(D)===c}function I(D){return typeof D=="object"&&D!==null&&D.$$typeof===t}function V(D){return O(D)===a}function J(D){return O(D)===r}function q(D){return O(D)===h}function P(D){return O(D)===f}function W(D){return O(D)===n}function z(D){return O(D)===s}function Z(D){return O(D)===o}function ye(D){return O(D)===d}se.AsyncMode=w,se.ConcurrentMode=F,se.ContextConsumer=_,se.ContextProvider=B,se.Element=K,se.ForwardRef=A,se.Fragment=j,se.Lazy=re,se.Memo=U,se.Portal=R,se.Profiler=X,se.StrictMode=G,se.Suspense=Q,se.isAsyncMode=H,se.isConcurrentMode=S,se.isContextConsumer=M,se.isContextProvider=k,se.isElement=I,se.isForwardRef=V,se.isFragment=J,se.isLazy=q,se.isMemo=P,se.isPortal=W,se.isProfiler=z,se.isStrictMode=Z,se.isSuspense=ye,se.isValidElementType=y,se.typeOf=O}()),se}var Xi;function Qi(){return Xi||(Xi=1,process.env.NODE_ENV==="production"?dn.exports=Tf():dn.exports=$f()),dn.exports}/*
|
|
118
|
-
object-assign
|
|
119
|
-
(c) Sindre Sorhus
|
|
120
|
-
@license MIT
|
|
121
|
-
*/var fr,Ji;function Pf(){if(Ji)return fr;Ji=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(s){if(s==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(s)}function o(){try{if(!Object.assign)return!1;var s=new String("abc");if(s[5]="de",Object.getOwnPropertyNames(s)[0]==="5")return!1;for(var c={},u=0;u<10;u++)c["_"+String.fromCharCode(u)]=u;var i=Object.getOwnPropertyNames(c).map(function(a){return c[a]});if(i.join("")!=="0123456789")return!1;var l={};return"abcdefghijklmnopqrst".split("").forEach(function(a){l[a]=a}),Object.keys(Object.assign({},l)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return fr=o()?Object.assign:function(s,c){for(var u,i=r(s),l,a=1;a<arguments.length;a++){u=Object(arguments[a]);for(var d in u)t.call(u,d)&&(i[d]=u[d]);if(e){l=e(u);for(var m=0;m<l.length;m++)n.call(u,l[m])&&(i[l[m]]=u[l[m]])}}return i},fr}var dr,Zi;function pr(){if(Zi)return dr;Zi=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return dr=e,dr}var mr,es;function ts(){return es||(es=1,mr=Function.call.bind(Object.prototype.hasOwnProperty)),mr}var hr,ns;function Mf(){if(ns)return hr;ns=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=pr(),n={},r=ts();e=function(s){var c="Warning: "+s;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}}}function o(s,c,u,i,l){if(process.env.NODE_ENV!=="production"){for(var a in s)if(r(s,a)){var d;try{if(typeof s[a]!="function"){var m=Error((i||"React class")+": "+u+" type `"+a+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof s[a]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw m.name="Invariant Violation",m}d=s[a](c,a,i,u,null,t)}catch(h){d=h}if(d&&!(d instanceof Error)&&e((i||"React class")+": type specification of "+u+" `"+a+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var f=l?l():"";e("Failed "+u+" type: "+d.message+(f??""))}}}}return o.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},hr=o,hr}var gr,rs;function Af(){if(rs)return gr;rs=1;var e=Qi(),t=Pf(),n=pr(),r=ts(),o=Mf(),s=function(){};process.env.NODE_ENV!=="production"&&(s=function(u){var i="Warning: "+u;typeof console<"u"&&console.error(i);try{throw new Error(i)}catch{}});function c(){return null}return gr=function(u,i){var l=typeof Symbol=="function"&&Symbol.iterator,a="@@iterator";function d(S){var M=S&&(l&&S[l]||S[a]);if(typeof M=="function")return M}var m="<<anonymous>>",f={array:C("array"),bigint:C("bigint"),bool:C("boolean"),func:C("function"),number:C("number"),object:C("object"),string:C("string"),symbol:C("symbol"),any:E(),arrayOf:y,element:O(),elementType:w(),instanceOf:F,node:A(),objectOf:B,oneOf:_,oneOfType:K,shape:re,exact:U};function h(S,M){return S===M?S!==0||1/S===1/M:S!==S&&M!==M}function v(S,M){this.message=S,this.data=M&&typeof M=="object"?M:{},this.stack=""}v.prototype=Error.prototype;function b(S){if(process.env.NODE_ENV!=="production")var M={},k=0;function I(J,q,P,W,z,Z,ye){if(W=W||m,Z=Z||P,ye!==n){if(i){var D=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw D.name="Invariant Violation",D}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var De=W+":"+P;!M[De]&&k<3&&(s("You are manually calling a React.PropTypes validation function for the `"+Z+"` prop on `"+W+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),M[De]=!0,k++)}}return q[P]==null?J?q[P]===null?new v("The "+z+" `"+Z+"` is marked as required "+("in `"+W+"`, but its value is `null`.")):new v("The "+z+" `"+Z+"` is marked as required in "+("`"+W+"`, but its value is `undefined`.")):null:S(q,P,W,z,Z)}var V=I.bind(null,!1);return V.isRequired=I.bind(null,!0),V}function C(S){function M(k,I,V,J,q,P){var W=k[I],z=G(W);if(z!==S){var Z=Q(W);return new v("Invalid "+J+" `"+q+"` of type "+("`"+Z+"` supplied to `"+V+"`, expected ")+("`"+S+"`."),{expectedType:S})}return null}return b(M)}function E(){return b(c)}function y(S){function M(k,I,V,J,q){if(typeof S!="function")return new v("Property `"+q+"` of component `"+V+"` has invalid PropType notation inside arrayOf.");var P=k[I];if(!Array.isArray(P)){var W=G(P);return new v("Invalid "+J+" `"+q+"` of type "+("`"+W+"` supplied to `"+V+"`, expected an array."))}for(var z=0;z<P.length;z++){var Z=S(P,z,V,J,q+"["+z+"]",n);if(Z instanceof Error)return Z}return null}return b(M)}function O(){function S(M,k,I,V,J){var q=M[k];if(!u(q)){var P=G(q);return new v("Invalid "+V+" `"+J+"` of type "+("`"+P+"` supplied to `"+I+"`, expected a single ReactElement."))}return null}return b(S)}function w(){function S(M,k,I,V,J){var q=M[k];if(!e.isValidElementType(q)){var P=G(q);return new v("Invalid "+V+" `"+J+"` of type "+("`"+P+"` supplied to `"+I+"`, expected a single ReactElement type."))}return null}return b(S)}function F(S){function M(k,I,V,J,q){if(!(k[I]instanceof S)){var P=S.name||m,W=H(k[I]);return new v("Invalid "+J+" `"+q+"` of type "+("`"+W+"` supplied to `"+V+"`, expected ")+("instance of `"+P+"`."))}return null}return b(M)}function _(S){if(!Array.isArray(S))return process.env.NODE_ENV!=="production"&&(arguments.length>1?s("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):s("Invalid argument supplied to oneOf, expected an array.")),c;function M(k,I,V,J,q){for(var P=k[I],W=0;W<S.length;W++)if(h(P,S[W]))return null;var z=JSON.stringify(S,function(ye,D){var De=Q(D);return De==="symbol"?String(D):D});return new v("Invalid "+J+" `"+q+"` of value `"+String(P)+"` "+("supplied to `"+V+"`, expected one of "+z+"."))}return b(M)}function B(S){function M(k,I,V,J,q){if(typeof S!="function")return new v("Property `"+q+"` of component `"+V+"` has invalid PropType notation inside objectOf.");var P=k[I],W=G(P);if(W!=="object")return new v("Invalid "+J+" `"+q+"` of type "+("`"+W+"` supplied to `"+V+"`, expected an object."));for(var z in P)if(r(P,z)){var Z=S(P,z,V,J,q+"."+z,n);if(Z instanceof Error)return Z}return null}return b(M)}function K(S){if(!Array.isArray(S))return process.env.NODE_ENV!=="production"&&s("Invalid argument supplied to oneOfType, expected an instance of array."),c;for(var M=0;M<S.length;M++){var k=S[M];if(typeof k!="function")return s("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+T(k)+" at index "+M+"."),c}function I(V,J,q,P,W){for(var z=[],Z=0;Z<S.length;Z++){var ye=S[Z],D=ye(V,J,q,P,W,n);if(D==null)return null;D.data&&r(D.data,"expectedType")&&z.push(D.data.expectedType)}var De=z.length>0?", expected one of type ["+z.join(", ")+"]":"";return new v("Invalid "+P+" `"+W+"` supplied to "+("`"+q+"`"+De+"."))}return b(I)}function A(){function S(M,k,I,V,J){return R(M[k])?null:new v("Invalid "+V+" `"+J+"` supplied to "+("`"+I+"`, expected a ReactNode."))}return b(S)}function j(S,M,k,I,V){return new v((S||"React class")+": "+M+" type `"+k+"."+I+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+V+"`.")}function re(S){function M(k,I,V,J,q){var P=k[I],W=G(P);if(W!=="object")return new v("Invalid "+J+" `"+q+"` of type `"+W+"` "+("supplied to `"+V+"`, expected `object`."));for(var z in S){var Z=S[z];if(typeof Z!="function")return j(V,J,q,z,Q(Z));var ye=Z(P,z,V,J,q+"."+z,n);if(ye)return ye}return null}return b(M)}function U(S){function M(k,I,V,J,q){var P=k[I],W=G(P);if(W!=="object")return new v("Invalid "+J+" `"+q+"` of type `"+W+"` "+("supplied to `"+V+"`, expected `object`."));var z=t({},k[I],S);for(var Z in z){var ye=S[Z];if(r(S,Z)&&typeof ye!="function")return j(V,J,q,Z,Q(ye));if(!ye)return new v("Invalid "+J+" `"+q+"` key `"+Z+"` supplied to `"+V+"`.\nBad object: "+JSON.stringify(k[I],null," ")+`
|
|
122
|
-
Valid keys: `+JSON.stringify(Object.keys(S),null," "));var D=ye(P,Z,V,J,q+"."+Z,n);if(D)return D}return null}return b(M)}function R(S){switch(typeof S){case"number":case"string":case"undefined":return!0;case"boolean":return!S;case"object":if(Array.isArray(S))return S.every(R);if(S===null||u(S))return!0;var M=d(S);if(M){var k=M.call(S),I;if(M!==S.entries){for(;!(I=k.next()).done;)if(!R(I.value))return!1}else for(;!(I=k.next()).done;){var V=I.value;if(V&&!R(V[1]))return!1}}else return!1;return!0;default:return!1}}function X(S,M){return S==="symbol"?!0:M?M["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&M instanceof Symbol:!1}function G(S){var M=typeof S;return Array.isArray(S)?"array":S instanceof RegExp?"object":X(M,S)?"symbol":M}function Q(S){if(typeof S>"u"||S===null)return""+S;var M=G(S);if(M==="object"){if(S instanceof Date)return"date";if(S instanceof RegExp)return"regexp"}return M}function T(S){var M=Q(S);switch(M){case"array":case"object":return"an "+M;case"boolean":case"date":case"regexp":return"a "+M;default:return M}}function H(S){return!S.constructor||!S.constructor.name?m:S.constructor.name}return f.checkPropTypes=o,f.resetWarningCache=o.resetWarningCache,f.PropTypes=f,f},gr}var vr,os;function Df(){if(os)return vr;os=1;var e=pr();function t(){}function n(){}return n.resetWarningCache=t,vr=function(){function r(c,u,i,l,a,d){if(d!==e){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}}r.isRequired=r;function o(){return r}var s={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:o,element:r,elementType:r,instanceOf:o,node:r,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:n,resetWarningCache:t};return s.PropTypes=s,s},vr}if(process.env.NODE_ENV!=="production"){var _f=Qi(),Ff=!0;cr.exports=Af()(_f.isElement,Ff)}else cr.exports=Df()();var Lf=cr.exports;const Nf=Cs(Lf);let He=null;const If={symbol:"USDT"},is=p.forwardRef((e,t)=>{var f;const[n,r]=p.useState(!1),[o,s]=p.useState({}),c=p.useCallback((h={})=>{s(h),r(!0)},[]),u=p.useCallback(h=>{console.log("🔄 DepositManager: Updating options",h),s(v=>{const b={...v,...h};return console.log("🔄 DepositManager: New options state",b),b})},[]),i=p.useCallback(()=>{r(!1),o.onClose&&o.onClose()},[o.onClose]),l=p.useCallback(()=>n,[n]);p.useImperativeHandle(t,()=>({openDeposit:c,closeDeposit:i,updateDepositOptions:u,isOpen:l}),[c,i,u,l]),p.useEffect(()=>(He={openDeposit:c,closeDeposit:i,updateDepositOptions:u,isOpen:l},()=>{He=null}),[c,i,u,l]);const a=p.useCallback(h=>{console.log("🔄 DepositManager: Token change triggered",h),s(v=>{const b={...v,curSelectToken:h};return console.log("🔄 DepositManager: Updated internal state",b),b}),o.onTokenChange&&o.onTokenChange(h)},[o.onTokenChange]),d=p.useCallback(h=>{console.log("🔄 DepositManager: Chain change triggered",h),o.onChainChange&&(console.log("🔄 DepositManager: Calling parent onChainChange",h),o.onChainChange(h))},[o.onChainChange]),m=p.useCallback(h=>{console.log("🔄 DepositManager: Amount change triggered",h),s(v=>{const b={...v,depositAmount:h};return console.log("🔄 DepositManager: Updated internal state",b),b}),o.onDepositAmountChange&&o.onDepositAmountChange(h)},[o.onDepositAmountChange]);return p.useEffect(()=>{console.log("🔍 DepositManager: Current options",{curSelectToken:o.curSelectToken,currentActiveChain:o.currentActiveChain,depositAmount:o.depositAmount})},[o.curSelectToken,o.currentActiveChain,o.depositAmount]),x.jsx(Gi,{isOpen:n,onClose:i,config:o.config||If,isWalletConnected:o.isWalletConnected??!0,currentActiveAccount:o.currentActiveAccount||Ui,smartWallet:o.smartWallet||Vi,tokens:o.tokens||cn,chains:o.chains||fn,currentActiveChain:o.currentActiveChain||fn[0],approved:o.approved??!1,depositAmount:o.depositAmount||"",curSelectToken:o.curSelectToken||((f=cn[0])==null?void 0:f.token)||"",curSelectTokenData:o.curSelectTokenData||zi,metadata:o.metadata||Yi,currentEquity:o.currentEquity??5e3,amount:o.amount||"1",onDepositAmountChange:m,onTokenChange:a,onChainChange:d,onApprove:o.onApprove||(async()=>{}),onDeposit:o.onDeposit||(async()=>{})})});is.displayName="DepositManager";const ss=e=>{if(!He){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}He.openDeposit(e)},ls=()=>{if(!He){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}He.closeDeposit()},jf=e=>{if(console.log("🌍 Global updateDepositOptions called with:",e),!He){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}console.log("🌍 Global updateDepositOptions: calling instance method"),He.updateDepositOptions(e)},kf=()=>He?He.isOpen():!1,Rf=()=>({openDeposit:ss,closeDeposit:ls,updateDepositOptions:jf,isOpen:kf});Nf.node,p.createContext(null);const Wf=({isOpen:e,onClose:t,config:n})=>e?x.jsx("div",{className:"withdraw-modal",children:x.jsx("div",{className:"modal-overlay",onClick:t,children:x.jsxs("div",{className:"modal-content",onClick:r=>r.stopPropagation(),children:[x.jsxs("h2",{children:["Withdraw ",n.symbol]}),x.jsxs("p",{children:["Symbol: ",n.symbol]}),x.jsx("button",{onClick:t,children:"Close"})]})})}):null;ce.ComponentProvider=$s,ce.Deposit=Gi,ce.DepositManager=is,ce.MPCChainTokenSelector=wf,ce.Withdraw=Wf,ce.closeDeposit=ls,ce.openDeposit=ss,ce.useDeposit=Ps,ce.useDepositManager=Rf,ce.useWithdraw=Ms,Object.defineProperty(ce,Symbol.toStringTag,{value:"Module"})});
|
|
95
|
+
`,children:e.filter(u=>u[s==="mpc"?"allowAaDeposit":"allowDeposit"]!==!1).map(u=>x.jsx(Ge.Option,{value:u,className:({active:i,selected:l})=>`relative cursor-pointer select-none py-3 px-3 ${l?"bg-fill-btn-secondary":i?"bg-fill-input-secondary":""}`,children:({selected:i,active:l})=>x.jsxs("div",{className:"flex items-center justify-between",children:[x.jsxs("div",{className:"flex items-center space-x-3",children:[u.chainIconUrl?x.jsx("img",{src:u.chainIconUrl,alt:u.chain,className:"w-5 h-5 rounded-full"}):x.jsx("div",{className:"w-5 h-5 rounded-full bg-blue-500 flex items-center justify-center",children:x.jsx("span",{className:"text-xs text-white font-bold",children:u.chain.charAt(0)})}),x.jsx("div",{className:"flex flex-col",children:x.jsx("span",{className:`text-sm font-medium ${i||l?"text-text-primary":"text-text-tertiary"}`,children:u.chain})})]}),i&&x.jsx(ci,{className:"w-4 h-4 text-blue-400"})]})},u.chainId))})})]})})}),er=({currentActiveChain:e,chainList:t,onChainChange:n,curSelectToken:r,onTokenChange:o,walletType:s="mpc"})=>{const c=f.useMemo(()=>(e==null?void 0:e.tokenList)||[],[e]),u=d=>{if(n(d.chainId),d.tokenList&&d.tokenList.length>0&&!d.tokenList.some(g=>g.token===r||g.symbol===r)){const g=d.tokenList[0];o(g.symbol||g.token)}},i=d=>{o(d.symbol||d.token)},l=f.useMemo(()=>t.map(d=>d),[t]),a=f.useMemo(()=>l.find(d=>d.chainId===e.chainId)||l[0],[l,e.chainId]),p=f.useMemo(()=>c.map(d=>({token:d.token,symbol:d.symbol,iconUrl:d.iconUrl,decimals:d.decimals,tokenAddress:d.tokenAddress})),[c]),m=f.useMemo(()=>{if(p.length!==0)return p.find(d=>d.token===r||d.symbol===r)||p[0]},[p,r]);return x.jsxs("div",{className:"space-y-4",children:[x.jsx(Wc,{chains:l,selectedChain:a,onChainChange:d=>{const h=t.find(g=>g.chainId===d.chainId);h&&u(h)},walletType:s,className:"w-full"}),p.length>0?m&&x.jsx(Rc,{tokens:p,selectedToken:m,onTokenChange:i,walletType:s,className:"w-full"}):x.jsx("div",{className:"w-full h-9 bg-fill-input-primary rounded-lg flex items-center justify-center",children:x.jsx("span",{className:"text-sm text-gray-400",children:"No tokens available"})})]})};var Bc=Object.defineProperty,nn=Object.getOwnPropertySymbols,di=Object.prototype.hasOwnProperty,pi=Object.prototype.propertyIsEnumerable,mi=(e,t,n)=>t in e?Bc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,tr=(e,t)=>{for(var n in t||(t={}))di.call(t,n)&&mi(e,n,t[n]);if(nn)for(var n of nn(t))pi.call(t,n)&&mi(e,n,t[n]);return e},nr=(e,t)=>{var n={};for(var r in e)di.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&nn)for(var r of nn(e))t.indexOf(r)<0&&pi.call(e,r)&&(n[r]=e[r]);return n};/**
|
|
96
|
+
* @license QR Code generator library (TypeScript)
|
|
97
|
+
* Copyright (c) Project Nayuki.
|
|
98
|
+
* SPDX-License-Identifier: MIT
|
|
99
|
+
*/var et;(e=>{const t=class z{constructor(i,l,a,p){if(this.version=i,this.errorCorrectionLevel=l,this.modules=[],this.isFunction=[],i<z.MIN_VERSION||i>z.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 d=this.addEccAndInterleave(a);if(this.drawCodewords(d),p==-1){let h=1e9;for(let g=0;g<8;g++){this.applyMask(g),this.drawFormatBits(g);const b=this.getPenaltyScore();b<h&&(p=g,h=b),this.applyMask(g)}}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 z.encodeSegments(a,l)}static encodeBinary(i,l){const a=e.QrSegment.makeBytes(i);return z.encodeSegments([a],l)}static encodeSegments(i,l,a=1,p=40,m=-1,d=!0){if(!(z.MIN_VERSION<=a&&a<=p&&p<=z.MAX_VERSION)||m<-1||m>7)throw new RangeError("Invalid value");let h,g;for(h=a;;h++){const y=z.getNumDataCodewords(h,l)*8,C=c.getTotalBits(i,h);if(C<=y){g=C;break}if(h>=p)throw new RangeError("Data too long")}for(const y of[z.Ecc.MEDIUM,z.Ecc.QUARTILE,z.Ecc.HIGH])d&&g<=z.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==g);const w=z.getNumDataCodewords(h,l)*8;o(b.length<=w),n(0,Math.min(4,w-b.length),b),n(0,(8-b.length%8)%8,b),o(b.length%8==0);for(let y=236;b.length<w;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 z(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,d=Math.floor(a/3);this.setFunctionModule(m,d,p),this.setFunctionModule(d,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)),d=i+p,h=l+a;0<=d&&d<this.size&&0<=h&&h<this.size&&this.setFunctionModule(d,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!=z.getNumDataCodewords(l,a))throw new RangeError("Invalid argument");const p=z.NUM_ERROR_CORRECTION_BLOCKS[a.ordinal][l],m=z.ECC_CODEWORDS_PER_BLOCK[a.ordinal][l],d=Math.floor(z.getNumRawDataModules(l)/8),h=p-d%p,g=Math.floor(d/p);let b=[];const w=z.reedSolomonComputeDivisor(m);for(let y=0,C=0;y<p;y++){let S=i.slice(C,C+g-m+(y<h?0:1));C+=S.length;const A=z.reedSolomonComputeRemainder(S,w);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!=g-m||S>=h)&&E.push(C[y])});return o(E.length==d),E}drawCodewords(i){if(i.length!=Math.floor(z.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 d=a-m,g=(a+1&2)==0?this.size-1-p:p;!this.isFunction[g][d]&&l<i.length*8&&(this.modules[g][d]=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 d=!1,h=0,g=[0,0,0,0,0,0,0];for(let b=0;b<this.size;b++)this.modules[m][b]==d?(h++,h==5?i+=z.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,g),d||(i+=this.finderPenaltyCountPatterns(g)*z.PENALTY_N3),d=this.modules[m][b],h=1);i+=this.finderPenaltyTerminateAndCount(d,h,g)*z.PENALTY_N3}for(let m=0;m<this.size;m++){let d=!1,h=0,g=[0,0,0,0,0,0,0];for(let b=0;b<this.size;b++)this.modules[b][m]==d?(h++,h==5?i+=z.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,g),d||(i+=this.finderPenaltyCountPatterns(g)*z.PENALTY_N3),d=this.modules[b][m],h=1);i+=this.finderPenaltyTerminateAndCount(d,h,g)*z.PENALTY_N3}for(let m=0;m<this.size-1;m++)for(let d=0;d<this.size-1;d++){const h=this.modules[m][d];h==this.modules[m][d+1]&&h==this.modules[m+1][d]&&h==this.modules[m+1][d+1]&&(i+=z.PENALTY_N2)}let l=0;for(const m of this.modules)l=m.reduce((d,h)=>d+(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*z.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<z.MIN_VERSION||i>z.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(z.getNumRawDataModules(i)/8)-z.ECC_CODEWORDS_PER_BLOCK[l.ordinal][i]*z.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]=z.reedSolomonMultiply(l[m],a),m+1<l.length&&(l[m]^=l[m+1]);a=z.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((d,h)=>a[h]^=z.reedSolomonMultiply(d,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})(et||(et={})),(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={}))})(et||(et={})),(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={}))})(et||(et={}));var dt=et;/**
|
|
100
|
+
* @license qrcode.react
|
|
101
|
+
* Copyright (c) Paul O'Shannessy
|
|
102
|
+
* SPDX-License-Identifier: ISC
|
|
103
|
+
*/var Vc={L:dt.QrCode.Ecc.LOW,M:dt.QrCode.Ecc.MEDIUM,Q:dt.QrCode.Ecc.QUARTILE,H:dt.QrCode.Ecc.HIGH},hi=128,gi="L",vi="#FFFFFF",bi="#000000",xi=!1,yi=1,Uc=4,zc=0,Hc=.1;function wi(e,t=0){const n=[];return e.forEach(function(r,o){let s=null;r.forEach(function(c,u){if(!c&&s!==null){n.push(`M${s+t} ${o+t}h${u-s}v1H${s+t}z`),s=null;return}if(u===r.length-1){if(!c)return;s===null?n.push(`M${u+t},${o+t} h1v1H${u+t}z`):n.push(`M${s+t},${o+t} h${u+1-s}v1H${s+t}z`);return}c&&s===null&&(s=u)})}),n.join("")}function Ei(e,t){return e.slice().map((n,r)=>r<t.y||r>=t.y+t.h?n:n.map((o,s)=>s<t.x||s>=t.x+t.w?o:!1))}function Gc(e,t,n,r){if(r==null)return null;const o=e.length+n*2,s=Math.floor(t*Hc),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),g=Math.floor(a),b=Math.ceil(u+l-h),w=Math.ceil(i+a-g);m={x:h,y:g,w:b,h:w}}const d=r.crossOrigin;return{x:l,y:a,h:i,w:u,excavation:m,opacity:p,crossOrigin:d}}function Yc(e,t){return t!=null?Math.max(Math.floor(t),0):e?Uc:zc}function Ci({value:e,level:t,minVersion:n,includeMargin:r,marginSize:o,imageSettings:s,size:c,boostLevel:u}){let i=f.useMemo(()=>{const h=(Array.isArray(e)?e:[e]).reduce((g,b)=>(g.push(...dt.QrSegment.makeSegments(b)),g),[]);return dt.QrCode.encodeSegments(h,Vc[t],n,void 0,void 0,u)},[e,t,n,u]);const{cells:l,margin:a,numCells:p,calculatedImageSettings:m}=f.useMemo(()=>{let d=i.getModules();const h=Yc(r,o),g=d.length+h*2,b=Gc(d,c,h,s);return{cells:d,margin:h,numCells:g,calculatedImageSettings:b}},[i,c,s,r,o]);return{qrcode:i,margin:a,cells:l,numCells:p,calculatedImageSettings:m}}var Kc=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),Qc=f.forwardRef(function(t,n){const r=t,{value:o,size:s=hi,level:c=gi,bgColor:u=vi,fgColor:i=bi,includeMargin:l=xi,minVersion:a=yi,boostLevel:p,marginSize:m,imageSettings:d}=r,g=nr(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","marginSize","imageSettings"]),{style:b}=g,w=nr(g,["style"]),E=d==null?void 0:d.src,y=f.useRef(null),C=f.useRef(null),S=f.useCallback(F=>{y.current=F,typeof n=="function"?n(F):n&&(n.current=F)},[n]),[A,L]=f.useState(!1),{margin:j,cells:U,numCells:N,calculatedImageSettings:$}=Ci({value:o,level:c,minVersion:a,boostLevel:p,includeMargin:l,marginSize:m,imageSettings:d,size:s});f.useEffect(()=>{if(y.current!=null){const F=y.current,W=F.getContext("2d");if(!W)return;let V=U;const B=C.current,T=$!=null&&B!==null&&B.complete&&B.naturalHeight!==0&&B.naturalWidth!==0;T&&$.excavation!=null&&(V=Ei(U,$.excavation));const k=window.devicePixelRatio||1;F.height=F.width=s*k;const D=s/N*k;W.scale(D,D),W.fillStyle=u,W.fillRect(0,0,N,N),W.fillStyle=i,Kc?W.fill(new Path2D(wi(V,j))):U.forEach(function(ee,Q){ee.forEach(function(q,Te){q&&W.fillRect(Te+j,Q+j,1,1)})}),$&&(W.globalAlpha=$.opacity),T&&W.drawImage(B,$.x+j,$.y+j,$.w,$.h)}}),f.useEffect(()=>{L(!1)},[E]);const Y=tr({height:s,width:s},b);let I=null;return E!=null&&(I=f.createElement("img",{src:E,key:E,style:{display:"none"},onLoad:()=>{L(!0)},ref:C,crossOrigin:$==null?void 0:$.crossOrigin})),f.createElement(f.Fragment,null,f.createElement("canvas",tr({style:Y,height:s,width:s,ref:S,role:"img"},w)),I)});Qc.displayName="QRCodeCanvas";var Si=f.forwardRef(function(t,n){const r=t,{value:o,size:s=hi,level:c=gi,bgColor:u=vi,fgColor:i=bi,includeMargin:l=xi,minVersion:a=yi,boostLevel:p,title:m,marginSize:d,imageSettings:h}=r,g=nr(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","title","marginSize","imageSettings"]),{margin:b,cells:w,numCells:E,calculatedImageSettings:y}=Ci({value:o,level:c,minVersion:a,boostLevel:p,includeMargin:l,marginSize:d,imageSettings:h,size:s});let C=w,S=null;h!=null&&y!=null&&(y.excavation!=null&&(C=Ei(w,y.excavation)),S=f.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=wi(C,b);return f.createElement("svg",tr({height:s,width:s,viewBox:`0 0 ${E} ${E}`,ref:n,role:"img"},g),!!m&&f.createElement("title",null,m),f.createElement("path",{fill:u,d:`M0,0 h${E}v${E}H0z`,shapeRendering:"crispEdges"}),f.createElement("path",{fill:i,d:A,shapeRendering:"crispEdges"}),S)});Si.displayName="QRCodeSVG";const qc=(e,t)=>Number(e)>Number(t),tt=e=>{if(!e||e===""||isNaN(Number(e)))return"0.00";const t=Number(e);if(t===0)return"0.00";let n=t.toString();n.includes("e")&&(n=t.toFixed(20));const r=n.split("."),o=r[0];let s=r[1]||"";return s.length>6&&(s=s.substring(0,6)),s=s.replace(/0+$/,""),s?(s.length===1&&(s+="0"),o+"."+s):o+".00"},$i=(e,t="0")=>{if(/[^0-9.]/.test(e))return{isValid:!1,formattedValue:"",errorType:"invalid_char"};if(e===".")return{isValid:!0,formattedValue:"0."};if((e.match(/\./g)||[]).length>1)return{isValid:!1,formattedValue:"",errorType:"invalid_char"};if(!e||e==="")return{isValid:!0,formattedValue:""};const o=e.split(".");if(o.length===2&&o[1].length>6){const i=o[0]+"."+o[1].substring(0,6);return $i(i,t)}const s=parseFloat(e),c=parseFloat(t);if(!isNaN(s)&&!isNaN(c)&&s>c)return{isValid:!0,formattedValue:tt(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}},Xc=(e,t,n)=>{if(!e||e===""||e==="0"||e==="0.00")return!1;const r=parseFloat(e),o=parseFloat(t);return!(isNaN(r)||isNaN(o)||r>o||!n)},Oi={ETHEREUM:1,SEPOLIA:11155111},Jc=[Oi.ETHEREUM,Oi.SEPOLIA],Zc=e=>{if(e.chainId!==void 0){const t=typeof e.chainId=="string"?parseInt(e.chainId,10):e.chainId;return!Jc.includes(t)}return!0},ef=[{chainId:1,chain:"Ethereum",chainIconUrl:"https://static.edgex.exchange/icons/logo/ethereum.svg",allowDeposit:!0,blockTime:12,txConfirm:12},{chainId:42161,chain:"Arbitrum",chainIconUrl:"https://static.edgex.exchange/icons/logo/arbitrum.svg",allowDeposit:!0,blockTime:1,txConfirm:1}],Ti={wallet:"mpc",ethAddress:"0x1234567890123456789012345678901234567890",accountId:"123",l2Key:"0x123"},Ai={address:"0x1234567890123456789012345678901234567890"},Ni={multiChain:{minDeposit:10}},tf=({walletAdapter:e,curSelectToken:t,currentActiveChain:n,metadata:r})=>{var s;const o=f.useMemo(()=>Zc(n||{}),[n]);return x.jsxs(x.Fragment,{children:[x.jsx("div",{className:"flex justify-center mt-4 mb-3",children:x.jsx("div",{className:"bg-white rounded-lg",children:x.jsx(Si,{value:(e==null?void 0:e.getDisplayAddress())||"",size:120,level:"L",bgColor:"#ffffff",fgColor:"#000000",marginSize:0})})}),x.jsxs("div",{className:"flex items-center justify-between bg-fill-input-primary rounded-lg py-2 px-3 mb-3",children:[x.jsx("span",{className:"flex-1 text-text-primary text-sm font-medium break-all mr-3",children:e==null?void 0:e.getDisplayAddress()}),x.jsx("div",{onClick:()=>{navigator.clipboard.writeText((e==null?void 0:e.getDisplayAddress())||"")},style:{cursor:"pointer"},children:x.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:[x.jsx("rect",{x:"2.08496",y:"4.02295",width:"9.89893",height:"9.89893",rx:"2",stroke:"#F9F9F9"}),x.jsx("path",{d:"M5.85547 2.07861H11.415C12.7957 2.07861 13.915 3.1979 13.915 4.57861V10.0786",stroke:"#F9F9F9",strokeLinecap:"round"})]})})]}),x.jsxs("div",{className:"flex items-start",children:[x.jsx("div",{className:"w-5",children:x.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:x.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"})})}),x.jsxs("div",{className:"flex-1",children:[x.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."]}),x.jsx("div",{className:"pt-2 h-[1px] border-b border-dashed border-line-divider-secondary"})]})]}),o&&x.jsxs(x.Fragment,{children:[x.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."}),x.jsx("div",{className:"pt-4 h-[1px] border-b border-dashed border-line-divider-secondary"})]}),x.jsxs("div",{className:"text-sm",children:[x.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-4",children:[x.jsx("span",{className:"text-text-tertiary",children:"Arrival Time"}),x.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"]})]}),x.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-2",children:[x.jsx("span",{className:"text-text-tertiary",children:"Minimum Deposit Amount"}),x.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]})]}),x.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-2",children:[x.jsx("span",{className:"text-text-tertiary",children:"Maximum Deposit Amount"}),x.jsxs("span",{className:"text-text-primary font-medium text-right",children:["250,000 ",t]})]})]})]})},nf=({chains:e,defaultChainId:t,defaultTokenAddress:n,walletAdapter:r,metadata:o,onDeposit:s,onClose:c})=>{var d;const[u,i]=f.useState(()=>{var h;return!e||e.length===0?1:t||((h=e[0])==null?void 0:h.chainId)||1}),[l,a]=f.useState(()=>{var w;if(!e||e.length===0)return"";const h=t||((w=e[0])==null?void 0:w.chainId),g=e.find(E=>E.chainId===h);if(!g||!g.tokenList||g.tokenList.length===0)return"";const b=g.tokenList.find(E=>E.tokenAddress===n)||g.tokenList[0];return(b==null?void 0:b.token)||""}),p=e&&e.length>0?e.find(h=>h.chainId===u)||e[0]:null,m=(d=p==null?void 0:p.tokenList)==null?void 0:d.find(h=>h.token===l);return!e||e.length===0?x.jsx("div",{className:"text-center py-8",children:x.jsx("p",{className:"text-gray-400",children:"No chains available"})}):p?x.jsxs(x.Fragment,{children:[x.jsx(er,{currentActiveChain:p,chainList:e,onChainChange:i,curSelectToken:l,onTokenChange:a,walletType:"mpc"}),x.jsx(tf,{walletAdapter:r,curSelectToken:l,currentActiveChain:p,metadata:o}),x.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"})]}):x.jsx("div",{className:"text-center py-8",children:x.jsx("p",{className:"text-gray-400",children:"Loading..."})})},rf=({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 g=h.target.value,w=$i(g,i||"0");if(w.isValid)a(w.formattedValue),w.errorType;else return w.errorType==="exceed_balance",void 0},d=()=>{const h=parseFloat(i||"0"),g=parseFloat(e||"0");if(g>0){const b=h-g,w=tt(Math.max(0,b).toString());return`${tt(i||"0")} → ${w} ${t}`}return`${tt(i||"0")} ${t}`};return x.jsxs(x.Fragment,{children:[x.jsxs("div",{className:"bg-fill-input-primary rounded-lg px-3 py-3 my-4",children:[x.jsxs("div",{className:"flex justify-between items-center h-[18px] mb-3",children:[x.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"}),x.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"})]}),x.jsx("div",{className:"h-[1px] bg-line-divider-secondary mb-2"}),x.jsxs("div",{className:"flex justify-between items-center",children:[x.jsx("span",{className:"text-text-tertiary text-xs leading-[14px]",children:"Available"}),x.jsx("span",{className:"text-text-primary text-xs leading-[14px]",children:d()})]})]}),!r&&qc(e||"0",0)&&x.jsxs("div",{className:"flex justify-center flex-col items-center",children:[x.jsxs("h3",{className:"text-text-primary text-sm leading-4 font-medium",children:["Enable ",t," on ",o==null?void 0:o.chain]}),x.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,"."]}),x.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]})]}),x.jsx("div",{className:"border-t border-line-divider-secondary border-dashed py-4",children:x.jsxs("div",{className:"flex justify-between items-center",children:[x.jsx("span",{className:"text-sm leading-[18px] text-text-tertiary",children:"总资产"}),x.jsx("span",{className:"text-sm leading-[18px] text-text-primary font-medium",children:e?`${tt(l)} → ${tt((parseFloat(l)+parseFloat(e)).toString())} ${t}`:`${tt(l)} ${t}`})]})})]})},of=({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 f.useEffect(()=>{s(e.tokenAddress,{balance:c,allowance:u})},[c,u,e.tokenAddress,s]),null},sf=({account:e,chainId:t,contractAddress:n,tokens:r=[],wagmiHooks:o})=>{var h;const s=f.useMemo(()=>r.filter(g=>g.tokenAddress&&g.tokenAddress!=="0x0000000000000000000000000000000000000000"),[r]),[c,u]=f.useState({}),i=f.useCallback((g,b)=>{u(w=>({...w,[g]: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=f.useMemo(()=>s.map(g=>f.createElement(of,{key:g.tokenAddress,token:g,account:e,chainId:t,contractAddress:n,wagmiHooks:o,onResult:i})),[s,e,t,n,o,i]),p=f.useMemo(()=>{if(!(o!=null&&o.useBalance))return{balanceList:[],allowanceList:[],baseTokenBalance:{value:BigInt(0),formatted:"0",decimals:18,symbol:"ETH"},combinedData:{}};const g=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),w=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=w.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:w,baseTokenBalance:g,combinedData:E}},[l,c,s,o==null?void 0:o.useBalance]),m=f.useCallback(async()=>p,[p]),d=f.useMemo(()=>{const g=(l==null?void 0:l.isLoading)||!1,b=Object.values(c).some(w=>{var E,y;return((E=w.balance)==null?void 0:E.isLoading)||((y=w.allowance)==null?void 0:y.isLoading)});return g||b},[l==null?void 0:l.isLoading,c]);return{multicallRun:m,multicallResult:p,validErcTokens:s,isLoading:d,queryComponents:a}},lf=({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:d,onTokenChange:h})=>{var k;const[g,b]=f.useState(()=>{var D;return!e||e.length===0?1:t||((D=e[0])==null?void 0:D.chainId)||1}),[w,E]=f.useState(()=>{var q;if(!e||e.length===0)return"";const D=t||((q=e[0])==null?void 0:q.chainId),ee=e.find(Te=>Te.chainId===D);if(!ee||!ee.tokenList||ee.tokenList.length===0)return"";const Q=ee.tokenList.find(Te=>Te.tokenAddress===n)||ee.tokenList[0];return(Q==null?void 0:Q.token)||""}),[y,C]=f.useState(r),S=f.useCallback(D=>{b(D),d==null||d(D)},[d]),A=f.useCallback(D=>{E(D),h==null||h(D)},[h]),L=f.useRef(!0),j=f.useRef(w),U=f.useRef(g);f.useEffect(()=>{if(L.current){L.current=!1,j.current=w,U.current=g;return}(j.current!==w||U.current!==g)&&(C(""),j.current=w,U.current=g)},[w,g]);const N=e&&e.length>0?e.find(D=>D.chainId===g)||e[0]:null,$=(k=N==null?void 0:N.tokenList)==null?void 0:k.find(D=>D.token===w),Y=o==null?void 0:o.getDisplayAddress(),{multicallResult:I,queryComponents:F}=sf({account:Y,chainId:g,contractAddress:void 0,tokens:(N==null?void 0:N.tokenList)||[],wagmiHooks:i}),W=f.useMemo(()=>{var ee;if(!$)return;if(!$.tokenAddress||$.tokenAddress.toLowerCase()==="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")return I.baseTokenBalance.formatted;const D=I.combinedData[$.tokenAddress];return((ee=D==null?void 0:D.balance)==null?void 0:ee.formatted)||"0"},[$,I]),V=l??!1,B=f.useMemo(()=>{const D=parseFloat(y||"0"),ee=10,Q=W||"0",q=Xc(y,Q,V);return!y||D===0?{text:"Confirm Deposit",disabled:!0}:V?D>parseFloat(Q)?{text:"Insufficient Balance",disabled:!0}:D<ee?{text:`Min Deposit ${ee} ${w}`,disabled:!0}:{text:"Confirm Deposit",disabled:!q}:{text:"Confirm Deposit",disabled:!0}},[y,w,W,V]),T=f.useCallback(async()=>{p&&p({amount:y,chainId:g,tokenAddress:($==null?void 0:$.tokenAddress)||"",tokenSymbol:w})},[p,y,g,$==null?void 0:$.tokenAddress,w]);return!(i!=null&&i.useBalance)||!(i!=null&&i.useReadContract)||!(i!=null&&i.useAccount)?x.jsxs("div",{className:"p-6 text-center",children:[x.jsx("p",{className:"text-red-500",children:"缺少必要的 wagmi hooks"}),x.jsx("p",{className:"text-sm text-gray-500 mt-2",children:"请确保传入了 useBalance, useReadContract, useAccount"})]}):!e||e.length===0?x.jsx("div",{className:"text-center py-8",children:x.jsx("p",{className:"text-gray-400",children:"No chains available"})}):N?x.jsxs(x.Fragment,{children:[F,x.jsx(er,{currentActiveChain:N,chainList:e,onChainChange:S,curSelectToken:w,onTokenChange:A,walletType:"evm"}),x.jsx(rf,{depositAmount:y,curSelectToken:w,curSelectTokenData:{balance:$==null?void 0:$.balance,allowance:$==null?void 0:$.allowance},approved:V,currentActiveChain:N,currentEquity:c||0,amount:y,decimals:($==null?void 0:$.decimals)||6,tokenBalance:W,platformBalance:u,onDepositAmountChange:C,onApprove:async()=>{a&&await a()}}),x.jsx("button",{className:`w-full h-[38px] text-sm rounded-xl font-medium transition-colors ${B.disabled?"bg-text-disabled text-text-secondary cursor-not-allowed":"bg-fill-btn-primary text-text-on-sec-btn"}`,onClick:T,disabled:B.disabled,children:B.text})]}):x.jsx("div",{className:"text-center py-8",children:x.jsx("p",{className:"text-gray-400",children:"Loading..."})})},Mi=({isOpen:e,onClose:t,config:n,currentActiveAccount:r=Ti,smartWallet:o=Ai,chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i="",metadata:l=Ni,currentEquity:a=5e3,platformBalance:p="0",wagmiHooks:m,approved:d,onApproved:h,onDeposit:g,onChainChange:b,onTokenChange:w})=>{const E=f.useMemo(()=>{var C;return r?bs(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(x.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 z-[999] w-screen h-screen",style:{zIndex:999},children:x.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:x.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:[x.jsxs("div",{className:"flex items-center justify-between mb-4",children:[x.jsx("h2",{className:"text-lg font-semibold text-white",children:"Deposit"}),x.jsx("button",{className:"text-gray-400 hover:text-gray-200 transition-colors",onClick:t,"aria-label":"Close",children:x.jsx(hs,{className:"h-4 w-4"})})]}),y?x.jsx(nf,{chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i,walletAdapter:E,metadata:l,currentEquity:a,onDeposit:g,onClose:t}):x.jsx(lf,{chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i,walletAdapter:E,metadata:l,currentEquity:a,platformBalance:p,wagmiHooks:m,approved:d,onApproved:h,onDeposit:g,onClose:t,onChainChange:b,onTokenChange:w})]})})}),document.body):null};let je=null;const af={symbol:"USDT"},Li=f.forwardRef((e,t)=>{const[n,r]=f.useState(!1),[o,s]=f.useState({chains:[]}),c=f.useCallback(a=>{s(a),r(!0)},[]),u=f.useCallback(a=>{s(p=>({...p,...a}))},[]),i=f.useCallback(()=>{r(!1),o.onClose&&o.onClose()},[o.onClose]),l=f.useCallback(()=>n,[n]);return f.useImperativeHandle(t,()=>({openDeposit:c,closeDeposit:i,updateDepositOptions:u,isOpen:l}),[c,i,u,l]),f.useEffect(()=>(je={openDeposit:c,closeDeposit:i,updateDepositOptions:u,isOpen:l},()=>{je=null}),[c,i,u,l]),x.jsx(Mi,{isOpen:n,onClose:i,config:o.config||af,currentActiveAccount:o.currentActiveAccount||Ti,smartWallet:o.smartWallet||Ai,chains:o.chains||ef,defaultChainId:o.defaultChainId,defaultTokenAddress:o.defaultTokenAddress,defaultAmount:o.defaultAmount,metadata:o.metadata||Ni,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})});Li.displayName="DepositManager";const Pi=e=>{if(!je){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}je.openDeposit(e||{chains:[]})},Fi=()=>{if(!je){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}je.closeDeposit()},ji=e=>{je&&je.updateDepositOptions(e)},uf=()=>je?je.isOpen():!1,cf=()=>({openDeposit:Pi,closeDeposit:Fi,updateDepositOptions:ji,isOpen:uf});f.createContext(null);const Di=e=>{if(!e||e==="0")return"0.00";const t=parseFloat(e);return isNaN(t)?"0.00":t.toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:6})},ff=({withdrawAmount:e,curSelectToken:t,curSelectTokenData:n,approved:r,currentActiveChain:o,currentEquity:s,amount:c,decimals:u,platformBalance:i="0",onWithdrawAmountChange:l,onWithdraw:a})=>{const p=d=>{const h=d.target.value;(h===""||/^\d*\.?\d*$/.test(h))&&l(h)},m=()=>{l(i)};return x.jsxs("div",{className:"space-y-6",children:[x.jsxs("div",{className:"space-y-4",children:[x.jsxs("div",{className:"flex items-center justify-between",children:[x.jsx("label",{className:"text-sm font-medium text-gray-700",children:"Amount"}),x.jsx("button",{onClick:m,className:"text-sm font-medium text-green-500 hover:text-green-600 transition-colors",children:"MAX"})]}),x.jsx("div",{className:"relative",children:x.jsx("input",{type:"text",value:e,onChange:p,placeholder:"0.00",className:"w-full px-4 py-3 text-lg font-medium bg-gray-50 border border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"})}),x.jsxs("div",{className:"flex items-center justify-between text-sm",children:[x.jsx("span",{className:"text-gray-500",children:"Available"}),x.jsxs("span",{className:"font-medium text-gray-900",children:[Di(i)," ",t]})]})]}),x.jsx("div",{className:"p-4 bg-gray-50 rounded-lg",children:x.jsx("p",{className:"text-sm text-gray-600 leading-relaxed",children:"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."})}),x.jsxs("div",{className:"space-y-3 py-4 border-t border-gray-200",children:[x.jsxs("div",{className:"flex items-center justify-between",children:[x.jsx("span",{className:"text-sm text-gray-600",children:"Speed"}),x.jsxs("div",{className:"flex items-center space-x-1",children:[x.jsx("span",{className:"text-green-500",children:"⚡"}),x.jsx("span",{className:"text-green-500",children:"⚡"}),x.jsx("span",{className:"text-green-500",children:"⚡"})]})]}),x.jsxs("div",{className:"flex items-center justify-between",children:[x.jsx("span",{className:"text-sm text-gray-600",children:"Fee"}),x.jsxs("span",{className:"text-sm font-medium text-gray-900",children:["0.00 ",t]})]}),x.jsxs("div",{className:"flex items-center justify-between",children:[x.jsx("span",{className:"text-sm text-gray-600",children:"Amount to receive"}),x.jsxs("span",{className:"text-sm font-medium text-gray-900",children:[Di(e)," ",t]})]})]}),x.jsx("button",{onClick:a,disabled:!e||parseFloat(e)<=0,className:"w-full py-3 px-4 bg-blue-600 hover:bg-blue-700 disabled:bg-gray-300 disabled:cursor-not-allowed text-white font-medium rounded-lg transition-colors",children:"Confirm Withdraw"})]})},df=({chains:e,defaultChainId:t,defaultTokenAddress:n,defaultAmount:r="",walletAdapter:o,metadata:s,currentEquity:c,platformBalance:u="0",wagmiHooks:i,approved:l,onApproved:a,onWithdraw:p,onClose:m,onChainChange:d,onTokenChange:h})=>{var N;const[g,b]=f.useState(()=>{var $;return!e||e.length===0?1:t||(($=e[0])==null?void 0:$.chainId)||1}),[w,E]=f.useState(()=>{var Y,I,F,W,V;const $=e==null?void 0:e.find(B=>B.chainId===g);if(n){const B=(Y=$==null?void 0:$.tokenList)==null?void 0:Y.find(T=>T.tokenAddress===n);return(B==null?void 0:B.token)||((F=(I=$==null?void 0:$.tokenList)==null?void 0:I[0])==null?void 0:F.token)||"ETH"}return((V=(W=$==null?void 0:$.tokenList)==null?void 0:W[0])==null?void 0:V.token)||"ETH"}),[y,C]=f.useState(r),S=f.useCallback($=>{b($),d==null||d($)},[d]),A=f.useCallback($=>{E($),h==null||h($)},[h]),L=f.useMemo(()=>e==null?void 0:e.find($=>$.chainId===g),[e,g]),j=(N=L==null?void 0:L.tokenList)==null?void 0:N.find($=>$.token===w),U=l??!1;return!(i!=null&&i.useBalance)||!(i!=null&&i.useReadContract)||!(i!=null&&i.useAccount)?x.jsxs("div",{className:"p-6 text-center",children:[x.jsx("p",{className:"text-red-500",children:"缺少必要的 wagmi hooks"}),x.jsx("p",{className:"text-sm text-gray-500 mt-2",children:"请确保传入了 useBalance, useReadContract, useAccount"})]}):!e||e.length===0?x.jsx("div",{className:"text-center py-8",children:x.jsx("p",{className:"text-gray-400",children:"No chains available"})}):L?x.jsxs(x.Fragment,{children:[x.jsx(er,{currentActiveChain:L,chainList:e,onChainChange:S,curSelectToken:w,onTokenChange:A,walletType:"evm"}),x.jsx(ff,{withdrawAmount:y,curSelectToken:w,curSelectTokenData:{balance:j==null?void 0:j.balance,allowance:j==null?void 0:j.allowance},approved:U,currentActiveChain:L,currentEquity:c||0,amount:y,decimals:(j==null?void 0:j.decimals)||6,platformBalance:u,onWithdrawAmountChange:C,onWithdraw:async()=>{p&&j&&p({amount:y,chainId:g,tokenAddress:j.tokenAddress,tokenSymbol:w})}})]}):x.jsx("div",{className:"text-center py-8",children:x.jsx("p",{className:"text-gray-400",children:"Invalid chain selected"})})},pf={},Ii=({isOpen:e,onClose:t,chains:n,defaultChainId:r,defaultTokenAddress:o,defaultAmount:s="",metadata:c=pf,currentEquity:u=5e3,platformBalance:i="0",wagmiHooks:l,approved:a,onApproved:p,onWithdraw:m,onChainChange:d,onTokenChange:h})=>{if(!e)return null;const g={getDisplayAddress:()=>"0x1234...5678"};return x.jsxs("div",{className:"fixed inset-0 z-50 flex items-center justify-center",children:[x.jsx("div",{className:"absolute inset-0 bg-black bg-opacity-50",onClick:t}),x.jsx("div",{className:"relative bg-white rounded-lg shadow-xl max-w-md w-full mx-4",children:x.jsxs("div",{className:"p-6",children:[x.jsxs("div",{className:"flex items-center justify-between mb-6",children:[x.jsx("h2",{className:"text-xl font-semibold text-gray-900",children:"Withdraw"}),x.jsx("button",{onClick:t,className:"text-gray-400 hover:text-gray-600 transition-colors",children:x.jsx("svg",{className:"w-6 h-6",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:x.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),x.jsx(df,{chains:n,defaultChainId:r,defaultTokenAddress:o,defaultAmount:s,walletAdapter:g,metadata:c,currentEquity:u,platformBalance:i,wagmiHooks:l,approved:a,onApproved:p,onWithdraw:m,onClose:t,onChainChange:d,onTokenChange:h})]})})]})},mf=[],hf={};let De=null;const _i=f.forwardRef((e,t)=>{const[n,r]=f.useState(!1),[o,s]=f.useState({chains:[]}),c=f.useCallback(a=>{s(a||{chains:[]}),r(!0)},[]),u=f.useCallback(a=>{s(p=>({...p,...a}))},[]),i=f.useCallback(()=>{r(!1),o.onClose&&o.onClose()},[o.onClose]),l=f.useCallback(()=>n,[n]);return f.useImperativeHandle(t,()=>({openWithdraw:c,closeWithdraw:i,updateWithdrawOptions:u,isOpen:l}),[c,i,u,l]),f.useEffect(()=>(De={openWithdraw:c,closeWithdraw:i,updateWithdrawOptions:u,isOpen:l},()=>{De=null}),[c,i,u,l]),x.jsx(Ii,{isOpen:n,onClose:i,chains:o.chains||mf,defaultChainId:o.defaultChainId,defaultTokenAddress:o.defaultTokenAddress,defaultAmount:o.defaultAmount,metadata:o.metadata||hf,currentEquity:o.currentEquity??5e3,platformBalance:o.platformBalance||"0",wagmiHooks:o.wagmiHooks,approved:o.approved,onApproved:o.onApproved,onWithdraw:o.onWithdraw,onChainChange:o.onChainChange,onTokenChange:o.onTokenChange})});_i.displayName="WithdrawManager";const ki=e=>{if(!De){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}De.openWithdraw(e||{chains:[]})},Ri=()=>{if(!De){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}De.closeWithdraw()},Wi=e=>{if(!De){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}De.updateWithdrawOptions(e)},gf=()=>De?De.isOpen():!1,vf=()=>({openWithdraw:ki,closeWithdraw:Ri,updateWithdrawOptions:Wi,isOpen:gf});J.ComponentProvider=ss,J.Deposit=Mi,J.DepositManager=Li,J.Withdraw=Ii,J.WithdrawManager=_i,J.closeDeposit=Fi,J.closeWithdraw=Ri,J.openDeposit=Pi,J.openWithdraw=ki,J.updateDepositOptions=ji,J.updateWithdrawOptions=Wi,J.useDeposit=ls,J.useDepositManager=cf,J.useWithdraw=as,J.useWithdrawManager=vf,Object.defineProperty(J,Symbol.toStringTag,{value:"Module"})});
|
|
123
104
|
//# sourceMappingURL=index.umd.js.map
|