@cetusprotocol/terminal 0.0.0-experimental-1737427725035

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.
Files changed (158) hide show
  1. package/README.md +39 -0
  2. package/dist/App.d.ts +2 -0
  3. package/dist/Com.d.ts +4 -0
  4. package/dist/_redirects +2 -0
  5. package/dist/cetus-swap.cjs.js +114 -0
  6. package/dist/cetus-swap.cjs.js.gz +0 -0
  7. package/dist/cetus-swap.es.js +36047 -0
  8. package/dist/cetus-swap.es.js.gz +0 -0
  9. package/dist/cetus-swap.umd.js +114 -0
  10. package/dist/cetus-swap.umd.js.gz +0 -0
  11. package/dist/components/common/BackButton.d.ts +3 -0
  12. package/dist/components/common/Button.d.ts +8 -0
  13. package/dist/components/common/CopyButton.d.ts +4 -0
  14. package/dist/components/common/HaveBackHeader.d.ts +4 -0
  15. package/dist/components/common/HighlightText.d.ts +10 -0
  16. package/dist/components/common/Loading.d.ts +2 -0
  17. package/dist/components/common/MevButton.d.ts +1 -0
  18. package/dist/components/common/NumericFormatInput.d.ts +15 -0
  19. package/dist/components/common/RefreshButton.d.ts +3 -0
  20. package/dist/components/common/SettingsButton.d.ts +5 -0
  21. package/dist/components/common/SlippageButton.d.ts +4 -0
  22. package/dist/components/common/Spinner.d.ts +8 -0
  23. package/dist/components/common/SpinnerWithGap.d.ts +7 -0
  24. package/dist/components/common/Toast.d.ts +7 -0
  25. package/dist/components/common/TokenImage.d.ts +7 -0
  26. package/dist/components/common/Tooltip.d.ts +9 -0
  27. package/dist/components/common/TooltipV2.d.ts +9 -0
  28. package/dist/components/common/TsStatusDialog.d.ts +7 -0
  29. package/dist/components/common/wallet/AccountSwitch.d.ts +3 -0
  30. package/dist/components/common/wallet/ConnectButton.d.ts +1 -0
  31. package/dist/components/common/wallet/TriggerButton.d.ts +4 -0
  32. package/dist/components/demo/CodeBlocks.d.ts +1 -0
  33. package/dist/components/demo/DemoFooter.d.ts +1 -0
  34. package/dist/components/demo/DisplayModeBlock.d.ts +1 -0
  35. package/dist/components/demo/DisplayModeTab.d.ts +6 -0
  36. package/dist/components/demo/NavMenu.d.ts +1 -0
  37. package/dist/components/demo/SetingMenu.d.ts +1 -0
  38. package/dist/components/demo/SimulateDappWallet.d.ts +1 -0
  39. package/dist/components/demo/SwapPanel.d.ts +1 -0
  40. package/dist/components/demo/TerminalModalButton.d.ts +5 -0
  41. package/dist/components/demo/WidgetBlock.d.ts +7 -0
  42. package/dist/components/demo/WidgetBtn.d.ts +7 -0
  43. package/dist/components/demo/index.d.ts +1 -0
  44. package/dist/components/export/ExportModal.d.ts +4 -0
  45. package/dist/components/export/ExportWidgetBtn.d.ts +7 -0
  46. package/dist/components/swap/CurrentPriceBlock.d.ts +10 -0
  47. package/dist/components/swap/PriceImpact.d.ts +8 -0
  48. package/dist/components/swap/ReceivedBlock.d.ts +8 -0
  49. package/dist/components/swap/RouteDialog.d.ts +11 -0
  50. package/dist/components/swap/ScamsAlert.d.ts +5 -0
  51. package/dist/components/swap/SecondaryDialog.d.ts +8 -0
  52. package/dist/components/swap/SimpleRouter.d.ts +8 -0
  53. package/dist/components/swap/SwapHeader.d.ts +5 -0
  54. package/dist/components/swap/SwapTrade.d.ts +7 -0
  55. package/dist/components/swap/SwapWidget.d.ts +4 -0
  56. package/dist/components/swap/TestToast.d.ts +1 -0
  57. package/dist/components/swap/TokenSelect.d.ts +7 -0
  58. package/dist/components/swap/TokenSelectModal/CollectTokenBlock.d.ts +6 -0
  59. package/dist/components/swap/TokenSelectModal/NoData.d.ts +11 -0
  60. package/dist/components/swap/TokenSelectModal/PlatformTabs.d.ts +5 -0
  61. package/dist/components/swap/TokenSelectModal/PopularTokens.d.ts +1 -0
  62. package/dist/components/swap/TokenSelectModal/TokenList.d.ts +13 -0
  63. package/dist/components/swap/TokenSelectModal/TypeTabs.d.ts +4 -0
  64. package/dist/components/swap/TokenSelectModal/WarnTokenDialog.d.ts +6 -0
  65. package/dist/components/swap/TokenSelectModal/index.d.ts +6 -0
  66. package/dist/components/swap/TradeInput.d.ts +17 -0
  67. package/dist/components/swap/WidgetHeader.d.ts +4 -0
  68. package/dist/config/explorer.d.ts +2 -0
  69. package/dist/config/index.d.ts +11 -0
  70. package/dist/config/provider.d.ts +36 -0
  71. package/dist/config/rpc.d.ts +2 -0
  72. package/dist/config/token.d.ts +3 -0
  73. package/dist/data/pools.json +40563 -0
  74. package/dist/data/pools.json.gz +0 -0
  75. package/dist/favicon.ico +0 -0
  76. package/dist/hooks/common/useExplorer.d.ts +4 -0
  77. package/dist/hooks/common/useFetch.d.ts +3 -0
  78. package/dist/hooks/common/useFindBestRouting.d.ts +11 -0
  79. package/dist/hooks/common/useGetPoolListByCoinType.d.ts +3 -0
  80. package/dist/hooks/common/useGetRouterConfig.d.ts +3 -0
  81. package/dist/hooks/common/useInterval.d.ts +9 -0
  82. package/dist/hooks/common/useSigner.d.ts +8 -0
  83. package/dist/hooks/common/useSyncedRef.d.ts +1 -0
  84. package/dist/hooks/common/useTransaction.d.ts +5 -0
  85. package/dist/hooks/common/useWindowWidth.d.ts +4 -0
  86. package/dist/hooks/demo/useDisplayMode.d.ts +15 -0
  87. package/dist/hooks/demo/useRpcConfiguration.d.ts +10 -0
  88. package/dist/hooks/demo/useSeting.d.ts +0 -0
  89. package/dist/hooks/swap/usePriceImpact.d.ts +13 -0
  90. package/dist/hooks/swap/useSwap.d.ts +13 -0
  91. package/dist/hooks/swap/useSwapButtonStatus.d.ts +4 -0
  92. package/dist/hooks/swap/useSwapHelper.d.ts +49 -0
  93. package/dist/hooks/useDebounce.d.ts +4 -0
  94. package/dist/hooks/useGetPoolList.d.ts +22 -0
  95. package/dist/hooks/useGetTokenBalance.d.ts +5 -0
  96. package/dist/hooks/useInitWidget.d.ts +3 -0
  97. package/dist/hooks/useSuiClient.d.ts +1 -0
  98. package/dist/hooks/useToast.d.ts +7 -0
  99. package/dist/hooks/useTokenCollect.d.ts +6 -0
  100. package/dist/hooks/useTokenPrice.d.ts +6 -0
  101. package/dist/hooks/useTokenSelect.d.ts +11 -0
  102. package/dist/hooks/useTokens.d.ts +8 -0
  103. package/dist/images/aggregator-source/aftermath.png +0 -0
  104. package/dist/images/aggregator-source/bluefin.png +0 -0
  105. package/dist/images/aggregator-source/bluemove.png +0 -0
  106. package/dist/images/aggregator-source/cetus.png +0 -0
  107. package/dist/images/aggregator-source/deepbook.png +0 -0
  108. package/dist/images/aggregator-source/flowx.png +0 -0
  109. package/dist/images/aggregator-source/haedal.png +0 -0
  110. package/dist/images/aggregator-source/kriya.png +0 -0
  111. package/dist/images/aggregator-source/scallop.png +0 -0
  112. package/dist/images/aggregator-source/suilend.png +0 -0
  113. package/dist/images/aggregator-source/turbos.png +0 -0
  114. package/dist/images/aggregator-source/volo.png +0 -0
  115. package/dist/images/birdeye-logo.png +0 -0
  116. package/dist/images/ghost_loading.png +0 -0
  117. package/dist/images/icon_mev@2x.png +0 -0
  118. package/dist/images/img-logo@2x.png +0 -0
  119. package/dist/images/img_no_data@2x.png +0 -0
  120. package/dist/images/logo@2x.png +0 -0
  121. package/dist/images/logo_CoinGecko@2x.png +0 -0
  122. package/dist/images/logo_pyth.png +0 -0
  123. package/dist/images/logo_suiscan@2x.png +0 -0
  124. package/dist/images/logo_suivision@2x.png +0 -0
  125. package/dist/images/placeholder-token@2x.png +0 -0
  126. package/dist/images/primary_loading.png +0 -0
  127. package/dist/index.d.ts +2 -0
  128. package/dist/main.d.ts +0 -0
  129. package/dist/stores/account.d.ts +16 -0
  130. package/dist/stores/client.d.ts +10 -0
  131. package/dist/stores/common.d.ts +8 -0
  132. package/dist/stores/demo.d.ts +27 -0
  133. package/dist/stores/global.d.ts +52 -0
  134. package/dist/stores/price.d.ts +8 -0
  135. package/dist/stores/swap.d.ts +26 -0
  136. package/dist/stores/token.d.ts +13 -0
  137. package/dist/stores/tokenSelect.d.ts +30 -0
  138. package/dist/stores/transaction.d.ts +7 -0
  139. package/dist/style.css +1 -0
  140. package/dist/style.css.gz +0 -0
  141. package/dist/types/common.d.ts +91 -0
  142. package/dist/types/config.d.ts +13 -0
  143. package/dist/types/demo.d.ts +5 -0
  144. package/dist/types/index.d.ts +4 -0
  145. package/dist/types/sui.d.ts +33 -0
  146. package/dist/utils/common.d.ts +13 -0
  147. package/dist/utils/contract.d.ts +10 -0
  148. package/dist/utils/decimal.d.ts +2 -0
  149. package/dist/utils/error.d.ts +9 -0
  150. package/dist/utils/fetch.d.ts +8 -0
  151. package/dist/utils/formatter.d.ts +12 -0
  152. package/dist/utils/index.d.ts +8 -0
  153. package/dist/utils/localforage-key.d.ts +4 -0
  154. package/dist/utils/localforage-service.d.ts +6 -0
  155. package/dist/utils/number.d.ts +20 -0
  156. package/dist/vite-env.d.ts +1 -0
  157. package/dist/widget.d.ts +0 -0
  158. package/package.json +72 -0
@@ -0,0 +1,114 @@
1
+ (function(Vt,te){typeof exports=="object"&&typeof module<"u"?te(exports,require("react"),require("react-dom"),require("@mysten/dapp-kit")):typeof define=="function"&&define.amd?define(["exports","react","react-dom","@mysten/dapp-kit"],te):(Vt=typeof globalThis<"u"?globalThis:Vt||self,te(Vt.CetusSwap={},Vt.React,Vt.ReactDOM,Vt.dappKit))})(this,function(Vt,te,$n,Ur){"use strict";var eK=Object.defineProperty;var tK=(Vt,te,$n)=>te in Vt?eK(Vt,te,{enumerable:!0,configurable:!0,writable:!0,value:$n}):Vt[te]=$n;var vt=(Vt,te,$n)=>(tK(Vt,typeof te!="symbol"?te+"":te,$n),$n);function W0(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const I=W0(te),G0=W0($n);function hS(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var K0={exports:{}},ir=K0.exports={},Bn,Ln;function lf(){throw new Error("setTimeout has not been defined")}function ff(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Bn=setTimeout:Bn=lf}catch{Bn=lf}try{typeof clearTimeout=="function"?Ln=clearTimeout:Ln=ff}catch{Ln=ff}})();function X0(e){if(Bn===setTimeout)return setTimeout(e,0);if((Bn===lf||!Bn)&&setTimeout)return Bn=setTimeout,setTimeout(e,0);try{return Bn(e,0)}catch{try{return Bn.call(null,e,0)}catch{return Bn.call(this,e,0)}}}function pS(e){if(Ln===clearTimeout)return clearTimeout(e);if((Ln===ff||!Ln)&&clearTimeout)return Ln=clearTimeout,clearTimeout(e);try{return Ln(e)}catch{try{return Ln.call(null,e)}catch{return Ln.call(this,e)}}}var li=[],to=!1,vs,Oc=-1;function mS(){!to||!vs||(to=!1,vs.length?li=vs.concat(li):Oc=-1,li.length&&J0())}function J0(){if(!to){var e=X0(mS);to=!0;for(var t=li.length;t;){for(vs=li,li=[];++Oc<t;)vs&&vs[Oc].run();Oc=-1,t=li.length}vs=null,to=!1,pS(e)}}ir.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];li.push(new Y0(e,t)),li.length===1&&!to&&X0(J0)};function Y0(e,t){this.fun=e,this.array=t}Y0.prototype.run=function(){this.fun.apply(null,this.array)},ir.title="browser",ir.browser=!0,ir.env={},ir.argv=[],ir.version="",ir.versions={};function fi(){}ir.on=fi,ir.addListener=fi,ir.once=fi,ir.off=fi,ir.removeListener=fi,ir.removeAllListeners=fi,ir.emit=fi,ir.prependListener=fi,ir.prependOnceListener=fi,ir.listeners=function(e){return[]},ir.binding=function(e){throw new Error("process.binding is not supported")},ir.cwd=function(){return"/"},ir.chdir=function(e){throw new Error("process.chdir is not supported")},ir.umask=function(){return 0};var gS=K0.exports;const pn=hS(gS);var Nr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ua(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Z0(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,i.get?i:{enumerable:!0,get:function(){return e[n]}})}),r}var df={exports:{}},la={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.min.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var Q0;function vS(){if(Q0)return la;Q0=1;var e=te,t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function o(a,c,u){var l,f={},h=null,y=null;u!==void 0&&(h=""+u),c.key!==void 0&&(h=""+c.key),c.ref!==void 0&&(y=c.ref);for(l in c)n.call(c,l)&&!s.hasOwnProperty(l)&&(f[l]=c[l]);if(a&&a.defaultProps)for(l in c=a.defaultProps,c)f[l]===void 0&&(f[l]=c[l]);return{$$typeof:t,type:a,key:h,ref:y,props:f,_owner:i.current}}return la.Fragment=r,la.jsx=o,la.jsxs=o,la}var fa={},em;function yS(){return em||(em=1,pn.env.NODE_ENV!=="production"&&function(){var e=te,t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),i=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),l=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),y=Symbol.for("react.offscreen"),b=Symbol.iterator,w="@@iterator";function T(V){if(V===null||typeof V!="object")return null;var ae=b&&V[b]||V[w];return typeof ae=="function"?ae:null}var P=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function k(V){{for(var ae=arguments.length,he=new Array(ae>1?ae-1:0),ke=1;ke<ae;ke++)he[ke-1]=arguments[ke];R("error",V,he)}}function R(V,ae,he){{var ke=P.ReactDebugCurrentFrame,Ge=ke.getStackAddendum();Ge!==""&&(ae+="%s",he=he.concat([Ge]));var je=he.map(function(Ue){return String(Ue)});je.unshift("Warning: "+ae),Function.prototype.apply.call(console[V],console,je)}}var U=!1,L=!1,W=!1,q=!1,X=!1,ne;ne=Symbol.for("react.module.reference");function oe(V){return!!(typeof V=="string"||typeof V=="function"||V===n||V===s||X||V===i||V===u||V===l||q||V===y||U||L||W||typeof V=="object"&&V!==null&&(V.$$typeof===h||V.$$typeof===f||V.$$typeof===o||V.$$typeof===a||V.$$typeof===c||V.$$typeof===ne||V.getModuleId!==void 0))}function H(V,ae,he){var ke=V.displayName;if(ke)return ke;var Ge=ae.displayName||ae.name||"";return Ge!==""?he+"("+Ge+")":he}function F(V){return V.displayName||"Context"}function D(V){if(V==null)return null;if(typeof V.tag=="number"&&k("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 n:return"Fragment";case r:return"Portal";case s:return"Profiler";case i:return"StrictMode";case u:return"Suspense";case l:return"SuspenseList"}if(typeof V=="object")switch(V.$$typeof){case a:var ae=V;return F(ae)+".Consumer";case o:var he=V;return F(he._context)+".Provider";case c:return H(V,V.render,"ForwardRef");case f:var ke=V.displayName||null;return ke!==null?ke:D(V.type)||"Memo";case h:{var Ge=V,je=Ge._payload,Ue=Ge._init;try{return D(Ue(je))}catch{return null}}}return null}var p=Object.assign,d=0,m,x,A,E,O,C,g;function v(){}v.__reactDisabledLog=!0;function j(){{if(d===0){m=console.log,x=console.info,A=console.warn,E=console.error,O=console.group,C=console.groupCollapsed,g=console.groupEnd;var V={configurable:!0,enumerable:!0,value:v,writable:!0};Object.defineProperties(console,{info:V,log:V,warn:V,error:V,group:V,groupCollapsed:V,groupEnd:V})}d++}}function ee(){{if(d--,d===0){var V={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:p({},V,{value:m}),info:p({},V,{value:x}),warn:p({},V,{value:A}),error:p({},V,{value:E}),group:p({},V,{value:O}),groupCollapsed:p({},V,{value:C}),groupEnd:p({},V,{value:g})})}d<0&&k("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var se=P.ReactCurrentDispatcher,de;function ve(V,ae,he){{if(de===void 0)try{throw Error()}catch(Ge){var ke=Ge.stack.trim().match(/\n( *(at )?)/);de=ke&&ke[1]||""}return`
10
+ `+de+V}}var Se=!1,xe;{var He=typeof WeakMap=="function"?WeakMap:Map;xe=new He}function Fe(V,ae){if(!V||Se)return"";{var he=xe.get(V);if(he!==void 0)return he}var ke;Se=!0;var Ge=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var je;je=se.current,se.current=null,j();try{if(ae){var Ue=function(){throw Error()};if(Object.defineProperty(Ue.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(Ue,[])}catch(Yt){ke=Yt}Reflect.construct(V,[],Ue)}else{try{Ue.call()}catch(Yt){ke=Yt}V.call(Ue.prototype)}}else{try{throw Error()}catch(Yt){ke=Yt}V()}}catch(Yt){if(Yt&&ke&&typeof Yt.stack=="string"){for(var ct=Yt.stack.split(`
11
+ `),Jt=ke.stack.split(`
12
+ `),Nt=ct.length-1,Lt=Jt.length-1;Nt>=1&&Lt>=0&&ct[Nt]!==Jt[Lt];)Lt--;for(;Nt>=1&&Lt>=0;Nt--,Lt--)if(ct[Nt]!==Jt[Lt]){if(Nt!==1||Lt!==1)do if(Nt--,Lt--,Lt<0||ct[Nt]!==Jt[Lt]){var nr=`
13
+ `+ct[Nt].replace(" at new "," at ");return V.displayName&&nr.includes("<anonymous>")&&(nr=nr.replace("<anonymous>",V.displayName)),typeof V=="function"&&xe.set(V,nr),nr}while(Nt>=1&&Lt>=0);break}}}finally{Se=!1,se.current=je,ee(),Error.prepareStackTrace=Ge}var Er=V?V.displayName||V.name:"",sr=Er?ve(Er):"";return typeof V=="function"&&xe.set(V,sr),sr}function dt(V,ae,he){return Fe(V,!1)}function ht(V){var ae=V.prototype;return!!(ae&&ae.isReactComponent)}function De(V,ae,he){if(V==null)return"";if(typeof V=="function")return Fe(V,ht(V));if(typeof V=="string")return ve(V);switch(V){case u:return ve("Suspense");case l:return ve("SuspenseList")}if(typeof V=="object")switch(V.$$typeof){case c:return dt(V.render);case f:return De(V.type,ae,he);case h:{var ke=V,Ge=ke._payload,je=ke._init;try{return De(je(Ge),ae,he)}catch{}}}return""}var mt=Object.prototype.hasOwnProperty,_e={},me=P.ReactDebugCurrentFrame;function Me(V){if(V){var ae=V._owner,he=De(V.type,V._source,ae?ae.type:null);me.setExtraStackFrame(he)}else me.setExtraStackFrame(null)}function qe(V,ae,he,ke,Ge){{var je=Function.call.bind(mt);for(var Ue in V)if(je(V,Ue)){var ct=void 0;try{if(typeof V[Ue]!="function"){var Jt=Error((ke||"React class")+": "+he+" type `"+Ue+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof V[Ue]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Jt.name="Invariant Violation",Jt}ct=V[Ue](ae,Ue,ke,he,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Nt){ct=Nt}ct&&!(ct instanceof Error)&&(Me(Ge),k("%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).",ke||"React class",he,Ue,typeof ct),Me(null)),ct instanceof Error&&!(ct.message in _e)&&(_e[ct.message]=!0,Me(Ge),k("Failed %s type: %s",he,ct.message),Me(null))}}}var Re=Array.isArray;function Te(V){return Re(V)}function Oe(V){{var ae=typeof Symbol=="function"&&Symbol.toStringTag,he=ae&&V[Symbol.toStringTag]||V.constructor.name||"Object";return he}}function Le(V){try{return lt(V),!1}catch{return!0}}function lt(V){return""+V}function ft(V){if(Le(V))return k("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Oe(V)),lt(V)}var We=P.ReactCurrentOwner,kt={key:!0,ref:!0,__self:!0,__source:!0},St,Qe,Tt;Tt={};function Bt(V){if(mt.call(V,"ref")){var ae=Object.getOwnPropertyDescriptor(V,"ref").get;if(ae&&ae.isReactWarning)return!1}return V.ref!==void 0}function rt(V){if(mt.call(V,"key")){var ae=Object.getOwnPropertyDescriptor(V,"key").get;if(ae&&ae.isReactWarning)return!1}return V.key!==void 0}function Et(V,ae){if(typeof V.ref=="string"&&We.current&&ae&&We.current.stateNode!==ae){var he=D(We.current.type);Tt[he]||(k('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',D(We.current.type),V.ref),Tt[he]=!0)}}function Ot(V,ae){{var he=function(){St||(St=!0,k("%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)",ae))};he.isReactWarning=!0,Object.defineProperty(V,"key",{get:he,configurable:!0})}}function it(V,ae){{var he=function(){Qe||(Qe=!0,k("%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)",ae))};he.isReactWarning=!0,Object.defineProperty(V,"ref",{get:he,configurable:!0})}}var jt=function(V,ae,he,ke,Ge,je,Ue){var ct={$$typeof:t,type:V,key:ae,ref:he,props:Ue,_owner:je};return ct._store={},Object.defineProperty(ct._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ct,"_self",{configurable:!1,enumerable:!1,writable:!1,value:ke}),Object.defineProperty(ct,"_source",{configurable:!1,enumerable:!1,writable:!1,value:Ge}),Object.freeze&&(Object.freeze(ct.props),Object.freeze(ct)),ct};function It(V,ae,he,ke,Ge){{var je,Ue={},ct=null,Jt=null;he!==void 0&&(ft(he),ct=""+he),rt(ae)&&(ft(ae.key),ct=""+ae.key),Bt(ae)&&(Jt=ae.ref,Et(ae,Ge));for(je in ae)mt.call(ae,je)&&!kt.hasOwnProperty(je)&&(Ue[je]=ae[je]);if(V&&V.defaultProps){var Nt=V.defaultProps;for(je in Nt)Ue[je]===void 0&&(Ue[je]=Nt[je])}if(ct||Jt){var Lt=typeof V=="function"?V.displayName||V.name||"Unknown":V;ct&&Ot(Ue,Lt),Jt&&it(Ue,Lt)}return jt(V,ct,Jt,Ge,ke,We.current,Ue)}}var nt=P.ReactCurrentOwner,_t=P.ReactDebugCurrentFrame;function At(V){if(V){var ae=V._owner,he=De(V.type,V._source,ae?ae.type:null);_t.setExtraStackFrame(he)}else _t.setExtraStackFrame(null)}var Je;Je=!1;function gt(V){return typeof V=="object"&&V!==null&&V.$$typeof===t}function Pt(){{if(nt.current){var V=D(nt.current.type);if(V)return`
14
+
15
+ Check the render method of \``+V+"`."}return""}}function st(V){{if(V!==void 0){var ae=V.fileName.replace(/^.*[\\\/]/,""),he=V.lineNumber;return`
16
+
17
+ Check your code at `+ae+":"+he+"."}return""}}var xt={};function Ut(V){{var ae=Pt();if(!ae){var he=typeof V=="string"?V:V.displayName||V.name;he&&(ae=`
18
+
19
+ Check the top-level render call using <`+he+">.")}return ae}}function N(V,ae){{if(!V._store||V._store.validated||V.key!=null)return;V._store.validated=!0;var he=Ut(ae);if(xt[he])return;xt[he]=!0;var ke="";V&&V._owner&&V._owner!==nt.current&&(ke=" It was passed a child from "+D(V._owner.type)+"."),At(V),k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',he,ke),At(null)}}function S(V,ae){{if(typeof V!="object")return;if(Te(V))for(var he=0;he<V.length;he++){var ke=V[he];gt(ke)&&N(ke,ae)}else if(gt(V))V._store&&(V._store.validated=!0);else if(V){var Ge=T(V);if(typeof Ge=="function"&&Ge!==V.entries)for(var je=Ge.call(V),Ue;!(Ue=je.next()).done;)gt(Ue.value)&&N(Ue.value,ae)}}}function M(V){{var ae=V.type;if(ae==null||typeof ae=="string")return;var he;if(typeof ae=="function")he=ae.propTypes;else if(typeof ae=="object"&&(ae.$$typeof===c||ae.$$typeof===f))he=ae.propTypes;else return;if(he){var ke=D(ae);qe(he,V.props,"prop",ke,V)}else if(ae.PropTypes!==void 0&&!Je){Je=!0;var Ge=D(ae);k("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",Ge||"Unknown")}typeof ae.getDefaultProps=="function"&&!ae.getDefaultProps.isReactClassApproved&&k("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function B(V){{for(var ae=Object.keys(V.props),he=0;he<ae.length;he++){var ke=ae[he];if(ke!=="children"&&ke!=="key"){At(V),k("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",ke),At(null);break}}V.ref!==null&&(At(V),k("Invalid attribute `ref` supplied to `React.Fragment`."),At(null))}}var K={};function Z(V,ae,he,ke,Ge,je){{var Ue=oe(V);if(!Ue){var ct="";(V===void 0||typeof V=="object"&&V!==null&&Object.keys(V).length===0)&&(ct+=" 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 Jt=st(Ge);Jt?ct+=Jt:ct+=Pt();var Nt;V===null?Nt="null":Te(V)?Nt="array":V!==void 0&&V.$$typeof===t?(Nt="<"+(D(V.type)||"Unknown")+" />",ct=" Did you accidentally export a JSX literal instead of a component?"):Nt=typeof V,k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Nt,ct)}var Lt=It(V,ae,he,Ge,je);if(Lt==null)return Lt;if(Ue){var nr=ae.children;if(nr!==void 0)if(ke)if(Te(nr)){for(var Er=0;Er<nr.length;Er++)S(nr[Er],V);Object.freeze&&Object.freeze(nr)}else k("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 S(nr,V)}if(mt.call(ae,"key")){var sr=D(V),Yt=Object.keys(ae).filter(function(Kr){return Kr!=="key"}),yr=Yt.length>0?"{key: someKey, "+Yt.join(": ..., ")+": ...}":"{key: someKey}";if(!K[sr+yr]){var Nn=Yt.length>0?"{"+Yt.join(": ..., ")+": ...}":"{}";k(`A props object containing a "key" prop is being spread into JSX:
20
+ let props = %s;
21
+ <%s {...props} />
22
+ React keys must be passed directly to JSX without using spread:
23
+ let props = %s;
24
+ <%s key={someKey} {...props} />`,yr,sr,Nn,sr),K[sr+yr]=!0}}return V===n?B(Lt):M(Lt),Lt}}function re(V,ae,he){return Z(V,ae,he,!0)}function $e(V,ae,he){return Z(V,ae,he,!1)}var tt=$e,Ne=re;fa.Fragment=n,fa.jsx=tt,fa.jsxs=Ne}()),fa}pn.env.NODE_ENV==="production"?df.exports=vS():df.exports=yS();var _=df.exports;const rK="",nK="",iK="";window._iconfont_svg_string_4776227='<svg><symbol id="icon-link2" viewBox="0 0 1024 1024"><path d="M642.7648 217.6a166.5024 166.5024 0 0 1 166.5024 166.5024v256.256a166.5024 166.5024 0 0 1-166.5024 166.5024H386.5088a92.16 92.16 0 0 1-64.9728-157.5936L506.88 465.2032H429.2096a38.4 38.4 0 0 1-38.0416-33.1776l-0.3584-5.2224a38.4 38.4 0 0 1 38.4-38.4h170.8544l1.4336 0.0512c0.8704 0 1.6896 0.1024 2.56 0.1536l-3.9936-0.2048a38.656 38.656 0 0 1 27.2384 11.3664l1.792 1.9456 1.536 1.8944-3.328-3.84a38.6048 38.6048 0 0 1 11.1616 27.0336v170.8544a38.4 38.4 0 0 1-76.8 0l-0.0512-78.592-185.9584 184.6784a15.36 15.36 0 0 0 7.3216 25.9072l3.584 0.4096h256.2048c49.5616 0 89.7024-40.1408 89.7024-89.7024V384.1024c0-49.5104-40.1408-89.7024-89.7024-89.7024H386.5088c-49.5616 0-89.7024 40.192-89.7024 89.7024V563.2a38.4 38.4 0 0 1-76.8 0V384.1024A166.5024 166.5024 0 0 1 386.5088 217.6h256.256z" ></path></symbol><symbol id="icon-more" viewBox="0 0 1024 1024"><path d="M499.2 217.6m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path><path d="M499.2 524.8m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path><path d="M499.2 832m0-64a64 64 0 1 0 0 128 64 64 0 1 0 0-128Z" ></path></symbol><symbol id="icon-docs" viewBox="0 0 1024 1024"><path d="M665.6 41.728c65.9456 0 121.2928 45.312 136.6016 106.496 5.0688-2.6624 10.8544-4.096 16.9984-4.096a140.8 140.8 0 0 1 140.8 140.8v563.2a140.8 140.8 0 0 1-140.8 140.8H358.4a140.8512 140.8512 0 0 1-135.4752-102.4H204.8a140.8 140.8 0 0 1-140.8-140.8v-563.2A140.8 140.8 0 0 1 204.8 41.728h460.8z m140.8 177.0496v526.9504a140.8 140.8 0 0 1-140.8 140.8l-358.4 0.1024c11.7248 15.5136 30.3104 25.4976 51.2 25.4976h460.8c35.328 0 64-28.672 64-64v-563.2c0-35.328-28.672-64-64-64a38.3488 38.3488 0 0 1-12.8-2.1504zM665.6 118.528H204.8c-35.328 0-64 28.672-64 64v563.2c0 35.328 28.672 64 64 64h460.8c35.328 0 64-28.672 64-64v-563.2c0-35.328-28.672-64-64-64z m-153.6 281.6a38.4 38.4 0 1 1 0 76.8H256a38.4 38.4 0 1 1 0-76.8h256z m102.4-153.6a38.4 38.4 0 1 1 0 76.8H256a38.4 38.4 0 1 1 0-76.8h358.4z" ></path></symbol><symbol id="icon-link1" viewBox="0 0 1024 1024"><path d="M719.872 268.8l3.738 0.205 0.768 0.051-4.506-0.256a38.502 38.502 0 0 1 28.416 12.544l0.973 1.126a38.554 38.554 0 0 1 1.74 2.253l-2.713-3.379a38.605 38.605 0 0 1 9.984 25.549V563.2a38.4 38.4 0 1 1-76.8 0V394.086L281.856 758.221a38.4 38.4 0 0 1-51.712-56.832L620.646 345.6H463.872a38.4 38.4 0 0 1-38.042-33.178l-0.358-5.222a38.4 38.4 0 0 1 38.4-38.4h256z" ></path></symbol><symbol id="icon-icon-kfckfc" viewBox="0 0 1024 1024"><path d="M53.504 102.912c-0.41 0.563 30.208 42.086 67.84 92.006L299.008 430.9 408.32 576l-7.014 7.885c-3.943 4.352-84.327 90.521-178.432 191.488C128.717 876.595 51.354 960 51.2 960.87c-0.358 0.922 16.077 1.69 39.731 1.536l40.243-0.204 13.21-14.49A217385.626 217385.626 0 0 0 440.32 629.914l4.71-5.479 37.837 50.33L610.048 843.93l89.6 118.63H836.71c114.023 0 136.858-0.358 136.141-2.458-0.563-1.484-35.328-48.025-77.312-103.782-41.984-55.603-90.01-119.398-106.65-141.568-16.793-22.17-66.15-88.064-110.028-146.074-43.879-58.163-79.821-106.598-79.821-107.366 0-1.331 231.782-251.187 310.58-334.746l22.527-23.808h-41.42l-41.217 0.154-48.179 51.814a48197.632 48197.632 0 0 1-144.23 154.88l-95.847 102.912L445.03 258.202 328.55 103.68l-137.062-0.922c-75.418-0.563-137.626-0.41-137.984 0.154z m324.762 166.4c44.8 59.7 113.97 151.5 153.65 204.288 39.732 52.531 127.796 169.677 195.892 259.994 68.045 90.47 124.365 165.376 125.286 166.707 1.178 1.69-12.288 2.253-61.235 2.253h-62.566L605.286 737.69c-286.208-379.802-430.592-571.7-432.332-574.516-1.127-1.69 11.724-2.252 61.081-2.252h62.567l81.664 108.39z" ></path></symbol><symbol id="icon-icon_telegram" viewBox="0 0 1024 1024"><path d="M824.87808 503.6032c55.8592 0 100.096 12.544 133.4272 37.5296 34.2016 26.7264 55.9104 66.7136 64.2048 120.9344h-94.208c-5.8368-27.4944-17.5104-47.5136-34.2016-60.8768-17.5104-13.312-40.8576-19.968-69.2224-19.968-35.0208 0-62.5664 12.4928-82.5856 39.168-19.968 25.856-30.0032 62.5152-30.0032 109.2608 0 47.5136 9.216 85.0432 29.184 111.7184 18.3296 25.856 45.8752 39.2192 82.5856 39.2192 63.3856 0 98.4064-31.6928 105.8816-94.208H1024.19968c-9.984 58.368-32.512 101.7344-66.7136 130.048-33.3824 27.5456-78.3872 41.728-134.2976 41.728-66.7136 0-118.4256-21.7088-155.136-65.024-35.84-41.728-53.3504-95.9488-53.3504-162.6624 0-65.024 17.5104-118.4256 52.5312-159.2832 37.5296-45.056 90.112-67.584 157.6448-67.584z m75.7248-333.6704l-53.76 245.4528a353.792 353.792 0 0 0-12.6464-0.256c-164.096 0-316.3648 113.7664-357.0176 266.752L381.63968 771.9424c-11.6224 10.9056-20.7872 20.1216-41.5744 20.1216l14.1824-205.2608 385.1776-336.7424c16.896-14.5408-3.6352-21.6576-26.112-8.3968L237.76768 532.2752 32.35328 470.1696c-44.288-13.1584-44.544-42.7008 10.0352-64l800.3072-298.9568c36.5568-15.9744 71.8336 8.5504 57.856 62.72z" ></path></symbol><symbol id="icon-icon_medium" viewBox="0 0 1024 1024"><path d="M576.819712 497.6128c-0.7168 169.6768-139.5712 294.7584-293.376 292.3008C127.795712 787.4048-0.357888 656.1792 0.000512 495.2064 0.358912 334.9504 130.611712 204.032 288.819712 204.8c159.9488 0.768 288.2048 131.1744 288 292.8128m27.904-1.536c0.9216-72.9088 12.3904-143.3088 50.1248-207.0528 7.168-12.1856 15.872-23.8592 25.6512-33.9968 44.4928-46.08 99.4816-44.0832 141.312 4.5056 28.8768 33.5872 45.8752 73.216 56.064 115.8656 24.576 102.5536 21.2992 203.5712-19.968 301.6704-11.9808 28.416-28.5184 54.2208-52.9408 73.728-36.2496 29.1328-76.8 29.3888-112.5376-0.3072-39.2704-32.6656-59.4944-77.5168-70.7584-125.696-9.8304-41.984-14.2848-85.248-21.0944-128l4.1472-0.7168M1024.000512 470.5792c-3.1744 93.952-4.9152 159.8976-22.1696 224.0512-3.0208 11.264-6.656 22.7328-12.4928 32.6656-3.8912 6.656-11.776 14.3872-18.3296 14.8992-5.3248 0.4096-14.08-8.192-16.6912-14.6944-7.5776-18.7392-14.848-38.0928-18.6368-57.9584-16.384-86.3744-18.4832-173.7216-10.496-261.0176 3.584-39.424 11.9296-78.4896 19.1488-117.5552 1.792-9.728 6.7584-19.2512 11.776-27.9552 9.728-16.4864 22.3744-16.896 30.9248 0 7.68 15.2576 15.0528 31.744 17.408 48.4864 8.8064 62.0544 15.4112 124.416 19.5584 159.0784" ></path></symbol><symbol id="icon-icon_discord" viewBox="0 0 1024 1024"><path d="M831.8976 213.6064A748.032 748.032 0 0 0 641.7408 153.6c-8.192 14.848-17.7664 34.8672-24.3712 50.7904a694.8864 694.8864 0 0 0-210.688 0c-6.6048-15.872-16.384-35.8912-24.6272-50.7904a745.5744 745.5744 0 0 0-190.3104 60.16C71.424 396.4928 38.8096 574.6176 55.0912 750.2848a758.784 758.784 0 0 0 233.216 120.064c18.7904-26.0096 35.5328-53.6064 49.92-82.688a490.0864 490.0864 0 0 1-78.6432-38.4c6.656-4.9664 13.056-10.0864 19.3024-15.36 151.6544 71.2704 316.416 71.2704 466.2272 0 6.2976 5.2736 12.8 10.3936 19.3024 15.36a488.8576 488.8576 0 0 1-78.848 38.5024c14.4384 28.9792 31.1296 56.6784 49.9712 82.6368a757.2992 757.2992 0 0 0 233.3184-120.1152c19.1488-203.6224-32.6656-380.16-136.96-536.6784zM358.912 642.2528c-45.568 0-82.8416-42.7008-82.8416-94.72 0-51.968 36.5056-94.72 82.8416-94.72 46.336 0 83.6608 42.6496 82.8416 94.72 0.1024 52.0192-36.5056 94.72-82.8416 94.72z m306.176 0c-45.5168 0-82.8416-42.7008-82.8416-94.72 0-51.968 36.5056-94.72 82.8416-94.72 46.336 0 83.6608 42.6496 82.8416 94.72 0 52.0192-36.5056 94.72-82.8416 94.72z" ></path></symbol><symbol id="icon-icon_del" viewBox="0 0 1024 1024"><path d="M512 64a243.2512 243.2512 0 0 1 240.1792 204.8h-1.3312a140.8 140.8 0 0 1 139.1104 162.4576l-63.6928 409.6a140.8 140.8 0 0 1-139.1616 119.1424H336.896a140.8 140.8 0 0 1-139.1616-119.1424l-63.6928-409.6A140.8 140.8 0 0 1 271.8208 268.8a243.2 243.2 0 0 1 240.1792-204.8z m238.848 281.6h-477.696A64 64 0 0 0 209.92 419.4304l63.6928 409.6A64 64 0 0 0 336.896 883.2h350.208a64 64 0 0 0 63.2832-54.1696l63.6928-409.6a64 64 0 0 0-63.232-73.8304zM409.6 473.6a38.4 38.4 0 0 1 38.4 38.4v204.8a38.4 38.4 0 1 1-76.8 0v-204.8A38.4 38.4 0 0 1 409.6 473.6z m204.8 0a38.4 38.4 0 0 1 38.4 38.4v204.8a38.4 38.4 0 1 1-76.8 0v-204.8a38.4 38.4 0 0 1 38.4-38.4z m-102.4-332.8a166.4512 166.4512 0 0 0-160.0512 120.7296l-1.8944 7.2704h323.84l-1.8432-7.2704a166.5024 166.5024 0 0 0-150.6304-120.4736L512 140.8z" ></path></symbol><symbol id="icon-plorer" viewBox="0 0 1024 1024"><path d="M608 62.31l245.453 141.67a192 192 0 0 1 96 166.298v283.444a192 192 0 0 1-96 166.297L608 961.69a192 192 0 0 1-192 0L170.547 820.02a192 192 0 0 1-96-166.297V370.278a192 192 0 0 1 95.949-166.297L415.949 62.31a192 192 0 0 1 192 0z m-153.6 66.51L208.947 270.49a115.2 115.2 0 0 0-57.6 99.84v283.392a115.2 115.2 0 0 0 57.6 99.788L454.4 895.18a115.2 115.2 0 0 0 115.2 0l245.453-141.67a115.2 115.2 0 0 0 57.6-99.84V370.33a115.2 115.2 0 0 0-57.6-99.79L569.6 128.87a115.2 115.2 0 0 0-115.2 0zM726.886 324.3L577.741 764.11c-11.776 34.713-60.826 34.816-72.704 0.051L440.73 575.59l-197.94-71.987c-31.744-11.622-33.536-54.63-5.427-69.785l5.632-2.458 434.586-155.546a38.4 38.4 0 0 1 49.305 48.487z m-98.252 50.586L369.05 467.763l115.2 41.984a38.4 38.4 0 0 1 20.992 18.381l2.252 5.325 33.792 98.97 87.348-257.537z" ></path></symbol><symbol id="icon-disconnect" viewBox="0 0 1024 1024"><path d="M575.357 738.274a38.4 38.4 0 0 1 0 54.306l-72.408 72.408A243.2 243.2 0 1 1 159.012 521.05l72.408-72.408a38.4 38.4 0 1 1 54.306 54.306l-72.408 72.408a166.4 166.4 0 0 0 235.325 235.325l72.408-72.408a38.4 38.4 0 0 1 54.306 0z m-108.612-181.02a38.4 38.4 0 0 1 0 54.307L358.134 720.172a38.4 38.4 0 1 1-54.306-54.306l108.611-108.611a38.4 38.4 0 0 1 54.306 0zM756.376 702.07a38.4 38.4 0 1 1-54.306 54.306L267.624 321.93a38.4 38.4 0 1 1 54.306-54.306L756.376 702.07z m-36.204-398.242a38.4 38.4 0 0 1 0 54.306L611.561 466.745a38.4 38.4 0 1 1-54.306-54.306l108.611-108.611a38.4 38.4 0 0 1 54.306 0z m144.816-144.816a243.2 243.2 0 0 1 0 343.937l-72.408 72.408a38.4 38.4 0 1 1-54.306-54.306l72.408-72.408a166.4 166.4 0 0 0-235.325-235.325l-72.408 72.408a38.4 38.4 0 0 1-54.306-54.306l72.408-72.408a243.2 243.2 0 0 1 343.937 0z" ></path></symbol><symbol id="icon-copy" viewBox="0 0 1024 1024"><path d="M665.6 396.8a140.8 140.8 0 0 1 140.8 140.8v128a140.8 140.8 0 0 1-140.8 140.8h-128a140.8 140.8 0 0 1-140.8-140.8v-128a140.8 140.8 0 0 1 140.8-140.8h128z m0 76.8h-128c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h128c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64z" ></path><path d="M537.6 217.6c49.46 0 89.6 40.14 89.6 89.6v25.6a38.4 38.4 0 0 1-76.8 0v-25.6a12.8 12.8 0 0 0-12.8-12.8H307.2a12.8 12.8 0 0 0-12.8 12.8v230.4c0 7.066 5.734 12.8 12.8 12.8h25.6a38.4 38.4 0 0 1 0 76.8h-25.6a89.6 89.6 0 0 1-89.6-89.6V307.2c0-49.46 40.14-89.6 89.6-89.6h230.4z" ></path></symbol><symbol id="icon-link" viewBox="0 0 1024 1024"><path d="M436.992 281.6a38.4 38.4 0 0 1 0 76.8 217.6 217.6 0 1 0 217.6 217.6 38.4 38.4 0 1 1 76.8 0 294.4 294.4 0 1 1-294.4-294.4z m385.28-102.4l3.8912 0.2048 0.6144 0.0512-4.5056-0.256a38.2464 38.2464 0 0 1 28.416 12.544l0.8704 1.024a38.5536 38.5536 0 0 1 2.0992 2.7136l-2.9696-3.7376a38.656 38.656 0 0 1 9.984 25.5488V473.6a38.4 38.4 0 1 1-76.8 0V304.4864l-399.616 364.1344a38.4 38.4 0 0 1-51.712-56.832L723.0464 256H566.272a38.4 38.4 0 0 1-38.0416-33.1776l-0.3584-5.2224a38.4 38.4 0 0 1 38.4-38.4h256z" ></path></symbol><symbol id="icon-unfold" viewBox="0 0 2048 1024"><path d="M565.248 78.131a76.8 76.8 0 0 1 108.544 0l362.086 361.984a25.6 25.6 0 0 0 36.25 0l361.984-361.984a76.8 76.8 0 0 1 108.544 108.544l-361.984 362.189a179.2 179.2 0 0 1-253.44 0L565.248 186.675a76.8 76.8 0 0 1 0-108.544z" ></path></symbol><symbol id="icon-rpc" viewBox="0 0 1024 1024"><path d="M204.8 678.4a140.8 140.8 0 1 1 0 281.6 140.8 140.8 0 0 1 0-281.6z m168.96-573.44a268.8 268.8 0 0 1 207.872 439.245l38.144 38.144a192 192 0 1 1-55.603 53.094l-39.27-39.373A268.8 268.8 0 1 1 373.76 104.96zM204.8 755.2a64 64 0 1 0 0 128 64 64 0 0 0 0-128z m517.12-125.44a115.2 115.2 0 1 0 0 230.4 115.2 115.2 0 0 0 0-230.4z m-348.16-448a192 192 0 1 0 0 384 192 192 0 0 0 0-384zM819.2 64a140.8 140.8 0 1 1 0 281.6 140.8 140.8 0 0 1 0-281.6z m0 76.8a64 64 0 1 0 0 128 64 64 0 0 0 0-128z" ></path></symbol><symbol id="icon-mev" viewBox="0 0 1024 1024"><path d="M651.162 95.488c53.401 56.422 131.84 113.818 235.212 171.674a38.4 38.4 0 0 1 19.456 29.9c12.032 129.024-12.544 251.75-73.625 367.156-60.211 113.817-158.976 226.457-295.936 338.33a38.4 38.4 0 0 1-48.589 0C356.608 895.436 259.328 782.181 196.045 662.681c-64.103-121.19-90.266-243.405-77.824-365.876a38.4 38.4 0 0 1 20.531-30.259C239.923 214.323 319.846 156.98 378.624 94.925c104.96-110.95 169.37-108.442 272.538 0.512z m126.464 196.506l-1.178 0.819a41.933 41.933 0 0 1-10.035 3.84c-4.25 1.024-5.427 1.28-14.695 3.328a122.368 122.368 0 0 0-16.896 4.403c-43.878 16.384-71.168 47.411-83.097 96.666-2.304 9.625-3.328 20.838-3.687 38.4l-0.204 13.516v15.872l0.05 9.728v2.048l0.052 3.482c0.256 35.328 0.154 51.2-1.024 71.424-4.506 79.36-42.291 140.39-108.954 178.483-29.542 16.896-61.9 23.962-99.328 23.91h-8.704a9243.136 9243.136 0 0 0-29.286-0.153h-17.46l-10.034-0.051h-22.938c40.448 50.841 88.371 100.71 143.77 149.504l17.97 15.513 17.511-14.899c101.018-88.064 176.077-175.513 225.28-262.144l9.523-17.408c50.893-96.205 73.063-197.273 66.56-303.974l-3.584-2.407a1479.786 1479.786 0 0 1-49.664-29.9z m-171.52 5.12h-1.127c-15.155 0.102-30.054 3.584-45.107 10.598-46.285 21.504-77.056 71.373-76.39 128.051 0.307 25.703 0.256 51.354 0 87.603l-0.103 10.445c-0.102 14.49-0.512 24.371-1.74 34.816-4.865 42.803-19.661 79.77-43.674 110.285l-1.792 2.15 1.331 0.052h1.331c24.832 0 44.288-4.199 61.03-13.824 44.033-25.19 67.38-62.72 70.4-116.122 1.025-18.022 1.127-32.768 0.871-66.56v-5.478l-0.051-5.223v-21.504c0-5.12 0.051-9.728 0.153-14.49 0.512-22.681 1.895-38.604 5.837-54.937a225.075 225.075 0 0 1 35.687-79.514l4.71-6.246h-11.366z m1.484-136.295l-12.236-12.544c-73.728-77.926-87.245-78.438-160.973-0.563-60.467 63.898-139.674 122.112-237.466 174.95l-3.942 2.048-0.768 17.562c-2.407 88.064 18.176 176.384 61.952 265.42l9.779 19.047c9.267 17.51 19.354 34.919 30.26 52.224l-0.871 0.154c2.406-0.512 2.406-0.512 6.144-0.973 15.104-1.536 29.593-6.86 43.776-15.974 36.454-23.552 56.883-56.576 62.105-102.247 0.82-7.168 1.127-14.848 1.23-26.726l0.102-10.343c0.256-35.84 0.307-61.132 0-86.22-1.024-86.58 46.899-164.199 120.78-198.554a183.552 183.552 0 0 1 77.312-17.766h1.536l53.044 0.256h16.076a775.117 775.117 0 0 1-67.84-59.75z" ></path></symbol><symbol id="icon-caution" viewBox="0 0 1024 1024"><path d="M512 682.666667c-47.146667 0-85.333333-42.112-85.333333-94.037334V94.037333C426.666667 42.112 464.853333 0 512 0s85.333333 42.112 85.333333 94.037333v494.592C597.333333 640.554667 559.146667 682.666667 512 682.666667zM512 1024c-47.146667 0-85.333333-35.2-85.333333-78.592v-98.816C426.666667 803.2 464.853333 768 512 768s85.333333 35.2 85.333333 78.592v98.816C597.333333 988.8 559.146667 1024 512 1024z" ></path></symbol><symbol id="icon-settings" viewBox="0 0 1024 1024"><path d="M608 62.31l245.453 141.67a192 192 0 0 1 96 166.298v283.444a192 192 0 0 1-96 166.297L608 961.69a192 192 0 0 1-192 0L170.547 820.02a192 192 0 0 1-96-166.297V370.278a192 192 0 0 1 95.949-166.297L415.949 62.31a192 192 0 0 1 192 0z m-153.6 66.51L208.947 270.49a115.2 115.2 0 0 0-57.6 99.84v283.392a115.2 115.2 0 0 0 57.6 99.788L454.4 895.18a115.2 115.2 0 0 0 115.2 0l245.453-141.67a115.2 115.2 0 0 0 57.6-99.84V370.33a115.2 115.2 0 0 0-57.6-99.79L569.6 128.87a115.2 115.2 0 0 0-115.2 0z m104.858 211.762a89.6 89.6 0 0 1 77.568 44.8l47.257 81.818a89.6 89.6 0 0 1 0 89.6l-47.257 81.818a89.6 89.6 0 0 1-77.568 44.8h-94.516a89.6 89.6 0 0 1-77.568-44.8L339.917 556.8a89.6 89.6 0 0 1 0-89.6l47.257-81.818a89.6 89.6 0 0 1 77.568-44.8h94.516z m0 76.8h-94.516a12.8 12.8 0 0 0-11.059 6.4L406.426 505.6a12.8 12.8 0 0 0 0 12.8l47.257 81.818a12.8 12.8 0 0 0 11.06 6.4h94.515a12.8 12.8 0 0 0 11.059-6.4l47.257-81.818a12.8 12.8 0 0 0 0-12.8l-47.257-81.818a12.8 12.8 0 0 0-11.06-6.4z" ></path></symbol><symbol id="icon-back" viewBox="0 0 1024 1024"><path d="M67.738 495.616l36.3 32.358 220.468 194.868c13.926 12.236 14.438 33.792 1.024 46.796l-0.41 0.41a31.898 31.898 0 0 1-44.288 0L20.736 518.554a31.744 31.744 0 0 1 0-45.773l260.096-251.597a31.898 31.898 0 0 1 44.288 0l0.46 0.41a31.846 31.846 0 0 1-1.023 46.848l-220.57 194.816-36.352 32.358z" ></path></symbol><symbol id="icon-wallet" viewBox="0 0 1024 1024"><path d="M825.6 115.2A134.4 134.4 0 0 1 960 249.6v384c0 60.877-40.448 112.282-95.949 128.82L864 785.868a140.8 140.8 0 0 1-179.456 135.373l-467.2-133.479A140.8 140.8 0 0 1 115.2 652.288V249.6a134.4 134.4 0 0 1 134.4-134.4h576zM256 225.331c-35.328 0-64 28.672-64 64V652.34c0 28.57 18.944 53.709 46.438 61.543l467.2 133.478a64 64 0 0 0 81.562-61.491v-47.616a38.502 38.502 0 0 1 0-17.306V422.861a64 64 0 0 0-46.438-61.543l-467.2-133.478A64 64 0 0 0 256 225.28zM825.6 192H427.827l334.029 95.437A140.8 140.8 0 0 1 864 422.86v253.645c11.776-10.548 19.2-25.856 19.2-42.906v-384c0-31.795-25.805-57.6-57.6-57.6z m-192 259.226a38.4 38.4 0 0 1 38.4 38.4V633.6a38.4 38.4 0 1 1-76.8 0V489.574a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-star" viewBox="0 0 1024 1024"><path d="M474.778 72.653a84.992 84.992 0 0 1 113.1 37.683l90.727 179.712c1.024 2.15 3.277 3.686 5.939 4.096l202.906 29.082c18.278 2.56 35.174 11.059 48.128 24.064a83.302 83.302 0 0 1-1.23 119.09l-148.12 142.542a6.605 6.605 0 0 0-2.049 5.939l34.765 195.584c3.277 18.483 0.154 37.58-8.806 54.17a85.043 85.043 0 0 1-114.176 34.457L515.84 804.659a8.55 8.55 0 0 0-7.885 0l-179.968 94.31c-16.589 8.705-35.635 11.674-54.118 8.5a83.968 83.968 0 0 1-68.813-97.28l34.97-195.328a6.605 6.605 0 0 0-2.048-5.94L89.702 466.484a83.61 83.61 0 0 1-24.832-48.128 83.968 83.968 0 0 1 71.732-95.078l204.339-29.184a7.834 7.834 0 0 0 5.939-4.096l89.395-179.251c8.192-16.59 21.76-29.952 38.503-38.093z m36.198 68.25l-2.56 0.767a7.475 7.475 0 0 0-3.43 3.328l-89.344 179.303c-12.39 24.832-36.301 41.933-63.847 45.875l-204.339 29.133c-4.352 0.614-7.168 4.198-6.605 7.885a6.81 6.81 0 0 0 2.048 3.89l148.275 142.49c20.173 19.354 29.338 47.36 24.423 74.804l-34.919 195.379c-0.665 3.584 1.946 7.27 6.247 8.038 1.894 0.307 3.789 0 5.427-0.819l179.968-94.31a85.35 85.35 0 0 1 79.155 0l180.173 94.361c3.994 2.1 9.011 0.615 10.957-3.02a6.4 6.4 0 0 0 0.717-4.199l-34.714-195.533a83.354 83.354 0 0 1 24.371-74.65l148.122-142.591a6.502 6.502 0 0 0 0.102-9.524 8.14 8.14 0 0 0-4.608-2.252l-202.957-29.082c-27.392-3.942-51.2-20.89-63.59-45.517l-90.726-179.712c-1.844-3.635-6.81-5.273-10.906-3.277l2.56-0.768z" ></path></symbol><symbol id="icon-trade" viewBox="0 0 1024 1024"><path d="M1002.93153 563.627l-433.237 432.64a67.243 67.243 0 0 1-29.696 21.93c-0.853 0.171-1.45 0.342-1.963 0.342a61.27 61.27 0 0 1-22.442 4.608c-1.11 0-2.304 0.853-3.414 0.853-2.048 0-3.84-1.365-5.973-1.365a54.87 54.87 0 0 1-13.653-2.987 77.312 77.312 0 0 1-15.275-6.144c-2.987-1.621-5.803-3.67-8.533-5.803-2.56-1.962-5.718-2.816-7.936-5.461L21.34153 563.627a71.68 71.68 0 0 1 0-102.059 72.704 72.704 0 0 1 102.57 0l316.16 315.477V73.472C440.07353 33.109 472.92753 0 513.29053 0a73.387 73.387 0 0 1 73.216 73.472v701.355L900.53153 461.653a72.363 72.363 0 0 1 102.4 102.059z" ></path></symbol><symbol id="icon-verticalslider" viewBox="0 0 1024 1024"><path d="M310.426 441.6a166.4 166.4 0 0 1 38.4 328.346V870.4a38.4 38.4 0 1 1-76.8 0V769.946a166.451 166.451 0 0 1 38.4-328.346z m0 76.8a89.6 89.6 0 1 0 0 179.2 89.6 89.6 0 0 0 0-179.2z m403.2-403.2a38.4 38.4 0 0 1 38.4 38.4v55.654a166.451 166.451 0 0 1-38.4 328.346 166.4 166.4 0 0 1-38.4-328.346V153.6a38.4 38.4 0 0 1 38.4-38.4z m0 166.4a89.6 89.6 0 1 0 0 179.2 89.6 89.6 0 0 0 0-179.2zM310.323 115.2a38.4 38.4 0 0 1 38.4 38.4v146.534a38.4 38.4 0 0 1-76.8 0V153.6a38.4 38.4 0 0 1 38.4-38.4z m403.2 525.26a38.4 38.4 0 0 1 38.4 38.4V870.4a38.4 38.4 0 1 1-76.8 0V678.86a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-swap" viewBox="0 0 1024 1024"><path d="M321.434 116.224a51.2 51.2 0 0 1 69.888 74.752c-47.77 44.646-87.04 81.818-117.658 111.462l-1.997 1.844h289.229a51.2 51.2 0 0 1 50.842 45.26l0.358 5.94a51.2 51.2 0 0 1-51.2 51.2H154.47a51.763 51.763 0 0 1-52.07-52.839c0.205-11.52 3.123-19.097 7.782-27.136 3.226-5.53 7.22-10.752 12.8-17.203 8.192-9.626 20.992-23.04 38.656-40.704a7171.584 7171.584 0 0 1 159.744-152.576z m509.593 188.058a51.2 51.2 0 0 1 0 102.4h-93.593a51.2 51.2 0 0 1 0-102.4h93.593zM663.194 853.709a51.2 51.2 0 0 1-69.888-74.803c47.77-44.647 87.04-81.818 117.657-111.412l2.048-1.894H153.6a51.2 51.2 0 0 1-50.842-45.21l-0.358-5.99a51.2 51.2 0 0 1 51.2-51.2h676.557c27.904 0 52.582 22.272 52.07 52.838a51.456 51.456 0 0 1-7.782 27.136c-3.226 5.53-7.22 10.752-12.8 17.204-8.192 9.625-20.992 23.04-38.656 40.704a7171.584 7171.584 0 0 1-159.744 152.627z" ></path></symbol><symbol id="icon-star_sel" viewBox="0 0 1024 1024"><path d="M470.63 127.846L381.286 307.2a46.182 46.182 0 0 1-34.918 24.986l-204.34 29.184a45.568 45.568 0 0 0-39.167 51.456 45.344 45.344 0 0 0 13.465 26.01l148.276 142.438c10.905 10.496 15.872 25.6 13.21 40.448l-34.97 195.328a45.568 45.568 0 0 0 37.58 52.633 46.95 46.95 0 0 0 29.748-4.659l179.968-94.31a46.95 46.95 0 0 1 43.52 0l180.121 94.361c22.528 11.827 50.586 3.43 62.618-18.688a44.8 44.8 0 0 0 4.71-29.184L746.394 621.62a45.005 45.005 0 0 1 13.21-40.294l148.12-142.592a44.902 44.902 0 0 0 0.666-64.256 46.54 46.54 0 0 0-26.368-13.21l-202.956-29.081a46.182 46.182 0 0 1-34.765-24.781l-90.727-179.712a46.592 46.592 0 0 0-82.944 0.205z" ></path></symbol><symbol id="icon-tips" viewBox="0 0 1024 1024"><path d="M512 166.4a345.6 345.6 0 1 1 0 691.2 345.6 345.6 0 0 1 0-691.2z m0 76.8a268.8 268.8 0 1 0 0 537.6 268.8 268.8 0 0 0 0-537.6z m0 196.3a38.4 38.4 0 0 1 38.4 38.4v219.29a38.4 38.4 0 1 1-76.8 0V477.9a38.4 38.4 0 0 1 38.4-38.4z m0-153.087a38.4 38.4 0 0 1 38.4 38.4v45.414a38.4 38.4 0 1 1-76.8 0v-45.363a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-sel" viewBox="0 0 1024 1024"><path d="M783.36 281.2416a51.2 51.2 0 0 1 71.68 73.0624l-407.9616 400.384a51.2 51.2 0 0 1-67.8912 3.4304l-206.3872-165.376a51.2 51.2 0 1 1 64-79.9232l170.9568 137.0112 375.6032-368.64z" ></path></symbol><symbol id="icon-spread" viewBox="0 0 1024 1024"><path d="M143.36 678.4a38.4 38.4 0 0 1 38.4 38.4v112.64c0 7.066 5.734 12.8 12.8 12.8H307.2a38.4 38.4 0 1 1 0 76.8H194.56a89.6 89.6 0 0 1-89.6-89.6V716.8a38.4 38.4 0 0 1 38.4-38.4z m327.68-573.44a38.4 38.4 0 0 1 0 76.8H234.342L842.24 790.477v-242.33a38.4 38.4 0 1 1 76.8 0V829.44a89.6 89.6 0 0 1-89.6 89.6H552.96a38.4 38.4 0 1 1 0-76.8l232.346-0.051L181.76 237.773V471.04a38.4 38.4 0 0 1-76.8 0V194.56c0-49.46 40.14-89.6 89.6-89.6h276.48z m358.4 0c49.46 0 89.6 40.14 89.6 89.6V307.2a38.4 38.4 0 1 1-76.8 0V194.56a12.8 12.8 0 0 0-12.8-12.8H716.8a38.4 38.4 0 1 1 0-76.8h112.64z" ></path></symbol><symbol id="icon-refresh" viewBox="0 0 1024 1024"><path d="M601.446 178.176a344.576 344.576 0 0 1 124.621 62.413 38.4 38.4 0 0 1 5.12 55.45l-94.566 107.878a38.4 38.4 0 1 1-57.754-50.586l65.741-75.11-4.915-2.816a268.646 268.646 0 0 0-43.008-18.535l-15.104-4.505A268.8 268.8 0 1 0 771.635 581.58a38.4 38.4 0 1 1 74.189 19.865 345.6 345.6 0 1 1-244.378-423.27z" ></path></symbol><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M763.392 256.512a51.2 51.2 0 0 1 0 72.3968L582.2464 509.952l183.1424 183.1424a51.2 51.2 0 0 1-72.3968 72.3968l-183.1424-183.1424-180.992 181.0432a51.2 51.2 0 0 1-72.3968-72.3968L437.504 509.952 258.56 330.9568A51.2 51.2 0 0 1 330.9568 258.56L509.952 437.504l181.0432-180.992a51.2 51.2 0 0 1 72.3968 0z" ></path></symbol><symbol id="icon-alert" viewBox="0 0 1024 1024"><path d="M558.08 125.0816c12.6464 7.5776 23.1936 18.1248 30.72 30.72L959.232 773.12a89.6 89.6 0 0 1-76.8 135.68H141.6192a89.6 89.6 0 0 1-76.8-135.68L435.1488 155.8016a89.6 89.6 0 0 1 122.9312-30.72zM501.0432 195.328L130.6624 812.5952a12.8 12.8 0 0 0 10.9568 19.4048h740.7616a12.8 12.8 0 0 0 10.9568-19.4048L522.9568 195.328a12.8 12.8 0 0 0-21.9136 0zM512 524.8a38.4 38.4 0 0 1 38.4 38.4v153.6a38.4 38.4 0 1 1-76.8 0v-153.6a38.4 38.4 0 0 1 38.4-38.4z m0-204.8a38.4 38.4 0 0 1 38.4 38.4v51.2a38.4 38.4 0 1 1-76.8 0V358.4a38.4 38.4 0 0 1 38.4-38.4z" ></path></symbol><symbol id="icon-arrow" viewBox="0 0 1024 1024"><path d="M572.33 707.67l220.673-220.673a85.333 85.333 0 0 0-60.331-145.664H291.328a85.333 85.333 0 0 0-60.33 145.664L451.668 707.67a85.333 85.333 0 0 0 120.662 0z" ></path></symbol></svg>',(e=>{var t=(r=(r=document.getElementsByTagName("script"))[r.length-1]).getAttribute("data-injectcss"),r=r.getAttribute("data-disable-injectsvg");if(!r){var n,i,s,o,a,c=function(f,h){h.parentNode.insertBefore(f,h)};if(t&&!e.__iconfont__svg__cssinject__){e.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch{}}n=function(){var f,h=document.createElement("div");h.innerHTML=e._iconfont_svg_string_4776227,(h=h.getElementsByTagName("svg")[0])&&(h.setAttribute("aria-hidden","true"),h.style.position="absolute",h.style.width=0,h.style.height=0,h.style.overflow="hidden",h=h,(f=document.body).firstChild?c(h,f.firstChild):f.appendChild(h))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(n,0):(i=function(){document.removeEventListener("DOMContentLoaded",i,!1),n()},document.addEventListener("DOMContentLoaded",i,!1)):document.attachEvent&&(s=n,o=e.document,a=!1,l(),o.onreadystatechange=function(){o.readyState=="complete"&&(o.onreadystatechange=null,u())})}function u(){a||(a=!0,s())}function l(){try{o.documentElement.doScroll("left")}catch{return void setTimeout(l,50)}u()}})(window);const sK="",oK="",aK="",cK="";function Fn(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}const bS="1.18.0",wS="1.40.0",_S={"-32700":"ParseError","-32701":"OversizedRequest","-32702":"OversizedResponse","-32600":"InvalidRequest","-32601":"MethodNotFound","-32602":"InvalidParams","-32603":"InternalError","-32604":"ServerBusy","-32000":"CallExecutionFailed","-32001":"UnknownError","-32003":"SubscriptionClosed","-32004":"SubscriptionClosedWithError","-32005":"BatchesNotSupported","-32006":"TooManySubscriptions","-32050":"TransientError","-32002":"TransactionExecutionClientError"};class hf extends Error{}class pf extends hf{constructor(t,r){super(t),this.code=r,this.type=_S[r]??"ServerError"}}class tm extends hf{constructor(t,r,n){super(t),this.status=r,this.statusText=n}}var rm=e=>{throw TypeError(e)},mf=(e,t,r)=>t.has(e)||rm("Cannot "+r),er=(e,t,r)=>(mf(e,t,"read from private field"),r?r.call(e):t.get(e)),ys=(e,t,r)=>t.has(e)?rm("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),ro=(e,t,r,n)=>(mf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),nm=(e,t,r)=>(mf(e,t,"access private method"),r),xS=(e,t,r,n)=>({set _(i){ro(e,t,i,r)},get _(){return er(e,t,n)}}),bs,da,di,ws,ha,no,Ic,im,sm;function SS(e){const t=new URL(e);return t.protocol=t.protocol.replace("http","ws"),t.toString()}const ES={WebSocketConstructor:typeof WebSocket<"u"?WebSocket:void 0,callTimeout:3e4,reconnectTimeout:3e3,maxReconnects:5};class CS{constructor(t,r={}){if(ys(this,Ic),ys(this,bs,0),ys(this,da,0),ys(this,di,null),ys(this,ws,null),ys(this,ha,new Set),ys(this,no,new Map),this.endpoint=t,this.options={...ES,...r},!this.options.WebSocketConstructor)throw new Error("Missing WebSocket constructor");this.endpoint.startsWith("http")&&(this.endpoint=SS(this.endpoint))}async makeRequest(t,r){const n=await nm(this,Ic,im).call(this);return new Promise((i,s)=>{ro(this,bs,er(this,bs)+1),er(this,no).set(er(this,bs),{resolve:i,reject:s,timeout:setTimeout(()=>{er(this,no).delete(er(this,bs)),s(new Error(`Request timeout: ${t}`))},this.options.callTimeout)}),n.send(JSON.stringify({jsonrpc:"2.0",id:er(this,bs),method:t,params:r}))}).then(({error:i,result:s})=>{if(i)throw new pf(i.message,i.code);return s})}async subscribe(t){const r=new AS(t);return er(this,ha).add(r),await r.subscribe(this),()=>r.unsubscribe(this)}}bs=new WeakMap,da=new WeakMap,di=new WeakMap,ws=new WeakMap,ha=new WeakMap,no=new WeakMap,Ic=new WeakSet,im=function(){return er(this,ws)?er(this,ws):(ro(this,ws,new Promise(e=>{var t;(t=er(this,di))==null||t.close(),ro(this,di,new this.options.WebSocketConstructor(this.endpoint)),er(this,di).addEventListener("open",()=>{ro(this,da,0),e(er(this,di))}),er(this,di).addEventListener("close",()=>{xS(this,da)._++,er(this,da)<=this.options.maxReconnects&&setTimeout(()=>{nm(this,Ic,sm).call(this)},this.options.reconnectTimeout)}),er(this,di).addEventListener("message",({data:r})=>{let n;try{n=JSON.parse(r)}catch(i){console.error(new Error(`Failed to parse RPC message: ${r}`,{cause:i}));return}if("id"in n&&n.id!=null&&er(this,no).has(n.id)){const{resolve:i,timeout:s}=er(this,no).get(n.id);clearTimeout(s),i(n)}else if("params"in n){const{params:i}=n;er(this,ha).forEach(s=>{s.subscriptionId===i.subscription&&i.subscription===s.subscriptionId&&s.onMessage(i.result)})}})})),er(this,ws))},sm=async function(){var e;return(e=er(this,di))==null||e.close(),ro(this,ws,null),Promise.allSettled([...er(this,ha)].map(t=>t.subscribe(this)))};class AS{constructor(t){this.subscriptionId=null,this.subscribed=!1,this.input=t}onMessage(t){this.subscribed&&this.input.onMessage(t)}async unsubscribe(t){const{subscriptionId:r}=this;return this.subscribed=!1,r==null?!1:(this.subscriptionId=null,t.makeRequest(this.input.unsubscribe,[r]))}async subscribe(t){this.subscriptionId=null,this.subscribed=!0;const r=await t.makeRequest(this.input.method,this.input.params);this.subscribed&&(this.subscriptionId=r)}}var om=e=>{throw TypeError(e)},gf=(e,t,r)=>t.has(e)||om("Cannot "+r),en=(e,t,r)=>(gf(e,t,"read from private field"),r?r.call(e):t.get(e)),Pc=(e,t,r)=>t.has(e)?om("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),vf=(e,t,r,n)=>(gf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),MS=(e,t,r)=>(gf(e,t,"access private method"),r),pa,mn,ma,yf,am;class cm{constructor(t){Pc(this,yf),Pc(this,pa,0),Pc(this,mn),Pc(this,ma),vf(this,mn,t)}fetch(t,r){const n=en(this,mn).fetch??fetch;if(!n)throw new Error("The current environment does not support fetch, you can provide a fetch implementation in the options for SuiHTTPTransport.");return n(t,r)}async request(t){var i,s;vf(this,pa,en(this,pa)+1);const r=await this.fetch(((i=en(this,mn).rpc)==null?void 0:i.url)??en(this,mn).url,{method:"POST",headers:{"Content-Type":"application/json","Client-Sdk-Type":"typescript","Client-Sdk-Version":bS,"Client-Target-Api-Version":wS,"Client-Request-Method":t.method,...(s=en(this,mn).rpc)==null?void 0:s.headers},body:JSON.stringify({jsonrpc:"2.0",id:en(this,pa),method:t.method,params:t.params})});if(!r.ok)throw new tm(`Unexpected status code: ${r.status}`,r.status,r.statusText);const n=await r.json();if("error"in n&&n.error!=null)throw new pf(n.error.message,n.error.code);return n.result}async subscribe(t){const r=await MS(this,yf,am).call(this).subscribe(t);return async()=>!!await r()}}pa=new WeakMap,mn=new WeakMap,ma=new WeakMap,yf=new WeakSet,am=function(){var e;if(!en(this,ma)){const t=en(this,mn).WebSocketConstructor??WebSocket;if(!t)throw new Error("The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport.");vf(this,ma,new CS(((e=en(this,mn).websocket)==null?void 0:e.url)??en(this,mn).url,{WebSocketConstructor:t,...en(this,mn).websocket}))}return en(this,ma)};function um(e){switch(e){case"mainnet":return"https://fullnode.mainnet.sui.io:443";case"testnet":return"https://fullnode.testnet.sui.io:443";case"devnet":return"https://fullnode.devnet.sui.io:443";case"localnet":return"http://127.0.0.1:9000";default:throw new Error(`Unknown network: ${e}`)}}function TS(e){if(e.length>=255)throw new TypeError("Alphabet too long");const t=new Uint8Array(256);for(let u=0;u<t.length;u++)t[u]=255;for(let u=0;u<e.length;u++){const l=e.charAt(u),f=l.charCodeAt(0);if(t[f]!==255)throw new TypeError(l+" is ambiguous");t[f]=u}const r=e.length,n=e.charAt(0),i=Math.log(r)/Math.log(256),s=Math.log(256)/Math.log(r);function o(u){if(u instanceof Uint8Array||(ArrayBuffer.isView(u)?u=new Uint8Array(u.buffer,u.byteOffset,u.byteLength):Array.isArray(u)&&(u=Uint8Array.from(u))),!(u instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(u.length===0)return"";let l=0,f=0,h=0;const y=u.length;for(;h!==y&&u[h]===0;)h++,l++;const b=(y-h)*s+1>>>0,w=new Uint8Array(b);for(;h!==y;){let k=u[h],R=0;for(let U=b-1;(k!==0||R<f)&&U!==-1;U--,R++)k+=256*w[U]>>>0,w[U]=k%r>>>0,k=k/r>>>0;if(k!==0)throw new Error("Non-zero carry");f=R,h++}let T=b-f;for(;T!==b&&w[T]===0;)T++;let P=n.repeat(l);for(;T<b;++T)P+=e.charAt(w[T]);return P}function a(u){if(typeof u!="string")throw new TypeError("Expected String");if(u.length===0)return new Uint8Array;let l=0,f=0,h=0;for(;u[l]===n;)f++,l++;const y=(u.length-l)*i+1>>>0,b=new Uint8Array(y);for(;u[l];){let k=t[u.charCodeAt(l)];if(k===255)return;let R=0;for(let U=y-1;(k!==0||R<h)&&U!==-1;U--,R++)k+=r*b[U]>>>0,b[U]=k%256>>>0,k=k/256>>>0;if(k!==0)throw new Error("Non-zero carry");h=R,l++}let w=y-h;for(;w!==y&&b[w]===0;)w++;const T=new Uint8Array(f+(y-w));let P=f;for(;w!==y;)T[P++]=b[w++];return T}function c(u){const l=a(u);if(l)return l;throw new Error("Non-base"+r+" character")}return{encode:o,decodeUnsafe:a,decode:c}}var OS="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";const lm=TS(OS),kc=e=>lm.encode(e),io=e=>lm.decode(e),IS=kc,PS=io;function jc(e){return Uint8Array.from(atob(e),t=>t.charCodeAt(0))}const bf=8192;function Bi(e){if(e.length<bf)return btoa(String.fromCharCode(...e));let t="";for(var r=0;r<e.length;r+=bf){const n=e.slice(r,r+bf);t+=String.fromCharCode(...n)}return btoa(t)}const kS=Bi,jS=jc;function Nc(e){var i;const t=e.startsWith("0x")?e.slice(2):e,r=t.length%2===0?t:`0${t}`,n=((i=r.match(/[0-9a-fA-F]{2}/g))==null?void 0:i.map(s=>parseInt(s,16)))??[];if(n.length!==r.length/2)throw new Error(`Invalid hex string ${e}`);return Uint8Array.from(n)}function ga(e){return e.reduce((t,r)=>t+r.toString(16).padStart(2,"0"),"")}const NS=ga,RS=Nc;function wf(e){let t=[],r=0;if(e===0)return[0];for(;e>0;)t[r]=e&127,(e>>=7)&&(t[r]|=128),r+=1;return t}function DS(e){let t=0,r=0,n=0;for(;;){let i=e[n];if(n+=1,t|=(i&127)<<r,!(i&128))break;r+=7}return{value:t,length:n}}class fm{constructor(t){this.bytePosition=0,this.dataView=new DataView(t.buffer)}shift(t){return this.bytePosition+=t,this}read8(){let t=this.dataView.getUint8(this.bytePosition);return this.shift(1),t}read16(){let t=this.dataView.getUint16(this.bytePosition,!0);return this.shift(2),t}read32(){let t=this.dataView.getUint32(this.bytePosition,!0);return this.shift(4),t}read64(){let t=this.read32(),n=this.read32().toString(16)+t.toString(16).padStart(8,"0");return BigInt("0x"+n).toString(10)}read128(){let t=BigInt(this.read64()),n=BigInt(this.read64()).toString(16)+t.toString(16).padStart(16,"0");return BigInt("0x"+n).toString(10)}read256(){let t=BigInt(this.read128()),n=BigInt(this.read128()).toString(16)+t.toString(16).padStart(32,"0");return BigInt("0x"+n).toString(10)}readBytes(t){let r=this.bytePosition+this.dataView.byteOffset,n=new Uint8Array(this.dataView.buffer,r,t);return this.shift(t),n}readULEB(){let t=this.bytePosition+this.dataView.byteOffset,r=new Uint8Array(this.dataView.buffer,t),{value:n,length:i}=DS(r);return this.shift(i),n}readVec(t){let r=this.readULEB(),n=[];for(let i=0;i<r;i++)n.push(t(this,i,r));return n}}function dm(e,t){switch(t){case"base58":return kc(e);case"base64":return Bi(e);case"hex":return ga(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function $S(e,t){switch(t){case"base58":return io(e);case"base64":return jc(e);case"hex":return Nc(e);default:throw new Error("Unsupported encoding, supported values are: base64, hex")}}function BS(e,t=["<",">"]){const[r,n]=t,i=[];let s="",o=0;for(let a=0;a<e.length;a++){const c=e[a];if(c===r&&o++,c===n&&o--,o===0&&c===","){i.push(s.trim()),s="";continue}s+=c}return i.push(s.trim()),i}class hm{constructor({initialSize:t=1024,maxSize:r=1/0,allocateSize:n=1024}={}){this.bytePosition=0,this.size=t,this.maxSize=r,this.allocateSize=n,this.dataView=new DataView(new ArrayBuffer(t))}ensureSizeOrGrow(t){const r=this.bytePosition+t;if(r>this.size){const n=Math.min(this.maxSize,this.size+this.allocateSize);if(r>n)throw new Error(`Attempting to serialize to BCS, but buffer does not have enough size. Allocated size: ${this.size}, Max size: ${this.maxSize}, Required size: ${r}`);this.size=n;const i=new ArrayBuffer(this.size);new Uint8Array(i).set(new Uint8Array(this.dataView.buffer)),this.dataView=new DataView(i)}}shift(t){return this.bytePosition+=t,this}write8(t){return this.ensureSizeOrGrow(1),this.dataView.setUint8(this.bytePosition,Number(t)),this.shift(1)}write16(t){return this.ensureSizeOrGrow(2),this.dataView.setUint16(this.bytePosition,Number(t),!0),this.shift(2)}write32(t){return this.ensureSizeOrGrow(4),this.dataView.setUint32(this.bytePosition,Number(t),!0),this.shift(4)}write64(t){return _f(BigInt(t),8).forEach(r=>this.write8(r)),this}write128(t){return _f(BigInt(t),16).forEach(r=>this.write8(r)),this}write256(t){return _f(BigInt(t),32).forEach(r=>this.write8(r)),this}writeULEB(t){return wf(t).forEach(r=>this.write8(r)),this}writeVec(t,r){return this.writeULEB(t.length),Array.from(t).forEach((n,i)=>r(this,n,i,t.length)),this}*[Symbol.iterator](){for(let t=0;t<this.bytePosition;t++)yield this.dataView.getUint8(t);return this.toBytes()}toBytes(){return new Uint8Array(this.dataView.buffer.slice(0,this.bytePosition))}toString(t){return dm(this.toBytes(),t)}}function _f(e,t){let r=new Uint8Array(t),n=0;for(;e>0;)r[n]=Number(e%BigInt(256)),e=e/BigInt(256),n+=1;return r}var pm=e=>{throw TypeError(e)},mm=(e,t,r)=>t.has(e)||pm("Cannot "+r),gn=(e,t,r)=>(mm(e,t,"read from private field"),r?r.call(e):t.get(e)),Rc=(e,t,r)=>t.has(e)?pm("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Dc=(e,t,r,n)=>(mm(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),so,va,$c,Li;const LS=class fS{constructor(t){Rc(this,so),Rc(this,va),this.name=t.name,this.read=t.read,this.serializedSize=t.serializedSize??(()=>null),Dc(this,so,t.write),Dc(this,va,t.serialize??((r,n)=>{const i=new hm({initialSize:this.serializedSize(r)??void 0,...n});return gn(this,so).call(this,r,i),i.toBytes()})),this.validate=t.validate??(()=>{})}write(t,r){this.validate(t),gn(this,so).call(this,t,r)}serialize(t,r){return this.validate(t),new vm(this,gn(this,va).call(this,t,r))}parse(t){const r=new fm(t);return this.read(r)}fromHex(t){return this.parse(Nc(t))}fromBase58(t){return this.parse(io(t))}fromBase64(t){return this.parse(jc(t))}transform({name:t,input:r,output:n,validate:i}){return new fS({name:t??this.name,read:s=>n(this.read(s)),write:(s,o)=>gn(this,so).call(this,r(s),o),serializedSize:s=>this.serializedSize(r(s)),serialize:(s,o)=>gn(this,va).call(this,r(s),o),validate:s=>{i==null||i(s),this.validate(r(s))}})}};so=new WeakMap,va=new WeakMap;let Un=LS;const gm=Symbol.for("@mysten/serialized-bcs");function FS(e){return!!e&&typeof e=="object"&&e[gm]===!0}class vm{constructor(t,r){Rc(this,$c),Rc(this,Li),Dc(this,$c,t),Dc(this,Li,r)}get[gm](){return!0}toBytes(){return gn(this,Li)}toHex(){return ga(gn(this,Li))}toBase64(){return Bi(gn(this,Li))}toBase58(){return kc(gn(this,Li))}parse(){return gn(this,$c).parse(gn(this,Li))}}$c=new WeakMap,Li=new WeakMap;function Bc({size:e,...t}){return new Un({...t,serializedSize:()=>e})}function xf({readMethod:e,writeMethod:t,...r}){return Bc({...r,read:n=>n[e](),write:(n,i)=>i[t](n),validate:n=>{var i;if(n<0||n>r.maxValue)throw new TypeError(`Invalid ${r.name} value: ${n}. Expected value in range 0-${r.maxValue}`);(i=r.validate)==null||i.call(r,n)}})}function Sf({readMethod:e,writeMethod:t,...r}){return Bc({...r,read:n=>n[e](),write:(n,i)=>i[t](BigInt(n)),validate:n=>{var s;const i=BigInt(n);if(i<0||i>r.maxValue)throw new TypeError(`Invalid ${r.name} value: ${i}. Expected value in range 0-${r.maxValue}`);(s=r.validate)==null||s.call(r,i)}})}function US({serialize:e,...t}){const r=new Un({...t,serialize:e,write:(n,i)=>{for(const s of r.serialize(n).toBytes())i.write8(s)}});return r}function zS({toBytes:e,fromBytes:t,...r}){return new Un({...r,read:n=>{const i=n.readULEB(),s=n.readBytes(i);return t(s)},write:(n,i)=>{const s=e(n);i.writeULEB(s.length);for(let o=0;o<s.length;o++)i.write8(s[o])},serialize:n=>{const i=e(n),s=wf(i.length),o=new Uint8Array(s.length+i.length);return o.set(s,0),o.set(i,s.length),o},validate:n=>{var i;if(typeof n!="string")throw new TypeError(`Invalid ${r.name} value: ${n}. Expected string`);(i=r.validate)==null||i.call(r,n)}})}function VS(e){let t=null;function r(){return t||(t=e()),t}return new Un({name:"lazy",read:n=>r().read(n),serializedSize:n=>r().serializedSize(n),write:(n,i)=>r().write(n,i),serialize:(n,i)=>r().serialize(n,i).toBytes()})}const Lc={u8(e){return xf({name:"u8",readMethod:"read8",writeMethod:"write8",size:1,maxValue:2**8-1,...e})},u16(e){return xf({name:"u16",readMethod:"read16",writeMethod:"write16",size:2,maxValue:2**16-1,...e})},u32(e){return xf({name:"u32",readMethod:"read32",writeMethod:"write32",size:4,maxValue:2**32-1,...e})},u64(e){return Sf({name:"u64",readMethod:"read64",writeMethod:"write64",size:8,maxValue:2n**64n-1n,...e})},u128(e){return Sf({name:"u128",readMethod:"read128",writeMethod:"write128",size:16,maxValue:2n**128n-1n,...e})},u256(e){return Sf({name:"u256",readMethod:"read256",writeMethod:"write256",size:32,maxValue:2n**256n-1n,...e})},bool(e){return Bc({name:"bool",size:1,read:t=>t.read8()===1,write:(t,r)=>r.write8(t?1:0),...e,validate:t=>{var r;if((r=e==null?void 0:e.validate)==null||r.call(e,t),typeof t!="boolean")throw new TypeError(`Expected boolean, found ${typeof t}`)}})},uleb128(e){return US({name:"uleb128",read:t=>t.readULEB(),serialize:t=>Uint8Array.from(wf(t)),...e})},bytes(e,t){return Bc({name:`bytes[${e}]`,size:e,read:r=>r.readBytes(e),write:(r,n)=>{const i=new Uint8Array(r);for(let s=0;s<e;s++)n.write8(i[s]??0)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!r||typeof r!="object"||!("length"in r))throw new TypeError(`Expected array, found ${typeof r}`);if(r.length!==e)throw new TypeError(`Expected array of length ${e}, found ${r.length}`)}})},string(e){return zS({name:"string",toBytes:t=>new TextEncoder().encode(t),fromBytes:t=>new TextDecoder().decode(t),...e})},fixedArray(e,t,r){return new Un({name:`${t.name}[${e}]`,read:n=>{const i=new Array(e);for(let s=0;s<e;s++)i[s]=t.read(n);return i},write:(n,i)=>{for(const s of n)t.write(s,i)},...r,validate:n=>{var i;if((i=r==null?void 0:r.validate)==null||i.call(r,n),!n||typeof n!="object"||!("length"in n))throw new TypeError(`Expected array, found ${typeof n}`);if(n.length!==e)throw new TypeError(`Expected array of length ${e}, found ${n.length}`)}})},option(e){return Lc.enum(`Option<${e.name}>`,{None:null,Some:e}).transform({input:t=>t==null?{None:!0}:{Some:t},output:t=>t.$kind==="Some"?t.Some:null})},vector(e,t){return new Un({name:`vector<${e.name}>`,read:r=>{const n=r.readULEB(),i=new Array(n);for(let s=0;s<n;s++)i[s]=e.read(r);return i},write:(r,n)=>{n.writeULEB(r.length);for(const i of r)e.write(i,n)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!r||typeof r!="object"||!("length"in r))throw new TypeError(`Expected array, found ${typeof r}`)}})},tuple(e,t){return new Un({name:`(${e.map(r=>r.name).join(", ")})`,serializedSize:r=>{let n=0;for(let i=0;i<e.length;i++){const s=e[i].serializedSize(r[i]);if(s==null)return null;n+=s}return n},read:r=>{const n=[];for(const i of e)n.push(i.read(r));return n},write:(r,n)=>{for(let i=0;i<e.length;i++)e[i].write(r[i],n)},...t,validate:r=>{var n;if((n=t==null?void 0:t.validate)==null||n.call(t,r),!Array.isArray(r))throw new TypeError(`Expected array, found ${typeof r}`);if(r.length!==e.length)throw new TypeError(`Expected array of length ${e.length}, found ${r.length}`)}})},struct(e,t,r){const n=Object.entries(t);return new Un({name:e,serializedSize:i=>{let s=0;for(const[o,a]of n){const c=a.serializedSize(i[o]);if(c==null)return null;s+=c}return s},read:i=>{const s={};for(const[o,a]of n)s[o]=a.read(i);return s},write:(i,s)=>{for(const[o,a]of n)a.write(i[o],s)},...r,validate:i=>{var s;if((s=r==null?void 0:r.validate)==null||s.call(r,i),typeof i!="object"||i==null)throw new TypeError(`Expected object, found ${typeof i}`)}})},enum(e,t,r){const n=Object.entries(t);return new Un({name:e,read:i=>{const s=i.readULEB(),o=n[s];if(!o)throw new TypeError(`Unknown value ${s} for enum ${e}`);const[a,c]=o;return{[a]:(c==null?void 0:c.read(i))??!0,$kind:a}},write:(i,s)=>{const[o,a]=Object.entries(i).filter(([c])=>Object.hasOwn(t,c))[0];for(let c=0;c<n.length;c++){const[u,l]=n[c];if(u===o){s.writeULEB(c),l==null||l.write(a,s);return}}},...r,validate:i=>{var a;if((a=r==null?void 0:r.validate)==null||a.call(r,i),typeof i!="object"||i==null)throw new TypeError(`Expected object, found ${typeof i}`);const s=Object.keys(i).filter(c=>i[c]!==void 0&&Object.hasOwn(t,c));if(s.length!==1)throw new TypeError(`Expected object with one key, but found ${s.length} for type ${e}}`);const[o]=s;if(!Object.hasOwn(t,o))throw new TypeError(`Invalid enum variant ${o}`)}})},map(e,t){return Lc.vector(Lc.tuple([e,t])).transform({name:`Map<${e.name}, ${t.name}>`,input:r=>[...r.entries()],output:r=>{const n=new Map;for(const[i,s]of r)n.set(i,s);return n}})},lazy(e){return VS(e)}},qS=Object.freeze(Object.defineProperty({__proto__:null,BcsReader:fm,BcsType:Un,BcsWriter:hm,SerializedBcs:vm,bcs:Lc,decodeStr:$S,encodeStr:dm,fromB58:PS,fromB64:jS,fromBase58:io,fromBase64:jc,fromHEX:RS,fromHex:Nc,isSerializedBcs:FS,splitGenericParameters:BS,toB58:IS,toB64:kS,toBase58:kc,toBase64:Bi,toHEX:NS,toHex:ga},Symbol.toStringTag,{value:"Module"})),HS=32;function ym(e){try{return io(e).length===HS}catch{return!1}}const bm=32;function _s(e){return WS(e)&&GS(e)===bm}function Fc(e){return _s(e)}function xs(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(bm*2,"0")}`}function Uc(e,t=!1){return xs(e,t)}function WS(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function GS(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}const KS=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,XS=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i;function JS(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!KS.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!XS.test(r))throw new Error(`Invalid SuiNS name ${e}`);n=r.split(".").slice(0,-1)}return t==="dot"?`${n.join(".")}.sui`:`${n.slice(0,-1).join(".")}@${n[n.length-1]}`}var Ss={},oo={},vn={};Object.defineProperty(vn,"__esModule",{value:!0}),vn.anumber=ya,vn.number=ya,vn.abytes=zc,vn.bytes=zc,vn.ahash=wm,vn.aexists=_m,vn.aoutput=xm;function ya(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function YS(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function zc(e,...t){if(!YS(e))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(e.length))throw new Error("Uint8Array expected of length "+t+", got length="+e.length)}function wm(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");ya(e.outputLen),ya(e.blockLen)}function _m(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function xm(e,t){zc(e);const r=t.outputLen;if(e.length<r)throw new Error("digestInto() expects output buffer of length at least "+r)}const ZS={number:ya,bytes:zc,hash:wm,exists:_m,output:xm};vn.default=ZS;var Ef={},Vc={};Object.defineProperty(Vc,"__esModule",{value:!0}),Vc.crypto=void 0,Vc.crypto=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0,function(e){/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */Object.defineProperty(e,"__esModule",{value:!0}),e.Hash=e.nextTick=e.byteSwapIfBE=e.byteSwap=e.isLE=e.rotl=e.rotr=e.createView=e.u32=e.u8=void 0,e.isBytes=n,e.byteSwap32=l,e.bytesToHex=h,e.hexToBytes=w,e.asyncLoop=P,e.utf8ToBytes=k,e.toBytes=R,e.concatBytes=U,e.checkOpts=W,e.wrapConstructor=q,e.wrapConstructorWithOpts=X,e.wrapXOFConstructorWithOpts=ne,e.randomBytes=oe;const t=Vc,r=vn;function n(H){return H instanceof Uint8Array||ArrayBuffer.isView(H)&&H.constructor.name==="Uint8Array"}const i=H=>new Uint8Array(H.buffer,H.byteOffset,H.byteLength);e.u8=i;const s=H=>new Uint32Array(H.buffer,H.byteOffset,Math.floor(H.byteLength/4));e.u32=s;const o=H=>new DataView(H.buffer,H.byteOffset,H.byteLength);e.createView=o;const a=(H,F)=>H<<32-F|H>>>F;e.rotr=a;const c=(H,F)=>H<<F|H>>>32-F>>>0;e.rotl=c,e.isLE=(()=>new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68)();const u=H=>H<<24&4278190080|H<<8&16711680|H>>>8&65280|H>>>24&255;e.byteSwap=u,e.byteSwapIfBE=e.isLE?H=>H:H=>(0,e.byteSwap)(H);function l(H){for(let F=0;F<H.length;F++)H[F]=(0,e.byteSwap)(H[F])}const f=Array.from({length:256},(H,F)=>F.toString(16).padStart(2,"0"));function h(H){(0,r.abytes)(H);let F="";for(let D=0;D<H.length;D++)F+=f[H[D]];return F}const y={_0:48,_9:57,A:65,F:70,a:97,f:102};function b(H){if(H>=y._0&&H<=y._9)return H-y._0;if(H>=y.A&&H<=y.F)return H-(y.A-10);if(H>=y.a&&H<=y.f)return H-(y.a-10)}function w(H){if(typeof H!="string")throw new Error("hex string expected, got "+typeof H);const F=H.length,D=F/2;if(F%2)throw new Error("hex string expected, got unpadded hex of length "+F);const p=new Uint8Array(D);for(let d=0,m=0;d<D;d++,m+=2){const x=b(H.charCodeAt(m)),A=b(H.charCodeAt(m+1));if(x===void 0||A===void 0){const E=H[m]+H[m+1];throw new Error('hex string expected, got non-hex character "'+E+'" at index '+m)}p[d]=x*16+A}return p}const T=async()=>{};e.nextTick=T;async function P(H,F,D){let p=Date.now();for(let d=0;d<H;d++){D(d);const m=Date.now()-p;m>=0&&m<F||(await(0,e.nextTick)(),p+=m)}}function k(H){if(typeof H!="string")throw new Error("utf8ToBytes expected string, got "+typeof H);return new Uint8Array(new TextEncoder().encode(H))}function R(H){return typeof H=="string"&&(H=k(H)),(0,r.abytes)(H),H}function U(...H){let F=0;for(let p=0;p<H.length;p++){const d=H[p];(0,r.abytes)(d),F+=d.length}const D=new Uint8Array(F);for(let p=0,d=0;p<H.length;p++){const m=H[p];D.set(m,d),d+=m.length}return D}class L{clone(){return this._cloneInto()}}e.Hash=L;function W(H,F){if(F!==void 0&&{}.toString.call(F)!=="[object Object]")throw new Error("Options should be object or undefined");return Object.assign(H,F)}function q(H){const F=p=>H().update(R(p)).digest(),D=H();return F.outputLen=D.outputLen,F.blockLen=D.blockLen,F.create=()=>H(),F}function X(H){const F=(p,d)=>H(d).update(R(p)).digest(),D=H({});return F.outputLen=D.outputLen,F.blockLen=D.blockLen,F.create=p=>H(p),F}function ne(H){const F=(p,d)=>H(d).update(R(p)).digest(),D=H({});return F.outputLen=D.outputLen,F.blockLen=D.blockLen,F.create=p=>H(p),F}function oe(H=32){if(t.crypto&&typeof t.crypto.getRandomValues=="function")return t.crypto.getRandomValues(new Uint8Array(H));if(t.crypto&&typeof t.crypto.randomBytes=="function")return t.crypto.randomBytes(H);throw new Error("crypto.getRandomValues must be defined")}}(Ef),Object.defineProperty(oo,"__esModule",{value:!0}),oo.BLAKE=oo.SIGMA=void 0;const ao=vn,br=Ef;oo.SIGMA=new Uint8Array([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3,11,8,12,0,5,2,15,13,10,14,3,6,7,1,9,4,7,9,3,1,13,12,11,14,2,6,5,10,4,0,15,8,9,0,5,7,2,4,10,15,14,1,11,12,6,8,3,13,2,12,6,10,0,11,8,3,4,13,7,5,15,14,1,9,12,5,1,15,14,13,4,10,0,7,6,3,9,2,8,11,13,11,7,14,12,1,3,9,5,0,15,4,8,6,2,10,6,15,14,9,11,3,0,8,12,2,13,7,1,4,10,5,10,2,8,4,7,6,1,5,15,11,9,14,3,12,13,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,14,10,4,8,9,15,13,6,1,12,0,2,11,7,5,3]);class QS extends br.Hash{constructor(t,r,n={},i,s,o){if(super(),this.blockLen=t,this.outputLen=r,this.length=0,this.pos=0,this.finished=!1,this.destroyed=!1,(0,ao.anumber)(t),(0,ao.anumber)(r),(0,ao.anumber)(i),r<0||r>i)throw new Error("outputLen bigger than keyLen");if(n.key!==void 0&&(n.key.length<1||n.key.length>i))throw new Error("key length must be undefined or 1.."+i);if(n.salt!==void 0&&n.salt.length!==s)throw new Error("salt must be undefined or "+s);if(n.personalization!==void 0&&n.personalization.length!==o)throw new Error("personalization must be undefined or "+o);this.buffer=new Uint8Array(t),this.buffer32=(0,br.u32)(this.buffer)}update(t){(0,ao.aexists)(this);const{blockLen:r,buffer:n,buffer32:i}=this;t=(0,br.toBytes)(t);const s=t.length,o=t.byteOffset,a=t.buffer;for(let c=0;c<s;){this.pos===r&&(br.isLE||(0,br.byteSwap32)(i),this.compress(i,0,!1),br.isLE||(0,br.byteSwap32)(i),this.pos=0);const u=Math.min(r-this.pos,s-c),l=o+c;if(u===r&&!(l%4)&&c+u<s){const f=new Uint32Array(a,l,Math.floor((s-c)/4));br.isLE||(0,br.byteSwap32)(f);for(let h=0;c+r<s;h+=i.length,c+=r)this.length+=r,this.compress(f,h,!1);br.isLE||(0,br.byteSwap32)(f);continue}n.set(t.subarray(c,c+u),this.pos),this.pos+=u,this.length+=u,c+=u}return this}digestInto(t){(0,ao.aexists)(this),(0,ao.aoutput)(t,this);const{pos:r,buffer32:n}=this;this.finished=!0,this.buffer.subarray(r).fill(0),br.isLE||(0,br.byteSwap32)(n),this.compress(n,0,!0),br.isLE||(0,br.byteSwap32)(n);const i=(0,br.u32)(t);this.get().forEach((s,o)=>i[o]=(0,br.byteSwapIfBE)(s))}digest(){const{buffer:t,outputLen:r}=this;this.digestInto(t);const n=t.slice(0,r);return this.destroy(),n}_cloneInto(t){const{buffer:r,length:n,finished:i,destroyed:s,outputLen:o,pos:a}=this;return t||(t=new this.constructor({dkLen:o})),t.set(...this.get()),t.length=n,t.finished=i,t.destroyed=s,t.outputLen=o,t.buffer.set(r),t.pos=a,t}}oo.BLAKE=QS;var ut={};Object.defineProperty(ut,"__esModule",{value:!0}),ut.add5L=ut.add5H=ut.add4H=ut.add4L=ut.add3H=ut.add3L=ut.rotlBL=ut.rotlBH=ut.rotlSL=ut.rotlSH=ut.rotr32L=ut.rotr32H=ut.rotrBL=ut.rotrBH=ut.rotrSL=ut.rotrSH=ut.shrSL=ut.shrSH=ut.toBig=void 0,ut.fromBig=Af,ut.split=Sm,ut.add=$m;const qc=BigInt(2**32-1),Cf=BigInt(32);function Af(e,t=!1){return t?{h:Number(e&qc),l:Number(e>>Cf&qc)}:{h:Number(e>>Cf&qc)|0,l:Number(e&qc)|0}}function Sm(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){const{h:s,l:o}=Af(e[i],t);[r[i],n[i]]=[s,o]}return[r,n]}const Em=(e,t)=>BigInt(e>>>0)<<Cf|BigInt(t>>>0);ut.toBig=Em;const Cm=(e,t,r)=>e>>>r;ut.shrSH=Cm;const Am=(e,t,r)=>e<<32-r|t>>>r;ut.shrSL=Am;const Mm=(e,t,r)=>e>>>r|t<<32-r;ut.rotrSH=Mm;const Tm=(e,t,r)=>e<<32-r|t>>>r;ut.rotrSL=Tm;const Om=(e,t,r)=>e<<64-r|t>>>r-32;ut.rotrBH=Om;const Im=(e,t,r)=>e>>>r-32|t<<64-r;ut.rotrBL=Im;const Pm=(e,t)=>t;ut.rotr32H=Pm;const km=(e,t)=>e;ut.rotr32L=km;const jm=(e,t,r)=>e<<r|t>>>32-r;ut.rotlSH=jm;const Nm=(e,t,r)=>t<<r|e>>>32-r;ut.rotlSL=Nm;const Rm=(e,t,r)=>t<<r-32|e>>>64-r;ut.rotlBH=Rm;const Dm=(e,t,r)=>e<<r-32|t>>>64-r;ut.rotlBL=Dm;function $m(e,t,r,n){const i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}const Bm=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0);ut.add3L=Bm;const Lm=(e,t,r,n)=>t+r+n+(e/2**32|0)|0;ut.add3H=Lm;const Fm=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0);ut.add4L=Fm;const Um=(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0;ut.add4H=Um;const zm=(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0);ut.add5L=zm;const Vm=(e,t,r,n,i,s)=>t+r+n+i+s+(e/2**32|0)|0;ut.add5H=Vm;const eE={fromBig:Af,split:Sm,toBig:Em,shrSH:Cm,shrSL:Am,rotrSH:Mm,rotrSL:Tm,rotrBH:Om,rotrBL:Im,rotr32H:Pm,rotr32L:km,rotlSH:jm,rotlSL:Nm,rotlBH:Rm,rotlBL:Dm,add:$m,add3L:Bm,add3H:Lm,add4L:Fm,add4H:Um,add5H:Vm,add5L:zm};ut.default=eE,Object.defineProperty(Ss,"__esModule",{value:!0}),Ss.blake2b=Ss.BLAKE2b=void 0;const qm=oo,Rr=ut,zr=Ef,lr=new Uint32Array([4089235720,1779033703,2227873595,3144134277,4271175723,1013904242,1595750129,2773480762,2917565137,1359893119,725511199,2600822924,4215389547,528734635,327033209,1541459225]),Ie=new Uint32Array(32);function Fi(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=Ie[2*e],u=Ie[2*e+1],l=Ie[2*t],f=Ie[2*t+1],h=Ie[2*r],y=Ie[2*r+1],b=Ie[2*n],w=Ie[2*n+1],T=Rr.default.add3L(c,l,o);u=Rr.default.add3H(T,u,f,a),c=T|0,{Dh:w,Dl:b}={Dh:w^u,Dl:b^c},{Dh:w,Dl:b}={Dh:Rr.default.rotr32H(w,b),Dl:Rr.default.rotr32L(w,b)},{h:y,l:h}=Rr.default.add(y,h,w,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:Rr.default.rotrSH(f,l,24),Bl:Rr.default.rotrSL(f,l,24)},Ie[2*e]=c,Ie[2*e+1]=u,Ie[2*t]=l,Ie[2*t+1]=f,Ie[2*r]=h,Ie[2*r+1]=y,Ie[2*n]=b,Ie[2*n+1]=w}function Ui(e,t,r,n,i,s){const o=i[s],a=i[s+1];let c=Ie[2*e],u=Ie[2*e+1],l=Ie[2*t],f=Ie[2*t+1],h=Ie[2*r],y=Ie[2*r+1],b=Ie[2*n],w=Ie[2*n+1],T=Rr.default.add3L(c,l,o);u=Rr.default.add3H(T,u,f,a),c=T|0,{Dh:w,Dl:b}={Dh:w^u,Dl:b^c},{Dh:w,Dl:b}={Dh:Rr.default.rotrSH(w,b,16),Dl:Rr.default.rotrSL(w,b,16)},{h:y,l:h}=Rr.default.add(y,h,w,b),{Bh:f,Bl:l}={Bh:f^y,Bl:l^h},{Bh:f,Bl:l}={Bh:Rr.default.rotrBH(f,l,63),Bl:Rr.default.rotrBL(f,l,63)},Ie[2*e]=c,Ie[2*e+1]=u,Ie[2*t]=l,Ie[2*t+1]=f,Ie[2*r]=h,Ie[2*r+1]=y,Ie[2*n]=b,Ie[2*n+1]=w}class Hm extends qm.BLAKE{constructor(t={}){super(128,t.dkLen===void 0?64:t.dkLen,t,64,16,16),this.v0l=lr[0]|0,this.v0h=lr[1]|0,this.v1l=lr[2]|0,this.v1h=lr[3]|0,this.v2l=lr[4]|0,this.v2h=lr[5]|0,this.v3l=lr[6]|0,this.v3h=lr[7]|0,this.v4l=lr[8]|0,this.v4h=lr[9]|0,this.v5l=lr[10]|0,this.v5h=lr[11]|0,this.v6l=lr[12]|0,this.v6h=lr[13]|0,this.v7l=lr[14]|0,this.v7h=lr[15]|0;const r=t.key?t.key.length:0;if(this.v0l^=this.outputLen|r<<8|65536|1<<24,t.salt){const n=(0,zr.u32)((0,zr.toBytes)(t.salt));this.v4l^=(0,zr.byteSwapIfBE)(n[0]),this.v4h^=(0,zr.byteSwapIfBE)(n[1]),this.v5l^=(0,zr.byteSwapIfBE)(n[2]),this.v5h^=(0,zr.byteSwapIfBE)(n[3])}if(t.personalization){const n=(0,zr.u32)((0,zr.toBytes)(t.personalization));this.v6l^=(0,zr.byteSwapIfBE)(n[0]),this.v6h^=(0,zr.byteSwapIfBE)(n[1]),this.v7l^=(0,zr.byteSwapIfBE)(n[2]),this.v7h^=(0,zr.byteSwapIfBE)(n[3])}if(t.key){const n=new Uint8Array(this.blockLen);n.set((0,zr.toBytes)(t.key)),this.update(n)}}get(){let{v0l:t,v0h:r,v1l:n,v1h:i,v2l:s,v2h:o,v3l:a,v3h:c,v4l:u,v4h:l,v5l:f,v5h:h,v6l:y,v6h:b,v7l:w,v7h:T}=this;return[t,r,n,i,s,o,a,c,u,l,f,h,y,b,w,T]}set(t,r,n,i,s,o,a,c,u,l,f,h,y,b,w,T){this.v0l=t|0,this.v0h=r|0,this.v1l=n|0,this.v1h=i|0,this.v2l=s|0,this.v2h=o|0,this.v3l=a|0,this.v3h=c|0,this.v4l=u|0,this.v4h=l|0,this.v5l=f|0,this.v5h=h|0,this.v6l=y|0,this.v6h=b|0,this.v7l=w|0,this.v7h=T|0}compress(t,r,n){this.get().forEach((c,u)=>Ie[u]=c),Ie.set(lr,16);let{h:i,l:s}=Rr.default.fromBig(BigInt(this.length));Ie[24]=lr[8]^s,Ie[25]=lr[9]^i,n&&(Ie[28]=~Ie[28],Ie[29]=~Ie[29]);let o=0;const a=qm.SIGMA;for(let c=0;c<12;c++)Fi(0,4,8,12,t,r+2*a[o++]),Ui(0,4,8,12,t,r+2*a[o++]),Fi(1,5,9,13,t,r+2*a[o++]),Ui(1,5,9,13,t,r+2*a[o++]),Fi(2,6,10,14,t,r+2*a[o++]),Ui(2,6,10,14,t,r+2*a[o++]),Fi(3,7,11,15,t,r+2*a[o++]),Ui(3,7,11,15,t,r+2*a[o++]),Fi(0,5,10,15,t,r+2*a[o++]),Ui(0,5,10,15,t,r+2*a[o++]),Fi(1,6,11,12,t,r+2*a[o++]),Ui(1,6,11,12,t,r+2*a[o++]),Fi(2,7,8,13,t,r+2*a[o++]),Ui(2,7,8,13,t,r+2*a[o++]),Fi(3,4,9,14,t,r+2*a[o++]),Ui(3,4,9,14,t,r+2*a[o++]);this.v0l^=Ie[0]^Ie[16],this.v0h^=Ie[1]^Ie[17],this.v1l^=Ie[2]^Ie[18],this.v1h^=Ie[3]^Ie[19],this.v2l^=Ie[4]^Ie[20],this.v2h^=Ie[5]^Ie[21],this.v3l^=Ie[6]^Ie[22],this.v3h^=Ie[7]^Ie[23],this.v4l^=Ie[8]^Ie[24],this.v4h^=Ie[9]^Ie[25],this.v5l^=Ie[10]^Ie[26],this.v5h^=Ie[11]^Ie[27],this.v6l^=Ie[12]^Ie[28],this.v6h^=Ie[13]^Ie[29],this.v7l^=Ie[14]^Ie[30],this.v7h^=Ie[15]^Ie[31],Ie.fill(0)}destroy(){this.destroyed=!0,this.buffer32.fill(0),this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)}}Ss.BLAKE2b=Hm,Ss.blake2b=(0,zr.wrapConstructorWithOpts)(e=>new Hm(e));var Mf=Object.defineProperty,tE=Object.getOwnPropertyDescriptor,rE=Object.getOwnPropertyNames,nE=Object.prototype.hasOwnProperty,iE=(e,t)=>{for(var r in t)Mf(e,r,{get:t[r],enumerable:!0})},sE=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of rE(t))!nE.call(e,i)&&i!==r&&Mf(e,i,{get:()=>t[i],enumerable:!(n=tE(t,i))||n.enumerable});return e},oE=e=>sE(Mf({},"__esModule",{value:!0}),e),Wm={};iE(Wm,{BIC_REGEX:()=>Km,CUID2_REGEX:()=>Xm,DECIMAL_REGEX:()=>Jm,EMAIL_REGEX:()=>Ym,EMOJI_REGEX:()=>Zm,HEXADECIMAL_REGEX:()=>Qm,HEX_COLOR_REGEX:()=>eg,IMEI_REGEX:()=>tg,IPV4_REGEX:()=>rg,IPV6_REGEX:()=>ng,IP_REGEX:()=>ig,ISO_DATE_REGEX:()=>sg,ISO_DATE_TIME_REGEX:()=>og,ISO_TIMESTAMP_REGEX:()=>ug,ISO_TIME_REGEX:()=>ag,ISO_TIME_SECOND_REGEX:()=>cg,ISO_WEEK_REGEX:()=>lg,MAC48_REGEX:()=>fg,MAC64_REGEX:()=>dg,MAC_REGEX:()=>hg,OCTAL_REGEX:()=>pg,ULID_REGEX:()=>mg,UUID_REGEX:()=>gg,ValiError:()=>Hc,_addIssue:()=>ue,_isLuhnAlgo:()=>Tf,_isValidObjectKey:()=>Es,_stringify:()=>Dr,any:()=>Jv,array:()=>Yv,arrayAsync:()=>Zv,awaitAsync:()=>Gm,bic:()=>_g,bigint:()=>Qv,blob:()=>e1,boolean:()=>t1,brand:()=>xg,bytes:()=>Sg,check:()=>Eg,checkAsync:()=>Cg,checkItems:()=>Ag,config:()=>EE,creditCard:()=>Mg,cuid2:()=>Tg,custom:()=>r1,customAsync:()=>n1,date:()=>i1,decimal:()=>Og,deleteGlobalConfig:()=>cE,deleteGlobalMessage:()=>lE,deleteSchemaMessage:()=>dE,deleteSpecificMessage:()=>pE,email:()=>Ig,emoji:()=>Pg,empty:()=>kg,endsWith:()=>jg,entriesFromList:()=>gE,enum:()=>jf,enum_:()=>jf,everyItem:()=>Ng,excludes:()=>Rg,fallback:()=>CE,fallbackAsync:()=>AE,file:()=>s1,filterItems:()=>Dg,findItem:()=>$g,finite:()=>Bg,flatten:()=>ME,forward:()=>TE,forwardAsync:()=>OE,function:()=>Nf,function_:()=>Nf,getDefault:()=>mi,getDefaults:()=>Of,getDefaultsAsync:()=>If,getDotPath:()=>wg,getFallback:()=>wa,getFallbacks:()=>Pf,getFallbacksAsync:()=>kf,getGlobalConfig:()=>ba,getGlobalMessage:()=>vg,getSchemaMessage:()=>yg,getSpecificMessage:()=>bg,hash:()=>Lg,hexColor:()=>Ug,hexadecimal:()=>Fg,imei:()=>zg,includes:()=>Vg,instance:()=>o1,integer:()=>qg,intersect:()=>a1,intersectAsync:()=>c1,ip:()=>Hg,ipv4:()=>Wg,ipv6:()=>Gg,is:()=>IE,isOfKind:()=>vE,isOfType:()=>yE,isValiError:()=>bE,isoDate:()=>Kg,isoDateTime:()=>Xg,isoTime:()=>Jg,isoTimeSecond:()=>Yg,isoTimestamp:()=>Zg,isoWeek:()=>Qg,keyof:()=>PE,lazy:()=>u1,lazyAsync:()=>l1,length:()=>ev,literal:()=>f1,looseObject:()=>d1,looseObjectAsync:()=>h1,looseTuple:()=>p1,looseTupleAsync:()=>m1,mac:()=>tv,mac48:()=>rv,mac64:()=>nv,map:()=>g1,mapAsync:()=>v1,mapItems:()=>iv,maxBytes:()=>sv,maxLength:()=>ov,maxSize:()=>av,maxValue:()=>cv,mimeType:()=>uv,minBytes:()=>lv,minLength:()=>fv,minSize:()=>dv,minValue:()=>hv,multipleOf:()=>pv,nan:()=>y1,never:()=>b1,nonEmpty:()=>mv,nonNullable:()=>w1,nonNullableAsync:()=>_1,nonNullish:()=>x1,nonNullishAsync:()=>S1,nonOptional:()=>Rf,nonOptionalAsync:()=>Df,normalize:()=>gv,notBytes:()=>vv,notLength:()=>yv,notSize:()=>bv,notValue:()=>wv,null:()=>$f,null_:()=>$f,nullable:()=>E1,nullableAsync:()=>C1,nullish:()=>A1,nullishAsync:()=>M1,number:()=>T1,object:()=>O1,objectAsync:()=>I1,objectWithRest:()=>P1,objectWithRestAsync:()=>k1,octal:()=>_v,omit:()=>kE,optional:()=>Bf,optionalAsync:()=>Lf,parse:()=>Q1,parseAsync:()=>ey,parser:()=>jE,parserAsync:()=>NE,partial:()=>RE,partialAsync:()=>DE,partialCheck:()=>Sv,partialCheckAsync:()=>Ev,pick:()=>$E,picklist:()=>Ff,pipe:()=>BE,pipeAsync:()=>LE,promise:()=>j1,rawCheck:()=>Cv,rawCheckAsync:()=>Av,rawTransform:()=>Mv,rawTransformAsync:()=>Tv,readonly:()=>Ov,record:()=>N1,recordAsync:()=>R1,reduceItems:()=>Iv,regex:()=>Pv,required:()=>FE,requiredAsync:()=>UE,safeInteger:()=>kv,safeParse:()=>ty,safeParseAsync:()=>ry,safeParser:()=>zE,safeParserAsync:()=>VE,set:()=>D1,setAsync:()=>$1,setGlobalConfig:()=>aE,setGlobalMessage:()=>uE,setSchemaMessage:()=>fE,setSpecificMessage:()=>hE,size:()=>jv,someItem:()=>Nv,sortItems:()=>Rv,startsWith:()=>Dv,strictObject:()=>B1,strictObjectAsync:()=>L1,strictTuple:()=>F1,strictTupleAsync:()=>U1,string:()=>z1,symbol:()=>V1,toLowerCase:()=>$v,toMaxValue:()=>Bv,toMinValue:()=>Lv,toUpperCase:()=>Fv,transform:()=>Uv,transformAsync:()=>zv,trim:()=>Vv,trimEnd:()=>qv,trimStart:()=>Hv,tuple:()=>q1,tupleAsync:()=>H1,tupleWithRest:()=>W1,tupleWithRestAsync:()=>G1,ulid:()=>Wv,undefined:()=>Uf,undefined_:()=>Uf,union:()=>K1,unionAsync:()=>X1,unknown:()=>J1,unwrap:()=>qE,url:()=>Gv,uuid:()=>Kv,value:()=>Xv,variant:()=>Y1,variantAsync:()=>Z1,void:()=>Vf,void_:()=>Vf});var zi=oE(Wm);function Gm(){return{kind:"transformation",type:"await",reference:Gm,async:!0,async _run(e){return e.value=await e.value,e}}}var Km=/^[A-Z]{6}(?!00)[A-Z\d]{2}(?:[A-Z\d]{3})?$/u,Xm=/^[a-z][\da-z]*$/u,Jm=/^\d+$/u,Ym=/^[\w+-]+(?:\.[\w+-]+)*@[\da-z]+(?:[.-][\da-z]+)*\.[a-z]{2,}$/iu,Zm=/^[\p{Extended_Pictographic}\p{Emoji_Component}]+$/u,Qm=/^(?:0h|0x)?[\da-f]+$/iu,eg=/^#(?:[\da-f]{3,4}|[\da-f]{6}|[\da-f]{8})$/iu,tg=/^\d{15}$|^\d{2}-\d{6}-\d{6}-\d$/u,rg=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$/u,ng=/^(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:|(?:[\da-f]{1,4}:){1,6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,5}(?::[\da-f]{1,4}){1,2}|(?:[\da-f]{1,4}:){1,4}(?::[\da-f]{1,4}){1,3}|(?:[\da-f]{1,4}:){1,3}(?::[\da-f]{1,4}){1,4}|(?:[\da-f]{1,4}:){1,2}(?::[\da-f]{1,4}){1,5}|[\da-f]{1,4}:(?::[\da-f]{1,4}){1,6}|:(?:(?::[\da-f]{1,4}){1,7}|:)|fe80:(?::[\da-f]{0,4}){0,4}%[\da-z]+|::(?:f{4}(?::0{1,4})?:)?(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d)|(?:[\da-f]{1,4}:){1,4}:(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d))$/iu,ig=/^(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])(?:\.(?:(?:[1-9]|1\d|2[0-4])?\d|25[0-5])){3}$|^(?:(?:[\da-f]{1,4}:){7}[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,7}:|(?:[\da-f]{1,4}:){1,6}:[\da-f]{1,4}|(?:[\da-f]{1,4}:){1,5}(?::[\da-f]{1,4}){1,2}|(?:[\da-f]{1,4}:){1,4}(?::[\da-f]{1,4}){1,3}|(?:[\da-f]{1,4}:){1,3}(?::[\da-f]{1,4}){1,4}|(?:[\da-f]{1,4}:){1,2}(?::[\da-f]{1,4}){1,5}|[\da-f]{1,4}:(?::[\da-f]{1,4}){1,6}|:(?:(?::[\da-f]{1,4}){1,7}|:)|fe80:(?::[\da-f]{0,4}){0,4}%[\da-z]+|::(?:f{4}(?::0{1,4})?:)?(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d)|(?:[\da-f]{1,4}:){1,4}:(?:(?:25[0-5]|(?:2[0-4]|1?\d)?\d)\.){3}(?:25[0-5]|(?:2[0-4]|1?\d)?\d))$/iu,sg=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])$/u,og=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])T(?:0\d|1\d|2[0-3]):[0-5]\d$/u,ag=/^(?:0\d|1\d|2[0-3]):[0-5]\d$/u,cg=/^(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}$/u,ug=/^\d{4}-(?:0[1-9]|1[0-2])-(?:[12]\d|0[1-9]|3[01])T(?:0\d|1\d|2[0-3])(?::[0-5]\d){2}(?:\.\d{1,9})?(?:Z|[+-](?:0\d|1\d|2[0-3])(?::?[0-5]\d)?)$/u,lg=/^\d{4}-W(?:0[1-9]|[1-4]\d|5[0-3])$/u,fg=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$/iu,dg=/^(?:[\da-f]{2}:){7}[\da-f]{2}$|^(?:[\da-f]{2}-){7}[\da-f]{2}$|^(?:[\da-f]{4}\.){3}[\da-f]{4}$|^(?:[\da-f]{4}:){3}[\da-f]{4}$/iu,hg=/^(?:[\da-f]{2}:){5}[\da-f]{2}$|^(?:[\da-f]{2}-){5}[\da-f]{2}$|^(?:[\da-f]{4}\.){2}[\da-f]{4}$|^(?:[\da-f]{2}:){7}[\da-f]{2}$|^(?:[\da-f]{2}-){7}[\da-f]{2}$|^(?:[\da-f]{4}\.){3}[\da-f]{4}$|^(?:[\da-f]{4}:){3}[\da-f]{4}$/iu,pg=/^(?:0o)?[0-7]+$/iu,mg=/^[\da-hjkmnp-tv-z]{26}$/iu,gg=/^[\da-f]{8}(?:-[\da-f]{4}){3}-[\da-f]{12}$/iu,tn;function aE(e){tn={...tn,...e}}function ba(e){return{lang:(e==null?void 0:e.lang)??(tn==null?void 0:tn.lang),message:e==null?void 0:e.message,abortEarly:(e==null?void 0:e.abortEarly)??(tn==null?void 0:tn.abortEarly),abortPipeEarly:(e==null?void 0:e.abortPipeEarly)??(tn==null?void 0:tn.abortPipeEarly)}}function cE(){tn=void 0}var hi;function uE(e,t){hi||(hi=new Map),hi.set(t,e)}function vg(e){return hi==null?void 0:hi.get(e)}function lE(e){hi==null||hi.delete(e)}var pi;function fE(e,t){pi||(pi=new Map),pi.set(t,e)}function yg(e){return pi==null?void 0:pi.get(e)}function dE(e){pi==null||pi.delete(e)}var yn;function hE(e,t,r){yn||(yn=new Map),yn.get(e)||yn.set(e,new Map),yn.get(e).set(r,t)}function bg(e,t){var r;return(r=yn==null?void 0:yn.get(e))==null?void 0:r.get(t)}function pE(e,t){var r;(r=yn==null?void 0:yn.get(e))==null||r.delete(t)}function Dr(e){var r,n;const t=typeof e;return t==="string"?`"${e}"`:t==="number"||t==="bigint"||t==="boolean"?`${e}`:t==="object"||t==="function"?(e&&((n=(r=Object.getPrototypeOf(e))==null?void 0:r.constructor)==null?void 0:n.name))??"null":t}function ue(e,t,r,n,i){const s=i&&"input"in i?i.input:r.value,o=(i==null?void 0:i.expected)??e.expects??null,a=(i==null?void 0:i.received)??Dr(s),c={kind:e.kind,type:e.type,input:s,expected:o,received:a,message:`Invalid ${t}: ${o?`Expected ${o} but r`:"R"}eceived ${a}`,requirement:e.requirement,path:i==null?void 0:i.path,issues:i==null?void 0:i.issues,lang:n.lang,abortEarly:n.abortEarly,abortPipeEarly:n.abortPipeEarly},u=e.kind==="schema",l=(i==null?void 0:i.message)??e.message??bg(e.reference,c.lang)??(u?yg(c.lang):null)??n.message??vg(c.lang);l&&(c.message=typeof l=="function"?l(c):l),u&&(r.typed=!1),r.issues?r.issues.push(c):r.issues=[c]}var mE=/\D/gu;function Tf(e){const t=e.replace(mE,"");let r=t.length,n=1,i=0;for(;r;){const s=+t[--r];n^=1,i+=n?[0,2,4,6,8,1,3,5,7,9][s]:s}return i%10===0}function Es(e,t){return Object.hasOwn(e,t)&&t!=="__proto__"&&t!=="prototype"&&t!=="constructor"}function gE(e,t){const r={};for(const n of e)r[n]=t;return r}function wg(e){if(e.path){let t="";for(const r of e.path)if(typeof r.key=="string"||typeof r.key=="number")t?t+=`.${r.key}`:t+=r.key;else return null;return t}return null}function vE(e,t){return t.kind===e}function yE(e,t){return t.type===e}function bE(e){return e instanceof Hc}var Hc=class extends Error{constructor(t){super(t[0].message);vt(this,"issues");this.name="ValiError",this.issues=t}};function _g(e){return{kind:"validation",type:"bic",reference:_g,async:!1,expects:null,requirement:Km,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"BIC",t,r),t}}}function xg(e){return{kind:"transformation",type:"brand",reference:xg,async:!1,name:e,_run(t){return t}}}function Sg(e,t){return{kind:"validation",type:"bytes",reference:Sg,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i!==this.requirement&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function Eg(e,t){return{kind:"validation",type:"check",reference:Eg,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement(r.value)&&ue(this,"input",r,n),r}}}function Cg(e,t){return{kind:"validation",type:"check",reference:Cg,async:!0,expects:null,requirement:e,message:t,async _run(r,n){return r.typed&&!await this.requirement(r.value)&&ue(this,"input",r,n),r}}}function Ag(e,t){return{kind:"validation",type:"check_items",reference:Ag,async:!1,expects:null,requirement:e,message:t,_run(r,n){if(r.typed)for(let i=0;i<r.value.length;i++){const s=r.value[i];this.requirement(s,i,r.value)||ue(this,"item",r,n,{input:s,path:[{type:"array",origin:"value",input:r.value,key:i,value:s}]})}return r}}}var wE=/^(?:\d{14,19}|\d{4}(?: \d{3,6}){2,4}|\d{4}(?:-\d{3,6}){2,4})$/u,_E=/[- ]/gu,xE=[/^3[47]\d{13}$/u,/^3(?:0[0-5]|[68]\d)\d{11,13}$/u,/^6(?:011|5\d{2})\d{12,15}$/u,/^(?:2131|1800|35\d{3})\d{11}$/u,/^5[1-5]\d{2}|(?:222\d|22[3-9]\d|2[3-6]\d{2}|27[01]\d|2720)\d{12}$/u,/^(?:6[27]\d{14,17}|81\d{14,17})$/u,/^4\d{12}(?:\d{3,6})?$/u];function Mg(e){return{kind:"validation",type:"credit_card",reference:Mg,async:!1,expects:null,requirement(t){let r;return wE.test(t)&&(r=t.replace(_E,""))&&xE.some(n=>n.test(r))&&Tf(r)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"credit card",t,r),t}}}function Tg(e){return{kind:"validation",type:"cuid2",reference:Tg,async:!1,expects:null,requirement:Xm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"Cuid2",t,r),t}}}function Og(e){return{kind:"validation",type:"decimal",reference:Og,async:!1,expects:null,requirement:Jm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"decimal",t,r),t}}}function Ig(e){return{kind:"validation",type:"email",reference:Ig,expects:null,async:!1,requirement:Ym,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"email",t,r),t}}}function Pg(e){return{kind:"validation",type:"emoji",reference:Pg,async:!1,expects:null,requirement:Zm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"emoji",t,r),t}}}function kg(e){return{kind:"validation",type:"empty",reference:kg,async:!1,expects:"0",message:e,_run(t,r){return t.typed&&t.value.length>0&&ue(this,"length",t,r,{received:`${t.value.length}`}),t}}}function jg(e,t){return{kind:"validation",type:"ends_with",reference:jg,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.endsWith(this.requirement)&&ue(this,"end",r,n,{received:`"${r.value.slice(-this.requirement.length)}"`}),r}}}function Ng(e,t){return{kind:"validation",type:"every_item",reference:Ng,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.every(this.requirement)&&ue(this,"item",r,n),r}}}function Rg(e,t){const r=Dr(e);return{kind:"validation",type:"excludes",reference:Rg,async:!1,expects:`!${r}`,requirement:e,message:t,_run(n,i){return n.typed&&n.value.includes(this.requirement)&&ue(this,"content",n,i,{received:r}),n}}}function Dg(e){return{kind:"transformation",type:"filter_items",reference:Dg,async:!1,operation:e,_run(t){return t.value=t.value.filter(this.operation),t}}}function $g(e){return{kind:"transformation",type:"find_item",reference:$g,async:!1,operation:e,_run(t){return t.value=t.value.find(this.operation),t}}}function Bg(e){return{kind:"validation",type:"finite",reference:Bg,async:!1,expects:null,requirement:Number.isFinite,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"finite",t,r),t}}}var SE={md4:32,md5:32,sha1:40,sha256:64,sha384:96,sha512:128,ripemd128:32,ripemd160:40,tiger128:32,tiger160:40,tiger192:48,crc32:8,crc32b:8,adler32:8};function Lg(e,t){return{kind:"validation",type:"hash",reference:Lg,expects:null,async:!1,requirement:RegExp(e.map(r=>`^[a-f0-9]{${SE[r]}}$`).join("|"),"iu"),message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&ue(this,"hash",r,n),r}}}function Fg(e){return{kind:"validation",type:"hexadecimal",reference:Fg,async:!1,expects:null,requirement:Qm,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"hexadecimal",t,r),t}}}function Ug(e){return{kind:"validation",type:"hex_color",reference:Ug,async:!1,expects:null,requirement:eg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"hex color",t,r),t}}}function zg(e){return{kind:"validation",type:"imei",reference:zg,async:!1,expects:null,requirement(t){return tg.test(t)&&Tf(t)},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"IMEI",t,r),t}}}function Vg(e,t){const r=Dr(e);return{kind:"validation",type:"includes",reference:Vg,async:!1,expects:r,requirement:e,message:t,_run(n,i){return n.typed&&!n.value.includes(this.requirement)&&ue(this,"content",n,i,{received:`!${r}`}),n}}}function qg(e){return{kind:"validation",type:"integer",reference:qg,async:!1,expects:null,requirement:Number.isInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"integer",t,r),t}}}function Hg(e){return{kind:"validation",type:"ip",reference:Hg,async:!1,expects:null,requirement:ig,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"IP",t,r),t}}}function Wg(e){return{kind:"validation",type:"ipv4",reference:Wg,async:!1,expects:null,requirement:rg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"IPv4",t,r),t}}}function Gg(e){return{kind:"validation",type:"ipv6",reference:Gg,async:!1,expects:null,requirement:ng,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"IPv6",t,r),t}}}function Kg(e){return{kind:"validation",type:"iso_date",reference:Kg,async:!1,expects:null,requirement:sg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"date",t,r),t}}}function Xg(e){return{kind:"validation",type:"iso_date_time",reference:Xg,async:!1,expects:null,requirement:og,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"date-time",t,r),t}}}function Jg(e){return{kind:"validation",type:"iso_time",reference:Jg,async:!1,expects:null,requirement:ag,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"time",t,r),t}}}function Yg(e){return{kind:"validation",type:"iso_time_second",reference:Yg,async:!1,expects:null,requirement:cg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"time-second",t,r),t}}}function Zg(e){return{kind:"validation",type:"iso_timestamp",reference:Zg,async:!1,expects:null,requirement:ug,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"timestamp",t,r),t}}}function Qg(e){return{kind:"validation",type:"iso_week",reference:Qg,async:!1,expects:null,requirement:lg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"week",t,r),t}}}function ev(e,t){return{kind:"validation",type:"length",reference:ev,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length!==this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function tv(e){return{kind:"validation",type:"mac",reference:tv,async:!1,expects:null,requirement:hg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"MAC",t,r),t}}}function rv(e){return{kind:"validation",type:"mac48",reference:rv,async:!1,expects:null,requirement:fg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"48-bit MAC",t,r),t}}}function nv(e){return{kind:"validation",type:"mac64",reference:nv,async:!1,expects:null,requirement:dg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"64-bit MAC",t,r),t}}}function iv(e){return{kind:"transformation",type:"map_items",reference:iv,async:!1,operation:e,_run(t){return t.value=t.value.map(this.operation),t}}}function sv(e,t){return{kind:"validation",type:"max_bytes",reference:sv,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i>this.requirement&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function ov(e,t){return{kind:"validation",type:"max_length",reference:ov,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length>this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function av(e,t){return{kind:"validation",type:"max_size",reference:av,async:!1,expects:`<=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size>this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function cv(e,t){return{kind:"validation",type:"max_value",reference:cv,async:!1,expects:`<=${e instanceof Date?e.toJSON():Dr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value>this.requirement&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Dr(r.value)}),r}}}function uv(e,t){return{kind:"validation",type:"mime_type",reference:uv,async:!1,expects:e.map(r=>`"${r}"`).join(" | ")||"never",requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement.includes(r.value.type)&&ue(this,"MIME type",r,n,{received:`"${r.value.type}"`}),r}}}function lv(e,t){return{kind:"validation",type:"min_bytes",reference:lv,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i<this.requirement&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function fv(e,t){return{kind:"validation",type:"min_length",reference:fv,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length<this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function dv(e,t){return{kind:"validation",type:"min_size",reference:dv,async:!1,expects:`>=${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size<this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function hv(e,t){return{kind:"validation",type:"min_value",reference:hv,async:!1,expects:`>=${e instanceof Date?e.toJSON():Dr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value<this.requirement&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Dr(r.value)}),r}}}function pv(e,t){return{kind:"validation",type:"multiple_of",reference:pv,async:!1,expects:`%${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value%this.requirement!==0&&ue(this,"multiple",r,n),r}}}function mv(e){return{kind:"validation",type:"non_empty",reference:mv,async:!1,expects:"!0",message:e,_run(t,r){return t.typed&&t.value.length===0&&ue(this,"length",t,r,{received:"0"}),t}}}function gv(e){return{kind:"transformation",type:"normalize",reference:gv,async:!1,form:e,_run(t){return t.value=t.value.normalize(this.form),t}}}function vv(e,t){return{kind:"validation",type:"not_bytes",reference:vv,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){if(r.typed){const i=new TextEncoder().encode(r.value).length;i===this.requirement&&ue(this,"bytes",r,n,{received:`${i}`})}return r}}}function yv(e,t){return{kind:"validation",type:"not_length",reference:yv,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.length===this.requirement&&ue(this,"length",r,n,{received:`${r.value.length}`}),r}}}function bv(e,t){return{kind:"validation",type:"not_size",reference:bv,async:!1,expects:`!${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size===this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function wv(e,t){return{kind:"validation",type:"not_value",reference:wv,async:!1,expects:e instanceof Date?`!${e.toJSON()}`:`!${Dr(e)}`,requirement:e,message:t,_run(r,n){return r.typed&&this.requirement<=r.value&&this.requirement>=r.value&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Dr(r.value)}),r}}}function _v(e){return{kind:"validation",type:"octal",reference:_v,async:!1,expects:null,requirement:pg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"octal",t,r),t}}}function xv(e,t){var r;if(e.issues)for(const n of t)for(const i of e.issues){let s=!1;const o=Math.min(n.length,((r=i.path)==null?void 0:r.length)??0);for(let a=0;a<o;a++)if(n[a]!==i.path[a].key){s=!0;break}if(!s)return!1}return!0}function Sv(e,t,r){return{kind:"validation",type:"partial_check",reference:Sv,async:!1,expects:null,requirement:t,message:r,_run(n,i){return xv(n,e)&&!this.requirement(n.value)&&ue(this,"input",n,i),n}}}function Ev(e,t,r){return{kind:"validation",type:"partial_check",reference:Ev,async:!0,expects:null,requirement:t,message:r,async _run(n,i){return xv(n,e)&&!await this.requirement(n.value)&&ue(this,"input",n,i),n}}}function Cv(e){return{kind:"validation",type:"raw_check",reference:Cv,async:!1,expects:null,_run(t,r){return e({dataset:t,config:r,addIssue:n=>ue(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function Av(e){return{kind:"validation",type:"raw_check",reference:Av,async:!0,expects:null,async _run(t,r){return await e({dataset:t,config:r,addIssue:n=>ue(this,(n==null?void 0:n.label)??"input",t,r,n)}),t}}}function Mv(e){return{kind:"transformation",type:"raw_transform",reference:Mv,async:!1,_run(t,r){const n=e({dataset:t,config:r,addIssue:i=>ue(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function Tv(e){return{kind:"transformation",type:"raw_transform",reference:Tv,async:!0,async _run(t,r){const n=await e({dataset:t,config:r,addIssue:i=>ue(this,(i==null?void 0:i.label)??"input",t,r,i),NEVER:null});return t.issues?t.typed=!1:t.value=n,t}}}function Ov(){return{kind:"transformation",type:"readonly",reference:Ov,async:!1,_run(e){return e}}}function Iv(e,t){return{kind:"transformation",type:"reduce_items",reference:Iv,async:!1,operation:e,initial:t,_run(r){return r.value=r.value.reduce(this.operation,this.initial),r}}}function Pv(e,t){return{kind:"validation",type:"regex",reference:Pv,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&!this.requirement.test(r.value)&&ue(this,"format",r,n),r}}}function kv(e){return{kind:"validation",type:"safe_integer",reference:kv,async:!1,expects:null,requirement:Number.isSafeInteger,message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"safe integer",t,r),t}}}function jv(e,t){return{kind:"validation",type:"size",reference:jv,async:!1,expects:`${e}`,requirement:e,message:t,_run(r,n){return r.typed&&r.value.size!==this.requirement&&ue(this,"size",r,n,{received:`${r.value.size}`}),r}}}function Nv(e,t){return{kind:"validation",type:"some_item",reference:Nv,async:!1,expects:null,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.some(this.requirement)&&ue(this,"item",r,n),r}}}function Rv(e){return{kind:"transformation",type:"sort_items",reference:Rv,async:!1,operation:e,_run(t){return t.value=t.value.sort(this.operation),t}}}function Dv(e,t){return{kind:"validation",type:"starts_with",reference:Dv,async:!1,expects:`"${e}"`,requirement:e,message:t,_run(r,n){return r.typed&&!r.value.startsWith(this.requirement)&&ue(this,"start",r,n,{received:`"${r.value.slice(0,this.requirement.length)}"`}),r}}}function $v(){return{kind:"transformation",type:"to_lower_case",reference:$v,async:!1,_run(e){return e.value=e.value.toLowerCase(),e}}}function Bv(e){return{kind:"transformation",type:"to_max_value",reference:Bv,async:!1,requirement:e,_run(t){return t.value=t.value>this.requirement?this.requirement:t.value,t}}}function Lv(e){return{kind:"transformation",type:"to_min_value",reference:Lv,async:!1,requirement:e,_run(t){return t.value=t.value<this.requirement?this.requirement:t.value,t}}}function Fv(){return{kind:"transformation",type:"to_upper_case",reference:Fv,async:!1,_run(e){return e.value=e.value.toUpperCase(),e}}}function Uv(e){return{kind:"transformation",type:"transform",reference:Uv,async:!1,operation:e,_run(t){return t.value=this.operation(t.value),t}}}function zv(e){return{kind:"transformation",type:"transform",reference:zv,async:!0,operation:e,async _run(t){return t.value=await this.operation(t.value),t}}}function Vv(){return{kind:"transformation",type:"trim",reference:Vv,async:!1,_run(e){return e.value=e.value.trim(),e}}}function qv(){return{kind:"transformation",type:"trim_end",reference:qv,async:!1,_run(e){return e.value=e.value.trimEnd(),e}}}function Hv(){return{kind:"transformation",type:"trim_start",reference:Hv,async:!1,_run(e){return e.value=e.value.trimStart(),e}}}function Wv(e){return{kind:"validation",type:"ulid",reference:Wv,async:!1,expects:null,requirement:mg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"ULID",t,r),t}}}function Gv(e){return{kind:"validation",type:"url",reference:Gv,async:!1,expects:null,requirement(t){try{return new URL(t),!0}catch{return!1}},message:e,_run(t,r){return t.typed&&!this.requirement(t.value)&&ue(this,"URL",t,r),t}}}function Kv(e){return{kind:"validation",type:"uuid",reference:Kv,async:!1,expects:null,requirement:gg,message:e,_run(t,r){return t.typed&&!this.requirement.test(t.value)&&ue(this,"UUID",t,r),t}}}function Xv(e,t){return{kind:"validation",type:"value",reference:Xv,async:!1,expects:e instanceof Date?e.toJSON():Dr(e),requirement:e,message:t,_run(r,n){return r.typed&&!(this.requirement<=r.value&&this.requirement>=r.value)&&ue(this,"value",r,n,{received:r.value instanceof Date?r.value.toJSON():Dr(r.value)}),r}}}function EE(e,t){return{...e,_run(r,n){return e._run(r,{...n,...t})}}}function wa(e,t,r){return typeof e.fallback=="function"?e.fallback(t,r):e.fallback}function CE(e,t){return{...e,fallback:t,_run(r,n){return e._run(r,n),r.issues?{typed:!0,value:wa(this,r,n)}:r}}}function AE(e,t){return{...e,fallback:t,async:!0,async _run(r,n){return e._run(r,n),r.issues?{typed:!0,value:await wa(this,r,n)}:r}}}function ME(e){const t={};for(const r of e)if(r.path){const n=wg(r);n?(t.nested||(t.nested={}),t.nested[n]?t.nested[n].push(r.message):t.nested[n]=[r.message]):t.other?t.other.push(r.message):t.other=[r.message]}else t.root?t.root.push(r.message):t.root=[r.message];return t}function TE(e,t){return{...e,_run(r,n){const i=r.issues&&[...r.issues];if(e._run(r,n),r.issues){for(const s of r.issues)if(!(i!=null&&i.includes(s))){let o=r.value;for(const a of t){const c=o[a],u={type:"unknown",origin:"value",input:o,key:a,value:c};if(s.path?s.path.push(u):s.path=[u],!c)break;o=c}}}return r}}}function OE(e,t){return{...e,async:!0,async _run(r,n){const i=r.issues&&[...r.issues];if(await e._run(r,n),r.issues){for(const s of r.issues)if(!(i!=null&&i.includes(s))){let o=r.value;for(const a of t){const c=o[a],u={type:"unknown",origin:"value",input:o,key:a,value:c};if(s.path?s.path.push(u):s.path=[u],!c)break;o=c}}}return r}}}function mi(e,t,r){return typeof e.default=="function"?e.default(t,r):e.default}function Of(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=Of(e.entries[r]);return t}return"items"in e?e.items.map(Of):mi(e)}async function If(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await If(r)]))):"items"in e?Promise.all(e.items.map(If)):mi(e)}function Pf(e){if("entries"in e){const t={};for(const r in e.entries)t[r]=Pf(e.entries[r]);return t}return"items"in e?e.items.map(Pf):wa(e)}async function kf(e){return"entries"in e?Object.fromEntries(await Promise.all(Object.entries(e.entries).map(async([t,r])=>[t,await kf(r)]))):"items"in e?Promise.all(e.items.map(kf)):wa(e)}function IE(e,t){return!e._run({typed:!1,value:t},{abortEarly:!0}).issues}function Jv(){return{kind:"schema",type:"any",reference:Jv,expects:"any",async:!1,_run(e){return e.typed=!0,e}}}function Yv(e,t){return{kind:"schema",type:"array",reference:Yv,expects:"Array",async:!1,item:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<i.length;o++){const a=i[o],c=this.item._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}}else ue(this,"type",r,n);return r}}}function Zv(e,t){return{kind:"schema",type:"array",reference:Zv,expects:"Array",async:!0,item:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(i.map(a=>this.item._run({typed:!1,value:a},n)));for(let a=0;a<o.length;a++){const c=o[a];if(c.issues){const u={type:"array",origin:"value",input:i,key:a,value:i[a]};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}}else ue(this,"type",r,n);return r}}}function Qv(e){return{kind:"schema",type:"bigint",reference:Qv,expects:"bigint",async:!1,message:e,_run(t,r){return typeof t.value=="bigint"?t.typed=!0:ue(this,"type",t,r),t}}}function e1(e){return{kind:"schema",type:"blob",reference:e1,expects:"Blob",async:!1,message:e,_run(t,r){return t.value instanceof Blob?t.typed=!0:ue(this,"type",t,r),t}}}function t1(e){return{kind:"schema",type:"boolean",reference:t1,expects:"boolean",async:!1,message:e,_run(t,r){return typeof t.value=="boolean"?t.typed=!0:ue(this,"type",t,r),t}}}function r1(e,t){return{kind:"schema",type:"custom",reference:r1,expects:"unknown",async:!1,check:e,message:t,_run(r,n){return this.check(r.value)?r.typed=!0:ue(this,"type",r,n),r}}}function n1(e,t){return{kind:"schema",type:"custom",reference:n1,expects:"unknown",async:!0,check:e,message:t,async _run(r,n){return await this.check(r.value)?r.typed=!0:ue(this,"type",r,n),r}}}function i1(e){return{kind:"schema",type:"date",reference:i1,expects:"Date",async:!1,message:e,_run(t,r){return t.value instanceof Date?isNaN(t.value)?ue(this,"type",t,r,{received:'"Invalid Date"'}):t.typed=!0:ue(this,"type",t,r),t}}}function jf(e,t){const r=Object.entries(e).filter(([n])=>isNaN(+n)).map(([,n])=>n);return{kind:"schema",type:"enum",reference:jf,expects:r.map(Dr).join(" | ")||"never",async:!1,enum:e,options:r,message:t,_run(n,i){return this.options.includes(n.value)?n.typed=!0:ue(this,"type",n,i),n}}}function s1(e){return{kind:"schema",type:"file",reference:s1,expects:"File",async:!1,message:e,_run(t,r){return t.value instanceof File?t.typed=!0:ue(this,"type",t,r),t}}}function Nf(e){return{kind:"schema",type:"function",reference:Nf,expects:"Function",async:!1,message:e,_run(t,r){return typeof t.value=="function"?t.typed=!0:ue(this,"type",t,r),t}}}function o1(e,t){return{kind:"schema",type:"instance",reference:o1,expects:e.name,async:!1,class:e,message:t,_run(r,n){return r.value instanceof this.class?r.typed=!0:ue(this,"type",r,n),r}}}function Wc(e,t){if(typeof e==typeof t){if(e===t||e instanceof Date&&t instanceof Date&&+e==+t)return{value:e};if(e&&t&&e.constructor===Object&&t.constructor===Object){for(const r in t)if(r in e){const n=Wc(e[r],t[r]);if(n.issue)return n;e[r]=n.value}else e[r]=t[r];return{value:e}}if(Array.isArray(e)&&Array.isArray(t)&&e.length===t.length){for(let r=0;r<e.length;r++){const n=Wc(e[r],t[r]);if(n.issue)return n;e[r]=n.value}return{value:e}}}return{issue:!0}}function a1(e,t){return{kind:"schema",type:"intersect",reference:a1,expects:[...new Set(e.map(r=>r.expects))].join(" & ")||"never",async:!1,options:e,message:t,_run(r,n){if(this.options.length){const i=r.value;let s;r.typed=!0;for(const o of this.options){const a=o._run({typed:!1,value:i},n);if(a.issues&&(r.issues?r.issues.push(...a.issues):r.issues=a.issues,n.abortEarly)){r.typed=!1;break}a.typed||(r.typed=!1),r.typed&&(s?s.push(a.value):s=[a.value])}if(r.typed){r.value=s[0];for(let o=1;o<s.length;o++){const a=Wc(r.value,s[o]);if(a.issue){ue(this,"type",r,n,{received:"unknown"});break}r.value=a.value}}}else ue(this,"type",r,n);return r}}}function c1(e,t){return{kind:"schema",type:"intersect",reference:c1,expects:[...new Set(e.map(r=>r.expects))].join(" & ")||"never",async:!0,options:e,message:t,async _run(r,n){if(this.options.length){const i=r.value;let s;r.typed=!0;const o=await Promise.all(this.options.map(a=>a._run({typed:!1,value:i},n)));for(const a of o){if(a.issues&&(r.issues?r.issues.push(...a.issues):r.issues=a.issues,n.abortEarly)){r.typed=!1;break}a.typed||(r.typed=!1),r.typed&&(s?s.push(a.value):s=[a.value])}if(r.typed){r.value=s[0];for(let a=1;a<s.length;a++){const c=Wc(r.value,s[a]);if(c.issue){ue(this,"type",r,n,{received:"unknown"});break}r.value=c.value}}}else ue(this,"type",r,n);return r}}}function u1(e){return{kind:"schema",type:"lazy",reference:u1,expects:"unknown",async:!1,getter:e,_run(t,r){return this.getter(t.value)._run(t,r)}}}function l1(e){return{kind:"schema",type:"lazy",reference:l1,expects:"unknown",async:!0,getter:e,async _run(t,r){return(await this.getter(t.value))._run(t,r)}}}function f1(e,t){return{kind:"schema",type:"literal",reference:f1,expects:Dr(e),async:!1,literal:e,message:t,_run(r,n){return r.value===this.literal?r.typed=!0:ue(this,"type",r,n),r}}}function d1(e,t){return{kind:"schema",type:"loose_object",reference:d1,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}if(!r.issues||!n.abortEarly)for(const o in i)Es(i,o)&&!(o in this.entries)&&(r.value[o]=i[o])}else ue(this,"type",r,n);return r}}}function h1(e,t){return{kind:"schema",type:"loose_object",reference:h1,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}if(!r.issues||!n.abortEarly)for(const a in i)Es(i,a)&&!(a in this.entries)&&(r.value[a]=i[a])}else ue(this,"type",r,n);return r}}}function p1(e,t){return{kind:"schema",type:"loose_tuple",reference:p1,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}if(!r.issues||!n.abortEarly)for(let o=this.items.length;o<i.length;o++)r.value.push(i[o])}else ue(this,"type",r,n);return r}}}function m1(e,t){return{kind:"schema",type:"loose_tuple",reference:m1,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}if(!r.issues||!n.abortEarly)for(let a=this.items.length;a<i.length;a++)r.value.push(i[a])}else ue(this,"type",r,n);return r}}}function g1(e,t,r){return{kind:"schema",type:"map",reference:g1,expects:"Map",async:!1,key:e,value:t,message:r,_run(n,i){var o,a;const s=n.value;if(s instanceof Map){n.typed=!0,n.value=new Map;for(const[c,u]of s){const l=this.key._run({typed:!1,value:c},i);if(l.issues){const h={type:"map",origin:"key",input:s,key:c,value:u};for(const y of l.issues)y.path?y.path.unshift(h):y.path=[h],(o=n.issues)==null||o.push(y);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}const f=this.value._run({typed:!1,value:u},i);if(f.issues){const h={type:"map",origin:"value",input:s,key:c,value:u};for(const y of f.issues)y.path?y.path.unshift(h):y.path=[h],(a=n.issues)==null||a.push(y);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}(!l.typed||!f.typed)&&(n.typed=!1),n.value.set(l.value,f.value)}}else ue(this,"type",n,i);return n}}}function v1(e,t,r){return{kind:"schema",type:"map",reference:v1,expects:"Map",async:!0,key:e,value:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s instanceof Map){n.typed=!0,n.value=new Map;const c=await Promise.all([...s].map(([u,l])=>Promise.all([u,l,this.key._run({typed:!1,value:u},i),this.value._run({typed:!1,value:l},i)])));for(const[u,l,f,h]of c){if(f.issues){const y={type:"map",origin:"key",input:s,key:u,value:l};for(const b of f.issues)b.path?b.path.unshift(y):b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}if(h.issues){const y={type:"map",origin:"value",input:s,key:u,value:l};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}(!f.typed||!h.typed)&&(n.typed=!1),n.value.set(f.value,h.value)}}else ue(this,"type",n,i);return n}}}function y1(e){return{kind:"schema",type:"nan",reference:y1,expects:"NaN",async:!1,message:e,_run(t,r){return Number.isNaN(t.value)?t.typed=!0:ue(this,"type",t,r),t}}}function b1(e){return{kind:"schema",type:"never",reference:b1,expects:"never",async:!1,message:e,_run(t,r){return ue(this,"type",t,r),t}}}function w1(e,t){return{kind:"schema",type:"non_nullable",reference:w1,expects:"!null",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function _1(e,t){return{kind:"schema",type:"non_nullable",reference:_1,expects:"!null",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function x1(e,t){return{kind:"schema",type:"non_nullish",reference:x1,expects:"!null & !undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===null||r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function S1(e,t){return{kind:"schema",type:"non_nullish",reference:S1,expects:"!null & !undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===null||r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Rf(e,t){return{kind:"schema",type:"non_optional",reference:Rf,expects:"!undefined",async:!1,wrapped:e,message:t,_run(r,n){return r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function Df(e,t){return{kind:"schema",type:"non_optional",reference:Df,expects:"!undefined",async:!0,wrapped:e,message:t,async _run(r,n){return r.value===void 0?(ue(this,"type",r,n),r):this.wrapped._run(r,n)}}}function $f(e){return{kind:"schema",type:"null",reference:$f,expects:"null",async:!1,message:e,_run(t,r){return t.value===null?t.typed=!0:ue(this,"type",t,r),t}}}function E1(e,...t){const r={kind:"schema",type:"nullable",reference:E1,expects:`${e.expects} | null`,async:!1,wrapped:e,_run(n,i){return n.value===null&&("default"in this&&(n.value=mi(this,n,i)),n.value===null)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function C1(e,...t){const r={kind:"schema",type:"nullable",reference:C1,expects:`${e.expects} | null`,async:!0,wrapped:e,async _run(n,i){return n.value===null&&("default"in this&&(n.value=await mi(this,n,i)),n.value===null)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function A1(e,...t){const r={kind:"schema",type:"nullish",reference:A1,expects:`${e.expects} | null | undefined`,async:!1,wrapped:e,_run(n,i){return(n.value===null||n.value===void 0)&&("default"in this&&(n.value=mi(this,n,i)),n.value===null||n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function M1(e,...t){const r={kind:"schema",type:"nullish",reference:M1,expects:`${e.expects} | null | undefined`,async:!0,wrapped:e,async _run(n,i){return(n.value===null||n.value===void 0)&&("default"in this&&(n.value=await mi(this,n,i)),n.value===null||n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function T1(e){return{kind:"schema",type:"number",reference:T1,expects:"number",async:!1,message:e,_run(t,r){return typeof t.value=="number"&&!isNaN(t.value)?t.typed=!0:ue(this,"type",t,r),t}}}function O1(e,t){return{kind:"schema",type:"object",reference:O1,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}}else ue(this,"type",r,n);return r}}}function I1(e,t){return{kind:"schema",type:"object",reference:I1,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}}else ue(this,"type",r,n);return r}}}function P1(e,t,r){return{kind:"schema",type:"object_with_rest",reference:P1,expects:"Object",async:!1,entries:e,rest:t,message:r,_run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};for(const c in this.entries){const u=s[c],l=this.entries[c]._run({typed:!1,value:u},i);if(l.issues){const f={type:"object",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(o=n.issues)==null||o.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),(l.value!==void 0||c in s)&&(n.value[c]=l.value)}if(!n.issues||!i.abortEarly){for(const c in s)if(Es(s,c)&&!(c in this.entries)){const u=s[c],l=this.rest._run({typed:!1,value:u},i);if(l.issues){const f={type:"object",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(a=n.issues)==null||a.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value[c]=l.value}}}else ue(this,"type",n,i);return n}}}function k1(e,t,r){return{kind:"schema",type:"object_with_rest",reference:k1,expects:"Object",async:!0,entries:e,rest:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};const[c,u]=await Promise.all([Promise.all(Object.entries(this.entries).map(async([l,f])=>{const h=s[l];return[l,h,await f._run({typed:!1,value:h},i)]})),Promise.all(Object.entries(s).filter(([l])=>Es(s,l)&&!(l in this.entries)).map(async([l,f])=>[l,f,await this.rest._run({typed:!1,value:f},i)]))]);for(const[l,f,h]of c){if(h.issues){const y={type:"object",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),(h.value!==void 0||l in s)&&(n.value[l]=h.value)}if(!n.issues||!i.abortEarly)for(const[l,f,h]of u){if(h.issues){const y={type:"object",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value[l]=h.value}}else ue(this,"type",n,i);return n}}}function Bf(e,...t){const r={kind:"schema",type:"optional",reference:Bf,expects:`${e.expects} | undefined`,async:!1,wrapped:e,_run(n,i){return n.value===void 0&&("default"in this&&(n.value=mi(this,n,i)),n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function Lf(e,...t){const r={kind:"schema",type:"optional",reference:Lf,expects:`${e.expects} | undefined`,async:!0,wrapped:e,async _run(n,i){return n.value===void 0&&("default"in this&&(n.value=await mi(this,n,i)),n.value===void 0)?(n.typed=!0,n):this.wrapped._run(n,i)}};return 0 in t&&(r.default=t[0]),r}function Ff(e,t){return{kind:"schema",type:"picklist",reference:Ff,expects:e.map(Dr).join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){return this.options.includes(r.value)?r.typed=!0:ue(this,"type",r,n),r}}}function j1(e){return{kind:"schema",type:"promise",reference:j1,expects:"Promise",async:!1,message:e,_run(t,r){return t.value instanceof Promise?t.typed=!0:ue(this,"type",t,r),t}}}function N1(e,t,r){return{kind:"schema",type:"record",reference:N1,expects:"Object",async:!1,key:e,value:t,message:r,_run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};for(const c in s)if(Es(s,c)){const u=s[c],l=this.key._run({typed:!1,value:c},i);if(l.issues){const h={type:"object",origin:"key",input:s,key:c,value:u};for(const y of l.issues)y.path=[h],(o=n.issues)==null||o.push(y);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}const f=this.value._run({typed:!1,value:u},i);if(f.issues){const h={type:"object",origin:"value",input:s,key:c,value:u};for(const y of f.issues)y.path?y.path.unshift(h):y.path=[h],(a=n.issues)==null||a.push(y);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}(!l.typed||!f.typed)&&(n.typed=!1),l.typed&&(n.value[l.value]=f.value)}}else ue(this,"type",n,i);return n}}}function R1(e,t,r){return{kind:"schema",type:"record",reference:R1,expects:"Object",async:!0,key:e,value:t,message:r,async _run(n,i){var o,a;const s=n.value;if(s&&typeof s=="object"){n.typed=!0,n.value={};const c=await Promise.all(Object.entries(s).filter(([u])=>Es(s,u)).map(([u,l])=>Promise.all([u,l,this.key._run({typed:!1,value:u},i),this.value._run({typed:!1,value:l},i)])));for(const[u,l,f,h]of c){if(f.issues){const y={type:"object",origin:"key",input:s,key:u,value:l};for(const b of f.issues)b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=f.issues),i.abortEarly){n.typed=!1;break}}if(h.issues){const y={type:"object",origin:"value",input:s,key:u,value:l};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}(!f.typed||!h.typed)&&(n.typed=!1),f.typed&&(n.value[f.value]=h.value)}}else ue(this,"type",n,i);return n}}}function D1(e,t){return{kind:"schema",type:"set",reference:D1,expects:"Set",async:!1,value:e,message:t,_run(r,n){var s;const i=r.value;if(i instanceof Set){r.typed=!0,r.value=new Set;for(const o of i){const a=this.value._run({typed:!1,value:o},n);if(a.issues){const c={type:"set",origin:"value",input:i,key:null,value:o};for(const u of a.issues)u.path?u.path.unshift(c):u.path=[c],(s=r.issues)==null||s.push(u);if(r.issues||(r.issues=a.issues),n.abortEarly){r.typed=!1;break}}a.typed||(r.typed=!1),r.value.add(a.value)}}else ue(this,"type",r,n);return r}}}function $1(e,t){return{kind:"schema",type:"set",reference:$1,expects:"Set",async:!0,value:e,message:t,async _run(r,n){var s;const i=r.value;if(i instanceof Set){r.typed=!0,r.value=new Set;const o=await Promise.all([...i].map(async a=>[a,await this.value._run({typed:!1,value:a},n)]));for(const[a,c]of o){if(c.issues){const u={type:"set",origin:"value",input:i,key:null,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.add(c.value)}}else ue(this,"type",r,n);return r}}}function B1(e,t){return{kind:"schema",type:"strict_object",reference:B1,expects:"Object",async:!1,entries:e,message:t,_run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};for(const o in this.entries){const a=i[o],c=this.entries[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"object",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),(c.value!==void 0||o in i)&&(r.value[o]=c.value)}if(!r.issues||!n.abortEarly){for(const o in i)if(!(o in this.entries)){const a=i[o];ue(this,"type",r,n,{input:a,expected:"never",path:[{type:"object",origin:"value",input:i,key:o,value:a}]});break}}}else ue(this,"type",r,n);return r}}}function L1(e,t){return{kind:"schema",type:"strict_object",reference:L1,expects:"Object",async:!0,entries:e,message:t,async _run(r,n){var s;const i=r.value;if(i&&typeof i=="object"){r.typed=!0,r.value={};const o=await Promise.all(Object.entries(this.entries).map(async([a,c])=>{const u=i[a];return[a,u,await c._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"object",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),(u.value!==void 0||a in i)&&(r.value[a]=u.value)}if(!r.issues||!n.abortEarly){for(const a in i)if(!(a in this.entries)){const c=i[a];ue(this,"type",r,n,{input:c,expected:"never",path:[{type:"object",origin:"value",input:i,key:a,value:c}]});break}}}else ue(this,"type",r,n);return r}}}function F1(e,t){return{kind:"schema",type:"strict_tuple",reference:F1,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}if(!(r.issues&&n.abortEarly)&&this.items.length<i.length){const o=i[e.length];ue(this,"type",r,n,{input:o,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:o}]})}}else ue(this,"type",r,n);return r}}}function U1(e,t){return{kind:"schema",type:"strict_tuple",reference:U1,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}if(!(r.issues&&n.abortEarly)&&this.items.length<i.length){const a=i[e.length];ue(this,"type",r,n,{input:a,expected:"never",path:[{type:"array",origin:"value",input:i,key:this.items.length,value:a}]})}}else ue(this,"type",r,n);return r}}}function z1(e){return{kind:"schema",type:"string",reference:z1,expects:"string",async:!1,message:e,_run(t,r){return typeof t.value=="string"?t.typed=!0:ue(this,"type",t,r),t}}}function V1(e){return{kind:"schema",type:"symbol",reference:V1,expects:"symbol",async:!1,message:e,_run(t,r){return typeof t.value=="symbol"?t.typed=!0:ue(this,"type",t,r),t}}}function q1(e,t){return{kind:"schema",type:"tuple",reference:q1,expects:"Array",async:!1,items:e,message:t,_run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];for(let o=0;o<this.items.length;o++){const a=i[o],c=this.items[o]._run({typed:!1,value:a},n);if(c.issues){const u={type:"array",origin:"value",input:i,key:o,value:a};for(const l of c.issues)l.path?l.path.unshift(u):l.path=[u],(s=r.issues)==null||s.push(l);if(r.issues||(r.issues=c.issues),n.abortEarly){r.typed=!1;break}}c.typed||(r.typed=!1),r.value.push(c.value)}}else ue(this,"type",r,n);return r}}}function H1(e,t){return{kind:"schema",type:"tuple",reference:H1,expects:"Array",async:!0,items:e,message:t,async _run(r,n){var s;const i=r.value;if(Array.isArray(i)){r.typed=!0,r.value=[];const o=await Promise.all(this.items.map(async(a,c)=>{const u=i[c];return[c,u,await a._run({typed:!1,value:u},n)]}));for(const[a,c,u]of o){if(u.issues){const l={type:"array",origin:"value",input:i,key:a,value:c};for(const f of u.issues)f.path?f.path.unshift(l):f.path=[l],(s=r.issues)==null||s.push(f);if(r.issues||(r.issues=u.issues),n.abortEarly){r.typed=!1;break}}u.typed||(r.typed=!1),r.value.push(u.value)}}else ue(this,"type",r,n);return r}}}function W1(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:W1,expects:"Array",async:!1,items:e,rest:t,message:r,_run(n,i){var o,a;const s=n.value;if(Array.isArray(s)){n.typed=!0,n.value=[];for(let c=0;c<this.items.length;c++){const u=s[c],l=this.items[c]._run({typed:!1,value:u},i);if(l.issues){const f={type:"array",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(o=n.issues)==null||o.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value.push(l.value)}if(!n.issues||!i.abortEarly)for(let c=this.items.length;c<s.length;c++){const u=s[c],l=this.rest._run({typed:!1,value:u},i);if(l.issues){const f={type:"array",origin:"value",input:s,key:c,value:u};for(const h of l.issues)h.path?h.path.unshift(f):h.path=[f],(a=n.issues)==null||a.push(h);if(n.issues||(n.issues=l.issues),i.abortEarly){n.typed=!1;break}}l.typed||(n.typed=!1),n.value.push(l.value)}}else ue(this,"type",n,i);return n}}}function G1(e,t,r){return{kind:"schema",type:"tuple_with_rest",reference:G1,expects:"Array",async:!0,items:e,rest:t,message:r,async _run(n,i){var o,a;const s=n.value;if(Array.isArray(s)){n.typed=!0,n.value=[];const[c,u]=await Promise.all([Promise.all(this.items.map(async(l,f)=>{const h=s[f];return[f,h,await l._run({typed:!1,value:h},i)]})),Promise.all(s.slice(this.items.length).map(async(l,f)=>[f+this.items.length,l,await this.rest._run({typed:!1,value:l},i)]))]);for(const[l,f,h]of c){if(h.issues){const y={type:"array",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(o=n.issues)==null||o.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value.push(h.value)}if(!n.issues||!i.abortEarly)for(const[l,f,h]of u){if(h.issues){const y={type:"array",origin:"value",input:s,key:l,value:f};for(const b of h.issues)b.path?b.path.unshift(y):b.path=[y],(a=n.issues)==null||a.push(b);if(n.issues||(n.issues=h.issues),i.abortEarly){n.typed=!1;break}}h.typed||(n.typed=!1),n.value.push(h.value)}}else ue(this,"type",n,i);return n}}}function Uf(e){return{kind:"schema",type:"undefined",reference:Uf,expects:"undefined",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:ue(this,"type",t,r),t}}}function Gc(e){let t;if(e)for(const r of e)t?t.push(...r.issues):t=r.issues;return t}function K1(e,t){return{kind:"schema",type:"union",reference:K1,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!1,options:e,message:t,_run(r,n){let i,s,o;for(const a of this.options){const c=a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)s?s.push(c):s=[c];else{i=c;break}else o?o.push(c):o=[c]}if(i)return i;if(s){if(s.length===1)return s[0];ue(this,"type",r,n,{issues:Gc(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];ue(this,"type",r,n,{issues:Gc(o)})}return r}}}function X1(e,t){return{kind:"schema",type:"union",reference:X1,expects:[...new Set(e.map(r=>r.expects))].join(" | ")||"never",async:!0,options:e,message:t,async _run(r,n){let i,s,o;for(const a of this.options){const c=await a._run({typed:!1,value:r.value},n);if(c.typed)if(c.issues)s?s.push(c):s=[c];else{i=c;break}else o?o.push(c):o=[c]}if(i)return i;if(s){if(s.length===1)return s[0];ue(this,"type",r,n,{issues:Gc(s)}),r.typed=!0}else{if((o==null?void 0:o.length)===1)return o[0];ue(this,"type",r,n,{issues:Gc(o)})}return r}}}function J1(){return{kind:"schema",type:"unknown",reference:J1,expects:"unknown",async:!1,_run(e){return e.typed=!0,e}}}function zf(e,t,r=new Set){for(const n of t)n.type==="variant"?zf(e,n.options,r):r.add(n.entries[e].expects);return r}function Y1(e,t,r){let n;return{kind:"schema",type:"variant",reference:Y1,expects:"Object",async:!1,key:e,options:t,message:r,_run(i,s){const o=i.value;if(o&&typeof o=="object"){const a=o[this.key];if(this.key in o){let c;for(const u of this.options)if(u.type==="variant"||!u.entries[this.key]._run({typed:!1,value:a},s).issues){const l=u._run({typed:!1,value:o},s);if(!l.issues)return l;(!c||!c.typed&&l.typed)&&(c=l)}if(c)return c}n||(n=[...zf(this.key,this.options)].join(" | ")||"never"),ue(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else ue(this,"type",i,s);return i}}}function Z1(e,t,r){let n;return{kind:"schema",type:"variant",reference:Z1,expects:"Object",async:!0,key:e,options:t,message:r,async _run(i,s){const o=i.value;if(o&&typeof o=="object"){const a=o[this.key];if(this.key in o){let c;for(const u of this.options)if(u.type==="variant"||!(await u.entries[this.key]._run({typed:!1,value:a},s)).issues){const l=await u._run({typed:!1,value:o},s);if(!l.issues)return l;(!c||!c.typed&&l.typed)&&(c=l)}if(c)return c}n||(n=[...zf(this.key,this.options)].join(" | ")||"never"),ue(this,"type",i,s,{input:a,expected:n,path:[{type:"object",origin:"value",input:o,key:this.key,value:a}]})}else ue(this,"type",i,s);return i}}}function Vf(e){return{kind:"schema",type:"void",reference:Vf,expects:"void",async:!1,message:e,_run(t,r){return t.value===void 0?t.typed=!0:ue(this,"type",t,r),t}}}function PE(e,t){return Ff(Object.keys(e.entries),t)}function kE(e,t){const r={...e.entries};for(const n of t)delete r[n];return{...e,entries:r}}function Q1(e,t,r){const n=e._run({typed:!1,value:t},ba(r));if(n.issues)throw new Hc(n.issues);return n.value}async function ey(e,t,r){const n=await e._run({typed:!1,value:t},ba(r));if(n.issues)throw new Hc(n.issues);return n.value}function jE(e,t){const r=n=>Q1(e,n,t);return r.schema=e,r.config=t,r}function NE(e,t){const r=n=>ey(e,n,t);return r.schema=e,r.config=t,r}function RE(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?Bf(e.entries[n]):e.entries[n];return{...e,entries:r}}function DE(e,t){const r={};for(const n in e.entries)r[n]=!t||t.includes(n)?Lf(e.entries[n]):e.entries[n];return{...e,entries:r}}function $E(e,t){const r={};for(const n of t)r[n]=e.entries[n];return{...e,entries:r}}function BE(...e){return{...e[0],pipe:e,_run(t,r){for(let n=0;n<e.length;n++){if(t.issues&&(e[n].kind==="schema"||e[n].kind==="transformation")){t.typed=!1;break}(!t.issues||!r.abortEarly&&!r.abortPipeEarly)&&(t=e[n]._run(t,r))}return t}}}function LE(...e){return{...e[0],pipe:e,async:!0,async _run(t,r){for(let n=0;n<e.length;n++){if(t.issues&&(e[n].kind==="schema"||e[n].kind==="transformation")){t.typed=!1;break}(!t.issues||!r.abortEarly&&!r.abortPipeEarly)&&(t=await e[n]._run(t,r))}return t}}}function FE(e,t,r){const n=Array.isArray(t)?t:void 0,i=Array.isArray(t)?r:t,s={};for(const o in e.entries)s[o]=!n||n.includes(o)?Rf(e.entries[o],i):e.entries[o];return{...e,entries:s}}function UE(e,t,r){const n=Array.isArray(t)?t:void 0,i=Array.isArray(t)?r:t,s={};for(const o in e.entries)s[o]=!n||n.includes(o)?Df(e.entries[o],i):e.entries[o];return{...e,entries:s}}function ty(e,t,r){const n=e._run({typed:!1,value:t},ba(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}async function ry(e,t,r){const n=await e._run({typed:!1,value:t},ba(r));return{typed:n.typed,success:!n.issues,output:n.value,issues:n.issues}}function zE(e,t){const r=n=>ty(e,n,t);return r.schema=e,r.config=t,r}function VE(e,t){const r=n=>ry(e,n,t);return r.schema=e,r.config=t,r}function qE(e){return e.wrapped}const HE=Symbol.for("@mysten/transaction");function WE(e){return!!e&&typeof e=="object"&&e[HE]===!0}const ny=Symbol.for("@mysten/SuiClient");function GE(e){return typeof e=="object"&&e!==null&&e[ny]===!0}class _a{get[ny](){return!0}constructor(t){this.transport=t.transport??new cm({url:t.url})}async getRpcApiVersion(){return(await this.transport.request({method:"rpc.discover",params:[]})).info.version}async getCoins(t){if(!t.owner||!_s(xs(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getCoins",params:[t.owner,t.coinType,t.cursor,t.limit]})}async getAllCoins(t){if(!t.owner||!_s(xs(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getAllCoins",params:[t.owner,t.cursor,t.limit]})}async getBalance(t){if(!t.owner||!_s(xs(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getBalance",params:[t.owner,t.coinType]})}async getAllBalances(t){if(!t.owner||!_s(xs(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getAllBalances",params:[t.owner]})}async getCoinMetadata(t){return await this.transport.request({method:"suix_getCoinMetadata",params:[t.coinType]})}async getTotalSupply(t){return await this.transport.request({method:"suix_getTotalSupply",params:[t.coinType]})}async call(t,r){return await this.transport.request({method:t,params:r})}async getMoveFunctionArgTypes(t){return await this.transport.request({method:"sui_getMoveFunctionArgTypes",params:[t.package,t.module,t.function]})}async getNormalizedMoveModulesByPackage(t){return await this.transport.request({method:"sui_getNormalizedMoveModulesByPackage",params:[t.package]})}async getNormalizedMoveModule(t){return await this.transport.request({method:"sui_getNormalizedMoveModule",params:[t.package,t.module]})}async getNormalizedMoveFunction(t){return await this.transport.request({method:"sui_getNormalizedMoveFunction",params:[t.package,t.module,t.function]})}async getNormalizedMoveStruct(t){return await this.transport.request({method:"sui_getNormalizedMoveStruct",params:[t.package,t.module,t.struct]})}async getOwnedObjects(t){if(!t.owner||!_s(xs(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getOwnedObjects",params:[t.owner,{filter:t.filter,options:t.options},t.cursor,t.limit]})}async getObject(t){if(!t.id||!Fc(Uc(t.id)))throw new Error("Invalid Sui Object id");return await this.transport.request({method:"sui_getObject",params:[t.id,t.options]})}async tryGetPastObject(t){return await this.transport.request({method:"sui_tryGetPastObject",params:[t.id,t.version,t.options]})}async multiGetObjects(t){if(t.ids.forEach(n=>{if(!n||!Fc(Uc(n)))throw new Error(`Invalid Sui Object id ${n}`)}),t.ids.length!==new Set(t.ids).size)throw new Error(`Duplicate object ids in batch call ${t.ids}`);return await this.transport.request({method:"sui_multiGetObjects",params:[t.ids,t.options]})}async queryTransactionBlocks(t){return await this.transport.request({method:"suix_queryTransactionBlocks",params:[{filter:t.filter,options:t.options},t.cursor,t.limit,(t.order||"descending")==="descending"]})}async getTransactionBlock(t){if(!ym(t.digest))throw new Error("Invalid Transaction digest");return await this.transport.request({method:"sui_getTransactionBlock",params:[t.digest,t.options]})}async multiGetTransactionBlocks(t){if(t.digests.forEach(n=>{if(!ym(n))throw new Error(`Invalid Transaction digest ${n}`)}),t.digests.length!==new Set(t.digests).size)throw new Error(`Duplicate digests in batch call ${t.digests}`);return await this.transport.request({method:"sui_multiGetTransactionBlocks",params:[t.digests,t.options]})}async executeTransactionBlock({transactionBlock:t,signature:r,options:n,requestType:i}){const s=await this.transport.request({method:"sui_executeTransactionBlock",params:[typeof t=="string"?t:Bi(t),Array.isArray(r)?r:[r],n]});if(i==="WaitForLocalExecution")try{await this.waitForTransaction({digest:s.digest})}catch{}return s}async signAndExecuteTransaction({transaction:t,signer:r,...n}){let i;t instanceof Uint8Array?i=t:(t.setSenderIfNotSet(r.toSuiAddress()),i=await t.build({client:this}));const{signature:s,bytes:o}=await r.signTransaction(i);return this.executeTransactionBlock({transactionBlock:o,signature:s,...n})}async getTotalTransactionBlocks(){const t=await this.transport.request({method:"sui_getTotalTransactionBlocks",params:[]});return BigInt(t)}async getReferenceGasPrice(){const t=await this.transport.request({method:"suix_getReferenceGasPrice",params:[]});return BigInt(t)}async getStakes(t){if(!t.owner||!_s(xs(t.owner)))throw new Error("Invalid Sui address");return await this.transport.request({method:"suix_getStakes",params:[t.owner]})}async getStakesByIds(t){return t.stakedSuiIds.forEach(r=>{if(!r||!Fc(Uc(r)))throw new Error(`Invalid Sui Stake id ${r}`)}),await this.transport.request({method:"suix_getStakesByIds",params:[t.stakedSuiIds]})}async getLatestSuiSystemState(){return await this.transport.request({method:"suix_getLatestSuiSystemState",params:[]})}async queryEvents(t){return await this.transport.request({method:"suix_queryEvents",params:[t.query,t.cursor,t.limit,(t.order||"descending")==="descending"]})}async subscribeEvent(t){return this.transport.subscribe({method:"suix_subscribeEvent",unsubscribe:"suix_unsubscribeEvent",params:[t.filter],onMessage:t.onMessage})}async subscribeTransaction(t){return this.transport.subscribe({method:"suix_subscribeTransaction",unsubscribe:"suix_unsubscribeTransaction",params:[t.filter],onMessage:t.onMessage})}async devInspectTransactionBlock(t){var n;let r;if(WE(t.transactionBlock))t.transactionBlock.setSenderIfNotSet(t.sender),r=Bi(await t.transactionBlock.build({client:this,onlyTransactionKind:!0}));else if(typeof t.transactionBlock=="string")r=t.transactionBlock;else if(t.transactionBlock instanceof Uint8Array)r=Bi(t.transactionBlock);else throw new Error("Unknown transaction block format.");return await this.transport.request({method:"sui_devInspectTransactionBlock",params:[t.sender,r,(n=t.gasPrice)==null?void 0:n.toString(),t.epoch]})}async dryRunTransactionBlock(t){return await this.transport.request({method:"sui_dryRunTransactionBlock",params:[typeof t.transactionBlock=="string"?t.transactionBlock:Bi(t.transactionBlock)]})}async getDynamicFields(t){if(!t.parentId||!Fc(Uc(t.parentId)))throw new Error("Invalid Sui Object id");return await this.transport.request({method:"suix_getDynamicFields",params:[t.parentId,t.cursor,t.limit]})}async getDynamicFieldObject(t){return await this.transport.request({method:"suix_getDynamicFieldObject",params:[t.parentId,t.name]})}async getLatestCheckpointSequenceNumber(){const t=await this.transport.request({method:"sui_getLatestCheckpointSequenceNumber",params:[]});return String(t)}async getCheckpoint(t){return await this.transport.request({method:"sui_getCheckpoint",params:[t.id]})}async getCheckpoints(t){return await this.transport.request({method:"sui_getCheckpoints",params:[t.cursor,t==null?void 0:t.limit,t.descendingOrder]})}async getCommitteeInfo(t){return await this.transport.request({method:"suix_getCommitteeInfo",params:[t==null?void 0:t.epoch]})}async getNetworkMetrics(){return await this.transport.request({method:"suix_getNetworkMetrics",params:[]})}async getAddressMetrics(){return await this.transport.request({method:"suix_getLatestAddressMetrics",params:[]})}async getEpochMetrics(t){return await this.transport.request({method:"suix_getEpochMetrics",params:[t==null?void 0:t.cursor,t==null?void 0:t.limit,t==null?void 0:t.descendingOrder]})}async getAllEpochAddressMetrics(t){return await this.transport.request({method:"suix_getAllEpochAddressMetrics",params:[t==null?void 0:t.descendingOrder]})}async getEpochs(t){return await this.transport.request({method:"suix_getEpochs",params:[t==null?void 0:t.cursor,t==null?void 0:t.limit,t==null?void 0:t.descendingOrder]})}async getMoveCallMetrics(){return await this.transport.request({method:"suix_getMoveCallMetrics",params:[]})}async getCurrentEpoch(){return await this.transport.request({method:"suix_getCurrentEpoch",params:[]})}async getValidatorsApy(){return await this.transport.request({method:"suix_getValidatorsApy",params:[]})}async getChainIdentifier(){const t=await this.getCheckpoint({id:"0"}),r=io(t.digest);return ga(r.slice(0,4))}async resolveNameServiceAddress(t){return await this.transport.request({method:"suix_resolveNameServiceAddress",params:[t.name]})}async resolveNameServiceNames({format:t="dot",...r}){const{nextCursor:n,hasNextPage:i,data:s}=await this.transport.request({method:"suix_resolveNameServiceNames",params:[r.address,r.cursor,r.limit]});return{hasNextPage:i,nextCursor:n,data:s.map(o=>JS(o,t))}}async getProtocolConfig(t){return await this.transport.request({method:"sui_getProtocolConfig",params:[t==null?void 0:t.version]})}async waitForTransaction({signal:t,timeout:r=60*1e3,pollInterval:n=2*1e3,...i}){const s=AbortSignal.timeout(r),o=new Promise((a,c)=>{s.addEventListener("abort",()=>c(s.reason))});for(o.catch(()=>{});!s.aborted;){t==null||t.throwIfAborted();try{return await this.getTransactionBlock(i)}catch{await Promise.race([new Promise(c=>setTimeout(c,n)),o])}}throw s.throwIfAborted(),new Error("Unexpected error while waiting for transaction block.")}}const KE=Z0(Object.freeze(Object.defineProperty({__proto__:null,JsonRpcError:pf,SuiClient:_a,SuiHTTPStatusError:tm,SuiHTTPTransport:cm,SuiHTTPTransportError:hf,getFullnodeUrl:um,isSuiClient:GE},Symbol.toStringTag,{value:"Module"})));var qf=Object.defineProperty,XE=Object.getOwnPropertyDescriptor,JE=Object.getOwnPropertyNames,YE=Object.prototype.hasOwnProperty,ZE=(e,t)=>{for(var r in t)qf(e,r,{get:t[r],enumerable:!0})},QE=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of JE(t))!YE.call(e,i)&&i!==r&&qf(e,i,{get:()=>t[i],enumerable:!(n=XE(t,i))||n.enumerable});return e},eC=e=>QE(qf({},"__esModule",{value:!0}),e),iy={};ZE(iy,{formatAddress:()=>rC,formatDigest:()=>nC});var tC=eC(iy);const sy="…";function rC(e){if(e.length<=6)return e;const t=e.startsWith("0x")?2:0;return`0x${e.slice(t,t+4)}${sy}${e.slice(-4)}`}function nC(e){return`${e.slice(0,10)}${sy}`}const Cr=Z0(qS);var Hf=Object.defineProperty,iC=Object.getOwnPropertyDescriptor,sC=Object.getOwnPropertyNames,oC=Object.prototype.hasOwnProperty,aC=(e,t)=>{for(var r in t)Hf(e,r,{get:t[r],enumerable:!0})},cC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of sC(t))!oC.call(e,i)&&i!==r&&Hf(e,i,{get:()=>t[i],enumerable:!(n=iC(t,i))||n.enumerable});return e},uC=e=>cC(Hf({},"__esModule",{value:!0}),e),oy={};aC(oy,{SUI_ADDRESS_LENGTH:()=>Wf,isValidSuiAddress:()=>cy,isValidSuiObjectId:()=>dC,isValidTransactionDigest:()=>fC,normalizeStructTag:()=>uy,normalizeSuiAddress:()=>Kf,normalizeSuiObjectId:()=>pC,parseStructTag:()=>Gf});var Xr=uC(oy),ay=Cr;const lC=32;function fC(e){try{return(0,ay.fromBase58)(e).length===lC}catch{return!1}}const Wf=32;function cy(e){return mC(e)&&gC(e)===Wf}function dC(e){return cy(e)}function hC(e){return e.includes("::")?Gf(e):e}function Gf(e){const[t,r]=e.split("::"),n=e.slice(t.length+r.length+4),i=n.includes("<")?n.slice(0,n.indexOf("<")):n,s=n.includes("<")?(0,ay.splitGenericParameters)(n.slice(n.indexOf("<")+1,n.lastIndexOf(">"))).map(o=>hC(o.trim())):[];return{address:Kf(t),module:r,name:i,typeParams:s}}function uy(e){const{address:t,module:r,name:n,typeParams:i}=typeof e=="string"?Gf(e):e,s=(i==null?void 0:i.length)>0?`<${i.map(o=>typeof o=="string"?o:uy(o)).join(",")}>`:"";return`${t}::${r}::${n}${s}`}function Kf(e,t=!1){let r=e.toLowerCase();return!t&&r.startsWith("0x")&&(r=r.slice(2)),`0x${r.padStart(Wf*2,"0")}`}function pC(e,t=!1){return Kf(e,t)}function mC(e){return/^(0x|0X)?[a-fA-F0-9]+$/.test(e)&&e.length%2===0}function gC(e){return/^(0x|0X)/.test(e)?(e.length-2)/2:e.length/2}var Xf=Object.defineProperty,vC=Object.getOwnPropertyDescriptor,yC=Object.getOwnPropertyNames,bC=Object.prototype.hasOwnProperty,wC=(e,t)=>{for(var r in t)Xf(e,r,{get:t[r],enumerable:!0})},_C=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of yC(t))!bC.call(e,i)&&i!==r&&Xf(e,i,{get:()=>t[i],enumerable:!(n=vC(t,i))||n.enumerable});return e},xC=e=>_C(Xf({},"__esModule",{value:!0}),e),ly={};wC(ly,{isValidSuiNSName:()=>EC,normalizeSuiNSName:()=>CC});var fy=xC(ly);const dy=/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i,hy=/^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,SC=235;function EC(e){return e.length>SC?!1:e.includes("@")?dy.test(e):hy.test(e)}function CC(e,t="at"){const r=e.toLowerCase();let n;if(r.includes("@")){if(!dy.test(r))throw new Error(`Invalid SuiNS name ${e}`);const[i,s]=r.split("@");n=[...i?i.split("."):[],s]}else{if(!hy.test(r))throw new Error(`Invalid SuiNS name ${e}`);n=r.split(".").slice(0,-1)}return t==="dot"?`${n.join(".")}.sui`:`${n.slice(0,-1).join(".")}@${n[n.length-1]}`}var Jf=Object.defineProperty,AC=Object.getOwnPropertyDescriptor,MC=Object.getOwnPropertyNames,TC=Object.prototype.hasOwnProperty,OC=(e,t)=>{for(var r in t)Jf(e,r,{get:t[r],enumerable:!0})},IC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of MC(t))!TC.call(e,i)&&i!==r&&Jf(e,i,{get:()=>t[i],enumerable:!(n=AC(t,i))||n.enumerable});return e},PC=e=>IC(Jf({},"__esModule",{value:!0}),e),py={};OC(py,{MIST_PER_SUI:()=>NC,MOVE_STDLIB_ADDRESS:()=>RC,SUI_CLOCK_OBJECT_ID:()=>$C,SUI_DECIMALS:()=>jC,SUI_FRAMEWORK_ADDRESS:()=>gy,SUI_SYSTEM_ADDRESS:()=>DC,SUI_SYSTEM_MODULE_NAME:()=>BC,SUI_SYSTEM_STATE_OBJECT_ID:()=>FC,SUI_TYPE_ARG:()=>LC});var kC=PC(py),my=Xr;const jC=9,NC=BigInt(1e9),RC="0x1",gy="0x2",DC="0x3",$C=(0,my.normalizeSuiObjectId)("0x6"),BC="sui_system",LC=`${gy}::sui::SUI`,FC=(0,my.normalizeSuiObjectId)("0x5");var Yf=Object.defineProperty,UC=Object.getOwnPropertyDescriptor,zC=Object.getOwnPropertyNames,VC=Object.prototype.hasOwnProperty,qC=(e,t)=>{for(var r in t)Yf(e,r,{get:t[r],enumerable:!0})},HC=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of zC(t))!VC.call(e,i)&&i!==r&&Yf(e,i,{get:()=>t[i],enumerable:!(n=UC(t,i))||n.enumerable});return e},WC=e=>HC(Yf({},"__esModule",{value:!0}),e),vy={};qC(vy,{isValidNamedPackage:()=>wy,isValidNamedType:()=>YC});var yy=WC(vy),GC=fy;const KC=/^([a-z0-9]+(?:-[a-z0-9]+)*)$/,XC=/^\d+$/,JC=64,by="/",wy=e=>{const t=e.split(by);if(t.length<2||t.length>3)return!1;const[r,n,i]=t;return i!==void 0&&!XC.test(i)||!(0,GC.isValidSuiNSName)(r)?!1:KC.test(n)&&n.length<JC},YC=e=>{const t=e.split(/::|<|>|,/);for(const r of t)if(r.includes(by)&&!wy(r))return!1;return!0};var Zf=Object.defineProperty,ZC=Object.getOwnPropertyDescriptor,QC=Object.getOwnPropertyNames,eA=Object.prototype.hasOwnProperty,tA=(e,t)=>{for(var r in t)Zf(e,r,{get:t[r],enumerable:!0})},rA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of QC(t))!eA.call(e,i)&&i!==r&&Zf(e,i,{get:()=>t[i],enumerable:!(n=ZC(t,i))||n.enumerable});return e},nA=e=>rA(Zf({},"__esModule",{value:!0}),e),_y={};tA(_y,{TypeTagSerializer:()=>Cs});var xy=nA(_y),iA=Cr,sA=Xr;const oA=/^vector<(.+)>$/,aA=/^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;class Cs{static parseFromStr(t,r=!1){if(t==="address")return{address:null};if(t==="bool")return{bool:null};if(t==="u8")return{u8:null};if(t==="u16")return{u16:null};if(t==="u32")return{u32:null};if(t==="u64")return{u64:null};if(t==="u128")return{u128:null};if(t==="u256")return{u256:null};if(t==="signer")return{signer:null};const n=t.match(oA);if(n)return{vector:Cs.parseFromStr(n[1],r)};const i=t.match(aA);if(i)return{struct:{address:r?(0,sA.normalizeSuiAddress)(i[1]):i[1],module:i[2],name:i[3],typeParams:i[5]===void 0?[]:Cs.parseStructTypeArgs(i[5],r)}};throw new Error(`Encountered unexpected token when parsing type args for ${t}`)}static parseStructTypeArgs(t,r=!1){return(0,iA.splitGenericParameters)(t).map(n=>Cs.parseFromStr(n,r))}static tagToString(t){if("bool"in t)return"bool";if("u8"in t)return"u8";if("u16"in t)return"u16";if("u32"in t)return"u32";if("u64"in t)return"u64";if("u128"in t)return"u128";if("u256"in t)return"u256";if("address"in t)return"address";if("signer"in t)return"signer";if("vector"in t)return`vector<${Cs.tagToString(t.vector)}>`;if("struct"in t){const r=t.struct,n=r.typeParams.map(Cs.tagToString).join(", ");return`${r.address}::${r.module}::${r.name}${n?`<${n}>`:""}`}throw new Error("Invalid TypeTag")}}var Qf=Object.defineProperty,cA=Object.getOwnPropertyDescriptor,uA=Object.getOwnPropertyNames,lA=Object.prototype.hasOwnProperty,fA=(e,t)=>{for(var r in t)Qf(e,r,{get:t[r],enumerable:!0})},dA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of uA(t))!lA.call(e,i)&&i!==r&&Qf(e,i,{get:()=>t[i],enumerable:!(n=cA(t,i))||n.enumerable});return e},hA=e=>dA(Qf({},"__esModule",{value:!0}),e),Sy={};fA(Sy,{Address:()=>zn,AppId:()=>Uy,Argument:()=>Vn,CallArg:()=>Oy,Command:()=>Py,CompressedSignature:()=>qy,GasData:()=>Dy,Intent:()=>zy,IntentMessage:()=>Vy,IntentScope:()=>Ly,IntentVersion:()=>Fy,MultiSig:()=>gA,MultiSigPkMap:()=>Wy,MultiSigPublicKey:()=>Gy,ObjectArg:()=>Ty,ObjectDigest:()=>Ay,PasskeyAuthenticator:()=>yA,ProgrammableMoveCall:()=>Iy,ProgrammableTransaction:()=>ky,PublicKey:()=>Hy,SenderSignedData:()=>vA,SenderSignedTransaction:()=>Xy,SharedObjectRef:()=>My,StructTag:()=>Ry,SuiObjectRef:()=>Kc,TransactionData:()=>By,TransactionDataV1:()=>$y,TransactionExpiration:()=>Ny,TransactionKind:()=>jy,TypeTag:()=>td,base64String:()=>Ky});var Ey=hA(Sy),fe=Cr,xa=Xr,Cy=xy;function pA(e){return fe.bcs.u64({name:"unsafe_u64",...e}).transform({input:t=>t,output:t=>Number(t)})}function mA(e){return fe.bcs.enum("Option",{None:null,Some:e})}const zn=fe.bcs.bytes(xa.SUI_ADDRESS_LENGTH).transform({validate:e=>{const t=typeof e=="string"?e:(0,fe.toHex)(e);if(!t||!(0,xa.isValidSuiAddress)((0,xa.normalizeSuiAddress)(t)))throw new Error(`Invalid Sui address ${t}`)},input:e=>typeof e=="string"?(0,fe.fromHex)((0,xa.normalizeSuiAddress)(e)):e,output:e=>(0,xa.normalizeSuiAddress)((0,fe.toHex)(e))}),Ay=fe.bcs.vector(fe.bcs.u8()).transform({name:"ObjectDigest",input:e=>(0,fe.fromBase58)(e),output:e=>(0,fe.toBase58)(new Uint8Array(e)),validate:e=>{if((0,fe.fromBase58)(e).length!==32)throw new Error("ObjectDigest must be 32 bytes")}}),Kc=fe.bcs.struct("SuiObjectRef",{objectId:zn,version:fe.bcs.u64(),digest:Ay}),My=fe.bcs.struct("SharedObjectRef",{objectId:zn,initialSharedVersion:fe.bcs.u64(),mutable:fe.bcs.bool()}),Ty=fe.bcs.enum("ObjectArg",{ImmOrOwnedObject:Kc,SharedObject:My,Receiving:Kc}),Oy=fe.bcs.enum("CallArg",{Pure:fe.bcs.struct("Pure",{bytes:fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))})}),Object:Ty}),ed=fe.bcs.enum("TypeTag",{bool:null,u8:null,u64:null,u128:null,address:null,signer:null,vector:fe.bcs.lazy(()=>ed),struct:fe.bcs.lazy(()=>Ry),u16:null,u32:null,u256:null}),td=ed.transform({input:e=>typeof e=="string"?Cy.TypeTagSerializer.parseFromStr(e,!0):e,output:e=>Cy.TypeTagSerializer.tagToString(e)}),Vn=fe.bcs.enum("Argument",{GasCoin:null,Input:fe.bcs.u16(),Result:fe.bcs.u16(),NestedResult:fe.bcs.tuple([fe.bcs.u16(),fe.bcs.u16()])}),Iy=fe.bcs.struct("ProgrammableMoveCall",{package:zn,module:fe.bcs.string(),function:fe.bcs.string(),typeArguments:fe.bcs.vector(td),arguments:fe.bcs.vector(Vn)}),Py=fe.bcs.enum("Command",{MoveCall:Iy,TransferObjects:fe.bcs.struct("TransferObjects",{objects:fe.bcs.vector(Vn),address:Vn}),SplitCoins:fe.bcs.struct("SplitCoins",{coin:Vn,amounts:fe.bcs.vector(Vn)}),MergeCoins:fe.bcs.struct("MergeCoins",{destination:Vn,sources:fe.bcs.vector(Vn)}),Publish:fe.bcs.struct("Publish",{modules:fe.bcs.vector(fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))})),dependencies:fe.bcs.vector(zn)}),MakeMoveVec:fe.bcs.struct("MakeMoveVec",{type:mA(td).transform({input:e=>e===null?{None:!0}:{Some:e},output:e=>e.Some??null}),elements:fe.bcs.vector(Vn)}),Upgrade:fe.bcs.struct("Upgrade",{modules:fe.bcs.vector(fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))})),dependencies:fe.bcs.vector(zn),package:zn,ticket:Vn})}),ky=fe.bcs.struct("ProgrammableTransaction",{inputs:fe.bcs.vector(Oy),commands:fe.bcs.vector(Py)}),jy=fe.bcs.enum("TransactionKind",{ProgrammableTransaction:ky,ChangeEpoch:null,Genesis:null,ConsensusCommitPrologue:null}),Ny=fe.bcs.enum("TransactionExpiration",{None:null,Epoch:pA()}),Ry=fe.bcs.struct("StructTag",{address:zn,module:fe.bcs.string(),name:fe.bcs.string(),typeParams:fe.bcs.vector(ed)}),Dy=fe.bcs.struct("GasData",{payment:fe.bcs.vector(Kc),owner:zn,price:fe.bcs.u64(),budget:fe.bcs.u64()}),$y=fe.bcs.struct("TransactionDataV1",{kind:jy,sender:zn,gasData:Dy,expiration:Ny}),By=fe.bcs.enum("TransactionData",{V1:$y}),Ly=fe.bcs.enum("IntentScope",{TransactionData:null,TransactionEffects:null,CheckpointSummary:null,PersonalMessage:null}),Fy=fe.bcs.enum("IntentVersion",{V0:null}),Uy=fe.bcs.enum("AppId",{Sui:null}),zy=fe.bcs.struct("Intent",{scope:Ly,version:Fy,appId:Uy});function Vy(e){return fe.bcs.struct(`IntentMessage<${e.name}>`,{intent:zy,value:e})}const qy=fe.bcs.enum("CompressedSignature",{ED25519:fe.bcs.fixedArray(64,fe.bcs.u8()),Secp256k1:fe.bcs.fixedArray(64,fe.bcs.u8()),Secp256r1:fe.bcs.fixedArray(64,fe.bcs.u8()),ZkLogin:fe.bcs.vector(fe.bcs.u8())}),Hy=fe.bcs.enum("PublicKey",{ED25519:fe.bcs.fixedArray(32,fe.bcs.u8()),Secp256k1:fe.bcs.fixedArray(33,fe.bcs.u8()),Secp256r1:fe.bcs.fixedArray(33,fe.bcs.u8()),ZkLogin:fe.bcs.vector(fe.bcs.u8())}),Wy=fe.bcs.struct("MultiSigPkMap",{pubKey:Hy,weight:fe.bcs.u8()}),Gy=fe.bcs.struct("MultiSigPublicKey",{pk_map:fe.bcs.vector(Wy),threshold:fe.bcs.u16()}),gA=fe.bcs.struct("MultiSig",{sigs:fe.bcs.vector(qy),bitmap:fe.bcs.u16(),multisig_pk:Gy}),Ky=fe.bcs.vector(fe.bcs.u8()).transform({input:e=>typeof e=="string"?(0,fe.fromBase64)(e):e,output:e=>(0,fe.toBase64)(new Uint8Array(e))}),Xy=fe.bcs.struct("SenderSignedTransaction",{intentMessage:Vy(By),txSignatures:fe.bcs.vector(Ky)}),vA=fe.bcs.vector(Xy,{name:"SenderSignedData"}),yA=fe.bcs.struct("PasskeyAuthenticator",{authenticatorData:fe.bcs.vector(fe.bcs.u8()),clientDataJson:fe.bcs.string(),userSignature:fe.bcs.vector(fe.bcs.u8())});var rd=Object.defineProperty,bA=Object.getOwnPropertyDescriptor,wA=Object.getOwnPropertyNames,_A=Object.prototype.hasOwnProperty,xA=(e,t)=>{for(var r in t)rd(e,r,{get:t[r],enumerable:!0})},SA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of wA(t))!_A.call(e,i)&&i!==r&&rd(e,i,{get:()=>t[i],enumerable:!(n=bA(t,i))||n.enumerable});return e},EA=e=>SA(rd({},"__esModule",{value:!0}),e),Jy={};xA(Jy,{TransactionEffects:()=>BA});var CA=EA(Jy),ge=Cr,Rt=Ey;const AA=ge.bcs.enum("PackageUpgradeError",{UnableToFetchPackage:ge.bcs.struct("UnableToFetchPackage",{packageId:Rt.Address}),NotAPackage:ge.bcs.struct("NotAPackage",{objectId:Rt.Address}),IncompatibleUpgrade:null,DigestDoesNotMatch:ge.bcs.struct("DigestDoesNotMatch",{digest:ge.bcs.vector(ge.bcs.u8())}),UnknownUpgradePolicy:ge.bcs.struct("UnknownUpgradePolicy",{policy:ge.bcs.u8()}),PackageIDDoesNotMatch:ge.bcs.struct("PackageIDDoesNotMatch",{packageId:Rt.Address,ticketId:Rt.Address})}),MA=ge.bcs.struct("ModuleId",{address:Rt.Address,name:ge.bcs.string()}),Yy=ge.bcs.struct("MoveLocation",{module:MA,function:ge.bcs.u16(),instruction:ge.bcs.u16(),functionName:ge.bcs.option(ge.bcs.string())}),TA=ge.bcs.enum("CommandArgumentError",{TypeMismatch:null,InvalidBCSBytes:null,InvalidUsageOfPureArg:null,InvalidArgumentToPrivateEntryFunction:null,IndexOutOfBounds:ge.bcs.struct("IndexOutOfBounds",{idx:ge.bcs.u16()}),SecondaryIndexOutOfBounds:ge.bcs.struct("SecondaryIndexOutOfBounds",{resultIdx:ge.bcs.u16(),secondaryIdx:ge.bcs.u16()}),InvalidResultArity:ge.bcs.struct("InvalidResultArity",{resultIdx:ge.bcs.u16()}),InvalidGasCoinUsage:null,InvalidValueUsage:null,InvalidObjectByValue:null,InvalidObjectByMutRef:null,SharedObjectOperationNotAllowed:null}),OA=ge.bcs.enum("TypeArgumentError",{TypeNotFound:null,ConstraintNotSatisfied:null}),IA=ge.bcs.enum("ExecutionFailureStatus",{InsufficientGas:null,InvalidGasObject:null,InvariantViolation:null,FeatureNotYetSupported:null,MoveObjectTooBig:ge.bcs.struct("MoveObjectTooBig",{objectSize:ge.bcs.u64(),maxObjectSize:ge.bcs.u64()}),MovePackageTooBig:ge.bcs.struct("MovePackageTooBig",{objectSize:ge.bcs.u64(),maxObjectSize:ge.bcs.u64()}),CircularObjectOwnership:ge.bcs.struct("CircularObjectOwnership",{object:Rt.Address}),InsufficientCoinBalance:null,CoinBalanceOverflow:null,PublishErrorNonZeroAddress:null,SuiMoveVerificationError:null,MovePrimitiveRuntimeError:ge.bcs.option(Yy),MoveAbort:ge.bcs.tuple([Yy,ge.bcs.u64()]),VMVerificationOrDeserializationError:null,VMInvariantViolation:null,FunctionNotFound:null,ArityMismatch:null,TypeArityMismatch:null,NonEntryFunctionInvoked:null,CommandArgumentError:ge.bcs.struct("CommandArgumentError",{argIdx:ge.bcs.u16(),kind:TA}),TypeArgumentError:ge.bcs.struct("TypeArgumentError",{argumentIdx:ge.bcs.u16(),kind:OA}),UnusedValueWithoutDrop:ge.bcs.struct("UnusedValueWithoutDrop",{resultIdx:ge.bcs.u16(),secondaryIdx:ge.bcs.u16()}),InvalidPublicFunctionReturnType:ge.bcs.struct("InvalidPublicFunctionReturnType",{idx:ge.bcs.u16()}),InvalidTransferObject:null,EffectsTooLarge:ge.bcs.struct("EffectsTooLarge",{currentSize:ge.bcs.u64(),maxSize:ge.bcs.u64()}),PublishUpgradeMissingDependency:null,PublishUpgradeDependencyDowngrade:null,PackageUpgradeError:ge.bcs.struct("PackageUpgradeError",{upgradeError:AA}),WrittenObjectsTooLarge:ge.bcs.struct("WrittenObjectsTooLarge",{currentSize:ge.bcs.u64(),maxSize:ge.bcs.u64()}),CertificateDenied:null,SuiMoveVerificationTimedout:null,SharedObjectOperationNotAllowed:null,InputObjectDeleted:null,ExecutionCancelledDueToSharedObjectCongestion:ge.bcs.struct("ExecutionCancelledDueToSharedObjectCongestion",{congestedObjects:ge.bcs.vector(Rt.Address)}),AddressDeniedForCoin:ge.bcs.struct("AddressDeniedForCoin",{address:Rt.Address,coinType:ge.bcs.string()}),CoinTypeGlobalPause:ge.bcs.struct("CoinTypeGlobalPause",{coinType:ge.bcs.string()}),ExecutionCancelledDueToRandomnessUnavailable:null}),Zy=ge.bcs.enum("ExecutionStatus",{Success:null,Failed:ge.bcs.struct("ExecutionFailed",{error:IA,command:ge.bcs.option(ge.bcs.u64())})}),Qy=ge.bcs.struct("GasCostSummary",{computationCost:ge.bcs.u64(),storageCost:ge.bcs.u64(),storageRebate:ge.bcs.u64(),nonRefundableStorageFee:ge.bcs.u64()}),co=ge.bcs.enum("Owner",{AddressOwner:Rt.Address,ObjectOwner:Rt.Address,Shared:ge.bcs.struct("Shared",{initialSharedVersion:ge.bcs.u64()}),Immutable:null}),PA=ge.bcs.struct("TransactionEffectsV1",{status:Zy,executedEpoch:ge.bcs.u64(),gasUsed:Qy,modifiedAtVersions:ge.bcs.vector(ge.bcs.tuple([Rt.Address,ge.bcs.u64()])),sharedObjects:ge.bcs.vector(Rt.SuiObjectRef),transactionDigest:Rt.ObjectDigest,created:ge.bcs.vector(ge.bcs.tuple([Rt.SuiObjectRef,co])),mutated:ge.bcs.vector(ge.bcs.tuple([Rt.SuiObjectRef,co])),unwrapped:ge.bcs.vector(ge.bcs.tuple([Rt.SuiObjectRef,co])),deleted:ge.bcs.vector(Rt.SuiObjectRef),unwrappedThenDeleted:ge.bcs.vector(Rt.SuiObjectRef),wrapped:ge.bcs.vector(Rt.SuiObjectRef),gasObject:ge.bcs.tuple([Rt.SuiObjectRef,co]),eventsDigest:ge.bcs.option(Rt.ObjectDigest),dependencies:ge.bcs.vector(Rt.ObjectDigest)}),nd=ge.bcs.tuple([ge.bcs.u64(),Rt.ObjectDigest]),kA=ge.bcs.enum("ObjectIn",{NotExist:null,Exist:ge.bcs.tuple([nd,co])}),jA=ge.bcs.enum("ObjectOut",{NotExist:null,ObjectWrite:ge.bcs.tuple([Rt.ObjectDigest,co]),PackageWrite:nd}),NA=ge.bcs.enum("IDOperation",{None:null,Created:null,Deleted:null}),RA=ge.bcs.struct("EffectsObjectChange",{inputState:kA,outputState:jA,idOperation:NA}),DA=ge.bcs.enum("UnchangedSharedKind",{ReadOnlyRoot:nd,MutateDeleted:ge.bcs.u64(),ReadDeleted:ge.bcs.u64(),Cancelled:ge.bcs.u64(),PerEpochConfig:null}),$A=ge.bcs.struct("TransactionEffectsV2",{status:Zy,executedEpoch:ge.bcs.u64(),gasUsed:Qy,transactionDigest:Rt.ObjectDigest,gasObjectIndex:ge.bcs.option(ge.bcs.u32()),eventsDigest:ge.bcs.option(Rt.ObjectDigest),dependencies:ge.bcs.vector(Rt.ObjectDigest),lamportVersion:ge.bcs.u64(),changedObjects:ge.bcs.vector(ge.bcs.tuple([Rt.Address,RA])),unchangedSharedObjects:ge.bcs.vector(ge.bcs.tuple([Rt.Address,DA])),auxDataDigest:ge.bcs.option(Rt.ObjectDigest)}),BA=ge.bcs.enum("TransactionEffects",{V1:PA,V2:$A});var id=Object.defineProperty,LA=Object.getOwnPropertyDescriptor,FA=Object.getOwnPropertyNames,UA=Object.prototype.hasOwnProperty,zA=(e,t)=>{for(var r in t)id(e,r,{get:t[r],enumerable:!0})},VA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of FA(t))!UA.call(e,i)&&i!==r&&id(e,i,{get:()=>t[i],enumerable:!(n=LA(t,i))||n.enumerable});return e},qA=e=>VA(id({},"__esModule",{value:!0}),e),eb={};zA(eb,{BcsType:()=>GA.BcsType,TypeTagSerializer:()=>WA.TypeTagSerializer,bcs:()=>KA});var qn=qA(eb),Hn=Cr,Dt=Ey,HA=CA,WA=xy,GA=Cr;const KA={...Hn.bcs,U8:Hn.bcs.u8(),U16:Hn.bcs.u16(),U32:Hn.bcs.u32(),U64:Hn.bcs.u64(),U128:Hn.bcs.u128(),U256:Hn.bcs.u256(),ULEB128:Hn.bcs.uleb128(),Bool:Hn.bcs.bool(),String:Hn.bcs.string(),Address:Dt.Address,AppId:Dt.AppId,Argument:Dt.Argument,CallArg:Dt.CallArg,CompressedSignature:Dt.CompressedSignature,GasData:Dt.GasData,Intent:Dt.Intent,IntentMessage:Dt.IntentMessage,IntentScope:Dt.IntentScope,IntentVersion:Dt.IntentVersion,MultiSig:Dt.MultiSig,MultiSigPkMap:Dt.MultiSigPkMap,MultiSigPublicKey:Dt.MultiSigPublicKey,ObjectArg:Dt.ObjectArg,ObjectDigest:Dt.ObjectDigest,ProgrammableMoveCall:Dt.ProgrammableMoveCall,ProgrammableTransaction:Dt.ProgrammableTransaction,PublicKey:Dt.PublicKey,SenderSignedData:Dt.SenderSignedData,SenderSignedTransaction:Dt.SenderSignedTransaction,SharedObjectRef:Dt.SharedObjectRef,StructTag:Dt.StructTag,SuiObjectRef:Dt.SuiObjectRef,Command:Dt.Command,TransactionData:Dt.TransactionData,TransactionDataV1:Dt.TransactionDataV1,TransactionExpiration:Dt.TransactionExpiration,TransactionKind:Dt.TransactionKind,TypeTag:Dt.TypeTag,TransactionEffects:HA.TransactionEffects,PasskeyAuthenticator:Dt.PasskeyAuthenticator};var sd=Object.defineProperty,XA=Object.getOwnPropertyDescriptor,JA=Object.getOwnPropertyNames,YA=Object.prototype.hasOwnProperty,ZA=(e,t)=>{for(var r in t)sd(e,r,{get:t[r],enumerable:!0})},QA=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of JA(t))!YA.call(e,i)&&i!==r&&sd(e,i,{get:()=>t[i],enumerable:!(n=XA(t,i))||n.enumerable});return e},eM=e=>QA(sd({},"__esModule",{value:!0}),e),tb={};ZA(tb,{deriveDynamicFieldID:()=>iM});var tM=eM(tb),rM=Cr,nM=Ss,od=qn;function iM(e,t,r){const n=od.bcs.Address.serialize(e).toBytes(),i=od.bcs.TypeTag.serialize(t).toBytes(),s=od.bcs.u64().serialize(r.length).toBytes(),o=nM.blake2b.create({dkLen:32});return o.update(new Uint8Array([240])),o.update(n),o.update(s),o.update(r),o.update(i),`0x${(0,rM.toHex)(o.digest().slice(0,32))}`}var ad=Object.defineProperty,sM=Object.getOwnPropertyDescriptor,oM=Object.getOwnPropertyNames,aM=Object.prototype.hasOwnProperty,cM=(e,t)=>{for(var r in t)ad(e,r,{get:t[r],enumerable:!0})},uM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of oM(t))!aM.call(e,i)&&i!==r&&ad(e,i,{get:()=>t[i],enumerable:!(n=sM(t,i))||n.enumerable});return e},lM=e=>uM(ad({},"__esModule",{value:!0}),e),rb={};cM(rb,{MIST_PER_SUI:()=>gi.MIST_PER_SUI,MOVE_STDLIB_ADDRESS:()=>gi.MOVE_STDLIB_ADDRESS,SUI_ADDRESS_LENGTH:()=>Vi.SUI_ADDRESS_LENGTH,SUI_CLOCK_OBJECT_ID:()=>gi.SUI_CLOCK_OBJECT_ID,SUI_DECIMALS:()=>gi.SUI_DECIMALS,SUI_FRAMEWORK_ADDRESS:()=>gi.SUI_FRAMEWORK_ADDRESS,SUI_SYSTEM_ADDRESS:()=>gi.SUI_SYSTEM_ADDRESS,SUI_SYSTEM_MODULE_NAME:()=>gi.SUI_SYSTEM_MODULE_NAME,SUI_SYSTEM_STATE_OBJECT_ID:()=>gi.SUI_SYSTEM_STATE_OBJECT_ID,SUI_TYPE_ARG:()=>gi.SUI_TYPE_ARG,deriveDynamicFieldID:()=>fM.deriveDynamicFieldID,formatAddress:()=>nb.formatAddress,formatDigest:()=>nb.formatDigest,fromB64:()=>Wn.fromB64,fromBase58:()=>Wn.fromBase58,fromBase64:()=>Wn.fromBase64,fromHEX:()=>Wn.fromHEX,fromHex:()=>Wn.fromHex,isValidNamedPackage:()=>sb.isValidNamedPackage,isValidNamedType:()=>sb.isValidNamedType,isValidSuiAddress:()=>Vi.isValidSuiAddress,isValidSuiNSName:()=>ib.isValidSuiNSName,isValidSuiObjectId:()=>Vi.isValidSuiObjectId,isValidTransactionDigest:()=>Vi.isValidTransactionDigest,normalizeStructTag:()=>Vi.normalizeStructTag,normalizeSuiAddress:()=>Vi.normalizeSuiAddress,normalizeSuiNSName:()=>ib.normalizeSuiNSName,normalizeSuiObjectId:()=>Vi.normalizeSuiObjectId,parseStructTag:()=>Vi.parseStructTag,toB64:()=>Wn.toB64,toBase58:()=>Wn.toBase58,toBase64:()=>Wn.toBase64,toHEX:()=>Wn.toHEX,toHex:()=>Wn.toHex});var bn=lM(rb),nb=tC,Vi=Xr,Wn=Cr,ib=fy,gi=kC,sb=yy,fM=tM,cd=Object.defineProperty,dM=Object.getOwnPropertyDescriptor,hM=Object.getOwnPropertyNames,pM=Object.prototype.hasOwnProperty,mM=(e,t)=>{for(var r in t)cd(e,r,{get:t[r],enumerable:!0})},gM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of hM(t))!pM.call(e,i)&&i!==r&&cd(e,i,{get:()=>t[i],enumerable:!(n=dM(t,i))||n.enumerable});return e},vM=e=>gM(cd({},"__esModule",{value:!0}),e),ob={};mM(ob,{getPureBcsSchema:()=>ud,isTxContext:()=>AM,normalizedTypeToMoveTypeSignature:()=>MM,pureBcsSchemaFromOpenMoveTypeSignatureBody:()=>ub});var ab=vM(ob),Zt=qn,cb=bn,Sa=Xr;const yM="object",bM="ID",wM="ascii",_M="String",xM="string",SM="String",EM="option",CM="Option";function AM(e){const t=typeof e.body=="object"&&"datatype"in e.body?e.body.datatype:null;return!!t&&(0,Sa.normalizeSuiAddress)(t.package)===(0,Sa.normalizeSuiAddress)("0x2")&&t.module==="tx_context"&&t.type==="TxContext"}function ud(e){if(typeof e=="string")switch(e){case"address":return Zt.bcs.Address;case"bool":return Zt.bcs.Bool;case"u8":return Zt.bcs.U8;case"u16":return Zt.bcs.U16;case"u32":return Zt.bcs.U32;case"u64":return Zt.bcs.U64;case"u128":return Zt.bcs.U128;case"u256":return Zt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e){if(e.vector==="u8")return Zt.bcs.vector(Zt.bcs.U8).transform({input:r=>typeof r=="string"?new TextEncoder().encode(r):r,output:r=>r});const t=ud(e.vector);return t?Zt.bcs.vector(t):null}if("datatype"in e){const t=(0,Sa.normalizeSuiAddress)(e.datatype.package);if(t===(0,Sa.normalizeSuiAddress)(cb.MOVE_STDLIB_ADDRESS)){if(e.datatype.module===wM&&e.datatype.type===_M||e.datatype.module===xM&&e.datatype.type===SM)return Zt.bcs.String;if(e.datatype.module===EM&&e.datatype.type===CM){const r=ud(e.datatype.typeParameters[0]);return r?Zt.bcs.vector(r):null}}if(t===(0,Sa.normalizeSuiAddress)(cb.SUI_FRAMEWORK_ADDRESS)&&e.datatype.module===yM&&e.datatype.type===bM)return Zt.bcs.Address}return null}function MM(e){return typeof e=="object"&&"Reference"in e?{ref:"&",body:Ea(e.Reference)}:typeof e=="object"&&"MutableReference"in e?{ref:"&mut",body:Ea(e.MutableReference)}:{ref:null,body:Ea(e)}}function Ea(e){if(typeof e=="string")switch(e){case"Address":return"address";case"Bool":return"bool";case"U8":return"u8";case"U16":return"u16";case"U32":return"u32";case"U64":return"u64";case"U128":return"u128";case"U256":return"u256";default:throw new Error(`Unexpected type ${e}`)}if("Vector"in e)return{vector:Ea(e.Vector)};if("Struct"in e)return{datatype:{package:e.Struct.address,module:e.Struct.module,type:e.Struct.name,typeParameters:e.Struct.typeArguments.map(Ea)}};if("TypeParameter"in e)return{typeParameter:e.TypeParameter};throw new Error(`Unexpected type ${JSON.stringify(e)}`)}function ub(e){if(typeof e=="string")switch(e){case"address":return Zt.bcs.Address;case"bool":return Zt.bcs.Bool;case"u8":return Zt.bcs.U8;case"u16":return Zt.bcs.U16;case"u32":return Zt.bcs.U32;case"u64":return Zt.bcs.U64;case"u128":return Zt.bcs.U128;case"u256":return Zt.bcs.U256;default:throw new Error(`Unknown type signature ${e}`)}if("vector"in e)return Zt.bcs.vector(ub(e.vector));throw new Error(`Expected pure typeSignature, but got ${JSON.stringify(e)}`)}var ld=Object.defineProperty,TM=Object.getOwnPropertyDescriptor,OM=Object.getOwnPropertyNames,IM=Object.prototype.hasOwnProperty,PM=(e,t)=>{for(var r in t)ld(e,r,{get:t[r],enumerable:!0})},kM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of OM(t))!IM.call(e,i)&&i!==r&&ld(e,i,{get:()=>t[i],enumerable:!(n=TM(t,i))||n.enumerable});return e},jM=e=>kM(ld({},"__esModule",{value:!0}),e),lb={};PM(lb,{Inputs:()=>DM});var Xc=jM(lb),NM=Cr,fd=Xr;function RM(e){return{$kind:"Pure",Pure:{bytes:e instanceof Uint8Array?(0,NM.toBase64)(e):e.toBase64()}}}const DM={Pure:RM,ObjectRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"ImmOrOwnedObject",ImmOrOwnedObject:{digest:t,version:r,objectId:(0,fd.normalizeSuiAddress)(e)}}}},SharedObjectRef({objectId:e,mutable:t,initialSharedVersion:r}){return{$kind:"Object",Object:{$kind:"SharedObject",SharedObject:{mutable:t,initialSharedVersion:r,objectId:(0,fd.normalizeSuiAddress)(e)}}}},ReceivingRef({objectId:e,digest:t,version:r}){return{$kind:"Object",Object:{$kind:"Receiving",Receiving:{digest:t,version:r,objectId:(0,fd.normalizeSuiAddress)(e)}}}}};var dd=Object.defineProperty,$M=Object.getOwnPropertyDescriptor,BM=Object.getOwnPropertyNames,LM=Object.prototype.hasOwnProperty,FM=(e,t)=>{for(var r in t)dd(e,r,{get:t[r],enumerable:!0})},UM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of BM(t))!LM.call(e,i)&&i!==r&&dd(e,i,{get:()=>t[i],enumerable:!(n=$M(t,i))||n.enumerable});return e},zM=e=>UM(dd({},"__esModule",{value:!0}),e),fb={};FM(fb,{$Intent:()=>mb,Argument:()=>rn,BCSBytes:()=>Aa,Command:()=>gb,GasData:()=>hb,JsonU64:()=>qi,NormalizedCallArg:()=>WM,ObjectArg:()=>hd,ObjectID:()=>As,ObjectRef:()=>Jc,OpenMoveTypeSignature:()=>pb,OpenMoveTypeSignatureBody:()=>Yc,StructTag:()=>VM,SuiAddress:()=>Ca,TransactionData:()=>GM,TransactionExpiration:()=>vb,safeEnum:()=>lo});var uo=zM(fb),ce=zi,db=Xr;function lo(e){const t=Object.entries(e).map(([r,n])=>(0,ce.object)({[r]:n}));return(0,ce.pipe)((0,ce.union)(t),(0,ce.transform)(r=>({...r,$kind:Object.keys(r)[0]})))}const Ca=(0,ce.pipe)((0,ce.string)(),(0,ce.transform)(e=>(0,db.normalizeSuiAddress)(e)),(0,ce.check)(db.isValidSuiAddress)),As=Ca,Aa=(0,ce.string)(),qi=(0,ce.pipe)((0,ce.union)([(0,ce.string)(),(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())]),(0,ce.check)(e=>{try{return BigInt(e),BigInt(e)>=0&&BigInt(e)<=18446744073709551615n}catch{return!1}},"Invalid u64")),Jc=(0,ce.object)({objectId:Ca,version:qi,digest:(0,ce.string)()}),rn=(0,ce.pipe)((0,ce.union)([(0,ce.object)({GasCoin:(0,ce.literal)(!0)}),(0,ce.object)({Input:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)()),type:(0,ce.optional)((0,ce.literal)("pure"))}),(0,ce.object)({Input:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)()),type:(0,ce.optional)((0,ce.literal)("object"))}),(0,ce.object)({Result:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())}),(0,ce.object)({NestedResult:(0,ce.tuple)([(0,ce.pipe)((0,ce.number)(),(0,ce.integer)()),(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())])})]),(0,ce.transform)(e=>({...e,$kind:Object.keys(e)[0]}))),hb=(0,ce.object)({budget:(0,ce.nullable)(qi),price:(0,ce.nullable)(qi),owner:(0,ce.nullable)(Ca),payment:(0,ce.nullable)((0,ce.array)(Jc))}),VM=(0,ce.object)({address:(0,ce.string)(),module:(0,ce.string)(),name:(0,ce.string)(),typeParams:(0,ce.array)((0,ce.string)())}),Yc=(0,ce.union)([(0,ce.literal)("address"),(0,ce.literal)("bool"),(0,ce.literal)("u8"),(0,ce.literal)("u16"),(0,ce.literal)("u32"),(0,ce.literal)("u64"),(0,ce.literal)("u128"),(0,ce.literal)("u256"),(0,ce.object)({vector:(0,ce.lazy)(()=>Yc)}),(0,ce.object)({datatype:(0,ce.object)({package:(0,ce.string)(),module:(0,ce.string)(),type:(0,ce.string)(),typeParameters:(0,ce.array)((0,ce.lazy)(()=>Yc))})}),(0,ce.object)({typeParameter:(0,ce.pipe)((0,ce.number)(),(0,ce.integer)())})]),pb=(0,ce.object)({ref:(0,ce.nullable)((0,ce.union)([(0,ce.literal)("&"),(0,ce.literal)("&mut")])),body:Yc}),qM=(0,ce.object)({package:As,module:(0,ce.string)(),function:(0,ce.string)(),typeArguments:(0,ce.array)((0,ce.string)()),arguments:(0,ce.array)(rn),_argumentTypes:(0,ce.optional)((0,ce.nullable)((0,ce.array)(pb)))}),mb=(0,ce.object)({name:(0,ce.string)(),inputs:(0,ce.record)((0,ce.string)(),(0,ce.union)([rn,(0,ce.array)(rn)])),data:(0,ce.record)((0,ce.string)(),(0,ce.unknown)())}),gb=lo({MoveCall:qM,TransferObjects:(0,ce.object)({objects:(0,ce.array)(rn),address:rn}),SplitCoins:(0,ce.object)({coin:rn,amounts:(0,ce.array)(rn)}),MergeCoins:(0,ce.object)({destination:rn,sources:(0,ce.array)(rn)}),Publish:(0,ce.object)({modules:(0,ce.array)(Aa),dependencies:(0,ce.array)(As)}),MakeMoveVec:(0,ce.object)({type:(0,ce.nullable)((0,ce.string)()),elements:(0,ce.array)(rn)}),Upgrade:(0,ce.object)({modules:(0,ce.array)(Aa),dependencies:(0,ce.array)(As),package:As,ticket:rn}),$Intent:mb}),hd=lo({ImmOrOwnedObject:Jc,SharedObject:(0,ce.object)({objectId:As,initialSharedVersion:qi,mutable:(0,ce.boolean)()}),Receiving:Jc}),HM=lo({Object:hd,Pure:(0,ce.object)({bytes:Aa}),UnresolvedPure:(0,ce.object)({value:(0,ce.unknown)()}),UnresolvedObject:(0,ce.object)({objectId:As,version:(0,ce.optional)((0,ce.nullable)(qi)),digest:(0,ce.optional)((0,ce.nullable)((0,ce.string)())),initialSharedVersion:(0,ce.optional)((0,ce.nullable)(qi))})}),WM=lo({Object:hd,Pure:(0,ce.object)({bytes:Aa})}),vb=lo({None:(0,ce.literal)(!0),Epoch:qi}),GM=(0,ce.object)({version:(0,ce.literal)(2),sender:(0,ce.nullish)(Ca),expiration:(0,ce.nullish)(vb),gasData:hb,inputs:(0,ce.array)(HM),commands:(0,ce.array)(gb)});var pd=Object.defineProperty,KM=Object.getOwnPropertyDescriptor,XM=Object.getOwnPropertyNames,JM=Object.prototype.hasOwnProperty,YM=(e,t)=>{for(var r in t)pd(e,r,{get:t[r],enumerable:!0})},ZM=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of XM(t))!JM.call(e,i)&&i!==r&&pd(e,i,{get:()=>t[i],enumerable:!(n=KM(t,i))||n.enumerable});return e},QM=e=>ZM(pd({},"__esModule",{value:!0}),e),yb={};YM(yb,{Commands:()=>e5,UpgradePolicy:()=>_b});var md=QM(yb),bb=Cr,Gn=zi,wb=Xr,Kn=uo,_b=(e=>(e[e.COMPATIBLE=0]="COMPATIBLE",e[e.ADDITIVE=128]="ADDITIVE",e[e.DEP_ONLY=192]="DEP_ONLY",e))(_b||{});const e5={MoveCall(e){const[t,r="",n=""]="target"in e?e.target.split("::"):[e.package,e.module,e.function];return{$kind:"MoveCall",MoveCall:{package:t,module:r,function:n,typeArguments:e.typeArguments??[],arguments:e.arguments??[]}}},TransferObjects(e,t){return{$kind:"TransferObjects",TransferObjects:{objects:e.map(r=>(0,Gn.parse)(Kn.Argument,r)),address:(0,Gn.parse)(Kn.Argument,t)}}},SplitCoins(e,t){return{$kind:"SplitCoins",SplitCoins:{coin:(0,Gn.parse)(Kn.Argument,e),amounts:t.map(r=>(0,Gn.parse)(Kn.Argument,r))}}},MergeCoins(e,t){return{$kind:"MergeCoins",MergeCoins:{destination:(0,Gn.parse)(Kn.Argument,e),sources:t.map(r=>(0,Gn.parse)(Kn.Argument,r))}}},Publish({modules:e,dependencies:t}){return{$kind:"Publish",Publish:{modules:e.map(r=>typeof r=="string"?r:(0,bb.toBase64)(new Uint8Array(r))),dependencies:t.map(r=>(0,wb.normalizeSuiObjectId)(r))}}},Upgrade({modules:e,dependencies:t,package:r,ticket:n}){return{$kind:"Upgrade",Upgrade:{modules:e.map(i=>typeof i=="string"?i:(0,bb.toBase64)(new Uint8Array(i))),dependencies:t.map(i=>(0,wb.normalizeSuiObjectId)(i)),package:r,ticket:(0,Gn.parse)(Kn.Argument,n)}}},MakeMoveVec({type:e,elements:t}){return{$kind:"MakeMoveVec",MakeMoveVec:{type:e??null,elements:t.map(r=>(0,Gn.parse)(Kn.Argument,r))}}},Intent({name:e,inputs:t={},data:r={}}){return{$kind:"$Intent",$Intent:{name:e,inputs:Object.fromEntries(Object.entries(t).map(([n,i])=>[n,Array.isArray(i)?i.map(s=>(0,Gn.parse)(Kn.Argument,s)):(0,Gn.parse)(Kn.Argument,i)])),data:r}}}};var gd=Object.defineProperty,t5=Object.getOwnPropertyDescriptor,r5=Object.getOwnPropertyNames,n5=Object.prototype.hasOwnProperty,i5=(e,t)=>{for(var r in t)gd(e,r,{get:t[r],enumerable:!0})},s5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of r5(t))!n5.call(e,i)&&i!==r&&gd(e,i,{get:()=>t[i],enumerable:!(n=t5(t,i))||n.enumerable});return e},o5=e=>s5(gd({},"__esModule",{value:!0}),e),xb={};i5(xb,{NormalizedCallArg:()=>vd,ObjectRef:()=>Zc,SerializedTransactionDataV1:()=>w5,StructTag:()=>Mb,TransactionArgument:()=>Xn,TypeTag:()=>Qc,serializeV1TransactionData:()=>_5,transactionDataFromV1:()=>x5});var Sb=o5(xb),fo=Cr,ie=zi,Eb=qn,Ma=uo;const Zc=(0,ie.object)({digest:(0,ie.string)(),objectId:(0,ie.string)(),version:(0,ie.union)([(0,ie.pipe)((0,ie.number)(),(0,ie.integer)()),(0,ie.string)(),(0,ie.bigint)()])}),a5=(0,Ma.safeEnum)({ImmOrOwned:Zc,Shared:(0,ie.object)({objectId:Ma.ObjectID,initialSharedVersion:Ma.JsonU64,mutable:(0,ie.boolean)()}),Receiving:Zc}),vd=(0,Ma.safeEnum)({Object:a5,Pure:(0,ie.array)((0,ie.pipe)((0,ie.number)(),(0,ie.integer)()))}),Cb=(0,ie.union)([(0,ie.object)({kind:(0,ie.literal)("Input"),index:(0,ie.pipe)((0,ie.number)(),(0,ie.integer)()),value:(0,ie.unknown)(),type:(0,ie.optional)((0,ie.literal)("object"))}),(0,ie.object)({kind:(0,ie.literal)("Input"),index:(0,ie.pipe)((0,ie.number)(),(0,ie.integer)()),value:(0,ie.unknown)(),type:(0,ie.literal)("pure")})]),c5=(0,ie.union)([(0,ie.object)({Epoch:(0,ie.pipe)((0,ie.number)(),(0,ie.integer)())}),(0,ie.object)({None:(0,ie.nullable)((0,ie.literal)(!0))})]),Ab=(0,ie.pipe)((0,ie.union)([(0,ie.number)(),(0,ie.string)(),(0,ie.bigint)()]),(0,ie.check)(e=>{if(!["string","number","bigint"].includes(typeof e))return!1;try{return BigInt(e),!0}catch{return!1}})),Qc=(0,ie.union)([(0,ie.object)({bool:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({u8:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({u64:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({u128:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({address:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({signer:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({vector:(0,ie.lazy)(()=>Qc)}),(0,ie.object)({struct:(0,ie.lazy)(()=>Mb)}),(0,ie.object)({u16:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({u32:(0,ie.nullable)((0,ie.literal)(!0))}),(0,ie.object)({u256:(0,ie.nullable)((0,ie.literal)(!0))})]),Mb=(0,ie.object)({address:(0,ie.string)(),module:(0,ie.string)(),name:(0,ie.string)(),typeParams:(0,ie.array)(Qc)}),u5=(0,ie.object)({budget:(0,ie.optional)(Ab),price:(0,ie.optional)(Ab),payment:(0,ie.optional)((0,ie.array)(Zc)),owner:(0,ie.optional)((0,ie.string)())}),l5=[Cb,(0,ie.object)({kind:(0,ie.literal)("GasCoin")}),(0,ie.object)({kind:(0,ie.literal)("Result"),index:(0,ie.pipe)((0,ie.number)(),(0,ie.integer)())}),(0,ie.object)({kind:(0,ie.literal)("NestedResult"),index:(0,ie.pipe)((0,ie.number)(),(0,ie.integer)()),resultIndex:(0,ie.pipe)((0,ie.number)(),(0,ie.integer)())})],Xn=(0,ie.union)([...l5]),f5=(0,ie.object)({kind:(0,ie.literal)("MoveCall"),target:(0,ie.pipe)((0,ie.string)(),(0,ie.check)(e=>e.split("::").length===3)),typeArguments:(0,ie.array)((0,ie.string)()),arguments:(0,ie.array)(Xn)}),d5=(0,ie.object)({kind:(0,ie.literal)("TransferObjects"),objects:(0,ie.array)(Xn),address:Xn}),h5=(0,ie.object)({kind:(0,ie.literal)("SplitCoins"),coin:Xn,amounts:(0,ie.array)(Xn)}),p5=(0,ie.object)({kind:(0,ie.literal)("MergeCoins"),destination:Xn,sources:(0,ie.array)(Xn)}),m5=(0,ie.object)({kind:(0,ie.literal)("MakeMoveVec"),type:(0,ie.union)([(0,ie.object)({Some:Qc}),(0,ie.object)({None:(0,ie.nullable)((0,ie.literal)(!0))})]),objects:(0,ie.array)(Xn)}),g5=(0,ie.object)({kind:(0,ie.literal)("Publish"),modules:(0,ie.array)((0,ie.array)((0,ie.pipe)((0,ie.number)(),(0,ie.integer)()))),dependencies:(0,ie.array)((0,ie.string)())}),v5=(0,ie.object)({kind:(0,ie.literal)("Upgrade"),modules:(0,ie.array)((0,ie.array)((0,ie.pipe)((0,ie.number)(),(0,ie.integer)()))),dependencies:(0,ie.array)((0,ie.string)()),packageId:(0,ie.string)(),ticket:Xn}),y5=[f5,d5,h5,p5,g5,v5,m5],b5=(0,ie.union)([...y5]),w5=(0,ie.object)({version:(0,ie.literal)(1),sender:(0,ie.optional)((0,ie.string)()),expiration:(0,ie.nullish)(c5),gasConfig:u5,inputs:(0,ie.array)(Cb),transactions:(0,ie.array)(b5)});function _5(e){var r;const t=e.inputs.map((n,i)=>{if(n.Object)return{kind:"Input",index:i,value:{Object:n.Object.ImmOrOwnedObject?{ImmOrOwned:n.Object.ImmOrOwnedObject}:n.Object.Receiving?{Receiving:{digest:n.Object.Receiving.digest,version:n.Object.Receiving.version,objectId:n.Object.Receiving.objectId}}:{Shared:{mutable:n.Object.SharedObject.mutable,initialSharedVersion:n.Object.SharedObject.initialSharedVersion,objectId:n.Object.SharedObject.objectId}}},type:"object"};if(n.Pure)return{kind:"Input",index:i,value:{Pure:Array.from((0,fo.fromBase64)(n.Pure.bytes))},type:"pure"};if(n.UnresolvedPure)return{kind:"Input",type:"pure",index:i,value:n.UnresolvedPure.value};if(n.UnresolvedObject)return{kind:"Input",type:"object",index:i,value:n.UnresolvedObject.objectId};throw new Error("Invalid input")});return{version:1,sender:e.sender??void 0,expiration:((r=e.expiration)==null?void 0:r.$kind)==="Epoch"?{Epoch:Number(e.expiration.Epoch)}:e.expiration?{None:!0}:null,gasConfig:{owner:e.gasData.owner??void 0,budget:e.gasData.budget??void 0,price:e.gasData.price??void 0,payment:e.gasData.payment??void 0},inputs:t,transactions:e.commands.map(n=>{if(n.MakeMoveVec)return{kind:"MakeMoveVec",type:n.MakeMoveVec.type===null?{None:!0}:{Some:Eb.TypeTagSerializer.parseFromStr(n.MakeMoveVec.type)},objects:n.MakeMoveVec.elements.map(i=>vi(i,t))};if(n.MergeCoins)return{kind:"MergeCoins",destination:vi(n.MergeCoins.destination,t),sources:n.MergeCoins.sources.map(i=>vi(i,t))};if(n.MoveCall)return{kind:"MoveCall",target:`${n.MoveCall.package}::${n.MoveCall.module}::${n.MoveCall.function}`,typeArguments:n.MoveCall.typeArguments,arguments:n.MoveCall.arguments.map(i=>vi(i,t))};if(n.Publish)return{kind:"Publish",modules:n.Publish.modules.map(i=>Array.from((0,fo.fromBase64)(i))),dependencies:n.Publish.dependencies};if(n.SplitCoins)return{kind:"SplitCoins",coin:vi(n.SplitCoins.coin,t),amounts:n.SplitCoins.amounts.map(i=>vi(i,t))};if(n.TransferObjects)return{kind:"TransferObjects",objects:n.TransferObjects.objects.map(i=>vi(i,t)),address:vi(n.TransferObjects.address,t)};if(n.Upgrade)return{kind:"Upgrade",modules:n.Upgrade.modules.map(i=>Array.from((0,fo.fromBase64)(i))),dependencies:n.Upgrade.dependencies,packageId:n.Upgrade.package,ticket:vi(n.Upgrade.ticket,t)};throw new Error(`Unknown transaction ${Object.keys(n)}`)})}}function vi(e,t){if(e.$kind==="GasCoin")return{kind:"GasCoin"};if(e.$kind==="Result")return{kind:"Result",index:e.Result};if(e.$kind==="NestedResult")return{kind:"NestedResult",index:e.NestedResult[0],resultIndex:e.NestedResult[1]};if(e.$kind==="Input")return t[e.Input];throw new Error(`Invalid argument ${Object.keys(e)}`)}function x5(e){var t,r,n;return(0,ie.parse)(Ma.TransactionData,{version:2,sender:e.sender??null,expiration:e.expiration?"Epoch"in e.expiration?{Epoch:e.expiration.Epoch}:{None:!0}:null,gasData:{owner:e.gasConfig.owner??null,budget:((t=e.gasConfig.budget)==null?void 0:t.toString())??null,price:((r=e.gasConfig.price)==null?void 0:r.toString())??null,payment:((n=e.gasConfig.payment)==null?void 0:n.map(i=>({digest:i.digest,objectId:i.objectId,version:i.version.toString()})))??null},inputs:e.inputs.map(i=>{if(i.kind==="Input"){if((0,ie.is)(vd,i.value)){const s=(0,ie.parse)(vd,i.value);if(s.Object){if(s.Object.ImmOrOwned)return{Object:{ImmOrOwnedObject:{objectId:s.Object.ImmOrOwned.objectId,version:String(s.Object.ImmOrOwned.version),digest:s.Object.ImmOrOwned.digest}}};if(s.Object.Shared)return{Object:{SharedObject:{mutable:s.Object.Shared.mutable??null,initialSharedVersion:s.Object.Shared.initialSharedVersion,objectId:s.Object.Shared.objectId}}};if(s.Object.Receiving)return{Object:{Receiving:{digest:s.Object.Receiving.digest,version:String(s.Object.Receiving.version),objectId:s.Object.Receiving.objectId}}};throw new Error("Invalid object input")}return{Pure:{bytes:(0,fo.toBase64)(new Uint8Array(s.Pure))}}}return i.type==="object"?{UnresolvedObject:{objectId:i.value}}:{UnresolvedPure:{value:i.value}}}throw new Error("Invalid input")}),commands:e.transactions.map(i=>{switch(i.kind){case"MakeMoveVec":return{MakeMoveVec:{type:"Some"in i.type?Eb.TypeTagSerializer.tagToString(i.type.Some):null,elements:i.objects.map(s=>yi(s))}};case"MergeCoins":return{MergeCoins:{destination:yi(i.destination),sources:i.sources.map(s=>yi(s))}};case"MoveCall":{const[s,o,a]=i.target.split("::");return{MoveCall:{package:s,module:o,function:a,typeArguments:i.typeArguments,arguments:i.arguments.map(c=>yi(c))}}}case"Publish":return{Publish:{modules:i.modules.map(s=>(0,fo.toBase64)(Uint8Array.from(s))),dependencies:i.dependencies}};case"SplitCoins":return{SplitCoins:{coin:yi(i.coin),amounts:i.amounts.map(s=>yi(s))}};case"TransferObjects":return{TransferObjects:{objects:i.objects.map(s=>yi(s)),address:yi(i.address)}};case"Upgrade":return{Upgrade:{modules:i.modules.map(s=>(0,fo.toBase64)(Uint8Array.from(s))),dependencies:i.dependencies,package:i.packageId,ticket:yi(i.ticket)}}}throw new Error(`Unknown transaction ${Object.keys(i)}`)})})}function yi(e){switch(e.kind){case"GasCoin":return{GasCoin:!0};case"Result":return{Result:e.index};case"NestedResult":return{NestedResult:[e.index,e.resultIndex]};case"Input":return{Input:e.index}}}var yd=Object.defineProperty,S5=Object.getOwnPropertyDescriptor,E5=Object.getOwnPropertyNames,C5=Object.prototype.hasOwnProperty,A5=(e,t)=>{for(var r in t)yd(e,r,{get:t[r],enumerable:!0})},M5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of E5(t))!C5.call(e,i)&&i!==r&&yd(e,i,{get:()=>t[i],enumerable:!(n=S5(t,i))||n.enumerable});return e},T5=e=>M5(yd({},"__esModule",{value:!0}),e),Tb={};A5(Tb,{SerializedTransactionDataV2:()=>$5});var O5=T5(Tb),Pe=zi,ar=uo;function Ta(e){return(0,Pe.union)(Object.entries(e).map(([t,r])=>(0,Pe.object)({[t]:r})))}const wn=Ta({GasCoin:(0,Pe.literal)(!0),Input:(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)()),Result:(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)()),NestedResult:(0,Pe.tuple)([(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)()),(0,Pe.pipe)((0,Pe.number)(),(0,Pe.integer)())])}),I5=(0,Pe.object)({budget:(0,Pe.nullable)(ar.JsonU64),price:(0,Pe.nullable)(ar.JsonU64),owner:(0,Pe.nullable)(ar.SuiAddress),payment:(0,Pe.nullable)((0,Pe.array)(ar.ObjectRef))}),P5=(0,Pe.object)({package:ar.ObjectID,module:(0,Pe.string)(),function:(0,Pe.string)(),typeArguments:(0,Pe.array)((0,Pe.string)()),arguments:(0,Pe.array)(wn)}),k5=(0,Pe.object)({name:(0,Pe.string)(),inputs:(0,Pe.record)((0,Pe.string)(),(0,Pe.union)([wn,(0,Pe.array)(wn)])),data:(0,Pe.record)((0,Pe.string)(),(0,Pe.unknown)())}),j5=Ta({MoveCall:P5,TransferObjects:(0,Pe.object)({objects:(0,Pe.array)(wn),address:wn}),SplitCoins:(0,Pe.object)({coin:wn,amounts:(0,Pe.array)(wn)}),MergeCoins:(0,Pe.object)({destination:wn,sources:(0,Pe.array)(wn)}),Publish:(0,Pe.object)({modules:(0,Pe.array)(ar.BCSBytes),dependencies:(0,Pe.array)(ar.ObjectID)}),MakeMoveVec:(0,Pe.object)({type:(0,Pe.nullable)((0,Pe.string)()),elements:(0,Pe.array)(wn)}),Upgrade:(0,Pe.object)({modules:(0,Pe.array)(ar.BCSBytes),dependencies:(0,Pe.array)(ar.ObjectID),package:ar.ObjectID,ticket:wn}),$Intent:k5}),N5=Ta({ImmOrOwnedObject:ar.ObjectRef,SharedObject:(0,Pe.object)({objectId:ar.ObjectID,initialSharedVersion:ar.JsonU64,mutable:(0,Pe.boolean)()}),Receiving:ar.ObjectRef}),R5=Ta({Object:N5,Pure:(0,Pe.object)({bytes:ar.BCSBytes}),UnresolvedPure:(0,Pe.object)({value:(0,Pe.unknown)()}),UnresolvedObject:(0,Pe.object)({objectId:ar.ObjectID,version:(0,Pe.optional)((0,Pe.nullable)(ar.JsonU64)),digest:(0,Pe.optional)((0,Pe.nullable)((0,Pe.string)())),initialSharedVersion:(0,Pe.optional)((0,Pe.nullable)(ar.JsonU64))})}),D5=Ta({None:(0,Pe.literal)(!0),Epoch:ar.JsonU64}),$5=(0,Pe.object)({version:(0,Pe.literal)(2),sender:(0,Pe.nullish)(ar.SuiAddress),expiration:(0,Pe.nullish)(D5),gasData:I5,inputs:(0,Pe.array)(R5),commands:(0,Pe.array)(j5)});var bd=Object.defineProperty,B5=Object.getOwnPropertyDescriptor,L5=Object.getOwnPropertyNames,F5=Object.prototype.hasOwnProperty,U5=(e,t)=>{for(var r in t)bd(e,r,{get:t[r],enumerable:!0})},z5=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of L5(t))!F5.call(e,i)&&i!==r&&bd(e,i,{get:()=>t[i],enumerable:!(n=B5(t,i))||n.enumerable});return e},V5=e=>z5(bd({},"__esModule",{value:!0}),e),Ob={};U5(Ob,{getClient:()=>ho,resolveTransactionData:()=>X5});var Ib=V5(Ob),q5=zi,Pb=qn,wd=bn,H5=uo,Oa=Xc,_d=ab;const W5=50,G5=1000n,K5=5e10;async function X5(e,t,r){return await eT(e,t),await Q5(e,t),t.onlyTransactionKind||(await J5(e,t),await Y5(e,t),await Z5(e,t)),await tT(e),await r()}async function J5(e,t){e.gasConfig.price||(e.gasConfig.price=String(await ho(t).getReferenceGasPrice()))}async function Y5(e,t){if(e.gasConfig.budget)return;const r=await ho(t).dryRunTransactionBlock({transactionBlock:e.build({overrides:{gasData:{budget:String(K5),payment:[]}}})});if(r.effects.status.status!=="success")throw new Error(`Dry run failed, could not automatically determine a budget: ${r.effects.status.error}`,{cause:r});const n=G5*BigInt(e.gasConfig.price||1n),i=BigInt(r.effects.gasUsed.computationCost)+n,s=i+BigInt(r.effects.gasUsed.storageCost)-BigInt(r.effects.gasUsed.storageRebate);e.gasConfig.budget=String(s>i?s:i)}async function Z5(e,t){if(!e.gasConfig.payment){const n=(await ho(t).getCoins({owner:e.gasConfig.owner||e.sender,coinType:wd.SUI_TYPE_ARG})).data.filter(i=>!e.inputs.find(o=>{var a;return(a=o.Object)!=null&&a.ImmOrOwnedObject?i.coinObjectId===o.Object.ImmOrOwnedObject.objectId:!1})).map(i=>({objectId:i.coinObjectId,digest:i.digest,version:i.version}));if(!n.length)throw new Error("No valid gas coins found for the transaction.");e.gasConfig.payment=n.map(i=>(0,q5.parse)(H5.ObjectRef,i))}}async function Q5(e,t){const r=e.inputs.filter(l=>{var f;return l.UnresolvedObject&&!(l.UnresolvedObject.version||(f=l.UnresolvedObject)!=null&&f.initialSharedVersion)}),n=[...new Set(r.map(l=>(0,wd.normalizeSuiObjectId)(l.UnresolvedObject.objectId)))],i=n.length?sT(n,W5):[],s=(await Promise.all(i.map(l=>ho(t).multiGetObjects({ids:l,options:{showOwner:!0}})))).flat(),o=new Map(n.map((l,f)=>[l,s[f]])),a=Array.from(o).filter(([l,f])=>f.error).map(([l,f])=>JSON.stringify(f.error));if(a.length)throw new Error(`The following input objects are invalid: ${a.join(", ")}`);const c=s.map(l=>{if(l.error||!l.data)throw new Error(`Failed to fetch object: ${l.error}`);const f=l.data.owner,h=f&&typeof f=="object"&&"Shared"in f?f.Shared.initial_shared_version:null;return{objectId:l.data.objectId,digest:l.data.digest,version:l.data.version,initialSharedVersion:h}}),u=new Map(n.map((l,f)=>[l,c[f]]));for(const[l,f]of e.inputs.entries()){if(!f.UnresolvedObject)continue;let h;const y=(0,wd.normalizeSuiAddress)(f.UnresolvedObject.objectId),b=u.get(y);f.UnresolvedObject.initialSharedVersion??(b==null?void 0:b.initialSharedVersion)?h=Oa.Inputs.SharedObjectRef({objectId:y,initialSharedVersion:f.UnresolvedObject.initialSharedVersion||(b==null?void 0:b.initialSharedVersion),mutable:rT(e,l)}):nT(e,l)&&(h=Oa.Inputs.ReceivingRef({objectId:y,digest:f.UnresolvedObject.digest??(b==null?void 0:b.digest),version:f.UnresolvedObject.version??(b==null?void 0:b.version)})),e.inputs[e.inputs.indexOf(f)]=h??Oa.Inputs.ObjectRef({objectId:y,digest:f.UnresolvedObject.digest??(b==null?void 0:b.digest),version:f.UnresolvedObject.version??(b==null?void 0:b.version)})}}async function eT(e,t){const{inputs:r,commands:n}=e,i=[],s=new Set;n.forEach(a=>{if(a.MoveCall){if(a.MoveCall._argumentTypes)return;if(a.MoveCall.arguments.map(l=>l.$kind==="Input"?e.inputs[l.Input]:null).some(l=>(l==null?void 0:l.UnresolvedPure)||(l==null?void 0:l.UnresolvedObject))){const l=`${a.MoveCall.package}::${a.MoveCall.module}::${a.MoveCall.function}`;s.add(l),i.push(a.MoveCall)}}switch(a.$kind){case"SplitCoins":a.SplitCoins.amounts.forEach(c=>{kb(c,Pb.bcs.U64,e)});break;case"TransferObjects":kb(a.TransferObjects.address,Pb.bcs.Address,e);break}});const o=new Map;if(s.size>0){const a=ho(t);await Promise.all([...s].map(async c=>{const[u,l,f]=c.split("::"),h=await a.getNormalizedMoveFunction({package:u,module:l,function:f});o.set(c,h.parameters.map(y=>(0,_d.normalizedTypeToMoveTypeSignature)(y)))}))}i.length&&await Promise.all(i.map(async a=>{const c=o.get(`${a.package}::${a.module}::${a.function}`);if(!c)return;const l=c.length>0&&(0,_d.isTxContext)(c.at(-1))?c.slice(0,c.length-1):c;a._argumentTypes=l})),n.forEach(a=>{if(!a.MoveCall)return;const c=a.MoveCall,u=`${c.package}::${c.module}::${c.function}`,l=c._argumentTypes;if(l){if(l.length!==a.MoveCall.arguments.length)throw new Error(`Incorrect number of arguments for ${u}`);l.forEach((f,h)=>{var k,R;const y=c.arguments[h];if(y.$kind!=="Input")return;const b=r[y.Input];if(!b.UnresolvedPure&&!b.UnresolvedObject)return;const w=((k=b.UnresolvedPure)==null?void 0:k.value)??((R=b.UnresolvedObject)==null?void 0:R.objectId),T=(0,_d.getPureBcsSchema)(f.body);if(T){y.type="pure",r[r.indexOf(b)]=Oa.Inputs.Pure(T.serialize(w));return}if(typeof w!="string")throw new Error(`Expect the argument to be an object id string, got ${JSON.stringify(w,null,2)}`);y.type="object";const P=b.UnresolvedPure?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:w}}:b;r[y.Input]=P})}})}function tT(e){e.inputs.forEach((t,r)=>{if(t.$kind!=="Object"&&t.$kind!=="Pure")throw new Error(`Input at index ${r} has not been resolved. Expected a Pure or Object input, but found ${JSON.stringify(t)}`)})}function kb(e,t,r){if(e.$kind!=="Input")return;const n=r.inputs[e.Input];n.$kind==="UnresolvedPure"&&(r.inputs[e.Input]=Oa.Inputs.Pure(t.serialize(n.UnresolvedPure.value)))}function rT(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const s=i.MoveCall.arguments.indexOf(n);r=i.MoveCall._argumentTypes[s].ref!=="&"||r}(i.$kind==="MakeMoveVec"||i.$kind==="MergeCoins"||i.$kind==="SplitCoins")&&(r=!0)}),r}function nT(e,t){let r=!1;return e.getInputUses(t,(n,i)=>{if(i.MoveCall&&i.MoveCall._argumentTypes){const s=i.MoveCall.arguments.indexOf(n);r=iT(i.MoveCall._argumentTypes[s])||r}}),r}function iT(e){return typeof e.body!="object"||!("datatype"in e.body)?!1:e.body.datatype.package==="0x2"&&e.body.datatype.module==="transfer"&&e.body.datatype.type==="Receiving"}function ho(e){if(!e.client)throw new Error("No sui client passed to Transaction#build, but transaction data was not sufficient to build offline.");return e.client}function sT(e,t){return Array.from({length:Math.ceil(e.length/t)},(r,n)=>e.slice(n*t,n*t+t))}var xd=Object.defineProperty,oT=Object.getOwnPropertyDescriptor,aT=Object.getOwnPropertyNames,cT=Object.prototype.hasOwnProperty,uT=(e,t)=>{for(var r in t)xd(e,r,{get:t[r],enumerable:!0})},lT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of aT(t))!cT.call(e,i)&&i!==r&&xd(e,i,{get:()=>t[i],enumerable:!(n=oT(t,i))||n.enumerable});return e},fT=e=>lT(xd({},"__esModule",{value:!0}),e),jb={};uT(jb,{createObjectMethods:()=>dT});var Nb=fT(jb);function dT(e){function t(r){return e(r)}return t.system=()=>t("0x5"),t.clock=()=>t("0x6"),t.random=()=>t("0x8"),t.denyList=()=>t("0x403"),t.option=({type:r,value:n})=>i=>i.moveCall({typeArguments:[r],target:`0x1::option::${n===null?"none":"some"}`,arguments:n===null?[]:[i.object(n)]}),t}var Sd=Object.defineProperty,hT=Object.getOwnPropertyDescriptor,pT=Object.getOwnPropertyNames,mT=Object.prototype.hasOwnProperty,gT=(e,t)=>{for(var r in t)Sd(e,r,{get:t[r],enumerable:!0})},vT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of pT(t))!mT.call(e,i)&&i!==r&&Sd(e,i,{get:()=>t[i],enumerable:!(n=hT(t,i))||n.enumerable});return e},yT=e=>vT(Sd({},"__esModule",{value:!0}),e),Rb={};gT(Rb,{createPure:()=>wT});var Db=yT(Rb),bT=Cr,tr=qn;function wT(e){function t(r,n){if(typeof r=="string")return e(Ia(r).serialize(n));if(r instanceof Uint8Array||(0,bT.isSerializedBcs)(r))return e(r);throw new Error("tx.pure must be called either a bcs type name, or a serialized bcs value")}return t.u8=r=>e(tr.bcs.U8.serialize(r)),t.u16=r=>e(tr.bcs.U16.serialize(r)),t.u32=r=>e(tr.bcs.U32.serialize(r)),t.u64=r=>e(tr.bcs.U64.serialize(r)),t.u128=r=>e(tr.bcs.U128.serialize(r)),t.u256=r=>e(tr.bcs.U256.serialize(r)),t.bool=r=>e(tr.bcs.Bool.serialize(r)),t.string=r=>e(tr.bcs.String.serialize(r)),t.address=r=>e(tr.bcs.Address.serialize(r)),t.id=t.address,t.vector=(r,n)=>e(tr.bcs.vector(Ia(r)).serialize(n)),t.option=(r,n)=>e(tr.bcs.option(Ia(r)).serialize(n)),t}function Ia(e){switch(e){case"u8":return tr.bcs.u8();case"u16":return tr.bcs.u16();case"u32":return tr.bcs.u32();case"u64":return tr.bcs.u64();case"u128":return tr.bcs.u128();case"u256":return tr.bcs.u256();case"bool":return tr.bcs.bool();case"string":return tr.bcs.string();case"id":case"address":return tr.bcs.Address}const t=e.match(/^(vector|option)<(.+)>$/);if(t){const[r,n]=t.slice(1);return r==="vector"?tr.bcs.vector(Ia(n)):tr.bcs.option(Ia(n))}throw new Error(`Invalid Pure type name: ${e}`)}var Ed=Object.defineProperty,_T=Object.getOwnPropertyDescriptor,xT=Object.getOwnPropertyNames,ST=Object.prototype.hasOwnProperty,ET=(e,t)=>{for(var r in t)Ed(e,r,{get:t[r],enumerable:!0})},CT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of xT(t))!ST.call(e,i)&&i!==r&&Ed(e,i,{get:()=>t[i],enumerable:!(n=_T(t,i))||n.enumerable});return e},AT=e=>CT(Ed({},"__esModule",{value:!0}),e),$b={};ET($b,{hashTypedData:()=>OT});var MT=AT($b),TT=Ss;function OT(e,t){const r=Array.from(`${e}::`).map(i=>i.charCodeAt(0)),n=new Uint8Array(r.length+t.length);return n.set(r),n.set(t,r.length),(0,TT.blake2b)(n,{dkLen:32})}var Cd=Object.defineProperty,IT=Object.getOwnPropertyDescriptor,PT=Object.getOwnPropertyNames,kT=Object.prototype.hasOwnProperty,jT=(e,t)=>{for(var r in t)Cd(e,r,{get:t[r],enumerable:!0})},NT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of PT(t))!kT.call(e,i)&&i!==r&&Cd(e,i,{get:()=>t[i],enumerable:!(n=IT(t,i))||n.enumerable});return e},RT=e=>NT(Cd({},"__esModule",{value:!0}),e),Bb={};jT(Bb,{TransactionDataBuilder:()=>Ms});var Ad=RT(Bb),DT=Cr,Md=zi,eu=qn,$T=Xr,Td=uo,BT=Sb,LT=MT;function Lb(e){return(0,$T.normalizeSuiAddress)(e).replace("0x","")}class Ms{constructor(t){this.version=2,this.sender=(t==null?void 0:t.sender)??null,this.expiration=(t==null?void 0:t.expiration)??null,this.inputs=(t==null?void 0:t.inputs)??[],this.commands=(t==null?void 0:t.commands)??[],this.gasData=(t==null?void 0:t.gasData)??{budget:null,price:null,owner:null,payment:null}}static fromKindBytes(t){const n=eu.bcs.TransactionKind.parse(t).ProgrammableTransaction;if(!n)throw new Error("Unable to deserialize from bytes.");return Ms.restore({version:2,sender:null,expiration:null,gasData:{budget:null,owner:null,payment:null,price:null},inputs:n.inputs,commands:n.commands})}static fromBytes(t){const r=eu.bcs.TransactionData.parse(t),n=r==null?void 0:r.V1,i=n.kind.ProgrammableTransaction;if(!n||!i)throw new Error("Unable to deserialize from bytes.");return Ms.restore({version:2,sender:n.sender,expiration:n.expiration,gasData:n.gasData,inputs:i.inputs,commands:i.commands})}static restore(t){return t.version===2?new Ms((0,Md.parse)(Td.TransactionData,t)):new Ms((0,Md.parse)(Td.TransactionData,(0,BT.transactionDataFromV1)(t)))}static getDigestFromBytes(t){const r=(0,LT.hashTypedData)("TransactionData",t);return(0,DT.toBase58)(r)}get gasConfig(){return this.gasData}set gasConfig(t){this.gasData=t}build({maxSizeBytes:t=1/0,overrides:r,onlyTransactionKind:n}={}){const i=this.inputs,s=this.commands,o={ProgrammableTransaction:{inputs:i,commands:s}};if(n)return eu.bcs.TransactionKind.serialize(o,{maxSize:t}).toBytes();const a=(r==null?void 0:r.expiration)??this.expiration,c=(r==null?void 0:r.sender)??this.sender,u={...this.gasData,...r==null?void 0:r.gasConfig,...r==null?void 0:r.gasData};if(!c)throw new Error("Missing transaction sender");if(!u.budget)throw new Error("Missing gas budget");if(!u.payment)throw new Error("Missing gas payment");if(!u.price)throw new Error("Missing gas price");const l={sender:Lb(c),expiration:a||{None:!0},gasData:{payment:u.payment,owner:Lb(this.gasData.owner??c),price:BigInt(u.price),budget:BigInt(u.budget)},kind:{ProgrammableTransaction:{inputs:i,commands:s}}};return eu.bcs.TransactionData.serialize({V1:l},{maxSize:t}).toBytes()}addInput(t,r){const n=this.inputs.length;return this.inputs.push(r),{Input:n,type:t,$kind:"Input"}}getInputUses(t,r){this.mapArguments((n,i)=>(n.$kind==="Input"&&n.Input===t&&r(n,i),n))}mapArguments(t){for(const r of this.commands)switch(r.$kind){case"MoveCall":r.MoveCall.arguments=r.MoveCall.arguments.map(i=>t(i,r));break;case"TransferObjects":r.TransferObjects.objects=r.TransferObjects.objects.map(i=>t(i,r)),r.TransferObjects.address=t(r.TransferObjects.address,r);break;case"SplitCoins":r.SplitCoins.coin=t(r.SplitCoins.coin,r),r.SplitCoins.amounts=r.SplitCoins.amounts.map(i=>t(i,r));break;case"MergeCoins":r.MergeCoins.destination=t(r.MergeCoins.destination,r),r.MergeCoins.sources=r.MergeCoins.sources.map(i=>t(i,r));break;case"MakeMoveVec":r.MakeMoveVec.elements=r.MakeMoveVec.elements.map(i=>t(i,r));break;case"Upgrade":r.Upgrade.ticket=t(r.Upgrade.ticket,r);break;case"$Intent":const n=r.$Intent.inputs;r.$Intent.inputs={};for(const[i,s]of Object.entries(n))r.$Intent.inputs[i]=Array.isArray(s)?s.map(o=>t(o,r)):t(s,r);break;case"Publish":break;default:throw new Error(`Unexpected transaction kind: ${r.$kind}`)}}replaceCommand(t,r){if(!Array.isArray(r)){this.commands[t]=r;return}const n=r.length-1;this.commands.splice(t,1,...r),n!==0&&this.mapArguments(i=>{switch(i.$kind){case"Result":i.Result>t&&(i.Result+=n);break;case"NestedResult":i.NestedResult[0]>t&&(i.NestedResult[0]+=n);break}return i})}getDigest(){const t=this.build({onlyTransactionKind:!1});return Ms.getDigestFromBytes(t)}snapshot(){return(0,Md.parse)(Td.TransactionData,this)}}var Od=Object.defineProperty,FT=Object.getOwnPropertyDescriptor,UT=Object.getOwnPropertyNames,zT=Object.prototype.hasOwnProperty,VT=(e,t)=>{for(var r in t)Od(e,r,{get:t[r],enumerable:!0})},qT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of UT(t))!zT.call(e,i)&&i!==r&&Od(e,i,{get:()=>t[i],enumerable:!(n=FT(t,i))||n.enumerable});return e},HT=e=>qT(Od({},"__esModule",{value:!0}),e),Fb={};VT(Fb,{extractMutableReference:()=>Ub,extractReference:()=>zb,extractStructTag:()=>GT,getIdFromCallArg:()=>KT});var WT=HT(Fb),Pa=Xr;function Ub(e){return typeof e=="object"&&"MutableReference"in e?e.MutableReference:void 0}function zb(e){return typeof e=="object"&&"Reference"in e?e.Reference:void 0}function GT(e){if(typeof e=="object"&&"Struct"in e)return e;const t=zb(e),r=Ub(e);if(typeof t=="object"&&"Struct"in t)return t;if(typeof r=="object"&&"Struct"in r)return r}function KT(e){if(typeof e=="string")return(0,Pa.normalizeSuiAddress)(e);if(e.Object)return e.Object.ImmOrOwnedObject?(0,Pa.normalizeSuiAddress)(e.Object.ImmOrOwnedObject.objectId):e.Object.Receiving?(0,Pa.normalizeSuiAddress)(e.Object.Receiving.objectId):(0,Pa.normalizeSuiAddress)(e.Object.SharedObject.objectId);if(e.UnresolvedObject)return(0,Pa.normalizeSuiAddress)(e.UnresolvedObject.objectId)}var Id=Object.defineProperty,XT=Object.getOwnPropertyDescriptor,JT=Object.getOwnPropertyNames,YT=Object.prototype.hasOwnProperty,Vb=e=>{throw TypeError(e)},ZT=(e,t)=>{for(var r in t)Id(e,r,{get:t[r],enumerable:!0})},QT=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of JT(t))!YT.call(e,i)&&i!==r&&Id(e,i,{get:()=>t[i],enumerable:!(n=XT(t,i))||n.enumerable});return e},eO=e=>QT(Id({},"__esModule",{value:!0}),e),Pd=(e,t,r)=>t.has(e)||Vb("Cannot "+r),Ct=(e,t,r)=>(Pd(e,t,"read from private field"),r?r.call(e):t.get(e)),ka=(e,t,r)=>t.has(e)?Vb("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Ts=(e,t,r,n)=>(Pd(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),bi=(e,t,r)=>(Pd(e,t,"access private method"),r),qb={};ZT(qb,{Transaction:()=>aO,isTransaction:()=>Xb});var tu=eO(qb),ru=Cr,Hi=zi,tO=Xr,Os=md,Is=uo,Hb=Sb,rO=O5,nu=Xc,nO=Ib,iO=Nb,sO=Db,ja=Ad,Wb=WT,Na,Ra,Ps,Mt,_n,iu,kd,jd,Nd;function Gb(e,t=1/0){const r={$kind:"Result",Result:e},n=[],i=s=>n[s]??(n[s]={$kind:"NestedResult",NestedResult:[e,s]});return new Proxy(r,{set(){throw new Error("The transaction result is a proxy, and does not support setting properties directly")},get(s,o){if(o in s)return Reflect.get(s,o);if(o===Symbol.iterator)return function*(){let c=0;for(;c<t;)yield i(c),c++};if(typeof o=="symbol")return;const a=parseInt(o,10);if(!(Number.isNaN(a)||a<0))return i(a)}})}const Kb=Symbol.for("@mysten/transaction");function Xb(e){return!!e&&typeof e=="object"&&e[Kb]===!0}const Jb={buildPlugins:new Map,serializationPlugins:new Map},Rd=Symbol.for("@mysten/transaction/registry");function Da(){try{const e=globalThis;return e[Rd]||(e[Rd]=Jb),e[Rd]}catch{return Jb}}const oO=class H0{constructor(){ka(this,_n),ka(this,Na),ka(this,Ra),ka(this,Ps,new Map),ka(this,Mt),this.object=(0,iO.createObjectMethods)(r=>{var s,o;if(typeof r=="function")return this.object(r(this));if(typeof r=="object"&&(0,Hi.is)(Is.Argument,r))return r;const n=(0,Wb.getIdFromCallArg)(r),i=Ct(this,Mt).inputs.find(a=>n===(0,Wb.getIdFromCallArg)(a));return(s=i==null?void 0:i.Object)!=null&&s.SharedObject&&typeof r=="object"&&((o=r.Object)!=null&&o.SharedObject)&&(i.Object.SharedObject.mutable=i.Object.SharedObject.mutable||r.Object.SharedObject.mutable),i?{$kind:"Input",Input:Ct(this,Mt).inputs.indexOf(i),type:"object"}:Ct(this,Mt).addInput("object",typeof r=="string"?{$kind:"UnresolvedObject",UnresolvedObject:{objectId:(0,tO.normalizeSuiAddress)(r)}}:r)});const t=Da();Ts(this,Mt,new ja.TransactionDataBuilder),Ts(this,Ra,[...t.buildPlugins.values()]),Ts(this,Na,[...t.serializationPlugins.values()])}static fromKind(t){const r=new H0;return Ts(r,Mt,ja.TransactionDataBuilder.fromKindBytes(typeof t=="string"?(0,ru.fromBase64)(t):t)),r}static from(t){const r=new H0;return Xb(t)?Ts(r,Mt,new ja.TransactionDataBuilder(t.getData())):typeof t!="string"||!t.startsWith("{")?Ts(r,Mt,ja.TransactionDataBuilder.fromBytes(typeof t=="string"?(0,ru.fromBase64)(t):t)):Ts(r,Mt,ja.TransactionDataBuilder.restore(JSON.parse(t))),r}static registerGlobalSerializationPlugin(t,r){Da().serializationPlugins.set(t,r??t)}static unregisterGlobalSerializationPlugin(t){Da().serializationPlugins.delete(t)}static registerGlobalBuildPlugin(t,r){Da().buildPlugins.set(t,r??t)}static unregisterGlobalBuildPlugin(t){Da().buildPlugins.delete(t)}addSerializationPlugin(t){Ct(this,Na).push(t)}addBuildPlugin(t){Ct(this,Ra).push(t)}addIntentResolver(t,r){if(Ct(this,Ps).has(t)&&Ct(this,Ps).get(t)!==r)throw new Error(`Intent resolver for ${t} already exists`);Ct(this,Ps).set(t,r)}setSender(t){Ct(this,Mt).sender=t}setSenderIfNotSet(t){Ct(this,Mt).sender||(Ct(this,Mt).sender=t)}setExpiration(t){Ct(this,Mt).expiration=t?(0,Hi.parse)(Is.TransactionExpiration,t):null}setGasPrice(t){Ct(this,Mt).gasConfig.price=String(t)}setGasBudget(t){Ct(this,Mt).gasConfig.budget=String(t)}setGasBudgetIfNotSet(t){Ct(this,Mt).gasData.budget==null&&(Ct(this,Mt).gasConfig.budget=String(t))}setGasOwner(t){Ct(this,Mt).gasConfig.owner=t}setGasPayment(t){Ct(this,Mt).gasConfig.payment=t.map(r=>(0,Hi.parse)(Is.ObjectRef,r))}get blockData(){return(0,Hb.serializeV1TransactionData)(Ct(this,Mt).snapshot())}getData(){return Ct(this,Mt).snapshot()}get[Kb](){return!0}get pure(){return Object.defineProperty(this,"pure",{enumerable:!1,value:(0,sO.createPure)(t=>(0,ru.isSerializedBcs)(t)?Ct(this,Mt).addInput("pure",{$kind:"Pure",Pure:{bytes:t.toBase64()}}):Ct(this,Mt).addInput("pure",(0,Hi.is)(Is.NormalizedCallArg,t)?(0,Hi.parse)(Is.NormalizedCallArg,t):t instanceof Uint8Array?nu.Inputs.Pure(t):{$kind:"UnresolvedPure",UnresolvedPure:{value:t}}))}),this.pure}get gas(){return{$kind:"GasCoin",GasCoin:!0}}objectRef(...t){return this.object(nu.Inputs.ObjectRef(...t))}receivingRef(...t){return this.object(nu.Inputs.ReceivingRef(...t))}sharedObjectRef(...t){return this.object(nu.Inputs.SharedObjectRef(...t))}add(t){if(typeof t=="function")return t(this);const r=Ct(this,Mt).commands.push(t);return Gb(r-1)}splitCoins(t,r){const n=Os.Commands.SplitCoins(typeof t=="string"?this.object(t):bi(this,_n,kd).call(this,t),r.map(s=>typeof s=="number"||typeof s=="bigint"||typeof s=="string"?this.pure.u64(s):bi(this,_n,iu).call(this,s))),i=Ct(this,Mt).commands.push(n);return Gb(i-1,r.length)}mergeCoins(t,r){return this.add(Os.Commands.MergeCoins(this.object(t),r.map(n=>this.object(n))))}publish({modules:t,dependencies:r}){return this.add(Os.Commands.Publish({modules:t,dependencies:r}))}upgrade({modules:t,dependencies:r,package:n,ticket:i}){return this.add(Os.Commands.Upgrade({modules:t,dependencies:r,package:n,ticket:this.object(i)}))}moveCall({arguments:t,...r}){return this.add(Os.Commands.MoveCall({...r,arguments:t==null?void 0:t.map(n=>bi(this,_n,iu).call(this,n))}))}transferObjects(t,r){return this.add(Os.Commands.TransferObjects(t.map(n=>this.object(n)),typeof r=="string"?this.pure.address(r):bi(this,_n,iu).call(this,r)))}makeMoveVec({type:t,elements:r}){return this.add(Os.Commands.MakeMoveVec({type:t,elements:r.map(n=>this.object(n))}))}serialize(){return JSON.stringify((0,Hb.serializeV1TransactionData)(Ct(this,Mt).snapshot()))}async toJSON(t={}){return await this.prepareForSerialization(t),JSON.stringify((0,Hi.parse)(rO.SerializedTransactionDataV2,Ct(this,Mt).snapshot()),(r,n)=>typeof n=="bigint"?n.toString():n,2)}async sign(t){const{signer:r,...n}=t,i=await this.build(n);return r.signTransaction(i)}async build(t={}){return await this.prepareForSerialization(t),await bi(this,_n,jd).call(this,t),Ct(this,Mt).build({onlyTransactionKind:t.onlyTransactionKind})}async getDigest(t={}){return await bi(this,_n,jd).call(this,t),Ct(this,Mt).getDigest()}async prepareForSerialization(t){var i;const r=new Set;for(const s of Ct(this,Mt).commands)s.$Intent&&r.add(s.$Intent.name);const n=[...Ct(this,Na)];for(const s of r)if(!((i=t.supportedIntents)!=null&&i.includes(s))){if(!Ct(this,Ps).has(s))throw new Error(`Missing intent resolver for ${s}`);n.push(Ct(this,Ps).get(s))}await bi(this,_n,Nd).call(this,n,t)}};Na=new WeakMap,Ra=new WeakMap,Ps=new WeakMap,Mt=new WeakMap,_n=new WeakSet,iu=function(e){return(0,ru.isSerializedBcs)(e)?this.pure(e):bi(this,_n,kd).call(this,e)},kd=function(e){return typeof e=="function"?(0,Hi.parse)(Is.Argument,e(this)):(0,Hi.parse)(Is.Argument,e)},jd=async function(e){if(!e.onlyTransactionKind&&!Ct(this,Mt).sender)throw new Error("Missing transaction sender");await bi(this,_n,Nd).call(this,[...Ct(this,Ra),nO.resolveTransactionData],e)},Nd=async function(e,t){const r=n=>{if(n>=e.length)return()=>{};const i=e[n];return async()=>{const s=r(n+1);let o=!1,a=!1;if(await i(Ct(this,Mt),t,async()=>{if(o)throw new Error(`next() was call multiple times in TransactionPlugin ${n}`);o=!0,await s(),a=!0}),!o)throw new Error(`next() was not called in TransactionPlugin ${n}`);if(!a)throw new Error(`next() was not awaited in TransactionPlugin ${n}`)}};await r(0)()};let aO=oO;var Dd=Object.defineProperty,cO=Object.getOwnPropertyDescriptor,uO=Object.getOwnPropertyNames,lO=Object.prototype.hasOwnProperty,Yb=e=>{throw TypeError(e)},fO=(e,t)=>{for(var r in t)Dd(e,r,{get:t[r],enumerable:!0})},dO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of uO(t))!lO.call(e,i)&&i!==r&&Dd(e,i,{get:()=>t[i],enumerable:!(n=cO(t,i))||n.enumerable});return e},hO=e=>dO(Dd({},"__esModule",{value:!0}),e),Zb=(e,t,r)=>t.has(e)||Yb("Cannot "+r),fr=(e,t,r)=>(Zb(e,t,"read from private field"),r?r.call(e):t.get(e)),$d=(e,t,r)=>t.has(e)?Yb("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Qb=(e,t,r,n)=>(Zb(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),ew={};fO(ew,{AsyncCache:()=>rw,InMemoryCache:()=>nw,ObjectCache:()=>pO});var tw=hO(ew),Bd=Xr,ks,Ar,su;class rw{async getObject(t){const[r,n]=await Promise.all([this.get("OwnedObject",t),this.get("SharedOrImmutableObject",t)]);return r??n??null}async getObjects(t){return Promise.all([...t.map(r=>this.getObject(r))])}async addObject(t){return t.owner?await this.set("OwnedObject",t.objectId,t):await this.set("SharedOrImmutableObject",t.objectId,t),t}async addObjects(t){await Promise.all(t.map(async r=>this.addObject(r)))}async deleteObject(t){await Promise.all([this.delete("OwnedObject",t),this.delete("SharedOrImmutableObject",t)])}async deleteObjects(t){await Promise.all(t.map(r=>this.deleteObject(r)))}async getMoveFunctionDefinition(t){const r=`${(0,Bd.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;return this.get("MoveFunction",r)}async addMoveFunctionDefinition(t){const r=(0,Bd.normalizeSuiAddress)(t.package),n=`${r}::${t.module}::${t.function}`,i={...t,package:r};return await this.set("MoveFunction",n,i),i}async deleteMoveFunctionDefinition(t){const r=`${(0,Bd.normalizeSuiAddress)(t.package)}::${t.module}::${t.function}`;await this.delete("MoveFunction",r)}async getCustom(t){return this.get("Custom",t)}async setCustom(t,r){return this.set("Custom",t,r)}async deleteCustom(t){return this.delete("Custom",t)}}class nw extends rw{constructor(){super(...arguments),$d(this,ks,{OwnedObject:new Map,SharedOrImmutableObject:new Map,MoveFunction:new Map,Custom:new Map})}async get(t,r){return fr(this,ks)[t].get(r)??null}async set(t,r,n){fr(this,ks)[t].set(r,n)}async delete(t,r){fr(this,ks)[t].delete(r)}async clear(t){if(t)fr(this,ks)[t].clear();else for(const r of Object.values(fr(this,ks)))r.clear()}}ks=new WeakMap;class pO{constructor({cache:t=new nw,onEffects:r}){$d(this,Ar),$d(this,su),Qb(this,Ar,t),Qb(this,su,r)}asPlugin(){return async(t,r,n)=>{const i=t.inputs.filter(a=>a.UnresolvedObject).map(a=>a.UnresolvedObject.objectId),s=(await fr(this,Ar).getObjects(i)).filter(a=>a!==null),o=new Map(s.map(a=>[a.objectId,a]));for(const a of t.inputs){if(!a.UnresolvedObject)continue;const c=o.get(a.UnresolvedObject.objectId);c&&(c.initialSharedVersion&&!a.UnresolvedObject.initialSharedVersion?a.UnresolvedObject.initialSharedVersion=c.initialSharedVersion:(c.version&&!a.UnresolvedObject.version&&(a.UnresolvedObject.version=c.version),c.digest&&!a.UnresolvedObject.digest&&(a.UnresolvedObject.digest=c.digest)))}await Promise.all(t.commands.map(async a=>{if(a.MoveCall){const c=await this.getMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function});c&&(a.MoveCall._argumentTypes=c.parameters)}})),await n(),await Promise.all(t.commands.map(async a=>{var c;(c=a.MoveCall)!=null&&c._argumentTypes&&await fr(this,Ar).addMoveFunctionDefinition({package:a.MoveCall.package,module:a.MoveCall.module,function:a.MoveCall.function,parameters:a.MoveCall._argumentTypes})}))}}async clear(){await fr(this,Ar).clear()}async getMoveFunctionDefinition(t){return fr(this,Ar).getMoveFunctionDefinition(t)}async getObjects(t){return fr(this,Ar).getObjects(t)}async deleteObjects(t){return fr(this,Ar).deleteObjects(t)}async clearOwnedObjects(){await fr(this,Ar).clear("OwnedObject")}async clearCustom(){await fr(this,Ar).clear("Custom")}async getCustom(t){return fr(this,Ar).getCustom(t)}async setCustom(t,r){return fr(this,Ar).setCustom(t,r)}async deleteCustom(t){return fr(this,Ar).deleteCustom(t)}async applyEffects(t){var r;if(!t.V2)throw new Error(`Unsupported transaction effects version ${t.$kind}`);const{lamportVersion:n,changedObjects:i}=t.V2,s=[],o=[];i.forEach(([a,c])=>{var u;if(c.outputState.NotExist)s.push(a);else if(c.outputState.ObjectWrite){const[l,f]=c.outputState.ObjectWrite;o.push({objectId:a,digest:l,version:n,owner:f.AddressOwner??f.ObjectOwner??null,initialSharedVersion:((u=f.Shared)==null?void 0:u.initialSharedVersion)??null})}}),await Promise.all([fr(this,Ar).addObjects(o),fr(this,Ar).deleteObjects(s),(r=fr(this,su))==null?void 0:r.call(this,t)])}}Ar=new WeakMap,su=new WeakMap;var Ld=Object.defineProperty,mO=Object.getOwnPropertyDescriptor,gO=Object.getOwnPropertyNames,vO=Object.prototype.hasOwnProperty,iw=e=>{throw TypeError(e)},yO=(e,t)=>{for(var r in t)Ld(e,r,{get:t[r],enumerable:!0})},bO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of gO(t))!vO.call(e,i)&&i!==r&&Ld(e,i,{get:()=>t[i],enumerable:!(n=mO(t,i))||n.enumerable});return e},wO=e=>bO(Ld({},"__esModule",{value:!0}),e),sw=(e,t,r)=>t.has(e)||iw("Cannot "+r),$a=(e,t,r)=>(sw(e,t,"read from private field"),r?r.call(e):t.get(e)),ow=(e,t,r)=>t.has(e)?iw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Fd=(e,t,r,n)=>(sw(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),aw={};yO(aw,{CachingTransactionExecutor:()=>EO});var cw=wO(aw),_O=qn,xO=tw,SO=tu,po,mo;class EO{constructor({client:t,...r}){ow(this,po),ow(this,mo,null),Fd(this,po,t),this.cache=new xO.ObjectCache(r)}async reset(){await Promise.all([this.cache.clearOwnedObjects(),this.cache.clearCustom(),this.waitForLastTransaction()])}async buildTransaction({transaction:t,...r}){return t.addBuildPlugin(this.cache.asPlugin()),t.build({client:$a(this,po),...r})}async executeTransaction({transaction:t,options:r,...n}){const i=(0,SO.isTransaction)(t)?await this.buildTransaction({transaction:t}):t,s=await $a(this,po).executeTransactionBlock({...n,transactionBlock:i,options:{...r,showRawEffects:!0}});if(s.rawEffects){const o=_O.bcs.TransactionEffects.parse(Uint8Array.from(s.rawEffects));await this.applyEffects(o)}return s}async signAndExecuteTransaction({options:t,transaction:r,...n}){r.setSenderIfNotSet(n.signer.toSuiAddress());const i=await this.buildTransaction({transaction:r}),{signature:s}=await n.signer.signTransaction(i);return await this.executeTransaction({transaction:i,signature:s,options:t})}async applyEffects(t){var r;Fd(this,mo,((r=t.V2)==null?void 0:r.transactionDigest)??null),await this.cache.applyEffects(t)}async waitForLastTransaction(){$a(this,mo)&&(await $a(this,po).waitForTransaction({digest:$a(this,mo)}),Fd(this,mo,null))}}po=new WeakMap,mo=new WeakMap;var Ud=Object.defineProperty,CO=Object.getOwnPropertyDescriptor,AO=Object.getOwnPropertyNames,MO=Object.prototype.hasOwnProperty,uw=e=>{throw TypeError(e)},TO=(e,t)=>{for(var r in t)Ud(e,r,{get:t[r],enumerable:!0})},OO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of AO(t))!MO.call(e,i)&&i!==r&&Ud(e,i,{get:()=>t[i],enumerable:!(n=CO(t,i))||n.enumerable});return e},IO=e=>OO(Ud({},"__esModule",{value:!0}),e),PO=(e,t,r)=>t.has(e)||uw("Cannot "+r),xn=(e,t,r)=>(PO(e,t,"read from private field"),r?r.call(e):t.get(e)),lw=(e,t,r)=>t.has(e)?uw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),fw={};TO(fw,{ParallelQueue:()=>jO,SerialQueue:()=>kO});var dw=IO(fw),Wi,js;class kO{constructor(){lw(this,Wi,[])}async runTask(t){return new Promise((r,n)=>{xn(this,Wi).push(()=>{t().finally(()=>{xn(this,Wi).shift(),xn(this,Wi).length>0&&xn(this,Wi)[0]()}).then(r,n)}),xn(this,Wi).length===1&&xn(this,Wi)[0]()})}}Wi=new WeakMap;class jO{constructor(t){lw(this,js,[]),this.activeTasks=0,this.maxTasks=t}runTask(t){return new Promise((r,n)=>{this.activeTasks<this.maxTasks?(this.activeTasks++,t().finally(()=>{xn(this,js).length>0?xn(this,js).shift()():this.activeTasks--}).then(r,n)):xn(this,js).push(()=>{t().finally(()=>{xn(this,js).length>0?xn(this,js).shift()():this.activeTasks--}).then(r,n)})})}}js=new WeakMap;var zd=Object.defineProperty,NO=Object.getOwnPropertyDescriptor,RO=Object.getOwnPropertyNames,DO=Object.prototype.hasOwnProperty,hw=e=>{throw TypeError(e)},$O=(e,t)=>{for(var r in t)zd(e,r,{get:t[r],enumerable:!0})},BO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of RO(t))!DO.call(e,i)&&i!==r&&zd(e,i,{get:()=>t[i],enumerable:!(n=NO(t,i))||n.enumerable});return e},LO=e=>BO(zd({},"__esModule",{value:!0}),e),pw=(e,t,r)=>t.has(e)||hw("Cannot "+r),Mr=(e,t,r)=>(pw(e,t,"read from private field"),r?r.call(e):t.get(e)),go=(e,t,r)=>t.has(e)?hw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Vd=(e,t,r,n)=>(pw(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),mw={};$O(mw,{SerialTransactionExecutor:()=>VO,getGasCoinFromEffects:()=>yw});var gw=LO(mw),FO=Cr,vw=tu,UO=cw,zO=dw,ou,Ba,Sn,au,qd,cu;class VO{constructor({signer:t,defaultGasBudget:r=50000000n,...n}){go(this,ou,new zO.SerialQueue),go(this,Ba),go(this,Sn),go(this,au),go(this,qd,async i=>{if(!i.V2)return;const s=yw(i).ref;s?Mr(this,Sn).cache.setCustom("gasCoin",s):Mr(this,Sn).cache.deleteCustom("gasCoin")}),go(this,cu,async i=>{const s=await Mr(this,Sn).cache.getCustom("gasCoin"),o=vw.Transaction.from(i);return s&&o.setGasPayment([s]),o.setGasBudgetIfNotSet(Mr(this,au)),o.setSenderIfNotSet(Mr(this,Ba).toSuiAddress()),Mr(this,Sn).buildTransaction({transaction:o})}),Vd(this,Ba,t),Vd(this,au,r),Vd(this,Sn,new UO.CachingTransactionExecutor({client:n.client,cache:n.cache,onEffects:i=>Mr(this,qd).call(this,i)}))}async applyEffects(t){return Mr(this,Sn).applyEffects(t)}async buildTransaction(t){return Mr(this,ou).runTask(()=>Mr(this,cu).call(this,t))}resetCache(){return Mr(this,Sn).reset()}waitForLastTransaction(){return Mr(this,Sn).waitForLastTransaction()}executeTransaction(t,r){return Mr(this,ou).runTask(async()=>{const n=(0,vw.isTransaction)(t)?await Mr(this,cu).call(this,t):t,{signature:i}=await Mr(this,Ba).signTransaction(n),s=await Mr(this,Sn).executeTransaction({signature:i,transaction:n,options:r}).catch(async a=>{throw await this.resetCache(),a}),o=Uint8Array.from(s.rawEffects);return{digest:s.digest,effects:(0,FO.toBase64)(o),data:s}})}}ou=new WeakMap,Ba=new WeakMap,Sn=new WeakMap,au=new WeakMap,qd=new WeakMap,cu=new WeakMap;function yw(e){if(!e.V2)throw new Error("Unexpected effects version");const t=e.V2.changedObjects[e.V2.gasObjectIndex];if(!t)throw new Error("Gas object not found in effects");const[r,{outputState:n}]=t;if(!n.ObjectWrite)throw new Error("Unexpected gas object state");const[i,s]=n.ObjectWrite;return{ref:{objectId:r,digest:i,version:e.V2.lamportVersion},owner:s.AddressOwner||s.ObjectOwner}}var Hd=Object.defineProperty,qO=Object.getOwnPropertyDescriptor,HO=Object.getOwnPropertyNames,WO=Object.prototype.hasOwnProperty,bw=e=>{throw TypeError(e)},GO=(e,t)=>{for(var r in t)Hd(e,r,{get:t[r],enumerable:!0})},KO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of HO(t))!WO.call(e,i)&&i!==r&&Hd(e,i,{get:()=>t[i],enumerable:!(n=qO(t,i))||n.enumerable});return e},XO=e=>KO(Hd({},"__esModule",{value:!0}),e),Wd=(e,t,r)=>t.has(e)||bw("Cannot "+r),Ve=(e,t,r)=>(Wd(e,t,"read from private field"),r?r.call(e):t.get(e)),dr=(e,t,r)=>t.has(e)?bw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),rr=(e,t,r,n)=>(Wd(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),nn=(e,t,r)=>(Wd(e,t,"access private method"),r),ww=(e,t,r,n)=>({set _(i){rr(e,t,i,r)},get _(){return Ve(e,t,n)}}),_w={};GO(_w,{ParallelTransactionExecutor:()=>tI});var JO=XO(_w),YO=Cr,xw=qn,ZO=tu,QO=Ad,eI=cw,Sw=dw,Ew=gw,Gi,Jn,uu,La,Fa,Ua,lu,vo,$r,Ki,Ns,Rs,Gd,fu,za,yo,bo,wi,Vr,Cw,Aw,Va,Kd,Mw,Xd,Tw;const qa={coinBatchSize:20,initialCoinBalance:200000000n,minimumCoinBalance:50000000n,maxPoolSize:50,epochBoundaryWindow:1e3};class tI{constructor(t){dr(this,Vr),dr(this,Gi),dr(this,Jn),dr(this,uu),dr(this,La),dr(this,Fa),dr(this,Ua),dr(this,lu),dr(this,vo),dr(this,$r),dr(this,Ki,[]),dr(this,Ns),dr(this,Rs,new Map),dr(this,Gd,new Sw.SerialQueue),dr(this,fu),dr(this,za,null),dr(this,yo,null),dr(this,bo,0),dr(this,wi,null),rr(this,Gi,t.signer),rr(this,Jn,t.client),rr(this,uu,t.coinBatchSize??qa.coinBatchSize),rr(this,La,t.initialCoinBalance??qa.initialCoinBalance),rr(this,Fa,t.minimumCoinBalance??qa.minimumCoinBalance),rr(this,lu,t.defaultGasBudget??Ve(this,Fa)),rr(this,Ua,t.epochBoundaryWindow??qa.epochBoundaryWindow),rr(this,vo,t.maxPoolSize??qa.maxPoolSize),rr(this,Ns,new eI.CachingTransactionExecutor({client:t.client,cache:t.cache})),rr(this,fu,new Sw.ParallelQueue(Ve(this,vo))),rr(this,$r,t.sourceCoins?new Map(t.sourceCoins.map(r=>[r,null])):null)}resetCache(){return rr(this,wi,null),nn(this,Vr,Va).call(this,()=>Ve(this,Ns).reset())}async waitForLastTransaction(){await nn(this,Vr,Va).call(this,()=>nn(this,Vr,Kd).call(this))}async executeTransaction(t,r){const{promise:n,resolve:i,reject:s}=rI(),o=await nn(this,Vr,Cw).call(this,t),a=()=>{Ve(this,fu).runTask(()=>nn(this,Vr,Aw).call(this,t,o,r).then(i,s))},c=new Set;return o.forEach(u=>{Ve(this,Rs).get(u)?(c.add(u),Ve(this,Rs).get(u).push(()=>{c.delete(u),c.size===0&&a()})):Ve(this,Rs).set(u,[])}),c.size===0&&a(),n}}Gi=new WeakMap,Jn=new WeakMap,uu=new WeakMap,La=new WeakMap,Fa=new WeakMap,Ua=new WeakMap,lu=new WeakMap,vo=new WeakMap,$r=new WeakMap,Ki=new WeakMap,Ns=new WeakMap,Rs=new WeakMap,Gd=new WeakMap,fu=new WeakMap,za=new WeakMap,yo=new WeakMap,bo=new WeakMap,wi=new WeakMap,Vr=new WeakSet,Cw=async function(e){const t=new Set;let r=!1;return e.addSerializationPlugin(async(n,i,s)=>{await s(),!r&&(r=!0,n.inputs.forEach(o=>{var a,c,u,l,f;(c=(a=o.Object)==null?void 0:a.ImmOrOwnedObject)!=null&&c.objectId?t.add(o.Object.ImmOrOwnedObject.objectId):(l=(u=o.Object)==null?void 0:u.Receiving)!=null&&l.objectId?t.add(o.Object.Receiving.objectId):(f=o.UnresolvedObject)!=null&&f.objectId&&!o.UnresolvedObject.initialSharedVersion&&t.add(o.UnresolvedObject.objectId)}))}),await e.prepareForSerialization({client:Ve(this,Jn)}),t},Aw=async function(e,t,r){var i;let n;try{e.setSenderIfNotSet(Ve(this,Gi).toSuiAddress()),await Ve(this,Gd).runTask(async()=>{e.getData().gasData.price||e.setGasPrice(await nn(this,Vr,Xd).call(this)),e.setGasBudgetIfNotSet(Ve(this,lu)),await nn(this,Vr,Va).call(this),n=await nn(this,Vr,Mw).call(this),ww(this,bo)._++,e.setGasPayment([{objectId:n.id,version:n.version,digest:n.digest}]),await Ve(this,Ns).buildTransaction({transaction:e,onlyTransactionKind:!0})});const s=await e.build({client:Ve(this,Jn)}),{signature:o}=await Ve(this,Gi).signTransaction(s),a=await Ve(this,Ns).executeTransaction({transaction:s,signature:o,options:{...r,showEffects:!0}}),c=Uint8Array.from(a.rawEffects),u=xw.bcs.TransactionEffects.parse(c),l=(0,Ew.getGasCoinFromEffects)(u),f=(i=u.V2)==null?void 0:i.gasUsed;if(n&&f&&l.owner===Ve(this,Gi).toSuiAddress()){const h=BigInt(f.computationCost)+BigInt(f.storageCost)+BigInt(f.storageCost)-BigInt(f.storageRebate);let y=!1;new QO.TransactionDataBuilder(e.getData()).mapArguments(b=>(b.$kind==="GasCoin"&&(y=!0),b)),!y&&n.balance>=Ve(this,Fa)?Ve(this,Ki).push({id:l.ref.objectId,version:l.ref.version,digest:l.ref.digest,balance:n.balance-h}):(Ve(this,$r)||rr(this,$r,new Map),Ve(this,$r).set(l.ref.objectId,l.ref))}return rr(this,za,a.digest),{digest:a.digest,effects:(0,YO.toBase64)(c),data:a}}catch(s){throw n&&(Ve(this,$r)||rr(this,$r,new Map),Ve(this,$r).set(n.id,null)),await nn(this,Vr,Va).call(this,async()=>{await Promise.all([Ve(this,Ns).cache.deleteObjects([...t]),nn(this,Vr,Kd).call(this)])}),s}finally{t.forEach(s=>{const o=Ve(this,Rs).get(s);o&&o.length>0?o.shift()():o&&Ve(this,Rs).delete(s)}),ww(this,bo)._--}},Va=async function(e){Ve(this,yo)&&await Ve(this,yo),rr(this,yo,(e==null?void 0:e().then(()=>{rr(this,yo,null)},()=>{}))??null)},Kd=async function(){const e=Ve(this,za);e&&(rr(this,za,null),await Ve(this,Jn).waitForTransaction({digest:e}))},Mw=async function(){if(Ve(this,Ki).length===0&&Ve(this,bo)<=Ve(this,vo)&&await nn(this,Vr,Tw).call(this),Ve(this,Ki).length===0)throw new Error("No coins available");return Ve(this,Ki).shift()},Xd=async function(){if((Ve(this,wi)?Ve(this,wi).expiration-Ve(this,Ua)-Date.now():0)>0)return Ve(this,wi).price;if(Ve(this,wi)){const r=Math.max(Ve(this,wi).expiration+Ve(this,Ua)-Date.now(),1e3);await new Promise(n=>setTimeout(n,r))}const t=await Ve(this,Jn).getLatestSuiSystemState();return rr(this,wi,{price:BigInt(t.referenceGasPrice),expiration:Number.parseInt(t.epochStartTimestampMs,10)+Number.parseInt(t.epochDurationMs,10)}),nn(this,Vr,Xd).call(this)},Tw=async function(){var u;const e=Math.min(Ve(this,uu),Ve(this,vo)-(Ve(this,Ki).length+Ve(this,bo))+1);if(e===0)return;const t=new ZO.Transaction,r=Ve(this,Gi).toSuiAddress();if(t.setSender(r),Ve(this,$r)){const l=[],f=[];for(const[h,y]of Ve(this,$r))y?l.push(y):f.push(h);if(f.length>0){const h=await Ve(this,Jn).multiGetObjects({ids:f});l.push(...h.filter(y=>y.data!==null).map(({data:y})=>({objectId:y.objectId,version:y.version,digest:y.digest})))}t.setGasPayment(l),rr(this,$r,new Map)}const n=new Array(e).fill(Ve(this,La)),i=t.splitCoins(t.gas,n),s=[];for(let l=0;l<n.length;l++)s.push(i[l]);t.transferObjects(s,r),await this.waitForLastTransaction();const o=await Ve(this,Jn).signAndExecuteTransaction({transaction:t,signer:Ve(this,Gi),options:{showRawEffects:!0}}),a=xw.bcs.TransactionEffects.parse(Uint8Array.from(o.rawEffects));(u=a.V2)==null||u.changedObjects.forEach(([l,{outputState:f}],h)=>{var y;h===((y=a.V2)==null?void 0:y.gasObjectIndex)||!f.ObjectWrite||Ve(this,Ki).push({id:l,version:a.V2.lamportVersion,digest:f.ObjectWrite[0],balance:BigInt(Ve(this,La))})}),Ve(this,$r)||rr(this,$r,new Map);const c=(0,Ew.getGasCoinFromEffects)(a).ref;Ve(this,$r).set(c.objectId,c),await Ve(this,Jn).waitForTransaction({digest:o.digest})};function rI(){let e,t;return{promise:new Promise((n,i)=>{e=n,t=i}),resolve:e,reject:t}}var Jd=Object.defineProperty,nI=Object.getOwnPropertyDescriptor,iI=Object.getOwnPropertyNames,sI=Object.prototype.hasOwnProperty,oI=(e,t)=>{for(var r in t)Jd(e,r,{get:t[r],enumerable:!0})},aI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of iI(t))!sI.call(e,i)&&i!==r&&Jd(e,i,{get:()=>t[i],enumerable:!(n=nI(t,i))||n.enumerable});return e},cI=e=>aI(Jd({},"__esModule",{value:!0}),e),Ow={};oI(Ow,{coinWithBalance:()=>dI});var uI=cI(Ow),du=zi,lI=qn,Iw=Xr,hu=md,Pw=Xc,fI=Ib;const pu="CoinWithBalance",kw=(0,Iw.normalizeStructTag)("0x2::sui::SUI");function dI({type:e=kw,balance:t,useGasCoin:r=!0}){return n=>{n.addIntentResolver(pu,pI);const i=e==="gas"?e:(0,Iw.normalizeStructTag)(e);return n.add(hu.Commands.Intent({name:pu,inputs:{},data:{type:i===kw&&r?"gas":i,balance:BigInt(t)}}))}}const hI=(0,du.object)({type:(0,du.string)(),balance:(0,du.bigint)()});async function pI(e,t,r){var u,l;const n=new Set,i=new Map;if(!e.sender)throw new Error("Sender must be set to resolve CoinWithBalance");for(const f of e.commands)if(f.$kind==="$Intent"&&f.$Intent.name===pu){const{type:h,balance:y}=(0,du.parse)(hI,f.$Intent.data);h!=="gas"&&y>0n&&n.add(h),i.set(h,(i.get(h)??0n)+y)}const s=new Set;for(const f of e.inputs)(u=f.Object)!=null&&u.ImmOrOwnedObject&&s.add(f.Object.ImmOrOwnedObject.objectId),(l=f.UnresolvedObject)!=null&&l.objectId&&s.add(f.UnresolvedObject.objectId);const o=new Map,a=(0,fI.getClient)(t);await Promise.all([...n].map(async f=>{o.set(f,await mI({coinType:f,balance:i.get(f),client:a,owner:e.sender,usedIds:s}))}));const c=new Map;c.set("gas",{$kind:"GasCoin",GasCoin:!0});for(const[f,h]of e.commands.entries()){if(h.$kind!=="$Intent"||h.$Intent.name!==pu)continue;const{type:y,balance:b}=h.$Intent.data;if(b===0n){e.replaceCommand(f,hu.Commands.MoveCall({target:"0x2::coin::zero",typeArguments:[y]}));continue}const w=[];if(!c.has(y)){const[T,...P]=o.get(y).map(k=>e.addInput("object",Pw.Inputs.ObjectRef({objectId:k.coinObjectId,digest:k.digest,version:k.version})));P.length>0&&w.push(hu.Commands.MergeCoins(T,P)),c.set(y,T)}w.push(hu.Commands.SplitCoins(c.get(y),[e.addInput("pure",Pw.Inputs.Pure(lI.bcs.u64().serialize(b)))])),e.replaceCommand(f,w),e.mapArguments(T=>T.$kind==="Result"&&T.Result===f?{$kind:"NestedResult",NestedResult:[f+w.length-1,0]}:T)}return r()}async function mI({coinType:e,balance:t,client:r,owner:n,usedIds:i}){let s=t;const o=[];return a();async function a(c=null){const{data:u,hasNextPage:l,nextCursor:f}=await r.getCoins({owner:n,coinType:e,cursor:c}),h=u.sort((y,b)=>Number(BigInt(b.balance)-BigInt(y.balance)));for(const y of h){if(i.has(y.coinObjectId))continue;const b=BigInt(y.balance);if(o.push(y),s-=b,s<=0)return o}if(l)return a(f);throw new Error(`Not enough coins of type ${e} to satisfy requested balance`)}}var Yd=Object.defineProperty,gI=Object.getOwnPropertyDescriptor,vI=Object.getOwnPropertyNames,yI=Object.prototype.hasOwnProperty,bI=(e,t)=>{for(var r in t)Yd(e,r,{get:t[r],enumerable:!0})},wI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of vI(t))!yI.call(e,i)&&i!==r&&Yd(e,i,{get:()=>t[i],enumerable:!(n=gI(t,i))||n.enumerable});return e},_I=e=>wI(Yd({},"__esModule",{value:!0}),e),jw={};bI(jw,{Arguments:()=>CI});var xI=_I(jw),SI=Nb,EI=Db;const CI={pure:(0,EI.createPure)(e=>t=>t.pure(e)),object:(0,SI.createObjectMethods)(e=>t=>t.object(e)),sharedObjectRef:(...e)=>t=>t.sharedObjectRef(...e),objectRef:(...e)=>t=>t.objectRef(...e),receivingRef:(...e)=>t=>t.receivingRef(...e)};var Zd=Object.defineProperty,AI=Object.getOwnPropertyDescriptor,MI=Object.getOwnPropertyNames,TI=Object.prototype.hasOwnProperty,OI=(e,t)=>{for(var r in t)Zd(e,r,{get:t[r],enumerable:!0})},II=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of MI(t))!TI.call(e,i)&&i!==r&&Zd(e,i,{get:()=>t[i],enumerable:!(n=AI(t,i))||n.enumerable});return e},PI=e=>II(Zd({},"__esModule",{value:!0}),e),Nw={};OI(Nw,{findTransactionBlockNames:()=>jI,listToRequests:()=>RI,replaceNames:()=>NI});var kI=PI(Nw),Rw=yy;const wo="/",jI=e=>{var n;const t=new Set,r=new Set;for(const i of e.commands){if((n=i.MakeMoveVec)!=null&&n.type){Dw([i.MakeMoveVec.type]).forEach(a=>{r.add(a)});continue}if(!("MoveCall"in i))continue;const s=i.MoveCall;if(!s)continue;const o=s.package.split("::")[0];if(o.includes(wo)){if(!(0,Rw.isValidNamedPackage)(o))throw new Error(`Invalid package name: ${o}`);t.add(o)}Dw(s.typeArguments??[]).forEach(a=>{r.add(a)})}return{packages:[...t],types:[...r]}};function Dw(e){const t=new Set;for(const r of e)if(r.includes(wo)){if(!(0,Rw.isValidNamedType)(r))throw new Error(`Invalid type with names: ${r}`);t.add(r)}return[...t]}const NI=(e,t)=>{var r;for(const n of e.commands){if((r=n.MakeMoveVec)!=null&&r.type){if(!n.MakeMoveVec.type.includes(wo))continue;if(!t.types[n.MakeMoveVec.type])throw new Error(`No resolution found for type: ${n.MakeMoveVec.type}`);n.MakeMoveVec.type=t.types[n.MakeMoveVec.type]}const i=n.MoveCall;if(!i)continue;const s=i.package.split("::"),o=s[0];if(o.includes(wo)&&!t.packages[o])throw new Error(`No address found for package: ${o}`);o.includes(wo)&&(s[0]=t.packages[o],i.package=s.join("::"));const a=i.typeArguments;if(a){for(let c=0;c<a.length;c++)if(a[c].includes(wo)){if(!t.types[a[c]])throw new Error(`No resolution found for type: ${a[c]}`);a[c]=t.types[a[c]]}i.typeArguments=a}}},RI=(e,t)=>{const r=[],n=$w(e.packages),i=$w(e.types);for(const[s,o]of n.entries())r.push({id:s,type:"package",name:o});for(const[s,o]of i.entries())r.push({id:s+n.length,type:"moveType",name:o});return DI(r,t)},$w=e=>[...new Set(e)],DI=(e,t)=>{const r=[];for(let n=0;n<e.length;n+=t)r.push(e.slice(n,n+t));return r};var Qd=Object.defineProperty,$I=Object.getOwnPropertyDescriptor,BI=Object.getOwnPropertyNames,LI=Object.prototype.hasOwnProperty,FI=(e,t)=>{for(var r in t)Qd(e,r,{get:t[r],enumerable:!0})},UI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of BI(t))!LI.call(e,i)&&i!==r&&Qd(e,i,{get:()=>t[i],enumerable:!(n=$I(t,i))||n.enumerable});return e},zI=e=>UI(Qd({},"__esModule",{value:!0}),e),Bw={};FI(Bw,{namedPackagesPlugin:()=>qI});var VI=zI(Bw),eh=kI;const qI=({suiGraphQLClient:e,pageSize:t=10,overrides:r={packages:{},types:{}}})=>{const n={packages:{...r.packages},types:{...r.types}};return async(s,o,a)=>{const c=(0,eh.findTransactionBlockNames)(s),u=(0,eh.listToRequests)({packages:c.packages.filter(l=>!n.packages[l]),types:c.types.filter(l=>!n.types[l])},t);(await Promise.all(u.map(l=>i(e,l)))).forEach(l=>{Object.assign(n.types,l.types),Object.assign(n.packages,l.packages)}),(0,eh.replaceNames)(s,n),await a()};async function i(s,o){const a={packages:{},types:{}};if(o.length===0)return a;const c=`{
25
+ ${o.map(l=>{const f=l.type==="package"?"packageByName":"typeByName",h=l.type==="package"?"address":"repr";return`${Lw(l.id)}: ${f}(name:"${l.name}") {
26
+ ${h}
27
+ }`})}
28
+ }`,u=await s.query({query:c,variables:void 0});if(u.errors)throw new Error(JSON.stringify({query:c,errors:u.errors}));for(const l of o){const f=Lw(l.id);if(!u.data||!u.data[f])throw new Error(`No result found for: ${l.name}`);const h=u.data[f];l.type==="package"&&(a.packages[l.name]=h.address),l.type==="moveType"&&(a.types[l.name]=h.repr)}return a}},Lw=e=>`key_${e}`;var th=Object.defineProperty,HI=Object.getOwnPropertyDescriptor,WI=Object.getOwnPropertyNames,GI=Object.prototype.hasOwnProperty,KI=(e,t)=>{for(var r in t)th(e,r,{get:t[r],enumerable:!0})},XI=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of WI(t))!GI.call(e,i)&&i!==r&&th(e,i,{get:()=>t[i],enumerable:!(n=HI(t,i))||n.enumerable});return e},JI=e=>XI(th({},"__esModule",{value:!0}),e),Fw={};KI(Fw,{Arguments:()=>rP.Arguments,AsyncCache:()=>qw.AsyncCache,Commands:()=>zw.Commands,Inputs:()=>YI.Inputs,ObjectCache:()=>qw.ObjectCache,ParallelTransactionExecutor:()=>eP.ParallelTransactionExecutor,SerialTransactionExecutor:()=>QI.SerialTransactionExecutor,Transaction:()=>Vw.Transaction,TransactionDataBuilder:()=>ZI.TransactionDataBuilder,UpgradePolicy:()=>zw.UpgradePolicy,coinWithBalance:()=>tP.coinWithBalance,getPureBcsSchema:()=>Uw.getPureBcsSchema,isTransaction:()=>Vw.isTransaction,namedPackagesPlugin:()=>nP.namedPackagesPlugin,normalizedTypeToMoveTypeSignature:()=>Uw.normalizedTypeToMoveTypeSignature});var _o=JI(Fw),Uw=ab,YI=Xc,zw=md,Vw=tu,ZI=Ad,qw=tw,QI=gw,eP=JO,tP=uI,rP=xI,nP=VI,Hw={},mu={},rh={},gu={},nh={},vu={};Object.defineProperty(vu,"__esModule",{value:!0}),vu.Convert=void 0;class iP{static toPriceFeed(t){return ih(t,xi("PriceFeed"))}static priceFeedToJson(t){return sh(t,xi("PriceFeed"))}static toPrice(t){return ih(t,xi("Price"))}static priceToJson(t){return sh(t,xi("Price"))}static toPriceFeedMetadata(t){return ih(t,xi("PriceFeedMetadata"))}static priceFeedMetadataToJson(t){return sh(t,xi("PriceFeedMetadata"))}}vu.Convert=iP;function _i(e,t,r=""){throw Error(r?`Invalid value for key "${r}". Expected type ${JSON.stringify(e)} but got ${JSON.stringify(t)}`:`Invalid value ${JSON.stringify(t)} for type ${JSON.stringify(e)}`)}function sP(e){if(e.jsonToJS===void 0){const t={};e.props.forEach(r=>t[r.json]={key:r.js,typ:r.typ}),e.jsonToJS=t}return e.jsonToJS}function oP(e){if(e.jsToJSON===void 0){const t={};e.props.forEach(r=>t[r.js]={key:r.json,typ:r.typ}),e.jsToJSON=t}return e.jsToJSON}function xo(e,t,r,n=""){function i(l,f){return typeof l==typeof f?f:_i(l,f,n)}function s(l,f){const h=l.length;for(let y=0;y<h;y++){const b=l[y];try{return xo(f,b,r)}catch{}}return _i(l,f)}function o(l,f){return l.indexOf(f)!==-1?f:_i(l,f)}function a(l,f){return Array.isArray(f)?f.map(h=>xo(h,l,r)):_i("array",f)}function c(l){if(l===null)return null;const f=new Date(l);return isNaN(f.valueOf())?_i("Date",l):f}function u(l,f,h){if(h===null||typeof h!="object"||Array.isArray(h))return _i("object",h);const y={};return Object.getOwnPropertyNames(l).forEach(b=>{const w=l[b],T=Object.prototype.hasOwnProperty.call(h,b)?h[b]:void 0;y[w.key]=xo(T,w.typ,r,w.key)}),Object.getOwnPropertyNames(h).forEach(b=>{Object.prototype.hasOwnProperty.call(l,b)||(y[b]=xo(h[b],f,r,b))}),y}if(t==="any")return e;if(t===null)return e===null?e:_i(t,e);if(t===!1)return _i(t,e);for(;typeof t=="object"&&t.ref!==void 0;)t=aP[t.ref];return Array.isArray(t)?o(t,e):typeof t=="object"?t.hasOwnProperty("unionMembers")?s(t.unionMembers,e):t.hasOwnProperty("arrayItems")?a(t.arrayItems,e):t.hasOwnProperty("props")?u(r(t),t.additional,e):_i(t,e):t===Date&&typeof e!="number"?c(e):i(t,e)}function ih(e,t){return xo(e,t,sP)}function sh(e,t){return xo(e,t,oP)}function Ds(...e){return{unionMembers:e}}function oh(e,t){return{props:e,additional:t}}function xi(e){return{ref:e}}const aP={PriceFeed:oh([{json:"ema_price",js:"ema_price",typ:xi("Price")},{json:"id",js:"id",typ:""},{json:"metadata",js:"metadata",typ:Ds(void 0,xi("PriceFeedMetadata"))},{json:"price",js:"price",typ:xi("Price")},{json:"vaa",js:"vaa",typ:Ds(void 0,"")}],"any"),Price:oh([{json:"conf",js:"conf",typ:""},{json:"expo",js:"expo",typ:0},{json:"price",js:"price",typ:""},{json:"publish_time",js:"publish_time",typ:0}],"any"),PriceFeedMetadata:oh([{json:"attestation_time",js:"attestation_time",typ:Ds(void 0,0)},{json:"emitter_chain",js:"emitter_chain",typ:0},{json:"prev_publish_time",js:"prev_publish_time",typ:Ds(void 0,0)},{json:"price_service_receive_time",js:"price_service_receive_time",typ:Ds(void 0,0)},{json:"sequence_number",js:"sequence_number",typ:Ds(void 0,0)},{json:"slot",js:"slot",typ:Ds(void 0,0)}],"any")};var Ha={};(function(e){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var t={},r={};r.byteLength=l,r.toByteArray=h,r.fromByteArray=w;for(var n=[],i=[],s=typeof Uint8Array<"u"?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,c=o.length;a<c;++a)n[a]=o[a],i[o.charCodeAt(a)]=a;i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63;function u(k){var R=k.length;if(R%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var U=k.indexOf("=");U===-1&&(U=R);var L=U===R?0:4-U%4;return[U,L]}function l(k){var R=u(k),U=R[0],L=R[1];return(U+L)*3/4-L}function f(k,R,U){return(R+U)*3/4-U}function h(k){var R,U=u(k),L=U[0],W=U[1],q=new s(f(k,L,W)),X=0,ne=W>0?L-4:L,oe;for(oe=0;oe<ne;oe+=4)R=i[k.charCodeAt(oe)]<<18|i[k.charCodeAt(oe+1)]<<12|i[k.charCodeAt(oe+2)]<<6|i[k.charCodeAt(oe+3)],q[X++]=R>>16&255,q[X++]=R>>8&255,q[X++]=R&255;return W===2&&(R=i[k.charCodeAt(oe)]<<2|i[k.charCodeAt(oe+1)]>>4,q[X++]=R&255),W===1&&(R=i[k.charCodeAt(oe)]<<10|i[k.charCodeAt(oe+1)]<<4|i[k.charCodeAt(oe+2)]>>2,q[X++]=R>>8&255,q[X++]=R&255),q}function y(k){return n[k>>18&63]+n[k>>12&63]+n[k>>6&63]+n[k&63]}function b(k,R,U){for(var L,W=[],q=R;q<U;q+=3)L=(k[q]<<16&16711680)+(k[q+1]<<8&65280)+(k[q+2]&255),W.push(y(L));return W.join("")}function w(k){for(var R,U=k.length,L=U%3,W=[],q=16383,X=0,ne=U-L;X<ne;X+=q)W.push(b(k,X,X+q>ne?ne:X+q));return L===1?(R=k[U-1],W.push(n[R>>2]+n[R<<4&63]+"==")):L===2&&(R=(k[U-2]<<8)+k[U-1],W.push(n[R>>10]+n[R>>4&63]+n[R<<2&63]+"=")),W.join("")}var T={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */T.read=function(k,R,U,L,W){var q,X,ne=W*8-L-1,oe=(1<<ne)-1,H=oe>>1,F=-7,D=U?W-1:0,p=U?-1:1,d=k[R+D];for(D+=p,q=d&(1<<-F)-1,d>>=-F,F+=ne;F>0;q=q*256+k[R+D],D+=p,F-=8);for(X=q&(1<<-F)-1,q>>=-F,F+=L;F>0;X=X*256+k[R+D],D+=p,F-=8);if(q===0)q=1-H;else{if(q===oe)return X?NaN:(d?-1:1)*(1/0);X=X+Math.pow(2,L),q=q-H}return(d?-1:1)*X*Math.pow(2,q-L)},T.write=function(k,R,U,L,W,q){var X,ne,oe,H=q*8-W-1,F=(1<<H)-1,D=F>>1,p=W===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=L?0:q-1,m=L?1:-1,x=R<0||R===0&&1/R<0?1:0;for(R=Math.abs(R),isNaN(R)||R===1/0?(ne=isNaN(R)?1:0,X=F):(X=Math.floor(Math.log(R)/Math.LN2),R*(oe=Math.pow(2,-X))<1&&(X--,oe*=2),X+D>=1?R+=p/oe:R+=p*Math.pow(2,1-D),R*oe>=2&&(X++,oe/=2),X+D>=F?(ne=0,X=F):X+D>=1?(ne=(R*oe-1)*Math.pow(2,W),X=X+D):(ne=R*Math.pow(2,D-1)*Math.pow(2,W),X=0));W>=8;k[U+d]=ne&255,d+=m,ne/=256,W-=8);for(X=X<<W|ne,H+=W;H>0;k[U+d]=X&255,d+=m,X/=256,H-=8);k[U+d-m]|=x*128};/*!
29
+ * The buffer module from node.js, for the browser.
30
+ *
31
+ * @author Feross Aboukhadijeh <https://feross.org>
32
+ * @license MIT
33
+ */(function(k){const R=r,U=T,L=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;k.Buffer=F,k.SlowBuffer=v,k.INSPECT_MAX_BYTES=50;const W=2147483647;k.kMaxLength=W;const{Uint8Array:q,ArrayBuffer:X,SharedArrayBuffer:ne}=globalThis;F.TYPED_ARRAY_SUPPORT=oe(),!F.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function oe(){try{const N=new q(1),S={foo:function(){return 42}};return Object.setPrototypeOf(S,q.prototype),Object.setPrototypeOf(N,S),N.foo()===42}catch{return!1}}Object.defineProperty(F.prototype,"parent",{enumerable:!0,get:function(){if(F.isBuffer(this))return this.buffer}}),Object.defineProperty(F.prototype,"offset",{enumerable:!0,get:function(){if(F.isBuffer(this))return this.byteOffset}});function H(N){if(N>W)throw new RangeError('The value "'+N+'" is invalid for option "size"');const S=new q(N);return Object.setPrototypeOf(S,F.prototype),S}function F(N,S,M){if(typeof N=="number"){if(typeof S=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return m(N)}return D(N,S,M)}F.poolSize=8192;function D(N,S,M){if(typeof N=="string")return x(N,S);if(X.isView(N))return E(N);if(N==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof N);if(gt(N,X)||N&&gt(N.buffer,X)||typeof ne<"u"&&(gt(N,ne)||N&&gt(N.buffer,ne)))return O(N,S,M);if(typeof N=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');const B=N.valueOf&&N.valueOf();if(B!=null&&B!==N)return F.from(B,S,M);const K=C(N);if(K)return K;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof N[Symbol.toPrimitive]=="function")return F.from(N[Symbol.toPrimitive]("string"),S,M);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof N)}F.from=function(N,S,M){return D(N,S,M)},Object.setPrototypeOf(F.prototype,q.prototype),Object.setPrototypeOf(F,q);function p(N){if(typeof N!="number")throw new TypeError('"size" argument must be of type number');if(N<0)throw new RangeError('The value "'+N+'" is invalid for option "size"')}function d(N,S,M){return p(N),N<=0?H(N):S!==void 0?typeof M=="string"?H(N).fill(S,M):H(N).fill(S):H(N)}F.alloc=function(N,S,M){return d(N,S,M)};function m(N){return p(N),H(N<0?0:g(N)|0)}F.allocUnsafe=function(N){return m(N)},F.allocUnsafeSlow=function(N){return m(N)};function x(N,S){if((typeof S!="string"||S==="")&&(S="utf8"),!F.isEncoding(S))throw new TypeError("Unknown encoding: "+S);const M=j(N,S)|0;let B=H(M);const K=B.write(N,S);return K!==M&&(B=B.slice(0,K)),B}function A(N){const S=N.length<0?0:g(N.length)|0,M=H(S);for(let B=0;B<S;B+=1)M[B]=N[B]&255;return M}function E(N){if(gt(N,q)){const S=new q(N);return O(S.buffer,S.byteOffset,S.byteLength)}return A(N)}function O(N,S,M){if(S<0||N.byteLength<S)throw new RangeError('"offset" is outside of buffer bounds');if(N.byteLength<S+(M||0))throw new RangeError('"length" is outside of buffer bounds');let B;return S===void 0&&M===void 0?B=new q(N):M===void 0?B=new q(N,S):B=new q(N,S,M),Object.setPrototypeOf(B,F.prototype),B}function C(N){if(F.isBuffer(N)){const S=g(N.length)|0,M=H(S);return M.length===0||N.copy(M,0,0,S),M}if(N.length!==void 0)return typeof N.length!="number"||Pt(N.length)?H(0):A(N);if(N.type==="Buffer"&&Array.isArray(N.data))return A(N.data)}function g(N){if(N>=W)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+W.toString(16)+" bytes");return N|0}function v(N){return+N!=N&&(N=0),F.alloc(+N)}F.isBuffer=function(S){return S!=null&&S._isBuffer===!0&&S!==F.prototype},F.compare=function(S,M){if(gt(S,q)&&(S=F.from(S,S.offset,S.byteLength)),gt(M,q)&&(M=F.from(M,M.offset,M.byteLength)),!F.isBuffer(S)||!F.isBuffer(M))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(S===M)return 0;let B=S.length,K=M.length;for(let Z=0,re=Math.min(B,K);Z<re;++Z)if(S[Z]!==M[Z]){B=S[Z],K=M[Z];break}return B<K?-1:K<B?1:0},F.isEncoding=function(S){switch(String(S).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},F.concat=function(S,M){if(!Array.isArray(S))throw new TypeError('"list" argument must be an Array of Buffers');if(S.length===0)return F.alloc(0);let B;if(M===void 0)for(M=0,B=0;B<S.length;++B)M+=S[B].length;const K=F.allocUnsafe(M);let Z=0;for(B=0;B<S.length;++B){let re=S[B];if(gt(re,q))Z+re.length>K.length?(F.isBuffer(re)||(re=F.from(re)),re.copy(K,Z)):q.prototype.set.call(K,re,Z);else if(F.isBuffer(re))re.copy(K,Z);else throw new TypeError('"list" argument must be an Array of Buffers');Z+=re.length}return K};function j(N,S){if(F.isBuffer(N))return N.length;if(X.isView(N)||gt(N,X))return N.byteLength;if(typeof N!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof N);const M=N.length,B=arguments.length>2&&arguments[2]===!0;if(!B&&M===0)return 0;let K=!1;for(;;)switch(S){case"ascii":case"latin1":case"binary":return M;case"utf8":case"utf-8":return It(N).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M*2;case"hex":return M>>>1;case"base64":return At(N).length;default:if(K)return B?-1:It(N).length;S=(""+S).toLowerCase(),K=!0}}F.byteLength=j;function ee(N,S,M){let B=!1;if((S===void 0||S<0)&&(S=0),S>this.length||((M===void 0||M>this.length)&&(M=this.length),M<=0)||(M>>>=0,S>>>=0,M<=S))return"";for(N||(N="utf8");;)switch(N){case"hex":return qe(this,S,M);case"utf8":case"utf-8":return De(this,S,M);case"ascii":return me(this,S,M);case"latin1":case"binary":return Me(this,S,M);case"base64":return ht(this,S,M);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Re(this,S,M);default:if(B)throw new TypeError("Unknown encoding: "+N);N=(N+"").toLowerCase(),B=!0}}F.prototype._isBuffer=!0;function se(N,S,M){const B=N[S];N[S]=N[M],N[M]=B}F.prototype.swap16=function(){const S=this.length;if(S%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let M=0;M<S;M+=2)se(this,M,M+1);return this},F.prototype.swap32=function(){const S=this.length;if(S%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let M=0;M<S;M+=4)se(this,M,M+3),se(this,M+1,M+2);return this},F.prototype.swap64=function(){const S=this.length;if(S%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let M=0;M<S;M+=8)se(this,M,M+7),se(this,M+1,M+6),se(this,M+2,M+5),se(this,M+3,M+4);return this},F.prototype.toString=function(){const S=this.length;return S===0?"":arguments.length===0?De(this,0,S):ee.apply(this,arguments)},F.prototype.toLocaleString=F.prototype.toString,F.prototype.equals=function(S){if(!F.isBuffer(S))throw new TypeError("Argument must be a Buffer");return this===S?!0:F.compare(this,S)===0},F.prototype.inspect=function(){let S="";const M=k.INSPECT_MAX_BYTES;return S=this.toString("hex",0,M).replace(/(.{2})/g,"$1 ").trim(),this.length>M&&(S+=" ... "),"<Buffer "+S+">"},L&&(F.prototype[L]=F.prototype.inspect),F.prototype.compare=function(S,M,B,K,Z){if(gt(S,q)&&(S=F.from(S,S.offset,S.byteLength)),!F.isBuffer(S))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof S);if(M===void 0&&(M=0),B===void 0&&(B=S?S.length:0),K===void 0&&(K=0),Z===void 0&&(Z=this.length),M<0||B>S.length||K<0||Z>this.length)throw new RangeError("out of range index");if(K>=Z&&M>=B)return 0;if(K>=Z)return-1;if(M>=B)return 1;if(M>>>=0,B>>>=0,K>>>=0,Z>>>=0,this===S)return 0;let re=Z-K,$e=B-M;const tt=Math.min(re,$e),Ne=this.slice(K,Z),V=S.slice(M,B);for(let ae=0;ae<tt;++ae)if(Ne[ae]!==V[ae]){re=Ne[ae],$e=V[ae];break}return re<$e?-1:$e<re?1:0};function de(N,S,M,B,K){if(N.length===0)return-1;if(typeof M=="string"?(B=M,M=0):M>2147483647?M=2147483647:M<-2147483648&&(M=-2147483648),M=+M,Pt(M)&&(M=K?0:N.length-1),M<0&&(M=N.length+M),M>=N.length){if(K)return-1;M=N.length-1}else if(M<0)if(K)M=0;else return-1;if(typeof S=="string"&&(S=F.from(S,B)),F.isBuffer(S))return S.length===0?-1:ve(N,S,M,B,K);if(typeof S=="number")return S=S&255,typeof q.prototype.indexOf=="function"?K?q.prototype.indexOf.call(N,S,M):q.prototype.lastIndexOf.call(N,S,M):ve(N,[S],M,B,K);throw new TypeError("val must be string, number or Buffer")}function ve(N,S,M,B,K){let Z=1,re=N.length,$e=S.length;if(B!==void 0&&(B=String(B).toLowerCase(),B==="ucs2"||B==="ucs-2"||B==="utf16le"||B==="utf-16le")){if(N.length<2||S.length<2)return-1;Z=2,re/=2,$e/=2,M/=2}function tt(V,ae){return Z===1?V[ae]:V.readUInt16BE(ae*Z)}let Ne;if(K){let V=-1;for(Ne=M;Ne<re;Ne++)if(tt(N,Ne)===tt(S,V===-1?0:Ne-V)){if(V===-1&&(V=Ne),Ne-V+1===$e)return V*Z}else V!==-1&&(Ne-=Ne-V),V=-1}else for(M+$e>re&&(M=re-$e),Ne=M;Ne>=0;Ne--){let V=!0;for(let ae=0;ae<$e;ae++)if(tt(N,Ne+ae)!==tt(S,ae)){V=!1;break}if(V)return Ne}return-1}F.prototype.includes=function(S,M,B){return this.indexOf(S,M,B)!==-1},F.prototype.indexOf=function(S,M,B){return de(this,S,M,B,!0)},F.prototype.lastIndexOf=function(S,M,B){return de(this,S,M,B,!1)};function Se(N,S,M,B){M=Number(M)||0;const K=N.length-M;B?(B=Number(B),B>K&&(B=K)):B=K;const Z=S.length;B>Z/2&&(B=Z/2);let re;for(re=0;re<B;++re){const $e=parseInt(S.substr(re*2,2),16);if(Pt($e))return re;N[M+re]=$e}return re}function xe(N,S,M,B){return Je(It(S,N.length-M),N,M,B)}function He(N,S,M,B){return Je(nt(S),N,M,B)}function Fe(N,S,M,B){return Je(At(S),N,M,B)}function dt(N,S,M,B){return Je(_t(S,N.length-M),N,M,B)}F.prototype.write=function(S,M,B,K){if(M===void 0)K="utf8",B=this.length,M=0;else if(B===void 0&&typeof M=="string")K=M,B=this.length,M=0;else if(isFinite(M))M=M>>>0,isFinite(B)?(B=B>>>0,K===void 0&&(K="utf8")):(K=B,B=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");const Z=this.length-M;if((B===void 0||B>Z)&&(B=Z),S.length>0&&(B<0||M<0)||M>this.length)throw new RangeError("Attempt to write outside buffer bounds");K||(K="utf8");let re=!1;for(;;)switch(K){case"hex":return Se(this,S,M,B);case"utf8":case"utf-8":return xe(this,S,M,B);case"ascii":case"latin1":case"binary":return He(this,S,M,B);case"base64":return Fe(this,S,M,B);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return dt(this,S,M,B);default:if(re)throw new TypeError("Unknown encoding: "+K);K=(""+K).toLowerCase(),re=!0}},F.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ht(N,S,M){return S===0&&M===N.length?R.fromByteArray(N):R.fromByteArray(N.slice(S,M))}function De(N,S,M){M=Math.min(N.length,M);const B=[];let K=S;for(;K<M;){const Z=N[K];let re=null,$e=Z>239?4:Z>223?3:Z>191?2:1;if(K+$e<=M){let tt,Ne,V,ae;switch($e){case 1:Z<128&&(re=Z);break;case 2:tt=N[K+1],(tt&192)===128&&(ae=(Z&31)<<6|tt&63,ae>127&&(re=ae));break;case 3:tt=N[K+1],Ne=N[K+2],(tt&192)===128&&(Ne&192)===128&&(ae=(Z&15)<<12|(tt&63)<<6|Ne&63,ae>2047&&(ae<55296||ae>57343)&&(re=ae));break;case 4:tt=N[K+1],Ne=N[K+2],V=N[K+3],(tt&192)===128&&(Ne&192)===128&&(V&192)===128&&(ae=(Z&15)<<18|(tt&63)<<12|(Ne&63)<<6|V&63,ae>65535&&ae<1114112&&(re=ae))}}re===null?(re=65533,$e=1):re>65535&&(re-=65536,B.push(re>>>10&1023|55296),re=56320|re&1023),B.push(re),K+=$e}return _e(B)}const mt=4096;function _e(N){const S=N.length;if(S<=mt)return String.fromCharCode.apply(String,N);let M="",B=0;for(;B<S;)M+=String.fromCharCode.apply(String,N.slice(B,B+=mt));return M}function me(N,S,M){let B="";M=Math.min(N.length,M);for(let K=S;K<M;++K)B+=String.fromCharCode(N[K]&127);return B}function Me(N,S,M){let B="";M=Math.min(N.length,M);for(let K=S;K<M;++K)B+=String.fromCharCode(N[K]);return B}function qe(N,S,M){const B=N.length;(!S||S<0)&&(S=0),(!M||M<0||M>B)&&(M=B);let K="";for(let Z=S;Z<M;++Z)K+=st[N[Z]];return K}function Re(N,S,M){const B=N.slice(S,M);let K="";for(let Z=0;Z<B.length-1;Z+=2)K+=String.fromCharCode(B[Z]+B[Z+1]*256);return K}F.prototype.slice=function(S,M){const B=this.length;S=~~S,M=M===void 0?B:~~M,S<0?(S+=B,S<0&&(S=0)):S>B&&(S=B),M<0?(M+=B,M<0&&(M=0)):M>B&&(M=B),M<S&&(M=S);const K=this.subarray(S,M);return Object.setPrototypeOf(K,F.prototype),K};function Te(N,S,M){if(N%1!==0||N<0)throw new RangeError("offset is not uint");if(N+S>M)throw new RangeError("Trying to access beyond buffer length")}F.prototype.readUintLE=F.prototype.readUIntLE=function(S,M,B){S=S>>>0,M=M>>>0,B||Te(S,M,this.length);let K=this[S],Z=1,re=0;for(;++re<M&&(Z*=256);)K+=this[S+re]*Z;return K},F.prototype.readUintBE=F.prototype.readUIntBE=function(S,M,B){S=S>>>0,M=M>>>0,B||Te(S,M,this.length);let K=this[S+--M],Z=1;for(;M>0&&(Z*=256);)K+=this[S+--M]*Z;return K},F.prototype.readUint8=F.prototype.readUInt8=function(S,M){return S=S>>>0,M||Te(S,1,this.length),this[S]},F.prototype.readUint16LE=F.prototype.readUInt16LE=function(S,M){return S=S>>>0,M||Te(S,2,this.length),this[S]|this[S+1]<<8},F.prototype.readUint16BE=F.prototype.readUInt16BE=function(S,M){return S=S>>>0,M||Te(S,2,this.length),this[S]<<8|this[S+1]},F.prototype.readUint32LE=F.prototype.readUInt32LE=function(S,M){return S=S>>>0,M||Te(S,4,this.length),(this[S]|this[S+1]<<8|this[S+2]<<16)+this[S+3]*16777216},F.prototype.readUint32BE=F.prototype.readUInt32BE=function(S,M){return S=S>>>0,M||Te(S,4,this.length),this[S]*16777216+(this[S+1]<<16|this[S+2]<<8|this[S+3])},F.prototype.readBigUInt64LE=xt(function(S){S=S>>>0,Et(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ot(S,this.length-8);const K=M+this[++S]*2**8+this[++S]*2**16+this[++S]*2**24,Z=this[++S]+this[++S]*2**8+this[++S]*2**16+B*2**24;return BigInt(K)+(BigInt(Z)<<BigInt(32))}),F.prototype.readBigUInt64BE=xt(function(S){S=S>>>0,Et(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ot(S,this.length-8);const K=M*2**24+this[++S]*2**16+this[++S]*2**8+this[++S],Z=this[++S]*2**24+this[++S]*2**16+this[++S]*2**8+B;return(BigInt(K)<<BigInt(32))+BigInt(Z)}),F.prototype.readIntLE=function(S,M,B){S=S>>>0,M=M>>>0,B||Te(S,M,this.length);let K=this[S],Z=1,re=0;for(;++re<M&&(Z*=256);)K+=this[S+re]*Z;return Z*=128,K>=Z&&(K-=Math.pow(2,8*M)),K},F.prototype.readIntBE=function(S,M,B){S=S>>>0,M=M>>>0,B||Te(S,M,this.length);let K=M,Z=1,re=this[S+--K];for(;K>0&&(Z*=256);)re+=this[S+--K]*Z;return Z*=128,re>=Z&&(re-=Math.pow(2,8*M)),re},F.prototype.readInt8=function(S,M){return S=S>>>0,M||Te(S,1,this.length),this[S]&128?(255-this[S]+1)*-1:this[S]},F.prototype.readInt16LE=function(S,M){S=S>>>0,M||Te(S,2,this.length);const B=this[S]|this[S+1]<<8;return B&32768?B|4294901760:B},F.prototype.readInt16BE=function(S,M){S=S>>>0,M||Te(S,2,this.length);const B=this[S+1]|this[S]<<8;return B&32768?B|4294901760:B},F.prototype.readInt32LE=function(S,M){return S=S>>>0,M||Te(S,4,this.length),this[S]|this[S+1]<<8|this[S+2]<<16|this[S+3]<<24},F.prototype.readInt32BE=function(S,M){return S=S>>>0,M||Te(S,4,this.length),this[S]<<24|this[S+1]<<16|this[S+2]<<8|this[S+3]},F.prototype.readBigInt64LE=xt(function(S){S=S>>>0,Et(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ot(S,this.length-8);const K=this[S+4]+this[S+5]*2**8+this[S+6]*2**16+(B<<24);return(BigInt(K)<<BigInt(32))+BigInt(M+this[++S]*2**8+this[++S]*2**16+this[++S]*2**24)}),F.prototype.readBigInt64BE=xt(function(S){S=S>>>0,Et(S,"offset");const M=this[S],B=this[S+7];(M===void 0||B===void 0)&&Ot(S,this.length-8);const K=(M<<24)+this[++S]*2**16+this[++S]*2**8+this[++S];return(BigInt(K)<<BigInt(32))+BigInt(this[++S]*2**24+this[++S]*2**16+this[++S]*2**8+B)}),F.prototype.readFloatLE=function(S,M){return S=S>>>0,M||Te(S,4,this.length),U.read(this,S,!0,23,4)},F.prototype.readFloatBE=function(S,M){return S=S>>>0,M||Te(S,4,this.length),U.read(this,S,!1,23,4)},F.prototype.readDoubleLE=function(S,M){return S=S>>>0,M||Te(S,8,this.length),U.read(this,S,!0,52,8)},F.prototype.readDoubleBE=function(S,M){return S=S>>>0,M||Te(S,8,this.length),U.read(this,S,!1,52,8)};function Oe(N,S,M,B,K,Z){if(!F.isBuffer(N))throw new TypeError('"buffer" argument must be a Buffer instance');if(S>K||S<Z)throw new RangeError('"value" argument is out of bounds');if(M+B>N.length)throw new RangeError("Index out of range")}F.prototype.writeUintLE=F.prototype.writeUIntLE=function(S,M,B,K){if(S=+S,M=M>>>0,B=B>>>0,!K){const $e=Math.pow(2,8*B)-1;Oe(this,S,M,B,$e,0)}let Z=1,re=0;for(this[M]=S&255;++re<B&&(Z*=256);)this[M+re]=S/Z&255;return M+B},F.prototype.writeUintBE=F.prototype.writeUIntBE=function(S,M,B,K){if(S=+S,M=M>>>0,B=B>>>0,!K){const $e=Math.pow(2,8*B)-1;Oe(this,S,M,B,$e,0)}let Z=B-1,re=1;for(this[M+Z]=S&255;--Z>=0&&(re*=256);)this[M+Z]=S/re&255;return M+B},F.prototype.writeUint8=F.prototype.writeUInt8=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,1,255,0),this[M]=S&255,M+1},F.prototype.writeUint16LE=F.prototype.writeUInt16LE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,2,65535,0),this[M]=S&255,this[M+1]=S>>>8,M+2},F.prototype.writeUint16BE=F.prototype.writeUInt16BE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,2,65535,0),this[M]=S>>>8,this[M+1]=S&255,M+2},F.prototype.writeUint32LE=F.prototype.writeUInt32LE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,4,4294967295,0),this[M+3]=S>>>24,this[M+2]=S>>>16,this[M+1]=S>>>8,this[M]=S&255,M+4},F.prototype.writeUint32BE=F.prototype.writeUInt32BE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,4,4294967295,0),this[M]=S>>>24,this[M+1]=S>>>16,this[M+2]=S>>>8,this[M+3]=S&255,M+4};function Le(N,S,M,B,K){rt(S,B,K,N,M,7);let Z=Number(S&BigInt(4294967295));N[M++]=Z,Z=Z>>8,N[M++]=Z,Z=Z>>8,N[M++]=Z,Z=Z>>8,N[M++]=Z;let re=Number(S>>BigInt(32)&BigInt(4294967295));return N[M++]=re,re=re>>8,N[M++]=re,re=re>>8,N[M++]=re,re=re>>8,N[M++]=re,M}function lt(N,S,M,B,K){rt(S,B,K,N,M,7);let Z=Number(S&BigInt(4294967295));N[M+7]=Z,Z=Z>>8,N[M+6]=Z,Z=Z>>8,N[M+5]=Z,Z=Z>>8,N[M+4]=Z;let re=Number(S>>BigInt(32)&BigInt(4294967295));return N[M+3]=re,re=re>>8,N[M+2]=re,re=re>>8,N[M+1]=re,re=re>>8,N[M]=re,M+8}F.prototype.writeBigUInt64LE=xt(function(S,M=0){return Le(this,S,M,BigInt(0),BigInt("0xffffffffffffffff"))}),F.prototype.writeBigUInt64BE=xt(function(S,M=0){return lt(this,S,M,BigInt(0),BigInt("0xffffffffffffffff"))}),F.prototype.writeIntLE=function(S,M,B,K){if(S=+S,M=M>>>0,!K){const tt=Math.pow(2,8*B-1);Oe(this,S,M,B,tt-1,-tt)}let Z=0,re=1,$e=0;for(this[M]=S&255;++Z<B&&(re*=256);)S<0&&$e===0&&this[M+Z-1]!==0&&($e=1),this[M+Z]=(S/re>>0)-$e&255;return M+B},F.prototype.writeIntBE=function(S,M,B,K){if(S=+S,M=M>>>0,!K){const tt=Math.pow(2,8*B-1);Oe(this,S,M,B,tt-1,-tt)}let Z=B-1,re=1,$e=0;for(this[M+Z]=S&255;--Z>=0&&(re*=256);)S<0&&$e===0&&this[M+Z+1]!==0&&($e=1),this[M+Z]=(S/re>>0)-$e&255;return M+B},F.prototype.writeInt8=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,1,127,-128),S<0&&(S=255+S+1),this[M]=S&255,M+1},F.prototype.writeInt16LE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,2,32767,-32768),this[M]=S&255,this[M+1]=S>>>8,M+2},F.prototype.writeInt16BE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,2,32767,-32768),this[M]=S>>>8,this[M+1]=S&255,M+2},F.prototype.writeInt32LE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,4,2147483647,-2147483648),this[M]=S&255,this[M+1]=S>>>8,this[M+2]=S>>>16,this[M+3]=S>>>24,M+4},F.prototype.writeInt32BE=function(S,M,B){return S=+S,M=M>>>0,B||Oe(this,S,M,4,2147483647,-2147483648),S<0&&(S=4294967295+S+1),this[M]=S>>>24,this[M+1]=S>>>16,this[M+2]=S>>>8,this[M+3]=S&255,M+4},F.prototype.writeBigInt64LE=xt(function(S,M=0){return Le(this,S,M,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),F.prototype.writeBigInt64BE=xt(function(S,M=0){return lt(this,S,M,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function ft(N,S,M,B,K,Z){if(M+B>N.length)throw new RangeError("Index out of range");if(M<0)throw new RangeError("Index out of range")}function We(N,S,M,B,K){return S=+S,M=M>>>0,K||ft(N,S,M,4),U.write(N,S,M,B,23,4),M+4}F.prototype.writeFloatLE=function(S,M,B){return We(this,S,M,!0,B)},F.prototype.writeFloatBE=function(S,M,B){return We(this,S,M,!1,B)};function kt(N,S,M,B,K){return S=+S,M=M>>>0,K||ft(N,S,M,8),U.write(N,S,M,B,52,8),M+8}F.prototype.writeDoubleLE=function(S,M,B){return kt(this,S,M,!0,B)},F.prototype.writeDoubleBE=function(S,M,B){return kt(this,S,M,!1,B)},F.prototype.copy=function(S,M,B,K){if(!F.isBuffer(S))throw new TypeError("argument should be a Buffer");if(B||(B=0),!K&&K!==0&&(K=this.length),M>=S.length&&(M=S.length),M||(M=0),K>0&&K<B&&(K=B),K===B||S.length===0||this.length===0)return 0;if(M<0)throw new RangeError("targetStart out of bounds");if(B<0||B>=this.length)throw new RangeError("Index out of range");if(K<0)throw new RangeError("sourceEnd out of bounds");K>this.length&&(K=this.length),S.length-M<K-B&&(K=S.length-M+B);const Z=K-B;return this===S&&typeof q.prototype.copyWithin=="function"?this.copyWithin(M,B,K):q.prototype.set.call(S,this.subarray(B,K),M),Z},F.prototype.fill=function(S,M,B,K){if(typeof S=="string"){if(typeof M=="string"?(K=M,M=0,B=this.length):typeof B=="string"&&(K=B,B=this.length),K!==void 0&&typeof K!="string")throw new TypeError("encoding must be a string");if(typeof K=="string"&&!F.isEncoding(K))throw new TypeError("Unknown encoding: "+K);if(S.length===1){const re=S.charCodeAt(0);(K==="utf8"&&re<128||K==="latin1")&&(S=re)}}else typeof S=="number"?S=S&255:typeof S=="boolean"&&(S=Number(S));if(M<0||this.length<M||this.length<B)throw new RangeError("Out of range index");if(B<=M)return this;M=M>>>0,B=B===void 0?this.length:B>>>0,S||(S=0);let Z;if(typeof S=="number")for(Z=M;Z<B;++Z)this[Z]=S;else{const re=F.isBuffer(S)?S:F.from(S,K),$e=re.length;if($e===0)throw new TypeError('The value "'+S+'" is invalid for argument "value"');for(Z=0;Z<B-M;++Z)this[Z+M]=re[Z%$e]}return this};const St={};function Qe(N,S,M){St[N]=class extends M{constructor(){super(),Object.defineProperty(this,"message",{value:S.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${N}]`,this.stack,delete this.name}get code(){return N}set code(K){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:K,writable:!0})}toString(){return`${this.name} [${N}]: ${this.message}`}}}Qe("ERR_BUFFER_OUT_OF_BOUNDS",function(N){return N?`${N} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),Qe("ERR_INVALID_ARG_TYPE",function(N,S){return`The "${N}" argument must be of type number. Received type ${typeof S}`},TypeError),Qe("ERR_OUT_OF_RANGE",function(N,S,M){let B=`The value of "${N}" is out of range.`,K=M;return Number.isInteger(M)&&Math.abs(M)>2**32?K=Tt(String(M)):typeof M=="bigint"&&(K=String(M),(M>BigInt(2)**BigInt(32)||M<-(BigInt(2)**BigInt(32)))&&(K=Tt(K)),K+="n"),B+=` It must be ${S}. Received ${K}`,B},RangeError);function Tt(N){let S="",M=N.length;const B=N[0]==="-"?1:0;for(;M>=B+4;M-=3)S=`_${N.slice(M-3,M)}${S}`;return`${N.slice(0,M)}${S}`}function Bt(N,S,M){Et(S,"offset"),(N[S]===void 0||N[S+M]===void 0)&&Ot(S,N.length-(M+1))}function rt(N,S,M,B,K,Z){if(N>M||N<S){const re=typeof S=="bigint"?"n":"";let $e;throw Z>3?S===0||S===BigInt(0)?$e=`>= 0${re} and < 2${re} ** ${(Z+1)*8}${re}`:$e=`>= -(2${re} ** ${(Z+1)*8-1}${re}) and < 2 ** ${(Z+1)*8-1}${re}`:$e=`>= ${S}${re} and <= ${M}${re}`,new St.ERR_OUT_OF_RANGE("value",$e,N)}Bt(B,K,Z)}function Et(N,S){if(typeof N!="number")throw new St.ERR_INVALID_ARG_TYPE(S,"number",N)}function Ot(N,S,M){throw Math.floor(N)!==N?(Et(N,M),new St.ERR_OUT_OF_RANGE(M||"offset","an integer",N)):S<0?new St.ERR_BUFFER_OUT_OF_BOUNDS:new St.ERR_OUT_OF_RANGE(M||"offset",`>= ${M?1:0} and <= ${S}`,N)}const it=/[^+/0-9A-Za-z-_]/g;function jt(N){if(N=N.split("=")[0],N=N.trim().replace(it,""),N.length<2)return"";for(;N.length%4!==0;)N=N+"=";return N}function It(N,S){S=S||1/0;let M;const B=N.length;let K=null;const Z=[];for(let re=0;re<B;++re){if(M=N.charCodeAt(re),M>55295&&M<57344){if(!K){if(M>56319){(S-=3)>-1&&Z.push(239,191,189);continue}else if(re+1===B){(S-=3)>-1&&Z.push(239,191,189);continue}K=M;continue}if(M<56320){(S-=3)>-1&&Z.push(239,191,189),K=M;continue}M=(K-55296<<10|M-56320)+65536}else K&&(S-=3)>-1&&Z.push(239,191,189);if(K=null,M<128){if((S-=1)<0)break;Z.push(M)}else if(M<2048){if((S-=2)<0)break;Z.push(M>>6|192,M&63|128)}else if(M<65536){if((S-=3)<0)break;Z.push(M>>12|224,M>>6&63|128,M&63|128)}else if(M<1114112){if((S-=4)<0)break;Z.push(M>>18|240,M>>12&63|128,M>>6&63|128,M&63|128)}else throw new Error("Invalid code point")}return Z}function nt(N){const S=[];for(let M=0;M<N.length;++M)S.push(N.charCodeAt(M)&255);return S}function _t(N,S){let M,B,K;const Z=[];for(let re=0;re<N.length&&!((S-=2)<0);++re)M=N.charCodeAt(re),B=M>>8,K=M%256,Z.push(K),Z.push(B);return Z}function At(N){return R.toByteArray(jt(N))}function Je(N,S,M,B){let K;for(K=0;K<B&&!(K+M>=S.length||K>=N.length);++K)S[K+M]=N[K];return K}function gt(N,S){return N instanceof S||N!=null&&N.constructor!=null&&N.constructor.name!=null&&N.constructor.name===S.name}function Pt(N){return N!==N}const st=function(){const N="0123456789abcdef",S=new Array(256);for(let M=0;M<16;++M){const B=M*16;for(let K=0;K<16;++K)S[B+K]=N[M]+N[K]}return S}();function xt(N){return typeof BigInt>"u"?Ut:N}function Ut(){throw new Error("BigInt not supported")}})(t);const P=t.Buffer;e.Blob=t.Blob,e.BlobOptions=t.BlobOptions,e.Buffer=t.Buffer,e.File=t.File,e.FileOptions=t.FileOptions,e.INSPECT_MAX_BYTES=t.INSPECT_MAX_BYTES,e.SlowBuffer=t.SlowBuffer,e.TranscodeEncoding=t.TranscodeEncoding,e.atob=t.atob,e.btoa=t.btoa,e.constants=t.constants,e.default=P,e.isAscii=t.isAscii,e.isUtf8=t.isUtf8,e.kMaxLength=t.kMaxLength,e.kStringMaxLength=t.kStringMaxLength,e.resolveObjectURL=t.resolveObjectURL,e.transcode=t.transcode})(Ha);const ah=ua(Ha);var sn={},ch={exports:{}};ch.exports,function(e){(function(t,r){function n(D,p){if(!D)throw new Error(p||"Assertion failed")}function i(D,p){D.super_=p;var d=function(){};d.prototype=p.prototype,D.prototype=new d,D.prototype.constructor=D}function s(D,p,d){if(s.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,D!==null&&((p==="le"||p==="be")&&(d=p,p=10),this._init(D||0,p||10,d||"be"))}typeof t=="object"?t.exports=s:r.BN=s,s.BN=s,s.wordSize=26;var o;try{typeof window<"u"&&typeof window.Buffer<"u"?o=window.Buffer:o=Ha.Buffer}catch{}s.isBN=function(p){return p instanceof s?!0:p!==null&&typeof p=="object"&&p.constructor.wordSize===s.wordSize&&Array.isArray(p.words)},s.max=function(p,d){return p.cmp(d)>0?p:d},s.min=function(p,d){return p.cmp(d)<0?p:d},s.prototype._init=function(p,d,m){if(typeof p=="number")return this._initNumber(p,d,m);if(typeof p=="object")return this._initArray(p,d,m);d==="hex"&&(d=16),n(d===(d|0)&&d>=2&&d<=36),p=p.toString().replace(/\s+/g,"");var x=0;p[0]==="-"&&(x++,this.negative=1),x<p.length&&(d===16?this._parseHex(p,x,m):(this._parseBase(p,d,x),m==="le"&&this._initArray(this.toArray(),d,m)))},s.prototype._initNumber=function(p,d,m){p<0&&(this.negative=1,p=-p),p<67108864?(this.words=[p&67108863],this.length=1):p<4503599627370496?(this.words=[p&67108863,p/67108864&67108863],this.length=2):(n(p<9007199254740992),this.words=[p&67108863,p/67108864&67108863,1],this.length=3),m==="le"&&this._initArray(this.toArray(),d,m)},s.prototype._initArray=function(p,d,m){if(n(typeof p.length=="number"),p.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(p.length/3),this.words=new Array(this.length);for(var x=0;x<this.length;x++)this.words[x]=0;var A,E,O=0;if(m==="be")for(x=p.length-1,A=0;x>=0;x-=3)E=p[x]|p[x-1]<<8|p[x-2]<<16,this.words[A]|=E<<O&67108863,this.words[A+1]=E>>>26-O&67108863,O+=24,O>=26&&(O-=26,A++);else if(m==="le")for(x=0,A=0;x<p.length;x+=3)E=p[x]|p[x+1]<<8|p[x+2]<<16,this.words[A]|=E<<O&67108863,this.words[A+1]=E>>>26-O&67108863,O+=24,O>=26&&(O-=26,A++);return this._strip()};function a(D,p){var d=D.charCodeAt(p);if(d>=48&&d<=57)return d-48;if(d>=65&&d<=70)return d-55;if(d>=97&&d<=102)return d-87;n(!1,"Invalid character in "+D)}function c(D,p,d){var m=a(D,d);return d-1>=p&&(m|=a(D,d-1)<<4),m}s.prototype._parseHex=function(p,d,m){this.length=Math.ceil((p.length-d)/6),this.words=new Array(this.length);for(var x=0;x<this.length;x++)this.words[x]=0;var A=0,E=0,O;if(m==="be")for(x=p.length-1;x>=d;x-=2)O=c(p,d,x)<<A,this.words[E]|=O&67108863,A>=18?(A-=18,E+=1,this.words[E]|=O>>>26):A+=8;else{var C=p.length-d;for(x=C%2===0?d+1:d;x<p.length;x+=2)O=c(p,d,x)<<A,this.words[E]|=O&67108863,A>=18?(A-=18,E+=1,this.words[E]|=O>>>26):A+=8}this._strip()};function u(D,p,d,m){for(var x=0,A=0,E=Math.min(D.length,d),O=p;O<E;O++){var C=D.charCodeAt(O)-48;x*=m,C>=49?A=C-49+10:C>=17?A=C-17+10:A=C,n(C>=0&&A<m,"Invalid character"),x+=A}return x}s.prototype._parseBase=function(p,d,m){this.words=[0],this.length=1;for(var x=0,A=1;A<=67108863;A*=d)x++;x--,A=A/d|0;for(var E=p.length-m,O=E%x,C=Math.min(E,E-O)+m,g=0,v=m;v<C;v+=x)g=u(p,v,v+x,d),this.imuln(A),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g);if(O!==0){var j=1;for(g=u(p,v,p.length,d),v=0;v<O;v++)j*=d;this.imuln(j),this.words[0]+g<67108864?this.words[0]+=g:this._iaddn(g)}this._strip()},s.prototype.copy=function(p){p.words=new Array(this.length);for(var d=0;d<this.length;d++)p.words[d]=this.words[d];p.length=this.length,p.negative=this.negative,p.red=this.red};function l(D,p){D.words=p.words,D.length=p.length,D.negative=p.negative,D.red=p.red}if(s.prototype._move=function(p){l(p,this)},s.prototype.clone=function(){var p=new s(null);return this.copy(p),p},s.prototype._expand=function(p){for(;this.length<p;)this.words[this.length++]=0;return this},s.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},s.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{s.prototype[Symbol.for("nodejs.util.inspect.custom")]=f}catch{s.prototype.inspect=f}else s.prototype.inspect=f;function f(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var h=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],b=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];s.prototype.toString=function(p,d){p=p||10,d=d|0||1;var m;if(p===16||p==="hex"){m="";for(var x=0,A=0,E=0;E<this.length;E++){var O=this.words[E],C=((O<<x|A)&16777215).toString(16);A=O>>>24-x&16777215,x+=2,x>=26&&(x-=26,E--),A!==0||E!==this.length-1?m=h[6-C.length]+C+m:m=C+m}for(A!==0&&(m=A.toString(16)+m);m.length%d!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}if(p===(p|0)&&p>=2&&p<=36){var g=y[p],v=b[p];m="";var j=this.clone();for(j.negative=0;!j.isZero();){var ee=j.modrn(v).toString(p);j=j.idivn(v),j.isZero()?m=ee+m:m=h[g-ee.length]+ee+m}for(this.isZero()&&(m="0"+m);m.length%d!==0;)m="0"+m;return this.negative!==0&&(m="-"+m),m}n(!1,"Base should be between 2 and 36")},s.prototype.toNumber=function(){var p=this.words[0];return this.length===2?p+=this.words[1]*67108864:this.length===3&&this.words[2]===1?p+=4503599627370496+this.words[1]*67108864:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-p:p},s.prototype.toJSON=function(){return this.toString(16,2)},o&&(s.prototype.toBuffer=function(p,d){return this.toArrayLike(o,p,d)}),s.prototype.toArray=function(p,d){return this.toArrayLike(Array,p,d)};var w=function(p,d){return p.allocUnsafe?p.allocUnsafe(d):new p(d)};s.prototype.toArrayLike=function(p,d,m){this._strip();var x=this.byteLength(),A=m||Math.max(1,x);n(x<=A,"byte array longer than desired length"),n(A>0,"Requested array length <= 0");var E=w(p,A),O=d==="le"?"LE":"BE";return this["_toArrayLike"+O](E,x),E},s.prototype._toArrayLikeLE=function(p,d){for(var m=0,x=0,A=0,E=0;A<this.length;A++){var O=this.words[A]<<E|x;p[m++]=O&255,m<p.length&&(p[m++]=O>>8&255),m<p.length&&(p[m++]=O>>16&255),E===6?(m<p.length&&(p[m++]=O>>24&255),x=0,E=0):(x=O>>>24,E+=2)}if(m<p.length)for(p[m++]=x;m<p.length;)p[m++]=0},s.prototype._toArrayLikeBE=function(p,d){for(var m=p.length-1,x=0,A=0,E=0;A<this.length;A++){var O=this.words[A]<<E|x;p[m--]=O&255,m>=0&&(p[m--]=O>>8&255),m>=0&&(p[m--]=O>>16&255),E===6?(m>=0&&(p[m--]=O>>24&255),x=0,E=0):(x=O>>>24,E+=2)}if(m>=0)for(p[m--]=x;m>=0;)p[m--]=0},Math.clz32?s.prototype._countBits=function(p){return 32-Math.clz32(p)}:s.prototype._countBits=function(p){var d=p,m=0;return d>=4096&&(m+=13,d>>>=13),d>=64&&(m+=7,d>>>=7),d>=8&&(m+=4,d>>>=4),d>=2&&(m+=2,d>>>=2),m+d},s.prototype._zeroBits=function(p){if(p===0)return 26;var d=p,m=0;return d&8191||(m+=13,d>>>=13),d&127||(m+=7,d>>>=7),d&15||(m+=4,d>>>=4),d&3||(m+=2,d>>>=2),d&1||m++,m},s.prototype.bitLength=function(){var p=this.words[this.length-1],d=this._countBits(p);return(this.length-1)*26+d};function T(D){for(var p=new Array(D.bitLength()),d=0;d<p.length;d++){var m=d/26|0,x=d%26;p[d]=D.words[m]>>>x&1}return p}s.prototype.zeroBits=function(){if(this.isZero())return 0;for(var p=0,d=0;d<this.length;d++){var m=this._zeroBits(this.words[d]);if(p+=m,m!==26)break}return p},s.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},s.prototype.toTwos=function(p){return this.negative!==0?this.abs().inotn(p).iaddn(1):this.clone()},s.prototype.fromTwos=function(p){return this.testn(p-1)?this.notn(p).iaddn(1).ineg():this.clone()},s.prototype.isNeg=function(){return this.negative!==0},s.prototype.neg=function(){return this.clone().ineg()},s.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},s.prototype.iuor=function(p){for(;this.length<p.length;)this.words[this.length++]=0;for(var d=0;d<p.length;d++)this.words[d]=this.words[d]|p.words[d];return this._strip()},s.prototype.ior=function(p){return n((this.negative|p.negative)===0),this.iuor(p)},s.prototype.or=function(p){return this.length>p.length?this.clone().ior(p):p.clone().ior(this)},s.prototype.uor=function(p){return this.length>p.length?this.clone().iuor(p):p.clone().iuor(this)},s.prototype.iuand=function(p){var d;this.length>p.length?d=p:d=this;for(var m=0;m<d.length;m++)this.words[m]=this.words[m]&p.words[m];return this.length=d.length,this._strip()},s.prototype.iand=function(p){return n((this.negative|p.negative)===0),this.iuand(p)},s.prototype.and=function(p){return this.length>p.length?this.clone().iand(p):p.clone().iand(this)},s.prototype.uand=function(p){return this.length>p.length?this.clone().iuand(p):p.clone().iuand(this)},s.prototype.iuxor=function(p){var d,m;this.length>p.length?(d=this,m=p):(d=p,m=this);for(var x=0;x<m.length;x++)this.words[x]=d.words[x]^m.words[x];if(this!==d)for(;x<d.length;x++)this.words[x]=d.words[x];return this.length=d.length,this._strip()},s.prototype.ixor=function(p){return n((this.negative|p.negative)===0),this.iuxor(p)},s.prototype.xor=function(p){return this.length>p.length?this.clone().ixor(p):p.clone().ixor(this)},s.prototype.uxor=function(p){return this.length>p.length?this.clone().iuxor(p):p.clone().iuxor(this)},s.prototype.inotn=function(p){n(typeof p=="number"&&p>=0);var d=Math.ceil(p/26)|0,m=p%26;this._expand(d),m>0&&d--;for(var x=0;x<d;x++)this.words[x]=~this.words[x]&67108863;return m>0&&(this.words[x]=~this.words[x]&67108863>>26-m),this._strip()},s.prototype.notn=function(p){return this.clone().inotn(p)},s.prototype.setn=function(p,d){n(typeof p=="number"&&p>=0);var m=p/26|0,x=p%26;return this._expand(m+1),d?this.words[m]=this.words[m]|1<<x:this.words[m]=this.words[m]&~(1<<x),this._strip()},s.prototype.iadd=function(p){var d;if(this.negative!==0&&p.negative===0)return this.negative=0,d=this.isub(p),this.negative^=1,this._normSign();if(this.negative===0&&p.negative!==0)return p.negative=0,d=this.isub(p),p.negative=1,d._normSign();var m,x;this.length>p.length?(m=this,x=p):(m=p,x=this);for(var A=0,E=0;E<x.length;E++)d=(m.words[E]|0)+(x.words[E]|0)+A,this.words[E]=d&67108863,A=d>>>26;for(;A!==0&&E<m.length;E++)d=(m.words[E]|0)+A,this.words[E]=d&67108863,A=d>>>26;if(this.length=m.length,A!==0)this.words[this.length]=A,this.length++;else if(m!==this)for(;E<m.length;E++)this.words[E]=m.words[E];return this},s.prototype.add=function(p){var d;return p.negative!==0&&this.negative===0?(p.negative=0,d=this.sub(p),p.negative^=1,d):p.negative===0&&this.negative!==0?(this.negative=0,d=p.sub(this),this.negative=1,d):this.length>p.length?this.clone().iadd(p):p.clone().iadd(this)},s.prototype.isub=function(p){if(p.negative!==0){p.negative=0;var d=this.iadd(p);return p.negative=1,d._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(p),this.negative=1,this._normSign();var m=this.cmp(p);if(m===0)return this.negative=0,this.length=1,this.words[0]=0,this;var x,A;m>0?(x=this,A=p):(x=p,A=this);for(var E=0,O=0;O<A.length;O++)d=(x.words[O]|0)-(A.words[O]|0)+E,E=d>>26,this.words[O]=d&67108863;for(;E!==0&&O<x.length;O++)d=(x.words[O]|0)+E,E=d>>26,this.words[O]=d&67108863;if(E===0&&O<x.length&&x!==this)for(;O<x.length;O++)this.words[O]=x.words[O];return this.length=Math.max(this.length,O),x!==this&&(this.negative=1),this._strip()},s.prototype.sub=function(p){return this.clone().isub(p)};function P(D,p,d){d.negative=p.negative^D.negative;var m=D.length+p.length|0;d.length=m,m=m-1|0;var x=D.words[0]|0,A=p.words[0]|0,E=x*A,O=E&67108863,C=E/67108864|0;d.words[0]=O;for(var g=1;g<m;g++){for(var v=C>>>26,j=C&67108863,ee=Math.min(g,p.length-1),se=Math.max(0,g-D.length+1);se<=ee;se++){var de=g-se|0;x=D.words[de]|0,A=p.words[se]|0,E=x*A+j,v+=E/67108864|0,j=E&67108863}d.words[g]=j|0,C=v|0}return C!==0?d.words[g]=C|0:d.length--,d._strip()}var k=function(p,d,m){var x=p.words,A=d.words,E=m.words,O=0,C,g,v,j=x[0]|0,ee=j&8191,se=j>>>13,de=x[1]|0,ve=de&8191,Se=de>>>13,xe=x[2]|0,He=xe&8191,Fe=xe>>>13,dt=x[3]|0,ht=dt&8191,De=dt>>>13,mt=x[4]|0,_e=mt&8191,me=mt>>>13,Me=x[5]|0,qe=Me&8191,Re=Me>>>13,Te=x[6]|0,Oe=Te&8191,Le=Te>>>13,lt=x[7]|0,ft=lt&8191,We=lt>>>13,kt=x[8]|0,St=kt&8191,Qe=kt>>>13,Tt=x[9]|0,Bt=Tt&8191,rt=Tt>>>13,Et=A[0]|0,Ot=Et&8191,it=Et>>>13,jt=A[1]|0,It=jt&8191,nt=jt>>>13,_t=A[2]|0,At=_t&8191,Je=_t>>>13,gt=A[3]|0,Pt=gt&8191,st=gt>>>13,xt=A[4]|0,Ut=xt&8191,N=xt>>>13,S=A[5]|0,M=S&8191,B=S>>>13,K=A[6]|0,Z=K&8191,re=K>>>13,$e=A[7]|0,tt=$e&8191,Ne=$e>>>13,V=A[8]|0,ae=V&8191,he=V>>>13,ke=A[9]|0,Ge=ke&8191,je=ke>>>13;m.negative=p.negative^d.negative,m.length=19,C=Math.imul(ee,Ot),g=Math.imul(ee,it),g=g+Math.imul(se,Ot)|0,v=Math.imul(se,it);var Ue=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ue>>>26)|0,Ue&=67108863,C=Math.imul(ve,Ot),g=Math.imul(ve,it),g=g+Math.imul(Se,Ot)|0,v=Math.imul(Se,it),C=C+Math.imul(ee,It)|0,g=g+Math.imul(ee,nt)|0,g=g+Math.imul(se,It)|0,v=v+Math.imul(se,nt)|0;var ct=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(ct>>>26)|0,ct&=67108863,C=Math.imul(He,Ot),g=Math.imul(He,it),g=g+Math.imul(Fe,Ot)|0,v=Math.imul(Fe,it),C=C+Math.imul(ve,It)|0,g=g+Math.imul(ve,nt)|0,g=g+Math.imul(Se,It)|0,v=v+Math.imul(Se,nt)|0,C=C+Math.imul(ee,At)|0,g=g+Math.imul(ee,Je)|0,g=g+Math.imul(se,At)|0,v=v+Math.imul(se,Je)|0;var Jt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Jt>>>26)|0,Jt&=67108863,C=Math.imul(ht,Ot),g=Math.imul(ht,it),g=g+Math.imul(De,Ot)|0,v=Math.imul(De,it),C=C+Math.imul(He,It)|0,g=g+Math.imul(He,nt)|0,g=g+Math.imul(Fe,It)|0,v=v+Math.imul(Fe,nt)|0,C=C+Math.imul(ve,At)|0,g=g+Math.imul(ve,Je)|0,g=g+Math.imul(Se,At)|0,v=v+Math.imul(Se,Je)|0,C=C+Math.imul(ee,Pt)|0,g=g+Math.imul(ee,st)|0,g=g+Math.imul(se,Pt)|0,v=v+Math.imul(se,st)|0;var Nt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,C=Math.imul(_e,Ot),g=Math.imul(_e,it),g=g+Math.imul(me,Ot)|0,v=Math.imul(me,it),C=C+Math.imul(ht,It)|0,g=g+Math.imul(ht,nt)|0,g=g+Math.imul(De,It)|0,v=v+Math.imul(De,nt)|0,C=C+Math.imul(He,At)|0,g=g+Math.imul(He,Je)|0,g=g+Math.imul(Fe,At)|0,v=v+Math.imul(Fe,Je)|0,C=C+Math.imul(ve,Pt)|0,g=g+Math.imul(ve,st)|0,g=g+Math.imul(Se,Pt)|0,v=v+Math.imul(Se,st)|0,C=C+Math.imul(ee,Ut)|0,g=g+Math.imul(ee,N)|0,g=g+Math.imul(se,Ut)|0,v=v+Math.imul(se,N)|0;var Lt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Lt>>>26)|0,Lt&=67108863,C=Math.imul(qe,Ot),g=Math.imul(qe,it),g=g+Math.imul(Re,Ot)|0,v=Math.imul(Re,it),C=C+Math.imul(_e,It)|0,g=g+Math.imul(_e,nt)|0,g=g+Math.imul(me,It)|0,v=v+Math.imul(me,nt)|0,C=C+Math.imul(ht,At)|0,g=g+Math.imul(ht,Je)|0,g=g+Math.imul(De,At)|0,v=v+Math.imul(De,Je)|0,C=C+Math.imul(He,Pt)|0,g=g+Math.imul(He,st)|0,g=g+Math.imul(Fe,Pt)|0,v=v+Math.imul(Fe,st)|0,C=C+Math.imul(ve,Ut)|0,g=g+Math.imul(ve,N)|0,g=g+Math.imul(Se,Ut)|0,v=v+Math.imul(Se,N)|0,C=C+Math.imul(ee,M)|0,g=g+Math.imul(ee,B)|0,g=g+Math.imul(se,M)|0,v=v+Math.imul(se,B)|0;var nr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(nr>>>26)|0,nr&=67108863,C=Math.imul(Oe,Ot),g=Math.imul(Oe,it),g=g+Math.imul(Le,Ot)|0,v=Math.imul(Le,it),C=C+Math.imul(qe,It)|0,g=g+Math.imul(qe,nt)|0,g=g+Math.imul(Re,It)|0,v=v+Math.imul(Re,nt)|0,C=C+Math.imul(_e,At)|0,g=g+Math.imul(_e,Je)|0,g=g+Math.imul(me,At)|0,v=v+Math.imul(me,Je)|0,C=C+Math.imul(ht,Pt)|0,g=g+Math.imul(ht,st)|0,g=g+Math.imul(De,Pt)|0,v=v+Math.imul(De,st)|0,C=C+Math.imul(He,Ut)|0,g=g+Math.imul(He,N)|0,g=g+Math.imul(Fe,Ut)|0,v=v+Math.imul(Fe,N)|0,C=C+Math.imul(ve,M)|0,g=g+Math.imul(ve,B)|0,g=g+Math.imul(Se,M)|0,v=v+Math.imul(Se,B)|0,C=C+Math.imul(ee,Z)|0,g=g+Math.imul(ee,re)|0,g=g+Math.imul(se,Z)|0,v=v+Math.imul(se,re)|0;var Er=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Er>>>26)|0,Er&=67108863,C=Math.imul(ft,Ot),g=Math.imul(ft,it),g=g+Math.imul(We,Ot)|0,v=Math.imul(We,it),C=C+Math.imul(Oe,It)|0,g=g+Math.imul(Oe,nt)|0,g=g+Math.imul(Le,It)|0,v=v+Math.imul(Le,nt)|0,C=C+Math.imul(qe,At)|0,g=g+Math.imul(qe,Je)|0,g=g+Math.imul(Re,At)|0,v=v+Math.imul(Re,Je)|0,C=C+Math.imul(_e,Pt)|0,g=g+Math.imul(_e,st)|0,g=g+Math.imul(me,Pt)|0,v=v+Math.imul(me,st)|0,C=C+Math.imul(ht,Ut)|0,g=g+Math.imul(ht,N)|0,g=g+Math.imul(De,Ut)|0,v=v+Math.imul(De,N)|0,C=C+Math.imul(He,M)|0,g=g+Math.imul(He,B)|0,g=g+Math.imul(Fe,M)|0,v=v+Math.imul(Fe,B)|0,C=C+Math.imul(ve,Z)|0,g=g+Math.imul(ve,re)|0,g=g+Math.imul(Se,Z)|0,v=v+Math.imul(Se,re)|0,C=C+Math.imul(ee,tt)|0,g=g+Math.imul(ee,Ne)|0,g=g+Math.imul(se,tt)|0,v=v+Math.imul(se,Ne)|0;var sr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(sr>>>26)|0,sr&=67108863,C=Math.imul(St,Ot),g=Math.imul(St,it),g=g+Math.imul(Qe,Ot)|0,v=Math.imul(Qe,it),C=C+Math.imul(ft,It)|0,g=g+Math.imul(ft,nt)|0,g=g+Math.imul(We,It)|0,v=v+Math.imul(We,nt)|0,C=C+Math.imul(Oe,At)|0,g=g+Math.imul(Oe,Je)|0,g=g+Math.imul(Le,At)|0,v=v+Math.imul(Le,Je)|0,C=C+Math.imul(qe,Pt)|0,g=g+Math.imul(qe,st)|0,g=g+Math.imul(Re,Pt)|0,v=v+Math.imul(Re,st)|0,C=C+Math.imul(_e,Ut)|0,g=g+Math.imul(_e,N)|0,g=g+Math.imul(me,Ut)|0,v=v+Math.imul(me,N)|0,C=C+Math.imul(ht,M)|0,g=g+Math.imul(ht,B)|0,g=g+Math.imul(De,M)|0,v=v+Math.imul(De,B)|0,C=C+Math.imul(He,Z)|0,g=g+Math.imul(He,re)|0,g=g+Math.imul(Fe,Z)|0,v=v+Math.imul(Fe,re)|0,C=C+Math.imul(ve,tt)|0,g=g+Math.imul(ve,Ne)|0,g=g+Math.imul(Se,tt)|0,v=v+Math.imul(Se,Ne)|0,C=C+Math.imul(ee,ae)|0,g=g+Math.imul(ee,he)|0,g=g+Math.imul(se,ae)|0,v=v+Math.imul(se,he)|0;var Yt=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Yt>>>26)|0,Yt&=67108863,C=Math.imul(Bt,Ot),g=Math.imul(Bt,it),g=g+Math.imul(rt,Ot)|0,v=Math.imul(rt,it),C=C+Math.imul(St,It)|0,g=g+Math.imul(St,nt)|0,g=g+Math.imul(Qe,It)|0,v=v+Math.imul(Qe,nt)|0,C=C+Math.imul(ft,At)|0,g=g+Math.imul(ft,Je)|0,g=g+Math.imul(We,At)|0,v=v+Math.imul(We,Je)|0,C=C+Math.imul(Oe,Pt)|0,g=g+Math.imul(Oe,st)|0,g=g+Math.imul(Le,Pt)|0,v=v+Math.imul(Le,st)|0,C=C+Math.imul(qe,Ut)|0,g=g+Math.imul(qe,N)|0,g=g+Math.imul(Re,Ut)|0,v=v+Math.imul(Re,N)|0,C=C+Math.imul(_e,M)|0,g=g+Math.imul(_e,B)|0,g=g+Math.imul(me,M)|0,v=v+Math.imul(me,B)|0,C=C+Math.imul(ht,Z)|0,g=g+Math.imul(ht,re)|0,g=g+Math.imul(De,Z)|0,v=v+Math.imul(De,re)|0,C=C+Math.imul(He,tt)|0,g=g+Math.imul(He,Ne)|0,g=g+Math.imul(Fe,tt)|0,v=v+Math.imul(Fe,Ne)|0,C=C+Math.imul(ve,ae)|0,g=g+Math.imul(ve,he)|0,g=g+Math.imul(Se,ae)|0,v=v+Math.imul(Se,he)|0,C=C+Math.imul(ee,Ge)|0,g=g+Math.imul(ee,je)|0,g=g+Math.imul(se,Ge)|0,v=v+Math.imul(se,je)|0;var yr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(yr>>>26)|0,yr&=67108863,C=Math.imul(Bt,It),g=Math.imul(Bt,nt),g=g+Math.imul(rt,It)|0,v=Math.imul(rt,nt),C=C+Math.imul(St,At)|0,g=g+Math.imul(St,Je)|0,g=g+Math.imul(Qe,At)|0,v=v+Math.imul(Qe,Je)|0,C=C+Math.imul(ft,Pt)|0,g=g+Math.imul(ft,st)|0,g=g+Math.imul(We,Pt)|0,v=v+Math.imul(We,st)|0,C=C+Math.imul(Oe,Ut)|0,g=g+Math.imul(Oe,N)|0,g=g+Math.imul(Le,Ut)|0,v=v+Math.imul(Le,N)|0,C=C+Math.imul(qe,M)|0,g=g+Math.imul(qe,B)|0,g=g+Math.imul(Re,M)|0,v=v+Math.imul(Re,B)|0,C=C+Math.imul(_e,Z)|0,g=g+Math.imul(_e,re)|0,g=g+Math.imul(me,Z)|0,v=v+Math.imul(me,re)|0,C=C+Math.imul(ht,tt)|0,g=g+Math.imul(ht,Ne)|0,g=g+Math.imul(De,tt)|0,v=v+Math.imul(De,Ne)|0,C=C+Math.imul(He,ae)|0,g=g+Math.imul(He,he)|0,g=g+Math.imul(Fe,ae)|0,v=v+Math.imul(Fe,he)|0,C=C+Math.imul(ve,Ge)|0,g=g+Math.imul(ve,je)|0,g=g+Math.imul(Se,Ge)|0,v=v+Math.imul(Se,je)|0;var Nn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Nn>>>26)|0,Nn&=67108863,C=Math.imul(Bt,At),g=Math.imul(Bt,Je),g=g+Math.imul(rt,At)|0,v=Math.imul(rt,Je),C=C+Math.imul(St,Pt)|0,g=g+Math.imul(St,st)|0,g=g+Math.imul(Qe,Pt)|0,v=v+Math.imul(Qe,st)|0,C=C+Math.imul(ft,Ut)|0,g=g+Math.imul(ft,N)|0,g=g+Math.imul(We,Ut)|0,v=v+Math.imul(We,N)|0,C=C+Math.imul(Oe,M)|0,g=g+Math.imul(Oe,B)|0,g=g+Math.imul(Le,M)|0,v=v+Math.imul(Le,B)|0,C=C+Math.imul(qe,Z)|0,g=g+Math.imul(qe,re)|0,g=g+Math.imul(Re,Z)|0,v=v+Math.imul(Re,re)|0,C=C+Math.imul(_e,tt)|0,g=g+Math.imul(_e,Ne)|0,g=g+Math.imul(me,tt)|0,v=v+Math.imul(me,Ne)|0,C=C+Math.imul(ht,ae)|0,g=g+Math.imul(ht,he)|0,g=g+Math.imul(De,ae)|0,v=v+Math.imul(De,he)|0,C=C+Math.imul(He,Ge)|0,g=g+Math.imul(He,je)|0,g=g+Math.imul(Fe,Ge)|0,v=v+Math.imul(Fe,je)|0;var Kr=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Kr>>>26)|0,Kr&=67108863,C=Math.imul(Bt,Pt),g=Math.imul(Bt,st),g=g+Math.imul(rt,Pt)|0,v=Math.imul(rt,st),C=C+Math.imul(St,Ut)|0,g=g+Math.imul(St,N)|0,g=g+Math.imul(Qe,Ut)|0,v=v+Math.imul(Qe,N)|0,C=C+Math.imul(ft,M)|0,g=g+Math.imul(ft,B)|0,g=g+Math.imul(We,M)|0,v=v+Math.imul(We,B)|0,C=C+Math.imul(Oe,Z)|0,g=g+Math.imul(Oe,re)|0,g=g+Math.imul(Le,Z)|0,v=v+Math.imul(Le,re)|0,C=C+Math.imul(qe,tt)|0,g=g+Math.imul(qe,Ne)|0,g=g+Math.imul(Re,tt)|0,v=v+Math.imul(Re,Ne)|0,C=C+Math.imul(_e,ae)|0,g=g+Math.imul(_e,he)|0,g=g+Math.imul(me,ae)|0,v=v+Math.imul(me,he)|0,C=C+Math.imul(ht,Ge)|0,g=g+Math.imul(ht,je)|0,g=g+Math.imul(De,Ge)|0,v=v+Math.imul(De,je)|0;var Rn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Rn>>>26)|0,Rn&=67108863,C=Math.imul(Bt,Ut),g=Math.imul(Bt,N),g=g+Math.imul(rt,Ut)|0,v=Math.imul(rt,N),C=C+Math.imul(St,M)|0,g=g+Math.imul(St,B)|0,g=g+Math.imul(Qe,M)|0,v=v+Math.imul(Qe,B)|0,C=C+Math.imul(ft,Z)|0,g=g+Math.imul(ft,re)|0,g=g+Math.imul(We,Z)|0,v=v+Math.imul(We,re)|0,C=C+Math.imul(Oe,tt)|0,g=g+Math.imul(Oe,Ne)|0,g=g+Math.imul(Le,tt)|0,v=v+Math.imul(Le,Ne)|0,C=C+Math.imul(qe,ae)|0,g=g+Math.imul(qe,he)|0,g=g+Math.imul(Re,ae)|0,v=v+Math.imul(Re,he)|0,C=C+Math.imul(_e,Ge)|0,g=g+Math.imul(_e,je)|0,g=g+Math.imul(me,Ge)|0,v=v+Math.imul(me,je)|0;var Ni=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ni>>>26)|0,Ni&=67108863,C=Math.imul(Bt,M),g=Math.imul(Bt,B),g=g+Math.imul(rt,M)|0,v=Math.imul(rt,B),C=C+Math.imul(St,Z)|0,g=g+Math.imul(St,re)|0,g=g+Math.imul(Qe,Z)|0,v=v+Math.imul(Qe,re)|0,C=C+Math.imul(ft,tt)|0,g=g+Math.imul(ft,Ne)|0,g=g+Math.imul(We,tt)|0,v=v+Math.imul(We,Ne)|0,C=C+Math.imul(Oe,ae)|0,g=g+Math.imul(Oe,he)|0,g=g+Math.imul(Le,ae)|0,v=v+Math.imul(Le,he)|0,C=C+Math.imul(qe,Ge)|0,g=g+Math.imul(qe,je)|0,g=g+Math.imul(Re,Ge)|0,v=v+Math.imul(Re,je)|0;var Ri=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Ri>>>26)|0,Ri&=67108863,C=Math.imul(Bt,Z),g=Math.imul(Bt,re),g=g+Math.imul(rt,Z)|0,v=Math.imul(rt,re),C=C+Math.imul(St,tt)|0,g=g+Math.imul(St,Ne)|0,g=g+Math.imul(Qe,tt)|0,v=v+Math.imul(Qe,Ne)|0,C=C+Math.imul(ft,ae)|0,g=g+Math.imul(ft,he)|0,g=g+Math.imul(We,ae)|0,v=v+Math.imul(We,he)|0,C=C+Math.imul(Oe,Ge)|0,g=g+Math.imul(Oe,je)|0,g=g+Math.imul(Le,Ge)|0,v=v+Math.imul(Le,je)|0;var Dn=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,C=Math.imul(Bt,tt),g=Math.imul(Bt,Ne),g=g+Math.imul(rt,tt)|0,v=Math.imul(rt,Ne),C=C+Math.imul(St,ae)|0,g=g+Math.imul(St,he)|0,g=g+Math.imul(Qe,ae)|0,v=v+Math.imul(Qe,he)|0,C=C+Math.imul(ft,Ge)|0,g=g+Math.imul(ft,je)|0,g=g+Math.imul(We,Ge)|0,v=v+Math.imul(We,je)|0;var Di=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+(Di>>>26)|0,Di&=67108863,C=Math.imul(Bt,ae),g=Math.imul(Bt,he),g=g+Math.imul(rt,ae)|0,v=Math.imul(rt,he),C=C+Math.imul(St,Ge)|0,g=g+Math.imul(St,je)|0,g=g+Math.imul(Qe,Ge)|0,v=v+Math.imul(Qe,je)|0;var $i=(O+C|0)+((g&8191)<<13)|0;O=(v+(g>>>13)|0)+($i>>>26)|0,$i&=67108863,C=Math.imul(Bt,Ge),g=Math.imul(Bt,je),g=g+Math.imul(rt,Ge)|0,v=Math.imul(rt,je);var $=(O+C|0)+((g&8191)<<13)|0;return O=(v+(g>>>13)|0)+($>>>26)|0,$&=67108863,E[0]=Ue,E[1]=ct,E[2]=Jt,E[3]=Nt,E[4]=Lt,E[5]=nr,E[6]=Er,E[7]=sr,E[8]=Yt,E[9]=yr,E[10]=Nn,E[11]=Kr,E[12]=Rn,E[13]=Ni,E[14]=Ri,E[15]=Dn,E[16]=Di,E[17]=$i,E[18]=$,O!==0&&(E[19]=O,m.length++),m};Math.imul||(k=P);function R(D,p,d){d.negative=p.negative^D.negative,d.length=D.length+p.length;for(var m=0,x=0,A=0;A<d.length-1;A++){var E=x;x=0;for(var O=m&67108863,C=Math.min(A,p.length-1),g=Math.max(0,A-D.length+1);g<=C;g++){var v=A-g,j=D.words[v]|0,ee=p.words[g]|0,se=j*ee,de=se&67108863;E=E+(se/67108864|0)|0,de=de+O|0,O=de&67108863,E=E+(de>>>26)|0,x+=E>>>26,E&=67108863}d.words[A]=O,m=E,E=x}return m!==0?d.words[A]=m:d.length--,d._strip()}function U(D,p,d){return R(D,p,d)}s.prototype.mulTo=function(p,d){var m,x=this.length+p.length;return this.length===10&&p.length===10?m=k(this,p,d):x<63?m=P(this,p,d):x<1024?m=R(this,p,d):m=U(this,p,d),m},s.prototype.mul=function(p){var d=new s(null);return d.words=new Array(this.length+p.length),this.mulTo(p,d)},s.prototype.mulf=function(p){var d=new s(null);return d.words=new Array(this.length+p.length),U(this,p,d)},s.prototype.imul=function(p){return this.clone().mulTo(p,this)},s.prototype.imuln=function(p){var d=p<0;d&&(p=-p),n(typeof p=="number"),n(p<67108864);for(var m=0,x=0;x<this.length;x++){var A=(this.words[x]|0)*p,E=(A&67108863)+(m&67108863);m>>=26,m+=A/67108864|0,m+=E>>>26,this.words[x]=E&67108863}return m!==0&&(this.words[x]=m,this.length++),d?this.ineg():this},s.prototype.muln=function(p){return this.clone().imuln(p)},s.prototype.sqr=function(){return this.mul(this)},s.prototype.isqr=function(){return this.imul(this.clone())},s.prototype.pow=function(p){var d=T(p);if(d.length===0)return new s(1);for(var m=this,x=0;x<d.length&&d[x]===0;x++,m=m.sqr());if(++x<d.length)for(var A=m.sqr();x<d.length;x++,A=A.sqr())d[x]!==0&&(m=m.mul(A));return m},s.prototype.iushln=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26,x=67108863>>>26-d<<26-d,A;if(d!==0){var E=0;for(A=0;A<this.length;A++){var O=this.words[A]&x,C=(this.words[A]|0)-O<<d;this.words[A]=C|E,E=O>>>26-d}E&&(this.words[A]=E,this.length++)}if(m!==0){for(A=this.length-1;A>=0;A--)this.words[A+m]=this.words[A];for(A=0;A<m;A++)this.words[A]=0;this.length+=m}return this._strip()},s.prototype.ishln=function(p){return n(this.negative===0),this.iushln(p)},s.prototype.iushrn=function(p,d,m){n(typeof p=="number"&&p>=0);var x;d?x=(d-d%26)/26:x=0;var A=p%26,E=Math.min((p-A)/26,this.length),O=67108863^67108863>>>A<<A,C=m;if(x-=E,x=Math.max(0,x),C){for(var g=0;g<E;g++)C.words[g]=this.words[g];C.length=E}if(E!==0)if(this.length>E)for(this.length-=E,g=0;g<this.length;g++)this.words[g]=this.words[g+E];else this.words[0]=0,this.length=1;var v=0;for(g=this.length-1;g>=0&&(v!==0||g>=x);g--){var j=this.words[g]|0;this.words[g]=v<<26-A|j>>>A,v=j&O}return C&&v!==0&&(C.words[C.length++]=v),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},s.prototype.ishrn=function(p,d,m){return n(this.negative===0),this.iushrn(p,d,m)},s.prototype.shln=function(p){return this.clone().ishln(p)},s.prototype.ushln=function(p){return this.clone().iushln(p)},s.prototype.shrn=function(p){return this.clone().ishrn(p)},s.prototype.ushrn=function(p){return this.clone().iushrn(p)},s.prototype.testn=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26,x=1<<d;if(this.length<=m)return!1;var A=this.words[m];return!!(A&x)},s.prototype.imaskn=function(p){n(typeof p=="number"&&p>=0);var d=p%26,m=(p-d)/26;if(n(this.negative===0,"imaskn works only with positive numbers"),this.length<=m)return this;if(d!==0&&m++,this.length=Math.min(m,this.length),d!==0){var x=67108863^67108863>>>d<<d;this.words[this.length-1]&=x}return this._strip()},s.prototype.maskn=function(p){return this.clone().imaskn(p)},s.prototype.iaddn=function(p){return n(typeof p=="number"),n(p<67108864),p<0?this.isubn(-p):this.negative!==0?this.length===1&&(this.words[0]|0)<=p?(this.words[0]=p-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(p),this.negative=1,this):this._iaddn(p)},s.prototype._iaddn=function(p){this.words[0]+=p;for(var d=0;d<this.length&&this.words[d]>=67108864;d++)this.words[d]-=67108864,d===this.length-1?this.words[d+1]=1:this.words[d+1]++;return this.length=Math.max(this.length,d+1),this},s.prototype.isubn=function(p){if(n(typeof p=="number"),n(p<67108864),p<0)return this.iaddn(-p);if(this.negative!==0)return this.negative=0,this.iaddn(p),this.negative=1,this;if(this.words[0]-=p,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var d=0;d<this.length&&this.words[d]<0;d++)this.words[d]+=67108864,this.words[d+1]-=1;return this._strip()},s.prototype.addn=function(p){return this.clone().iaddn(p)},s.prototype.subn=function(p){return this.clone().isubn(p)},s.prototype.iabs=function(){return this.negative=0,this},s.prototype.abs=function(){return this.clone().iabs()},s.prototype._ishlnsubmul=function(p,d,m){var x=p.length+m,A;this._expand(x);var E,O=0;for(A=0;A<p.length;A++){E=(this.words[A+m]|0)+O;var C=(p.words[A]|0)*d;E-=C&67108863,O=(E>>26)-(C/67108864|0),this.words[A+m]=E&67108863}for(;A<this.length-m;A++)E=(this.words[A+m]|0)+O,O=E>>26,this.words[A+m]=E&67108863;if(O===0)return this._strip();for(n(O===-1),O=0,A=0;A<this.length;A++)E=-(this.words[A]|0)+O,O=E>>26,this.words[A]=E&67108863;return this.negative=1,this._strip()},s.prototype._wordDiv=function(p,d){var m=this.length-p.length,x=this.clone(),A=p,E=A.words[A.length-1]|0,O=this._countBits(E);m=26-O,m!==0&&(A=A.ushln(m),x.iushln(m),E=A.words[A.length-1]|0);var C=x.length-A.length,g;if(d!=="mod"){g=new s(null),g.length=C+1,g.words=new Array(g.length);for(var v=0;v<g.length;v++)g.words[v]=0}var j=x.clone()._ishlnsubmul(A,1,C);j.negative===0&&(x=j,g&&(g.words[C]=1));for(var ee=C-1;ee>=0;ee--){var se=(x.words[A.length+ee]|0)*67108864+(x.words[A.length+ee-1]|0);for(se=Math.min(se/E|0,67108863),x._ishlnsubmul(A,se,ee);x.negative!==0;)se--,x.negative=0,x._ishlnsubmul(A,1,ee),x.isZero()||(x.negative^=1);g&&(g.words[ee]=se)}return g&&g._strip(),x._strip(),d!=="div"&&m!==0&&x.iushrn(m),{div:g||null,mod:x}},s.prototype.divmod=function(p,d,m){if(n(!p.isZero()),this.isZero())return{div:new s(0),mod:new s(0)};var x,A,E;return this.negative!==0&&p.negative===0?(E=this.neg().divmod(p,d),d!=="mod"&&(x=E.div.neg()),d!=="div"&&(A=E.mod.neg(),m&&A.negative!==0&&A.iadd(p)),{div:x,mod:A}):this.negative===0&&p.negative!==0?(E=this.divmod(p.neg(),d),d!=="mod"&&(x=E.div.neg()),{div:x,mod:E.mod}):this.negative&p.negative?(E=this.neg().divmod(p.neg(),d),d!=="div"&&(A=E.mod.neg(),m&&A.negative!==0&&A.isub(p)),{div:E.div,mod:A}):p.length>this.length||this.cmp(p)<0?{div:new s(0),mod:this}:p.length===1?d==="div"?{div:this.divn(p.words[0]),mod:null}:d==="mod"?{div:null,mod:new s(this.modrn(p.words[0]))}:{div:this.divn(p.words[0]),mod:new s(this.modrn(p.words[0]))}:this._wordDiv(p,d)},s.prototype.div=function(p){return this.divmod(p,"div",!1).div},s.prototype.mod=function(p){return this.divmod(p,"mod",!1).mod},s.prototype.umod=function(p){return this.divmod(p,"mod",!0).mod},s.prototype.divRound=function(p){var d=this.divmod(p);if(d.mod.isZero())return d.div;var m=d.div.negative!==0?d.mod.isub(p):d.mod,x=p.ushrn(1),A=p.andln(1),E=m.cmp(x);return E<0||A===1&&E===0?d.div:d.div.negative!==0?d.div.isubn(1):d.div.iaddn(1)},s.prototype.modrn=function(p){var d=p<0;d&&(p=-p),n(p<=67108863);for(var m=(1<<26)%p,x=0,A=this.length-1;A>=0;A--)x=(m*x+(this.words[A]|0))%p;return d?-x:x},s.prototype.modn=function(p){return this.modrn(p)},s.prototype.idivn=function(p){var d=p<0;d&&(p=-p),n(p<=67108863);for(var m=0,x=this.length-1;x>=0;x--){var A=(this.words[x]|0)+m*67108864;this.words[x]=A/p|0,m=A%p}return this._strip(),d?this.ineg():this},s.prototype.divn=function(p){return this.clone().idivn(p)},s.prototype.egcd=function(p){n(p.negative===0),n(!p.isZero());var d=this,m=p.clone();d.negative!==0?d=d.umod(p):d=d.clone();for(var x=new s(1),A=new s(0),E=new s(0),O=new s(1),C=0;d.isEven()&&m.isEven();)d.iushrn(1),m.iushrn(1),++C;for(var g=m.clone(),v=d.clone();!d.isZero();){for(var j=0,ee=1;!(d.words[0]&ee)&&j<26;++j,ee<<=1);if(j>0)for(d.iushrn(j);j-- >0;)(x.isOdd()||A.isOdd())&&(x.iadd(g),A.isub(v)),x.iushrn(1),A.iushrn(1);for(var se=0,de=1;!(m.words[0]&de)&&se<26;++se,de<<=1);if(se>0)for(m.iushrn(se);se-- >0;)(E.isOdd()||O.isOdd())&&(E.iadd(g),O.isub(v)),E.iushrn(1),O.iushrn(1);d.cmp(m)>=0?(d.isub(m),x.isub(E),A.isub(O)):(m.isub(d),E.isub(x),O.isub(A))}return{a:E,b:O,gcd:m.iushln(C)}},s.prototype._invmp=function(p){n(p.negative===0),n(!p.isZero());var d=this,m=p.clone();d.negative!==0?d=d.umod(p):d=d.clone();for(var x=new s(1),A=new s(0),E=m.clone();d.cmpn(1)>0&&m.cmpn(1)>0;){for(var O=0,C=1;!(d.words[0]&C)&&O<26;++O,C<<=1);if(O>0)for(d.iushrn(O);O-- >0;)x.isOdd()&&x.iadd(E),x.iushrn(1);for(var g=0,v=1;!(m.words[0]&v)&&g<26;++g,v<<=1);if(g>0)for(m.iushrn(g);g-- >0;)A.isOdd()&&A.iadd(E),A.iushrn(1);d.cmp(m)>=0?(d.isub(m),x.isub(A)):(m.isub(d),A.isub(x))}var j;return d.cmpn(1)===0?j=x:j=A,j.cmpn(0)<0&&j.iadd(p),j},s.prototype.gcd=function(p){if(this.isZero())return p.abs();if(p.isZero())return this.abs();var d=this.clone(),m=p.clone();d.negative=0,m.negative=0;for(var x=0;d.isEven()&&m.isEven();x++)d.iushrn(1),m.iushrn(1);do{for(;d.isEven();)d.iushrn(1);for(;m.isEven();)m.iushrn(1);var A=d.cmp(m);if(A<0){var E=d;d=m,m=E}else if(A===0||m.cmpn(1)===0)break;d.isub(m)}while(!0);return m.iushln(x)},s.prototype.invm=function(p){return this.egcd(p).a.umod(p)},s.prototype.isEven=function(){return(this.words[0]&1)===0},s.prototype.isOdd=function(){return(this.words[0]&1)===1},s.prototype.andln=function(p){return this.words[0]&p},s.prototype.bincn=function(p){n(typeof p=="number");var d=p%26,m=(p-d)/26,x=1<<d;if(this.length<=m)return this._expand(m+1),this.words[m]|=x,this;for(var A=x,E=m;A!==0&&E<this.length;E++){var O=this.words[E]|0;O+=A,A=O>>>26,O&=67108863,this.words[E]=O}return A!==0&&(this.words[E]=A,this.length++),this},s.prototype.isZero=function(){return this.length===1&&this.words[0]===0},s.prototype.cmpn=function(p){var d=p<0;if(this.negative!==0&&!d)return-1;if(this.negative===0&&d)return 1;this._strip();var m;if(this.length>1)m=1;else{d&&(p=-p),n(p<=67108863,"Number is too big");var x=this.words[0]|0;m=x===p?0:x<p?-1:1}return this.negative!==0?-m|0:m},s.prototype.cmp=function(p){if(this.negative!==0&&p.negative===0)return-1;if(this.negative===0&&p.negative!==0)return 1;var d=this.ucmp(p);return this.negative!==0?-d|0:d},s.prototype.ucmp=function(p){if(this.length>p.length)return 1;if(this.length<p.length)return-1;for(var d=0,m=this.length-1;m>=0;m--){var x=this.words[m]|0,A=p.words[m]|0;if(x!==A){x<A?d=-1:x>A&&(d=1);break}}return d},s.prototype.gtn=function(p){return this.cmpn(p)===1},s.prototype.gt=function(p){return this.cmp(p)===1},s.prototype.gten=function(p){return this.cmpn(p)>=0},s.prototype.gte=function(p){return this.cmp(p)>=0},s.prototype.ltn=function(p){return this.cmpn(p)===-1},s.prototype.lt=function(p){return this.cmp(p)===-1},s.prototype.lten=function(p){return this.cmpn(p)<=0},s.prototype.lte=function(p){return this.cmp(p)<=0},s.prototype.eqn=function(p){return this.cmpn(p)===0},s.prototype.eq=function(p){return this.cmp(p)===0},s.red=function(p){return new H(p)},s.prototype.toRed=function(p){return n(!this.red,"Already a number in reduction context"),n(this.negative===0,"red works only with positives"),p.convertTo(this)._forceRed(p)},s.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},s.prototype._forceRed=function(p){return this.red=p,this},s.prototype.forceRed=function(p){return n(!this.red,"Already a number in reduction context"),this._forceRed(p)},s.prototype.redAdd=function(p){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,p)},s.prototype.redIAdd=function(p){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,p)},s.prototype.redSub=function(p){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,p)},s.prototype.redISub=function(p){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,p)},s.prototype.redShl=function(p){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,p)},s.prototype.redMul=function(p){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,p),this.red.mul(this,p)},s.prototype.redIMul=function(p){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,p),this.red.imul(this,p)},s.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},s.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},s.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},s.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},s.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},s.prototype.redPow=function(p){return n(this.red&&!p.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,p)};var L={k256:null,p224:null,p192:null,p25519:null};function W(D,p){this.name=D,this.p=new s(p,16),this.n=this.p.bitLength(),this.k=new s(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}W.prototype._tmp=function(){var p=new s(null);return p.words=new Array(Math.ceil(this.n/13)),p},W.prototype.ireduce=function(p){var d=p,m;do this.split(d,this.tmp),d=this.imulK(d),d=d.iadd(this.tmp),m=d.bitLength();while(m>this.n);var x=m<this.n?-1:d.ucmp(this.p);return x===0?(d.words[0]=0,d.length=1):x>0?d.isub(this.p):d.strip!==void 0?d.strip():d._strip(),d},W.prototype.split=function(p,d){p.iushrn(this.n,0,d)},W.prototype.imulK=function(p){return p.imul(this.k)};function q(){W.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}i(q,W),q.prototype.split=function(p,d){for(var m=4194303,x=Math.min(p.length,9),A=0;A<x;A++)d.words[A]=p.words[A];if(d.length=x,p.length<=9){p.words[0]=0,p.length=1;return}var E=p.words[9];for(d.words[d.length++]=E&m,A=10;A<p.length;A++){var O=p.words[A]|0;p.words[A-10]=(O&m)<<4|E>>>22,E=O}E>>>=22,p.words[A-10]=E,E===0&&p.length>10?p.length-=10:p.length-=9},q.prototype.imulK=function(p){p.words[p.length]=0,p.words[p.length+1]=0,p.length+=2;for(var d=0,m=0;m<p.length;m++){var x=p.words[m]|0;d+=x*977,p.words[m]=d&67108863,d=x*64+(d/67108864|0)}return p.words[p.length-1]===0&&(p.length--,p.words[p.length-1]===0&&p.length--),p};function X(){W.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}i(X,W);function ne(){W.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}i(ne,W);function oe(){W.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}i(oe,W),oe.prototype.imulK=function(p){for(var d=0,m=0;m<p.length;m++){var x=(p.words[m]|0)*19+d,A=x&67108863;x>>>=26,p.words[m]=A,d=x}return d!==0&&(p.words[p.length++]=d),p},s._prime=function(p){if(L[p])return L[p];var d;if(p==="k256")d=new q;else if(p==="p224")d=new X;else if(p==="p192")d=new ne;else if(p==="p25519")d=new oe;else throw new Error("Unknown prime "+p);return L[p]=d,d};function H(D){if(typeof D=="string"){var p=s._prime(D);this.m=p.p,this.prime=p}else n(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}H.prototype._verify1=function(p){n(p.negative===0,"red works only with positives"),n(p.red,"red works only with red numbers")},H.prototype._verify2=function(p,d){n((p.negative|d.negative)===0,"red works only with positives"),n(p.red&&p.red===d.red,"red works only with red numbers")},H.prototype.imod=function(p){return this.prime?this.prime.ireduce(p)._forceRed(this):(l(p,p.umod(this.m)._forceRed(this)),p)},H.prototype.neg=function(p){return p.isZero()?p.clone():this.m.sub(p)._forceRed(this)},H.prototype.add=function(p,d){this._verify2(p,d);var m=p.add(d);return m.cmp(this.m)>=0&&m.isub(this.m),m._forceRed(this)},H.prototype.iadd=function(p,d){this._verify2(p,d);var m=p.iadd(d);return m.cmp(this.m)>=0&&m.isub(this.m),m},H.prototype.sub=function(p,d){this._verify2(p,d);var m=p.sub(d);return m.cmpn(0)<0&&m.iadd(this.m),m._forceRed(this)},H.prototype.isub=function(p,d){this._verify2(p,d);var m=p.isub(d);return m.cmpn(0)<0&&m.iadd(this.m),m},H.prototype.shl=function(p,d){return this._verify1(p),this.imod(p.ushln(d))},H.prototype.imul=function(p,d){return this._verify2(p,d),this.imod(p.imul(d))},H.prototype.mul=function(p,d){return this._verify2(p,d),this.imod(p.mul(d))},H.prototype.isqr=function(p){return this.imul(p,p.clone())},H.prototype.sqr=function(p){return this.mul(p,p)},H.prototype.sqrt=function(p){if(p.isZero())return p.clone();var d=this.m.andln(3);if(n(d%2===1),d===3){var m=this.m.add(new s(1)).iushrn(2);return this.pow(p,m)}for(var x=this.m.subn(1),A=0;!x.isZero()&&x.andln(1)===0;)A++,x.iushrn(1);n(!x.isZero());var E=new s(1).toRed(this),O=E.redNeg(),C=this.m.subn(1).iushrn(1),g=this.m.bitLength();for(g=new s(2*g*g).toRed(this);this.pow(g,C).cmp(O)!==0;)g.redIAdd(O);for(var v=this.pow(g,x),j=this.pow(p,x.addn(1).iushrn(1)),ee=this.pow(p,x),se=A;ee.cmp(E)!==0;){for(var de=ee,ve=0;de.cmp(E)!==0;ve++)de=de.redSqr();n(ve<se);var Se=this.pow(v,new s(1).iushln(se-ve-1));j=j.redMul(Se),v=Se.redSqr(),ee=ee.redMul(v),se=ve}return j},H.prototype.invm=function(p){var d=p._invmp(this.m);return d.negative!==0?(d.negative=0,this.imod(d).redNeg()):this.imod(d)},H.prototype.pow=function(p,d){if(d.isZero())return new s(1).toRed(this);if(d.cmpn(1)===0)return p.clone();var m=4,x=new Array(1<<m);x[0]=new s(1).toRed(this),x[1]=p;for(var A=2;A<x.length;A++)x[A]=this.mul(x[A-1],p);var E=x[0],O=0,C=0,g=d.bitLength()%26;for(g===0&&(g=26),A=d.length-1;A>=0;A--){for(var v=d.words[A],j=g-1;j>=0;j--){var ee=v>>j&1;if(E!==x[0]&&(E=this.sqr(E)),ee===0&&O===0){C=0;continue}O<<=1,O|=ee,C++,!(C!==m&&(A!==0||j!==0))&&(E=this.mul(E,x[O]),C=0,O=0)}g=26}return E},H.prototype.convertTo=function(p){var d=p.umod(this.m);return d===p?d.clone():d},H.prototype.convertFrom=function(p){var d=p.clone();return d.red=null,d},s.mont=function(p){return new F(p)};function F(D){H.call(this,D),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new s(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}i(F,H),F.prototype.convertTo=function(p){return this.imod(p.ushln(this.shift))},F.prototype.convertFrom=function(p){var d=this.imod(p.mul(this.rinv));return d.red=null,d},F.prototype.imul=function(p,d){if(p.isZero()||d.isZero())return p.words[0]=0,p.length=1,p;var m=p.imul(d),x=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),A=m.isub(x).iushrn(this.shift),E=A;return A.cmp(this.m)>=0?E=A.isub(this.m):A.cmpn(0)<0&&(E=A.iadd(this.m)),E._forceRed(this)},F.prototype.mul=function(p,d){if(p.isZero()||d.isZero())return new s(0)._forceRed(this);var m=p.mul(d),x=m.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),A=m.isub(x).iushrn(this.shift),E=A;return A.cmp(this.m)>=0?E=A.isub(this.m):A.cmpn(0)<0&&(E=A.iadd(this.m)),E._forceRed(this)},F.prototype.invm=function(p){var d=this.imod(p._invmp(this.m).mul(this.r2));return d._forceRed(this)}})(e,Nr)}(ch);var Ww=ch.exports;const Gw=ua(Ww);var cP=Nr&&Nr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(sn,"__esModule",{value:!0}),sn.parseAccumulatorUpdateData=sn.sliceAccumulatorUpdateData=sn.parseTwapMessage=sn.parsePriceFeedMessage=sn.isAccumulatorUpdateData=void 0;const on=cP(Ww),uP="504e4155",lP=1,fP=0,uh=20,dP=0,hP=1;function lh(e){return e.toString("hex").slice(0,8)===uP&&e[4]===lP&&e[5]===fP}sn.isAccumulatorUpdateData=lh;function pP(e){let t=0;if(e.readUInt8(t)!==dP)throw new Error("Not a price feed message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new on.default(e.subarray(t,t+8),"be");t+=8;const s=new on.default(e.subarray(t,t+8),"be");t+=8;const o=e.readInt32BE(t);t+=4;const a=new on.default(e.subarray(t,t+8),"be");t+=8;const c=new on.default(e.subarray(t,t+8),"be");t+=8;const u=new on.default(e.subarray(t,t+8),"be");t+=8;const l=new on.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,price:i,confidence:s,exponent:o,publishTime:a,prevPublishTime:c,emaPrice:u,emaConf:l}}sn.parsePriceFeedMessage=pP;function mP(e){let t=0;if(e.readUInt8(t)!==hP)throw new Error("Not a twap message");t+=1;const n=e.subarray(t,t+32);t+=32;const i=new on.default(e.subarray(t,t+16),"be");t+=16;const s=new on.default(e.subarray(t,t+16),"be");t+=16;const o=new on.default(e.subarray(t,t+8),"be");t+=8;const a=e.readInt32BE(t);t+=4;const c=new on.default(e.subarray(t,t+8),"be");t+=8;const u=new on.default(e.subarray(t,t+8),"be");t+=8;const l=new on.default(e.subarray(t,t+8),"be");return t+=8,{feedId:n,cumulativePrice:i,cumulativeConf:s,numDownSlots:o,exponent:a,publishTime:c,prevPublishTime:u,publishSlot:l}}sn.parseTwapMessage=mP;function gP(e,t,r){if(!lh(e))throw new Error("Invalid accumulator message");let n=6;const i=e.readUint8(n);n+=1+i,n+=1;const s=e.readUint16BE(n);n+=2,n+=s;const o=n,a=[],c=e.readUInt8(n);n+=1;for(let l=0;l<c;l++){const f=n,h=e.readUint16BE(n);n+=2,n+=h;const y=e.readUInt8(n);n+=1,n+=uh*y,a.push(e.subarray(f,n))}if(n!==e.length)throw new Error("Didn't reach the end of the message");const u=a.slice(t,r);return ah.concat([e.subarray(0,o),ah.from([u.length]),...a.slice(t,r)])}sn.sliceAccumulatorUpdateData=gP;function vP(e){if(!lh(e))throw new Error("Invalid accumulator message");let t=6;const r=e.readUint8(t);t+=1+r,t+=1;const n=e.readUint16BE(t);t+=2;const i=e.subarray(t,t+n);t+=n;const s=e.readUInt8(t),o=[];t+=1;for(let a=0;a<s;a++){const c=e.readUint16BE(t);t+=2;const u=e.subarray(t,t+c);t+=c;const l=e.readUInt8(t);t+=1;const f=[];for(let h=0;h<l;h++)f.push(Array.from(e.subarray(t,t+uh))),t+=uh;o.push({message:u,proof:f})}if(t!==e.length)throw new Error("Didn't reach the end of the message");return{vaa:i,updates:o}}sn.parseAccumulatorUpdateData=vP,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.PriceFeedMetadata=e.Price=e.parseTwapMessage=e.parsePriceFeedMessage=e.parseAccumulatorUpdateData=e.sliceAccumulatorUpdateData=e.isAccumulatorUpdateData=void 0;const t=vu;var r=sn;Object.defineProperty(e,"isAccumulatorUpdateData",{enumerable:!0,get:function(){return r.isAccumulatorUpdateData}}),Object.defineProperty(e,"sliceAccumulatorUpdateData",{enumerable:!0,get:function(){return r.sliceAccumulatorUpdateData}}),Object.defineProperty(e,"parseAccumulatorUpdateData",{enumerable:!0,get:function(){return r.parseAccumulatorUpdateData}}),Object.defineProperty(e,"parsePriceFeedMessage",{enumerable:!0,get:function(){return r.parsePriceFeedMessage}}),Object.defineProperty(e,"parseTwapMessage",{enumerable:!0,get:function(){return r.parseTwapMessage}});class n{constructor(a){vt(this,"conf");vt(this,"expo");vt(this,"price");vt(this,"publishTime");this.conf=a.conf,this.expo=a.expo,this.price=a.price,this.publishTime=a.publishTime}getPriceAsNumberUnchecked(){return Number(this.price)*10**this.expo}getConfAsNumberUnchecked(){return Number(this.conf)*10**this.expo}static fromJson(a){const c=t.Convert.toPrice(a);return new n({conf:c.conf,expo:c.expo,price:c.price,publishTime:c.publish_time})}toJson(){const a={conf:this.conf,expo:this.expo,price:this.price,publish_time:this.publishTime};return t.Convert.priceToJson(a)}}e.Price=n;class i{constructor(a){vt(this,"attestationTime");vt(this,"emitterChain");vt(this,"priceServiceReceiveTime");vt(this,"sequenceNumber");vt(this,"slot");vt(this,"prevPublishTime");this.attestationTime=a.attestationTime,this.emitterChain=a.emitterChain,this.priceServiceReceiveTime=a.receiveTime,this.sequenceNumber=a.sequenceNumber,this.slot=a.slot,this.prevPublishTime=a.prevPublishTime}static fromJson(a){if(a===void 0)return;const c=t.Convert.toPriceFeedMetadata(a);return new i({attestationTime:c.attestation_time,emitterChain:c.emitter_chain,receiveTime:c.price_service_receive_time,sequenceNumber:c.sequence_number,slot:c.slot,prevPublishTime:c.prev_publish_time})}toJson(){const a={attestation_time:this.attestationTime,emitter_chain:this.emitterChain,price_service_receive_time:this.priceServiceReceiveTime,sequence_number:this.sequenceNumber,slot:this.slot,prev_publish_time:this.prevPublishTime};return t.Convert.priceFeedMetadataToJson(a)}}e.PriceFeedMetadata=i;let s=class dS{constructor(a){vt(this,"emaPrice");vt(this,"id");vt(this,"metadata");vt(this,"vaa");vt(this,"price");this.emaPrice=a.emaPrice,this.id=a.id,this.metadata=a.metadata,this.vaa=a.vaa,this.price=a.price}static fromJson(a){const c=t.Convert.toPriceFeed(a);return new dS({emaPrice:n.fromJson(c.ema_price),id:c.id,metadata:i.fromJson(c.metadata),vaa:c.vaa,price:n.fromJson(c.price)})}toJson(){var c;const a={ema_price:this.emaPrice.toJson(),id:this.id,metadata:(c=this.metadata)==null?void 0:c.toJson(),price:this.price.toJson()};return t.Convert.priceFeedToJson(a)}getPriceUnchecked(){return this.price}getEmaPriceUnchecked(){return this.emaPrice}getPriceNoOlderThan(a){const c=this.getPriceUnchecked(),u=Math.floor(Date.now()/1e3);if(!(Math.abs(u-c.publishTime)>a))return c}getEmaPriceNoOlderThan(a){const c=this.getEmaPriceUnchecked(),u=Math.floor(Date.now()/1e3);if(!(Math.abs(u-c.publishTime)>a))return c}getMetadata(){return this.metadata}getVAA(){return this.vaa}};e.PriceFeed=s}(nh);function Kw(e,t){return function(){return e.apply(t,arguments)}}const{toString:yP}=Object.prototype,{getPrototypeOf:fh}=Object,yu=(e=>t=>{const r=yP.call(t);return e[r]||(e[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),En=e=>(e=e.toLowerCase(),t=>yu(t)===e),bu=e=>t=>typeof t===e,{isArray:So}=Array,Wa=bu("undefined");function bP(e){return e!==null&&!Wa(e)&&e.constructor!==null&&!Wa(e.constructor)&&Jr(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Xw=En("ArrayBuffer");function wP(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Xw(e.buffer),t}const _P=bu("string"),Jr=bu("function"),Jw=bu("number"),wu=e=>e!==null&&typeof e=="object",xP=e=>e===!0||e===!1,_u=e=>{if(yu(e)!=="object")return!1;const t=fh(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},SP=En("Date"),EP=En("File"),CP=En("Blob"),AP=En("FileList"),MP=e=>wu(e)&&Jr(e.pipe),TP=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Jr(e.append)&&((t=yu(e))==="formdata"||t==="object"&&Jr(e.toString)&&e.toString()==="[object FormData]"))},OP=En("URLSearchParams"),[IP,PP,kP,jP]=["ReadableStream","Request","Response","Headers"].map(En),NP=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ga(e,t,{allOwnKeys:r=!1}={}){if(e===null||typeof e>"u")return;let n,i;if(typeof e!="object"&&(e=[e]),So(e))for(n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else{const s=r?Object.getOwnPropertyNames(e):Object.keys(e),o=s.length;let a;for(n=0;n<o;n++)a=s[n],t.call(null,e[a],a,e)}}function Yw(e,t){t=t.toLowerCase();const r=Object.keys(e);let n=r.length,i;for(;n-- >0;)if(i=r[n],t===i.toLowerCase())return i;return null}const $s=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:Nr)(),Zw=e=>!Wa(e)&&e!==$s;function dh(){const{caseless:e}=Zw(this)&&this||{},t={},r=(n,i)=>{const s=e&&Yw(t,i)||i;_u(t[s])&&_u(n)?t[s]=dh(t[s],n):_u(n)?t[s]=dh({},n):So(n)?t[s]=n.slice():t[s]=n};for(let n=0,i=arguments.length;n<i;n++)arguments[n]&&Ga(arguments[n],r);return t}const RP=(e,t,r,{allOwnKeys:n}={})=>(Ga(t,(i,s)=>{r&&Jr(i)?e[s]=Kw(i,r):e[s]=i},{allOwnKeys:n}),e),DP=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),$P=(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},BP=(e,t,r,n)=>{let i,s,o;const a={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),s=i.length;s-- >0;)o=i[s],(!n||n(o,e,t))&&!a[o]&&(t[o]=e[o],a[o]=!0);e=r!==!1&&fh(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},LP=(e,t,r)=>{e=String(e),(r===void 0||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return n!==-1&&n===r},FP=e=>{if(!e)return null;if(So(e))return e;let t=e.length;if(!Jw(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},UP=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&fh(Uint8Array)),zP=(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=n.next())&&!i.done;){const s=i.value;t.call(e,s[0],s[1])}},VP=(e,t)=>{let r;const n=[];for(;(r=e.exec(t))!==null;)n.push(r);return n},qP=En("HTMLFormElement"),HP=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,n,i){return n.toUpperCase()+i}),Qw=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),WP=En("RegExp"),e2=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};Ga(r,(i,s)=>{let o;(o=t(i,s,e))!==!1&&(n[s]=o||i)}),Object.defineProperties(e,n)},GP=e=>{e2(e,(t,r)=>{if(Jr(e)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const n=e[r];if(Jr(n)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},KP=(e,t)=>{const r={},n=i=>{i.forEach(s=>{r[s]=!0})};return So(e)?n(e):n(String(e).split(t)),r},XP=()=>{},JP=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,hh="abcdefghijklmnopqrstuvwxyz",t2="0123456789",r2={DIGIT:t2,ALPHA:hh,ALPHA_DIGIT:hh+hh.toUpperCase()+t2},YP=(e=16,t=r2.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r};function ZP(e){return!!(e&&Jr(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const QP=e=>{const t=new Array(10),r=(n,i)=>{if(wu(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[i]=n;const s=So(n)?[]:{};return Ga(n,(o,a)=>{const c=r(o,i+1);!Wa(c)&&(s[a]=c)}),t[i]=void 0,s}}return n};return r(e,0)},e7=En("AsyncFunction"),t7=e=>e&&(wu(e)||Jr(e))&&Jr(e.then)&&Jr(e.catch),n2=((e,t)=>e?setImmediate:t?((r,n)=>($s.addEventListener("message",({source:i,data:s})=>{i===$s&&s===r&&n.length&&n.shift()()},!1),i=>{n.push(i),$s.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",Jr($s.postMessage)),r7=typeof queueMicrotask<"u"?queueMicrotask.bind($s):typeof pn<"u"&&pn.nextTick||n2;var le={isArray:So,isArrayBuffer:Xw,isBuffer:bP,isFormData:TP,isArrayBufferView:wP,isString:_P,isNumber:Jw,isBoolean:xP,isObject:wu,isPlainObject:_u,isReadableStream:IP,isRequest:PP,isResponse:kP,isHeaders:jP,isUndefined:Wa,isDate:SP,isFile:EP,isBlob:CP,isRegExp:WP,isFunction:Jr,isStream:MP,isURLSearchParams:OP,isTypedArray:UP,isFileList:AP,forEach:Ga,merge:dh,extend:RP,trim:NP,stripBOM:DP,inherits:$P,toFlatObject:BP,kindOf:yu,kindOfTest:En,endsWith:LP,toArray:FP,forEachEntry:zP,matchAll:VP,isHTMLForm:qP,hasOwnProperty:Qw,hasOwnProp:Qw,reduceDescriptors:e2,freezeMethods:GP,toObjectSet:KP,toCamelCase:HP,noop:XP,toFiniteNumber:JP,findKey:Yw,global:$s,isContextDefined:Zw,ALPHABET:r2,generateString:YP,isSpecCompliantForm:ZP,toJSONObject:QP,isAsyncFn:e7,isThenable:t7,setImmediate:n2,asap:r7};function pt(e,t,r,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i,this.status=i.status?i.status:null)}le.inherits(pt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:le.toJSONObject(this.config),code:this.code,status:this.status}}});const i2=pt.prototype,s2={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{s2[e]={value:e}}),Object.defineProperties(pt,s2),Object.defineProperty(i2,"isAxiosError",{value:!0}),pt.from=(e,t,r,n,i,s)=>{const o=Object.create(i2);return le.toFlatObject(e,o,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),pt.call(o,e.message,t,r,n,i),o.cause=e,o.name=e.name,s&&Object.assign(o,s),o};var n7=null;function ph(e){return le.isPlainObject(e)||le.isArray(e)}function o2(e){return le.endsWith(e,"[]")?e.slice(0,-2):e}function a2(e,t,r){return e?e.concat(t).map(function(i,s){return i=o2(i),!r&&s?"["+i+"]":i}).join(r?".":""):t}function i7(e){return le.isArray(e)&&!e.some(ph)}const s7=le.toFlatObject(le,{},null,function(t){return/^is[A-Z]/.test(t)});function xu(e,t,r){if(!le.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,r=le.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(w,T){return!le.isUndefined(T[w])});const n=r.metaTokens,i=r.visitor||l,s=r.dots,o=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&le.isSpecCompliantForm(t);if(!le.isFunction(i))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(le.isDate(b))return b.toISOString();if(!c&&le.isBlob(b))throw new pt("Blob is not supported. Use a Buffer instead.");return le.isArrayBuffer(b)||le.isTypedArray(b)?c&&typeof Blob=="function"?new Blob([b]):ah.from(b):b}function l(b,w,T){let P=b;if(b&&!T&&typeof b=="object"){if(le.endsWith(w,"{}"))w=n?w:w.slice(0,-2),b=JSON.stringify(b);else if(le.isArray(b)&&i7(b)||(le.isFileList(b)||le.endsWith(w,"[]"))&&(P=le.toArray(b)))return w=o2(w),P.forEach(function(R,U){!(le.isUndefined(R)||R===null)&&t.append(o===!0?a2([w],U,s):o===null?w:w+"[]",u(R))}),!1}return ph(b)?!0:(t.append(a2(T,w,s),u(b)),!1)}const f=[],h=Object.assign(s7,{defaultVisitor:l,convertValue:u,isVisitable:ph});function y(b,w){if(!le.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+w.join("."));f.push(b),le.forEach(b,function(P,k){(!(le.isUndefined(P)||P===null)&&i.call(t,P,le.isString(k)?k.trim():k,w,h))===!0&&y(P,w?w.concat(k):[k])}),f.pop()}}if(!le.isObject(e))throw new TypeError("data must be an object");return y(e),t}function c2(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(n){return t[n]})}function mh(e,t){this._pairs=[],e&&xu(e,this,t)}const u2=mh.prototype;u2.append=function(t,r){this._pairs.push([t,r])},u2.toString=function(t){const r=t?function(n){return t.call(this,n,c2)}:c2;return this._pairs.map(function(i){return r(i[0])+"="+r(i[1])},"").join("&")};function o7(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function l2(e,t,r){if(!t)return e;const n=r&&r.encode||o7;le.isFunction(r)&&(r={serialize:r});const i=r&&r.serialize;let s;if(i?s=i(t,r):s=le.isURLSearchParams(t)?t.toString():new mh(t,r).toString(n),s){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class a7{constructor(){this.handlers=[]}use(t,r,n){return this.handlers.push({fulfilled:t,rejected:r,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){le.forEach(this.handlers,function(n){n!==null&&t(n)})}}var f2=a7,d2={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},c7=typeof URLSearchParams<"u"?URLSearchParams:mh,u7=typeof FormData<"u"?FormData:null,l7=typeof Blob<"u"?Blob:null,f7={isBrowser:!0,classes:{URLSearchParams:c7,FormData:u7,Blob:l7},protocols:["http","https","file","blob","url","data"]};const gh=typeof window<"u"&&typeof document<"u",vh=typeof navigator=="object"&&navigator||void 0,d7=gh&&(!vh||["ReactNative","NativeScript","NS"].indexOf(vh.product)<0),h7=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),p7=gh&&window.location.href||"http://localhost";var m7=Object.freeze({__proto__:null,hasBrowserEnv:gh,hasStandardBrowserWebWorkerEnv:h7,hasStandardBrowserEnv:d7,navigator:vh,origin:p7}),Tr={...m7,...f7};function g7(e,t){return xu(e,new Tr.classes.URLSearchParams,Object.assign({visitor:function(r,n,i,s){return Tr.isNode&&le.isBuffer(r)?(this.append(n,r.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function v7(e){return le.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function y7(e){const t={},r=Object.keys(e);let n;const i=r.length;let s;for(n=0;n<i;n++)s=r[n],t[s]=e[s];return t}function h2(e){function t(r,n,i,s){let o=r[s++];if(o==="__proto__")return!0;const a=Number.isFinite(+o),c=s>=r.length;return o=!o&&le.isArray(i)?i.length:o,c?(le.hasOwnProp(i,o)?i[o]=[i[o],n]:i[o]=n,!a):((!i[o]||!le.isObject(i[o]))&&(i[o]=[]),t(r,n,i[o],s)&&le.isArray(i[o])&&(i[o]=y7(i[o])),!a)}if(le.isFormData(e)&&le.isFunction(e.entries)){const r={};return le.forEachEntry(e,(n,i)=>{t(v7(n),i,r,0)}),r}return null}function b7(e,t,r){if(le.isString(e))try{return(t||JSON.parse)(e),le.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(r||JSON.stringify)(e)}const yh={transitional:d2,adapter:["xhr","http","fetch"],transformRequest:[function(t,r){const n=r.getContentType()||"",i=n.indexOf("application/json")>-1,s=le.isObject(t);if(s&&le.isHTMLForm(t)&&(t=new FormData(t)),le.isFormData(t))return i?JSON.stringify(h2(t)):t;if(le.isArrayBuffer(t)||le.isBuffer(t)||le.isStream(t)||le.isFile(t)||le.isBlob(t)||le.isReadableStream(t))return t;if(le.isArrayBufferView(t))return t.buffer;if(le.isURLSearchParams(t))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(n.indexOf("application/x-www-form-urlencoded")>-1)return g7(t,this.formSerializer).toString();if((a=le.isFileList(t))||n.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return xu(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return s||i?(r.setContentType("application/json",!1),b7(t)):t}],transformResponse:[function(t){const r=this.transitional||yh.transitional,n=r&&r.forcedJSONParsing,i=this.responseType==="json";if(le.isResponse(t)||le.isReadableStream(t))return t;if(t&&le.isString(t)&&(n&&!this.responseType||i)){const o=!(r&&r.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(a){if(o)throw a.name==="SyntaxError"?pt.from(a,pt.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Tr.classes.FormData,Blob:Tr.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};le.forEach(["delete","get","head","post","put","patch"],e=>{yh.headers[e]={}});var bh=yh;const w7=le.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var _7=e=>{const t={};let r,n,i;return e&&e.split(`
34
+ `).forEach(function(o){i=o.indexOf(":"),r=o.substring(0,i).trim().toLowerCase(),n=o.substring(i+1).trim(),!(!r||t[r]&&w7[r])&&(r==="set-cookie"?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)}),t};const p2=Symbol("internals");function Ka(e){return e&&String(e).trim().toLowerCase()}function Su(e){return e===!1||e==null?e:le.isArray(e)?e.map(Su):String(e)}function x7(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}const S7=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function wh(e,t,r,n,i){if(le.isFunction(n))return n.call(this,t,r);if(i&&(t=r),!!le.isString(t)){if(le.isString(n))return t.indexOf(n)!==-1;if(le.isRegExp(n))return n.test(t)}}function E7(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,r,n)=>r.toUpperCase()+n)}function C7(e,t){const r=le.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+r,{value:function(i,s,o){return this[n].call(this,t,i,s,o)},configurable:!0})})}class Eu{constructor(t){t&&this.set(t)}set(t,r,n){const i=this;function s(a,c,u){const l=Ka(c);if(!l)throw new Error("header name must be a non-empty string");const f=le.findKey(i,l);(!f||i[f]===void 0||u===!0||u===void 0&&i[f]!==!1)&&(i[f||c]=Su(a))}const o=(a,c)=>le.forEach(a,(u,l)=>s(u,l,c));if(le.isPlainObject(t)||t instanceof this.constructor)o(t,r);else if(le.isString(t)&&(t=t.trim())&&!S7(t))o(_7(t),r);else if(le.isHeaders(t))for(const[a,c]of t.entries())s(c,a,n);else t!=null&&s(r,t,n);return this}get(t,r){if(t=Ka(t),t){const n=le.findKey(this,t);if(n){const i=this[n];if(!r)return i;if(r===!0)return x7(i);if(le.isFunction(r))return r.call(this,i,n);if(le.isRegExp(r))return r.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,r){if(t=Ka(t),t){const n=le.findKey(this,t);return!!(n&&this[n]!==void 0&&(!r||wh(this,this[n],n,r)))}return!1}delete(t,r){const n=this;let i=!1;function s(o){if(o=Ka(o),o){const a=le.findKey(n,o);a&&(!r||wh(n,n[a],a,r))&&(delete n[a],i=!0)}}return le.isArray(t)?t.forEach(s):s(t),i}clear(t){const r=Object.keys(this);let n=r.length,i=!1;for(;n--;){const s=r[n];(!t||wh(this,this[s],s,t,!0))&&(delete this[s],i=!0)}return i}normalize(t){const r=this,n={};return le.forEach(this,(i,s)=>{const o=le.findKey(n,s);if(o){r[o]=Su(i),delete r[s];return}const a=t?E7(s):String(s).trim();a!==s&&delete r[s],r[a]=Su(i),n[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const r=Object.create(null);return le.forEach(this,(n,i)=>{n!=null&&n!==!1&&(r[i]=t&&le.isArray(n)?n.join(", "):n)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,r])=>t+": "+r).join(`
35
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...r){const n=new this(t);return r.forEach(i=>n.set(i)),n}static accessor(t){const n=(this[p2]=this[p2]={accessors:{}}).accessors,i=this.prototype;function s(o){const a=Ka(o);n[a]||(C7(i,o),n[a]=!0)}return le.isArray(t)?t.forEach(s):s(t),this}}Eu.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),le.reduceDescriptors(Eu.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(n){this[r]=n}}}),le.freezeMethods(Eu);var Cn=Eu;function _h(e,t){const r=this||bh,n=t||r,i=Cn.from(n.headers);let s=n.data;return le.forEach(e,function(a){s=a.call(r,s,i.normalize(),t?t.status:void 0)}),i.normalize(),s}function m2(e){return!!(e&&e.__CANCEL__)}function Eo(e,t,r){pt.call(this,e??"canceled",pt.ERR_CANCELED,t,r),this.name="CanceledError"}le.inherits(Eo,pt,{__CANCEL__:!0});function g2(e,t,r){const n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new pt("Request failed with status code "+r.status,[pt.ERR_BAD_REQUEST,pt.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function A7(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function M7(e,t){e=e||10;const r=new Array(e),n=new Array(e);let i=0,s=0,o;return t=t!==void 0?t:1e3,function(c){const u=Date.now(),l=n[s];o||(o=u),r[i]=c,n[i]=u;let f=s,h=0;for(;f!==i;)h+=r[f++],f=f%e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),u-o<t)return;const y=l&&u-l;return y?Math.round(h*1e3/y):void 0}}function T7(e,t){let r=0,n=1e3/t,i,s;const o=(u,l=Date.now())=>{r=l,i=null,s&&(clearTimeout(s),s=null),e.apply(null,u)};return[(...u)=>{const l=Date.now(),f=l-r;f>=n?o(u,l):(i=u,s||(s=setTimeout(()=>{s=null,o(i)},n-f)))},()=>i&&o(i)]}const Cu=(e,t,r=3)=>{let n=0;const i=M7(50,250);return T7(s=>{const o=s.loaded,a=s.lengthComputable?s.total:void 0,c=o-n,u=i(c),l=o<=a;n=o;const f={loaded:o,total:a,progress:a?o/a:void 0,bytes:c,rate:u||void 0,estimated:u&&a&&l?(a-o)/u:void 0,event:s,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(f)},r)},v2=(e,t)=>{const r=e!=null;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},y2=e=>(...t)=>le.asap(()=>e(...t));var O7=Tr.hasStandardBrowserEnv?((e,t)=>r=>(r=new URL(r,Tr.origin),e.protocol===r.protocol&&e.host===r.host&&(t||e.port===r.port)))(new URL(Tr.origin),Tr.navigator&&/(msie|trident)/i.test(Tr.navigator.userAgent)):()=>!0,I7=Tr.hasStandardBrowserEnv?{write(e,t,r,n,i,s){const o=[e+"="+encodeURIComponent(t)];le.isNumber(r)&&o.push("expires="+new Date(r).toGMTString()),le.isString(n)&&o.push("path="+n),le.isString(i)&&o.push("domain="+i),s===!0&&o.push("secure"),document.cookie=o.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function P7(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function k7(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function b2(e,t){return e&&!P7(t)?k7(e,t):t}const w2=e=>e instanceof Cn?{...e}:e;function Bs(e,t){t=t||{};const r={};function n(u,l,f,h){return le.isPlainObject(u)&&le.isPlainObject(l)?le.merge.call({caseless:h},u,l):le.isPlainObject(l)?le.merge({},l):le.isArray(l)?l.slice():l}function i(u,l,f,h){if(le.isUndefined(l)){if(!le.isUndefined(u))return n(void 0,u,f,h)}else return n(u,l,f,h)}function s(u,l){if(!le.isUndefined(l))return n(void 0,l)}function o(u,l){if(le.isUndefined(l)){if(!le.isUndefined(u))return n(void 0,u)}else return n(void 0,l)}function a(u,l,f){if(f in t)return n(u,l);if(f in e)return n(void 0,u)}const c={url:s,method:s,data:s,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(u,l,f)=>i(w2(u),w2(l),f,!0)};return le.forEach(Object.keys(Object.assign({},e,t)),function(l){const f=c[l]||i,h=f(e[l],t[l],l);le.isUndefined(h)&&f!==a||(r[l]=h)}),r}var _2=e=>{const t=Bs({},e);let{data:r,withXSRFToken:n,xsrfHeaderName:i,xsrfCookieName:s,headers:o,auth:a}=t;t.headers=o=Cn.from(o),t.url=l2(b2(t.baseURL,t.url),e.params,e.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(le.isFormData(r)){if(Tr.hasStandardBrowserEnv||Tr.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if((c=o.getContentType())!==!1){const[u,...l]=c?c.split(";").map(f=>f.trim()).filter(Boolean):[];o.setContentType([u||"multipart/form-data",...l].join("; "))}}if(Tr.hasStandardBrowserEnv&&(n&&le.isFunction(n)&&(n=n(t)),n||n!==!1&&O7(t.url))){const u=i&&s&&I7.read(s);u&&o.set(i,u)}return t},j7=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(r,n){const i=_2(e);let s=i.data;const o=Cn.from(i.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:u}=i,l,f,h,y,b;function w(){y&&y(),b&&b(),i.cancelToken&&i.cancelToken.unsubscribe(l),i.signal&&i.signal.removeEventListener("abort",l)}let T=new XMLHttpRequest;T.open(i.method.toUpperCase(),i.url,!0),T.timeout=i.timeout;function P(){if(!T)return;const R=Cn.from("getAllResponseHeaders"in T&&T.getAllResponseHeaders()),L={data:!a||a==="text"||a==="json"?T.responseText:T.response,status:T.status,statusText:T.statusText,headers:R,config:e,request:T};g2(function(q){r(q),w()},function(q){n(q),w()},L),T=null}"onloadend"in T?T.onloadend=P:T.onreadystatechange=function(){!T||T.readyState!==4||T.status===0&&!(T.responseURL&&T.responseURL.indexOf("file:")===0)||setTimeout(P)},T.onabort=function(){T&&(n(new pt("Request aborted",pt.ECONNABORTED,e,T)),T=null)},T.onerror=function(){n(new pt("Network Error",pt.ERR_NETWORK,e,T)),T=null},T.ontimeout=function(){let U=i.timeout?"timeout of "+i.timeout+"ms exceeded":"timeout exceeded";const L=i.transitional||d2;i.timeoutErrorMessage&&(U=i.timeoutErrorMessage),n(new pt(U,L.clarifyTimeoutError?pt.ETIMEDOUT:pt.ECONNABORTED,e,T)),T=null},s===void 0&&o.setContentType(null),"setRequestHeader"in T&&le.forEach(o.toJSON(),function(U,L){T.setRequestHeader(L,U)}),le.isUndefined(i.withCredentials)||(T.withCredentials=!!i.withCredentials),a&&a!=="json"&&(T.responseType=i.responseType),u&&([h,b]=Cu(u,!0),T.addEventListener("progress",h)),c&&T.upload&&([f,y]=Cu(c),T.upload.addEventListener("progress",f),T.upload.addEventListener("loadend",y)),(i.cancelToken||i.signal)&&(l=R=>{T&&(n(!R||R.type?new Eo(null,e,T):R),T.abort(),T=null)},i.cancelToken&&i.cancelToken.subscribe(l),i.signal&&(i.signal.aborted?l():i.signal.addEventListener("abort",l)));const k=A7(i.url);if(k&&Tr.protocols.indexOf(k)===-1){n(new pt("Unsupported protocol "+k+":",pt.ERR_BAD_REQUEST,e));return}T.send(s||null)})},N7=(e,t)=>{const{length:r}=e=e?e.filter(Boolean):[];if(t||r){let n=new AbortController,i;const s=function(u){if(!i){i=!0,a();const l=u instanceof Error?u:this.reason;n.abort(l instanceof pt?l:new Eo(l instanceof Error?l.message:l))}};let o=t&&setTimeout(()=>{o=null,s(new pt(`timeout ${t} of ms exceeded`,pt.ETIMEDOUT))},t);const a=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(u=>{u.unsubscribe?u.unsubscribe(s):u.removeEventListener("abort",s)}),e=null)};e.forEach(u=>u.addEventListener("abort",s));const{signal:c}=n;return c.unsubscribe=()=>le.asap(a),c}};const R7=function*(e,t){let r=e.byteLength;if(!t||r<t){yield e;return}let n=0,i;for(;n<r;)i=n+t,yield e.slice(n,i),n=i},D7=async function*(e,t){for await(const r of $7(e))yield*R7(r,t)},$7=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:r,value:n}=await t.read();if(r)break;yield n}}finally{await t.cancel()}},x2=(e,t,r,n)=>{const i=D7(e,t);let s=0,o,a=c=>{o||(o=!0,n&&n(c))};return new ReadableStream({async pull(c){try{const{done:u,value:l}=await i.next();if(u){a(),c.close();return}let f=l.byteLength;if(r){let h=s+=f;r(h)}c.enqueue(new Uint8Array(l))}catch(u){throw a(u),u}},cancel(c){return a(c),i.return()}},{highWaterMark:2})},Au=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",S2=Au&&typeof ReadableStream=="function",B7=Au&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),E2=(e,...t)=>{try{return!!e(...t)}catch{return!1}},L7=S2&&E2(()=>{let e=!1;const t=new Request(Tr.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),C2=64*1024,xh=S2&&E2(()=>le.isReadableStream(new Response("").body)),Mu={stream:xh&&(e=>e.body)};Au&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!Mu[t]&&(Mu[t]=le.isFunction(e[t])?r=>r[t]():(r,n)=>{throw new pt(`Response type '${t}' is not supported`,pt.ERR_NOT_SUPPORT,n)})})})(new Response);const F7=async e=>{if(e==null)return 0;if(le.isBlob(e))return e.size;if(le.isSpecCompliantForm(e))return(await new Request(Tr.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(le.isArrayBufferView(e)||le.isArrayBuffer(e))return e.byteLength;if(le.isURLSearchParams(e)&&(e=e+""),le.isString(e))return(await B7(e)).byteLength},U7=async(e,t)=>{const r=le.toFiniteNumber(e.getContentLength());return r??F7(t)};var z7=Au&&(async e=>{let{url:t,method:r,data:n,signal:i,cancelToken:s,timeout:o,onDownloadProgress:a,onUploadProgress:c,responseType:u,headers:l,withCredentials:f="same-origin",fetchOptions:h}=_2(e);u=u?(u+"").toLowerCase():"text";let y=N7([i,s&&s.toAbortSignal()],o),b;const w=y&&y.unsubscribe&&(()=>{y.unsubscribe()});let T;try{if(c&&L7&&r!=="get"&&r!=="head"&&(T=await U7(l,n))!==0){let L=new Request(t,{method:"POST",body:n,duplex:"half"}),W;if(le.isFormData(n)&&(W=L.headers.get("content-type"))&&l.setContentType(W),L.body){const[q,X]=v2(T,Cu(y2(c)));n=x2(L.body,C2,q,X)}}le.isString(f)||(f=f?"include":"omit");const P="credentials"in Request.prototype;b=new Request(t,{...h,signal:y,method:r.toUpperCase(),headers:l.normalize().toJSON(),body:n,duplex:"half",credentials:P?f:void 0});let k=await fetch(b);const R=xh&&(u==="stream"||u==="response");if(xh&&(a||R&&w)){const L={};["status","statusText","headers"].forEach(ne=>{L[ne]=k[ne]});const W=le.toFiniteNumber(k.headers.get("content-length")),[q,X]=a&&v2(W,Cu(y2(a),!0))||[];k=new Response(x2(k.body,C2,q,()=>{X&&X(),w&&w()}),L)}u=u||"text";let U=await Mu[le.findKey(Mu,u)||"text"](k,e);return!R&&w&&w(),await new Promise((L,W)=>{g2(L,W,{data:U,headers:Cn.from(k.headers),status:k.status,statusText:k.statusText,config:e,request:b})})}catch(P){throw w&&w(),P&&P.name==="TypeError"&&/fetch/i.test(P.message)?Object.assign(new pt("Network Error",pt.ERR_NETWORK,e,b),{cause:P.cause||P}):pt.from(P,P&&P.code,e,b)}});const Sh={http:n7,xhr:j7,fetch:z7};le.forEach(Sh,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const A2=e=>`- ${e}`,V7=e=>le.isFunction(e)||e===null||e===!1;var M2={getAdapter:e=>{e=le.isArray(e)?e:[e];const{length:t}=e;let r,n;const i={};for(let s=0;s<t;s++){r=e[s];let o;if(n=r,!V7(r)&&(n=Sh[(o=String(r)).toLowerCase()],n===void 0))throw new pt(`Unknown adapter '${o}'`);if(n)break;i[o||"#"+s]=n}if(!n){const s=Object.entries(i).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let o=t?s.length>1?`since :
36
+ `+s.map(A2).join(`
37
+ `):" "+A2(s[0]):"as no adapter specified";throw new pt("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return n},adapters:Sh};function Eh(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Eo(null,e)}function T2(e){return Eh(e),e.headers=Cn.from(e.headers),e.data=_h.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),M2.getAdapter(e.adapter||bh.adapter)(e).then(function(n){return Eh(e),n.data=_h.call(e,e.transformResponse,n),n.headers=Cn.from(n.headers),n},function(n){return m2(n)||(Eh(e),n&&n.response&&(n.response.data=_h.call(e,e.transformResponse,n.response),n.response.headers=Cn.from(n.response.headers))),Promise.reject(n)})}const O2="1.7.9",Tu={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Tu[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const I2={};Tu.transitional=function(t,r,n){function i(s,o){return"[Axios v"+O2+"] Transitional option '"+s+"'"+o+(n?". "+n:"")}return(s,o,a)=>{if(t===!1)throw new pt(i(o," has been removed"+(r?" in "+r:"")),pt.ERR_DEPRECATED);return r&&!I2[o]&&(I2[o]=!0,console.warn(i(o," has been deprecated since v"+r+" and will be removed in the near future"))),t?t(s,o,a):!0}},Tu.spelling=function(t){return(r,n)=>(console.warn(`${n} is likely a misspelling of ${t}`),!0)};function q7(e,t,r){if(typeof e!="object")throw new pt("options must be an object",pt.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let i=n.length;for(;i-- >0;){const s=n[i],o=t[s];if(o){const a=e[s],c=a===void 0||o(a,s,e);if(c!==!0)throw new pt("option "+s+" must be "+c,pt.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new pt("Unknown option "+s,pt.ERR_BAD_OPTION)}}var Ou={assertOptions:q7,validators:Tu};const Yn=Ou.validators;class Iu{constructor(t){this.defaults=t,this.interceptors={request:new f2,response:new f2}}async request(t,r){try{return await this._request(t,r)}catch(n){if(n instanceof Error){let i={};Error.captureStackTrace?Error.captureStackTrace(i):i=new Error;const s=i.stack?i.stack.replace(/^.+\n/,""):"";try{n.stack?s&&!String(n.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(n.stack+=`
38
+ `+s):n.stack=s}catch{}}throw n}}_request(t,r){typeof t=="string"?(r=r||{},r.url=t):r=t||{},r=Bs(this.defaults,r);const{transitional:n,paramsSerializer:i,headers:s}=r;n!==void 0&&Ou.assertOptions(n,{silentJSONParsing:Yn.transitional(Yn.boolean),forcedJSONParsing:Yn.transitional(Yn.boolean),clarifyTimeoutError:Yn.transitional(Yn.boolean)},!1),i!=null&&(le.isFunction(i)?r.paramsSerializer={serialize:i}:Ou.assertOptions(i,{encode:Yn.function,serialize:Yn.function},!0)),Ou.assertOptions(r,{baseUrl:Yn.spelling("baseURL"),withXsrfToken:Yn.spelling("withXSRFToken")},!0),r.method=(r.method||this.defaults.method||"get").toLowerCase();let o=s&&le.merge(s.common,s[r.method]);s&&le.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),r.headers=Cn.concat(o,s);const a=[];let c=!0;this.interceptors.request.forEach(function(w){typeof w.runWhen=="function"&&w.runWhen(r)===!1||(c=c&&w.synchronous,a.unshift(w.fulfilled,w.rejected))});const u=[];this.interceptors.response.forEach(function(w){u.push(w.fulfilled,w.rejected)});let l,f=0,h;if(!c){const b=[T2.bind(this),void 0];for(b.unshift.apply(b,a),b.push.apply(b,u),h=b.length,l=Promise.resolve(r);f<h;)l=l.then(b[f++],b[f++]);return l}h=a.length;let y=r;for(f=0;f<h;){const b=a[f++],w=a[f++];try{y=b(y)}catch(T){w.call(this,T);break}}try{l=T2.call(this,y)}catch(b){return Promise.reject(b)}for(f=0,h=u.length;f<h;)l=l.then(u[f++],u[f++]);return l}getUri(t){t=Bs(this.defaults,t);const r=b2(t.baseURL,t.url);return l2(r,t.params,t.paramsSerializer)}}le.forEach(["delete","get","head","options"],function(t){Iu.prototype[t]=function(r,n){return this.request(Bs(n||{},{method:t,url:r,data:(n||{}).data}))}}),le.forEach(["post","put","patch"],function(t){function r(n){return function(s,o,a){return this.request(Bs(a||{},{method:t,headers:n?{"Content-Type":"multipart/form-data"}:{},url:s,data:o}))}}Iu.prototype[t]=r(),Iu.prototype[t+"Form"]=r(!0)});var Pu=Iu;class Ch{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(s){r=s});const n=this;this.promise.then(i=>{if(!n._listeners)return;let s=n._listeners.length;for(;s-- >0;)n._listeners[s](i);n._listeners=null}),this.promise.then=i=>{let s;const o=new Promise(a=>{n.subscribe(a),s=a}).then(i);return o.cancel=function(){n.unsubscribe(s)},o},t(function(s,o,a){n.reason||(n.reason=new Eo(s,o,a),r(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const r=this._listeners.indexOf(t);r!==-1&&this._listeners.splice(r,1)}toAbortSignal(){const t=new AbortController,r=n=>{t.abort(n)};return this.subscribe(r),t.signal.unsubscribe=()=>this.unsubscribe(r),t.signal}static source(){let t;return{token:new Ch(function(i){t=i}),cancel:t}}}var H7=Ch;function W7(e){return function(r){return e.apply(null,r)}}function G7(e){return le.isObject(e)&&e.isAxiosError===!0}const Ah={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ah).forEach(([e,t])=>{Ah[t]=e});var K7=Ah;function P2(e){const t=new Pu(e),r=Kw(Pu.prototype.request,t);return le.extend(r,Pu.prototype,t,{allOwnKeys:!0}),le.extend(r,t,null,{allOwnKeys:!0}),r.create=function(i){return P2(Bs(e,i))},r}const cr=P2(bh);cr.Axios=Pu,cr.CanceledError=Eo,cr.CancelToken=H7,cr.isCancel=m2,cr.VERSION=O2,cr.toFormData=xu,cr.AxiosError=pt,cr.Cancel=cr.CanceledError,cr.all=function(t){return Promise.all(t)},cr.spread=W7,cr.isAxiosError=G7,cr.mergeConfig=Bs,cr.AxiosHeaders=Cn,cr.formToJSON=e=>h2(le.isHTMLForm(e)?new FormData(e):e),cr.getAdapter=M2.getAdapter,cr.HttpStatusCode=K7,cr.default=cr;var k2=cr,Mh={exports:{}},Yr={},j2={exports:{}};(function(e){function t(r){return r&&r.__esModule?r:{default:r}}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports})(j2);var X7=j2.exports,Th={exports:{}},Oh={exports:{}},N2;function ku(){return N2||(N2=1,function(e){function t(r){"@babel/helpers - typeof";return e.exports=t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports}(Oh)),Oh.exports}var R2;function J7(){return R2||(R2=1,function(e){var t=ku().default;function r(){e.exports=r=function(){return i},e.exports.__esModule=!0,e.exports.default=e.exports;var n,i={},s=Object.prototype,o=s.hasOwnProperty,a=Object.defineProperty||function(E,O,C){E[O]=C.value},c=typeof Symbol=="function"?Symbol:{},u=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",f=c.toStringTag||"@@toStringTag";function h(E,O,C){return Object.defineProperty(E,O,{value:C,enumerable:!0,configurable:!0,writable:!0}),E[O]}try{h({},"")}catch{h=function(C,g,v){return C[g]=v}}function y(E,O,C,g){var v=O&&O.prototype instanceof U?O:U,j=Object.create(v.prototype),ee=new x(g||[]);return a(j,"_invoke",{value:D(E,C,ee)}),j}function b(E,O,C){try{return{type:"normal",arg:E.call(O,C)}}catch(g){return{type:"throw",arg:g}}}i.wrap=y;var w="suspendedStart",T="suspendedYield",P="executing",k="completed",R={};function U(){}function L(){}function W(){}var q={};h(q,u,function(){return this});var X=Object.getPrototypeOf,ne=X&&X(X(A([])));ne&&ne!==s&&o.call(ne,u)&&(q=ne);var oe=W.prototype=U.prototype=Object.create(q);function H(E){["next","throw","return"].forEach(function(O){h(E,O,function(C){return this._invoke(O,C)})})}function F(E,O){function C(v,j,ee,se){var de=b(E[v],E,j);if(de.type!=="throw"){var ve=de.arg,Se=ve.value;return Se&&t(Se)=="object"&&o.call(Se,"__await")?O.resolve(Se.__await).then(function(xe){C("next",xe,ee,se)},function(xe){C("throw",xe,ee,se)}):O.resolve(Se).then(function(xe){ve.value=xe,ee(ve)},function(xe){return C("throw",xe,ee,se)})}se(de.arg)}var g;a(this,"_invoke",{value:function(j,ee){function se(){return new O(function(de,ve){C(j,ee,de,ve)})}return g=g?g.then(se,se):se()}})}function D(E,O,C){var g=w;return function(v,j){if(g===P)throw Error("Generator is already running");if(g===k){if(v==="throw")throw j;return{value:n,done:!0}}for(C.method=v,C.arg=j;;){var ee=C.delegate;if(ee){var se=p(ee,C);if(se){if(se===R)continue;return se}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(g===w)throw g=k,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);g=P;var de=b(E,O,C);if(de.type==="normal"){if(g=C.done?k:T,de.arg===R)continue;return{value:de.arg,done:C.done}}de.type==="throw"&&(g=k,C.method="throw",C.arg=de.arg)}}}function p(E,O){var C=O.method,g=E.iterator[C];if(g===n)return O.delegate=null,C==="throw"&&E.iterator.return&&(O.method="return",O.arg=n,p(E,O),O.method==="throw")||C!=="return"&&(O.method="throw",O.arg=new TypeError("The iterator does not provide a '"+C+"' method")),R;var v=b(g,E.iterator,O.arg);if(v.type==="throw")return O.method="throw",O.arg=v.arg,O.delegate=null,R;var j=v.arg;return j?j.done?(O[E.resultName]=j.value,O.next=E.nextLoc,O.method!=="return"&&(O.method="next",O.arg=n),O.delegate=null,R):j:(O.method="throw",O.arg=new TypeError("iterator result is not an object"),O.delegate=null,R)}function d(E){var O={tryLoc:E[0]};1 in E&&(O.catchLoc=E[1]),2 in E&&(O.finallyLoc=E[2],O.afterLoc=E[3]),this.tryEntries.push(O)}function m(E){var O=E.completion||{};O.type="normal",delete O.arg,E.completion=O}function x(E){this.tryEntries=[{tryLoc:"root"}],E.forEach(d,this),this.reset(!0)}function A(E){if(E||E===""){var O=E[u];if(O)return O.call(E);if(typeof E.next=="function")return E;if(!isNaN(E.length)){var C=-1,g=function v(){for(;++C<E.length;)if(o.call(E,C))return v.value=E[C],v.done=!1,v;return v.value=n,v.done=!0,v};return g.next=g}}throw new TypeError(t(E)+" is not iterable")}return L.prototype=W,a(oe,"constructor",{value:W,configurable:!0}),a(W,"constructor",{value:L,configurable:!0}),L.displayName=h(W,f,"GeneratorFunction"),i.isGeneratorFunction=function(E){var O=typeof E=="function"&&E.constructor;return!!O&&(O===L||(O.displayName||O.name)==="GeneratorFunction")},i.mark=function(E){return Object.setPrototypeOf?Object.setPrototypeOf(E,W):(E.__proto__=W,h(E,f,"GeneratorFunction")),E.prototype=Object.create(oe),E},i.awrap=function(E){return{__await:E}},H(F.prototype),h(F.prototype,l,function(){return this}),i.AsyncIterator=F,i.async=function(E,O,C,g,v){v===void 0&&(v=Promise);var j=new F(y(E,O,C,g),v);return i.isGeneratorFunction(O)?j:j.next().then(function(ee){return ee.done?ee.value:j.next()})},H(oe),h(oe,f,"Generator"),h(oe,u,function(){return this}),h(oe,"toString",function(){return"[object Generator]"}),i.keys=function(E){var O=Object(E),C=[];for(var g in O)C.push(g);return C.reverse(),function v(){for(;C.length;){var j=C.pop();if(j in O)return v.value=j,v.done=!1,v}return v.done=!0,v}},i.values=A,x.prototype={constructor:x,reset:function(O){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(m),!O)for(var C in this)C.charAt(0)==="t"&&o.call(this,C)&&!isNaN(+C.slice(1))&&(this[C]=n)},stop:function(){this.done=!0;var O=this.tryEntries[0].completion;if(O.type==="throw")throw O.arg;return this.rval},dispatchException:function(O){if(this.done)throw O;var C=this;function g(ve,Se){return ee.type="throw",ee.arg=O,C.next=ve,Se&&(C.method="next",C.arg=n),!!Se}for(var v=this.tryEntries.length-1;v>=0;--v){var j=this.tryEntries[v],ee=j.completion;if(j.tryLoc==="root")return g("end");if(j.tryLoc<=this.prev){var se=o.call(j,"catchLoc"),de=o.call(j,"finallyLoc");if(se&&de){if(this.prev<j.catchLoc)return g(j.catchLoc,!0);if(this.prev<j.finallyLoc)return g(j.finallyLoc)}else if(se){if(this.prev<j.catchLoc)return g(j.catchLoc,!0)}else{if(!de)throw Error("try statement without catch or finally");if(this.prev<j.finallyLoc)return g(j.finallyLoc)}}}},abrupt:function(O,C){for(var g=this.tryEntries.length-1;g>=0;--g){var v=this.tryEntries[g];if(v.tryLoc<=this.prev&&o.call(v,"finallyLoc")&&this.prev<v.finallyLoc){var j=v;break}}j&&(O==="break"||O==="continue")&&j.tryLoc<=C&&C<=j.finallyLoc&&(j=null);var ee=j?j.completion:{};return ee.type=O,ee.arg=C,j?(this.method="next",this.next=j.finallyLoc,R):this.complete(ee)},complete:function(O,C){if(O.type==="throw")throw O.arg;return O.type==="break"||O.type==="continue"?this.next=O.arg:O.type==="return"?(this.rval=this.arg=O.arg,this.method="return",this.next="end"):O.type==="normal"&&C&&(this.next=C),R},finish:function(O){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.finallyLoc===O)return this.complete(g.completion,g.afterLoc),m(g),R}},catch:function(O){for(var C=this.tryEntries.length-1;C>=0;--C){var g=this.tryEntries[C];if(g.tryLoc===O){var v=g.completion;if(v.type==="throw"){var j=v.arg;m(g)}return j}}throw Error("illegal catch attempt")},delegateYield:function(O,C,g){return this.delegate={iterator:A(O),resultName:C,nextLoc:g},this.method==="next"&&(this.arg=n),R}},i}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Th)),Th.exports}var Ih,D2;function Y7(){if(D2)return Ih;D2=1;var e=J7()();Ih=e;try{regeneratorRuntime=e}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}return Ih}var Ph={exports:{}},$2;function Z7(){return $2||($2=1,function(e){function t(n,i,s,o,a,c,u){try{var l=n[c](u),f=l.value}catch(h){return void s(h)}l.done?i(f):Promise.resolve(f).then(o,a)}function r(n){return function(){var i=this,s=arguments;return new Promise(function(o,a){var c=n.apply(i,s);function u(f){t(c,o,a,u,l,"next",f)}function l(f){t(c,o,a,u,l,"throw",f)}u(void 0)})}}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Ph)),Ph.exports}var kh={exports:{}},jh={exports:{}},Nh={exports:{}},B2;function Q7(){return B2||(B2=1,function(e){var t=ku().default;function r(n,i){if(t(n)!="object"||!n)return n;var s=n[Symbol.toPrimitive];if(s!==void 0){var o=s.call(n,i||"default");if(t(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(i==="string"?String:Number)(n)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(Nh)),Nh.exports}var L2;function e9(){return L2||(L2=1,function(e){var t=ku().default,r=Q7();function n(i){var s=r(i,"string");return t(s)=="symbol"?s:s+""}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}(jh)),jh.exports}var F2;function t9(){return F2||(F2=1,function(e){var t=e9();function r(n,i,s){return(i=t(i))in n?Object.defineProperty(n,i,{value:s,enumerable:!0,configurable:!0,writable:!0}):n[i]=s,n}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(kh)),kh.exports}var Rh,U2;function r9(){if(U2)return Rh;U2=1;const e=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);return Rh=t=>!e.has(t&&t.code),Rh}var Xa=X7;Object.defineProperty(Yr,"__esModule",{value:!0}),Yr.isNetworkError=Bh,Yr.isRetryableError=Nu,Yr.isSafeRequestError=H2,Yr.isIdempotentRequestError=Lh,Yr.isNetworkOrIdempotentRequestError=Fh,Yr.exponentialDelay=W2,Yr.default=Ls,Yr.DEFAULT_OPTIONS=Yr.namespace=void 0;var ju=Xa(Y7()),n9=Xa(ku()),z2=Xa(Z7()),i9=Xa(t9()),s9=Xa(r9());function V2(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Dh(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?V2(Object(r),!0).forEach(function(n){(0,i9.default)(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):V2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var $h="axios-retry";Yr.namespace=$h;function Bh(e){var t=["ERR_CANCELED","ECONNABORTED"];return!e.response&&!!e.code&&!t.includes(e.code)&&(0,s9.default)(e)}var q2=["get","head","options"],o9=q2.concat(["put","delete"]);function Nu(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status>=500&&e.response.status<=599)}function H2(e){return e.config?Nu(e)&&q2.indexOf(e.config.method)!==-1:!1}function Lh(e){return e.config?Nu(e)&&o9.indexOf(e.config.method)!==-1:!1}function Fh(e){return Bh(e)||Lh(e)}function a9(){return 0}function W2(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:100,r=Math.pow(2,e)*t,n=r*.2*Math.random();return r+n}var G2={retries:3,retryCondition:Fh,retryDelay:a9,shouldResetTimeout:!1,onRetry:function(){}};Yr.DEFAULT_OPTIONS=G2;function c9(e,t){return Dh(Dh(Dh({},G2),t),e[$h])}function K2(e,t){var r=c9(e,t);return r.retryCount=r.retryCount||0,e[$h]=r,r}function u9(e,t){e.defaults.agent===t.agent&&delete t.agent,e.defaults.httpAgent===t.httpAgent&&delete t.httpAgent,e.defaults.httpsAgent===t.httpsAgent&&delete t.httpsAgent}function l9(e,t){return Uh.apply(this,arguments)}function Uh(){return Uh=(0,z2.default)(ju.default.mark(function e(t,r){var n,i,s,o;return ju.default.wrap(function(c){for(;;)switch(c.prev=c.next){case 0:if(n=t.retries,i=t.retryCondition,s=t.retryCount<n&&i(r),(0,n9.default)(s)!=="object"){c.next=13;break}return c.prev=3,c.next=6,s;case 6:return o=c.sent,c.abrupt("return",o!==!1);case 10:return c.prev=10,c.t0=c.catch(3),c.abrupt("return",!1);case 13:return c.abrupt("return",s);case 14:case"end":return c.stop()}},e,null,[[3,10]])})),Uh.apply(this,arguments)}function Ls(e,t){var r=e.interceptors.request.use(function(i){var s=K2(i,t);return s.lastRequestTime=Date.now(),i}),n=e.interceptors.response.use(null,function(){var i=(0,z2.default)(ju.default.mark(function s(o){var a,c,u,l,f,h,y,b;return ju.default.wrap(function(T){for(;;)switch(T.prev=T.next){case 0:if(a=o.config,a){T.next=3;break}return T.abrupt("return",Promise.reject(o));case 3:return c=K2(a,t),T.next=6,l9(c,o);case 6:if(!T.sent){T.next=21;break}if(c.retryCount+=1,u=c.retryDelay,l=c.shouldResetTimeout,f=c.onRetry,h=u(c.retryCount,o),u9(e,a),!(!l&&a.timeout&&c.lastRequestTime)){T.next=17;break}if(y=Date.now()-c.lastRequestTime,b=a.timeout-y-h,!(b<=0)){T.next=16;break}return T.abrupt("return",Promise.reject(o));case 16:a.timeout=b;case 17:return a.transformRequest=[function(P){return P}],T.next=20,f(c.retryCount,o,a);case 20:return T.abrupt("return",new Promise(function(P){return setTimeout(function(){return P(e(a))},h)}));case 21:return T.abrupt("return",Promise.reject(o));case 22:case"end":return T.stop()}},s)}));return function(s){return i.apply(this,arguments)}}());return{requestInterceptorId:r,responseInterceptorId:n}}Ls.isNetworkError=Bh,Ls.isSafeRequestError=H2,Ls.isIdempotentRequestError=Lh,Ls.isNetworkOrIdempotentRequestError=Fh,Ls.exponentialDelay=W2,Ls.isRetryableError=Nu;const X2=Yr.default;Mh.exports=X2,Mh.exports.default=X2;var f9=Mh.exports,Ru={},Co=null;typeof WebSocket<"u"?Co=WebSocket:typeof MozWebSocket<"u"?Co=MozWebSocket:typeof Nr<"u"?Co=Nr.WebSocket||Nr.MozWebSocket:typeof window<"u"?Co=window.WebSocket||window.MozWebSocket:typeof self<"u"&&(Co=self.WebSocket||self.MozWebSocket);var d9=Co,h9=Nr&&Nr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Ru,"__esModule",{value:!0}),Ru.ResilientWebSocket=void 0;const p9=h9(d9),m9=3e4+3e3;class g9{constructor(t,r){vt(this,"endpoint");vt(this,"wsClient");vt(this,"wsUserClosed");vt(this,"wsFailedAttempts");vt(this,"pingTimeout");vt(this,"logger");vt(this,"onError");vt(this,"onMessage");vt(this,"onReconnect");this.endpoint=t,this.logger=r,this.wsFailedAttempts=0,this.onError=n=>{var i;(i=this.logger)==null||i.error(n)},this.wsUserClosed=!0,this.onMessage=()=>{},this.onReconnect=()=>{}}async send(t){var r,n,i;(r=this.logger)==null||r.info(`Sending ${t}`),await this.waitForMaybeReadyWebSocket(),this.wsClient===void 0?(n=this.logger)==null||n.error("Couldn't connect to the websocket server. Error callback is called."):(i=this.wsClient)==null||i.send(t)}async startWebSocket(){var t;this.wsClient===void 0&&((t=this.logger)==null||t.info("Creating Web Socket client"),this.wsClient=new p9.default(this.endpoint),this.wsUserClosed=!1,this.wsClient.onopen=()=>{this.wsFailedAttempts=0,this.wsClient.on!==void 0&&this.heartbeat()},this.wsClient.onerror=r=>{this.onError(r.error)},this.wsClient.onmessage=r=>{this.onMessage(r.data)},this.wsClient.onclose=async()=>{var r,n;if(this.pingTimeout!==void 0&&clearInterval(this.pingTimeout),this.wsUserClosed===!1){this.wsFailedAttempts+=1,this.wsClient=void 0;const i=v9(this.wsFailedAttempts);(r=this.logger)==null||r.error(`Connection closed unexpectedly or because of timeout. Reconnecting after ${i}ms.`),await J2(i),this.restartUnexpectedClosedWebsocket()}else(n=this.logger)==null||n.info("The connection has been closed successfully.")},this.wsClient.on!==void 0&&this.wsClient.on("ping",this.heartbeat.bind(this)))}heartbeat(){var t;(t=this.logger)==null||t.info("Heartbeat"),this.pingTimeout!==void 0&&clearTimeout(this.pingTimeout),this.pingTimeout=setTimeout(()=>{var r,n;(r=this.logger)==null||r.warn("Connection timed out. Reconnecting..."),(n=this.wsClient)==null||n.terminate(),this.restartUnexpectedClosedWebsocket()},m9)}async waitForMaybeReadyWebSocket(){let t=0;for(;this.wsClient!==void 0&&this.wsClient.readyState!==this.wsClient.OPEN;)if(t>5e3){this.wsClient.close();return}else t+=10,await J2(10)}async restartUnexpectedClosedWebsocket(){var t;if(this.wsUserClosed!==!0){if(await this.startWebSocket(),await this.waitForMaybeReadyWebSocket(),this.wsClient===void 0){(t=this.logger)==null||t.error("Couldn't reconnect to websocket. Error callback is called.");return}this.onReconnect()}}closeWebSocket(){if(this.wsClient!==void 0){const t=this.wsClient;this.wsClient=void 0,t.close()}this.wsUserClosed=!0}}Ru.ResilientWebSocket=g9;async function J2(e){return new Promise(t=>setTimeout(t,e))}function v9(e){return 2**e*100}var Ao={};Object.defineProperty(Ao,"__esModule",{value:!0}),Ao.removeLeading0xIfExists=Ao.makeWebsocketUrl=void 0;function y9(e){const t=new URL("ws",e),r=t.protocol==="https:";return t.protocol=r?"wss:":"ws:",t.toString()}Ao.makeWebsocketUrl=y9;function b9(e){return e.startsWith("0x")?e.substring(2):e}Ao.removeLeading0xIfExists=b9;var Y2=Nr&&Nr.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(gu,"__esModule",{value:!0}),gu.PriceServiceConnection=void 0;const zh=nh,w9=Y2(k2),Z2=Y2(f9),_9=Ru,Vh=Ao;class x9{constructor(t,r){vt(this,"httpClient");vt(this,"priceFeedCallbacks");vt(this,"wsClient");vt(this,"wsEndpoint");vt(this,"logger");vt(this,"priceFeedRequestConfig");vt(this,"onWsError");var n,i,s;this.httpClient=w9.default.create({baseURL:t,timeout:(r==null?void 0:r.timeout)||5e3}),(0,Z2.default)(this.httpClient,{retries:(r==null?void 0:r.httpRetries)||3,retryDelay:Z2.default.exponentialDelay}),this.priceFeedRequestConfig={binary:(n=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:n.binary,verbose:((i=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:i.verbose)??(r==null?void 0:r.verbose),allowOutOfOrder:(s=r==null?void 0:r.priceFeedRequestConfig)==null?void 0:s.allowOutOfOrder},this.priceFeedCallbacks=new Map,this.logger=(r==null?void 0:r.logger)||{trace:()=>{},debug:()=>{},info:()=>{},warn:console.warn,error:console.error},this.onWsError=o=>{this.logger.error(o),typeof pn<"u"&&typeof pn.exit=="function"?(this.logger.error("Halting the process due to the websocket error"),pn.exit(1)):this.logger.error("Cannot halt process. Please handle the websocket error.")},this.wsEndpoint=(0,Vh.makeWebsocketUrl)(t)}async getLatestPriceFeeds(t){return t.length===0?[]:(await this.httpClient.get("/api/latest_price_feeds",{params:{ids:t,verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary}})).data.map(i=>zh.PriceFeed.fromJson(i))}async getLatestVaas(t){return(await this.httpClient.get("/api/latest_vaas",{params:{ids:t}})).data}async getVaa(t,r){const n=await this.httpClient.get("/api/get_vaa",{params:{id:t,publish_time:r}});return[n.data.vaa,n.data.publishTime]}async getPriceFeed(t,r){const n=await this.httpClient.get("/api/get_price_feed",{params:{id:t,publish_time:r,verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary}});return zh.PriceFeed.fromJson(n.data)}async getPriceFeedIds(){return(await this.httpClient.get("/api/price_feed_ids")).data}async subscribePriceFeedUpdates(t,r){var s;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(o=>(0,Vh.removeLeading0xIfExists)(o));const n=[];for(const o of t)this.priceFeedCallbacks.has(o)||(this.priceFeedCallbacks.set(o,new Set),n.push(o)),this.priceFeedCallbacks.get(o).add(r);const i={ids:n,type:"subscribe",verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary,allow_out_of_order:this.priceFeedRequestConfig.allowOutOfOrder};await((s=this.wsClient)==null?void 0:s.send(JSON.stringify(i)))}async unsubscribePriceFeedUpdates(t,r){var s;this.wsClient===void 0&&await this.startWebSocket(),t=t.map(o=>(0,Vh.removeLeading0xIfExists)(o));const n=[];for(const o of t)if(this.priceFeedCallbacks.has(o)){let a=!1;r===void 0?(this.priceFeedCallbacks.delete(o),a=!0):(this.priceFeedCallbacks.get(o).delete(r),this.priceFeedCallbacks.get(o).size===0&&(this.priceFeedCallbacks.delete(o),a=!0)),a&&n.push(o)}const i={ids:n,type:"unsubscribe"};await((s=this.wsClient)==null?void 0:s.send(JSON.stringify(i))),this.priceFeedCallbacks.size===0&&this.closeWebSocket()}async startWebSocket(){if(this.wsEndpoint===void 0)throw new Error("Websocket endpoint is undefined.");this.wsClient=new _9.ResilientWebSocket(this.wsEndpoint,this.logger),this.wsClient.onError=this.onWsError,this.wsClient.onReconnect=()=>{var t;if(this.priceFeedCallbacks.size>0){const r={ids:Array.from(this.priceFeedCallbacks.keys()),type:"subscribe",verbose:this.priceFeedRequestConfig.verbose,binary:this.priceFeedRequestConfig.binary,allow_out_of_order:this.priceFeedRequestConfig.allowOutOfOrder};this.logger.info("Resubscribing to existing price feeds."),(t=this.wsClient)==null||t.send(JSON.stringify(r))}},this.wsClient.onMessage=t=>{this.logger.info(`Received message ${t.toString()}`);let r;try{r=JSON.parse(t.toString())}catch(n){this.logger.error(`Error parsing message ${t.toString()} as JSON.`),this.logger.error(n),this.onWsError(n);return}if(r.type==="response")r.status==="error"&&(this.logger.error(`Error response from the websocket server ${r.error}.`),this.onWsError(new Error(r.error)));else if(r.type==="price_update"){let n;try{n=zh.PriceFeed.fromJson(r.price_feed)}catch(i){this.logger.error(`Error parsing price feeds from message ${t.toString()}.`),this.logger.error(i),this.onWsError(i);return}if(this.priceFeedCallbacks.has(n.id))for(const i of this.priceFeedCallbacks.get(n.id))i(n)}else this.logger.warn(`Ignoring unsupported server response ${t.toString()}.`)},await this.wsClient.startWebSocket()}closeWebSocket(){var t;(t=this.wsClient)==null||t.closeWebSocket(),this.wsClient=void 0,this.priceFeedCallbacks.clear()}}gu.PriceServiceConnection=x9,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseAccumulatorUpdateData=e.isAccumulatorUpdateData=e.Price=e.PriceFeed=e.PriceFeedMetadata=e.PriceServiceConnection=void 0;var t=gu;Object.defineProperty(e,"PriceServiceConnection",{enumerable:!0,get:function(){return t.PriceServiceConnection}});var r=nh;Object.defineProperty(e,"PriceFeedMetadata",{enumerable:!0,get:function(){return r.PriceFeedMetadata}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return r.PriceFeed}}),Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return r.Price}}),Object.defineProperty(e,"isAccumulatorUpdateData",{enumerable:!0,get:function(){return r.isAccumulatorUpdateData}}),Object.defineProperty(e,"parseAccumulatorUpdateData",{enumerable:!0,get:function(){return r.parseAccumulatorUpdateData}})}(rh),Object.defineProperty(mu,"__esModule",{value:!0}),mu.SuiPriceServiceConnection=void 0;const S9=rh,E9=Ha;class C9 extends S9.PriceServiceConnection{async getPriceFeedsUpdateData(t){return(await this.getLatestVaas(t)).map(n=>E9.Buffer.from(n,"base64"))}}mu.SuiPriceServiceConnection=C9;var Du={};Object.defineProperty(Du,"__esModule",{value:!0}),Du.SuiPythClient=void 0;const $u=bn,Mo=qn,A9=Ha,qh=16*1024;class M9{constructor(t,r,n){vt(this,"provider");vt(this,"pythStateId");vt(this,"wormholeStateId");vt(this,"pythPackageId");vt(this,"wormholePackageId");vt(this,"priceTableInfo");vt(this,"priceFeedObjectIdCache",new Map);vt(this,"baseUpdateFee");this.provider=t,this.pythStateId=r,this.wormholeStateId=n,this.pythPackageId=void 0,this.wormholePackageId=void 0}async getBaseUpdateFee(){if(this.baseUpdateFee===void 0){const t=await this.provider.getObject({id:this.pythStateId,options:{showContent:!0}});if(!t.data||!t.data.content||t.data.content.dataType!=="moveObject")throw new Error("Unable to fetch pyth state object");this.baseUpdateFee=t.data.content.fields.base_update_fee}return this.baseUpdateFee}async getPackageId(t){const r=await this.provider.getObject({id:t,options:{showContent:!0}}).then(n=>{var i,s,o;if(((s=(i=n.data)==null?void 0:i.content)==null?void 0:s.dataType)=="moveObject")return n.data.content.fields;throw console.log((o=n.data)==null?void 0:o.content),new Error(`Cannot fetch package id for object ${t}`)});if("upgrade_cap"in r)return r.upgrade_cap.fields.package;throw new Error("upgrade_cap not found")}async verifyVaas(t,r){const n=await this.getWormholePackageId(),i=[];for(const s of t){const[o]=r.moveCall({target:`${n}::vaa::parse_and_verify`,arguments:[r.object(this.wormholeStateId),r.pure(Mo.bcs.vector(Mo.bcs.U8).serialize(Array.from(s),{maxSize:qh}).toBytes()),r.object($u.SUI_CLOCK_OBJECT_ID)]});i.push(o)}return i}async updatePriceFeeds(t,r,n){const i=await this.getPythPackageId();let s;if(r.length>1)throw new Error("SDK does not support sending multiple accumulator messages in a single transaction");const o=this.extractVaaBytesFromAccumulatorMessage(r[0]),a=await this.verifyVaas([o],t);[s]=t.moveCall({target:`${i}::pyth::create_authenticated_price_infos_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(Mo.bcs.vector(Mo.bcs.U8).serialize(Array.from(r[0]),{maxSize:qh}).toBytes()),a[0],t.object($u.SUI_CLOCK_OBJECT_ID)]});const c=[],u=await this.getBaseUpdateFee(),l=t.splitCoins(t.gas,n.map(()=>t.pure.u64(u)));let f=0;for(const h of n){const y=await this.getPriceFeedObjectId(h);if(!y)throw new Error(`Price feed ${h} not found, please create it first`);c.push(y),[s]=t.moveCall({target:`${i}::pyth::update_single_price_feed`,arguments:[t.object(this.pythStateId),s,t.object(y),l[f],t.object($u.SUI_CLOCK_OBJECT_ID)]}),f++}return t.moveCall({target:`${i}::hot_potato_vector::destroy`,arguments:[s],typeArguments:[`${i}::price_info::PriceInfo`]}),c}async createPriceFeed(t,r){const n=await this.getPythPackageId();if(r.length>1)throw new Error("SDK does not support sending multiple accumulator messages in a single transaction");const i=this.extractVaaBytesFromAccumulatorMessage(r[0]),s=await this.verifyVaas([i],t);t.moveCall({target:`${n}::pyth::create_price_feeds_using_accumulator`,arguments:[t.object(this.pythStateId),t.pure(Mo.bcs.vector(Mo.bcs.U8).serialize(Array.from(r[0]),{maxSize:qh}).toBytes()),s[0],t.object($u.SUI_CLOCK_OBJECT_ID)]})}async getWormholePackageId(){return this.wormholePackageId||(this.wormholePackageId=await this.getPackageId(this.wormholeStateId)),this.wormholePackageId}async getPythPackageId(){return this.pythPackageId||(this.pythPackageId=await this.getPackageId(this.pythStateId)),this.pythPackageId}async getPriceFeedObjectId(t){const r=t.replace("0x","");if(!this.priceFeedObjectIdCache.has(r)){const{id:n,fieldType:i}=await this.getPriceTableInfo(),s=await this.provider.getDynamicFieldObject({parentId:n,name:{type:`${i}::price_identifier::PriceIdentifier`,value:{bytes:Array.from(A9.Buffer.from(r,"hex"))}}});if(!s.data||!s.data.content)return;if(s.data.content.dataType!=="moveObject")throw new Error("Price feed type mismatch");this.priceFeedObjectIdCache.set(r,s.data.content.fields.value)}return this.priceFeedObjectIdCache.get(r)}async getPriceTableInfo(){if(this.priceTableInfo===void 0){const t=await this.provider.getDynamicFieldObject({parentId:this.pythStateId,name:{type:"vector<u8>",value:"price_info"}});if(!t.data||!t.data.type)throw new Error("Price Table not found, contract may not be initialized");let r=t.data.type.replace("0x2::table::Table<","");r=r.replace("::price_identifier::PriceIdentifier, 0x2::object::ID>",""),this.priceTableInfo={id:t.data.objectId,fieldType:r}}return this.priceTableInfo}extractVaaBytesFromAccumulatorMessage(t){const n=7+t.readUint8(6)+1,i=t.readUint16BE(n),s=n+2;return t.subarray(s,s+i)}}Du.SuiPythClient=M9,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PriceFeed=e.Price=e.SuiPythClient=e.SuiPriceServiceConnection=void 0;var t=mu;Object.defineProperty(e,"SuiPriceServiceConnection",{enumerable:!0,get:function(){return t.SuiPriceServiceConnection}});var r=Du;Object.defineProperty(e,"SuiPythClient",{enumerable:!0,get:function(){return r.SuiPythClient}});var n=rh;Object.defineProperty(e,"Price",{enumerable:!0,get:function(){return n.Price}}),Object.defineProperty(e,"PriceFeed",{enumerable:!0,get:function(){return n.PriceFeed}})}(Hw);var Q2=KE,Hh=bn,T9=_o,Bu=Hw,O9=Object.create,Wh=Object.defineProperty,I9=Object.defineProperties,P9=Object.getOwnPropertyDescriptor,k9=Object.getOwnPropertyDescriptors,e_=Object.getOwnPropertyNames,t_=Object.getOwnPropertySymbols,j9=Object.getPrototypeOf,r_=Object.prototype.hasOwnProperty,N9=Object.prototype.propertyIsEnumerable,n_=(e,t,r)=>t in e?Wh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,R9=(e,t)=>{for(var r in t||(t={}))r_.call(t,r)&&n_(e,r,t[r]);if(t_)for(var r of t_(t))N9.call(t,r)&&n_(e,r,t[r]);return e},D9=(e,t)=>I9(e,k9(t)),$9=(e=>typeof Fn<"u"?Fn:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof Fn<"u"?Fn:t)[r]}):e)(function(e){if(typeof Fn<"u")return Fn.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),B9=(e,t)=>function(){return t||(0,e[e_(e)[0]])((t={exports:{}}).exports,t),t.exports},L9=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of e_(t))!r_.call(e,i)&&i!==r&&Wh(e,i,{get:()=>t[i],enumerable:!(n=P9(t,i))||n.enumerable});return e},To=(e,t,r)=>(r=e!=null?O9(j9(e)):{},L9(!e||!e.__esModule?Wh(r,"default",{value:e,enumerable:!0}):r,e)),bt=(e,t,r)=>new Promise((n,i)=>{var s=c=>{try{a(r.next(c))}catch(u){i(u)}},o=c=>{try{a(r.throw(c))}catch(u){i(u)}},a=c=>c.done?n(c.value):Promise.resolve(c.value).then(s,o);a((r=r.apply(e,t)).next())}),Oo=B9({"node_modules/bn.js/lib/bn.js"(e,t){(function(r,n){function i(p,d){if(!p)throw new Error(d||"Assertion failed")}function s(p,d){p.super_=d;var m=function(){};m.prototype=d.prototype,p.prototype=new m,p.prototype.constructor=p}function o(p,d,m){if(o.isBN(p))return p;this.negative=0,this.words=null,this.length=0,this.red=null,p!==null&&((d==="le"||d==="be")&&(m=d,d=10),this._init(p||0,d||10,m||"be"))}typeof r=="object"?r.exports=o:n.BN=o,o.BN=o,o.wordSize=26;var a;try{typeof window<"u"&&typeof window.Buffer<"u"?a=window.Buffer:a=$9("buffer").Buffer}catch{}o.isBN=function(d){return d instanceof o?!0:d!==null&&typeof d=="object"&&d.constructor.wordSize===o.wordSize&&Array.isArray(d.words)},o.max=function(d,m){return d.cmp(m)>0?d:m},o.min=function(d,m){return d.cmp(m)<0?d:m},o.prototype._init=function(d,m,x){if(typeof d=="number")return this._initNumber(d,m,x);if(typeof d=="object")return this._initArray(d,m,x);m==="hex"&&(m=16),i(m===(m|0)&&m>=2&&m<=36),d=d.toString().replace(/\s+/g,"");var A=0;d[0]==="-"&&(A++,this.negative=1),A<d.length&&(m===16?this._parseHex(d,A,x):(this._parseBase(d,m,A),x==="le"&&this._initArray(this.toArray(),m,x)))},o.prototype._initNumber=function(d,m,x){d<0&&(this.negative=1,d=-d),d<67108864?(this.words=[d&67108863],this.length=1):d<4503599627370496?(this.words=[d&67108863,d/67108864&67108863],this.length=2):(i(d<9007199254740992),this.words=[d&67108863,d/67108864&67108863,1],this.length=3),x==="le"&&this._initArray(this.toArray(),m,x)},o.prototype._initArray=function(d,m,x){if(i(typeof d.length=="number"),d.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(d.length/3),this.words=new Array(this.length);for(var A=0;A<this.length;A++)this.words[A]=0;var E,O,C=0;if(x==="be")for(A=d.length-1,E=0;A>=0;A-=3)O=d[A]|d[A-1]<<8|d[A-2]<<16,this.words[E]|=O<<C&67108863,this.words[E+1]=O>>>26-C&67108863,C+=24,C>=26&&(C-=26,E++);else if(x==="le")for(A=0,E=0;A<d.length;A+=3)O=d[A]|d[A+1]<<8|d[A+2]<<16,this.words[E]|=O<<C&67108863,this.words[E+1]=O>>>26-C&67108863,C+=24,C>=26&&(C-=26,E++);return this._strip()};function c(p,d){var m=p.charCodeAt(d);if(m>=48&&m<=57)return m-48;if(m>=65&&m<=70)return m-55;if(m>=97&&m<=102)return m-87;i(!1,"Invalid character in "+p)}function u(p,d,m){var x=c(p,m);return m-1>=d&&(x|=c(p,m-1)<<4),x}o.prototype._parseHex=function(d,m,x){this.length=Math.ceil((d.length-m)/6),this.words=new Array(this.length);for(var A=0;A<this.length;A++)this.words[A]=0;var E=0,O=0,C;if(x==="be")for(A=d.length-1;A>=m;A-=2)C=u(d,m,A)<<E,this.words[O]|=C&67108863,E>=18?(E-=18,O+=1,this.words[O]|=C>>>26):E+=8;else{var g=d.length-m;for(A=g%2===0?m+1:m;A<d.length;A+=2)C=u(d,m,A)<<E,this.words[O]|=C&67108863,E>=18?(E-=18,O+=1,this.words[O]|=C>>>26):E+=8}this._strip()};function l(p,d,m,x){for(var A=0,E=0,O=Math.min(p.length,m),C=d;C<O;C++){var g=p.charCodeAt(C)-48;A*=x,g>=49?E=g-49+10:g>=17?E=g-17+10:E=g,i(g>=0&&E<x,"Invalid character"),A+=E}return A}o.prototype._parseBase=function(d,m,x){this.words=[0],this.length=1;for(var A=0,E=1;E<=67108863;E*=m)A++;A--,E=E/m|0;for(var O=d.length-x,C=O%A,g=Math.min(O,O-C)+x,v=0,j=x;j<g;j+=A)v=l(d,j,j+A,m),this.imuln(E),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v);if(C!==0){var ee=1;for(v=l(d,j,d.length,m),j=0;j<C;j++)ee*=m;this.imuln(ee),this.words[0]+v<67108864?this.words[0]+=v:this._iaddn(v)}this._strip()},o.prototype.copy=function(d){d.words=new Array(this.length);for(var m=0;m<this.length;m++)d.words[m]=this.words[m];d.length=this.length,d.negative=this.negative,d.red=this.red};function f(p,d){p.words=d.words,p.length=d.length,p.negative=d.negative,p.red=d.red}if(o.prototype._move=function(d){f(d,this)},o.prototype.clone=function(){var d=new o(null);return this.copy(d),d},o.prototype._expand=function(d){for(;this.length<d;)this.words[this.length++]=0;return this},o.prototype._strip=function(){for(;this.length>1&&this.words[this.length-1]===0;)this.length--;return this._normSign()},o.prototype._normSign=function(){return this.length===1&&this.words[0]===0&&(this.negative=0),this},typeof Symbol<"u"&&typeof Symbol.for=="function")try{o.prototype[Symbol.for("nodejs.util.inspect.custom")]=h}catch{o.prototype.inspect=h}else o.prototype.inspect=h;function h(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var y=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],b=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],w=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(d,m){d=d||10,m=m|0||1;var x;if(d===16||d==="hex"){x="";for(var A=0,E=0,O=0;O<this.length;O++){var C=this.words[O],g=((C<<A|E)&16777215).toString(16);E=C>>>24-A&16777215,A+=2,A>=26&&(A-=26,O--),E!==0||O!==this.length-1?x=y[6-g.length]+g+x:x=g+x}for(E!==0&&(x=E.toString(16)+x);x.length%m!==0;)x="0"+x;return this.negative!==0&&(x="-"+x),x}if(d===(d|0)&&d>=2&&d<=36){var v=b[d],j=w[d];x="";var ee=this.clone();for(ee.negative=0;!ee.isZero();){var se=ee.modrn(j).toString(d);ee=ee.idivn(j),ee.isZero()?x=se+x:x=y[v-se.length]+se+x}for(this.isZero()&&(x="0"+x);x.length%m!==0;)x="0"+x;return this.negative!==0&&(x="-"+x),x}i(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var d=this.words[0];return this.length===2?d+=this.words[1]*67108864:this.length===3&&this.words[2]===1?d+=4503599627370496+this.words[1]*67108864:this.length>2&&i(!1,"Number can only safely store up to 53 bits"),this.negative!==0?-d:d},o.prototype.toJSON=function(){return this.toString(16,2)},a&&(o.prototype.toBuffer=function(d,m){return this.toArrayLike(a,d,m)}),o.prototype.toArray=function(d,m){return this.toArrayLike(Array,d,m)};var T=function(d,m){return d.allocUnsafe?d.allocUnsafe(m):new d(m)};o.prototype.toArrayLike=function(d,m,x){this._strip();var A=this.byteLength(),E=x||Math.max(1,A);i(A<=E,"byte array longer than desired length"),i(E>0,"Requested array length <= 0");var O=T(d,E),C=m==="le"?"LE":"BE";return this["_toArrayLike"+C](O,A),O},o.prototype._toArrayLikeLE=function(d,m){for(var x=0,A=0,E=0,O=0;E<this.length;E++){var C=this.words[E]<<O|A;d[x++]=C&255,x<d.length&&(d[x++]=C>>8&255),x<d.length&&(d[x++]=C>>16&255),O===6?(x<d.length&&(d[x++]=C>>24&255),A=0,O=0):(A=C>>>24,O+=2)}if(x<d.length)for(d[x++]=A;x<d.length;)d[x++]=0},o.prototype._toArrayLikeBE=function(d,m){for(var x=d.length-1,A=0,E=0,O=0;E<this.length;E++){var C=this.words[E]<<O|A;d[x--]=C&255,x>=0&&(d[x--]=C>>8&255),x>=0&&(d[x--]=C>>16&255),O===6?(x>=0&&(d[x--]=C>>24&255),A=0,O=0):(A=C>>>24,O+=2)}if(x>=0)for(d[x--]=A;x>=0;)d[x--]=0},Math.clz32?o.prototype._countBits=function(d){return 32-Math.clz32(d)}:o.prototype._countBits=function(d){var m=d,x=0;return m>=4096&&(x+=13,m>>>=13),m>=64&&(x+=7,m>>>=7),m>=8&&(x+=4,m>>>=4),m>=2&&(x+=2,m>>>=2),x+m},o.prototype._zeroBits=function(d){if(d===0)return 26;var m=d,x=0;return m&8191||(x+=13,m>>>=13),m&127||(x+=7,m>>>=7),m&15||(x+=4,m>>>=4),m&3||(x+=2,m>>>=2),m&1||x++,x},o.prototype.bitLength=function(){var d=this.words[this.length-1],m=this._countBits(d);return(this.length-1)*26+m};function P(p){for(var d=new Array(p.bitLength()),m=0;m<d.length;m++){var x=m/26|0,A=m%26;d[m]=p.words[x]>>>A&1}return d}o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var d=0,m=0;m<this.length;m++){var x=this._zeroBits(this.words[m]);if(d+=x,x!==26)break}return d},o.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},o.prototype.toTwos=function(d){return this.negative!==0?this.abs().inotn(d).iaddn(1):this.clone()},o.prototype.fromTwos=function(d){return this.testn(d-1)?this.notn(d).iaddn(1).ineg():this.clone()},o.prototype.isNeg=function(){return this.negative!==0},o.prototype.neg=function(){return this.clone().ineg()},o.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},o.prototype.iuor=function(d){for(;this.length<d.length;)this.words[this.length++]=0;for(var m=0;m<d.length;m++)this.words[m]=this.words[m]|d.words[m];return this._strip()},o.prototype.ior=function(d){return i((this.negative|d.negative)===0),this.iuor(d)},o.prototype.or=function(d){return this.length>d.length?this.clone().ior(d):d.clone().ior(this)},o.prototype.uor=function(d){return this.length>d.length?this.clone().iuor(d):d.clone().iuor(this)},o.prototype.iuand=function(d){var m;this.length>d.length?m=d:m=this;for(var x=0;x<m.length;x++)this.words[x]=this.words[x]&d.words[x];return this.length=m.length,this._strip()},o.prototype.iand=function(d){return i((this.negative|d.negative)===0),this.iuand(d)},o.prototype.and=function(d){return this.length>d.length?this.clone().iand(d):d.clone().iand(this)},o.prototype.uand=function(d){return this.length>d.length?this.clone().iuand(d):d.clone().iuand(this)},o.prototype.iuxor=function(d){var m,x;this.length>d.length?(m=this,x=d):(m=d,x=this);for(var A=0;A<x.length;A++)this.words[A]=m.words[A]^x.words[A];if(this!==m)for(;A<m.length;A++)this.words[A]=m.words[A];return this.length=m.length,this._strip()},o.prototype.ixor=function(d){return i((this.negative|d.negative)===0),this.iuxor(d)},o.prototype.xor=function(d){return this.length>d.length?this.clone().ixor(d):d.clone().ixor(this)},o.prototype.uxor=function(d){return this.length>d.length?this.clone().iuxor(d):d.clone().iuxor(this)},o.prototype.inotn=function(d){i(typeof d=="number"&&d>=0);var m=Math.ceil(d/26)|0,x=d%26;this._expand(m),x>0&&m--;for(var A=0;A<m;A++)this.words[A]=~this.words[A]&67108863;return x>0&&(this.words[A]=~this.words[A]&67108863>>26-x),this._strip()},o.prototype.notn=function(d){return this.clone().inotn(d)},o.prototype.setn=function(d,m){i(typeof d=="number"&&d>=0);var x=d/26|0,A=d%26;return this._expand(x+1),m?this.words[x]=this.words[x]|1<<A:this.words[x]=this.words[x]&~(1<<A),this._strip()},o.prototype.iadd=function(d){var m;if(this.negative!==0&&d.negative===0)return this.negative=0,m=this.isub(d),this.negative^=1,this._normSign();if(this.negative===0&&d.negative!==0)return d.negative=0,m=this.isub(d),d.negative=1,m._normSign();var x,A;this.length>d.length?(x=this,A=d):(x=d,A=this);for(var E=0,O=0;O<A.length;O++)m=(x.words[O]|0)+(A.words[O]|0)+E,this.words[O]=m&67108863,E=m>>>26;for(;E!==0&&O<x.length;O++)m=(x.words[O]|0)+E,this.words[O]=m&67108863,E=m>>>26;if(this.length=x.length,E!==0)this.words[this.length]=E,this.length++;else if(x!==this)for(;O<x.length;O++)this.words[O]=x.words[O];return this},o.prototype.add=function(d){var m;return d.negative!==0&&this.negative===0?(d.negative=0,m=this.sub(d),d.negative^=1,m):d.negative===0&&this.negative!==0?(this.negative=0,m=d.sub(this),this.negative=1,m):this.length>d.length?this.clone().iadd(d):d.clone().iadd(this)},o.prototype.isub=function(d){if(d.negative!==0){d.negative=0;var m=this.iadd(d);return d.negative=1,m._normSign()}else if(this.negative!==0)return this.negative=0,this.iadd(d),this.negative=1,this._normSign();var x=this.cmp(d);if(x===0)return this.negative=0,this.length=1,this.words[0]=0,this;var A,E;x>0?(A=this,E=d):(A=d,E=this);for(var O=0,C=0;C<E.length;C++)m=(A.words[C]|0)-(E.words[C]|0)+O,O=m>>26,this.words[C]=m&67108863;for(;O!==0&&C<A.length;C++)m=(A.words[C]|0)+O,O=m>>26,this.words[C]=m&67108863;if(O===0&&C<A.length&&A!==this)for(;C<A.length;C++)this.words[C]=A.words[C];return this.length=Math.max(this.length,C),A!==this&&(this.negative=1),this._strip()},o.prototype.sub=function(d){return this.clone().isub(d)};function k(p,d,m){m.negative=d.negative^p.negative;var x=p.length+d.length|0;m.length=x,x=x-1|0;var A=p.words[0]|0,E=d.words[0]|0,O=A*E,C=O&67108863,g=O/67108864|0;m.words[0]=C;for(var v=1;v<x;v++){for(var j=g>>>26,ee=g&67108863,se=Math.min(v,d.length-1),de=Math.max(0,v-p.length+1);de<=se;de++){var ve=v-de|0;A=p.words[ve]|0,E=d.words[de]|0,O=A*E+ee,j+=O/67108864|0,ee=O&67108863}m.words[v]=ee|0,g=j|0}return g!==0?m.words[v]=g|0:m.length--,m._strip()}var R=function(d,m,x){var A=d.words,E=m.words,O=x.words,C=0,g,v,j,ee=A[0]|0,se=ee&8191,de=ee>>>13,ve=A[1]|0,Se=ve&8191,xe=ve>>>13,He=A[2]|0,Fe=He&8191,dt=He>>>13,ht=A[3]|0,De=ht&8191,mt=ht>>>13,_e=A[4]|0,me=_e&8191,Me=_e>>>13,qe=A[5]|0,Re=qe&8191,Te=qe>>>13,Oe=A[6]|0,Le=Oe&8191,lt=Oe>>>13,ft=A[7]|0,We=ft&8191,kt=ft>>>13,St=A[8]|0,Qe=St&8191,Tt=St>>>13,Bt=A[9]|0,rt=Bt&8191,Et=Bt>>>13,Ot=E[0]|0,it=Ot&8191,jt=Ot>>>13,It=E[1]|0,nt=It&8191,_t=It>>>13,At=E[2]|0,Je=At&8191,gt=At>>>13,Pt=E[3]|0,st=Pt&8191,xt=Pt>>>13,Ut=E[4]|0,N=Ut&8191,S=Ut>>>13,M=E[5]|0,B=M&8191,K=M>>>13,Z=E[6]|0,re=Z&8191,$e=Z>>>13,tt=E[7]|0,Ne=tt&8191,V=tt>>>13,ae=E[8]|0,he=ae&8191,ke=ae>>>13,Ge=E[9]|0,je=Ge&8191,Ue=Ge>>>13;x.negative=d.negative^m.negative,x.length=19,g=Math.imul(se,it),v=Math.imul(se,jt),v=v+Math.imul(de,it)|0,j=Math.imul(de,jt);var ct=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(ct>>>26)|0,ct&=67108863,g=Math.imul(Se,it),v=Math.imul(Se,jt),v=v+Math.imul(xe,it)|0,j=Math.imul(xe,jt),g=g+Math.imul(se,nt)|0,v=v+Math.imul(se,_t)|0,v=v+Math.imul(de,nt)|0,j=j+Math.imul(de,_t)|0;var Jt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Jt>>>26)|0,Jt&=67108863,g=Math.imul(Fe,it),v=Math.imul(Fe,jt),v=v+Math.imul(dt,it)|0,j=Math.imul(dt,jt),g=g+Math.imul(Se,nt)|0,v=v+Math.imul(Se,_t)|0,v=v+Math.imul(xe,nt)|0,j=j+Math.imul(xe,_t)|0,g=g+Math.imul(se,Je)|0,v=v+Math.imul(se,gt)|0,v=v+Math.imul(de,Je)|0,j=j+Math.imul(de,gt)|0;var Nt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Nt>>>26)|0,Nt&=67108863,g=Math.imul(De,it),v=Math.imul(De,jt),v=v+Math.imul(mt,it)|0,j=Math.imul(mt,jt),g=g+Math.imul(Fe,nt)|0,v=v+Math.imul(Fe,_t)|0,v=v+Math.imul(dt,nt)|0,j=j+Math.imul(dt,_t)|0,g=g+Math.imul(Se,Je)|0,v=v+Math.imul(Se,gt)|0,v=v+Math.imul(xe,Je)|0,j=j+Math.imul(xe,gt)|0,g=g+Math.imul(se,st)|0,v=v+Math.imul(se,xt)|0,v=v+Math.imul(de,st)|0,j=j+Math.imul(de,xt)|0;var Lt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Lt>>>26)|0,Lt&=67108863,g=Math.imul(me,it),v=Math.imul(me,jt),v=v+Math.imul(Me,it)|0,j=Math.imul(Me,jt),g=g+Math.imul(De,nt)|0,v=v+Math.imul(De,_t)|0,v=v+Math.imul(mt,nt)|0,j=j+Math.imul(mt,_t)|0,g=g+Math.imul(Fe,Je)|0,v=v+Math.imul(Fe,gt)|0,v=v+Math.imul(dt,Je)|0,j=j+Math.imul(dt,gt)|0,g=g+Math.imul(Se,st)|0,v=v+Math.imul(Se,xt)|0,v=v+Math.imul(xe,st)|0,j=j+Math.imul(xe,xt)|0,g=g+Math.imul(se,N)|0,v=v+Math.imul(se,S)|0,v=v+Math.imul(de,N)|0,j=j+Math.imul(de,S)|0;var nr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(nr>>>26)|0,nr&=67108863,g=Math.imul(Re,it),v=Math.imul(Re,jt),v=v+Math.imul(Te,it)|0,j=Math.imul(Te,jt),g=g+Math.imul(me,nt)|0,v=v+Math.imul(me,_t)|0,v=v+Math.imul(Me,nt)|0,j=j+Math.imul(Me,_t)|0,g=g+Math.imul(De,Je)|0,v=v+Math.imul(De,gt)|0,v=v+Math.imul(mt,Je)|0,j=j+Math.imul(mt,gt)|0,g=g+Math.imul(Fe,st)|0,v=v+Math.imul(Fe,xt)|0,v=v+Math.imul(dt,st)|0,j=j+Math.imul(dt,xt)|0,g=g+Math.imul(Se,N)|0,v=v+Math.imul(Se,S)|0,v=v+Math.imul(xe,N)|0,j=j+Math.imul(xe,S)|0,g=g+Math.imul(se,B)|0,v=v+Math.imul(se,K)|0,v=v+Math.imul(de,B)|0,j=j+Math.imul(de,K)|0;var Er=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Er>>>26)|0,Er&=67108863,g=Math.imul(Le,it),v=Math.imul(Le,jt),v=v+Math.imul(lt,it)|0,j=Math.imul(lt,jt),g=g+Math.imul(Re,nt)|0,v=v+Math.imul(Re,_t)|0,v=v+Math.imul(Te,nt)|0,j=j+Math.imul(Te,_t)|0,g=g+Math.imul(me,Je)|0,v=v+Math.imul(me,gt)|0,v=v+Math.imul(Me,Je)|0,j=j+Math.imul(Me,gt)|0,g=g+Math.imul(De,st)|0,v=v+Math.imul(De,xt)|0,v=v+Math.imul(mt,st)|0,j=j+Math.imul(mt,xt)|0,g=g+Math.imul(Fe,N)|0,v=v+Math.imul(Fe,S)|0,v=v+Math.imul(dt,N)|0,j=j+Math.imul(dt,S)|0,g=g+Math.imul(Se,B)|0,v=v+Math.imul(Se,K)|0,v=v+Math.imul(xe,B)|0,j=j+Math.imul(xe,K)|0,g=g+Math.imul(se,re)|0,v=v+Math.imul(se,$e)|0,v=v+Math.imul(de,re)|0,j=j+Math.imul(de,$e)|0;var sr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(sr>>>26)|0,sr&=67108863,g=Math.imul(We,it),v=Math.imul(We,jt),v=v+Math.imul(kt,it)|0,j=Math.imul(kt,jt),g=g+Math.imul(Le,nt)|0,v=v+Math.imul(Le,_t)|0,v=v+Math.imul(lt,nt)|0,j=j+Math.imul(lt,_t)|0,g=g+Math.imul(Re,Je)|0,v=v+Math.imul(Re,gt)|0,v=v+Math.imul(Te,Je)|0,j=j+Math.imul(Te,gt)|0,g=g+Math.imul(me,st)|0,v=v+Math.imul(me,xt)|0,v=v+Math.imul(Me,st)|0,j=j+Math.imul(Me,xt)|0,g=g+Math.imul(De,N)|0,v=v+Math.imul(De,S)|0,v=v+Math.imul(mt,N)|0,j=j+Math.imul(mt,S)|0,g=g+Math.imul(Fe,B)|0,v=v+Math.imul(Fe,K)|0,v=v+Math.imul(dt,B)|0,j=j+Math.imul(dt,K)|0,g=g+Math.imul(Se,re)|0,v=v+Math.imul(Se,$e)|0,v=v+Math.imul(xe,re)|0,j=j+Math.imul(xe,$e)|0,g=g+Math.imul(se,Ne)|0,v=v+Math.imul(se,V)|0,v=v+Math.imul(de,Ne)|0,j=j+Math.imul(de,V)|0;var Yt=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Yt>>>26)|0,Yt&=67108863,g=Math.imul(Qe,it),v=Math.imul(Qe,jt),v=v+Math.imul(Tt,it)|0,j=Math.imul(Tt,jt),g=g+Math.imul(We,nt)|0,v=v+Math.imul(We,_t)|0,v=v+Math.imul(kt,nt)|0,j=j+Math.imul(kt,_t)|0,g=g+Math.imul(Le,Je)|0,v=v+Math.imul(Le,gt)|0,v=v+Math.imul(lt,Je)|0,j=j+Math.imul(lt,gt)|0,g=g+Math.imul(Re,st)|0,v=v+Math.imul(Re,xt)|0,v=v+Math.imul(Te,st)|0,j=j+Math.imul(Te,xt)|0,g=g+Math.imul(me,N)|0,v=v+Math.imul(me,S)|0,v=v+Math.imul(Me,N)|0,j=j+Math.imul(Me,S)|0,g=g+Math.imul(De,B)|0,v=v+Math.imul(De,K)|0,v=v+Math.imul(mt,B)|0,j=j+Math.imul(mt,K)|0,g=g+Math.imul(Fe,re)|0,v=v+Math.imul(Fe,$e)|0,v=v+Math.imul(dt,re)|0,j=j+Math.imul(dt,$e)|0,g=g+Math.imul(Se,Ne)|0,v=v+Math.imul(Se,V)|0,v=v+Math.imul(xe,Ne)|0,j=j+Math.imul(xe,V)|0,g=g+Math.imul(se,he)|0,v=v+Math.imul(se,ke)|0,v=v+Math.imul(de,he)|0,j=j+Math.imul(de,ke)|0;var yr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(yr>>>26)|0,yr&=67108863,g=Math.imul(rt,it),v=Math.imul(rt,jt),v=v+Math.imul(Et,it)|0,j=Math.imul(Et,jt),g=g+Math.imul(Qe,nt)|0,v=v+Math.imul(Qe,_t)|0,v=v+Math.imul(Tt,nt)|0,j=j+Math.imul(Tt,_t)|0,g=g+Math.imul(We,Je)|0,v=v+Math.imul(We,gt)|0,v=v+Math.imul(kt,Je)|0,j=j+Math.imul(kt,gt)|0,g=g+Math.imul(Le,st)|0,v=v+Math.imul(Le,xt)|0,v=v+Math.imul(lt,st)|0,j=j+Math.imul(lt,xt)|0,g=g+Math.imul(Re,N)|0,v=v+Math.imul(Re,S)|0,v=v+Math.imul(Te,N)|0,j=j+Math.imul(Te,S)|0,g=g+Math.imul(me,B)|0,v=v+Math.imul(me,K)|0,v=v+Math.imul(Me,B)|0,j=j+Math.imul(Me,K)|0,g=g+Math.imul(De,re)|0,v=v+Math.imul(De,$e)|0,v=v+Math.imul(mt,re)|0,j=j+Math.imul(mt,$e)|0,g=g+Math.imul(Fe,Ne)|0,v=v+Math.imul(Fe,V)|0,v=v+Math.imul(dt,Ne)|0,j=j+Math.imul(dt,V)|0,g=g+Math.imul(Se,he)|0,v=v+Math.imul(Se,ke)|0,v=v+Math.imul(xe,he)|0,j=j+Math.imul(xe,ke)|0,g=g+Math.imul(se,je)|0,v=v+Math.imul(se,Ue)|0,v=v+Math.imul(de,je)|0,j=j+Math.imul(de,Ue)|0;var Nn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Nn>>>26)|0,Nn&=67108863,g=Math.imul(rt,nt),v=Math.imul(rt,_t),v=v+Math.imul(Et,nt)|0,j=Math.imul(Et,_t),g=g+Math.imul(Qe,Je)|0,v=v+Math.imul(Qe,gt)|0,v=v+Math.imul(Tt,Je)|0,j=j+Math.imul(Tt,gt)|0,g=g+Math.imul(We,st)|0,v=v+Math.imul(We,xt)|0,v=v+Math.imul(kt,st)|0,j=j+Math.imul(kt,xt)|0,g=g+Math.imul(Le,N)|0,v=v+Math.imul(Le,S)|0,v=v+Math.imul(lt,N)|0,j=j+Math.imul(lt,S)|0,g=g+Math.imul(Re,B)|0,v=v+Math.imul(Re,K)|0,v=v+Math.imul(Te,B)|0,j=j+Math.imul(Te,K)|0,g=g+Math.imul(me,re)|0,v=v+Math.imul(me,$e)|0,v=v+Math.imul(Me,re)|0,j=j+Math.imul(Me,$e)|0,g=g+Math.imul(De,Ne)|0,v=v+Math.imul(De,V)|0,v=v+Math.imul(mt,Ne)|0,j=j+Math.imul(mt,V)|0,g=g+Math.imul(Fe,he)|0,v=v+Math.imul(Fe,ke)|0,v=v+Math.imul(dt,he)|0,j=j+Math.imul(dt,ke)|0,g=g+Math.imul(Se,je)|0,v=v+Math.imul(Se,Ue)|0,v=v+Math.imul(xe,je)|0,j=j+Math.imul(xe,Ue)|0;var Kr=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Kr>>>26)|0,Kr&=67108863,g=Math.imul(rt,Je),v=Math.imul(rt,gt),v=v+Math.imul(Et,Je)|0,j=Math.imul(Et,gt),g=g+Math.imul(Qe,st)|0,v=v+Math.imul(Qe,xt)|0,v=v+Math.imul(Tt,st)|0,j=j+Math.imul(Tt,xt)|0,g=g+Math.imul(We,N)|0,v=v+Math.imul(We,S)|0,v=v+Math.imul(kt,N)|0,j=j+Math.imul(kt,S)|0,g=g+Math.imul(Le,B)|0,v=v+Math.imul(Le,K)|0,v=v+Math.imul(lt,B)|0,j=j+Math.imul(lt,K)|0,g=g+Math.imul(Re,re)|0,v=v+Math.imul(Re,$e)|0,v=v+Math.imul(Te,re)|0,j=j+Math.imul(Te,$e)|0,g=g+Math.imul(me,Ne)|0,v=v+Math.imul(me,V)|0,v=v+Math.imul(Me,Ne)|0,j=j+Math.imul(Me,V)|0,g=g+Math.imul(De,he)|0,v=v+Math.imul(De,ke)|0,v=v+Math.imul(mt,he)|0,j=j+Math.imul(mt,ke)|0,g=g+Math.imul(Fe,je)|0,v=v+Math.imul(Fe,Ue)|0,v=v+Math.imul(dt,je)|0,j=j+Math.imul(dt,Ue)|0;var Rn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Rn>>>26)|0,Rn&=67108863,g=Math.imul(rt,st),v=Math.imul(rt,xt),v=v+Math.imul(Et,st)|0,j=Math.imul(Et,xt),g=g+Math.imul(Qe,N)|0,v=v+Math.imul(Qe,S)|0,v=v+Math.imul(Tt,N)|0,j=j+Math.imul(Tt,S)|0,g=g+Math.imul(We,B)|0,v=v+Math.imul(We,K)|0,v=v+Math.imul(kt,B)|0,j=j+Math.imul(kt,K)|0,g=g+Math.imul(Le,re)|0,v=v+Math.imul(Le,$e)|0,v=v+Math.imul(lt,re)|0,j=j+Math.imul(lt,$e)|0,g=g+Math.imul(Re,Ne)|0,v=v+Math.imul(Re,V)|0,v=v+Math.imul(Te,Ne)|0,j=j+Math.imul(Te,V)|0,g=g+Math.imul(me,he)|0,v=v+Math.imul(me,ke)|0,v=v+Math.imul(Me,he)|0,j=j+Math.imul(Me,ke)|0,g=g+Math.imul(De,je)|0,v=v+Math.imul(De,Ue)|0,v=v+Math.imul(mt,je)|0,j=j+Math.imul(mt,Ue)|0;var Ni=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Ni>>>26)|0,Ni&=67108863,g=Math.imul(rt,N),v=Math.imul(rt,S),v=v+Math.imul(Et,N)|0,j=Math.imul(Et,S),g=g+Math.imul(Qe,B)|0,v=v+Math.imul(Qe,K)|0,v=v+Math.imul(Tt,B)|0,j=j+Math.imul(Tt,K)|0,g=g+Math.imul(We,re)|0,v=v+Math.imul(We,$e)|0,v=v+Math.imul(kt,re)|0,j=j+Math.imul(kt,$e)|0,g=g+Math.imul(Le,Ne)|0,v=v+Math.imul(Le,V)|0,v=v+Math.imul(lt,Ne)|0,j=j+Math.imul(lt,V)|0,g=g+Math.imul(Re,he)|0,v=v+Math.imul(Re,ke)|0,v=v+Math.imul(Te,he)|0,j=j+Math.imul(Te,ke)|0,g=g+Math.imul(me,je)|0,v=v+Math.imul(me,Ue)|0,v=v+Math.imul(Me,je)|0,j=j+Math.imul(Me,Ue)|0;var Ri=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Ri>>>26)|0,Ri&=67108863,g=Math.imul(rt,B),v=Math.imul(rt,K),v=v+Math.imul(Et,B)|0,j=Math.imul(Et,K),g=g+Math.imul(Qe,re)|0,v=v+Math.imul(Qe,$e)|0,v=v+Math.imul(Tt,re)|0,j=j+Math.imul(Tt,$e)|0,g=g+Math.imul(We,Ne)|0,v=v+Math.imul(We,V)|0,v=v+Math.imul(kt,Ne)|0,j=j+Math.imul(kt,V)|0,g=g+Math.imul(Le,he)|0,v=v+Math.imul(Le,ke)|0,v=v+Math.imul(lt,he)|0,j=j+Math.imul(lt,ke)|0,g=g+Math.imul(Re,je)|0,v=v+Math.imul(Re,Ue)|0,v=v+Math.imul(Te,je)|0,j=j+Math.imul(Te,Ue)|0;var Dn=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,g=Math.imul(rt,re),v=Math.imul(rt,$e),v=v+Math.imul(Et,re)|0,j=Math.imul(Et,$e),g=g+Math.imul(Qe,Ne)|0,v=v+Math.imul(Qe,V)|0,v=v+Math.imul(Tt,Ne)|0,j=j+Math.imul(Tt,V)|0,g=g+Math.imul(We,he)|0,v=v+Math.imul(We,ke)|0,v=v+Math.imul(kt,he)|0,j=j+Math.imul(kt,ke)|0,g=g+Math.imul(Le,je)|0,v=v+Math.imul(Le,Ue)|0,v=v+Math.imul(lt,je)|0,j=j+Math.imul(lt,Ue)|0;var Di=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+(Di>>>26)|0,Di&=67108863,g=Math.imul(rt,Ne),v=Math.imul(rt,V),v=v+Math.imul(Et,Ne)|0,j=Math.imul(Et,V),g=g+Math.imul(Qe,he)|0,v=v+Math.imul(Qe,ke)|0,v=v+Math.imul(Tt,he)|0,j=j+Math.imul(Tt,ke)|0,g=g+Math.imul(We,je)|0,v=v+Math.imul(We,Ue)|0,v=v+Math.imul(kt,je)|0,j=j+Math.imul(kt,Ue)|0;var $i=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+($i>>>26)|0,$i&=67108863,g=Math.imul(rt,he),v=Math.imul(rt,ke),v=v+Math.imul(Et,he)|0,j=Math.imul(Et,ke),g=g+Math.imul(Qe,je)|0,v=v+Math.imul(Qe,Ue)|0,v=v+Math.imul(Tt,je)|0,j=j+Math.imul(Tt,Ue)|0;var $=(C+g|0)+((v&8191)<<13)|0;C=(j+(v>>>13)|0)+($>>>26)|0,$&=67108863,g=Math.imul(rt,je),v=Math.imul(rt,Ue),v=v+Math.imul(Et,je)|0,j=Math.imul(Et,Ue);var G=(C+g|0)+((v&8191)<<13)|0;return C=(j+(v>>>13)|0)+(G>>>26)|0,G&=67108863,O[0]=ct,O[1]=Jt,O[2]=Nt,O[3]=Lt,O[4]=nr,O[5]=Er,O[6]=sr,O[7]=Yt,O[8]=yr,O[9]=Nn,O[10]=Kr,O[11]=Rn,O[12]=Ni,O[13]=Ri,O[14]=Dn,O[15]=Di,O[16]=$i,O[17]=$,O[18]=G,C!==0&&(O[19]=C,x.length++),x};Math.imul||(R=k);function U(p,d,m){m.negative=d.negative^p.negative,m.length=p.length+d.length;for(var x=0,A=0,E=0;E<m.length-1;E++){var O=A;A=0;for(var C=x&67108863,g=Math.min(E,d.length-1),v=Math.max(0,E-p.length+1);v<=g;v++){var j=E-v,ee=p.words[j]|0,se=d.words[v]|0,de=ee*se,ve=de&67108863;O=O+(de/67108864|0)|0,ve=ve+C|0,C=ve&67108863,O=O+(ve>>>26)|0,A+=O>>>26,O&=67108863}m.words[E]=C,x=O,O=A}return x!==0?m.words[E]=x:m.length--,m._strip()}function L(p,d,m){return U(p,d,m)}o.prototype.mulTo=function(d,m){var x,A=this.length+d.length;return this.length===10&&d.length===10?x=R(this,d,m):A<63?x=k(this,d,m):A<1024?x=U(this,d,m):x=L(this,d,m),x},o.prototype.mul=function(d){var m=new o(null);return m.words=new Array(this.length+d.length),this.mulTo(d,m)},o.prototype.mulf=function(d){var m=new o(null);return m.words=new Array(this.length+d.length),L(this,d,m)},o.prototype.imul=function(d){return this.clone().mulTo(d,this)},o.prototype.imuln=function(d){var m=d<0;m&&(d=-d),i(typeof d=="number"),i(d<67108864);for(var x=0,A=0;A<this.length;A++){var E=(this.words[A]|0)*d,O=(E&67108863)+(x&67108863);x>>=26,x+=E/67108864|0,x+=O>>>26,this.words[A]=O&67108863}return x!==0&&(this.words[A]=x,this.length++),m?this.ineg():this},o.prototype.muln=function(d){return this.clone().imuln(d)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(d){var m=P(d);if(m.length===0)return new o(1);for(var x=this,A=0;A<m.length&&m[A]===0;A++,x=x.sqr());if(++A<m.length)for(var E=x.sqr();A<m.length;A++,E=E.sqr())m[A]!==0&&(x=x.mul(E));return x},o.prototype.iushln=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26,A=67108863>>>26-m<<26-m,E;if(m!==0){var O=0;for(E=0;E<this.length;E++){var C=this.words[E]&A,g=(this.words[E]|0)-C<<m;this.words[E]=g|O,O=C>>>26-m}O&&(this.words[E]=O,this.length++)}if(x!==0){for(E=this.length-1;E>=0;E--)this.words[E+x]=this.words[E];for(E=0;E<x;E++)this.words[E]=0;this.length+=x}return this._strip()},o.prototype.ishln=function(d){return i(this.negative===0),this.iushln(d)},o.prototype.iushrn=function(d,m,x){i(typeof d=="number"&&d>=0);var A;m?A=(m-m%26)/26:A=0;var E=d%26,O=Math.min((d-E)/26,this.length),C=67108863^67108863>>>E<<E,g=x;if(A-=O,A=Math.max(0,A),g){for(var v=0;v<O;v++)g.words[v]=this.words[v];g.length=O}if(O!==0)if(this.length>O)for(this.length-=O,v=0;v<this.length;v++)this.words[v]=this.words[v+O];else this.words[0]=0,this.length=1;var j=0;for(v=this.length-1;v>=0&&(j!==0||v>=A);v--){var ee=this.words[v]|0;this.words[v]=j<<26-E|ee>>>E,j=ee&C}return g&&j!==0&&(g.words[g.length++]=j),this.length===0&&(this.words[0]=0,this.length=1),this._strip()},o.prototype.ishrn=function(d,m,x){return i(this.negative===0),this.iushrn(d,m,x)},o.prototype.shln=function(d){return this.clone().ishln(d)},o.prototype.ushln=function(d){return this.clone().iushln(d)},o.prototype.shrn=function(d){return this.clone().ishrn(d)},o.prototype.ushrn=function(d){return this.clone().iushrn(d)},o.prototype.testn=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26,A=1<<m;if(this.length<=x)return!1;var E=this.words[x];return!!(E&A)},o.prototype.imaskn=function(d){i(typeof d=="number"&&d>=0);var m=d%26,x=(d-m)/26;if(i(this.negative===0,"imaskn works only with positive numbers"),this.length<=x)return this;if(m!==0&&x++,this.length=Math.min(x,this.length),m!==0){var A=67108863^67108863>>>m<<m;this.words[this.length-1]&=A}return this._strip()},o.prototype.maskn=function(d){return this.clone().imaskn(d)},o.prototype.iaddn=function(d){return i(typeof d=="number"),i(d<67108864),d<0?this.isubn(-d):this.negative!==0?this.length===1&&(this.words[0]|0)<=d?(this.words[0]=d-(this.words[0]|0),this.negative=0,this):(this.negative=0,this.isubn(d),this.negative=1,this):this._iaddn(d)},o.prototype._iaddn=function(d){this.words[0]+=d;for(var m=0;m<this.length&&this.words[m]>=67108864;m++)this.words[m]-=67108864,m===this.length-1?this.words[m+1]=1:this.words[m+1]++;return this.length=Math.max(this.length,m+1),this},o.prototype.isubn=function(d){if(i(typeof d=="number"),i(d<67108864),d<0)return this.iaddn(-d);if(this.negative!==0)return this.negative=0,this.iaddn(d),this.negative=1,this;if(this.words[0]-=d,this.length===1&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var m=0;m<this.length&&this.words[m]<0;m++)this.words[m]+=67108864,this.words[m+1]-=1;return this._strip()},o.prototype.addn=function(d){return this.clone().iaddn(d)},o.prototype.subn=function(d){return this.clone().isubn(d)},o.prototype.iabs=function(){return this.negative=0,this},o.prototype.abs=function(){return this.clone().iabs()},o.prototype._ishlnsubmul=function(d,m,x){var A=d.length+x,E;this._expand(A);var O,C=0;for(E=0;E<d.length;E++){O=(this.words[E+x]|0)+C;var g=(d.words[E]|0)*m;O-=g&67108863,C=(O>>26)-(g/67108864|0),this.words[E+x]=O&67108863}for(;E<this.length-x;E++)O=(this.words[E+x]|0)+C,C=O>>26,this.words[E+x]=O&67108863;if(C===0)return this._strip();for(i(C===-1),C=0,E=0;E<this.length;E++)O=-(this.words[E]|0)+C,C=O>>26,this.words[E]=O&67108863;return this.negative=1,this._strip()},o.prototype._wordDiv=function(d,m){var x=this.length-d.length,A=this.clone(),E=d,O=E.words[E.length-1]|0,C=this._countBits(O);x=26-C,x!==0&&(E=E.ushln(x),A.iushln(x),O=E.words[E.length-1]|0);var g=A.length-E.length,v;if(m!=="mod"){v=new o(null),v.length=g+1,v.words=new Array(v.length);for(var j=0;j<v.length;j++)v.words[j]=0}var ee=A.clone()._ishlnsubmul(E,1,g);ee.negative===0&&(A=ee,v&&(v.words[g]=1));for(var se=g-1;se>=0;se--){var de=(A.words[E.length+se]|0)*67108864+(A.words[E.length+se-1]|0);for(de=Math.min(de/O|0,67108863),A._ishlnsubmul(E,de,se);A.negative!==0;)de--,A.negative=0,A._ishlnsubmul(E,1,se),A.isZero()||(A.negative^=1);v&&(v.words[se]=de)}return v&&v._strip(),A._strip(),m!=="div"&&x!==0&&A.iushrn(x),{div:v||null,mod:A}},o.prototype.divmod=function(d,m,x){if(i(!d.isZero()),this.isZero())return{div:new o(0),mod:new o(0)};var A,E,O;return this.negative!==0&&d.negative===0?(O=this.neg().divmod(d,m),m!=="mod"&&(A=O.div.neg()),m!=="div"&&(E=O.mod.neg(),x&&E.negative!==0&&E.iadd(d)),{div:A,mod:E}):this.negative===0&&d.negative!==0?(O=this.divmod(d.neg(),m),m!=="mod"&&(A=O.div.neg()),{div:A,mod:O.mod}):this.negative&d.negative?(O=this.neg().divmod(d.neg(),m),m!=="div"&&(E=O.mod.neg(),x&&E.negative!==0&&E.isub(d)),{div:O.div,mod:E}):d.length>this.length||this.cmp(d)<0?{div:new o(0),mod:this}:d.length===1?m==="div"?{div:this.divn(d.words[0]),mod:null}:m==="mod"?{div:null,mod:new o(this.modrn(d.words[0]))}:{div:this.divn(d.words[0]),mod:new o(this.modrn(d.words[0]))}:this._wordDiv(d,m)},o.prototype.div=function(d){return this.divmod(d,"div",!1).div},o.prototype.mod=function(d){return this.divmod(d,"mod",!1).mod},o.prototype.umod=function(d){return this.divmod(d,"mod",!0).mod},o.prototype.divRound=function(d){var m=this.divmod(d);if(m.mod.isZero())return m.div;var x=m.div.negative!==0?m.mod.isub(d):m.mod,A=d.ushrn(1),E=d.andln(1),O=x.cmp(A);return O<0||E===1&&O===0?m.div:m.div.negative!==0?m.div.isubn(1):m.div.iaddn(1)},o.prototype.modrn=function(d){var m=d<0;m&&(d=-d),i(d<=67108863);for(var x=(1<<26)%d,A=0,E=this.length-1;E>=0;E--)A=(x*A+(this.words[E]|0))%d;return m?-A:A},o.prototype.modn=function(d){return this.modrn(d)},o.prototype.idivn=function(d){var m=d<0;m&&(d=-d),i(d<=67108863);for(var x=0,A=this.length-1;A>=0;A--){var E=(this.words[A]|0)+x*67108864;this.words[A]=E/d|0,x=E%d}return this._strip(),m?this.ineg():this},o.prototype.divn=function(d){return this.clone().idivn(d)},o.prototype.egcd=function(d){i(d.negative===0),i(!d.isZero());var m=this,x=d.clone();m.negative!==0?m=m.umod(d):m=m.clone();for(var A=new o(1),E=new o(0),O=new o(0),C=new o(1),g=0;m.isEven()&&x.isEven();)m.iushrn(1),x.iushrn(1),++g;for(var v=x.clone(),j=m.clone();!m.isZero();){for(var ee=0,se=1;!(m.words[0]&se)&&ee<26;++ee,se<<=1);if(ee>0)for(m.iushrn(ee);ee-- >0;)(A.isOdd()||E.isOdd())&&(A.iadd(v),E.isub(j)),A.iushrn(1),E.iushrn(1);for(var de=0,ve=1;!(x.words[0]&ve)&&de<26;++de,ve<<=1);if(de>0)for(x.iushrn(de);de-- >0;)(O.isOdd()||C.isOdd())&&(O.iadd(v),C.isub(j)),O.iushrn(1),C.iushrn(1);m.cmp(x)>=0?(m.isub(x),A.isub(O),E.isub(C)):(x.isub(m),O.isub(A),C.isub(E))}return{a:O,b:C,gcd:x.iushln(g)}},o.prototype._invmp=function(d){i(d.negative===0),i(!d.isZero());var m=this,x=d.clone();m.negative!==0?m=m.umod(d):m=m.clone();for(var A=new o(1),E=new o(0),O=x.clone();m.cmpn(1)>0&&x.cmpn(1)>0;){for(var C=0,g=1;!(m.words[0]&g)&&C<26;++C,g<<=1);if(C>0)for(m.iushrn(C);C-- >0;)A.isOdd()&&A.iadd(O),A.iushrn(1);for(var v=0,j=1;!(x.words[0]&j)&&v<26;++v,j<<=1);if(v>0)for(x.iushrn(v);v-- >0;)E.isOdd()&&E.iadd(O),E.iushrn(1);m.cmp(x)>=0?(m.isub(x),A.isub(E)):(x.isub(m),E.isub(A))}var ee;return m.cmpn(1)===0?ee=A:ee=E,ee.cmpn(0)<0&&ee.iadd(d),ee},o.prototype.gcd=function(d){if(this.isZero())return d.abs();if(d.isZero())return this.abs();var m=this.clone(),x=d.clone();m.negative=0,x.negative=0;for(var A=0;m.isEven()&&x.isEven();A++)m.iushrn(1),x.iushrn(1);do{for(;m.isEven();)m.iushrn(1);for(;x.isEven();)x.iushrn(1);var E=m.cmp(x);if(E<0){var O=m;m=x,x=O}else if(E===0||x.cmpn(1)===0)break;m.isub(x)}while(!0);return x.iushln(A)},o.prototype.invm=function(d){return this.egcd(d).a.umod(d)},o.prototype.isEven=function(){return(this.words[0]&1)===0},o.prototype.isOdd=function(){return(this.words[0]&1)===1},o.prototype.andln=function(d){return this.words[0]&d},o.prototype.bincn=function(d){i(typeof d=="number");var m=d%26,x=(d-m)/26,A=1<<m;if(this.length<=x)return this._expand(x+1),this.words[x]|=A,this;for(var E=A,O=x;E!==0&&O<this.length;O++){var C=this.words[O]|0;C+=E,E=C>>>26,C&=67108863,this.words[O]=C}return E!==0&&(this.words[O]=E,this.length++),this},o.prototype.isZero=function(){return this.length===1&&this.words[0]===0},o.prototype.cmpn=function(d){var m=d<0;if(this.negative!==0&&!m)return-1;if(this.negative===0&&m)return 1;this._strip();var x;if(this.length>1)x=1;else{m&&(d=-d),i(d<=67108863,"Number is too big");var A=this.words[0]|0;x=A===d?0:A<d?-1:1}return this.negative!==0?-x|0:x},o.prototype.cmp=function(d){if(this.negative!==0&&d.negative===0)return-1;if(this.negative===0&&d.negative!==0)return 1;var m=this.ucmp(d);return this.negative!==0?-m|0:m},o.prototype.ucmp=function(d){if(this.length>d.length)return 1;if(this.length<d.length)return-1;for(var m=0,x=this.length-1;x>=0;x--){var A=this.words[x]|0,E=d.words[x]|0;if(A!==E){A<E?m=-1:A>E&&(m=1);break}}return m},o.prototype.gtn=function(d){return this.cmpn(d)===1},o.prototype.gt=function(d){return this.cmp(d)===1},o.prototype.gten=function(d){return this.cmpn(d)>=0},o.prototype.gte=function(d){return this.cmp(d)>=0},o.prototype.ltn=function(d){return this.cmpn(d)===-1},o.prototype.lt=function(d){return this.cmp(d)===-1},o.prototype.lten=function(d){return this.cmpn(d)<=0},o.prototype.lte=function(d){return this.cmp(d)<=0},o.prototype.eqn=function(d){return this.cmpn(d)===0},o.prototype.eq=function(d){return this.cmp(d)===0},o.red=function(d){return new F(d)},o.prototype.toRed=function(d){return i(!this.red,"Already a number in reduction context"),i(this.negative===0,"red works only with positives"),d.convertTo(this)._forceRed(d)},o.prototype.fromRed=function(){return i(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(d){return this.red=d,this},o.prototype.forceRed=function(d){return i(!this.red,"Already a number in reduction context"),this._forceRed(d)},o.prototype.redAdd=function(d){return i(this.red,"redAdd works only with red numbers"),this.red.add(this,d)},o.prototype.redIAdd=function(d){return i(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,d)},o.prototype.redSub=function(d){return i(this.red,"redSub works only with red numbers"),this.red.sub(this,d)},o.prototype.redISub=function(d){return i(this.red,"redISub works only with red numbers"),this.red.isub(this,d)},o.prototype.redShl=function(d){return i(this.red,"redShl works only with red numbers"),this.red.shl(this,d)},o.prototype.redMul=function(d){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,d),this.red.mul(this,d)},o.prototype.redIMul=function(d){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,d),this.red.imul(this,d)},o.prototype.redSqr=function(){return i(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return i(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return i(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return i(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return i(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(d){return i(this.red&&!d.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,d)};var W={k256:null,p224:null,p192:null,p25519:null};function q(p,d){this.name=p,this.p=new o(d,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}q.prototype._tmp=function(){var d=new o(null);return d.words=new Array(Math.ceil(this.n/13)),d},q.prototype.ireduce=function(d){var m=d,x;do this.split(m,this.tmp),m=this.imulK(m),m=m.iadd(this.tmp),x=m.bitLength();while(x>this.n);var A=x<this.n?-1:m.ucmp(this.p);return A===0?(m.words[0]=0,m.length=1):A>0?m.isub(this.p):m.strip!==void 0?m.strip():m._strip(),m},q.prototype.split=function(d,m){d.iushrn(this.n,0,m)},q.prototype.imulK=function(d){return d.imul(this.k)};function X(){q.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}s(X,q),X.prototype.split=function(d,m){for(var x=4194303,A=Math.min(d.length,9),E=0;E<A;E++)m.words[E]=d.words[E];if(m.length=A,d.length<=9){d.words[0]=0,d.length=1;return}var O=d.words[9];for(m.words[m.length++]=O&x,E=10;E<d.length;E++){var C=d.words[E]|0;d.words[E-10]=(C&x)<<4|O>>>22,O=C}O>>>=22,d.words[E-10]=O,O===0&&d.length>10?d.length-=10:d.length-=9},X.prototype.imulK=function(d){d.words[d.length]=0,d.words[d.length+1]=0,d.length+=2;for(var m=0,x=0;x<d.length;x++){var A=d.words[x]|0;m+=A*977,d.words[x]=m&67108863,m=A*64+(m/67108864|0)}return d.words[d.length-1]===0&&(d.length--,d.words[d.length-1]===0&&d.length--),d};function ne(){q.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}s(ne,q);function oe(){q.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}s(oe,q);function H(){q.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}s(H,q),H.prototype.imulK=function(d){for(var m=0,x=0;x<d.length;x++){var A=(d.words[x]|0)*19+m,E=A&67108863;A>>>=26,d.words[x]=E,m=A}return m!==0&&(d.words[d.length++]=m),d},o._prime=function(d){if(W[d])return W[d];var m;if(d==="k256")m=new X;else if(d==="p224")m=new ne;else if(d==="p192")m=new oe;else if(d==="p25519")m=new H;else throw new Error("Unknown prime "+d);return W[d]=m,m};function F(p){if(typeof p=="string"){var d=o._prime(p);this.m=d.p,this.prime=d}else i(p.gtn(1),"modulus must be greater than 1"),this.m=p,this.prime=null}F.prototype._verify1=function(d){i(d.negative===0,"red works only with positives"),i(d.red,"red works only with red numbers")},F.prototype._verify2=function(d,m){i((d.negative|m.negative)===0,"red works only with positives"),i(d.red&&d.red===m.red,"red works only with red numbers")},F.prototype.imod=function(d){return this.prime?this.prime.ireduce(d)._forceRed(this):(f(d,d.umod(this.m)._forceRed(this)),d)},F.prototype.neg=function(d){return d.isZero()?d.clone():this.m.sub(d)._forceRed(this)},F.prototype.add=function(d,m){this._verify2(d,m);var x=d.add(m);return x.cmp(this.m)>=0&&x.isub(this.m),x._forceRed(this)},F.prototype.iadd=function(d,m){this._verify2(d,m);var x=d.iadd(m);return x.cmp(this.m)>=0&&x.isub(this.m),x},F.prototype.sub=function(d,m){this._verify2(d,m);var x=d.sub(m);return x.cmpn(0)<0&&x.iadd(this.m),x._forceRed(this)},F.prototype.isub=function(d,m){this._verify2(d,m);var x=d.isub(m);return x.cmpn(0)<0&&x.iadd(this.m),x},F.prototype.shl=function(d,m){return this._verify1(d),this.imod(d.ushln(m))},F.prototype.imul=function(d,m){return this._verify2(d,m),this.imod(d.imul(m))},F.prototype.mul=function(d,m){return this._verify2(d,m),this.imod(d.mul(m))},F.prototype.isqr=function(d){return this.imul(d,d.clone())},F.prototype.sqr=function(d){return this.mul(d,d)},F.prototype.sqrt=function(d){if(d.isZero())return d.clone();var m=this.m.andln(3);if(i(m%2===1),m===3){var x=this.m.add(new o(1)).iushrn(2);return this.pow(d,x)}for(var A=this.m.subn(1),E=0;!A.isZero()&&A.andln(1)===0;)E++,A.iushrn(1);i(!A.isZero());var O=new o(1).toRed(this),C=O.redNeg(),g=this.m.subn(1).iushrn(1),v=this.m.bitLength();for(v=new o(2*v*v).toRed(this);this.pow(v,g).cmp(C)!==0;)v.redIAdd(C);for(var j=this.pow(v,A),ee=this.pow(d,A.addn(1).iushrn(1)),se=this.pow(d,A),de=E;se.cmp(O)!==0;){for(var ve=se,Se=0;ve.cmp(O)!==0;Se++)ve=ve.redSqr();i(Se<de);var xe=this.pow(j,new o(1).iushln(de-Se-1));ee=ee.redMul(xe),j=xe.redSqr(),se=se.redMul(j),de=Se}return ee},F.prototype.invm=function(d){var m=d._invmp(this.m);return m.negative!==0?(m.negative=0,this.imod(m).redNeg()):this.imod(m)},F.prototype.pow=function(d,m){if(m.isZero())return new o(1).toRed(this);if(m.cmpn(1)===0)return d.clone();var x=4,A=new Array(1<<x);A[0]=new o(1).toRed(this),A[1]=d;for(var E=2;E<A.length;E++)A[E]=this.mul(A[E-1],d);var O=A[0],C=0,g=0,v=m.bitLength()%26;for(v===0&&(v=26),E=m.length-1;E>=0;E--){for(var j=m.words[E],ee=v-1;ee>=0;ee--){var se=j>>ee&1;if(O!==A[0]&&(O=this.sqr(O)),se===0&&C===0){g=0;continue}C<<=1,C|=se,g++,!(g!==x&&(E!==0||ee!==0))&&(O=this.mul(O,A[C]),g=0,C=0)}v=26}return O},F.prototype.convertTo=function(d){var m=d.umod(this.m);return m===d?m.clone():m},F.prototype.convertFrom=function(d){var m=d.clone();return m.red=null,m},o.mont=function(d){return new D(d)};function D(p){F.call(this,p),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}s(D,F),D.prototype.convertTo=function(d){return this.imod(d.ushln(this.shift))},D.prototype.convertFrom=function(d){var m=this.imod(d.mul(this.rinv));return m.red=null,m},D.prototype.imul=function(d,m){if(d.isZero()||m.isZero())return d.words[0]=0,d.length=1,d;var x=d.imul(m),A=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=x.isub(A).iushrn(this.shift),O=E;return E.cmp(this.m)>=0?O=E.isub(this.m):E.cmpn(0)<0&&(O=E.iadd(this.m)),O._forceRed(this)},D.prototype.mul=function(d,m){if(d.isZero()||m.isZero())return new o(0)._forceRed(this);var x=d.mul(m),A=x.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),E=x.isub(A).iushrn(this.shift),O=E;return E.cmp(this.m)>=0?O=E.isub(this.m):E.cmpn(0)<0&&(O=E.iadd(this.m)),O._forceRed(this)},D.prototype.invm=function(d){var m=this.imod(d._invmp(this.m).mul(this.r2));return m._forceRed(this)}})(typeof t>"u"||t,e)}}),Io=9e15,Xi=1e9,Gh="0123456789abcdef",Lu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Fu="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",Kh={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-Io,maxE:Io,crypto:!1},i_,Si,ot=!0,Uu="[DecimalError] ",Ji=Uu+"Invalid argument: ",s_=Uu+"Precision limit exceeded",o_=Uu+"crypto unavailable",a_="[object Decimal]",Or=Math.floor,hr=Math.pow,F9=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,U9=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,z9=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,c_=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,An=1e7,Ye=7,V9=9007199254740991,q9=Lu.length-1,Xh=Fu.length-1,ye={toStringTag:a_};ye.absoluteValue=ye.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Ke(e)},ye.ceil=function(){return Ke(new this.constructor(this),this.e+1,2)},ye.clampedTo=ye.clamp=function(e,t){var r,n=this,i=n.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(Ji+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)},ye.comparedTo=ye.cmp=function(e){var t,r,n,i,s=this,o=s.d,a=(e=new s.constructor(e)).d,c=s.s,u=e.s;if(!o||!a)return!c||!u?NaN:c!==u?c:o===a?0:!o^c<0?1:-1;if(!o[0]||!a[0])return o[0]?c:a[0]?-u:0;if(c!==u)return c;if(s.e!==e.e)return s.e>e.e^c<0?1:-1;for(n=o.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(o[t]!==a[t])return o[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1},ye.cosine=ye.cos=function(){var e,t,r=this,n=r.constructor;return r.d?r.d[0]?(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ye,n.rounding=1,r=H9(n,p_(n,r)),n.precision=e,n.rounding=t,Ke(Si==2||Si==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)},ye.cubeRoot=ye.cbrt=function(){var e,t,r,n,i,s,o,a,c,u,l=this,f=l.constructor;if(!l.isFinite()||l.isZero())return new f(l);for(ot=!1,s=l.s*hr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=wr(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=hr(r,1/3),e=Or((e+1)/3)-(e%3==(e<0?-1:2)),s==1/0?r="5e"+e:(r=s.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new f(r),n.s=l.s):n=new f(s.toString()),o=(e=f.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=qt(u.plus(l).times(a),u.plus(c),o+2,1),wr(a.d).slice(0,o)===(r=wr(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Ke(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}o+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(Ke(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return ot=!0,Ke(n,e,f.rounding,t)},ye.decimalPlaces=ye.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Or(this.e/Ye))*Ye,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},ye.dividedBy=ye.div=function(e){return qt(this,new this.constructor(e))},ye.dividedToIntegerBy=ye.divToInt=function(e){var t=this,r=t.constructor;return Ke(qt(t,new r(e),0,1,1),r.precision,r.rounding)},ye.equals=ye.eq=function(e){return this.cmp(e)===0},ye.floor=function(){return Ke(new this.constructor(this),this.e+1,3)},ye.greaterThan=ye.gt=function(e){return this.cmp(e)>0},ye.greaterThanOrEqualTo=ye.gte=function(e){var t=this.cmp(e);return t==1||t===0},ye.hyperbolicCosine=ye.cosh=function(){var e,t,r,n,i,s=this,o=s.constructor,a=new o(1);if(!s.isFinite())return new o(s.s?1/0:NaN);if(s.isZero())return a;r=o.precision,n=o.rounding,o.precision=r+Math.max(s.e,s.sd())+4,o.rounding=1,i=s.d.length,i<32?(e=Math.ceil(i/3),t=(1/Hu(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=Po(o,1,s.times(t),new o(1),!0);for(var c,u=e,l=new o(8);u--;)c=s.times(s),s=a.minus(c.times(l.minus(c.times(l))));return Ke(s,o.precision=r,o.rounding=n,!0)},ye.hyperbolicSine=ye.sinh=function(){var e,t,r,n,i=this,s=i.constructor;if(!i.isFinite()||i.isZero())return new s(i);if(t=s.precision,r=s.rounding,s.precision=t+Math.max(i.e,i.sd())+4,s.rounding=1,n=i.d.length,n<3)i=Po(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Hu(5,e)),i=Po(s,2,i,i,!0);for(var o,a=new s(5),c=new s(16),u=new s(20);e--;)o=i.times(i),i=i.times(a.plus(o.times(c.times(o).plus(u))))}return s.precision=t,s.rounding=r,Ke(i,t,r,!0)},ye.hyperbolicTangent=ye.tanh=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,qt(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)},ye.inverseCosine=ye.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,s=r.rounding;return n!==-1?n===0?t.isNeg()?Mn(r,i,s):new r(0):new r(NaN):t.isZero()?Mn(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=Mn(r,i+4,s).times(.5),r.precision=i,r.rounding=s,e.minus(t))},ye.inverseHyperbolicCosine=ye.acosh=function(){var e,t,r=this,n=r.constructor;return r.lte(1)?new n(r.eq(1)?0:NaN):r.isFinite()?(e=n.precision,t=n.rounding,n.precision=e+Math.max(Math.abs(r.e),r.sd())+4,n.rounding=1,ot=!1,r=r.times(r).minus(1).sqrt().plus(r),ot=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)},ye.inverseHyperbolicSine=ye.asinh=function(){var e,t,r=this,n=r.constructor;return!r.isFinite()||r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+2*Math.max(Math.abs(r.e),r.sd())+6,n.rounding=1,ot=!1,r=r.times(r).plus(1).sqrt().plus(r),ot=!0,n.precision=e,n.rounding=t,r.ln())},ye.inverseHyperbolicTangent=ye.atanh=function(){var e,t,r,n,i=this,s=i.constructor;return i.isFinite()?i.e>=0?new s(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=s.precision,t=s.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?Ke(new s(i),e,t,!0):(s.precision=r=n-i.e,i=qt(i.plus(1),new s(1).minus(i),r+e,1),s.precision=e+4,s.rounding=1,i=i.ln(),s.precision=e,s.rounding=t,i.times(.5))):new s(NaN)},ye.inverseSine=ye.asin=function(){var e,t,r,n,i=this,s=i.constructor;return i.isZero()?new s(i):(t=i.abs().cmp(1),r=s.precision,n=s.rounding,t!==-1?t===0?(e=Mn(s,r+4,n).times(.5),e.s=i.s,e):new s(NaN):(s.precision=r+6,s.rounding=1,i=i.div(new s(1).minus(i.times(i)).sqrt().plus(1)).atan(),s.precision=r,s.rounding=n,i.times(2)))},ye.inverseTangent=ye.atan=function(){var e,t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&f+4<=Xh)return o=Mn(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=Xh)return o=Mn(l,f+4,h).times(.5),o.s=u.s,o}for(l.precision=a=f+10,l.rounding=1,r=Math.min(28,a/Ye+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(ot=!1,t=Math.ceil(a/Ye),n=1,c=u.times(u),o=new l(u),i=u;e!==-1;)if(i=i.times(c),s=o.minus(i.div(n+=2)),i=i.times(c),o=s.plus(i.div(n+=2)),o.d[t]!==void 0)for(e=t;o.d[e]===s.d[e]&&e--;);return r&&(o=o.times(2<<r-1)),ot=!0,Ke(o,l.precision=f,l.rounding=h,!0)},ye.isFinite=function(){return!!this.d},ye.isInteger=ye.isInt=function(){return!!this.d&&Or(this.e/Ye)>this.d.length-2},ye.isNaN=function(){return!this.s},ye.isNegative=ye.isNeg=function(){return this.s<0},ye.isPositive=ye.isPos=function(){return this.s>0},ye.isZero=function(){return!!this.d&&this.d[0]===0},ye.lessThan=ye.lt=function(e){return this.cmp(e)<0},ye.lessThanOrEqualTo=ye.lte=function(e){return this.cmp(e)<1},ye.logarithm=ye.log=function(e){var t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding,y=5;if(e==null)e=new l(10),t=!0;else{if(e=new l(e),r=e.d,e.s<0||!r||!r[0]||e.eq(1))return new l(NaN);t=e.eq(10)}if(r=u.d,u.s<0||!r||!r[0]||u.eq(1))return new l(r&&!r[0]?-1/0:u.s!=1?NaN:r?0:1/0);if(t)if(r.length>1)s=!0;else{for(i=r[0];i%10===0;)i/=10;s=i!==1}if(ot=!1,a=f+y,o=Zi(u,a),n=t?qu(l,a+10):Zi(e,a),c=qt(o,n,a,1),Ja(c.d,i=f,h))do if(a+=10,o=Zi(u,a),n=t?qu(l,a+10):Zi(e,a),c=qt(o,n,a,1),!s){+wr(c.d).slice(i+1,i+15)+1==1e14&&(c=Ke(c,f+1,0));break}while(Ja(c.d,i+=10,h));return ot=!0,Ke(c,f,h)},ye.minus=ye.sub=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.constructor;if(e=new b(e),!y.d||!e.d)return!y.s||!e.s?e=new b(NaN):y.d?e.s=-e.s:e=new b(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(u=y.d,h=e.d,a=b.precision,c=b.rounding,!u[0]||!h[0]){if(h[0])e.s=-e.s;else if(u[0])e=new b(y);else return new b(c===3?-0:0);return ot?Ke(e,a,c):e}if(r=Or(e.e/Ye),l=Or(y.e/Ye),u=u.slice(),s=l-r,s){for(f=s<0,f?(t=u,s=-s,o=h.length):(t=h,r=l,o=u.length),n=Math.max(Math.ceil(a/Ye),o)+2,s>n&&(s=n,t.length=1),t.reverse(),n=s;n--;)t.push(0);t.reverse()}else{for(n=u.length,o=h.length,f=n<o,f&&(o=n),n=0;n<o;n++)if(u[n]!=h[n]){f=u[n]<h[n];break}s=0}for(f&&(t=u,u=h,h=t,e.s=-e.s),o=u.length,n=h.length-o;n>0;--n)u[o++]=0;for(n=h.length;n>s;){if(u[--n]<h[n]){for(i=n;i&&u[--i]===0;)u[i]=An-1;--u[i],u[n]+=An}u[n]-=h[n]}for(;u[--o]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Vu(u,r),ot?Ke(e,a,c):e):new b(c===3?-0:0)},ye.modulo=ye.mod=function(e){var t,r=this,n=r.constructor;return e=new n(e),!r.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||r.d&&!r.d[0]?Ke(new n(r),n.precision,n.rounding):(ot=!1,n.modulo==9?(t=qt(r,e.abs(),0,3,1),t.s*=e.s):t=qt(r,e,0,n.modulo,1),t=t.times(e),ot=!0,r.minus(t))},ye.naturalExponential=ye.exp=function(){return Jh(this)},ye.naturalLogarithm=ye.ln=function(){return Zi(this)},ye.negated=ye.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Ke(e)},ye.plus=ye.add=function(e){var t,r,n,i,s,o,a,c,u,l,f=this,h=f.constructor;if(e=new h(e),!f.d||!e.d)return!f.s||!e.s?e=new h(NaN):f.d||(e=new h(e.d||f.s===e.s?f:NaN)),e;if(f.s!=e.s)return e.s=-e.s,f.minus(e);if(u=f.d,l=e.d,a=h.precision,c=h.rounding,!u[0]||!l[0])return l[0]||(e=new h(f)),ot?Ke(e,a,c):e;if(s=Or(f.e/Ye),n=Or(e.e/Ye),u=u.slice(),i=s-n,i){for(i<0?(r=u,i=-i,o=l.length):(r=l,n=s,o=u.length),s=Math.ceil(a/Ye),o=s>o?s+1:o+1,i>o&&(i=o,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(o=u.length,i=l.length,o-i<0&&(i=o,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/An|0,u[i]%=An;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Vu(u,n),ot?Ke(e,a,c):e},ye.precision=ye.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Ji+e);return r.d?(t=u_(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},ye.round=function(){var e=this,t=e.constructor;return Ke(new t(e),e.e+1,t.rounding)},ye.sine=ye.sin=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ye,n.rounding=1,r=G9(n,p_(n,r)),n.precision=e,n.rounding=t,Ke(Si>2?r.neg():r,e,t,!0)):new n(NaN)},ye.squareRoot=ye.sqrt=function(){var e,t,r,n,i,s,o=this,a=o.d,c=o.e,u=o.s,l=o.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?o:1/0);for(ot=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=wr(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Or((c+1)/2)-(c<0||c%2),u==1/0?t="5e"+c:(t=u.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),n=new l(t)):n=new l(u.toString()),r=(c=l.precision)+3;;)if(s=n,n=s.plus(qt(o,s,r+2,1)).times(.5),wr(s.d).slice(0,r)===(t=wr(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(Ke(s,c+1,0),s.times(s).eq(o))){n=s;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(Ke(n,c+1,1),e=!n.times(n).eq(o));break}return ot=!0,Ke(n,c,l.rounding,e)},ye.tangent=ye.tan=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+10,n.rounding=1,r=r.sin(),r.s=1,r=qt(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Ke(Si==2||Si==4?r.neg():r,e,t,!0)):new n(NaN)},ye.times=ye.mul=function(e){var t,r,n,i,s,o,a,c,u,l=this,f=l.constructor,h=l.d,y=(e=new f(e)).d;if(e.s*=l.s,!h||!h[0]||!y||!y[0])return new f(!e.s||h&&!h[0]&&!y||y&&!y[0]&&!h?NaN:!h||!y?e.s/0:e.s*0);for(r=Or(l.e/Ye)+Or(e.e/Ye),c=h.length,u=y.length,c<u&&(s=h,h=y,y=s,o=c,c=u,u=o),s=[],o=c+u,n=o;n--;)s.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=s[i]+y[n]*h[i-n-1]+t,s[i--]=a%An|0,t=a/An|0;s[i]=(s[i]+t)%An|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Vu(s,r),ot?Ke(e,f.precision,f.rounding):e},ye.toBinary=function(e,t){return Zh(this,2,e,t)},ye.toDecimalPlaces=ye.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(qr(e,0,Xi),t===void 0?t=n.rounding:qr(t,0,8),Ke(r,e+r.e+1,t))},ye.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Zn(n,!0):(qr(e,0,Xi),t===void 0?t=i.rounding:qr(t,0,8),n=Ke(new i(n),e+1,t),r=Zn(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r},ye.toFixed=function(e,t){var r,n,i=this,s=i.constructor;return e===void 0?r=Zn(i):(qr(e,0,Xi),t===void 0?t=s.rounding:qr(t,0,8),n=Ke(new s(i),e+i.e+1,t),r=Zn(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r},ye.toFraction=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.d,w=y.constructor;if(!b)return new w(y);if(u=r=new w(1),n=c=new w(0),t=new w(n),s=t.e=u_(b)-y.e-1,o=s%Ye,t.d[0]=hr(10,o<0?Ye+o:o),e==null)e=s>0?t:u;else{if(a=new w(e),!a.isInt()||a.lt(u))throw Error(Ji+a);e=a.gt(t)?s>0?t:u:a}for(ot=!1,a=new w(wr(b)),l=w.precision,w.precision=s=b.length*Ye*2;f=qt(a,t,0,1,1),i=r.plus(f.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(f.times(i)),c=i,i=t,t=a.minus(f.times(i)),a=i;return i=qt(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=y.s,h=qt(u,n,s,1).minus(y).abs().cmp(qt(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],w.precision=l,ot=!0,h},ye.toHexadecimal=ye.toHex=function(e,t){return Zh(this,16,e,t)},ye.toNearest=function(e,t){var r=this,n=r.constructor;if(r=new n(r),e==null){if(!r.d)return r;e=new n(1),t=n.rounding}else{if(e=new n(e),t===void 0?t=n.rounding:qr(t,0,8),!r.d)return e.s?r:e;if(!e.d)return e.s&&(e.s=r.s),e}return e.d[0]?(ot=!1,r=qt(r,e,0,t,1).times(e),ot=!0,Ke(r)):(e.s=r.s,r=e),r},ye.toNumber=function(){return+this},ye.toOctal=function(e,t){return Zh(this,8,e,t)},ye.toPower=ye.pow=function(e){var t,r,n,i,s,o,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(hr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Ke(a,n,s);if(t=Or(e.e/Ye),t>=e.d.length-1&&(r=u<0?-u:u)<=V9)return i=l_(c,a,r,n),e.s<0?new c(1).div(i):Ke(i,n,s);if(o=a.s,o<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(o=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=o,a}return r=hr(+a,u),t=r==0||!isFinite(r)?Or(u*(Math.log("0."+wr(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?o/0:0):(ot=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=Jh(e.times(Zi(a,n+r)),n),i.d&&(i=Ke(i,n+5,1),Ja(i.d,n,s)&&(t=n+10,i=Ke(Jh(e.times(Zi(a,t+r)),t),t+5,1),+wr(i.d).slice(n+1,n+15)+1==1e14&&(i=Ke(i,n+1,0)))),i.s=o,ot=!0,c.rounding=s,Ke(i,n,s))},ye.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=Zn(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(qr(e,1,Xi),t===void 0?t=i.rounding:qr(t,0,8),n=Ke(new i(n),e,t),r=Zn(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r},ye.toSignificantDigits=ye.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(qr(e,1,Xi),t===void 0?t=n.rounding:qr(t,0,8)),Ke(new n(r),e,t)},ye.toString=function(){var e=this,t=e.constructor,r=Zn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},ye.truncated=ye.trunc=function(){return Ke(new this.constructor(this),this.e+1,1)},ye.valueOf=ye.toJSON=function(){var e=this,t=e.constructor,r=Zn(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function wr(e){var t,r,n,i=e.length-1,s="",o=e[0];if(i>0){for(s+=o,t=1;t<i;t++)n=e[t]+"",r=Ye-n.length,r&&(s+=Yi(r)),s+=n;o=e[t],n=o+"",r=Ye-n.length,r&&(s+=Yi(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return s+o}function qr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Ji+e)}function Ja(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=Ye,i=0):(i=Math.ceil((t+1)/Ye),t%=Ye),s=hr(10,Ye-t),a=e[i]%s|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),o=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):o=(r<4&&a+1==s||r>3&&a+1==s/2)&&(e[i+1]/s/100|0)==hr(10,t-2)-1||(a==s/2||a==0)&&(e[i+1]/s/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),o=(n||r<4)&&a==9999||!n&&r>3&&a==4999):o=((n||r<4)&&a+1==s||!n&&r>3&&a+1==s/2)&&(e[i+1]/s/1e3|0)==hr(10,t-3)-1,o}function zu(e,t,r){for(var n,i=[0],s,o=0,a=e.length;o<a;){for(s=i.length;s--;)i[s]*=t;for(i[0]+=Gh.indexOf(e.charAt(o++)),n=0;n<i.length;n++)i[n]>r-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/r|0,i[n]%=r)}return i.reverse()}function H9(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Hu(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=Po(e,1,t.times(i),new e(1));for(var s=r;s--;){var o=t.times(t);t=o.times(o).minus(o).times(8).plus(1)}return e.precision-=r,t}var qt=function(){function e(n,i,s){var o,a=0,c=n.length;for(n=n.slice();c--;)o=n[c]*i+a,n[c]=o%s|0,a=o/s|0;return a&&n.unshift(a),n}function t(n,i,s,o){var a,c;if(s!=o)c=s>o?1:-1;else for(a=c=0;a<s;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,s,o){for(var a=0;s--;)n[s]-=a,a=n[s]<i[s]?1:0,n[s]=a*o+n[s]-i[s];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,s,o,a,c){var u,l,f,h,y,b,w,T,P,k,R,U,L,W,q,X,ne,oe,H,F,D=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new D(!n.s||!i.s||(d?m&&d[0]==m[0]:!m)?NaN:d&&d[0]==0||!m?p*0:p/0);for(c?(y=1,l=n.e-i.e):(c=An,y=Ye,l=Or(n.e/y)-Or(i.e/y)),H=m.length,ne=d.length,P=new D(p),k=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(W=s=D.precision,o=D.rounding):a?W=s+(n.e-i.e)+1:W=s,W<0)k.push(1),b=!0;else{if(W=W/y+2|0,f=0,H==1){for(h=0,m=m[0],W++;(f<ne||h)&&W--;f++)q=h*c+(d[f]||0),k[f]=q/m|0,h=q%m|0;b=h||f<ne}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),H=m.length,ne=d.length),X=H,R=d.slice(0,H),U=R.length;U<H;)R[U++]=0;F=m.slice(),F.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do h=0,u=t(m,R,H,U),u<0?(L=R[0],H!=U&&(L=L*c+(R[1]||0)),h=L/oe|0,h>1?(h>=c&&(h=c-1),w=e(m,h,c),T=w.length,U=R.length,u=t(w,R,T,U),u==1&&(h--,r(w,H<T?F:m,T,c))):(h==0&&(u=h=1),w=m.slice()),T=w.length,T<U&&w.unshift(0),r(R,w,U,c),u==-1&&(U=R.length,u=t(m,R,H,U),u<1&&(h++,r(R,H<U?F:m,U,c))),U=R.length):u===0&&(h++,R=[0]),k[f++]=h,u&&R[0]?R[U++]=d[X]||0:(R=[d[X]],U=1);while((X++<ne||R[0]!==void 0)&&W--);b=R[0]!==void 0}k[0]||k.shift()}if(y==1)P.e=l,i_=b;else{for(f=1,h=k[0];h>=10;h/=10)f++;P.e=f+l*y-1,Ke(P,a?s+P.e+1:s,o,b)}return P}}();function Ke(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor;e:if(t!=null){if(f=e.d,!f)return e;for(i=1,a=f[0];a>=10;a/=10)i++;if(s=t-i,s<0)s+=Ye,o=t,l=f[h=0],c=l/hr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/Ye),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=Ye,o=s-Ye+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=Ye,o=s-Ye+i,c=o<0?0:l/hr(10,i-o-1)%10|0}if(n=n||t<0||f[h+1]!==void 0||(o<0?l:l%hr(10,i-o-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(s>0?o>0?l/hr(10,i-o):0:f[h-1])%10&1||r==(e.s<0?8:7)),t<1||!f[0])return f.length=0,u?(t-=e.e+1,f[0]=hr(10,(Ye-t%Ye)%Ye),e.e=-t||0):f[0]=e.e=0,e;if(s==0?(f.length=h,a=1,h--):(f.length=h+1,a=hr(10,Ye-s),f[h]=o>0?(l/hr(10,i-o)%hr(10,o)|0)*a:0),u)for(;;)if(h==0){for(s=1,o=f[0];o>=10;o/=10)s++;for(o=f[0]+=a,a=1;o>=10;o/=10)a++;s!=a&&(e.e++,f[0]==An&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=An)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return ot&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function Zn(e,t,r){if(!e.isFinite())return h_(e);var n,i=e.e,s=wr(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+Yi(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+Yi(-i-1)+s,r&&(n=r-o)>0&&(s+=Yi(n))):i>=o?(s+=Yi(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+Yi(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=Yi(n))),s}function Vu(e,t){var r=e[0];for(t*=Ye;r>=10;r/=10)t++;return t}function qu(e,t,r){if(t>q9)throw ot=!0,r&&(e.precision=r),Error(s_);return Ke(new e(Lu),t,1,!0)}function Mn(e,t,r){if(t>Xh)throw Error(s_);return Ke(new e(Fu),t,r,!0)}function u_(e){var t=e.length-1,r=t*Ye+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function Yi(e){for(var t="";e--;)t+="0";return t}function l_(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/Ye+4);for(ot=!1;;){if(r%2&&(s=s.times(t),m_(s.d,o)&&(i=!0)),r=Or(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),m_(t.d,o)}return ot=!0,s}function f_(e){return e.d[e.d.length-1]&1}function d_(e,t,r){for(var n,i=new e(t[0]),s=0;++s<t.length;)if(n=new e(t[s]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function Jh(e,t){var r,n,i,s,o,a,c,u=0,l=0,f=0,h=e.constructor,y=h.rounding,b=h.precision;if(!e.d||!e.d[0]||e.e>17)return new h(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(ot=!1,c=b):c=t,a=new h(.03125);e.e>-2;)e=e.times(a),f+=5;for(n=Math.log(hr(2,f))/Math.LN10*2+5|0,c+=n,r=s=o=new h(1),h.precision=c;;){if(s=Ke(s.times(e),c,1),r=r.times(++l),a=o.plus(qt(s,r,c,1)),wr(a.d).slice(0,c)===wr(o.d).slice(0,c)){for(i=f;i--;)o=Ke(o.times(o),c,1);if(t==null)if(u<3&&Ja(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Ke(o,h.precision=b,y,ot=!0);else return h.precision=b,o}o=a}}function Zi(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,w=e,T=w.d,P=w.constructor,k=P.rounding,R=P.precision;if(w.s<0||!T||!T[0]||!w.e&&T[0]==1&&T.length==1)return new P(T&&!T[0]?-1/0:w.s!=1?NaN:T?0:w);if(t==null?(ot=!1,l=R):l=t,P.precision=l+=b,r=wr(T),n=r.charAt(0),Math.abs(s=w.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)w=w.times(e),r=wr(w.d),n=r.charAt(0),y++;s=w.e,n>1?(w=new P("0."+r),s++):w=new P(n+"."+r.slice(1))}else return u=qu(P,l+2,R).times(s+""),w=Zi(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=R,t==null?Ke(w,R,k,ot=!0):w;for(f=w,c=o=w=qt(w.minus(1),w.plus(1),l,1),h=Ke(w.times(w),l,1),i=3;;){if(o=Ke(o.times(h),l,1),u=c.plus(qt(o,new P(i),l,1)),wr(u.d).slice(0,l)===wr(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(qu(P,l+2,R).times(s+""))),c=qt(c,new P(y),l,1),t==null)if(Ja(c.d,l-b,k,a))P.precision=l+=b,u=o=w=qt(f.minus(1),f.plus(1),l,1),h=Ke(w.times(w),l,1),i=a=1;else return Ke(c,P.precision=R,k,ot=!0);else return P.precision=R,c;c=u,i+=2}}function h_(e){return String(e.s*e.s/0)}function Yh(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%Ye,r<0&&(n+=Ye),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ye;n<i;)e.d.push(+t.slice(n,n+=Ye));t=t.slice(n),n=Ye-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),ot&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function W9(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),c_.test(t))return Yh(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(U9.test(t))r=16,t=t.toLowerCase();else if(F9.test(t))r=2;else if(z9.test(t))r=8;else throw Error(Ji+t);for(s=t.search(/p/i),s>0?(c=+t.slice(s+1),t=t.substring(2,s)):t=t.slice(2),s=t.indexOf("."),o=s>=0,n=e.constructor,o&&(t=t.replace(".",""),a=t.length,s=a-s,i=l_(n,new n(r),s,s*2)),u=zu(t,r,An),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=Vu(u,l),e.d=u,ot=!1,o&&(e=qt(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?hr(2,c):Ya.pow(2,c))),ot=!0,e)}function G9(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:Po(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Hu(5,r)),t=Po(e,2,t,t);for(var i,s=new e(5),o=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(s.plus(i.times(o.times(i).minus(a))));return t}function Po(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/Ye);for(ot=!1,c=r.times(r),a=new e(n);;){if(o=qt(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=qt(o.times(c),new e(t++*t++),u,1),o=a.plus(n),o.d[l]!==void 0){for(s=l;o.d[s]===a.d[s]&&s--;);if(s==-1)break}s=a,a=n,n=o,o=s}return ot=!0,o.d.length=l+1,o}function Hu(e,t){for(var r=e;--t;)r*=e;return r}function p_(e,t){var r,n=t.s<0,i=Mn(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return Si=n?4:1,t;if(r=t.divToInt(i),r.isZero())Si=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return Si=f_(r)?n?2:3:n?4:1,t;Si=f_(r)?n?1:4:n?3:2}return t.minus(i).abs()}function Zh(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor,b=r!==void 0;if(b?(qr(r,1,Xi),n===void 0?n=y.rounding:qr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=h_(e);else{for(l=Zn(e),o=l.indexOf("."),b?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,o>=0&&(l=l.replace(".",""),h=new y(1),h.e=l.length-o,h.d=zu(Zn(h),10,i),h.e=h.d.length),f=zu(l,10,i),s=c=f.length;f[--c]==0;)f.pop();if(!f[0])l=b?"0p+0":"0";else{if(o<0?s--:(e=new y(e),e.d=f,e.e=s,e=qt(e,h,r,n,0,i),f=e.d,s=e.e,u=i_),o=f[r],a=i/2,u=u||f[r+1]!==void 0,u=n<4?(o!==void 0||u)&&(n===0||n===(e.s<0?3:2)):o>a||o===a&&(n===4||u||n===6&&f[r-1]&1||n===(e.s<0?8:7)),f.length=r,u)for(;++f[--r]>i-1;)f[r]=0,r||(++s,f.unshift(1));for(c=f.length;!f[c-1];--c);for(o=0,l="";o<c;o++)l+=Gh.charAt(f[o]);if(b){if(c>1)if(t==16||t==8){for(o=t==16?4:3,--c;c%o;c++)l+="0";for(f=zu(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=Gh.charAt(f[o])}else l=l.charAt(0)+"."+l.slice(1);l=l+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)l="0"+l;l="0."+l}else if(++s>c)for(s-=c;s--;)l+="0";else s<c&&(l=l.slice(0,s)+"."+l.slice(s))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function m_(e,t){if(e.length>t)return e.length=t,!0}function K9(e){return new this(e).abs()}function X9(e){return new this(e).acos()}function J9(e){return new this(e).acosh()}function Y9(e,t){return new this(e).plus(t)}function Z9(e){return new this(e).asin()}function Q9(e){return new this(e).asinh()}function ek(e){return new this(e).atan()}function tk(e){return new this(e).atanh()}function rk(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,s=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=Mn(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?Mn(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=Mn(this,s,1).times(.5),r.s=e.s):t.s<0?(this.precision=s,this.rounding=1,r=this.atan(qt(e,t,s,1)),t=Mn(this,s,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(qt(e,t,s,1)),r}function nk(e){return new this(e).cbrt()}function ik(e){return Ke(e=new this(e),e.e+1,2)}function sk(e,t,r){return new this(e).clamp(t,r)}function ok(e){if(!e||typeof e!="object")throw Error(Uu+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,Xi,"rounding",0,8,"toExpNeg",-Io,0,"toExpPos",0,Io,"maxE",0,Io,"minE",-Io,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=Kh[r]),(n=e[r])!==void 0)if(Or(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(Ji+r+": "+n);if(r="crypto",i&&(this[r]=Kh[r]),(n=e[r])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[r]=!0;else throw Error(o_);else this[r]=!1;else throw Error(Ji+r+": "+n);return this}function ak(e){return new this(e).cos()}function ck(e){return new this(e).cosh()}function g_(e){var t,r,n;function i(s){var o,a,c,u=this;if(!(u instanceof i))return new i(s);if(u.constructor=i,v_(s)){u.s=s.s,ot?!s.d||s.e>i.maxE?(u.e=NaN,u.d=null):s.e<i.minE?(u.e=0,u.d=[0]):(u.e=s.e,u.d=s.d.slice()):(u.e=s.e,u.d=s.d?s.d.slice():s.d);return}if(c=typeof s,c==="number"){if(s===0){u.s=1/s<0?-1:1,u.e=0,u.d=[0];return}if(s<0?(s=-s,u.s=-1):u.s=1,s===~~s&&s<1e7){for(o=0,a=s;a>=10;a/=10)o++;ot?o>i.maxE?(u.e=NaN,u.d=null):o<i.minE?(u.e=0,u.d=[0]):(u.e=o,u.d=[s]):(u.e=o,u.d=[s]);return}else if(s*0!==0){s||(u.s=NaN),u.e=NaN,u.d=null;return}return Yh(u,s.toString())}else if(c!=="string")throw Error(Ji+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),c_.test(s)?Yh(u,s):W9(u,s)}if(i.prototype=ye,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=ok,i.clone=g_,i.isDecimal=v_,i.abs=K9,i.acos=X9,i.acosh=J9,i.add=Y9,i.asin=Z9,i.asinh=Q9,i.atan=ek,i.atanh=tk,i.atan2=rk,i.cbrt=nk,i.ceil=ik,i.clamp=sk,i.cos=ak,i.cosh=ck,i.div=uk,i.exp=lk,i.floor=fk,i.hypot=dk,i.ln=hk,i.log=pk,i.log10=gk,i.log2=mk,i.max=vk,i.min=yk,i.mod=bk,i.mul=wk,i.pow=_k,i.random=xk,i.round=Sk,i.sign=Ek,i.sin=Ck,i.sinh=Ak,i.sqrt=Mk,i.sub=Tk,i.sum=Ok,i.tan=Ik,i.tanh=Pk,i.trunc=kk,e===void 0&&(e={}),e&&e.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function uk(e,t){return new this(e).div(t)}function lk(e){return new this(e).exp()}function fk(e){return Ke(e=new this(e),e.e+1,3)}function dk(){var e,t,r=new this(0);for(ot=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return ot=!0,new this(1/0);r=t}return ot=!0,r.sqrt()}function v_(e){return e instanceof Ya||e&&e.toStringTag===a_||!1}function hk(e){return new this(e).ln()}function pk(e,t){return new this(e).log(t)}function mk(e){return new this(e).log(2)}function gk(e){return new this(e).log(10)}function vk(){return d_(this,arguments,"lt")}function yk(){return d_(this,arguments,"gt")}function bk(e,t){return new this(e).mod(t)}function wk(e,t){return new this(e).mul(t)}function _k(e,t){return new this(e).pow(t)}function xk(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:qr(e,1,Xi),n=Math.ceil(e/Ye),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));s<n;)i=t[s],i>=429e7?t[s]=crypto.getRandomValues(new Uint32Array(1))[0]:a[s++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);s<n;)i=t[s]+(t[s+1]<<8)+(t[s+2]<<16)+((t[s+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,s):(a.push(i%1e7),s+=4);s=n/4}else throw Error(o_);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Ye,n&&e&&(i=hr(10,Ye-e),a[s]=(n/i|0)*i);a[s]===0;s--)a.pop();if(s<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Ye)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ye&&(r-=Ye-n)}return o.e=r,o.d=a,o}function Sk(e){return Ke(e=new this(e),e.e+1,this.rounding)}function Ek(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function Ck(e){return new this(e).sin()}function Ak(e){return new this(e).sinh()}function Mk(e){return new this(e).sqrt()}function Tk(e,t){return new this(e).sub(t)}function Ok(){var e=0,t=arguments,r=new this(t[e]);for(ot=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return ot=!0,Ke(r,this.precision,this.rounding)}function Ik(e){return new this(e).tan()}function Pk(e){return new this(e).tanh()}function kk(e){return Ke(e=new this(e),e.e+1,1)}ye[Symbol.for("nodejs.util.inspect.custom")]=ye.toString,ye[Symbol.toStringTag]="Decimal";var Ya=ye.constructor=g_(Kh);Lu=new Ya(Lu),Fu=new Ya(Fu);var Wu=Ya,Qi=To(Oo()),Qh=To(Oo()),jk=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet");this.slippage="900000000000000000",this.poolRegistry="0xfcc774493db2c45c79f688f88d28023a3e7d98e4ee9f48bbf5c7990f651577ae",this.protocolFeeVault="0xf194d9b1bcad972e45a7dd67dd49b3ee1e3357a00a50850c52cd51bb450e13b4",this.treasury="0x28e499dff5e864a2eafe476269a4f5035f1c16f338da7be18b103499abf271ce",this.insuranceFund="0xf0c40d67b078000e18032334c3325c47b9ec9f3d9ae4128be820d54663d14e3b",this.referrealVault="0x35d35b0e5b177593d8c3a801462485572fc30861e6ce96a55af6dc4730709278"}amountLimit(e){return new Qh.default(e).mul(new Qh.default(this.slippage)).div(new Qh.default("1000000000000000000")).toString()}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.aftermathLpSupplyType==null)throw new Error("LP supply type not supported");const f=[t.object(r.id),t.object(this.poolRegistry),t.object(this.protocolFeeVault),t.object(this.treasury),t.object(this.insuranceFund),t.object(this.referrealVault),t.pure.u64(this.amountLimit(r.amountOut)),t.pure.u64(this.slippage),n],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::aftermath::${c}`,typeArguments:[u,l,r.extendedDetails.aftermathLpSupplyType],arguments:f})})}},y_="0x000000000000000000000000000000000000000000000000000000000000dee9",Nk=class{constructor(e){if(e!==0)throw new Error("Aftermath only supported on mainnet")}getAccountCap(e,t){return bt(this,null,function*(){let r=50,n=null;for(;;){const i=e.getOwnedObjects({owner:t,cursor:n,limit:r,filter:{MoveModule:{package:y_,module:"custodian_v2"}}});if(i!=null&&i.data!=null){if(i.data.length!==0)return i.data[0].data.objectId;if(i.data.length<50)break}else break}return null})}getOrCreateAccountCap(e,t,r){return bt(this,null,function*(){let n=yield this.getAccountCap(t,r);return n!==null?{accountCap:e.object(n),isCreate:!1}:{accountCap:e.moveCall({target:`${y_}::clob_v2::create_account`,typeArguments:[],arguments:[]}),isCreate:!0}})}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=yield this.getOrCreateAccountCap(t,e.client,e.signer),h=[t.object(r.id),n,f.accountCap,t.object(ei)],y=vr(e.publishedAtV2(),i),b=t.moveCall({target:`${y}::deepbook::${c}`,typeArguments:[u,l],arguments:h});return f.isCreate&&t.transferObjects([f.accountCap],e.signer),b})}},Rk=class{constructor(e){if(e!==0)throw new Error("Kriya amm only supported on mainnet")}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=[t.object(r.id),n],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::kriya_amm::${c}`,typeArguments:[u,l],arguments:f})})}},Dk=class{constructor(e){if(e!==0)throw new Error("Kriya clmm only supported on mainnet");this.version="0xf5145a7ac345ca8736cf8c76047d00d6d378f30e81be6f6eb557184d9de93c78"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=[t.object(r.id),n,t.object(this.version),t.object(ei)],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::kriya_clmm::${c}`,typeArguments:[u,l],arguments:f})})}},$k=class{constructor(e){if(e!==0)throw new Error("Flowx only supported on mainnet");this.container="0xb65dcbf63fd3ad5d0ebfbf334780dc9f785eff38a4459e37ab08fa79576ee511"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=[t.object(this.container),n],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::flowx_amm::${c}`,typeArguments:[u,l],arguments:f})})}},Bk=class{constructor(e){if(e!==0)throw new Error("Flowx clmm only supported on mainnet");this.versioned="0x67624a1533b5aff5d0dfcf5e598684350efd38134d2d245f475524c03a64e656",this.poolRegistry="0x27565d24a4cd51127ac90e4074a841bbe356cca7bf5759ddc14a975be1632abc"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=[t.object(this.poolRegistry),t.pure.u64(r.feeRate*1e6),n,t.object(this.versioned),t.object(ei)],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::flowx_clmm::${c}`,typeArguments:[u,l],arguments:f})})}},Lk=class{constructor(e){if(e!==0)throw new Error("Turbos only supported on mainnet");this.versioned="0xf1cf0e81048df168ebeb1b8030fad24b3e0b53ae827c25053fff0779c1445b6f"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.turbosFeeType==null)throw new Error("Turbos fee type not supported");const f=[t.object(r.id),n,t.object(ei),t.object(this.versioned)],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::turbos::${c}`,typeArguments:[u,l,r.extendedDetails.turbosFeeType],arguments:f})})}},b_=class{constructor(e,t){this.globalConfig=e===0?"0xdaa46292632c3c4d8f31f23ea0f9b36a28ff3677e9684980e4438403a67a3d8f":"0x9774e359588ead122af1c7e7f64e14ade261cfeecdb5d0eb4a5b3b4c8ab8bd3e",this.partner=t??(e===0?"0x639b5e433da31739e800cd085f356e64cae222966d0f1b11bd9dc76b322ff58b":"0x1f5fa5c820f40d43fc47815ad06d95e40a1942ff72a732a92e8ef4aa8cde70a5")}flash_swap(e,t,r,n,i){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["flash_swap_a2b",o,a]:["flash_swap_b2a",a,o];let f=n?r.amountIn:r.amountOut;const h=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),t.pure.u64(f),t.pure.bool(n),t.object(ei)],y=vr(e.publishedAtV2(),i),b=t.moveCall({target:`${y}::cetus::${c}`,typeArguments:[u,l],arguments:h});return{targetCoin:b[0],flashReceipt:b[1],payAmount:b[2]}}repay_flash_swap(e,t,r,n,i,s){const{direction:o,from:a,target:c}=r,[u,l,f]=o?["repay_flash_swap_a2b",a,c]:["repay_flash_swap_b2a",c,a],h=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,i],y=vr(e.publishedAtV2(),s);return t.moveCall({target:`${y}::cetus::${u}`,typeArguments:[l,f],arguments:h})[0]}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=[t.object(this.globalConfig),t.object(r.id),t.object(this.partner),n,t.object(ei)],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::cetus::${c}`,typeArguments:[u,l],arguments:f})})}};function w_(e,...t){const r=Array.isArray(t[t.length-1])?t.pop():[];let i=[e,...t].filter(Boolean).join("::");return r&&r.length&&(i+=`<${r.join(", ")}>`),i}function Fk(e){return e.split("::")[0]}function Fs(e){var t;try{let r=e.replace(/\s/g,"");const n=r.match(/(<.+>)$/),i=(t=n==null?void 0:n[0])==null?void 0:t.match(/(\w+::\w+::\w+)(?:<.*?>(?!>))?/g);if(i){r=r.slice(0,r.indexOf("<"));const c=Fs(r),u=D9(R9({},c),{type_arguments:i.map(l=>Fs(l).source_address)});return u.type_arguments=u.type_arguments.map(l=>Qn.isSuiCoin(l)?l:Fs(l).source_address),u.source_address=w_(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===x_||r===Vk?"0x2":Hh.normalizeSuiObjectId(s[0]),module:s[1],name:s[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=w_(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function __(e){return Fs(e).source_address}var Uk="0x2::coin::Coin",zk=/^0x2::coin::Coin<(.+)>$/,x_="0x2::sui::SUI",Vk="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",Qn=class gs{static getCoinTypeArg(t){const r=t.type.match(zk);return r?r[1]:null}static isSUI(t){const r=gs.getCoinTypeArg(t);return r?gs.getCoinSymbol(r)==="SUI":!1}static getCoinSymbol(t){return t.substring(t.lastIndexOf(":")+1)}static getBalance(t){return BigInt(t.fields.balance)}static totalBalance(t,r){let n=BigInt(0);return t.forEach(i=>{r===i.coinAddress&&(n+=BigInt(i.balance))}),n}static getID(t){return t.fields.id.id}static getCoinTypeFromArg(t){return`${Uk}<${t}>`}static getCoinAssets(t,r){const n=[];return r.forEach(i=>{__(i.coinAddress)===__(t)&&n.push(i)}),n}static isSuiCoin(t){return Fs(t).full_address===x_}static selectCoinObjectIdGreaterThanOrEqual(t,r,n=[]){const i=gs.selectCoinAssetGreaterThanOrEqual(t,r,n),s=i.selectedCoins.map(c=>c.coinObjectId),o=i.remainingCoins,a=i.selectedCoins.map(c=>c.balance.toString());return{objectArray:s,remainCoins:o,amountArray:a}}static selectCoinAssetGreaterThanOrEqual(t,r,n=[]){const i=gs.sortByBalance(t.filter(u=>!n.includes(u.coinObjectId))),s=gs.calculateTotalBalance(i);if(s<r)return{selectedCoins:[],remainingCoins:i};if(s===r)return{selectedCoins:i,remainingCoins:[]};let o=BigInt(0);const a=[],c=[...i];for(;o<s;){const u=r-o,l=c.findIndex(h=>h.balance>=u);if(l!==-1){a.push(c[l]),c.splice(l,1);break}const f=c.pop();f.balance>0&&(a.push(f),o+=f.balance)}return{selectedCoins:gs.sortByBalance(a),remainingCoins:gs.sortByBalance(c)}}static sortByBalance(t){return t.sort((r,n)=>r.balance<n.balance?-1:r.balance>n.balance?1:0)}static sortByBalanceDes(t){return t.sort((r,n)=>r.balance>n.balance?-1:r.balance<n.balance?0:1)}static calculateTotalBalance(t){return t.reduce((r,n)=>r+n.balance,BigInt(0))}};function ep(e){switch(e){case 1e4:return"Calculate error";case 10001:return"Input number too large can not fit in target type";case 10002:return"No router";case 10003:return"Insufficient Liquidity";case 10004:return"Target token is detected as a HoneyPot scam";default:return"Unknown error"}}function es(e){const t=e.indexOf("::");if(t===-1)return e;const r=e.substring(0,t),n=e.substring(t);if(!r.startsWith("0x"))return e;const i=r.substring(2);return i.length>64?e:`0x${i.padStart(64,"0")}${n}`}function qk(e,t){e=es(e),t=es(t);const r=Math.min(e.length,t.length);for(let n=0;n<r;n++){if(e[n]>t[n])return!0;if(e[n]<t[n])return!1}return!0}function S_(e,t){return e.moveCall({target:"0x2::coin::zero",typeArguments:[t]})}function tp(e,t,r,n){const i=Qn.getCoinAssets(n,t);if(r===BigInt(0))return Qn.isSuiCoin(n)||i.length===0&&!Qn.isSuiCoin(n)?{targetCoin:S_(e,n),isMintZeroCoin:!0,targetCoinAmount:0}:{targetCoin:e.object(i[0].coinObjectId),isMintZeroCoin:!1,targetCoinAmount:Number(i[0].balance.toString())};if(Qn.calculateTotalBalance(i)<r)throw new AggregateError("Insufficient balance when build merge coin, coinType: "+n,"InsufficientBalance"+n);if(Qn.isSuiCoin(n))return{targetCoin:e.splitCoins(e.gas,[e.pure.u64(r.toString())]),isMintZeroCoin:!0,targetCoinAmount:Number(r.toString())};let o=Qn.sortByBalance(i);o.slice(0,3).reduce((h,y)=>h+y.balance,BigInt(0))<BigInt(r)&&(o=Qn.sortByBalanceDes(i));let c=Qn.selectCoinObjectIdGreaterThanOrEqual(o,r);const[u,...l]=c.objectArray;return l.length>0&&e.mergeCoins(u,l.map(h=>e.object(h))),{targetCoin:e.splitCoins(e.object(u),[e.pure.u64(r.toString())]),isMintZeroCoin:!1,targetCoinAmount:Number(r.toString())}}function Hk(e,t=!0){return bt(this,null,function*(){console.log("inputs",e.getData().inputs),e.getData().commands.forEach((r,n)=>{t&&console.log(`transaction ${n}: `,JSON.stringify(r,null,2))})})}function Wk(e){return!(!e.startsWith("0x")||e.length!==66)}var ko=To(Oo()),ts=To(Oo()),Za=To(Oo()),Ei=new Za.default(0);new Za.default(1);var Gk=new Za.default(2);Gk.pow(new Za.default(128));var Kk=new Za.default("18446744073709551615"),an=1e9;function Xk(e,t,r){let n=Ei;return t?n=e.mul(new ts.default(an-r*an)).div(new ts.default(an)):n=e.mul(new ts.default(an+r*an)).div(new ts.default(an)),Number(n.toString())}function Jk(e,t,r){let n=Ei;return t?n=e.mul(new ts.default(an-r*an)).div(new ts.default(an)):n=e.mul(new ts.default(an+r*an)).div(new ts.default(an)),n}function Yk(e,t,r){return new Wu(e).mul(Wu.pow(2,-64)).pow(2).mul(Wu.pow(10,t-r))}function Zk(e,t,r,n){return bt(this,null,function*(){var i,s,o,a,c;const{from:u,target:l,amount:f,byAmountIn:h,pools:y}=t,b=es(u),w=es(l),T=new T9.Transaction,P=qk(b,w),k=n===0?"0x3a5aa90ffa33d09100d7b6941ea1c0ffe6ab66e77062ddd26320c1b073aabb10":"0x19dd42e05fa6c9988a60d30686ee3feb776672b5547e328d6dab16563da65293",R=P?b:w,U=P?w:b,L=[R,U];console.log("typeArguments",L,k);for(let C=0;C<y.length;C++){const g=[T.object(y[C]),T.pure.bool(P),T.pure.bool(h),T.pure.u64(f.toString())];T.moveCall({target:`${k}::fetcher_script::calculate_swap_result`,arguments:g,typeArguments:L})}if(!Wk(r))throw new AggregateError("Aggregator package not set","InvalidWallet");Hk(T);const W=yield e.devInspectTransactionBlock({transactionBlock:T,sender:r});if(W.error!=null)throw console.log("simulateRes.error",W.error),new AggregateError("Aggregator package not set","SimulateError");const q=(i=W.events)==null?void 0:i.filter(C=>C.type.includes("CalculatedSwapResultEvent"));if(q.length===0||q.length!==y.length)throw new AggregateError("Simulate event result error","simulateEventError");let X=h?Ei:Kk,ne=0;for(let C=0;C<q.length;C+=1)if(!q[C].parsedJson.data.is_exceed)if(t.byAmountIn){const g=new ko.BN(q[C].parsedJson.data.amount_out);g.gt(X)&&(ne=C,X=g)}else{const g=new ko.BN(q[C].parsedJson.data.amount_out);g.lt(X)&&(ne=C,X=g)}const oe=q[ne].parsedJson.data;console.log("event",JSON.stringify(oe,null,2));const H=oe.step_results[0].current_sqrt_price,[F,D]=yield Promise.all([e.getCoinMetadata({coinType:R}).then(C=>C==null?void 0:C.decimals),e.getCoinMetadata({coinType:U}).then(C=>C==null?void 0:C.decimals)]);if(F==null||D==null)throw new AggregateError("Simulate event result error","CannotGetDecimals");const p=Yk(H,F,D),d=Number(oe.fee_rate)/1e6,m=new ko.BN((s=oe.amount_in)!=null?s:0),x=new ko.BN((o=oe.fee_amount)!=null?o:0),A=m.add(x),E={amountIn:A,amountOut:new ko.BN((a=oe.amount_out)!=null?a:0),routes:[{path:[{id:y[ne],direction:P,provider:"CETUS",from:b,target:w,feeRate:d,amountIn:oe.amount_in,amountOut:oe.amount_out,extendedDetails:{afterSqrtPrice:oe.after_sqrt_price}}],amountIn:A,amountOut:new ko.BN((c=oe.amount_out)!=null?c:0),initialPrice:p}],insufficientLiquidity:!1,byAmountIn:t.byAmountIn};return{isExceed:oe.is_exceed,routeData:E}})}var Qk=class{constructor(e){if(e!==0)throw new Error("Haedal only supported on mainnet")}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s}=r;if(!s)throw new Error("Haedal not support b2a swap");const o="swap_a2b",a=[t.object(r.id),t.object("0x5"),n],c=vr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::haedal::${o}`,typeArguments:[],arguments:a})})}},ej=class{constructor(e){if(e!==0)throw new Error("Afsui only supported on mainnet");this.stakedSuiVault="0x2f8f6d5da7f13ea37daa397724280483ed062769813b6f31e9788e59cc88994d",this.safe="0xeb685899830dd5837b47007809c76d91a098d52aabbf61e8ac467c59e5cc4610",this.referVault="0x4ce9a19b594599536c53edb25d22532f82f18038dc8ef618afd00fbbfb9845ef",this.validator="0xd30018ec3f5ff1a3c75656abf927a87d7f0529e6dc89c7ddd1bd27ecb05e3db2"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s}=r;if(!s)throw new Error("Afsui not support b2a swap");const o="swap_a2b",a=[t.object(this.stakedSuiVault),t.object(this.safe),t.object("0x5"),t.object(this.referVault),t.object(this.validator),n],c=vr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::afsui::${o}`,typeArguments:[],arguments:a})})}},tj=class{constructor(e){if(e!==0)throw new Error("Volo only supported on mainnet");this.nativePool="0x7fa2faa111b8c65bea48a23049bfd81ca8f971a262d981dcd9a17c3825cb5baf",this.metadata="0x680cd26af32b2bde8d3361e804c53ec1d1cfe24c7f039eb7f549e8dfde389a60"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s}=r;if(!s)throw new Error("Volo not support b2a swap");const o="swap_a2b",a=[t.object(this.nativePool),t.object(this.metadata),t.object("0x5"),n],c=vr(e.publishedAtV2(),i);return t.moveCall({target:`${c}::volo::${o}`,typeArguments:[],arguments:a})})}},rj=class{constructor(e){if(e!==0)throw new Error("Bluemove only supported on mainnet");this.dexInfo="0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=[t.object(this.dexInfo),n],h=vr(e.publishedAtV2(),i);return t.moveCall({target:`${h}::bluemove::${c}`,typeArguments:[u,l],arguments:f})})}},nj=class{constructor(e){this.deepbookV3Config=e===0?"0xe4099d0cda04f3aa80028fac91a9b3dbe50d08f2ff42aa2c29473926e34ca48c":"0xe19b5d072346cae83a037d4e3c8492068a74410a74e5830b3a68012db38296aa"}swap(e,t,r,n,i,s){return bt(this,null,function*(){const{direction:o,from:a,target:c}=r,[u,l,f]=o?["swap_a2b",a,c]:["swap_b2a",c,a];let h;s?h=s:h=S_(t,e.deepbookv3DeepFeeType());const y=[t.object(this.deepbookV3Config),t.object(r.id),n,h,t.object(ei)],b=jo(e.publishedAtV2Extend(),i);return t.moveCall({target:`${b}::deepbookv3::${u}`,typeArguments:[l,f],arguments:y})})}},ij=class{constructor(e){if(e!==0)throw new Error("Scallop only supported on mainnet");this.version=e===0?"0x07871c4b3c847a0f674510d4978d5cf6f960452795e8ff6f189fd2088a3f6ac7":"0x0",this.market=e===0?"0xa757975255146dc9686aa823b7838b507f315d704f428cbadad2f4ea061939d9":"0x0"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",o,a];if(r.extendedDetails==null)throw new Error("Extended details not supported");if(r.extendedDetails.scallopScoinTreasury==null)throw new Error("Scallop coin treasury not supported");const f=[t.object(this.version),t.object(this.market),t.object(r.extendedDetails.scallopScoinTreasury),n,t.object(ei)],h=jo(e.publishedAtV2Extend(),i);return t.moveCall({target:`${h}::scallop::${c}`,typeArguments:[u,l],arguments:f})})}},E_=class{constructor(e){if(e!==0)throw new Error("Suilend only supported on mainnet");this.sui_system_state=e===0?"0x0000000000000000000000000000000000000000000000000000000000000005":"0x0"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u]=s?["swap_a2b",a]:["swap_b2a",o],l=[t.object(r.id),t.object(this.sui_system_state),n],f=jo(e.publishedAtV2Extend(),i);return t.moveCall({target:`${f}::suilend::${c}`,typeArguments:[u],arguments:l})})}},sj=class{constructor(e){if(e!==0)throw new Error("Bluefin only supported on mainnet");this.globalConfig="0x03db251ba509a8d5d8777b6338836082335d93eecbdd09a11e190a1cff51c352"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o],f=[t.object(this.globalConfig),t.object(r.id),n,t.object(ei)],h=jo(e.publishedAtV2Extend(),i);return t.moveCall({target:`${h}::bluefin::${c}`,typeArguments:[u,l],arguments:f})})}},oj=class{constructor(e,t){if(e===1){this.connection=new Bu.SuiPriceServiceConnection("https://hermes-beta.pyth.network");const r="0x31358d198147da50db32eda2562951d53973a0c0ad5ed738e9b17d88b213d790",n="0x243759059f4c3111179da5878c12f68d612c21a8d54d85edc86164bb18be1c7c";this.pythClient=new Bu.SuiPythClient(t,n,r)}else{this.connection=new Bu.SuiPriceServiceConnection("https://hermes.pyth.network");const r="0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c",n="0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8";this.pythClient=new Bu.SuiPythClient(t,n,r)}}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u,l]=s?["swap_a2b",o,a]:["swap_b2a",a,o];let f,h;if(r.extendedDetails==null)throw new Error("Extended details not supported haedal pmm");if(!r.extendedDetails.haedalPmmBasePriceSeed||!r.extendedDetails.haedalPmmQuotePriceSeed)throw new Error("Base price seed or quote price seed not supported");f=r.extendedDetails.haedalPmmBasePriceSeed,h=r.extendedDetails.haedalPmmQuotePriceSeed;const y=[f,h],b=yield this.connection.getPriceFeedsUpdateData(y),w=yield this.pythClient.updatePriceFeeds(t,b,y),T=[t.object(r.id),t.object(w[0]),t.object(w[1]),n,t.object(ei)],P=jo(e.publishedAtV2Extend(),i);return t.moveCall({target:`${P}::haedalpmm::${c}`,typeArguments:[u,l],arguments:T})})}},aj=class{constructor(e){if(e!==0)throw new Error("Alphafi only supported on mainnet");this.sui_system_state=e===0?"0x0000000000000000000000000000000000000000000000000000000000000005":"0x0"}swap(e,t,r,n,i){return bt(this,null,function*(){const{direction:s,from:o,target:a}=r,[c,u]=s?["swap_a2b",a]:["swap_b2a",o],l=[t.object(r.id),t.object(this.sui_system_state),n],f=jo(e.publishedAtV2Extend(),i);return t.moveCall({target:`${f}::alphafi::${c}`,typeArguments:[u],arguments:l})})}},C_="CETUS",cj="DEEPBOOK",uj="KRIYA",lj="FLOWX",fj="FLOWXV3",dj="KRIYAV3",A_="TURBOS",rp="AFTERMATH",hj="HAEDAL",pj="VOLO",mj="AFSUI",gj="BLUEMOVE",M_="DEEPBOOKV3",T_="SCALLOP",vj="SUILEND",yj="BLUEFIN",O_="HAEDALPMM",bj="ALPHAFI",wj="SPRINGSUI",_j="https://api-sui.cetus.zone/router_v2";function I_(e){return Array.isArray(e.routers)}function np(e){return Array.isArray(e.routers)}var xj=class{constructor(e,t,r,n){this.endpoint=e?Aj(e):_j,this.client=r||new Q2.SuiClient({url:Q2.getFullnodeUrl("mainnet")}),this.signer=t||"",this.env=n||0,this.allCoins=new Map}getCoins(e,t=!0){return bt(this,null,function*(){if(this.signer==="")throw new Error("Signer is required, but not provided.");let r=null,n=50;if(!t){const s=this.allCoins.get(e);if(s)return s}const i=[];for(;;){const s=yield this.client.getCoins({owner:this.signer,coinType:e,cursor:r,limit:n});for(const o of s.data)i.push({coinAddress:Fs(o.coinType).source_address,coinObjectId:o.coinObjectId,balance:BigInt(o.balance)});if(s.data.length<n)break;r=s.data[n-1].coinObjectId}return this.allCoins.set(e,i),i})}findRouters(e){return bt(this,null,function*(){return Mj(this.endpoint,e)})}expectInputSwap(e,t,r,n,i,s,o){return bt(this,null,function*(){if(r.length===0)throw new Error("No router found");const a=r.map(b=>b.amountIn.toString()),c=r[0].path[0].from,u=r[0].path[r[0].path.length-1].target,l=e.splitCoins(t,a),f=[];for(let b=0;b<r.length;b++){if(r[b].path.length===0)throw new Error("Empty path");let w=l[b];for(const T of r[b].path)w=yield this.newDex(T.provider,i).swap(this,e,T,w,o,s);f.push(w)}const h=vr(this.publishedAtV2(),o);return this.transferOrDestoryCoin(e,t,c,this.publishedAtV2()),this.checkCoinThresholdAndMergeCoin(e,f,u,n,h)})}expectOutputSwap(e,t,r,n,i){return bt(this,null,function*(){const s=[],o=[],a=[],c=new b_(this.env,n),u=vr(this.publishedAtV2(),i);for(let f=0;f<r.length;f++){const h=r[f];for(let b=h.path.length-1;b>=0;b--){const w=h.path[b],T=c.flash_swap(this,e,w,!1);s.unshift(T.targetCoin),o.unshift(T.flashReceipt)}let y=t;for(let b=0;b<h.path.length;b++){const w=h.path[b],T=c.repay_flash_swap(this,e,w,y,o[b]);y=s[b],b===0?t=T:this.transferOrDestoryCoin(e,T,w.from,u),b===h.path.length-1&&a.push(y)}}const l=r[0].path[0].from;if(this.transferOrDestoryCoin(e,t,l,u),a.length>1){const f=e.makeMoveVec({elements:a.slice(1)});e.moveCall({target:`${Hh.SUI_FRAMEWORK_ADDRESS}::pay::join_vec`,typeArguments:[r[0].path[r[0].path.length-1].target],arguments:[a[0],f]})}return a[0]})}swapInPools(e){return bt(this,null,function*(){let t;try{t=yield Zk(this.client,e,this.signer,this.env)}catch(r){return console.error("swapInPools error:",r),null}return t})}routerSwap(e){return bt(this,null,function*(){const{routers:t,inputCoin:r,slippage:n,txb:i,partner:s,deepbookv3DeepFee:o}=e,a=Array.isArray(t)?t:t.routes,c=I_(e)?e.byAmountIn:e.routers.byAmountIn,u=a.reduce((T,P)=>T.add(P.amountIn),new Qi.default(0)),l=a.reduce((T,P)=>T.add(P.amountOut),new Qi.default(0)),f=Jk(c?l:u,c,n),h=I_(e)?void 0:e.routers.packages;console.log("packages11",h);const y=vr(this.publishedAtV2(),h);if(c)return yield this.expectInputSwap(i,r,a,f,s,o,h);const b=i.splitCoins(r,[f.toString()]);return this.transferOrDestoryCoin(i,r,a[0].path[0].from,y),yield this.expectOutputSwap(i,b[0],a,s)})}fastRouterSwap(e){return bt(this,null,function*(){const{routers:t,slippage:r,txb:n,partner:i,refreshAllCoins:s,payDeepFeeAmount:o}=e,a=Array.isArray(t)?t:t.routes,c=a[0].path[0].from;let u=yield this.getCoins(c,s);const l=a[0].path[a[0].path.length-1].target,f=a.reduce((U,L)=>U.add(L.amountIn),new Qi.default(0)),h=a.reduce((U,L)=>U.add(L.amountOut),new Qi.default(0)),y=np(e)?e.byAmountIn:e.routers.byAmountIn,b=Xk(y?h:f,y,r),T=tp(n,u,BigInt((y?f:b).toString()),c);let P;if(o&&o>0){let U=yield this.getCoins(this.deepbookv3DeepFeeType());P=tp(n,U,BigInt(o),this.deepbookv3DeepFeeType()).targetCoin}const k=np(e)?{routers:a,inputCoin:T.targetCoin,slippage:r,byAmountIn:y,txb:n,partner:i,deepbookv3DeepFee:P}:{routers:e.routers,inputCoin:T.targetCoin,slippage:r,byAmountIn:y,txb:n,partner:i,deepbookv3DeepFee:P},R=yield this.routerSwap(k);if(Qn.isSuiCoin(l))n.mergeCoins(n.gas,[R]);else{let U=yield this.getCoins(l,s);const L=tp(n,U,BigInt(0),l),W=np(e)?void 0:e.routers.packages,q=vr(this.publishedAtV2(),W);n.mergeCoins(L.targetCoin,[R]),L.isMintZeroCoin&&this.transferOrDestoryCoin(n,L.targetCoin,l,q)}})}publishedAtV2(){return this.env===0?"0x3fb42ddf908af45f9fc3c59eab227888ff24ba2e137b3b55bf80920fd47e11af":"0x52eae33adeb44de55cfb3f281d4cc9e02d976181c0952f5323648b5717b33934"}publishedAtV2Extend(){return this.env===0?"0xf2fcea41dc217385019828375764fa06d9bd25e8e4726ba1962680849fb8d613":"0xabb6a81c8a216828e317719e06125de5bb2cb0fe8f9916ff8c023ca5be224c78"}deepbookv3DeepFeeType(){return this.env===0?"0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP":"0x36dbef866a1d62bf7328989a10fb2f07d769f4ee587c0de4a0a256e57e0a58a8::deep::DEEP"}transferOrDestoryCoin(e,t,r,n){e.moveCall({target:`${n}::utils::transfer_or_destroy_coin`,typeArguments:[r],arguments:[t]})}checkCoinThresholdAndMergeCoin(e,t,r,n,i){let s=t[0];if(t.length>1){let o=e.makeMoveVec({elements:t.slice(1)});e.moveCall({target:`${Hh.SUI_FRAMEWORK_ADDRESS}::pay::join_vec`,typeArguments:[r],arguments:[t[0],o]}),s=t[0]}return e.moveCall({target:`${i}::utils::check_coin_threshold`,typeArguments:[r],arguments:[s,e.pure.u64(n.toString())]}),s}newDex(e,t){switch(e){case C_:return new b_(this.env,t);case cj:return new Nk(this.env);case M_:return new nj(this.env);case uj:return new Rk(this.env);case dj:return new Dk(this.env);case lj:return new $k(this.env);case fj:return new Bk(this.env);case A_:return new Lk(this.env);case rp:return new jk(this.env);case hj:return new Qk(this.env);case mj:return new ej(this.env);case pj:return new tj(this.env);case gj:return new rj(this.env);case T_:return new ij(this.env);case vj:return new E_(this.env);case wj:return new E_(this.env);case yj:return new sj(this.env);case O_:return new oj(this.env,this.client);case bj:return new aj(this.env);default:throw new Error(`Unsupported dex ${e}`)}}signAndExecuteTransaction(e,t){return bt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t,options:{showEffects:!0,showEvents:!0,showInput:!0,showBalanceChanges:!0}})})}devInspectTransactionBlock(e){return bt(this,null,function*(){return yield this.client.devInspectTransactionBlock({transactionBlock:e,sender:this.signer})})}sendTransaction(e,t){return bt(this,null,function*(){return yield this.client.signAndExecuteTransaction({transaction:e,signer:t})})}getDeepbookV3Config(){return bt(this,null,function*(){const e=yield Ij(this.endpoint);return e?e.data:null})}};function Sj(e,t){let r=0;for(const s of e.routes)for(const o of s.path)o.extended_details&&o.extended_details.deepbookv3_deep_fee&&(r+=Number(o.extended_details.deepbookv3_deep_fee));let n;if(e.packages!=null){n=new Map;for(const[s,o]of Object.entries(e.packages))n.set(s,o)}return{amountIn:new Qi.default(e.amount_in.toString()),amountOut:new Qi.default(e.amount_out.toString()),byAmountIn:t,insufficientLiquidity:!1,routes:e.routes.map(s=>({path:s.path.map(o=>{var a,c,u,l,f,h,y;let b;o.provider===rp&&(b=o.extended_details.aftermath_pool_flatness===0?"v2":"v3");let w;return(o.provider===A_||o.provider===rp||o.provider===C_||o.provider===M_||o.provider===T_||o.provider===O_)&&(w={aftermathLpSupplyType:(a=o.extended_details)==null?void 0:a.aftermath_lp_supply_type,turbosFeeType:(c=o.extended_details)==null?void 0:c.turbos_fee_type,afterSqrtPrice:(u=o.extended_details)==null?void 0:u.after_sqrt_price,deepbookv3DeepFee:(l=o.extended_details)==null?void 0:l.deepbookv3_deep_fee,scallopScoinTreasury:(f=o.extended_details)==null?void 0:f.scallop_scoin_treasury,haedalPmmBasePriceSeed:(h=o.extended_details)==null?void 0:h.haedal_pmm_base_price_seed,haedalPmmQuotePriceSeed:(y=o.extended_details)==null?void 0:y.haedal_pmm_quote_price_seed}),{id:o.id,direction:o.direction,provider:o.provider,from:o.from,target:o.target,feeRate:o.fee_rate,amountIn:o.amount_in,amountOut:o.amount_out,extendedDetails:w,version:b}}),amountIn:new Qi.default(s.amount_in.toString()),amountOut:new Qi.default(s.amount_out.toString()),initialPrice:new Wu(s.initial_price.toString())})),totalDeepFee:r,packages:n}}var ei="0x0000000000000000000000000000000000000000000000000000000000000006",Ej="aggregator_v2",Cj="aggregator_v2_extend";function vr(e,t){var r;return t instanceof Map&&(r=t.get(Ej))!=null?r:e}function jo(e,t){var r;return t instanceof Map&&(r=t.get(Cj))!=null?r:e}To(Oo());function Aj(e){return e.endsWith("/find_routes")?e.replace("/find_routes",""):e}function Mj(e,t){return bt(this,null,function*(){let r;if(t.liquidityChanges&&t.liquidityChanges.length>0?r=yield Oj(e,t):r=yield Tj(e,t),!r)return null;if(!r.ok)return{amountIn:Ei,amountOut:Ei,routes:[],byAmountIn:t.byAmountIn,insufficientLiquidity:!1,error:{code:10001,msg:ep(10001)}};const n=yield r.json(),i=n.msg==="liquidity is not enough";return n.msg&&n.msg.indexOf("HoneyPot scam")>-1?{amountIn:Ei,amountOut:Ei,routes:[],byAmountIn:t.byAmountIn,insufficientLiquidity:i,error:{code:10004,msg:ep(10004)}}:n.data!=null?Sj(n.data,t.byAmountIn):{amountIn:Ei,amountOut:Ei,routes:[],insufficientLiquidity:i,byAmountIn:t.byAmountIn,error:{code:10003,msg:ep(10003)}}})}function Tj(e,t){return bt(this,null,function*(){try{const{from:r,target:n,amount:i,byAmountIn:s,depth:o,splitAlgorithm:a,splitFactor:c,splitCount:u,providers:l}=t,f=es(r),h=es(n);let y=`${e}/find_routes?from=${f}&target=${h}&amount=${i.toString()}&by_amount_in=${s}`;return o&&(y+=`&depth=${o}`),a&&(y+=`&split_algorithm=${a}`),c&&(y+=`&split_factor=${c}`),u&&(y+=`&split_count=${u}`),l&&l.length>0&&(y+=`&providers=${l.join(",")}`),y+="&v=1000319",yield fetch(y)}catch(r){return console.error(r),null}})}function Oj(e,t){return bt(this,null,function*(){const{from:r,target:n,amount:i,byAmountIn:s,depth:o,splitAlgorithm:a,splitFactor:c,splitCount:u,providers:l,liquidityChanges:f}=t,h=es(r),y=es(n),b=`${e}/find_routes`,w=l==null?void 0:l.join(","),T={from:h,target:y,amount:Number(i.toString()),by_amount_in:s,depth:o,split_algorithm:a,split_factor:c,split_count:u,providers:w,liquidity_changes:f.map(P=>({pool:P.poolID,tick_lower:P.ticklower,tick_upper:P.tickUpper,delta_liquidity:P.deltaLiquidity}))};try{return yield fetch(b,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(T)})}catch(P){return console.error("Error:",P),null}})}function Ij(e){return bt(this,null,function*(){const t=`${e}/deepbookv3_config`;try{return(yield fetch(t)).json()}catch(r){return console.error("Error:",r),null}})}var P_=(e=>(e[e.Mainnet=0]="Mainnet",e[e.Testnet=1]="Testnet",e))(P_||{}),k_=xj,Pj=P_,j_=Fk,Qa=Fs;const N_="0x2::sui::SUI",kj="0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI";function R_(e){return Ir(e).full_address===N_}function D_(e,...t){const r=Array.isArray(t[t.length-1])?t.pop():[];let i=[e,...t].filter(Boolean).join("::");return r&&r.length&&(i+=`<${r.join(", ")}>`),i}function Ir(e){var t;try{let r=e.replace(/\s/g,"");const n=r.match(/(<.+>)$/),i=(t=n==null?void 0:n[0])==null?void 0:t.match(/(\w+::\w+::\w+)(?:<.*?>(?!>))?/g);if(i){r=r.slice(0,r.indexOf("<"));const u={...Ir(r),type_arguments:i.map(l=>Ir(l).source_address)};return u.type_arguments=u.type_arguments.map(l=>R_(l)?l:Ir(l).source_address),u.source_address=D_(u.full_address,u.type_arguments),u}const s=r.split("::"),a={full_address:r,address:r===N_||r===kj?"0x2":bn.normalizeSuiObjectId(s[0]),module:s[1],name:s[2],type_arguments:[],source_address:""};return a.full_address=`${a.address}::${a.module}::${a.name}`,a.source_address=D_(a.full_address,a.type_arguments),a}catch{return{full_address:e,address:"",module:"",name:"",type_arguments:[],source_address:e}}}function jj(e){return e.startsWith("0x")?`${e.slice(2)}`:e}const Ci=(e,t=!0)=>{const r=e.split("::"),n=r.shift();let i=bn.normalizeSuiObjectId(n);return t&&(i=jj(i)),`${i}::${r.join("::")}`};/*!
39
+ * decimal.js v10.4.3
40
+ * An arbitrary-precision Decimal type for JavaScript.
41
+ * https://github.com/MikeMcl/decimal.js
42
+ * Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
43
+ * MIT Licence
44
+ */var No=9e15,rs=1e9,ip="0123456789abcdef",Gu="2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058",Ku="3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789",sp={precision:20,rounding:4,modulo:1,toExpNeg:-7,toExpPos:21,minE:-No,maxE:No,crypto:!1},$_,Ai,at=!0,Xu="[DecimalError] ",ns=Xu+"Invalid argument: ",B_=Xu+"Precision limit exceeded",L_=Xu+"crypto unavailable",F_="[object Decimal]",Pr=Math.floor,pr=Math.pow,Nj=/^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i,Rj=/^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i,Dj=/^0o([0-7]+(\.[0-7]*)?|\.[0-7]+)(p[+-]?\d+)?$/i,U_=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,Tn=1e7,Ze=7,$j=9007199254740991,Bj=Gu.length-1,op=Ku.length-1,be={toStringTag:F_};be.absoluteValue=be.abs=function(){var e=new this.constructor(this);return e.s<0&&(e.s=1),Xe(e)},be.ceil=function(){return Xe(new this.constructor(this),this.e+1,2)},be.clampedTo=be.clamp=function(e,t){var r,n=this,i=n.constructor;if(e=new i(e),t=new i(t),!e.s||!t.s)return new i(NaN);if(e.gt(t))throw Error(ns+t);return r=n.cmp(e),r<0?e:n.cmp(t)>0?t:new i(n)},be.comparedTo=be.cmp=function(e){var t,r,n,i,s=this,o=s.d,a=(e=new s.constructor(e)).d,c=s.s,u=e.s;if(!o||!a)return!c||!u?NaN:c!==u?c:o===a?0:!o^c<0?1:-1;if(!o[0]||!a[0])return o[0]?c:a[0]?-u:0;if(c!==u)return c;if(s.e!==e.e)return s.e>e.e^c<0?1:-1;for(n=o.length,i=a.length,t=0,r=n<i?n:i;t<r;++t)if(o[t]!==a[t])return o[t]>a[t]^c<0?1:-1;return n===i?0:n>i^c<0?1:-1},be.cosine=be.cos=function(){var e,t,r=this,n=r.constructor;return r.d?r.d[0]?(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ze,n.rounding=1,r=Lj(n,G_(n,r)),n.precision=e,n.rounding=t,Xe(Ai==2||Ai==3?r.neg():r,e,t,!0)):new n(1):new n(NaN)},be.cubeRoot=be.cbrt=function(){var e,t,r,n,i,s,o,a,c,u,l=this,f=l.constructor;if(!l.isFinite()||l.isZero())return new f(l);for(at=!1,s=l.s*pr(l.s*l,1/3),!s||Math.abs(s)==1/0?(r=_r(l.d),e=l.e,(s=(e-r.length+1)%3)&&(r+=s==1||s==-2?"0":"00"),s=pr(r,1/3),e=Pr((e+1)/3)-(e%3==(e<0?-1:2)),s==1/0?r="5e"+e:(r=s.toExponential(),r=r.slice(0,r.indexOf("e")+1)+e),n=new f(r),n.s=l.s):n=new f(s.toString()),o=(e=f.precision)+3;;)if(a=n,c=a.times(a).times(a),u=c.plus(l),n=Ht(u.plus(l).times(a),u.plus(c),o+2,1),_r(a.d).slice(0,o)===(r=_r(n.d)).slice(0,o))if(r=r.slice(o-3,o+1),r=="9999"||!i&&r=="4999"){if(!i&&(Xe(a,e+1,0),a.times(a).times(a).eq(l))){n=a;break}o+=4,i=1}else{(!+r||!+r.slice(1)&&r.charAt(0)=="5")&&(Xe(n,e+1,1),t=!n.times(n).times(n).eq(l));break}return at=!0,Xe(n,e,f.rounding,t)},be.decimalPlaces=be.dp=function(){var e,t=this.d,r=NaN;if(t){if(e=t.length-1,r=(e-Pr(this.e/Ze))*Ze,e=t[e],e)for(;e%10==0;e/=10)r--;r<0&&(r=0)}return r},be.dividedBy=be.div=function(e){return Ht(this,new this.constructor(e))},be.dividedToIntegerBy=be.divToInt=function(e){var t=this,r=t.constructor;return Xe(Ht(t,new r(e),0,1,1),r.precision,r.rounding)},be.equals=be.eq=function(e){return this.cmp(e)===0},be.floor=function(){return Xe(new this.constructor(this),this.e+1,3)},be.greaterThan=be.gt=function(e){return this.cmp(e)>0},be.greaterThanOrEqualTo=be.gte=function(e){var t=this.cmp(e);return t==1||t===0},be.hyperbolicCosine=be.cosh=function(){var e,t,r,n,i,s=this,o=s.constructor,a=new o(1);if(!s.isFinite())return new o(s.s?1/0:NaN);if(s.isZero())return a;r=o.precision,n=o.rounding,o.precision=r+Math.max(s.e,s.sd())+4,o.rounding=1,i=s.d.length,i<32?(e=Math.ceil(i/3),t=(1/Qu(4,e)).toString()):(e=16,t="2.3283064365386962890625e-10"),s=Ro(o,1,s.times(t),new o(1),!0);for(var c,u=e,l=new o(8);u--;)c=s.times(s),s=a.minus(c.times(l.minus(c.times(l))));return Xe(s,o.precision=r,o.rounding=n,!0)},be.hyperbolicSine=be.sinh=function(){var e,t,r,n,i=this,s=i.constructor;if(!i.isFinite()||i.isZero())return new s(i);if(t=s.precision,r=s.rounding,s.precision=t+Math.max(i.e,i.sd())+4,s.rounding=1,n=i.d.length,n<3)i=Ro(s,2,i,i,!0);else{e=1.4*Math.sqrt(n),e=e>16?16:e|0,i=i.times(1/Qu(5,e)),i=Ro(s,2,i,i,!0);for(var o,a=new s(5),c=new s(16),u=new s(20);e--;)o=i.times(i),i=i.times(a.plus(o.times(c.times(o).plus(u))))}return s.precision=t,s.rounding=r,Xe(i,t,r,!0)},be.hyperbolicTangent=be.tanh=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+7,n.rounding=1,Ht(r.sinh(),r.cosh(),n.precision=e,n.rounding=t)):new n(r.s)},be.inverseCosine=be.acos=function(){var e,t=this,r=t.constructor,n=t.abs().cmp(1),i=r.precision,s=r.rounding;return n!==-1?n===0?t.isNeg()?On(r,i,s):new r(0):new r(NaN):t.isZero()?On(r,i+4,s).times(.5):(r.precision=i+6,r.rounding=1,t=t.asin(),e=On(r,i+4,s).times(.5),r.precision=i,r.rounding=s,e.minus(t))},be.inverseHyperbolicCosine=be.acosh=function(){var e,t,r=this,n=r.constructor;return r.lte(1)?new n(r.eq(1)?0:NaN):r.isFinite()?(e=n.precision,t=n.rounding,n.precision=e+Math.max(Math.abs(r.e),r.sd())+4,n.rounding=1,at=!1,r=r.times(r).minus(1).sqrt().plus(r),at=!0,n.precision=e,n.rounding=t,r.ln()):new n(r)},be.inverseHyperbolicSine=be.asinh=function(){var e,t,r=this,n=r.constructor;return!r.isFinite()||r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+2*Math.max(Math.abs(r.e),r.sd())+6,n.rounding=1,at=!1,r=r.times(r).plus(1).sqrt().plus(r),at=!0,n.precision=e,n.rounding=t,r.ln())},be.inverseHyperbolicTangent=be.atanh=function(){var e,t,r,n,i=this,s=i.constructor;return i.isFinite()?i.e>=0?new s(i.abs().eq(1)?i.s/0:i.isZero()?i:NaN):(e=s.precision,t=s.rounding,n=i.sd(),Math.max(n,e)<2*-i.e-1?Xe(new s(i),e,t,!0):(s.precision=r=n-i.e,i=Ht(i.plus(1),new s(1).minus(i),r+e,1),s.precision=e+4,s.rounding=1,i=i.ln(),s.precision=e,s.rounding=t,i.times(.5))):new s(NaN)},be.inverseSine=be.asin=function(){var e,t,r,n,i=this,s=i.constructor;return i.isZero()?new s(i):(t=i.abs().cmp(1),r=s.precision,n=s.rounding,t!==-1?t===0?(e=On(s,r+4,n).times(.5),e.s=i.s,e):new s(NaN):(s.precision=r+6,s.rounding=1,i=i.div(new s(1).minus(i.times(i)).sqrt().plus(1)).atan(),s.precision=r,s.rounding=n,i.times(2)))},be.inverseTangent=be.atan=function(){var e,t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding;if(u.isFinite()){if(u.isZero())return new l(u);if(u.abs().eq(1)&&f+4<=op)return o=On(l,f+4,h).times(.25),o.s=u.s,o}else{if(!u.s)return new l(NaN);if(f+4<=op)return o=On(l,f+4,h).times(.5),o.s=u.s,o}for(l.precision=a=f+10,l.rounding=1,r=Math.min(28,a/Ze+2|0),e=r;e;--e)u=u.div(u.times(u).plus(1).sqrt().plus(1));for(at=!1,t=Math.ceil(a/Ze),n=1,c=u.times(u),o=new l(u),i=u;e!==-1;)if(i=i.times(c),s=o.minus(i.div(n+=2)),i=i.times(c),o=s.plus(i.div(n+=2)),o.d[t]!==void 0)for(e=t;o.d[e]===s.d[e]&&e--;);return r&&(o=o.times(2<<r-1)),at=!0,Xe(o,l.precision=f,l.rounding=h,!0)},be.isFinite=function(){return!!this.d},be.isInteger=be.isInt=function(){return!!this.d&&Pr(this.e/Ze)>this.d.length-2},be.isNaN=function(){return!this.s},be.isNegative=be.isNeg=function(){return this.s<0},be.isPositive=be.isPos=function(){return this.s>0},be.isZero=function(){return!!this.d&&this.d[0]===0},be.lessThan=be.lt=function(e){return this.cmp(e)<0},be.lessThanOrEqualTo=be.lte=function(e){return this.cmp(e)<1},be.logarithm=be.log=function(e){var t,r,n,i,s,o,a,c,u=this,l=u.constructor,f=l.precision,h=l.rounding,y=5;if(e==null)e=new l(10),t=!0;else{if(e=new l(e),r=e.d,e.s<0||!r||!r[0]||e.eq(1))return new l(NaN);t=e.eq(10)}if(r=u.d,u.s<0||!r||!r[0]||u.eq(1))return new l(r&&!r[0]?-1/0:u.s!=1?NaN:r?0:1/0);if(t)if(r.length>1)s=!0;else{for(i=r[0];i%10===0;)i/=10;s=i!==1}if(at=!1,a=f+y,o=ss(u,a),n=t?Zu(l,a+10):ss(e,a),c=Ht(o,n,a,1),ec(c.d,i=f,h))do if(a+=10,o=ss(u,a),n=t?Zu(l,a+10):ss(e,a),c=Ht(o,n,a,1),!s){+_r(c.d).slice(i+1,i+15)+1==1e14&&(c=Xe(c,f+1,0));break}while(ec(c.d,i+=10,h));return at=!0,Xe(c,f,h)},be.minus=be.sub=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.constructor;if(e=new b(e),!y.d||!e.d)return!y.s||!e.s?e=new b(NaN):y.d?e.s=-e.s:e=new b(e.d||y.s!==e.s?y:NaN),e;if(y.s!=e.s)return e.s=-e.s,y.plus(e);if(u=y.d,h=e.d,a=b.precision,c=b.rounding,!u[0]||!h[0]){if(h[0])e.s=-e.s;else if(u[0])e=new b(y);else return new b(c===3?-0:0);return at?Xe(e,a,c):e}if(r=Pr(e.e/Ze),l=Pr(y.e/Ze),u=u.slice(),s=l-r,s){for(f=s<0,f?(t=u,s=-s,o=h.length):(t=h,r=l,o=u.length),n=Math.max(Math.ceil(a/Ze),o)+2,s>n&&(s=n,t.length=1),t.reverse(),n=s;n--;)t.push(0);t.reverse()}else{for(n=u.length,o=h.length,f=n<o,f&&(o=n),n=0;n<o;n++)if(u[n]!=h[n]){f=u[n]<h[n];break}s=0}for(f&&(t=u,u=h,h=t,e.s=-e.s),o=u.length,n=h.length-o;n>0;--n)u[o++]=0;for(n=h.length;n>s;){if(u[--n]<h[n]){for(i=n;i&&u[--i]===0;)u[i]=Tn-1;--u[i],u[n]+=Tn}u[n]-=h[n]}for(;u[--o]===0;)u.pop();for(;u[0]===0;u.shift())--r;return u[0]?(e.d=u,e.e=Yu(u,r),at?Xe(e,a,c):e):new b(c===3?-0:0)},be.modulo=be.mod=function(e){var t,r=this,n=r.constructor;return e=new n(e),!r.d||!e.s||e.d&&!e.d[0]?new n(NaN):!e.d||r.d&&!r.d[0]?Xe(new n(r),n.precision,n.rounding):(at=!1,n.modulo==9?(t=Ht(r,e.abs(),0,3,1),t.s*=e.s):t=Ht(r,e,0,n.modulo,1),t=t.times(e),at=!0,r.minus(t))},be.naturalExponential=be.exp=function(){return ap(this)},be.naturalLogarithm=be.ln=function(){return ss(this)},be.negated=be.neg=function(){var e=new this.constructor(this);return e.s=-e.s,Xe(e)},be.plus=be.add=function(e){var t,r,n,i,s,o,a,c,u,l,f=this,h=f.constructor;if(e=new h(e),!f.d||!e.d)return!f.s||!e.s?e=new h(NaN):f.d||(e=new h(e.d||f.s===e.s?f:NaN)),e;if(f.s!=e.s)return e.s=-e.s,f.minus(e);if(u=f.d,l=e.d,a=h.precision,c=h.rounding,!u[0]||!l[0])return l[0]||(e=new h(f)),at?Xe(e,a,c):e;if(s=Pr(f.e/Ze),n=Pr(e.e/Ze),u=u.slice(),i=s-n,i){for(i<0?(r=u,i=-i,o=l.length):(r=l,n=s,o=u.length),s=Math.ceil(a/Ze),o=s>o?s+1:o+1,i>o&&(i=o,r.length=1),r.reverse();i--;)r.push(0);r.reverse()}for(o=u.length,i=l.length,o-i<0&&(i=o,r=l,l=u,u=r),t=0;i;)t=(u[--i]=u[i]+l[i]+t)/Tn|0,u[i]%=Tn;for(t&&(u.unshift(t),++n),o=u.length;u[--o]==0;)u.pop();return e.d=u,e.e=Yu(u,n),at?Xe(e,a,c):e},be.precision=be.sd=function(e){var t,r=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(ns+e);return r.d?(t=z_(r.d),e&&r.e+1>t&&(t=r.e+1)):t=NaN,t},be.round=function(){var e=this,t=e.constructor;return Xe(new t(e),e.e+1,t.rounding)},be.sine=be.sin=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+Math.max(r.e,r.sd())+Ze,n.rounding=1,r=Uj(n,G_(n,r)),n.precision=e,n.rounding=t,Xe(Ai>2?r.neg():r,e,t,!0)):new n(NaN)},be.squareRoot=be.sqrt=function(){var e,t,r,n,i,s,o=this,a=o.d,c=o.e,u=o.s,l=o.constructor;if(u!==1||!a||!a[0])return new l(!u||u<0&&(!a||a[0])?NaN:a?o:1/0);for(at=!1,u=Math.sqrt(+o),u==0||u==1/0?(t=_r(a),(t.length+c)%2==0&&(t+="0"),u=Math.sqrt(t),c=Pr((c+1)/2)-(c<0||c%2),u==1/0?t="5e"+c:(t=u.toExponential(),t=t.slice(0,t.indexOf("e")+1)+c),n=new l(t)):n=new l(u.toString()),r=(c=l.precision)+3;;)if(s=n,n=s.plus(Ht(o,s,r+2,1)).times(.5),_r(s.d).slice(0,r)===(t=_r(n.d)).slice(0,r))if(t=t.slice(r-3,r+1),t=="9999"||!i&&t=="4999"){if(!i&&(Xe(s,c+1,0),s.times(s).eq(o))){n=s;break}r+=4,i=1}else{(!+t||!+t.slice(1)&&t.charAt(0)=="5")&&(Xe(n,c+1,1),e=!n.times(n).eq(o));break}return at=!0,Xe(n,c,l.rounding,e)},be.tangent=be.tan=function(){var e,t,r=this,n=r.constructor;return r.isFinite()?r.isZero()?new n(r):(e=n.precision,t=n.rounding,n.precision=e+10,n.rounding=1,r=r.sin(),r.s=1,r=Ht(r,new n(1).minus(r.times(r)).sqrt(),e+10,0),n.precision=e,n.rounding=t,Xe(Ai==2||Ai==4?r.neg():r,e,t,!0)):new n(NaN)},be.times=be.mul=function(e){var t,r,n,i,s,o,a,c,u,l=this,f=l.constructor,h=l.d,y=(e=new f(e)).d;if(e.s*=l.s,!h||!h[0]||!y||!y[0])return new f(!e.s||h&&!h[0]&&!y||y&&!y[0]&&!h?NaN:!h||!y?e.s/0:e.s*0);for(r=Pr(l.e/Ze)+Pr(e.e/Ze),c=h.length,u=y.length,c<u&&(s=h,h=y,y=s,o=c,c=u,u=o),s=[],o=c+u,n=o;n--;)s.push(0);for(n=u;--n>=0;){for(t=0,i=c+n;i>n;)a=s[i]+y[n]*h[i-n-1]+t,s[i--]=a%Tn|0,t=a/Tn|0;s[i]=(s[i]+t)%Tn|0}for(;!s[--o];)s.pop();return t?++r:s.shift(),e.d=s,e.e=Yu(s,r),at?Xe(e,f.precision,f.rounding):e},be.toBinary=function(e,t){return up(this,2,e,t)},be.toDecimalPlaces=be.toDP=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(Hr(e,0,rs),t===void 0?t=n.rounding:Hr(t,0,8),Xe(r,e+r.e+1,t))},be.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=ti(n,!0):(Hr(e,0,rs),t===void 0?t=i.rounding:Hr(t,0,8),n=Xe(new i(n),e+1,t),r=ti(n,!0,e+1)),n.isNeg()&&!n.isZero()?"-"+r:r},be.toFixed=function(e,t){var r,n,i=this,s=i.constructor;return e===void 0?r=ti(i):(Hr(e,0,rs),t===void 0?t=s.rounding:Hr(t,0,8),n=Xe(new s(i),e+i.e+1,t),r=ti(n,!1,e+n.e+1)),i.isNeg()&&!i.isZero()?"-"+r:r},be.toFraction=function(e){var t,r,n,i,s,o,a,c,u,l,f,h,y=this,b=y.d,w=y.constructor;if(!b)return new w(y);if(u=r=new w(1),n=c=new w(0),t=new w(n),s=t.e=z_(b)-y.e-1,o=s%Ze,t.d[0]=pr(10,o<0?Ze+o:o),e==null)e=s>0?t:u;else{if(a=new w(e),!a.isInt()||a.lt(u))throw Error(ns+a);e=a.gt(t)?s>0?t:u:a}for(at=!1,a=new w(_r(b)),l=w.precision,w.precision=s=b.length*Ze*2;f=Ht(a,t,0,1,1),i=r.plus(f.times(n)),i.cmp(e)!=1;)r=n,n=i,i=u,u=c.plus(f.times(i)),c=i,i=t,t=a.minus(f.times(i)),a=i;return i=Ht(e.minus(r),n,0,1,1),c=c.plus(i.times(u)),r=r.plus(i.times(n)),c.s=u.s=y.s,h=Ht(u,n,s,1).minus(y).abs().cmp(Ht(c,r,s,1).minus(y).abs())<1?[u,n]:[c,r],w.precision=l,at=!0,h},be.toHexadecimal=be.toHex=function(e,t){return up(this,16,e,t)},be.toNearest=function(e,t){var r=this,n=r.constructor;if(r=new n(r),e==null){if(!r.d)return r;e=new n(1),t=n.rounding}else{if(e=new n(e),t===void 0?t=n.rounding:Hr(t,0,8),!r.d)return e.s?r:e;if(!e.d)return e.s&&(e.s=r.s),e}return e.d[0]?(at=!1,r=Ht(r,e,0,t,1).times(e),at=!0,Xe(r)):(e.s=r.s,r=e),r},be.toNumber=function(){return+this},be.toOctal=function(e,t){return up(this,8,e,t)},be.toPower=be.pow=function(e){var t,r,n,i,s,o,a=this,c=a.constructor,u=+(e=new c(e));if(!a.d||!e.d||!a.d[0]||!e.d[0])return new c(pr(+a,u));if(a=new c(a),a.eq(1))return a;if(n=c.precision,s=c.rounding,e.eq(1))return Xe(a,n,s);if(t=Pr(e.e/Ze),t>=e.d.length-1&&(r=u<0?-u:u)<=$j)return i=V_(c,a,r,n),e.s<0?new c(1).div(i):Xe(i,n,s);if(o=a.s,o<0){if(t<e.d.length-1)return new c(NaN);if(e.d[t]&1||(o=1),a.e==0&&a.d[0]==1&&a.d.length==1)return a.s=o,a}return r=pr(+a,u),t=r==0||!isFinite(r)?Pr(u*(Math.log("0."+_r(a.d))/Math.LN10+a.e+1)):new c(r+"").e,t>c.maxE+1||t<c.minE-1?new c(t>0?o/0:0):(at=!1,c.rounding=a.s=1,r=Math.min(12,(t+"").length),i=ap(e.times(ss(a,n+r)),n),i.d&&(i=Xe(i,n+5,1),ec(i.d,n,s)&&(t=n+10,i=Xe(ap(e.times(ss(a,t+r)),t),t+5,1),+_r(i.d).slice(n+1,n+15)+1==1e14&&(i=Xe(i,n+1,0)))),i.s=o,at=!0,c.rounding=s,Xe(i,n,s))},be.toPrecision=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=ti(n,n.e<=i.toExpNeg||n.e>=i.toExpPos):(Hr(e,1,rs),t===void 0?t=i.rounding:Hr(t,0,8),n=Xe(new i(n),e,t),r=ti(n,e<=n.e||n.e<=i.toExpNeg,e)),n.isNeg()&&!n.isZero()?"-"+r:r},be.toSignificantDigits=be.toSD=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(Hr(e,1,rs),t===void 0?t=n.rounding:Hr(t,0,8)),Xe(new n(r),e,t)},be.toString=function(){var e=this,t=e.constructor,r=ti(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()&&!e.isZero()?"-"+r:r},be.truncated=be.trunc=function(){return Xe(new this.constructor(this),this.e+1,1)},be.valueOf=be.toJSON=function(){var e=this,t=e.constructor,r=ti(e,e.e<=t.toExpNeg||e.e>=t.toExpPos);return e.isNeg()?"-"+r:r};function _r(e){var t,r,n,i=e.length-1,s="",o=e[0];if(i>0){for(s+=o,t=1;t<i;t++)n=e[t]+"",r=Ze-n.length,r&&(s+=is(r)),s+=n;o=e[t],n=o+"",r=Ze-n.length,r&&(s+=is(r))}else if(o===0)return"0";for(;o%10===0;)o/=10;return s+o}function Hr(e,t,r){if(e!==~~e||e<t||e>r)throw Error(ns+e)}function ec(e,t,r,n){var i,s,o,a;for(s=e[0];s>=10;s/=10)--t;return--t<0?(t+=Ze,i=0):(i=Math.ceil((t+1)/Ze),t%=Ze),s=pr(10,Ze-t),a=e[i]%s|0,n==null?t<3?(t==0?a=a/100|0:t==1&&(a=a/10|0),o=r<4&&a==99999||r>3&&a==49999||a==5e4||a==0):o=(r<4&&a+1==s||r>3&&a+1==s/2)&&(e[i+1]/s/100|0)==pr(10,t-2)-1||(a==s/2||a==0)&&(e[i+1]/s/100|0)==0:t<4?(t==0?a=a/1e3|0:t==1?a=a/100|0:t==2&&(a=a/10|0),o=(n||r<4)&&a==9999||!n&&r>3&&a==4999):o=((n||r<4)&&a+1==s||!n&&r>3&&a+1==s/2)&&(e[i+1]/s/1e3|0)==pr(10,t-3)-1,o}function Ju(e,t,r){for(var n,i=[0],s,o=0,a=e.length;o<a;){for(s=i.length;s--;)i[s]*=t;for(i[0]+=ip.indexOf(e.charAt(o++)),n=0;n<i.length;n++)i[n]>r-1&&(i[n+1]===void 0&&(i[n+1]=0),i[n+1]+=i[n]/r|0,i[n]%=r)}return i.reverse()}function Lj(e,t){var r,n,i;if(t.isZero())return t;n=t.d.length,n<32?(r=Math.ceil(n/3),i=(1/Qu(4,r)).toString()):(r=16,i="2.3283064365386962890625e-10"),e.precision+=r,t=Ro(e,1,t.times(i),new e(1));for(var s=r;s--;){var o=t.times(t);t=o.times(o).minus(o).times(8).plus(1)}return e.precision-=r,t}var Ht=function(){function e(n,i,s){var o,a=0,c=n.length;for(n=n.slice();c--;)o=n[c]*i+a,n[c]=o%s|0,a=o/s|0;return a&&n.unshift(a),n}function t(n,i,s,o){var a,c;if(s!=o)c=s>o?1:-1;else for(a=c=0;a<s;a++)if(n[a]!=i[a]){c=n[a]>i[a]?1:-1;break}return c}function r(n,i,s,o){for(var a=0;s--;)n[s]-=a,a=n[s]<i[s]?1:0,n[s]=a*o+n[s]-i[s];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,s,o,a,c){var u,l,f,h,y,b,w,T,P,k,R,U,L,W,q,X,ne,oe,H,F,D=n.constructor,p=n.s==i.s?1:-1,d=n.d,m=i.d;if(!d||!d[0]||!m||!m[0])return new D(!n.s||!i.s||(d?m&&d[0]==m[0]:!m)?NaN:d&&d[0]==0||!m?p*0:p/0);for(c?(y=1,l=n.e-i.e):(c=Tn,y=Ze,l=Pr(n.e/y)-Pr(i.e/y)),H=m.length,ne=d.length,P=new D(p),k=P.d=[],f=0;m[f]==(d[f]||0);f++);if(m[f]>(d[f]||0)&&l--,s==null?(W=s=D.precision,o=D.rounding):a?W=s+(n.e-i.e)+1:W=s,W<0)k.push(1),b=!0;else{if(W=W/y+2|0,f=0,H==1){for(h=0,m=m[0],W++;(f<ne||h)&&W--;f++)q=h*c+(d[f]||0),k[f]=q/m|0,h=q%m|0;b=h||f<ne}else{for(h=c/(m[0]+1)|0,h>1&&(m=e(m,h,c),d=e(d,h,c),H=m.length,ne=d.length),X=H,R=d.slice(0,H),U=R.length;U<H;)R[U++]=0;F=m.slice(),F.unshift(0),oe=m[0],m[1]>=c/2&&++oe;do h=0,u=t(m,R,H,U),u<0?(L=R[0],H!=U&&(L=L*c+(R[1]||0)),h=L/oe|0,h>1?(h>=c&&(h=c-1),w=e(m,h,c),T=w.length,U=R.length,u=t(w,R,T,U),u==1&&(h--,r(w,H<T?F:m,T,c))):(h==0&&(u=h=1),w=m.slice()),T=w.length,T<U&&w.unshift(0),r(R,w,U,c),u==-1&&(U=R.length,u=t(m,R,H,U),u<1&&(h++,r(R,H<U?F:m,U,c))),U=R.length):u===0&&(h++,R=[0]),k[f++]=h,u&&R[0]?R[U++]=d[X]||0:(R=[d[X]],U=1);while((X++<ne||R[0]!==void 0)&&W--);b=R[0]!==void 0}k[0]||k.shift()}if(y==1)P.e=l,$_=b;else{for(f=1,h=k[0];h>=10;h/=10)f++;P.e=f+l*y-1,Xe(P,a?s+P.e+1:s,o,b)}return P}}();function Xe(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor;e:if(t!=null){if(f=e.d,!f)return e;for(i=1,a=f[0];a>=10;a/=10)i++;if(s=t-i,s<0)s+=Ze,o=t,l=f[h=0],c=l/pr(10,i-o-1)%10|0;else if(h=Math.ceil((s+1)/Ze),a=f.length,h>=a)if(n){for(;a++<=h;)f.push(0);l=c=0,i=1,s%=Ze,o=s-Ze+1}else break e;else{for(l=a=f[h],i=1;a>=10;a/=10)i++;s%=Ze,o=s-Ze+i,c=o<0?0:l/pr(10,i-o-1)%10|0}if(n=n||t<0||f[h+1]!==void 0||(o<0?l:l%pr(10,i-o-1)),u=r<4?(c||n)&&(r==0||r==(e.s<0?3:2)):c>5||c==5&&(r==4||n||r==6&&(s>0?o>0?l/pr(10,i-o):0:f[h-1])%10&1||r==(e.s<0?8:7)),t<1||!f[0])return f.length=0,u?(t-=e.e+1,f[0]=pr(10,(Ze-t%Ze)%Ze),e.e=-t||0):f[0]=e.e=0,e;if(s==0?(f.length=h,a=1,h--):(f.length=h+1,a=pr(10,Ze-s),f[h]=o>0?(l/pr(10,i-o)%pr(10,o)|0)*a:0),u)for(;;)if(h==0){for(s=1,o=f[0];o>=10;o/=10)s++;for(o=f[0]+=a,a=1;o>=10;o/=10)a++;s!=a&&(e.e++,f[0]==Tn&&(f[0]=1));break}else{if(f[h]+=a,f[h]!=Tn)break;f[h--]=0,a=1}for(s=f.length;f[--s]===0;)f.pop()}return at&&(e.e>y.maxE?(e.d=null,e.e=NaN):e.e<y.minE&&(e.e=0,e.d=[0])),e}function ti(e,t,r){if(!e.isFinite())return W_(e);var n,i=e.e,s=_r(e.d),o=s.length;return t?(r&&(n=r-o)>0?s=s.charAt(0)+"."+s.slice(1)+is(n):o>1&&(s=s.charAt(0)+"."+s.slice(1)),s=s+(e.e<0?"e":"e+")+e.e):i<0?(s="0."+is(-i-1)+s,r&&(n=r-o)>0&&(s+=is(n))):i>=o?(s+=is(i+1-o),r&&(n=r-i-1)>0&&(s=s+"."+is(n))):((n=i+1)<o&&(s=s.slice(0,n)+"."+s.slice(n)),r&&(n=r-o)>0&&(i+1===o&&(s+="."),s+=is(n))),s}function Yu(e,t){var r=e[0];for(t*=Ze;r>=10;r/=10)t++;return t}function Zu(e,t,r){if(t>Bj)throw at=!0,r&&(e.precision=r),Error(B_);return Xe(new e(Gu),t,1,!0)}function On(e,t,r){if(t>op)throw Error(B_);return Xe(new e(Ku),t,r,!0)}function z_(e){var t=e.length-1,r=t*Ze+1;if(t=e[t],t){for(;t%10==0;t/=10)r--;for(t=e[0];t>=10;t/=10)r++}return r}function is(e){for(var t="";e--;)t+="0";return t}function V_(e,t,r,n){var i,s=new e(1),o=Math.ceil(n/Ze+4);for(at=!1;;){if(r%2&&(s=s.times(t),K_(s.d,o)&&(i=!0)),r=Pr(r/2),r===0){r=s.d.length-1,i&&s.d[r]===0&&++s.d[r];break}t=t.times(t),K_(t.d,o)}return at=!0,s}function q_(e){return e.d[e.d.length-1]&1}function H_(e,t,r){for(var n,i=new e(t[0]),s=0;++s<t.length;)if(n=new e(t[s]),n.s)i[r](n)&&(i=n);else{i=n;break}return i}function ap(e,t){var r,n,i,s,o,a,c,u=0,l=0,f=0,h=e.constructor,y=h.rounding,b=h.precision;if(!e.d||!e.d[0]||e.e>17)return new h(e.d?e.d[0]?e.s<0?0:1/0:1:e.s?e.s<0?0:e:0/0);for(t==null?(at=!1,c=b):c=t,a=new h(.03125);e.e>-2;)e=e.times(a),f+=5;for(n=Math.log(pr(2,f))/Math.LN10*2+5|0,c+=n,r=s=o=new h(1),h.precision=c;;){if(s=Xe(s.times(e),c,1),r=r.times(++l),a=o.plus(Ht(s,r,c,1)),_r(a.d).slice(0,c)===_r(o.d).slice(0,c)){for(i=f;i--;)o=Xe(o.times(o),c,1);if(t==null)if(u<3&&ec(o.d,c-n,y,u))h.precision=c+=10,r=s=a=new h(1),l=0,u++;else return Xe(o,h.precision=b,y,at=!0);else return h.precision=b,o}o=a}}function ss(e,t){var r,n,i,s,o,a,c,u,l,f,h,y=1,b=10,w=e,T=w.d,P=w.constructor,k=P.rounding,R=P.precision;if(w.s<0||!T||!T[0]||!w.e&&T[0]==1&&T.length==1)return new P(T&&!T[0]?-1/0:w.s!=1?NaN:T?0:w);if(t==null?(at=!1,l=R):l=t,P.precision=l+=b,r=_r(T),n=r.charAt(0),Math.abs(s=w.e)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)w=w.times(e),r=_r(w.d),n=r.charAt(0),y++;s=w.e,n>1?(w=new P("0."+r),s++):w=new P(n+"."+r.slice(1))}else return u=Zu(P,l+2,R).times(s+""),w=ss(new P(n+"."+r.slice(1)),l-b).plus(u),P.precision=R,t==null?Xe(w,R,k,at=!0):w;for(f=w,c=o=w=Ht(w.minus(1),w.plus(1),l,1),h=Xe(w.times(w),l,1),i=3;;){if(o=Xe(o.times(h),l,1),u=c.plus(Ht(o,new P(i),l,1)),_r(u.d).slice(0,l)===_r(c.d).slice(0,l))if(c=c.times(2),s!==0&&(c=c.plus(Zu(P,l+2,R).times(s+""))),c=Ht(c,new P(y),l,1),t==null)if(ec(c.d,l-b,k,a))P.precision=l+=b,u=o=w=Ht(f.minus(1),f.plus(1),l,1),h=Xe(w.times(w),l,1),i=a=1;else return Xe(c,P.precision=R,k,at=!0);else return P.precision=R,c;c=u,i+=2}}function W_(e){return String(e.s*e.s/0)}function cp(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;n++);for(i=t.length;t.charCodeAt(i-1)===48;--i);if(t=t.slice(n,i),t){if(i-=n,e.e=r=r-n-1,e.d=[],n=(r+1)%Ze,r<0&&(n+=Ze),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=Ze;n<i;)e.d.push(+t.slice(n,n+=Ze));t=t.slice(n),n=Ze-t.length}else n-=i;for(;n--;)t+="0";e.d.push(+t),at&&(e.e>e.constructor.maxE?(e.d=null,e.e=NaN):e.e<e.constructor.minE&&(e.e=0,e.d=[0]))}else e.e=0,e.d=[0];return e}function Fj(e,t){var r,n,i,s,o,a,c,u,l;if(t.indexOf("_")>-1){if(t=t.replace(/(\d)_(?=\d)/g,"$1"),U_.test(t))return cp(e,t)}else if(t==="Infinity"||t==="NaN")return+t||(e.s=NaN),e.e=NaN,e.d=null,e;if(Rj.test(t))r=16,t=t.toLowerCase();else if(Nj.test(t))r=2;else if(Dj.test(t))r=8;else throw Error(ns+t);for(s=t.search(/p/i),s>0?(c=+t.slice(s+1),t=t.substring(2,s)):t=t.slice(2),s=t.indexOf("."),o=s>=0,n=e.constructor,o&&(t=t.replace(".",""),a=t.length,s=a-s,i=V_(n,new n(r),s,s*2)),u=Ju(t,r,Tn),l=u.length-1,s=l;u[s]===0;--s)u.pop();return s<0?new n(e.s*0):(e.e=Yu(u,l),e.d=u,at=!1,o&&(e=Ht(e,i,a*4)),c&&(e=e.times(Math.abs(c)<54?pr(2,c):Br.pow(2,c))),at=!0,e)}function Uj(e,t){var r,n=t.d.length;if(n<3)return t.isZero()?t:Ro(e,2,t,t);r=1.4*Math.sqrt(n),r=r>16?16:r|0,t=t.times(1/Qu(5,r)),t=Ro(e,2,t,t);for(var i,s=new e(5),o=new e(16),a=new e(20);r--;)i=t.times(t),t=t.times(s.plus(i.times(o.times(i).minus(a))));return t}function Ro(e,t,r,n,i){var s,o,a,c,u=e.precision,l=Math.ceil(u/Ze);for(at=!1,c=r.times(r),a=new e(n);;){if(o=Ht(a.times(c),new e(t++*t++),u,1),a=i?n.plus(o):n.minus(o),n=Ht(o.times(c),new e(t++*t++),u,1),o=a.plus(n),o.d[l]!==void 0){for(s=l;o.d[s]===a.d[s]&&s--;);if(s==-1)break}s=a,a=n,n=o,o=s}return at=!0,o.d.length=l+1,o}function Qu(e,t){for(var r=e;--t;)r*=e;return r}function G_(e,t){var r,n=t.s<0,i=On(e,e.precision,1),s=i.times(.5);if(t=t.abs(),t.lte(s))return Ai=n?4:1,t;if(r=t.divToInt(i),r.isZero())Ai=n?3:2;else{if(t=t.minus(r.times(i)),t.lte(s))return Ai=q_(r)?n?2:3:n?4:1,t;Ai=q_(r)?n?1:4:n?3:2}return t.minus(i).abs()}function up(e,t,r,n){var i,s,o,a,c,u,l,f,h,y=e.constructor,b=r!==void 0;if(b?(Hr(r,1,rs),n===void 0?n=y.rounding:Hr(n,0,8)):(r=y.precision,n=y.rounding),!e.isFinite())l=W_(e);else{for(l=ti(e),o=l.indexOf("."),b?(i=2,t==16?r=r*4-3:t==8&&(r=r*3-2)):i=t,o>=0&&(l=l.replace(".",""),h=new y(1),h.e=l.length-o,h.d=Ju(ti(h),10,i),h.e=h.d.length),f=Ju(l,10,i),s=c=f.length;f[--c]==0;)f.pop();if(!f[0])l=b?"0p+0":"0";else{if(o<0?s--:(e=new y(e),e.d=f,e.e=s,e=Ht(e,h,r,n,0,i),f=e.d,s=e.e,u=$_),o=f[r],a=i/2,u=u||f[r+1]!==void 0,u=n<4?(o!==void 0||u)&&(n===0||n===(e.s<0?3:2)):o>a||o===a&&(n===4||u||n===6&&f[r-1]&1||n===(e.s<0?8:7)),f.length=r,u)for(;++f[--r]>i-1;)f[r]=0,r||(++s,f.unshift(1));for(c=f.length;!f[c-1];--c);for(o=0,l="";o<c;o++)l+=ip.charAt(f[o]);if(b){if(c>1)if(t==16||t==8){for(o=t==16?4:3,--c;c%o;c++)l+="0";for(f=Ju(l,i,t),c=f.length;!f[c-1];--c);for(o=1,l="1.";o<c;o++)l+=ip.charAt(f[o])}else l=l.charAt(0)+"."+l.slice(1);l=l+(s<0?"p":"p+")+s}else if(s<0){for(;++s;)l="0"+l;l="0."+l}else if(++s>c)for(s-=c;s--;)l+="0";else s<c&&(l=l.slice(0,s)+"."+l.slice(s))}l=(t==16?"0x":t==2?"0b":t==8?"0o":"")+l}return e.s<0?"-"+l:l}function K_(e,t){if(e.length>t)return e.length=t,!0}function zj(e){return new this(e).abs()}function Vj(e){return new this(e).acos()}function qj(e){return new this(e).acosh()}function Hj(e,t){return new this(e).plus(t)}function Wj(e){return new this(e).asin()}function Gj(e){return new this(e).asinh()}function Kj(e){return new this(e).atan()}function Xj(e){return new this(e).atanh()}function Jj(e,t){e=new this(e),t=new this(t);var r,n=this.precision,i=this.rounding,s=n+4;return!e.s||!t.s?r=new this(NaN):!e.d&&!t.d?(r=On(this,s,1).times(t.s>0?.25:.75),r.s=e.s):!t.d||e.isZero()?(r=t.s<0?On(this,n,i):new this(0),r.s=e.s):!e.d||t.isZero()?(r=On(this,s,1).times(.5),r.s=e.s):t.s<0?(this.precision=s,this.rounding=1,r=this.atan(Ht(e,t,s,1)),t=On(this,s,1),this.precision=n,this.rounding=i,r=e.s<0?r.minus(t):r.plus(t)):r=this.atan(Ht(e,t,s,1)),r}function Yj(e){return new this(e).cbrt()}function Zj(e){return Xe(e=new this(e),e.e+1,2)}function Qj(e,t,r){return new this(e).clamp(t,r)}function eN(e){if(!e||typeof e!="object")throw Error(Xu+"Object expected");var t,r,n,i=e.defaults===!0,s=["precision",1,rs,"rounding",0,8,"toExpNeg",-No,0,"toExpPos",0,No,"maxE",0,No,"minE",-No,0,"modulo",0,9];for(t=0;t<s.length;t+=3)if(r=s[t],i&&(this[r]=sp[r]),(n=e[r])!==void 0)if(Pr(n)===n&&n>=s[t+1]&&n<=s[t+2])this[r]=n;else throw Error(ns+r+": "+n);if(r="crypto",i&&(this[r]=sp[r]),(n=e[r])!==void 0)if(n===!0||n===!1||n===0||n===1)if(n)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))this[r]=!0;else throw Error(L_);else this[r]=!1;else throw Error(ns+r+": "+n);return this}function tN(e){return new this(e).cos()}function rN(e){return new this(e).cosh()}function X_(e){var t,r,n;function i(s){var o,a,c,u=this;if(!(u instanceof i))return new i(s);if(u.constructor=i,J_(s)){u.s=s.s,at?!s.d||s.e>i.maxE?(u.e=NaN,u.d=null):s.e<i.minE?(u.e=0,u.d=[0]):(u.e=s.e,u.d=s.d.slice()):(u.e=s.e,u.d=s.d?s.d.slice():s.d);return}if(c=typeof s,c==="number"){if(s===0){u.s=1/s<0?-1:1,u.e=0,u.d=[0];return}if(s<0?(s=-s,u.s=-1):u.s=1,s===~~s&&s<1e7){for(o=0,a=s;a>=10;a/=10)o++;at?o>i.maxE?(u.e=NaN,u.d=null):o<i.minE?(u.e=0,u.d=[0]):(u.e=o,u.d=[s]):(u.e=o,u.d=[s]);return}else if(s*0!==0){s||(u.s=NaN),u.e=NaN,u.d=null;return}return cp(u,s.toString())}else if(c!=="string")throw Error(ns+s);return(a=s.charCodeAt(0))===45?(s=s.slice(1),u.s=-1):(a===43&&(s=s.slice(1)),u.s=1),U_.test(s)?cp(u,s):Fj(u,s)}if(i.prototype=be,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.EUCLID=9,i.config=i.set=eN,i.clone=X_,i.isDecimal=J_,i.abs=zj,i.acos=Vj,i.acosh=qj,i.add=Hj,i.asin=Wj,i.asinh=Gj,i.atan=Kj,i.atanh=Xj,i.atan2=Jj,i.cbrt=Yj,i.ceil=Zj,i.clamp=Qj,i.cos=tN,i.cosh=rN,i.div=nN,i.exp=iN,i.floor=sN,i.hypot=oN,i.ln=aN,i.log=cN,i.log10=lN,i.log2=uN,i.max=fN,i.min=dN,i.mod=hN,i.mul=pN,i.pow=mN,i.random=gN,i.round=vN,i.sign=yN,i.sin=bN,i.sinh=wN,i.sqrt=_N,i.sub=xN,i.sum=SN,i.tan=EN,i.tanh=CN,i.trunc=AN,e===void 0&&(e={}),e&&e.defaults!==!0)for(n=["precision","rounding","toExpNeg","toExpPos","maxE","minE","modulo","crypto"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function nN(e,t){return new this(e).div(t)}function iN(e){return new this(e).exp()}function sN(e){return Xe(e=new this(e),e.e+1,3)}function oN(){var e,t,r=new this(0);for(at=!1,e=0;e<arguments.length;)if(t=new this(arguments[e++]),t.d)r.d&&(r=r.plus(t.times(t)));else{if(t.s)return at=!0,new this(1/0);r=t}return at=!0,r.sqrt()}function J_(e){return e instanceof Br||e&&e.toStringTag===F_||!1}function aN(e){return new this(e).ln()}function cN(e,t){return new this(e).log(t)}function uN(e){return new this(e).log(2)}function lN(e){return new this(e).log(10)}function fN(){return H_(this,arguments,"lt")}function dN(){return H_(this,arguments,"gt")}function hN(e,t){return new this(e).mod(t)}function pN(e,t){return new this(e).mul(t)}function mN(e,t){return new this(e).pow(t)}function gN(e){var t,r,n,i,s=0,o=new this(1),a=[];if(e===void 0?e=this.precision:Hr(e,1,rs),n=Math.ceil(e/Ze),this.crypto)if(crypto.getRandomValues)for(t=crypto.getRandomValues(new Uint32Array(n));s<n;)i=t[s],i>=429e7?t[s]=crypto.getRandomValues(new Uint32Array(1))[0]:a[s++]=i%1e7;else if(crypto.randomBytes){for(t=crypto.randomBytes(n*=4);s<n;)i=t[s]+(t[s+1]<<8)+(t[s+2]<<16)+((t[s+3]&127)<<24),i>=214e7?crypto.randomBytes(4).copy(t,s):(a.push(i%1e7),s+=4);s=n/4}else throw Error(L_);else for(;s<n;)a[s++]=Math.random()*1e7|0;for(n=a[--s],e%=Ze,n&&e&&(i=pr(10,Ze-e),a[s]=(n/i|0)*i);a[s]===0;s--)a.pop();if(s<0)r=0,a=[0];else{for(r=-1;a[0]===0;r-=Ze)a.shift();for(n=1,i=a[0];i>=10;i/=10)n++;n<Ze&&(r-=Ze-n)}return o.e=r,o.d=a,o}function vN(e){return Xe(e=new this(e),e.e+1,this.rounding)}function yN(e){return e=new this(e),e.d?e.d[0]?e.s:0*e.s:e.s||NaN}function bN(e){return new this(e).sin()}function wN(e){return new this(e).sinh()}function _N(e){return new this(e).sqrt()}function xN(e,t){return new this(e).sub(t)}function SN(){var e=0,t=arguments,r=new this(t[e]);for(at=!1;r.s&&++e<t.length;)r=r.plus(t[e]);return at=!0,Xe(r,this.precision,this.rounding)}function EN(e){return new this(e).tan()}function CN(e){return new this(e).tanh()}function AN(e){return Xe(e=new this(e),e.e+1,1)}be[Symbol.for("nodejs.util.inspect.custom")]=be.toString,be[Symbol.toStringTag]="Decimal";var Br=be.constructor=X_(sp);Gu=new Br(Gu),Ku=new Br(Ku),Br.config({precision:256,rounding:Br.ROUND_DOWN,toExpNeg:-256,toExpPos:256});const kr=(e,t,r,n=Br.ROUND_HALF_DOWN)=>{if(e==="∞")return"∞";if(e!=="0"&&!e||Be(e).equals(0))return"0";if(t!==void 0){const u=Us(e,t,n);if(!Be(u).equals(0))return r?u:Do(u)}const i=Be(e).toString(),s=i.split("."),o=s[0],a=s[1];let c;if(Be(o).gt(0))!a||Be(o.length).gte(9)?c=Us(i,0,n):Be(o.length).gte(4)?c=Us(i,2,n):c=Us(i,4,n);else{Us(i,6,n);const u=ON(a);if(u<6)c=Us(i,u+6,n);else{if(u>30)return"0";c=Us(i,9+(u-6),n)}}return r||Be(o).lt(1)?c:Do(c)},Y_=(e,t,r,n)=>{try{if(e===void 0||e==="--")return"$--";const i=kr(e,t,!0,Br.ROUND_DOWN).toString();if(Be(i).equals(0))return"$0";const s=i.startsWith("-");let o=n?i:Do(i).toString();return o.includes("e")&&(o=n?i:Do(i).toString()),!r&&Number(i)<Math.pow(10,-t)?s?`-$${o.slice(1)}`:`<$${Math.pow(10,-t).toFixed(t)}`:s?`-$${o.slice(1)}`:`$${o}`}catch{return"$--"}},MN=(e,t,r=!0)=>{if(`${e}`=="0")return!parseFloat(t)||!r?"0":"0.".padEnd(t+2,"0");if(!e)return"--";const n=parseFloat(e),i=e.toString(),s=n<0;let o=i;if(i.toLowerCase().includes("e")){const a=i.match(/(\d+?)(?:\.(\d*))?e([+-])(\d+)/),c=a[1],u=a[2],l=a[3],f=a[4];let h="",y=u?u.substr(f):"";if(y&&(y=`.${y}`),l!=="-"){for(let b=0;b<f;b+=1){const w=u[b]||"0";h+=w}o=c+h+y}else{let b="0";for(let w=0;w<f;w+=1)h=(c[c.length-w-1]||"0")+h;c.length>f&&(b=c.substr(0,c.length-f)),o=`${b}.${h}${u}`}}if(t&&r){let a=`${o.split(".")[0]}.`;const c=o.split(".")[1]||"";for(let u=0;u<t;u+=1)a+=c[u]||"0";o=a}if(o.length>14){const a=o.split(".");a[0].length>14?o=`${a[0].slice(0,14)}+`:(o=o.slice(0,13),o.indexOf(".")===12&&(o=o.slice(0,12)))}return`${s?"-":""}${o}`},Be=e=>Br.isDecimal(e)?e:new Br(typeof e>"u"||e==="undefined"||!e?0:e);function TN(e,t){return t===void 0?"":Be(e==null?void 0:e.toString()).div(Math.pow(10,t)).toString()}const Us=(e,t,r)=>Be(e).toDP(t,r).toString(),Do=e=>{const[t,r]=e.split(".");let n="";for(let i=t.length-1,s=0;i>=0;i--,s++)n=t[i]+n,s%3===2&&i!==0&&(n=","+n);return r?`${n}.${r}`:n};function ON(e){let t=0;if(e)for(;t<e.length;){if(Be(e[t]).gt(0))return t+1;t++}return 0}function IN(e,t){const r=Z_(Be(t));return Number(Be(e).mul(r))}function PN(e,t){const r=Z_(Be(t));return Number(Be(e).div(r))}function Z_(e){return Be(10).pow(Be(e).abs())}function lp(e,t){const r=PN(e,t);return kN(r.toString(),Number(t))}function kN(e,t=9){if(e===void 0)return"";const r=e.toLowerCase();if(r.includes("e")){if(r.includes("+"))return MN(r,t);const[n,i]=r.split("e");let s=n;const o=Math.abs(parseInt(i,10));let a="",c=s.length;if(n.includes(".")){const[u,l]=n.split(".");s=u+l,c=u.length}for(let u=0;u<o-c;u++)a+="0";return`0.${a}${s}`.slice(0,t+2)}return e}function el(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}const zs=(e,t="")=>t=="long"?e&&e.length>40?e.substring(0,40)+"...":e&&e.length<40?e:"":e?e.substring(0,6)+"..."+e.substring(e.length-4):"",fp=(e,t)=>{if(e===t)return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(const i of r)if(!fp(e[i],t[i]))return!1;return!0};function Q_(e){return!e||Object.keys(e).length===0}function e4(e){var t;return((t=e.split("::"))==null?void 0:t.length)===3}const t4=async e=>new Promise(t=>{setTimeout(()=>{t(1)},e)});function jN(e,t,r=!1){var a;const n=e.balanceChanges,i=(a=e.effects)==null?void 0:a.gasUsed,s={};let o="0";return i&&(o=Be(i.computationCost).add(i.storageCost).sub(i.storageRebate).mul(-1).toFixed(0)),n&&n.forEach(c=>{const u=Qa(c.coinType).full_address;if(c.owner.AddressOwner===t){const l=u===bn.SUI_TYPE_ARG;let f=c.amount;l&&(f=r?f:Be(f).sub(o).toFixed(0));const h={coinType:u,amount:f};s[u]=h}}),s}function r4(e,t){if(t){const r=e[Qa(t.coin_type).full_address];if(r)return lp(Be(r.amount).abs().toFixed(0),t.decimals)}}function $t(e){return`https://archive.cetus.zone/assets/terminal${e}`}const cn=(e,t=10)=>e&&(e==null?void 0:e.length)>t&&Be(t).gt(0)?`${e.slice(0,t)}...`:e,tl=(e,t)=>Ci(e||"")===Ci(t||""),NN=async function(e,t,r=3e4){const n=[];let i="";if(t){for(const c in t){const u=`${c}=${t[c]}`;n.push(u)}const a=n.join("&");i=`${e}?${a}`}else i=e;const s=new AbortController,o=setTimeout(()=>{s.abort()},r);try{const a=await fetch(i,{signal:s.signal});if(clearTimeout(o),!a.ok)throw new Error("Request failed");const c=await a.json();return(c==null?void 0:c.data)||c}catch(a){throw clearTimeout(o),a.name==="AbortError"?new Error("request time out"):a}},RN=async function(e,t,r=3e4){const n=new AbortController,i=setTimeout(()=>{n.abort()},r);try{const s=await fetch(e,{body:JSON.stringify(t),method:"POST",signal:n.signal});if(clearTimeout(i),!s.ok)throw new Error("Request failed");return s.json()}catch(s){throw clearTimeout(i),s.name==="AbortError"?new Error("request time out"):s}},dp="tokenMap",n4="trustedTokenList",i4="collectTokenMap",s4="importTokenList";var o4={exports:{}};/*!
45
+ localForage -- Offline Storage, Improved
46
+ Version 1.10.0
47
+ https://localforage.github.io/localForage
48
+ (c) 2013-2017 Mozilla, Apache License 2.0
49
+ */(function(e,t){(function(r){e.exports=r()})(function(){return function r(n,i,s){function o(u,l){if(!i[u]){if(!n[u]){var f=typeof Fn=="function"&&Fn;if(!l&&f)return f(u,!0);if(a)return a(u,!0);var h=new Error("Cannot find module '"+u+"'");throw h.code="MODULE_NOT_FOUND",h}var y=i[u]={exports:{}};n[u][0].call(y.exports,function(b){var w=n[u][1][b];return o(w||b)},y,y.exports,r,n,i,s)}return i[u].exports}for(var a=typeof Fn=="function"&&Fn,c=0;c<s.length;c++)o(s[c]);return o}({1:[function(r,n,i){(function(s){var o=s.MutationObserver||s.WebKitMutationObserver,a;if(o){var c=0,u=new o(b),l=s.document.createTextNode("");u.observe(l,{characterData:!0}),a=function(){l.data=c=++c%2}}else if(!s.setImmediate&&typeof s.MessageChannel<"u"){var f=new s.MessageChannel;f.port1.onmessage=b,a=function(){f.port2.postMessage(0)}}else"document"in s&&"onreadystatechange"in s.document.createElement("script")?a=function(){var T=s.document.createElement("script");T.onreadystatechange=function(){b(),T.onreadystatechange=null,T.parentNode.removeChild(T),T=null},s.document.documentElement.appendChild(T)}:a=function(){setTimeout(b,0)};var h,y=[];function b(){h=!0;for(var T,P,k=y.length;k;){for(P=y,y=[],T=-1;++T<k;)P[T]();k=y.length}h=!1}n.exports=w;function w(T){y.push(T)===1&&!h&&a()}}).call(this,typeof Nr<"u"?Nr:typeof self<"u"?self:typeof window<"u"?window:{})},{}],2:[function(r,n,i){var s=r(1);function o(){}var a={},c=["REJECTED"],u=["FULFILLED"],l=["PENDING"];n.exports=f;function f(L){if(typeof L!="function")throw new TypeError("resolver must be a function");this.state=l,this.queue=[],this.outcome=void 0,L!==o&&w(this,L)}f.prototype.catch=function(L){return this.then(null,L)},f.prototype.then=function(L,W){if(typeof L!="function"&&this.state===u||typeof W!="function"&&this.state===c)return this;var q=new this.constructor(o);if(this.state!==l){var X=this.state===u?L:W;y(q,X,this.outcome)}else this.queue.push(new h(q,L,W));return q};function h(L,W,q){this.promise=L,typeof W=="function"&&(this.onFulfilled=W,this.callFulfilled=this.otherCallFulfilled),typeof q=="function"&&(this.onRejected=q,this.callRejected=this.otherCallRejected)}h.prototype.callFulfilled=function(L){a.resolve(this.promise,L)},h.prototype.otherCallFulfilled=function(L){y(this.promise,this.onFulfilled,L)},h.prototype.callRejected=function(L){a.reject(this.promise,L)},h.prototype.otherCallRejected=function(L){y(this.promise,this.onRejected,L)};function y(L,W,q){s(function(){var X;try{X=W(q)}catch(ne){return a.reject(L,ne)}X===L?a.reject(L,new TypeError("Cannot resolve promise with itself")):a.resolve(L,X)})}a.resolve=function(L,W){var q=T(b,W);if(q.status==="error")return a.reject(L,q.value);var X=q.value;if(X)w(L,X);else{L.state=u,L.outcome=W;for(var ne=-1,oe=L.queue.length;++ne<oe;)L.queue[ne].callFulfilled(W)}return L},a.reject=function(L,W){L.state=c,L.outcome=W;for(var q=-1,X=L.queue.length;++q<X;)L.queue[q].callRejected(W);return L};function b(L){var W=L&&L.then;if(L&&(typeof L=="object"||typeof L=="function")&&typeof W=="function")return function(){W.apply(L,arguments)}}function w(L,W){var q=!1;function X(F){q||(q=!0,a.reject(L,F))}function ne(F){q||(q=!0,a.resolve(L,F))}function oe(){W(ne,X)}var H=T(oe);H.status==="error"&&X(H.value)}function T(L,W){var q={};try{q.value=L(W),q.status="success"}catch(X){q.status="error",q.value=X}return q}f.resolve=P;function P(L){return L instanceof this?L:a.resolve(new this(o),L)}f.reject=k;function k(L){var W=new this(o);return a.reject(W,L)}f.all=R;function R(L){var W=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=L.length,X=!1;if(!q)return this.resolve([]);for(var ne=new Array(q),oe=0,H=-1,F=new this(o);++H<q;)D(L[H],H);return F;function D(p,d){W.resolve(p).then(m,function(x){X||(X=!0,a.reject(F,x))});function m(x){ne[d]=x,++oe===q&&!X&&(X=!0,a.resolve(F,ne))}}}f.race=U;function U(L){var W=this;if(Object.prototype.toString.call(L)!=="[object Array]")return this.reject(new TypeError("must be an array"));var q=L.length,X=!1;if(!q)return this.resolve([]);for(var ne=-1,oe=new this(o);++ne<q;)H(L[ne]);return oe;function H(F){W.resolve(F).then(function(D){X||(X=!0,a.resolve(oe,D))},function(D){X||(X=!0,a.reject(oe,D))})}}},{1:1}],3:[function(r,n,i){(function(s){typeof s.Promise!="function"&&(s.Promise=r(2))}).call(this,typeof Nr<"u"?Nr:typeof self<"u"?self:typeof window<"u"?window:{})},{2:2}],4:[function(r,n,i){var s=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function($){return typeof $}:function($){return $&&typeof Symbol=="function"&&$.constructor===Symbol&&$!==Symbol.prototype?"symbol":typeof $};function o($,G){if(!($ instanceof G))throw new TypeError("Cannot call a class as a function")}function a(){try{if(typeof indexedDB<"u")return indexedDB;if(typeof webkitIndexedDB<"u")return webkitIndexedDB;if(typeof mozIndexedDB<"u")return mozIndexedDB;if(typeof OIndexedDB<"u")return OIndexedDB;if(typeof msIndexedDB<"u")return msIndexedDB}catch{return}}var c=a();function u(){try{if(!c||!c.open)return!1;var $=typeof openDatabase<"u"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),G=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!$||G)&&typeof indexedDB<"u"&&typeof IDBKeyRange<"u"}catch{return!1}}function l($,G){$=$||[],G=G||{};try{return new Blob($,G)}catch(J){if(J.name!=="TypeError")throw J;for(var z=typeof BlobBuilder<"u"?BlobBuilder:typeof MSBlobBuilder<"u"?MSBlobBuilder:typeof MozBlobBuilder<"u"?MozBlobBuilder:WebKitBlobBuilder,Y=new z,Q=0;Q<$.length;Q+=1)Y.append($[Q]);return Y.getBlob(G.type)}}typeof Promise>"u"&&r(3);var f=Promise;function h($,G){G&&$.then(function(z){G(null,z)},function(z){G(z)})}function y($,G,z){typeof G=="function"&&$.then(G),typeof z=="function"&&$.catch(z)}function b($){return typeof $!="string"&&(console.warn($+" used as a key, but it is not a string."),$=String($)),$}function w(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var T="local-forage-detect-blob-support",P=void 0,k={},R=Object.prototype.toString,U="readonly",L="readwrite";function W($){for(var G=$.length,z=new ArrayBuffer(G),Y=new Uint8Array(z),Q=0;Q<G;Q++)Y[Q]=$.charCodeAt(Q);return z}function q($){return new f(function(G){var z=$.transaction(T,L),Y=l([""]);z.objectStore(T).put(Y,"key"),z.onabort=function(Q){Q.preventDefault(),Q.stopPropagation(),G(!1)},z.oncomplete=function(){var Q=navigator.userAgent.match(/Chrome\/(\d+)/),J=navigator.userAgent.match(/Edge\//);G(J||!Q||parseInt(Q[1],10)>=43)}}).catch(function(){return!1})}function X($){return typeof P=="boolean"?f.resolve(P):q($).then(function(G){return P=G,P})}function ne($){var G=k[$.name],z={};z.promise=new f(function(Y,Q){z.resolve=Y,z.reject=Q}),G.deferredOperations.push(z),G.dbReady?G.dbReady=G.dbReady.then(function(){return z.promise}):G.dbReady=z.promise}function oe($){var G=k[$.name],z=G.deferredOperations.pop();if(z)return z.resolve(),z.promise}function H($,G){var z=k[$.name],Y=z.deferredOperations.pop();if(Y)return Y.reject(G),Y.promise}function F($,G){return new f(function(z,Y){if(k[$.name]=k[$.name]||g(),$.db)if(G)ne($),$.db.close();else return z($.db);var Q=[$.name];G&&Q.push($.version);var J=c.open.apply(c,Q);G&&(J.onupgradeneeded=function(pe){var we=J.result;try{we.createObjectStore($.storeName),pe.oldVersion<=1&&we.createObjectStore(T)}catch(Ee){if(Ee.name==="ConstraintError")console.warn('The database "'+$.name+'" has been upgraded from version '+pe.oldVersion+" to version "+pe.newVersion+', but the storage "'+$.storeName+'" already exists.');else throw Ee}}),J.onerror=function(pe){pe.preventDefault(),Y(J.error)},J.onsuccess=function(){var pe=J.result;pe.onversionchange=function(we){we.target.close()},z(pe),oe($)}})}function D($){return F($,!1)}function p($){return F($,!0)}function d($,G){if(!$.db)return!0;var z=!$.db.objectStoreNames.contains($.storeName),Y=$.version<$.db.version,Q=$.version>$.db.version;if(Y&&($.version!==G&&console.warn('The database "'+$.name+`" can't be downgraded from version `+$.db.version+" to version "+$.version+"."),$.version=$.db.version),Q||z){if(z){var J=$.db.version+1;J>$.version&&($.version=J)}return!0}return!1}function m($){return new f(function(G,z){var Y=new FileReader;Y.onerror=z,Y.onloadend=function(Q){var J=btoa(Q.target.result||"");G({__local_forage_encoded_blob:!0,data:J,type:$.type})},Y.readAsBinaryString($)})}function x($){var G=W(atob($.data));return l([G],{type:$.type})}function A($){return $&&$.__local_forage_encoded_blob}function E($){var G=this,z=G._initReady().then(function(){var Y=k[G._dbInfo.name];if(Y&&Y.dbReady)return Y.dbReady});return y(z,$,$),z}function O($){ne($);for(var G=k[$.name],z=G.forages,Y=0;Y<z.length;Y++){var Q=z[Y];Q._dbInfo.db&&(Q._dbInfo.db.close(),Q._dbInfo.db=null)}return $.db=null,D($).then(function(J){return $.db=J,d($)?p($):J}).then(function(J){$.db=G.db=J;for(var pe=0;pe<z.length;pe++)z[pe]._dbInfo.db=J}).catch(function(J){throw H($,J),J})}function C($,G,z,Y){Y===void 0&&(Y=1);try{var Q=$.db.transaction($.storeName,G);z(null,Q)}catch(J){if(Y>0&&(!$.db||J.name==="InvalidStateError"||J.name==="NotFoundError"))return f.resolve().then(function(){if(!$.db||J.name==="NotFoundError"&&!$.db.objectStoreNames.contains($.storeName)&&$.version<=$.db.version)return $.db&&($.version=$.db.version+1),p($)}).then(function(){return O($).then(function(){C($,G,z,Y-1)})}).catch(z);z(J)}}function g(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function v($){var G=this,z={db:null};if($)for(var Y in $)z[Y]=$[Y];var Q=k[z.name];Q||(Q=g(),k[z.name]=Q),Q.forages.push(G),G._initReady||(G._initReady=G.ready,G.ready=E);var J=[];function pe(){return f.resolve()}for(var we=0;we<Q.forages.length;we++){var Ee=Q.forages[we];Ee!==G&&J.push(Ee._initReady().catch(pe))}var Ce=Q.forages.slice(0);return f.all(J).then(function(){return z.db=Q.db,D(z)}).then(function(Ae){return z.db=Ae,d(z,G._defaultConfig.version)?p(z):Ae}).then(function(Ae){z.db=Q.db=Ae,G._dbInfo=z;for(var ze=0;ze<Ce.length;ze++){var yt=Ce[ze];yt!==G&&(yt._dbInfo.db=z.db,yt._dbInfo.version=z.version)}})}function j($,G){var z=this;$=b($);var Y=new f(function(Q,J){z.ready().then(function(){C(z._dbInfo,U,function(pe,we){if(pe)return J(pe);try{var Ee=we.objectStore(z._dbInfo.storeName),Ce=Ee.get($);Ce.onsuccess=function(){var Ae=Ce.result;Ae===void 0&&(Ae=null),A(Ae)&&(Ae=x(Ae)),Q(Ae)},Ce.onerror=function(){J(Ce.error)}}catch(Ae){J(Ae)}})}).catch(J)});return h(Y,G),Y}function ee($,G){var z=this,Y=new f(function(Q,J){z.ready().then(function(){C(z._dbInfo,U,function(pe,we){if(pe)return J(pe);try{var Ee=we.objectStore(z._dbInfo.storeName),Ce=Ee.openCursor(),Ae=1;Ce.onsuccess=function(){var ze=Ce.result;if(ze){var yt=ze.value;A(yt)&&(yt=x(yt));var Ft=$(yt,ze.key,Ae++);Ft!==void 0?Q(Ft):ze.continue()}else Q()},Ce.onerror=function(){J(Ce.error)}}catch(ze){J(ze)}})}).catch(J)});return h(Y,G),Y}function se($,G,z){var Y=this;$=b($);var Q=new f(function(J,pe){var we;Y.ready().then(function(){return we=Y._dbInfo,R.call(G)==="[object Blob]"?X(we.db).then(function(Ee){return Ee?G:m(G)}):G}).then(function(Ee){C(Y._dbInfo,L,function(Ce,Ae){if(Ce)return pe(Ce);try{var ze=Ae.objectStore(Y._dbInfo.storeName);Ee===null&&(Ee=void 0);var yt=ze.put(Ee,$);Ae.oncomplete=function(){Ee===void 0&&(Ee=null),J(Ee)},Ae.onabort=Ae.onerror=function(){var Ft=yt.error?yt.error:yt.transaction.error;pe(Ft)}}catch(Ft){pe(Ft)}})}).catch(pe)});return h(Q,z),Q}function de($,G){var z=this;$=b($);var Y=new f(function(Q,J){z.ready().then(function(){C(z._dbInfo,L,function(pe,we){if(pe)return J(pe);try{var Ee=we.objectStore(z._dbInfo.storeName),Ce=Ee.delete($);we.oncomplete=function(){Q()},we.onerror=function(){J(Ce.error)},we.onabort=function(){var Ae=Ce.error?Ce.error:Ce.transaction.error;J(Ae)}}catch(Ae){J(Ae)}})}).catch(J)});return h(Y,G),Y}function ve($){var G=this,z=new f(function(Y,Q){G.ready().then(function(){C(G._dbInfo,L,function(J,pe){if(J)return Q(J);try{var we=pe.objectStore(G._dbInfo.storeName),Ee=we.clear();pe.oncomplete=function(){Y()},pe.onabort=pe.onerror=function(){var Ce=Ee.error?Ee.error:Ee.transaction.error;Q(Ce)}}catch(Ce){Q(Ce)}})}).catch(Q)});return h(z,$),z}function Se($){var G=this,z=new f(function(Y,Q){G.ready().then(function(){C(G._dbInfo,U,function(J,pe){if(J)return Q(J);try{var we=pe.objectStore(G._dbInfo.storeName),Ee=we.count();Ee.onsuccess=function(){Y(Ee.result)},Ee.onerror=function(){Q(Ee.error)}}catch(Ce){Q(Ce)}})}).catch(Q)});return h(z,$),z}function xe($,G){var z=this,Y=new f(function(Q,J){if($<0){Q(null);return}z.ready().then(function(){C(z._dbInfo,U,function(pe,we){if(pe)return J(pe);try{var Ee=we.objectStore(z._dbInfo.storeName),Ce=!1,Ae=Ee.openKeyCursor();Ae.onsuccess=function(){var ze=Ae.result;if(!ze){Q(null);return}$===0||Ce?Q(ze.key):(Ce=!0,ze.advance($))},Ae.onerror=function(){J(Ae.error)}}catch(ze){J(ze)}})}).catch(J)});return h(Y,G),Y}function He($){var G=this,z=new f(function(Y,Q){G.ready().then(function(){C(G._dbInfo,U,function(J,pe){if(J)return Q(J);try{var we=pe.objectStore(G._dbInfo.storeName),Ee=we.openKeyCursor(),Ce=[];Ee.onsuccess=function(){var Ae=Ee.result;if(!Ae){Y(Ce);return}Ce.push(Ae.key),Ae.continue()},Ee.onerror=function(){Q(Ee.error)}}catch(Ae){Q(Ae)}})}).catch(Q)});return h(z,$),z}function Fe($,G){G=w.apply(this,arguments);var z=this.config();$=typeof $!="function"&&$||{},$.name||($.name=$.name||z.name,$.storeName=$.storeName||z.storeName);var Y=this,Q;if(!$.name)Q=f.reject("Invalid arguments");else{var J=$.name===z.name&&Y._dbInfo.db,pe=J?f.resolve(Y._dbInfo.db):D($).then(function(we){var Ee=k[$.name],Ce=Ee.forages;Ee.db=we;for(var Ae=0;Ae<Ce.length;Ae++)Ce[Ae]._dbInfo.db=we;return we});$.storeName?Q=pe.then(function(we){if(we.objectStoreNames.contains($.storeName)){var Ee=we.version+1;ne($);var Ce=k[$.name],Ae=Ce.forages;we.close();for(var ze=0;ze<Ae.length;ze++){var yt=Ae[ze];yt._dbInfo.db=null,yt._dbInfo.version=Ee}var Ft=new f(function(zt,ur){var or=c.open($.name,Ee);or.onerror=function(hn){var Tc=or.result;Tc.close(),ur(hn)},or.onupgradeneeded=function(){var hn=or.result;hn.deleteObjectStore($.storeName)},or.onsuccess=function(){var hn=or.result;hn.close(),zt(hn)}});return Ft.then(function(zt){Ce.db=zt;for(var ur=0;ur<Ae.length;ur++){var or=Ae[ur];or._dbInfo.db=zt,oe(or._dbInfo)}}).catch(function(zt){throw(H($,zt)||f.resolve()).catch(function(){}),zt})}}):Q=pe.then(function(we){ne($);var Ee=k[$.name],Ce=Ee.forages;we.close();for(var Ae=0;Ae<Ce.length;Ae++){var ze=Ce[Ae];ze._dbInfo.db=null}var yt=new f(function(Ft,zt){var ur=c.deleteDatabase($.name);ur.onerror=function(){var or=ur.result;or&&or.close(),zt(ur.error)},ur.onblocked=function(){console.warn('dropInstance blocked for database "'+$.name+'" until all open connections are closed')},ur.onsuccess=function(){var or=ur.result;or&&or.close(),Ft(or)}});return yt.then(function(Ft){Ee.db=Ft;for(var zt=0;zt<Ce.length;zt++){var ur=Ce[zt];oe(ur._dbInfo)}}).catch(function(Ft){throw(H($,Ft)||f.resolve()).catch(function(){}),Ft})})}return h(Q,G),Q}var dt={_driver:"asyncStorage",_initStorage:v,_support:u(),iterate:ee,getItem:j,setItem:se,removeItem:de,clear:ve,length:Se,key:xe,keys:He,dropInstance:Fe};function ht(){return typeof openDatabase=="function"}var De="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt="~~local_forage_type~",_e=/^~~local_forage_type~([^~]+)~/,me="__lfsc__:",Me=me.length,qe="arbf",Re="blob",Te="si08",Oe="ui08",Le="uic8",lt="si16",ft="si32",We="ur16",kt="ui32",St="fl32",Qe="fl64",Tt=Me+qe.length,Bt=Object.prototype.toString;function rt($){var G=$.length*.75,z=$.length,Y,Q=0,J,pe,we,Ee;$[$.length-1]==="="&&(G--,$[$.length-2]==="="&&G--);var Ce=new ArrayBuffer(G),Ae=new Uint8Array(Ce);for(Y=0;Y<z;Y+=4)J=De.indexOf($[Y]),pe=De.indexOf($[Y+1]),we=De.indexOf($[Y+2]),Ee=De.indexOf($[Y+3]),Ae[Q++]=J<<2|pe>>4,Ae[Q++]=(pe&15)<<4|we>>2,Ae[Q++]=(we&3)<<6|Ee&63;return Ce}function Et($){var G=new Uint8Array($),z="",Y;for(Y=0;Y<G.length;Y+=3)z+=De[G[Y]>>2],z+=De[(G[Y]&3)<<4|G[Y+1]>>4],z+=De[(G[Y+1]&15)<<2|G[Y+2]>>6],z+=De[G[Y+2]&63];return G.length%3===2?z=z.substring(0,z.length-1)+"=":G.length%3===1&&(z=z.substring(0,z.length-2)+"=="),z}function Ot($,G){var z="";if($&&(z=Bt.call($)),$&&(z==="[object ArrayBuffer]"||$.buffer&&Bt.call($.buffer)==="[object ArrayBuffer]")){var Y,Q=me;$ instanceof ArrayBuffer?(Y=$,Q+=qe):(Y=$.buffer,z==="[object Int8Array]"?Q+=Te:z==="[object Uint8Array]"?Q+=Oe:z==="[object Uint8ClampedArray]"?Q+=Le:z==="[object Int16Array]"?Q+=lt:z==="[object Uint16Array]"?Q+=We:z==="[object Int32Array]"?Q+=ft:z==="[object Uint32Array]"?Q+=kt:z==="[object Float32Array]"?Q+=St:z==="[object Float64Array]"?Q+=Qe:G(new Error("Failed to get type for BinaryArray"))),G(Q+Et(Y))}else if(z==="[object Blob]"){var J=new FileReader;J.onload=function(){var pe=mt+$.type+"~"+Et(this.result);G(me+Re+pe)},J.readAsArrayBuffer($)}else try{G(JSON.stringify($))}catch(pe){console.error("Couldn't convert value into a JSON string: ",$),G(null,pe)}}function it($){if($.substring(0,Me)!==me)return JSON.parse($);var G=$.substring(Tt),z=$.substring(Me,Tt),Y;if(z===Re&&_e.test(G)){var Q=G.match(_e);Y=Q[1],G=G.substring(Q[0].length)}var J=rt(G);switch(z){case qe:return J;case Re:return l([J],{type:Y});case Te:return new Int8Array(J);case Oe:return new Uint8Array(J);case Le:return new Uint8ClampedArray(J);case lt:return new Int16Array(J);case We:return new Uint16Array(J);case ft:return new Int32Array(J);case kt:return new Uint32Array(J);case St:return new Float32Array(J);case Qe:return new Float64Array(J);default:throw new Error("Unkown type: "+z)}}var jt={serialize:Ot,deserialize:it,stringToBuffer:rt,bufferToString:Et};function It($,G,z,Y){$.executeSql("CREATE TABLE IF NOT EXISTS "+G.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],z,Y)}function nt($){var G=this,z={db:null};if($)for(var Y in $)z[Y]=typeof $[Y]!="string"?$[Y].toString():$[Y];var Q=new f(function(J,pe){try{z.db=openDatabase(z.name,String(z.version),z.description,z.size)}catch(we){return pe(we)}z.db.transaction(function(we){It(we,z,function(){G._dbInfo=z,J()},function(Ee,Ce){pe(Ce)})},pe)});return z.serializer=jt,Q}function _t($,G,z,Y,Q,J){$.executeSql(z,Y,Q,function(pe,we){we.code===we.SYNTAX_ERR?pe.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[G.storeName],function(Ee,Ce){Ce.rows.length?J(Ee,we):It(Ee,G,function(){Ee.executeSql(z,Y,Q,J)},J)},J):J(pe,we)},J)}function At($,G){var z=this;$=b($);var Y=new f(function(Q,J){z.ready().then(function(){var pe=z._dbInfo;pe.db.transaction(function(we){_t(we,pe,"SELECT * FROM "+pe.storeName+" WHERE key = ? LIMIT 1",[$],function(Ee,Ce){var Ae=Ce.rows.length?Ce.rows.item(0).value:null;Ae&&(Ae=pe.serializer.deserialize(Ae)),Q(Ae)},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function Je($,G){var z=this,Y=new f(function(Q,J){z.ready().then(function(){var pe=z._dbInfo;pe.db.transaction(function(we){_t(we,pe,"SELECT * FROM "+pe.storeName,[],function(Ee,Ce){for(var Ae=Ce.rows,ze=Ae.length,yt=0;yt<ze;yt++){var Ft=Ae.item(yt),zt=Ft.value;if(zt&&(zt=pe.serializer.deserialize(zt)),zt=$(zt,Ft.key,yt+1),zt!==void 0){Q(zt);return}}Q()},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function gt($,G,z,Y){var Q=this;$=b($);var J=new f(function(pe,we){Q.ready().then(function(){G===void 0&&(G=null);var Ee=G,Ce=Q._dbInfo;Ce.serializer.serialize(G,function(Ae,ze){ze?we(ze):Ce.db.transaction(function(yt){_t(yt,Ce,"INSERT OR REPLACE INTO "+Ce.storeName+" (key, value) VALUES (?, ?)",[$,Ae],function(){pe(Ee)},function(Ft,zt){we(zt)})},function(yt){if(yt.code===yt.QUOTA_ERR){if(Y>0){pe(gt.apply(Q,[$,Ee,z,Y-1]));return}we(yt)}})})}).catch(we)});return h(J,z),J}function Pt($,G,z){return gt.apply(this,[$,G,z,1])}function st($,G){var z=this;$=b($);var Y=new f(function(Q,J){z.ready().then(function(){var pe=z._dbInfo;pe.db.transaction(function(we){_t(we,pe,"DELETE FROM "+pe.storeName+" WHERE key = ?",[$],function(){Q()},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function xt($){var G=this,z=new f(function(Y,Q){G.ready().then(function(){var J=G._dbInfo;J.db.transaction(function(pe){_t(pe,J,"DELETE FROM "+J.storeName,[],function(){Y()},function(we,Ee){Q(Ee)})})}).catch(Q)});return h(z,$),z}function Ut($){var G=this,z=new f(function(Y,Q){G.ready().then(function(){var J=G._dbInfo;J.db.transaction(function(pe){_t(pe,J,"SELECT COUNT(key) as c FROM "+J.storeName,[],function(we,Ee){var Ce=Ee.rows.item(0).c;Y(Ce)},function(we,Ee){Q(Ee)})})}).catch(Q)});return h(z,$),z}function N($,G){var z=this,Y=new f(function(Q,J){z.ready().then(function(){var pe=z._dbInfo;pe.db.transaction(function(we){_t(we,pe,"SELECT key FROM "+pe.storeName+" WHERE id = ? LIMIT 1",[$+1],function(Ee,Ce){var Ae=Ce.rows.length?Ce.rows.item(0).key:null;Q(Ae)},function(Ee,Ce){J(Ce)})})}).catch(J)});return h(Y,G),Y}function S($){var G=this,z=new f(function(Y,Q){G.ready().then(function(){var J=G._dbInfo;J.db.transaction(function(pe){_t(pe,J,"SELECT key FROM "+J.storeName,[],function(we,Ee){for(var Ce=[],Ae=0;Ae<Ee.rows.length;Ae++)Ce.push(Ee.rows.item(Ae).key);Y(Ce)},function(we,Ee){Q(Ee)})})}).catch(Q)});return h(z,$),z}function M($){return new f(function(G,z){$.transaction(function(Y){Y.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(Q,J){for(var pe=[],we=0;we<J.rows.length;we++)pe.push(J.rows.item(we).name);G({db:$,storeNames:pe})},function(Q,J){z(J)})},function(Y){z(Y)})})}function B($,G){G=w.apply(this,arguments);var z=this.config();$=typeof $!="function"&&$||{},$.name||($.name=$.name||z.name,$.storeName=$.storeName||z.storeName);var Y=this,Q;return $.name?Q=new f(function(J){var pe;$.name===z.name?pe=Y._dbInfo.db:pe=openDatabase($.name,"","",0),$.storeName?J({db:pe,storeNames:[$.storeName]}):J(M(pe))}).then(function(J){return new f(function(pe,we){J.db.transaction(function(Ee){function Ce(Ft){return new f(function(zt,ur){Ee.executeSql("DROP TABLE IF EXISTS "+Ft,[],function(){zt()},function(or,hn){ur(hn)})})}for(var Ae=[],ze=0,yt=J.storeNames.length;ze<yt;ze++)Ae.push(Ce(J.storeNames[ze]));f.all(Ae).then(function(){pe()}).catch(function(Ft){we(Ft)})},function(Ee){we(Ee)})})}):Q=f.reject("Invalid arguments"),h(Q,G),Q}var K={_driver:"webSQLStorage",_initStorage:nt,_support:ht(),iterate:Je,getItem:At,setItem:Pt,removeItem:st,clear:xt,length:Ut,key:N,keys:S,dropInstance:B};function Z(){try{return typeof localStorage<"u"&&"setItem"in localStorage&&!!localStorage.setItem}catch{return!1}}function re($,G){var z=$.name+"/";return $.storeName!==G.storeName&&(z+=$.storeName+"/"),z}function $e(){var $="_localforage_support_test";try{return localStorage.setItem($,!0),localStorage.removeItem($),!1}catch{return!0}}function tt(){return!$e()||localStorage.length>0}function Ne($){var G=this,z={};if($)for(var Y in $)z[Y]=$[Y];return z.keyPrefix=re($,G._defaultConfig),tt()?(G._dbInfo=z,z.serializer=jt,f.resolve()):f.reject()}function V($){var G=this,z=G.ready().then(function(){for(var Y=G._dbInfo.keyPrefix,Q=localStorage.length-1;Q>=0;Q--){var J=localStorage.key(Q);J.indexOf(Y)===0&&localStorage.removeItem(J)}});return h(z,$),z}function ae($,G){var z=this;$=b($);var Y=z.ready().then(function(){var Q=z._dbInfo,J=localStorage.getItem(Q.keyPrefix+$);return J&&(J=Q.serializer.deserialize(J)),J});return h(Y,G),Y}function he($,G){var z=this,Y=z.ready().then(function(){for(var Q=z._dbInfo,J=Q.keyPrefix,pe=J.length,we=localStorage.length,Ee=1,Ce=0;Ce<we;Ce++){var Ae=localStorage.key(Ce);if(Ae.indexOf(J)===0){var ze=localStorage.getItem(Ae);if(ze&&(ze=Q.serializer.deserialize(ze)),ze=$(ze,Ae.substring(pe),Ee++),ze!==void 0)return ze}}});return h(Y,G),Y}function ke($,G){var z=this,Y=z.ready().then(function(){var Q=z._dbInfo,J;try{J=localStorage.key($)}catch{J=null}return J&&(J=J.substring(Q.keyPrefix.length)),J});return h(Y,G),Y}function Ge($){var G=this,z=G.ready().then(function(){for(var Y=G._dbInfo,Q=localStorage.length,J=[],pe=0;pe<Q;pe++){var we=localStorage.key(pe);we.indexOf(Y.keyPrefix)===0&&J.push(we.substring(Y.keyPrefix.length))}return J});return h(z,$),z}function je($){var G=this,z=G.keys().then(function(Y){return Y.length});return h(z,$),z}function Ue($,G){var z=this;$=b($);var Y=z.ready().then(function(){var Q=z._dbInfo;localStorage.removeItem(Q.keyPrefix+$)});return h(Y,G),Y}function ct($,G,z){var Y=this;$=b($);var Q=Y.ready().then(function(){G===void 0&&(G=null);var J=G;return new f(function(pe,we){var Ee=Y._dbInfo;Ee.serializer.serialize(G,function(Ce,Ae){if(Ae)we(Ae);else try{localStorage.setItem(Ee.keyPrefix+$,Ce),pe(J)}catch(ze){(ze.name==="QuotaExceededError"||ze.name==="NS_ERROR_DOM_QUOTA_REACHED")&&we(ze),we(ze)}})})});return h(Q,z),Q}function Jt($,G){if(G=w.apply(this,arguments),$=typeof $!="function"&&$||{},!$.name){var z=this.config();$.name=$.name||z.name,$.storeName=$.storeName||z.storeName}var Y=this,Q;return $.name?Q=new f(function(J){$.storeName?J(re($,Y._defaultConfig)):J($.name+"/")}).then(function(J){for(var pe=localStorage.length-1;pe>=0;pe--){var we=localStorage.key(pe);we.indexOf(J)===0&&localStorage.removeItem(we)}}):Q=f.reject("Invalid arguments"),h(Q,G),Q}var Nt={_driver:"localStorageWrapper",_initStorage:Ne,_support:Z(),iterate:he,getItem:ae,setItem:ct,removeItem:Ue,clear:V,length:je,key:ke,keys:Ge,dropInstance:Jt},Lt=function(G,z){return G===z||typeof G=="number"&&typeof z=="number"&&isNaN(G)&&isNaN(z)},nr=function(G,z){for(var Y=G.length,Q=0;Q<Y;){if(Lt(G[Q],z))return!0;Q++}return!1},Er=Array.isArray||function($){return Object.prototype.toString.call($)==="[object Array]"},sr={},Yt={},yr={INDEXEDDB:dt,WEBSQL:K,LOCALSTORAGE:Nt},Nn=[yr.INDEXEDDB._driver,yr.WEBSQL._driver,yr.LOCALSTORAGE._driver],Kr=["dropInstance"],Rn=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Kr),Ni={description:"",driver:Nn.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Ri($,G){$[G]=function(){var z=arguments;return $.ready().then(function(){return $[G].apply($,z)})}}function Dn(){for(var $=1;$<arguments.length;$++){var G=arguments[$];if(G)for(var z in G)G.hasOwnProperty(z)&&(Er(G[z])?arguments[0][z]=G[z].slice():arguments[0][z]=G[z])}return arguments[0]}var Di=function(){function $(G){o(this,$);for(var z in yr)if(yr.hasOwnProperty(z)){var Y=yr[z],Q=Y._driver;this[z]=Q,sr[Q]||this.defineDriver(Y)}this._defaultConfig=Dn({},Ni),this._config=Dn({},this._defaultConfig,G),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return $.prototype.config=function(z){if((typeof z>"u"?"undefined":s(z))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var Y in z){if(Y==="storeName"&&(z[Y]=z[Y].replace(/\W/g,"_")),Y==="version"&&typeof z[Y]!="number")return new Error("Database version must be a number.");this._config[Y]=z[Y]}return"driver"in z&&z.driver?this.setDriver(this._config.driver):!0}else return typeof z=="string"?this._config[z]:this._config},$.prototype.defineDriver=function(z,Y,Q){var J=new f(function(pe,we){try{var Ee=z._driver,Ce=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!z._driver){we(Ce);return}for(var Ae=Rn.concat("_initStorage"),ze=0,yt=Ae.length;ze<yt;ze++){var Ft=Ae[ze],zt=!nr(Kr,Ft);if((zt||z[Ft])&&typeof z[Ft]!="function"){we(Ce);return}}var ur=function(){for(var Tc=function(ZG){return function(){var QG=new Error("Method "+ZG+" is not implemented by the current driver"),lS=f.reject(QG);return h(lS,arguments[arguments.length-1]),lS}},V0=0,YG=Kr.length;V0<YG;V0++){var q0=Kr[V0];z[q0]||(z[q0]=Tc(q0))}};ur();var or=function(Tc){sr[Ee]&&console.info("Redefining LocalForage driver: "+Ee),sr[Ee]=z,Yt[Ee]=Tc,pe()};"_support"in z?z._support&&typeof z._support=="function"?z._support().then(or,we):or(!!z._support):or(!0)}catch(hn){we(hn)}});return y(J,Y,Q),J},$.prototype.driver=function(){return this._driver||null},$.prototype.getDriver=function(z,Y,Q){var J=sr[z]?f.resolve(sr[z]):f.reject(new Error("Driver not found."));return y(J,Y,Q),J},$.prototype.getSerializer=function(z){var Y=f.resolve(jt);return y(Y,z),Y},$.prototype.ready=function(z){var Y=this,Q=Y._driverSet.then(function(){return Y._ready===null&&(Y._ready=Y._initDriver()),Y._ready});return y(Q,z,z),Q},$.prototype.setDriver=function(z,Y,Q){var J=this;Er(z)||(z=[z]);var pe=this._getSupportedDrivers(z);function we(){J._config.driver=J.driver()}function Ee(ze){return J._extend(ze),we(),J._ready=J._initStorage(J._config),J._ready}function Ce(ze){return function(){var yt=0;function Ft(){for(;yt<ze.length;){var zt=ze[yt];return yt++,J._dbInfo=null,J._ready=null,J.getDriver(zt).then(Ee).catch(Ft)}we();var ur=new Error("No available storage method found.");return J._driverSet=f.reject(ur),J._driverSet}return Ft()}}var Ae=this._driverSet!==null?this._driverSet.catch(function(){return f.resolve()}):f.resolve();return this._driverSet=Ae.then(function(){var ze=pe[0];return J._dbInfo=null,J._ready=null,J.getDriver(ze).then(function(yt){J._driver=yt._driver,we(),J._wrapLibraryMethodsWithReady(),J._initDriver=Ce(pe)})}).catch(function(){we();var ze=new Error("No available storage method found.");return J._driverSet=f.reject(ze),J._driverSet}),y(this._driverSet,Y,Q),this._driverSet},$.prototype.supports=function(z){return!!Yt[z]},$.prototype._extend=function(z){Dn(this,z)},$.prototype._getSupportedDrivers=function(z){for(var Y=[],Q=0,J=z.length;Q<J;Q++){var pe=z[Q];this.supports(pe)&&Y.push(pe)}return Y},$.prototype._wrapLibraryMethodsWithReady=function(){for(var z=0,Y=Rn.length;z<Y;z++)Ri(this,Rn[z])},$.prototype.createInstance=function(z){return new $(z)},$}(),$i=new Di;n.exports=$i},{3:3}]},{},[4])(4)})})(o4);var DN=o4.exports;const tc=ua(DN);tc.config({name:"CetusSite",storeName:"tokens"});class Mi{static async setItem(t,r){try{await tc.setItem(t,r)}catch(n){console.error(`Failed to set item with key "${t}"`,n)}}static async getItem(t){try{return await tc.getItem(t)}catch(r){return console.error(`Failed to get item with key "${t}"`,r),null}}static async removeItem(t){try{await tc.removeItem(t)}catch(r){console.error(`Failed to remove item with key "${t}"`,r)}}static async clear(){try{await tc.clear()}catch(t){console.error("Failed to clear storage",t)}}}const rl=[{name:"SuiVision",link:"https://suivision.xyz",img:$t("/images/logo_suivision@2x.png"),isCustom:!1},{name:"Suiscan",link:"https://suiscan.xyz/mainnet",img:$t("/images/logo_suiscan@2x.png"),isCustom:!1}],nl=[{name:"Sui Fullnode",link:"https://fullnode.mainnet.sui.io",isCustom:!1},{name:"Custom RPC URL",link:"",isCustom:!0}],$N=[{display:"0.1",value:"0.001"},{display:"0.5",value:"0.005"},{display:"1",value:"0.01"}],il={mainnet:{env:"mainnet",fullRpcUrl:"https://fullnode.mainnet.sui.io",simulationAccount:"0x326ce9894f08dcaa337fa232641cc34db957aec9ff6614c1186bc9a7508df0bb",api:"https://api-sui.cetus.zone",aggregatorUrl:"https://api-sui.cetus.zone/router_v2"}}["mainnet"],BN="0x45f3c0814d7be4aa5fbd32d7e3c40f3c062a2b63eaf5ec4f8c1539b5987b11af",LN=$t("/images/birdeye-logo.png"),FN=$t("/images/img-logo@2x.png"),UN=$t("/images/logo_CoinGecko@2x.png"),zN=$t("/images/logo_pyth.png");var rc=(e=>(e.CETUS="CETUS",e.KRIYA="KRIYA",e.KRIYAV3="KRIYAV3",e.FLOWX="FLOWX",e.FLOWXV3="FLOWXV3",e.AFTERMATH="AFTERMATH",e.HAEDAL="HAEDAL",e.VOLO="VOLO",e.AFSUI="AFSUI",e.DEEPBOOKV3="DEEPBOOKV3",e.SCALLOP="SCALLOP",e.BLUEMOVE="BLUEMOVE",e.TURBOS="TURBOS",e.SPRINGSUI="SPRINGSUI",e.BLUEFIN="BLUEFIN",e.HAEDALPMM="HAEDALPMM",e.ALPHAFI="ALPHAFI",e))(rc||{});const a4={pyth:"Pyth Network",coingecko:"CoinGecko",birdeye:"Birdeye",Cetus:"Cetus"},VN={pyth:zN,coingecko:UN,birdeye:LN,Cetus:FN},mr={CETUS:$t("/images/aggregator-source/cetus.png"),KRIYA:$t("/images/aggregator-source/kriya.png"),FLOWX:$t("/images/aggregator-source/flowx.png"),AFTERMATH:$t("/images/aggregator-source/aftermath.png"),TURBOS:$t("/images/aggregator-source/turbos.png"),HAEDAL:$t("/images/aggregator-source/haedal.png"),VOLO:$t("/images/aggregator-source/volo.png"),AFSUI:$t("/images/aggregator-source/aftermath.png"),BLUEMOVE:$t("/images/aggregator-source/bluemove.png"),KRIYAV3:$t("/images/aggregator-source/kriya.png"),FLOWXV3:$t("/images/aggregator-source/flowx.png"),DEEPBOOKV3:$t("/images/aggregator-source/deepbook.png"),SCALLOP:$t("/images/aggregator-source/scallop.png"),SPRINGSUI:$t("/images/aggregator-source/suilend.png"),BLUEFIN:$t("/images/aggregator-source/bluefin.png"),HAEDALPMM:$t("/images/aggregator-source/haedal.png"),ALPHAFI:$t("/images/aggregator-source/stSui.png")},c4={CETUS:{name:"Cetus",id:"CETUS",logo:mr.CETUS,type:"dex",sort:100},DEEPBOOKV3:{name:"DeepBook V3",id:"DEEPBOOKV3",logo:mr.DEEPBOOKV3,type:"dex",sort:99},KRIYA:{name:"Kriya V2",id:"KRIYA",logo:mr.KRIYA,type:"dex",sort:98},KRIYAV3:{name:"Kriya V3",id:"KRIYAV3",logo:mr.KRIYA,type:"dex",sort:97},FLOWX:{name:"FlowX V2",id:"FLOWX",logo:mr.FLOWX,type:"dex",sort:96},FLOWXV3:{name:"FlowX V3",id:"FLOWXV3",logo:mr.FLOWX,type:"dex",sort:95},AFTERMATH:{name:"Aftermath",id:"AFTERMATH",logo:mr.AFTERMATH,type:"dex",sort:94},TURBOS:{name:"Turbos",id:"TURBOS",logo:mr.TURBOS,type:"dex",sort:93},HAEDAL:{name:"Haedal LSD",id:"HAEDAL",logo:mr.HAEDAL,type:"other",sort:92},HAEDALPMM:{name:"Haedal HMM",id:"HAEDALPMM",logo:mr.HAEDALPMM,type:"other",sort:92},VOLO:{name:"Volo",id:"VOLO",logo:mr.VOLO,type:"other",sort:91},AFSUI:{name:"Aftermath LSD",id:"AFSUI",logo:mr.AFTERMATH,type:"other",sort:90},BLUEMOVE:{name:"BlueMove",id:"BLUEMOVE",logo:mr.BLUEMOVE,type:"dex",sort:80},BLUEFIN:{name:"Bluefin",id:"BLUEFIN",logo:mr.BLUEFIN,sort:79,type:"dex"},SCALLOP:{name:"Scallop",id:"SCALLOP",logo:mr.SCALLOP,type:"other",sort:70},SPRINGSUI:{name:"SpringSui",id:"SPRINGSUI",logo:mr.SPRINGSUI,type:"other",sort:60},ALPHAFI:{name:"stSUI",id:"ALPHAFI",logo:mr.ALPHAFI,type:"other",sort:50}},u4=e=>{let t;const r=new Set,n=(u,l)=>{const f=typeof u=="function"?u(t):u;if(!Object.is(f,t)){const h=t;t=l??(typeof f!="object"||f===null)?f:Object.assign({},t,f),r.forEach(y=>y(t,h))}},i=()=>t,a={setState:n,getState:i,getInitialState:()=>c,subscribe:u=>(r.add(u),()=>r.delete(u))},c=t=e(n,i,a);return a},qN=e=>e?u4(e):u4,HN=e=>e;function WN(e,t=HN){const r=te.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return te.useDebugValue(r),r}const l4=e=>{const t=qN(e),r=n=>WN(t,n);return Object.assign(r,t),r},Ti=e=>e?l4(e):l4;function GN(e,t){let r;try{r=e()}catch{return}return{getItem:i=>{var s;const o=c=>c===null?null:JSON.parse(c,t==null?void 0:t.reviver),a=(s=r.getItem(i))!=null?s:null;return a instanceof Promise?a.then(o):o(a)},setItem:(i,s)=>r.setItem(i,JSON.stringify(s,t==null?void 0:t.replacer)),removeItem:i=>r.removeItem(i)}}const hp=e=>t=>{try{const r=e(t);return r instanceof Promise?r:{then(n){return hp(n)(r)},catch(n){return this}}}catch(r){return{then(n){return this},catch(n){return hp(n)(r)}}}},Lr=Ti(((e,t)=>(r,n,i)=>{let s={storage:GN(()=>localStorage),partialize:w=>w,version:0,merge:(w,T)=>({...T,...w}),...t},o=!1;const a=new Set,c=new Set;let u=s.storage;if(!u)return e((...w)=>{console.warn(`[zustand persist middleware] Unable to update item '${s.name}', the given storage is currently unavailable.`),r(...w)},n,i);const l=()=>{const w=s.partialize({...n()});return u.setItem(s.name,{state:w,version:s.version})},f=i.setState;i.setState=(w,T)=>{f(w,T),l()};const h=e((...w)=>{r(...w),l()},n,i);i.getInitialState=()=>h;let y;const b=()=>{var w,T;if(!u)return;o=!1,a.forEach(k=>{var R;return k((R=n())!=null?R:h)});const P=((T=s.onRehydrateStorage)==null?void 0:T.call(s,(w=n())!=null?w:h))||void 0;return hp(u.getItem.bind(u))(s.name).then(k=>{if(k)if(typeof k.version=="number"&&k.version!==s.version){if(s.migrate){const R=s.migrate(k.state,k.version);return R instanceof Promise?R.then(U=>[!0,U]):[!0,R]}console.error("State loaded from storage couldn't be migrated since no migrate function was provided")}else return[!1,k.state];return[!1,void 0]}).then(k=>{var R;const[U,L]=k;if(y=s.merge(L,(R=n())!=null?R:h),r(y,!0),U)return l()}).then(()=>{P==null||P(y,void 0),y=n(),o=!0,c.forEach(k=>k(y))}).catch(k=>{P==null||P(void 0,k)})};return i.persist={setOptions:w=>{s={...s,...w},w.storage&&(u=w.storage)},clearStorage:()=>{u==null||u.removeItem(s.name)},getOptions:()=>s,rehydrate:()=>b(),hasHydrated:()=>o,onHydrate:w=>(a.add(w),()=>{a.delete(w)}),onFinishHydration:w=>(c.add(w),()=>{c.delete(w)})},s.skipHydration||b(),y||h})((e,t)=>({ignoreWarnTokenMap:{},currentExplorer:rl[0].link,setCurrentExplorer:r=>{e(()=>({currentExplorer:r}))},rpcList:nl,setRpcList:r=>{e(()=>({rpcList:[...r]}))},currentRpc:nl[0],customRpc:"",setCurrentRpc:r=>{e(()=>({currentRpc:r}))},setCustomRpc:r=>{e(()=>({customRpc:r}))},slippage:"0.5",setSlippage:r=>{e(()=>({slippage:r}))},isOpenSlippageDialog:!1,setIsOpenSlippageDialog:r=>{e(()=>({isOpenSlippageDialog:r}))},providers:Object.values(rc),setProviders:r=>{e(()=>({providers:r}))},poolApiMap:{},setPoolApiMap:(r,n)=>{const i=t().poolApiMap;i[r]=n,e(()=>({poolApiMap:{...i}}))},mevProtect:!0,setMevProtect:r=>{e(()=>({mevProtect:r}))},setIgnoreWarnToken:r=>{const n=t().ignoreWarnTokenMap;n[Ci(r)]=!0,e(()=>({ignoreWarnTokenMap:{...n}}))}}),{name:"useGlobalStore",partialize:e=>{const{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:s,mevProtect:o,ignoreWarnTokenMap:a}=e;return{currentExplorer:t,currentRpc:r,slippage:n,customRpc:i,providers:s,mevProtect:o,ignoreWarnTokenMap:a}}}));function $o(){const{currentExplorer:e}=Lr();return{getExplorerUrl:(r,n="account",i=e)=>{let s;return i.includes("suivision")?s=`${i}/${XN(n)}/${r}`:s=`${i}/${KN(n)}/${r}`,s}}}const KN=e=>{switch(e){case"account":return"address";case"token":return"object";case"tx":return"tx";case"poolAddress":return"object";case"nftAddress":return"object";case"coin":return"coin"}},XN=e=>{switch(e){case"account":return"account";case"token":return"object";case"tx":return"txblock";case"poolAddress":return"object";case"nftAddress":return"object";case"coin":return"coin"}};function f4(e){const{text:t,keywords:r,onKeywordClick:n,text_highlight_color:i="var(--cs-primary)",text_size:s="12px",text_color:o="var(--cs-btn-disabled-text)"}=e,a=new RegExp(`(${r.join("|")})`,"gi"),c=t.split(a);return _.jsx("span",{style:{display:"inline",whiteSpace:"normal",textAlign:"start"},children:c.map((u,l)=>{const f=r.includes(u);return _.jsx("span",{style:{lineHeight:"20px",fontSize:s,color:f?i:o,cursor:"pointer",whiteSpace:"inherit"},onClick:()=>n(u),children:u},l)})})}var d4={exports:{}};/*!
50
+ Copyright (c) 2018 Jed Watson.
51
+ Licensed under the MIT License (MIT), see
52
+ http://jedwatson.github.io/classnames
53
+ */(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var s="",o=0;o<arguments.length;o++){var a=arguments[o];a&&(s=i(s,n(a)))}return s}function n(s){if(typeof s=="string"||typeof s=="number")return s;if(typeof s!="object")return"";if(Array.isArray(s))return r.apply(null,s);if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]"))return s.toString();var o="";for(var a in s)t.call(s,a)&&s[a]&&(o=i(o,a));return o}function i(s,o){return o?s?s+" "+o:s+o:s}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(d4);var JN=d4.exports;const Kt=ua(JN);function et(e,t,{checkForDefaultPrevented:r=!0}={}){return function(i){if(e==null||e(i),r===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function YN(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function sl(...e){return t=>e.forEach(r=>YN(r,t))}function Qt(...e){return I.useCallback(sl(...e),e)}function Bo(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];const u=f=>{var P;const{scope:h,children:y,...b}=f,w=((P=h==null?void 0:h[e])==null?void 0:P[c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,children:y})};u.displayName=s+"Provider";function l(f,h){var w;const y=((w=h==null?void 0:h[e])==null?void 0:w[c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,ZN(i,...t)]}function ZN(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}var Oi=I.forwardRef((e,t)=>{const{children:r,...n}=e,i=I.Children.toArray(r),s=i.find(QN);if(s){const o=s.props.children,a=i.map(c=>c===s?I.Children.count(o)>1?I.Children.only(null):I.isValidElement(o)?o.props.children:null:c);return _.jsx(pp,{...n,ref:t,children:I.isValidElement(o)?I.cloneElement(o,void 0,a):null})}return _.jsx(pp,{...n,ref:t,children:r})});Oi.displayName="Slot";var pp=I.forwardRef((e,t)=>{const{children:r,...n}=e;if(I.isValidElement(r)){const i=tR(r);return I.cloneElement(r,{...eR(n,r.props),ref:t?sl(t,i):i})}return I.Children.count(r)>1?I.Children.only(null):null});pp.displayName="SlotClone";var Lo=({children:e})=>_.jsx(_.Fragment,{children:e});function QN(e){return I.isValidElement(e)&&e.type===Lo}function eR(e,t){const r={...t};for(const n in t){const i=e[n],s=t[n];/^on[A-Z]/.test(n)?i&&s?r[n]=(...a)=>{s(...a),i(...a)}:i&&(r[n]=i):n==="style"?r[n]={...i,...s}:n==="className"&&(r[n]=[i,s].filter(Boolean).join(" "))}return{...e,...r}}function tR(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var rR=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Wt=rR.reduce((e,t)=>{const r=I.forwardRef((n,i)=>{const{asChild:s,...o}=n,a=s?Oi:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),_.jsx(a,{...o,ref:i})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function h4(e,t){e&&G0.flushSync(()=>e.dispatchEvent(t))}function gr(e){const t=I.useRef(e);return I.useEffect(()=>{t.current=e}),I.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}function nR(e,t=globalThis==null?void 0:globalThis.document){const r=gr(e);I.useEffect(()=>{const n=i=>{i.key==="Escape"&&r(i)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}var iR="DismissableLayer",mp="dismissableLayer.update",sR="dismissableLayer.pointerDownOutside",oR="dismissableLayer.focusOutside",p4,m4=I.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),gp=I.forwardRef((e,t)=>{const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:i,onFocusOutside:s,onInteractOutside:o,onDismiss:a,...c}=e,u=I.useContext(m4),[l,f]=I.useState(null),h=(l==null?void 0:l.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,y]=I.useState({}),b=Qt(t,q=>f(q)),w=Array.from(u.layers),[T]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),P=w.indexOf(T),k=l?w.indexOf(l):-1,R=u.layersWithOutsidePointerEventsDisabled.size>0,U=k>=P,L=uR(q=>{const X=q.target,ne=[...u.branches].some(oe=>oe.contains(X));!U||ne||(i==null||i(q),o==null||o(q),q.defaultPrevented||a==null||a())},h),W=lR(q=>{const X=q.target;[...u.branches].some(oe=>oe.contains(X))||(s==null||s(q),o==null||o(q),q.defaultPrevented||a==null||a())},h);return nR(q=>{k===u.layers.size-1&&(n==null||n(q),!q.defaultPrevented&&a&&(q.preventDefault(),a()))},h),I.useEffect(()=>{if(l)return r&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(p4=h.body.style.pointerEvents,h.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(l)),u.layers.add(l),g4(),()=>{r&&u.layersWithOutsidePointerEventsDisabled.size===1&&(h.body.style.pointerEvents=p4)}},[l,h,r,u]),I.useEffect(()=>()=>{l&&(u.layers.delete(l),u.layersWithOutsidePointerEventsDisabled.delete(l),g4())},[l,u]),I.useEffect(()=>{const q=()=>y({});return document.addEventListener(mp,q),()=>document.removeEventListener(mp,q)},[]),_.jsx(Wt.div,{...c,ref:b,style:{pointerEvents:R?U?"auto":"none":void 0,...e.style},onFocusCapture:et(e.onFocusCapture,W.onFocusCapture),onBlurCapture:et(e.onBlurCapture,W.onBlurCapture),onPointerDownCapture:et(e.onPointerDownCapture,L.onPointerDownCapture)})});gp.displayName=iR;var aR="DismissableLayerBranch",cR=I.forwardRef((e,t)=>{const r=I.useContext(m4),n=I.useRef(null),i=Qt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return r.branches.add(s),()=>{r.branches.delete(s)}},[r.branches]),_.jsx(Wt.div,{...e,ref:i})});cR.displayName=aR;function uR(e,t=globalThis==null?void 0:globalThis.document){const r=gr(e),n=I.useRef(!1),i=I.useRef(()=>{});return I.useEffect(()=>{const s=a=>{if(a.target&&!n.current){let c=function(){v4(sR,r,u,{discrete:!0})};const u={originalEvent:a};a.pointerType==="touch"?(t.removeEventListener("click",i.current),i.current=c,t.addEventListener("click",i.current,{once:!0})):c()}else t.removeEventListener("click",i.current);n.current=!1},o=window.setTimeout(()=>{t.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(o),t.removeEventListener("pointerdown",s),t.removeEventListener("click",i.current)}},[t,r]),{onPointerDownCapture:()=>n.current=!0}}function lR(e,t=globalThis==null?void 0:globalThis.document){const r=gr(e),n=I.useRef(!1);return I.useEffect(()=>{const i=s=>{s.target&&!n.current&&v4(oR,r,{originalEvent:s},{discrete:!1})};return t.addEventListener("focusin",i),()=>t.removeEventListener("focusin",i)},[t,r]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function g4(){const e=new CustomEvent(mp);document.dispatchEvent(e)}function v4(e,t,r,{discrete:n}){const i=r.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&i.addEventListener(e,t,{once:!0}),n?h4(i,s):i.dispatchEvent(s)}var os=globalThis!=null&&globalThis.document?I.useLayoutEffect:()=>{},fR=I["useId".toString()]||(()=>{}),dR=0;function nc(e){const[t,r]=I.useState(fR());return os(()=>{e||r(n=>n??String(dR++))},[e]),e||(t?`radix-${t}`:"")}const hR=["top","right","bottom","left"],as=Math.min,Zr=Math.max,ol=Math.round,al=Math.floor,ri=e=>({x:e,y:e}),pR={left:"right",right:"left",bottom:"top",top:"bottom"},mR={start:"end",end:"start"};function vp(e,t,r){return Zr(e,as(t,r))}function Ii(e,t){return typeof e=="function"?e(t):e}function Pi(e){return e.split("-")[0]}function Fo(e){return e.split("-")[1]}function yp(e){return e==="x"?"y":"x"}function bp(e){return e==="y"?"height":"width"}function cs(e){return["top","bottom"].includes(Pi(e))?"y":"x"}function wp(e){return yp(cs(e))}function gR(e,t,r){r===void 0&&(r=!1);const n=Fo(e),i=wp(e),s=bp(i);let o=i==="x"?n===(r?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(o=cl(o)),[o,cl(o)]}function vR(e){const t=cl(e);return[_p(e),t,_p(t)]}function _p(e){return e.replace(/start|end/g,t=>mR[t])}function yR(e,t,r){const n=["left","right"],i=["right","left"],s=["top","bottom"],o=["bottom","top"];switch(e){case"top":case"bottom":return r?t?i:n:t?n:i;case"left":case"right":return t?s:o;default:return[]}}function bR(e,t,r,n){const i=Fo(e);let s=yR(Pi(e),r==="start",n);return i&&(s=s.map(o=>o+"-"+i),t&&(s=s.concat(s.map(_p)))),s}function cl(e){return e.replace(/left|right|bottom|top/g,t=>pR[t])}function wR(e){return{top:0,right:0,bottom:0,left:0,...e}}function y4(e){return typeof e!="number"?wR(e):{top:e,right:e,bottom:e,left:e}}function ul(e){const{x:t,y:r,width:n,height:i}=e;return{width:n,height:i,top:r,left:t,right:t+n,bottom:r+i,x:t,y:r}}function b4(e,t,r){let{reference:n,floating:i}=e;const s=cs(t),o=wp(t),a=bp(o),c=Pi(t),u=s==="y",l=n.x+n.width/2-i.width/2,f=n.y+n.height/2-i.height/2,h=n[a]/2-i[a]/2;let y;switch(c){case"top":y={x:l,y:n.y-i.height};break;case"bottom":y={x:l,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:f};break;case"left":y={x:n.x-i.width,y:f};break;default:y={x:n.x,y:n.y}}switch(Fo(t)){case"start":y[o]-=h*(r&&u?-1:1);break;case"end":y[o]+=h*(r&&u?-1:1);break}return y}const _R=async(e,t,r)=>{const{placement:n="bottom",strategy:i="absolute",middleware:s=[],platform:o}=r,a=s.filter(Boolean),c=await(o.isRTL==null?void 0:o.isRTL(t));let u=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:l,y:f}=b4(u,n,c),h=n,y={},b=0;for(let w=0;w<a.length;w++){const{name:T,fn:P}=a[w],{x:k,y:R,data:U,reset:L}=await P({x:l,y:f,initialPlacement:n,placement:h,strategy:i,middlewareData:y,rects:u,platform:o,elements:{reference:e,floating:t}});l=k??l,f=R??f,y={...y,[T]:{...y[T],...U}},L&&b<=50&&(b++,typeof L=="object"&&(L.placement&&(h=L.placement),L.rects&&(u=L.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):L.rects),{x:l,y:f}=b4(u,h,c)),w=-1)}return{x:l,y:f,placement:h,strategy:i,middlewareData:y}};async function ic(e,t){var r;t===void 0&&(t={});const{x:n,y:i,platform:s,rects:o,elements:a,strategy:c}=e,{boundary:u="clippingAncestors",rootBoundary:l="viewport",elementContext:f="floating",altBoundary:h=!1,padding:y=0}=Ii(t,e),b=y4(y),T=a[h?f==="floating"?"reference":"floating":f],P=ul(await s.getClippingRect({element:(r=await(s.isElement==null?void 0:s.isElement(T)))==null||r?T:T.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:u,rootBoundary:l,strategy:c})),k=f==="floating"?{x:n,y:i,width:o.floating.width,height:o.floating.height}:o.reference,R=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),U=await(s.isElement==null?void 0:s.isElement(R))?await(s.getScale==null?void 0:s.getScale(R))||{x:1,y:1}:{x:1,y:1},L=ul(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:k,offsetParent:R,strategy:c}):k);return{top:(P.top-L.top+b.top)/U.y,bottom:(L.bottom-P.bottom+b.bottom)/U.y,left:(P.left-L.left+b.left)/U.x,right:(L.right-P.right+b.right)/U.x}}const xR=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:i,rects:s,platform:o,elements:a,middlewareData:c}=t,{element:u,padding:l=0}=Ii(e,t)||{};if(u==null)return{};const f=y4(l),h={x:r,y:n},y=wp(i),b=bp(y),w=await o.getDimensions(u),T=y==="y",P=T?"top":"left",k=T?"bottom":"right",R=T?"clientHeight":"clientWidth",U=s.reference[b]+s.reference[y]-h[y]-s.floating[b],L=h[y]-s.reference[y],W=await(o.getOffsetParent==null?void 0:o.getOffsetParent(u));let q=W?W[R]:0;(!q||!await(o.isElement==null?void 0:o.isElement(W)))&&(q=a.floating[R]||s.floating[b]);const X=U/2-L/2,ne=q/2-w[b]/2-1,oe=as(f[P],ne),H=as(f[k],ne),F=oe,D=q-w[b]-H,p=q/2-w[b]/2+X,d=vp(F,p,D),m=!c.arrow&&Fo(i)!=null&&p!==d&&s.reference[b]/2-(p<F?oe:H)-w[b]/2<0,x=m?p<F?p-F:p-D:0;return{[y]:h[y]+x,data:{[y]:d,centerOffset:p-d-x,...m&&{alignmentOffset:x}},reset:m}}}),SR=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:i,middlewareData:s,rects:o,initialPlacement:a,platform:c,elements:u}=t,{mainAxis:l=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:y="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:w=!0,...T}=Ii(e,t);if((r=s.arrow)!=null&&r.alignmentOffset)return{};const P=Pi(i),k=cs(a),R=Pi(a)===a,U=await(c.isRTL==null?void 0:c.isRTL(u.floating)),L=h||(R||!w?[cl(a)]:vR(a)),W=b!=="none";!h&&W&&L.push(...bR(a,w,b,U));const q=[a,...L],X=await ic(t,T),ne=[];let oe=((n=s.flip)==null?void 0:n.overflows)||[];if(l&&ne.push(X[P]),f){const p=gR(i,o,U);ne.push(X[p[0]],X[p[1]])}if(oe=[...oe,{placement:i,overflows:ne}],!ne.every(p=>p<=0)){var H,F;const p=(((H=s.flip)==null?void 0:H.index)||0)+1,d=q[p];if(d)return{data:{index:p,overflows:oe},reset:{placement:d}};let m=(F=oe.filter(x=>x.overflows[0]<=0).sort((x,A)=>x.overflows[1]-A.overflows[1])[0])==null?void 0:F.placement;if(!m)switch(y){case"bestFit":{var D;const x=(D=oe.filter(A=>{if(W){const E=cs(A.placement);return E===k||E==="y"}return!0}).map(A=>[A.placement,A.overflows.filter(E=>E>0).reduce((E,O)=>E+O,0)]).sort((A,E)=>A[1]-E[1])[0])==null?void 0:D[0];x&&(m=x);break}case"initialPlacement":m=a;break}if(i!==m)return{reset:{placement:m}}}return{}}}};function w4(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function _4(e){return hR.some(t=>e[t]>=0)}const ER=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r}=t,{strategy:n="referenceHidden",...i}=Ii(e,t);switch(n){case"referenceHidden":{const s=await ic(t,{...i,elementContext:"reference"}),o=w4(s,r.reference);return{data:{referenceHiddenOffsets:o,referenceHidden:_4(o)}}}case"escaped":{const s=await ic(t,{...i,altBoundary:!0}),o=w4(s,r.floating);return{data:{escapedOffsets:o,escaped:_4(o)}}}default:return{}}}}};async function CR(e,t){const{placement:r,platform:n,elements:i}=e,s=await(n.isRTL==null?void 0:n.isRTL(i.floating)),o=Pi(r),a=Fo(r),c=cs(r)==="y",u=["left","top"].includes(o)?-1:1,l=s&&c?-1:1,f=Ii(t,e);let{mainAxis:h,crossAxis:y,alignmentAxis:b}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return a&&typeof b=="number"&&(y=a==="end"?b*-1:b),c?{x:y*l,y:h*u}:{x:h*u,y:y*l}}const AR=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:i,y:s,placement:o,middlewareData:a}=t,c=await CR(t,e);return o===((r=a.offset)==null?void 0:r.placement)&&(n=a.arrow)!=null&&n.alignmentOffset?{}:{x:i+c.x,y:s+c.y,data:{...c,placement:o}}}}},MR=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:i}=t,{mainAxis:s=!0,crossAxis:o=!1,limiter:a={fn:T=>{let{x:P,y:k}=T;return{x:P,y:k}}},...c}=Ii(e,t),u={x:r,y:n},l=await ic(t,c),f=cs(Pi(i)),h=yp(f);let y=u[h],b=u[f];if(s){const T=h==="y"?"top":"left",P=h==="y"?"bottom":"right",k=y+l[T],R=y-l[P];y=vp(k,y,R)}if(o){const T=f==="y"?"top":"left",P=f==="y"?"bottom":"right",k=b+l[T],R=b-l[P];b=vp(k,b,R)}const w=a.fn({...t,[h]:y,[f]:b});return{...w,data:{x:w.x-r,y:w.y-n,enabled:{[h]:s,[f]:o}}}}}},TR=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:i,rects:s,middlewareData:o}=t,{offset:a=0,mainAxis:c=!0,crossAxis:u=!0}=Ii(e,t),l={x:r,y:n},f=cs(i),h=yp(f);let y=l[h],b=l[f];const w=Ii(a,t),T=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(c){const R=h==="y"?"height":"width",U=s.reference[h]-s.floating[R]+T.mainAxis,L=s.reference[h]+s.reference[R]-T.mainAxis;y<U?y=U:y>L&&(y=L)}if(u){var P,k;const R=h==="y"?"width":"height",U=["top","left"].includes(Pi(i)),L=s.reference[f]-s.floating[R]+(U&&((P=o.offset)==null?void 0:P[f])||0)+(U?0:T.crossAxis),W=s.reference[f]+s.reference[R]+(U?0:((k=o.offset)==null?void 0:k[f])||0)-(U?T.crossAxis:0);b<L?b=L:b>W&&(b=W)}return{[h]:y,[f]:b}}}},OR=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:i,rects:s,platform:o,elements:a}=t,{apply:c=()=>{},...u}=Ii(e,t),l=await ic(t,u),f=Pi(i),h=Fo(i),y=cs(i)==="y",{width:b,height:w}=s.floating;let T,P;f==="top"||f==="bottom"?(T=f,P=h===(await(o.isRTL==null?void 0:o.isRTL(a.floating))?"start":"end")?"left":"right"):(P=f,T=h==="end"?"top":"bottom");const k=w-l.top-l.bottom,R=b-l.left-l.right,U=as(w-l[T],k),L=as(b-l[P],R),W=!t.middlewareData.shift;let q=U,X=L;if((r=t.middlewareData.shift)!=null&&r.enabled.x&&(X=R),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(q=k),W&&!h){const oe=Zr(l.left,0),H=Zr(l.right,0),F=Zr(l.top,0),D=Zr(l.bottom,0);y?X=b-2*(oe!==0||H!==0?oe+H:Zr(l.left,l.right)):q=w-2*(F!==0||D!==0?F+D:Zr(l.top,l.bottom))}await c({...t,availableWidth:X,availableHeight:q});const ne=await o.getDimensions(a.floating);return b!==ne.width||w!==ne.height?{reset:{rects:!0}}:{}}}};function ll(){return typeof window<"u"}function Uo(e){return x4(e)?(e.nodeName||"").toLowerCase():"#document"}function Qr(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ni(e){var t;return(t=(x4(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function x4(e){return ll()?e instanceof Node||e instanceof Qr(e).Node:!1}function In(e){return ll()?e instanceof Element||e instanceof Qr(e).Element:!1}function ii(e){return ll()?e instanceof HTMLElement||e instanceof Qr(e).HTMLElement:!1}function S4(e){return!ll()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Qr(e).ShadowRoot}function sc(e){const{overflow:t,overflowX:r,overflowY:n,display:i}=Pn(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(i)}function IR(e){return["table","td","th"].includes(Uo(e))}function fl(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function xp(e){const t=Sp(),r=In(e)?Pn(e):e;return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(r.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(r.contain||"").includes(n))}function PR(e){let t=us(e);for(;ii(t)&&!zo(t);){if(xp(t))return t;if(fl(t))return null;t=us(t)}return null}function Sp(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function zo(e){return["html","body","#document"].includes(Uo(e))}function Pn(e){return Qr(e).getComputedStyle(e)}function dl(e){return In(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function us(e){if(Uo(e)==="html")return e;const t=e.assignedSlot||e.parentNode||S4(e)&&e.host||ni(e);return S4(t)?t.host:t}function E4(e){const t=us(e);return zo(t)?e.ownerDocument?e.ownerDocument.body:e.body:ii(t)&&sc(t)?t:E4(t)}function oc(e,t,r){var n;t===void 0&&(t=[]),r===void 0&&(r=!0);const i=E4(e),s=i===((n=e.ownerDocument)==null?void 0:n.body),o=Qr(i);if(s){const a=Ep(o);return t.concat(o,o.visualViewport||[],sc(i)?i:[],a&&r?oc(a):[])}return t.concat(i,oc(i,[],r))}function Ep(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function C4(e){const t=Pn(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const i=ii(e),s=i?e.offsetWidth:r,o=i?e.offsetHeight:n,a=ol(r)!==s||ol(n)!==o;return a&&(r=s,n=o),{width:r,height:n,$:a}}function Cp(e){return In(e)?e:e.contextElement}function Vo(e){const t=Cp(e);if(!ii(t))return ri(1);const r=t.getBoundingClientRect(),{width:n,height:i,$:s}=C4(t);let o=(s?ol(r.width):r.width)/n,a=(s?ol(r.height):r.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!a||!Number.isFinite(a))&&(a=1),{x:o,y:a}}const kR=ri(0);function A4(e){const t=Qr(e);return!Sp()||!t.visualViewport?kR:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function jR(e,t,r){return t===void 0&&(t=!1),!r||t&&r!==Qr(e)?!1:t}function Vs(e,t,r,n){t===void 0&&(t=!1),r===void 0&&(r=!1);const i=e.getBoundingClientRect(),s=Cp(e);let o=ri(1);t&&(n?In(n)&&(o=Vo(n)):o=Vo(e));const a=jR(s,r,n)?A4(s):ri(0);let c=(i.left+a.x)/o.x,u=(i.top+a.y)/o.y,l=i.width/o.x,f=i.height/o.y;if(s){const h=Qr(s),y=n&&In(n)?Qr(n):n;let b=h,w=Ep(b);for(;w&&n&&y!==b;){const T=Vo(w),P=w.getBoundingClientRect(),k=Pn(w),R=P.left+(w.clientLeft+parseFloat(k.paddingLeft))*T.x,U=P.top+(w.clientTop+parseFloat(k.paddingTop))*T.y;c*=T.x,u*=T.y,l*=T.x,f*=T.y,c+=R,u+=U,b=Qr(w),w=Ep(b)}}return ul({width:l,height:f,x:c,y:u})}function Ap(e,t){const r=dl(e).scrollLeft;return t?t.left+r:Vs(ni(e)).left+r}function M4(e,t,r){r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=n.left+t.scrollLeft-(r?0:Ap(e,n)),s=n.top+t.scrollTop;return{x:i,y:s}}function NR(e){let{elements:t,rect:r,offsetParent:n,strategy:i}=e;const s=i==="fixed",o=ni(n),a=t?fl(t.floating):!1;if(n===o||a&&s)return r;let c={scrollLeft:0,scrollTop:0},u=ri(1);const l=ri(0),f=ii(n);if((f||!f&&!s)&&((Uo(n)!=="body"||sc(o))&&(c=dl(n)),ii(n))){const y=Vs(n);u=Vo(n),l.x=y.x+n.clientLeft,l.y=y.y+n.clientTop}const h=o&&!f&&!s?M4(o,c,!0):ri(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+l.x+h.x,y:r.y*u.y-c.scrollTop*u.y+l.y+h.y}}function RR(e){return Array.from(e.getClientRects())}function DR(e){const t=ni(e),r=dl(e),n=e.ownerDocument.body,i=Zr(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),s=Zr(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let o=-r.scrollLeft+Ap(e);const a=-r.scrollTop;return Pn(n).direction==="rtl"&&(o+=Zr(t.clientWidth,n.clientWidth)-i),{width:i,height:s,x:o,y:a}}function $R(e,t){const r=Qr(e),n=ni(e),i=r.visualViewport;let s=n.clientWidth,o=n.clientHeight,a=0,c=0;if(i){s=i.width,o=i.height;const u=Sp();(!u||u&&t==="fixed")&&(a=i.offsetLeft,c=i.offsetTop)}return{width:s,height:o,x:a,y:c}}function BR(e,t){const r=Vs(e,!0,t==="fixed"),n=r.top+e.clientTop,i=r.left+e.clientLeft,s=ii(e)?Vo(e):ri(1),o=e.clientWidth*s.x,a=e.clientHeight*s.y,c=i*s.x,u=n*s.y;return{width:o,height:a,x:c,y:u}}function T4(e,t,r){let n;if(t==="viewport")n=$R(e,r);else if(t==="document")n=DR(ni(e));else if(In(t))n=BR(t,r);else{const i=A4(e);n={x:t.x-i.x,y:t.y-i.y,width:t.width,height:t.height}}return ul(n)}function O4(e,t){const r=us(e);return r===t||!In(r)||zo(r)?!1:Pn(r).position==="fixed"||O4(r,t)}function LR(e,t){const r=t.get(e);if(r)return r;let n=oc(e,[],!1).filter(a=>In(a)&&Uo(a)!=="body"),i=null;const s=Pn(e).position==="fixed";let o=s?us(e):e;for(;In(o)&&!zo(o);){const a=Pn(o),c=xp(o);!c&&a.position==="fixed"&&(i=null),(s?!c&&!i:!c&&a.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||sc(o)&&!c&&O4(e,o))?n=n.filter(l=>l!==o):i=a,o=us(o)}return t.set(e,n),n}function FR(e){let{element:t,boundary:r,rootBoundary:n,strategy:i}=e;const o=[...r==="clippingAncestors"?fl(t)?[]:LR(t,this._c):[].concat(r),n],a=o[0],c=o.reduce((u,l)=>{const f=T4(t,l,i);return u.top=Zr(f.top,u.top),u.right=as(f.right,u.right),u.bottom=as(f.bottom,u.bottom),u.left=Zr(f.left,u.left),u},T4(t,a,i));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function UR(e){const{width:t,height:r}=C4(e);return{width:t,height:r}}function zR(e,t,r){const n=ii(t),i=ni(t),s=r==="fixed",o=Vs(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const c=ri(0);if(n||!n&&!s)if((Uo(t)!=="body"||sc(i))&&(a=dl(t)),n){const h=Vs(t,!0,s,t);c.x=h.x+t.clientLeft,c.y=h.y+t.clientTop}else i&&(c.x=Ap(i));const u=i&&!n&&!s?M4(i,a):ri(0),l=o.left+a.scrollLeft-c.x-u.x,f=o.top+a.scrollTop-c.y-u.y;return{x:l,y:f,width:o.width,height:o.height}}function Mp(e){return Pn(e).position==="static"}function I4(e,t){if(!ii(e)||Pn(e).position==="fixed")return null;if(t)return t(e);let r=e.offsetParent;return ni(e)===r&&(r=r.ownerDocument.body),r}function P4(e,t){const r=Qr(e);if(fl(e))return r;if(!ii(e)){let i=us(e);for(;i&&!zo(i);){if(In(i)&&!Mp(i))return i;i=us(i)}return r}let n=I4(e,t);for(;n&&IR(n)&&Mp(n);)n=I4(n,t);return n&&zo(n)&&Mp(n)&&!xp(n)?r:n||PR(e)||r}const VR=async function(e){const t=this.getOffsetParent||P4,r=this.getDimensions,n=await r(e.floating);return{reference:zR(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function qR(e){return Pn(e).direction==="rtl"}const HR={convertOffsetParentRelativeRectToViewportRelativeRect:NR,getDocumentElement:ni,getClippingRect:FR,getOffsetParent:P4,getElementRects:VR,getClientRects:RR,getDimensions:UR,getScale:Vo,isElement:In,isRTL:qR};function WR(e,t){let r=null,n;const i=ni(e);function s(){var a;clearTimeout(n),(a=r)==null||a.disconnect(),r=null}function o(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),s();const{left:u,top:l,width:f,height:h}=e.getBoundingClientRect();if(a||t(),!f||!h)return;const y=al(l),b=al(i.clientWidth-(u+f)),w=al(i.clientHeight-(l+h)),T=al(u),k={rootMargin:-y+"px "+-b+"px "+-w+"px "+-T+"px",threshold:Zr(0,as(1,c))||1};let R=!0;function U(L){const W=L[0].intersectionRatio;if(W!==c){if(!R)return o();W?o(!1,W):n=setTimeout(()=>{o(!1,1e-7)},1e3)}R=!1}try{r=new IntersectionObserver(U,{...k,root:i.ownerDocument})}catch{r=new IntersectionObserver(U,k)}r.observe(e)}return o(!0),s}function GR(e,t,r,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:s=!0,elementResize:o=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=n,u=Cp(e),l=i||s?[...u?oc(u):[],...oc(t)]:[];l.forEach(P=>{i&&P.addEventListener("scroll",r,{passive:!0}),s&&P.addEventListener("resize",r)});const f=u&&a?WR(u,r):null;let h=-1,y=null;o&&(y=new ResizeObserver(P=>{let[k]=P;k&&k.target===u&&y&&(y.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var R;(R=y)==null||R.observe(t)})),r()}),u&&!c&&y.observe(u),y.observe(t));let b,w=c?Vs(e):null;c&&T();function T(){const P=Vs(e);w&&(P.x!==w.x||P.y!==w.y||P.width!==w.width||P.height!==w.height)&&r(),w=P,b=requestAnimationFrame(T)}return r(),()=>{var P;l.forEach(k=>{i&&k.removeEventListener("scroll",r),s&&k.removeEventListener("resize",r)}),f==null||f(),(P=y)==null||P.disconnect(),y=null,c&&cancelAnimationFrame(b)}}const KR=AR,XR=MR,JR=SR,YR=OR,ZR=ER,k4=xR,QR=TR,eD=(e,t,r)=>{const n=new Map,i={platform:HR,...r},s={...i.platform,_c:n};return _R(e,t,{...i,platform:s})};var hl=typeof document<"u"?te.useLayoutEffect:te.useEffect;function pl(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 r,n,i;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;n--!==0;)if(!pl(e[n],t[n]))return!1;return!0}if(i=Object.keys(e),r=i.length,r!==Object.keys(t).length)return!1;for(n=r;n--!==0;)if(!{}.hasOwnProperty.call(t,i[n]))return!1;for(n=r;n--!==0;){const s=i[n];if(!(s==="_owner"&&e.$$typeof)&&!pl(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function j4(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function N4(e,t){const r=j4(e);return Math.round(t*r)/r}function Tp(e){const t=I.useRef(e);return hl(()=>{t.current=e}),t}function tD(e){e===void 0&&(e={});const{placement:t="bottom",strategy:r="absolute",middleware:n=[],platform:i,elements:{reference:s,floating:o}={},transform:a=!0,whileElementsMounted:c,open:u}=e,[l,f]=I.useState({x:0,y:0,strategy:r,placement:t,middlewareData:{},isPositioned:!1}),[h,y]=I.useState(n);pl(h,n)||y(n);const[b,w]=I.useState(null),[T,P]=I.useState(null),k=I.useCallback(A=>{A!==W.current&&(W.current=A,w(A))},[]),R=I.useCallback(A=>{A!==q.current&&(q.current=A,P(A))},[]),U=s||b,L=o||T,W=I.useRef(null),q=I.useRef(null),X=I.useRef(l),ne=c!=null,oe=Tp(c),H=Tp(i),F=Tp(u),D=I.useCallback(()=>{if(!W.current||!q.current)return;const A={placement:t,strategy:r,middleware:h};H.current&&(A.platform=H.current),eD(W.current,q.current,A).then(E=>{const O={...E,isPositioned:F.current!==!1};p.current&&!pl(X.current,O)&&(X.current=O,G0.flushSync(()=>{f(O)}))})},[h,t,r,H,F]);hl(()=>{u===!1&&X.current.isPositioned&&(X.current.isPositioned=!1,f(A=>({...A,isPositioned:!1})))},[u]);const p=I.useRef(!1);hl(()=>(p.current=!0,()=>{p.current=!1}),[]),hl(()=>{if(U&&(W.current=U),L&&(q.current=L),U&&L){if(oe.current)return oe.current(U,L,D);D()}},[U,L,D,oe,ne]);const d=I.useMemo(()=>({reference:W,floating:q,setReference:k,setFloating:R}),[k,R]),m=I.useMemo(()=>({reference:U,floating:L}),[U,L]),x=I.useMemo(()=>{const A={position:r,left:0,top:0};if(!m.floating)return A;const E=N4(m.floating,l.x),O=N4(m.floating,l.y);return a?{...A,transform:"translate("+E+"px, "+O+"px)",...j4(m.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:E,top:O}},[r,a,m.floating,l.x,l.y]);return I.useMemo(()=>({...l,update:D,refs:d,elements:m,floatingStyles:x}),[l,D,d,m,x])}const rD=e=>{function t(r){return{}.hasOwnProperty.call(r,"current")}return{name:"arrow",options:e,fn(r){const{element:n,padding:i}=typeof e=="function"?e(r):e;return n&&t(n)?n.current!=null?k4({element:n.current,padding:i}).fn(r):{}:n?k4({element:n,padding:i}).fn(r):{}}}},nD=(e,t)=>({...KR(e),options:[e,t]}),iD=(e,t)=>({...XR(e),options:[e,t]}),sD=(e,t)=>({...QR(e),options:[e,t]}),oD=(e,t)=>({...JR(e),options:[e,t]}),aD=(e,t)=>({...YR(e),options:[e,t]}),cD=(e,t)=>({...ZR(e),options:[e,t]}),uD=(e,t)=>({...rD(e),options:[e,t]});var lD="Arrow",R4=I.forwardRef((e,t)=>{const{children:r,width:n=10,height:i=5,...s}=e;return _.jsx(Wt.svg,{...s,ref:t,width:n,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:_.jsx("polygon",{points:"0,0 30,0 15,10"})})});R4.displayName=lD;var fD=R4;function dD(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,...b}=f,w=(h==null?void 0:h[e][c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,hD(i,...t)]}function hD(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}function Op(e){const[t,r]=I.useState(void 0);return os(()=>{if(e){r({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const s=i[0];let o,a;if("borderBoxSize"in s){const c=s.borderBoxSize,u=Array.isArray(c)?c[0]:c;o=u.inlineSize,a=u.blockSize}else o=e.offsetWidth,a=e.offsetHeight;r({width:o,height:a})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else r(void 0)},[e]),t}var Ip="Popper",[D4,ml]=dD(Ip),[pD,$4]=D4(Ip),B4=e=>{const{__scopePopper:t,children:r}=e,[n,i]=I.useState(null);return _.jsx(pD,{scope:t,anchor:n,onAnchorChange:i,children:r})};B4.displayName=Ip;var L4="PopperAnchor",F4=I.forwardRef((e,t)=>{const{__scopePopper:r,virtualRef:n,...i}=e,s=$4(L4,r),o=I.useRef(null),a=Qt(t,o);return I.useEffect(()=>{s.onAnchorChange((n==null?void 0:n.current)||o.current)}),n?null:_.jsx(Wt.div,{...i,ref:a})});F4.displayName=L4;var Pp="PopperContent",[mD,gD]=D4(Pp),U4=I.forwardRef((e,t)=>{var de,ve,Se,xe,He,Fe;const{__scopePopper:r,side:n="bottom",sideOffset:i=0,align:s="center",alignOffset:o=0,arrowPadding:a=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:l=0,sticky:f="partial",hideWhenDetached:h=!1,updatePositionStrategy:y="optimized",onPlaced:b,...w}=e,T=$4(Pp,r),[P,k]=I.useState(null),R=Qt(t,dt=>k(dt)),[U,L]=I.useState(null),W=Op(U),q=(W==null?void 0:W.width)??0,X=(W==null?void 0:W.height)??0,ne=n+(s!=="center"?"-"+s:""),oe=typeof l=="number"?l:{top:0,right:0,bottom:0,left:0,...l},H=Array.isArray(u)?u:[u],F=H.length>0,D={padding:oe,boundary:H.filter(yD),altBoundary:F},{refs:p,floatingStyles:d,placement:m,isPositioned:x,middlewareData:A}=tD({strategy:"fixed",placement:ne,whileElementsMounted:(...dt)=>GR(...dt,{animationFrame:y==="always"}),elements:{reference:T.anchor},middleware:[nD({mainAxis:i+X,alignmentAxis:o}),c&&iD({mainAxis:!0,crossAxis:!1,limiter:f==="partial"?sD():void 0,...D}),c&&oD({...D}),aD({...D,apply:({elements:dt,rects:ht,availableWidth:De,availableHeight:mt})=>{const{width:_e,height:me}=ht.reference,Me=dt.floating.style;Me.setProperty("--radix-popper-available-width",`${De}px`),Me.setProperty("--radix-popper-available-height",`${mt}px`),Me.setProperty("--radix-popper-anchor-width",`${_e}px`),Me.setProperty("--radix-popper-anchor-height",`${me}px`)}}),U&&uD({element:U,padding:a}),bD({arrowWidth:q,arrowHeight:X}),h&&cD({strategy:"referenceHidden",...D})]}),[E,O]=q4(m),C=gr(b);os(()=>{x&&(C==null||C())},[x,C]);const g=(de=A.arrow)==null?void 0:de.x,v=(ve=A.arrow)==null?void 0:ve.y,j=((Se=A.arrow)==null?void 0:Se.centerOffset)!==0,[ee,se]=I.useState();return os(()=>{P&&se(window.getComputedStyle(P).zIndex)},[P]),_.jsx("div",{ref:p.setFloating,"data-radix-popper-content-wrapper":"",style:{...d,transform:x?d.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:ee,"--radix-popper-transform-origin":[(xe=A.transformOrigin)==null?void 0:xe.x,(He=A.transformOrigin)==null?void 0:He.y].join(" "),...((Fe=A.hide)==null?void 0:Fe.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:_.jsx(mD,{scope:r,placedSide:E,onArrowChange:L,arrowX:g,arrowY:v,shouldHideArrow:j,children:_.jsx(Wt.div,{"data-side":E,"data-align":O,...w,ref:R,style:{...w.style,animation:x?void 0:"none"}})})})});U4.displayName=Pp;var z4="PopperArrow",vD={top:"bottom",right:"left",bottom:"top",left:"right"},V4=I.forwardRef(function(t,r){const{__scopePopper:n,...i}=t,s=gD(z4,n),o=vD[s.placedSide];return _.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[o]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:_.jsx(fD,{...i,ref:r,style:{...i.style,display:"block"}})})});V4.displayName=z4;function yD(e){return e!==null}var bD=e=>({name:"transformOrigin",options:e,fn(t){var T,P,k;const{placement:r,rects:n,middlewareData:i}=t,o=((T=i.arrow)==null?void 0:T.centerOffset)!==0,a=o?0:e.arrowWidth,c=o?0:e.arrowHeight,[u,l]=q4(r),f={start:"0%",center:"50%",end:"100%"}[l],h=(((P=i.arrow)==null?void 0:P.x)??0)+a/2,y=(((k=i.arrow)==null?void 0:k.y)??0)+c/2;let b="",w="";return u==="bottom"?(b=o?f:`${h}px`,w=`${-c}px`):u==="top"?(b=o?f:`${h}px`,w=`${n.floating.height+c}px`):u==="right"?(b=`${-c}px`,w=o?f:`${y}px`):u==="left"&&(b=`${n.floating.width+c}px`,w=o?f:`${y}px`),{data:{x:b,y:w}}}});function q4(e){const[t,r="center"]=e.split("-");return[t,r]}var H4=B4,W4=F4,G4=U4,K4=V4,wD="Portal",X4=I.forwardRef((e,t)=>{var a;const{container:r,...n}=e,[i,s]=I.useState(!1);os(()=>s(!0),[]);const o=r||i&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return o?$n.createPortal(_.jsx(Wt.div,{...n,ref:t}),o):null});X4.displayName=wD;function _D(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var kn=e=>{const{present:t,children:r}=e,n=xD(t),i=typeof r=="function"?r({present:n.isPresent}):I.Children.only(r),s=Qt(n.ref,SD(i));return typeof r=="function"||n.isPresent?I.cloneElement(i,{ref:s}):null};kn.displayName="Presence";function xD(e){const[t,r]=I.useState(),n=I.useRef({}),i=I.useRef(e),s=I.useRef("none"),o=e?"mounted":"unmounted",[a,c]=_D(o,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return I.useEffect(()=>{const u=gl(n.current);s.current=a==="mounted"?u:"none"},[a]),os(()=>{const u=n.current,l=i.current;if(l!==e){const h=s.current,y=gl(u);e?c("MOUNT"):y==="none"||(u==null?void 0:u.display)==="none"?c("UNMOUNT"):c(l&&h!==y?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,c]),os(()=>{if(t){let u;const l=t.ownerDocument.defaultView??window,f=y=>{const w=gl(n.current).includes(y.animationName);if(y.target===t&&w&&(c("ANIMATION_END"),!i.current)){const T=t.style.animationFillMode;t.style.animationFillMode="forwards",u=l.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=T)})}},h=y=>{y.target===t&&(s.current=gl(n.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{l.clearTimeout(u),t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(a),ref:I.useCallback(u=>{u&&(n.current=getComputedStyle(u)),r(u)},[])}}function gl(e){return(e==null?void 0:e.animationName)||"none"}function SD(e){var n,i;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}function ac({prop:e,defaultProp:t,onChange:r=()=>{}}){const[n,i]=ED({defaultProp:t,onChange:r}),s=e!==void 0,o=s?e:n,a=gr(r),c=I.useCallback(u=>{if(s){const f=typeof u=="function"?u(e):u;f!==e&&a(f)}else i(u)},[s,e,i,a]);return[o,c]}function ED({defaultProp:e,onChange:t}){const r=I.useState(e),[n]=r,i=I.useRef(n),s=gr(t);return I.useEffect(()=>{i.current!==n&&(s(n),i.current=n)},[n,i,s]),r}var CD="VisuallyHidden",J4=I.forwardRef((e,t)=>_.jsx(Wt.span,{...e,ref:t,style:{position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal",...e.style}}));J4.displayName=CD;var AD=J4,[vl,vK]=Bo("Tooltip",[ml]),kp=ml(),Y4="TooltipProvider",MD=700,Z4="tooltip.open",[TD,Q4]=vl(Y4),ex=e=>{const{__scopeTooltip:t,delayDuration:r=MD,skipDelayDuration:n=300,disableHoverableContent:i=!1,children:s}=e,[o,a]=I.useState(!0),c=I.useRef(!1),u=I.useRef(0);return I.useEffect(()=>{const l=u.current;return()=>window.clearTimeout(l)},[]),_.jsx(TD,{scope:t,isOpenDelayed:o,delayDuration:r,onOpen:I.useCallback(()=>{window.clearTimeout(u.current),a(!1)},[]),onClose:I.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>a(!0),n)},[n]),isPointerInTransitRef:c,onPointerInTransitChange:I.useCallback(l=>{c.current=l},[]),disableHoverableContent:i,children:s})};ex.displayName=Y4;var tx="Tooltip",[yK,yl]=vl(tx),jp="TooltipTrigger",OD=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=yl(jp,r),s=Q4(jp,r),o=kp(r),a=I.useRef(null),c=Qt(t,a,i.onTriggerChange),u=I.useRef(!1),l=I.useRef(!1),f=I.useCallback(()=>u.current=!1,[]);return I.useEffect(()=>()=>document.removeEventListener("pointerup",f),[f]),_.jsx(W4,{asChild:!0,...o,children:_.jsx(Wt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...n,ref:c,onPointerMove:et(e.onPointerMove,h=>{h.pointerType!=="touch"&&!l.current&&!s.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:et(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:et(e.onPointerDown,()=>{u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:et(e.onFocus,()=>{u.current||i.onOpen()}),onBlur:et(e.onBlur,i.onClose),onClick:et(e.onClick,i.onClose)})})});OD.displayName=jp;var ID="TooltipPortal",[bK,PD]=vl(ID,{forceMount:void 0}),qo="TooltipContent",kD=I.forwardRef((e,t)=>{const r=PD(qo,e.__scopeTooltip),{forceMount:n=r.forceMount,side:i="top",...s}=e,o=yl(qo,e.__scopeTooltip);return _.jsx(kn,{present:n||o.open,children:o.disableHoverableContent?_.jsx(rx,{side:i,...s,ref:t}):_.jsx(jD,{side:i,...s,ref:t})})}),jD=I.forwardRef((e,t)=>{const r=yl(qo,e.__scopeTooltip),n=Q4(qo,e.__scopeTooltip),i=I.useRef(null),s=Qt(t,i),[o,a]=I.useState(null),{trigger:c,onClose:u}=r,l=i.current,{onPointerInTransitChange:f}=n,h=I.useCallback(()=>{a(null),f(!1)},[f]),y=I.useCallback((b,w)=>{const T=b.currentTarget,P={x:b.clientX,y:b.clientY},k=$D(P,T.getBoundingClientRect()),R=BD(P,k),U=LD(w.getBoundingClientRect()),L=UD([...R,...U]);a(L),f(!0)},[f]);return I.useEffect(()=>()=>h(),[h]),I.useEffect(()=>{if(c&&l){const b=T=>y(T,l),w=T=>y(T,c);return c.addEventListener("pointerleave",b),l.addEventListener("pointerleave",w),()=>{c.removeEventListener("pointerleave",b),l.removeEventListener("pointerleave",w)}}},[c,l,y,h]),I.useEffect(()=>{if(o){const b=w=>{const T=w.target,P={x:w.clientX,y:w.clientY},k=(c==null?void 0:c.contains(T))||(l==null?void 0:l.contains(T)),R=!FD(P,o);k?h():R&&(h(),u())};return document.addEventListener("pointermove",b),()=>document.removeEventListener("pointermove",b)}},[c,l,o,u,h]),_.jsx(rx,{...e,ref:s})}),[ND,RD]=vl(tx,{isInside:!1}),rx=I.forwardRef((e,t)=>{const{__scopeTooltip:r,children:n,"aria-label":i,onEscapeKeyDown:s,onPointerDownOutside:o,...a}=e,c=yl(qo,r),u=kp(r),{onClose:l}=c;return I.useEffect(()=>(document.addEventListener(Z4,l),()=>document.removeEventListener(Z4,l)),[l]),I.useEffect(()=>{if(c.trigger){const f=h=>{const y=h.target;y!=null&&y.contains(c.trigger)&&l()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[c.trigger,l]),_.jsx(gp,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:o,onFocusOutside:f=>f.preventDefault(),onDismiss:l,children:_.jsxs(G4,{"data-state":c.stateAttribute,...u,...a,ref:t,style:{...a.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[_.jsx(Lo,{children:n}),_.jsx(ND,{scope:r,isInside:!0,children:_.jsx(AD,{id:c.contentId,role:"tooltip",children:i||n})})]})})});kD.displayName=qo;var nx="TooltipArrow",DD=I.forwardRef((e,t)=>{const{__scopeTooltip:r,...n}=e,i=kp(r);return RD(nx,r).isInside?null:_.jsx(K4,{...i,...n,ref:t})});DD.displayName=nx;function $D(e,t){const r=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(r,n,i,s)){case s:return"left";case i:return"right";case r:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function BD(e,t,r=5){const n=[];switch(t){case"top":n.push({x:e.x-r,y:e.y+r},{x:e.x+r,y:e.y+r});break;case"bottom":n.push({x:e.x-r,y:e.y-r},{x:e.x+r,y:e.y-r});break;case"left":n.push({x:e.x+r,y:e.y-r},{x:e.x+r,y:e.y+r});break;case"right":n.push({x:e.x-r,y:e.y-r},{x:e.x-r,y:e.y+r});break}return n}function LD(e){const{top:t,right:r,bottom:n,left:i}=e;return[{x:i,y:t},{x:r,y:t},{x:r,y:n},{x:i,y:n}]}function FD(e,t){const{x:r,y:n}=e;let i=!1;for(let s=0,o=t.length-1;s<t.length;o=s++){const a=t[s].x,c=t[s].y,u=t[o].x,l=t[o].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function UD(e){const t=e.slice();return t.sort((r,n)=>r.x<n.x?-1:r.x>n.x?1:r.y<n.y?-1:r.y>n.y?1:0),zD(t)}function zD(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n<e.length;n++){const i=e[n];for(;t.length>=2;){const s=t[t.length-1],o=t[t.length-2];if((s.x-o.x)*(i.y-o.y)>=(s.y-o.y)*(i.x-o.x))t.pop();else break}t.push(i)}t.pop();const r=[];for(let n=e.length-1;n>=0;n--){const i=e[n];for(;r.length>=2;){const s=r[r.length-1],o=r[r.length-2];if((s.x-o.x)*(i.y-o.y)>=(s.y-o.y)*(i.x-o.x))r.pop();else break}r.push(i)}return r.pop(),t.length===1&&r.length===1&&t[0].x===r[0].x&&t[0].y===r[0].y?t:t.concat(r)}var VD=ex,ix=I.createContext(void 0),qD=e=>{const{dir:t,children:r}=e;return _.jsx(ix.Provider,{value:t,children:r})};function Np(e){const t=I.useContext(ix);return e||t||"ltr"}const HD=["tomato","red","ruby","crimson","pink","plum","purple","violet","iris","indigo","blue","cyan","teal","jade","green","grass","brown","orange"],WD=["sky","mint","lime","yellow","amber"],GD=["gold","bronze"],KD=[...HD,...WD,...GD],XD=["gray",...["mauve","slate","sage","olive","sand"]];function JD(e){switch(e){case"tomato":case"red":case"ruby":case"crimson":case"pink":case"plum":case"purple":case"violet":return"mauve";case"iris":case"indigo":case"blue":case"sky":case"cyan":return"slate";case"teal":case"jade":case"mint":case"green":return"sage";case"grass":case"lime":return"olive";case"yellow":case"amber":case"orange":case"brown":case"gold":case"bronze":return"sand"}}const YD=["inherit","light","dark"],ZD=[...KD,"gray"],QD=[...XD,"auto"],Fr={hasBackground:{type:"boolean",default:!0},appearance:{type:"enum",values:YD,default:"inherit"},accentColor:{type:"enum",values:ZD,default:"indigo"},grayColor:{type:"enum",values:QD,default:"auto"},panelBackground:{type:"enum",values:["solid","translucent"],default:"translucent"},radius:{type:"enum",values:["none","small","medium","large","full"],default:"medium"},scaling:{type:"enum",values:["90%","95%","100%","105%","110%"],default:"100%"}};function sx(e){return e==="gray"?"gray":JD(e)}const Ho=()=>{},bl=I.createContext(void 0);function e$(){const e=I.useContext(bl);if(e===void 0)throw new Error("`useThemeContext` must be used within a `Theme`");return e}const wl=I.forwardRef((e,t)=>I.useContext(bl)===void 0?I.createElement(VD,null,I.createElement(qD,{dir:"ltr"},I.createElement(ox,{...e,ref:t}))):I.createElement(Rp,{...e,ref:t}));wl.displayName="Theme";const ox=I.forwardRef((e,t)=>{const{appearance:r=Fr.appearance.default,accentColor:n=Fr.accentColor.default,grayColor:i=Fr.grayColor.default,panelBackground:s=Fr.panelBackground.default,radius:o=Fr.radius.default,scaling:a=Fr.scaling.default,hasBackground:c=Fr.hasBackground.default,...u}=e,[l,f]=I.useState(r);I.useEffect(()=>f(r),[r]);const[h,y]=I.useState(n);I.useEffect(()=>y(n),[n]);const[b,w]=I.useState(i);I.useEffect(()=>w(i),[i]);const[T,P]=I.useState(s);I.useEffect(()=>P(s),[s]);const[k,R]=I.useState(o);I.useEffect(()=>R(o),[o]);const[U,L]=I.useState(a);I.useEffect(()=>L(a),[a]);const W=I.memo(({appearance:X})=>I.createElement("script",{dangerouslySetInnerHTML:{__html:`!(function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');d.style.colorScheme='${X}';c.add('${X}');}catch(e){}})();`}}),()=>!0);W.displayName="ExplicitRootAppearanceScript",I.useEffect(()=>t$(r),[r]);const q=b==="auto"?sx(h):b;return I.createElement(I.Fragment,null,l!=="inherit"&&I.createElement(W,{appearance:l}),c&&I.createElement("style",{dangerouslySetInnerHTML:{__html:`
54
+ :root, .light, .light-theme { --color-page-background: white; }
55
+ .dark, .dark-theme { --color-page-background: var(--${q}-1); }
56
+ body { background-color: var(--color-page-background); }
57
+ `}}),I.createElement(Rp,{...u,ref:t,isRoot:!0,hasBackground:c,appearance:l,accentColor:h,grayColor:b,panelBackground:T,radius:k,scaling:U,onAppearanceChange:f,onAccentColorChange:y,onGrayColorChange:w,onPanelBackgroundChange:P,onRadiusChange:R,onScalingChange:L}))});ox.displayName="ThemeRoot";const Rp=I.forwardRef((e,t)=>{var r,n,i,s,o,a;const c=I.useContext(bl),{asChild:u,isRoot:l,hasBackground:f,appearance:h=(r=c==null?void 0:c.appearance)!==null&&r!==void 0?r:Fr.appearance.default,accentColor:y=(n=c==null?void 0:c.accentColor)!==null&&n!==void 0?n:Fr.accentColor.default,grayColor:b=(i=c==null?void 0:c.resolvedGrayColor)!==null&&i!==void 0?i:Fr.grayColor.default,panelBackground:w=(s=c==null?void 0:c.panelBackground)!==null&&s!==void 0?s:Fr.panelBackground.default,radius:T=(o=c==null?void 0:c.radius)!==null&&o!==void 0?o:Fr.radius.default,scaling:P=(a=c==null?void 0:c.scaling)!==null&&a!==void 0?a:Fr.scaling.default,onAppearanceChange:k=Ho,onAccentColorChange:R=Ho,onGrayColorChange:U=Ho,onPanelBackgroundChange:L=Ho,onRadiusChange:W=Ho,onScalingChange:q=Ho,...X}=e,ne=u?Oi:"div",oe=b==="auto"?sx(y):b,H=e.appearance!==void 0&&e.appearance!=="inherit",F=e.grayColor!==void 0,D=!l&&(f===!0||f!==!1&&(H||F));return I.createElement(bl.Provider,{value:I.useMemo(()=>({appearance:h,accentColor:y,grayColor:b,resolvedGrayColor:oe,panelBackground:w,radius:T,scaling:P,onAppearanceChange:k,onAccentColorChange:R,onGrayColorChange:U,onPanelBackgroundChange:L,onRadiusChange:W,onScalingChange:q}),[h,y,b,oe,w,T,P,k,R,U,L,W,q])},I.createElement(ne,{"data-is-root-theme":l?"true":"false","data-accent-color":y,"data-gray-color":oe,"data-has-background":D?"true":"false","data-panel-background":w,"data-radius":T,"data-scaling":P,ref:t,...X,className:Kt("radix-themes",{light:!l&&h==="light",dark:!l&&h==="dark"},X.className)}))});Rp.displayName="ThemeImpl";function t$(e){if(e==="inherit")return;const t=document.documentElement;(t.classList.contains("light-theme")||t.classList.contains("dark-theme"))&&(t.classList.remove("light-theme","dark-theme"),t.style.colorScheme=e,t.classList.add(`${e}-theme`)),(t.classList.contains("light")||t.classList.contains("dark"))&&(t.classList.remove("light","dark"),t.style.colorScheme=e,t.classList.add(e))}const cc={type:"enum",values:Fr.accentColor.values,default:void 0},_l={type:"boolean",default:void 0};function wt(e,t="",r){var n,i,s,o;const a=[];if(typeof e=="object"){for(const c of Object.keys(e))if(c in e){const u=(n=e[c])===null||n===void 0?void 0:n.toString(),l=u==null?void 0:u.startsWith("-"),f=t===""?"":"-",h=l?`-${t}`:t,y=l?u==null?void 0:u.substring(1):u;if(y===void 0)continue;const b=(i=r==null?void 0:r[y])!==null&&i!==void 0?i:y,w=c==="initial"?`${h}${f}${b}`:`${c}:${h}${f}${b}`;a.push(w)}}if(typeof e=="string"){const c=e.startsWith("-"),u=t===""?"":"-",l=c?`-${t}`:t,f=c?e.substring(1):e,h=(s=r==null?void 0:r[f])!==null&&s!==void 0?s:f;a.push(`${l}${u}${h}`)}if(typeof e=="boolean"){const c=t===""?"":"-",u=e.toString(),l=(o=r==null?void 0:r[u])!==null&&o!==void 0?o:u;a.push(`${t}${c}${l}`)}return a.join(" ")}const qs=["0","1","2","3","4","5","6","7","8","9"],r$={p:{type:"enum",values:qs,default:void 0,responsive:!0},px:{type:"enum",values:qs,default:void 0,responsive:!0},py:{type:"enum",values:qs,default:void 0,responsive:!0},pt:{type:"enum",values:qs,default:void 0,responsive:!0},pr:{type:"enum",values:qs,default:void 0,responsive:!0},pb:{type:"enum",values:qs,default:void 0,responsive:!0},pl:{type:"enum",values:qs,default:void 0,responsive:!0}};function n$(e){const{p:t=xr.p.default,px:r=xr.px.default,py:n=xr.py.default,pt:i=xr.pt.default,pr:s=xr.pr.default,pb:o=xr.pb.default,pl:a=xr.pl.default,...c}=e;return{p:t,px:r,py:n,pt:i,pr:s,pb:o,pl:a,rest:c}}function i$(e){return[wt(e.p,"rt-r-p"),wt(e.px,"rt-r-px"),wt(e.py,"rt-r-py"),wt(e.pt,"rt-r-pt"),wt(e.pr,"rt-r-pr"),wt(e.pb,"rt-r-pb"),wt(e.pl,"rt-r-pl")].filter(Boolean).join(" ")}const s$=["static","relative","absolute","fixed","sticky"],uc=["auto","0","50%","100%"],ax=["auto","min-content","max-content","100%","0","1","2","3","4","5","6","7","8","9"],xr={...r$,position:{type:"enum",values:s$,default:void 0,responsive:!0},inset:{type:"enum",values:uc,default:void 0,responsive:!0},top:{type:"enum",values:uc,default:void 0,responsive:!0},right:{type:"enum",values:uc,default:void 0,responsive:!0},bottom:{type:"enum",values:uc,default:void 0,responsive:!0},left:{type:"enum",values:uc,default:void 0,responsive:!0},width:{type:"enum",values:ax,default:void 0,responsive:!0},height:{type:"enum",values:ax,default:void 0,responsive:!0},shrink:{type:"enum",values:["0","1"],default:void 0,responsive:!0},grow:{type:"enum",values:["0","1"],default:void 0,responsive:!0}};function o$(e){const{rest:t,...r}=n$(e),{position:n=xr.position.default,width:i=xr.width.default,height:s=xr.height.default,inset:o=xr.inset.default,top:a=xr.top.default,bottom:c=xr.bottom.default,left:u=xr.left.default,right:l=xr.right.default,shrink:f=xr.shrink.default,grow:h=xr.grow.default,...y}=t;return{...r,position:n,width:i,height:s,inset:o,top:a,bottom:c,left:u,right:l,shrink:f,grow:h,rest:y}}function a$(e){return[i$(e),wt(e.position,"rt-r-position"),wt(e.shrink,"rt-r-fs"),wt(e.grow,"rt-r-fg"),wt(e.width,"rt-r-w"),wt(e.height,"rt-r-h"),wt(e.inset,"rt-r-inset"),wt(e.top,"rt-r-top"),wt(e.bottom,"rt-r-bottom"),wt(e.left,"rt-r-left"),wt(e.right,"rt-r-right")].filter(Boolean).join(" ")}const Hs=["auto","0","1","2","3","4","5","6","7","8","9","-1","-2","-3","-4","-5","-6","-7","-8","-9"],Ws={m:{type:"enum",values:Hs,default:void 0,responsive:!0},mx:{type:"enum",values:Hs,default:void 0,responsive:!0},my:{type:"enum",values:Hs,default:void 0,responsive:!0},mt:{type:"enum",values:Hs,default:void 0,responsive:!0},mr:{type:"enum",values:Hs,default:void 0,responsive:!0},mb:{type:"enum",values:Hs,default:void 0,responsive:!0},ml:{type:"enum",values:Hs,default:void 0,responsive:!0}};function Wo(e){const{m:t=Ws.m.default,mx:r=Ws.mx.default,my:n=Ws.my.default,mt:i=Ws.mt.default,mr:s=Ws.mr.default,mb:o=Ws.mb.default,ml:a=Ws.ml.default,...c}=e;return{m:t,mx:r,my:n,mt:i,mr:s,mb:o,ml:a,rest:c}}function Go(e){return[wt(e.m,"rt-r-m"),wt(e.mx,"rt-r-mx"),wt(e.my,"rt-r-my"),wt(e.mt,"rt-r-mt"),wt(e.mr,"rt-r-mr"),wt(e.mb,"rt-r-mb"),wt(e.ml,"rt-r-ml")].filter(Boolean).join(" ")}const Dp={type:"enum",values:Fr.radius.values,default:void 0},Ko={display:{type:"enum",values:["none","inline-flex","flex"],default:"flex",responsive:!0},direction:{type:"enum",values:["row","column","row-reverse","column-reverse"],default:void 0,responsive:!0},align:{type:"enum",values:["start","center","end","baseline","stretch"],default:void 0,responsive:!0},justify:{type:"enum",values:["start","center","end","between"],default:"start",responsive:!0},wrap:{type:"enum",values:["nowrap","wrap","wrap-reverse"],default:void 0,responsive:!0},gap:{type:"enum",values:["0","1","2","3","4","5","6","7","8","9"],default:void 0,responsive:!0}},cx=I.forwardRef((e,t)=>{const{rest:r,...n}=Wo(e),{rest:i,...s}=o$(r),{className:o,asChild:a,display:c=Ko.display.default,direction:u=Ko.direction.default,align:l=Ko.align.default,justify:f=Ko.justify.default,wrap:h=Ko.wrap.default,gap:y=Ko.gap.default,...b}=i,w=a?Oi:"div";return I.createElement(w,{...b,ref:t,className:Kt("rt-Flex",o,wt(c,"rt-r-display"),wt(u,"rt-r-fd"),wt(l,"rt-r-ai"),wt(f,"rt-r-jc",{between:"space-between"}),wt(h,"rt-r-fw"),wt(y,"rt-r-gap"),a$(s),Go(n))})});cx.displayName="Flex";function ux(e){const t=I.useRef({value:e,previous:e});return I.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var $p="Checkbox",[c$,jK]=Bo($p),[u$,l$]=c$($p),lx=I.forwardRef((e,t)=>{const{__scopeCheckbox:r,name:n,checked:i,defaultChecked:s,required:o,disabled:a,value:c="on",onCheckedChange:u,form:l,...f}=e,[h,y]=I.useState(null),b=Qt(t,U=>y(U)),w=I.useRef(!1),T=h?l||!!h.closest("form"):!0,[P=!1,k]=ac({prop:i,defaultProp:s,onChange:u}),R=I.useRef(P);return I.useEffect(()=>{const U=h==null?void 0:h.form;if(U){const L=()=>k(R.current);return U.addEventListener("reset",L),()=>U.removeEventListener("reset",L)}},[h,k]),_.jsxs(u$,{scope:r,state:P,disabled:a,children:[_.jsx(Wt.button,{type:"button",role:"checkbox","aria-checked":ls(P)?"mixed":P,"aria-required":o,"data-state":hx(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onKeyDown:et(e.onKeyDown,U=>{U.key==="Enter"&&U.preventDefault()}),onClick:et(e.onClick,U=>{k(L=>ls(L)?!0:!L),T&&(w.current=U.isPropagationStopped(),w.current||U.stopPropagation())})}),T&&_.jsx(f$,{control:h,bubbles:!w.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"},defaultChecked:ls(s)?!1:s})]})});lx.displayName=$p;var fx="CheckboxIndicator",dx=I.forwardRef((e,t)=>{const{__scopeCheckbox:r,forceMount:n,...i}=e,s=l$(fx,r);return _.jsx(kn,{present:n||ls(s.state)||s.state===!0,children:_.jsx(Wt.span,{"data-state":hx(s.state),"data-disabled":s.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});dx.displayName=fx;var f$=e=>{const{control:t,checked:r,bubbles:n=!0,defaultChecked:i,...s}=e,o=I.useRef(null),a=ux(r),c=Op(t);I.useEffect(()=>{const l=o.current,f=window.HTMLInputElement.prototype,y=Object.getOwnPropertyDescriptor(f,"checked").set;if(a!==r&&y){const b=new Event("click",{bubbles:n});l.indeterminate=ls(r),y.call(l,ls(r)?!1:r),l.dispatchEvent(b)}},[a,r,n]);const u=I.useRef(ls(r)?!1:r);return _.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:i??u.current,...s,tabIndex:-1,ref:o,style:{...e.style,...c,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function ls(e){return e==="indeterminate"}function hx(e){return ls(e)?"indeterminate":e?"checked":"unchecked"}var d$=lx,h$=dx;const xl={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:cc,highContrast:_l},Sl=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.53547 0.62293C8.88226 0.849446 8.97976 1.3142 8.75325 1.66099L4.5083 8.1599C4.38833 8.34356 4.19397 8.4655 3.9764 8.49358C3.75883 8.52167 3.53987 8.45309 3.3772 8.30591L0.616113 5.80777C0.308959 5.52987 0.285246 5.05559 0.563148 4.74844C0.84105 4.44128 1.31533 4.41757 1.62249 4.69547L3.73256 6.60459L7.49741 0.840706C7.72393 0.493916 8.18868 0.396414 8.53547 0.62293Z"})));Sl.displayName="ThickCheckIcon";const p$=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.createElement("path",{d:"M0.135232 3.15803C0.324102 2.95657 0.640521 2.94637 0.841971 3.13523L4.5 6.56464L8.158 3.13523C8.3595 2.94637 8.6759 2.95657 8.8648 3.15803C9.0536 3.35949 9.0434 3.67591 8.842 3.86477L4.84197 7.6148C4.64964 7.7951 4.35036 7.7951 4.15803 7.6148L0.158031 3.86477C-0.0434285 3.67591 -0.0536285 3.35949 0.135232 3.15803Z"})));p$.displayName="ChevronDownIcon";const px=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"9",height:"9",viewBox:"0 0 9 9",fill:e,xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.23826 0.201711C3.54108 -0.0809141 4.01567 -0.0645489 4.29829 0.238264L7.79829 3.98826C8.06724 4.27642 8.06724 4.72359 7.79829 5.01174L4.29829 8.76174C4.01567 9.06455 3.54108 9.08092 3.23826 8.79829C2.93545 8.51567 2.91909 8.04108 3.20171 7.73826L6.22409 4.5L3.20171 1.26174C2.91909 0.958928 2.93545 0.484337 3.23826 0.201711Z"})));px.displayName="ThickChevronRightIcon";const m$=I.forwardRef(({color:e="currentColor",...t},r)=>I.createElement("svg",{width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,ref:r},I.createElement("path",{d:"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z",fill:e,fillRule:"evenodd",clipRule:"evenodd"})));m$.displayName="InfoCircledIcon";const El=I.forwardRef((e,t)=>{const{rest:r,...n}=Wo(e),{className:i,style:s,size:o=xl.size.default,variant:a=xl.variant.default,color:c=xl.color.default,highContrast:u=xl.highContrast.default,...l}=r;return I.createElement("span",{className:Kt("rt-CheckboxRoot",i,wt(o,"rt-r-size"),Go(n)),style:s},I.createElement(d$,{"data-accent-color":c,...l,ref:t,className:Kt("rt-reset","rt-CheckboxButton",`rt-variant-${a}`,{"rt-high-contrast":u})},I.createElement(h$,{className:"rt-CheckboxIndicator"},I.createElement(Sl,{className:"rt-CheckboxIndicatorIcon"}))))});El.displayName="Checkbox";function g$(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,...b}=f,w=(h==null?void 0:h[e][c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,v$(i,...t)]}function v$(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}function mx(e){const t=e+"CollectionProvider",[r,n]=g$(t),[i,s]=r(t,{collectionRef:{current:null},itemMap:new Map}),o=y=>{const{scope:b,children:w}=y,T=te.useRef(null),P=te.useRef(new Map).current;return _.jsx(i,{scope:b,itemMap:P,collectionRef:T,children:w})};o.displayName=t;const a=e+"CollectionSlot",c=te.forwardRef((y,b)=>{const{scope:w,children:T}=y,P=s(a,w),k=Qt(b,P.collectionRef);return _.jsx(Oi,{ref:k,children:T})});c.displayName=a;const u=e+"CollectionItemSlot",l="data-radix-collection-item",f=te.forwardRef((y,b)=>{const{scope:w,children:T,...P}=y,k=te.useRef(null),R=Qt(b,k),U=s(u,w);return te.useEffect(()=>(U.itemMap.set(k,{ref:k,...P}),()=>void U.itemMap.delete(k))),_.jsx(Oi,{[l]:"",ref:R,children:T})});f.displayName=u;function h(y){const b=s(e+"CollectionConsumer",y);return te.useCallback(()=>{const T=b.collectionRef.current;if(!T)return[];const P=Array.from(T.querySelectorAll(`[${l}]`));return Array.from(b.itemMap.values()).sort((U,L)=>P.indexOf(U.ref.current)-P.indexOf(L.ref.current))},[b.collectionRef,b.itemMap])}return[{Provider:o,Slot:c,ItemSlot:f},h,n]}function y$(e,t=[]){let r=[];function n(s,o){const a=I.createContext(o),c=r.length;r=[...r,o];function u(f){const{scope:h,children:y,...b}=f,w=(h==null?void 0:h[e][c])||a,T=I.useMemo(()=>b,Object.values(b));return _.jsx(w.Provider,{value:T,children:y})}function l(f,h){const y=(h==null?void 0:h[e][c])||a,b=I.useContext(y);if(b)return b;if(o!==void 0)return o;throw new Error(`\`${f}\` must be used within \`${s}\``)}return u.displayName=s+"Provider",[u,l]}const i=()=>{const s=r.map(o=>I.createContext(o));return function(a){const c=(a==null?void 0:a[e])||s;return I.useMemo(()=>({[`__scope${e}`]:{...a,[e]:c}}),[a,c])}};return i.scopeName=e,[n,b$(i,...t)]}function b$(...e){const t=e[0];if(e.length===1)return t;const r=()=>{const n=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(s){const o=n.reduce((a,{useScope:c,scopeName:u})=>{const f=c(s)[`__scope${u}`];return{...a,...f}},{});return I.useMemo(()=>({[`__scope${t.scopeName}`]:o}),[o])}};return r.scopeName=t.scopeName,r}var Bp="rovingFocusGroup.onEntryFocus",w$={bubbles:!1,cancelable:!0},Cl="RovingFocusGroup",[Lp,gx,_$]=mx(Cl),[x$,vx]=y$(Cl,[_$]),[S$,E$]=x$(Cl),yx=I.forwardRef((e,t)=>_.jsx(Lp.Provider,{scope:e.__scopeRovingFocusGroup,children:_.jsx(Lp.Slot,{scope:e.__scopeRovingFocusGroup,children:_.jsx(C$,{...e,ref:t})})}));yx.displayName=Cl;var C$=I.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,orientation:n,loop:i=!1,dir:s,currentTabStopId:o,defaultCurrentTabStopId:a,onCurrentTabStopIdChange:c,onEntryFocus:u,preventScrollOnEntryFocus:l=!1,...f}=e,h=I.useRef(null),y=Qt(t,h),b=Np(s),[w=null,T]=ac({prop:o,defaultProp:a,onChange:c}),[P,k]=I.useState(!1),R=gr(u),U=gx(r),L=I.useRef(!1),[W,q]=I.useState(0);return I.useEffect(()=>{const X=h.current;if(X)return X.addEventListener(Bp,R),()=>X.removeEventListener(Bp,R)},[R]),_.jsx(S$,{scope:r,orientation:n,dir:b,loop:i,currentTabStopId:w,onItemFocus:I.useCallback(X=>T(X),[T]),onItemShiftTab:I.useCallback(()=>k(!0),[]),onFocusableItemAdd:I.useCallback(()=>q(X=>X+1),[]),onFocusableItemRemove:I.useCallback(()=>q(X=>X-1),[]),children:_.jsx(Wt.div,{tabIndex:P||W===0?-1:0,"data-orientation":n,...f,ref:y,style:{outline:"none",...e.style},onMouseDown:et(e.onMouseDown,()=>{L.current=!0}),onFocus:et(e.onFocus,X=>{const ne=!L.current;if(X.target===X.currentTarget&&ne&&!P){const oe=new CustomEvent(Bp,w$);if(X.currentTarget.dispatchEvent(oe),!oe.defaultPrevented){const H=U().filter(m=>m.focusable),F=H.find(m=>m.active),D=H.find(m=>m.id===w),d=[F,D,...H].filter(Boolean).map(m=>m.ref.current);_x(d,l)}}L.current=!1}),onBlur:et(e.onBlur,()=>k(!1))})})}),bx="RovingFocusGroupItem",wx=I.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:r,focusable:n=!0,active:i=!1,tabStopId:s,...o}=e,a=nc(),c=s||a,u=E$(bx,r),l=u.currentTabStopId===c,f=gx(r),{onFocusableItemAdd:h,onFocusableItemRemove:y}=u;return I.useEffect(()=>{if(n)return h(),()=>y()},[n,h,y]),_.jsx(Lp.ItemSlot,{scope:r,id:c,focusable:n,active:i,children:_.jsx(Wt.span,{tabIndex:l?0:-1,"data-orientation":u.orientation,...o,ref:t,onMouseDown:et(e.onMouseDown,b=>{n?u.onItemFocus(c):b.preventDefault()}),onFocus:et(e.onFocus,()=>u.onItemFocus(c)),onKeyDown:et(e.onKeyDown,b=>{if(b.key==="Tab"&&b.shiftKey){u.onItemShiftTab();return}if(b.target!==b.currentTarget)return;const w=T$(b,u.orientation,u.dir);if(w!==void 0){if(b.metaKey||b.ctrlKey||b.altKey||b.shiftKey)return;b.preventDefault();let P=f().filter(k=>k.focusable).map(k=>k.ref.current);if(w==="last")P.reverse();else if(w==="prev"||w==="next"){w==="prev"&&P.reverse();const k=P.indexOf(b.currentTarget);P=u.loop?O$(P,k+1):P.slice(k+1)}setTimeout(()=>_x(P))}})})})});wx.displayName=bx;var A$={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function M$(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function T$(e,t,r){const n=M$(e.key,r);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return A$[n]}function _x(e,t=!1){const r=document.activeElement;for(const n of e)if(n===r||(n.focus({preventScroll:t}),document.activeElement!==r))return}function O$(e,t){return e.map((r,n)=>e[(t+n)%e.length])}var I$=yx,P$=wx;function k$(e,[t,r]){return Math.min(r,Math.max(t,e))}var Fp=0;function j$(){I.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??xx()),document.body.insertAdjacentElement("beforeend",e[1]??xx()),Fp++,()=>{Fp===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Fp--}},[])}function xx(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Up="focusScope.autoFocusOnMount",zp="focusScope.autoFocusOnUnmount",Sx={bubbles:!1,cancelable:!0},N$="FocusScope",Ex=I.forwardRef((e,t)=>{const{loop:r=!1,trapped:n=!1,onMountAutoFocus:i,onUnmountAutoFocus:s,...o}=e,[a,c]=I.useState(null),u=gr(i),l=gr(s),f=I.useRef(null),h=Qt(t,w=>c(w)),y=I.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;I.useEffect(()=>{if(n){let w=function(R){if(y.paused||!a)return;const U=R.target;a.contains(U)?f.current=U:fs(f.current,{select:!0})},T=function(R){if(y.paused||!a)return;const U=R.relatedTarget;U!==null&&(a.contains(U)||fs(f.current,{select:!0}))},P=function(R){if(document.activeElement===document.body)for(const L of R)L.removedNodes.length>0&&fs(a)};document.addEventListener("focusin",w),document.addEventListener("focusout",T);const k=new MutationObserver(P);return a&&k.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",T),k.disconnect()}}},[n,a,y.paused]),I.useEffect(()=>{if(a){Mx.add(y);const w=document.activeElement;if(!a.contains(w)){const P=new CustomEvent(Up,Sx);a.addEventListener(Up,u),a.dispatchEvent(P),P.defaultPrevented||(R$(F$(Cx(a)),{select:!0}),document.activeElement===w&&fs(a))}return()=>{a.removeEventListener(Up,u),setTimeout(()=>{const P=new CustomEvent(zp,Sx);a.addEventListener(zp,l),a.dispatchEvent(P),P.defaultPrevented||fs(w??document.body,{select:!0}),a.removeEventListener(zp,l),Mx.remove(y)},0)}}},[a,u,l,y]);const b=I.useCallback(w=>{if(!r&&!n||y.paused)return;const T=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,P=document.activeElement;if(T&&P){const k=w.currentTarget,[R,U]=D$(k);R&&U?!w.shiftKey&&P===U?(w.preventDefault(),r&&fs(R,{select:!0})):w.shiftKey&&P===R&&(w.preventDefault(),r&&fs(U,{select:!0})):P===k&&w.preventDefault()}},[r,n,y.paused]);return _.jsx(Wt.div,{tabIndex:-1,...o,ref:h,onKeyDown:b})});Ex.displayName=N$;function R$(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(fs(n,{select:t}),document.activeElement!==r)return}function D$(e){const t=Cx(e),r=Ax(t,e),n=Ax(t.reverse(),e);return[r,n]}function Cx(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const i=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||i?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function Ax(e,t){for(const r of e)if(!$$(r,{upTo:t}))return r}function $$(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function B$(e){return e instanceof HTMLInputElement&&"select"in e}function fs(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&B$(e)&&t&&e.select()}}var Mx=L$();function L$(){let e=[];return{add(t){const r=e[0];t!==r&&(r==null||r.pause()),e=Tx(e,t),e.unshift(t)},remove(t){var r;e=Tx(e,t),(r=e[0])==null||r.resume()}}}function Tx(e,t){const r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}function F$(e){return e.filter(t=>t.tagName!=="A")}var U$=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Xo=new WeakMap,Al=new WeakMap,Ml={},Vp=0,Ox=function(e){return e&&(e.host||Ox(e.parentNode))},z$=function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=Ox(r);return n&&e.contains(n)?n:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},V$=function(e,t,r,n){var i=z$(t,Array.isArray(e)?e:[e]);Ml[r]||(Ml[r]=new WeakMap);var s=Ml[r],o=[],a=new Set,c=new Set(i),u=function(f){!f||a.has(f)||(a.add(f),u(f.parentNode))};i.forEach(u);var l=function(f){!f||c.has(f)||Array.prototype.forEach.call(f.children,function(h){if(a.has(h))l(h);else try{var y=h.getAttribute(n),b=y!==null&&y!=="false",w=(Xo.get(h)||0)+1,T=(s.get(h)||0)+1;Xo.set(h,w),s.set(h,T),o.push(h),w===1&&b&&Al.set(h,!0),T===1&&h.setAttribute(r,"true"),b||h.setAttribute(n,"true")}catch(P){console.error("aria-hidden: cannot operate on ",h,P)}})};return l(t),a.clear(),Vp++,function(){o.forEach(function(f){var h=Xo.get(f)-1,y=s.get(f)-1;Xo.set(f,h),s.set(f,y),h||(Al.has(f)||f.removeAttribute(n),Al.delete(f)),y||f.removeAttribute(r)}),Vp--,Vp||(Xo=new WeakMap,Xo=new WeakMap,Al=new WeakMap,Ml={})}},q$=function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),i=t||U$(e);return i?(n.push.apply(n,Array.from(i.querySelectorAll("[aria-live]"))),V$(n,i,r,"aria-hidden")):function(){return null}},si=function(){return si=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},si.apply(this,arguments)};function Ix(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function H$(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,s;n<i;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Tl="right-scroll-bar-position",Ol="width-before-scroll-bar",W$="with-scroll-bars-hidden",G$="--removed-body-scroll-bar-size";function qp(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function K$(e,t){var r=te.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var i=r.value;i!==n&&(r.value=n,r.callback(n,i))}}}})[0];return r.callback=t,r.facade}var X$=typeof window<"u"?I.useLayoutEffect:I.useEffect,Px=new WeakMap;function J$(e,t){var r=K$(t||null,function(n){return e.forEach(function(i){return qp(i,n)})});return X$(function(){var n=Px.get(r);if(n){var i=new Set(n),s=new Set(e),o=r.current;i.forEach(function(a){s.has(a)||qp(a,null)}),s.forEach(function(a){i.has(a)||qp(a,o)})}Px.set(r,e)},[e]),r}function Y$(e){return e}function Z$(e,t){t===void 0&&(t=Y$);var r=[],n=!1,i={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(s){var o=t(s,n);return r.push(o),function(){r=r.filter(function(a){return a!==o})}},assignSyncMedium:function(s){for(n=!0;r.length;){var o=r;r=[],o.forEach(s)}r={push:function(a){return s(a)},filter:function(){return r}}},assignMedium:function(s){n=!0;var o=[];if(r.length){var a=r;r=[],a.forEach(s),o=r}var c=function(){var l=o;o=[],l.forEach(s)},u=function(){return Promise.resolve().then(c)};u(),r={push:function(l){o.push(l),u()},filter:function(l){return o=o.filter(l),r}}}};return i}function Q$(e){e===void 0&&(e={});var t=Z$(null);return t.options=si({async:!0,ssr:!1},e),t}var kx=function(e){var t=e.sideCar,r=Ix(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return I.createElement(n,si({},r))};kx.isSideCarExport=!0;function eB(e,t){return e.useMedium(t),kx}var jx=Q$(),Hp=function(){},Il=I.forwardRef(function(e,t){var r=I.useRef(null),n=I.useState({onScrollCapture:Hp,onWheelCapture:Hp,onTouchMoveCapture:Hp}),i=n[0],s=n[1],o=e.forwardProps,a=e.children,c=e.className,u=e.removeScrollBar,l=e.enabled,f=e.shards,h=e.sideCar,y=e.noIsolation,b=e.inert,w=e.allowPinchZoom,T=e.as,P=T===void 0?"div":T,k=e.gapMode,R=Ix(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),U=h,L=J$([r,t]),W=si(si({},R),i);return I.createElement(I.Fragment,null,l&&I.createElement(U,{sideCar:jx,removeScrollBar:u,shards:f,noIsolation:y,inert:b,setCallbacks:s,allowPinchZoom:!!w,lockRef:r,gapMode:k}),o?I.cloneElement(I.Children.only(a),si(si({},W),{ref:L})):I.createElement(P,si({},W,{className:c,ref:L}),a))});Il.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Il.classNames={fullWidth:Ol,zeroRight:Tl};var Nx,tB=function(){if(Nx)return Nx;if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function rB(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=tB();return t&&e.setAttribute("nonce",t),e}function nB(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function iB(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var sB=function(){var e=0,t=null;return{add:function(r){e==0&&(t=rB())&&(nB(t,r),iB(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},oB=function(){var e=sB();return function(t,r){I.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},Rx=function(){var e=oB(),t=function(r){var n=r.styles,i=r.dynamic;return e(n,i),null};return t},aB={left:0,top:0,right:0,gap:0},Wp=function(e){return parseInt(e||"",10)||0},cB=function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],i=t[e==="padding"?"paddingRight":"marginRight"];return[Wp(r),Wp(n),Wp(i)]},uB=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return aB;var t=cB(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},lB=Rx(),Jo="data-scroll-locked",fB=function(e,t,r,n){var i=e.left,s=e.top,o=e.right,a=e.gap;return r===void 0&&(r="margin"),`
58
+ .`.concat(W$,` {
59
+ overflow: hidden `).concat(n,`;
60
+ padding-right: `).concat(a,"px ").concat(n,`;
61
+ }
62
+ body[`).concat(Jo,`] {
63
+ overflow: hidden `).concat(n,`;
64
+ overscroll-behavior: contain;
65
+ `).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
66
+ padding-left: `.concat(i,`px;
67
+ padding-top: `).concat(s,`px;
68
+ padding-right: `).concat(o,`px;
69
+ margin-left:0;
70
+ margin-top:0;
71
+ margin-right: `).concat(a,"px ").concat(n,`;
72
+ `),r==="padding"&&"padding-right: ".concat(a,"px ").concat(n,";")].filter(Boolean).join(""),`
73
+ }
74
+
75
+ .`).concat(Tl,` {
76
+ right: `).concat(a,"px ").concat(n,`;
77
+ }
78
+
79
+ .`).concat(Ol,` {
80
+ margin-right: `).concat(a,"px ").concat(n,`;
81
+ }
82
+
83
+ .`).concat(Tl," .").concat(Tl,` {
84
+ right: 0 `).concat(n,`;
85
+ }
86
+
87
+ .`).concat(Ol," .").concat(Ol,` {
88
+ margin-right: 0 `).concat(n,`;
89
+ }
90
+
91
+ body[`).concat(Jo,`] {
92
+ `).concat(G$,": ").concat(a,`px;
93
+ }
94
+ `)},Dx=function(){var e=parseInt(document.body.getAttribute(Jo)||"0",10);return isFinite(e)?e:0},dB=function(){I.useEffect(function(){return document.body.setAttribute(Jo,(Dx()+1).toString()),function(){var e=Dx()-1;e<=0?document.body.removeAttribute(Jo):document.body.setAttribute(Jo,e.toString())}},[])},hB=function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,i=n===void 0?"margin":n;dB();var s=I.useMemo(function(){return uB(i)},[i]);return I.createElement(lB,{styles:fB(s,!t,i,r?"":"!important")})},Gp=!1;if(typeof window<"u")try{var Pl=Object.defineProperty({},"passive",{get:function(){return Gp=!0,!0}});window.addEventListener("test",Pl,Pl),window.removeEventListener("test",Pl,Pl)}catch{Gp=!1}var Yo=Gp?{passive:!1}:!1,pB=function(e){return e.tagName==="TEXTAREA"},$x=function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!pB(e)&&r[t]==="visible")},mB=function(e){return $x(e,"overflowY")},gB=function(e){return $x(e,"overflowX")},Bx=function(e,t){var r=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var i=Lx(e,n);if(i){var s=Fx(e,n),o=s[1],a=s[2];if(o>a)return!0}n=n.parentNode}while(n&&n!==r.body);return!1},vB=function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},yB=function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},Lx=function(e,t){return e==="v"?mB(t):gB(t)},Fx=function(e,t){return e==="v"?vB(t):yB(t)},bB=function(e,t){return e==="h"&&t==="rtl"?-1:1},wB=function(e,t,r,n,i){var s=bB(e,window.getComputedStyle(t).direction),o=s*n,a=r.target,c=t.contains(a),u=!1,l=o>0,f=0,h=0;do{var y=Fx(e,a),b=y[0],w=y[1],T=y[2],P=w-T-s*b;(b||P)&&Lx(e,a)&&(f+=P,h+=b),a instanceof ShadowRoot?a=a.host:a=a.parentNode}while(!c&&a!==document.body||c&&(t.contains(a)||t===a));return(l&&(i&&Math.abs(f)<1||!i&&o>f)||!l&&(i&&Math.abs(h)<1||!i&&-o>h))&&(u=!0),u},kl=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Ux=function(e){return[e.deltaX,e.deltaY]},zx=function(e){return e&&"current"in e?e.current:e},_B=function(e,t){return e[0]===t[0]&&e[1]===t[1]},xB=function(e){return`
95
+ .block-interactivity-`.concat(e,` {pointer-events: none;}
96
+ .allow-interactivity-`).concat(e,` {pointer-events: all;}
97
+ `)},SB=0,Zo=[];function EB(e){var t=I.useRef([]),r=I.useRef([0,0]),n=I.useRef(),i=I.useState(SB++)[0],s=I.useState(Rx)[0],o=I.useRef(e);I.useEffect(function(){o.current=e},[e]),I.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var w=H$([e.lockRef.current],(e.shards||[]).map(zx),!0).filter(Boolean);return w.forEach(function(T){return T.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),w.forEach(function(T){return T.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var a=I.useCallback(function(w,T){if("touches"in w&&w.touches.length===2||w.type==="wheel"&&w.ctrlKey)return!o.current.allowPinchZoom;var P=kl(w),k=r.current,R="deltaX"in w?w.deltaX:k[0]-P[0],U="deltaY"in w?w.deltaY:k[1]-P[1],L,W=w.target,q=Math.abs(R)>Math.abs(U)?"h":"v";if("touches"in w&&q==="h"&&W.type==="range")return!1;var X=Bx(q,W);if(!X)return!0;if(X?L=q:(L=q==="v"?"h":"v",X=Bx(q,W)),!X)return!1;if(!n.current&&"changedTouches"in w&&(R||U)&&(n.current=L),!L)return!0;var ne=n.current||L;return wB(ne,T,w,ne==="h"?R:U,!0)},[]),c=I.useCallback(function(w){var T=w;if(!(!Zo.length||Zo[Zo.length-1]!==s)){var P="deltaY"in T?Ux(T):kl(T),k=t.current.filter(function(L){return L.name===T.type&&(L.target===T.target||T.target===L.shadowParent)&&_B(L.delta,P)})[0];if(k&&k.should){T.cancelable&&T.preventDefault();return}if(!k){var R=(o.current.shards||[]).map(zx).filter(Boolean).filter(function(L){return L.contains(T.target)}),U=R.length>0?a(T,R[0]):!o.current.noIsolation;U&&T.cancelable&&T.preventDefault()}}},[]),u=I.useCallback(function(w,T,P,k){var R={name:w,delta:T,target:P,should:k,shadowParent:CB(P)};t.current.push(R),setTimeout(function(){t.current=t.current.filter(function(U){return U!==R})},1)},[]),l=I.useCallback(function(w){r.current=kl(w),n.current=void 0},[]),f=I.useCallback(function(w){u(w.type,Ux(w),w.target,a(w,e.lockRef.current))},[]),h=I.useCallback(function(w){u(w.type,kl(w),w.target,a(w,e.lockRef.current))},[]);I.useEffect(function(){return Zo.push(s),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:h}),document.addEventListener("wheel",c,Yo),document.addEventListener("touchmove",c,Yo),document.addEventListener("touchstart",l,Yo),function(){Zo=Zo.filter(function(w){return w!==s}),document.removeEventListener("wheel",c,Yo),document.removeEventListener("touchmove",c,Yo),document.removeEventListener("touchstart",l,Yo)}},[]);var y=e.removeScrollBar,b=e.inert;return I.createElement(I.Fragment,null,b?I.createElement(s,{styles:xB(i)}):null,y?I.createElement(hB,{gapMode:e.gapMode}):null)}function CB(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const AB=eB(jx,EB);var Vx=I.forwardRef(function(e,t){return I.createElement(Il,si({},e,{ref:t,sideCar:AB}))});Vx.classNames=Il.classNames;const MB=Vx;function TB(e,t){return I.useReducer((r,n)=>t[r][n]??r,e)}var Kp="ScrollArea",[qx,DK]=Bo(Kp),[OB,un]=qx(Kp),Hx=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,type:n="hover",dir:i,scrollHideDelay:s=600,...o}=e,[a,c]=I.useState(null),[u,l]=I.useState(null),[f,h]=I.useState(null),[y,b]=I.useState(null),[w,T]=I.useState(null),[P,k]=I.useState(0),[R,U]=I.useState(0),[L,W]=I.useState(!1),[q,X]=I.useState(!1),ne=Qt(t,H=>c(H)),oe=Np(i);return _.jsx(OB,{scope:r,type:n,dir:oe,scrollHideDelay:s,scrollArea:a,viewport:u,onViewportChange:l,content:f,onContentChange:h,scrollbarX:y,onScrollbarXChange:b,scrollbarXEnabled:L,onScrollbarXEnabledChange:W,scrollbarY:w,onScrollbarYChange:T,scrollbarYEnabled:q,onScrollbarYEnabledChange:X,onCornerWidthChange:k,onCornerHeightChange:U,children:_.jsx(Wt.div,{dir:oe,...o,ref:ne,style:{position:"relative","--radix-scroll-area-corner-width":P+"px","--radix-scroll-area-corner-height":R+"px",...e.style}})})});Hx.displayName=Kp;var Wx="ScrollAreaViewport",Gx=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,children:n,nonce:i,...s}=e,o=un(Wx,r),a=I.useRef(null),c=Qt(t,a,o.onViewportChange);return _.jsxs(_.Fragment,{children:[_.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),_.jsx(Wt.div,{"data-radix-scroll-area-viewport":"",...s,ref:c,style:{overflowX:o.scrollbarXEnabled?"scroll":"hidden",overflowY:o.scrollbarYEnabled?"scroll":"hidden",...e.style},children:_.jsx("div",{ref:o.onContentChange,style:{minWidth:"100%",display:"table"},children:n})})]})});Gx.displayName=Wx;var oi="ScrollAreaScrollbar",Kx=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(oi,e.__scopeScrollArea),{onScrollbarXEnabledChange:s,onScrollbarYEnabledChange:o}=i,a=e.orientation==="horizontal";return I.useEffect(()=>(a?s(!0):o(!0),()=>{a?s(!1):o(!1)}),[a,s,o]),i.type==="hover"?_.jsx(IB,{...n,ref:t,forceMount:r}):i.type==="scroll"?_.jsx(PB,{...n,ref:t,forceMount:r}):i.type==="auto"?_.jsx(Xx,{...n,ref:t,forceMount:r}):i.type==="always"?_.jsx(Xp,{...n,ref:t}):null});Kx.displayName=oi;var IB=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(oi,e.__scopeScrollArea),[s,o]=I.useState(!1);return I.useEffect(()=>{const a=i.scrollArea;let c=0;if(a){const u=()=>{window.clearTimeout(c),o(!0)},l=()=>{c=window.setTimeout(()=>o(!1),i.scrollHideDelay)};return a.addEventListener("pointerenter",u),a.addEventListener("pointerleave",l),()=>{window.clearTimeout(c),a.removeEventListener("pointerenter",u),a.removeEventListener("pointerleave",l)}}},[i.scrollArea,i.scrollHideDelay]),_.jsx(kn,{present:r||s,children:_.jsx(Xx,{"data-state":s?"visible":"hidden",...n,ref:t})})}),PB=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=un(oi,e.__scopeScrollArea),s=e.orientation==="horizontal",o=Dl(()=>c("SCROLL_END"),100),[a,c]=TB("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return I.useEffect(()=>{if(a==="idle"){const u=window.setTimeout(()=>c("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(u)}},[a,i.scrollHideDelay,c]),I.useEffect(()=>{const u=i.viewport,l=s?"scrollLeft":"scrollTop";if(u){let f=u[l];const h=()=>{const y=u[l];f!==y&&(c("SCROLL"),o()),f=y};return u.addEventListener("scroll",h),()=>u.removeEventListener("scroll",h)}},[i.viewport,s,c,o]),_.jsx(kn,{present:r||a!=="hidden",children:_.jsx(Xp,{"data-state":a==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:et(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:et(e.onPointerLeave,()=>c("POINTER_LEAVE"))})})}),Xx=I.forwardRef((e,t)=>{const r=un(oi,e.__scopeScrollArea),{forceMount:n,...i}=e,[s,o]=I.useState(!1),a=e.orientation==="horizontal",c=Dl(()=>{if(r.viewport){const u=r.viewport.offsetWidth<r.viewport.scrollWidth,l=r.viewport.offsetHeight<r.viewport.scrollHeight;o(a?u:l)}},10);return Qo(r.viewport,c),Qo(r.content,c),_.jsx(kn,{present:n||s,children:_.jsx(Xp,{"data-state":s?"visible":"hidden",...i,ref:t})})}),Xp=I.forwardRef((e,t)=>{const{orientation:r="vertical",...n}=e,i=un(oi,e.__scopeScrollArea),s=I.useRef(null),o=I.useRef(0),[a,c]=I.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=e6(a.viewport,a.content),l={...n,sizes:a,onSizesChange:c,hasThumb:u>0&&u<1,onThumbChange:h=>s.current=h,onThumbPointerUp:()=>o.current=0,onThumbPointerDown:h=>o.current=h};function f(h,y){return $B(h,o.current,a,y)}return r==="horizontal"?_.jsx(kB,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollLeft,y=t6(h,a,i.dir);s.current.style.transform=`translate3d(${y}px, 0, 0)`}},onWheelScroll:h=>{i.viewport&&(i.viewport.scrollLeft=h)},onDragScroll:h=>{i.viewport&&(i.viewport.scrollLeft=f(h,i.dir))}}):r==="vertical"?_.jsx(jB,{...l,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){const h=i.viewport.scrollTop,y=t6(h,a);s.current.style.transform=`translate3d(0, ${y}px, 0)`}},onWheelScroll:h=>{i.viewport&&(i.viewport.scrollTop=h)},onDragScroll:h=>{i.viewport&&(i.viewport.scrollTop=f(h))}}):null}),kB=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=un(oi,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Qt(t,c,s.onScrollbarXChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),_.jsx(Yx,{"data-orientation":"horizontal",...i,ref:u,sizes:r,style:{bottom:0,left:s.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:s.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Rl(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.x),onDragScroll:l=>e.onDragScroll(l.x),onWheelScroll:(l,f)=>{if(s.viewport){const h=s.viewport.scrollLeft+l.deltaX;e.onWheelScroll(h),n6(h,f)&&l.preventDefault()}},onResize:()=>{c.current&&s.viewport&&o&&n({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:Nl(o.paddingLeft),paddingEnd:Nl(o.paddingRight)}})}})}),jB=I.forwardRef((e,t)=>{const{sizes:r,onSizesChange:n,...i}=e,s=un(oi,e.__scopeScrollArea),[o,a]=I.useState(),c=I.useRef(null),u=Qt(t,c,s.onScrollbarYChange);return I.useEffect(()=>{c.current&&a(getComputedStyle(c.current))},[c]),_.jsx(Yx,{"data-orientation":"vertical",...i,ref:u,sizes:r,style:{top:0,right:s.dir==="ltr"?0:void 0,left:s.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Rl(r)+"px",...e.style},onThumbPointerDown:l=>e.onThumbPointerDown(l.y),onDragScroll:l=>e.onDragScroll(l.y),onWheelScroll:(l,f)=>{if(s.viewport){const h=s.viewport.scrollTop+l.deltaY;e.onWheelScroll(h),n6(h,f)&&l.preventDefault()}},onResize:()=>{c.current&&s.viewport&&o&&n({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:Nl(o.paddingTop),paddingEnd:Nl(o.paddingBottom)}})}})}),[NB,Jx]=qx(oi),Yx=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,sizes:n,hasThumb:i,onThumbChange:s,onThumbPointerUp:o,onThumbPointerDown:a,onThumbPositionChange:c,onDragScroll:u,onWheelScroll:l,onResize:f,...h}=e,y=un(oi,r),[b,w]=I.useState(null),T=Qt(t,ne=>w(ne)),P=I.useRef(null),k=I.useRef(""),R=y.viewport,U=n.content-n.viewport,L=gr(l),W=gr(c),q=Dl(f,10);function X(ne){if(P.current){const oe=ne.clientX-P.current.left,H=ne.clientY-P.current.top;u({x:oe,y:H})}}return I.useEffect(()=>{const ne=oe=>{const H=oe.target;(b==null?void 0:b.contains(H))&&L(oe,U)};return document.addEventListener("wheel",ne,{passive:!1}),()=>document.removeEventListener("wheel",ne,{passive:!1})},[R,b,U,L]),I.useEffect(W,[n,W]),Qo(b,q),Qo(y.content,q),_.jsx(NB,{scope:r,scrollbar:b,hasThumb:i,onThumbChange:gr(s),onThumbPointerUp:gr(o),onThumbPositionChange:W,onThumbPointerDown:gr(a),children:_.jsx(Wt.div,{...h,ref:T,style:{position:"absolute",...h.style},onPointerDown:et(e.onPointerDown,ne=>{ne.button===0&&(ne.target.setPointerCapture(ne.pointerId),P.current=b.getBoundingClientRect(),k.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",y.viewport&&(y.viewport.style.scrollBehavior="auto"),X(ne))}),onPointerMove:et(e.onPointerMove,X),onPointerUp:et(e.onPointerUp,ne=>{const oe=ne.target;oe.hasPointerCapture(ne.pointerId)&&oe.releasePointerCapture(ne.pointerId),document.body.style.webkitUserSelect=k.current,y.viewport&&(y.viewport.style.scrollBehavior=""),P.current=null})})})}),jl="ScrollAreaThumb",Zx=I.forwardRef((e,t)=>{const{forceMount:r,...n}=e,i=Jx(jl,e.__scopeScrollArea);return _.jsx(kn,{present:r||i.hasThumb,children:_.jsx(RB,{ref:t,...n})})}),RB=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,style:n,...i}=e,s=un(jl,r),o=Jx(jl,r),{onThumbPositionChange:a}=o,c=Qt(t,f=>o.onThumbChange(f)),u=I.useRef(),l=Dl(()=>{u.current&&(u.current(),u.current=void 0)},100);return I.useEffect(()=>{const f=s.viewport;if(f){const h=()=>{if(l(),!u.current){const y=BB(f,a);u.current=y,a()}};return a(),f.addEventListener("scroll",h),()=>f.removeEventListener("scroll",h)}},[s.viewport,l,a]),_.jsx(Wt.div,{"data-state":o.hasThumb?"visible":"hidden",...i,ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:et(e.onPointerDownCapture,f=>{const y=f.target.getBoundingClientRect(),b=f.clientX-y.left,w=f.clientY-y.top;o.onThumbPointerDown({x:b,y:w})}),onPointerUp:et(e.onPointerUp,o.onThumbPointerUp)})});Zx.displayName=jl;var Jp="ScrollAreaCorner",Qx=I.forwardRef((e,t)=>{const r=un(Jp,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?_.jsx(DB,{...e,ref:t}):null});Qx.displayName=Jp;var DB=I.forwardRef((e,t)=>{const{__scopeScrollArea:r,...n}=e,i=un(Jp,r),[s,o]=I.useState(0),[a,c]=I.useState(0),u=!!(s&&a);return Qo(i.scrollbarX,()=>{var f;const l=((f=i.scrollbarX)==null?void 0:f.offsetHeight)||0;i.onCornerHeightChange(l),c(l)}),Qo(i.scrollbarY,()=>{var f;const l=((f=i.scrollbarY)==null?void 0:f.offsetWidth)||0;i.onCornerWidthChange(l),o(l)}),u?_.jsx(Wt.div,{...n,ref:t,style:{width:s,height:a,position:"absolute",right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function Nl(e){return e?parseInt(e,10):0}function e6(e,t){const r=e/t;return isNaN(r)?0:r}function Rl(e){const t=e6(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function $B(e,t,r,n="ltr"){const i=Rl(r),s=i/2,o=t||s,a=i-o,c=r.scrollbar.paddingStart+o,u=r.scrollbar.size-r.scrollbar.paddingEnd-a,l=r.content-r.viewport,f=n==="ltr"?[0,l]:[l*-1,0];return r6([c,u],f)(e)}function t6(e,t,r="ltr"){const n=Rl(t),i=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,s=t.scrollbar.size-i,o=t.content-t.viewport,a=s-n,c=r==="ltr"?[0,o]:[o*-1,0],u=k$(e,c);return r6([0,o],[0,a])(u)}function r6(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function n6(e,t){return e>0&&e<t}var BB=(e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return function i(){const s={left:e.scrollLeft,top:e.scrollTop},o=r.left!==s.left,a=r.top!==s.top;(o||a)&&t(),r=s,n=window.requestAnimationFrame(i)}(),()=>window.cancelAnimationFrame(n)};function Dl(e,t){const r=gr(e),n=I.useRef(0);return I.useEffect(()=>()=>window.clearTimeout(n.current),[]),I.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function Qo(e,t){const r=gr(t);os(()=>{let n=0;if(e){const i=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return i.observe(e),()=>{window.cancelAnimationFrame(n),i.unobserve(e)}}},[e,r])}var LB=Hx,FB=Gx,i6=Kx,s6=Zx,UB=Qx,Yp="Switch",[zB,$K]=Bo(Yp),[VB,qB]=zB(Yp),o6=I.forwardRef((e,t)=>{const{__scopeSwitch:r,name:n,checked:i,defaultChecked:s,required:o,disabled:a,value:c="on",onCheckedChange:u,form:l,...f}=e,[h,y]=I.useState(null),b=Qt(t,R=>y(R)),w=I.useRef(!1),T=h?l||!!h.closest("form"):!0,[P=!1,k]=ac({prop:i,defaultProp:s,onChange:u});return _.jsxs(VB,{scope:r,checked:P,disabled:a,children:[_.jsx(Wt.button,{type:"button",role:"switch","aria-checked":P,"aria-required":o,"data-state":u6(P),"data-disabled":a?"":void 0,disabled:a,value:c,...f,ref:b,onClick:et(e.onClick,R=>{k(U=>!U),T&&(w.current=R.isPropagationStopped(),w.current||R.stopPropagation())})}),T&&_.jsx(HB,{control:h,bubbles:!w.current,name:n,value:c,checked:P,required:o,disabled:a,form:l,style:{transform:"translateX(-100%)"}})]})});o6.displayName=Yp;var a6="SwitchThumb",c6=I.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,i=qB(a6,r);return _.jsx(Wt.span,{"data-state":u6(i.checked),"data-disabled":i.disabled?"":void 0,...n,ref:t})});c6.displayName=a6;var HB=e=>{const{control:t,checked:r,bubbles:n=!0,...i}=e,s=I.useRef(null),o=ux(r),a=Op(t);return I.useEffect(()=>{const c=s.current,u=window.HTMLInputElement.prototype,f=Object.getOwnPropertyDescriptor(u,"checked").set;if(o!==r&&f){const h=new Event("click",{bubbles:n});f.call(c,r),c.dispatchEvent(h)}},[o,r,n]),_.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:r,...i,tabIndex:-1,ref:s,style:{...e.style,...a,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function u6(e){return e?"checked":"unchecked"}var WB=o6,GB=c6;const lc={size:{type:"enum",values:["1","2","3"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","surface","soft"],default:"surface"},color:cc,highContrast:_l,radius:Dp},l6=I.forwardRef((e,t)=>{const{rest:r,...n}=Wo(e),{className:i,style:s,size:o=lc.size.default,variant:a=lc.variant.default,color:c=lc.color.default,highContrast:u=lc.highContrast.default,radius:l=lc.radius.default,...f}=r;return I.createElement("span",{"data-radius":l,className:Kt("rt-SwitchRoot",i,wt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},Go(n)),style:s},I.createElement(WB,{"data-accent-color":c,...f,ref:t,className:Kt("rt-reset","rt-SwitchButton",{"rt-high-contrast":u})},I.createElement(GB,{className:Kt("rt-SwitchThumb",{"rt-high-contrast":u})})))});l6.displayName="Switch";var Zp=["Enter"," "],KB=["ArrowDown","PageUp","Home"],f6=["ArrowUp","PageDown","End"],XB=[...KB,...f6],JB={ltr:[...Zp,"ArrowRight"],rtl:[...Zp,"ArrowLeft"]},YB={ltr:["ArrowLeft"],rtl:["ArrowRight"]},fc="Menu",[dc,ZB,QB]=mx(fc),[Gs,d6]=Bo(fc,[QB,ml,vx]),hc=ml(),h6=vx(),[p6,ds]=Gs(fc),[eL,pc]=Gs(fc),m6=e=>{const{__scopeMenu:t,open:r=!1,children:n,dir:i,onOpenChange:s,modal:o=!0}=e,a=hc(t),[c,u]=I.useState(null),l=I.useRef(!1),f=gr(s),h=Np(i);return I.useEffect(()=>{const y=()=>{l.current=!0,document.addEventListener("pointerdown",b,{capture:!0,once:!0}),document.addEventListener("pointermove",b,{capture:!0,once:!0})},b=()=>l.current=!1;return document.addEventListener("keydown",y,{capture:!0}),()=>{document.removeEventListener("keydown",y,{capture:!0}),document.removeEventListener("pointerdown",b,{capture:!0}),document.removeEventListener("pointermove",b,{capture:!0})}},[]),_.jsx(H4,{...a,children:_.jsx(p6,{scope:t,open:r,onOpenChange:f,content:c,onContentChange:u,children:_.jsx(eL,{scope:t,onClose:I.useCallback(()=>f(!1),[f]),isUsingKeyboardRef:l,dir:h,modal:o,children:n})})})};m6.displayName=fc;var tL="MenuAnchor",Qp=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=hc(r);return _.jsx(W4,{...i,...n,ref:t})});Qp.displayName=tL;var e0="MenuPortal",[rL,g6]=Gs(e0,{forceMount:void 0}),v6=e=>{const{__scopeMenu:t,forceMount:r,children:n,container:i}=e,s=ds(e0,t);return _.jsx(rL,{scope:t,forceMount:r,children:_.jsx(kn,{present:r||s.open,children:_.jsx(X4,{asChild:!0,container:i,children:n})})})};v6.displayName=e0;var ln="MenuContent",[nL,t0]=Gs(ln),y6=I.forwardRef((e,t)=>{const r=g6(ln,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=ds(ln,e.__scopeMenu),o=pc(ln,e.__scopeMenu);return _.jsx(dc.Provider,{scope:e.__scopeMenu,children:_.jsx(kn,{present:n||s.open,children:_.jsx(dc.Slot,{scope:e.__scopeMenu,children:o.modal?_.jsx(iL,{...i,ref:t}):_.jsx(sL,{...i,ref:t})})})})}),iL=I.forwardRef((e,t)=>{const r=ds(ln,e.__scopeMenu),n=I.useRef(null),i=Qt(t,n);return I.useEffect(()=>{const s=n.current;if(s)return q$(s)},[]),_.jsx(r0,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:r.open,disableOutsideScroll:!0,onFocusOutside:et(e.onFocusOutside,s=>s.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>r.onOpenChange(!1)})}),sL=I.forwardRef((e,t)=>{const r=ds(ln,e.__scopeMenu);return _.jsx(r0,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>r.onOpenChange(!1)})}),r0=I.forwardRef((e,t)=>{const{__scopeMenu:r,loop:n=!1,trapFocus:i,onOpenAutoFocus:s,onCloseAutoFocus:o,disableOutsidePointerEvents:a,onEntryFocus:c,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,disableOutsideScroll:b,...w}=e,T=ds(ln,r),P=pc(ln,r),k=hc(r),R=h6(r),U=ZB(r),[L,W]=I.useState(null),q=I.useRef(null),X=Qt(t,q,T.onContentChange),ne=I.useRef(0),oe=I.useRef(""),H=I.useRef(0),F=I.useRef(null),D=I.useRef("right"),p=I.useRef(0),d=b?MB:I.Fragment,m=b?{as:Oi,allowPinchZoom:!0}:void 0,x=E=>{var de,ve;const O=oe.current+E,C=U().filter(Se=>!Se.disabled),g=document.activeElement,v=(de=C.find(Se=>Se.ref.current===g))==null?void 0:de.textValue,j=C.map(Se=>Se.textValue),ee=vL(j,O,v),se=(ve=C.find(Se=>Se.textValue===ee))==null?void 0:ve.ref.current;(function Se(xe){oe.current=xe,window.clearTimeout(ne.current),xe!==""&&(ne.current=window.setTimeout(()=>Se(""),1e3))})(O),se&&setTimeout(()=>se.focus())};I.useEffect(()=>()=>window.clearTimeout(ne.current),[]),j$();const A=I.useCallback(E=>{var C,g;return D.current===((C=F.current)==null?void 0:C.side)&&bL(E,(g=F.current)==null?void 0:g.area)},[]);return _.jsx(nL,{scope:r,searchRef:oe,onItemEnter:I.useCallback(E=>{A(E)&&E.preventDefault()},[A]),onItemLeave:I.useCallback(E=>{var O;A(E)||((O=q.current)==null||O.focus(),W(null))},[A]),onTriggerLeave:I.useCallback(E=>{A(E)&&E.preventDefault()},[A]),pointerGraceTimerRef:H,onPointerGraceIntentChange:I.useCallback(E=>{F.current=E},[]),children:_.jsx(d,{...m,children:_.jsx(Ex,{asChild:!0,trapped:i,onMountAutoFocus:et(s,E=>{var O;E.preventDefault(),(O=q.current)==null||O.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:_.jsx(gp,{asChild:!0,disableOutsidePointerEvents:a,onEscapeKeyDown:u,onPointerDownOutside:l,onFocusOutside:f,onInteractOutside:h,onDismiss:y,children:_.jsx(I$,{asChild:!0,...R,dir:P.dir,orientation:"vertical",loop:n,currentTabStopId:L,onCurrentTabStopIdChange:W,onEntryFocus:et(c,E=>{P.isUsingKeyboardRef.current||E.preventDefault()}),preventScrollOnEntryFocus:!0,children:_.jsx(G4,{role:"menu","aria-orientation":"vertical","data-state":D6(T.open),"data-radix-menu-content":"",dir:P.dir,...k,...w,ref:X,style:{outline:"none",...w.style},onKeyDown:et(w.onKeyDown,E=>{const C=E.target.closest("[data-radix-menu-content]")===E.currentTarget,g=E.ctrlKey||E.altKey||E.metaKey,v=E.key.length===1;C&&(E.key==="Tab"&&E.preventDefault(),!g&&v&&x(E.key));const j=q.current;if(E.target!==j||!XB.includes(E.key))return;E.preventDefault();const se=U().filter(de=>!de.disabled).map(de=>de.ref.current);f6.includes(E.key)&&se.reverse(),mL(se)}),onBlur:et(e.onBlur,E=>{E.currentTarget.contains(E.target)||(window.clearTimeout(ne.current),oe.current="")}),onPointerMove:et(e.onPointerMove,gc(E=>{const O=E.target,C=p.current!==E.clientX;if(E.currentTarget.contains(O)&&C){const g=E.clientX>p.current?"right":"left";D.current=g,p.current=E.clientX}}))})})})})})})});y6.displayName=ln;var oL="MenuGroup",n0=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return _.jsx(Wt.div,{role:"group",...n,ref:t})});n0.displayName=oL;var aL="MenuLabel",b6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return _.jsx(Wt.div,{...n,ref:t})});b6.displayName=aL;var $l="MenuItem",w6="menu.itemSelect",Bl=I.forwardRef((e,t)=>{const{disabled:r=!1,onSelect:n,...i}=e,s=I.useRef(null),o=pc($l,e.__scopeMenu),a=t0($l,e.__scopeMenu),c=Qt(t,s),u=I.useRef(!1),l=()=>{const f=s.current;if(!r&&f){const h=new CustomEvent(w6,{bubbles:!0,cancelable:!0});f.addEventListener(w6,y=>n==null?void 0:n(y),{once:!0}),h4(f,h),h.defaultPrevented?u.current=!1:o.onClose()}};return _.jsx(_6,{...i,ref:c,disabled:r,onClick:et(e.onClick,l),onPointerDown:f=>{var h;(h=e.onPointerDown)==null||h.call(e,f),u.current=!0},onPointerUp:et(e.onPointerUp,f=>{var h;u.current||(h=f.currentTarget)==null||h.click()}),onKeyDown:et(e.onKeyDown,f=>{const h=a.searchRef.current!=="";r||h&&f.key===" "||Zp.includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})})});Bl.displayName=$l;var _6=I.forwardRef((e,t)=>{const{__scopeMenu:r,disabled:n=!1,textValue:i,...s}=e,o=t0($l,r),a=h6(r),c=I.useRef(null),u=Qt(t,c),[l,f]=I.useState(!1),[h,y]=I.useState("");return I.useEffect(()=>{const b=c.current;b&&y((b.textContent??"").trim())},[s.children]),_.jsx(dc.ItemSlot,{scope:r,disabled:n,textValue:i??h,children:_.jsx(P$,{asChild:!0,...a,focusable:!n,children:_.jsx(Wt.div,{role:"menuitem","data-highlighted":l?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...s,ref:u,onPointerMove:et(e.onPointerMove,gc(b=>{n?o.onItemLeave(b):(o.onItemEnter(b),b.defaultPrevented||b.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:et(e.onPointerLeave,gc(b=>o.onItemLeave(b))),onFocus:et(e.onFocus,()=>f(!0)),onBlur:et(e.onBlur,()=>f(!1))})})})}),cL="MenuCheckboxItem",x6=I.forwardRef((e,t)=>{const{checked:r=!1,onCheckedChange:n,...i}=e;return _.jsx(M6,{scope:e.__scopeMenu,checked:r,children:_.jsx(Bl,{role:"menuitemcheckbox","aria-checked":Ll(r)?"mixed":r,...i,ref:t,"data-state":o0(r),onSelect:et(i.onSelect,()=>n==null?void 0:n(Ll(r)?!0:!r),{checkForDefaultPrevented:!1})})})});x6.displayName=cL;var S6="MenuRadioGroup",[uL,lL]=Gs(S6,{value:void 0,onValueChange:()=>{}}),E6=I.forwardRef((e,t)=>{const{value:r,onValueChange:n,...i}=e,s=gr(n);return _.jsx(uL,{scope:e.__scopeMenu,value:r,onValueChange:s,children:_.jsx(n0,{...i,ref:t})})});E6.displayName=S6;var C6="MenuRadioItem",A6=I.forwardRef((e,t)=>{const{value:r,...n}=e,i=lL(C6,e.__scopeMenu),s=r===i.value;return _.jsx(M6,{scope:e.__scopeMenu,checked:s,children:_.jsx(Bl,{role:"menuitemradio","aria-checked":s,...n,ref:t,"data-state":o0(s),onSelect:et(n.onSelect,()=>{var o;return(o=i.onValueChange)==null?void 0:o.call(i,r)},{checkForDefaultPrevented:!1})})})});A6.displayName=C6;var i0="MenuItemIndicator",[M6,fL]=Gs(i0,{checked:!1}),T6=I.forwardRef((e,t)=>{const{__scopeMenu:r,forceMount:n,...i}=e,s=fL(i0,r);return _.jsx(kn,{present:n||Ll(s.checked)||s.checked===!0,children:_.jsx(Wt.span,{...i,ref:t,"data-state":o0(s.checked)})})});T6.displayName=i0;var dL="MenuSeparator",O6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e;return _.jsx(Wt.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});O6.displayName=dL;var hL="MenuArrow",I6=I.forwardRef((e,t)=>{const{__scopeMenu:r,...n}=e,i=hc(r);return _.jsx(K4,{...i,...n,ref:t})});I6.displayName=hL;var s0="MenuSub",[pL,P6]=Gs(s0),k6=e=>{const{__scopeMenu:t,children:r,open:n=!1,onOpenChange:i}=e,s=ds(s0,t),o=hc(t),[a,c]=I.useState(null),[u,l]=I.useState(null),f=gr(i);return I.useEffect(()=>(s.open===!1&&f(!1),()=>f(!1)),[s.open,f]),_.jsx(H4,{...o,children:_.jsx(p6,{scope:t,open:n,onOpenChange:f,content:u,onContentChange:l,children:_.jsx(pL,{scope:t,contentId:nc(),triggerId:nc(),trigger:a,onTriggerChange:c,children:r})})})};k6.displayName=s0;var mc="MenuSubTrigger",j6=I.forwardRef((e,t)=>{const r=ds(mc,e.__scopeMenu),n=pc(mc,e.__scopeMenu),i=P6(mc,e.__scopeMenu),s=t0(mc,e.__scopeMenu),o=I.useRef(null),{pointerGraceTimerRef:a,onPointerGraceIntentChange:c}=s,u={__scopeMenu:e.__scopeMenu},l=I.useCallback(()=>{o.current&&window.clearTimeout(o.current),o.current=null},[]);return I.useEffect(()=>l,[l]),I.useEffect(()=>{const f=a.current;return()=>{window.clearTimeout(f),c(null)}},[a,c]),_.jsx(Qp,{asChild:!0,...u,children:_.jsx(_6,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":r.open,"aria-controls":i.contentId,"data-state":D6(r.open),...e,ref:sl(t,i.onTriggerChange),onClick:f=>{var h;(h=e.onClick)==null||h.call(e,f),!(e.disabled||f.defaultPrevented)&&(f.currentTarget.focus(),r.open||r.onOpenChange(!0))},onPointerMove:et(e.onPointerMove,gc(f=>{s.onItemEnter(f),!f.defaultPrevented&&!e.disabled&&!r.open&&!o.current&&(s.onPointerGraceIntentChange(null),o.current=window.setTimeout(()=>{r.onOpenChange(!0),l()},100))})),onPointerLeave:et(e.onPointerLeave,gc(f=>{var y,b;l();const h=(y=r.content)==null?void 0:y.getBoundingClientRect();if(h){const w=(b=r.content)==null?void 0:b.dataset.side,T=w==="right",P=T?-5:5,k=h[T?"left":"right"],R=h[T?"right":"left"];s.onPointerGraceIntentChange({area:[{x:f.clientX+P,y:f.clientY},{x:k,y:h.top},{x:R,y:h.top},{x:R,y:h.bottom},{x:k,y:h.bottom}],side:w}),window.clearTimeout(a.current),a.current=window.setTimeout(()=>s.onPointerGraceIntentChange(null),300)}else{if(s.onTriggerLeave(f),f.defaultPrevented)return;s.onPointerGraceIntentChange(null)}})),onKeyDown:et(e.onKeyDown,f=>{var y;const h=s.searchRef.current!=="";e.disabled||h&&f.key===" "||JB[n.dir].includes(f.key)&&(r.onOpenChange(!0),(y=r.content)==null||y.focus(),f.preventDefault())})})})});j6.displayName=mc;var N6="MenuSubContent",R6=I.forwardRef((e,t)=>{const r=g6(ln,e.__scopeMenu),{forceMount:n=r.forceMount,...i}=e,s=ds(ln,e.__scopeMenu),o=pc(ln,e.__scopeMenu),a=P6(N6,e.__scopeMenu),c=I.useRef(null),u=Qt(t,c);return _.jsx(dc.Provider,{scope:e.__scopeMenu,children:_.jsx(kn,{present:n||s.open,children:_.jsx(dc.Slot,{scope:e.__scopeMenu,children:_.jsx(r0,{id:a.contentId,"aria-labelledby":a.triggerId,...i,ref:u,align:"start",side:o.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:l=>{var f;o.isUsingKeyboardRef.current&&((f=c.current)==null||f.focus()),l.preventDefault()},onCloseAutoFocus:l=>l.preventDefault(),onFocusOutside:et(e.onFocusOutside,l=>{l.target!==a.trigger&&s.onOpenChange(!1)}),onEscapeKeyDown:et(e.onEscapeKeyDown,l=>{o.onClose(),l.preventDefault()}),onKeyDown:et(e.onKeyDown,l=>{var y;const f=l.currentTarget.contains(l.target),h=YB[o.dir].includes(l.key);f&&h&&(s.onOpenChange(!1),(y=a.trigger)==null||y.focus(),l.preventDefault())})})})})})});R6.displayName=N6;function D6(e){return e?"open":"closed"}function Ll(e){return e==="indeterminate"}function o0(e){return Ll(e)?"indeterminate":e?"checked":"unchecked"}function mL(e){const t=document.activeElement;for(const r of e)if(r===t||(r.focus(),document.activeElement!==t))return}function gL(e,t){return e.map((r,n)=>e[(t+n)%e.length])}function vL(e,t,r){const i=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,s=r?e.indexOf(r):-1;let o=gL(e,Math.max(s,0));i.length===1&&(o=o.filter(u=>u!==r));const c=o.find(u=>u.toLowerCase().startsWith(i.toLowerCase()));return c!==r?c:void 0}function yL(e,t){const{x:r,y:n}=e;let i=!1;for(let s=0,o=t.length-1;s<t.length;o=s++){const a=t[s].x,c=t[s].y,u=t[o].x,l=t[o].y;c>n!=l>n&&r<(u-a)*(n-c)/(l-c)+a&&(i=!i)}return i}function bL(e,t){if(!t)return!1;const r={x:e.clientX,y:e.clientY};return yL(r,t)}function gc(e){return t=>t.pointerType==="mouse"?e(t):void 0}var wL=m6,_L=Qp,xL=v6,SL=y6,EL=n0,CL=b6,AL=Bl,ML=x6,TL=E6,OL=A6,IL=T6,PL=O6,kL=I6,jL=k6,NL=j6,RL=R6,a0="DropdownMenu",[DL,FK]=Bo(a0,[d6]),jr=d6(),[$L,$6]=DL(a0),B6=e=>{const{__scopeDropdownMenu:t,children:r,dir:n,open:i,defaultOpen:s,onOpenChange:o,modal:a=!0}=e,c=jr(t),u=I.useRef(null),[l=!1,f]=ac({prop:i,defaultProp:s,onChange:o});return _.jsx($L,{scope:t,triggerId:nc(),triggerRef:u,contentId:nc(),open:l,onOpenChange:f,onOpenToggle:I.useCallback(()=>f(h=>!h),[f]),modal:a,children:_.jsx(wL,{...c,open:l,onOpenChange:f,dir:n,modal:a,children:r})})};B6.displayName=a0;var L6="DropdownMenuTrigger",F6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,disabled:n=!1,...i}=e,s=$6(L6,r),o=jr(r);return _.jsx(_L,{asChild:!0,...o,children:_.jsx(Wt.button,{type:"button",id:s.triggerId,"aria-haspopup":"menu","aria-expanded":s.open,"aria-controls":s.open?s.contentId:void 0,"data-state":s.open?"open":"closed","data-disabled":n?"":void 0,disabled:n,...i,ref:sl(t,s.triggerRef),onPointerDown:et(e.onPointerDown,a=>{!n&&a.button===0&&a.ctrlKey===!1&&(s.onOpenToggle(),s.open||a.preventDefault())}),onKeyDown:et(e.onKeyDown,a=>{n||(["Enter"," "].includes(a.key)&&s.onOpenToggle(),a.key==="ArrowDown"&&s.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(a.key)&&a.preventDefault())})})})});F6.displayName=L6;var BL="DropdownMenuPortal",U6=e=>{const{__scopeDropdownMenu:t,...r}=e,n=jr(t);return _.jsx(xL,{...n,...r})};U6.displayName=BL;var z6="DropdownMenuContent",V6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=$6(z6,r),s=jr(r),o=I.useRef(!1);return _.jsx(SL,{id:i.contentId,"aria-labelledby":i.triggerId,...s,...n,ref:t,onCloseAutoFocus:et(e.onCloseAutoFocus,a=>{var c;o.current||(c=i.triggerRef.current)==null||c.focus(),o.current=!1,a.preventDefault()}),onInteractOutside:et(e.onInteractOutside,a=>{const c=a.detail.originalEvent,u=c.button===0&&c.ctrlKey===!0,l=c.button===2||u;(!i.modal||l)&&(o.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});V6.displayName=z6;var LL="DropdownMenuGroup",q6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(EL,{...i,...n,ref:t})});q6.displayName=LL;var FL="DropdownMenuLabel",H6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(CL,{...i,...n,ref:t})});H6.displayName=FL;var UL="DropdownMenuItem",W6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(AL,{...i,...n,ref:t})});W6.displayName=UL;var zL="DropdownMenuCheckboxItem",G6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(ML,{...i,...n,ref:t})});G6.displayName=zL;var VL="DropdownMenuRadioGroup",K6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(TL,{...i,...n,ref:t})});K6.displayName=VL;var qL="DropdownMenuRadioItem",X6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(OL,{...i,...n,ref:t})});X6.displayName=qL;var HL="DropdownMenuItemIndicator",J6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(IL,{...i,...n,ref:t})});J6.displayName=HL;var WL="DropdownMenuSeparator",Y6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(PL,{...i,...n,ref:t})});Y6.displayName=WL;var GL="DropdownMenuArrow",KL=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(kL,{...i,...n,ref:t})});KL.displayName=GL;var XL=e=>{const{__scopeDropdownMenu:t,children:r,open:n,onOpenChange:i,defaultOpen:s}=e,o=jr(t),[a=!1,c]=ac({prop:n,defaultProp:s,onChange:i});return _.jsx(jL,{...o,open:a,onOpenChange:c,children:r})},JL="DropdownMenuSubTrigger",Z6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(NL,{...i,...n,ref:t})});Z6.displayName=JL;var YL="DropdownMenuSubContent",Q6=I.forwardRef((e,t)=>{const{__scopeDropdownMenu:r,...n}=e,i=jr(r);return _.jsx(RL,{...i,...n,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Q6.displayName=YL;var ZL=B6,QL=F6,e8=U6,eF=V6,tF=q6,rF=H6,nF=W6,iF=G6,sF=K6,oF=X6,t8=J6,aF=Y6,cF=XL,uF=Z6,lF=Q6;const c0={size:{type:"enum",values:["1","2","3"],default:"1",responsive:!0},radius:Dp,scrollbars:{type:"enum",values:["vertical","horizontal","both"],default:"both"}},u0=I.forwardRef((e,t)=>{const{rest:r,...n}=Wo(e),{className:i,style:s,type:o,scrollHideDelay:a=o!=="scroll"?0:void 0,dir:c,size:u=c0.size.default,radius:l=c0.radius.default,scrollbars:f=c0.scrollbars.default,...h}=r;return I.createElement(LB,{type:o,scrollHideDelay:a,className:Kt("rt-ScrollAreaRoot",i,Go(n)),style:s},I.createElement(FB,{...h,ref:t,className:"rt-ScrollAreaViewport"}),I.createElement("div",{className:"rt-ScrollAreaViewportFocusRing"}),f!=="vertical"?I.createElement(i6,{"data-radius":l,orientation:"horizontal",className:Kt("rt-ScrollAreaScrollbar",wt(u,"rt-r-size"))},I.createElement(s6,{className:"rt-ScrollAreaThumb"})):null,f!=="horizontal"?I.createElement(i6,{"data-radius":l,orientation:"vertical",className:Kt("rt-ScrollAreaScrollbar",wt(u,"rt-r-size"))},I.createElement(s6,{className:"rt-ScrollAreaThumb"})):null,f==="both"?I.createElement(UB,{className:"rt-ScrollAreaCorner"}):null)});u0.displayName="ScrollArea";const l0={size:{type:"enum",values:["1","2"],default:"2",responsive:!0},variant:{type:"enum",values:["solid","soft"],default:"solid"},color:cc,highContrast:_l},r8={color:cc,shortcut:{type:"string",default:void 0}},n8=e=>I.createElement(ZL,{...e});n8.displayName="DropdownMenuRoot";const i8=I.forwardRef((e,t)=>I.createElement(QL,{...e,ref:t,asChild:!0}));i8.displayName="DropdownMenuTrigger";const s8=I.createContext({}),o8=I.forwardRef((e,t)=>{const r=e$(),{className:n,children:i,size:s=l0.size.default,variant:o=l0.variant.default,highContrast:a=l0.highContrast.default,color:c=r8.color.default,container:u,forceMount:l,...f}=e,h=c??r.accentColor;return I.createElement(e8,{container:u,forceMount:l},I.createElement(wl,{asChild:!0},I.createElement(eF,{"data-accent-color":h,align:"start",sideOffset:4,collisionPadding:10,...f,ref:t,className:Kt("rt-PopperContent","rt-BaseMenuContent","rt-DropdownMenuContent",n,wt(s,"rt-r-size"),`rt-variant-${o}`,{"rt-high-contrast":a})},I.createElement(u0,{type:"auto"},I.createElement("div",{className:Kt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},I.createElement(s8.Provider,{value:I.useMemo(()=>({size:s,variant:o,color:h,highContrast:a}),[s,o,h,a])},i))))))});o8.displayName="DropdownMenuContent";const a8=I.forwardRef((e,t)=>I.createElement(rF,{...e,ref:t,className:Kt("rt-BaseMenuLabel","rt-DropdownMenuLabel",e.className)}));a8.displayName="DropdownMenuLabel";const c8=I.forwardRef((e,t)=>{const{className:r,children:n,color:i=r8.color.default,shortcut:s,...o}=e;return I.createElement(nF,{"data-accent-color":i,...o,ref:t,className:Kt("rt-reset","rt-BaseMenuItem","rt-DropdownMenuItem",r)},I.createElement(Lo,null,n),s&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},s))});c8.displayName="DropdownMenuItem";const u8=I.forwardRef((e,t)=>I.createElement(tF,{...e,ref:t,className:Kt("rt-BaseMenuGroup","rt-DropdownMenuGroup",e.className)}));u8.displayName="DropdownMenuGroup";const l8=I.forwardRef((e,t)=>I.createElement(sF,{...e,ref:t,className:Kt("rt-BaseMenuRadioGroup","rt-DropdownMenuRadioGroup",e.className)}));l8.displayName="DropdownMenuRadioGroup";const f8=I.forwardRef((e,t)=>{const{children:r,className:n,...i}=e;return I.createElement(oF,{...i,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuRadioItem","rt-DropdownMenuItem","rt-DropdownMenuRadioItem",n)},I.createElement(Lo,null,r),I.createElement(t8,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(Sl,{className:"rt-BaseMenuItemIndicatorIcon rt-DropdownMenuItemIndicatorIcon"})))});f8.displayName="DropdownMenuRadioItem";const d8=I.forwardRef((e,t)=>{const{children:r,className:n,shortcut:i,...s}=e;return I.createElement(iF,{...s,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuCheckboxItem","rt-DropdownMenuItem","rt-DropdownMenuCheckboxItem",n)},I.createElement(Lo,null,r),I.createElement(t8,{className:"rt-BaseMenuItemIndicator rt-DropdownMenuItemIndicator"},I.createElement(Sl,{className:"rt-BaseMenuItemIndicatorIcon rt-ContextMenuItemIndicatorIcon"})),i&&I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},i))});d8.displayName="DropdownMenuCheckboxItem";const h8=e=>I.createElement(cF,{...e});h8.displayName="DropdownMenuSub";const p8=I.forwardRef((e,t)=>{const{className:r,children:n,...i}=e;return I.createElement(uF,{...i,ref:t,className:Kt("rt-BaseMenuItem","rt-BaseMenuSubTrigger","rt-DropdownMenuItem","rt-DropdownMenuSubTrigger",r)},I.createElement(Lo,null,n),I.createElement("div",{className:"rt-BaseMenuShortcut rt-DropdownMenuShortcut"},I.createElement(px,{className:"rt-BaseMenuSubTriggerIcon rt-DropdownMenuSubtriggerIcon"})))});p8.displayName="DropdownMenuSubTrigger";const m8=I.forwardRef((e,t)=>{const{className:r,children:n,container:i,forceMount:s,...o}=e,{size:a,variant:c,color:u,highContrast:l}=I.useContext(s8);return I.createElement(e8,{container:i,forceMount:s},I.createElement(wl,{asChild:!0},I.createElement(lF,{"data-accent-color":u,alignOffset:-Number(a)*4,sideOffset:1,collisionPadding:10,...o,ref:t,className:Kt("rt-PopperContent","rt-BaseMenuContent","rt-BaseMenuSubContent","rt-DropdownMenuContent","rt-DropdownMenuSubContent",r,wt(a,"rt-r-size"),`rt-variant-${c}`,{"rt-high-contrast":l})},I.createElement(u0,{type:"auto"},I.createElement("div",{className:Kt("rt-BaseMenuViewport","rt-DropdownMenuViewport")},n)))))});m8.displayName="DropdownMenuSubContent";const g8=I.forwardRef((e,t)=>I.createElement(aF,{...e,ref:t,className:Kt("rt-BaseMenuSeparator","rt-DropdownMenuSeparator",e.className)}));g8.displayName="DropdownMenuSeparator";const fn=Object.assign({},{Root:n8,Trigger:i8,Content:o8,Label:a8,Item:c8,Group:u8,RadioGroup:l8,RadioItem:f8,CheckboxItem:d8,Sub:h8,SubTrigger:p8,SubContent:m8,Separator:g8}),vc={size:{type:"enum",values:["1","2","3","4"],default:"2",responsive:!0},variant:{type:"enum",values:["classic","solid","soft","surface","outline","ghost"],default:"solid"},color:cc,highContrast:_l,radius:Dp},v8=I.forwardRef((e,t)=>{const{rest:r,...n}=Wo(e),{className:i,asChild:s=!1,size:o=vc.size.default,variant:a=vc.variant.default,color:c=vc.color.default,highContrast:u=vc.highContrast.default,radius:l=vc.radius.default,...f}=r,h=s?Oi:"button";return I.createElement(h,{"data-disabled":f.disabled||void 0,"data-accent-color":c,"data-radius":l,...f,ref:t,className:Kt("rt-reset","rt-BaseButton",i,wt(o,"rt-r-size"),`rt-variant-${a}`,{"rt-high-contrast":u},Go(n))})});v8.displayName="BaseButton";const y8=I.forwardRef((e,t)=>I.createElement(v8,{...e,ref:t,className:Kt("rt-Button",e.className)}));y8.displayName="Button";const fF={loading:{type:"boolean",default:!0}},ea=I.forwardRef((e,t)=>{const{rest:r,...n}=Wo(e),{className:i,children:s,loading:o=fF.loading.default,...a}=r;if(!o)return I.createElement(I.Fragment,null,s);const c=I.isValidElement(s)?Oi:"span";return I.createElement(c,{ref:t,"aria-hidden":!0,className:Kt("rt-Skeleton",i,Go(n)),"data-inline-skeleton":I.isValidElement(s)?void 0:!0,tabIndex:-1,inert:"",...a},s)});ea.displayName="Skeleton";const dF=$t("/images/ghost_loading.png"),hF={primary:$t("/images/primary_loading.png"),ghost:dF};function pF({size:e="24px",variant:t="primary",wrapStyle:r={}}){return _.jsx(cx,{align:"center",justify:"center",style:{width:"100%",height:"100%",...r},children:_.jsx("img",{src:hF[t],alt:"Loading",style:{width:e,height:e,animation:"spin 1s linear infinite"}})})}const mF="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAAJW0lEQVRoBd1be1BU1xk/LstLdtlVUYKoKKA8fJBKJDVxovYxTadC0zY1/2jaKWM0GRsnTTOpEQNGqc34mGicNpqxGkirMYk4QFONqTG01WioFXzwFhRfUJTl/dple37XnmUf93Hu3Uuknpmdc/ec7/vO97vn9Z3vfHcUGaa0a+2PxlnN9hVWU+Aia5gxLsIaHGk1GUNCAgMCRocaRqHZ7p5BZ++Aw2HrtPe22PqabF32Olun46Stw/Du6s0Fd4ZDNaFhvQS/k/P95ChryKb4iaO/NX1yWHhgwD1gauUPOAadNY1d7bU3u0/csvVmrcr562W1MqTodQGcvzlj9cwppqw5ceYJFKMuMpnCFLuzvK6j+dK1zk3L1xbuYuVac7+Uy8tNf2legiU7cYrJolUBNXyV1zrbSqvas5evK9yhhs+dVhPgd9YvSUmJCzvyzeQxU92FfV3PX15ubSir63pq1cbiMrVtBqhlyM/9wfqli6MOxkaFjVHLqxf9pPGh1sSY0SuT46MGC07UlKiRq6qHC3c8Vbhk/kNLKJMqPjUKqaF1EuIsPn27OGPNkQxePi7F976ZYU6ICDn3+Oyx8byCv066f164W1vV0js389XCDqV2FYf07pz0xAWJlsq5MyxRSsLuV/2UyNCxoQGjVs9JjikoPlndIqeHbA+jZx+LC79BV2GznBDeuu4+B9l+qI4Un2oSWNIfe4j86plYEhqk+N65mqCreMepuvZouZ42yknCMNYLbL/dSX7xu/Pk3zVtribzjjWSC1faSd66b5Ago8FVrvUBut5p6z9H+adLyZB8tVigvpM6fr4Uo9ry7YeukE++vNez7ry37/aRvv5BsmD2WPdizc8Y3qmzJqUeOFp5QEyIKGBsPU8vjF6p12pMhxpZu6eCOOmyKpbKaS9/O3U8ibAEiVWrLpsx2TQjfmqk6JblAxhGBfbZYKM2O9hbO2D85VsXyM2WXu8q13+8iCr6Un6yaKIu+x06KjY6bFHMpIlHikuqPYaVz8SBBWUKMcouZi5NOR4+/Pymx7yVYsHc/ujkTalq1eXAACzejB6A83Mz1uhpLrZ2DJBtdFXmTVs/qCPg0SsBCzC5y/MA/EhC+Ab3Sn+ftxysJTYVAEAL0Homb0wuwHmb0l/U89Rzjg7Rj7+4pVp3DGvw6pWACdiYPBfgWdPMr7FCf3O7w0ly9lVxizGFGsn8WUPbEnjpOZibX4nQHZsAGJ4KHN6VGHnrYVBg1eVJgXR9/MPLc0hb59DcBe97Rxt52LlogA0YQSwAhltGL09FU2sfeftwPZci8I1sfWEmocOOVFz1tPt3FTQQyNIjARswQpYAGD4oPQRDRm5+DenudXCJy3p2BnkybQIprbL5GCVdPXZBFpcgDiKG0QDvIhxuHDyKJH8vv0uOnW1WpAPBqh9OJcu+O0mgPVthE+WBLMjUIwEjsBrgStXqXXRXpG9gkGzYz7dQ/fiJKPLST2Nd7GcrWl3P3g9vvFdFcPDwNwEjsBrgN/ZXGPh3F14ljc09iqIWPjyObMxMdNF10KF7ucFz/roq6cO1ph4qu8G9SPMzsBrgJNcs4X+MDbe7yZ6iBkUxKfHhZMeLs4gxYMhyLa1s85m/3oIA+CoF7m8CVgNuBPwVtGF/NRlQGHbTokaT3S+n+Bz2z1Qoz1HI5p0ucliAlQ5pY4gckVIdzrinLsorPWFMMNn76sNkjDnQR9xXtId5EvVbiZ6neXgZDbAacdfDCtTmnXT+bf5TrSwbrKh3X0kh0RG+7xXG1NzpFpISFy7IYOflkvI75LrIeoC2nkgZRyBTSwJWI7vY0iJg58f1pFnGOGBWFAwLsYQT97rlnt6Yo3QrOvC362LkQlto87VlnjyixCKFwCoYHiJ1ikXwYuR/Kq4YmJkVlZZoVZTFCM7Q7enXv78ku4ihTbStNRlxZWkxqfNuYFd8/Y+VZFDGwI8eH0rOXLYJP3a9RrdCspb2jlhrAPHC9guKix/azKaHi4PZqaq9I8BqxP2shahzGcKLUVbbLvuSMQf//JnnCJg5zSwK9gZ1/6zYUkawJvCk8/T4CB2WLp7IQ+6iAVYDLqNdJRwPdzv6NR/S05J8hzc8HJlvnpddC8TUgicFuqhJwGrAzbsapi0H6jyOcmp405I87996+h1k5bYyUn+rW40YgVbwjhxU5x0BVgPCDHhb+1e1jRwuUe/FgHzM43luCxicBGt2XlScGnK6waMCnXgTsNIh7TjJw3DPi1HNQypKkxRjJma3/XP93kryxXn/wzhy9lUT6MaTgNWAABLEVCgx5B27TqobtW8HjyYPDWfcL2kdKd56QifoppSAEVgNiJZBAIkcwz0vxhU5EsU6tmC9f/y6cLJSZFBB8PbhK6TZJu8dAUZgFQwPRMvIyccb5PViiMnB/H0kwUpgRW3K0z4txGSjDLrt+0TeB8YwCoCb2u3rES0jJfDTr/i8GFL8MC1hWChZUVL8POXHS/8jSQZsCH8CgQD4udeLLiE0SIrDX2ea1RxEnt9WrmhFSbXPUy43pIGNxXq5bGnqdciVEhxLz7L+pNP0+MhrRWltJz46TJIVMV6scsj1QEsqPlpmg6eeVbIcjrTntpbJ2s6M9n7kAdSDgiPo427OfKYHnUptSU+/7zLxPM7Cj6bE9NGz6fcYMctjIkPJQnoObe+2E1vXAOmlF9jSM55xDX8eYQ0SQG5emUTm0UVRLB092/KbghNVZ1idRw+j8PT+Z+r1vEFkDd2PHAFs83/+wTT3tl1zmBUiwq2zV8FBxYhHcA4MwOKtoseQRiVuzBHhNjvOsoh2v88I8BYwEv/T/dX54ec3sjOz/3LIWz8fwCBAOB8CQxImmxK8Gf4f/iM6b+krRc+L6Srbg//Yu7RmpEbfiYFBGaLyFmQeknR6+cxhd0EI56PLuvS1gDvxCHiGrtBZThXRIc0YCj+r6kc4X1iw4Wc0pCiYlY/EHGBLLralrcgqko2MkR3SDNiDFFzKBZgBfxDCh2WHNAPKcoTzIcINQV80NlLVy2Iy9Mqxz2LrkVqNpdpRBRhCsGUhws3ucDyJyHQpwcNZDgvqeGnrYrF9Vqldv3oJQV+IgxI7cCg1rKUeB4H78pGHt7KIg0Jo0HB+xnOxvuO3z2YV7fRuW+1/v3rYu7E9b6TPjAw3bnzgP9TyBo7/2j/FG6Cf4hmH7VO8/wJSjxTWAm8L8gAAAABJRU5ErkJggg==",f0="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAQKADAAQAAAABAAAAQAAAAABGUUKwAAAQcklEQVR4Ac07C3BUVZb33vfp7nQSgiEhYYYgESEj40oZjERH/MxAnFEGQQYUZILRGix1y3V3q3bZqd2trZpZqram1rJ2tMZZiUGFAURQ4romiALjmlkFB2eGEVyMEAQSEiSQ9O+9fvfuOfe923Q66aQ7dDS3q/vcd9+553fPOffzXlMyxqX4hc1Vls9p4Iao5nm8Mp5HSoSfmsIUGjcJRfbMIoJa1CFRbhlh2k3CrJ3F6EG/rTWee3DlkbEUUQqQawYTX3ppVTxInoxN4rPjVxAfAf0kDwG/WEM4RKGUEiEEQYgF0ITxJY2ZPfSwHiJPnV+9etMQ3S6rKWcGmPTcq+XWxOhzVhlfGJ8oQGkoSlnFJcUAAlSk8EHoort1bPMaXGN5lzoao5O1muf9a3vW3nvGRbq8XyXaqKlMebG5IpTXtzF6JZ/PfYINSyjFADDUoCA0eiN+SVvXINIuKKF3qQzKLMr9x9n+YLig/vSPF3UMy3OEm6M2ALgqLd6y5fnwVXyNCJChFZcKU2GcoyGtlx6FuD7MYuQDjemHhNC7mLggR5HTCeWUxic7JD6HG6QGDDmbTxSzrCtEELRPKyOLEB74jDWdu+++hyFslJlGUHng7bTEB6INvPrGC6/O65tmt1iTeKGKWxfDGy7OhL+Tduq9ZLMZ9j19uuGekwMpZHY1pfG1qVZe7Il4EV8ZLSNlYGZgIK3qEXDrZje5GOgw67oevPd3mVG+hJW1AUpf3vpI+GrxjAOj7qmrIpZQhwr/CdbG+sz67tWLj11ic/m1kpden8ELrI2RabyWaIO9QkNv+D/9sbMPLPtVNtyyMsDkra809s8iawjjXj9lAhjxk+TTYLdY1bFm+cFsBMgWt6JpW3WomG6KVpCZhCg5XCqUMBE8Qpq6VvyoIVO6GRmg+oAwvji9sy00zalWKrsMBPF1sW69kzzU9eNlzZkyzQXelM2vLbImORtik3mJoqeCw39CO1gxZUntwbnUVvfSwRENgMp39OzoiJWJsgFZG5JO8BjdfWbpkrp0xL+K9sk7drZEruILYDZxZ0/PCj7IQRXFSytGMsLQ2TtJ8tOnX2+zy2kZo5CBgAdCZjNR8Alb/3Urj2J2wQAUHNHWs7gGczBmSfxlxC6jZadA9iRVhqwOa4CpW3c1RqeRalRcKg+E9X5m5x81lp1acc9Ph6T4NTSiLPlH2TI9BEMDJlDyxipI9dStzY3DiZQ2BK78TfMjfVXiWYHUvKKHme1v1+Z0PPCDP6u28QQrXn7zmmilcyieB6sJKFJwUAA85NHj99815OwwpAfM2PLmvHCleAbmeHR86VK6o4n8z/X7xqvyqDDKhjKirDIc0HOhhKc7z6BOiJNaBhkAV3jhUtEiTMZcV5ImEAXt+vr2Vd/fkUpgvF2jjCgrGEAagaED+xiTOmGiTCmDGiq3v7khdBVpkHjeOj3vBG39/J7v5yTbz9y2pyZO4/cIH68RGisV1PEJjerUZr3MEqepTd+JGUUvnlp647kUWbO6nL7rv1vC3+QLZRzgzAAl2E4b25f94CH3yv0dYICq37Rd2VfZ+5ljgNdjQeP10O4TC+4sddFH94tTae/J1v+0J4il9kRRgHbFkroXSuyLOBG+bnbcd8H4+6Mr7tjmYmf/O233W2djk0SJUpLGCJ/YUTD98PLvdChqA0IgHux/QRiUuRMJ/moi0E0HWEx1zBRevW33yp7w7guRaaTeLiIFFBwTJ2z5wRjFD0L4qqkWJKDWZDK972p7y1Vv7P4thmWm/JLxUHYIBJnHZS6HsI75IxuTcRKEv/Xq/vL+qdEvhA7B42H4z7Kjn935varkDtnUZ2/f+9cXKuxfEH1oBbw1S2K3m0obhUOcwBn6x2N3LfiL1PuZXF/91ttHwiV8lsJlccLzv/B/85N755/BtoQHCM1+juhgepnzYfS5JvIuslWqY7Zw1ta9t/dNc35BNfR0dy7BnS3W5Q4XR9yrJzzOa8PEJZOXB2EneO23tu/5WbYyIL4fdGACZgVcwCE/g8El6OqVhAGsK8hC5YoI8zq1tj8uv2NUGxt0WV4qXgd+lKEFgB5+UQAFk+uJ+x4u9pFf7IF1+MRK2d8oobOBqAPqInl44WaDroqGNMC1r7y3igeZLyEc7OeDjlmvkLKF1726/x/sQoz3S/GtaCPUYESCZ/S2CZ/7/nLSZ+bcwuPaT/292peEo0uC4wNMrmMbDwr/ddvfW56tLIjvt7QHkSfSQWM6Qeq79pV90rt1RIDT2ielc4KzYsz5e1nnR4tvGvV+PjaBPCGVl2kes72XaoA4A+MWHGf1Hy+/5SXk7RX0tH+dtWffWasIsrbKTIAv6ygUFJg6lwDIelb4eOktn1a17uu0ilm5O9OAQfPok0Brk/SAeFDMxpjDDI3QF9ZfRoajKTVv/2+xU0QnSWvLpQjGM9JF21OS36ntTFE+wSZw3vgXxFOeI3uAPAjx42gkkcwSnTKs+EJsM+YepIPQBp2xK6vefqDKKdB8ig06qBHW/yNDuoPQ7Ivxh3HIL9FT4sOkaml81qKb07qxYeu70BM176PqCGVd6P2DGGbYYEZ9T+O0rsKAg86oOxOG1QCjLnMk+r+vn4U+vL/mZIZ0B6E5wfxfFp7QH8w/pW0PnGPHjQizlQK+C/TYKxQegKQpIo/f7I4QIKD7w0gpKHMHZ6fSdB2xGXUy+2kIB0Z6GAdgOA260Fk1k5GPvAQxI9rREakNg/CHuutCcLvJ+0rM2uYDVZbD7xe287FsSPNj+cXPpHAw3ljQj2BGkRCMKLSY9m9pumbUjLo5QQ6nWi59WPNU67DyqyTczTJyrozTP2VELQuktkVz8fHWPw/XZe6uD/89VMwrKYehUVkQvQCFBeg/T08eWHbD74ejMdI9nWuHIQNUKzyui0omfLRERSlaH7aSHyqErwreuPPAP0ZK+V8BfxmK0k1lunIj1rA1J9hv/PBy5dFs9gHqqkKSmFqJDkskHzapAiIcUvWvAtb810cbw6V8NSjtPtrA0XcdUoYkCCzyusnj7y29ftjwyURWqZsAD1PIBjV1ouHy1ysQb36f2aUuxxLiarHmrY/ejxTzeaiwikulPPLW4owHv6SPv7/4+iFPc7KVD3ULEczBrsaCMU2nGuiPqwNsBuubNC43CbJhDH/mtfz+gFVMr8cHWirmVcJDqEdppKBPq9t393W/zZUYqFtykoVzCKpj4kOGsiiYK45p6Nz8xh/+KTTRcZXH0fDYq4QX6NU+KY36bty1uKovDYlRN8NaAAzudsddtq7B4yzHSwIogBXVy+H2qJfBmUhm5Yu/w5GQkqDRPYnAE/D8YdP/3HXt6kzoZIuDulEShwnV7QkPuCAK4hT0dz/SPQxtcraEs8G/tfmTRTzA8uQuD4yQgFDP+5K1jJXyKCMF3dwlPww18NMc5jDmUAsb5VeGA5+TjUJZ4zJxp4x7GAU5JXnQtDWrvG723VnTy6KDcPgceeokp0IIhjixdCPOuh2Bz+HBQvDljN6QBc2sUSHpTlErT+yssr8ZoYeGWyZnzWiIDtSgNW4SdG/qFu1msPBp12Dk8St3gxr99hB9c9hE8y+FnAo95K3hEnpMC+yEZrte5+qqC61d17h2kApxB3LG0eAmHfWWMxPpNc4+CPSTShcXfQ4zEmRjTrN+uSETfsk43NRmUbkQcqcBqfvC5s+r+kvif5ZPVyU2FfkX6bTWuhmj3hEmMx0v9YUtx6b2F/ATcpTdmUfk9xjXsNZF04+YMRZTbgnOAZMRe2K8CJ4rOVAn1E3paVoshrrLIzHDZocdgyd2SY5JVgLjv80Vc0Xn7uaeb0Ty+xJr+ksB4GIELO3h5rqK1xR+LiHqJDdZEHH4cp5hk8NIH3aHcAji6E956UhOTXaAlv3w3ZMz8F4uC2fRYNwniuM+Ir+2V0eIXzgLxUVYzgvqYvnhHQdQ3D0Wg2M/x3wKGUkDvFE3dZNhURkGOE3gCVGc8425lqQACMqZBgRBYSQvD8qFiStOrtkSC3RJuD8EAaw5YqgzMpIGwIrfYq3JAsX8tPaultOJsECcyy4+d/GT7sEIYdpls0glgDrYAVarpj+EvhhtVXgJA5j+wFo4O4fXrnBssBmSoc6llRRyLiCuAlUiSoW5oJ9KQ+qAp2rg2cgbpmFu8sBahZcwwI75JWf8UbbftZTrnpaPzry35dQihXz50Jd40qP4KIgCqofSl8/HpYCyW342UxkaBxZ13HFnSWLLnzAAdvH7J9aDD3DVAb0garINuRII0q2Me3c0UBzwNsw53ifXISBlT4w+GJhrHHVM1sddEiW1LNl9dkPY7zRgEwSBPCvIg/yw87uT65LQRl39kRBpAz2Xe4Ele7paIj6ReAaIAgcirHHngtKHkoUfZAA8qlq8r7vX1gS8BwyzBsQNPOEUeRG2fvv3Jo2bN8OSlUitL3u75+chP193aXULD4UdevH1W0uKcJmXjD8gBPAGIgRsrQ4e6cN7GuieYAU4R4yYfN2Kd3qWJncej3WUMWqKdTiVQyaTwQWvFnPUKVV5lH+QAbBx64Li3wUd/TGNum9byVgFN4jpbMuqt/uuQZzxWFA2lBFHEZWXD9YpE/mO+RjqNJTMQxoAEbfcfsWvIPabXC9w05QD/2CJmM6h8egJK945vzRsxA/BatJQSRZlRx223F6U9lR5UA5ItdLydy8ciGnePgGxMSdAbsxztPWbbyscFzlh5d6LPw8zZx2Kliw//IHl4LZbJ8xNbkutp/UAhVh0W2Gtj7NOdClpWeQB8RXWxLqVe/taFN7XBVEGlAWHRYYqyIfQz7XOovmFtSPJNcBi6ZB/IoTRv7+/LUrEwKUxuILBRXfAMR9q+q6/OV3/sWhfs+fioohGNsCj5xJFHyMfj/gDVDsYvCWv9tc0B6/LK+IIH9jb3xhjdA3HA3VZcEYBzwC+JiefGpyu2nhHcFTvFbn0Rv6tfydU7TC6KcbETJyyB/TA0OS06cXbgg0D2oe5GEhgGER1a827oUcijDwjX+fBcPCOtLz7wk9oW4Hhr3/2JprTZwuPvi9m9NmRjVFCwK09xV37SxEglnlAkMeabg+mTXhKh2SYtQGw88PvWfMijtNiC1KYbADwBLlwwreMDSE6dUI3BwK+p5+toaM6Xnv0AzE1EoE/TRGyEly9LHXE0d3R7eFU52JA0+qe/4455FSXrHBqfVQGQCIoTMN+6/kYERASQ68nJDNYWIEhQhoRR+H57580h3zo9xuHoE9XXpDITUk4RMpjlEymUXsOvAd0A4TYtx1CZ8UJHNenunmSBvBUk8PuoqlxvvnV/m0uSQbyxGFR0X8uvjFGyHzO4eB5mKJGDKEsKRGEM436N+lQZJTHg4fhHwL2Fxbr9U/Pph1D4WbaNmoPSGXwk/2inAvnOYuLhfAA2of3lcCeuoMzhooZhLIDYKo2t2XArw7vSxqEtsLjtLW/nk+l9wxAGMVFzgyQzPvRNrHKtvmTNiezwZV96dx4JAPBcgPCR8R0Sg6bJnvq2Vqa+wOaZMHHov74+6LKiZMGSGTVEPeV4P0lkMNNgBrMJHIAIG7gRRV4c0EQS6OkG1rbIbEd1HTS+Mub6JGxkEvR/H/1GixGG+ou8QAAAABJRU5ErkJggg==";function Wr({src:e,alt:t,className:r,style:n,showWarn:i,...s}){const[o,a]=te.useState(f0),c=u=>{a(f0)};return te.useEffect(()=>{a(e||f0)},[e]),_.jsxs("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",position:"relative"},children:[_.jsx("img",{src:o,alt:t||"",className:r,loading:"lazy",decoding:"async",style:{borderRadius:"100%",...n},onError:c,...s}),i&&_.jsx("img",{style:{position:"absolute",right:-2,bottom:-2,width:"16px",height:"16px"},src:mF})]})}function gF({toastData:e,onClose:t}){const{status:r,buildShowInfo:n,tx:i,id:s}=e,{getExplorerUrl:o}=$o(),a=te.useMemo(()=>{if(n&&r)return n(r)},[r]),c=te.useMemo(()=>{if(r){if(r==="rejected")return"#ff5073";if(r==="success")return"#68ffd8"}return"#909ca4"},[r]);return _.jsxs("div",{className:"cs-toast",children:[_.jsxs("div",{style:{gap:"0px",display:"flex",flexDirection:"column"},children:[_.jsxs("div",{style:{display:"flex",gap:"10px",alignItems:"center"},children:[r==="submitted"&&_.jsx("div",{children:_.jsx(pF,{})}),_.jsxs("svg",{className:"cs-icon",style:{width:"16px",height:"16px",fill:c},children:[r==="rejected"&&_.jsx("use",{xlinkHref:"#icon-close"}),r==="success"&&_.jsx("use",{xlinkHref:"#icon-sel"})]}),r==="submitted"&&_.jsxs("span",{style:{marginLeft:"-28px"},children:[" ","Transaction in progress"," "]}),r==="rejected"&&_.jsx("span",{className:"red",children:(a==null?void 0:a.toastTitleText)||"Transaction failed"}),r==="success"&&_.jsx("span",{className:"green",children:(a==null?void 0:a.toastTitleText)||"Transaction Successful"})]}),r==="submitted"&&_.jsxs("div",{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():_.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&i&&_.jsx(f4,{text:"Confirmation is in progress. Check your transaction on here",keywords:["here"],text_highlight_color:"#72c1f7",onKeywordClick:()=>{window.open(o(i,"tx"),"_blank")}})]}),r==="rejected"&&_.jsxs(_.Fragment,{children:[a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():_.jsx("span",{children:a==null?void 0:a.toastDescriptionContent}),!(a!=null&&a.toastDescriptionContent)&&_.jsx("span",{children:"Something went wrong"})]}),r==="success"&&_.jsx(_.Fragment,{children:a!=null&&a.toastDescriptionContent&&typeof a.toastDescriptionContent=="function"?a.toastDescriptionContent():_.jsx("span",{children:a==null?void 0:a.toastDescriptionContent})}),r==="success"&&i&&_.jsxs("div",{className:"view-transaction",children:[_.jsx("span",{children:"View Transaction"}),rl.map(u=>_.jsx("a",{href:o(i,"tx",u.link),target:"_blank",children:_.jsx(Wr,{src:u.img})},u.link))]})]}),_.jsx("svg",{className:"cs-icon close","aria-hidden":"true",onClick:()=>t(s),children:_.jsx("use",{xlinkHref:"#icon-close"})})]})}const vF=Ti((e,t)=>({toasts:[],setToasts:r=>{e(n=>({toasts:[...n.toasts,r]})),setTimeout(()=>{e(n=>({toasts:n.toasts.filter(i=>i.id!==r.id)}))},3e3)},removeToast:r=>{e(n=>({toasts:n.toasts.filter(i=>i.id!==r)}))}})),ta=(e="cs-swap-widget")=>{const{toasts:t,setToasts:r,removeToast:n}=vF(),i=(a,c="success")=>{const l={id:Date.now(),status:c,buildShowInfo:()=>({toastTitleText:a})};r(l)},s=a=>{const c=Date.now();return a.id=c,r(a),c},o=te.useCallback(()=>{let a=document.getElementById(e);return a||(a=document.createElement("div"),a.id=e,document.body.appendChild(a)),$n.createPortal(_.jsx("div",{className:"cs-toast-wrapper",children:t&&t.map(c=>_.jsx(gF,{toastData:c,onClose:()=>{n(c.id)}},c.id))}),a)},[t]);return{addCommonToast:i,addTxToast:s,ToastContainer:o,removeToast:n}},KK="";function yF(){const{mevProtect:e,setMevProtect:t}=Lr();return _.jsxs(fn.Root,{children:[_.jsx(fn.Trigger,{children:_.jsx("div",{className:"cs-settings-btn",children:_.jsx("svg",{"aria-hidden":"true",cursor:"pointer",fill:e?"var(--cs-primary)":"var(--cs-icon-fill)",children:_.jsx("use",{xlinkHref:"#icon-mev"})})})}),_.jsx(fn.Content,{variant:"soft",className:"cs-dropdown-content",side:"bottom",align:"end",style:{maxWidth:"328px"},children:_.jsxs("div",{className:"mev-settings-box",children:[_.jsxs("div",{className:"mev-setting-title",children:[_.jsxs("div",{className:"name",children:[_.jsx("img",{src:$t("/images/icon_mev@2x.png")}),_.jsx("span",{children:"MEV Protect"})]}),_.jsx(l6,{checked:e,className:"cs-switch",onClick:()=>{t(!e)}})]}),_.jsx("p",{className:"mev-tips",children:"By enabling this, your txn will be submitted via 3rd party MEV service provider. MEV value retained will be redistributed to all users who successfully execute their trades with Shio through its point campaign."})]})})]})}function bF({onClick:e}){const[t,r]=te.useState(!1),n=()=>{r(!0),setTimeout(()=>{r(!1)},1e3),e()};return _.jsx("div",{className:"refresh-button",children:_.jsx("svg",{className:t?"rotate cs-icon-hover":"cs-icon-hover","aria-hidden":"true",onClick:n,children:_.jsx("use",{xlinkHref:"#icon-refresh"})})})}const XK="",JK="";function d0(e){const{text:t,onClick:r,className:n,btnIsDisabled:i=!1}=e,s=()=>{r&&r()};return _.jsx(y8,{disabled:i,className:n?`cs-button ${n}`:"cs-button",onClick:s,children:t})}function wF(){const{setIsOpenSlippageDialog:e,isOpenSlippageDialog:t,slippage:r}=Lr();return _.jsxs(_.Fragment,{children:[_.jsxs("div",{className:"slippage-button",onClick:()=>e(!0),children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-verticalslider"})}),_.jsxs("span",{children:[r,"%"]})]}),t&&_.jsx(_F,{onClose:()=>e(!1)})]})}function _F({onClose:e}){const{slippage:t,setSlippage:r}=Lr(),[n,i]=te.useState(t),s=u=>{i(u.display)},o=u=>{const l=new RegExp("[^\\d-]*(\\d*(?:\\.\\d{0,2})?).*$");u.target.value=u.target.value.replace(l,"$1"),i(u.target.value)},a=()=>{n&&r(n),e()},c=te.useMemo(()=>+n?Number(n)>50||Number(n)<.01:!0,[t,n]);return _.jsxs(_.Fragment,{children:[_.jsx("div",{className:"dialog-mask",style:{zIndex:"100"}}),_.jsx("div",{className:"slippage-settings-dialog",style:{zIndex:"100"},children:_.jsxs("div",{className:"slippage-settings",children:[_.jsxs("div",{className:"slippage-settings-header",children:[_.jsx("div",{className:"title",children:"Slippage Settings"}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:_.jsx("use",{xlinkHref:"#icon-close"})})]}),_.jsxs("div",{className:"title",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-verticalslider"})}),_.jsx("span",{children:"Slippage Tolerance"})]}),_.jsxs("div",{className:"form-box",children:[_.jsx("div",{className:"slippage-tab-list",children:$N.map(u=>_.jsxs("span",{className:u.display===n?"active":"",onClick:()=>s(u),children:[u.display," %"]}))}),_.jsxs("div",{className:"input-box",children:[_.jsx("span",{children:"Custom"}),_.jsx("input",{className:"cs-input",placeholder:"0.0",value:n,onChange:o}),_.jsx("div",{style:{fontSize:"14px",color:"#fff"},children:"%"})]})]}),Number(n)<=.05&&_.jsx("div",{className:"tips warning",children:"Slippage is low. Your transaction may fail."}),Number(n)<=50&&Number(n)>1&&_.jsx("div",{className:"tips warning",children:"Your transaction may frontrun"}),Number(n)>50&&_.jsx("div",{className:"tips error",children:" Enter a valid slippage percentage"}),_.jsx(d0,{text:"Save",btnIsDisabled:c,className:"slippage-save-btn",onClick:a})]})})]})}function xF({handleRefresh:e}){return _.jsx(_.Fragment,{children:_.jsxs("div",{className:"swap-header",children:[_.jsx("h3",{className:"swap-title",children:"Swap"}),_.jsxs("div",{className:"right",children:[_.jsx(wF,{}),_.jsx(yF,{}),_.jsx(bF,{onClick:e})]})]})})}const YK="",ZK="";function SF(){const[e,t]=te.useState(!1);return _.jsxs(fn.Root,{open:e,onOpenChange:t,children:[_.jsx(fn.Trigger,{children:_.jsx("div",{className:"cs-settings-btn",children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-settings"})})})}),_.jsx(fn.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:_.jsxs("div",{className:"cs-settings-box",children:[_.jsx("h3",{children:"Settings"}),_.jsx(EF,{}),_.jsx(AF,{onClose:()=>{t(!1)}})]})})]})}function EF(){const{currentExplorer:e,setCurrentExplorer:t,currentRpc:r,setCurrentRpc:n}=Lr(),i=s=>{t(s)};return _.jsxs("div",{className:"settings-card",style:{marginTop:"12px"},children:[_.jsxs("h3",{className:"card-title",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-plorer"})}),_.jsx("span",{children:"Preferred Explorer"})]}),_.jsx("div",{className:"explorer-checkbox-group",children:rl.map(s=>_.jsxs("div",{className:"group-item",style:{justifyContent:"center"},onClick:()=>i(s.link),children:[_.jsx(El,{color:"indigo",checked:s.link===e,variant:"soft",className:"cs-checkbox"}),_.jsx("img",{src:s.img}),_.jsx("span",{children:s.name})]}))})]})}const CF=e=>!/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/.test(e);function AF({onClose:e}){const{addTxToast:t}=ta(),{currentRpc:r,setCurrentRpc:n,customRpc:i,setCustomRpc:s,rpcList:o}=Lr(),[a,c]=te.useState(i),[u,l]=te.useState(r),f=w=>{t({id:0,status:"success",buildShowInfo:()=>({toastTitleText:"RPC update",toastDescriptionContent:`RPC is currently set to ${w}`})})},h=w=>{l(w),w.isCustom||(n(w),f(w.link),e())},y=w=>{c(w.target.value)},b=()=>{if(a){const w={name:"Custom RPC URL",link:a,isCustom:!0};s(a),n(w),f(a),e()}};return _.jsxs("div",{className:"settings-card rpc-settings-card",children:[_.jsxs("h3",{className:"card-title",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-settings"})}),_.jsx("span",{children:"RPC Node"})]}),_.jsxs("div",{className:"rpc-checkbox-group",children:[o.map(w=>_.jsxs("div",{className:"rpc-item",onClick:()=>h(w),children:[_.jsx(El,{color:"indigo",checked:u.name===w.name,variant:"soft",className:"cs-checkbox"}),_.jsx("span",{children:w.name})]})),u.isCustom&&_.jsxs("div",{className:"custom-rpc-input-box",children:[_.jsx("input",{className:"cs-input",placeholder:"Custom RPC URL",onChange:y,value:a}),_.jsx(d0,{btnIsDisabled:CF(a),text:"Save",onClick:b})]})]})]})}const QK="",jn=Ti((e,t)=>({accounts:[],currentAccount:void 0,isOpenWalletModal:!1,saveCurrentAccount:r=>{e({currentAccount:r})},saveAccounts:r=>{e({accounts:r})},onWalletModal:r=>{e({isOpenWalletModal:r})},isOpenAccountList:!1,setIsOpenAccountList:r=>{e(()=>({isOpenAccountList:r}))},tokenBalanceObj:{},setTokenBalanceObj:r=>{e(()=>({tokenBalanceObj:r}))}}));var MF=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,r=[],n=0;n<e.rangeCount;n++)r.push(e.getRangeAt(n));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null;break}return e.removeAllRanges(),function(){e.type==="Caret"&&e.removeAllRanges(),e.rangeCount||r.forEach(function(i){e.addRange(i)}),t&&t.focus()}},TF=MF,b8={"text/plain":"Text","text/html":"Url",default:"Text"},OF="Copy to clipboard: #{key}, Enter";function IF(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function PF(e,t){var r,n,i,s,o,a,c=!1;t||(t={}),r=t.debug||!1;try{i=TF(),s=document.createRange(),o=document.getSelection(),a=document.createElement("span"),a.textContent=e,a.ariaHidden="true",a.style.all="unset",a.style.position="fixed",a.style.top=0,a.style.clip="rect(0, 0, 0, 0)",a.style.whiteSpace="pre",a.style.webkitUserSelect="text",a.style.MozUserSelect="text",a.style.msUserSelect="text",a.style.userSelect="text",a.addEventListener("copy",function(l){if(l.stopPropagation(),t.format)if(l.preventDefault(),typeof l.clipboardData>"u"){r&&console.warn("unable to use e.clipboardData"),r&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var f=b8[t.format]||b8.default;window.clipboardData.setData(f,e)}else l.clipboardData.clearData(),l.clipboardData.setData(t.format,e);t.onCopy&&(l.preventDefault(),t.onCopy(l.clipboardData))}),document.body.appendChild(a),s.selectNodeContents(a),o.addRange(s);var u=document.execCommand("copy");if(!u)throw new Error("copy command was unsuccessful");c=!0}catch(l){r&&console.error("unable to copy using execCommand: ",l),r&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),c=!0}catch(f){r&&console.error("unable to copy using clipboardData: ",f),r&&console.error("falling back to prompt"),n=IF("message"in t?t.message:OF),window.prompt(n,e)}}finally{o&&(typeof o.removeRange=="function"?o.removeRange(s):o.removeAllRanges()),a&&document.body.removeChild(a),i()}return c}var kF=PF;const w8=ua(kF);function jF({currentAccount:e}){const{mutate:t}=Ur.useSwitchAccount(),r=Ur.useAccounts(),{isOpenAccountList:n,setIsOpenAccountList:i}=jn(),s=()=>{i(!n)};te.useEffect(()=>()=>{i(!1)},[]);const o=te.useMemo(()=>r.filter(c=>c.address!==e),[r,e]);te.useEffect(()=>{},[o]);const a=c=>{t({account:c},{onSuccess:()=>{}})};return _.jsxs("div",{className:"cs-account-switch",children:[_.jsxs("div",{className:"account",onClick:s,children:[_.jsx("span",{children:zs(e)}),(o==null?void 0:o.length)>0&&_.jsx("svg",{className:`cs-icon ${n?"open":"close"}`,"aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-unfold"})})]}),_.jsx("div",{className:`account-list ${n?"open":"close"}`,children:o.map(c=>_.jsxs("div",{className:"account-item",children:[_.jsxs("div",{className:"left",children:[_.jsx("div",{className:"label",children:c==null?void 0:c.label}),_.jsx("div",{className:"address",children:zs(c==null?void 0:c.address)})]}),_.jsx("button",{className:"cs-outline-btn",onClick:()=>a(c),children:"Switch"})]}))})]})}const NF=te.forwardRef(({connect:e})=>{const t=Ur.useCurrentAccount();return _.jsx("div",{children:t?_.jsx(RF,{}):_.jsx(d0,{text:"Connect",className:"cs-connect-button",onClick:()=>e(!0)})})});function RF(){const{mutate:e}=Ur.useDisconnectWallet(),t=Ur.useCurrentAccount(),{currentWallet:r}=Ur.useCurrentWallet(),{addCommonToast:n}=ta(),{getExplorerUrl:i}=$o(),s=()=>{t&&(w8(t.address||"",{debug:!1,message:"message"}),n("Copied"))},o=()=>{t&&window.open(i(t.address,"account"),"_blank")};return te.useEffect(()=>{},[r]),_.jsxs(fn.Root,{children:[_.jsx(fn.Trigger,{children:_.jsxs("div",{className:"cs-connected-button",children:[_.jsx("img",{src:r==null?void 0:r.icon,style:{width:"20px",height:"20px"}}),_.jsx("span",{children:zs(t==null?void 0:t.address)})]})}),_.jsx(fn.Content,{variant:"soft",className:"cs-dropdown-content",style:{backgroundColor:"#2B3643"},side:"bottom",align:"end",children:_.jsxs("div",{className:"account-op-box",children:[_.jsx("span",{style:{fontSize:"14px",color:"#909CA4",marginBottom:"6px"},children:t==null?void 0:t.label}),_.jsx(jF,{currentAccount:t==null?void 0:t.address}),_.jsxs("div",{className:"account-op-item",onClick:s,style:{marginTop:"12px"},children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-copy"})}),_.jsx("span",{children:"Copy address"})]}),_.jsxs("div",{className:"account-op-item",onClick:o,children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-link"})}),_.jsx("span",{children:"Open explorer"})]}),_.jsxs("div",{className:"account-op-item",onClick:()=>e(),children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-disconnect"})}),_.jsx("span",{children:"Disconnect"})]})]})})]})}function DF(){Ur.useCurrentAccount(),Ur.useCurrentWallet();const{isOpenWalletModal:e,onWalletModal:t,saveCurrentAccount:r}=jn();return Ur.useWallets(),_.jsx(_.Fragment,{children:_.jsx(Ur.ConnectModal,{trigger:_.jsx(NF,{connect:t}),open:e,onOpenChange:n=>t(n)})})}function $F({independentWallet:e,customWallet:t}){return _.jsxs(_.Fragment,{children:[_.jsxs("div",{className:"widget-header",children:[_.jsx("img",{src:$t("/images/logo@2x.png"),className:"cetus-logo"}),_.jsxs("div",{className:"right",children:[e&&_.jsx(DF,{}),_.jsx(SF,{})]})]}),_.jsx("div",{style:{marginTop:"20px"}})]})}const eX="",_8=()=>{const e=te.useRef(null);te.useEffect(()=>{if(e.current){const n=e.current.style;n.setProperty("--size-loader","50px"),n.setProperty("--size-orbe","10px")}},[]);const t=n=>({position:"absolute",width:"100%",height:"100%",animation:`webLoading ease-in-out 1.5s calc(${n} * 0.1s) infinite`,opacity:`calc(1 - calc(0.2 * ${n}))`}),r={position:"absolute",content:"''",top:0,left:0,width:"var(--size-orbe)",height:"var(--size-orbe)",backgroundColor:"#75C8FF",boxShadow:"0px 0px 20px 2px #75C8FF",borderRadius:"50%"};return _.jsx("div",{style:{width:"100%",height:"100%",position:"relative"},children:_.jsx("div",{ref:e,style:{width:"var(--size-loader)",height:"var(--size-loader)",position:"absolute",top:"50%",left:"50%",marginTop:"-25px",marginLeft:"-25px",transform:"rotate(45deg)"},children:[...Array(5)].map((n,i)=>_.jsx("div",{style:t(i),children:_.jsx("div",{style:r})},i))})})};function BF({onClose:e,transactionData:t}){const{status:r,buildShowInfo:n,tx:i}=t,s=te.useMemo(()=>{if(n&&r)return n(r)},[r]);return _.jsxs("div",{className:"ts-status-dialog",children:[(r==="confirmation"||r==="submitted")&&_.jsx(LF,{info:s,status:r}),(r==="success"||r==="rejected")&&_.jsx(FF,{info:s,status:r,tx:i,onClose:e})]})}function LF({info:e,status:t}){return _.jsxs("div",{className:"progress-dialog",children:[_.jsx("div",{className:"title",children:t==="confirmation"?"Waiting for Confirmation":"Transaction in progress"}),_.jsx("div",{className:"loading-box",children:_.jsx(_8,{})}),_.jsxs("div",{className:"ts-content",children:[e==null?void 0:e.modalDescriptionText," "]}),_.jsxs("p",{className:"ts-desc",children:[" ",t==="confirmation"?"Confirm this transaction in your wallet.":"Confirmation is in progress."]})]})}function FF({info:e,status:t,tx:r,onClose:n}){const{getExplorerUrl:i}=$o();return _.jsxs("div",{className:"finally-status-dialog",children:[_.jsxs("div",{className:"center-content",children:[_.jsxs("div",{className:t==="success"?"status-box is-success":"status-box is-error",children:[_.jsx("div",{className:"status-icon-box",children:_.jsx("div",{className:"status-icon",children:_.jsx("svg",{className:"icon","aria-hidden":"true",children:t==="success"?_.jsx("use",{xlinkHref:"#icon-sel"}):_.jsx("use",{xlinkHref:"#icon-caution"})})})}),t==="success"?_.jsx("span",{children:"Swap Success"}):_.jsx("span",{children:"Swap failed"})]}),_.jsx("div",{className:"ts-content",children:e==null?void 0:e.modalDescriptionText}),r&&_.jsxs("div",{className:"view-transaction",children:[_.jsx("span",{children:"View Transaction"}),rl.map(s=>_.jsx("a",{href:i(r,"tx",s.link),target:"_blank",children:_.jsx("img",{src:s.img})},s.link))]})]}),_.jsx("button",{className:"cs-solid-btn swap-more-btn",onClick:n,children:t==="success"?"Swap More":"Retry"})]})}function Fl(){return{fetchByApi:async(t,r,n,i)=>{try{return r==="GET"?await NN(`${i||il.api}${t}`,n):await RN(`${i||il.api}${t}`,n)}catch(s){throw s}}}}function UF(){const{fetchByApi:e}=Fl(),{setProviders:t}=Lr();return{fetchRouterConfig:async()=>{try{const n=await e("/router_v2/status","GET"),{providers:i}=n;i&&t(i)}catch{}}}}function zF({interval:e,callback:t}){const r=te.useRef(),n=te.useRef(null);te.useEffect(()=>{r.current=t},[t]);const i=te.useCallback(()=>{n.current&&clearInterval(n.current),e>0&&(n.current=setInterval(()=>{r.current&&r.current(Date.now())},e))},[e]),s=te.useCallback(()=>{n.current&&(clearInterval(n.current),n.current=null)},[]);return te.useEffect(()=>(i(),()=>s()),[]),{startTimer:i,stopTimer:s}}const Ks=Ti((e,t)=>({suiClient:new _a({url:il.fullRpcUrl}),setSuiClient:r=>{e(()=>({suiClient:r}))},aggregatorSDK:new k_,setAggregatorSDK:r=>{e(()=>({aggregatorSDK:r}))}})),ra=Ti((e,t)=>({tokenMapIsInit:!1,requestTokenList:[],addRequestTokenList:r=>{e(()=>({requestTokenList:[...t().requestTokenList,r]}))},setToken:r=>{const{tokenMap:n,requestTokenList:i}=t(),s=Ir(r.coin_type).full_address;if(!n.has(s)){const o=new Map(n);o.set(s,r);const a=i.filter(c=>c!==r.coin_type);e(()=>({tokenMap:o,requestTokenList:[...a]})),Mi.setItem(dp,o)}},tokenMap:new Map,setTokenMap:(r,n=!1)=>{r.size>0?e(()=>({tokenMap:r,tokenMapIsInit:!0})):e(()=>({tokenMap:r})),n||Mi.setItem(dp,r)},trustedTokenList:[],setTrustedTokenList:(r,n=!1)=>{e(()=>({trustedTokenList:r})),n||Mi.setItem(n4,r)}}));Mi.getItem(dp).then(e=>{e!==null&&ra.getState().setTokenMap(e,!0)}),Mi.getItem(n4).then(e=>{e!==null&&ra.getState().setTrustedTokenList(e,!0)});function VF(e,t){return{id:e.id||void 0,logo_url:e.iconUrl||void 0,coin_type:t,decimals:e.decimals,description:e.description,name:e.name,symbol:e.symbol}}function hs(){const{suiClient:e}=Ks(),{fetchByApi:t}=Fl(),{setTokenMap:r,tokenMap:n,setToken:i,requestTokenList:s,addRequestTokenList:o,setTrustedTokenList:a}=ra(),c=async()=>{var b;const f=await t("/v2/sui/coins_info","GET"),h=[],y=(b=f==null?void 0:f.list)==null?void 0:b.reduce((w,T)=>(w.set(T.coin_type,T),T.is_trusted&&h.push({...T,coin_type:Ir(T.coin_type).full_address}),w),new Map);y&&(y.set("0x2::sui::SUI",{...y.get("0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI"),coin_type:"0x2::sui::SUI"}),r(y),a(h))},u=async f=>{try{const h=l(f);if(h)return h;if(s.includes(f))return;o(f);const y=await e.getCoinMetadata({coinType:f});if(y){R_(f)&&(y.iconUrl="https://archive.cetus.zone/assets/image/sui/sui.png");const b=VF(y,f);return i(b),b}}catch{}},l=te.useCallback(f=>{if(f)return n.get(Ir(f).full_address)||n.get(f)},[n]);return{getTokens:c,fetchTokenInfo:u,getTokenInfo:l}}function Ul(e){const{suiClient:t}=Ks(),{currentAccount:r,setTokenBalanceObj:n,tokenBalanceObj:i}=jn(),{fetchTokenInfo:s}=hs(),[o,a]=te.useState([]),{tokenMap:c}=ra(),u=async(y=(r==null?void 0:r.address)||"",b)=>{try{if(!y){l();return}let w=[];b?w=[await t.getBalance({owner:y,coinType:b})]:w=[...await t.getAllBalances({owner:y})],a(w)}catch{a([])}},l=()=>{n({})};te.useEffect(()=>{(o==null?void 0:o.length)>0&&(c!=null&&c.size)&&f(o)},[o,c]);const f=async y=>{const b={};for(let w=0;w<(y==null?void 0:y.length);w++)try{const T=y[w],P=await s(T.coinType),k=TN(T.totalBalance,P==null?void 0:P.decimals),R=kr(k,4);b[Ir(T.coinType).full_address]={...T,displayBalance:R,totalBalanceFormat:k}}catch{continue}n(b)},h=te.useMemo(()=>{if(e&&r)return i[e]||i[Ir(e).full_address]},[e,i,r]);return{getOwnerCoinBalances:u,balanceInfo:h}}const dn=Ti((e,t)=>({isOpenTokensDialog:!1,defaultFromCoinType:void 0,defaultToCoinCoinType:void 0,isOpenSecondary:!1,byAmountIn:!0,findRouterLoading:!1,fromAmount:"",toAmount:"",fromCoin:void 0,toCoin:void 0,routerData:void 0,setDefaultCoin:(r,n)=>{e(()=>({defaultFromCoinType:r,defaultToCoinCoinType:n}))},setFromCoin:r=>{e(()=>({fromCoin:r}))},setToCoin:r=>{e(()=>({toCoin:r}))},setFromAmount:r=>{e(()=>({fromAmount:r}))},setToAmount:r=>{e(()=>({toAmount:r}))},setRouterData:r=>{e(()=>({routerData:r}))},setFindRouterLoading:r=>{e(()=>({findRouterLoading:r}))},setByAmountIn:r=>{e(()=>({byAmountIn:r}))},setIsOpenSecondary:r=>{e(()=>({isOpenSecondary:r}))},setIsOpenTokensDialog:r=>{e(()=>({isOpenTokensDialog:r}))}})),qF={id:"0x9258181f5ceac8dbffb7030890243caed69a9599d2886d957a9cb7656af3bdb3",coin_type:"0x2::sui::SUI",decimals:9,description:"",name:"Sui",symbol:"SUI",logo_url:"https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sui-coin.svg/public",is_trusted:!0,extensions:{rank:"880"}},x8={id:"0x69b7a7c3c200439c1b5f3b19d7d495d5966d5f08de66c69276152f8db3992ec6",coin_type:"0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC",decimals:6,description:"",name:"USDC",symbol:"USDC",logo_url:"https://circle.com/usdc-icon",is_trusted:!0,extensions:{rank:"1000"}},S8=qF;function HF(e,t){const{fetchTokenInfo:r}=hs(),{setFromCoin:n,setToCoin:i,setDefaultCoin:s}=dn(),{setSlippage:o,setRpcList:a,setCurrentRpc:c}=Lr(),{tokenMapIsInit:u}=ra(),l=te.useRef({}),f=async(y,b)=>{const w=y?await r(y):x8,T=b?await r(b):S8;n(w),i(T),s(w==null?void 0:w.coin_type,T==null?void 0:T.coin_type)},h=(y,b)=>{const w=[nl[0]];let T=nl[0];y.forEach(P=>{const k={name:P,link:P,isCustom:!1};w.push(k),P===b&&(T=k)}),a([...w,{name:"Custom RPC URL",link:"",isCustom:!0}]),c(T)};return te.useEffect(()=>{if(u&&!fp(e,l.current)){const{defaultFromToken:y,defaultToToken:b,defaultSlippage:w,customRpcList:T,defaultRpc:P}=e;f(y,b),w&&o(w),(T==null?void 0:T.length)>0&&h(T,P),l.current=e}},[e,u]),{handleSetDefaultPair:f}}function WF(){const{currentRpc:e}=Lr(),{setSuiClient:t,setAggregatorSDK:r}=Ks(),{currentAccount:n}=jn();te.useEffect(()=>{if(e){const i=new _a({url:e.link});t(i)}},[e]),te.useEffect(()=>{if(e){const i=new k_(il.aggregatorUrl,(n==null?void 0:n.address)||void 0,new _a({url:e.link}),Pj.Mainnet);r(i)}},[e.link,n==null?void 0:n.address])}const E8=Ti((e,t)=>({coinPriceObj:{},setPriceObj:r=>{const n=t().coinPriceObj;e({coinPriceObj:{...n,...r}})},clearPriceObj:r=>{const n=t().coinPriceObj;r.forEach(i=>{delete n[Ir(i).full_address]}),e({coinPriceObj:{...n}})}}));function zl(){const{fetchByApi:e}=Fl(),{coinPriceObj:t,setPriceObj:r,clearPriceObj:n}=E8(),i=async a=>{try{const u=(await e("/v2/sui/market_price","GET",{base_symbol_address_pair:a.map(l=>Ci(l,!1))})).prices;if(u){const l={};u.forEach(f=>{l[Ir(f.base_symbol).full_address]=f}),r(l)}return u}catch{return n(a),null}},s=te.useCallback(a=>{if(!a)return;const c=t[Ir(a).full_address];if(c)return c},[t]),o=te.useCallback((a,c,u)=>{const l=Number(c)==0||!u?"0":u;if(c&&a&&+c){const f=s(a);if(f)return Be(c).mul(f.price).toString()}return l},[t]);return{fetchTokenPrices:i,getTokenPrice:s,getTokenAmountValue:o}}const h0=Ti((e,t)=>({transactionData:void 0,setTransactionData:r=>{e(()=>({transactionData:r}))}})),Sr=[];for(let e=0;e<256;++e)Sr.push((e+256).toString(16).slice(1));function GF(e,t=0){return(Sr[e[t+0]]+Sr[e[t+1]]+Sr[e[t+2]]+Sr[e[t+3]]+"-"+Sr[e[t+4]]+Sr[e[t+5]]+"-"+Sr[e[t+6]]+Sr[e[t+7]]+"-"+Sr[e[t+8]]+Sr[e[t+9]]+"-"+Sr[e[t+10]]+Sr[e[t+11]]+Sr[e[t+12]]+Sr[e[t+13]]+Sr[e[t+14]]+Sr[e[t+15]]).toLowerCase()}let p0;const KF=new Uint8Array(16);function XF(){if(!p0){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");p0=crypto.getRandomValues.bind(crypto)}return p0(KF)}const C8={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function A8(e,t,r){if(C8.randomUUID&&!t&&!e)return C8.randomUUID();e=e||{};const n=e.random||(e.rng||XF)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let i=0;i<16;++i)t[r+i]=n[i];return t}return GF(n)}var Xs=(e=>(e[e.CalculateError=1e4]="CalculateError",e[e.NumberTooLarge=10001]="NumberTooLarge",e[e.NoRouter=10002]="NoRouter",e[e.InsufficientLiquidity=10003]="InsufficientLiquidity",e[e.HoneyPot=10004]="HoneyPot",e))(Xs||{});const JF=new _a({url:um("mainnet")}),YF=["0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC","0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::AUSD","0xf16e6b723f242ec745dfd7634ad072c42d5c1d9ac9d62a39c381303eaa57693a::fdusd::FDUSD","0x960b531667636f39e85867775f52f6b1f220a058c4de786905bdf761e06a56bb::usdy::USDY","0x294de7579d55c110a00a7c4946e09a1b5cbeca2592fbb83fd7bfacba3cfeaf0e::drf::DRF"],ZF=["deny_list","DenyList","DenyCap","create_regulated_currency"],QF={showType:!0,showContent:!0,showOwner:!1,showPreviousTransaction:!1,showStorageRebate:!1,showDisplay:!1},eU=async e=>{let t=!1;if(YF.includes(e))return t;const r=e.split("::"),n=r[0]&&bn.normalizeSuiAddress(r[0]),i=r[1],s=await JF.getObject({id:n,options:QF}),o="disassembled"in s.data.content?s.data.content.disassembled[i]:null;return o&&typeof o=="string"&&new RegExp(ZF.join("|"),"i").test(o)&&(t=!0),t},tU=e=>{var n;if(!e)return"";const t=e==null?void 0:e.split(",");return(n=t==null?void 0:t.map(i=>Ci(i,!1)))==null?void 0:n.join(",")};function rU(){const{fetchByApi:e}=Fl(),t=async n=>{try{const i={...n},s=tU(n==null?void 0:n.coin_type);s&&(i.coin_type=s);const o=await e("/v2/sui/stats_pools","GET",i);if(o!=null&&o.lp_list)return{list:(o==null?void 0:o.lp_list)||[],total:o==null?void 0:o.total}}catch(i){return console.error("getPoolList ~ Error:",i),await r(n)}return{list:[],total:0}},r=async n=>{var i,s,o,a;try{const c=$t("/data/pools.json"),u=await fetch(c).then(l=>l.json());if((i=u==null?void 0:u.data)!=null&&i.lp_list){const l=(s=u==null?void 0:u.data)==null?void 0:s.lp_list;let f=l;if(n!=null&&n.coin_type){const y=(a=(o=n==null?void 0:n.coin_type)==null?void 0:o.split(","))==null?void 0:a.map(b=>Qa(b).source_address);f=l==null?void 0:l.filter(b=>{var P,k;const w=Qa((P=b==null?void 0:b.coin_a)==null?void 0:P.address).source_address,T=Qa((k=b==null?void 0:b.coin_b)==null?void 0:k.address).source_address;return(y==null?void 0:y.length)>1&&y.includes(w)&&y.includes(T)?!0:!!((y==null?void 0:y.length)===1&&(y.includes(w)||y.includes(T)))})}n!=null&&n.is_vaults&&(f=l==null?void 0:l.filter(y=>y==null?void 0:y.is_vaults)),n!=null&&n.has_farming&&!(n!=null&&n.is_vaults)&&!(n!=null&&n.has_mining)&&!(n!=null&&n.no_incentives)&&(f=l==null?void 0:l.filter(y=>y==null?void 0:y.has_farming));const h=f;return{list:h,total:(h==null?void 0:h.length)||0}}}catch(c){console.error("getLocalJsonPoolList Error:",c)}return{list:[],total:0}};return{getPoolList:t,getLocalJsonPoolList:r}}function nU(e=!0){const{poolApiMap:t,setPoolApiMap:r}=Lr(),{getPoolList:n,getLocalJsonPoolList:i}=rU();return{getPoolListByCoinType:async(o,a)=>{if(o&&a){const c=[o,a].sort(),u=`${c[0]}_${c[1]}`,l=t[u];if(l)return l;const f={coin_type:`${o},${a}`,display_all_pools:!0,offset:0,limit:100,order_by:"-tvl",no_incentives:!0,has_farming:!0,has_mining:!0};let h=e?await i(f):void 0;(h===void 0||h.list.length===0)&&(h=await n(f));const y=h.list;if(y.length>0)return t[u]=y,r(u,y),y}return[]}}}function iU(e){const{routerData:t}=dn();return{priceAcceptRouterData:te.useMemo(()=>{if(t&&e){if(e.byAmountIn){if(!Be(e.toAmountUi).eq(t.toAmountUi||"0"))return t}else if(!Be(e.fromAmountUi).eq(t.fromAmountUi||"0"))return t;return}},[t,e])}}function M8(e,t){return{amountLimit:te.useMemo(()=>{if(t&&t.routerData){const{byAmountIn:n,fromAmountUi:i,toAmountUi:s}=t;return n?Be(s).mul(Be(1).sub(Be(e).div(100))).toString():Be(i).mul(Be(1).add(Be(e).div(100))).toString()}},[e,t])}}function sU(e){const{getTokenInfo:t,fetchTokenInfo:r}=hs();return{formatSwapRouter:te.useMemo(()=>{if(e&&e.routerData){const i=[],s=e.byAmountIn?e.routerData.amountIn.toString():e.routerData.amountOut.toString(),o=[],a=[];let c=Be(0);if(e.routerData.routes.forEach((l,f)=>{const h={},y=e.byAmountIn?l.amountIn.toString():l.amountOut.toString();f===e.routerData.routes.length-1?h.percentage=Be(1).sub(c).toFixed(2):h.percentage=Be(y).div(s).toFixed(2),c=Be(c).add(h.percentage);const b=[];l.path.forEach(w=>{i.includes(w.provider)||i.push(w.provider);const T=Ir(w.from).full_address,P=Ir(w.target).full_address,k=t(T),R=t(P);k||a.includes(T)&&a.push(T),R||a.includes(P)&&a.push(P);const U=w.provider===rc.SCALLOP||w.provider===rc.FLOWX||w.provider===rc.FLOWXV3;b.push({from_type:T,to_type:P,pool_address:U?"":w.id,fee_rate:w.feeRate,provider:w.provider})}),h.paths=b,o.push(h)}),a.length>0)for(const l in a)r(l);return{router_summery:`${e.routerData.routes.length} Streams`,providers:i,routers:o}}},[e])}}function oU(){const{fromCoin:e,toCoin:t}=dn(),{getPoolListByCoinType:r}=nU();return{getSwapPoolAddress:async()=>e&&t?(await r(e.coin_type,t.coin_type)).map(o=>o.address):[]}}function T8(e,t,r){return te.useMemo(()=>t&&r&&+t&&+r?e?Be(r).div(t).toString():Be(t).div(r).toString():"0",[t,r,e])}function O8(e){const[t,r]=te.useState(),n=async i=>{if(i.is_trusted)return!1;try{return await eU(i.coin_type)}catch{}return!1};return te.useEffect(()=>{r(void 0),e&&n(e).then(i=>{r(i)})},[e==null?void 0:e.coin_type]),{isScamsCoin:t}}function aU(e,t){const{defaultFromCoinType:r,defaultToCoinCoinType:n}=dn(),{getTokenInfo:i}=hs(),{ignoreWarnTokenMap:s}=Lr(),o=i(e),a=i(t),c=te.useMemo(()=>!tl(r,x8.coin_type)||!tl(n,S8.coin_type),[r,n]),u=te.useCallback(f=>f&&!s[Ci(f.coin_type)]&&(tl(r,f.coin_type)||tl(n,f.coin_type))?!f.is_trusted:!1,[r,n,s]),l=te.useMemo(()=>{const f=[];return c&&(o&&u(o)&&f.push({...o}),a&&u(a)&&f.push({...a})),f},[o==null?void 0:o.coin_type,a==null?void 0:a.coin_type,c,s]);return{isCustomMode:c,customWarnTokenList:l}}function cU(){const{aggregatorSDK:e}=Ks(),{getSwapPoolAddress:t}=oU(),r=s=>s&&s.error?s.error.code===Xs.InsufficientLiquidity||Xs.HoneyPot||Xs.NumberTooLarge:!1,n=async s=>{const{fromToken:o,toToken:a,amount:c,providersKeys:u,by_amount_in:l,uuid:f}=s;try{const h={from:o.coin_type,target:a.coin_type,amount:new Gw(c),byAmountIn:l,depth:3,splitAlgorithm:void 0,splitFactor:void 0,splitCount:void 0,providers:u},y=await e.findRouters(h);if(y&&r(y))return i(!1,l,f,o,a,y);if(!y||y.routes.length===0)throw Error("not find router");return i(!1,l,f,o,a,y)}catch{const y=await t(),b={from:o.coin_type,target:a.coin_type,amount:new Gw(c),byAmountIn:l,pools:y};try{const w=await e.swapInPools(b);return!w||!w.routeData?i(!0,l,f,o,a):i(!0,l,f,o,a,w.routeData)}catch{return{uuid:f,byAmountIn:l,isDegrade:!0}}}},i=(s,o,a,c,u,l)=>{var f;if(l){const h=l.error!==void 0,y=lp(l.amountIn.toString(),c.decimals).toString(),b=lp(l.amountOut.toString(),u.decimals).toString();return{routerData:h?void 0:l,fromAmountUi:h?o?y:"":y,toAmountUi:h&&o?"":b,uuid:a,byAmountIn:o,isDegrade:s,errorCode:(f=l.error)==null?void 0:f.code}}else return{uuid:a,byAmountIn:o,isDegrade:s}};return{findBestRouters:n}}function na(e){const t=te.useRef(e);return te.useEffect(()=>{t.current=e},[e]),t}function uU(e){try{return e&&e.toString().includes("Rejected from user")}catch{return!1}}function lU(e){const t=String(e);return t.indexOf("withdraw_with_proof")>-1||t.indexOf("check_coin_threshold")>-1||t.indexOf('Identifier("balance")')>-1}function fU(e){return!!String(e).includes("Could not find the referenced transaction")}function dU(e){return uU(e)?"User rejected the request":lU(e)?"Exceeded price slippage":fU(e)?"Oops. Failed to sync data from your txid. Please check your txn status from explorer or from your wallet.":"Transaction failed"}var m0={};Object.defineProperty(m0,"__esModule",{value:!0});var hU=m0.executeAuction=I8,pU=k2,mU="https://rpc.getshio.com",gU=500,vU=300;function I8(e,t,r){r===void 0&&(r=gU);var n={jsonrpc:"2.0",method:"shio_executeAuction",params:[e,t],id:1};return new Promise(function(i,s){setTimeout(i,r),pU.default.post(mU,n,{headers:{"Content-Type":"application/json"},timeout:r}).then(function(o){console.log("Shio executeAuction response:",o.data),setTimeout(i,vU)}).catch(s)})}m0.default={executeAuction:I8};function yU(){const{suiClient:e}=Ks(),{currentAccount:t}=jn(),{mutateAsync:r}=Ur.useSignTransaction(),{mutate:n}=Ur.useSignAndExecuteTransaction({execute:async({bytes:c,signature:u})=>await s(c,u)}),i=te.useMemo(()=>t==null?void 0:t.chains[0],[t]),s=async(c,u,l=!1)=>{var h,y;if(l){const b=await e.devInspectTransactionBlock({transactionBlock:_o.Transaction.from(bn.fromBase64(c)),sender:t.address});if(!b||((h=b.effects)==null?void 0:h.status.status)==="failure")throw Error((y=b.effects)==null?void 0:y.status.error)}return await e.executeTransactionBlock({transactionBlock:c,signature:u,options:{showEvents:!0,showRawEffects:!0,showEffects:!0,showBalanceChanges:!0,showObjectChanges:!0,showInput:!0}})};return{signAndExecuteTransactionBlock:async(c,u=!1)=>{var f,h;let l;if(typeof c=="string"?l=_o.Transaction.from(c):l=c,u){const y=await e.devInspectTransactionBlock({transactionBlock:c,sender:t.address});if(!y||((f=y.effects)==null?void 0:f.status.status)==="failure")throw Error((h=y.effects)==null?void 0:h.status.error)}return l.setGasBudget(1e8),new Promise((y,b)=>{n({transaction:l,chain:i},{onSuccess:w=>{y(w)},onError:w=>{console.error("signAndExecuteTransactionBlock transaction failed",w),b(w)}})})},signTransactionBlock:async c=>(c instanceof Uint8Array&&(c=_o.Transaction.from(c)),typeof c=="string"&&(c=_o.Transaction.from(bn.fromBase64(c))),new Promise((u,l)=>{r({transaction:c,chain:i},{onSuccess:f=>{u(f)},onError:f=>{console.error("signTransactionBlock failed",f),l(f)},onSettled:(f,h,y,b)=>{console.error("signTransactionBlock onSettled",{data:f,error:h,variables:y})}})})),executeTransactionBlock:s}}function bU(){const{signTransactionBlock:e,executeTransactionBlock:t,signAndExecuteTransactionBlock:r}=yU(),{currentAccount:n}=jn(),{suiClient:i}=Ks(),{setTransactionData:s}=h0(),{addTxToast:o,removeToast:a}=ta(),c=5,u=2e3;async function l(y,b=1){try{let w;try{w=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0,showBalanceChanges:!0,showInput:!0,showRawInput:!0,showObjectChanges:!0}})}catch{w=await i.getTransactionBlock({digest:y,options:{showEvents:!0,showEffects:!0}})}if(w)return w;throw new Error("Empty response")}catch(w){if(console.error(`Attempt ${b} failed:`,w),b>=c)throw new Error("Failed to fetch transaction status after maximum retries.");return await t4(u),l(y,b+1)}}const f=async(y,b,w={useDevInspect:!1,useMev:!1,txAction:"signTransactionBlock"})=>{var U,L;const{useDevInspect:T=!1,useMev:P,txAction:k="signTransactionBlock"}=w;let R;b.status="confirmation",s(b);try{let W;if(k==="signTransactionBlock"){const X=await e(y),{bytes:ne,signature:oe}=X;if(P)try{const H=await hU(ne,oe,500)}catch{}W=await t(ne,oe,T)}else W=await r(y,T);b.status="submitted",s({...b}),b.tx=W.digest,R=o(b),await t4(u);const q=await l(W.digest,0);if(!q||((U=q.effects)==null?void 0:U.status.status)==="failure")h(b,(L=q.effects)==null?void 0:L.status.error);else{const X=jN(q,n==null?void 0:n.address,!1);if(b.buildShowInfo){const ne=b.buildShowInfo("success",X);b.buildShowInfo=oe=>ne}a(R),b.status="success",s({...b})}return q}catch(W){h(b,W)}},h=(y,b)=>{const w=dU(b);if(y.buildShowInfo){const T=y.buildShowInfo("confirmation");y.buildShowInfo=P=>(T.toastDescriptionContent=w,T.modalDescriptionText=w,T),y.status="rejected",s({...y})}else y.buildShowInfo=T=>{const P={};return P.toastDescriptionContent=w,P.modalDescriptionText=w,P},y.status="rejected",s({...y})};return{signAndExecuteTransaction:f}}function g0(e,t=1e3){const r=te.useRef(),n=te.useCallback((...i)=>{r.current&&clearTimeout(r.current),r.current=setTimeout(()=>{e(...i)},t)},[e,t]);return te.useEffect(()=>()=>{r.current&&clearTimeout(r.current)},[]),n}function wU(){const{aggregatorSDK:e}=Ks(),{findBestRouters:t}=cU(),{getTokenAmountValue:r,fetchTokenPrices:n}=zl(),{providers:i,slippage:s,mevProtect:o}=Lr(),{signAndExecuteTransaction:a}=bU(),{setTransactionData:c}=h0(),{addTxToast:u}=ta(),{fromCoin:l,toCoin:f,setFromCoin:h,setToCoin:y,setToAmount:b,fromAmount:w,toAmount:T,setFromAmount:P,setFindRouterLoading:k,setRouterData:R,setByAmountIn:U,byAmountIn:L}=dn(),[W,q]=te.useState(""),X=na(W),ne=na(L),oe=na(w),H=na(T),F=na(l),D=na(f),{balanceInfo:p,getOwnerCoinBalances:d}=Ul(l==null?void 0:l.coin_type),{balanceInfo:m}=Ul(f==null?void 0:f.coin_type),x=r(l==null?void 0:l.coin_type,w),A=r(f==null?void 0:f.coin_type,T),O=g0(async(xe,He,Fe)=>{if(F.current&&D.current&&+xe){(+oe.current||+H.current)&&k(!0);const dt=IN(xe,He?F.current.decimals:D.current.decimals),ht=await t({fromToken:F.current,toToken:D.current,amount:dt.toString(),providersKeys:i,by_amount_in:He,uuid:Fe});k(!1),X.current===Fe&&(He?+oe.current?(b(ht.toAmountUi||""),R(ht)):b(""):+H.current?(P(ht.fromAmountUi||"ß"),R(ht)):P(""))}else v(!He)},500),C=(xe,He,Fe=!1)=>{if(U(He),He?(P(xe),Fe&&b("")):(b(xe),Fe&&P("")),+xe){const dt=A8();q(dt),O(xe,He,dt)}else k(!1),R(void 0),v(!He)},g=(xe,He=!0)=>{v(),He?((xe==null?void 0:xe.coin_type)===(f==null?void 0:f.coin_type)&&y(l),h(xe)):((xe==null?void 0:xe.coin_type)===(l==null?void 0:l.coin_type)&&h(f),y(xe))},v=xe=>{xe===void 0?(P(""),b("")):xe?P(""):b(""),k(!1),R(void 0)},j=()=>{const xe=ne.current?oe.current:H.current;if(+xe){const He=A8();q(He),O(xe,ne.current,He)}},ee=async(xe,He)=>{const{routerData:Fe,byAmountIn:dt,fromAmountUi:ht,toAmountUi:De}=xe,mt=new _o.Transaction,_e={routers:Fe,slippage:Number(s)/100,txb:mt,partner:He||BN};try{await e.fastRouterSwap(_e);const me={status:"confirmation",buildShowInfo:(qe,Re)=>{const Te=`Swap ${kr(ht,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${kr(De,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`,Oe={modalDescriptionText:Te,toastTitleText:Te};if(qe==="success"){let Le=ht,lt=De;Re&&(Le=r4(Re,l)||ht,lt=r4(Re,f)||De);const ft=`Swapped ${kr(Le,l==null?void 0:l.decimals)} ${l==null?void 0:l.symbol} for ${kr(lt,f==null?void 0:f.decimals)} ${f==null?void 0:f.symbol}`;Oe.toastTitleText=ft,Oe.modalDescriptionText=ft}return Oe},id:0};c(me),await a(mt,me,{useMev:o})?(v(),d()):j()}catch(me){String(me).includes("TypeError: Failed to fetch")&&u({id:0,status:"rejected",buildShowInfo(Me,qe){return{toastTitleText:"RPC loading failed",toastDescriptionContent:"Try resubmission. Or to check your network and switch an RPC in settings to try again."}}})}};te.useEffect(()=>{se(),v()},[l==null?void 0:l.coin_type,f==null?void 0:f.coin_type]);const se=()=>{const xe=[];l&&xe.push(l.coin_type),f&&xe.push(f.coin_type),xe.length>0&&n(xe)},{isScamsCoin:de}=O8(l),{isScamsCoin:ve}=O8(f),Se=te.useMemo(()=>{if(!(!de&&!ve)){if(de&&ve)return`${l==null?void 0:l.symbol} and ${f==null?void 0:f.symbol} are`;if(de)return`${l==null?void 0:l.symbol} token is `;if(ve)return`${f==null?void 0:f.symbol} token is `}},[de,ve]);return{handleAmountChange:C,handleSelectToken:g,fromBalanceInfo:p,toBalanceInfo:m,fromAmountValue:x,toAmountValue:A,doSwapAction:ee,reCalculateRouteData:j,refreshMarketPrice:se,scamsText:Se}}function _U(e){const{fromCoin:t,toCoin:r,fromAmount:n,toAmount:i,routerData:s}=dn(),{currentAccount:o}=jn(),a=te.useMemo(()=>{const c={text:"Swap",disabled:!1};if(!(o!=null&&o.address))return c.text="Connect Wallet",c.disabled=!1,c;if(!t||!r)return c.text="Select a token",c.disabled=!0,c;if(!+n&&!+i)return c.text="Enter an amount",c.disabled=!0,c;if(s&&s.errorCode){if(s.errorCode===Xs.InsufficientLiquidity)return c.text="Insufficient liquidity for this trade",c.disabled=!0,c;if(s.errorCode===Xs.NoRouter||s.errorCode===Xs.HoneyPot)return c.text="No Available Route",c.disabled=!0,c}return+n&&Be(n).gt(e||0)?(c.disabled=!0,c.text=`Insufficient ${cn(t==null?void 0:t.symbol)} Balance`,c):((!+n||!+i)&&(c.disabled=!0),c)},[o==null?void 0:o.address,n,i,e,s==null?void 0:s.errorCode,t,r]);return{btnText:a.text,btnDisabled:a.disabled}}function P8({size:e="24px",strokeWidth:t="10",color:r="#909ca4",emptyColor:n="transparent",gapPercentage:i=.5}){const s=50-parseFloat(t),o=2*Math.PI*s,a=o*i,c=o-a;return _.jsxs("svg",{width:e,height:e,viewBox:"0 0 100 100",children:[_.jsx("circle",{cx:"50",cy:"50",r:s,fill:"none",stroke:n,strokeWidth:t}),_.jsx("circle",{cx:"50",cy:"50",r:s,fill:"none",stroke:r,strokeWidth:t,strokeDasharray:`${c} ${a}`,strokeDashoffset:"0",strokeLinecap:"round",style:{animation:"dash 0.5s linear infinite"}}),_.jsx("style",{children:`
98
+ @keyframes dash {
99
+ 0% {
100
+ stroke-dashoffset: 0; /* 从起点开始 */
101
+ }
102
+ 100% {
103
+ stroke-dashoffset: -${o}; /* 一圈 */
104
+ }
105
+ }
106
+ `})]})}function v0({baseToken:e,quoteToken:t,baseAmount:r,quoteAmount:n,loading:i}){const[s,o]=te.useState(!0),a=T8(s,r,n);return _.jsxs("div",{className:"current-price-block",style:{cursor:"pointer"},onClick:()=>{o(!s)},children:[_.jsx(Wr,{src:s?e.logo_url:t.logo_url}),_.jsxs("span",{style:{display:"flex",alignItems:"center",color:"var(--cs-text-title)",fontSize:"12px",maxWidth:"80%"},children:["1"," ",cn(s?e.symbol:t.symbol)," ","="," ",i?_.jsx(ea,{style:{height:"16px",width:"40px",marginLeft:"2px",marginRight:"2px"}}):kr(a,t.decimals)," ",cn(s?t.symbol:e.symbol)]}),_.jsx(Wr,{src:s?t.logo_url:e.logo_url}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-swap"})})]})}function Vl(){const[e,t]=te.useState(window.innerWidth),r=g0(()=>{t(window.innerWidth)},300);te.useEffect(()=>(window.addEventListener("resize",r),()=>{window.removeEventListener("resize",r)}),[]);const n=te.useMemo(()=>e<810,[e]);return{windowWidth:e,isApp:n}}function k8(e,t,r,n){const{getTokenPrice:i}=zl(),s=i(e==null?void 0:e.coin_type),o=i(t==null?void 0:t.coin_type),a=T8(!0,r,n),c=te.useMemo(()=>{if(o&&s)return Be(s.price).div(o.price).toString()},[s==null?void 0:s.price,o==null?void 0:o.price]),u=te.useMemo(()=>{if(c&&+a)return Be(a).sub(c).div(a).mul(100).toFixed(10)},[c,a]),l=te.useMemo(()=>{const b=[];return s&&b.push(s.market),o&&!b.includes(o.market)&&b.push(o.market),b},[s==null?void 0:s.market,o==null?void 0:o.market]),f=te.useMemo(()=>u&&Be(u).lt(0)?Be(u).abs().gt(5):!1,[u]),h=te.useMemo(()=>u&&Be(u).lt(0)?Be(u).abs().gt(10):!1,[u]),y=te.useMemo(()=>{let b,w="yellow";if(u)if(Be(u).gt(0))w="green",Be(u).lt(.1)?b="< 0.1% cheaper than":b=`${kr(u,2,!0,Br.ROUND_UP)}% cheaper than`;else if(Be(u).eq(0))b="0%",w="green";else{const T=Be(u).abs();T.lte(5)?(w="green",b=`Within ${kr(T.toString(),2,!0,Br.ROUND_UP)}%`):T.lte(10)?(w="yellow",b=`${kr(T.toString(),2,!0,Br.ROUND_UP)}% more than`):T.lte(100)?(w="red",b=`${kr(T.toString(),2,!0,Br.ROUND_UP)}% more than`):(w="red",b="> 100% more than")}return{priceImpactText:b,textColor:w}},[u]);return{swapPrice:a,marketPrice:c,priceImpact:u,sources:l,showPriceImpactTips:f,showPriceImpactWarn:h,priceImpactTextInfo:y}}function ql({content:e,children:t,position:r="top",delay:n=0}){const[i,s]=te.useState(!1),[o,a]=te.useState(!1),c=te.useRef(null),u=()=>{c.current&&(clearTimeout(c.current),c.current=null),s(!0)};te.useEffect(()=>()=>{i||c.current&&(clearTimeout(c.current),c.current=null)},[i]);const l=()=>{c.current=setTimeout(()=>{o||(s(!1),c.current&&(clearTimeout(c.current),c.current=null))},0)},f=()=>{switch(r){case"top":return{transform:"translateX(-50%)"};case"bottom":return{transform:"translateX(-50%)",marginTop:"0px"};case"left":return{transform:"translateY(-50%)",marginRight:"8px"};case"right":return{transform:"translateY(-50%)"};default:return{}}},h=te.useRef(null),[y,b]=te.useState({left:void 0,top:void 0});return te.useEffect(()=>{var w;if(i&&h.current){const T=(w=h.current)==null?void 0:w.getBoundingClientRect();let P,k;r==="top"?(P=`${window.scrollX+T.left+T.width/2}px`,k=`${window.scrollY+T.top-2*T.height-8}px`):r==="bottom"?(P=`${window.scrollX+T.left+T.width/2}px`,k=`${window.scrollY+T.bottom}px`):r==="left"?(P=`${window.scrollX+T.left-8}px`,k=`${window.scrollY+T.top+T.height/2}px`):r==="right"?(P=`${window.scrollX+T.right+8}px`,k=`${window.scrollY+T.top+T.height/2}px`):(P=`${window.scrollX+T.left+T.width/2}px`,k=`${window.scrollY+T.top+T.height/2}px`),b({left:P,top:k})}},[i]),_.jsxs("div",{ref:h,style:{position:"relative",display:"inline-block"},onMouseEnter:u,onMouseLeave:l,children:[t,i&&$n.createPortal(_.jsx("div",{style:{transition:"opacity 0.3s ease",opacity:i?1:0,position:"absolute",zIndex:9e3,padding:"8px 12px",backgroundColor:"var(--cs-dialog-bg)",color:"var(--cs-text-con)",borderRadius:"8px",fontSize:"12px",whiteSpace:"nowrap",border:"1px solid",borderColor:"var(--cs-border)",boxShadow:"0px 2px 10px rgba(0, 0, 0, 0.1)",...f(),...y},onMouseEnter:()=>a(!0),onMouseLeave:()=>{c.current&&(clearTimeout(c.current),c.current=null),a(!1),s(!1)},children:e}),document.body)]})}function j8({content:e,children:t,position:r,autoSwitchTooltip:n=!1}){const{isApp:i}=Vl();return i&&n?_.jsxs(fn.Root,{children:[_.jsx(fn.Trigger,{children:_.jsx("button",{style:{background:"none",border:"none",padding:"0",margin:"0",outline:"none",boxShadow:"none",color:"inherit",font:"inherit",textAlign:"inherit"},children:t})}),_.jsx(fn.Content,{variant:"soft",style:{transition:"opacity 0.3s ease",display:"block",zIndex:9e3,padding:"8px 12px",backgroundColor:"var(--cs-dialog-bg)",color:"var(--cs-text-con)",borderRadius:"8px",fontSize:"12px",whiteSpace:"nowrap",border:"1px solid",borderColor:"var(--cs-border)",boxShadow:"0px 2px 10px rgba(0, 0, 0, 0.1)"},side:r,align:"center",children:e})]}):_.jsx(ql,{content:e,position:r,children:t})}function N8({isLoading:e,routerData:t,noTips:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=dn();Vl();const{priceImpact:a,sources:c,marketPrice:u,priceImpactTextInfo:l}=k8(n,i,t==null?void 0:t.fromAmountUi,t==null?void 0:t.toAmountUi);return _.jsxs(_.Fragment,{children:[!r&&Be(a).lte(-30)&&_.jsx("div",{className:"price-impact-tips red",children:"High price difference. Be cautious before submitting your order."}),_.jsxs("div",{className:"price-impact-block",children:[_.jsxs("div",{className:"left",children:[_.jsx("span",{style:{color:"var(--cs-text-con)"},children:"Price Difference"}),_.jsx(j8,{autoSwitchTooltip:!0,position:"top",content:_.jsx(xU,{fromToken:n,toToken:i,sources:c,baseAmount:"1",quoteAmount:u}),children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:_.jsx("use",{xlinkHref:"#icon-tips"})})})]}),_.jsxs("div",{children:[e&&_.jsx(ea,{style:{width:"80px",height:"20px"}}),!e&&_.jsxs("div",{className:"right",children:[_.jsx("span",{className:l==null?void 0:l.textColor,children:l.priceImpactText?l==null?void 0:l.priceImpactText:"Incalculable"}),_.jsx("div",{className:"platforms",children:c.map(f=>_.jsx(ql,{content:_.jsx("span",{style:{fontSize:"12px"},children:a4[f]}),position:"top",delay:300,children:_.jsx(Wr,{src:VN[f]})},f))})]})]})]})]})}function xU({fromToken:e,toToken:t,baseAmount:r,quoteAmount:n,sources:i}){const{isApp:s}=Vl();return _.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[_.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",lineHeight:"18px",width:s?"200px":"300px",textAlign:"start",whiteSpace:"normal"},children:"The difference between the market price and estimated price due to trade size."}),_.jsxs("div",{style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"flex-start"},children:[_.jsx("p",{style:{fontSize:"12px",color:"var(--cs-text-title)"},children:"Market price sources:"}),r&&n?_.jsx(v0,{baseToken:e,quoteToken:t,baseAmount:"1",quoteAmount:n,loading:!1}):_.jsx("p",{style:{color:"var(--cs-text-title)",fontSize:"12px"},children:"Price is unknown"})]}),_.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"5px"},children:[_.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:"Market price sources:"}),_.jsx("p",{style:{color:"var(--cs-text-con)",fontSize:"12px",whiteSpace:"pre"},children:i.map(o=>a4[o]+" ").join("")})]})]})}function R8({pr:e="8px",pl:t="8px",amountLimit:r,isLoading:n}){const{fromCoin:i,toCoin:s,byAmountIn:o}=dn();return _.jsxs("div",{className:"swap-info-between",style:{paddingLeft:t,paddingRight:e},children:[_.jsx("div",{className:"left",children:o?"Minimum Received":"Maximum Sold"}),n?_.jsx(ea,{style:{height:"18px",width:"80px"}}):_.jsxs("div",{className:"right",children:[kr(r,o?s==null?void 0:s.decimals:i==null?void 0:i.decimals,!1,Br.ROUND_DOWN)," ",cn(o?(s==null?void 0:s.symbol)||"":(i==null?void 0:i.symbol)||"")]})]})}function SU({scamsText:e}){return _.jsxs("div",{style:{marginTop:"16px",borderRadius:"8px",border:"1px solid #2A3238",paddingTop:"12px",width:"100%",backgroundColor:"#161A1E"},children:[_.jsxs("div",{style:{display:"flex",alignItems:"center",padding:"0 12px",justifyContent:"center",textAlign:"center"},children:[_.jsx("svg",{className:"cs-icon",style:{width:"20px",height:"20px",fill:"#ffca68"},"aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-alert"})}),_.jsx("span",{style:{color:"#ffca68",marginLeft:"4px"},children:"Alert"})]}),_.jsx("div",{style:{borderRadius:"8px",padding:"11px",margin:"-1px",marginTop:"14px",border:"1px solid #2A3238",lineHeight:"1"},children:_.jsx(f4,{text:`${e} detected to have Deny List feature. It's an optional feature on Sui designed for regulated coins (learn more). However, it could be misused by HoneyPot scams, which may restrict users from selling the tokens after buying. Please be cautious.`,keywords:["learn more"],onKeywordClick:t=>{window.open("https://docs.sui.io/guides/developer/coin/regulated","_blank")}})})]})}function EU({onClick:e}){return _.jsxs("div",{className:"cs-icon-button cs-back-button",onClick:t=>{t.stopPropagation(),e()},children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-back"})}),_.jsx("span",{children:"Back"})]})}function y0({title:e,backClick:t}){return _.jsxs("div",{className:"cs-have-back-header",children:[_.jsx(EU,{onClick:t}),_.jsx("span",{className:"title",children:e})]})}const Hl=globalThis||void 0||self;var CU=typeof Hl=="object"&&Hl&&Hl.Object===Object&&Hl;const D8=CU;var AU=typeof self=="object"&&self&&self.Object===Object&&self,MU=D8||AU||Function("return this")();const ai=MU;var TU=ai.Symbol;const ci=TU;var $8=Object.prototype,OU=$8.hasOwnProperty,IU=$8.toString,yc=ci?ci.toStringTag:void 0;function PU(e){var t=OU.call(e,yc),r=e[yc];try{e[yc]=void 0;var n=!0}catch{}var i=IU.call(e);return n&&(t?e[yc]=r:delete e[yc]),i}var kU=Object.prototype,jU=kU.toString;function NU(e){return jU.call(e)}var RU="[object Null]",DU="[object Undefined]",B8=ci?ci.toStringTag:void 0;function ia(e){return e==null?e===void 0?DU:RU:B8&&B8 in Object(e)?PU(e):NU(e)}function ps(e){return e!=null&&typeof e=="object"}var $U="[object Symbol]";function bc(e){return typeof e=="symbol"||ps(e)&&ia(e)==$U}function Wl(e,t){for(var r=-1,n=e==null?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}var BU=Array.isArray;const Gr=BU;var LU=1/0,L8=ci?ci.prototype:void 0,F8=L8?L8.toString:void 0;function U8(e){if(typeof e=="string")return e;if(Gr(e))return Wl(e,U8)+"";if(bc(e))return F8?F8.call(e):"";var t=e+"";return t=="0"&&1/e==-LU?"-0":t}function sa(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}function z8(e){return e}var FU="[object AsyncFunction]",UU="[object Function]",zU="[object GeneratorFunction]",VU="[object Proxy]";function V8(e){if(!sa(e))return!1;var t=ia(e);return t==UU||t==zU||t==FU||t==VU}var qU=ai["__core-js_shared__"];const b0=qU;var q8=function(){var e=/[^.]+$/.exec(b0&&b0.keys&&b0.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function HU(e){return!!q8&&q8 in e}var WU=Function.prototype,GU=WU.toString;function Js(e){if(e!=null){try{return GU.call(e)}catch{}try{return e+""}catch{}}return""}var KU=/[\\^$.*+?()[\]{}|]/g,XU=/^\[object .+?Constructor\]$/,JU=Function.prototype,YU=Object.prototype,ZU=JU.toString,QU=YU.hasOwnProperty,ez=RegExp("^"+ZU.call(QU).replace(KU,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function tz(e){if(!sa(e)||HU(e))return!1;var t=V8(e)?ez:XU;return t.test(Js(e))}function rz(e,t){return e==null?void 0:e[t]}function Ys(e,t){var r=rz(e,t);return tz(r)?r:void 0}var nz=Ys(ai,"WeakMap");const w0=nz;var H8=Object.create,iz=function(){function e(){}return function(t){if(!sa(t))return{};if(H8)return H8(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();const sz=iz;function oz(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var az=function(){try{var e=Ys(Object,"defineProperty");return e({},"",{}),e}catch{}}();const W8=az;function cz(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var uz=9007199254740991,lz=/^(?:0|[1-9]\d*)$/;function G8(e,t){var r=typeof e;return t=t??uz,!!t&&(r=="number"||r!="symbol"&&lz.test(e))&&e>-1&&e%1==0&&e<t}function K8(e,t,r){t=="__proto__"&&W8?W8(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function _0(e,t){return e===t||e!==e&&t!==t}var fz=Object.prototype,dz=fz.hasOwnProperty;function X8(e,t,r){var n=e[t];(!(dz.call(e,t)&&_0(n,r))||r===void 0&&!(t in e))&&K8(e,t,r)}function Gl(e,t,r,n){var i=!r;r||(r={});for(var s=-1,o=t.length;++s<o;){var a=t[s],c=n?n(r[a],e[a],a,r,e):void 0;c===void 0&&(c=e[a]),i?K8(r,a,c):X8(r,a,c)}return r}var hz=9007199254740991;function x0(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=hz}function Kl(e){return e!=null&&x0(e.length)&&!V8(e)}var pz=Object.prototype;function S0(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||pz;return e===r}function mz(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var gz="[object Arguments]";function J8(e){return ps(e)&&ia(e)==gz}var Y8=Object.prototype,vz=Y8.hasOwnProperty,yz=Y8.propertyIsEnumerable,bz=J8(function(){return arguments}())?J8:function(e){return ps(e)&&vz.call(e,"callee")&&!yz.call(e,"callee")};const Z8=bz;function wz(){return!1}var Q8=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,e3=Q8&&typeof module=="object"&&module&&!module.nodeType&&module,_z=e3&&e3.exports===Q8,t3=_z?ai.Buffer:void 0,xz=t3?t3.isBuffer:void 0,Sz=xz||wz;const Xl=Sz;var Ez="[object Arguments]",Cz="[object Array]",Az="[object Boolean]",Mz="[object Date]",Tz="[object Error]",Oz="[object Function]",Iz="[object Map]",Pz="[object Number]",kz="[object Object]",jz="[object RegExp]",Nz="[object Set]",Rz="[object String]",Dz="[object WeakMap]",$z="[object ArrayBuffer]",Bz="[object DataView]",Lz="[object Float32Array]",Fz="[object Float64Array]",Uz="[object Int8Array]",zz="[object Int16Array]",Vz="[object Int32Array]",qz="[object Uint8Array]",Hz="[object Uint8ClampedArray]",Wz="[object Uint16Array]",Gz="[object Uint32Array]",Xt={};Xt[Lz]=Xt[Fz]=Xt[Uz]=Xt[zz]=Xt[Vz]=Xt[qz]=Xt[Hz]=Xt[Wz]=Xt[Gz]=!0,Xt[Ez]=Xt[Cz]=Xt[$z]=Xt[Az]=Xt[Bz]=Xt[Mz]=Xt[Tz]=Xt[Oz]=Xt[Iz]=Xt[Pz]=Xt[kz]=Xt[jz]=Xt[Nz]=Xt[Rz]=Xt[Dz]=!1;function Kz(e){return ps(e)&&x0(e.length)&&!!Xt[ia(e)]}function Jl(e){return function(t){return e(t)}}var r3=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,wc=r3&&typeof module=="object"&&module&&!module.nodeType&&module,Xz=wc&&wc.exports===r3,E0=Xz&&D8.process,Jz=function(){try{var e=wc&&wc.require&&wc.require("util").types;return e||E0&&E0.binding&&E0.binding("util")}catch{}}();const oa=Jz;var n3=oa&&oa.isTypedArray,Yz=n3?Jl(n3):Kz;const i3=Yz;var Zz=Object.prototype,Qz=Zz.hasOwnProperty;function s3(e,t){var r=Gr(e),n=!r&&Z8(e),i=!r&&!n&&Xl(e),s=!r&&!n&&!i&&i3(e),o=r||n||i||s,a=o?mz(e.length,String):[],c=a.length;for(var u in e)(t||Qz.call(e,u))&&!(o&&(u=="length"||i&&(u=="offset"||u=="parent")||s&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||G8(u,c)))&&a.push(u);return a}function o3(e,t){return function(r){return e(t(r))}}var eV=o3(Object.keys,Object);const tV=eV;var rV=Object.prototype,nV=rV.hasOwnProperty;function iV(e){if(!S0(e))return tV(e);var t=[];for(var r in Object(e))nV.call(e,r)&&r!="constructor"&&t.push(r);return t}function _c(e){return Kl(e)?s3(e):iV(e)}function sV(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var oV=Object.prototype,aV=oV.hasOwnProperty;function cV(e){if(!sa(e))return sV(e);var t=S0(e),r=[];for(var n in e)n=="constructor"&&(t||!aV.call(e,n))||r.push(n);return r}function C0(e){return Kl(e)?s3(e,!0):cV(e)}var uV=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,lV=/^\w*$/;function A0(e,t){if(Gr(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||bc(e)?!0:lV.test(e)||!uV.test(e)||t!=null&&e in Object(t)}var fV=Ys(Object,"create");const xc=fV;function dV(){this.__data__=xc?xc(null):{},this.size=0}function hV(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var pV="__lodash_hash_undefined__",mV=Object.prototype,gV=mV.hasOwnProperty;function vV(e){var t=this.__data__;if(xc){var r=t[e];return r===pV?void 0:r}return gV.call(t,e)?t[e]:void 0}var yV=Object.prototype,bV=yV.hasOwnProperty;function wV(e){var t=this.__data__;return xc?t[e]!==void 0:bV.call(t,e)}var _V="__lodash_hash_undefined__";function xV(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=xc&&t===void 0?_V:t,this}function Zs(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Zs.prototype.clear=dV,Zs.prototype.delete=hV,Zs.prototype.get=vV,Zs.prototype.has=wV,Zs.prototype.set=xV;function SV(){this.__data__=[],this.size=0}function Yl(e,t){for(var r=e.length;r--;)if(_0(e[r][0],t))return r;return-1}var EV=Array.prototype,CV=EV.splice;function AV(e){var t=this.__data__,r=Yl(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():CV.call(t,r,1),--this.size,!0}function MV(e){var t=this.__data__,r=Yl(t,e);return r<0?void 0:t[r][1]}function TV(e){return Yl(this.__data__,e)>-1}function OV(e,t){var r=this.__data__,n=Yl(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function ki(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ki.prototype.clear=SV,ki.prototype.delete=AV,ki.prototype.get=MV,ki.prototype.has=TV,ki.prototype.set=OV;var IV=Ys(ai,"Map");const Sc=IV;function PV(){this.size=0,this.__data__={hash:new Zs,map:new(Sc||ki),string:new Zs}}function kV(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Zl(e,t){var r=e.__data__;return kV(t)?r[typeof t=="string"?"string":"hash"]:r.map}function jV(e){var t=Zl(this,e).delete(e);return this.size-=t?1:0,t}function NV(e){return Zl(this,e).get(e)}function RV(e){return Zl(this,e).has(e)}function DV(e,t){var r=Zl(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function ji(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ji.prototype.clear=PV,ji.prototype.delete=jV,ji.prototype.get=NV,ji.prototype.has=RV,ji.prototype.set=DV;var $V="Expected a function";function M0(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError($V);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],s=r.cache;if(s.has(i))return s.get(i);var o=e.apply(this,n);return r.cache=s.set(i,o)||s,o};return r.cache=new(M0.Cache||ji),r}M0.Cache=ji;var BV=500;function LV(e){var t=M0(e,function(n){return r.size===BV&&r.clear(),n}),r=t.cache;return t}var FV=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,UV=/\\(\\)?/g,zV=LV(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(FV,function(r,n,i,s){t.push(i?s.replace(UV,"$1"):n||r)}),t});const VV=zV;function qV(e){return e==null?"":U8(e)}function a3(e,t){return Gr(e)?e:A0(e,t)?[e]:VV(qV(e))}var HV=1/0;function Ql(e){if(typeof e=="string"||bc(e))return e;var t=e+"";return t=="0"&&1/e==-HV?"-0":t}function T0(e,t){t=a3(t,e);for(var r=0,n=t.length;e!=null&&r<n;)e=e[Ql(t[r++])];return r&&r==n?e:void 0}function WV(e,t,r){var n=e==null?void 0:T0(e,t);return n===void 0?r:n}function c3(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var GV=o3(Object.getPrototypeOf,Object);const u3=GV;function KV(){this.__data__=new ki,this.size=0}function XV(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function JV(e){return this.__data__.get(e)}function YV(e){return this.__data__.has(e)}var ZV=200;function QV(e,t){var r=this.__data__;if(r instanceof ki){var n=r.__data__;if(!Sc||n.length<ZV-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new ji(n)}return r.set(e,t),this.size=r.size,this}function ui(e){var t=this.__data__=new ki(e);this.size=t.size}ui.prototype.clear=KV,ui.prototype.delete=XV,ui.prototype.get=JV,ui.prototype.has=YV,ui.prototype.set=QV;function eq(e,t){return e&&Gl(t,_c(t),e)}function tq(e,t){return e&&Gl(t,C0(t),e)}var l3=typeof Vt=="object"&&Vt&&!Vt.nodeType&&Vt,f3=l3&&typeof module=="object"&&module&&!module.nodeType&&module,rq=f3&&f3.exports===l3,d3=rq?ai.Buffer:void 0,h3=d3?d3.allocUnsafe:void 0;function nq(e,t){if(t)return e.slice();var r=e.length,n=h3?h3(r):new e.constructor(r);return e.copy(n),n}function p3(e,t){for(var r=-1,n=e==null?0:e.length,i=0,s=[];++r<n;){var o=e[r];t(o,r,e)&&(s[i++]=o)}return s}function m3(){return[]}var iq=Object.prototype,sq=iq.propertyIsEnumerable,g3=Object.getOwnPropertySymbols,oq=g3?function(e){return e==null?[]:(e=Object(e),p3(g3(e),function(t){return sq.call(e,t)}))}:m3;const O0=oq;function aq(e,t){return Gl(e,O0(e),t)}var cq=Object.getOwnPropertySymbols,uq=cq?function(e){for(var t=[];e;)c3(t,O0(e)),e=u3(e);return t}:m3;const v3=uq;function lq(e,t){return Gl(e,v3(e),t)}function y3(e,t,r){var n=t(e);return Gr(e)?n:c3(n,r(e))}function I0(e){return y3(e,_c,O0)}function fq(e){return y3(e,C0,v3)}var dq=Ys(ai,"DataView");const P0=dq;var hq=Ys(ai,"Promise");const k0=hq;var pq=Ys(ai,"Set");const j0=pq;var b3="[object Map]",mq="[object Object]",w3="[object Promise]",_3="[object Set]",x3="[object WeakMap]",S3="[object DataView]",gq=Js(P0),vq=Js(Sc),yq=Js(k0),bq=Js(j0),wq=Js(w0),Qs=ia;(P0&&Qs(new P0(new ArrayBuffer(1)))!=S3||Sc&&Qs(new Sc)!=b3||k0&&Qs(k0.resolve())!=w3||j0&&Qs(new j0)!=_3||w0&&Qs(new w0)!=x3)&&(Qs=function(e){var t=ia(e),r=t==mq?e.constructor:void 0,n=r?Js(r):"";if(n)switch(n){case gq:return S3;case vq:return b3;case yq:return w3;case bq:return _3;case wq:return x3}return t});const Ec=Qs;var _q=Object.prototype,xq=_q.hasOwnProperty;function Sq(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&xq.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var Eq=ai.Uint8Array;const ef=Eq;function N0(e){var t=new e.constructor(e.byteLength);return new ef(t).set(new ef(e)),t}function Cq(e,t){var r=t?N0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var Aq=/\w*$/;function Mq(e){var t=new e.constructor(e.source,Aq.exec(e));return t.lastIndex=e.lastIndex,t}var E3=ci?ci.prototype:void 0,C3=E3?E3.valueOf:void 0;function Tq(e){return C3?Object(C3.call(e)):{}}function Oq(e,t){var r=t?N0(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var Iq="[object Boolean]",Pq="[object Date]",kq="[object Map]",jq="[object Number]",Nq="[object RegExp]",Rq="[object Set]",Dq="[object String]",$q="[object Symbol]",Bq="[object ArrayBuffer]",Lq="[object DataView]",Fq="[object Float32Array]",Uq="[object Float64Array]",zq="[object Int8Array]",Vq="[object Int16Array]",qq="[object Int32Array]",Hq="[object Uint8Array]",Wq="[object Uint8ClampedArray]",Gq="[object Uint16Array]",Kq="[object Uint32Array]";function Xq(e,t,r){var n=e.constructor;switch(t){case Bq:return N0(e);case Iq:case Pq:return new n(+e);case Lq:return Cq(e,r);case Fq:case Uq:case zq:case Vq:case qq:case Hq:case Wq:case Gq:case Kq:return Oq(e,r);case kq:return new n;case jq:case Dq:return new n(e);case Nq:return Mq(e);case Rq:return new n;case $q:return Tq(e)}}function Jq(e){return typeof e.constructor=="function"&&!S0(e)?sz(u3(e)):{}}var Yq="[object Map]";function Zq(e){return ps(e)&&Ec(e)==Yq}var A3=oa&&oa.isMap,Qq=A3?Jl(A3):Zq;const eH=Qq;var tH="[object Set]";function rH(e){return ps(e)&&Ec(e)==tH}var M3=oa&&oa.isSet,nH=M3?Jl(M3):rH;const iH=nH;var sH=1,oH=2,aH=4,T3="[object Arguments]",cH="[object Array]",uH="[object Boolean]",lH="[object Date]",fH="[object Error]",O3="[object Function]",dH="[object GeneratorFunction]",hH="[object Map]",pH="[object Number]",I3="[object Object]",mH="[object RegExp]",gH="[object Set]",vH="[object String]",yH="[object Symbol]",bH="[object WeakMap]",wH="[object ArrayBuffer]",_H="[object DataView]",xH="[object Float32Array]",SH="[object Float64Array]",EH="[object Int8Array]",CH="[object Int16Array]",AH="[object Int32Array]",MH="[object Uint8Array]",TH="[object Uint8ClampedArray]",OH="[object Uint16Array]",IH="[object Uint32Array]",Gt={};Gt[T3]=Gt[cH]=Gt[wH]=Gt[_H]=Gt[uH]=Gt[lH]=Gt[xH]=Gt[SH]=Gt[EH]=Gt[CH]=Gt[AH]=Gt[hH]=Gt[pH]=Gt[I3]=Gt[mH]=Gt[gH]=Gt[vH]=Gt[yH]=Gt[MH]=Gt[TH]=Gt[OH]=Gt[IH]=!0,Gt[fH]=Gt[O3]=Gt[bH]=!1;function tf(e,t,r,n,i,s){var o,a=t&sH,c=t&oH,u=t&aH;if(r&&(o=i?r(e,n,i,s):r(e)),o!==void 0)return o;if(!sa(e))return e;var l=Gr(e);if(l){if(o=Sq(e),!a)return oz(e,o)}else{var f=Ec(e),h=f==O3||f==dH;if(Xl(e))return nq(e,a);if(f==I3||f==T3||h&&!i){if(o=c||h?{}:Jq(e),!a)return c?lq(e,tq(o,e)):aq(e,eq(o,e))}else{if(!Gt[f])return i?e:{};o=Xq(e,f,a)}}s||(s=new ui);var y=s.get(e);if(y)return y;s.set(e,o),iH(e)?e.forEach(function(T){o.add(tf(T,t,r,T,e,s))}):eH(e)&&e.forEach(function(T,P){o.set(P,tf(T,t,r,P,e,s))});var b=u?c?fq:I0:c?C0:_c,w=l?void 0:b(e);return cz(w||e,function(T,P){w&&(P=T,T=e[P]),X8(o,P,tf(T,t,r,P,e,s))}),o}var PH=1,kH=4;function jH(e){return tf(e,PH|kH)}var NH="__lodash_hash_undefined__";function RH(e){return this.__data__.set(e,NH),this}function DH(e){return this.__data__.has(e)}function rf(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new ji;++t<r;)this.add(e[t])}rf.prototype.add=rf.prototype.push=RH,rf.prototype.has=DH;function $H(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function BH(e,t){return e.has(t)}var LH=1,FH=2;function P3(e,t,r,n,i,s){var o=r&LH,a=e.length,c=t.length;if(a!=c&&!(o&&c>a))return!1;var u=s.get(e),l=s.get(t);if(u&&l)return u==t&&l==e;var f=-1,h=!0,y=r&FH?new rf:void 0;for(s.set(e,t),s.set(t,e);++f<a;){var b=e[f],w=t[f];if(n)var T=o?n(w,b,f,t,e,s):n(b,w,f,e,t,s);if(T!==void 0){if(T)continue;h=!1;break}if(y){if(!$H(t,function(P,k){if(!BH(y,k)&&(b===P||i(b,P,r,n,s)))return y.push(k)})){h=!1;break}}else if(!(b===w||i(b,w,r,n,s))){h=!1;break}}return s.delete(e),s.delete(t),h}function UH(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function zH(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var VH=1,qH=2,HH="[object Boolean]",WH="[object Date]",GH="[object Error]",KH="[object Map]",XH="[object Number]",JH="[object RegExp]",YH="[object Set]",ZH="[object String]",QH="[object Symbol]",eW="[object ArrayBuffer]",tW="[object DataView]",k3=ci?ci.prototype:void 0,R0=k3?k3.valueOf:void 0;function rW(e,t,r,n,i,s,o){switch(r){case tW:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case eW:return!(e.byteLength!=t.byteLength||!s(new ef(e),new ef(t)));case HH:case WH:case XH:return _0(+e,+t);case GH:return e.name==t.name&&e.message==t.message;case JH:case ZH:return e==t+"";case KH:var a=UH;case YH:var c=n&VH;if(a||(a=zH),e.size!=t.size&&!c)return!1;var u=o.get(e);if(u)return u==t;n|=qH,o.set(e,t);var l=P3(a(e),a(t),n,i,s,o);return o.delete(e),l;case QH:if(R0)return R0.call(e)==R0.call(t)}return!1}var nW=1,iW=Object.prototype,sW=iW.hasOwnProperty;function oW(e,t,r,n,i,s){var o=r&nW,a=I0(e),c=a.length,u=I0(t),l=u.length;if(c!=l&&!o)return!1;for(var f=c;f--;){var h=a[f];if(!(o?h in t:sW.call(t,h)))return!1}var y=s.get(e),b=s.get(t);if(y&&b)return y==t&&b==e;var w=!0;s.set(e,t),s.set(t,e);for(var T=o;++f<c;){h=a[f];var P=e[h],k=t[h];if(n)var R=o?n(k,P,h,t,e,s):n(P,k,h,e,t,s);if(!(R===void 0?P===k||i(P,k,r,n,s):R)){w=!1;break}T||(T=h=="constructor")}if(w&&!T){var U=e.constructor,L=t.constructor;U!=L&&"constructor"in e&&"constructor"in t&&!(typeof U=="function"&&U instanceof U&&typeof L=="function"&&L instanceof L)&&(w=!1)}return s.delete(e),s.delete(t),w}var aW=1,j3="[object Arguments]",N3="[object Array]",nf="[object Object]",cW=Object.prototype,R3=cW.hasOwnProperty;function uW(e,t,r,n,i,s){var o=Gr(e),a=Gr(t),c=o?N3:Ec(e),u=a?N3:Ec(t);c=c==j3?nf:c,u=u==j3?nf:u;var l=c==nf,f=u==nf,h=c==u;if(h&&Xl(e)){if(!Xl(t))return!1;o=!0,l=!1}if(h&&!l)return s||(s=new ui),o||i3(e)?P3(e,t,r,n,i,s):rW(e,t,c,r,n,i,s);if(!(r&aW)){var y=l&&R3.call(e,"__wrapped__"),b=f&&R3.call(t,"__wrapped__");if(y||b){var w=y?e.value():e,T=b?t.value():t;return s||(s=new ui),i(w,T,r,n,s)}}return h?(s||(s=new ui),oW(e,t,r,n,i,s)):!1}function sf(e,t,r,n,i){return e===t?!0:e==null||t==null||!ps(e)&&!ps(t)?e!==e&&t!==t:uW(e,t,r,n,sf,i)}var lW=1,fW=2;function dW(e,t,r,n){var i=r.length,s=i,o=!n;if(e==null)return!s;for(e=Object(e);i--;){var a=r[i];if(o&&a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++i<s;){a=r[i];var c=a[0],u=e[c],l=a[1];if(o&&a[2]){if(u===void 0&&!(c in e))return!1}else{var f=new ui;if(n)var h=n(u,l,c,e,t,f);if(!(h===void 0?sf(l,u,lW|fW,n,f):h))return!1}}return!0}function D3(e){return e===e&&!sa(e)}function hW(e){for(var t=_c(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,D3(i)]}return t}function $3(e,t){return function(r){return r==null?!1:r[e]===t&&(t!==void 0||e in Object(r))}}function pW(e){var t=hW(e);return t.length==1&&t[0][2]?$3(t[0][0],t[0][1]):function(r){return r===e||dW(r,e,t)}}function mW(e,t){return e!=null&&t in Object(e)}function gW(e,t,r){t=a3(t,e);for(var n=-1,i=t.length,s=!1;++n<i;){var o=Ql(t[n]);if(!(s=e!=null&&r(e,o)))break;e=e[o]}return s||++n!=i?s:(i=e==null?0:e.length,!!i&&x0(i)&&G8(o,i)&&(Gr(e)||Z8(e)))}function vW(e,t){return e!=null&&gW(e,t,mW)}var yW=1,bW=2;function wW(e,t){return A0(e)&&D3(t)?$3(Ql(e),t):function(r){var n=WV(r,e);return n===void 0&&n===t?vW(r,e):sf(t,n,yW|bW)}}function _W(e){return function(t){return t==null?void 0:t[e]}}function xW(e){return function(t){return T0(t,e)}}function SW(e){return A0(e)?_W(Ql(e)):xW(e)}function B3(e){return typeof e=="function"?e:e==null?z8:typeof e=="object"?Gr(e)?wW(e[0],e[1]):pW(e):SW(e)}function EW(e){return function(t,r,n){for(var i=-1,s=Object(t),o=n(t),a=o.length;a--;){var c=o[e?a:++i];if(r(s[c],c,s)===!1)break}return t}}var CW=EW();const AW=CW;function MW(e,t){return e&&AW(e,t,_c)}function TW(e,t){return function(r,n){if(r==null)return r;if(!Kl(r))return e(r,n);for(var i=r.length,s=t?i:-1,o=Object(r);(t?s--:++s<i)&&n(o[s],s,o)!==!1;);return r}}var OW=TW(MW);const L3=OW;function IW(e,t){var r=[];return L3(e,function(n,i,s){t(n,i,s)&&r.push(n)}),r}function PW(e,t){var r=Gr(e)?p3:IW;return r(e,B3(t))}function kW(e,t){var r=-1,n=Kl(e)?Array(e.length):[];return L3(e,function(i,s,o){n[++r]=t(i,s,o)}),n}function jW(e,t){return sf(e,t)}function NW(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}function RW(e,t){if(e!==t){var r=e!==void 0,n=e===null,i=e===e,s=bc(e),o=t!==void 0,a=t===null,c=t===t,u=bc(t);if(!a&&!u&&!s&&e>t||s&&o&&c&&!a&&!u||n&&o&&c||!r&&c||!i)return 1;if(!n&&!s&&!u&&e<t||u&&r&&i&&!n&&!s||a&&r&&i||!o&&i||!c)return-1}return 0}function DW(e,t,r){for(var n=-1,i=e.criteria,s=t.criteria,o=i.length,a=r.length;++n<o;){var c=RW(i[n],s[n]);if(c){if(n>=a)return c;var u=r[n];return c*(u=="desc"?-1:1)}}return e.index-t.index}function $W(e,t,r){t.length?t=Wl(t,function(s){return Gr(s)?function(o){return T0(o,s.length===1?s[0]:s)}:s}):t=[z8];var n=-1;t=Wl(t,Jl(B3));var i=kW(e,function(s,o,a){var c=Wl(t,function(u){return u(s)});return{criteria:c,index:++n,value:s}});return NW(i,function(s,o){return DW(s,o,r)})}function BW(e,t,r,n){return e==null?[]:(Gr(t)||(t=t==null?[]:[t]),r=n?void 0:r,Gr(r)||(r=r==null?[]:[r]),$W(e,t,r))}function LW({toBack:e,onSubmitClick:t,data:r}){const{fromCoin:n,toCoin:i}=dn(),s=te.useRef(!1),{slippage:o}=Lr(),[a,c]=te.useState(r),{fromAmountUi:u,toAmountUi:l,byAmountIn:f}=a,{amountLimit:h}=M8(o,a),{showPriceImpactTips:y,showPriceImpactWarn:b}=k8(n,i,u,l),{priceAcceptRouterData:w}=iU(a),[T,P]=te.useState(!1),[k,R]=te.useState(!1);te.useMemo(()=>f?i:n,[f]);const U=te.useMemo(()=>w!==void 0,[w]),L=()=>{if(w){if(s.current)return;s.current=!0;const q=jH(w);c(q),setTimeout(()=>{s.current=!1},300)}},W=te.useMemo(()=>T?!1:!!b,[T,b]);return _.jsxs("div",{className:"secondary-dialog",children:[_.jsx(y0,{title:"Review your order",backClick:e}),_.jsxs("div",{className:"secondary-content",children:[_.jsxs("div",{className:"trade-info",children:[_.jsxs("div",{className:"amount-info",children:[_.jsx("span",{className:"amount",children:Do(u||"")}),_.jsx("img",{src:n==null?void 0:n.logo_url}),_.jsx("span",{className:"symbol",children:cn((n==null?void 0:n.symbol)||"")})]}),_.jsx("div",{className:"dividing-line",children:_.jsx("div",{className:"swap-icon",children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-trade"})})})}),_.jsxs("div",{className:"amount-info",children:[_.jsx("span",{className:"amount",children:Do(l||"")}),_.jsx("img",{src:i==null?void 0:i.logo_url}),_.jsx("span",{className:"symbol",children:cn((i==null?void 0:i.symbol)||"")})]})]}),_.jsxs("div",{className:"current-price-tips-box yellow",style:{fontSize:"12px",marginTop:"8px",flexDirection:"column",justifyContent:"start",gap:"10px"},children:[_.jsx("div",{className:"current-price-box",style:{backgroundColor:"#1b242c",marginTop:"-1px"},children:_.jsx(v0,{baseToken:n,quoteToken:i,baseAmount:u||"0",quoteAmount:l||"0",loading:!1})}),y&&_.jsx("div",{style:{paddingBottom:"10px",color:"var(--cs-warning)"},children:"High price difference. Be cautious before submitting your order."})]}),_.jsxs("div",{className:"swap-info-between",children:[_.jsx("div",{className:"left",children:"Slippage Tolerance"}),_.jsxs("div",{className:"right",children:[o,"%"]})]}),_.jsx(R8,{pl:"0px",pr:"0px",isLoading:!1,amountLimit:h}),_.jsx(N8,{isLoading:!1,routerData:a,noTips:!0}),b&&_.jsxs("div",{style:{width:"100%",marginTop:"8px",gap:"1px"},children:[_.jsx("div",{style:{width:"100%",gap:"8px",fontSize:"12px",backgroundColor:"var(--cs-error-10)",paddingLeft:"16px",paddingRight:"16px",paddingTop:"8px",paddingBottom:"8px",borderRadius:"12px",color:"#ff5073"},children:"The exchange rate of this order deviates from the market price by a large percentage. Are you sure you want to continue the swap?"}),_.jsxs("div",{style:{width:"100%",gap:"16px",display:"flex",flexDirection:"row",marginTop:"-10px"},children:[_.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",flex:1,color:T?"#72c1f7":"#7F98A7"},onClick:()=>{P(!0)},children:"Yes, please continue."}),_.jsx("button",{className:"swap-btn cs-outline-btn secondary-btn",style:{fontSize:"14px",height:"42px",color:"#7F98A7",flex:1},onClick:()=>e(),children:"No,cancel it."})]})]})]}),!U&&_.jsx("button",{disabled:W||k,className:"swap-btn cs-solid-btn",style:{marginTop:"8px"},onClick:()=>{k||(R(!0),t(a))},children:k?_.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:_.jsx(P8,{})}):"Confirm Swap"}),U&&_.jsxs("div",{className:"price-update",children:[_.jsxs("div",{className:"left",children:[_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-alert"})}),_.jsx("span",{children:"Price update"})]}),_.jsx("div",{className:"right",children:_.jsx("button",{className:"cs-solid-btn",onClick:L,children:"Accept"})})]})]})}function of(e){const{text:t,type:r}=e,[n,i]=te.useState(!1),{addCommonToast:s}=ta(),o=a=>{n||(el(a),w8(t,{debug:!1,message:"message"}),s("Copied"),i(!n))};return te.useEffect(()=>{n&&setTimeout(()=>{i(!1)},2e3)},[n]),_.jsx(_.Fragment,{children:r==="btn"?_.jsxs("div",{className:"copy-btn",onClick:o,children:[_.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:n?"#icon-sel":"#icon-copy"})}),_.jsx("span",{children:"Copy"})]}):_.jsx("svg",{className:"cs-icon cs-copy-icon","aria-hidden":"true",onClick:o,children:_.jsx("use",{xlinkHref:n?"#icon-sel":"#icon-copy"})})})}function FW({toBack:e,data:t,isLoading:r}){const{fromCoin:n,toCoin:i,fromAmount:s,toAmount:o}=dn(),{getTokenInfo:a}=hs(),c=te.useMemo(()=>{var u;return(u=t==null?void 0:t.routers)==null?void 0:u.map(l=>({...l,paths:l.paths.map(f=>({...f,fromToken:a(f.from_type),toToken:a(f.to_type)}))}))},[t]);return _.jsxs("div",{className:"route-dialog",children:[_.jsx(y0,{title:"Route",backClick:e}),_.jsxs("div",{className:"route-dialog-content",children:[_.jsx("div",{className:"simple-router-box",children:_.jsx(U3,{hasSubMenu:!1,isLoading:r,formatSwapRouter:t})}),_.jsxs("div",{className:"center",style:{flexDirection:"column",gap:"0px"},children:[_.jsxs("div",{className:"center",style:{gap:"4px",marginTop:"16px"},children:[_.jsx(Wr,{src:n==null?void 0:n.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),_.jsx("span",{className:"amount",children:kr(s,n==null?void 0:n.decimals)}),_.jsx("span",{className:"symbol",children:n==null?void 0:n.symbol})]}),_.jsx("div",{className:"route-box-h5 center",children:_.jsx("div",{style:{width:"100%",gap:"32px",border:"1px dashed #2a3238",borderRadius:"8px",display:"flex",flexDirection:"column",paddingTop:"20px",paddingBottom:"20px",overflowY:"auto",maxHeight:"280px",position:"relative"},children:c==null?void 0:c.map((u,l)=>_.jsxs("div",{className:"route-item-box-h5",children:[_.jsxs("div",{className:"percent",children:[Be(u.percentage).mul(100).toString(),"%"]}),_.jsx("div",{className:u.paths.length>1?"route-two-h5":"",style:{width:"100%",display:"flex",flexDirection:"column",alignItems:"center",gap:"8px"},children:u.paths.map(f=>_.jsx("div",{className:"route-path-item",children:_.jsx(j8,{autoSwitchTooltip:!0,position:"bottom",content:_.jsxs("div",{className:"router-pool-tip-con",style:{display:"flex",flexDirection:"column"},children:[_.jsx(zW,{poolAddress:f.pool_address}),_.jsx(F3,{token:f.fromToken}),_.jsx(F3,{token:f.toToken})]}),children:_.jsx(UW,{path:f})})},f.to_type))})]},l))})}),_.jsxs("div",{className:"center",style:{gap:"4px"},children:[_.jsx(Wr,{src:i==null?void 0:i.logo_url,style:{width:"26px",height:"26px",borderRadius:"100%"}}),_.jsx("span",{className:"amount",children:kr(o,i==null?void 0:i.decimals)}),_.jsx("span",{className:"symbol",children:i==null?void 0:i.symbol})]})]})]})]})}function UW({path:e}){var t,r,n;return _.jsxs("div",{role:"button",style:{display:"flex",flexDirection:"row",gap:"0px",zIndex:3},children:[_.jsxs("div",{style:{display:"flex",flexDirection:"row"},children:[_.jsx(Wr,{src:(t=e.fromToken)==null?void 0:t.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}}),_.jsx(Wr,{src:(r=e.toToken)==null?void 0:r.logo_url,style:{width:"24px",height:"24px",borderRadius:"100%"}})]}),_.jsxs("span",{className:"provider",children:[(n=c4[e.provider])==null?void 0:n.name," "]}),!!+e.fee_rate&&_.jsxs("div",{className:"fee-tier",children:[" ",Be(e.fee_rate).mul(100).toString(),"%"]})]})}function F3({token:e}){const{getExplorerUrl:t}=$o();return _.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",alignItems:"center",height:"40px",fontSize:"12px",gap:"12px"},children:[_.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"8px",flexShrink:0},children:[_.jsx(Wr,{src:e==null?void 0:e.logo_url,style:{width:"20px",height:"20px",borderRadius:"100%"}}),_.jsx("span",{style:{color:"#fff",fontSize:"12px"},children:cn((e==null?void 0:e.symbol)||"")})]}),_.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[_.jsx("a",{onClick:el,href:t(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{textDecoration:"none",color:"#909ca4"},children:zs(e==null?void 0:e.coin_type)}),_.jsx(of,{text:(e==null?void 0:e.coin_type)||""})]})]})}function zW({poolAddress:e}){const{getExplorerUrl:t}=$o();return _.jsxs(_.Fragment,{children:[e&&_.jsxs("div",{style:{width:"100%",display:"flex",justifyContent:"space-between",fontSize:"12px",gap:"12px"},children:[_.jsx("span",{style:{color:"fff",fontSize:"12px"},children:"Pool"}),_.jsxs("div",{style:{display:"flex",flexDirection:"row",alignItems:"center"},children:[_.jsx("a",{style:{color:"#fff",textDecoration:"none"},onClick:el,href:t(e,"poolAddress"),target:"_blank",children:zs(e)}),_.jsx(of,{text:e})]})]}),e&&_.jsx("div",{style:{width:"100%",height:"1px",marginTop:"12px",backgroundColor:"var(--cs-border)"}})]})}function U3({hasSubMenu:e,isLoading:t,formatSwapRouter:r}){var f;const[n,i]=te.useState(!1),{isApp:s}=Vl(),{fetchTokenInfo:o}=hs(),a=te.useMemo(()=>(r==null?void 0:r.routers.length)===1,[r==null?void 0:r.routers.length]),[c,u]=te.useState(""),l=async()=>{var w,T;const h=[],y=((T=(w=r==null?void 0:r.routers)==null?void 0:w[0])==null?void 0:T.paths)||[];for(let P=0;P<y.length;P++){const k=y[P],R=await o(k==null?void 0:k.to_type);if(P===0){const U=await o(k==null?void 0:k.from_type);h.push(`${U==null?void 0:U.symbol} > ${R==null?void 0:R.symbol}`)}else h.push(R==null?void 0:R.symbol)}const b=h.join(" > ");u(b)};return te.useEffect(()=>{a&&l()},[a]),_.jsxs("div",{className:"simple-router-block",style:{paddingLeft:e?"8px":"0px",paddingRight:e?"8px":"0px"},children:[_.jsx("div",{className:"left",style:{whiteSpace:"nowrap",color:e?"var(--cs-text-con)":"#fff",paddingRight:"8px"},children:e?"Auto Router":"Route"}),t?_.jsx(ea,{style:{width:"80px",height:"18px"}}):_.jsxs("div",{className:"right",onClick:()=>{i(!0)},children:[_.jsx("span",{style:{textAlign:"right",color:"#fff"},children:a?c:r==null?void 0:r.router_summery}),_.jsxs("div",{className:"providers",children:[(f=r==null?void 0:r.providers)==null?void 0:f.map((h,y)=>{var b;return s?_.jsx(Wr,{src:mr[h],style:{width:"16px",height:"16px"}}):_.jsx(ql,{content:_.jsx("div",{children:((b=c4[h])==null?void 0:b.name)||h}),position:"top",delay:300,children:_.jsx(Wr,{src:mr[h],style:{width:"16px",height:"16px"}})},h)}),e&&_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"16px",height:"16px",flexShrink:0},children:_.jsx("use",{xlinkHref:"#icon-spread"})})]})]}),n&&e&&_.jsx(FW,{data:r,isLoading:t,toBack:()=>i(!1)})]})}const oX="",Cc=Ti((e,t)=>({currentTypeTab:"Default",setCurrentTypeTab:r=>{e(()=>({currentTypeTab:r}))},currentPlatformTab:"All",setCurrentPlatformTab:r=>{e(()=>({currentPlatformTab:r}))},platformList:["All","Wormhole"],setPlatformList:r=>{e(()=>({platformList:r}))},isOpenImportDialog:!1,setIsOpenImportDialog:r=>{e(()=>({isOpenImportDialog:r}))},collectTokenMap:new Map,setCollectTokenMap:(r,n=!1)=>{e(()=>({collectTokenMap:r})),n||Mi.setItem(i4,r)},showTokenList:[],setShowTokenList:r=>{e(()=>({showTokenList:[...r]}))},combineTokenList:[],setComBineTokenList:r=>{e(()=>({combineTokenList:r}))},currentImportTokenData:void 0,setCurrentImportTokenData:r=>{e(()=>({currentImportTokenData:r}))},importTokenList:[],importTokenIsLoading:!1,setImportToken:(r,n)=>{const{importTokenList:i,setImportTokenList:s}=t();let o=i;if(n)o=[r,...o];else{const a=j_(r.coin_type);o=i.filter(c=>j_(c.coin_type)!==a)}return s(o),Mi.setItem(s4,o),o},setImportTokenList:r=>{e(()=>({importTokenList:r}))},setImportTokenIsLoading:r=>{e(()=>({importTokenIsLoading:r}))},searchInput:"",setSearchInput:r=>{e(()=>({searchInput:r}))},showTokenListIsLoading:!1,setShowTokenListIsLoading:r=>{e(()=>({showTokenListIsLoading:r}))}}));Mi.getItem(i4).then(e=>{e!==null&&Cc.getState().setCollectTokenMap(e,!0)}),Mi.getItem(s4).then(e=>{e&&Cc.getState().setImportTokenList(e)});function z3(){const{setCollectTokenMap:e,collectTokenMap:t}=Cc(),r=i=>{const s=new Map(t);s.get(i.coin_type)?s.delete(i.coin_type):s.set(i.coin_type,i),e(s)},n=te.useCallback(i=>t.get(i.coin_type)!==void 0,[t]);return{handleCollectToken:r,isCollectToken:n,collectTokenMap:t}}function VW(e){const{trustedTokenList:t}=ra(),{tokenBalanceObj:r,currentAccount:n}=jn(),{coinPriceObj:i}=E8(),{getTokenAmountValue:s}=zl(),{fetchTokenInfo:o}=hs(),{currentTypeTab:a,showTokenList:c,setShowTokenList:u,combineTokenList:l,importTokenList:f,setComBineTokenList:h,setImportToken:y,setCurrentImportTokenData:b,setImportTokenIsLoading:w,currentImportTokenData:T,searchInput:P,setSearchInput:k,importTokenIsLoading:R,showTokenListIsLoading:U,setCurrentTypeTab:L}=Cc(),[W,q]=te.useState(!1);te.useEffect(()=>{t&&(t==null?void 0:t.length)>0&&q(!0)},[t]);const[X,ne]=te.useState(!1);te.useEffect(()=>{Q_(i)||ne(!0)},[i]);const oe=te.useRef({}),[H,F]=te.useState(!1);te.useEffect(()=>{(!Q_(r)||!fp(oe.current,r))&&(oe.current=r,F(!0))},[r]);const D=(v,j)=>{const ee=j&&j.toLocaleLowerCase().trim(),se=v.map(ve=>{let Se=0,xe=0;ve.symbol.toLowerCase()===ee||ve.name.toLowerCase()===ee||ve.coin_type.toLowerCase()===ee?(Se=1e3,xe=2):ve.symbol.toLowerCase().indexOf(ee)>-1?(Se=100,xe=0):ve.name.toLowerCase().indexOf(ee)>-1?(Se=10,xe=0):ve.coin_type.toLowerCase().indexOf(ee)>-1?(Se=1,xe=0):ve.coin_type.toLowerCase()=="0x2::sui::sui"&&(xe=1);let He=Array.isArray(ve==null?void 0:ve.coin_priority)?Number(ve.coin_priority[0])||0:Number(ve==null?void 0:ve.coin_priority)||0;return e===ve.coin_type&&!j&&(xe=12,Se=1e3,He=1e4),{...ve,mark:Se,sort:xe,coin_priority_sort:He,rateNumber:Number((ve==null?void 0:ve.rate)||"0"),balanceNumber:Number((ve==null?void 0:ve.balance)||"0")}});return BW(se,[ve=>!j&&e===ve.coin_type?1:0,"rateNumber","balanceNumber","sort","mark","coin_priority_sort"],["desc","desc","desc","desc","desc","desc"])},p=(v,j=!1)=>{const ee=j?v.trim():v.toLowerCase().trim(),se=["symbol","name","coin_type"];return PW(ee.length===0?l:[...l,...f],ve=>se.some(Se=>{const xe=ve[Se];if(typeof xe=="string"){const He=j?xe:xe.toLowerCase();return Se==="coin_type"?He.includes(ee)||Ci(He,!0).includes(Ci(ee,!0)):He.includes(ee)}return!1}))},d=v=>{v||b(void 0);const j=p(v);if((j==null?void 0:j.length)===0){m(v);return}else{const ee=D(j,v);u(ee)}},m=async v=>{var j;w(!0);try{if(e4(v)){const ee=v.trim(),se=Ir(ee).full_address,de=await o(se);if(!de){u([]);return}const ve=((j=r==null?void 0:r[ee])==null?void 0:j.totalBalanceFormat)||"0",Se=Be(ve).gt("0")?s(ee,ve):"0",xe={...de,balance:ve,rate:Se};u([xe]),b(xe)}else{u([]);return}}catch{b(void 0),u([]);return}finally{w(!1)}},x=v=>{if(v==="Default")O("All");else{const j=D(f,P);u(j)}},A=()=>{if(T){const v=y(T,!0),j=D(v,P);u(j),b(void 0),k("")}},E=v=>{const j=y(v,!1),ee=D(j,P);u(ee)},O=v=>{const j=v==="All"?[...l]:l.filter(se=>v=="Native"?!se.labels||se.labels.length==0||se.labels=="Native":se.labels&&se.labels.length>0&&se.labels[0].toLowerCase()==v.toLowerCase()),ee=D(j,P);u(ee)};te.useEffect(()=>{if(!W||!(t!=null&&t.length)){h([]);return}if(!(n!=null&&n.address))h(t);else if(n!=null&&n.address){const v=[];for(const j of t){const ee=r==null?void 0:r[j==null?void 0:j.coin_type],se=(ee==null?void 0:ee.totalBalanceFormat)||"0",de=(ee==null?void 0:ee.displayBalance)||"0",ve=Be(se).gt("0")?s(j==null?void 0:j.coin_type,se):"0";v.push({...j,balance:de,rate:kr(ve,4,!0)})}h(v)}},[W,X,H,n==null?void 0:n.address]);const C=te.useRef([]);te.useEffect(()=>{if((l==null?void 0:l.length)>0&&!jW(C.current,l)){C.current=l;const v=D(l);e&&f.find(ee=>ee.coin_type===e)!==void 0?(L("Imported"),x("Imported")):u(v)}},[l,e]);const g=te.useMemo(()=>{if(a==="Default"){if(!U&&(c==null?void 0:c.length)===0)return!0}else if((c==null?void 0:c.length)===0&&!R)return!0;return!1},[P,c,T,R,U]);return{showTokenList:c,handleSearch:d,handleChangePlatform:O,currentImportTokenData:T,handleChangeType:x,handleImportClick:A,handleDeleteImportClick:E,isNoData:g}}function qW({tokenList:e,onHandleTokenAction:t}){return _.jsx("div",{className:"token-collect-list",children:e.map(r=>_.jsx(HW,{token:r,onHandleTokenAction:t},r.coin_type))})}function HW({token:e,onHandleTokenAction:t}){return _.jsxs("div",{className:"token-collect-item",onClick:()=>{t(e,"select_token")},children:[_.jsx("img",{src:e.logo_url,style:{marginRight:"8px"}}),_.jsx("span",{children:e.symbol}),_.jsx("i",{children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:r=>{r.stopPropagation(),t(e,"un_collect")},children:_.jsx("use",{xlinkHref:"#icon-close"})})})]})}const WW=$t("/images/img_no_data@2x.png");function GW(e){const{img:t=WW,text:r,width:n="100%",height:i="auto",padding:s="20px",subItem:o}=e;return _.jsxs("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:n,height:i,padding:s,boxSizing:"border-box",textAlign:"center"},children:[t&&_.jsx("img",{src:t,alt:"No Data",style:{width:"160px",height:"160px"}}),r&&_.jsx("div",{style:{color:"#fff",fontSize:"14px"},children:r}),o&&o]})}function KW({tabList:e,currentTab:t,changeTab:r}){return _.jsx("div",{className:"platform-tabs",children:e.map(n=>_.jsx("div",{className:t===n?"platform-tab-item active":"platform-tab-item",onClick:()=>{r(n)},children:n},n))})}var V3=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function XW(e,t){return!!(e===t||V3(e)&&V3(t))}function JW(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!XW(e[r],t[r]))return!1;return!0}function YW(e,t){t===void 0&&(t=JW);var r=null;function n(){for(var i=[],s=0;s<arguments.length;s++)i[s]=arguments[s];if(r&&r.lastThis===this&&t(i,r.lastArgs))return r.lastResult;var o=e.apply(this,i);return r={lastResult:o,lastArgs:i,lastThis:this},o}return n.clear=function(){r=null},n}function D0(){return D0=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},D0.apply(null,arguments)}function q3(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function $0(e,t){return $0=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},$0(e,t)}function ZW(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,$0(e,t)}var H3=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function QW(e,t){return!!(e===t||H3(e)&&H3(t))}function eG(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(!QW(e[r],t[r]))return!1;return!0}function B0(e,t){t===void 0&&(t=eG);var r,n=[],i,s=!1;function o(){for(var a=[],c=0;c<arguments.length;c++)a[c]=arguments[c];return s&&r===this&&t(a,n)||(i=e.apply(this,a),s=!0,r=this,n=a),i}return o}function W3(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;r[n]=e[n]}return r}var tG=typeof performance=="object"&&typeof performance.now=="function",G3=tG?function(){return performance.now()}:function(){return Date.now()};function K3(e){cancelAnimationFrame(e.id)}function rG(e,t){var r=G3();function n(){G3()-r>=t?e.call(null):i.id=requestAnimationFrame(n)}var i={id:requestAnimationFrame(n)};return i}var L0=-1;function X3(e){if(e===void 0&&(e=!1),L0===-1||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",document.body.appendChild(t),L0=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return L0}var aa=null;function J3(e){if(e===void 0&&(e=!1),aa===null||e){var t=document.createElement("div"),r=t.style;r.width="50px",r.height="50px",r.overflow="scroll",r.direction="rtl";var n=document.createElement("div"),i=n.style;return i.width="100px",i.height="100px",t.appendChild(n),document.body.appendChild(t),t.scrollLeft>0?aa="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?aa="negative":aa="positive-ascending"),document.body.removeChild(t),aa}return aa}pn.env.NODE_ENV;var nG=150,iG=function(t,r){return t},af=null,cf=null;pn.env.NODE_ENV!=="production"&&typeof window<"u"&&typeof window.WeakSet<"u"&&(af=new WeakSet,cf=new WeakSet);function sG(e){var t,r=e.getItemOffset,n=e.getEstimatedTotalSize,i=e.getItemSize,s=e.getOffsetForIndexAndAlignment,o=e.getStartIndexForOffset,a=e.getStopIndexForStartIndex,c=e.initInstanceProps,u=e.shouldResetStyleCacheOnItemSizeChange,l=e.validateProps;return t=function(f){ZW(h,f);function h(b){var w;return w=f.call(this,b)||this,w._instanceProps=c(w.props,q3(w)),w._outerRef=void 0,w._resetIsScrollingTimeoutId=null,w.state={instance:q3(w),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof w.props.initialScrollOffset=="number"?w.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},w._callOnItemsRendered=void 0,w._callOnItemsRendered=B0(function(T,P,k,R){return w.props.onItemsRendered({overscanStartIndex:T,overscanStopIndex:P,visibleStartIndex:k,visibleStopIndex:R})}),w._callOnScroll=void 0,w._callOnScroll=B0(function(T,P,k){return w.props.onScroll({scrollDirection:T,scrollOffset:P,scrollUpdateWasRequested:k})}),w._getItemStyle=void 0,w._getItemStyle=function(T){var P=w.props,k=P.direction,R=P.itemSize,U=P.layout,L=w._getItemStyleCache(u&&R,u&&U,u&&k),W;if(L.hasOwnProperty(T))W=L[T];else{var q=r(w.props,T,w._instanceProps),X=i(w.props,T,w._instanceProps),ne=k==="horizontal"||U==="horizontal",oe=k==="rtl",H=ne?q:0;L[T]=W={position:"absolute",left:oe?void 0:H,right:oe?H:void 0,top:ne?0:q,height:ne?"100%":X,width:ne?X:"100%"}}return W},w._getItemStyleCache=void 0,w._getItemStyleCache=B0(function(T,P,k){return{}}),w._onScrollHorizontal=function(T){var P=T.currentTarget,k=P.clientWidth,R=P.scrollLeft,U=P.scrollWidth;w.setState(function(L){if(L.scrollOffset===R)return null;var W=w.props.direction,q=R;if(W==="rtl")switch(J3()){case"negative":q=-R;break;case"positive-descending":q=U-k-R;break}return q=Math.max(0,Math.min(q,U-k)),{isScrolling:!0,scrollDirection:L.scrollOffset<q?"forward":"backward",scrollOffset:q,scrollUpdateWasRequested:!1}},w._resetIsScrollingDebounced)},w._onScrollVertical=function(T){var P=T.currentTarget,k=P.clientHeight,R=P.scrollHeight,U=P.scrollTop;w.setState(function(L){if(L.scrollOffset===U)return null;var W=Math.max(0,Math.min(U,R-k));return{isScrolling:!0,scrollDirection:L.scrollOffset<W?"forward":"backward",scrollOffset:W,scrollUpdateWasRequested:!1}},w._resetIsScrollingDebounced)},w._outerRefSetter=function(T){var P=w.props.outerRef;w._outerRef=T,typeof P=="function"?P(T):P!=null&&typeof P=="object"&&P.hasOwnProperty("current")&&(P.current=T)},w._resetIsScrollingDebounced=function(){w._resetIsScrollingTimeoutId!==null&&K3(w._resetIsScrollingTimeoutId),w._resetIsScrollingTimeoutId=rG(w._resetIsScrolling,nG)},w._resetIsScrolling=function(){w._resetIsScrollingTimeoutId=null,w.setState({isScrolling:!1},function(){w._getItemStyleCache(-1,null)})},w}h.getDerivedStateFromProps=function(w,T){return oG(w,T),l(w),null};var y=h.prototype;return y.scrollTo=function(w){w=Math.max(0,w),this.setState(function(T){return T.scrollOffset===w?null:{scrollDirection:T.scrollOffset<w?"forward":"backward",scrollOffset:w,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},y.scrollToItem=function(w,T){T===void 0&&(T="auto");var P=this.props,k=P.itemCount,R=P.layout,U=this.state.scrollOffset;w=Math.max(0,Math.min(w,k-1));var L=0;if(this._outerRef){var W=this._outerRef;R==="vertical"?L=W.scrollWidth>W.clientWidth?X3():0:L=W.scrollHeight>W.clientHeight?X3():0}this.scrollTo(s(this.props,w,T,U,this._instanceProps,L))},y.componentDidMount=function(){var w=this.props,T=w.direction,P=w.initialScrollOffset,k=w.layout;if(typeof P=="number"&&this._outerRef!=null){var R=this._outerRef;T==="horizontal"||k==="horizontal"?R.scrollLeft=P:R.scrollTop=P}this._callPropsCallbacks()},y.componentDidUpdate=function(){var w=this.props,T=w.direction,P=w.layout,k=this.state,R=k.scrollOffset,U=k.scrollUpdateWasRequested;if(U&&this._outerRef!=null){var L=this._outerRef;if(T==="horizontal"||P==="horizontal")if(T==="rtl")switch(J3()){case"negative":L.scrollLeft=-R;break;case"positive-ascending":L.scrollLeft=R;break;default:var W=L.clientWidth,q=L.scrollWidth;L.scrollLeft=q-W-R;break}else L.scrollLeft=R;else L.scrollTop=R}this._callPropsCallbacks()},y.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&K3(this._resetIsScrollingTimeoutId)},y.render=function(){var w=this.props,T=w.children,P=w.className,k=w.direction,R=w.height,U=w.innerRef,L=w.innerElementType,W=w.innerTagName,q=w.itemCount,X=w.itemData,ne=w.itemKey,oe=ne===void 0?iG:ne,H=w.layout,F=w.outerElementType,D=w.outerTagName,p=w.style,d=w.useIsScrolling,m=w.width,x=this.state.isScrolling,A=k==="horizontal"||H==="horizontal",E=A?this._onScrollHorizontal:this._onScrollVertical,O=this._getRangeToRender(),C=O[0],g=O[1],v=[];if(q>0)for(var j=C;j<=g;j++)v.push(te.createElement(T,{data:X,key:oe(j,X),index:j,isScrolling:d?x:void 0,style:this._getItemStyle(j)}));var ee=n(this.props,this._instanceProps);return te.createElement(F||D||"div",{className:P,onScroll:E,ref:this._outerRefSetter,style:D0({position:"relative",height:R,width:m,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:k},p)},te.createElement(L||W||"div",{children:v,ref:U,style:{height:A?"100%":ee,pointerEvents:x?"none":void 0,width:A?ee:"100%"}}))},y._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var w=this.props.itemCount;if(w>0){var T=this._getRangeToRender(),P=T[0],k=T[1],R=T[2],U=T[3];this._callOnItemsRendered(P,k,R,U)}}if(typeof this.props.onScroll=="function"){var L=this.state,W=L.scrollDirection,q=L.scrollOffset,X=L.scrollUpdateWasRequested;this._callOnScroll(W,q,X)}},y._getRangeToRender=function(){var w=this.props,T=w.itemCount,P=w.overscanCount,k=this.state,R=k.isScrolling,U=k.scrollDirection,L=k.scrollOffset;if(T===0)return[0,0,0,0];var W=o(this.props,L,this._instanceProps),q=a(this.props,W,L,this._instanceProps),X=!R||U==="backward"?Math.max(1,P):1,ne=!R||U==="forward"?Math.max(1,P):1;return[Math.max(0,W-X),Math.max(0,Math.min(T-1,q+ne)),W,q]},h}(te.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var oG=function(t,r){var n=t.children,i=t.direction,s=t.height,o=t.layout,a=t.innerTagName,c=t.outerTagName,u=t.width,l=r.instance;if(pn.env.NODE_ENV!=="production"){(a!=null||c!=null)&&cf&&!cf.has(l)&&(cf.add(l),console.warn("The innerTagName and outerTagName props have been deprecated. Please use the innerElementType and outerElementType props instead."));var f=i==="horizontal"||o==="horizontal";switch(i){case"horizontal":case"vertical":af&&!af.has(l)&&(af.add(l),console.warn('The direction prop should be either "ltr" (default) or "rtl". Please use the layout prop to specify "vertical" (default) or "horizontal" orientation.'));break;case"ltr":case"rtl":break;default:throw Error('An invalid "direction" prop has been specified. Value should be either "ltr" or "rtl". '+('"'+i+'" was specified.'))}switch(o){case"horizontal":case"vertical":break;default:throw Error('An invalid "layout" prop has been specified. Value should be either "horizontal" or "vertical". '+('"'+o+'" was specified.'))}if(n==null)throw Error('An invalid "children" prop has been specified. Value should be a React component. '+('"'+(n===null?"null":typeof n)+'" was specified.'));if(f&&typeof u!="number")throw Error('An invalid "width" prop has been specified. Horizontal lists must specify a number for width. '+('"'+(u===null?"null":typeof u)+'" was specified.'));if(!f&&typeof s!="number")throw Error('An invalid "height" prop has been specified. Vertical lists must specify a number for height. '+('"'+(s===null?"null":typeof s)+'" was specified.'))}},aG=sG({getItemOffset:function(t,r){var n=t.itemSize;return r*n},getItemSize:function(t,r){var n=t.itemSize;return n},getEstimatedTotalSize:function(t){var r=t.itemCount,n=t.itemSize;return n*r},getOffsetForIndexAndAlignment:function(t,r,n,i,s,o){var a=t.direction,c=t.height,u=t.itemCount,l=t.itemSize,f=t.layout,h=t.width,y=a==="horizontal"||f==="horizontal",b=y?h:c,w=Math.max(0,u*l-b),T=Math.min(w,r*l),P=Math.max(0,r*l-b+l+o);switch(n==="smart"&&(i>=P-b&&i<=T+b?n="auto":n="center"),n){case"start":return T;case"end":return P;case"center":{var k=Math.round(P+(T-P)/2);return k<Math.ceil(b/2)?0:k>w+Math.floor(b/2)?w:k}case"auto":default:return i>=P&&i<=T?i:i<P?P:T}},getStartIndexForOffset:function(t,r){var n=t.itemCount,i=t.itemSize;return Math.max(0,Math.min(n-1,Math.floor(r/i)))},getStopIndexForStartIndex:function(t,r,n){var i=t.direction,s=t.height,o=t.itemCount,a=t.itemSize,c=t.layout,u=t.width,l=i==="horizontal"||c==="horizontal",f=r*a,h=l?u:s,y=Math.ceil((h+n-f)/a);return Math.max(0,Math.min(o-1,r+y-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){var r=t.itemSize;if(pn.env.NODE_ENV!=="production"&&typeof r!="number")throw Error('An invalid "itemSize" prop has been specified. Value should be a number. '+('"'+(r===null?"null":typeof r)+'" was specified.'))}});function Y3(e,t){for(var r in e)if(!(r in t))return!0;for(var n in t)if(e[n]!==t[n])return!0;return!1}var cG=["style"],uG=["style"];function lG(e,t){var r=e.style,n=W3(e,cG),i=t.style,s=W3(t,uG);return!Y3(r,i)&&!Y3(n,s)}const fG=te.memo(({data:e,index:t,style:r})=>{const{items:n,onHandleTokenAction:i,showCollect:s,showDelete:o}=e,a=n[t];return _.jsx("div",{style:r,children:_.jsx(pG,{data:a,onHandleTokenAction:i,showCollect:s,showDelete:o})})},lG),dG=YW((e,t,r,n)=>({items:e,onHandleTokenAction:t,showCollect:r,showDelete:n}));function hG({showTokenList:e,onHandleTokenAction:t,showCollect:r=!0,showDelete:n=!1}){const i=te.useRef(null);te.useEffect(()=>{i.current&&i.current.scrollTo(0)},[e.length]);const s=dG(e,t,r,n);return _.jsx("div",{className:"token-list",children:_.jsx(aG,{ref:i,style:{overflowY:"scroll",scrollbarWidth:"none",msOverflowStyle:"none",padding:"8px"},height:360,itemCount:e.length,itemData:s,itemSize:72,width:"100%",children:fG})})}function pG({data:e,showCollect:t,showDelete:r,onHandleTokenAction:n}){const{isCollectToken:i}=z3(),{getExplorerUrl:s}=$o();return _.jsxs("div",{className:"token-list-item",onClick:o=>{t&&(o.stopPropagation(),n(e,"select_token"))},children:[_.jsx(Wr,{className:"token-img",src:e==null?void 0:e.logo_url,showWarn:!t}),_.jsxs("div",{className:"token-info",children:[_.jsx("h4",{className:"token-symbol",children:_.jsx("span",{children:cn(e.symbol)})}),_.jsx("p",{className:"token-name",children:cn(e==null?void 0:e.name,20)}),_.jsxs("div",{className:"copy",children:[_.jsx("a",{onClick:el,href:s(e==null?void 0:e.coin_type,"coin"),target:"_blank",style:{fontSize:"12px"},children:zs(e==null?void 0:e.coin_type)}),_.jsx(of,{text:e==null?void 0:e.coin_type})]})]}),_.jsxs("div",{className:"token-balance",children:[_.jsxs("div",{className:"balance",children:[_.jsx("h4",{children:e==null?void 0:e.balance}),_.jsx("p",{children:e!=null&&e.rate?Y_(e==null?void 0:e.rate,2):""})]}),r&&_.jsx("div",{className:"collect-button",onClick:o=>{o.stopPropagation(),n(e,"delete_import")},children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-icon_del"})})}),t&&_.jsx("div",{className:"collect-button",onClick:o=>{o.stopPropagation(),n(e,"collect_token")},children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:i(e)?"#icon-star_sel":"#icon-star"})})})]})]},e==null?void 0:e.coin_type)}function mG({currentType:e,changeTab:t}){const r=["Default","Imported"];return _.jsx("div",{className:"type-tabs",children:r.map(n=>_.jsx("div",{className:e===n?"type-tab-item active":"type-tab-item",onClick:()=>t(n),children:n},n))})}function gG({backClick:e,onSelectToken:t,currToken:r}){const{showTokenList:n,isNoData:i,handleSearch:s,handleChangePlatform:o,handleChangeType:a,handleImportClick:c,handleDeleteImportClick:u}=VW(r==null?void 0:r.coin_type),{importTokenList:l,currentTypeTab:f,setCurrentTypeTab:h,currentPlatformTab:y,setCurrentPlatformTab:b,platformList:w,isOpenImportDialog:T,setIsOpenImportDialog:P,setSearchInput:k,searchInput:R,importTokenIsLoading:U,currentImportTokenData:L,setCurrentImportTokenData:W}=Cc();te.useEffect(()=>()=>{k(""),b("All"),h("Default"),W(void 0)},[]);const{handleCollectToken:q,collectTokenMap:X}=z3(),ne=m=>{h(m),a(m)},oe=m=>{b(m),o(m)},H=()=>{c(),P(!1)},F=m=>{let x=m.replace(/[^a-zA-Z0-9\s]+$/g,"").trim();k(x),x?D(x):(D(""),ne("Default"))},D=g0(m=>{e4(m)?s(Ci(m,!0)):s(m)},300),p=(m,x)=>{if(x==="delete_import"){u(m);return}if(x==="collect_token"||x==="un_collect"){q(m);return}x==="select_token"&&(t(m),e())},d=te.useMemo(()=>Array.from(X.values()),[X]);return _.jsxs("div",{className:"token-select-modal",children:[_.jsx(y0,{backClick:e,title:"Select Token"}),_.jsxs("div",{className:"token-select-content",style:{position:"relative"},children:[_.jsxs("div",{className:"center-content",children:[_.jsxs("div",{className:"search-input",style:{position:"relative"},children:[_.jsx("input",{className:"token-search-input",placeholder:"Search by token or address",value:R,onChange:m=>F(m.target.value),style:{paddingRight:"40px"}}),R.length>0&&_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{width:"20px",height:"20px",cursor:"pointer",position:"absolute",top:"50%",transform:"translateY(-50%)",right:"12px"},onClick:m=>{F("")},children:_.jsx("use",{xlinkHref:"#icon-close"})})]}),d.length>0&&_.jsx(qW,{tokenList:d,onHandleTokenAction:p}),R.length===0&&_.jsx(mG,{currentType:f,changeTab:ne}),R.length===0&&f==="Default"&&_.jsx(KW,{tabList:w,currentTab:y,changeTab:oe})]}),i&&_.jsx(vG,{showTooltip:R.length>0,text:R.length>0||L===void 0?"No tokens found":"No Imported Tokens"}),U&&_.jsx(_8,{}),L&&_.jsx("div",{style:{width:"93%",marginLeft:"16px",backgroundColor:"var(--cs-warning-10)",borderRadius:"12px",padding:"16px",fontSize:"12px",marginTop:"16px",color:" var(--cs-warning)"},children:"The token is not on the Frequently Traded List. Please note that anyone can create a token on Sui blockchain with any name, including creating fake versions of existing tokens or tokens that claim to represent projects that do not have a token. Always conduct your own research before trading."}),n.length>0&&_.jsxs("div",{style:{position:"relative"},children:[_.jsx(hG,{showTokenList:n,showCollect:!L,showDelete:!L&&f==="Imported",onHandleTokenAction:p}),L&&_.jsx("div",{className:"center",style:{position:"absolute",top:"100px",left:"50%",transform:"translateX(-50%)"},children:_.jsx("button",{className:"cs-solid-btn swap-btn",style:{height:"32px",width:"140px",fontSize:"14px",borderRadius:"8px",fontFamily:"Inter, Inter",fontWeight:500},onClick:()=>{H(),p(L,"select_token")},children:"Import"})})]})]})]})}function vG({showTooltip:e,text:t}){return _.jsx("div",{style:{height:"360px"},children:_.jsx(GW,{text:t,subItem:e?_.jsx("div",{children:_.jsx(ql,{position:"bottom",content:_.jsx("div",{children:"The unique id of coin"}),children:_.jsxs("div",{style:{fontSize:"12px",color:"var(--cs-text-con)",display:"flex",flexDirection:"row"},children:["Or you can enter Coin Type",_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{cursor:"pointer",width:"20px",height:"20px"},children:_.jsx("use",{xlinkHref:"#icon-tips"})})]})})}):void 0})})}function yG({onClose:e,tokenList:t,onSureClick:r}){const[n,i]=te.useState(!1),{setIgnoreWarnToken:s}=Lr();return _.jsxs(_.Fragment,{children:[_.jsx("div",{className:"dialog-mask",onClick:e}),_.jsxs("div",{className:"import-dialog",children:[_.jsxs("div",{className:"cs-dialog-header",children:[_.jsx("div",{className:"title",children:"Tips"}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",onClick:e,children:_.jsx("use",{xlinkHref:"#icon-close"})})]}),_.jsxs("div",{className:"import-content",children:[_.jsx("div",{className:"tip-text-box",children:_.jsx("p",{className:"tips-text",children:"The default trading pair given in this swap widget contains a community imported token that is imported by the integrator. Please acknowledge the risk and conduct your own research before interacting."})}),t.map(o=>_.jsxs("div",{className:"import-token-info",children:[_.jsx(Wr,{style:{marginRight:"4px",width:"30px",height:"30px",borderRadius:"36px"},src:o.logo_url}),_.jsxs("div",{className:"info",children:[_.jsx("div",{className:"name",children:_.jsxs("span",{children:[" ",o.symbol," "]})}),_.jsxs("div",{className:"address",children:[_.jsx("span",{children:zs(o.coin_type)}),_.jsx(of,{text:o.coin_type})]})]})]},o.coin_type)),_.jsxs("div",{className:"risk-checkbox",children:[_.jsx(El,{color:"indigo",checked:n,variant:"soft",className:"cs-checkbox",onClick:()=>{i(!n)}}),_.jsx("span",{children:"I acknowledge the risk"})]}),_.jsxs("div",{className:"button-block",children:[_.jsx("button",{className:"cs-outline-btn",onClick:e,children:"Cancel"}),_.jsx("button",{className:"cs-solid-btn",disabled:!n,onClick:()=>{r(),t.forEach(o=>{s(o.coin_type)})},children:"Confirm"})]})]})]})]})}const aX="";function Z3(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}var Ac;(function(e){e.event="event",e.props="prop"})(Ac||(Ac={}));function ms(){}function bG(e){var t,r=void 0;return function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t&&n.length===t.length&&n.every(function(s,o){return s===t[o]})||(t=n,r=e.apply(void 0,n)),r}}function Mc(e){return!!(e||"").match(/\d/)}function ca(e){return e==null}function wG(e){return typeof e=="number"&&isNaN(e)}function Q3(e){return ca(e)||wG(e)||typeof e=="number"&&!isFinite(e)}function eS(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function _G(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;case"thousand":default:return/(\d)(?=(\d{3})+(?!\d))/g}}function xG(e,t,r){var n=_G(r),i=e.search(/[1-9]/);return i=i===-1?e.length:i,e.substring(0,i)+e.substring(i,e.length).replace(n,"$1"+t)}function SG(e){var t=te.useRef(e);t.current=e;var r=te.useRef(function(){for(var n=[],i=arguments.length;i--;)n[i]=arguments[i];return t.current.apply(t,n)});return r.current}function F0(e,t){t===void 0&&(t=!0);var r=e[0]==="-",n=r&&t;e=e.replace("-","");var i=e.split("."),s=i[0],o=i[1]||"";return{beforeDecimal:s,afterDecimal:o,hasNegation:r,addNegation:n}}function EG(e){if(!e)return e;var t=e[0]==="-";t&&(e=e.substring(1,e.length));var r=e.split("."),n=r[0].replace(/^0+/,"")||"0",i=r[1]||"";return(t?"-":"")+n+(i?"."+i:"")}function tS(e,t,r){for(var n="",i=r?"0":"",s=0;s<=t-1;s++)n+=e[s]||i;return n}function rS(e,t){return Array(t+1).join(e)}function nS(e){var t=e+"",r=t[0]==="-"?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),i=n[0],s=n[1];if(s=Number(s),!s)return r+i;i=i.replace(".","");var o=1+s,a=i.length;return o<0?i="0."+rS("0",Math.abs(o))+i:o>=a?i=i+rS("0",o-a):i=(i.substring(0,o)||"0")+"."+i.substring(o),r+i}function iS(e,t,r){if(["","-"].indexOf(e)!==-1)return e;var n=(e.indexOf(".")!==-1||r)&&t,i=F0(e),s=i.beforeDecimal,o=i.afterDecimal,a=i.hasNegation,c=parseFloat("0."+(o||"0")),u=o.length<=t?"0."+o:c.toFixed(t),l=u.split("."),f=s;s&&Number(l[0])&&(f=s.split("").reverse().reduce(function(w,T,P){return w.length>P?(Number(w[0])+Number(T)).toString()+w.substring(1,w.length):T+w},l[0]));var h=tS(l[1]||"",t,r),y=a?"-":"",b=n?".":"";return""+y+f+b+h}function eo(e,t){if(e.value=e.value,e!==null){if(e.createTextRange){var r=e.createTextRange();return r.move("character",t),r.select(),!0}return e.selectionStart||e.selectionStart===0?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}var sS=bG(function(e,t){for(var r=0,n=0,i=e.length,s=t.length;e[r]===t[r]&&r<i;)r++;for(;e[i-1-n]===t[s-1-n]&&s-n>r&&i-n>r;)n++;return{from:{start:r,end:i-n},to:{start:r,end:s-n}}}),CG=function(e,t){var r=Math.min(e.selectionStart,t);return{from:{start:r,end:e.selectionEnd},to:{start:r,end:t}}};function AG(e,t,r){return Math.min(Math.max(e,t),r)}function U0(e){return Math.max(e.selectionStart,e.selectionEnd)}function MG(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function TG(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function OG(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,i=e.formattedValueIndex;return t[n]===r[i]}function IG(e,t,r,n,i,s,o){o===void 0&&(o=OG);var a=i.findIndex(function(U){return U}),c=e.slice(0,a);!t&&!r.startsWith(c)&&(t=c,r=c+r,n=n+c.length);for(var u=r.length,l=e.length,f={},h=new Array(u),y=0;y<u;y++){h[y]=-1;for(var b=0,w=l;b<w;b++){var T=o({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:y,formattedValueIndex:b});if(T&&f[b]!==!0){h[y]=b,f[b]=!0;break}}}for(var P=n;P<u&&(h[P]===-1||!s(r[P]));)P++;var k=P===u||h[P]===-1?l:h[P];for(P=n-1;P>0&&h[P]===-1;)P--;var R=P===-1||h[P]===-1?0:h[P]+1;return R>k?k:n-R<k-n?R:k}function oS(e,t,r,n){var i=e.length;if(t=AG(t,0,i),n==="left"){for(;t>=0&&!r[t];)t--;t===-1&&(t=r.indexOf(!0))}else{for(;t<=i&&!r[t];)t++;t>i&&(t=r.lastIndexOf(!0))}return t===-1&&(t=i),t}function PG(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(Mc(e[r])||Mc(e[r-1]));return t}function aS(e,t,r,n,i,s){s===void 0&&(s=ms);var o=SG(function(b,w){var T,P;return Q3(b)?(P="",T=""):typeof b=="number"||w?(P=typeof b=="number"?nS(b):b,T=n(P)):(P=i(b,void 0),T=n(P)),{formattedValue:T,numAsString:P}}),a=te.useState(function(){return o(ca(e)?t:e,r)}),c=a[0],u=a[1],l=function(b,w){b.formattedValue!==c.formattedValue&&u({formattedValue:b.formattedValue,numAsString:b.value}),s(b,w)},f=e,h=r;ca(e)&&(f=c.numAsString,h=!0);var y=o(f,h);return te.useMemo(function(){u(y)},[y.formattedValue]),[c,l]}function kG(e){return e.replace(/[^0-9]/g,"")}function jG(e){return e}function NG(e){var t=e.type;t===void 0&&(t="text");var r=e.displayType;r===void 0&&(r="input");var n=e.customInput,i=e.renderText,s=e.getInputRef,o=e.format;o===void 0&&(o=jG);var a=e.removeFormatting;a===void 0&&(a=kG);var c=e.defaultValue,u=e.valueIsNumericString,l=e.onValueChange,f=e.isAllowed,h=e.onChange;h===void 0&&(h=ms);var y=e.onKeyDown;y===void 0&&(y=ms);var b=e.onMouseUp;b===void 0&&(b=ms);var w=e.onFocus;w===void 0&&(w=ms);var T=e.onBlur;T===void 0&&(T=ms);var P=e.value,k=e.getCaretBoundary;k===void 0&&(k=PG);var R=e.isValidInputCharacter;R===void 0&&(R=Mc);var U=e.isCharacterSame,L=Z3(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),W=aS(P,c,!!u,o,a,l),q=W[0],X=q.formattedValue,ne=q.numAsString,oe=W[1],H=te.useRef(),F=te.useRef({formattedValue:X,numAsString:ne}),D=function(_e,me){F.current={formattedValue:_e.formattedValue,numAsString:_e.value},oe(_e,me)},p=te.useState(!1),d=p[0],m=p[1],x=te.useRef(null),A=te.useRef({setCaretTimeout:null,focusTimeout:null});te.useEffect(function(){return m(!0),function(){clearTimeout(A.current.setCaretTimeout),clearTimeout(A.current.focusTimeout)}},[]);var E=o,O=function(_e,me){var Me=parseFloat(me);return{formattedValue:_e,value:me,floatValue:isNaN(Me)?void 0:Me}},C=function(_e,me,Me){_e.selectionStart===0&&_e.selectionEnd===_e.value.length||(eo(_e,me),A.current.setCaretTimeout=setTimeout(function(){_e.value===Me&&_e.selectionStart!==me&&eo(_e,me)},0))},g=function(_e,me,Me){return oS(_e,me,k(_e),Me)},v=function(_e,me,Me){var qe=k(me),Re=IG(me,X,_e,Me,qe,R,U);return Re=oS(me,Re,qe),Re},j=function(_e){var me=_e.formattedValue;me===void 0&&(me="");var Me=_e.input,qe=_e.source,Re=_e.event,Te=_e.numAsString,Oe;if(Me){var Le=_e.inputValue||Me.value,lt=U0(Me);Me.value=me,Oe=v(Le,me,lt),Oe!==void 0&&C(Me,Oe,me)}me!==X&&D(O(me,Te),{event:Re,source:qe})};te.useEffect(function(){var _e=F.current,me=_e.formattedValue,Me=_e.numAsString;(X!==me||ne!==Me)&&D(O(X,ne),{event:void 0,source:Ac.props})},[X,ne]);var ee=x.current?U0(x.current):void 0,se=typeof window<"u"?te.useLayoutEffect:te.useEffect;se(function(){var _e=x.current;if(X!==F.current.formattedValue&&_e){var me=v(F.current.formattedValue,X,ee);_e.value=X,C(_e,me,X)}},[X]);var de=function(_e,me,Me){var qe=me.target,Re=H.current?CG(H.current,qe.selectionEnd):sS(X,_e),Te=Object.assign(Object.assign({},Re),{lastValue:X}),Oe=a(_e,Te),Le=E(Oe);if(Oe=a(Le,void 0),f&&!f(O(Le,Oe))){var lt=me.target,ft=U0(lt),We=v(_e,X,ft);return lt.value=X,C(lt,We,X),!1}return j({formattedValue:Le,numAsString:Oe,inputValue:_e,event:me,source:Me,input:me.target}),!0},ve=function(_e,me){me===void 0&&(me=0);var Me=_e.selectionStart,qe=_e.selectionEnd;H.current={selectionStart:Me,selectionEnd:qe+me}},Se=function(_e){var me=_e.target,Me=me.value,qe=de(Me,_e,Ac.event);qe&&h(_e),H.current=void 0},xe=function(_e){var me=_e.target,Me=_e.key,qe=me.selectionStart,Re=me.selectionEnd,Te=me.value;Te===void 0&&(Te="");var Oe;Me==="ArrowLeft"||Me==="Backspace"?Oe=Math.max(qe-1,0):Me==="ArrowRight"?Oe=Math.min(qe+1,Te.length):Me==="Delete"&&(Oe=qe);var Le=0;Me==="Delete"&&qe===Re&&(Le=1);var lt=Me==="ArrowLeft"||Me==="ArrowRight";if(Oe===void 0||qe!==Re&&!lt){y(_e),ve(me,Le);return}var ft=Oe;if(lt){var We=Me==="ArrowLeft"?"left":"right";ft=g(Te,Oe,We),ft!==Oe&&_e.preventDefault()}else Me==="Delete"&&!R(Te[Oe])?ft=g(Te,Oe,"right"):Me==="Backspace"&&!R(Te[Oe])&&(ft=g(Te,Oe,"left"));ft!==Oe&&C(me,ft,Te),y(_e),ve(me,Le)},He=function(_e){var me=_e.target,Me=function(){var qe=me.selectionStart,Re=me.selectionEnd,Te=me.value;if(Te===void 0&&(Te=""),qe===Re){var Oe=g(Te,qe);Oe!==qe&&C(me,Oe,Te)}};Me(),requestAnimationFrame(function(){Me()}),b(_e),ve(me)},Fe=function(_e){_e.persist&&_e.persist();var me=_e.target,Me=_e.currentTarget;x.current=me,A.current.focusTimeout=setTimeout(function(){var qe=me.selectionStart,Re=me.selectionEnd,Te=me.value;Te===void 0&&(Te="");var Oe=g(Te,qe);Oe!==qe&&!(qe===0&&Re===Te.length)&&C(me,Oe,Te),w(Object.assign(Object.assign({},_e),{currentTarget:Me}))},0)},dt=function(_e){x.current=null,clearTimeout(A.current.focusTimeout),clearTimeout(A.current.setCaretTimeout),T(_e)},ht=d&&MG()?"numeric":void 0,De=Object.assign({inputMode:ht},L,{type:t,value:X,onChange:Se,onKeyDown:xe,onMouseUp:He,onFocus:Fe,onBlur:dt});if(r==="text")return i?te.createElement(te.Fragment,null,i(X,L)||null):te.createElement("span",Object.assign({},L,{ref:s}),X);if(n){var mt=n;return te.createElement(mt,Object.assign({},De,{ref:s}))}return te.createElement("input",Object.assign({},De,{ref:s}))}function cS(e,t){var r=t.decimalScale,n=t.fixedDecimalScale,i=t.prefix;i===void 0&&(i="");var s=t.suffix;s===void 0&&(s="");var o=t.allowNegative,a=t.thousandsGroupStyle;if(a===void 0&&(a="thousand"),e===""||e==="-")return e;var c=uf(t),u=c.thousandSeparator,l=c.decimalSeparator,f=r!==0&&e.indexOf(".")!==-1||r&&n,h=F0(e,o),y=h.beforeDecimal,b=h.afterDecimal,w=h.addNegation;return r!==void 0&&(b=tS(b,r,!!n)),u&&(y=xG(y,u,a)),i&&(y=i+y),s&&(b=b+s),w&&(y="-"+y),e=y+(f&&l||"")+b,e}function uf(e){var t=e.decimalSeparator;t===void 0&&(t=".");var r=e.thousandSeparator,n=e.allowedDecimalSeparators;return r===!0&&(r=","),n||(n=[t,"."]),{decimalSeparator:t,thousandSeparator:r,allowedDecimalSeparators:n}}function RG(e,t){e===void 0&&(e="");var r=new RegExp("(-)"),n=new RegExp("(-)(.)*(-)"),i=r.test(e),s=n.test(e);return e=e.replace(/-/g,""),i&&!s&&t&&(e="-"+e),e}function DG(e,t){return new RegExp("(^-)|[0-9]|"+eS(e),t?"g":void 0)}function $G(e,t,r){return e===""?!0:!(t!=null&&t.match(/\d/))&&!(r!=null&&r.match(/\d/))&&typeof e=="string"&&!isNaN(Number(e))}function BG(e,t,r){var n;t===void 0&&(t=TG(e));var i=r.allowNegative,s=r.prefix;s===void 0&&(s="");var o=r.suffix;o===void 0&&(o="");var a=r.decimalScale,c=t.from,u=t.to,l=u.start,f=u.end,h=uf(r),y=h.allowedDecimalSeparators,b=h.decimalSeparator,w=e[f]===b;if(Mc(e)&&(e===s||e===o)&&t.lastValue==="")return e;if(f-l===1&&y.indexOf(e[l])!==-1){var T=a===0?"":b;e=e.substring(0,l)+T+e.substring(l+1,e.length)}var P=function(x,A,E){var O=!1,C=!1;s.startsWith("-")?O=!1:x.startsWith("--")?(O=!1,C=!0):o.startsWith("-")&&x.length===o.length?O=!1:x[0]==="-"&&(O=!0);var g=O?1:0;return C&&(g=2),g&&(x=x.substring(g),A-=g,E-=g),{value:x,start:A,end:E,hasNegation:O}},k=P(e,l,f),R=k.hasNegation;n=k,e=n.value,l=n.start,f=n.end;var U=P(t.lastValue,c.start,c.end),L=U.start,W=U.end,q=U.value,X=e.substring(l,f);e.length&&q.length&&(L>q.length-o.length||W<s.length)&&!(X&&o.startsWith(X))&&(e=q);var ne=0;e.startsWith(s)?ne+=s.length:l<s.length&&(ne=l),e=e.substring(ne),f-=ne;var oe=e.length,H=e.length-o.length;e.endsWith(o)?oe=H:(f>H||f>e.length-o.length)&&(oe=f),e=e.substring(0,oe),e=RG(R?"-"+e:e,i),e=(e.match(DG(b,!0))||[]).join("");var F=e.indexOf(b);e=e.replace(new RegExp(eS(b),"g"),function(x,A){return A===F?".":""});var D=F0(e,i),p=D.beforeDecimal,d=D.afterDecimal,m=D.addNegation;return u.end-u.start<c.end-c.start&&p===""&&w&&!parseFloat(d)&&(e=m?"-":""),e}function LG(e,t){var r=t.prefix;r===void 0&&(r="");var n=t.suffix;n===void 0&&(n="");var i=Array.from({length:e.length+1}).map(function(){return!0}),s=e[0]==="-";i.fill(!1,0,r.length+(s?1:0));var o=e.length;return i.fill(!1,o-n.length+1,o+1),i}function FG(e){var t=uf(e),r=t.thousandSeparator,n=t.decimalSeparator,i=e.prefix;i===void 0&&(i="");var s=e.allowNegative;if(s===void 0&&(s=!0),r===n)throw new Error(`
107
+ Decimal separator can't be same as thousand separator.
108
+ thousandSeparator: `+r+` (thousandSeparator = {true} is same as thousandSeparator = ",")
109
+ decimalSeparator: `+n+` (default value for decimalSeparator is .)
110
+ `);return i.startsWith("-")&&s&&(console.error(`
111
+ Prefix can't start with '-' when allowNegative is true.
112
+ prefix: `+i+`
113
+ allowNegative: `+s+`
114
+ `),s=!1),Object.assign(Object.assign({},e),{allowNegative:s})}function UG(e){e=FG(e),e.decimalSeparator,e.allowedDecimalSeparators,e.thousandsGroupStyle;var t=e.suffix,r=e.allowNegative,n=e.allowLeadingZeros,i=e.onKeyDown;i===void 0&&(i=ms);var s=e.onBlur;s===void 0&&(s=ms);var o=e.thousandSeparator,a=e.decimalScale,c=e.fixedDecimalScale,u=e.prefix;u===void 0&&(u="");var l=e.defaultValue,f=e.value,h=e.valueIsNumericString,y=e.onValueChange,b=Z3(e,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),w=uf(e),T=w.decimalSeparator,P=w.allowedDecimalSeparators,k=function(m){return cS(m,e)},R=function(m,x){return BG(m,x,e)},U=ca(f)?l:f,L=h??$G(U,u,t);ca(f)?ca(l)||(L=L||typeof l=="number"):L=L||typeof f=="number";var W=function(m){return Q3(m)?m:(typeof m=="number"&&(m=nS(m)),L&&typeof a=="number"?iS(m,a,!!c):m)},q=aS(W(f),W(l),!!L,k,R,y),X=q[0],ne=X.numAsString,oe=X.formattedValue,H=q[1],F=function(m){var x=m.target,A=m.key,E=x.selectionStart,O=x.selectionEnd,C=x.value;if(C===void 0&&(C=""),(A==="Backspace"||A==="Delete")&&O<u.length){m.preventDefault();return}if(E!==O){i(m);return}A==="Backspace"&&C[0]==="-"&&E===u.length+1&&r&&eo(x,1),a&&c&&(A==="Backspace"&&C[E-1]===T?(eo(x,E-1),m.preventDefault()):A==="Delete"&&C[E]===T&&m.preventDefault()),P!=null&&P.includes(A)&&C[E]===T&&eo(x,E+1);var g=o===!0?",":o;A==="Backspace"&&C[E-1]===g&&eo(x,E-1),A==="Delete"&&C[E]===g&&eo(x,E+1),i(m)},D=function(m){var x=ne;if(x.match(/\d/g)||(x=""),n||(x=EG(x)),c&&a&&(x=iS(x,a,c)),x!==ne){var A=cS(x,e);H({formattedValue:A,value:x,floatValue:parseFloat(x)},{event:m,source:Ac.event})}s(m)},p=function(m){return m===T?!0:Mc(m)},d=function(m){var x=m.currentValue,A=m.lastValue,E=m.formattedValue,O=m.currentValueIndex,C=m.formattedValueIndex,g=x[O],v=E[C],j=sS(A,x),ee=j.to,se=function(de){return R(de).indexOf(".")+u.length};return f===0&&c&&a&&x[ee.start]===T&&se(x)<O&&se(E)>C?!1:O>=ee.start&&O<ee.end&&P&&P.includes(g)&&v===T?!0:g===v};return Object.assign(Object.assign({},b),{value:oe,valueIsNumericString:!1,isValidInputCharacter:p,isCharacterSame:d,onValueChange:H,format:k,removeFormatting:R,getCaretBoundary:function(m){return LG(m,e)},onKeyDown:F,onBlur:D})}function zG(e){var t=UG(e);return te.createElement(NG,Object.assign({},t))}function VG(e){const{className:t,value:r,decimals:n,placeholder:i,style:s,onChange:o,maxValue:a,minValue:c=0,inputAllowed:u=!0,prefix:l,...f}=e,h=y=>{var T;const b=((T=y==null?void 0:y.target)==null?void 0:T.value)||"";let w=b;if(b.startsWith("0")&&b!=="0"&&!b.startsWith("0.")&&(w=b.replace(/^0+/,"")),w){if(w.startsWith(".")){o(w.slice(1,w.length));return}let P=String(w).replace(/,/g,"");if(P.startsWith("-")){o("");return}l&&(P=P.replace(l,"")),a!==void 0&&Be(P).gt(a)?P=a.toString():c!==void 0&&Be(P).lt(c)&&(P=c.toString()),o(String(P))}else o("")};return _.jsx(zG,{className:t,value:r,disabled:!u,placeholder:i,decimalScale:n,prefix:l,allowLeadingZeros:!0,thousandSeparator:",",isAllowed:y=>!y.value.startsWith("-"),onChange:h,...f,style:{...s,cursor:u?"pointer":"not-allowed",fontFamily:"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji",fontFeatureSettings:"tnum",fontVariant:"tabular-nums"}})}function qG(e){const{token:t,handleTokenSelectClick:r}=e;return _.jsxs("div",{className:"token-select-block",onClick:()=>{r&&r()},children:[_.jsx("div",{className:"token-img-box",children:_.jsx(Wr,{src:t==null?void 0:t.logo_url})},t==null?void 0:t.coin_type),_.jsx("div",{className:"name",children:_.jsxs("h4",{className:"truncate-text",children:[" ",(t==null?void 0:t.symbol)||"Select"]})}),_.jsx("svg",{className:"cs-icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-arrow"})})]})}function uS({label:e,amount:t,amountValue:r,balance:n,onInputChange:i,handleTokenSelectClick:s,token:o,loading:a=!1,showMax:c=!0,showHalf:u=!0,inputAllowed:l=!0,marginTop:f}){const[h,y]=te.useState(!1),{currentAccount:b}=jn(),w=()=>{const P=Be((n==null?void 0:n.totalBalanceFormat)||"0").div(2),k=kr(P.toString(),o==null?void 0:o.decimals,!0).toString();t&&Be(k).eq(t)||i(k)},T=()=>{const P=Be((n==null?void 0:n.totalBalanceFormat)||0),k=Ir((o==null?void 0:o.coin_type)||"").full_address===bn.SUI_TYPE_ARG,R=.05;let U=P;k&&Be(P).gt(R)&&(U=U.sub(R)),!(t&&Be(U).eq(t))&&Be(U).gte(0)&&i(U.toString())};return _.jsxs("div",{className:h?"active trade-input-box":"trade-input-box",style:{backgroundColor:l?"#121719":"#161a1e",marginTop:f},children:[_.jsxs("div",{className:"title",children:[" ",e," "]}),_.jsxs("div",{className:"token-input",children:[a?_.jsxs("div",{style:{flex:1},children:[" ",_.jsx(ea,{style:{width:"200px",height:"28px",flex:1}})," "]}):_.jsx(VG,{inputAllowed:l,value:t,decimals:(o==null?void 0:o.decimals)||9,placeholder:"0.0",className:"input",onChange:i,onFocus:()=>y(!0),onBlur:()=>y(!1)}),_.jsx(qG,{token:o,handleTokenSelectClick:s})]}),_.jsxs("div",{className:"info-box",children:[!a&&r&&Be(r).gt(0)?_.jsx("div",{className:"input-rate",style:{marginTop:"8px"},children:Y_(r,2)}):_.jsx("div",{}),b&&o&&_.jsxs("div",{style:{display:"flex",flexDirection:"row",marginTop:"8px"},children:[_.jsxs("div",{className:"token-balance",children:[_.jsx("svg",{className:"icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-wallet"})}),_.jsx("span",{children:(n==null?void 0:n.displayBalance)||0})]}),_.jsxs("div",{className:"btn-box",children:[u&&_.jsx("button",{className:"cs-outline-btn",onClick:w,children:"HALF"}),c&&_.jsx("button",{className:"cs-outline-btn",onClick:T,children:"MAX"})]})]})]})]})}function HG({refreshCount:e,customWallet:t,initProps:r}){const{currentAccount:n,onWalletModal:i}=jn(),{getOwnerCoinBalances:s}=Ul(),{fromCoin:o,toCoin:a,fromAmount:c,toAmount:u,findRouterLoading:l,byAmountIn:f,routerData:h,isOpenSecondary:y,setIsOpenSecondary:b,isOpenTokensDialog:w,setIsOpenTokensDialog:T}=dn(),{handleAmountChange:P,handleSelectToken:k,fromBalanceInfo:R,toBalanceInfo:U,fromAmountValue:L,toAmountValue:W,doSwapAction:q,reCalculateRouteData:X,refreshMarketPrice:ne,scamsText:oe}=wU(),{slippage:H}=Lr(),{isCustomMode:F,customWarnTokenList:D}=aU(o==null?void 0:o.coin_type,a==null?void 0:a.coin_type),{amountLimit:p}=M8(H,h),{formatSwapRouter:d}=sU(h),[m,x]=te.useState(!1),{btnText:A,btnDisabled:E}=_U(R==null?void 0:R.totalBalanceFormat),[O,C]=te.useState(!1),[g,v]=te.useState(!1);te.useEffect(()=>{y?e>=5&&j():e>=20&&j()},[e]);const j=()=>{X(),n&&s(),ne()},ee=()=>({...h}),se=async()=>{a&&k(a,!0)};return _.jsxs("div",{className:"swap-trade-box",children:[_.jsxs("div",{className:"trade-form",style:{flexDirection:"column"},children:[_.jsx(uS,{loading:!f&&l,balance:R,amountValue:L,handleTokenSelectClick:()=>{C(!0),T(!0)},onInputChange:de=>{P(de,!0)},amount:c,token:o}),_.jsx("div",{onClick:se,className:"swap-icon",onMouseEnter:()=>x(!0),onMouseLeave:()=>x(!1),style:{cursor:"pointer"},children:_.jsx("svg",{className:"cs-icon","aria-hidden":"true",style:{transform:m?"rotate(90deg)":"none",width:m?"16px":"14px",height:m?"16px":"14px"},children:_.jsx("use",{xlinkHref:m?"#icon-swap":"#icon-trade"})})}),_.jsx(uS,{marginTop:"-20px",loading:f&&l,balance:U,showHalf:!1,showMax:!1,amountValue:W,handleTokenSelectClick:()=>{C(!1),T(!0)},onInputChange:de=>{P(de,!1)},inputAllowed:!1,amount:u,token:a})]}),oe&&_.jsx(SU,{scamsText:oe}),_.jsxs("div",{className:"swap-bottom-block",style:{border:E?"0px solid #2a3238":"1px solid #2a3238"},children:[_.jsx("button",{className:"cs-solid-btn swap-btn",style:{marginTop:"0px"},disabled:E||l,onClick:()=>{n?F&&D.length>0?v(!0):b(!0):t!=null&&t.connect?t.connect():i(!0)},children:l?_.jsx("div",{style:{width:"100%",display:"flex",justifyContent:"center"},children:_.jsx(P8,{})}):A}),c&&u&&Be(c).gt(0)&&Be(u).gt(0)&&_.jsxs("div",{className:"content",children:[_.jsxs("div",{className:"price-related-info",children:[h&&!(h!=null&&h.errorCode)&&_.jsx(v0,{baseToken:o,quoteToken:a,baseAmount:h.fromAmountUi||"",quoteAmount:h.toAmountUi||"",loading:l}),_.jsx(N8,{isLoading:l,routerData:h})]}),_.jsx(R8,{isLoading:l,amountLimit:p}),_.jsx(U3,{hasSubMenu:!0,formatSwapRouter:d,isLoading:l})]})]}),y&&_.jsx(LW,{data:ee(),toBack:()=>b(!1),onSubmitClick:async de=>{try{await q(de,r==null?void 0:r.partner)}finally{b(!1)}}}),w&&_.jsx(gG,{currToken:O?o:a,backClick:()=>T(!1),onSelectToken:de=>{k(de,O),T(!1)}}),g&&D.length>0&&_.jsx(yG,{onClose:()=>{v(!1)},tokenList:D,onSureClick:()=>{v(!1),b(!0)}})]})}function WG({initProps:e={},customWallet:t}){WF();const{ToastContainer:r}=ta(),{fetchRouterConfig:n}=UF(),{getTokens:i}=hs(),{fetchTokenPrices:s}=zl(),{transactionData:o,setTransactionData:a}=h0(),{isOpenSecondary:c,fromCoin:u,toAmount:l,toCoin:f,fromAmount:h}=dn(),[y,b]=te.useState(0),w=te.useRef(y);HF(e),te.useEffect(()=>{i(),s([]),n()},[]),te.useEffect(()=>{w.current=0},[u==null?void 0:u.coin_type,f==null?void 0:f.coin_type,h,l]),zF({interval:1e3,callback:()=>{w.current=w.current+1,c?w.current>=5&&T():w.current>=20&&T()}});const T=()=>{w.current=20,b(20),setTimeout(()=>{w.current=0,b(0)},20)};return _.jsx(_.Fragment,{children:_.jsxs("div",{className:"swap-container",id:"cs-swap-widget",children:[_.jsx($F,{independentWallet:!!(e!=null&&e.independentWallet),customWallet:t}),_.jsx(xF,{handleRefresh:T}),_.jsx(HG,{refreshCount:y,customWallet:t,initProps:e}),o&&_.jsx(BF,{transactionData:o,onClose:()=>{a(void 0)}}),_.jsx(r,{})]})})}function z0({initProps:e={},customWallet:t}){var o;const{getOwnerCoinBalances:r}=Ul(),n=Ur.useCurrentAccount(),{saveCurrentAccount:i}=jn(),{mutate:s}=Ur.useConnectWallet();return te.useEffect(()=>{i(n||void 0),r(n==null?void 0:n.address)},[n]),te.useEffect(()=>{var a;t&&((a=t==null?void 0:t.currentAccount)==null?void 0:a.address)!==(n==null?void 0:n.address)&&s({wallet:t==null?void 0:t.currentWallet},{onSuccess:()=>{}})},[(o=t==null?void 0:t.currentAccount)==null?void 0:o.address,n==null?void 0:n.address]),_.jsx(WG,{initProps:e,customWallet:t})}function GG({initProps:e,customWallet:t}){const[r,n]=te.useState(!0);return _.jsxs("div",{className:r?"export-modal-container":"export-modal-container none",children:[r&&_.jsx("div",{className:"swap-modal-box",children:_.jsx(z0,{initProps:e,customWallet:t})}),_.jsx("div",{className:"swap-modal-mask",onClick:()=>n(!1)})]})}function KG({size:e,direction:t,initProps:r,customWallet:n}){const[i,s]=te.useState(!1),o=()=>{s(!i)};return _.jsxs("div",{className:"widget-btn-box",children:[_.jsx("div",{className:`img-btn ${e} ${t}`,onClick:o,children:i?_.jsx("svg",{className:"icon","aria-hidden":"true",children:_.jsx("use",{xlinkHref:"#icon-unfold"})}):_.jsx("img",{src:$t("/images/img-logo@2x.png")})}),i&&_.jsx("div",{className:`widget-modal ${t} ${e}`,children:_.jsx(z0,{initProps:r,customWallet:n})})]})}function XG({initProps:e={},customWallet:t}){const{displayMode:r,widgetBtnDirection:n,widgetBtnSize:i}=e;return _.jsxs(wl,{appearance:"dark",children:[r==="Integrated"&&_.jsx(z0,{initProps:e,customWallet:t}),r==="Widget"&&_.jsx(KG,{initProps:e,customWallet:t,direction:n||"right-bottom",size:i||"Default"}),(!r||r==="Modal")&&_.jsx(GG,{initProps:e,customWallet:t})]})}const JG=XG;Vt.CetusSwap=JG,Object.defineProperty(Vt,Symbol.toStringTag,{value:"Module"})});