palmier 0.6.6 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/agents/agent-instructions.md +28 -6
- package/dist/commands/plan-generation.md +1 -0
- package/dist/commands/run.js +3 -3
- package/dist/location-device.d.ts +8 -0
- package/dist/location-device.js +32 -0
- package/dist/mcp-handler.d.ts +8 -0
- package/dist/mcp-handler.js +110 -0
- package/dist/mcp-tools.d.ts +22 -0
- package/dist/mcp-tools.js +152 -0
- package/dist/pwa/assets/{index-DhvJN8ie.css → index-DAI3J-jU.css} +1 -1
- package/dist/pwa/assets/index-RrJvjqz9.js +118 -0
- package/dist/pwa/assets/web-DQteXlI7.js +1 -0
- package/dist/pwa/assets/web-EzNEHXEh.js +1 -0
- package/dist/pwa/index.html +3 -3
- package/dist/pwa/service-worker.js +2 -2
- package/dist/rpc-handler.js +20 -7
- package/dist/transports/http-transport.js +61 -129
- package/package.json +1 -1
- package/palmier-server/README.md +6 -1
- package/palmier-server/package.json +7 -1
- package/palmier-server/pnpm-lock.yaml +1025 -1
- package/palmier-server/pwa/index.html +1 -1
- package/palmier-server/pwa/package.json +3 -0
- package/palmier-server/pwa/src/App.css +55 -0
- package/palmier-server/pwa/src/api.ts +8 -2
- package/palmier-server/pwa/src/components/HostMenu.tsx +102 -1
- package/palmier-server/pwa/src/components/TaskListView.tsx +94 -78
- package/palmier-server/pwa/src/contexts/HostConnectionContext.tsx +2 -1
- package/palmier-server/pwa/src/hooks/usePushSubscription.ts +3 -0
- package/palmier-server/pwa/src/pages/Dashboard.tsx +5 -2
- package/palmier-server/pwa/src/pages/PairHost.tsx +10 -1
- package/palmier-server/pwa/src/service-worker.ts +7 -7
- package/palmier-server/server/.env.example +4 -0
- package/palmier-server/server/package.json +1 -0
- package/palmier-server/server/src/db.ts +10 -0
- package/palmier-server/server/src/fcm.ts +74 -0
- package/palmier-server/server/src/index.ts +101 -21
- package/palmier-server/server/src/notify.ts +34 -0
- package/palmier-server/server/src/push.ts +1 -1
- package/palmier-server/server/src/routes/fcm.ts +64 -0
- package/palmier-server/server/src/routes/push.ts +6 -5
- package/palmier-server/spec.md +4 -2
- package/src/agents/agent-instructions.md +28 -6
- package/src/commands/plan-generation.md +1 -0
- package/src/commands/run.ts +3 -3
- package/src/location-device.ts +35 -0
- package/src/mcp-handler.ts +133 -0
- package/src/mcp-tools.ts +182 -0
- package/src/rpc-handler.ts +21 -7
- package/src/transports/http-transport.ts +58 -128
- package/dist/pwa/assets/index-CXqKVvmk.js +0 -118
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
var bw=Object.defineProperty;var vw=(e,n,r)=>n in e?bw(e,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[n]=r;var A=(e,n,r)=>vw(e,typeof n!="symbol"?n+"":n,r);(function(){const n=document.createElement("link").relList;if(n&&n.supports&&n.supports("modulepreload"))return;for(const l of document.querySelectorAll('link[rel="modulepreload"]'))a(l);new MutationObserver(l=>{for(const u of l)if(u.type==="childList")for(const c of u.addedNodes)c.tagName==="LINK"&&c.rel==="modulepreload"&&a(c)}).observe(document,{childList:!0,subtree:!0});function r(l){const u={};return l.integrity&&(u.integrity=l.integrity),l.referrerPolicy&&(u.referrerPolicy=l.referrerPolicy),l.crossOrigin==="use-credentials"?u.credentials="include":l.crossOrigin==="anonymous"?u.credentials="omit":u.credentials="same-origin",u}function a(l){if(l.ep)return;l.ep=!0;const u=r(l);fetch(l.href,u)}})();function db(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vf={exports:{}},tl={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-jsx-runtime.production.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Meta Platforms, Inc. and 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 Cy;function xw(){if(Cy)return tl;Cy=1;var e=Symbol.for("react.transitional.element"),n=Symbol.for("react.fragment");function r(a,l,u){var c=null;if(u!==void 0&&(c=""+u),l.key!==void 0&&(c=""+l.key),"key"in l){u={};for(var f in l)f!=="key"&&(u[f]=l[f])}else u=l;return l=u.ref,{$$typeof:e,type:a,key:c,ref:l!==void 0?l:null,props:u}}return tl.Fragment=n,tl.jsx=r,tl.jsxs=r,tl}var Ty;function ww(){return Ty||(Ty=1,Vf.exports=xw()),Vf.exports}var w=ww(),Jf={exports:{}},Fe={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* react.production.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/var jy;function Sw(){if(jy)return Fe;jy=1;var e=Symbol.for("react.transitional.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),u=Symbol.for("react.consumer"),c=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),d=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),g=Symbol.for("react.activity"),b=Symbol.iterator;function x(R){return R===null||typeof R!="object"?null:(R=b&&R[b]||R["@@iterator"],typeof R=="function"?R:null)}var k={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},z=Object.assign,B={};function M(R,W,_){this.props=R,this.context=W,this.refs=B,this.updater=_||k}M.prototype.isReactComponent={},M.prototype.setState=function(R,W){if(typeof R!="object"&&typeof R!="function"&&R!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,R,W,"setState")},M.prototype.forceUpdate=function(R){this.updater.enqueueForceUpdate(this,R,"forceUpdate")};function G(){}G.prototype=M.prototype;function J(R,W,_){this.props=R,this.context=W,this.refs=B,this.updater=_||k}var se=J.prototype=new G;se.constructor=J,z(se,M.prototype),se.isPureReactComponent=!0;var j=Array.isArray;function O(){}var V={H:null,A:null,T:null,S:null},q=Object.prototype.hasOwnProperty;function Y(R,W,_){var ue=_.ref;return{$$typeof:e,type:R,key:W,ref:ue!==void 0?ue:null,props:_}}function L(R,W){return Y(R.type,W,R.props)}function Z(R){return typeof R=="object"&&R!==null&&R.$$typeof===e}function X(R){var W={"=":"=0",":":"=2"};return"$"+R.replace(/[=:]/g,function(_){return W[_]})}var be=/\/+/g;function ge(R,W){return typeof R=="object"&&R!==null&&R.key!=null?X(""+R.key):W.toString(36)}function I(R){switch(R.status){case"fulfilled":return R.value;case"rejected":throw R.reason;default:switch(typeof R.status=="string"?R.then(O,O):(R.status="pending",R.then(function(W){R.status==="pending"&&(R.status="fulfilled",R.value=W)},function(W){R.status==="pending"&&(R.status="rejected",R.reason=W)})),R.status){case"fulfilled":return R.value;case"rejected":throw R.reason}}throw R}function F(R,W,_,ue,ce){var we=typeof R;(we==="undefined"||we==="boolean")&&(R=null);var Te=!1;if(R===null)Te=!0;else switch(we){case"bigint":case"string":case"number":Te=!0;break;case"object":switch(R.$$typeof){case e:case n:Te=!0;break;case y:return Te=R._init,F(Te(R._payload),W,_,ue,ce)}}if(Te)return ce=ce(R),Te=ue===""?"."+ge(R,0):ue,j(ce)?(_="",Te!=null&&(_=Te.replace(be,"$&/")+"/"),F(ce,W,_,"",function(ze){return ze})):ce!=null&&(Z(ce)&&(ce=L(ce,_+(ce.key==null||R&&R.key===ce.key?"":(""+ce.key).replace(be,"$&/")+"/")+Te)),W.push(ce)),1;Te=0;var Re=ue===""?".":ue+":";if(j(R))for(var ke=0;ke<R.length;ke++)ue=R[ke],we=Re+ge(ue,ke),Te+=F(ue,W,_,we,ce);else if(ke=x(R),typeof ke=="function")for(R=ke.call(R),ke=0;!(ue=R.next()).done;)ue=ue.value,we=Re+ge(ue,ke++),Te+=F(ue,W,_,we,ce);else if(we==="object"){if(typeof R.then=="function")return F(I(R),W,_,ue,ce);throw W=String(R),Error("Objects are not valid as a React child (found: "+(W==="[object Object]"?"object with keys {"+Object.keys(R).join(", ")+"}":W)+"). If you meant to render a collection of children, use an array instead.")}return Te}function ie(R,W,_){if(R==null)return R;var ue=[],ce=0;return F(R,ue,"","",function(we){return W.call(_,we,ce++)}),ue}function he(R){if(R._status===-1){var W=R._result;W=W(),W.then(function(_){(R._status===0||R._status===-1)&&(R._status=1,R._result=_)},function(_){(R._status===0||R._status===-1)&&(R._status=2,R._result=_)}),R._status===-1&&(R._status=0,R._result=W)}if(R._status===1)return R._result.default;throw R._result}var Se=typeof reportError=="function"?reportError:function(R){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var W=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof R=="object"&&R!==null&&typeof R.message=="string"?String(R.message):String(R),error:R});if(!window.dispatchEvent(W))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",R);return}console.error(R)},N={map:ie,forEach:function(R,W,_){ie(R,function(){W.apply(this,arguments)},_)},count:function(R){var W=0;return ie(R,function(){W++}),W},toArray:function(R){return ie(R,function(W){return W})||[]},only:function(R){if(!Z(R))throw Error("React.Children.only expected to receive a single React element child.");return R}};return Fe.Activity=g,Fe.Children=N,Fe.Component=M,Fe.Fragment=r,Fe.Profiler=l,Fe.PureComponent=J,Fe.StrictMode=a,Fe.Suspense=m,Fe.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=V,Fe.__COMPILER_RUNTIME={__proto__:null,c:function(R){return V.H.useMemoCache(R)}},Fe.cache=function(R){return function(){return R.apply(null,arguments)}},Fe.cacheSignal=function(){return null},Fe.cloneElement=function(R,W,_){if(R==null)throw Error("The argument must be a React element, but you passed "+R+".");var ue=z({},R.props),ce=R.key;if(W!=null)for(we in W.key!==void 0&&(ce=""+W.key),W)!q.call(W,we)||we==="key"||we==="__self"||we==="__source"||we==="ref"&&W.ref===void 0||(ue[we]=W[we]);var we=arguments.length-2;if(we===1)ue.children=_;else if(1<we){for(var Te=Array(we),Re=0;Re<we;Re++)Te[Re]=arguments[Re+2];ue.children=Te}return Y(R.type,ce,ue)},Fe.createContext=function(R){return R={$$typeof:c,_currentValue:R,_currentValue2:R,_threadCount:0,Provider:null,Consumer:null},R.Provider=R,R.Consumer={$$typeof:u,_context:R},R},Fe.createElement=function(R,W,_){var ue,ce={},we=null;if(W!=null)for(ue in W.key!==void 0&&(we=""+W.key),W)q.call(W,ue)&&ue!=="key"&&ue!=="__self"&&ue!=="__source"&&(ce[ue]=W[ue]);var Te=arguments.length-2;if(Te===1)ce.children=_;else if(1<Te){for(var Re=Array(Te),ke=0;ke<Te;ke++)Re[ke]=arguments[ke+2];ce.children=Re}if(R&&R.defaultProps)for(ue in Te=R.defaultProps,Te)ce[ue]===void 0&&(ce[ue]=Te[ue]);return Y(R,we,ce)},Fe.createRef=function(){return{current:null}},Fe.forwardRef=function(R){return{$$typeof:f,render:R}},Fe.isValidElement=Z,Fe.lazy=function(R){return{$$typeof:y,_payload:{_status:-1,_result:R},_init:he}},Fe.memo=function(R,W){return{$$typeof:d,type:R,compare:W===void 0?null:W}},Fe.startTransition=function(R){var W=V.T,_={};V.T=_;try{var ue=R(),ce=V.S;ce!==null&&ce(_,ue),typeof ue=="object"&&ue!==null&&typeof ue.then=="function"&&ue.then(O,Se)}catch(we){Se(we)}finally{W!==null&&_.types!==null&&(W.types=_.types),V.T=W}},Fe.unstable_useCacheRefresh=function(){return V.H.useCacheRefresh()},Fe.use=function(R){return V.H.use(R)},Fe.useActionState=function(R,W,_){return V.H.useActionState(R,W,_)},Fe.useCallback=function(R,W){return V.H.useCallback(R,W)},Fe.useContext=function(R){return V.H.useContext(R)},Fe.useDebugValue=function(){},Fe.useDeferredValue=function(R,W){return V.H.useDeferredValue(R,W)},Fe.useEffect=function(R,W){return V.H.useEffect(R,W)},Fe.useEffectEvent=function(R){return V.H.useEffectEvent(R)},Fe.useId=function(){return V.H.useId()},Fe.useImperativeHandle=function(R,W,_){return V.H.useImperativeHandle(R,W,_)},Fe.useInsertionEffect=function(R,W){return V.H.useInsertionEffect(R,W)},Fe.useLayoutEffect=function(R,W){return V.H.useLayoutEffect(R,W)},Fe.useMemo=function(R,W){return V.H.useMemo(R,W)},Fe.useOptimistic=function(R,W){return V.H.useOptimistic(R,W)},Fe.useReducer=function(R,W,_){return V.H.useReducer(R,W,_)},Fe.useRef=function(R){return V.H.useRef(R)},Fe.useState=function(R){return V.H.useState(R)},Fe.useSyncExternalStore=function(R,W,_){return V.H.useSyncExternalStore(R,W,_)},Fe.useTransition=function(){return V.H.useTransition()},Fe.version="19.2.4",Fe}var Oy;function sd(){return Oy||(Oy=1,Jf.exports=Sw()),Jf.exports}var U=sd(),Xf={exports:{}},nl={},Qf={exports:{}},Kf={};/**
|
|
18
|
+
* @license React
|
|
19
|
+
* scheduler.production.js
|
|
20
|
+
*
|
|
21
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
22
|
+
*
|
|
23
|
+
* This source code is licensed under the MIT license found in the
|
|
24
|
+
* LICENSE file in the root directory of this source tree.
|
|
25
|
+
*/var Ny;function _w(){return Ny||(Ny=1,(function(e){function n(F,ie){var he=F.length;F.push(ie);e:for(;0<he;){var Se=he-1>>>1,N=F[Se];if(0<l(N,ie))F[Se]=ie,F[he]=N,he=Se;else break e}}function r(F){return F.length===0?null:F[0]}function a(F){if(F.length===0)return null;var ie=F[0],he=F.pop();if(he!==ie){F[0]=he;e:for(var Se=0,N=F.length,R=N>>>1;Se<R;){var W=2*(Se+1)-1,_=F[W],ue=W+1,ce=F[ue];if(0>l(_,he))ue<N&&0>l(ce,_)?(F[Se]=ce,F[ue]=he,Se=ue):(F[Se]=_,F[W]=he,Se=W);else if(ue<N&&0>l(ce,he))F[Se]=ce,F[ue]=he,Se=ue;else break e}}return ie}function l(F,ie){var he=F.sortIndex-ie.sortIndex;return he!==0?he:F.id-ie.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var u=performance;e.unstable_now=function(){return u.now()}}else{var c=Date,f=c.now();e.unstable_now=function(){return c.now()-f}}var m=[],d=[],y=1,g=null,b=3,x=!1,k=!1,z=!1,B=!1,M=typeof setTimeout=="function"?setTimeout:null,G=typeof clearTimeout=="function"?clearTimeout:null,J=typeof setImmediate<"u"?setImmediate:null;function se(F){for(var ie=r(d);ie!==null;){if(ie.callback===null)a(d);else if(ie.startTime<=F)a(d),ie.sortIndex=ie.expirationTime,n(m,ie);else break;ie=r(d)}}function j(F){if(z=!1,se(F),!k)if(r(m)!==null)k=!0,O||(O=!0,X());else{var ie=r(d);ie!==null&&I(j,ie.startTime-F)}}var O=!1,V=-1,q=5,Y=-1;function L(){return B?!0:!(e.unstable_now()-Y<q)}function Z(){if(B=!1,O){var F=e.unstable_now();Y=F;var ie=!0;try{e:{k=!1,z&&(z=!1,G(V),V=-1),x=!0;var he=b;try{t:{for(se(F),g=r(m);g!==null&&!(g.expirationTime>F&&L());){var Se=g.callback;if(typeof Se=="function"){g.callback=null,b=g.priorityLevel;var N=Se(g.expirationTime<=F);if(F=e.unstable_now(),typeof N=="function"){g.callback=N,se(F),ie=!0;break t}g===r(m)&&a(m),se(F)}else a(m);g=r(m)}if(g!==null)ie=!0;else{var R=r(d);R!==null&&I(j,R.startTime-F),ie=!1}}break e}finally{g=null,b=he,x=!1}ie=void 0}}finally{ie?X():O=!1}}}var X;if(typeof J=="function")X=function(){J(Z)};else if(typeof MessageChannel<"u"){var be=new MessageChannel,ge=be.port2;be.port1.onmessage=Z,X=function(){ge.postMessage(null)}}else X=function(){M(Z,0)};function I(F,ie){V=M(function(){F(e.unstable_now())},ie)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(F){F.callback=null},e.unstable_forceFrameRate=function(F){0>F||125<F?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):q=0<F?Math.floor(1e3/F):5},e.unstable_getCurrentPriorityLevel=function(){return b},e.unstable_next=function(F){switch(b){case 1:case 2:case 3:var ie=3;break;default:ie=b}var he=b;b=ie;try{return F()}finally{b=he}},e.unstable_requestPaint=function(){B=!0},e.unstable_runWithPriority=function(F,ie){switch(F){case 1:case 2:case 3:case 4:case 5:break;default:F=3}var he=b;b=F;try{return ie()}finally{b=he}},e.unstable_scheduleCallback=function(F,ie,he){var Se=e.unstable_now();switch(typeof he=="object"&&he!==null?(he=he.delay,he=typeof he=="number"&&0<he?Se+he:Se):he=Se,F){case 1:var N=-1;break;case 2:N=250;break;case 5:N=1073741823;break;case 4:N=1e4;break;default:N=5e3}return N=he+N,F={id:y++,callback:ie,priorityLevel:F,startTime:he,expirationTime:N,sortIndex:-1},he>Se?(F.sortIndex=he,n(d,F),r(m)===null&&F===r(d)&&(z?(G(V),V=-1):z=!0,I(j,he-Se))):(F.sortIndex=N,n(m,F),k||x||(k=!0,O||(O=!0,X()))),F},e.unstable_shouldYield=L,e.unstable_wrapCallback=function(F){var ie=b;return function(){var he=b;b=ie;try{return F.apply(this,arguments)}finally{b=he}}}})(Kf)),Kf}var Ry;function Ew(){return Ry||(Ry=1,Qf.exports=_w()),Qf.exports}var Zf={exports:{}},Wt={};/**
|
|
26
|
+
* @license React
|
|
27
|
+
* react-dom.production.js
|
|
28
|
+
*
|
|
29
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
30
|
+
*
|
|
31
|
+
* This source code is licensed under the MIT license found in the
|
|
32
|
+
* LICENSE file in the root directory of this source tree.
|
|
33
|
+
*/var My;function kw(){if(My)return Wt;My=1;var e=sd();function n(m){var d="https://react.dev/errors/"+m;if(1<arguments.length){d+="?args[]="+encodeURIComponent(arguments[1]);for(var y=2;y<arguments.length;y++)d+="&args[]="+encodeURIComponent(arguments[y])}return"Minified React error #"+m+"; visit "+d+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function r(){}var a={d:{f:r,r:function(){throw Error(n(522))},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},l=Symbol.for("react.portal");function u(m,d,y){var g=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:l,key:g==null?null:""+g,children:m,containerInfo:d,implementation:y}}var c=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function f(m,d){if(m==="font")return"";if(typeof d=="string")return d==="use-credentials"?d:""}return Wt.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,Wt.createPortal=function(m,d){var y=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!d||d.nodeType!==1&&d.nodeType!==9&&d.nodeType!==11)throw Error(n(299));return u(m,d,null,y)},Wt.flushSync=function(m){var d=c.T,y=a.p;try{if(c.T=null,a.p=2,m)return m()}finally{c.T=d,a.p=y,a.d.f()}},Wt.preconnect=function(m,d){typeof m=="string"&&(d?(d=d.crossOrigin,d=typeof d=="string"?d==="use-credentials"?d:"":void 0):d=null,a.d.C(m,d))},Wt.prefetchDNS=function(m){typeof m=="string"&&a.d.D(m)},Wt.preinit=function(m,d){if(typeof m=="string"&&d&&typeof d.as=="string"){var y=d.as,g=f(y,d.crossOrigin),b=typeof d.integrity=="string"?d.integrity:void 0,x=typeof d.fetchPriority=="string"?d.fetchPriority:void 0;y==="style"?a.d.S(m,typeof d.precedence=="string"?d.precedence:void 0,{crossOrigin:g,integrity:b,fetchPriority:x}):y==="script"&&a.d.X(m,{crossOrigin:g,integrity:b,fetchPriority:x,nonce:typeof d.nonce=="string"?d.nonce:void 0})}},Wt.preinitModule=function(m,d){if(typeof m=="string")if(typeof d=="object"&&d!==null){if(d.as==null||d.as==="script"){var y=f(d.as,d.crossOrigin);a.d.M(m,{crossOrigin:y,integrity:typeof d.integrity=="string"?d.integrity:void 0,nonce:typeof d.nonce=="string"?d.nonce:void 0})}}else d==null&&a.d.M(m)},Wt.preload=function(m,d){if(typeof m=="string"&&typeof d=="object"&&d!==null&&typeof d.as=="string"){var y=d.as,g=f(y,d.crossOrigin);a.d.L(m,y,{crossOrigin:g,integrity:typeof d.integrity=="string"?d.integrity:void 0,nonce:typeof d.nonce=="string"?d.nonce:void 0,type:typeof d.type=="string"?d.type:void 0,fetchPriority:typeof d.fetchPriority=="string"?d.fetchPriority:void 0,referrerPolicy:typeof d.referrerPolicy=="string"?d.referrerPolicy:void 0,imageSrcSet:typeof d.imageSrcSet=="string"?d.imageSrcSet:void 0,imageSizes:typeof d.imageSizes=="string"?d.imageSizes:void 0,media:typeof d.media=="string"?d.media:void 0})}},Wt.preloadModule=function(m,d){if(typeof m=="string")if(d){var y=f(d.as,d.crossOrigin);a.d.m(m,{as:typeof d.as=="string"&&d.as!=="script"?d.as:void 0,crossOrigin:y,integrity:typeof d.integrity=="string"?d.integrity:void 0})}else a.d.m(m)},Wt.requestFormReset=function(m){a.d.r(m)},Wt.unstable_batchedUpdates=function(m,d){return m(d)},Wt.useFormState=function(m,d,y){return c.H.useFormState(m,d,y)},Wt.useFormStatus=function(){return c.H.useHostTransitionStatus()},Wt.version="19.2.4",Wt}var Dy;function mb(){if(Dy)return Zf.exports;Dy=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(n){console.error(n)}}return e(),Zf.exports=kw(),Zf.exports}/**
|
|
34
|
+
* @license React
|
|
35
|
+
* react-dom-client.production.js
|
|
36
|
+
*
|
|
37
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
38
|
+
*
|
|
39
|
+
* This source code is licensed under the MIT license found in the
|
|
40
|
+
* LICENSE file in the root directory of this source tree.
|
|
41
|
+
*/var zy;function Aw(){if(zy)return nl;zy=1;var e=Ew(),n=sd(),r=mb();function a(t){var i="https://react.dev/errors/"+t;if(1<arguments.length){i+="?args[]="+encodeURIComponent(arguments[1]);for(var s=2;s<arguments.length;s++)i+="&args[]="+encodeURIComponent(arguments[s])}return"Minified React error #"+t+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function l(t){return!(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)}function u(t){var i=t,s=t;if(t.alternate)for(;i.return;)i=i.return;else{t=i;do i=t,(i.flags&4098)!==0&&(s=i.return),t=i.return;while(t)}return i.tag===3?s:null}function c(t){if(t.tag===13){var i=t.memoizedState;if(i===null&&(t=t.alternate,t!==null&&(i=t.memoizedState)),i!==null)return i.dehydrated}return null}function f(t){if(t.tag===31){var i=t.memoizedState;if(i===null&&(t=t.alternate,t!==null&&(i=t.memoizedState)),i!==null)return i.dehydrated}return null}function m(t){if(u(t)!==t)throw Error(a(188))}function d(t){var i=t.alternate;if(!i){if(i=u(t),i===null)throw Error(a(188));return i!==t?null:t}for(var s=t,o=i;;){var h=s.return;if(h===null)break;var p=h.alternate;if(p===null){if(o=h.return,o!==null){s=o;continue}break}if(h.child===p.child){for(p=h.child;p;){if(p===s)return m(h),t;if(p===o)return m(h),i;p=p.sibling}throw Error(a(188))}if(s.return!==o.return)s=h,o=p;else{for(var v=!1,S=h.child;S;){if(S===s){v=!0,s=h,o=p;break}if(S===o){v=!0,o=h,s=p;break}S=S.sibling}if(!v){for(S=p.child;S;){if(S===s){v=!0,s=p,o=h;break}if(S===o){v=!0,o=p,s=h;break}S=S.sibling}if(!v)throw Error(a(189))}}if(s.alternate!==o)throw Error(a(190))}if(s.tag!==3)throw Error(a(188));return s.stateNode.current===s?t:i}function y(t){var i=t.tag;if(i===5||i===26||i===27||i===6)return t;for(t=t.child;t!==null;){if(i=y(t),i!==null)return i;t=t.sibling}return null}var g=Object.assign,b=Symbol.for("react.element"),x=Symbol.for("react.transitional.element"),k=Symbol.for("react.portal"),z=Symbol.for("react.fragment"),B=Symbol.for("react.strict_mode"),M=Symbol.for("react.profiler"),G=Symbol.for("react.consumer"),J=Symbol.for("react.context"),se=Symbol.for("react.forward_ref"),j=Symbol.for("react.suspense"),O=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),Y=Symbol.for("react.activity"),L=Symbol.for("react.memo_cache_sentinel"),Z=Symbol.iterator;function X(t){return t===null||typeof t!="object"?null:(t=Z&&t[Z]||t["@@iterator"],typeof t=="function"?t:null)}var be=Symbol.for("react.client.reference");function ge(t){if(t==null)return null;if(typeof t=="function")return t.$$typeof===be?null:t.displayName||t.name||null;if(typeof t=="string")return t;switch(t){case z:return"Fragment";case M:return"Profiler";case B:return"StrictMode";case j:return"Suspense";case O:return"SuspenseList";case Y:return"Activity"}if(typeof t=="object")switch(t.$$typeof){case k:return"Portal";case J:return t.displayName||"Context";case G:return(t._context.displayName||"Context")+".Consumer";case se:var i=t.render;return t=t.displayName,t||(t=i.displayName||i.name||"",t=t!==""?"ForwardRef("+t+")":"ForwardRef"),t;case V:return i=t.displayName||null,i!==null?i:ge(t.type)||"Memo";case q:i=t._payload,t=t._init;try{return ge(t(i))}catch{}}return null}var I=Array.isArray,F=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ie=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,he={pending:!1,data:null,method:null,action:null},Se=[],N=-1;function R(t){return{current:t}}function W(t){0>N||(t.current=Se[N],Se[N]=null,N--)}function _(t,i){N++,Se[N]=t.current,t.current=i}var ue=R(null),ce=R(null),we=R(null),Te=R(null);function Re(t,i){switch(_(we,i),_(ce,t),_(ue,null),i.nodeType){case 9:case 11:t=(t=i.documentElement)&&(t=t.namespaceURI)?Qg(t):0;break;default:if(t=i.tagName,i=i.namespaceURI)i=Qg(i),t=Kg(i,t);else switch(t){case"svg":t=1;break;case"math":t=2;break;default:t=0}}W(ue),_(ue,t)}function ke(){W(ue),W(ce),W(we)}function ze(t){t.memoizedState!==null&&_(Te,t);var i=ue.current,s=Kg(i,t.type);i!==s&&(_(ce,t),_(ue,s))}function bt(t){ce.current===t&&(W(ue),W(ce)),Te.current===t&&(W(Te),Ks._currentValue=he)}var qe,Pe;function rt(t){if(qe===void 0)try{throw Error()}catch(s){var i=s.stack.trim().match(/\n( *(at )?)/);qe=i&&i[1]||"",Pe=-1<s.stack.indexOf(`
|
|
42
|
+
at`)?" (<anonymous>)":-1<s.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
43
|
+
`+qe+t+Pe}var vt=!1;function xe(t,i){if(!t||vt)return"";vt=!0;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var o={DetermineComponentFrameRoot:function(){try{if(i){var pe=function(){throw Error()};if(Object.defineProperty(pe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(pe,[])}catch(ae){var ne=ae}Reflect.construct(t,[],pe)}else{try{pe.call()}catch(ae){ne=ae}t.call(pe.prototype)}}else{try{throw Error()}catch(ae){ne=ae}(pe=t())&&typeof pe.catch=="function"&&pe.catch(function(){})}}catch(ae){if(ae&&ne&&typeof ae.stack=="string")return[ae.stack,ne.stack]}return[null,null]}};o.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var h=Object.getOwnPropertyDescriptor(o.DetermineComponentFrameRoot,"name");h&&h.configurable&&Object.defineProperty(o.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var p=o.DetermineComponentFrameRoot(),v=p[0],S=p[1];if(v&&S){var P=v.split(`
|
|
44
|
+
`),te=S.split(`
|
|
45
|
+
`);for(h=o=0;o<P.length&&!P[o].includes("DetermineComponentFrameRoot");)o++;for(;h<te.length&&!te[h].includes("DetermineComponentFrameRoot");)h++;if(o===P.length||h===te.length)for(o=P.length-1,h=te.length-1;1<=o&&0<=h&&P[o]!==te[h];)h--;for(;1<=o&&0<=h;o--,h--)if(P[o]!==te[h]){if(o!==1||h!==1)do if(o--,h--,0>h||P[o]!==te[h]){var le=`
|
|
46
|
+
`+P[o].replace(" at new "," at ");return t.displayName&&le.includes("<anonymous>")&&(le=le.replace("<anonymous>",t.displayName)),le}while(1<=o&&0<=h);break}}}finally{vt=!1,Error.prepareStackTrace=s}return(s=t?t.displayName||t.name:"")?rt(s):""}function Ie(t,i){switch(t.tag){case 26:case 27:case 5:return rt(t.type);case 16:return rt("Lazy");case 13:return t.child!==i&&i!==null?rt("Suspense Fallback"):rt("Suspense");case 19:return rt("SuspenseList");case 0:case 15:return xe(t.type,!1);case 11:return xe(t.type.render,!1);case 1:return xe(t.type,!0);case 31:return rt("Activity");default:return""}}function He(t){try{var i="",s=null;do i+=Ie(t,s),s=t,t=t.return;while(t);return i}catch(o){return`
|
|
47
|
+
Error generating stack: `+o.message+`
|
|
48
|
+
`+o.stack}}var kt=Object.prototype.hasOwnProperty,Mn=e.unstable_scheduleCallback,Qn=e.unstable_cancelCallback,ra=e.unstable_shouldYield,Gr=e.unstable_requestPaint,xt=e.unstable_now,cs=e.unstable_getCurrentPriorityLevel,oe=e.unstable_ImmediatePriority,_e=e.unstable_UserBlockingPriority,Be=e.unstable_NormalPriority,Ve=e.unstable_LowPriority,it=e.unstable_IdlePriority,nn=e.log,Dn=e.unstable_setDisableYieldValue,Vt=null,mt=null;function Ht(t){if(typeof nn=="function"&&Dn(t),mt&&typeof mt.setStrictMode=="function")try{mt.setStrictMode(Vt,t)}catch{}}var ot=Math.clz32?Math.clz32:ia,zn=Math.log,rn=Math.LN2;function ia(t){return t>>>=0,t===0?32:31-(zn(t)/rn|0)|0}var Yr=256,xr=262144,Vr=4194304;function Kn(t){var i=t&42;if(i!==0)return i;switch(t&-t){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return t&261888;case 262144:case 524288:case 1048576:case 2097152:return t&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return t&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return t}}function ji(t,i,s){var o=t.pendingLanes;if(o===0)return 0;var h=0,p=t.suspendedLanes,v=t.pingedLanes;t=t.warmLanes;var S=o&134217727;return S!==0?(o=S&~p,o!==0?h=Kn(o):(v&=S,v!==0?h=Kn(v):s||(s=S&~t,s!==0&&(h=Kn(s))))):(S=o&~p,S!==0?h=Kn(S):v!==0?h=Kn(v):s||(s=o&~t,s!==0&&(h=Kn(s)))),h===0?0:i!==0&&i!==h&&(i&p)===0&&(p=h&-h,s=i&-i,p>=s||p===32&&(s&4194048)!==0)?i:h}function Oi(t,i){return(t.pendingLanes&~(t.suspendedLanes&~t.pingedLanes)&i)===0}function fs(t,i){switch(t){case 1:case 2:case 4:case 8:case 64:return i+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return i+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function aa(){var t=Vr;return Vr<<=1,(Vr&62914560)===0&&(Vr=4194304),t}function Jr(t){for(var i=[],s=0;31>s;s++)i.push(t);return i}function Zn(t,i){t.pendingLanes|=i,i!==268435456&&(t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0)}function Xr(t,i,s,o,h,p){var v=t.pendingLanes;t.pendingLanes=s,t.suspendedLanes=0,t.pingedLanes=0,t.warmLanes=0,t.expiredLanes&=s,t.entangledLanes&=s,t.errorRecoveryDisabledLanes&=s,t.shellSuspendCounter=0;var S=t.entanglements,P=t.expirationTimes,te=t.hiddenUpdates;for(s=v&~s;0<s;){var le=31-ot(s),pe=1<<le;S[le]=0,P[le]=-1;var ne=te[le];if(ne!==null)for(te[le]=null,le=0;le<ne.length;le++){var ae=ne[le];ae!==null&&(ae.lane&=-536870913)}s&=~pe}o!==0&&Qr(t,o,0),p!==0&&h===0&&t.tag!==0&&(t.suspendedLanes|=p&~(v&~i))}function Qr(t,i,s){t.pendingLanes|=i,t.suspendedLanes&=~i;var o=31-ot(i);t.entangledLanes|=i,t.entanglements[o]=t.entanglements[o]|1073741824|s&261930}function Ni(t,i){var s=t.entangledLanes|=i;for(t=t.entanglements;s;){var o=31-ot(s),h=1<<o;h&i|t[o]&i&&(t[o]|=i),s&=~h}}function Kr(t,i){var s=i&-i;return s=(s&42)!==0?1:wr(s),(s&(t.suspendedLanes|i))!==0?0:s}function wr(t){switch(t){case 2:t=1;break;case 8:t=4;break;case 32:t=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:t=128;break;case 268435456:t=134217728;break;default:t=0}return t}function Ri(t){return t&=-t,2<t?8<t?(t&134217727)!==0?32:268435456:8:2}function hs(){var t=ie.p;return t!==0?t:(t=window.event,t===void 0?32:xy(t.type))}function Ll(t,i){var s=ie.p;try{return ie.p=t,i()}finally{ie.p=s}}var lr=Math.random().toString(36).slice(2),pt="__reactFiber$"+lr,Ot="__reactProps$"+lr,bn="__reactContainer$"+lr,Mi="__reactEvents$"+lr,ds="__reactListeners$"+lr,Ul="__reactHandles$"+lr,Bl="__reactResources$"+lr,It="__reactMarker$"+lr;function sa(t){delete t[pt],delete t[Ot],delete t[Mi],delete t[ds],delete t[Ul]}function E(t){var i=t[pt];if(i)return i;for(var s=t.parentNode;s;){if(i=s[bn]||s[pt]){if(s=i.alternate,i.child!==null||s!==null&&s.child!==null)for(t=iy(t);t!==null;){if(s=t[pt])return s;t=iy(t)}return i}t=s,s=t.parentNode}return null}function T(t){if(t=t[pt]||t[bn]){var i=t.tag;if(i===5||i===6||i===13||i===31||i===26||i===27||i===3)return t}return null}function C(t){var i=t.tag;if(i===5||i===26||i===27||i===6)return t.stateNode;throw Error(a(33))}function D(t){var i=t[Bl];return i||(i=t[Bl]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function H(t){t[It]=!0}var K=new Set,me={};function ye(t,i){re(t,i),re(t+"Capture",i)}function re(t,i){for(me[t]=i,t=0;t<i.length;t++)K.add(i[t])}var de=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),Oe={},Je={};function St(t){return kt.call(Je,t)?!0:kt.call(Oe,t)?!1:de.test(t)?Je[t]=!0:(Oe[t]=!0,!1)}function Zt(t,i,s){if(St(i))if(s===null)t.removeAttribute(i);else{switch(typeof s){case"undefined":case"function":case"symbol":t.removeAttribute(i);return;case"boolean":var o=i.toLowerCase().slice(0,5);if(o!=="data-"&&o!=="aria-"){t.removeAttribute(i);return}}t.setAttribute(i,""+s)}}function Wn(t,i,s){if(s===null)t.removeAttribute(i);else{switch(typeof s){case"undefined":case"function":case"symbol":case"boolean":t.removeAttribute(i);return}t.setAttribute(i,""+s)}}function Sr(t,i,s,o){if(o===null)t.removeAttribute(s);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":t.removeAttribute(s);return}t.setAttributeNS(i,s,""+o)}}function Ln(t){switch(typeof t){case"bigint":case"boolean":case"number":case"string":case"undefined":return t;case"object":return t;default:return""}}function Id(t){var i=t.type;return(t=t.nodeName)&&t.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function fv(t,i,s){var o=Object.getOwnPropertyDescriptor(t.constructor.prototype,i);if(!t.hasOwnProperty(i)&&typeof o<"u"&&typeof o.get=="function"&&typeof o.set=="function"){var h=o.get,p=o.set;return Object.defineProperty(t,i,{configurable:!0,get:function(){return h.call(this)},set:function(v){s=""+v,p.call(this,v)}}),Object.defineProperty(t,i,{enumerable:o.enumerable}),{getValue:function(){return s},setValue:function(v){s=""+v},stopTracking:function(){t._valueTracker=null,delete t[i]}}}}function Pu(t){if(!t._valueTracker){var i=Id(t)?"checked":"value";t._valueTracker=fv(t,i,""+t[i])}}function Fd(t){if(!t)return!1;var i=t._valueTracker;if(!i)return!0;var s=i.getValue(),o="";return t&&(o=Id(t)?t.checked?"true":"false":t.value),t=o,t!==s?(i.setValue(t),!0):!1}function Pl(t){if(t=t||(typeof document<"u"?document:void 0),typeof t>"u")return null;try{return t.activeElement||t.body}catch{return t.body}}var hv=/[\n"\\]/g;function Un(t){return t.replace(hv,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function qu(t,i,s,o,h,p,v,S){t.name="",v!=null&&typeof v!="function"&&typeof v!="symbol"&&typeof v!="boolean"?t.type=v:t.removeAttribute("type"),i!=null?v==="number"?(i===0&&t.value===""||t.value!=i)&&(t.value=""+Ln(i)):t.value!==""+Ln(i)&&(t.value=""+Ln(i)):v!=="submit"&&v!=="reset"||t.removeAttribute("value"),i!=null?Hu(t,v,Ln(i)):s!=null?Hu(t,v,Ln(s)):o!=null&&t.removeAttribute("value"),h==null&&p!=null&&(t.defaultChecked=!!p),h!=null&&(t.checked=h&&typeof h!="function"&&typeof h!="symbol"),S!=null&&typeof S!="function"&&typeof S!="symbol"&&typeof S!="boolean"?t.name=""+Ln(S):t.removeAttribute("name")}function $d(t,i,s,o,h,p,v,S){if(p!=null&&typeof p!="function"&&typeof p!="symbol"&&typeof p!="boolean"&&(t.type=p),i!=null||s!=null){if(!(p!=="submit"&&p!=="reset"||i!=null)){Pu(t);return}s=s!=null?""+Ln(s):"",i=i!=null?""+Ln(i):s,S||i===t.value||(t.value=i),t.defaultValue=i}o=o??h,o=typeof o!="function"&&typeof o!="symbol"&&!!o,t.checked=S?t.checked:!!o,t.defaultChecked=!!o,v!=null&&typeof v!="function"&&typeof v!="symbol"&&typeof v!="boolean"&&(t.name=v),Pu(t)}function Hu(t,i,s){i==="number"&&Pl(t.ownerDocument)===t||t.defaultValue===""+s||(t.defaultValue=""+s)}function la(t,i,s,o){if(t=t.options,i){i={};for(var h=0;h<s.length;h++)i["$"+s[h]]=!0;for(s=0;s<t.length;s++)h=i.hasOwnProperty("$"+t[s].value),t[s].selected!==h&&(t[s].selected=h),h&&o&&(t[s].defaultSelected=!0)}else{for(s=""+Ln(s),i=null,h=0;h<t.length;h++){if(t[h].value===s){t[h].selected=!0,o&&(t[h].defaultSelected=!0);return}i!==null||t[h].disabled||(i=t[h])}i!==null&&(i.selected=!0)}}function Gd(t,i,s){if(i!=null&&(i=""+Ln(i),i!==t.value&&(t.value=i),s==null)){t.defaultValue!==i&&(t.defaultValue=i);return}t.defaultValue=s!=null?""+Ln(s):""}function Yd(t,i,s,o){if(i==null){if(o!=null){if(s!=null)throw Error(a(92));if(I(o)){if(1<o.length)throw Error(a(93));o=o[0]}s=o}s==null&&(s=""),i=s}s=Ln(i),t.defaultValue=s,o=t.textContent,o===s&&o!==""&&o!==null&&(t.value=o),Pu(t)}function oa(t,i){if(i){var s=t.firstChild;if(s&&s===t.lastChild&&s.nodeType===3){s.nodeValue=i;return}}t.textContent=i}var dv=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function Vd(t,i,s){var o=i.indexOf("--")===0;s==null||typeof s=="boolean"||s===""?o?t.setProperty(i,""):i==="float"?t.cssFloat="":t[i]="":o?t.setProperty(i,s):typeof s!="number"||s===0||dv.has(i)?i==="float"?t.cssFloat=s:t[i]=(""+s).trim():t[i]=s+"px"}function Jd(t,i,s){if(i!=null&&typeof i!="object")throw Error(a(62));if(t=t.style,s!=null){for(var o in s)!s.hasOwnProperty(o)||i!=null&&i.hasOwnProperty(o)||(o.indexOf("--")===0?t.setProperty(o,""):o==="float"?t.cssFloat="":t[o]="");for(var h in i)o=i[h],i.hasOwnProperty(h)&&s[h]!==o&&Vd(t,h,o)}else for(var p in i)i.hasOwnProperty(p)&&Vd(t,p,i[p])}function Iu(t){if(t.indexOf("-")===-1)return!1;switch(t){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var mv=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),pv=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function ql(t){return pv.test(""+t)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":t}function _r(){}var Fu=null;function $u(t){return t=t.target||t.srcElement||window,t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===3?t.parentNode:t}var ua=null,ca=null;function Xd(t){var i=T(t);if(i&&(t=i.stateNode)){var s=t[Ot]||null;e:switch(t=i.stateNode,i.type){case"input":if(qu(t,s.value,s.defaultValue,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name),i=s.name,s.type==="radio"&&i!=null){for(s=t;s.parentNode;)s=s.parentNode;for(s=s.querySelectorAll('input[name="'+Un(""+i)+'"][type="radio"]'),i=0;i<s.length;i++){var o=s[i];if(o!==t&&o.form===t.form){var h=o[Ot]||null;if(!h)throw Error(a(90));qu(o,h.value,h.defaultValue,h.defaultValue,h.checked,h.defaultChecked,h.type,h.name)}}for(i=0;i<s.length;i++)o=s[i],o.form===t.form&&Fd(o)}break e;case"textarea":Gd(t,s.value,s.defaultValue);break e;case"select":i=s.value,i!=null&&la(t,!!s.multiple,i,!1)}}}var Gu=!1;function Qd(t,i,s){if(Gu)return t(i,s);Gu=!0;try{var o=t(i);return o}finally{if(Gu=!1,(ua!==null||ca!==null)&&(To(),ua&&(i=ua,t=ca,ca=ua=null,Xd(i),t)))for(i=0;i<t.length;i++)Xd(t[i])}}function ms(t,i){var s=t.stateNode;if(s===null)return null;var o=s[Ot]||null;if(o===null)return null;s=o[i];e:switch(i){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(o=!o.disabled)||(t=t.type,o=!(t==="button"||t==="input"||t==="select"||t==="textarea")),t=!o;break e;default:t=!1}if(t)return null;if(s&&typeof s!="function")throw Error(a(231,i,typeof s));return s}var Er=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Yu=!1;if(Er)try{var ps={};Object.defineProperty(ps,"passive",{get:function(){Yu=!0}}),window.addEventListener("test",ps,ps),window.removeEventListener("test",ps,ps)}catch{Yu=!1}var Zr=null,Vu=null,Hl=null;function Kd(){if(Hl)return Hl;var t,i=Vu,s=i.length,o,h="value"in Zr?Zr.value:Zr.textContent,p=h.length;for(t=0;t<s&&i[t]===h[t];t++);var v=s-t;for(o=1;o<=v&&i[s-o]===h[p-o];o++);return Hl=h.slice(t,1<o?1-o:void 0)}function Il(t){var i=t.keyCode;return"charCode"in t?(t=t.charCode,t===0&&i===13&&(t=13)):t=i,t===10&&(t=13),32<=t||t===13?t:0}function Fl(){return!0}function Zd(){return!1}function cn(t){function i(s,o,h,p,v){this._reactName=s,this._targetInst=h,this.type=o,this.nativeEvent=p,this.target=v,this.currentTarget=null;for(var S in t)t.hasOwnProperty(S)&&(s=t[S],this[S]=s?s(p):p[S]);return this.isDefaultPrevented=(p.defaultPrevented!=null?p.defaultPrevented:p.returnValue===!1)?Fl:Zd,this.isPropagationStopped=Zd,this}return g(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var s=this.nativeEvent;s&&(s.preventDefault?s.preventDefault():typeof s.returnValue!="unknown"&&(s.returnValue=!1),this.isDefaultPrevented=Fl)},stopPropagation:function(){var s=this.nativeEvent;s&&(s.stopPropagation?s.stopPropagation():typeof s.cancelBubble!="unknown"&&(s.cancelBubble=!0),this.isPropagationStopped=Fl)},persist:function(){},isPersistent:Fl}),i}var Di={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(t){return t.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},$l=cn(Di),gs=g({},Di,{view:0,detail:0}),gv=cn(gs),Ju,Xu,ys,Gl=g({},gs,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ku,button:0,buttons:0,relatedTarget:function(t){return t.relatedTarget===void 0?t.fromElement===t.srcElement?t.toElement:t.fromElement:t.relatedTarget},movementX:function(t){return"movementX"in t?t.movementX:(t!==ys&&(ys&&t.type==="mousemove"?(Ju=t.screenX-ys.screenX,Xu=t.screenY-ys.screenY):Xu=Ju=0,ys=t),Ju)},movementY:function(t){return"movementY"in t?t.movementY:Xu}}),Wd=cn(Gl),yv=g({},Gl,{dataTransfer:0}),bv=cn(yv),vv=g({},gs,{relatedTarget:0}),Qu=cn(vv),xv=g({},Di,{animationName:0,elapsedTime:0,pseudoElement:0}),wv=cn(xv),Sv=g({},Di,{clipboardData:function(t){return"clipboardData"in t?t.clipboardData:window.clipboardData}}),_v=cn(Sv),Ev=g({},Di,{data:0}),em=cn(Ev),kv={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Av={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Cv={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Tv(t){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(t):(t=Cv[t])?!!i[t]:!1}function Ku(){return Tv}var jv=g({},gs,{key:function(t){if(t.key){var i=kv[t.key]||t.key;if(i!=="Unidentified")return i}return t.type==="keypress"?(t=Il(t),t===13?"Enter":String.fromCharCode(t)):t.type==="keydown"||t.type==="keyup"?Av[t.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Ku,charCode:function(t){return t.type==="keypress"?Il(t):0},keyCode:function(t){return t.type==="keydown"||t.type==="keyup"?t.keyCode:0},which:function(t){return t.type==="keypress"?Il(t):t.type==="keydown"||t.type==="keyup"?t.keyCode:0}}),Ov=cn(jv),Nv=g({},Gl,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),tm=cn(Nv),Rv=g({},gs,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ku}),Mv=cn(Rv),Dv=g({},Di,{propertyName:0,elapsedTime:0,pseudoElement:0}),zv=cn(Dv),Lv=g({},Gl,{deltaX:function(t){return"deltaX"in t?t.deltaX:"wheelDeltaX"in t?-t.wheelDeltaX:0},deltaY:function(t){return"deltaY"in t?t.deltaY:"wheelDeltaY"in t?-t.wheelDeltaY:"wheelDelta"in t?-t.wheelDelta:0},deltaZ:0,deltaMode:0}),Uv=cn(Lv),Bv=g({},Di,{newState:0,oldState:0}),Pv=cn(Bv),qv=[9,13,27,32],Zu=Er&&"CompositionEvent"in window,bs=null;Er&&"documentMode"in document&&(bs=document.documentMode);var Hv=Er&&"TextEvent"in window&&!bs,nm=Er&&(!Zu||bs&&8<bs&&11>=bs),rm=" ",im=!1;function am(t,i){switch(t){case"keyup":return qv.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function sm(t){return t=t.detail,typeof t=="object"&&"data"in t?t.data:null}var fa=!1;function Iv(t,i){switch(t){case"compositionend":return sm(i);case"keypress":return i.which!==32?null:(im=!0,rm);case"textInput":return t=i.data,t===rm&&im?null:t;default:return null}}function Fv(t,i){if(fa)return t==="compositionend"||!Zu&&am(t,i)?(t=Kd(),Hl=Vu=Zr=null,fa=!1,t):null;switch(t){case"paste":return null;case"keypress":if(!(i.ctrlKey||i.altKey||i.metaKey)||i.ctrlKey&&i.altKey){if(i.char&&1<i.char.length)return i.char;if(i.which)return String.fromCharCode(i.which)}return null;case"compositionend":return nm&&i.locale!=="ko"?null:i.data;default:return null}}var $v={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function lm(t){var i=t&&t.nodeName&&t.nodeName.toLowerCase();return i==="input"?!!$v[t.type]:i==="textarea"}function om(t,i,s,o){ua?ca?ca.push(o):ca=[o]:ua=o,i=zo(i,"onChange"),0<i.length&&(s=new $l("onChange","change",null,s,o),t.push({event:s,listeners:i}))}var vs=null,xs=null;function Gv(t){$g(t,0)}function Yl(t){var i=C(t);if(Fd(i))return t}function um(t,i){if(t==="change")return i}var cm=!1;if(Er){var Wu;if(Er){var ec="oninput"in document;if(!ec){var fm=document.createElement("div");fm.setAttribute("oninput","return;"),ec=typeof fm.oninput=="function"}Wu=ec}else Wu=!1;cm=Wu&&(!document.documentMode||9<document.documentMode)}function hm(){vs&&(vs.detachEvent("onpropertychange",dm),xs=vs=null)}function dm(t){if(t.propertyName==="value"&&Yl(xs)){var i=[];om(i,xs,t,$u(t)),Qd(Gv,i)}}function Yv(t,i,s){t==="focusin"?(hm(),vs=i,xs=s,vs.attachEvent("onpropertychange",dm)):t==="focusout"&&hm()}function Vv(t){if(t==="selectionchange"||t==="keyup"||t==="keydown")return Yl(xs)}function Jv(t,i){if(t==="click")return Yl(i)}function Xv(t,i){if(t==="input"||t==="change")return Yl(i)}function Qv(t,i){return t===i&&(t!==0||1/t===1/i)||t!==t&&i!==i}var vn=typeof Object.is=="function"?Object.is:Qv;function ws(t,i){if(vn(t,i))return!0;if(typeof t!="object"||t===null||typeof i!="object"||i===null)return!1;var s=Object.keys(t),o=Object.keys(i);if(s.length!==o.length)return!1;for(o=0;o<s.length;o++){var h=s[o];if(!kt.call(i,h)||!vn(t[h],i[h]))return!1}return!0}function mm(t){for(;t&&t.firstChild;)t=t.firstChild;return t}function pm(t,i){var s=mm(t);t=0;for(var o;s;){if(s.nodeType===3){if(o=t+s.textContent.length,t<=i&&o>=i)return{node:s,offset:i-t};t=o}e:{for(;s;){if(s.nextSibling){s=s.nextSibling;break e}s=s.parentNode}s=void 0}s=mm(s)}}function gm(t,i){return t&&i?t===i?!0:t&&t.nodeType===3?!1:i&&i.nodeType===3?gm(t,i.parentNode):"contains"in t?t.contains(i):t.compareDocumentPosition?!!(t.compareDocumentPosition(i)&16):!1:!1}function ym(t){t=t!=null&&t.ownerDocument!=null&&t.ownerDocument.defaultView!=null?t.ownerDocument.defaultView:window;for(var i=Pl(t.document);i instanceof t.HTMLIFrameElement;){try{var s=typeof i.contentWindow.location.href=="string"}catch{s=!1}if(s)t=i.contentWindow;else break;i=Pl(t.document)}return i}function tc(t){var i=t&&t.nodeName&&t.nodeName.toLowerCase();return i&&(i==="input"&&(t.type==="text"||t.type==="search"||t.type==="tel"||t.type==="url"||t.type==="password")||i==="textarea"||t.contentEditable==="true")}var Kv=Er&&"documentMode"in document&&11>=document.documentMode,ha=null,nc=null,Ss=null,rc=!1;function bm(t,i,s){var o=s.window===s?s.document:s.nodeType===9?s:s.ownerDocument;rc||ha==null||ha!==Pl(o)||(o=ha,"selectionStart"in o&&tc(o)?o={start:o.selectionStart,end:o.selectionEnd}:(o=(o.ownerDocument&&o.ownerDocument.defaultView||window).getSelection(),o={anchorNode:o.anchorNode,anchorOffset:o.anchorOffset,focusNode:o.focusNode,focusOffset:o.focusOffset}),Ss&&ws(Ss,o)||(Ss=o,o=zo(nc,"onSelect"),0<o.length&&(i=new $l("onSelect","select",null,i,s),t.push({event:i,listeners:o}),i.target=ha)))}function zi(t,i){var s={};return s[t.toLowerCase()]=i.toLowerCase(),s["Webkit"+t]="webkit"+i,s["Moz"+t]="moz"+i,s}var da={animationend:zi("Animation","AnimationEnd"),animationiteration:zi("Animation","AnimationIteration"),animationstart:zi("Animation","AnimationStart"),transitionrun:zi("Transition","TransitionRun"),transitionstart:zi("Transition","TransitionStart"),transitioncancel:zi("Transition","TransitionCancel"),transitionend:zi("Transition","TransitionEnd")},ic={},vm={};Er&&(vm=document.createElement("div").style,"AnimationEvent"in window||(delete da.animationend.animation,delete da.animationiteration.animation,delete da.animationstart.animation),"TransitionEvent"in window||delete da.transitionend.transition);function Li(t){if(ic[t])return ic[t];if(!da[t])return t;var i=da[t],s;for(s in i)if(i.hasOwnProperty(s)&&s in vm)return ic[t]=i[s];return t}var xm=Li("animationend"),wm=Li("animationiteration"),Sm=Li("animationstart"),Zv=Li("transitionrun"),Wv=Li("transitionstart"),ex=Li("transitioncancel"),_m=Li("transitionend"),Em=new Map,ac="abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");ac.push("scrollEnd");function er(t,i){Em.set(t,i),ye(i,[t])}var Vl=typeof reportError=="function"?reportError:function(t){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var i=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof t=="object"&&t!==null&&typeof t.message=="string"?String(t.message):String(t),error:t});if(!window.dispatchEvent(i))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",t);return}console.error(t)},Bn=[],ma=0,sc=0;function Jl(){for(var t=ma,i=sc=ma=0;i<t;){var s=Bn[i];Bn[i++]=null;var o=Bn[i];Bn[i++]=null;var h=Bn[i];Bn[i++]=null;var p=Bn[i];if(Bn[i++]=null,o!==null&&h!==null){var v=o.pending;v===null?h.next=h:(h.next=v.next,v.next=h),o.pending=h}p!==0&&km(s,h,p)}}function Xl(t,i,s,o){Bn[ma++]=t,Bn[ma++]=i,Bn[ma++]=s,Bn[ma++]=o,sc|=o,t.lanes|=o,t=t.alternate,t!==null&&(t.lanes|=o)}function lc(t,i,s,o){return Xl(t,i,s,o),Ql(t)}function Ui(t,i){return Xl(t,null,null,i),Ql(t)}function km(t,i,s){t.lanes|=s;var o=t.alternate;o!==null&&(o.lanes|=s);for(var h=!1,p=t.return;p!==null;)p.childLanes|=s,o=p.alternate,o!==null&&(o.childLanes|=s),p.tag===22&&(t=p.stateNode,t===null||t._visibility&1||(h=!0)),t=p,p=p.return;return t.tag===3?(p=t.stateNode,h&&i!==null&&(h=31-ot(s),t=p.hiddenUpdates,o=t[h],o===null?t[h]=[i]:o.push(i),i.lane=s|536870912),p):null}function Ql(t){if(50<$s)throw $s=0,yf=null,Error(a(185));for(var i=t.return;i!==null;)t=i,i=t.return;return t.tag===3?t.stateNode:null}var pa={};function tx(t,i,s,o){this.tag=t,this.key=s,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=i,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=o,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function xn(t,i,s,o){return new tx(t,i,s,o)}function oc(t){return t=t.prototype,!(!t||!t.isReactComponent)}function kr(t,i){var s=t.alternate;return s===null?(s=xn(t.tag,i,t.key,t.mode),s.elementType=t.elementType,s.type=t.type,s.stateNode=t.stateNode,s.alternate=t,t.alternate=s):(s.pendingProps=i,s.type=t.type,s.flags=0,s.subtreeFlags=0,s.deletions=null),s.flags=t.flags&65011712,s.childLanes=t.childLanes,s.lanes=t.lanes,s.child=t.child,s.memoizedProps=t.memoizedProps,s.memoizedState=t.memoizedState,s.updateQueue=t.updateQueue,i=t.dependencies,s.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},s.sibling=t.sibling,s.index=t.index,s.ref=t.ref,s.refCleanup=t.refCleanup,s}function Am(t,i){t.flags&=65011714;var s=t.alternate;return s===null?(t.childLanes=0,t.lanes=i,t.child=null,t.subtreeFlags=0,t.memoizedProps=null,t.memoizedState=null,t.updateQueue=null,t.dependencies=null,t.stateNode=null):(t.childLanes=s.childLanes,t.lanes=s.lanes,t.child=s.child,t.subtreeFlags=0,t.deletions=null,t.memoizedProps=s.memoizedProps,t.memoizedState=s.memoizedState,t.updateQueue=s.updateQueue,t.type=s.type,i=s.dependencies,t.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),t}function Kl(t,i,s,o,h,p){var v=0;if(o=t,typeof t=="function")oc(t)&&(v=1);else if(typeof t=="string")v=sw(t,s,ue.current)?26:t==="html"||t==="head"||t==="body"?27:5;else e:switch(t){case Y:return t=xn(31,s,i,h),t.elementType=Y,t.lanes=p,t;case z:return Bi(s.children,h,p,i);case B:v=8,h|=24;break;case M:return t=xn(12,s,i,h|2),t.elementType=M,t.lanes=p,t;case j:return t=xn(13,s,i,h),t.elementType=j,t.lanes=p,t;case O:return t=xn(19,s,i,h),t.elementType=O,t.lanes=p,t;default:if(typeof t=="object"&&t!==null)switch(t.$$typeof){case J:v=10;break e;case G:v=9;break e;case se:v=11;break e;case V:v=14;break e;case q:v=16,o=null;break e}v=29,s=Error(a(130,t===null?"null":typeof t,"")),o=null}return i=xn(v,s,i,h),i.elementType=t,i.type=o,i.lanes=p,i}function Bi(t,i,s,o){return t=xn(7,t,o,i),t.lanes=s,t}function uc(t,i,s){return t=xn(6,t,null,i),t.lanes=s,t}function Cm(t){var i=xn(18,null,null,0);return i.stateNode=t,i}function cc(t,i,s){return i=xn(4,t.children!==null?t.children:[],t.key,i),i.lanes=s,i.stateNode={containerInfo:t.containerInfo,pendingChildren:null,implementation:t.implementation},i}var Tm=new WeakMap;function Pn(t,i){if(typeof t=="object"&&t!==null){var s=Tm.get(t);return s!==void 0?s:(i={value:t,source:i,stack:He(i)},Tm.set(t,i),i)}return{value:t,source:i,stack:He(i)}}var ga=[],ya=0,Zl=null,_s=0,qn=[],Hn=0,Wr=null,or=1,ur="";function Ar(t,i){ga[ya++]=_s,ga[ya++]=Zl,Zl=t,_s=i}function jm(t,i,s){qn[Hn++]=or,qn[Hn++]=ur,qn[Hn++]=Wr,Wr=t;var o=or;t=ur;var h=32-ot(o)-1;o&=~(1<<h),s+=1;var p=32-ot(i)+h;if(30<p){var v=h-h%5;p=(o&(1<<v)-1).toString(32),o>>=v,h-=v,or=1<<32-ot(i)+h|s<<h|o,ur=p+t}else or=1<<p|s<<h|o,ur=t}function fc(t){t.return!==null&&(Ar(t,1),jm(t,1,0))}function hc(t){for(;t===Zl;)Zl=ga[--ya],ga[ya]=null,_s=ga[--ya],ga[ya]=null;for(;t===Wr;)Wr=qn[--Hn],qn[Hn]=null,ur=qn[--Hn],qn[Hn]=null,or=qn[--Hn],qn[Hn]=null}function Om(t,i){qn[Hn++]=or,qn[Hn++]=ur,qn[Hn++]=Wr,or=i.id,ur=i.overflow,Wr=t}var Jt=null,_t=null,et=!1,ei=null,In=!1,dc=Error(a(519));function ti(t){var i=Error(a(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw Es(Pn(i,t)),dc}function Nm(t){var i=t.stateNode,s=t.type,o=t.memoizedProps;switch(i[pt]=t,i[Ot]=o,s){case"dialog":Qe("cancel",i),Qe("close",i);break;case"iframe":case"object":case"embed":Qe("load",i);break;case"video":case"audio":for(s=0;s<Ys.length;s++)Qe(Ys[s],i);break;case"source":Qe("error",i);break;case"img":case"image":case"link":Qe("error",i),Qe("load",i);break;case"details":Qe("toggle",i);break;case"input":Qe("invalid",i),$d(i,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0);break;case"select":Qe("invalid",i);break;case"textarea":Qe("invalid",i),Yd(i,o.value,o.defaultValue,o.children)}s=o.children,typeof s!="string"&&typeof s!="number"&&typeof s!="bigint"||i.textContent===""+s||o.suppressHydrationWarning===!0||Jg(i.textContent,s)?(o.popover!=null&&(Qe("beforetoggle",i),Qe("toggle",i)),o.onScroll!=null&&Qe("scroll",i),o.onScrollEnd!=null&&Qe("scrollend",i),o.onClick!=null&&(i.onclick=_r),i=!0):i=!1,i||ti(t,!0)}function Rm(t){for(Jt=t.return;Jt;)switch(Jt.tag){case 5:case 31:case 13:In=!1;return;case 27:case 3:In=!0;return;default:Jt=Jt.return}}function ba(t){if(t!==Jt)return!1;if(!et)return Rm(t),et=!0,!1;var i=t.tag,s;if((s=i!==3&&i!==27)&&((s=i===5)&&(s=t.type,s=!(s!=="form"&&s!=="button")||Rf(t.type,t.memoizedProps)),s=!s),s&&_t&&ti(t),Rm(t),i===13){if(t=t.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error(a(317));_t=ry(t)}else if(i===31){if(t=t.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error(a(317));_t=ry(t)}else i===27?(i=_t,pi(t.type)?(t=Uf,Uf=null,_t=t):_t=i):_t=Jt?$n(t.stateNode.nextSibling):null;return!0}function Pi(){_t=Jt=null,et=!1}function mc(){var t=ei;return t!==null&&(mn===null?mn=t:mn.push.apply(mn,t),ei=null),t}function Es(t){ei===null?ei=[t]:ei.push(t)}var pc=R(null),qi=null,Cr=null;function ni(t,i,s){_(pc,i._currentValue),i._currentValue=s}function Tr(t){t._currentValue=pc.current,W(pc)}function gc(t,i,s){for(;t!==null;){var o=t.alternate;if((t.childLanes&i)!==i?(t.childLanes|=i,o!==null&&(o.childLanes|=i)):o!==null&&(o.childLanes&i)!==i&&(o.childLanes|=i),t===s)break;t=t.return}}function yc(t,i,s,o){var h=t.child;for(h!==null&&(h.return=t);h!==null;){var p=h.dependencies;if(p!==null){var v=h.child;p=p.firstContext;e:for(;p!==null;){var S=p;p=h;for(var P=0;P<i.length;P++)if(S.context===i[P]){p.lanes|=s,S=p.alternate,S!==null&&(S.lanes|=s),gc(p.return,s,t),o||(v=null);break e}p=S.next}}else if(h.tag===18){if(v=h.return,v===null)throw Error(a(341));v.lanes|=s,p=v.alternate,p!==null&&(p.lanes|=s),gc(v,s,t),v=null}else v=h.child;if(v!==null)v.return=h;else for(v=h;v!==null;){if(v===t){v=null;break}if(h=v.sibling,h!==null){h.return=v.return,v=h;break}v=v.return}h=v}}function va(t,i,s,o){t=null;for(var h=i,p=!1;h!==null;){if(!p){if((h.flags&524288)!==0)p=!0;else if((h.flags&262144)!==0)break}if(h.tag===10){var v=h.alternate;if(v===null)throw Error(a(387));if(v=v.memoizedProps,v!==null){var S=h.type;vn(h.pendingProps.value,v.value)||(t!==null?t.push(S):t=[S])}}else if(h===Te.current){if(v=h.alternate,v===null)throw Error(a(387));v.memoizedState.memoizedState!==h.memoizedState.memoizedState&&(t!==null?t.push(Ks):t=[Ks])}h=h.return}t!==null&&yc(i,t,s,o),i.flags|=262144}function Wl(t){for(t=t.firstContext;t!==null;){if(!vn(t.context._currentValue,t.memoizedValue))return!0;t=t.next}return!1}function Hi(t){qi=t,Cr=null,t=t.dependencies,t!==null&&(t.firstContext=null)}function Xt(t){return Mm(qi,t)}function eo(t,i){return qi===null&&Hi(t),Mm(t,i)}function Mm(t,i){var s=i._currentValue;if(i={context:i,memoizedValue:s,next:null},Cr===null){if(t===null)throw Error(a(308));Cr=i,t.dependencies={lanes:0,firstContext:i},t.flags|=524288}else Cr=Cr.next=i;return s}var nx=typeof AbortController<"u"?AbortController:function(){var t=[],i=this.signal={aborted:!1,addEventListener:function(s,o){t.push(o)}};this.abort=function(){i.aborted=!0,t.forEach(function(s){return s()})}},rx=e.unstable_scheduleCallback,ix=e.unstable_NormalPriority,Lt={$$typeof:J,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function bc(){return{controller:new nx,data:new Map,refCount:0}}function ks(t){t.refCount--,t.refCount===0&&rx(ix,function(){t.controller.abort()})}var As=null,vc=0,xa=0,wa=null;function ax(t,i){if(As===null){var s=As=[];vc=0,xa=_f(),wa={status:"pending",value:void 0,then:function(o){s.push(o)}}}return vc++,i.then(Dm,Dm),i}function Dm(){if(--vc===0&&As!==null){wa!==null&&(wa.status="fulfilled");var t=As;As=null,xa=0,wa=null;for(var i=0;i<t.length;i++)(0,t[i])()}}function sx(t,i){var s=[],o={status:"pending",value:null,reason:null,then:function(h){s.push(h)}};return t.then(function(){o.status="fulfilled",o.value=i;for(var h=0;h<s.length;h++)(0,s[h])(i)},function(h){for(o.status="rejected",o.reason=h,h=0;h<s.length;h++)(0,s[h])(void 0)}),o}var zm=F.S;F.S=function(t,i){bg=xt(),typeof i=="object"&&i!==null&&typeof i.then=="function"&&ax(t,i),zm!==null&&zm(t,i)};var Ii=R(null);function xc(){var t=Ii.current;return t!==null?t:gt.pooledCache}function to(t,i){i===null?_(Ii,Ii.current):_(Ii,i.pool)}function Lm(){var t=xc();return t===null?null:{parent:Lt._currentValue,pool:t}}var Sa=Error(a(460)),wc=Error(a(474)),no=Error(a(542)),ro={then:function(){}};function Um(t){return t=t.status,t==="fulfilled"||t==="rejected"}function Bm(t,i,s){switch(s=t[s],s===void 0?t.push(i):s!==i&&(i.then(_r,_r),i=s),i.status){case"fulfilled":return i.value;case"rejected":throw t=i.reason,qm(t),t;default:if(typeof i.status=="string")i.then(_r,_r);else{if(t=gt,t!==null&&100<t.shellSuspendCounter)throw Error(a(482));t=i,t.status="pending",t.then(function(o){if(i.status==="pending"){var h=i;h.status="fulfilled",h.value=o}},function(o){if(i.status==="pending"){var h=i;h.status="rejected",h.reason=o}})}switch(i.status){case"fulfilled":return i.value;case"rejected":throw t=i.reason,qm(t),t}throw $i=i,Sa}}function Fi(t){try{var i=t._init;return i(t._payload)}catch(s){throw s!==null&&typeof s=="object"&&typeof s.then=="function"?($i=s,Sa):s}}var $i=null;function Pm(){if($i===null)throw Error(a(459));var t=$i;return $i=null,t}function qm(t){if(t===Sa||t===no)throw Error(a(483))}var _a=null,Cs=0;function io(t){var i=Cs;return Cs+=1,_a===null&&(_a=[]),Bm(_a,t,i)}function Ts(t,i){i=i.props.ref,t.ref=i!==void 0?i:null}function ao(t,i){throw i.$$typeof===b?Error(a(525)):(t=Object.prototype.toString.call(i),Error(a(31,t==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":t)))}function Hm(t){function i(Q,$){if(t){var ee=Q.deletions;ee===null?(Q.deletions=[$],Q.flags|=16):ee.push($)}}function s(Q,$){if(!t)return null;for(;$!==null;)i(Q,$),$=$.sibling;return null}function o(Q){for(var $=new Map;Q!==null;)Q.key!==null?$.set(Q.key,Q):$.set(Q.index,Q),Q=Q.sibling;return $}function h(Q,$){return Q=kr(Q,$),Q.index=0,Q.sibling=null,Q}function p(Q,$,ee){return Q.index=ee,t?(ee=Q.alternate,ee!==null?(ee=ee.index,ee<$?(Q.flags|=67108866,$):ee):(Q.flags|=67108866,$)):(Q.flags|=1048576,$)}function v(Q){return t&&Q.alternate===null&&(Q.flags|=67108866),Q}function S(Q,$,ee,fe){return $===null||$.tag!==6?($=uc(ee,Q.mode,fe),$.return=Q,$):($=h($,ee),$.return=Q,$)}function P(Q,$,ee,fe){var De=ee.type;return De===z?le(Q,$,ee.props.children,fe,ee.key):$!==null&&($.elementType===De||typeof De=="object"&&De!==null&&De.$$typeof===q&&Fi(De)===$.type)?($=h($,ee.props),Ts($,ee),$.return=Q,$):($=Kl(ee.type,ee.key,ee.props,null,Q.mode,fe),Ts($,ee),$.return=Q,$)}function te(Q,$,ee,fe){return $===null||$.tag!==4||$.stateNode.containerInfo!==ee.containerInfo||$.stateNode.implementation!==ee.implementation?($=cc(ee,Q.mode,fe),$.return=Q,$):($=h($,ee.children||[]),$.return=Q,$)}function le(Q,$,ee,fe,De){return $===null||$.tag!==7?($=Bi(ee,Q.mode,fe,De),$.return=Q,$):($=h($,ee),$.return=Q,$)}function pe(Q,$,ee){if(typeof $=="string"&&$!==""||typeof $=="number"||typeof $=="bigint")return $=uc(""+$,Q.mode,ee),$.return=Q,$;if(typeof $=="object"&&$!==null){switch($.$$typeof){case x:return ee=Kl($.type,$.key,$.props,null,Q.mode,ee),Ts(ee,$),ee.return=Q,ee;case k:return $=cc($,Q.mode,ee),$.return=Q,$;case q:return $=Fi($),pe(Q,$,ee)}if(I($)||X($))return $=Bi($,Q.mode,ee,null),$.return=Q,$;if(typeof $.then=="function")return pe(Q,io($),ee);if($.$$typeof===J)return pe(Q,eo(Q,$),ee);ao(Q,$)}return null}function ne(Q,$,ee,fe){var De=$!==null?$.key:null;if(typeof ee=="string"&&ee!==""||typeof ee=="number"||typeof ee=="bigint")return De!==null?null:S(Q,$,""+ee,fe);if(typeof ee=="object"&&ee!==null){switch(ee.$$typeof){case x:return ee.key===De?P(Q,$,ee,fe):null;case k:return ee.key===De?te(Q,$,ee,fe):null;case q:return ee=Fi(ee),ne(Q,$,ee,fe)}if(I(ee)||X(ee))return De!==null?null:le(Q,$,ee,fe,null);if(typeof ee.then=="function")return ne(Q,$,io(ee),fe);if(ee.$$typeof===J)return ne(Q,$,eo(Q,ee),fe);ao(Q,ee)}return null}function ae(Q,$,ee,fe,De){if(typeof fe=="string"&&fe!==""||typeof fe=="number"||typeof fe=="bigint")return Q=Q.get(ee)||null,S($,Q,""+fe,De);if(typeof fe=="object"&&fe!==null){switch(fe.$$typeof){case x:return Q=Q.get(fe.key===null?ee:fe.key)||null,P($,Q,fe,De);case k:return Q=Q.get(fe.key===null?ee:fe.key)||null,te($,Q,fe,De);case q:return fe=Fi(fe),ae(Q,$,ee,fe,De)}if(I(fe)||X(fe))return Q=Q.get(ee)||null,le($,Q,fe,De,null);if(typeof fe.then=="function")return ae(Q,$,ee,io(fe),De);if(fe.$$typeof===J)return ae(Q,$,ee,eo($,fe),De);ao($,fe)}return null}function Ne(Q,$,ee,fe){for(var De=null,at=null,Me=$,Ge=$=0,We=null;Me!==null&&Ge<ee.length;Ge++){Me.index>Ge?(We=Me,Me=null):We=Me.sibling;var st=ne(Q,Me,ee[Ge],fe);if(st===null){Me===null&&(Me=We);break}t&&Me&&st.alternate===null&&i(Q,Me),$=p(st,$,Ge),at===null?De=st:at.sibling=st,at=st,Me=We}if(Ge===ee.length)return s(Q,Me),et&&Ar(Q,Ge),De;if(Me===null){for(;Ge<ee.length;Ge++)Me=pe(Q,ee[Ge],fe),Me!==null&&($=p(Me,$,Ge),at===null?De=Me:at.sibling=Me,at=Me);return et&&Ar(Q,Ge),De}for(Me=o(Me);Ge<ee.length;Ge++)We=ae(Me,Q,Ge,ee[Ge],fe),We!==null&&(t&&We.alternate!==null&&Me.delete(We.key===null?Ge:We.key),$=p(We,$,Ge),at===null?De=We:at.sibling=We,at=We);return t&&Me.forEach(function(xi){return i(Q,xi)}),et&&Ar(Q,Ge),De}function Ue(Q,$,ee,fe){if(ee==null)throw Error(a(151));for(var De=null,at=null,Me=$,Ge=$=0,We=null,st=ee.next();Me!==null&&!st.done;Ge++,st=ee.next()){Me.index>Ge?(We=Me,Me=null):We=Me.sibling;var xi=ne(Q,Me,st.value,fe);if(xi===null){Me===null&&(Me=We);break}t&&Me&&xi.alternate===null&&i(Q,Me),$=p(xi,$,Ge),at===null?De=xi:at.sibling=xi,at=xi,Me=We}if(st.done)return s(Q,Me),et&&Ar(Q,Ge),De;if(Me===null){for(;!st.done;Ge++,st=ee.next())st=pe(Q,st.value,fe),st!==null&&($=p(st,$,Ge),at===null?De=st:at.sibling=st,at=st);return et&&Ar(Q,Ge),De}for(Me=o(Me);!st.done;Ge++,st=ee.next())st=ae(Me,Q,Ge,st.value,fe),st!==null&&(t&&st.alternate!==null&&Me.delete(st.key===null?Ge:st.key),$=p(st,$,Ge),at===null?De=st:at.sibling=st,at=st);return t&&Me.forEach(function(yw){return i(Q,yw)}),et&&Ar(Q,Ge),De}function dt(Q,$,ee,fe){if(typeof ee=="object"&&ee!==null&&ee.type===z&&ee.key===null&&(ee=ee.props.children),typeof ee=="object"&&ee!==null){switch(ee.$$typeof){case x:e:{for(var De=ee.key;$!==null;){if($.key===De){if(De=ee.type,De===z){if($.tag===7){s(Q,$.sibling),fe=h($,ee.props.children),fe.return=Q,Q=fe;break e}}else if($.elementType===De||typeof De=="object"&&De!==null&&De.$$typeof===q&&Fi(De)===$.type){s(Q,$.sibling),fe=h($,ee.props),Ts(fe,ee),fe.return=Q,Q=fe;break e}s(Q,$);break}else i(Q,$);$=$.sibling}ee.type===z?(fe=Bi(ee.props.children,Q.mode,fe,ee.key),fe.return=Q,Q=fe):(fe=Kl(ee.type,ee.key,ee.props,null,Q.mode,fe),Ts(fe,ee),fe.return=Q,Q=fe)}return v(Q);case k:e:{for(De=ee.key;$!==null;){if($.key===De)if($.tag===4&&$.stateNode.containerInfo===ee.containerInfo&&$.stateNode.implementation===ee.implementation){s(Q,$.sibling),fe=h($,ee.children||[]),fe.return=Q,Q=fe;break e}else{s(Q,$);break}else i(Q,$);$=$.sibling}fe=cc(ee,Q.mode,fe),fe.return=Q,Q=fe}return v(Q);case q:return ee=Fi(ee),dt(Q,$,ee,fe)}if(I(ee))return Ne(Q,$,ee,fe);if(X(ee)){if(De=X(ee),typeof De!="function")throw Error(a(150));return ee=De.call(ee),Ue(Q,$,ee,fe)}if(typeof ee.then=="function")return dt(Q,$,io(ee),fe);if(ee.$$typeof===J)return dt(Q,$,eo(Q,ee),fe);ao(Q,ee)}return typeof ee=="string"&&ee!==""||typeof ee=="number"||typeof ee=="bigint"?(ee=""+ee,$!==null&&$.tag===6?(s(Q,$.sibling),fe=h($,ee),fe.return=Q,Q=fe):(s(Q,$),fe=uc(ee,Q.mode,fe),fe.return=Q,Q=fe),v(Q)):s(Q,$)}return function(Q,$,ee,fe){try{Cs=0;var De=dt(Q,$,ee,fe);return _a=null,De}catch(Me){if(Me===Sa||Me===no)throw Me;var at=xn(29,Me,null,Q.mode);return at.lanes=fe,at.return=Q,at}finally{}}}var Gi=Hm(!0),Im=Hm(!1),ri=!1;function Sc(t){t.updateQueue={baseState:t.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function _c(t,i){t=t.updateQueue,i.updateQueue===t&&(i.updateQueue={baseState:t.baseState,firstBaseUpdate:t.firstBaseUpdate,lastBaseUpdate:t.lastBaseUpdate,shared:t.shared,callbacks:null})}function ii(t){return{lane:t,tag:0,payload:null,callback:null,next:null}}function ai(t,i,s){var o=t.updateQueue;if(o===null)return null;if(o=o.shared,(lt&2)!==0){var h=o.pending;return h===null?i.next=i:(i.next=h.next,h.next=i),o.pending=i,i=Ql(t),km(t,null,s),i}return Xl(t,o,i,s),Ql(t)}function js(t,i,s){if(i=i.updateQueue,i!==null&&(i=i.shared,(s&4194048)!==0)){var o=i.lanes;o&=t.pendingLanes,s|=o,i.lanes=s,Ni(t,s)}}function Ec(t,i){var s=t.updateQueue,o=t.alternate;if(o!==null&&(o=o.updateQueue,s===o)){var h=null,p=null;if(s=s.firstBaseUpdate,s!==null){do{var v={lane:s.lane,tag:s.tag,payload:s.payload,callback:null,next:null};p===null?h=p=v:p=p.next=v,s=s.next}while(s!==null);p===null?h=p=i:p=p.next=i}else h=p=i;s={baseState:o.baseState,firstBaseUpdate:h,lastBaseUpdate:p,shared:o.shared,callbacks:o.callbacks},t.updateQueue=s;return}t=s.lastBaseUpdate,t===null?s.firstBaseUpdate=i:t.next=i,s.lastBaseUpdate=i}var kc=!1;function Os(){if(kc){var t=wa;if(t!==null)throw t}}function Ns(t,i,s,o){kc=!1;var h=t.updateQueue;ri=!1;var p=h.firstBaseUpdate,v=h.lastBaseUpdate,S=h.shared.pending;if(S!==null){h.shared.pending=null;var P=S,te=P.next;P.next=null,v===null?p=te:v.next=te,v=P;var le=t.alternate;le!==null&&(le=le.updateQueue,S=le.lastBaseUpdate,S!==v&&(S===null?le.firstBaseUpdate=te:S.next=te,le.lastBaseUpdate=P))}if(p!==null){var pe=h.baseState;v=0,le=te=P=null,S=p;do{var ne=S.lane&-536870913,ae=ne!==S.lane;if(ae?(Ze&ne)===ne:(o&ne)===ne){ne!==0&&ne===xa&&(kc=!0),le!==null&&(le=le.next={lane:0,tag:S.tag,payload:S.payload,callback:null,next:null});e:{var Ne=t,Ue=S;ne=i;var dt=s;switch(Ue.tag){case 1:if(Ne=Ue.payload,typeof Ne=="function"){pe=Ne.call(dt,pe,ne);break e}pe=Ne;break e;case 3:Ne.flags=Ne.flags&-65537|128;case 0:if(Ne=Ue.payload,ne=typeof Ne=="function"?Ne.call(dt,pe,ne):Ne,ne==null)break e;pe=g({},pe,ne);break e;case 2:ri=!0}}ne=S.callback,ne!==null&&(t.flags|=64,ae&&(t.flags|=8192),ae=h.callbacks,ae===null?h.callbacks=[ne]:ae.push(ne))}else ae={lane:ne,tag:S.tag,payload:S.payload,callback:S.callback,next:null},le===null?(te=le=ae,P=pe):le=le.next=ae,v|=ne;if(S=S.next,S===null){if(S=h.shared.pending,S===null)break;ae=S,S=ae.next,ae.next=null,h.lastBaseUpdate=ae,h.shared.pending=null}}while(!0);le===null&&(P=pe),h.baseState=P,h.firstBaseUpdate=te,h.lastBaseUpdate=le,p===null&&(h.shared.lanes=0),ci|=v,t.lanes=v,t.memoizedState=pe}}function Fm(t,i){if(typeof t!="function")throw Error(a(191,t));t.call(i)}function $m(t,i){var s=t.callbacks;if(s!==null)for(t.callbacks=null,t=0;t<s.length;t++)Fm(s[t],i)}var Ea=R(null),so=R(0);function Gm(t,i){t=Ur,_(so,t),_(Ea,i),Ur=t|i.baseLanes}function Ac(){_(so,Ur),_(Ea,Ea.current)}function Cc(){Ur=so.current,W(Ea),W(so)}var wn=R(null),Fn=null;function si(t){var i=t.alternate;_(Mt,Mt.current&1),_(wn,t),Fn===null&&(i===null||Ea.current!==null||i.memoizedState!==null)&&(Fn=t)}function Tc(t){_(Mt,Mt.current),_(wn,t),Fn===null&&(Fn=t)}function Ym(t){t.tag===22?(_(Mt,Mt.current),_(wn,t),Fn===null&&(Fn=t)):li()}function li(){_(Mt,Mt.current),_(wn,wn.current)}function Sn(t){W(wn),Fn===t&&(Fn=null),W(Mt)}var Mt=R(0);function lo(t){for(var i=t;i!==null;){if(i.tag===13){var s=i.memoizedState;if(s!==null&&(s=s.dehydrated,s===null||zf(s)||Lf(s)))return i}else if(i.tag===19&&(i.memoizedProps.revealOrder==="forwards"||i.memoizedProps.revealOrder==="backwards"||i.memoizedProps.revealOrder==="unstable_legacy-backwards"||i.memoizedProps.revealOrder==="together")){if((i.flags&128)!==0)return i}else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===t)break;for(;i.sibling===null;){if(i.return===null||i.return===t)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}var jr=0,$e=null,ft=null,Ut=null,oo=!1,ka=!1,Yi=!1,uo=0,Rs=0,Aa=null,lx=0;function Nt(){throw Error(a(321))}function jc(t,i){if(i===null)return!1;for(var s=0;s<i.length&&s<t.length;s++)if(!vn(t[s],i[s]))return!1;return!0}function Oc(t,i,s,o,h,p){return jr=p,$e=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,F.H=t===null||t.memoizedState===null?jp:Gc,Yi=!1,p=s(o,h),Yi=!1,ka&&(p=Jm(i,s,o,h)),Vm(t),p}function Vm(t){F.H=zs;var i=ft!==null&&ft.next!==null;if(jr=0,Ut=ft=$e=null,oo=!1,Rs=0,Aa=null,i)throw Error(a(300));t===null||Bt||(t=t.dependencies,t!==null&&Wl(t)&&(Bt=!0))}function Jm(t,i,s,o){$e=t;var h=0;do{if(ka&&(Aa=null),Rs=0,ka=!1,25<=h)throw Error(a(301));if(h+=1,Ut=ft=null,t.updateQueue!=null){var p=t.updateQueue;p.lastEffect=null,p.events=null,p.stores=null,p.memoCache!=null&&(p.memoCache.index=0)}F.H=Op,p=i(s,o)}while(ka);return p}function ox(){var t=F.H,i=t.useState()[0];return i=typeof i.then=="function"?Ms(i):i,t=t.useState()[0],(ft!==null?ft.memoizedState:null)!==t&&($e.flags|=1024),i}function Nc(){var t=uo!==0;return uo=0,t}function Rc(t,i,s){i.updateQueue=t.updateQueue,i.flags&=-2053,t.lanes&=~s}function Mc(t){if(oo){for(t=t.memoizedState;t!==null;){var i=t.queue;i!==null&&(i.pending=null),t=t.next}oo=!1}jr=0,Ut=ft=$e=null,ka=!1,Rs=uo=0,Aa=null}function an(){var t={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ut===null?$e.memoizedState=Ut=t:Ut=Ut.next=t,Ut}function Dt(){if(ft===null){var t=$e.alternate;t=t!==null?t.memoizedState:null}else t=ft.next;var i=Ut===null?$e.memoizedState:Ut.next;if(i!==null)Ut=i,ft=t;else{if(t===null)throw $e.alternate===null?Error(a(467)):Error(a(310));ft=t,t={memoizedState:ft.memoizedState,baseState:ft.baseState,baseQueue:ft.baseQueue,queue:ft.queue,next:null},Ut===null?$e.memoizedState=Ut=t:Ut=Ut.next=t}return Ut}function co(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Ms(t){var i=Rs;return Rs+=1,Aa===null&&(Aa=[]),t=Bm(Aa,t,i),i=$e,(Ut===null?i.memoizedState:Ut.next)===null&&(i=i.alternate,F.H=i===null||i.memoizedState===null?jp:Gc),t}function fo(t){if(t!==null&&typeof t=="object"){if(typeof t.then=="function")return Ms(t);if(t.$$typeof===J)return Xt(t)}throw Error(a(438,String(t)))}function Dc(t){var i=null,s=$e.updateQueue;if(s!==null&&(i=s.memoCache),i==null){var o=$e.alternate;o!==null&&(o=o.updateQueue,o!==null&&(o=o.memoCache,o!=null&&(i={data:o.data.map(function(h){return h.slice()}),index:0})))}if(i==null&&(i={data:[],index:0}),s===null&&(s=co(),$e.updateQueue=s),s.memoCache=i,s=i.data[i.index],s===void 0)for(s=i.data[i.index]=Array(t),o=0;o<t;o++)s[o]=L;return i.index++,s}function Or(t,i){return typeof i=="function"?i(t):i}function ho(t){var i=Dt();return zc(i,ft,t)}function zc(t,i,s){var o=t.queue;if(o===null)throw Error(a(311));o.lastRenderedReducer=s;var h=t.baseQueue,p=o.pending;if(p!==null){if(h!==null){var v=h.next;h.next=p.next,p.next=v}i.baseQueue=h=p,o.pending=null}if(p=t.baseState,h===null)t.memoizedState=p;else{i=h.next;var S=v=null,P=null,te=i,le=!1;do{var pe=te.lane&-536870913;if(pe!==te.lane?(Ze&pe)===pe:(jr&pe)===pe){var ne=te.revertLane;if(ne===0)P!==null&&(P=P.next={lane:0,revertLane:0,gesture:null,action:te.action,hasEagerState:te.hasEagerState,eagerState:te.eagerState,next:null}),pe===xa&&(le=!0);else if((jr&ne)===ne){te=te.next,ne===xa&&(le=!0);continue}else pe={lane:0,revertLane:te.revertLane,gesture:null,action:te.action,hasEagerState:te.hasEagerState,eagerState:te.eagerState,next:null},P===null?(S=P=pe,v=p):P=P.next=pe,$e.lanes|=ne,ci|=ne;pe=te.action,Yi&&s(p,pe),p=te.hasEagerState?te.eagerState:s(p,pe)}else ne={lane:pe,revertLane:te.revertLane,gesture:te.gesture,action:te.action,hasEagerState:te.hasEagerState,eagerState:te.eagerState,next:null},P===null?(S=P=ne,v=p):P=P.next=ne,$e.lanes|=pe,ci|=pe;te=te.next}while(te!==null&&te!==i);if(P===null?v=p:P.next=S,!vn(p,t.memoizedState)&&(Bt=!0,le&&(s=wa,s!==null)))throw s;t.memoizedState=p,t.baseState=v,t.baseQueue=P,o.lastRenderedState=p}return h===null&&(o.lanes=0),[t.memoizedState,o.dispatch]}function Lc(t){var i=Dt(),s=i.queue;if(s===null)throw Error(a(311));s.lastRenderedReducer=t;var o=s.dispatch,h=s.pending,p=i.memoizedState;if(h!==null){s.pending=null;var v=h=h.next;do p=t(p,v.action),v=v.next;while(v!==h);vn(p,i.memoizedState)||(Bt=!0),i.memoizedState=p,i.baseQueue===null&&(i.baseState=p),s.lastRenderedState=p}return[p,o]}function Xm(t,i,s){var o=$e,h=Dt(),p=et;if(p){if(s===void 0)throw Error(a(407));s=s()}else s=i();var v=!vn((ft||h).memoizedState,s);if(v&&(h.memoizedState=s,Bt=!0),h=h.queue,Pc(Zm.bind(null,o,h,t),[t]),h.getSnapshot!==i||v||Ut!==null&&Ut.memoizedState.tag&1){if(o.flags|=2048,Ca(9,{destroy:void 0},Km.bind(null,o,h,s,i),null),gt===null)throw Error(a(349));p||(jr&127)!==0||Qm(o,i,s)}return s}function Qm(t,i,s){t.flags|=16384,t={getSnapshot:i,value:s},i=$e.updateQueue,i===null?(i=co(),$e.updateQueue=i,i.stores=[t]):(s=i.stores,s===null?i.stores=[t]:s.push(t))}function Km(t,i,s,o){i.value=s,i.getSnapshot=o,Wm(i)&&ep(t)}function Zm(t,i,s){return s(function(){Wm(i)&&ep(t)})}function Wm(t){var i=t.getSnapshot;t=t.value;try{var s=i();return!vn(t,s)}catch{return!0}}function ep(t){var i=Ui(t,2);i!==null&&pn(i,t,2)}function Uc(t){var i=an();if(typeof t=="function"){var s=t;if(t=s(),Yi){Ht(!0);try{s()}finally{Ht(!1)}}}return i.memoizedState=i.baseState=t,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Or,lastRenderedState:t},i}function tp(t,i,s,o){return t.baseState=s,zc(t,ft,typeof o=="function"?o:Or)}function ux(t,i,s,o,h){if(go(t))throw Error(a(485));if(t=i.action,t!==null){var p={payload:h,action:t,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(v){p.listeners.push(v)}};F.T!==null?s(!0):p.isTransition=!1,o(p),s=i.pending,s===null?(p.next=i.pending=p,np(i,p)):(p.next=s.next,i.pending=s.next=p)}}function np(t,i){var s=i.action,o=i.payload,h=t.state;if(i.isTransition){var p=F.T,v={};F.T=v;try{var S=s(h,o),P=F.S;P!==null&&P(v,S),rp(t,i,S)}catch(te){Bc(t,i,te)}finally{p!==null&&v.types!==null&&(p.types=v.types),F.T=p}}else try{p=s(h,o),rp(t,i,p)}catch(te){Bc(t,i,te)}}function rp(t,i,s){s!==null&&typeof s=="object"&&typeof s.then=="function"?s.then(function(o){ip(t,i,o)},function(o){return Bc(t,i,o)}):ip(t,i,s)}function ip(t,i,s){i.status="fulfilled",i.value=s,ap(i),t.state=s,i=t.pending,i!==null&&(s=i.next,s===i?t.pending=null:(s=s.next,i.next=s,np(t,s)))}function Bc(t,i,s){var o=t.pending;if(t.pending=null,o!==null){o=o.next;do i.status="rejected",i.reason=s,ap(i),i=i.next;while(i!==o)}t.action=null}function ap(t){t=t.listeners;for(var i=0;i<t.length;i++)(0,t[i])()}function sp(t,i){return i}function lp(t,i){if(et){var s=gt.formState;if(s!==null){e:{var o=$e;if(et){if(_t){t:{for(var h=_t,p=In;h.nodeType!==8;){if(!p){h=null;break t}if(h=$n(h.nextSibling),h===null){h=null;break t}}p=h.data,h=p==="F!"||p==="F"?h:null}if(h){_t=$n(h.nextSibling),o=h.data==="F!";break e}}ti(o)}o=!1}o&&(i=s[0])}}return s=an(),s.memoizedState=s.baseState=i,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:sp,lastRenderedState:i},s.queue=o,s=Ap.bind(null,$e,o),o.dispatch=s,o=Uc(!1),p=$c.bind(null,$e,!1,o.queue),o=an(),h={state:i,dispatch:null,action:t,pending:null},o.queue=h,s=ux.bind(null,$e,h,p,s),h.dispatch=s,o.memoizedState=t,[i,s,!1]}function op(t){var i=Dt();return up(i,ft,t)}function up(t,i,s){if(i=zc(t,i,sp)[0],t=ho(Or)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var o=Ms(i)}catch(v){throw v===Sa?no:v}else o=i;i=Dt();var h=i.queue,p=h.dispatch;return s!==i.memoizedState&&($e.flags|=2048,Ca(9,{destroy:void 0},cx.bind(null,h,s),null)),[o,p,t]}function cx(t,i){t.action=i}function cp(t){var i=Dt(),s=ft;if(s!==null)return up(i,s,t);Dt(),i=i.memoizedState,s=Dt();var o=s.queue.dispatch;return s.memoizedState=t,[i,o,!1]}function Ca(t,i,s,o){return t={tag:t,create:s,deps:o,inst:i,next:null},i=$e.updateQueue,i===null&&(i=co(),$e.updateQueue=i),s=i.lastEffect,s===null?i.lastEffect=t.next=t:(o=s.next,s.next=t,t.next=o,i.lastEffect=t),t}function fp(){return Dt().memoizedState}function mo(t,i,s,o){var h=an();$e.flags|=t,h.memoizedState=Ca(1|i,{destroy:void 0},s,o===void 0?null:o)}function po(t,i,s,o){var h=Dt();o=o===void 0?null:o;var p=h.memoizedState.inst;ft!==null&&o!==null&&jc(o,ft.memoizedState.deps)?h.memoizedState=Ca(i,p,s,o):($e.flags|=t,h.memoizedState=Ca(1|i,p,s,o))}function hp(t,i){mo(8390656,8,t,i)}function Pc(t,i){po(2048,8,t,i)}function fx(t){$e.flags|=4;var i=$e.updateQueue;if(i===null)i=co(),$e.updateQueue=i,i.events=[t];else{var s=i.events;s===null?i.events=[t]:s.push(t)}}function dp(t){var i=Dt().memoizedState;return fx({ref:i,nextImpl:t}),function(){if((lt&2)!==0)throw Error(a(440));return i.impl.apply(void 0,arguments)}}function mp(t,i){return po(4,2,t,i)}function pp(t,i){return po(4,4,t,i)}function gp(t,i){if(typeof i=="function"){t=t();var s=i(t);return function(){typeof s=="function"?s():i(null)}}if(i!=null)return t=t(),i.current=t,function(){i.current=null}}function yp(t,i,s){s=s!=null?s.concat([t]):null,po(4,4,gp.bind(null,i,t),s)}function qc(){}function bp(t,i){var s=Dt();i=i===void 0?null:i;var o=s.memoizedState;return i!==null&&jc(i,o[1])?o[0]:(s.memoizedState=[t,i],t)}function vp(t,i){var s=Dt();i=i===void 0?null:i;var o=s.memoizedState;if(i!==null&&jc(i,o[1]))return o[0];if(o=t(),Yi){Ht(!0);try{t()}finally{Ht(!1)}}return s.memoizedState=[o,i],o}function Hc(t,i,s){return s===void 0||(jr&1073741824)!==0&&(Ze&261930)===0?t.memoizedState=i:(t.memoizedState=s,t=xg(),$e.lanes|=t,ci|=t,s)}function xp(t,i,s,o){return vn(s,i)?s:Ea.current!==null?(t=Hc(t,s,o),vn(t,i)||(Bt=!0),t):(jr&42)===0||(jr&1073741824)!==0&&(Ze&261930)===0?(Bt=!0,t.memoizedState=s):(t=xg(),$e.lanes|=t,ci|=t,i)}function wp(t,i,s,o,h){var p=ie.p;ie.p=p!==0&&8>p?p:8;var v=F.T,S={};F.T=S,$c(t,!1,i,s);try{var P=h(),te=F.S;if(te!==null&&te(S,P),P!==null&&typeof P=="object"&&typeof P.then=="function"){var le=sx(P,o);Ds(t,i,le,kn(t))}else Ds(t,i,o,kn(t))}catch(pe){Ds(t,i,{then:function(){},status:"rejected",reason:pe},kn())}finally{ie.p=p,v!==null&&S.types!==null&&(v.types=S.types),F.T=v}}function hx(){}function Ic(t,i,s,o){if(t.tag!==5)throw Error(a(476));var h=Sp(t).queue;wp(t,h,i,he,s===null?hx:function(){return _p(t),s(o)})}function Sp(t){var i=t.memoizedState;if(i!==null)return i;i={memoizedState:he,baseState:he,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Or,lastRenderedState:he},next:null};var s={};return i.next={memoizedState:s,baseState:s,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Or,lastRenderedState:s},next:null},t.memoizedState=i,t=t.alternate,t!==null&&(t.memoizedState=i),i}function _p(t){var i=Sp(t);i.next===null&&(i=t.alternate.memoizedState),Ds(t,i.next.queue,{},kn())}function Fc(){return Xt(Ks)}function Ep(){return Dt().memoizedState}function kp(){return Dt().memoizedState}function dx(t){for(var i=t.return;i!==null;){switch(i.tag){case 24:case 3:var s=kn();t=ii(s);var o=ai(i,t,s);o!==null&&(pn(o,i,s),js(o,i,s)),i={cache:bc()},t.payload=i;return}i=i.return}}function mx(t,i,s){var o=kn();s={lane:o,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null},go(t)?Cp(i,s):(s=lc(t,i,s,o),s!==null&&(pn(s,t,o),Tp(s,i,o)))}function Ap(t,i,s){var o=kn();Ds(t,i,s,o)}function Ds(t,i,s,o){var h={lane:o,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null};if(go(t))Cp(i,h);else{var p=t.alternate;if(t.lanes===0&&(p===null||p.lanes===0)&&(p=i.lastRenderedReducer,p!==null))try{var v=i.lastRenderedState,S=p(v,s);if(h.hasEagerState=!0,h.eagerState=S,vn(S,v))return Xl(t,i,h,0),gt===null&&Jl(),!1}catch{}finally{}if(s=lc(t,i,h,o),s!==null)return pn(s,t,o),Tp(s,i,o),!0}return!1}function $c(t,i,s,o){if(o={lane:2,revertLane:_f(),gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},go(t)){if(i)throw Error(a(479))}else i=lc(t,s,o,2),i!==null&&pn(i,t,2)}function go(t){var i=t.alternate;return t===$e||i!==null&&i===$e}function Cp(t,i){ka=oo=!0;var s=t.pending;s===null?i.next=i:(i.next=s.next,s.next=i),t.pending=i}function Tp(t,i,s){if((s&4194048)!==0){var o=i.lanes;o&=t.pendingLanes,s|=o,i.lanes=s,Ni(t,s)}}var zs={readContext:Xt,use:fo,useCallback:Nt,useContext:Nt,useEffect:Nt,useImperativeHandle:Nt,useLayoutEffect:Nt,useInsertionEffect:Nt,useMemo:Nt,useReducer:Nt,useRef:Nt,useState:Nt,useDebugValue:Nt,useDeferredValue:Nt,useTransition:Nt,useSyncExternalStore:Nt,useId:Nt,useHostTransitionStatus:Nt,useFormState:Nt,useActionState:Nt,useOptimistic:Nt,useMemoCache:Nt,useCacheRefresh:Nt};zs.useEffectEvent=Nt;var jp={readContext:Xt,use:fo,useCallback:function(t,i){return an().memoizedState=[t,i===void 0?null:i],t},useContext:Xt,useEffect:hp,useImperativeHandle:function(t,i,s){s=s!=null?s.concat([t]):null,mo(4194308,4,gp.bind(null,i,t),s)},useLayoutEffect:function(t,i){return mo(4194308,4,t,i)},useInsertionEffect:function(t,i){mo(4,2,t,i)},useMemo:function(t,i){var s=an();i=i===void 0?null:i;var o=t();if(Yi){Ht(!0);try{t()}finally{Ht(!1)}}return s.memoizedState=[o,i],o},useReducer:function(t,i,s){var o=an();if(s!==void 0){var h=s(i);if(Yi){Ht(!0);try{s(i)}finally{Ht(!1)}}}else h=i;return o.memoizedState=o.baseState=h,t={pending:null,lanes:0,dispatch:null,lastRenderedReducer:t,lastRenderedState:h},o.queue=t,t=t.dispatch=mx.bind(null,$e,t),[o.memoizedState,t]},useRef:function(t){var i=an();return t={current:t},i.memoizedState=t},useState:function(t){t=Uc(t);var i=t.queue,s=Ap.bind(null,$e,i);return i.dispatch=s,[t.memoizedState,s]},useDebugValue:qc,useDeferredValue:function(t,i){var s=an();return Hc(s,t,i)},useTransition:function(){var t=Uc(!1);return t=wp.bind(null,$e,t.queue,!0,!1),an().memoizedState=t,[!1,t]},useSyncExternalStore:function(t,i,s){var o=$e,h=an();if(et){if(s===void 0)throw Error(a(407));s=s()}else{if(s=i(),gt===null)throw Error(a(349));(Ze&127)!==0||Qm(o,i,s)}h.memoizedState=s;var p={value:s,getSnapshot:i};return h.queue=p,hp(Zm.bind(null,o,p,t),[t]),o.flags|=2048,Ca(9,{destroy:void 0},Km.bind(null,o,p,s,i),null),s},useId:function(){var t=an(),i=gt.identifierPrefix;if(et){var s=ur,o=or;s=(o&~(1<<32-ot(o)-1)).toString(32)+s,i="_"+i+"R_"+s,s=uo++,0<s&&(i+="H"+s.toString(32)),i+="_"}else s=lx++,i="_"+i+"r_"+s.toString(32)+"_";return t.memoizedState=i},useHostTransitionStatus:Fc,useFormState:lp,useActionState:lp,useOptimistic:function(t){var i=an();i.memoizedState=i.baseState=t;var s={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=s,i=$c.bind(null,$e,!0,s),s.dispatch=i,[t,i]},useMemoCache:Dc,useCacheRefresh:function(){return an().memoizedState=dx.bind(null,$e)},useEffectEvent:function(t){var i=an(),s={impl:t};return i.memoizedState=s,function(){if((lt&2)!==0)throw Error(a(440));return s.impl.apply(void 0,arguments)}}},Gc={readContext:Xt,use:fo,useCallback:bp,useContext:Xt,useEffect:Pc,useImperativeHandle:yp,useInsertionEffect:mp,useLayoutEffect:pp,useMemo:vp,useReducer:ho,useRef:fp,useState:function(){return ho(Or)},useDebugValue:qc,useDeferredValue:function(t,i){var s=Dt();return xp(s,ft.memoizedState,t,i)},useTransition:function(){var t=ho(Or)[0],i=Dt().memoizedState;return[typeof t=="boolean"?t:Ms(t),i]},useSyncExternalStore:Xm,useId:Ep,useHostTransitionStatus:Fc,useFormState:op,useActionState:op,useOptimistic:function(t,i){var s=Dt();return tp(s,ft,t,i)},useMemoCache:Dc,useCacheRefresh:kp};Gc.useEffectEvent=dp;var Op={readContext:Xt,use:fo,useCallback:bp,useContext:Xt,useEffect:Pc,useImperativeHandle:yp,useInsertionEffect:mp,useLayoutEffect:pp,useMemo:vp,useReducer:Lc,useRef:fp,useState:function(){return Lc(Or)},useDebugValue:qc,useDeferredValue:function(t,i){var s=Dt();return ft===null?Hc(s,t,i):xp(s,ft.memoizedState,t,i)},useTransition:function(){var t=Lc(Or)[0],i=Dt().memoizedState;return[typeof t=="boolean"?t:Ms(t),i]},useSyncExternalStore:Xm,useId:Ep,useHostTransitionStatus:Fc,useFormState:cp,useActionState:cp,useOptimistic:function(t,i){var s=Dt();return ft!==null?tp(s,ft,t,i):(s.baseState=t,[t,s.queue.dispatch])},useMemoCache:Dc,useCacheRefresh:kp};Op.useEffectEvent=dp;function Yc(t,i,s,o){i=t.memoizedState,s=s(o,i),s=s==null?i:g({},i,s),t.memoizedState=s,t.lanes===0&&(t.updateQueue.baseState=s)}var Vc={enqueueSetState:function(t,i,s){t=t._reactInternals;var o=kn(),h=ii(o);h.payload=i,s!=null&&(h.callback=s),i=ai(t,h,o),i!==null&&(pn(i,t,o),js(i,t,o))},enqueueReplaceState:function(t,i,s){t=t._reactInternals;var o=kn(),h=ii(o);h.tag=1,h.payload=i,s!=null&&(h.callback=s),i=ai(t,h,o),i!==null&&(pn(i,t,o),js(i,t,o))},enqueueForceUpdate:function(t,i){t=t._reactInternals;var s=kn(),o=ii(s);o.tag=2,i!=null&&(o.callback=i),i=ai(t,o,s),i!==null&&(pn(i,t,s),js(i,t,s))}};function Np(t,i,s,o,h,p,v){return t=t.stateNode,typeof t.shouldComponentUpdate=="function"?t.shouldComponentUpdate(o,p,v):i.prototype&&i.prototype.isPureReactComponent?!ws(s,o)||!ws(h,p):!0}function Rp(t,i,s,o){t=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(s,o),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(s,o),i.state!==t&&Vc.enqueueReplaceState(i,i.state,null)}function Vi(t,i){var s=i;if("ref"in i){s={};for(var o in i)o!=="ref"&&(s[o]=i[o])}if(t=t.defaultProps){s===i&&(s=g({},s));for(var h in t)s[h]===void 0&&(s[h]=t[h])}return s}function Mp(t){Vl(t)}function Dp(t){console.error(t)}function zp(t){Vl(t)}function yo(t,i){try{var s=t.onUncaughtError;s(i.value,{componentStack:i.stack})}catch(o){setTimeout(function(){throw o})}}function Lp(t,i,s){try{var o=t.onCaughtError;o(s.value,{componentStack:s.stack,errorBoundary:i.tag===1?i.stateNode:null})}catch(h){setTimeout(function(){throw h})}}function Jc(t,i,s){return s=ii(s),s.tag=3,s.payload={element:null},s.callback=function(){yo(t,i)},s}function Up(t){return t=ii(t),t.tag=3,t}function Bp(t,i,s,o){var h=s.type.getDerivedStateFromError;if(typeof h=="function"){var p=o.value;t.payload=function(){return h(p)},t.callback=function(){Lp(i,s,o)}}var v=s.stateNode;v!==null&&typeof v.componentDidCatch=="function"&&(t.callback=function(){Lp(i,s,o),typeof h!="function"&&(fi===null?fi=new Set([this]):fi.add(this));var S=o.stack;this.componentDidCatch(o.value,{componentStack:S!==null?S:""})})}function px(t,i,s,o,h){if(s.flags|=32768,o!==null&&typeof o=="object"&&typeof o.then=="function"){if(i=s.alternate,i!==null&&va(i,s,h,!0),s=wn.current,s!==null){switch(s.tag){case 31:case 13:return Fn===null?jo():s.alternate===null&&Rt===0&&(Rt=3),s.flags&=-257,s.flags|=65536,s.lanes=h,o===ro?s.flags|=16384:(i=s.updateQueue,i===null?s.updateQueue=new Set([o]):i.add(o),xf(t,o,h)),!1;case 22:return s.flags|=65536,o===ro?s.flags|=16384:(i=s.updateQueue,i===null?(i={transitions:null,markerInstances:null,retryQueue:new Set([o])},s.updateQueue=i):(s=i.retryQueue,s===null?i.retryQueue=new Set([o]):s.add(o)),xf(t,o,h)),!1}throw Error(a(435,s.tag))}return xf(t,o,h),jo(),!1}if(et)return i=wn.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=h,o!==dc&&(t=Error(a(422),{cause:o}),Es(Pn(t,s)))):(o!==dc&&(i=Error(a(423),{cause:o}),Es(Pn(i,s))),t=t.current.alternate,t.flags|=65536,h&=-h,t.lanes|=h,o=Pn(o,s),h=Jc(t.stateNode,o,h),Ec(t,h),Rt!==4&&(Rt=2)),!1;var p=Error(a(520),{cause:o});if(p=Pn(p,s),Fs===null?Fs=[p]:Fs.push(p),Rt!==4&&(Rt=2),i===null)return!0;o=Pn(o,s),s=i;do{switch(s.tag){case 3:return s.flags|=65536,t=h&-h,s.lanes|=t,t=Jc(s.stateNode,o,t),Ec(s,t),!1;case 1:if(i=s.type,p=s.stateNode,(s.flags&128)===0&&(typeof i.getDerivedStateFromError=="function"||p!==null&&typeof p.componentDidCatch=="function"&&(fi===null||!fi.has(p))))return s.flags|=65536,h&=-h,s.lanes|=h,h=Up(h),Bp(h,t,s,o),Ec(s,h),!1}s=s.return}while(s!==null);return!1}var Xc=Error(a(461)),Bt=!1;function Qt(t,i,s,o){i.child=t===null?Im(i,null,s,o):Gi(i,t.child,s,o)}function Pp(t,i,s,o,h){s=s.render;var p=i.ref;if("ref"in o){var v={};for(var S in o)S!=="ref"&&(v[S]=o[S])}else v=o;return Hi(i),o=Oc(t,i,s,v,p,h),S=Nc(),t!==null&&!Bt?(Rc(t,i,h),Nr(t,i,h)):(et&&S&&fc(i),i.flags|=1,Qt(t,i,o,h),i.child)}function qp(t,i,s,o,h){if(t===null){var p=s.type;return typeof p=="function"&&!oc(p)&&p.defaultProps===void 0&&s.compare===null?(i.tag=15,i.type=p,Hp(t,i,p,o,h)):(t=Kl(s.type,null,o,i,i.mode,h),t.ref=i.ref,t.return=i,i.child=t)}if(p=t.child,!rf(t,h)){var v=p.memoizedProps;if(s=s.compare,s=s!==null?s:ws,s(v,o)&&t.ref===i.ref)return Nr(t,i,h)}return i.flags|=1,t=kr(p,o),t.ref=i.ref,t.return=i,i.child=t}function Hp(t,i,s,o,h){if(t!==null){var p=t.memoizedProps;if(ws(p,o)&&t.ref===i.ref)if(Bt=!1,i.pendingProps=o=p,rf(t,h))(t.flags&131072)!==0&&(Bt=!0);else return i.lanes=t.lanes,Nr(t,i,h)}return Qc(t,i,s,o,h)}function Ip(t,i,s,o){var h=o.children,p=t!==null?t.memoizedState:null;if(t===null&&i.stateNode===null&&(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),o.mode==="hidden"){if((i.flags&128)!==0){if(p=p!==null?p.baseLanes|s:s,t!==null){for(o=i.child=t.child,h=0;o!==null;)h=h|o.lanes|o.childLanes,o=o.sibling;o=h&~p}else o=0,i.child=null;return Fp(t,i,p,s,o)}if((s&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},t!==null&&to(i,p!==null?p.cachePool:null),p!==null?Gm(i,p):Ac(),Ym(i);else return o=i.lanes=536870912,Fp(t,i,p!==null?p.baseLanes|s:s,s,o)}else p!==null?(to(i,p.cachePool),Gm(i,p),li(),i.memoizedState=null):(t!==null&&to(i,null),Ac(),li());return Qt(t,i,h,s),i.child}function Ls(t,i){return t!==null&&t.tag===22||i.stateNode!==null||(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.sibling}function Fp(t,i,s,o,h){var p=xc();return p=p===null?null:{parent:Lt._currentValue,pool:p},i.memoizedState={baseLanes:s,cachePool:p},t!==null&&to(i,null),Ac(),Ym(i),t!==null&&va(t,i,o,!0),i.childLanes=h,null}function bo(t,i){return i=xo({mode:i.mode,children:i.children},t.mode),i.ref=t.ref,t.child=i,i.return=t,i}function $p(t,i,s){return Gi(i,t.child,null,s),t=bo(i,i.pendingProps),t.flags|=2,Sn(i),i.memoizedState=null,t}function gx(t,i,s){var o=i.pendingProps,h=(i.flags&128)!==0;if(i.flags&=-129,t===null){if(et){if(o.mode==="hidden")return t=bo(i,o),i.lanes=536870912,Ls(null,t);if(Tc(i),(t=_t)?(t=ny(t,In),t=t!==null&&t.data==="&"?t:null,t!==null&&(i.memoizedState={dehydrated:t,treeContext:Wr!==null?{id:or,overflow:ur}:null,retryLane:536870912,hydrationErrors:null},s=Cm(t),s.return=i,i.child=s,Jt=i,_t=null)):t=null,t===null)throw ti(i);return i.lanes=536870912,null}return bo(i,o)}var p=t.memoizedState;if(p!==null){var v=p.dehydrated;if(Tc(i),h)if(i.flags&256)i.flags&=-257,i=$p(t,i,s);else if(i.memoizedState!==null)i.child=t.child,i.flags|=128,i=null;else throw Error(a(558));else if(Bt||va(t,i,s,!1),h=(s&t.childLanes)!==0,Bt||h){if(o=gt,o!==null&&(v=Kr(o,s),v!==0&&v!==p.retryLane))throw p.retryLane=v,Ui(t,v),pn(o,t,v),Xc;jo(),i=$p(t,i,s)}else t=p.treeContext,_t=$n(v.nextSibling),Jt=i,et=!0,ei=null,In=!1,t!==null&&Om(i,t),i=bo(i,o),i.flags|=4096;return i}return t=kr(t.child,{mode:o.mode,children:o.children}),t.ref=i.ref,i.child=t,t.return=i,t}function vo(t,i){var s=i.ref;if(s===null)t!==null&&t.ref!==null&&(i.flags|=4194816);else{if(typeof s!="function"&&typeof s!="object")throw Error(a(284));(t===null||t.ref!==s)&&(i.flags|=4194816)}}function Qc(t,i,s,o,h){return Hi(i),s=Oc(t,i,s,o,void 0,h),o=Nc(),t!==null&&!Bt?(Rc(t,i,h),Nr(t,i,h)):(et&&o&&fc(i),i.flags|=1,Qt(t,i,s,h),i.child)}function Gp(t,i,s,o,h,p){return Hi(i),i.updateQueue=null,s=Jm(i,o,s,h),Vm(t),o=Nc(),t!==null&&!Bt?(Rc(t,i,p),Nr(t,i,p)):(et&&o&&fc(i),i.flags|=1,Qt(t,i,s,p),i.child)}function Yp(t,i,s,o,h){if(Hi(i),i.stateNode===null){var p=pa,v=s.contextType;typeof v=="object"&&v!==null&&(p=Xt(v)),p=new s(o,p),i.memoizedState=p.state!==null&&p.state!==void 0?p.state:null,p.updater=Vc,i.stateNode=p,p._reactInternals=i,p=i.stateNode,p.props=o,p.state=i.memoizedState,p.refs={},Sc(i),v=s.contextType,p.context=typeof v=="object"&&v!==null?Xt(v):pa,p.state=i.memoizedState,v=s.getDerivedStateFromProps,typeof v=="function"&&(Yc(i,s,v,o),p.state=i.memoizedState),typeof s.getDerivedStateFromProps=="function"||typeof p.getSnapshotBeforeUpdate=="function"||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(v=p.state,typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount(),v!==p.state&&Vc.enqueueReplaceState(p,p.state,null),Ns(i,o,p,h),Os(),p.state=i.memoizedState),typeof p.componentDidMount=="function"&&(i.flags|=4194308),o=!0}else if(t===null){p=i.stateNode;var S=i.memoizedProps,P=Vi(s,S);p.props=P;var te=p.context,le=s.contextType;v=pa,typeof le=="object"&&le!==null&&(v=Xt(le));var pe=s.getDerivedStateFromProps;le=typeof pe=="function"||typeof p.getSnapshotBeforeUpdate=="function",S=i.pendingProps!==S,le||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(S||te!==v)&&Rp(i,p,o,v),ri=!1;var ne=i.memoizedState;p.state=ne,Ns(i,o,p,h),Os(),te=i.memoizedState,S||ne!==te||ri?(typeof pe=="function"&&(Yc(i,s,pe,o),te=i.memoizedState),(P=ri||Np(i,s,P,o,ne,te,v))?(le||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount()),typeof p.componentDidMount=="function"&&(i.flags|=4194308)):(typeof p.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=o,i.memoizedState=te),p.props=o,p.state=te,p.context=v,o=P):(typeof p.componentDidMount=="function"&&(i.flags|=4194308),o=!1)}else{p=i.stateNode,_c(t,i),v=i.memoizedProps,le=Vi(s,v),p.props=le,pe=i.pendingProps,ne=p.context,te=s.contextType,P=pa,typeof te=="object"&&te!==null&&(P=Xt(te)),S=s.getDerivedStateFromProps,(te=typeof S=="function"||typeof p.getSnapshotBeforeUpdate=="function")||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(v!==pe||ne!==P)&&Rp(i,p,o,P),ri=!1,ne=i.memoizedState,p.state=ne,Ns(i,o,p,h),Os();var ae=i.memoizedState;v!==pe||ne!==ae||ri||t!==null&&t.dependencies!==null&&Wl(t.dependencies)?(typeof S=="function"&&(Yc(i,s,S,o),ae=i.memoizedState),(le=ri||Np(i,s,le,o,ne,ae,P)||t!==null&&t.dependencies!==null&&Wl(t.dependencies))?(te||typeof p.UNSAFE_componentWillUpdate!="function"&&typeof p.componentWillUpdate!="function"||(typeof p.componentWillUpdate=="function"&&p.componentWillUpdate(o,ae,P),typeof p.UNSAFE_componentWillUpdate=="function"&&p.UNSAFE_componentWillUpdate(o,ae,P)),typeof p.componentDidUpdate=="function"&&(i.flags|=4),typeof p.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof p.componentDidUpdate!="function"||v===t.memoizedProps&&ne===t.memoizedState||(i.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||v===t.memoizedProps&&ne===t.memoizedState||(i.flags|=1024),i.memoizedProps=o,i.memoizedState=ae),p.props=o,p.state=ae,p.context=P,o=le):(typeof p.componentDidUpdate!="function"||v===t.memoizedProps&&ne===t.memoizedState||(i.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||v===t.memoizedProps&&ne===t.memoizedState||(i.flags|=1024),o=!1)}return p=o,vo(t,i),o=(i.flags&128)!==0,p||o?(p=i.stateNode,s=o&&typeof s.getDerivedStateFromError!="function"?null:p.render(),i.flags|=1,t!==null&&o?(i.child=Gi(i,t.child,null,h),i.child=Gi(i,null,s,h)):Qt(t,i,s,h),i.memoizedState=p.state,t=i.child):t=Nr(t,i,h),t}function Vp(t,i,s,o){return Pi(),i.flags|=256,Qt(t,i,s,o),i.child}var Kc={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Zc(t){return{baseLanes:t,cachePool:Lm()}}function Wc(t,i,s){return t=t!==null?t.childLanes&~s:0,i&&(t|=En),t}function Jp(t,i,s){var o=i.pendingProps,h=!1,p=(i.flags&128)!==0,v;if((v=p)||(v=t!==null&&t.memoizedState===null?!1:(Mt.current&2)!==0),v&&(h=!0,i.flags&=-129),v=(i.flags&32)!==0,i.flags&=-33,t===null){if(et){if(h?si(i):li(),(t=_t)?(t=ny(t,In),t=t!==null&&t.data!=="&"?t:null,t!==null&&(i.memoizedState={dehydrated:t,treeContext:Wr!==null?{id:or,overflow:ur}:null,retryLane:536870912,hydrationErrors:null},s=Cm(t),s.return=i,i.child=s,Jt=i,_t=null)):t=null,t===null)throw ti(i);return Lf(t)?i.lanes=32:i.lanes=536870912,null}var S=o.children;return o=o.fallback,h?(li(),h=i.mode,S=xo({mode:"hidden",children:S},h),o=Bi(o,h,s,null),S.return=i,o.return=i,S.sibling=o,i.child=S,o=i.child,o.memoizedState=Zc(s),o.childLanes=Wc(t,v,s),i.memoizedState=Kc,Ls(null,o)):(si(i),ef(i,S))}var P=t.memoizedState;if(P!==null&&(S=P.dehydrated,S!==null)){if(p)i.flags&256?(si(i),i.flags&=-257,i=tf(t,i,s)):i.memoizedState!==null?(li(),i.child=t.child,i.flags|=128,i=null):(li(),S=o.fallback,h=i.mode,o=xo({mode:"visible",children:o.children},h),S=Bi(S,h,s,null),S.flags|=2,o.return=i,S.return=i,o.sibling=S,i.child=o,Gi(i,t.child,null,s),o=i.child,o.memoizedState=Zc(s),o.childLanes=Wc(t,v,s),i.memoizedState=Kc,i=Ls(null,o));else if(si(i),Lf(S)){if(v=S.nextSibling&&S.nextSibling.dataset,v)var te=v.dgst;v=te,o=Error(a(419)),o.stack="",o.digest=v,Es({value:o,source:null,stack:null}),i=tf(t,i,s)}else if(Bt||va(t,i,s,!1),v=(s&t.childLanes)!==0,Bt||v){if(v=gt,v!==null&&(o=Kr(v,s),o!==0&&o!==P.retryLane))throw P.retryLane=o,Ui(t,o),pn(v,t,o),Xc;zf(S)||jo(),i=tf(t,i,s)}else zf(S)?(i.flags|=192,i.child=t.child,i=null):(t=P.treeContext,_t=$n(S.nextSibling),Jt=i,et=!0,ei=null,In=!1,t!==null&&Om(i,t),i=ef(i,o.children),i.flags|=4096);return i}return h?(li(),S=o.fallback,h=i.mode,P=t.child,te=P.sibling,o=kr(P,{mode:"hidden",children:o.children}),o.subtreeFlags=P.subtreeFlags&65011712,te!==null?S=kr(te,S):(S=Bi(S,h,s,null),S.flags|=2),S.return=i,o.return=i,o.sibling=S,i.child=o,Ls(null,o),o=i.child,S=t.child.memoizedState,S===null?S=Zc(s):(h=S.cachePool,h!==null?(P=Lt._currentValue,h=h.parent!==P?{parent:P,pool:P}:h):h=Lm(),S={baseLanes:S.baseLanes|s,cachePool:h}),o.memoizedState=S,o.childLanes=Wc(t,v,s),i.memoizedState=Kc,Ls(t.child,o)):(si(i),s=t.child,t=s.sibling,s=kr(s,{mode:"visible",children:o.children}),s.return=i,s.sibling=null,t!==null&&(v=i.deletions,v===null?(i.deletions=[t],i.flags|=16):v.push(t)),i.child=s,i.memoizedState=null,s)}function ef(t,i){return i=xo({mode:"visible",children:i},t.mode),i.return=t,t.child=i}function xo(t,i){return t=xn(22,t,null,i),t.lanes=0,t}function tf(t,i,s){return Gi(i,t.child,null,s),t=ef(i,i.pendingProps.children),t.flags|=2,i.memoizedState=null,t}function Xp(t,i,s){t.lanes|=i;var o=t.alternate;o!==null&&(o.lanes|=i),gc(t.return,i,s)}function nf(t,i,s,o,h,p){var v=t.memoizedState;v===null?t.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:o,tail:s,tailMode:h,treeForkCount:p}:(v.isBackwards=i,v.rendering=null,v.renderingStartTime=0,v.last=o,v.tail=s,v.tailMode=h,v.treeForkCount=p)}function Qp(t,i,s){var o=i.pendingProps,h=o.revealOrder,p=o.tail;o=o.children;var v=Mt.current,S=(v&2)!==0;if(S?(v=v&1|2,i.flags|=128):v&=1,_(Mt,v),Qt(t,i,o,s),o=et?_s:0,!S&&t!==null&&(t.flags&128)!==0)e:for(t=i.child;t!==null;){if(t.tag===13)t.memoizedState!==null&&Xp(t,s,i);else if(t.tag===19)Xp(t,s,i);else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===i)break e;for(;t.sibling===null;){if(t.return===null||t.return===i)break e;t=t.return}t.sibling.return=t.return,t=t.sibling}switch(h){case"forwards":for(s=i.child,h=null;s!==null;)t=s.alternate,t!==null&&lo(t)===null&&(h=s),s=s.sibling;s=h,s===null?(h=i.child,i.child=null):(h=s.sibling,s.sibling=null),nf(i,!1,h,s,p,o);break;case"backwards":case"unstable_legacy-backwards":for(s=null,h=i.child,i.child=null;h!==null;){if(t=h.alternate,t!==null&&lo(t)===null){i.child=h;break}t=h.sibling,h.sibling=s,s=h,h=t}nf(i,!0,s,null,p,o);break;case"together":nf(i,!1,null,null,void 0,o);break;default:i.memoizedState=null}return i.child}function Nr(t,i,s){if(t!==null&&(i.dependencies=t.dependencies),ci|=i.lanes,(s&i.childLanes)===0)if(t!==null){if(va(t,i,s,!1),(s&i.childLanes)===0)return null}else return null;if(t!==null&&i.child!==t.child)throw Error(a(153));if(i.child!==null){for(t=i.child,s=kr(t,t.pendingProps),i.child=s,s.return=i;t.sibling!==null;)t=t.sibling,s=s.sibling=kr(t,t.pendingProps),s.return=i;s.sibling=null}return i.child}function rf(t,i){return(t.lanes&i)!==0?!0:(t=t.dependencies,!!(t!==null&&Wl(t)))}function yx(t,i,s){switch(i.tag){case 3:Re(i,i.stateNode.containerInfo),ni(i,Lt,t.memoizedState.cache),Pi();break;case 27:case 5:ze(i);break;case 4:Re(i,i.stateNode.containerInfo);break;case 10:ni(i,i.type,i.memoizedProps.value);break;case 31:if(i.memoizedState!==null)return i.flags|=128,Tc(i),null;break;case 13:var o=i.memoizedState;if(o!==null)return o.dehydrated!==null?(si(i),i.flags|=128,null):(s&i.child.childLanes)!==0?Jp(t,i,s):(si(i),t=Nr(t,i,s),t!==null?t.sibling:null);si(i);break;case 19:var h=(t.flags&128)!==0;if(o=(s&i.childLanes)!==0,o||(va(t,i,s,!1),o=(s&i.childLanes)!==0),h){if(o)return Qp(t,i,s);i.flags|=128}if(h=i.memoizedState,h!==null&&(h.rendering=null,h.tail=null,h.lastEffect=null),_(Mt,Mt.current),o)break;return null;case 22:return i.lanes=0,Ip(t,i,s,i.pendingProps);case 24:ni(i,Lt,t.memoizedState.cache)}return Nr(t,i,s)}function Kp(t,i,s){if(t!==null)if(t.memoizedProps!==i.pendingProps)Bt=!0;else{if(!rf(t,s)&&(i.flags&128)===0)return Bt=!1,yx(t,i,s);Bt=(t.flags&131072)!==0}else Bt=!1,et&&(i.flags&1048576)!==0&&jm(i,_s,i.index);switch(i.lanes=0,i.tag){case 16:e:{var o=i.pendingProps;if(t=Fi(i.elementType),i.type=t,typeof t=="function")oc(t)?(o=Vi(t,o),i.tag=1,i=Yp(null,i,t,o,s)):(i.tag=0,i=Qc(null,i,t,o,s));else{if(t!=null){var h=t.$$typeof;if(h===se){i.tag=11,i=Pp(null,i,t,o,s);break e}else if(h===V){i.tag=14,i=qp(null,i,t,o,s);break e}}throw i=ge(t)||t,Error(a(306,i,""))}}return i;case 0:return Qc(t,i,i.type,i.pendingProps,s);case 1:return o=i.type,h=Vi(o,i.pendingProps),Yp(t,i,o,h,s);case 3:e:{if(Re(i,i.stateNode.containerInfo),t===null)throw Error(a(387));o=i.pendingProps;var p=i.memoizedState;h=p.element,_c(t,i),Ns(i,o,null,s);var v=i.memoizedState;if(o=v.cache,ni(i,Lt,o),o!==p.cache&&yc(i,[Lt],s,!0),Os(),o=v.element,p.isDehydrated)if(p={element:o,isDehydrated:!1,cache:v.cache},i.updateQueue.baseState=p,i.memoizedState=p,i.flags&256){i=Vp(t,i,o,s);break e}else if(o!==h){h=Pn(Error(a(424)),i),Es(h),i=Vp(t,i,o,s);break e}else{switch(t=i.stateNode.containerInfo,t.nodeType){case 9:t=t.body;break;default:t=t.nodeName==="HTML"?t.ownerDocument.body:t}for(_t=$n(t.firstChild),Jt=i,et=!0,ei=null,In=!0,s=Im(i,null,o,s),i.child=s;s;)s.flags=s.flags&-3|4096,s=s.sibling}else{if(Pi(),o===h){i=Nr(t,i,s);break e}Qt(t,i,o,s)}i=i.child}return i;case 26:return vo(t,i),t===null?(s=oy(i.type,null,i.pendingProps,null))?i.memoizedState=s:et||(s=i.type,t=i.pendingProps,o=Lo(we.current).createElement(s),o[pt]=i,o[Ot]=t,Kt(o,s,t),H(o),i.stateNode=o):i.memoizedState=oy(i.type,t.memoizedProps,i.pendingProps,t.memoizedState),null;case 27:return ze(i),t===null&&et&&(o=i.stateNode=ay(i.type,i.pendingProps,we.current),Jt=i,In=!0,h=_t,pi(i.type)?(Uf=h,_t=$n(o.firstChild)):_t=h),Qt(t,i,i.pendingProps.children,s),vo(t,i),t===null&&(i.flags|=4194304),i.child;case 5:return t===null&&et&&((h=o=_t)&&(o=Vx(o,i.type,i.pendingProps,In),o!==null?(i.stateNode=o,Jt=i,_t=$n(o.firstChild),In=!1,h=!0):h=!1),h||ti(i)),ze(i),h=i.type,p=i.pendingProps,v=t!==null?t.memoizedProps:null,o=p.children,Rf(h,p)?o=null:v!==null&&Rf(h,v)&&(i.flags|=32),i.memoizedState!==null&&(h=Oc(t,i,ox,null,null,s),Ks._currentValue=h),vo(t,i),Qt(t,i,o,s),i.child;case 6:return t===null&&et&&((t=s=_t)&&(s=Jx(s,i.pendingProps,In),s!==null?(i.stateNode=s,Jt=i,_t=null,t=!0):t=!1),t||ti(i)),null;case 13:return Jp(t,i,s);case 4:return Re(i,i.stateNode.containerInfo),o=i.pendingProps,t===null?i.child=Gi(i,null,o,s):Qt(t,i,o,s),i.child;case 11:return Pp(t,i,i.type,i.pendingProps,s);case 7:return Qt(t,i,i.pendingProps,s),i.child;case 8:return Qt(t,i,i.pendingProps.children,s),i.child;case 12:return Qt(t,i,i.pendingProps.children,s),i.child;case 10:return o=i.pendingProps,ni(i,i.type,o.value),Qt(t,i,o.children,s),i.child;case 9:return h=i.type._context,o=i.pendingProps.children,Hi(i),h=Xt(h),o=o(h),i.flags|=1,Qt(t,i,o,s),i.child;case 14:return qp(t,i,i.type,i.pendingProps,s);case 15:return Hp(t,i,i.type,i.pendingProps,s);case 19:return Qp(t,i,s);case 31:return gx(t,i,s);case 22:return Ip(t,i,s,i.pendingProps);case 24:return Hi(i),o=Xt(Lt),t===null?(h=xc(),h===null&&(h=gt,p=bc(),h.pooledCache=p,p.refCount++,p!==null&&(h.pooledCacheLanes|=s),h=p),i.memoizedState={parent:o,cache:h},Sc(i),ni(i,Lt,h)):((t.lanes&s)!==0&&(_c(t,i),Ns(i,null,null,s),Os()),h=t.memoizedState,p=i.memoizedState,h.parent!==o?(h={parent:o,cache:o},i.memoizedState=h,i.lanes===0&&(i.memoizedState=i.updateQueue.baseState=h),ni(i,Lt,o)):(o=p.cache,ni(i,Lt,o),o!==h.cache&&yc(i,[Lt],s,!0))),Qt(t,i,i.pendingProps.children,s),i.child;case 29:throw i.pendingProps}throw Error(a(156,i.tag))}function Rr(t){t.flags|=4}function af(t,i,s,o,h){if((i=(t.mode&32)!==0)&&(i=!1),i){if(t.flags|=16777216,(h&335544128)===h)if(t.stateNode.complete)t.flags|=8192;else if(Eg())t.flags|=8192;else throw $i=ro,wc}else t.flags&=-16777217}function Zp(t,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)t.flags&=-16777217;else if(t.flags|=16777216,!dy(i))if(Eg())t.flags|=8192;else throw $i=ro,wc}function wo(t,i){i!==null&&(t.flags|=4),t.flags&16384&&(i=t.tag!==22?aa():536870912,t.lanes|=i,Na|=i)}function Us(t,i){if(!et)switch(t.tailMode){case"hidden":i=t.tail;for(var s=null;i!==null;)i.alternate!==null&&(s=i),i=i.sibling;s===null?t.tail=null:s.sibling=null;break;case"collapsed":s=t.tail;for(var o=null;s!==null;)s.alternate!==null&&(o=s),s=s.sibling;o===null?i||t.tail===null?t.tail=null:t.tail.sibling=null:o.sibling=null}}function Et(t){var i=t.alternate!==null&&t.alternate.child===t.child,s=0,o=0;if(i)for(var h=t.child;h!==null;)s|=h.lanes|h.childLanes,o|=h.subtreeFlags&65011712,o|=h.flags&65011712,h.return=t,h=h.sibling;else for(h=t.child;h!==null;)s|=h.lanes|h.childLanes,o|=h.subtreeFlags,o|=h.flags,h.return=t,h=h.sibling;return t.subtreeFlags|=o,t.childLanes=s,i}function bx(t,i,s){var o=i.pendingProps;switch(hc(i),i.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Et(i),null;case 1:return Et(i),null;case 3:return s=i.stateNode,o=null,t!==null&&(o=t.memoizedState.cache),i.memoizedState.cache!==o&&(i.flags|=2048),Tr(Lt),ke(),s.pendingContext&&(s.context=s.pendingContext,s.pendingContext=null),(t===null||t.child===null)&&(ba(i)?Rr(i):t===null||t.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,mc())),Et(i),null;case 26:var h=i.type,p=i.memoizedState;return t===null?(Rr(i),p!==null?(Et(i),Zp(i,p)):(Et(i),af(i,h,null,o,s))):p?p!==t.memoizedState?(Rr(i),Et(i),Zp(i,p)):(Et(i),i.flags&=-16777217):(t=t.memoizedProps,t!==o&&Rr(i),Et(i),af(i,h,t,o,s)),null;case 27:if(bt(i),s=we.current,h=i.type,t!==null&&i.stateNode!=null)t.memoizedProps!==o&&Rr(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Et(i),null}t=ue.current,ba(i)?Nm(i):(t=ay(h,o,s),i.stateNode=t,Rr(i))}return Et(i),null;case 5:if(bt(i),h=i.type,t!==null&&i.stateNode!=null)t.memoizedProps!==o&&Rr(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Et(i),null}if(p=ue.current,ba(i))Nm(i);else{var v=Lo(we.current);switch(p){case 1:p=v.createElementNS("http://www.w3.org/2000/svg",h);break;case 2:p=v.createElementNS("http://www.w3.org/1998/Math/MathML",h);break;default:switch(h){case"svg":p=v.createElementNS("http://www.w3.org/2000/svg",h);break;case"math":p=v.createElementNS("http://www.w3.org/1998/Math/MathML",h);break;case"script":p=v.createElement("div"),p.innerHTML="<script><\/script>",p=p.removeChild(p.firstChild);break;case"select":p=typeof o.is=="string"?v.createElement("select",{is:o.is}):v.createElement("select"),o.multiple?p.multiple=!0:o.size&&(p.size=o.size);break;default:p=typeof o.is=="string"?v.createElement(h,{is:o.is}):v.createElement(h)}}p[pt]=i,p[Ot]=o;e:for(v=i.child;v!==null;){if(v.tag===5||v.tag===6)p.appendChild(v.stateNode);else if(v.tag!==4&&v.tag!==27&&v.child!==null){v.child.return=v,v=v.child;continue}if(v===i)break e;for(;v.sibling===null;){if(v.return===null||v.return===i)break e;v=v.return}v.sibling.return=v.return,v=v.sibling}i.stateNode=p;e:switch(Kt(p,h,o),h){case"button":case"input":case"select":case"textarea":o=!!o.autoFocus;break e;case"img":o=!0;break e;default:o=!1}o&&Rr(i)}}return Et(i),af(i,i.type,t===null?null:t.memoizedProps,i.pendingProps,s),null;case 6:if(t&&i.stateNode!=null)t.memoizedProps!==o&&Rr(i);else{if(typeof o!="string"&&i.stateNode===null)throw Error(a(166));if(t=we.current,ba(i)){if(t=i.stateNode,s=i.memoizedProps,o=null,h=Jt,h!==null)switch(h.tag){case 27:case 5:o=h.memoizedProps}t[pt]=i,t=!!(t.nodeValue===s||o!==null&&o.suppressHydrationWarning===!0||Jg(t.nodeValue,s)),t||ti(i,!0)}else t=Lo(t).createTextNode(o),t[pt]=i,i.stateNode=t}return Et(i),null;case 31:if(s=i.memoizedState,t===null||t.memoizedState!==null){if(o=ba(i),s!==null){if(t===null){if(!o)throw Error(a(318));if(t=i.memoizedState,t=t!==null?t.dehydrated:null,!t)throw Error(a(557));t[pt]=i}else Pi(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Et(i),t=!1}else s=mc(),t!==null&&t.memoizedState!==null&&(t.memoizedState.hydrationErrors=s),t=!0;if(!t)return i.flags&256?(Sn(i),i):(Sn(i),null);if((i.flags&128)!==0)throw Error(a(558))}return Et(i),null;case 13:if(o=i.memoizedState,t===null||t.memoizedState!==null&&t.memoizedState.dehydrated!==null){if(h=ba(i),o!==null&&o.dehydrated!==null){if(t===null){if(!h)throw Error(a(318));if(h=i.memoizedState,h=h!==null?h.dehydrated:null,!h)throw Error(a(317));h[pt]=i}else Pi(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Et(i),h=!1}else h=mc(),t!==null&&t.memoizedState!==null&&(t.memoizedState.hydrationErrors=h),h=!0;if(!h)return i.flags&256?(Sn(i),i):(Sn(i),null)}return Sn(i),(i.flags&128)!==0?(i.lanes=s,i):(s=o!==null,t=t!==null&&t.memoizedState!==null,s&&(o=i.child,h=null,o.alternate!==null&&o.alternate.memoizedState!==null&&o.alternate.memoizedState.cachePool!==null&&(h=o.alternate.memoizedState.cachePool.pool),p=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(p=o.memoizedState.cachePool.pool),p!==h&&(o.flags|=2048)),s!==t&&s&&(i.child.flags|=8192),wo(i,i.updateQueue),Et(i),null);case 4:return ke(),t===null&&Cf(i.stateNode.containerInfo),Et(i),null;case 10:return Tr(i.type),Et(i),null;case 19:if(W(Mt),o=i.memoizedState,o===null)return Et(i),null;if(h=(i.flags&128)!==0,p=o.rendering,p===null)if(h)Us(o,!1);else{if(Rt!==0||t!==null&&(t.flags&128)!==0)for(t=i.child;t!==null;){if(p=lo(t),p!==null){for(i.flags|=128,Us(o,!1),t=p.updateQueue,i.updateQueue=t,wo(i,t),i.subtreeFlags=0,t=s,s=i.child;s!==null;)Am(s,t),s=s.sibling;return _(Mt,Mt.current&1|2),et&&Ar(i,o.treeForkCount),i.child}t=t.sibling}o.tail!==null&&xt()>Ao&&(i.flags|=128,h=!0,Us(o,!1),i.lanes=4194304)}else{if(!h)if(t=lo(p),t!==null){if(i.flags|=128,h=!0,t=t.updateQueue,i.updateQueue=t,wo(i,t),Us(o,!0),o.tail===null&&o.tailMode==="hidden"&&!p.alternate&&!et)return Et(i),null}else 2*xt()-o.renderingStartTime>Ao&&s!==536870912&&(i.flags|=128,h=!0,Us(o,!1),i.lanes=4194304);o.isBackwards?(p.sibling=i.child,i.child=p):(t=o.last,t!==null?t.sibling=p:i.child=p,o.last=p)}return o.tail!==null?(t=o.tail,o.rendering=t,o.tail=t.sibling,o.renderingStartTime=xt(),t.sibling=null,s=Mt.current,_(Mt,h?s&1|2:s&1),et&&Ar(i,o.treeForkCount),t):(Et(i),null);case 22:case 23:return Sn(i),Cc(),o=i.memoizedState!==null,t!==null?t.memoizedState!==null!==o&&(i.flags|=8192):o&&(i.flags|=8192),o?(s&536870912)!==0&&(i.flags&128)===0&&(Et(i),i.subtreeFlags&6&&(i.flags|=8192)):Et(i),s=i.updateQueue,s!==null&&wo(i,s.retryQueue),s=null,t!==null&&t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(s=t.memoizedState.cachePool.pool),o=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(o=i.memoizedState.cachePool.pool),o!==s&&(i.flags|=2048),t!==null&&W(Ii),null;case 24:return s=null,t!==null&&(s=t.memoizedState.cache),i.memoizedState.cache!==s&&(i.flags|=2048),Tr(Lt),Et(i),null;case 25:return null;case 30:return null}throw Error(a(156,i.tag))}function vx(t,i){switch(hc(i),i.tag){case 1:return t=i.flags,t&65536?(i.flags=t&-65537|128,i):null;case 3:return Tr(Lt),ke(),t=i.flags,(t&65536)!==0&&(t&128)===0?(i.flags=t&-65537|128,i):null;case 26:case 27:case 5:return bt(i),null;case 31:if(i.memoizedState!==null){if(Sn(i),i.alternate===null)throw Error(a(340));Pi()}return t=i.flags,t&65536?(i.flags=t&-65537|128,i):null;case 13:if(Sn(i),t=i.memoizedState,t!==null&&t.dehydrated!==null){if(i.alternate===null)throw Error(a(340));Pi()}return t=i.flags,t&65536?(i.flags=t&-65537|128,i):null;case 19:return W(Mt),null;case 4:return ke(),null;case 10:return Tr(i.type),null;case 22:case 23:return Sn(i),Cc(),t!==null&&W(Ii),t=i.flags,t&65536?(i.flags=t&-65537|128,i):null;case 24:return Tr(Lt),null;case 25:return null;default:return null}}function Wp(t,i){switch(hc(i),i.tag){case 3:Tr(Lt),ke();break;case 26:case 27:case 5:bt(i);break;case 4:ke();break;case 31:i.memoizedState!==null&&Sn(i);break;case 13:Sn(i);break;case 19:W(Mt);break;case 10:Tr(i.type);break;case 22:case 23:Sn(i),Cc(),t!==null&&W(Ii);break;case 24:Tr(Lt)}}function Bs(t,i){try{var s=i.updateQueue,o=s!==null?s.lastEffect:null;if(o!==null){var h=o.next;s=h;do{if((s.tag&t)===t){o=void 0;var p=s.create,v=s.inst;o=p(),v.destroy=o}s=s.next}while(s!==h)}}catch(S){ct(i,i.return,S)}}function oi(t,i,s){try{var o=i.updateQueue,h=o!==null?o.lastEffect:null;if(h!==null){var p=h.next;o=p;do{if((o.tag&t)===t){var v=o.inst,S=v.destroy;if(S!==void 0){v.destroy=void 0,h=i;var P=s,te=S;try{te()}catch(le){ct(h,P,le)}}}o=o.next}while(o!==p)}}catch(le){ct(i,i.return,le)}}function eg(t){var i=t.updateQueue;if(i!==null){var s=t.stateNode;try{$m(i,s)}catch(o){ct(t,t.return,o)}}}function tg(t,i,s){s.props=Vi(t.type,t.memoizedProps),s.state=t.memoizedState;try{s.componentWillUnmount()}catch(o){ct(t,i,o)}}function Ps(t,i){try{var s=t.ref;if(s!==null){switch(t.tag){case 26:case 27:case 5:var o=t.stateNode;break;case 30:o=t.stateNode;break;default:o=t.stateNode}typeof s=="function"?t.refCleanup=s(o):s.current=o}}catch(h){ct(t,i,h)}}function cr(t,i){var s=t.ref,o=t.refCleanup;if(s!==null)if(typeof o=="function")try{o()}catch(h){ct(t,i,h)}finally{t.refCleanup=null,t=t.alternate,t!=null&&(t.refCleanup=null)}else if(typeof s=="function")try{s(null)}catch(h){ct(t,i,h)}else s.current=null}function ng(t){var i=t.type,s=t.memoizedProps,o=t.stateNode;try{e:switch(i){case"button":case"input":case"select":case"textarea":s.autoFocus&&o.focus();break e;case"img":s.src?o.src=s.src:s.srcSet&&(o.srcset=s.srcSet)}}catch(h){ct(t,t.return,h)}}function sf(t,i,s){try{var o=t.stateNode;Hx(o,t.type,s,i),o[Ot]=i}catch(h){ct(t,t.return,h)}}function rg(t){return t.tag===5||t.tag===3||t.tag===26||t.tag===27&&pi(t.type)||t.tag===4}function lf(t){e:for(;;){for(;t.sibling===null;){if(t.return===null||rg(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==5&&t.tag!==6&&t.tag!==18;){if(t.tag===27&&pi(t.type)||t.flags&2||t.child===null||t.tag===4)continue e;t.child.return=t,t=t.child}if(!(t.flags&2))return t.stateNode}}function of(t,i,s){var o=t.tag;if(o===5||o===6)t=t.stateNode,i?(s.nodeType===9?s.body:s.nodeName==="HTML"?s.ownerDocument.body:s).insertBefore(t,i):(i=s.nodeType===9?s.body:s.nodeName==="HTML"?s.ownerDocument.body:s,i.appendChild(t),s=s._reactRootContainer,s!=null||i.onclick!==null||(i.onclick=_r));else if(o!==4&&(o===27&&pi(t.type)&&(s=t.stateNode,i=null),t=t.child,t!==null))for(of(t,i,s),t=t.sibling;t!==null;)of(t,i,s),t=t.sibling}function So(t,i,s){var o=t.tag;if(o===5||o===6)t=t.stateNode,i?s.insertBefore(t,i):s.appendChild(t);else if(o!==4&&(o===27&&pi(t.type)&&(s=t.stateNode),t=t.child,t!==null))for(So(t,i,s),t=t.sibling;t!==null;)So(t,i,s),t=t.sibling}function ig(t){var i=t.stateNode,s=t.memoizedProps;try{for(var o=t.type,h=i.attributes;h.length;)i.removeAttributeNode(h[0]);Kt(i,o,s),i[pt]=t,i[Ot]=s}catch(p){ct(t,t.return,p)}}var Mr=!1,Pt=!1,uf=!1,ag=typeof WeakSet=="function"?WeakSet:Set,$t=null;function xx(t,i){if(t=t.containerInfo,Of=Fo,t=ym(t),tc(t)){if("selectionStart"in t)var s={start:t.selectionStart,end:t.selectionEnd};else e:{s=(s=t.ownerDocument)&&s.defaultView||window;var o=s.getSelection&&s.getSelection();if(o&&o.rangeCount!==0){s=o.anchorNode;var h=o.anchorOffset,p=o.focusNode;o=o.focusOffset;try{s.nodeType,p.nodeType}catch{s=null;break e}var v=0,S=-1,P=-1,te=0,le=0,pe=t,ne=null;t:for(;;){for(var ae;pe!==s||h!==0&&pe.nodeType!==3||(S=v+h),pe!==p||o!==0&&pe.nodeType!==3||(P=v+o),pe.nodeType===3&&(v+=pe.nodeValue.length),(ae=pe.firstChild)!==null;)ne=pe,pe=ae;for(;;){if(pe===t)break t;if(ne===s&&++te===h&&(S=v),ne===p&&++le===o&&(P=v),(ae=pe.nextSibling)!==null)break;pe=ne,ne=pe.parentNode}pe=ae}s=S===-1||P===-1?null:{start:S,end:P}}else s=null}s=s||{start:0,end:0}}else s=null;for(Nf={focusedElem:t,selectionRange:s},Fo=!1,$t=i;$t!==null;)if(i=$t,t=i.child,(i.subtreeFlags&1028)!==0&&t!==null)t.return=i,$t=t;else for(;$t!==null;){switch(i=$t,p=i.alternate,t=i.flags,i.tag){case 0:if((t&4)!==0&&(t=i.updateQueue,t=t!==null?t.events:null,t!==null))for(s=0;s<t.length;s++)h=t[s],h.ref.impl=h.nextImpl;break;case 11:case 15:break;case 1:if((t&1024)!==0&&p!==null){t=void 0,s=i,h=p.memoizedProps,p=p.memoizedState,o=s.stateNode;try{var Ne=Vi(s.type,h);t=o.getSnapshotBeforeUpdate(Ne,p),o.__reactInternalSnapshotBeforeUpdate=t}catch(Ue){ct(s,s.return,Ue)}}break;case 3:if((t&1024)!==0){if(t=i.stateNode.containerInfo,s=t.nodeType,s===9)Df(t);else if(s===1)switch(t.nodeName){case"HEAD":case"HTML":case"BODY":Df(t);break;default:t.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((t&1024)!==0)throw Error(a(163))}if(t=i.sibling,t!==null){t.return=i.return,$t=t;break}$t=i.return}}function sg(t,i,s){var o=s.flags;switch(s.tag){case 0:case 11:case 15:zr(t,s),o&4&&Bs(5,s);break;case 1:if(zr(t,s),o&4)if(t=s.stateNode,i===null)try{t.componentDidMount()}catch(v){ct(s,s.return,v)}else{var h=Vi(s.type,i.memoizedProps);i=i.memoizedState;try{t.componentDidUpdate(h,i,t.__reactInternalSnapshotBeforeUpdate)}catch(v){ct(s,s.return,v)}}o&64&&eg(s),o&512&&Ps(s,s.return);break;case 3:if(zr(t,s),o&64&&(t=s.updateQueue,t!==null)){if(i=null,s.child!==null)switch(s.child.tag){case 27:case 5:i=s.child.stateNode;break;case 1:i=s.child.stateNode}try{$m(t,i)}catch(v){ct(s,s.return,v)}}break;case 27:i===null&&o&4&&ig(s);case 26:case 5:zr(t,s),i===null&&o&4&&ng(s),o&512&&Ps(s,s.return);break;case 12:zr(t,s);break;case 31:zr(t,s),o&4&&ug(t,s);break;case 13:zr(t,s),o&4&&cg(t,s),o&64&&(t=s.memoizedState,t!==null&&(t=t.dehydrated,t!==null&&(s=jx.bind(null,s),Xx(t,s))));break;case 22:if(o=s.memoizedState!==null||Mr,!o){i=i!==null&&i.memoizedState!==null||Pt,h=Mr;var p=Pt;Mr=o,(Pt=i)&&!p?Lr(t,s,(s.subtreeFlags&8772)!==0):zr(t,s),Mr=h,Pt=p}break;case 30:break;default:zr(t,s)}}function lg(t){var i=t.alternate;i!==null&&(t.alternate=null,lg(i)),t.child=null,t.deletions=null,t.sibling=null,t.tag===5&&(i=t.stateNode,i!==null&&sa(i)),t.stateNode=null,t.return=null,t.dependencies=null,t.memoizedProps=null,t.memoizedState=null,t.pendingProps=null,t.stateNode=null,t.updateQueue=null}var At=null,fn=!1;function Dr(t,i,s){for(s=s.child;s!==null;)og(t,i,s),s=s.sibling}function og(t,i,s){if(mt&&typeof mt.onCommitFiberUnmount=="function")try{mt.onCommitFiberUnmount(Vt,s)}catch{}switch(s.tag){case 26:Pt||cr(s,i),Dr(t,i,s),s.memoizedState?s.memoizedState.count--:s.stateNode&&(s=s.stateNode,s.parentNode.removeChild(s));break;case 27:Pt||cr(s,i);var o=At,h=fn;pi(s.type)&&(At=s.stateNode,fn=!1),Dr(t,i,s),Js(s.stateNode),At=o,fn=h;break;case 5:Pt||cr(s,i);case 6:if(o=At,h=fn,At=null,Dr(t,i,s),At=o,fn=h,At!==null)if(fn)try{(At.nodeType===9?At.body:At.nodeName==="HTML"?At.ownerDocument.body:At).removeChild(s.stateNode)}catch(p){ct(s,i,p)}else try{At.removeChild(s.stateNode)}catch(p){ct(s,i,p)}break;case 18:At!==null&&(fn?(t=At,ey(t.nodeType===9?t.body:t.nodeName==="HTML"?t.ownerDocument.body:t,s.stateNode),Pa(t)):ey(At,s.stateNode));break;case 4:o=At,h=fn,At=s.stateNode.containerInfo,fn=!0,Dr(t,i,s),At=o,fn=h;break;case 0:case 11:case 14:case 15:oi(2,s,i),Pt||oi(4,s,i),Dr(t,i,s);break;case 1:Pt||(cr(s,i),o=s.stateNode,typeof o.componentWillUnmount=="function"&&tg(s,i,o)),Dr(t,i,s);break;case 21:Dr(t,i,s);break;case 22:Pt=(o=Pt)||s.memoizedState!==null,Dr(t,i,s),Pt=o;break;default:Dr(t,i,s)}}function ug(t,i){if(i.memoizedState===null&&(t=i.alternate,t!==null&&(t=t.memoizedState,t!==null))){t=t.dehydrated;try{Pa(t)}catch(s){ct(i,i.return,s)}}}function cg(t,i){if(i.memoizedState===null&&(t=i.alternate,t!==null&&(t=t.memoizedState,t!==null&&(t=t.dehydrated,t!==null))))try{Pa(t)}catch(s){ct(i,i.return,s)}}function wx(t){switch(t.tag){case 31:case 13:case 19:var i=t.stateNode;return i===null&&(i=t.stateNode=new ag),i;case 22:return t=t.stateNode,i=t._retryCache,i===null&&(i=t._retryCache=new ag),i;default:throw Error(a(435,t.tag))}}function _o(t,i){var s=wx(t);i.forEach(function(o){if(!s.has(o)){s.add(o);var h=Ox.bind(null,t,o);o.then(h,h)}})}function hn(t,i){var s=i.deletions;if(s!==null)for(var o=0;o<s.length;o++){var h=s[o],p=t,v=i,S=v;e:for(;S!==null;){switch(S.tag){case 27:if(pi(S.type)){At=S.stateNode,fn=!1;break e}break;case 5:At=S.stateNode,fn=!1;break e;case 3:case 4:At=S.stateNode.containerInfo,fn=!0;break e}S=S.return}if(At===null)throw Error(a(160));og(p,v,h),At=null,fn=!1,p=h.alternate,p!==null&&(p.return=null),h.return=null}if(i.subtreeFlags&13886)for(i=i.child;i!==null;)fg(i,t),i=i.sibling}var tr=null;function fg(t,i){var s=t.alternate,o=t.flags;switch(t.tag){case 0:case 11:case 14:case 15:hn(i,t),dn(t),o&4&&(oi(3,t,t.return),Bs(3,t),oi(5,t,t.return));break;case 1:hn(i,t),dn(t),o&512&&(Pt||s===null||cr(s,s.return)),o&64&&Mr&&(t=t.updateQueue,t!==null&&(o=t.callbacks,o!==null&&(s=t.shared.hiddenCallbacks,t.shared.hiddenCallbacks=s===null?o:s.concat(o))));break;case 26:var h=tr;if(hn(i,t),dn(t),o&512&&(Pt||s===null||cr(s,s.return)),o&4){var p=s!==null?s.memoizedState:null;if(o=t.memoizedState,s===null)if(o===null)if(t.stateNode===null){e:{o=t.type,s=t.memoizedProps,h=h.ownerDocument||h;t:switch(o){case"title":p=h.getElementsByTagName("title")[0],(!p||p[It]||p[pt]||p.namespaceURI==="http://www.w3.org/2000/svg"||p.hasAttribute("itemprop"))&&(p=h.createElement(o),h.head.insertBefore(p,h.querySelector("head > title"))),Kt(p,o,s),p[pt]=t,H(p),o=p;break e;case"link":var v=fy("link","href",h).get(o+(s.href||""));if(v){for(var S=0;S<v.length;S++)if(p=v[S],p.getAttribute("href")===(s.href==null||s.href===""?null:s.href)&&p.getAttribute("rel")===(s.rel==null?null:s.rel)&&p.getAttribute("title")===(s.title==null?null:s.title)&&p.getAttribute("crossorigin")===(s.crossOrigin==null?null:s.crossOrigin)){v.splice(S,1);break t}}p=h.createElement(o),Kt(p,o,s),h.head.appendChild(p);break;case"meta":if(v=fy("meta","content",h).get(o+(s.content||""))){for(S=0;S<v.length;S++)if(p=v[S],p.getAttribute("content")===(s.content==null?null:""+s.content)&&p.getAttribute("name")===(s.name==null?null:s.name)&&p.getAttribute("property")===(s.property==null?null:s.property)&&p.getAttribute("http-equiv")===(s.httpEquiv==null?null:s.httpEquiv)&&p.getAttribute("charset")===(s.charSet==null?null:s.charSet)){v.splice(S,1);break t}}p=h.createElement(o),Kt(p,o,s),h.head.appendChild(p);break;default:throw Error(a(468,o))}p[pt]=t,H(p),o=p}t.stateNode=o}else hy(h,t.type,t.stateNode);else t.stateNode=cy(h,o,t.memoizedProps);else p!==o?(p===null?s.stateNode!==null&&(s=s.stateNode,s.parentNode.removeChild(s)):p.count--,o===null?hy(h,t.type,t.stateNode):cy(h,o,t.memoizedProps)):o===null&&t.stateNode!==null&&sf(t,t.memoizedProps,s.memoizedProps)}break;case 27:hn(i,t),dn(t),o&512&&(Pt||s===null||cr(s,s.return)),s!==null&&o&4&&sf(t,t.memoizedProps,s.memoizedProps);break;case 5:if(hn(i,t),dn(t),o&512&&(Pt||s===null||cr(s,s.return)),t.flags&32){h=t.stateNode;try{oa(h,"")}catch(Ne){ct(t,t.return,Ne)}}o&4&&t.stateNode!=null&&(h=t.memoizedProps,sf(t,h,s!==null?s.memoizedProps:h)),o&1024&&(uf=!0);break;case 6:if(hn(i,t),dn(t),o&4){if(t.stateNode===null)throw Error(a(162));o=t.memoizedProps,s=t.stateNode;try{s.nodeValue=o}catch(Ne){ct(t,t.return,Ne)}}break;case 3:if(Po=null,h=tr,tr=Uo(i.containerInfo),hn(i,t),tr=h,dn(t),o&4&&s!==null&&s.memoizedState.isDehydrated)try{Pa(i.containerInfo)}catch(Ne){ct(t,t.return,Ne)}uf&&(uf=!1,hg(t));break;case 4:o=tr,tr=Uo(t.stateNode.containerInfo),hn(i,t),dn(t),tr=o;break;case 12:hn(i,t),dn(t);break;case 31:hn(i,t),dn(t),o&4&&(o=t.updateQueue,o!==null&&(t.updateQueue=null,_o(t,o)));break;case 13:hn(i,t),dn(t),t.child.flags&8192&&t.memoizedState!==null!=(s!==null&&s.memoizedState!==null)&&(ko=xt()),o&4&&(o=t.updateQueue,o!==null&&(t.updateQueue=null,_o(t,o)));break;case 22:h=t.memoizedState!==null;var P=s!==null&&s.memoizedState!==null,te=Mr,le=Pt;if(Mr=te||h,Pt=le||P,hn(i,t),Pt=le,Mr=te,dn(t),o&8192)e:for(i=t.stateNode,i._visibility=h?i._visibility&-2:i._visibility|1,h&&(s===null||P||Mr||Pt||Ji(t)),s=null,i=t;;){if(i.tag===5||i.tag===26){if(s===null){P=s=i;try{if(p=P.stateNode,h)v=p.style,typeof v.setProperty=="function"?v.setProperty("display","none","important"):v.display="none";else{S=P.stateNode;var pe=P.memoizedProps.style,ne=pe!=null&&pe.hasOwnProperty("display")?pe.display:null;S.style.display=ne==null||typeof ne=="boolean"?"":(""+ne).trim()}}catch(Ne){ct(P,P.return,Ne)}}}else if(i.tag===6){if(s===null){P=i;try{P.stateNode.nodeValue=h?"":P.memoizedProps}catch(Ne){ct(P,P.return,Ne)}}}else if(i.tag===18){if(s===null){P=i;try{var ae=P.stateNode;h?ty(ae,!0):ty(P.stateNode,!1)}catch(Ne){ct(P,P.return,Ne)}}}else if((i.tag!==22&&i.tag!==23||i.memoizedState===null||i===t)&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===t)break e;for(;i.sibling===null;){if(i.return===null||i.return===t)break e;s===i&&(s=null),i=i.return}s===i&&(s=null),i.sibling.return=i.return,i=i.sibling}o&4&&(o=t.updateQueue,o!==null&&(s=o.retryQueue,s!==null&&(o.retryQueue=null,_o(t,s))));break;case 19:hn(i,t),dn(t),o&4&&(o=t.updateQueue,o!==null&&(t.updateQueue=null,_o(t,o)));break;case 30:break;case 21:break;default:hn(i,t),dn(t)}}function dn(t){var i=t.flags;if(i&2){try{for(var s,o=t.return;o!==null;){if(rg(o)){s=o;break}o=o.return}if(s==null)throw Error(a(160));switch(s.tag){case 27:var h=s.stateNode,p=lf(t);So(t,p,h);break;case 5:var v=s.stateNode;s.flags&32&&(oa(v,""),s.flags&=-33);var S=lf(t);So(t,S,v);break;case 3:case 4:var P=s.stateNode.containerInfo,te=lf(t);of(t,te,P);break;default:throw Error(a(161))}}catch(le){ct(t,t.return,le)}t.flags&=-3}i&4096&&(t.flags&=-4097)}function hg(t){if(t.subtreeFlags&1024)for(t=t.child;t!==null;){var i=t;hg(i),i.tag===5&&i.flags&1024&&i.stateNode.reset(),t=t.sibling}}function zr(t,i){if(i.subtreeFlags&8772)for(i=i.child;i!==null;)sg(t,i.alternate,i),i=i.sibling}function Ji(t){for(t=t.child;t!==null;){var i=t;switch(i.tag){case 0:case 11:case 14:case 15:oi(4,i,i.return),Ji(i);break;case 1:cr(i,i.return);var s=i.stateNode;typeof s.componentWillUnmount=="function"&&tg(i,i.return,s),Ji(i);break;case 27:Js(i.stateNode);case 26:case 5:cr(i,i.return),Ji(i);break;case 22:i.memoizedState===null&&Ji(i);break;case 30:Ji(i);break;default:Ji(i)}t=t.sibling}}function Lr(t,i,s){for(s=s&&(i.subtreeFlags&8772)!==0,i=i.child;i!==null;){var o=i.alternate,h=t,p=i,v=p.flags;switch(p.tag){case 0:case 11:case 15:Lr(h,p,s),Bs(4,p);break;case 1:if(Lr(h,p,s),o=p,h=o.stateNode,typeof h.componentDidMount=="function")try{h.componentDidMount()}catch(te){ct(o,o.return,te)}if(o=p,h=o.updateQueue,h!==null){var S=o.stateNode;try{var P=h.shared.hiddenCallbacks;if(P!==null)for(h.shared.hiddenCallbacks=null,h=0;h<P.length;h++)Fm(P[h],S)}catch(te){ct(o,o.return,te)}}s&&v&64&&eg(p),Ps(p,p.return);break;case 27:ig(p);case 26:case 5:Lr(h,p,s),s&&o===null&&v&4&&ng(p),Ps(p,p.return);break;case 12:Lr(h,p,s);break;case 31:Lr(h,p,s),s&&v&4&&ug(h,p);break;case 13:Lr(h,p,s),s&&v&4&&cg(h,p);break;case 22:p.memoizedState===null&&Lr(h,p,s),Ps(p,p.return);break;case 30:break;default:Lr(h,p,s)}i=i.sibling}}function cf(t,i){var s=null;t!==null&&t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(s=t.memoizedState.cachePool.pool),t=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(t=i.memoizedState.cachePool.pool),t!==s&&(t!=null&&t.refCount++,s!=null&&ks(s))}function ff(t,i){t=null,i.alternate!==null&&(t=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==t&&(i.refCount++,t!=null&&ks(t))}function nr(t,i,s,o){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)dg(t,i,s,o),i=i.sibling}function dg(t,i,s,o){var h=i.flags;switch(i.tag){case 0:case 11:case 15:nr(t,i,s,o),h&2048&&Bs(9,i);break;case 1:nr(t,i,s,o);break;case 3:nr(t,i,s,o),h&2048&&(t=null,i.alternate!==null&&(t=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==t&&(i.refCount++,t!=null&&ks(t)));break;case 12:if(h&2048){nr(t,i,s,o),t=i.stateNode;try{var p=i.memoizedProps,v=p.id,S=p.onPostCommit;typeof S=="function"&&S(v,i.alternate===null?"mount":"update",t.passiveEffectDuration,-0)}catch(P){ct(i,i.return,P)}}else nr(t,i,s,o);break;case 31:nr(t,i,s,o);break;case 13:nr(t,i,s,o);break;case 23:break;case 22:p=i.stateNode,v=i.alternate,i.memoizedState!==null?p._visibility&2?nr(t,i,s,o):qs(t,i):p._visibility&2?nr(t,i,s,o):(p._visibility|=2,Ta(t,i,s,o,(i.subtreeFlags&10256)!==0||!1)),h&2048&&cf(v,i);break;case 24:nr(t,i,s,o),h&2048&&ff(i.alternate,i);break;default:nr(t,i,s,o)}}function Ta(t,i,s,o,h){for(h=h&&((i.subtreeFlags&10256)!==0||!1),i=i.child;i!==null;){var p=t,v=i,S=s,P=o,te=v.flags;switch(v.tag){case 0:case 11:case 15:Ta(p,v,S,P,h),Bs(8,v);break;case 23:break;case 22:var le=v.stateNode;v.memoizedState!==null?le._visibility&2?Ta(p,v,S,P,h):qs(p,v):(le._visibility|=2,Ta(p,v,S,P,h)),h&&te&2048&&cf(v.alternate,v);break;case 24:Ta(p,v,S,P,h),h&&te&2048&&ff(v.alternate,v);break;default:Ta(p,v,S,P,h)}i=i.sibling}}function qs(t,i){if(i.subtreeFlags&10256)for(i=i.child;i!==null;){var s=t,o=i,h=o.flags;switch(o.tag){case 22:qs(s,o),h&2048&&cf(o.alternate,o);break;case 24:qs(s,o),h&2048&&ff(o.alternate,o);break;default:qs(s,o)}i=i.sibling}}var Hs=8192;function ja(t,i,s){if(t.subtreeFlags&Hs)for(t=t.child;t!==null;)mg(t,i,s),t=t.sibling}function mg(t,i,s){switch(t.tag){case 26:ja(t,i,s),t.flags&Hs&&t.memoizedState!==null&&lw(s,tr,t.memoizedState,t.memoizedProps);break;case 5:ja(t,i,s);break;case 3:case 4:var o=tr;tr=Uo(t.stateNode.containerInfo),ja(t,i,s),tr=o;break;case 22:t.memoizedState===null&&(o=t.alternate,o!==null&&o.memoizedState!==null?(o=Hs,Hs=16777216,ja(t,i,s),Hs=o):ja(t,i,s));break;default:ja(t,i,s)}}function pg(t){var i=t.alternate;if(i!==null&&(t=i.child,t!==null)){i.child=null;do i=t.sibling,t.sibling=null,t=i;while(t!==null)}}function Is(t){var i=t.deletions;if((t.flags&16)!==0){if(i!==null)for(var s=0;s<i.length;s++){var o=i[s];$t=o,yg(o,t)}pg(t)}if(t.subtreeFlags&10256)for(t=t.child;t!==null;)gg(t),t=t.sibling}function gg(t){switch(t.tag){case 0:case 11:case 15:Is(t),t.flags&2048&&oi(9,t,t.return);break;case 3:Is(t);break;case 12:Is(t);break;case 22:var i=t.stateNode;t.memoizedState!==null&&i._visibility&2&&(t.return===null||t.return.tag!==13)?(i._visibility&=-3,Eo(t)):Is(t);break;default:Is(t)}}function Eo(t){var i=t.deletions;if((t.flags&16)!==0){if(i!==null)for(var s=0;s<i.length;s++){var o=i[s];$t=o,yg(o,t)}pg(t)}for(t=t.child;t!==null;){switch(i=t,i.tag){case 0:case 11:case 15:oi(8,i,i.return),Eo(i);break;case 22:s=i.stateNode,s._visibility&2&&(s._visibility&=-3,Eo(i));break;default:Eo(i)}t=t.sibling}}function yg(t,i){for(;$t!==null;){var s=$t;switch(s.tag){case 0:case 11:case 15:oi(8,s,i);break;case 23:case 22:if(s.memoizedState!==null&&s.memoizedState.cachePool!==null){var o=s.memoizedState.cachePool.pool;o!=null&&o.refCount++}break;case 24:ks(s.memoizedState.cache)}if(o=s.child,o!==null)o.return=s,$t=o;else e:for(s=t;$t!==null;){o=$t;var h=o.sibling,p=o.return;if(lg(o),o===s){$t=null;break e}if(h!==null){h.return=p,$t=h;break e}$t=p}}}var Sx={getCacheForType:function(t){var i=Xt(Lt),s=i.data.get(t);return s===void 0&&(s=t(),i.data.set(t,s)),s},cacheSignal:function(){return Xt(Lt).controller.signal}},_x=typeof WeakMap=="function"?WeakMap:Map,lt=0,gt=null,Xe=null,Ze=0,ut=0,_n=null,ui=!1,Oa=!1,hf=!1,Ur=0,Rt=0,ci=0,Xi=0,df=0,En=0,Na=0,Fs=null,mn=null,mf=!1,ko=0,bg=0,Ao=1/0,Co=null,fi=null,Ft=0,hi=null,Ra=null,Br=0,pf=0,gf=null,vg=null,$s=0,yf=null;function kn(){return(lt&2)!==0&&Ze!==0?Ze&-Ze:F.T!==null?_f():hs()}function xg(){if(En===0)if((Ze&536870912)===0||et){var t=xr;xr<<=1,(xr&3932160)===0&&(xr=262144),En=t}else En=536870912;return t=wn.current,t!==null&&(t.flags|=32),En}function pn(t,i,s){(t===gt&&(ut===2||ut===9)||t.cancelPendingCommit!==null)&&(Ma(t,0),di(t,Ze,En,!1)),Zn(t,s),((lt&2)===0||t!==gt)&&(t===gt&&((lt&2)===0&&(Xi|=s),Rt===4&&di(t,Ze,En,!1)),fr(t))}function wg(t,i,s){if((lt&6)!==0)throw Error(a(327));var o=!s&&(i&127)===0&&(i&t.expiredLanes)===0||Oi(t,i),h=o?Ax(t,i):vf(t,i,!0),p=o;do{if(h===0){Oa&&!o&&di(t,i,0,!1);break}else{if(s=t.current.alternate,p&&!Ex(s)){h=vf(t,i,!1),p=!1;continue}if(h===2){if(p=i,t.errorRecoveryDisabledLanes&p)var v=0;else v=t.pendingLanes&-536870913,v=v!==0?v:v&536870912?536870912:0;if(v!==0){i=v;e:{var S=t;h=Fs;var P=S.current.memoizedState.isDehydrated;if(P&&(Ma(S,v).flags|=256),v=vf(S,v,!1),v!==2){if(hf&&!P){S.errorRecoveryDisabledLanes|=p,Xi|=p,h=4;break e}p=mn,mn=h,p!==null&&(mn===null?mn=p:mn.push.apply(mn,p))}h=v}if(p=!1,h!==2)continue}}if(h===1){Ma(t,0),di(t,i,0,!0);break}e:{switch(o=t,p=h,p){case 0:case 1:throw Error(a(345));case 4:if((i&4194048)!==i)break;case 6:di(o,i,En,!ui);break e;case 2:mn=null;break;case 3:case 5:break;default:throw Error(a(329))}if((i&62914560)===i&&(h=ko+300-xt(),10<h)){if(di(o,i,En,!ui),ji(o,0,!0)!==0)break e;Br=i,o.timeoutHandle=Zg(Sg.bind(null,o,s,mn,Co,mf,i,En,Xi,Na,ui,p,"Throttled",-0,0),h);break e}Sg(o,s,mn,Co,mf,i,En,Xi,Na,ui,p,null,-0,0)}}break}while(!0);fr(t)}function Sg(t,i,s,o,h,p,v,S,P,te,le,pe,ne,ae){if(t.timeoutHandle=-1,pe=i.subtreeFlags,pe&8192||(pe&16785408)===16785408){pe={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:_r},mg(i,p,pe);var Ne=(p&62914560)===p?ko-xt():(p&4194048)===p?bg-xt():0;if(Ne=ow(pe,Ne),Ne!==null){Br=p,t.cancelPendingCommit=Ne(Og.bind(null,t,i,p,s,o,h,v,S,P,le,pe,null,ne,ae)),di(t,p,v,!te);return}}Og(t,i,p,s,o,h,v,S,P)}function Ex(t){for(var i=t;;){var s=i.tag;if((s===0||s===11||s===15)&&i.flags&16384&&(s=i.updateQueue,s!==null&&(s=s.stores,s!==null)))for(var o=0;o<s.length;o++){var h=s[o],p=h.getSnapshot;h=h.value;try{if(!vn(p(),h))return!1}catch{return!1}}if(s=i.child,i.subtreeFlags&16384&&s!==null)s.return=i,i=s;else{if(i===t)break;for(;i.sibling===null;){if(i.return===null||i.return===t)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function di(t,i,s,o){i&=~df,i&=~Xi,t.suspendedLanes|=i,t.pingedLanes&=~i,o&&(t.warmLanes|=i),o=t.expirationTimes;for(var h=i;0<h;){var p=31-ot(h),v=1<<p;o[p]=-1,h&=~v}s!==0&&Qr(t,s,i)}function To(){return(lt&6)===0?(Gs(0),!1):!0}function bf(){if(Xe!==null){if(ut===0)var t=Xe.return;else t=Xe,Cr=qi=null,Mc(t),_a=null,Cs=0,t=Xe;for(;t!==null;)Wp(t.alternate,t),t=t.return;Xe=null}}function Ma(t,i){var s=t.timeoutHandle;s!==-1&&(t.timeoutHandle=-1,$x(s)),s=t.cancelPendingCommit,s!==null&&(t.cancelPendingCommit=null,s()),Br=0,bf(),gt=t,Xe=s=kr(t.current,null),Ze=i,ut=0,_n=null,ui=!1,Oa=Oi(t,i),hf=!1,Na=En=df=Xi=ci=Rt=0,mn=Fs=null,mf=!1,(i&8)!==0&&(i|=i&32);var o=t.entangledLanes;if(o!==0)for(t=t.entanglements,o&=i;0<o;){var h=31-ot(o),p=1<<h;i|=t[h],o&=~p}return Ur=i,Jl(),s}function _g(t,i){$e=null,F.H=zs,i===Sa||i===no?(i=Pm(),ut=3):i===wc?(i=Pm(),ut=4):ut=i===Xc?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,_n=i,Xe===null&&(Rt=1,yo(t,Pn(i,t.current)))}function Eg(){var t=wn.current;return t===null?!0:(Ze&4194048)===Ze?Fn===null:(Ze&62914560)===Ze||(Ze&536870912)!==0?t===Fn:!1}function kg(){var t=F.H;return F.H=zs,t===null?zs:t}function Ag(){var t=F.A;return F.A=Sx,t}function jo(){Rt=4,ui||(Ze&4194048)!==Ze&&wn.current!==null||(Oa=!0),(ci&134217727)===0&&(Xi&134217727)===0||gt===null||di(gt,Ze,En,!1)}function vf(t,i,s){var o=lt;lt|=2;var h=kg(),p=Ag();(gt!==t||Ze!==i)&&(Co=null,Ma(t,i)),i=!1;var v=Rt;e:do try{if(ut!==0&&Xe!==null){var S=Xe,P=_n;switch(ut){case 8:bf(),v=6;break e;case 3:case 2:case 9:case 6:wn.current===null&&(i=!0);var te=ut;if(ut=0,_n=null,Da(t,S,P,te),s&&Oa){v=0;break e}break;default:te=ut,ut=0,_n=null,Da(t,S,P,te)}}kx(),v=Rt;break}catch(le){_g(t,le)}while(!0);return i&&t.shellSuspendCounter++,Cr=qi=null,lt=o,F.H=h,F.A=p,Xe===null&&(gt=null,Ze=0,Jl()),v}function kx(){for(;Xe!==null;)Cg(Xe)}function Ax(t,i){var s=lt;lt|=2;var o=kg(),h=Ag();gt!==t||Ze!==i?(Co=null,Ao=xt()+500,Ma(t,i)):Oa=Oi(t,i);e:do try{if(ut!==0&&Xe!==null){i=Xe;var p=_n;t:switch(ut){case 1:ut=0,_n=null,Da(t,i,p,1);break;case 2:case 9:if(Um(p)){ut=0,_n=null,Tg(i);break}i=function(){ut!==2&&ut!==9||gt!==t||(ut=7),fr(t)},p.then(i,i);break e;case 3:ut=7;break e;case 4:ut=5;break e;case 7:Um(p)?(ut=0,_n=null,Tg(i)):(ut=0,_n=null,Da(t,i,p,7));break;case 5:var v=null;switch(Xe.tag){case 26:v=Xe.memoizedState;case 5:case 27:var S=Xe;if(v?dy(v):S.stateNode.complete){ut=0,_n=null;var P=S.sibling;if(P!==null)Xe=P;else{var te=S.return;te!==null?(Xe=te,Oo(te)):Xe=null}break t}}ut=0,_n=null,Da(t,i,p,5);break;case 6:ut=0,_n=null,Da(t,i,p,6);break;case 8:bf(),Rt=6;break e;default:throw Error(a(462))}}Cx();break}catch(le){_g(t,le)}while(!0);return Cr=qi=null,F.H=o,F.A=h,lt=s,Xe!==null?0:(gt=null,Ze=0,Jl(),Rt)}function Cx(){for(;Xe!==null&&!ra();)Cg(Xe)}function Cg(t){var i=Kp(t.alternate,t,Ur);t.memoizedProps=t.pendingProps,i===null?Oo(t):Xe=i}function Tg(t){var i=t,s=i.alternate;switch(i.tag){case 15:case 0:i=Gp(s,i,i.pendingProps,i.type,void 0,Ze);break;case 11:i=Gp(s,i,i.pendingProps,i.type.render,i.ref,Ze);break;case 5:Mc(i);default:Wp(s,i),i=Xe=Am(i,Ur),i=Kp(s,i,Ur)}t.memoizedProps=t.pendingProps,i===null?Oo(t):Xe=i}function Da(t,i,s,o){Cr=qi=null,Mc(i),_a=null,Cs=0;var h=i.return;try{if(px(t,h,i,s,Ze)){Rt=1,yo(t,Pn(s,t.current)),Xe=null;return}}catch(p){if(h!==null)throw Xe=h,p;Rt=1,yo(t,Pn(s,t.current)),Xe=null;return}i.flags&32768?(et||o===1?t=!0:Oa||(Ze&536870912)!==0?t=!1:(ui=t=!0,(o===2||o===9||o===3||o===6)&&(o=wn.current,o!==null&&o.tag===13&&(o.flags|=16384))),jg(i,t)):Oo(i)}function Oo(t){var i=t;do{if((i.flags&32768)!==0){jg(i,ui);return}t=i.return;var s=bx(i.alternate,i,Ur);if(s!==null){Xe=s;return}if(i=i.sibling,i!==null){Xe=i;return}Xe=i=t}while(i!==null);Rt===0&&(Rt=5)}function jg(t,i){do{var s=vx(t.alternate,t);if(s!==null){s.flags&=32767,Xe=s;return}if(s=t.return,s!==null&&(s.flags|=32768,s.subtreeFlags=0,s.deletions=null),!i&&(t=t.sibling,t!==null)){Xe=t;return}Xe=t=s}while(t!==null);Rt=6,Xe=null}function Og(t,i,s,o,h,p,v,S,P){t.cancelPendingCommit=null;do No();while(Ft!==0);if((lt&6)!==0)throw Error(a(327));if(i!==null){if(i===t.current)throw Error(a(177));if(p=i.lanes|i.childLanes,p|=sc,Xr(t,s,p,v,S,P),t===gt&&(Xe=gt=null,Ze=0),Ra=i,hi=t,Br=s,pf=p,gf=h,vg=o,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(t.callbackNode=null,t.callbackPriority=0,Nx(Be,function(){return zg(),null})):(t.callbackNode=null,t.callbackPriority=0),o=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||o){o=F.T,F.T=null,h=ie.p,ie.p=2,v=lt,lt|=4;try{xx(t,i,s)}finally{lt=v,ie.p=h,F.T=o}}Ft=1,Ng(),Rg(),Mg()}}function Ng(){if(Ft===1){Ft=0;var t=hi,i=Ra,s=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||s){s=F.T,F.T=null;var o=ie.p;ie.p=2;var h=lt;lt|=4;try{fg(i,t);var p=Nf,v=ym(t.containerInfo),S=p.focusedElem,P=p.selectionRange;if(v!==S&&S&&S.ownerDocument&&gm(S.ownerDocument.documentElement,S)){if(P!==null&&tc(S)){var te=P.start,le=P.end;if(le===void 0&&(le=te),"selectionStart"in S)S.selectionStart=te,S.selectionEnd=Math.min(le,S.value.length);else{var pe=S.ownerDocument||document,ne=pe&&pe.defaultView||window;if(ne.getSelection){var ae=ne.getSelection(),Ne=S.textContent.length,Ue=Math.min(P.start,Ne),dt=P.end===void 0?Ue:Math.min(P.end,Ne);!ae.extend&&Ue>dt&&(v=dt,dt=Ue,Ue=v);var Q=pm(S,Ue),$=pm(S,dt);if(Q&&$&&(ae.rangeCount!==1||ae.anchorNode!==Q.node||ae.anchorOffset!==Q.offset||ae.focusNode!==$.node||ae.focusOffset!==$.offset)){var ee=pe.createRange();ee.setStart(Q.node,Q.offset),ae.removeAllRanges(),Ue>dt?(ae.addRange(ee),ae.extend($.node,$.offset)):(ee.setEnd($.node,$.offset),ae.addRange(ee))}}}}for(pe=[],ae=S;ae=ae.parentNode;)ae.nodeType===1&&pe.push({element:ae,left:ae.scrollLeft,top:ae.scrollTop});for(typeof S.focus=="function"&&S.focus(),S=0;S<pe.length;S++){var fe=pe[S];fe.element.scrollLeft=fe.left,fe.element.scrollTop=fe.top}}Fo=!!Of,Nf=Of=null}finally{lt=h,ie.p=o,F.T=s}}t.current=i,Ft=2}}function Rg(){if(Ft===2){Ft=0;var t=hi,i=Ra,s=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||s){s=F.T,F.T=null;var o=ie.p;ie.p=2;var h=lt;lt|=4;try{sg(t,i.alternate,i)}finally{lt=h,ie.p=o,F.T=s}}Ft=3}}function Mg(){if(Ft===4||Ft===3){Ft=0,Gr();var t=hi,i=Ra,s=Br,o=vg;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?Ft=5:(Ft=0,Ra=hi=null,Dg(t,t.pendingLanes));var h=t.pendingLanes;if(h===0&&(fi=null),Ri(s),i=i.stateNode,mt&&typeof mt.onCommitFiberRoot=="function")try{mt.onCommitFiberRoot(Vt,i,void 0,(i.current.flags&128)===128)}catch{}if(o!==null){i=F.T,h=ie.p,ie.p=2,F.T=null;try{for(var p=t.onRecoverableError,v=0;v<o.length;v++){var S=o[v];p(S.value,{componentStack:S.stack})}}finally{F.T=i,ie.p=h}}(Br&3)!==0&&No(),fr(t),h=t.pendingLanes,(s&261930)!==0&&(h&42)!==0?t===yf?$s++:($s=0,yf=t):$s=0,Gs(0)}}function Dg(t,i){(t.pooledCacheLanes&=i)===0&&(i=t.pooledCache,i!=null&&(t.pooledCache=null,ks(i)))}function No(){return Ng(),Rg(),Mg(),zg()}function zg(){if(Ft!==5)return!1;var t=hi,i=pf;pf=0;var s=Ri(Br),o=F.T,h=ie.p;try{ie.p=32>s?32:s,F.T=null,s=gf,gf=null;var p=hi,v=Br;if(Ft=0,Ra=hi=null,Br=0,(lt&6)!==0)throw Error(a(331));var S=lt;if(lt|=4,gg(p.current),dg(p,p.current,v,s),lt=S,Gs(0,!1),mt&&typeof mt.onPostCommitFiberRoot=="function")try{mt.onPostCommitFiberRoot(Vt,p)}catch{}return!0}finally{ie.p=h,F.T=o,Dg(t,i)}}function Lg(t,i,s){i=Pn(s,i),i=Jc(t.stateNode,i,2),t=ai(t,i,2),t!==null&&(Zn(t,2),fr(t))}function ct(t,i,s){if(t.tag===3)Lg(t,t,s);else for(;i!==null;){if(i.tag===3){Lg(i,t,s);break}else if(i.tag===1){var o=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof o.componentDidCatch=="function"&&(fi===null||!fi.has(o))){t=Pn(s,t),s=Up(2),o=ai(i,s,2),o!==null&&(Bp(s,o,i,t),Zn(o,2),fr(o));break}}i=i.return}}function xf(t,i,s){var o=t.pingCache;if(o===null){o=t.pingCache=new _x;var h=new Set;o.set(i,h)}else h=o.get(i),h===void 0&&(h=new Set,o.set(i,h));h.has(s)||(hf=!0,h.add(s),t=Tx.bind(null,t,i,s),i.then(t,t))}function Tx(t,i,s){var o=t.pingCache;o!==null&&o.delete(i),t.pingedLanes|=t.suspendedLanes&s,t.warmLanes&=~s,gt===t&&(Ze&s)===s&&(Rt===4||Rt===3&&(Ze&62914560)===Ze&&300>xt()-ko?(lt&2)===0&&Ma(t,0):df|=s,Na===Ze&&(Na=0)),fr(t)}function Ug(t,i){i===0&&(i=aa()),t=Ui(t,i),t!==null&&(Zn(t,i),fr(t))}function jx(t){var i=t.memoizedState,s=0;i!==null&&(s=i.retryLane),Ug(t,s)}function Ox(t,i){var s=0;switch(t.tag){case 31:case 13:var o=t.stateNode,h=t.memoizedState;h!==null&&(s=h.retryLane);break;case 19:o=t.stateNode;break;case 22:o=t.stateNode._retryCache;break;default:throw Error(a(314))}o!==null&&o.delete(i),Ug(t,s)}function Nx(t,i){return Mn(t,i)}var Ro=null,za=null,wf=!1,Mo=!1,Sf=!1,mi=0;function fr(t){t!==za&&t.next===null&&(za===null?Ro=za=t:za=za.next=t),Mo=!0,wf||(wf=!0,Mx())}function Gs(t,i){if(!Sf&&Mo){Sf=!0;do for(var s=!1,o=Ro;o!==null;){if(t!==0){var h=o.pendingLanes;if(h===0)var p=0;else{var v=o.suspendedLanes,S=o.pingedLanes;p=(1<<31-ot(42|t)+1)-1,p&=h&~(v&~S),p=p&201326741?p&201326741|1:p?p|2:0}p!==0&&(s=!0,Hg(o,p))}else p=Ze,p=ji(o,o===gt?p:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),(p&3)===0||Oi(o,p)||(s=!0,Hg(o,p));o=o.next}while(s);Sf=!1}}function Rx(){Bg()}function Bg(){Mo=wf=!1;var t=0;mi!==0&&Fx()&&(t=mi);for(var i=xt(),s=null,o=Ro;o!==null;){var h=o.next,p=Pg(o,i);p===0?(o.next=null,s===null?Ro=h:s.next=h,h===null&&(za=s)):(s=o,(t!==0||(p&3)!==0)&&(Mo=!0)),o=h}Ft!==0&&Ft!==5||Gs(t),mi!==0&&(mi=0)}function Pg(t,i){for(var s=t.suspendedLanes,o=t.pingedLanes,h=t.expirationTimes,p=t.pendingLanes&-62914561;0<p;){var v=31-ot(p),S=1<<v,P=h[v];P===-1?((S&s)===0||(S&o)!==0)&&(h[v]=fs(S,i)):P<=i&&(t.expiredLanes|=S),p&=~S}if(i=gt,s=Ze,s=ji(t,t===i?s:0,t.cancelPendingCommit!==null||t.timeoutHandle!==-1),o=t.callbackNode,s===0||t===i&&(ut===2||ut===9)||t.cancelPendingCommit!==null)return o!==null&&o!==null&&Qn(o),t.callbackNode=null,t.callbackPriority=0;if((s&3)===0||Oi(t,s)){if(i=s&-s,i===t.callbackPriority)return i;switch(o!==null&&Qn(o),Ri(s)){case 2:case 8:s=_e;break;case 32:s=Be;break;case 268435456:s=it;break;default:s=Be}return o=qg.bind(null,t),s=Mn(s,o),t.callbackPriority=i,t.callbackNode=s,i}return o!==null&&o!==null&&Qn(o),t.callbackPriority=2,t.callbackNode=null,2}function qg(t,i){if(Ft!==0&&Ft!==5)return t.callbackNode=null,t.callbackPriority=0,null;var s=t.callbackNode;if(No()&&t.callbackNode!==s)return null;var o=Ze;return o=ji(t,t===gt?o:0,t.cancelPendingCommit!==null||t.timeoutHandle!==-1),o===0?null:(wg(t,o,i),Pg(t,xt()),t.callbackNode!=null&&t.callbackNode===s?qg.bind(null,t):null)}function Hg(t,i){if(No())return null;wg(t,i,!0)}function Mx(){Gx(function(){(lt&6)!==0?Mn(oe,Rx):Bg()})}function _f(){if(mi===0){var t=xa;t===0&&(t=Yr,Yr<<=1,(Yr&261888)===0&&(Yr=256)),mi=t}return mi}function Ig(t){return t==null||typeof t=="symbol"||typeof t=="boolean"?null:typeof t=="function"?t:ql(""+t)}function Fg(t,i){var s=i.ownerDocument.createElement("input");return s.name=i.name,s.value=i.value,t.id&&s.setAttribute("form",t.id),i.parentNode.insertBefore(s,i),t=new FormData(t),s.parentNode.removeChild(s),t}function Dx(t,i,s,o,h){if(i==="submit"&&s&&s.stateNode===h){var p=Ig((h[Ot]||null).action),v=o.submitter;v&&(i=(i=v[Ot]||null)?Ig(i.formAction):v.getAttribute("formAction"),i!==null&&(p=i,v=null));var S=new $l("action","action",null,o,h);t.push({event:S,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(mi!==0){var P=v?Fg(h,v):new FormData(h);Ic(s,{pending:!0,data:P,method:h.method,action:p},null,P)}}else typeof p=="function"&&(S.preventDefault(),P=v?Fg(h,v):new FormData(h),Ic(s,{pending:!0,data:P,method:h.method,action:p},p,P))},currentTarget:h}]})}}for(var Ef=0;Ef<ac.length;Ef++){var kf=ac[Ef],zx=kf.toLowerCase(),Lx=kf[0].toUpperCase()+kf.slice(1);er(zx,"on"+Lx)}er(xm,"onAnimationEnd"),er(wm,"onAnimationIteration"),er(Sm,"onAnimationStart"),er("dblclick","onDoubleClick"),er("focusin","onFocus"),er("focusout","onBlur"),er(Zv,"onTransitionRun"),er(Wv,"onTransitionStart"),er(ex,"onTransitionCancel"),er(_m,"onTransitionEnd"),re("onMouseEnter",["mouseout","mouseover"]),re("onMouseLeave",["mouseout","mouseover"]),re("onPointerEnter",["pointerout","pointerover"]),re("onPointerLeave",["pointerout","pointerover"]),ye("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),ye("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),ye("onBeforeInput",["compositionend","keypress","textInput","paste"]),ye("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),ye("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),ye("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Ys="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Ux=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Ys));function $g(t,i){i=(i&4)!==0;for(var s=0;s<t.length;s++){var o=t[s],h=o.event;o=o.listeners;e:{var p=void 0;if(i)for(var v=o.length-1;0<=v;v--){var S=o[v],P=S.instance,te=S.currentTarget;if(S=S.listener,P!==p&&h.isPropagationStopped())break e;p=S,h.currentTarget=te;try{p(h)}catch(le){Vl(le)}h.currentTarget=null,p=P}else for(v=0;v<o.length;v++){if(S=o[v],P=S.instance,te=S.currentTarget,S=S.listener,P!==p&&h.isPropagationStopped())break e;p=S,h.currentTarget=te;try{p(h)}catch(le){Vl(le)}h.currentTarget=null,p=P}}}}function Qe(t,i){var s=i[Mi];s===void 0&&(s=i[Mi]=new Set);var o=t+"__bubble";s.has(o)||(Gg(i,t,2,!1),s.add(o))}function Af(t,i,s){var o=0;i&&(o|=4),Gg(s,t,o,i)}var Do="_reactListening"+Math.random().toString(36).slice(2);function Cf(t){if(!t[Do]){t[Do]=!0,K.forEach(function(s){s!=="selectionchange"&&(Ux.has(s)||Af(s,!1,t),Af(s,!0,t))});var i=t.nodeType===9?t:t.ownerDocument;i===null||i[Do]||(i[Do]=!0,Af("selectionchange",!1,i))}}function Gg(t,i,s,o){switch(xy(i)){case 2:var h=fw;break;case 8:h=hw;break;default:h=If}s=h.bind(null,i,s,t),h=void 0,!Yu||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(h=!0),o?h!==void 0?t.addEventListener(i,s,{capture:!0,passive:h}):t.addEventListener(i,s,!0):h!==void 0?t.addEventListener(i,s,{passive:h}):t.addEventListener(i,s,!1)}function Tf(t,i,s,o,h){var p=o;if((i&1)===0&&(i&2)===0&&o!==null)e:for(;;){if(o===null)return;var v=o.tag;if(v===3||v===4){var S=o.stateNode.containerInfo;if(S===h)break;if(v===4)for(v=o.return;v!==null;){var P=v.tag;if((P===3||P===4)&&v.stateNode.containerInfo===h)return;v=v.return}for(;S!==null;){if(v=E(S),v===null)return;if(P=v.tag,P===5||P===6||P===26||P===27){o=p=v;continue e}S=S.parentNode}}o=o.return}Qd(function(){var te=p,le=$u(s),pe=[];e:{var ne=Em.get(t);if(ne!==void 0){var ae=$l,Ne=t;switch(t){case"keypress":if(Il(s)===0)break e;case"keydown":case"keyup":ae=Ov;break;case"focusin":Ne="focus",ae=Qu;break;case"focusout":Ne="blur",ae=Qu;break;case"beforeblur":case"afterblur":ae=Qu;break;case"click":if(s.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ae=Wd;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ae=bv;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ae=Mv;break;case xm:case wm:case Sm:ae=wv;break;case _m:ae=zv;break;case"scroll":case"scrollend":ae=gv;break;case"wheel":ae=Uv;break;case"copy":case"cut":case"paste":ae=_v;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ae=tm;break;case"toggle":case"beforetoggle":ae=Pv}var Ue=(i&4)!==0,dt=!Ue&&(t==="scroll"||t==="scrollend"),Q=Ue?ne!==null?ne+"Capture":null:ne;Ue=[];for(var $=te,ee;$!==null;){var fe=$;if(ee=fe.stateNode,fe=fe.tag,fe!==5&&fe!==26&&fe!==27||ee===null||Q===null||(fe=ms($,Q),fe!=null&&Ue.push(Vs($,fe,ee))),dt)break;$=$.return}0<Ue.length&&(ne=new ae(ne,Ne,null,s,le),pe.push({event:ne,listeners:Ue}))}}if((i&7)===0){e:{if(ne=t==="mouseover"||t==="pointerover",ae=t==="mouseout"||t==="pointerout",ne&&s!==Fu&&(Ne=s.relatedTarget||s.fromElement)&&(E(Ne)||Ne[bn]))break e;if((ae||ne)&&(ne=le.window===le?le:(ne=le.ownerDocument)?ne.defaultView||ne.parentWindow:window,ae?(Ne=s.relatedTarget||s.toElement,ae=te,Ne=Ne?E(Ne):null,Ne!==null&&(dt=u(Ne),Ue=Ne.tag,Ne!==dt||Ue!==5&&Ue!==27&&Ue!==6)&&(Ne=null)):(ae=null,Ne=te),ae!==Ne)){if(Ue=Wd,fe="onMouseLeave",Q="onMouseEnter",$="mouse",(t==="pointerout"||t==="pointerover")&&(Ue=tm,fe="onPointerLeave",Q="onPointerEnter",$="pointer"),dt=ae==null?ne:C(ae),ee=Ne==null?ne:C(Ne),ne=new Ue(fe,$+"leave",ae,s,le),ne.target=dt,ne.relatedTarget=ee,fe=null,E(le)===te&&(Ue=new Ue(Q,$+"enter",Ne,s,le),Ue.target=ee,Ue.relatedTarget=dt,fe=Ue),dt=fe,ae&&Ne)t:{for(Ue=Bx,Q=ae,$=Ne,ee=0,fe=Q;fe;fe=Ue(fe))ee++;fe=0;for(var De=$;De;De=Ue(De))fe++;for(;0<ee-fe;)Q=Ue(Q),ee--;for(;0<fe-ee;)$=Ue($),fe--;for(;ee--;){if(Q===$||$!==null&&Q===$.alternate){Ue=Q;break t}Q=Ue(Q),$=Ue($)}Ue=null}else Ue=null;ae!==null&&Yg(pe,ne,ae,Ue,!1),Ne!==null&&dt!==null&&Yg(pe,dt,Ne,Ue,!0)}}e:{if(ne=te?C(te):window,ae=ne.nodeName&&ne.nodeName.toLowerCase(),ae==="select"||ae==="input"&&ne.type==="file")var at=um;else if(lm(ne))if(cm)at=Xv;else{at=Vv;var Me=Yv}else ae=ne.nodeName,!ae||ae.toLowerCase()!=="input"||ne.type!=="checkbox"&&ne.type!=="radio"?te&&Iu(te.elementType)&&(at=um):at=Jv;if(at&&(at=at(t,te))){om(pe,at,s,le);break e}Me&&Me(t,ne,te),t==="focusout"&&te&&ne.type==="number"&&te.memoizedProps.value!=null&&Hu(ne,"number",ne.value)}switch(Me=te?C(te):window,t){case"focusin":(lm(Me)||Me.contentEditable==="true")&&(ha=Me,nc=te,Ss=null);break;case"focusout":Ss=nc=ha=null;break;case"mousedown":rc=!0;break;case"contextmenu":case"mouseup":case"dragend":rc=!1,bm(pe,s,le);break;case"selectionchange":if(Kv)break;case"keydown":case"keyup":bm(pe,s,le)}var Ge;if(Zu)e:{switch(t){case"compositionstart":var We="onCompositionStart";break e;case"compositionend":We="onCompositionEnd";break e;case"compositionupdate":We="onCompositionUpdate";break e}We=void 0}else fa?am(t,s)&&(We="onCompositionEnd"):t==="keydown"&&s.keyCode===229&&(We="onCompositionStart");We&&(nm&&s.locale!=="ko"&&(fa||We!=="onCompositionStart"?We==="onCompositionEnd"&&fa&&(Ge=Kd()):(Zr=le,Vu="value"in Zr?Zr.value:Zr.textContent,fa=!0)),Me=zo(te,We),0<Me.length&&(We=new em(We,t,null,s,le),pe.push({event:We,listeners:Me}),Ge?We.data=Ge:(Ge=sm(s),Ge!==null&&(We.data=Ge)))),(Ge=Hv?Iv(t,s):Fv(t,s))&&(We=zo(te,"onBeforeInput"),0<We.length&&(Me=new em("onBeforeInput","beforeinput",null,s,le),pe.push({event:Me,listeners:We}),Me.data=Ge)),Dx(pe,t,te,s,le)}$g(pe,i)})}function Vs(t,i,s){return{instance:t,listener:i,currentTarget:s}}function zo(t,i){for(var s=i+"Capture",o=[];t!==null;){var h=t,p=h.stateNode;if(h=h.tag,h!==5&&h!==26&&h!==27||p===null||(h=ms(t,s),h!=null&&o.unshift(Vs(t,h,p)),h=ms(t,i),h!=null&&o.push(Vs(t,h,p))),t.tag===3)return o;t=t.return}return[]}function Bx(t){if(t===null)return null;do t=t.return;while(t&&t.tag!==5&&t.tag!==27);return t||null}function Yg(t,i,s,o,h){for(var p=i._reactName,v=[];s!==null&&s!==o;){var S=s,P=S.alternate,te=S.stateNode;if(S=S.tag,P!==null&&P===o)break;S!==5&&S!==26&&S!==27||te===null||(P=te,h?(te=ms(s,p),te!=null&&v.unshift(Vs(s,te,P))):h||(te=ms(s,p),te!=null&&v.push(Vs(s,te,P)))),s=s.return}v.length!==0&&t.push({event:i,listeners:v})}var Px=/\r\n?/g,qx=/\u0000|\uFFFD/g;function Vg(t){return(typeof t=="string"?t:""+t).replace(Px,`
|
|
49
|
+
`).replace(qx,"")}function Jg(t,i){return i=Vg(i),Vg(t)===i}function ht(t,i,s,o,h,p){switch(s){case"children":typeof o=="string"?i==="body"||i==="textarea"&&o===""||oa(t,o):(typeof o=="number"||typeof o=="bigint")&&i!=="body"&&oa(t,""+o);break;case"className":Wn(t,"class",o);break;case"tabIndex":Wn(t,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":Wn(t,s,o);break;case"style":Jd(t,o,p);break;case"data":if(i!=="object"){Wn(t,"data",o);break}case"src":case"href":if(o===""&&(i!=="a"||s!=="href")){t.removeAttribute(s);break}if(o==null||typeof o=="function"||typeof o=="symbol"||typeof o=="boolean"){t.removeAttribute(s);break}o=ql(""+o),t.setAttribute(s,o);break;case"action":case"formAction":if(typeof o=="function"){t.setAttribute(s,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof p=="function"&&(s==="formAction"?(i!=="input"&&ht(t,i,"name",h.name,h,null),ht(t,i,"formEncType",h.formEncType,h,null),ht(t,i,"formMethod",h.formMethod,h,null),ht(t,i,"formTarget",h.formTarget,h,null)):(ht(t,i,"encType",h.encType,h,null),ht(t,i,"method",h.method,h,null),ht(t,i,"target",h.target,h,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){t.removeAttribute(s);break}o=ql(""+o),t.setAttribute(s,o);break;case"onClick":o!=null&&(t.onclick=_r);break;case"onScroll":o!=null&&Qe("scroll",t);break;case"onScrollEnd":o!=null&&Qe("scrollend",t);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(a(61));if(s=o.__html,s!=null){if(h.children!=null)throw Error(a(60));t.innerHTML=s}}break;case"multiple":t.multiple=o&&typeof o!="function"&&typeof o!="symbol";break;case"muted":t.muted=o&&typeof o!="function"&&typeof o!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(o==null||typeof o=="function"||typeof o=="boolean"||typeof o=="symbol"){t.removeAttribute("xlink:href");break}s=ql(""+o),t.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",s);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":o!=null&&typeof o!="function"&&typeof o!="symbol"?t.setAttribute(s,""+o):t.removeAttribute(s);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":o&&typeof o!="function"&&typeof o!="symbol"?t.setAttribute(s,""):t.removeAttribute(s);break;case"capture":case"download":o===!0?t.setAttribute(s,""):o!==!1&&o!=null&&typeof o!="function"&&typeof o!="symbol"?t.setAttribute(s,o):t.removeAttribute(s);break;case"cols":case"rows":case"size":case"span":o!=null&&typeof o!="function"&&typeof o!="symbol"&&!isNaN(o)&&1<=o?t.setAttribute(s,o):t.removeAttribute(s);break;case"rowSpan":case"start":o==null||typeof o=="function"||typeof o=="symbol"||isNaN(o)?t.removeAttribute(s):t.setAttribute(s,o);break;case"popover":Qe("beforetoggle",t),Qe("toggle",t),Zt(t,"popover",o);break;case"xlinkActuate":Sr(t,"http://www.w3.org/1999/xlink","xlink:actuate",o);break;case"xlinkArcrole":Sr(t,"http://www.w3.org/1999/xlink","xlink:arcrole",o);break;case"xlinkRole":Sr(t,"http://www.w3.org/1999/xlink","xlink:role",o);break;case"xlinkShow":Sr(t,"http://www.w3.org/1999/xlink","xlink:show",o);break;case"xlinkTitle":Sr(t,"http://www.w3.org/1999/xlink","xlink:title",o);break;case"xlinkType":Sr(t,"http://www.w3.org/1999/xlink","xlink:type",o);break;case"xmlBase":Sr(t,"http://www.w3.org/XML/1998/namespace","xml:base",o);break;case"xmlLang":Sr(t,"http://www.w3.org/XML/1998/namespace","xml:lang",o);break;case"xmlSpace":Sr(t,"http://www.w3.org/XML/1998/namespace","xml:space",o);break;case"is":Zt(t,"is",o);break;case"innerText":case"textContent":break;default:(!(2<s.length)||s[0]!=="o"&&s[0]!=="O"||s[1]!=="n"&&s[1]!=="N")&&(s=mv.get(s)||s,Zt(t,s,o))}}function jf(t,i,s,o,h,p){switch(s){case"style":Jd(t,o,p);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(a(61));if(s=o.__html,s!=null){if(h.children!=null)throw Error(a(60));t.innerHTML=s}}break;case"children":typeof o=="string"?oa(t,o):(typeof o=="number"||typeof o=="bigint")&&oa(t,""+o);break;case"onScroll":o!=null&&Qe("scroll",t);break;case"onScrollEnd":o!=null&&Qe("scrollend",t);break;case"onClick":o!=null&&(t.onclick=_r);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!me.hasOwnProperty(s))e:{if(s[0]==="o"&&s[1]==="n"&&(h=s.endsWith("Capture"),i=s.slice(2,h?s.length-7:void 0),p=t[Ot]||null,p=p!=null?p[s]:null,typeof p=="function"&&t.removeEventListener(i,p,h),typeof o=="function")){typeof p!="function"&&p!==null&&(s in t?t[s]=null:t.hasAttribute(s)&&t.removeAttribute(s)),t.addEventListener(i,o,h);break e}s in t?t[s]=o:o===!0?t.setAttribute(s,""):Zt(t,s,o)}}}function Kt(t,i,s){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":Qe("error",t),Qe("load",t);var o=!1,h=!1,p;for(p in s)if(s.hasOwnProperty(p)){var v=s[p];if(v!=null)switch(p){case"src":o=!0;break;case"srcSet":h=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:ht(t,i,p,v,s,null)}}h&&ht(t,i,"srcSet",s.srcSet,s,null),o&&ht(t,i,"src",s.src,s,null);return;case"input":Qe("invalid",t);var S=p=v=h=null,P=null,te=null;for(o in s)if(s.hasOwnProperty(o)){var le=s[o];if(le!=null)switch(o){case"name":h=le;break;case"type":v=le;break;case"checked":P=le;break;case"defaultChecked":te=le;break;case"value":p=le;break;case"defaultValue":S=le;break;case"children":case"dangerouslySetInnerHTML":if(le!=null)throw Error(a(137,i));break;default:ht(t,i,o,le,s,null)}}$d(t,p,S,P,te,v,h,!1);return;case"select":Qe("invalid",t),o=v=p=null;for(h in s)if(s.hasOwnProperty(h)&&(S=s[h],S!=null))switch(h){case"value":p=S;break;case"defaultValue":v=S;break;case"multiple":o=S;default:ht(t,i,h,S,s,null)}i=p,s=v,t.multiple=!!o,i!=null?la(t,!!o,i,!1):s!=null&&la(t,!!o,s,!0);return;case"textarea":Qe("invalid",t),p=h=o=null;for(v in s)if(s.hasOwnProperty(v)&&(S=s[v],S!=null))switch(v){case"value":o=S;break;case"defaultValue":h=S;break;case"children":p=S;break;case"dangerouslySetInnerHTML":if(S!=null)throw Error(a(91));break;default:ht(t,i,v,S,s,null)}Yd(t,o,h,p);return;case"option":for(P in s)if(s.hasOwnProperty(P)&&(o=s[P],o!=null))switch(P){case"selected":t.selected=o&&typeof o!="function"&&typeof o!="symbol";break;default:ht(t,i,P,o,s,null)}return;case"dialog":Qe("beforetoggle",t),Qe("toggle",t),Qe("cancel",t),Qe("close",t);break;case"iframe":case"object":Qe("load",t);break;case"video":case"audio":for(o=0;o<Ys.length;o++)Qe(Ys[o],t);break;case"image":Qe("error",t),Qe("load",t);break;case"details":Qe("toggle",t);break;case"embed":case"source":case"link":Qe("error",t),Qe("load",t);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(te in s)if(s.hasOwnProperty(te)&&(o=s[te],o!=null))switch(te){case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:ht(t,i,te,o,s,null)}return;default:if(Iu(i)){for(le in s)s.hasOwnProperty(le)&&(o=s[le],o!==void 0&&jf(t,i,le,o,s,void 0));return}}for(S in s)s.hasOwnProperty(S)&&(o=s[S],o!=null&&ht(t,i,S,o,s,null))}function Hx(t,i,s,o){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var h=null,p=null,v=null,S=null,P=null,te=null,le=null;for(ae in s){var pe=s[ae];if(s.hasOwnProperty(ae)&&pe!=null)switch(ae){case"checked":break;case"value":break;case"defaultValue":P=pe;default:o.hasOwnProperty(ae)||ht(t,i,ae,null,o,pe)}}for(var ne in o){var ae=o[ne];if(pe=s[ne],o.hasOwnProperty(ne)&&(ae!=null||pe!=null))switch(ne){case"type":p=ae;break;case"name":h=ae;break;case"checked":te=ae;break;case"defaultChecked":le=ae;break;case"value":v=ae;break;case"defaultValue":S=ae;break;case"children":case"dangerouslySetInnerHTML":if(ae!=null)throw Error(a(137,i));break;default:ae!==pe&&ht(t,i,ne,ae,o,pe)}}qu(t,v,S,P,te,le,p,h);return;case"select":ae=v=S=ne=null;for(p in s)if(P=s[p],s.hasOwnProperty(p)&&P!=null)switch(p){case"value":break;case"multiple":ae=P;default:o.hasOwnProperty(p)||ht(t,i,p,null,o,P)}for(h in o)if(p=o[h],P=s[h],o.hasOwnProperty(h)&&(p!=null||P!=null))switch(h){case"value":ne=p;break;case"defaultValue":S=p;break;case"multiple":v=p;default:p!==P&&ht(t,i,h,p,o,P)}i=S,s=v,o=ae,ne!=null?la(t,!!s,ne,!1):!!o!=!!s&&(i!=null?la(t,!!s,i,!0):la(t,!!s,s?[]:"",!1));return;case"textarea":ae=ne=null;for(S in s)if(h=s[S],s.hasOwnProperty(S)&&h!=null&&!o.hasOwnProperty(S))switch(S){case"value":break;case"children":break;default:ht(t,i,S,null,o,h)}for(v in o)if(h=o[v],p=s[v],o.hasOwnProperty(v)&&(h!=null||p!=null))switch(v){case"value":ne=h;break;case"defaultValue":ae=h;break;case"children":break;case"dangerouslySetInnerHTML":if(h!=null)throw Error(a(91));break;default:h!==p&&ht(t,i,v,h,o,p)}Gd(t,ne,ae);return;case"option":for(var Ne in s)if(ne=s[Ne],s.hasOwnProperty(Ne)&&ne!=null&&!o.hasOwnProperty(Ne))switch(Ne){case"selected":t.selected=!1;break;default:ht(t,i,Ne,null,o,ne)}for(P in o)if(ne=o[P],ae=s[P],o.hasOwnProperty(P)&&ne!==ae&&(ne!=null||ae!=null))switch(P){case"selected":t.selected=ne&&typeof ne!="function"&&typeof ne!="symbol";break;default:ht(t,i,P,ne,o,ae)}return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var Ue in s)ne=s[Ue],s.hasOwnProperty(Ue)&&ne!=null&&!o.hasOwnProperty(Ue)&&ht(t,i,Ue,null,o,ne);for(te in o)if(ne=o[te],ae=s[te],o.hasOwnProperty(te)&&ne!==ae&&(ne!=null||ae!=null))switch(te){case"children":case"dangerouslySetInnerHTML":if(ne!=null)throw Error(a(137,i));break;default:ht(t,i,te,ne,o,ae)}return;default:if(Iu(i)){for(var dt in s)ne=s[dt],s.hasOwnProperty(dt)&&ne!==void 0&&!o.hasOwnProperty(dt)&&jf(t,i,dt,void 0,o,ne);for(le in o)ne=o[le],ae=s[le],!o.hasOwnProperty(le)||ne===ae||ne===void 0&&ae===void 0||jf(t,i,le,ne,o,ae);return}}for(var Q in s)ne=s[Q],s.hasOwnProperty(Q)&&ne!=null&&!o.hasOwnProperty(Q)&&ht(t,i,Q,null,o,ne);for(pe in o)ne=o[pe],ae=s[pe],!o.hasOwnProperty(pe)||ne===ae||ne==null&&ae==null||ht(t,i,pe,ne,o,ae)}function Xg(t){switch(t){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Ix(){if(typeof performance.getEntriesByType=="function"){for(var t=0,i=0,s=performance.getEntriesByType("resource"),o=0;o<s.length;o++){var h=s[o],p=h.transferSize,v=h.initiatorType,S=h.duration;if(p&&S&&Xg(v)){for(v=0,S=h.responseEnd,o+=1;o<s.length;o++){var P=s[o],te=P.startTime;if(te>S)break;var le=P.transferSize,pe=P.initiatorType;le&&Xg(pe)&&(P=P.responseEnd,v+=le*(P<S?1:(S-te)/(P-te)))}if(--o,i+=8*(p+v)/(h.duration/1e3),t++,10<t)break}}if(0<t)return i/t/1e6}return navigator.connection&&(t=navigator.connection.downlink,typeof t=="number")?t:5}var Of=null,Nf=null;function Lo(t){return t.nodeType===9?t:t.ownerDocument}function Qg(t){switch(t){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function Kg(t,i){if(t===0)switch(i){case"svg":return 1;case"math":return 2;default:return 0}return t===1&&i==="foreignObject"?0:t}function Rf(t,i){return t==="textarea"||t==="noscript"||typeof i.children=="string"||typeof i.children=="number"||typeof i.children=="bigint"||typeof i.dangerouslySetInnerHTML=="object"&&i.dangerouslySetInnerHTML!==null&&i.dangerouslySetInnerHTML.__html!=null}var Mf=null;function Fx(){var t=window.event;return t&&t.type==="popstate"?t===Mf?!1:(Mf=t,!0):(Mf=null,!1)}var Zg=typeof setTimeout=="function"?setTimeout:void 0,$x=typeof clearTimeout=="function"?clearTimeout:void 0,Wg=typeof Promise=="function"?Promise:void 0,Gx=typeof queueMicrotask=="function"?queueMicrotask:typeof Wg<"u"?function(t){return Wg.resolve(null).then(t).catch(Yx)}:Zg;function Yx(t){setTimeout(function(){throw t})}function pi(t){return t==="head"}function ey(t,i){var s=i,o=0;do{var h=s.nextSibling;if(t.removeChild(s),h&&h.nodeType===8)if(s=h.data,s==="/$"||s==="/&"){if(o===0){t.removeChild(h),Pa(i);return}o--}else if(s==="$"||s==="$?"||s==="$~"||s==="$!"||s==="&")o++;else if(s==="html")Js(t.ownerDocument.documentElement);else if(s==="head"){s=t.ownerDocument.head,Js(s);for(var p=s.firstChild;p;){var v=p.nextSibling,S=p.nodeName;p[It]||S==="SCRIPT"||S==="STYLE"||S==="LINK"&&p.rel.toLowerCase()==="stylesheet"||s.removeChild(p),p=v}}else s==="body"&&Js(t.ownerDocument.body);s=h}while(s);Pa(i)}function ty(t,i){var s=t;t=0;do{var o=s.nextSibling;if(s.nodeType===1?i?(s._stashedDisplay=s.style.display,s.style.display="none"):(s.style.display=s._stashedDisplay||"",s.getAttribute("style")===""&&s.removeAttribute("style")):s.nodeType===3&&(i?(s._stashedText=s.nodeValue,s.nodeValue=""):s.nodeValue=s._stashedText||""),o&&o.nodeType===8)if(s=o.data,s==="/$"){if(t===0)break;t--}else s!=="$"&&s!=="$?"&&s!=="$~"&&s!=="$!"||t++;s=o}while(s)}function Df(t){var i=t.firstChild;for(i&&i.nodeType===10&&(i=i.nextSibling);i;){var s=i;switch(i=i.nextSibling,s.nodeName){case"HTML":case"HEAD":case"BODY":Df(s),sa(s);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(s.rel.toLowerCase()==="stylesheet")continue}t.removeChild(s)}}function Vx(t,i,s,o){for(;t.nodeType===1;){var h=s;if(t.nodeName.toLowerCase()!==i.toLowerCase()){if(!o&&(t.nodeName!=="INPUT"||t.type!=="hidden"))break}else if(o){if(!t[It])switch(i){case"meta":if(!t.hasAttribute("itemprop"))break;return t;case"link":if(p=t.getAttribute("rel"),p==="stylesheet"&&t.hasAttribute("data-precedence"))break;if(p!==h.rel||t.getAttribute("href")!==(h.href==null||h.href===""?null:h.href)||t.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin)||t.getAttribute("title")!==(h.title==null?null:h.title))break;return t;case"style":if(t.hasAttribute("data-precedence"))break;return t;case"script":if(p=t.getAttribute("src"),(p!==(h.src==null?null:h.src)||t.getAttribute("type")!==(h.type==null?null:h.type)||t.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin))&&p&&t.hasAttribute("async")&&!t.hasAttribute("itemprop"))break;return t;default:return t}}else if(i==="input"&&t.type==="hidden"){var p=h.name==null?null:""+h.name;if(h.type==="hidden"&&t.getAttribute("name")===p)return t}else return t;if(t=$n(t.nextSibling),t===null)break}return null}function Jx(t,i,s){if(i==="")return null;for(;t.nodeType!==3;)if((t.nodeType!==1||t.nodeName!=="INPUT"||t.type!=="hidden")&&!s||(t=$n(t.nextSibling),t===null))return null;return t}function ny(t,i){for(;t.nodeType!==8;)if((t.nodeType!==1||t.nodeName!=="INPUT"||t.type!=="hidden")&&!i||(t=$n(t.nextSibling),t===null))return null;return t}function zf(t){return t.data==="$?"||t.data==="$~"}function Lf(t){return t.data==="$!"||t.data==="$?"&&t.ownerDocument.readyState!=="loading"}function Xx(t,i){var s=t.ownerDocument;if(t.data==="$~")t._reactRetry=i;else if(t.data!=="$?"||s.readyState!=="loading")i();else{var o=function(){i(),s.removeEventListener("DOMContentLoaded",o)};s.addEventListener("DOMContentLoaded",o),t._reactRetry=o}}function $n(t){for(;t!=null;t=t.nextSibling){var i=t.nodeType;if(i===1||i===3)break;if(i===8){if(i=t.data,i==="$"||i==="$!"||i==="$?"||i==="$~"||i==="&"||i==="F!"||i==="F")break;if(i==="/$"||i==="/&")return null}}return t}var Uf=null;function ry(t){t=t.nextSibling;for(var i=0;t;){if(t.nodeType===8){var s=t.data;if(s==="/$"||s==="/&"){if(i===0)return $n(t.nextSibling);i--}else s!=="$"&&s!=="$!"&&s!=="$?"&&s!=="$~"&&s!=="&"||i++}t=t.nextSibling}return null}function iy(t){t=t.previousSibling;for(var i=0;t;){if(t.nodeType===8){var s=t.data;if(s==="$"||s==="$!"||s==="$?"||s==="$~"||s==="&"){if(i===0)return t;i--}else s!=="/$"&&s!=="/&"||i++}t=t.previousSibling}return null}function ay(t,i,s){switch(i=Lo(s),t){case"html":if(t=i.documentElement,!t)throw Error(a(452));return t;case"head":if(t=i.head,!t)throw Error(a(453));return t;case"body":if(t=i.body,!t)throw Error(a(454));return t;default:throw Error(a(451))}}function Js(t){for(var i=t.attributes;i.length;)t.removeAttributeNode(i[0]);sa(t)}var Gn=new Map,sy=new Set;function Uo(t){return typeof t.getRootNode=="function"?t.getRootNode():t.nodeType===9?t:t.ownerDocument}var Pr=ie.d;ie.d={f:Qx,r:Kx,D:Zx,C:Wx,L:ew,m:tw,X:rw,S:nw,M:iw};function Qx(){var t=Pr.f(),i=To();return t||i}function Kx(t){var i=T(t);i!==null&&i.tag===5&&i.type==="form"?_p(i):Pr.r(t)}var La=typeof document>"u"?null:document;function ly(t,i,s){var o=La;if(o&&typeof i=="string"&&i){var h=Un(i);h='link[rel="'+t+'"][href="'+h+'"]',typeof s=="string"&&(h+='[crossorigin="'+s+'"]'),sy.has(h)||(sy.add(h),t={rel:t,crossOrigin:s,href:i},o.querySelector(h)===null&&(i=o.createElement("link"),Kt(i,"link",t),H(i),o.head.appendChild(i)))}}function Zx(t){Pr.D(t),ly("dns-prefetch",t,null)}function Wx(t,i){Pr.C(t,i),ly("preconnect",t,i)}function ew(t,i,s){Pr.L(t,i,s);var o=La;if(o&&t&&i){var h='link[rel="preload"][as="'+Un(i)+'"]';i==="image"&&s&&s.imageSrcSet?(h+='[imagesrcset="'+Un(s.imageSrcSet)+'"]',typeof s.imageSizes=="string"&&(h+='[imagesizes="'+Un(s.imageSizes)+'"]')):h+='[href="'+Un(t)+'"]';var p=h;switch(i){case"style":p=Ua(t);break;case"script":p=Ba(t)}Gn.has(p)||(t=g({rel:"preload",href:i==="image"&&s&&s.imageSrcSet?void 0:t,as:i},s),Gn.set(p,t),o.querySelector(h)!==null||i==="style"&&o.querySelector(Xs(p))||i==="script"&&o.querySelector(Qs(p))||(i=o.createElement("link"),Kt(i,"link",t),H(i),o.head.appendChild(i)))}}function tw(t,i){Pr.m(t,i);var s=La;if(s&&t){var o=i&&typeof i.as=="string"?i.as:"script",h='link[rel="modulepreload"][as="'+Un(o)+'"][href="'+Un(t)+'"]',p=h;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":p=Ba(t)}if(!Gn.has(p)&&(t=g({rel:"modulepreload",href:t},i),Gn.set(p,t),s.querySelector(h)===null)){switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(s.querySelector(Qs(p)))return}o=s.createElement("link"),Kt(o,"link",t),H(o),s.head.appendChild(o)}}}function nw(t,i,s){Pr.S(t,i,s);var o=La;if(o&&t){var h=D(o).hoistableStyles,p=Ua(t);i=i||"default";var v=h.get(p);if(!v){var S={loading:0,preload:null};if(v=o.querySelector(Xs(p)))S.loading=5;else{t=g({rel:"stylesheet",href:t,"data-precedence":i},s),(s=Gn.get(p))&&Bf(t,s);var P=v=o.createElement("link");H(P),Kt(P,"link",t),P._p=new Promise(function(te,le){P.onload=te,P.onerror=le}),P.addEventListener("load",function(){S.loading|=1}),P.addEventListener("error",function(){S.loading|=2}),S.loading|=4,Bo(v,i,o)}v={type:"stylesheet",instance:v,count:1,state:S},h.set(p,v)}}}function rw(t,i){Pr.X(t,i);var s=La;if(s&&t){var o=D(s).hoistableScripts,h=Ba(t),p=o.get(h);p||(p=s.querySelector(Qs(h)),p||(t=g({src:t,async:!0},i),(i=Gn.get(h))&&Pf(t,i),p=s.createElement("script"),H(p),Kt(p,"link",t),s.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},o.set(h,p))}}function iw(t,i){Pr.M(t,i);var s=La;if(s&&t){var o=D(s).hoistableScripts,h=Ba(t),p=o.get(h);p||(p=s.querySelector(Qs(h)),p||(t=g({src:t,async:!0,type:"module"},i),(i=Gn.get(h))&&Pf(t,i),p=s.createElement("script"),H(p),Kt(p,"link",t),s.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},o.set(h,p))}}function oy(t,i,s,o){var h=(h=we.current)?Uo(h):null;if(!h)throw Error(a(446));switch(t){case"meta":case"title":return null;case"style":return typeof s.precedence=="string"&&typeof s.href=="string"?(i=Ua(s.href),s=D(h).hoistableStyles,o=s.get(i),o||(o={type:"style",instance:null,count:0,state:null},s.set(i,o)),o):{type:"void",instance:null,count:0,state:null};case"link":if(s.rel==="stylesheet"&&typeof s.href=="string"&&typeof s.precedence=="string"){t=Ua(s.href);var p=D(h).hoistableStyles,v=p.get(t);if(v||(h=h.ownerDocument||h,v={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},p.set(t,v),(p=h.querySelector(Xs(t)))&&!p._p&&(v.instance=p,v.state.loading=5),Gn.has(t)||(s={rel:"preload",as:"style",href:s.href,crossOrigin:s.crossOrigin,integrity:s.integrity,media:s.media,hrefLang:s.hrefLang,referrerPolicy:s.referrerPolicy},Gn.set(t,s),p||aw(h,t,s,v.state))),i&&o===null)throw Error(a(528,""));return v}if(i&&o!==null)throw Error(a(529,""));return null;case"script":return i=s.async,s=s.src,typeof s=="string"&&i&&typeof i!="function"&&typeof i!="symbol"?(i=Ba(s),s=D(h).hoistableScripts,o=s.get(i),o||(o={type:"script",instance:null,count:0,state:null},s.set(i,o)),o):{type:"void",instance:null,count:0,state:null};default:throw Error(a(444,t))}}function Ua(t){return'href="'+Un(t)+'"'}function Xs(t){return'link[rel="stylesheet"]['+t+"]"}function uy(t){return g({},t,{"data-precedence":t.precedence,precedence:null})}function aw(t,i,s,o){t.querySelector('link[rel="preload"][as="style"]['+i+"]")?o.loading=1:(i=t.createElement("link"),o.preload=i,i.addEventListener("load",function(){return o.loading|=1}),i.addEventListener("error",function(){return o.loading|=2}),Kt(i,"link",s),H(i),t.head.appendChild(i))}function Ba(t){return'[src="'+Un(t)+'"]'}function Qs(t){return"script[async]"+t}function cy(t,i,s){if(i.count++,i.instance===null)switch(i.type){case"style":var o=t.querySelector('style[data-href~="'+Un(s.href)+'"]');if(o)return i.instance=o,H(o),o;var h=g({},s,{"data-href":s.href,"data-precedence":s.precedence,href:null,precedence:null});return o=(t.ownerDocument||t).createElement("style"),H(o),Kt(o,"style",h),Bo(o,s.precedence,t),i.instance=o;case"stylesheet":h=Ua(s.href);var p=t.querySelector(Xs(h));if(p)return i.state.loading|=4,i.instance=p,H(p),p;o=uy(s),(h=Gn.get(h))&&Bf(o,h),p=(t.ownerDocument||t).createElement("link"),H(p);var v=p;return v._p=new Promise(function(S,P){v.onload=S,v.onerror=P}),Kt(p,"link",o),i.state.loading|=4,Bo(p,s.precedence,t),i.instance=p;case"script":return p=Ba(s.src),(h=t.querySelector(Qs(p)))?(i.instance=h,H(h),h):(o=s,(h=Gn.get(p))&&(o=g({},s),Pf(o,h)),t=t.ownerDocument||t,h=t.createElement("script"),H(h),Kt(h,"link",o),t.head.appendChild(h),i.instance=h);case"void":return null;default:throw Error(a(443,i.type))}else i.type==="stylesheet"&&(i.state.loading&4)===0&&(o=i.instance,i.state.loading|=4,Bo(o,s.precedence,t));return i.instance}function Bo(t,i,s){for(var o=s.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),h=o.length?o[o.length-1]:null,p=h,v=0;v<o.length;v++){var S=o[v];if(S.dataset.precedence===i)p=S;else if(p!==h)break}p?p.parentNode.insertBefore(t,p.nextSibling):(i=s.nodeType===9?s.head:s,i.insertBefore(t,i.firstChild))}function Bf(t,i){t.crossOrigin==null&&(t.crossOrigin=i.crossOrigin),t.referrerPolicy==null&&(t.referrerPolicy=i.referrerPolicy),t.title==null&&(t.title=i.title)}function Pf(t,i){t.crossOrigin==null&&(t.crossOrigin=i.crossOrigin),t.referrerPolicy==null&&(t.referrerPolicy=i.referrerPolicy),t.integrity==null&&(t.integrity=i.integrity)}var Po=null;function fy(t,i,s){if(Po===null){var o=new Map,h=Po=new Map;h.set(s,o)}else h=Po,o=h.get(s),o||(o=new Map,h.set(s,o));if(o.has(t))return o;for(o.set(t,null),s=s.getElementsByTagName(t),h=0;h<s.length;h++){var p=s[h];if(!(p[It]||p[pt]||t==="link"&&p.getAttribute("rel")==="stylesheet")&&p.namespaceURI!=="http://www.w3.org/2000/svg"){var v=p.getAttribute(i)||"";v=t+v;var S=o.get(v);S?S.push(p):o.set(v,[p])}}return o}function hy(t,i,s){t=t.ownerDocument||t,t.head.insertBefore(s,i==="title"?t.querySelector("head > title"):null)}function sw(t,i,s){if(s===1||i.itemProp!=null)return!1;switch(t){case"meta":case"title":return!0;case"style":if(typeof i.precedence!="string"||typeof i.href!="string"||i.href==="")break;return!0;case"link":if(typeof i.rel!="string"||typeof i.href!="string"||i.href===""||i.onLoad||i.onError)break;switch(i.rel){case"stylesheet":return t=i.disabled,typeof i.precedence=="string"&&t==null;default:return!0}case"script":if(i.async&&typeof i.async!="function"&&typeof i.async!="symbol"&&!i.onLoad&&!i.onError&&i.src&&typeof i.src=="string")return!0}return!1}function dy(t){return!(t.type==="stylesheet"&&(t.state.loading&3)===0)}function lw(t,i,s,o){if(s.type==="stylesheet"&&(typeof o.media!="string"||matchMedia(o.media).matches!==!1)&&(s.state.loading&4)===0){if(s.instance===null){var h=Ua(o.href),p=i.querySelector(Xs(h));if(p){i=p._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(t.count++,t=qo.bind(t),i.then(t,t)),s.state.loading|=4,s.instance=p,H(p);return}p=i.ownerDocument||i,o=uy(o),(h=Gn.get(h))&&Bf(o,h),p=p.createElement("link"),H(p);var v=p;v._p=new Promise(function(S,P){v.onload=S,v.onerror=P}),Kt(p,"link",o),s.instance=p}t.stylesheets===null&&(t.stylesheets=new Map),t.stylesheets.set(s,i),(i=s.state.preload)&&(s.state.loading&3)===0&&(t.count++,s=qo.bind(t),i.addEventListener("load",s),i.addEventListener("error",s))}}var qf=0;function ow(t,i){return t.stylesheets&&t.count===0&&Io(t,t.stylesheets),0<t.count||0<t.imgCount?function(s){var o=setTimeout(function(){if(t.stylesheets&&Io(t,t.stylesheets),t.unsuspend){var p=t.unsuspend;t.unsuspend=null,p()}},6e4+i);0<t.imgBytes&&qf===0&&(qf=62500*Ix());var h=setTimeout(function(){if(t.waitingForImages=!1,t.count===0&&(t.stylesheets&&Io(t,t.stylesheets),t.unsuspend)){var p=t.unsuspend;t.unsuspend=null,p()}},(t.imgBytes>qf?50:800)+i);return t.unsuspend=s,function(){t.unsuspend=null,clearTimeout(o),clearTimeout(h)}}:null}function qo(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Io(this,this.stylesheets);else if(this.unsuspend){var t=this.unsuspend;this.unsuspend=null,t()}}}var Ho=null;function Io(t,i){t.stylesheets=null,t.unsuspend!==null&&(t.count++,Ho=new Map,i.forEach(uw,t),Ho=null,qo.call(t))}function uw(t,i){if(!(i.state.loading&4)){var s=Ho.get(t);if(s)var o=s.get(null);else{s=new Map,Ho.set(t,s);for(var h=t.querySelectorAll("link[data-precedence],style[data-precedence]"),p=0;p<h.length;p++){var v=h[p];(v.nodeName==="LINK"||v.getAttribute("media")!=="not all")&&(s.set(v.dataset.precedence,v),o=v)}o&&s.set(null,o)}h=i.instance,v=h.getAttribute("data-precedence"),p=s.get(v)||o,p===o&&s.set(null,h),s.set(v,h),this.count++,o=qo.bind(this),h.addEventListener("load",o),h.addEventListener("error",o),p?p.parentNode.insertBefore(h,p.nextSibling):(t=t.nodeType===9?t.head:t,t.insertBefore(h,t.firstChild)),i.state.loading|=4}}var Ks={$$typeof:J,Provider:null,Consumer:null,_currentValue:he,_currentValue2:he,_threadCount:0};function cw(t,i,s,o,h,p,v,S,P){this.tag=1,this.containerInfo=t,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Jr(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Jr(0),this.hiddenUpdates=Jr(null),this.identifierPrefix=o,this.onUncaughtError=h,this.onCaughtError=p,this.onRecoverableError=v,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=P,this.incompleteTransitions=new Map}function my(t,i,s,o,h,p,v,S,P,te,le,pe){return t=new cw(t,i,s,v,P,te,le,pe,S),i=1,p===!0&&(i|=24),p=xn(3,null,null,i),t.current=p,p.stateNode=t,i=bc(),i.refCount++,t.pooledCache=i,i.refCount++,p.memoizedState={element:o,isDehydrated:s,cache:i},Sc(p),t}function py(t){return t?(t=pa,t):pa}function gy(t,i,s,o,h,p){h=py(h),o.context===null?o.context=h:o.pendingContext=h,o=ii(i),o.payload={element:s},p=p===void 0?null:p,p!==null&&(o.callback=p),s=ai(t,o,i),s!==null&&(pn(s,t,i),js(s,t,i))}function yy(t,i){if(t=t.memoizedState,t!==null&&t.dehydrated!==null){var s=t.retryLane;t.retryLane=s!==0&&s<i?s:i}}function Hf(t,i){yy(t,i),(t=t.alternate)&&yy(t,i)}function by(t){if(t.tag===13||t.tag===31){var i=Ui(t,67108864);i!==null&&pn(i,t,67108864),Hf(t,67108864)}}function vy(t){if(t.tag===13||t.tag===31){var i=kn();i=wr(i);var s=Ui(t,i);s!==null&&pn(s,t,i),Hf(t,i)}}var Fo=!0;function fw(t,i,s,o){var h=F.T;F.T=null;var p=ie.p;try{ie.p=2,If(t,i,s,o)}finally{ie.p=p,F.T=h}}function hw(t,i,s,o){var h=F.T;F.T=null;var p=ie.p;try{ie.p=8,If(t,i,s,o)}finally{ie.p=p,F.T=h}}function If(t,i,s,o){if(Fo){var h=Ff(o);if(h===null)Tf(t,i,o,$o,s),wy(t,o);else if(mw(h,t,i,s,o))o.stopPropagation();else if(wy(t,o),i&4&&-1<dw.indexOf(t)){for(;h!==null;){var p=T(h);if(p!==null)switch(p.tag){case 3:if(p=p.stateNode,p.current.memoizedState.isDehydrated){var v=Kn(p.pendingLanes);if(v!==0){var S=p;for(S.pendingLanes|=2,S.entangledLanes|=2;v;){var P=1<<31-ot(v);S.entanglements[1]|=P,v&=~P}fr(p),(lt&6)===0&&(Ao=xt()+500,Gs(0))}}break;case 31:case 13:S=Ui(p,2),S!==null&&pn(S,p,2),To(),Hf(p,2)}if(p=Ff(o),p===null&&Tf(t,i,o,$o,s),p===h)break;h=p}h!==null&&o.stopPropagation()}else Tf(t,i,o,null,s)}}function Ff(t){return t=$u(t),$f(t)}var $o=null;function $f(t){if($o=null,t=E(t),t!==null){var i=u(t);if(i===null)t=null;else{var s=i.tag;if(s===13){if(t=c(i),t!==null)return t;t=null}else if(s===31){if(t=f(i),t!==null)return t;t=null}else if(s===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;t=null}else i!==t&&(t=null)}}return $o=t,null}function xy(t){switch(t){case"beforetoggle":case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"toggle":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 2;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(cs()){case oe:return 2;case _e:return 8;case Be:case Ve:return 32;case it:return 268435456;default:return 32}default:return 32}}var Gf=!1,gi=null,yi=null,bi=null,Zs=new Map,Ws=new Map,vi=[],dw="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset".split(" ");function wy(t,i){switch(t){case"focusin":case"focusout":gi=null;break;case"dragenter":case"dragleave":yi=null;break;case"mouseover":case"mouseout":bi=null;break;case"pointerover":case"pointerout":Zs.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ws.delete(i.pointerId)}}function el(t,i,s,o,h,p){return t===null||t.nativeEvent!==p?(t={blockedOn:i,domEventName:s,eventSystemFlags:o,nativeEvent:p,targetContainers:[h]},i!==null&&(i=T(i),i!==null&&by(i)),t):(t.eventSystemFlags|=o,i=t.targetContainers,h!==null&&i.indexOf(h)===-1&&i.push(h),t)}function mw(t,i,s,o,h){switch(i){case"focusin":return gi=el(gi,t,i,s,o,h),!0;case"dragenter":return yi=el(yi,t,i,s,o,h),!0;case"mouseover":return bi=el(bi,t,i,s,o,h),!0;case"pointerover":var p=h.pointerId;return Zs.set(p,el(Zs.get(p)||null,t,i,s,o,h)),!0;case"gotpointercapture":return p=h.pointerId,Ws.set(p,el(Ws.get(p)||null,t,i,s,o,h)),!0}return!1}function Sy(t){var i=E(t.target);if(i!==null){var s=u(i);if(s!==null){if(i=s.tag,i===13){if(i=c(s),i!==null){t.blockedOn=i,Ll(t.priority,function(){vy(s)});return}}else if(i===31){if(i=f(s),i!==null){t.blockedOn=i,Ll(t.priority,function(){vy(s)});return}}else if(i===3&&s.stateNode.current.memoizedState.isDehydrated){t.blockedOn=s.tag===3?s.stateNode.containerInfo:null;return}}}t.blockedOn=null}function Go(t){if(t.blockedOn!==null)return!1;for(var i=t.targetContainers;0<i.length;){var s=Ff(t.nativeEvent);if(s===null){s=t.nativeEvent;var o=new s.constructor(s.type,s);Fu=o,s.target.dispatchEvent(o),Fu=null}else return i=T(s),i!==null&&by(i),t.blockedOn=s,!1;i.shift()}return!0}function _y(t,i,s){Go(t)&&s.delete(i)}function pw(){Gf=!1,gi!==null&&Go(gi)&&(gi=null),yi!==null&&Go(yi)&&(yi=null),bi!==null&&Go(bi)&&(bi=null),Zs.forEach(_y),Ws.forEach(_y)}function Yo(t,i){t.blockedOn===i&&(t.blockedOn=null,Gf||(Gf=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,pw)))}var Vo=null;function Ey(t){Vo!==t&&(Vo=t,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){Vo===t&&(Vo=null);for(var i=0;i<t.length;i+=3){var s=t[i],o=t[i+1],h=t[i+2];if(typeof o!="function"){if($f(o||s)===null)continue;break}var p=T(s);p!==null&&(t.splice(i,3),i-=3,Ic(p,{pending:!0,data:h,method:s.method,action:o},o,h))}}))}function Pa(t){function i(P){return Yo(P,t)}gi!==null&&Yo(gi,t),yi!==null&&Yo(yi,t),bi!==null&&Yo(bi,t),Zs.forEach(i),Ws.forEach(i);for(var s=0;s<vi.length;s++){var o=vi[s];o.blockedOn===t&&(o.blockedOn=null)}for(;0<vi.length&&(s=vi[0],s.blockedOn===null);)Sy(s),s.blockedOn===null&&vi.shift();if(s=(t.ownerDocument||t).$$reactFormReplay,s!=null)for(o=0;o<s.length;o+=3){var h=s[o],p=s[o+1],v=h[Ot]||null;if(typeof p=="function")v||Ey(s);else if(v){var S=null;if(p&&p.hasAttribute("formAction")){if(h=p,v=p[Ot]||null)S=v.formAction;else if($f(h)!==null)continue}else S=v.action;typeof S=="function"?s[o+1]=S:(s.splice(o,3),o-=3),Ey(s)}}}function ky(){function t(p){p.canIntercept&&p.info==="react-transition"&&p.intercept({handler:function(){return new Promise(function(v){return h=v})},focusReset:"manual",scroll:"manual"})}function i(){h!==null&&(h(),h=null),o||setTimeout(s,20)}function s(){if(!o&&!navigation.transition){var p=navigation.currentEntry;p&&p.url!=null&&navigation.navigate(p.url,{state:p.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var o=!1,h=null;return navigation.addEventListener("navigate",t),navigation.addEventListener("navigatesuccess",i),navigation.addEventListener("navigateerror",i),setTimeout(s,100),function(){o=!0,navigation.removeEventListener("navigate",t),navigation.removeEventListener("navigatesuccess",i),navigation.removeEventListener("navigateerror",i),h!==null&&(h(),h=null)}}}function Yf(t){this._internalRoot=t}Jo.prototype.render=Yf.prototype.render=function(t){var i=this._internalRoot;if(i===null)throw Error(a(409));var s=i.current,o=kn();gy(s,o,t,i,null,null)},Jo.prototype.unmount=Yf.prototype.unmount=function(){var t=this._internalRoot;if(t!==null){this._internalRoot=null;var i=t.containerInfo;gy(t.current,2,null,t,null,null),To(),i[bn]=null}};function Jo(t){this._internalRoot=t}Jo.prototype.unstable_scheduleHydration=function(t){if(t){var i=hs();t={blockedOn:null,target:t,priority:i};for(var s=0;s<vi.length&&i!==0&&i<vi[s].priority;s++);vi.splice(s,0,t),s===0&&Sy(t)}};var Ay=n.version;if(Ay!=="19.2.4")throw Error(a(527,Ay,"19.2.4"));ie.findDOMNode=function(t){var i=t._reactInternals;if(i===void 0)throw typeof t.render=="function"?Error(a(188)):(t=Object.keys(t).join(","),Error(a(268,t)));return t=d(i),t=t!==null?y(t):null,t=t===null?null:t.stateNode,t};var gw={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:F,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Xo=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Xo.isDisabled&&Xo.supportsFiber)try{Vt=Xo.inject(gw),mt=Xo}catch{}}return nl.createRoot=function(t,i){if(!l(t))throw Error(a(299));var s=!1,o="",h=Mp,p=Dp,v=zp;return i!=null&&(i.unstable_strictMode===!0&&(s=!0),i.identifierPrefix!==void 0&&(o=i.identifierPrefix),i.onUncaughtError!==void 0&&(h=i.onUncaughtError),i.onCaughtError!==void 0&&(p=i.onCaughtError),i.onRecoverableError!==void 0&&(v=i.onRecoverableError)),i=my(t,1,!1,null,null,s,o,null,h,p,v,ky),t[bn]=i.current,Cf(t),new Yf(i)},nl.hydrateRoot=function(t,i,s){if(!l(t))throw Error(a(299));var o=!1,h="",p=Mp,v=Dp,S=zp,P=null;return s!=null&&(s.unstable_strictMode===!0&&(o=!0),s.identifierPrefix!==void 0&&(h=s.identifierPrefix),s.onUncaughtError!==void 0&&(p=s.onUncaughtError),s.onCaughtError!==void 0&&(v=s.onCaughtError),s.onRecoverableError!==void 0&&(S=s.onRecoverableError),s.formState!==void 0&&(P=s.formState)),i=my(t,1,!0,i,s??null,o,h,P,p,v,S,ky),i.context=py(null),s=i.current,o=kn(),o=wr(o),h=ii(o),h.callback=null,ai(s,h,o),s=o,i.current.lanes=s,Zn(i,s),fr(i),t[bn]=i.current,Cf(t),new Jo(i)},nl.version="19.2.4",nl}var Ly;function Cw(){if(Ly)return Xf.exports;Ly=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(n){console.error(n)}}return e(),Xf.exports=Aw(),Xf.exports}var Tw=Cw();/**
|
|
50
|
+
* react-router v7.13.1
|
|
51
|
+
*
|
|
52
|
+
* Copyright (c) Remix Software Inc.
|
|
53
|
+
*
|
|
54
|
+
* This source code is licensed under the MIT license found in the
|
|
55
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
56
|
+
*
|
|
57
|
+
* @license MIT
|
|
58
|
+
*/var Uy="popstate";function By(e){return typeof e=="object"&&e!=null&&"pathname"in e&&"search"in e&&"hash"in e&&"state"in e&&"key"in e}function jw(e={}){function n(a,l){var d;let u=(d=l.state)==null?void 0:d.masked,{pathname:c,search:f,hash:m}=u||a.location;return jh("",{pathname:c,search:f,hash:m},l.state&&l.state.usr||null,l.state&&l.state.key||"default",u?{pathname:a.location.pathname,search:a.location.search,hash:a.location.hash}:void 0)}function r(a,l){return typeof l=="string"?l:xl(l)}return Nw(n,r,null,e)}function jt(e,n){if(e===!1||e===null||typeof e>"u")throw new Error(n)}function gr(e,n){if(!e){typeof console<"u"&&console.warn(n);try{throw new Error(n)}catch{}}}function Ow(){return Math.random().toString(36).substring(2,10)}function Py(e,n){return{usr:e.state,key:e.key,idx:n,masked:e.unstable_mask?{pathname:e.pathname,search:e.search,hash:e.hash}:void 0}}function jh(e,n,r=null,a,l){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof n=="string"?is(n):n,state:r,key:n&&n.key||a||Ow(),unstable_mask:l}}function xl({pathname:e="/",search:n="",hash:r=""}){return n&&n!=="?"&&(e+=n.charAt(0)==="?"?n:"?"+n),r&&r!=="#"&&(e+=r.charAt(0)==="#"?r:"#"+r),e}function is(e){let n={};if(e){let r=e.indexOf("#");r>=0&&(n.hash=e.substring(r),e=e.substring(0,r));let a=e.indexOf("?");a>=0&&(n.search=e.substring(a),e=e.substring(0,a)),e&&(n.pathname=e)}return n}function Nw(e,n,r,a={}){let{window:l=document.defaultView,v5Compat:u=!1}=a,c=l.history,f="POP",m=null,d=y();d==null&&(d=0,c.replaceState({...c.state,idx:d},""));function y(){return(c.state||{idx:null}).idx}function g(){f="POP";let B=y(),M=B==null?null:B-d;d=B,m&&m({action:f,location:z.location,delta:M})}function b(B,M){f="PUSH";let G=By(B)?B:jh(z.location,B,M);d=y()+1;let J=Py(G,d),se=z.createHref(G.unstable_mask||G);try{c.pushState(J,"",se)}catch(j){if(j instanceof DOMException&&j.name==="DataCloneError")throw j;l.location.assign(se)}u&&m&&m({action:f,location:z.location,delta:1})}function x(B,M){f="REPLACE";let G=By(B)?B:jh(z.location,B,M);d=y();let J=Py(G,d),se=z.createHref(G.unstable_mask||G);c.replaceState(J,"",se),u&&m&&m({action:f,location:z.location,delta:0})}function k(B){return Rw(B)}let z={get action(){return f},get location(){return e(l,c)},listen(B){if(m)throw new Error("A history only accepts one active listener");return l.addEventListener(Uy,g),m=B,()=>{l.removeEventListener(Uy,g),m=null}},createHref(B){return n(l,B)},createURL:k,encodeLocation(B){let M=k(B);return{pathname:M.pathname,search:M.search,hash:M.hash}},push:b,replace:x,go(B){return c.go(B)}};return z}function Rw(e,n=!1){let r="http://localhost";typeof window<"u"&&(r=window.location.origin!=="null"?window.location.origin:window.location.href),jt(r,"No window.location.(origin|href) available to create URL");let a=typeof e=="string"?e:xl(e);return a=a.replace(/ $/,"%20"),!n&&a.startsWith("//")&&(a=r+a),new URL(a,r)}function pb(e,n,r="/"){return Mw(e,n,r,!1)}function Mw(e,n,r,a){let l=typeof n=="string"?is(n):n,u=Ir(l.pathname||"/",r);if(u==null)return null;let c=gb(e);Dw(c);let f=null;for(let m=0;f==null&&m<c.length;++m){let d=Gw(u);f=Fw(c[m],d,a)}return f}function gb(e,n=[],r=[],a="",l=!1){let u=(c,f,m=l,d)=>{let y={relativePath:d===void 0?c.path||"":d,caseSensitive:c.caseSensitive===!0,childrenIndex:f,route:c};if(y.relativePath.startsWith("/")){if(!y.relativePath.startsWith(a)&&m)return;jt(y.relativePath.startsWith(a),`Absolute route path "${y.relativePath}" nested under path "${a}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),y.relativePath=y.relativePath.slice(a.length)}let g=pr([a,y.relativePath]),b=r.concat(y);c.children&&c.children.length>0&&(jt(c.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${g}".`),gb(c.children,n,b,g,m)),!(c.path==null&&!c.index)&&n.push({path:g,score:Hw(g,c.index),routesMeta:b})};return e.forEach((c,f)=>{var m;if(c.path===""||!((m=c.path)!=null&&m.includes("?")))u(c,f);else for(let d of yb(c.path))u(c,f,!0,d)}),n}function yb(e){let n=e.split("/");if(n.length===0)return[];let[r,...a]=n,l=r.endsWith("?"),u=r.replace(/\?$/,"");if(a.length===0)return l?[u,""]:[u];let c=yb(a.join("/")),f=[];return f.push(...c.map(m=>m===""?u:[u,m].join("/"))),l&&f.push(...c),f.map(m=>e.startsWith("/")&&m===""?"/":m)}function Dw(e){e.sort((n,r)=>n.score!==r.score?r.score-n.score:Iw(n.routesMeta.map(a=>a.childrenIndex),r.routesMeta.map(a=>a.childrenIndex)))}var zw=/^:[\w-]+$/,Lw=3,Uw=2,Bw=1,Pw=10,qw=-2,qy=e=>e==="*";function Hw(e,n){let r=e.split("/"),a=r.length;return r.some(qy)&&(a+=qw),n&&(a+=Uw),r.filter(l=>!qy(l)).reduce((l,u)=>l+(zw.test(u)?Lw:u===""?Bw:Pw),a)}function Iw(e,n){return e.length===n.length&&e.slice(0,-1).every((a,l)=>a===n[l])?e[e.length-1]-n[n.length-1]:0}function Fw(e,n,r=!1){let{routesMeta:a}=e,l={},u="/",c=[];for(let f=0;f<a.length;++f){let m=a[f],d=f===a.length-1,y=u==="/"?n:n.slice(u.length)||"/",g=hu({path:m.relativePath,caseSensitive:m.caseSensitive,end:d},y),b=m.route;if(!g&&d&&r&&!a[a.length-1].route.index&&(g=hu({path:m.relativePath,caseSensitive:m.caseSensitive,end:!1},y)),!g)return null;Object.assign(l,g.params),c.push({params:l,pathname:pr([u,g.pathname]),pathnameBase:Xw(pr([u,g.pathnameBase])),route:b}),g.pathnameBase!=="/"&&(u=pr([u,g.pathnameBase]))}return c}function hu(e,n){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[r,a]=$w(e.path,e.caseSensitive,e.end),l=n.match(r);if(!l)return null;let u=l[0],c=u.replace(/(.)\/+$/,"$1"),f=l.slice(1);return{params:a.reduce((d,{paramName:y,isOptional:g},b)=>{if(y==="*"){let k=f[b]||"";c=u.slice(0,u.length-k.length).replace(/(.)\/+$/,"$1")}const x=f[b];return g&&!x?d[y]=void 0:d[y]=(x||"").replace(/%2F/g,"/"),d},{}),pathname:u,pathnameBase:c,pattern:e}}function $w(e,n=!1,r=!0){gr(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let a=[],l="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(c,f,m,d,y)=>{if(a.push({paramName:f,isOptional:m!=null}),m){let g=y.charAt(d+c.length);return g&&g!=="/"?"/([^\\/]*)":"(?:/([^\\/]*))?"}return"/([^\\/]+)"}).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return e.endsWith("*")?(a.push({paramName:"*"}),l+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?l+="\\/*$":e!==""&&e!=="/"&&(l+="(?:(?=\\/|$))"),[new RegExp(l,n?void 0:"i"),a]}function Gw(e){try{return e.split("/").map(n=>decodeURIComponent(n).replace(/\//g,"%2F")).join("/")}catch(n){return gr(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${n}).`),e}}function Ir(e,n){if(n==="/")return e;if(!e.toLowerCase().startsWith(n.toLowerCase()))return null;let r=n.endsWith("/")?n.length-1:n.length,a=e.charAt(r);return a&&a!=="/"?null:e.slice(r)||"/"}var Yw=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i;function Vw(e,n="/"){let{pathname:r,search:a="",hash:l=""}=typeof e=="string"?is(e):e,u;return r?(r=r.replace(/\/\/+/g,"/"),r.startsWith("/")?u=Hy(r.substring(1),"/"):u=Hy(r,n)):u=n,{pathname:u,search:Qw(a),hash:Kw(l)}}function Hy(e,n){let r=n.replace(/\/+$/,"").split("/");return e.split("/").forEach(l=>{l===".."?r.length>1&&r.pop():l!=="."&&r.push(l)}),r.length>1?r.join("/"):"/"}function Wf(e,n,r,a){return`Cannot include a '${e}' character in a manually specified \`to.${n}\` field [${JSON.stringify(a)}]. Please separate it out to the \`to.${r}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function Jw(e){return e.filter((n,r)=>r===0||n.route.path&&n.route.path.length>0)}function bb(e){let n=Jw(e);return n.map((r,a)=>a===n.length-1?r.pathname:r.pathnameBase)}function ld(e,n,r,a=!1){let l;typeof e=="string"?l=is(e):(l={...e},jt(!l.pathname||!l.pathname.includes("?"),Wf("?","pathname","search",l)),jt(!l.pathname||!l.pathname.includes("#"),Wf("#","pathname","hash",l)),jt(!l.search||!l.search.includes("#"),Wf("#","search","hash",l)));let u=e===""||l.pathname==="",c=u?"/":l.pathname,f;if(c==null)f=r;else{let g=n.length-1;if(!a&&c.startsWith("..")){let b=c.split("/");for(;b[0]==="..";)b.shift(),g-=1;l.pathname=b.join("/")}f=g>=0?n[g]:"/"}let m=Vw(l,f),d=c&&c!=="/"&&c.endsWith("/"),y=(u||c===".")&&r.endsWith("/");return!m.pathname.endsWith("/")&&(d||y)&&(m.pathname+="/"),m}var pr=e=>e.join("/").replace(/\/\/+/g,"/"),Xw=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),Qw=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,Kw=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e,Zw=class{constructor(e,n,r,a=!1){this.status=e,this.statusText=n||"",this.internal=a,r instanceof Error?(this.data=r.toString(),this.error=r):this.data=r}};function Ww(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}function eS(e){return e.map(n=>n.route.path).filter(Boolean).join("/").replace(/\/\/*/g,"/")||"/"}var vb=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function xb(e,n){let r=e;if(typeof r!="string"||!Yw.test(r))return{absoluteURL:void 0,isExternal:!1,to:r};let a=r,l=!1;if(vb)try{let u=new URL(window.location.href),c=r.startsWith("//")?new URL(u.protocol+r):new URL(r),f=Ir(c.pathname,n);c.origin===u.origin&&f!=null?r=f+c.search+c.hash:l=!0}catch{gr(!1,`<Link to="${r}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:a,isExternal:l,to:r}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var wb=["POST","PUT","PATCH","DELETE"];new Set(wb);var tS=["GET",...wb];new Set(tS);var as=U.createContext(null);as.displayName="DataRouter";var Tu=U.createContext(null);Tu.displayName="DataRouterState";var nS=U.createContext(!1),Sb=U.createContext({isTransitioning:!1});Sb.displayName="ViewTransition";var rS=U.createContext(new Map);rS.displayName="Fetchers";var iS=U.createContext(null);iS.displayName="Await";var Xn=U.createContext(null);Xn.displayName="Navigation";var Cl=U.createContext(null);Cl.displayName="Location";var yr=U.createContext({outlet:null,matches:[],isDataRoute:!1});yr.displayName="Route";var od=U.createContext(null);od.displayName="RouteError";var _b="REACT_ROUTER_ERROR",aS="REDIRECT",sS="ROUTE_ERROR_RESPONSE";function lS(e){if(e.startsWith(`${_b}:${aS}:{`))try{let n=JSON.parse(e.slice(28));if(typeof n=="object"&&n&&typeof n.status=="number"&&typeof n.statusText=="string"&&typeof n.location=="string"&&typeof n.reloadDocument=="boolean"&&typeof n.replace=="boolean")return n}catch{}}function oS(e){if(e.startsWith(`${_b}:${sS}:{`))try{let n=JSON.parse(e.slice(40));if(typeof n=="object"&&n&&typeof n.status=="number"&&typeof n.statusText=="string")return new Zw(n.status,n.statusText,n.data)}catch{}}function uS(e,{relative:n}={}){jt(Tl(),"useHref() may be used only in the context of a <Router> component.");let{basename:r,navigator:a}=U.useContext(Xn),{hash:l,pathname:u,search:c}=jl(e,{relative:n}),f=u;return r!=="/"&&(f=u==="/"?r:pr([r,u])),a.createHref({pathname:f,search:c,hash:l})}function Tl(){return U.useContext(Cl)!=null}function br(){return jt(Tl(),"useLocation() may be used only in the context of a <Router> component."),U.useContext(Cl).location}var Eb="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function kb(e){U.useContext(Xn).static||U.useLayoutEffect(e)}function ea(){let{isDataRoute:e}=U.useContext(yr);return e?_S():cS()}function cS(){jt(Tl(),"useNavigate() may be used only in the context of a <Router> component.");let e=U.useContext(as),{basename:n,navigator:r}=U.useContext(Xn),{matches:a}=U.useContext(yr),{pathname:l}=br(),u=JSON.stringify(bb(a)),c=U.useRef(!1);return kb(()=>{c.current=!0}),U.useCallback((m,d={})=>{if(gr(c.current,Eb),!c.current)return;if(typeof m=="number"){r.go(m);return}let y=ld(m,JSON.parse(u),l,d.relative==="path");e==null&&n!=="/"&&(y.pathname=y.pathname==="/"?n:pr([n,y.pathname])),(d.replace?r.replace:r.push)(y,d.state,d)},[n,r,u,l,e])}U.createContext(null);function fS(){let{matches:e}=U.useContext(yr),n=e[e.length-1];return n?n.params:{}}function jl(e,{relative:n}={}){let{matches:r}=U.useContext(yr),{pathname:a}=br(),l=JSON.stringify(bb(r));return U.useMemo(()=>ld(e,JSON.parse(l),a,n==="path"),[e,l,a,n])}function hS(e,n){return Ab(e,n)}function Ab(e,n,r){var B;jt(Tl(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:a}=U.useContext(Xn),{matches:l}=U.useContext(yr),u=l[l.length-1],c=u?u.params:{},f=u?u.pathname:"/",m=u?u.pathnameBase:"/",d=u&&u.route;{let M=d&&d.path||"";Tb(f,!d||M.endsWith("*")||M.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${f}" (under <Route path="${M}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
59
|
+
|
|
60
|
+
Please change the parent <Route path="${M}"> to <Route path="${M==="/"?"*":`${M}/*`}">.`)}let y=br(),g;if(n){let M=typeof n=="string"?is(n):n;jt(m==="/"||((B=M.pathname)==null?void 0:B.startsWith(m)),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${m}" but pathname "${M.pathname}" was given in the \`location\` prop.`),g=M}else g=y;let b=g.pathname||"/",x=b;if(m!=="/"){let M=m.replace(/^\//,"").split("/");x="/"+b.replace(/^\//,"").split("/").slice(M.length).join("/")}let k=pb(e,{pathname:x});gr(d||k!=null,`No routes matched location "${g.pathname}${g.search}${g.hash}" `),gr(k==null||k[k.length-1].route.element!==void 0||k[k.length-1].route.Component!==void 0||k[k.length-1].route.lazy!==void 0,`Matched leaf route at location "${g.pathname}${g.search}${g.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let z=yS(k&&k.map(M=>Object.assign({},M,{params:Object.assign({},c,M.params),pathname:pr([m,a.encodeLocation?a.encodeLocation(M.pathname.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:M.pathname]),pathnameBase:M.pathnameBase==="/"?m:pr([m,a.encodeLocation?a.encodeLocation(M.pathnameBase.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:M.pathnameBase])})),l,r);return n&&z?U.createElement(Cl.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",unstable_mask:void 0,...g},navigationType:"POP"}},z):z}function dS(){let e=SS(),n=Ww(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),r=e instanceof Error?e.stack:null,a="rgba(200,200,200, 0.5)",l={padding:"0.5rem",backgroundColor:a},u={padding:"2px 4px",backgroundColor:a},c=null;return console.error("Error handled by React Router default ErrorBoundary:",e),c=U.createElement(U.Fragment,null,U.createElement("p",null,"💿 Hey developer 👋"),U.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",U.createElement("code",{style:u},"ErrorBoundary")," or"," ",U.createElement("code",{style:u},"errorElement")," prop on your route.")),U.createElement(U.Fragment,null,U.createElement("h2",null,"Unexpected Application Error!"),U.createElement("h3",{style:{fontStyle:"italic"}},n),r?U.createElement("pre",{style:l},r):null,c)}var mS=U.createElement(dS,null),Cb=class extends U.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,n){return n.location!==e.location||n.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:n.error,location:n.location,revalidation:e.revalidation||n.revalidation}}componentDidCatch(e,n){this.props.onError?this.props.onError(e,n):console.error("React Router caught the following error during render",e)}render(){let e=this.state.error;if(this.context&&typeof e=="object"&&e&&"digest"in e&&typeof e.digest=="string"){const r=oS(e.digest);r&&(e=r)}let n=e!==void 0?U.createElement(yr.Provider,{value:this.props.routeContext},U.createElement(od.Provider,{value:e,children:this.props.component})):this.props.children;return this.context?U.createElement(pS,{error:e},n):n}};Cb.contextType=nS;var eh=new WeakMap;function pS({children:e,error:n}){let{basename:r}=U.useContext(Xn);if(typeof n=="object"&&n&&"digest"in n&&typeof n.digest=="string"){let a=lS(n.digest);if(a){let l=eh.get(n);if(l)throw l;let u=xb(a.location,r);if(vb&&!eh.get(n))if(u.isExternal||a.reloadDocument)window.location.href=u.absoluteURL||u.to;else{const c=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(u.to,{replace:a.replace}));throw eh.set(n,c),c}return U.createElement("meta",{httpEquiv:"refresh",content:`0;url=${u.absoluteURL||u.to}`})}}return e}function gS({routeContext:e,match:n,children:r}){let a=U.useContext(as);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),U.createElement(yr.Provider,{value:e},r)}function yS(e,n=[],r){let a=r==null?void 0:r.state;if(e==null){if(!a)return null;if(a.errors)e=a.matches;else if(n.length===0&&!a.initialized&&a.matches.length>0)e=a.matches;else return null}let l=e,u=a==null?void 0:a.errors;if(u!=null){let y=l.findIndex(g=>g.route.id&&(u==null?void 0:u[g.route.id])!==void 0);jt(y>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(u).join(",")}`),l=l.slice(0,Math.min(l.length,y+1))}let c=!1,f=-1;if(r&&a){c=a.renderFallback;for(let y=0;y<l.length;y++){let g=l[y];if((g.route.HydrateFallback||g.route.hydrateFallbackElement)&&(f=y),g.route.id){let{loaderData:b,errors:x}=a,k=g.route.loader&&!b.hasOwnProperty(g.route.id)&&(!x||x[g.route.id]===void 0);if(g.route.lazy||k){r.isStatic&&(c=!0),f>=0?l=l.slice(0,f+1):l=[l[0]];break}}}}let m=r==null?void 0:r.onError,d=a&&m?(y,g)=>{var b,x;m(y,{location:a.location,params:((x=(b=a.matches)==null?void 0:b[0])==null?void 0:x.params)??{},unstable_pattern:eS(a.matches),errorInfo:g})}:void 0;return l.reduceRight((y,g,b)=>{let x,k=!1,z=null,B=null;a&&(x=u&&g.route.id?u[g.route.id]:void 0,z=g.route.errorElement||mS,c&&(f<0&&b===0?(Tb("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),k=!0,B=null):f===b&&(k=!0,B=g.route.hydrateFallbackElement||null)));let M=n.concat(l.slice(0,b+1)),G=()=>{let J;return x?J=z:k?J=B:g.route.Component?J=U.createElement(g.route.Component,null):g.route.element?J=g.route.element:J=y,U.createElement(gS,{match:g,routeContext:{outlet:y,matches:M,isDataRoute:a!=null},children:J})};return a&&(g.route.ErrorBoundary||g.route.errorElement||b===0)?U.createElement(Cb,{location:a.location,revalidation:a.revalidation,component:z,error:x,children:G(),routeContext:{outlet:null,matches:M,isDataRoute:!0},onError:d}):G()},null)}function ud(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function bS(e){let n=U.useContext(as);return jt(n,ud(e)),n}function vS(e){let n=U.useContext(Tu);return jt(n,ud(e)),n}function xS(e){let n=U.useContext(yr);return jt(n,ud(e)),n}function cd(e){let n=xS(e),r=n.matches[n.matches.length-1];return jt(r.route.id,`${e} can only be used on routes that contain a unique "id"`),r.route.id}function wS(){return cd("useRouteId")}function SS(){var a;let e=U.useContext(od),n=vS("useRouteError"),r=cd("useRouteError");return e!==void 0?e:(a=n.errors)==null?void 0:a[r]}function _S(){let{router:e}=bS("useNavigate"),n=cd("useNavigate"),r=U.useRef(!1);return kb(()=>{r.current=!0}),U.useCallback(async(l,u={})=>{gr(r.current,Eb),r.current&&(typeof l=="number"?await e.navigate(l):await e.navigate(l,{fromRouteId:n,...u}))},[e,n])}var Iy={};function Tb(e,n,r){!n&&!Iy[e]&&(Iy[e]=!0,gr(!1,r))}U.memo(ES);function ES({routes:e,future:n,state:r,isStatic:a,onError:l}){return Ab(e,void 0,{state:r,isStatic:a,onError:l})}function Fa(e){jt(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function kS({basename:e="/",children:n=null,location:r,navigationType:a="POP",navigator:l,static:u=!1,unstable_useTransitions:c}){jt(!Tl(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let f=e.replace(/^\/*/,"/"),m=U.useMemo(()=>({basename:f,navigator:l,static:u,unstable_useTransitions:c,future:{}}),[f,l,u,c]);typeof r=="string"&&(r=is(r));let{pathname:d="/",search:y="",hash:g="",state:b=null,key:x="default",unstable_mask:k}=r,z=U.useMemo(()=>{let B=Ir(d,f);return B==null?null:{location:{pathname:B,search:y,hash:g,state:b,key:x,unstable_mask:k},navigationType:a}},[f,d,y,g,b,x,a,k]);return gr(z!=null,`<Router basename="${f}"> is not able to match the URL "${d}${y}${g}" because it does not start with the basename, so the <Router> won't render anything.`),z==null?null:U.createElement(Xn.Provider,{value:m},U.createElement(Cl.Provider,{children:n,value:z}))}function AS({children:e,location:n}){return hS(Oh(e),n)}function Oh(e,n=[]){let r=[];return U.Children.forEach(e,(a,l)=>{if(!U.isValidElement(a))return;let u=[...n,l];if(a.type===U.Fragment){r.push.apply(r,Oh(a.props.children,u));return}jt(a.type===Fa,`[${typeof a.type=="string"?a.type:a.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),jt(!a.props.index||!a.props.children,"An index route cannot have child routes.");let c={id:a.props.id||u.join("-"),caseSensitive:a.props.caseSensitive,element:a.props.element,Component:a.props.Component,index:a.props.index,path:a.props.path,middleware:a.props.middleware,loader:a.props.loader,action:a.props.action,hydrateFallbackElement:a.props.hydrateFallbackElement,HydrateFallback:a.props.HydrateFallback,errorElement:a.props.errorElement,ErrorBoundary:a.props.ErrorBoundary,hasErrorBoundary:a.props.hasErrorBoundary===!0||a.props.ErrorBoundary!=null||a.props.errorElement!=null,shouldRevalidate:a.props.shouldRevalidate,handle:a.props.handle,lazy:a.props.lazy};a.props.children&&(c.children=Oh(a.props.children,u)),r.push(c)}),r}var lu="get",ou="application/x-www-form-urlencoded";function ju(e){return typeof HTMLElement<"u"&&e instanceof HTMLElement}function CS(e){return ju(e)&&e.tagName.toLowerCase()==="button"}function TS(e){return ju(e)&&e.tagName.toLowerCase()==="form"}function jS(e){return ju(e)&&e.tagName.toLowerCase()==="input"}function OS(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function NS(e,n){return e.button===0&&(!n||n==="_self")&&!OS(e)}var Qo=null;function RS(){if(Qo===null)try{new FormData(document.createElement("form"),0),Qo=!1}catch{Qo=!0}return Qo}var MS=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function th(e){return e!=null&&!MS.has(e)?(gr(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${ou}"`),null):e}function DS(e,n){let r,a,l,u,c;if(TS(e)){let f=e.getAttribute("action");a=f?Ir(f,n):null,r=e.getAttribute("method")||lu,l=th(e.getAttribute("enctype"))||ou,u=new FormData(e)}else if(CS(e)||jS(e)&&(e.type==="submit"||e.type==="image")){let f=e.form;if(f==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let m=e.getAttribute("formaction")||f.getAttribute("action");if(a=m?Ir(m,n):null,r=e.getAttribute("formmethod")||f.getAttribute("method")||lu,l=th(e.getAttribute("formenctype"))||th(f.getAttribute("enctype"))||ou,u=new FormData(f,e),!RS()){let{name:d,type:y,value:g}=e;if(y==="image"){let b=d?`${d}.`:"";u.append(`${b}x`,"0"),u.append(`${b}y`,"0")}else d&&u.append(d,g)}}else{if(ju(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');r=lu,a=null,l=ou,c=e}return u&&l==="text/plain"&&(c=u,u=void 0),{action:a,method:r.toLowerCase(),encType:l,formData:u,body:c}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function fd(e,n){if(e===!1||e===null||typeof e>"u")throw new Error(n)}function zS(e,n,r,a){let l=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return r?l.pathname.endsWith("/")?l.pathname=`${l.pathname}_.${a}`:l.pathname=`${l.pathname}.${a}`:l.pathname==="/"?l.pathname=`_root.${a}`:n&&Ir(l.pathname,n)==="/"?l.pathname=`${n.replace(/\/$/,"")}/_root.${a}`:l.pathname=`${l.pathname.replace(/\/$/,"")}.${a}`,l}async function LS(e,n){if(e.id in n)return n[e.id];try{let r=await import(e.module);return n[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(r),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function US(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function BS(e,n,r){let a=await Promise.all(e.map(async l=>{let u=n.routes[l.route.id];if(u){let c=await LS(u,r);return c.links?c.links():[]}return[]}));return IS(a.flat(1).filter(US).filter(l=>l.rel==="stylesheet"||l.rel==="preload").map(l=>l.rel==="stylesheet"?{...l,rel:"prefetch",as:"style"}:{...l,rel:"prefetch"}))}function Fy(e,n,r,a,l,u){let c=(m,d)=>r[d]?m.route.id!==r[d].route.id:!0,f=(m,d)=>{var y;return r[d].pathname!==m.pathname||((y=r[d].route.path)==null?void 0:y.endsWith("*"))&&r[d].params["*"]!==m.params["*"]};return u==="assets"?n.filter((m,d)=>c(m,d)||f(m,d)):u==="data"?n.filter((m,d)=>{var g;let y=a.routes[m.route.id];if(!y||!y.hasLoader)return!1;if(c(m,d)||f(m,d))return!0;if(m.route.shouldRevalidate){let b=m.route.shouldRevalidate({currentUrl:new URL(l.pathname+l.search+l.hash,window.origin),currentParams:((g=r[0])==null?void 0:g.params)||{},nextUrl:new URL(e,window.origin),nextParams:m.params,defaultShouldRevalidate:!0});if(typeof b=="boolean")return b}return!0}):[]}function PS(e,n,{includeHydrateFallback:r}={}){return qS(e.map(a=>{let l=n.routes[a.route.id];if(!l)return[];let u=[l.module];return l.clientActionModule&&(u=u.concat(l.clientActionModule)),l.clientLoaderModule&&(u=u.concat(l.clientLoaderModule)),r&&l.hydrateFallbackModule&&(u=u.concat(l.hydrateFallbackModule)),l.imports&&(u=u.concat(l.imports)),u}).flat(1))}function qS(e){return[...new Set(e)]}function HS(e){let n={},r=Object.keys(e).sort();for(let a of r)n[a]=e[a];return n}function IS(e,n){let r=new Set;return new Set(n),e.reduce((a,l)=>{let u=JSON.stringify(HS(l));return r.has(u)||(r.add(u),a.push({key:u,link:l})),a},[])}function jb(){let e=U.useContext(as);return fd(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function FS(){let e=U.useContext(Tu);return fd(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var hd=U.createContext(void 0);hd.displayName="FrameworkContext";function Ob(){let e=U.useContext(hd);return fd(e,"You must render this element inside a <HydratedRouter> element"),e}function $S(e,n){let r=U.useContext(hd),[a,l]=U.useState(!1),[u,c]=U.useState(!1),{onFocus:f,onBlur:m,onMouseEnter:d,onMouseLeave:y,onTouchStart:g}=n,b=U.useRef(null);U.useEffect(()=>{if(e==="render"&&c(!0),e==="viewport"){let z=M=>{M.forEach(G=>{c(G.isIntersecting)})},B=new IntersectionObserver(z,{threshold:.5});return b.current&&B.observe(b.current),()=>{B.disconnect()}}},[e]),U.useEffect(()=>{if(a){let z=setTimeout(()=>{c(!0)},100);return()=>{clearTimeout(z)}}},[a]);let x=()=>{l(!0)},k=()=>{l(!1),c(!1)};return r?e!=="intent"?[u,b,{}]:[u,b,{onFocus:rl(f,x),onBlur:rl(m,k),onMouseEnter:rl(d,x),onMouseLeave:rl(y,k),onTouchStart:rl(g,x)}]:[!1,b,{}]}function rl(e,n){return r=>{e&&e(r),r.defaultPrevented||n(r)}}function GS({page:e,...n}){let{router:r}=jb(),a=U.useMemo(()=>pb(r.routes,e,r.basename),[r.routes,e,r.basename]);return a?U.createElement(VS,{page:e,matches:a,...n}):null}function YS(e){let{manifest:n,routeModules:r}=Ob(),[a,l]=U.useState([]);return U.useEffect(()=>{let u=!1;return BS(e,n,r).then(c=>{u||l(c)}),()=>{u=!0}},[e,n,r]),a}function VS({page:e,matches:n,...r}){let a=br(),{future:l,manifest:u,routeModules:c}=Ob(),{basename:f}=jb(),{loaderData:m,matches:d}=FS(),y=U.useMemo(()=>Fy(e,n,d,u,a,"data"),[e,n,d,u,a]),g=U.useMemo(()=>Fy(e,n,d,u,a,"assets"),[e,n,d,u,a]),b=U.useMemo(()=>{if(e===a.pathname+a.search+a.hash)return[];let z=new Set,B=!1;if(n.forEach(G=>{var se;let J=u.routes[G.route.id];!J||!J.hasLoader||(!y.some(j=>j.route.id===G.route.id)&&G.route.id in m&&((se=c[G.route.id])!=null&&se.shouldRevalidate)||J.hasClientLoader?B=!0:z.add(G.route.id))}),z.size===0)return[];let M=zS(e,f,l.unstable_trailingSlashAwareDataRequests,"data");return B&&z.size>0&&M.searchParams.set("_routes",n.filter(G=>z.has(G.route.id)).map(G=>G.route.id).join(",")),[M.pathname+M.search]},[f,l.unstable_trailingSlashAwareDataRequests,m,a,u,y,n,e,c]),x=U.useMemo(()=>PS(g,u),[g,u]),k=YS(g);return U.createElement(U.Fragment,null,b.map(z=>U.createElement("link",{key:z,rel:"prefetch",as:"fetch",href:z,...r})),x.map(z=>U.createElement("link",{key:z,rel:"modulepreload",href:z,...r})),k.map(({key:z,link:B})=>U.createElement("link",{key:z,nonce:r.nonce,...B,crossOrigin:B.crossOrigin??r.crossOrigin})))}function JS(...e){return n=>{e.forEach(r=>{typeof r=="function"?r(n):r!=null&&(r.current=n)})}}var XS=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{XS&&(window.__reactRouterVersion="7.13.1")}catch{}function QS({basename:e,children:n,unstable_useTransitions:r,window:a}){let l=U.useRef();l.current==null&&(l.current=jw({window:a,v5Compat:!0}));let u=l.current,[c,f]=U.useState({action:u.action,location:u.location}),m=U.useCallback(d=>{r===!1?f(d):U.startTransition(()=>f(d))},[r]);return U.useLayoutEffect(()=>u.listen(m),[u,m]),U.createElement(kS,{basename:e,children:n,location:c.location,navigationType:c.action,navigator:u,unstable_useTransitions:r})}var Nb=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Rb=U.forwardRef(function({onClick:n,discover:r="render",prefetch:a="none",relative:l,reloadDocument:u,replace:c,unstable_mask:f,state:m,target:d,to:y,preventScrollReset:g,viewTransition:b,unstable_defaultShouldRevalidate:x,...k},z){let{basename:B,navigator:M,unstable_useTransitions:G}=U.useContext(Xn),J=typeof y=="string"&&Nb.test(y),se=xb(y,B);y=se.to;let j=uS(y,{relative:l}),O=br(),V=null;if(f){let I=ld(f,[],O.unstable_mask?O.unstable_mask.pathname:"/",!0);B!=="/"&&(I.pathname=I.pathname==="/"?B:pr([B,I.pathname])),V=M.createHref(I)}let[q,Y,L]=$S(a,k),Z=e_(y,{replace:c,unstable_mask:f,state:m,target:d,preventScrollReset:g,relative:l,viewTransition:b,unstable_defaultShouldRevalidate:x,unstable_useTransitions:G});function X(I){n&&n(I),I.defaultPrevented||Z(I)}let be=!(se.isExternal||u),ge=U.createElement("a",{...k,...L,href:(be?V:void 0)||se.absoluteURL||j,onClick:be?X:n,ref:JS(z,Y),target:d,"data-discover":!J&&r==="render"?"true":void 0});return q&&!J?U.createElement(U.Fragment,null,ge,U.createElement(GS,{page:j})):ge});Rb.displayName="Link";var KS=U.forwardRef(function({"aria-current":n="page",caseSensitive:r=!1,className:a="",end:l=!1,style:u,to:c,viewTransition:f,children:m,...d},y){let g=jl(c,{relative:d.relative}),b=br(),x=U.useContext(Tu),{navigator:k,basename:z}=U.useContext(Xn),B=x!=null&&a_(g)&&f===!0,M=k.encodeLocation?k.encodeLocation(g).pathname:g.pathname,G=b.pathname,J=x&&x.navigation&&x.navigation.location?x.navigation.location.pathname:null;r||(G=G.toLowerCase(),J=J?J.toLowerCase():null,M=M.toLowerCase()),J&&z&&(J=Ir(J,z)||J);const se=M!=="/"&&M.endsWith("/")?M.length-1:M.length;let j=G===M||!l&&G.startsWith(M)&&G.charAt(se)==="/",O=J!=null&&(J===M||!l&&J.startsWith(M)&&J.charAt(M.length)==="/"),V={isActive:j,isPending:O,isTransitioning:B},q=j?n:void 0,Y;typeof a=="function"?Y=a(V):Y=[a,j?"active":null,O?"pending":null,B?"transitioning":null].filter(Boolean).join(" ");let L=typeof u=="function"?u(V):u;return U.createElement(Rb,{...d,"aria-current":q,className:Y,ref:y,style:L,to:c,viewTransition:f},typeof m=="function"?m(V):m)});KS.displayName="NavLink";var ZS=U.forwardRef(({discover:e="render",fetcherKey:n,navigate:r,reloadDocument:a,replace:l,state:u,method:c=lu,action:f,onSubmit:m,relative:d,preventScrollReset:y,viewTransition:g,unstable_defaultShouldRevalidate:b,...x},k)=>{let{unstable_useTransitions:z}=U.useContext(Xn),B=r_(),M=i_(f,{relative:d}),G=c.toLowerCase()==="get"?"get":"post",J=typeof f=="string"&&Nb.test(f),se=j=>{if(m&&m(j),j.defaultPrevented)return;j.preventDefault();let O=j.nativeEvent.submitter,V=(O==null?void 0:O.getAttribute("formmethod"))||c,q=()=>B(O||j.currentTarget,{fetcherKey:n,method:V,navigate:r,replace:l,state:u,relative:d,preventScrollReset:y,viewTransition:g,unstable_defaultShouldRevalidate:b});z&&r!==!1?U.startTransition(()=>q()):q()};return U.createElement("form",{ref:k,method:G,action:M,onSubmit:a?m:se,...x,"data-discover":!J&&e==="render"?"true":void 0})});ZS.displayName="Form";function WS(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Mb(e){let n=U.useContext(as);return jt(n,WS(e)),n}function e_(e,{target:n,replace:r,unstable_mask:a,state:l,preventScrollReset:u,relative:c,viewTransition:f,unstable_defaultShouldRevalidate:m,unstable_useTransitions:d}={}){let y=ea(),g=br(),b=jl(e,{relative:c});return U.useCallback(x=>{if(NS(x,n)){x.preventDefault();let k=r!==void 0?r:xl(g)===xl(b),z=()=>y(e,{replace:k,unstable_mask:a,state:l,preventScrollReset:u,relative:c,viewTransition:f,unstable_defaultShouldRevalidate:m});d?U.startTransition(()=>z()):z()}},[g,y,b,r,a,l,n,e,u,c,f,m,d])}var t_=0,n_=()=>`__${String(++t_)}__`;function r_(){let{router:e}=Mb("useSubmit"),{basename:n}=U.useContext(Xn),r=wS(),a=e.fetch,l=e.navigate;return U.useCallback(async(u,c={})=>{let{action:f,method:m,encType:d,formData:y,body:g}=DS(u,n);if(c.navigate===!1){let b=c.fetcherKey||n_();await a(b,r,c.action||f,{unstable_defaultShouldRevalidate:c.unstable_defaultShouldRevalidate,preventScrollReset:c.preventScrollReset,formData:y,body:g,formMethod:c.method||m,formEncType:c.encType||d,flushSync:c.flushSync})}else await l(c.action||f,{unstable_defaultShouldRevalidate:c.unstable_defaultShouldRevalidate,preventScrollReset:c.preventScrollReset,formData:y,body:g,formMethod:c.method||m,formEncType:c.encType||d,replace:c.replace,state:c.state,fromRouteId:r,flushSync:c.flushSync,viewTransition:c.viewTransition})},[a,l,n,r])}function i_(e,{relative:n}={}){let{basename:r}=U.useContext(Xn),a=U.useContext(yr);jt(a,"useFormAction must be used inside a RouteContext");let[l]=a.matches.slice(-1),u={...jl(e||".",{relative:n})},c=br();if(e==null){u.search=c.search;let f=new URLSearchParams(u.search),m=f.getAll("index");if(m.some(y=>y==="")){f.delete("index"),m.filter(g=>g).forEach(g=>f.append("index",g));let y=f.toString();u.search=y?`?${y}`:""}}return(!e||e===".")&&l.route.index&&(u.search=u.search?u.search.replace(/^\?/,"?index&"):"?index"),r!=="/"&&(u.pathname=u.pathname==="/"?r:pr([r,u.pathname])),xl(u)}function a_(e,{relative:n}={}){let r=U.useContext(Sb);jt(r!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:a}=Mb("useViewTransitionState"),l=jl(e,{relative:n});if(!r.isTransitioning)return!1;let u=Ir(r.currentLocation.pathname,a)||r.currentLocation.pathname,c=Ir(r.nextLocation.pathname,a)||r.nextLocation.pathname;return hu(l.pathname,c)!=null||hu(l.pathname,u)!=null}var du=mb();const Db=U.createContext(null),zb="palmier_paired_hosts",Nh="palmier_active_host";function nh(){try{const e=localStorage.getItem(zb);if(e)return JSON.parse(e)}catch{}return[]}function s_(e){localStorage.setItem(zb,JSON.stringify(e))}function l_(){return localStorage.getItem(Nh)}function o_(e){e?localStorage.setItem(Nh,e):localStorage.removeItem(Nh)}const u_=!!window.__PALMIER_SERVE__&&(window.location.hostname==="localhost"||window.location.hostname==="127.0.0.1");function c_({children:e}){const[n,r]=U.useState(nh),[a,l]=U.useState(()=>{const y=l_(),g=nh();return y&&g.some(b=>b.hostId===y)?y:g.length>0?g[0].hostId:null});U.useEffect(()=>{if(!u_)return;const y="local";if(!nh().find(b=>b.hostId===y)){const b={hostId:y,clientToken:"",directUrl:window.location.origin};r(x=>[...x.filter(k=>k.hostId!==y),b]),l(y)}},[]),U.useEffect(()=>{s_(n)},[n]),U.useEffect(()=>{o_(a)},[a]);const u=U.useCallback(y=>{r(g=>[...g.filter(x=>x.hostId!==y.hostId),y]),l(y.hostId)},[]),c=U.useCallback(y=>{r(g=>{const b=g.filter(x=>x.hostId!==y);return b.length>0?l(b[0].hostId):l(null),b})},[]),f=U.useCallback((y,g)=>{r(b=>b.map(x=>x.hostId===y?{...x,name:g}:x))},[]),m=U.useCallback(y=>{l(y)},[]),d=U.useCallback(()=>n.find(y=>y.hostId===a)??null,[n,a]);return w.jsx(Db.Provider,{value:{pairedHosts:n,activeHostId:a,addPairedHost:u,removePairedHost:c,renamePairedHost:f,setActiveHostId:m,getActiveHost:d},children:e})}function Ol(){const e=U.useContext(Db);if(!e)throw new Error("useHostStore must be used within HostStoreProvider");return e}const Rn=new Uint8Array(0),ta=new TextEncoder,jn=new TextDecoder;function f_(...e){let n=0;for(let l=0;l<e.length;l++)n+=e[l].length;const r=new Uint8Array(n);let a=0;for(let l=0;l<e.length;l++)r.set(e[l],a),a+=e[l].length;return r}function dl(...e){const n=[];for(let r=0;r<e.length;r++)n.push(ta.encode(e[r]));return n.length===0?Rn:n.length===1?n[0]:f_(...n)}function $y(e){return!e||e.length===0?"":jn.decode(e)}const Gy="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",Yy=36,h_=0xcfd41b9100000,Vy=33,d_=333,Jy=22;function m_(e){for(let n=0;n<e.length;n++)e[n]=Math.floor(Math.random()*255)}function p_(e){var n;(n=globalThis==null?void 0:globalThis.crypto)!=null&&n.getRandomValues?globalThis.crypto.getRandomValues(e):m_(e)}class g_{constructor(){A(this,"buf");A(this,"seq");A(this,"inc");A(this,"inited");this.buf=new Uint8Array(Jy),this.inited=!1}init(){this.inited=!0,this.setPre(),this.initSeqAndInc(),this.fillSeq()}initSeqAndInc(){this.seq=Math.floor(Math.random()*h_),this.inc=Math.floor(Math.random()*(d_-Vy)+Vy)}setPre(){const n=new Uint8Array(12);p_(n);for(let r=0;r<12;r++){const a=n[r]%36;this.buf[r]=Gy.charCodeAt(a)}}fillSeq(){let n=this.seq;for(let r=Jy-1;r>=12;r--)this.buf[r]=Gy.charCodeAt(n%Yy),n=Math.floor(n/Yy)}next(){return this.inited||this.init(),this.seq+=this.inc,this.seq>0xcfd41b9100000&&(this.setPre(),this.initSeqAndInc()),this.fillSeq(),String.fromCharCode.apply(String,this.buf)}reset(){this.init()}}const ki=new g_;var qr;(function(e){e.Disconnect="disconnect",e.Reconnect="reconnect",e.Update="update",e.LDM="ldm",e.Error="error"})(qr||(qr={}));var Va;(function(e){e.Reconnecting="reconnecting",e.PingTimer="pingTimer",e.StaleConnection="staleConnection",e.ClientInitiatedReconnect="client initiated reconnect"})(Va||(Va={}));var Ee;(function(e){e.ApiError="BAD API",e.BadAuthentication="BAD_AUTHENTICATION",e.BadCreds="BAD_CREDS",e.BadHeader="BAD_HEADER",e.BadJson="BAD_JSON",e.BadPayload="BAD_PAYLOAD",e.BadSubject="BAD_SUBJECT",e.Cancelled="CANCELLED",e.ConnectionClosed="CONNECTION_CLOSED",e.ConnectionDraining="CONNECTION_DRAINING",e.ConnectionRefused="CONNECTION_REFUSED",e.ConnectionTimeout="CONNECTION_TIMEOUT",e.Disconnect="DISCONNECT",e.InvalidOption="INVALID_OPTION",e.InvalidPayload="INVALID_PAYLOAD",e.MaxPayloadExceeded="MAX_PAYLOAD_EXCEEDED",e.NoResponders="503",e.NotFunction="NOT_FUNC",e.RequestError="REQUEST_ERROR",e.ServerOptionNotAvailable="SERVER_OPT_NA",e.SubClosed="SUB_CLOSED",e.SubDraining="SUB_DRAINING",e.Timeout="TIMEOUT",e.Tls="TLS",e.Unknown="UNKNOWN_ERROR",e.WssRequired="WSS_REQUIRED",e.JetStreamInvalidAck="JESTREAM_INVALID_ACK",e.JetStream404NoMessages="404",e.JetStream408RequestTimeout="408",e.JetStream409MaxAckPendingExceeded="409",e.JetStream409="409",e.JetStreamNotEnabled="503",e.JetStreamIdleHeartBeat="IDLE_HEARTBEAT",e.AuthorizationViolation="AUTHORIZATION_VIOLATION",e.AuthenticationExpired="AUTHENTICATION_EXPIRED",e.ProtocolError="NATS_PROTOCOL_ERR",e.PermissionsViolation="PERMISSIONS_VIOLATION",e.AuthenticationTimeout="AUTHENTICATION_TIMEOUT",e.AccountExpired="ACCOUNT_EXPIRED"})(Ee||(Ee={}));function y_(e){return typeof e.code=="string"}class Lb{constructor(){A(this,"messages");this.messages=new Map,this.messages.set(Ee.InvalidPayload,"Invalid payload type - payloads can be 'binary', 'string', or 'json'"),this.messages.set(Ee.BadJson,"Bad JSON"),this.messages.set(Ee.WssRequired,"TLS is required, therefore a secure websocket connection is also required")}static getMessage(n){return b_.getMessage(n)}getMessage(n){return this.messages.get(n)||n}}const b_=new Lb;class je extends Error{constructor(r,a,l){super(r);A(this,"name");A(this,"message");A(this,"code");A(this,"permissionContext");A(this,"chainedError");A(this,"api_error");this.name="NatsError",this.message=r,this.code=a,this.chainedError=l}static errorForCode(r,a){const l=Lb.getMessage(r);return new je(l,r,a)}isAuthError(){return this.code===Ee.AuthenticationExpired||this.code===Ee.AuthorizationViolation||this.code===Ee.AccountExpired}isAuthTimeout(){return this.code===Ee.AuthenticationTimeout}isPermissionError(){return this.code===Ee.PermissionsViolation}isProtocolError(){return this.code===Ee.ProtocolError}isJetStreamError(){return this.api_error!==void 0}jsError(){return this.api_error?this.api_error:null}}var Cn;(function(e){e[e.Exact=0]="Exact",e[e.CanonicalMIME=1]="CanonicalMIME",e[e.IgnoreCase=2]="IgnoreCase"})(Cn||(Cn={}));var ir;(function(e){e.Timer="timer",e.Count="count",e.JitterTimer="jitterTimer",e.SentinelMsg="sentinelMsg"})(ir||(ir={}));var ml;(function(e){e.STATS="io.nats.micro.v1.stats_response",e.INFO="io.nats.micro.v1.info_response",e.PING="io.nats.micro.v1.ping_response"})(ml||(ml={}));const mu="Nats-Service-Error",pu="Nats-Service-Error-Code";class gu extends Error{constructor(r,a){super(a);A(this,"code");this.code=r}static isServiceError(r){return gu.toServiceError(r)!==null}static toServiceError(r){var l,u;const a=((l=r==null?void 0:r.headers)==null?void 0:l.get(pu))||"";if(a!==""){const c=parseInt(a)||400,f=((u=r==null?void 0:r.headers)==null?void 0:u.get(mu))||"";return new gu(c,f.length?f:a)}return null}}function Hr(e=""){if(e=e||"_INBOX",typeof e!="string")throw new Error("prefix must be a string");return e.split(".").forEach(n=>{if(n==="*"||n===">")throw new Error(`inbox prefixes cannot have wildcards '${e}'`)}),`${e}.${ki.next()}`}const Rh="127.0.0.1";var Si;(function(e){e.PING="PING",e.STATS="STATS",e.INFO="INFO"})(Si||(Si={}));function Ou(e,...n){for(let r=0;r<n.length;r++){const a=n[r];Object.keys(a).forEach(function(l){e[l]=a[l]})}return e}function Ko(e){return jn.decode(e).replace(/\n/g,"␊").replace(/\r/g,"␍")}function Wa(e,n=!0){const r=n?je.errorForCode(Ee.Timeout):null;let a,l;const u=new Promise((c,f)=>{a={cancel:()=>{l&&clearTimeout(l)}},l=setTimeout(()=>{f(r===null?je.errorForCode(Ee.Timeout):r)},e)});return Object.assign(u,a)}function ss(e=0){let n;const r=new Promise(a=>{const l=setTimeout(()=>{a()},e);n={cancel:()=>{l&&clearTimeout(l)}}});return Object.assign(r,n)}function Tt(){let e={};const n=new Promise((r,a)=>{e={resolve:r,reject:a}});return Object.assign(n,e)}function Ub(e){for(let n=e.length-1;n>0;n--){const r=Math.floor(Math.random()*(n+1));[e[n],e[r]]=[e[r],e[n]]}return e}function v_(e){return e===0?0:Math.floor(e/2+Math.random()*e)}function dd(e=[0,250,250,500,500,3e3,5e3]){Array.isArray(e)||(e=[0,250,250,500,500,3e3,5e3]);const n=e.length-1;return{backoff(r){return v_(r>n?e[n]:e[r])}}}function Ct(e){return e*1e6}function md(e){return Math.floor(e/1e6)}function Xy(e){let a=!0;const l=new Array(e.length);for(let u=0;u<e.length;u++){let c=e.charCodeAt(u);if(c===58||c<33||c>126)throw new je(`'${e[u]}' is not a valid character for a header key`,Ee.BadHeader);a&&97<=c&&c<=122?c-=32:!a&&65<=c&&c<=90&&(c+=32),l[u]=c,a=c==45}return String.fromCharCode(...l)}function Fr(e=0,n=""){if(e===0&&n!==""||e>0&&n==="")throw new Error("setting status requires both code and description");return new _i(e,n)}const rh="NATS/1.0";class _i{constructor(n=0,r=""){A(this,"_code");A(this,"headers");A(this,"_description");this._code=n,this._description=r,this.headers=new Map}[Symbol.iterator](){return this.headers.entries()}size(){return this.headers.size}equals(n){if(n&&this.headers.size===n.headers.size&&this._code===n._code){for(const[r,a]of this.headers){const l=n.values(r);if(a.length!==l.length)return!1;const u=[...a].sort(),c=[...l].sort();for(let f=0;f<u.length;f++)if(u[f]!==c[f])return!1}return!0}return!1}static decode(n){const r=new _i,l=jn.decode(n).split(`\r
|
|
61
|
+
`),u=l[0];if(u!==rh){let c=u.replace(rh,"").trim();if(c.length>0){r._code=parseInt(c,10),isNaN(r._code)&&(r._code=0);const f=r._code.toString();c=c.replace(f,""),r._description=c.trim()}}return l.length>=1&&l.slice(1).map(c=>{if(c){const f=c.indexOf(":");if(f>-1){const m=c.slice(0,f),d=c.slice(f+1).trim();r.append(m,d)}}}),r}toString(){if(this.headers.size===0&&this._code===0)return"";let n=rh;this._code>0&&this._description!==""&&(n+=` ${this._code} ${this._description}`);for(const[r,a]of this.headers)for(let l=0;l<a.length;l++)n=`${n}\r
|
|
62
|
+
${r}: ${a[l]}`;return`${n}\r
|
|
63
|
+
\r
|
|
64
|
+
`}encode(){return ta.encode(this.toString())}static validHeaderValue(n){if(/[\r\n]/.test(n))throw new je("invalid header value - \\r and \\n are not allowed.",Ee.BadHeader);return n.trim()}keys(){const n=[];for(const r of this.headers.keys())n.push(r);return n}findKeys(n,r=Cn.Exact){const a=this.keys();switch(r){case Cn.Exact:return a.filter(l=>l===n);case Cn.CanonicalMIME:return n=Xy(n),a.filter(l=>l===n);default:{const l=n.toLowerCase();return a.filter(u=>l===u.toLowerCase())}}}get(n,r=Cn.Exact){const a=this.findKeys(n,r);if(a.length){const l=this.headers.get(a[0]);if(l)return Array.isArray(l)?l[0]:l}return""}last(n,r=Cn.Exact){const a=this.findKeys(n,r);if(a.length){const l=this.headers.get(a[0]);if(l)return Array.isArray(l)?l[l.length-1]:l}return""}has(n,r=Cn.Exact){return this.findKeys(n,r).length>0}set(n,r,a=Cn.Exact){this.delete(n,a),this.append(n,r,a)}append(n,r,a=Cn.Exact){const l=Xy(n);a===Cn.CanonicalMIME&&(n=l);const u=this.findKeys(n,a);n=u.length>0?u[0]:n;const c=_i.validHeaderValue(r);let f=this.headers.get(n);f||(f=[],this.headers.set(n,f)),f.push(c)}values(n,r=Cn.Exact){const a=[];return this.findKeys(n,r).forEach(u=>{const c=this.headers.get(u);c&&a.push(...c)}),a}delete(n,r=Cn.Exact){this.findKeys(n,r).forEach(l=>{this.headers.delete(l)})}get hasError(){return this._code>=300}get status(){return`${this._code} ${this._description}`.trim()}toRecord(){const n={};return this.keys().forEach(r=>{n[r]=this.values(r)}),n}get code(){return this._code}get description(){return this._description}static fromRecord(n){const r=new _i;for(const a in n)r.headers.set(a,n[a]);return r}}function yu(){return{encode(e){return ta.encode(e)},decode(e){return jn.decode(e)}}}function ar(e){return{encode(n){try{return n===void 0&&(n=null),ta.encode(JSON.stringify(n))}catch(r){throw je.errorForCode(Ee.BadJson,r)}},decode(n){try{return JSON.parse(jn.decode(n),e)}catch(r){throw je.errorForCode(Ee.BadJson,r)}}}}function Bb(e){var n;return e&&e.data.length===0&&((n=e.headers)==null?void 0:n.code)===503?je.errorForCode(Ee.NoResponders):null}class pd{constructor(n,r,a){A(this,"_headers");A(this,"_msg");A(this,"_rdata");A(this,"_reply");A(this,"_subject");A(this,"publisher");this._msg=n,this._rdata=r,this.publisher=a}get subject(){return this._subject?this._subject:(this._subject=jn.decode(this._msg.subject),this._subject)}get reply(){return this._reply?this._reply:(this._reply=jn.decode(this._msg.reply),this._reply)}get sid(){return this._msg.sid}get headers(){if(this._msg.hdr>-1&&!this._headers){const n=this._rdata.subarray(0,this._msg.hdr);this._headers=_i.decode(n)}return this._headers}get data(){return this._rdata?this._msg.hdr>-1?this._rdata.subarray(this._msg.hdr):this._rdata:new Uint8Array(0)}respond(n=Rn,r){return this.reply?(this.publisher.publish(this.reply,n,r),!0):!1}size(){var l;const n=this._msg.subject.length,r=((l=this._msg.reply)==null?void 0:l.length)||0,a=this._msg.size===-1?0:this._msg.size;return n+r+a}json(n){return ar(n).decode(this.data)}string(){return jn.decode(this.data)}requestInfo(){var r;const n=(r=this.headers)==null?void 0:r.get("Nats-Request-Info");return n?JSON.parse(n,function(a,l){return(a==="start"||a==="stop")&&l!==""?new Date(Date.parse(l)):l}):null}}A(pd,"jc");function Ja(e){return Nu("durable",e)}function sn(e){return Nu("stream",e)}function Nu(e,n=""){if(n==="")throw Error(`${e} name required`);return[".","*",">","/","\\"," "," ",`
|
|
65
|
+
`,"\r"].forEach(a=>{if(n.indexOf(a)!==-1){switch(a){case`
|
|
66
|
+
`:a="\\n";break;case"\r":a="\\r";break;case" ":a="\\t";break}throw Error(`invalid ${e} name - ${e} name cannot contain '${a}'`)}}),""}function fl(e,n=""){if(n==="")throw Error(`${e} name required`);const r=x_(n);if(r.length)throw new Error(`invalid ${e} name - ${e} name ${r}`)}function x_(e=""){if(e==="")throw Error("name required");const n=/^[-\w]+$/g;if(e.match(n)===null){for(const a of e.split(""))if(a.match(n)===null)return`cannot contain '${a}'`}return""}function Mh(e){if(e.data.length>0)return!1;const n=e.headers;return n?n.code>=100&&n.code<200:!1}function Dh(e){var n;return Mh(e)&&((n=e.headers)==null?void 0:n.description)==="Idle Heartbeat"}function w_(e,n,r){const a=Fr(e,n),l={hdr:1,sid:0,size:0},u=new pd(l,Rn,{});return u._headers=a,u._subject=r,u}function Xa(e){if(e.data.length!==0)return null;const n=e.headers;return n?Pb(n.code,n.description):null}var Vn;(function(e){e.MaxBatchExceeded="exceeded maxrequestbatch of",e.MaxExpiresExceeded="exceeded maxrequestexpires of",e.MaxBytesExceeded="exceeded maxrequestmaxbytes of",e.MaxMessageSizeExceeded="message size exceeds maxbytes",e.PushConsumer="consumer is push based",e.MaxWaitingExceeded="exceeded maxwaiting",e.IdleHeartbeatMissed="idle heartbeats missed",e.ConsumerDeleted="consumer deleted"})(Vn||(Vn={}));function S_(e){return e.code!==Ee.JetStream409?!1:[Vn.MaxBatchExceeded,Vn.MaxExpiresExceeded,Vn.MaxBytesExceeded,Vn.MaxMessageSizeExceeded,Vn.PushConsumer,Vn.IdleHeartbeatMissed,Vn.ConsumerDeleted].find(r=>e.message.indexOf(r)!==-1)!==void 0}function Pb(e,n=""){if(e<300)return null;switch(n=n.toLowerCase(),e){case 404:return new je(n,Ee.JetStream404NoMessages);case 408:return new je(n,Ee.JetStream408RequestTimeout);case 409:{const r=n.startsWith(Vn.IdleHeartbeatMissed)?Ee.JetStreamIdleHeartBeat:Ee.JetStream409;return new je(n,r)}case 503:return je.errorForCode(Ee.JetStreamNotEnabled,new Error(n));default:return n===""&&(n=Ee.Unknown),new je(n,`${e}`)}}class Yt{constructor(){A(this,"inflight");A(this,"processed");A(this,"received");A(this,"noIterator");A(this,"iterClosed");A(this,"done");A(this,"signal");A(this,"yields");A(this,"filtered");A(this,"pendingFiltered");A(this,"ingestionFilterFn");A(this,"protocolFilterFn");A(this,"dispatchedFn");A(this,"ctx");A(this,"_data");A(this,"err");A(this,"time");A(this,"yielding");this.inflight=0,this.filtered=0,this.pendingFiltered=0,this.processed=0,this.received=0,this.noIterator=!1,this.done=!1,this.signal=Tt(),this.yields=[],this.iterClosed=Tt(),this.time=0,this.yielding=!1}[Symbol.asyncIterator](){return this.iterate()}push(n){if(this.done)return;if(typeof n=="function"){this.yields.push(n),this.signal.resolve();return}const{ingest:r,protocol:a}=this.ingestionFilterFn?this.ingestionFilterFn(n,this.ctx||this):{ingest:!0,protocol:!1};r&&(a&&(this.filtered++,this.pendingFiltered++),this.yields.push(n),this.signal.resolve())}async*iterate(){if(this.noIterator)throw new je("unsupported iterator",Ee.ApiError);if(this.yielding)throw new je("already yielding",Ee.ApiError);this.yielding=!0;try{for(;;){if(this.yields.length===0&&await this.signal,this.err)throw this.err;const n=this.yields;this.inflight=n.length,this.yields=[];for(let r=0;r<n.length;r++){if(typeof n[r]=="function"){const l=n[r];try{l()}catch(u){throw u}if(this.err)throw this.err;continue}if(this.protocolFilterFn?this.protocolFilterFn(n[r]):!0){this.processed++;const l=Date.now();yield n[r],this.time=Date.now()-l,this.dispatchedFn&&n[r]&&this.dispatchedFn(n[r])}else this.pendingFiltered--;this.inflight--}if(this.done)break;this.yields.length===0&&(n.length=0,this.yields=n,this.signal=Tt())}}finally{this.stop()}}stop(n){this.done||(this.err=n,this.done=!0,this.signal.resolve(),this.iterClosed.resolve(n))}getProcessed(){return this.noIterator?this.received:this.processed}getPending(){return this.yields.length+this.inflight-this.pendingFiltered}getReceived(){return this.received-this.filtered}}class gd{constructor(n,r,a={maxOut:2}){A(this,"interval");A(this,"maxOut");A(this,"cancelAfter");A(this,"timer");A(this,"autoCancelTimer");A(this,"last");A(this,"missed");A(this,"count");A(this,"callback");this.interval=n,this.maxOut=(a==null?void 0:a.maxOut)||2,this.cancelAfter=(a==null?void 0:a.cancelAfter)||0,this.last=Date.now(),this.missed=0,this.count=0,this.callback=r,this._schedule()}cancel(){this.autoCancelTimer&&clearTimeout(this.autoCancelTimer),this.timer&&clearInterval(this.timer),this.timer=0,this.autoCancelTimer=0,this.missed=0}work(){this.last=Date.now(),this.missed=0}_change(n,r=0,a=2){this.interval=n,this.maxOut=a,this.cancelAfter=r,this.restart()}restart(){this.cancel(),this._schedule()}_schedule(){this.cancelAfter>0&&(this.autoCancelTimer=setTimeout(()=>{this.cancel()},this.cancelAfter)),this.timer=setInterval(()=>{if(this.count++,Date.now()-this.last>this.interval&&this.missed++,this.missed>=this.maxOut)try{this.callback(this.missed)===!0&&this.cancel()}catch(n){console.log(n)}},this.interval)}}var zh;(function(e){e.Limits="limits",e.Interest="interest",e.Workqueue="workqueue"})(zh||(zh={}));var wl;(function(e){e.Old="old",e.New="new"})(wl||(wl={}));var Lh;(function(e){e.File="file",e.Memory="memory"})(Lh||(Lh={}));var zt;(function(e){e.All="all",e.Last="last",e.New="new",e.StartSequence="by_start_sequence",e.StartTime="by_start_time",e.LastPerSubject="last_per_subject"})(zt||(zt={}));var Gt;(function(e){e.None="none",e.All="all",e.Explicit="explicit",e.NotSet=""})(Gt||(Gt={}));var es;(function(e){e.Instant="instant",e.Original="original"})(es||(es={}));var Ai;(function(e){e.None="none",e.S2="s2"})(Ai||(Ai={}));var bu;(function(e){e.CreateOrUpdate="",e.Update="update",e.Create="create"})(bu||(bu={}));function __(e,n={}){return Object.assign({name:e,deliver_policy:zt.All,ack_policy:Gt.Explicit,ack_wait:Ct(30*1e3),replay_policy:es.Instant},n)}var Qy;(function(e){e.API="api_audit",e.StreamAction="stream_action",e.ConsumerAction="consumer_action",e.SnapshotCreate="snapshot_create",e.SnapshotComplete="snapshot_complete",e.RestoreCreate="restore_create",e.RestoreComplete="restore_complete",e.MaxDeliver="max_deliver",e.Terminated="terminated",e.Ack="consumer_ack",e.StreamLeaderElected="stream_leader_elected",e.StreamQuorumLost="stream_quorum_lost",e.ConsumerLeaderElected="consumer_leader_elected",e.ConsumerQuorumLost="consumer_quorum_lost"})(Qy||(Qy={}));var un;(function(e){e.StreamSourceHdr="Nats-Stream-Source",e.LastConsumerSeqHdr="Nats-Last-Consumer",e.LastStreamSeqHdr="Nats-Last-Stream",e.ConsumerStalledHdr="Nats-Consumer-Stalled",e.MessageSizeHdr="Nats-Msg-Size",e.RollupHdr="Nats-Rollup",e.RollupValueSubject="sub",e.RollupValueAll="all",e.PendingMessagesHdr="Nats-Pending-Messages",e.PendingBytesHdr="Nats-Pending-Bytes"})(un||(un={}));var rr;(function(e){e.LastValue="",e.AllHistory="history",e.UpdatesOnly="updates"})(rr||(rr={}));var Ya;(function(e){e.Stream="Nats-Stream",e.Sequence="Nats-Sequence",e.TimeStamp="Nats-Time-Stamp",e.Subject="Nats-Subject"})(Ya||(Ya={}));var Ky;(function(e){e.Stream="Nats-Stream",e.Subject="Nats-Subject",e.Sequence="Nats-Sequence",e.LastSequence="Nats-Last-Sequence",e.Size="Nats-Msg-Size"})(Ky||(Ky={}));const Tn="KV_";class E_{constructor(n){A(this,"config");A(this,"ordered");A(this,"mack");A(this,"stream");A(this,"callbackFn");A(this,"max");A(this,"qname");A(this,"isBind");A(this,"filters");this.stream="",this.mack=!1,this.ordered=!1,this.config=__("",n||{})}getOpts(){var r;const n={};if(n.config=Object.assign({},this.config),n.config.filter_subject&&(this.filterSubject(n.config.filter_subject),n.config.filter_subject=void 0),n.config.filter_subjects&&((r=n.config.filter_subjects)==null||r.forEach(a=>{this.filterSubject(a)}),n.config.filter_subjects=void 0),n.mack=this.mack,n.stream=this.stream,n.callbackFn=this.callbackFn,n.max=this.max,n.queue=this.qname,n.ordered=this.ordered,n.config.ack_policy=n.ordered?Gt.None:n.config.ack_policy,n.isBind=n.isBind||!1,this.filters)switch(this.filters.length){case 0:break;case 1:n.config.filter_subject=this.filters[0];break;default:n.config.filter_subjects=this.filters}return n}description(n){return this.config.description=n,this}deliverTo(n){return this.config.deliver_subject=n,this}durable(n){return Ja(n),this.config.durable_name=n,this}startSequence(n){if(n<=0)throw new Error("sequence must be greater than 0");return this.config.deliver_policy=zt.StartSequence,this.config.opt_start_seq=n,this}startTime(n){return this.config.deliver_policy=zt.StartTime,this.config.opt_start_time=n.toISOString(),this}deliverAll(){return this.config.deliver_policy=zt.All,this}deliverLastPerSubject(){return this.config.deliver_policy=zt.LastPerSubject,this}deliverLast(){return this.config.deliver_policy=zt.Last,this}deliverNew(){return this.config.deliver_policy=zt.New,this}startAtTimeDelta(n){return this.startTime(new Date(Date.now()-n)),this}headersOnly(){return this.config.headers_only=!0,this}ackNone(){return this.config.ack_policy=Gt.None,this}ackAll(){return this.config.ack_policy=Gt.All,this}ackExplicit(){return this.config.ack_policy=Gt.Explicit,this}ackWait(n){return this.config.ack_wait=Ct(n),this}maxDeliver(n){return this.config.max_deliver=n,this}filterSubject(n){return this.filters=this.filters||[],this.filters.push(n),this}replayInstantly(){return this.config.replay_policy=es.Instant,this}replayOriginal(){return this.config.replay_policy=es.Original,this}sample(n){if(n=Math.trunc(n),n<0||n>100)throw new Error("value must be between 0-100");return this.config.sample_freq=`${n}%`,this}limit(n){return this.config.rate_limit_bps=n,this}maxWaiting(n){return this.config.max_waiting=n,this}maxAckPending(n){return this.config.max_ack_pending=n,this}idleHeartbeat(n){return this.config.idle_heartbeat=Ct(n),this}flowControl(){return this.config.flow_control=!0,this}deliverGroup(n){return this.queue(n),this}manualAck(){return this.mack=!0,this}maxMessages(n){return this.max=n,this}callback(n){return this.callbackFn=n,this}queue(n){return this.qname=n,this.config.deliver_group=n,this}orderedConsumer(){return this.ordered=!0,this}bind(n,r){return this.stream=n,this.config.durable_name=r,this.isBind=!0,this}bindStream(n){return this.stream=n,this}inactiveEphemeralThreshold(n){return this.config.inactive_threshold=Ct(n),this}maxPullBatch(n){return this.config.max_batch=n,this}maxPullRequestExpires(n){return this.config.max_expires=Ct(n),this}memory(){return this.config.mem_storage=!0,this}numReplicas(n){return this.config.num_replicas=n,this}consumerName(n){return this.config.name=n,this}}function Ei(e){return new E_(e)}function Zy(e){return typeof e.getOpts=="function"}class k_{static encode(n){if(typeof n=="string")return btoa(n);const r=Array.from(n);return btoa(String.fromCharCode(...r))}static decode(n,r=!1){const a=atob(n);return r?Uint8Array.from(a,l=>l.charCodeAt(0)):a}}class Qa{static encode(n){return Qa.toB64URLEncoding(k_.encode(n))}static decode(n,r=!1){return Qa.decode(Qa.fromB64URLEncoding(n),r)}static toB64URLEncoding(n){return n.replace(/\+/g,"-").replace(/\//g,"_")}static fromB64URLEncoding(n){return n.replace(/_/g,"/").replace(/-/g,"+")}}class ts{constructor(){A(this,"buffers");A(this,"byteLength");this.buffers=[],this.byteLength=0}static concat(...n){let r=0;for(let u=0;u<n.length;u++)r+=n[u].length;const a=new Uint8Array(r);let l=0;for(let u=0;u<n.length;u++)a.set(n[u],l),l+=n[u].length;return a}static fromAscii(n){return n||(n=""),ta.encode(n)}static toAscii(n){return jn.decode(n)}reset(){this.buffers.length=0,this.byteLength=0}pack(){if(this.buffers.length>1){const n=new Uint8Array(this.byteLength);let r=0;for(let a=0;a<this.buffers.length;a++)n.set(this.buffers[a],r),r+=this.buffers[a].length;this.buffers.length=0,this.buffers.push(n)}}shift(){if(this.buffers.length){const n=this.buffers.shift();if(n)return this.byteLength-=n.length,n}return new Uint8Array(0)}drain(n){if(this.buffers.length){this.pack();const r=this.buffers.pop();if(r){const a=this.byteLength;(n===void 0||n>a)&&(n=a);const l=r.subarray(0,n);return a>n&&this.buffers.push(r.subarray(n)),this.byteLength=a-n,l}}return new Uint8Array(0)}fill(n,...r){n&&(this.buffers.push(n),this.byteLength+=n.length);for(let a=0;a<r.length;a++)r[a]&&r[a].length&&(this.buffers.push(r[a]),this.byteLength+=r[a].length)}peek(){return this.buffers.length?(this.pack(),this.buffers[0]):new Uint8Array(0)}size(){return this.byteLength}length(){return this.buffers.length}}function A_(e,n){return n.forEach(function(r){r&&typeof r!="string"&&!Array.isArray(r)&&Object.keys(r).forEach(function(a){if(a!=="default"&&!(a in e)){var l=Object.getOwnPropertyDescriptor(r,a);Object.defineProperty(e,a,l.get?l:{enumerable:!0,get:function(){return r[a]}})}})}),Object.freeze(e)}var C_=typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{},il=C_.performance||{};il.now||il.mozNow||il.msNow||il.oNow||il.webkitNow;var Wy={versions:{}},T_=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function j_(e){if(e.__esModule)return e;var n=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach(function(r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}),n}var ih,Ru={exports:{}},e0={},t0=j_(A_({__proto__:null,default:e0},[e0]));ih=Ru,(function(){var e="input is invalid type",n=typeof window=="object",r=n?window:{};r.JS_SHA256_NO_WINDOW&&(n=!1);var a=!n&&typeof self=="object",l=!r.JS_SHA256_NO_NODE_JS&&Wy.versions&&Wy.versions.node;l?r=T_:a&&(r=self);var u=!r.JS_SHA256_NO_COMMON_JS&&ih.exports,c=!r.JS_SHA256_NO_ARRAY_BUFFER&&typeof ArrayBuffer<"u",f="0123456789abcdef".split(""),m=[-2147483648,8388608,32768,128],d=[24,16,8,0],y=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],g=["hex","array","digest","arrayBuffer"],b=[];!r.JS_SHA256_NO_NODE_JS&&Array.isArray||(Array.isArray=function(j){return Object.prototype.toString.call(j)==="[object Array]"}),!c||!r.JS_SHA256_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(j){return typeof j=="object"&&j.buffer&&j.buffer.constructor===ArrayBuffer});var x=function(j,O){return function(V){return new G(O,!0).update(V)[j]()}},k=function(j){var O=x("hex",j);l&&(O=z(O,j)),O.create=function(){return new G(j)},O.update=function(Y){return O.create().update(Y)};for(var V=0;V<g.length;++V){var q=g[V];O[q]=x(q,j)}return O},z=function(j,O){var V,q=t0,Y=t0.Buffer,L=O?"sha224":"sha256";return V=Y.from&&!r.JS_SHA256_NO_BUFFER_FROM?Y.from:function(Z){return new Y(Z)},function(Z){if(typeof Z=="string")return q.createHash(L).update(Z,"utf8").digest("hex");if(Z==null)throw new Error(e);return Z.constructor===ArrayBuffer&&(Z=new Uint8Array(Z)),Array.isArray(Z)||ArrayBuffer.isView(Z)||Z.constructor===Y?q.createHash(L).update(V(Z)).digest("hex"):j(Z)}},B=function(j,O){return function(V,q){return new J(V,O,!0).update(q)[j]()}},M=function(j){var O=B("hex",j);O.create=function(Y){return new J(Y,j)},O.update=function(Y,L){return O.create(Y).update(L)};for(var V=0;V<g.length;++V){var q=g[V];O[q]=B(q,j)}return O};function G(j,O){O?(b[0]=b[16]=b[1]=b[2]=b[3]=b[4]=b[5]=b[6]=b[7]=b[8]=b[9]=b[10]=b[11]=b[12]=b[13]=b[14]=b[15]=0,this.blocks=b):this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],j?(this.h0=3238371032,this.h1=914150663,this.h2=812702999,this.h3=4144912697,this.h4=4290775857,this.h5=1750603025,this.h6=1694076839,this.h7=3204075428):(this.h0=1779033703,this.h1=3144134277,this.h2=1013904242,this.h3=2773480762,this.h4=1359893119,this.h5=2600822924,this.h6=528734635,this.h7=1541459225),this.block=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0,this.is224=j}function J(j,O,V){var q,Y=typeof j;if(Y==="string"){var L,Z=[],X=j.length,be=0;for(q=0;q<X;++q)(L=j.charCodeAt(q))<128?Z[be++]=L:L<2048?(Z[be++]=192|L>>>6,Z[be++]=128|63&L):L<55296||L>=57344?(Z[be++]=224|L>>>12,Z[be++]=128|L>>>6&63,Z[be++]=128|63&L):(L=65536+((1023&L)<<10|1023&j.charCodeAt(++q)),Z[be++]=240|L>>>18,Z[be++]=128|L>>>12&63,Z[be++]=128|L>>>6&63,Z[be++]=128|63&L);j=Z}else{if(Y!=="object")throw new Error(e);if(j===null)throw new Error(e);if(c&&j.constructor===ArrayBuffer)j=new Uint8Array(j);else if(!(Array.isArray(j)||c&&ArrayBuffer.isView(j)))throw new Error(e)}j.length>64&&(j=new G(O,!0).update(j).array());var ge=[],I=[];for(q=0;q<64;++q){var F=j[q]||0;ge[q]=92^F,I[q]=54^F}G.call(this,O,V),this.update(I),this.oKeyPad=ge,this.inner=!0,this.sharedMemory=V}G.prototype.update=function(j){if(!this.finalized){var O,V=typeof j;if(V!=="string"){if(V!=="object")throw new Error(e);if(j===null)throw new Error(e);if(c&&j.constructor===ArrayBuffer)j=new Uint8Array(j);else if(!(Array.isArray(j)||c&&ArrayBuffer.isView(j)))throw new Error(e);O=!0}for(var q,Y,L=0,Z=j.length,X=this.blocks;L<Z;){if(this.hashed&&(this.hashed=!1,X[0]=this.block,this.block=X[16]=X[1]=X[2]=X[3]=X[4]=X[5]=X[6]=X[7]=X[8]=X[9]=X[10]=X[11]=X[12]=X[13]=X[14]=X[15]=0),O)for(Y=this.start;L<Z&&Y<64;++L)X[Y>>>2]|=j[L]<<d[3&Y++];else for(Y=this.start;L<Z&&Y<64;++L)(q=j.charCodeAt(L))<128?X[Y>>>2]|=q<<d[3&Y++]:q<2048?(X[Y>>>2]|=(192|q>>>6)<<d[3&Y++],X[Y>>>2]|=(128|63&q)<<d[3&Y++]):q<55296||q>=57344?(X[Y>>>2]|=(224|q>>>12)<<d[3&Y++],X[Y>>>2]|=(128|q>>>6&63)<<d[3&Y++],X[Y>>>2]|=(128|63&q)<<d[3&Y++]):(q=65536+((1023&q)<<10|1023&j.charCodeAt(++L)),X[Y>>>2]|=(240|q>>>18)<<d[3&Y++],X[Y>>>2]|=(128|q>>>12&63)<<d[3&Y++],X[Y>>>2]|=(128|q>>>6&63)<<d[3&Y++],X[Y>>>2]|=(128|63&q)<<d[3&Y++]);this.lastByteIndex=Y,this.bytes+=Y-this.start,Y>=64?(this.block=X[16],this.start=Y-64,this.hash(),this.hashed=!0):this.start=Y}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296|0,this.bytes=this.bytes%4294967296),this}},G.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var j=this.blocks,O=this.lastByteIndex;j[16]=this.block,j[O>>>2]|=m[3&O],this.block=j[16],O>=56&&(this.hashed||this.hash(),j[0]=this.block,j[16]=j[1]=j[2]=j[3]=j[4]=j[5]=j[6]=j[7]=j[8]=j[9]=j[10]=j[11]=j[12]=j[13]=j[14]=j[15]=0),j[14]=this.hBytes<<3|this.bytes>>>29,j[15]=this.bytes<<3,this.hash()}},G.prototype.hash=function(){var j,O,V,q,Y,L,Z,X,be,ge=this.h0,I=this.h1,F=this.h2,ie=this.h3,he=this.h4,Se=this.h5,N=this.h6,R=this.h7,W=this.blocks;for(j=16;j<64;++j)O=((Y=W[j-15])>>>7|Y<<25)^(Y>>>18|Y<<14)^Y>>>3,V=((Y=W[j-2])>>>17|Y<<15)^(Y>>>19|Y<<13)^Y>>>10,W[j]=W[j-16]+O+W[j-7]+V|0;for(be=I&F,j=0;j<64;j+=4)this.first?(this.is224?(L=300032,R=(Y=W[0]-1413257819)-150054599|0,ie=Y+24177077|0):(L=704751109,R=(Y=W[0]-210244248)-1521486534|0,ie=Y+143694565|0),this.first=!1):(O=(ge>>>2|ge<<30)^(ge>>>13|ge<<19)^(ge>>>22|ge<<10),q=(L=ge&I)^ge&F^be,R=ie+(Y=R+(V=(he>>>6|he<<26)^(he>>>11|he<<21)^(he>>>25|he<<7))+(he&Se^~he&N)+y[j]+W[j])|0,ie=Y+(O+q)|0),O=(ie>>>2|ie<<30)^(ie>>>13|ie<<19)^(ie>>>22|ie<<10),q=(Z=ie&ge)^ie&I^L,N=F+(Y=N+(V=(R>>>6|R<<26)^(R>>>11|R<<21)^(R>>>25|R<<7))+(R&he^~R&Se)+y[j+1]+W[j+1])|0,O=((F=Y+(O+q)|0)>>>2|F<<30)^(F>>>13|F<<19)^(F>>>22|F<<10),q=(X=F&ie)^F&ge^Z,Se=I+(Y=Se+(V=(N>>>6|N<<26)^(N>>>11|N<<21)^(N>>>25|N<<7))+(N&R^~N&he)+y[j+2]+W[j+2])|0,O=((I=Y+(O+q)|0)>>>2|I<<30)^(I>>>13|I<<19)^(I>>>22|I<<10),q=(be=I&F)^I&ie^X,he=ge+(Y=he+(V=(Se>>>6|Se<<26)^(Se>>>11|Se<<21)^(Se>>>25|Se<<7))+(Se&N^~Se&R)+y[j+3]+W[j+3])|0,ge=Y+(O+q)|0,this.chromeBugWorkAround=!0;this.h0=this.h0+ge|0,this.h1=this.h1+I|0,this.h2=this.h2+F|0,this.h3=this.h3+ie|0,this.h4=this.h4+he|0,this.h5=this.h5+Se|0,this.h6=this.h6+N|0,this.h7=this.h7+R|0},G.prototype.hex=function(){this.finalize();var j=this.h0,O=this.h1,V=this.h2,q=this.h3,Y=this.h4,L=this.h5,Z=this.h6,X=this.h7,be=f[j>>>28&15]+f[j>>>24&15]+f[j>>>20&15]+f[j>>>16&15]+f[j>>>12&15]+f[j>>>8&15]+f[j>>>4&15]+f[15&j]+f[O>>>28&15]+f[O>>>24&15]+f[O>>>20&15]+f[O>>>16&15]+f[O>>>12&15]+f[O>>>8&15]+f[O>>>4&15]+f[15&O]+f[V>>>28&15]+f[V>>>24&15]+f[V>>>20&15]+f[V>>>16&15]+f[V>>>12&15]+f[V>>>8&15]+f[V>>>4&15]+f[15&V]+f[q>>>28&15]+f[q>>>24&15]+f[q>>>20&15]+f[q>>>16&15]+f[q>>>12&15]+f[q>>>8&15]+f[q>>>4&15]+f[15&q]+f[Y>>>28&15]+f[Y>>>24&15]+f[Y>>>20&15]+f[Y>>>16&15]+f[Y>>>12&15]+f[Y>>>8&15]+f[Y>>>4&15]+f[15&Y]+f[L>>>28&15]+f[L>>>24&15]+f[L>>>20&15]+f[L>>>16&15]+f[L>>>12&15]+f[L>>>8&15]+f[L>>>4&15]+f[15&L]+f[Z>>>28&15]+f[Z>>>24&15]+f[Z>>>20&15]+f[Z>>>16&15]+f[Z>>>12&15]+f[Z>>>8&15]+f[Z>>>4&15]+f[15&Z];return this.is224||(be+=f[X>>>28&15]+f[X>>>24&15]+f[X>>>20&15]+f[X>>>16&15]+f[X>>>12&15]+f[X>>>8&15]+f[X>>>4&15]+f[15&X]),be},G.prototype.toString=G.prototype.hex,G.prototype.digest=function(){this.finalize();var j=this.h0,O=this.h1,V=this.h2,q=this.h3,Y=this.h4,L=this.h5,Z=this.h6,X=this.h7,be=[j>>>24&255,j>>>16&255,j>>>8&255,255&j,O>>>24&255,O>>>16&255,O>>>8&255,255&O,V>>>24&255,V>>>16&255,V>>>8&255,255&V,q>>>24&255,q>>>16&255,q>>>8&255,255&q,Y>>>24&255,Y>>>16&255,Y>>>8&255,255&Y,L>>>24&255,L>>>16&255,L>>>8&255,255&L,Z>>>24&255,Z>>>16&255,Z>>>8&255,255&Z];return this.is224||be.push(X>>>24&255,X>>>16&255,X>>>8&255,255&X),be},G.prototype.array=G.prototype.digest,G.prototype.arrayBuffer=function(){this.finalize();var j=new ArrayBuffer(this.is224?28:32),O=new DataView(j);return O.setUint32(0,this.h0),O.setUint32(4,this.h1),O.setUint32(8,this.h2),O.setUint32(12,this.h3),O.setUint32(16,this.h4),O.setUint32(20,this.h5),O.setUint32(24,this.h6),this.is224||O.setUint32(28,this.h7),j},J.prototype=new G,J.prototype.finalize=function(){if(G.prototype.finalize.call(this),this.inner){this.inner=!1;var j=this.array();G.call(this,this.is224,this.sharedMemory),this.update(this.oKeyPad),this.update(j),G.prototype.finalize.call(this)}};var se=k();se.sha256=se,se.sha224=k(!0),se.sha256.hmac=M(),se.sha224.hmac=M(!0),u?ih.exports=se:(r.sha256=se.sha256,r.sha224=se.sha224)})();Ru.exports;Ru.exports.sha224;var n0=Ru.exports.sha256;function Uh(e){return z_(e)}function O_(e){if(!/^[0-9A-Fa-f]+$/.test(e))return!1;const r=/^[0-9A-F]+$/.test(e),a=/^[0-9a-f]+$/.test(e);return r||a?e.length%2===0:!1}function N_(e){return/^[A-Za-z0-9\-_]*(={0,2})?$/.test(e)||/^[A-Za-z0-9+/]*(={0,2})?$/.test(e)}function R_(e){return O_(e)?"hex":N_(e)?"b64":""}function M_(e){if(e.length%2!==0)throw new Error("hex string must have an even length");const n=new Uint8Array(e.length/2);for(let r=0;r<e.length;r+=2)n[r/2]=parseInt(e.substring(r,r+2),16);return n}function D_(e){e=e.replace(/-/g,"+"),e=e.replace(/_/g,"/");const n=atob(e);return Uint8Array.from(n,r=>r.charCodeAt(0))}function z_(e){switch(R_(e)){case"hex":return M_(e);case"b64":return D_(e)}return null}function L_(e,n){const r=typeof e=="string"?Uh(e):e,a=typeof n=="string"?Uh(n):n;if(r===null||a===null||r.length!==a.length)return!1;for(let l=0;l<r.length;l++)if(r[l]!==a[l])return!1;return!0}class qb{constructor(n,r,a=!0){A(this,"token");A(this,"received");A(this,"ctx");A(this,"requestSubject");A(this,"mux");this.mux=n,this.requestSubject=r,this.received=0,this.token=ki.next(),a&&(this.ctx=new Error)}}class U_ extends qb{constructor(r,a,l={maxWait:1e3}){super(r,a);A(this,"callback");A(this,"done");A(this,"timer");A(this,"max");A(this,"opts");if(this.opts=l,typeof this.opts.callback!="function")throw new Error("callback is required");this.callback=this.opts.callback,this.max=typeof l.maxMessages=="number"&&l.maxMessages>0?l.maxMessages:-1,this.done=Tt(),this.done.then(()=>{this.callback(null,null)}),this.timer=setTimeout(()=>{this.cancel()},l.maxWait)}cancel(r){r&&this.callback(r,null),clearTimeout(this.timer),this.mux.cancel(this),this.done.resolve()}resolver(r,a){r?(this.ctx&&(r.stack+=`
|
|
67
|
+
|
|
68
|
+
${this.ctx.stack}`),this.cancel(r)):(this.callback(null,a),this.opts.strategy===ir.Count&&(this.max--,this.max===0&&this.cancel()),this.opts.strategy===ir.JitterTimer&&(clearTimeout(this.timer),this.timer=setTimeout(()=>{this.cancel()},this.opts.jitter||300)),this.opts.strategy===ir.SentinelMsg&&a&&a.data.length===0&&this.cancel())}}class Hb extends qb{constructor(r,a,l={timeout:1e3},u=!0){super(r,a,u);A(this,"deferred");A(this,"timer");this.deferred=Tt(),this.timer=Wa(l.timeout,u)}resolver(r,a){this.timer&&this.timer.cancel(),r?(this.ctx&&(r.stack+=`
|
|
69
|
+
|
|
70
|
+
${this.ctx.stack}`),this.deferred.reject(r)):this.deferred.resolve(a),this.cancel()}cancel(r){this.timer&&this.timer.cancel(),this.mux.cancel(this),this.deferred.reject(r||je.errorForCode(Ee.Cancelled))}}const B_="$JS.API";function P_(e){return e=e||{},e.domain&&(e.apiPrefix=`$JS.${e.domain}.API`,delete e.domain),Ou({apiPrefix:B_,timeout:5e3},e)}class Nl{constructor(n,r){A(this,"nc");A(this,"opts");A(this,"prefix");A(this,"timeout");A(this,"jc");this.nc=n,this.opts=P_(r),this._parseOpts(),this.prefix=this.opts.apiPrefix,this.timeout=this.opts.timeout,this.jc=ar()}getOptions(){return Object.assign({},this.opts)}_parseOpts(){let n=this.opts.apiPrefix;if(!n||n.length===0)throw new Error("invalid empty prefix");n[n.length-1]==="."&&(n=n.substr(0,n.length-1)),this.opts.apiPrefix=n}async _request(n,r=null,a){a=a||{},a.timeout=this.timeout;let l=Rn;r&&(l=this.jc.encode(r));let{retries:u}=a;u=u||1,u=u===-1?Number.MAX_SAFE_INTEGER:u;const c=dd();for(let f=0;f<u;f++)try{const m=await this.nc.request(n,l,a);return this.parseJsResponse(m)}catch(m){const d=m;if((d.code==="503"||d.code===Ee.Timeout)&&f+1<u)await ss(c.backoff(f));else throw m}}async findStream(n){const r={subject:n},l=await this._request(`${this.prefix}.STREAM.NAMES`,r);if(!l.streams||l.streams.length!==1)throw new Error("no stream matches subject");return l.streams[0]}getConnection(){return this.nc}parseJsResponse(n){const r=this.jc.decode(n.data),a=r;if(a.error){const l=Pb(a.error.code,a.error.description);if(l!==null)throw l.api_error=a.error,l}return r}}class hl{constructor(n,r,a,l){A(this,"err");A(this,"offset");A(this,"pageInfo");A(this,"subject");A(this,"jsm");A(this,"filter");A(this,"payload");if(!n)throw new Error("subject is required");this.subject=n,this.jsm=a,this.offset=0,this.pageInfo={},this.filter=r,this.payload=l||{}}async next(){if(this.err)return[];if(this.pageInfo&&this.offset>=this.pageInfo.total)return[];const n={offset:this.offset};this.payload&&Object.assign(n,this.payload);try{const r=await this.jsm._request(this.subject,n,{timeout:this.jsm.timeout});this.pageInfo=r;const a=this.countResponse(r);return a===0?[]:(this.offset+=a,this.filter(r))}catch(r){throw this.err=r,r}}countResponse(n){var r,a,l;switch(n==null?void 0:n.type){case"io.nats.jetstream.api.v1.stream_names_response":case"io.nats.jetstream.api.v1.stream_list_response":return((r=n.streams)==null?void 0:r.length)||0;case"io.nats.jetstream.api.v1.consumer_list_response":return((a=n.consumers)==null?void 0:a.length)||0;default:return console.error(`jslister.ts: unknown API response for paged output: ${n==null?void 0:n.type}`),((l=n.streams)==null?void 0:l.length)||0}return 0}async*[Symbol.asyncIterator](){let n=await this.next();for(;n.length>0;){for(const r of n)yield r;n=await this.next()}}}function Zi(e=""){const n=e.match(/(\d+).(\d+).(\d+)/);if(n)return{major:parseInt(n[1]),minor:parseInt(n[2]),micro:parseInt(n[3])};throw new Error(`'${e}' is not a semver value`)}function Bh(e,n){return e.major<n.major?-1:e.major>n.major?1:e.minor<n.minor?-1:e.minor>n.minor?1:e.micro<n.micro?-1:e.micro>n.micro?1:0}var nt;(function(e){e.JS_KV="js_kv",e.JS_OBJECTSTORE="js_objectstore",e.JS_PULL_MAX_BYTES="js_pull_max_bytes",e.JS_NEW_CONSUMER_CREATE_API="js_new_consumer_create",e.JS_ALLOW_DIRECT="js_allow_direct",e.JS_MULTIPLE_CONSUMER_FILTER="js_multiple_consumer_filter",e.JS_SIMPLIFICATION="js_simplification",e.JS_STREAM_CONSUMER_METADATA="js_stream_consumer_metadata",e.JS_CONSUMER_FILTER_SUBJECTS="js_consumer_filter_subjects",e.JS_STREAM_FIRST_SEQ="js_stream_first_seq",e.JS_STREAM_SUBJECT_TRANSFORM="js_stream_subject_transform",e.JS_STREAM_SOURCE_SUBJECT_TRANSFORM="js_stream_source_subject_transform",e.JS_STREAM_COMPRESSION="js_stream_compression",e.JS_DEFAULT_CONSUMER_LIMITS="js_default_consumer_limits",e.JS_BATCH_DIRECT_GET="js_batch_direct_get"})(nt||(nt={}));class q_{constructor(n){A(this,"server");A(this,"features");A(this,"disabled");this.features=new Map,this.disabled=[],this.update(n)}resetDisabled(){this.disabled.length=0,this.update(this.server)}disable(n){this.disabled.push(n),this.update(this.server)}isDisabled(n){return this.disabled.indexOf(n)!==-1}update(n){typeof n=="string"&&(n=Zi(n)),this.server=n,this.set(nt.JS_KV,"2.6.2"),this.set(nt.JS_OBJECTSTORE,"2.6.3"),this.set(nt.JS_PULL_MAX_BYTES,"2.8.3"),this.set(nt.JS_NEW_CONSUMER_CREATE_API,"2.9.0"),this.set(nt.JS_ALLOW_DIRECT,"2.9.0"),this.set(nt.JS_MULTIPLE_CONSUMER_FILTER,"2.10.0"),this.set(nt.JS_SIMPLIFICATION,"2.9.4"),this.set(nt.JS_STREAM_CONSUMER_METADATA,"2.10.0"),this.set(nt.JS_CONSUMER_FILTER_SUBJECTS,"2.10.0"),this.set(nt.JS_STREAM_FIRST_SEQ,"2.10.0"),this.set(nt.JS_STREAM_SUBJECT_TRANSFORM,"2.10.0"),this.set(nt.JS_STREAM_SOURCE_SUBJECT_TRANSFORM,"2.10.0"),this.set(nt.JS_STREAM_COMPRESSION,"2.10.0"),this.set(nt.JS_DEFAULT_CONSUMER_LIMITS,"2.10.0"),this.set(nt.JS_BATCH_DIRECT_GET,"2.11.0"),this.disabled.forEach(r=>{this.features.delete(r)})}set(n,r){this.features.set(n,{min:r,ok:Bh(this.server,Zi(r))>=0})}get(n){return this.features.get(n)||{min:"unknown",ok:!1}}supports(n){var r;return((r=this.get(n))==null?void 0:r.ok)||!1}require(n){return typeof n=="string"&&(n=Zi(n)),Bh(this.server,n)>=0}}class vu extends Nl{constructor(n,r){super(n,r)}async add(n,r,a=bu.Create){if(sn(n),r.deliver_group&&r.flow_control)throw new Error("jetstream flow control is not supported with queue groups");if(r.deliver_group&&r.idle_heartbeat)throw new Error("jetstream idle heartbeat is not supported with queue groups");const l={};l.config=r,l.stream_name=n,l.action=a,l.config.durable_name&&Ja(l.config.durable_name);const u=this.nc;let{min:c,ok:f}=u.features.get(nt.JS_NEW_CONSUMER_CREATE_API);const m=r.name===""?void 0:r.name;if(m&&!f)throw new Error(`consumer 'name' requires server ${c}`);if(m)try{Nu("name",m)}catch(b){const x=b.message,k=x.indexOf("cannot contain");throw k!==-1?new Error(`consumer 'name' ${x.substring(k)}`):b}let d,y="";if(Array.isArray(r.filter_subjects)){const{min:b,ok:x}=u.features.get(nt.JS_MULTIPLE_CONSUMER_FILTER);if(!x)throw new Error(`consumer 'filter_subjects' requires server ${b}`);f=!1}if(r.metadata){const{min:b,ok:x}=u.features.get(nt.JS_STREAM_CONSUMER_METADATA);if(!x)throw new Error(`consumer 'metadata' requires server ${b}`)}if(f&&(y=r.name??r.durable_name??""),y!==""){let b=r.filter_subject??void 0;b===">"&&(b=void 0),d=b!==void 0?`${this.prefix}.CONSUMER.CREATE.${n}.${y}.${b}`:`${this.prefix}.CONSUMER.CREATE.${n}.${y}`}else d=r.durable_name?`${this.prefix}.CONSUMER.DURABLE.CREATE.${n}.${r.durable_name}`:`${this.prefix}.CONSUMER.CREATE.${n}`;return await this._request(d,l)}async update(n,r,a){const l=await this.info(n,r),u=a;return this.add(n,Object.assign(l.config,u),bu.Update)}async info(n,r){return sn(n),Ja(r),await this._request(`${this.prefix}.CONSUMER.INFO.${n}.${r}`)}async delete(n,r){return sn(n),Ja(r),(await this._request(`${this.prefix}.CONSUMER.DELETE.${n}.${r}`)).success}list(n){sn(n);const r=l=>l.consumers,a=`${this.prefix}.CONSUMER.LIST.${n}`;return new hl(a,r,this)}pause(n,r,a){const l=`${this.prefix}.CONSUMER.PAUSE.${n}.${r}`,u={pause_until:a.toISOString()};return this._request(l,u)}resume(n,r){return this.pause(n,r,new Date(0))}}function qa(e,n,r=!1){if(r===!0&&!e)throw je.errorForCode(Ee.ApiError,new Error(`${n} is not a function`));if(e&&typeof e!="function")throw je.errorForCode(Ee.ApiError,new Error(`${n} is not a function`))}class H_ extends Yt{constructor(r,a,l){super();A(this,"sub");A(this,"adapter");A(this,"subIterDone");qa(l.adapter,"adapter",!0),this.adapter=l.adapter,l.callback&&qa(l.callback,"callback"),this.noIterator=typeof l.callback=="function",l.ingestionFilterFn&&(qa(l.ingestionFilterFn,"ingestionFilterFn"),this.ingestionFilterFn=l.ingestionFilterFn),l.protocolFilterFn&&(qa(l.protocolFilterFn,"protocolFilterFn"),this.protocolFilterFn=l.protocolFilterFn),l.dispatchedFn&&(qa(l.dispatchedFn,"dispatchedFn"),this.dispatchedFn=l.dispatchedFn),l.cleanupFn&&qa(l.cleanupFn,"cleanupFn");let u=(y,g)=>{this.callback(y,g)};if(l.callback){const y=l.callback;u=(g,b)=>{const[x,k]=this.adapter(g,b);if(x){y(x,null);return}const{ingest:z}=this.ingestionFilterFn?this.ingestionFilterFn(k,this):{ingest:!0};z&&(!this.protocolFilterFn||this.protocolFilterFn(k))&&(y(x,k),this.dispatchedFn&&k&&this.dispatchedFn(k))}}const{max:c,queue:f,timeout:m}=l,d={queue:f,timeout:m,callback:u};c&&c>0&&(d.max=c),this.sub=r.subscribe(a,d),l.cleanupFn&&(this.sub.cleanupFn=l.cleanupFn),this.noIterator||this.iterClosed.then(()=>{this.unsubscribe()}),this.subIterDone=Tt(),Promise.all([this.sub.closed,this.iterClosed]).then(()=>{this.subIterDone.resolve()}).catch(()=>{this.subIterDone.resolve()}),(async y=>{await y.closed,this.stop()})(this.sub).then().catch()}unsubscribe(r){this.sub.unsubscribe(r)}drain(){return this.sub.drain()}isDraining(){return this.sub.isDraining()}isClosed(){return this.sub.isClosed()}callback(r,a){this.sub.cancelTimeout();const[l,u]=this.adapter(r,a);l&&this.stop(l),u&&this.push(u)}getSubject(){return this.sub.getSubject()}getReceived(){return this.sub.getReceived()}getProcessed(){return this.sub.getProcessed()}getPending(){return this.sub.getPending()}getID(){return this.sub.getID()}getMax(){return this.sub.getMax()}get closed(){return this.sub.closed}}let On;function I_(e){On=e}function Ib(){return On!==void 0&&On.defaultPort!==void 0?On.defaultPort:4222}function ah(){return On!==void 0&&On.urlParseFn?On.urlParseFn:void 0}function F_(){if(!On||typeof On.factory!="function")throw new Error("transport fn is not set");return On.factory()}function Ph(){return On!==void 0&&On.dnsResolveFn?On.dnsResolveFn:void 0}const uu=`\r
|
|
71
|
+
`,xu=ts.fromAscii(uu),$_=new Uint8Array(xu)[0],G_=new Uint8Array(xu)[1];function Y_(e){for(let n=0;n<e.length;n++){const r=n+1;if(e.byteLength>r&&e[n]===$_&&e[r]===G_)return r+1}return 0}function V_(e){const n=Y_(e);if(n>0){const a=new Uint8Array(e).slice(0,n);return jn.decode(a)}return""}const J_=4,Fb=48,X_=65,Q_=97;function K_(e,n,r,a){const l=new Uint8Array(16);return[0,0,0,0,0,0,0,0,0,0,255,255].forEach((c,f)=>{l[f]=c}),l[12]=e,l[13]=n,l[14]=r,l[15]=a,l}function qh(e){return Z_(e)!==void 0}function Z_(e){for(let n=0;n<e.length;n++)switch(e[n]){case".":return $b(e);case":":return W_(e)}}function $b(e){const n=new Uint8Array(4);for(let r=0;r<4;r++){if(e.length===0)return;if(r>0){if(e[0]!==".")return;e=e.substring(1)}const{n:a,c:l,ok:u}=eE(e);if(!u||a>255)return;e=e.substring(l),n[r]=a}return K_(n[0],n[1],n[2],n[3])}function W_(e){const n=new Uint8Array(16);let r=-1;if(e.length>=2&&e[0]===":"&&e[1]===":"&&(r=0,e=e.substring(2),e.length===0))return n;let a=0;for(;a<16;){const{n:l,c:u,ok:c}=tE(e);if(!c||l>65535)return;if(u<e.length&&e[u]==="."){if(r<0&&a!=12||a+4>16)return;const f=$b(e);if(f===void 0)return;n[a]=f[12],n[a+1]=f[13],n[a+2]=f[14],n[a+3]=f[15],e="",a+=J_;break}if(n[a]=l>>8,n[a+1]=l,a+=2,e=e.substring(u),e.length===0)break;if(e[0]!==":"||e.length==1)return;if(e=e.substring(1),e[0]===":"){if(r>=0)return;if(r=a,e=e.substring(1),e.length===0)break}}if(e.length===0){if(a<16){if(r<0)return;const l=16-a;for(let u=a-1;u>=r;u--)n[u+l]=n[u];for(let u=r+l-1;u>=r;u--)n[u]=0}else if(r>=0)return;return n}}function eE(e){let n=0,r=0;for(n=0;n<e.length&&48<=e.charCodeAt(n)&&e.charCodeAt(n)<=57;n++)if(r=r*10+(e.charCodeAt(n)-Fb),r>=16777215)return{n:16777215,c:n,ok:!1};return n===0?{n:0,c:0,ok:!1}:{n:r,c:n,ok:!0}}function tE(e){let n=0,r=0;for(r=0;r<e.length;r++){if(48<=e.charCodeAt(r)&&e.charCodeAt(r)<=57)n*=16,n+=e.charCodeAt(r)-Fb;else if(97<=e.charCodeAt(r)&&e.charCodeAt(r)<=102)n*=16,n+=e.charCodeAt(r)-Q_+10;else if(65<=e.charCodeAt(r)&&e.charCodeAt(r)<=70)n*=16,n+=e.charCodeAt(r)-X_+10;else break;if(n>=16777215)return{n:0,c:r,ok:!1}}return r===0?{n:0,c:r,ok:!1}:{n,c:r,ok:!0}}function nE(e){return e.indexOf("[")!==-1||e.indexOf("::")!==-1?!1:e.indexOf(".")!==-1||e.split(":").length<=2}function Hh(e){return!nE(e)}function rE(e){const n="::FFFF:",r=e.toUpperCase().indexOf(n);if(r!==-1&&e.indexOf(".")!==-1){let a=e.substring(r+n.length);return a=a.replace("[",""),a.replace("]","")}return e}function iE(e){e=e.trim(),e.match(/^(.*:\/\/)(.*)/m)&&(e=e.replace(/^(.*:\/\/)(.*)/gm,"$2")),e=rE(e),Hh(e)&&e.indexOf("[")===-1&&(e=`[${e}]`);const n=Hh(e)?e.match(/(]:)(\d+)/):e.match(/(:)(\d+)/),r=n&&n.length===3&&n[1]&&n[2]?parseInt(n[2]):4222,a=r===80?"https":"http",l=new URL(`${a}://${e}`);l.port=`${r}`;let u=l.hostname;return u.charAt(0)==="["&&(u=u.substring(1,u.length-1)),{listen:l.host,hostname:u,port:r}}class pl{constructor(n,r=!1){A(this,"src");A(this,"listen");A(this,"hostname");A(this,"port");A(this,"didConnect");A(this,"reconnects");A(this,"lastConnect");A(this,"gossiped");A(this,"tlsName");A(this,"resolves");this.src=n,this.tlsName="";const a=iE(n);this.listen=a.listen,this.hostname=a.hostname,this.port=a.port,this.didConnect=!1,this.reconnects=0,this.lastConnect=0,this.gossiped=r}toString(){return this.listen}async resolve(n){if(!n.fn||n.resolve===!1)return[this];const r=[];if(qh(this.hostname))return[this];{const a=await n.fn(this.hostname);n.debug&&console.log(`resolve ${this.hostname} = ${a.join(",")}`);for(const l of a){const u=this.port===80?"https":"http",c=new URL(`${u}://${Hh(l)?"["+l+"]":l}`);c.port=`${this.port}`;const f=new pl(c.host,!1);f.tlsName=this.hostname,r.push(f)}}return n.randomize&&Ub(r),this.resolves=r,r}}class aE{constructor(n=[],r={}){A(this,"firstSelect");A(this,"servers");A(this,"currentServer");A(this,"tlsName");A(this,"randomize");this.firstSelect=!0,this.servers=[],this.tlsName="",this.randomize=r.randomize||!1;const a=ah();n&&(n.forEach(l=>{l=a?a(l):l,this.servers.push(new pl(l))}),this.randomize&&(this.servers=Ub(this.servers))),this.servers.length===0&&this.addServer(`${Rh}:${Ib()}`,!1),this.currentServer=this.servers[0]}clear(){this.servers.length=0}updateTLSName(){const n=this.getCurrentServer();qh(n.hostname)||(this.tlsName=n.hostname,this.servers.forEach(r=>{r.gossiped&&(r.tlsName=this.tlsName)}))}getCurrentServer(){return this.currentServer}addServer(n,r=!1){const a=ah();n=a?a(n):n;const l=new pl(n,r);qh(l.hostname)&&(l.tlsName=this.tlsName),this.servers.push(l)}selectServer(){if(this.firstSelect)return this.firstSelect=!1,this.currentServer;const n=this.servers.shift();return n&&(this.servers.push(n),this.currentServer=n),n}removeCurrentServer(){this.removeServer(this.currentServer)}removeServer(n){if(n){const r=this.servers.indexOf(n);this.servers.splice(r,1)}}length(){return this.servers.length}next(){return this.servers.length?this.servers[0]:void 0}getServers(){return this.servers}update(n,r){const a=[];let l=[];const u=ah(),c=new Map;n.connect_urls&&n.connect_urls.length>0&&n.connect_urls.forEach(m=>{m=u?u(m,r):m;const d=new pl(m,!0);c.set(m,d)});const f=[];return this.servers.forEach((m,d)=>{const y=m.listen;m.gossiped&&this.currentServer.listen!==y&&c.get(y)===void 0&&f.push(d),c.delete(y)}),f.reverse(),f.forEach(m=>{const d=this.servers.splice(m,1);l=l.concat(d[0].listen)}),c.forEach((m,d)=>{this.servers.push(m),a.push(d)}),{added:a,deleted:l}}}class sE{constructor(){A(this,"baseInbox");A(this,"reqs");this.reqs=new Map}size(){return this.reqs.size}init(n){return this.baseInbox=`${Hr(n)}.`,this.baseInbox}add(n){isNaN(n.received)||(n.received=0),this.reqs.set(n.token,n)}get(n){return this.reqs.get(n)}cancel(n){this.reqs.delete(n.token)}getToken(n){const r=n.subject||"";return r.indexOf(this.baseInbox)===0?r.substring(this.baseInbox.length):null}all(){return Array.from(this.reqs.values())}handleError(n,r){if(r&&r.permissionContext){if(n)return this.all().forEach(l=>{l.resolver(r,{})}),!0;const a=r.permissionContext;if(a.operation==="publish"){const l=this.all().find(u=>u.requestSubject===a.subject);if(l)return l.resolver(r,{}),!0}}return!1}dispatcher(){return(n,r)=>{const a=this.getToken(r);if(a){const l=this.get(a);l&&(n===null&&r.headers&&(n=Bb(r)),l.resolver(n,r))}}}close(){const n=je.errorForCode(Ee.Timeout);this.reqs.forEach(r=>{r.resolver(n,{})})}}class lE{constructor(n,r,a){A(this,"ph");A(this,"interval");A(this,"maxOut");A(this,"timer");A(this,"pendings");this.ph=n,this.interval=r,this.maxOut=a,this.pendings=[]}start(){this.cancel(),this._schedule()}cancel(n){this.timer&&(clearTimeout(this.timer),this.timer=void 0),this._reset(),n&&this.ph.disconnect()}_schedule(){this.timer=setTimeout(()=>{if(this.ph.dispatchStatus({type:Va.PingTimer,data:`${this.pendings.length+1}`}),this.pendings.length===this.maxOut){this.cancel(!0);return}const n=Tt();this.ph.flush(n).then(()=>{this._reset()}).catch(()=>{this.cancel()}),this.pendings.push(n),this._schedule()},this.interval)}_reset(){this.pendings=this.pendings.filter(n=>(n.resolve(),!1))}}class oE extends Error{constructor(n){super(n),this.name="AssertionError"}}function uE(e,n="Assertion failed."){if(!e)throw new oE(n)}const r0=32*1024,sh=2**32-2;function Zo(e,n,r=0){const a=n.byteLength-r;return e.byteLength>a&&(e=e.subarray(0,a)),n.set(e,r),e.byteLength}class lh{constructor(n){A(this,"_buf");A(this,"_off");if(this._off=0,n==null){this._buf=new Uint8Array(0);return}this._buf=new Uint8Array(n)}bytes(n={copy:!0}){return n.copy===!1?this._buf.subarray(this._off):this._buf.slice(this._off)}empty(){return this._buf.byteLength<=this._off}get length(){return this._buf.byteLength-this._off}get capacity(){return this._buf.buffer.byteLength}truncate(n){if(n===0){this.reset();return}if(n<0||n>this.length)throw Error("bytes.Buffer: truncation out of range");this._reslice(this._off+n)}reset(){this._reslice(0),this._off=0}_tryGrowByReslice(n){const r=this._buf.byteLength;return n<=this.capacity-r?(this._reslice(r+n),r):-1}_reslice(n){uE(n<=this._buf.buffer.byteLength),this._buf=new Uint8Array(this._buf.buffer,0,n)}readByte(){const n=new Uint8Array(1);return this.read(n)?n[0]:null}read(n){if(this.empty())return this.reset(),n.byteLength===0?0:null;const r=Zo(this._buf.subarray(this._off),n);return this._off+=r,r}writeByte(n){return this.write(Uint8Array.of(n))}writeString(n){return this.write(ta.encode(n))}write(n){const r=this._grow(n.byteLength);return Zo(n,this._buf,r)}_grow(n){const r=this.length;r===0&&this._off!==0&&this.reset();const a=this._tryGrowByReslice(n);if(a>=0)return a;const l=this.capacity;if(n<=Math.floor(l/2)-r)Zo(this._buf.subarray(this._off),this._buf);else{if(l+n>sh)throw new Error("The buffer cannot be grown beyond the maximum size.");{const u=new Uint8Array(Math.min(2*l+n,sh));Zo(this._buf.subarray(this._off),u),this._buf=u}}return this._off=0,this._reslice(Math.min(r+n,sh)),r}grow(n){if(n<0)throw Error("Buffer._grow: negative count");const r=this._grow(n);this._reslice(r)}readFrom(n){let r=0;const a=new Uint8Array(r0);for(;;){const l=this.capacity-this.length<r0,u=l?a:new Uint8Array(this._buf.buffer,this.length),c=n.read(u);if(c===null)return r;l?this.write(u.subarray(0,c)):this._reslice(this.length+c),r+=c}}}var ln;(function(e){e[e.OK=0]="OK",e[e.ERR=1]="ERR",e[e.MSG=2]="MSG",e[e.INFO=3]="INFO",e[e.PING=4]="PING",e[e.PONG=5]="PONG"})(ln||(ln={}));function i0(){const e={};return e.sid=-1,e.hdr=-1,e.size=-1,e}const cE=48;class a0{constructor(n){A(this,"dispatcher");A(this,"state");A(this,"as");A(this,"drop");A(this,"hdr");A(this,"ma");A(this,"argBuf");A(this,"msgBuf");this.dispatcher=n,this.state=Ae.OP_START,this.as=0,this.drop=0,this.hdr=0}parse(n){let r;for(r=0;r<n.length;r++){const a=n[r];switch(this.state){case Ae.OP_START:switch(a){case Ce.M:case Ce.m:this.state=Ae.OP_M,this.hdr=-1,this.ma=i0();break;case Ce.H:case Ce.h:this.state=Ae.OP_H,this.hdr=0,this.ma=i0();break;case Ce.P:case Ce.p:this.state=Ae.OP_P;break;case Ce.PLUS:this.state=Ae.OP_PLUS;break;case Ce.MINUS:this.state=Ae.OP_MINUS;break;case Ce.I:case Ce.i:this.state=Ae.OP_I;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_H:switch(a){case Ce.M:case Ce.m:this.state=Ae.OP_M;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_M:switch(a){case Ce.S:case Ce.s:this.state=Ae.OP_MS;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_MS:switch(a){case Ce.G:case Ce.g:this.state=Ae.OP_MSG;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_MSG:switch(a){case Ce.SPACE:case Ce.TAB:this.state=Ae.OP_MSG_SPC;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_MSG_SPC:switch(a){case Ce.SPACE:case Ce.TAB:continue;default:this.state=Ae.MSG_ARG,this.as=r}break;case Ae.MSG_ARG:switch(a){case Ce.CR:this.drop=1;break;case Ce.NL:{const l=this.argBuf?this.argBuf.bytes():n.subarray(this.as,r-this.drop);this.processMsgArgs(l),this.drop=0,this.as=r+1,this.state=Ae.MSG_PAYLOAD,r=this.as+this.ma.size-1;break}default:this.argBuf&&this.argBuf.writeByte(a)}break;case Ae.MSG_PAYLOAD:if(this.msgBuf)if(this.msgBuf.length>=this.ma.size){const l=this.msgBuf.bytes({copy:!1});this.dispatcher.push({kind:ln.MSG,msg:this.ma,data:l}),this.argBuf=void 0,this.msgBuf=void 0,this.state=Ae.MSG_END}else{let l=this.ma.size-this.msgBuf.length;const u=n.length-r;u<l&&(l=u),l>0?(this.msgBuf.write(n.subarray(r,r+l)),r=r+l-1):this.msgBuf.writeByte(a)}else r-this.as>=this.ma.size&&(this.dispatcher.push({kind:ln.MSG,msg:this.ma,data:n.subarray(this.as,r)}),this.argBuf=void 0,this.msgBuf=void 0,this.state=Ae.MSG_END);break;case Ae.MSG_END:switch(a){case Ce.NL:this.drop=0,this.as=r+1,this.state=Ae.OP_START;break;default:continue}break;case Ae.OP_PLUS:switch(a){case Ce.O:case Ce.o:this.state=Ae.OP_PLUS_O;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_PLUS_O:switch(a){case Ce.K:case Ce.k:this.state=Ae.OP_PLUS_OK;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_PLUS_OK:switch(a){case Ce.NL:this.dispatcher.push({kind:ln.OK}),this.drop=0,this.state=Ae.OP_START;break}break;case Ae.OP_MINUS:switch(a){case Ce.E:case Ce.e:this.state=Ae.OP_MINUS_E;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_MINUS_E:switch(a){case Ce.R:case Ce.r:this.state=Ae.OP_MINUS_ER;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_MINUS_ER:switch(a){case Ce.R:case Ce.r:this.state=Ae.OP_MINUS_ERR;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_MINUS_ERR:switch(a){case Ce.SPACE:case Ce.TAB:this.state=Ae.OP_MINUS_ERR_SPC;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_MINUS_ERR_SPC:switch(a){case Ce.SPACE:case Ce.TAB:continue;default:this.state=Ae.MINUS_ERR_ARG,this.as=r}break;case Ae.MINUS_ERR_ARG:switch(a){case Ce.CR:this.drop=1;break;case Ce.NL:{let l;this.argBuf?(l=this.argBuf.bytes(),this.argBuf=void 0):l=n.subarray(this.as,r-this.drop),this.dispatcher.push({kind:ln.ERR,data:l}),this.drop=0,this.as=r+1,this.state=Ae.OP_START;break}default:this.argBuf&&this.argBuf.write(Uint8Array.of(a))}break;case Ae.OP_P:switch(a){case Ce.I:case Ce.i:this.state=Ae.OP_PI;break;case Ce.O:case Ce.o:this.state=Ae.OP_PO;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_PO:switch(a){case Ce.N:case Ce.n:this.state=Ae.OP_PON;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_PON:switch(a){case Ce.G:case Ce.g:this.state=Ae.OP_PONG;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_PONG:switch(a){case Ce.NL:this.dispatcher.push({kind:ln.PONG}),this.drop=0,this.state=Ae.OP_START;break}break;case Ae.OP_PI:switch(a){case Ce.N:case Ce.n:this.state=Ae.OP_PIN;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_PIN:switch(a){case Ce.G:case Ce.g:this.state=Ae.OP_PING;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_PING:switch(a){case Ce.NL:this.dispatcher.push({kind:ln.PING}),this.drop=0,this.state=Ae.OP_START;break}break;case Ae.OP_I:switch(a){case Ce.N:case Ce.n:this.state=Ae.OP_IN;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_IN:switch(a){case Ce.F:case Ce.f:this.state=Ae.OP_INF;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_INF:switch(a){case Ce.O:case Ce.o:this.state=Ae.OP_INFO;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_INFO:switch(a){case Ce.SPACE:case Ce.TAB:this.state=Ae.OP_INFO_SPC;break;default:throw this.fail(n.subarray(r))}break;case Ae.OP_INFO_SPC:switch(a){case Ce.SPACE:case Ce.TAB:continue;default:this.state=Ae.INFO_ARG,this.as=r}break;case Ae.INFO_ARG:switch(a){case Ce.CR:this.drop=1;break;case Ce.NL:{let l;this.argBuf?(l=this.argBuf.bytes(),this.argBuf=void 0):l=n.subarray(this.as,r-this.drop),this.dispatcher.push({kind:ln.INFO,data:l}),this.drop=0,this.as=r+1,this.state=Ae.OP_START;break}default:this.argBuf&&this.argBuf.writeByte(a)}break;default:throw this.fail(n.subarray(r))}}(this.state===Ae.MSG_ARG||this.state===Ae.MINUS_ERR_ARG||this.state===Ae.INFO_ARG)&&!this.argBuf&&(this.argBuf=new lh(n.subarray(this.as,r-this.drop))),this.state===Ae.MSG_PAYLOAD&&!this.msgBuf&&(this.argBuf||this.cloneMsgArg(),this.msgBuf=new lh(n.subarray(this.as)))}cloneMsgArg(){const n=this.ma.subject.length,r=this.ma.reply?this.ma.reply.length:0,a=new Uint8Array(n+r);a.set(this.ma.subject),this.ma.reply&&a.set(this.ma.reply,n),this.argBuf=new lh(a),this.ma.subject=a.subarray(0,n),this.ma.reply&&(this.ma.reply=a.subarray(n))}processMsgArgs(n){if(this.hdr>=0)return this.processHeaderMsgArgs(n);const r=[];let a=-1;for(let l=0;l<n.length;l++)switch(n[l]){case Ce.SPACE:case Ce.TAB:case Ce.CR:case Ce.NL:a>=0&&(r.push(n.subarray(a,l)),a=-1);break;default:a<0&&(a=l)}switch(a>=0&&r.push(n.subarray(a)),r.length){case 3:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=void 0,this.ma.size=this.protoParseInt(r[2]);break;case 4:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=r[2],this.ma.size=this.protoParseInt(r[3]);break;default:throw this.fail(n,"processMsgArgs Parse Error")}if(this.ma.sid<0)throw this.fail(n,"processMsgArgs Bad or Missing Sid Error");if(this.ma.size<0)throw this.fail(n,"processMsgArgs Bad or Missing Size Error")}fail(n,r=""){return r?r=`${r} [${this.state}]`:r=`parse error [${this.state}]`,new Error(`${r}: ${jn.decode(n)}`)}processHeaderMsgArgs(n){const r=[];let a=-1;for(let l=0;l<n.length;l++)switch(n[l]){case Ce.SPACE:case Ce.TAB:case Ce.CR:case Ce.NL:a>=0&&(r.push(n.subarray(a,l)),a=-1);break;default:a<0&&(a=l)}switch(a>=0&&r.push(n.subarray(a)),r.length){case 4:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=void 0,this.ma.hdr=this.protoParseInt(r[2]),this.ma.size=this.protoParseInt(r[3]);break;case 5:this.ma.subject=r[0],this.ma.sid=this.protoParseInt(r[1]),this.ma.reply=r[2],this.ma.hdr=this.protoParseInt(r[3]),this.ma.size=this.protoParseInt(r[4]);break;default:throw this.fail(n,"processHeaderMsgArgs Parse Error")}if(this.ma.sid<0)throw this.fail(n,"processHeaderMsgArgs Bad or Missing Sid Error");if(this.ma.hdr<0||this.ma.hdr>this.ma.size)throw this.fail(n,"processHeaderMsgArgs Bad or Missing Header Size Error");if(this.ma.size<0)throw this.fail(n,"processHeaderMsgArgs Bad or Missing Size Error")}protoParseInt(n){if(n.length===0)return-1;let r=0;for(let a=0;a<n.length;a++){if(n[a]<48||n[a]>57)return-1;r=r*10+(n[a]-cE)}return r}}var Ae;(function(e){e[e.OP_START=0]="OP_START",e[e.OP_PLUS=1]="OP_PLUS",e[e.OP_PLUS_O=2]="OP_PLUS_O",e[e.OP_PLUS_OK=3]="OP_PLUS_OK",e[e.OP_MINUS=4]="OP_MINUS",e[e.OP_MINUS_E=5]="OP_MINUS_E",e[e.OP_MINUS_ER=6]="OP_MINUS_ER",e[e.OP_MINUS_ERR=7]="OP_MINUS_ERR",e[e.OP_MINUS_ERR_SPC=8]="OP_MINUS_ERR_SPC",e[e.MINUS_ERR_ARG=9]="MINUS_ERR_ARG",e[e.OP_M=10]="OP_M",e[e.OP_MS=11]="OP_MS",e[e.OP_MSG=12]="OP_MSG",e[e.OP_MSG_SPC=13]="OP_MSG_SPC",e[e.MSG_ARG=14]="MSG_ARG",e[e.MSG_PAYLOAD=15]="MSG_PAYLOAD",e[e.MSG_END=16]="MSG_END",e[e.OP_H=17]="OP_H",e[e.OP_P=18]="OP_P",e[e.OP_PI=19]="OP_PI",e[e.OP_PIN=20]="OP_PIN",e[e.OP_PING=21]="OP_PING",e[e.OP_PO=22]="OP_PO",e[e.OP_PON=23]="OP_PON",e[e.OP_PONG=24]="OP_PONG",e[e.OP_I=25]="OP_I",e[e.OP_IN=26]="OP_IN",e[e.OP_INF=27]="OP_INF",e[e.OP_INFO=28]="OP_INFO",e[e.OP_INFO_SPC=29]="OP_INFO_SPC",e[e.INFO_ARG=30]="INFO_ARG"})(Ae||(Ae={}));var Ce;(function(e){e[e.CR=13]="CR",e[e.E=69]="E",e[e.e=101]="e",e[e.F=70]="F",e[e.f=102]="f",e[e.G=71]="G",e[e.g=103]="g",e[e.H=72]="H",e[e.h=104]="h",e[e.I=73]="I",e[e.i=105]="i",e[e.K=75]="K",e[e.k=107]="k",e[e.M=77]="M",e[e.m=109]="m",e[e.MINUS=45]="MINUS",e[e.N=78]="N",e[e.n=110]="n",e[e.NL=10]="NL",e[e.O=79]="O",e[e.o=111]="o",e[e.P=80]="P",e[e.p=112]="p",e[e.PLUS=43]="PLUS",e[e.R=82]="R",e[e.r=114]="r",e[e.S=83]="S",e[e.s=115]="s",e[e.SPACE=32]="SPACE",e[e.TAB=9]="TAB"})(Ce||(Ce={}));(function(e){var n=function(E,T){this.hi=E|0,this.lo=T|0},r=function(E){var T,C=new Float64Array(16);if(E)for(T=0;T<E.length;T++)C[T]=E[T];return C},a=function(){throw new Error("no PRNG")},l=new Uint8Array(16),u=new Uint8Array(32);u[0]=9;var c=r(),f=r([1]),m=r([56129,1]),d=r([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),y=r([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),g=r([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),b=r([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),x=r([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function k(E,T){return E<<T|E>>>32-T}function z(E,T){var C=E[T+3]&255;return C=C<<8|E[T+2]&255,C=C<<8|E[T+1]&255,C<<8|E[T+0]&255}function B(E,T){var C=E[T]<<24|E[T+1]<<16|E[T+2]<<8|E[T+3],D=E[T+4]<<24|E[T+5]<<16|E[T+6]<<8|E[T+7];return new n(C,D)}function M(E,T,C){var D;for(D=0;D<4;D++)E[T+D]=C&255,C>>>=8}function G(E,T,C){E[T]=C.hi>>24&255,E[T+1]=C.hi>>16&255,E[T+2]=C.hi>>8&255,E[T+3]=C.hi&255,E[T+4]=C.lo>>24&255,E[T+5]=C.lo>>16&255,E[T+6]=C.lo>>8&255,E[T+7]=C.lo&255}function J(E,T,C,D,H){var K,me=0;for(K=0;K<H;K++)me|=E[T+K]^C[D+K];return(1&me-1>>>8)-1}function se(E,T,C,D){return J(E,T,C,D,16)}function j(E,T,C,D){return J(E,T,C,D,32)}function O(E,T,C,D,H){var K=new Uint32Array(16),me=new Uint32Array(16),ye=new Uint32Array(16),re=new Uint32Array(4),de,Oe,Je;for(de=0;de<4;de++)me[5*de]=z(D,4*de),me[1+de]=z(C,4*de),me[6+de]=z(T,4*de),me[11+de]=z(C,16+4*de);for(de=0;de<16;de++)ye[de]=me[de];for(de=0;de<20;de++){for(Oe=0;Oe<4;Oe++){for(Je=0;Je<4;Je++)re[Je]=me[(5*Oe+4*Je)%16];for(re[1]^=k(re[0]+re[3]|0,7),re[2]^=k(re[1]+re[0]|0,9),re[3]^=k(re[2]+re[1]|0,13),re[0]^=k(re[3]+re[2]|0,18),Je=0;Je<4;Je++)K[4*Oe+(Oe+Je)%4]=re[Je]}for(Je=0;Je<16;Je++)me[Je]=K[Je]}if(H){for(de=0;de<16;de++)me[de]=me[de]+ye[de]|0;for(de=0;de<4;de++)me[5*de]=me[5*de]-z(D,4*de)|0,me[6+de]=me[6+de]-z(T,4*de)|0;for(de=0;de<4;de++)M(E,4*de,me[5*de]),M(E,16+4*de,me[6+de])}else for(de=0;de<16;de++)M(E,4*de,me[de]+ye[de]|0)}function V(E,T,C,D){return O(E,T,C,D,!1),0}function q(E,T,C,D){return O(E,T,C,D,!0),0}var Y=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function L(E,T,C,D,H,K,me){var ye=new Uint8Array(16),re=new Uint8Array(64),de,Oe;if(!H)return 0;for(Oe=0;Oe<16;Oe++)ye[Oe]=0;for(Oe=0;Oe<8;Oe++)ye[Oe]=K[Oe];for(;H>=64;){for(V(re,ye,me,Y),Oe=0;Oe<64;Oe++)E[T+Oe]=(C?C[D+Oe]:0)^re[Oe];for(de=1,Oe=8;Oe<16;Oe++)de=de+(ye[Oe]&255)|0,ye[Oe]=de&255,de>>>=8;H-=64,T+=64,C&&(D+=64)}if(H>0)for(V(re,ye,me,Y),Oe=0;Oe<H;Oe++)E[T+Oe]=(C?C[D+Oe]:0)^re[Oe];return 0}function Z(E,T,C,D,H){return L(E,T,null,0,C,D,H)}function X(E,T,C,D,H){var K=new Uint8Array(32);return q(K,D,H,Y),Z(E,T,C,D.subarray(16),K)}function be(E,T,C,D,H,K,me){var ye=new Uint8Array(32);return q(ye,K,me,Y),L(E,T,C,D,H,K.subarray(16),ye)}function ge(E,T){var C,D=0;for(C=0;C<17;C++)D=D+(E[C]+T[C]|0)|0,E[C]=D&255,D>>>=8}var I=new Uint32Array([5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252]);function F(E,T,C,D,H,K){var me,ye,re,de,Oe=new Uint32Array(17),Je=new Uint32Array(17),St=new Uint32Array(17),Zt=new Uint32Array(17),Wn=new Uint32Array(17);for(re=0;re<17;re++)Je[re]=St[re]=0;for(re=0;re<16;re++)Je[re]=K[re];for(Je[3]&=15,Je[4]&=252,Je[7]&=15,Je[8]&=252,Je[11]&=15,Je[12]&=252,Je[15]&=15;H>0;){for(re=0;re<17;re++)Zt[re]=0;for(re=0;re<16&&re<H;++re)Zt[re]=C[D+re];for(Zt[re]=1,D+=re,H-=re,ge(St,Zt),ye=0;ye<17;ye++)for(Oe[ye]=0,re=0;re<17;re++)Oe[ye]=Oe[ye]+St[re]*(re<=ye?Je[ye-re]:320*Je[ye+17-re]|0)|0|0;for(ye=0;ye<17;ye++)St[ye]=Oe[ye];for(de=0,re=0;re<16;re++)de=de+St[re]|0,St[re]=de&255,de>>>=8;for(de=de+St[16]|0,St[16]=de&3,de=5*(de>>>2)|0,re=0;re<16;re++)de=de+St[re]|0,St[re]=de&255,de>>>=8;de=de+St[16]|0,St[16]=de}for(re=0;re<17;re++)Wn[re]=St[re];for(ge(St,I),me=-(St[16]>>>7)|0,re=0;re<17;re++)St[re]^=me&(Wn[re]^St[re]);for(re=0;re<16;re++)Zt[re]=K[re+16];for(Zt[16]=0,ge(St,Zt),re=0;re<16;re++)E[T+re]=St[re];return 0}function ie(E,T,C,D,H,K){var me=new Uint8Array(16);return F(me,0,C,D,H,K),se(E,T,me,0)}function he(E,T,C,D,H){var K;if(C<32)return-1;for(be(E,0,T,0,C,D,H),F(E,16,E,32,C-32,E),K=0;K<16;K++)E[K]=0;return 0}function Se(E,T,C,D,H){var K,me=new Uint8Array(32);if(C<32||(X(me,0,32,D,H),ie(T,16,T,32,C-32,me)!==0))return-1;for(be(E,0,T,0,C,D,H),K=0;K<32;K++)E[K]=0;return 0}function N(E,T){var C;for(C=0;C<16;C++)E[C]=T[C]|0}function R(E){var T,C;for(C=0;C<16;C++)E[C]+=65536,T=Math.floor(E[C]/65536),E[(C+1)*(C<15?1:0)]+=T-1+37*(T-1)*(C===15?1:0),E[C]-=T*65536}function W(E,T,C){for(var D,H=~(C-1),K=0;K<16;K++)D=H&(E[K]^T[K]),E[K]^=D,T[K]^=D}function _(E,T){var C,D,H,K=r(),me=r();for(C=0;C<16;C++)me[C]=T[C];for(R(me),R(me),R(me),D=0;D<2;D++){for(K[0]=me[0]-65517,C=1;C<15;C++)K[C]=me[C]-65535-(K[C-1]>>16&1),K[C-1]&=65535;K[15]=me[15]-32767-(K[14]>>16&1),H=K[15]>>16&1,K[14]&=65535,W(me,K,1-H)}for(C=0;C<16;C++)E[2*C]=me[C]&255,E[2*C+1]=me[C]>>8}function ue(E,T){var C=new Uint8Array(32),D=new Uint8Array(32);return _(C,E),_(D,T),j(C,0,D,0)}function ce(E){var T=new Uint8Array(32);return _(T,E),T[0]&1}function we(E,T){var C;for(C=0;C<16;C++)E[C]=T[2*C]+(T[2*C+1]<<8);E[15]&=32767}function Te(E,T,C){var D;for(D=0;D<16;D++)E[D]=T[D]+C[D]|0}function Re(E,T,C){var D;for(D=0;D<16;D++)E[D]=T[D]-C[D]|0}function ke(E,T,C){var D,H,K=new Float64Array(31);for(D=0;D<31;D++)K[D]=0;for(D=0;D<16;D++)for(H=0;H<16;H++)K[D+H]+=T[D]*C[H];for(D=0;D<15;D++)K[D]+=38*K[D+16];for(D=0;D<16;D++)E[D]=K[D];R(E),R(E)}function ze(E,T){ke(E,T,T)}function bt(E,T){var C=r(),D;for(D=0;D<16;D++)C[D]=T[D];for(D=253;D>=0;D--)ze(C,C),D!==2&&D!==4&&ke(C,C,T);for(D=0;D<16;D++)E[D]=C[D]}function qe(E,T){var C=r(),D;for(D=0;D<16;D++)C[D]=T[D];for(D=250;D>=0;D--)ze(C,C),D!==1&&ke(C,C,T);for(D=0;D<16;D++)E[D]=C[D]}function Pe(E,T,C){var D=new Uint8Array(32),H=new Float64Array(80),K,me,ye=r(),re=r(),de=r(),Oe=r(),Je=r(),St=r();for(me=0;me<31;me++)D[me]=T[me];for(D[31]=T[31]&127|64,D[0]&=248,we(H,C),me=0;me<16;me++)re[me]=H[me],Oe[me]=ye[me]=de[me]=0;for(ye[0]=Oe[0]=1,me=254;me>=0;--me)K=D[me>>>3]>>>(me&7)&1,W(ye,re,K),W(de,Oe,K),Te(Je,ye,de),Re(ye,ye,de),Te(de,re,Oe),Re(re,re,Oe),ze(Oe,Je),ze(St,ye),ke(ye,de,ye),ke(de,re,Je),Te(Je,ye,de),Re(ye,ye,de),ze(re,ye),Re(de,Oe,St),ke(ye,de,m),Te(ye,ye,Oe),ke(de,de,ye),ke(ye,Oe,St),ke(Oe,re,H),ze(re,Je),W(ye,re,K),W(de,Oe,K);for(me=0;me<16;me++)H[me+16]=ye[me],H[me+32]=de[me],H[me+48]=re[me],H[me+64]=Oe[me];var Zt=H.subarray(32),Wn=H.subarray(16);return bt(Zt,Zt),ke(Wn,Wn,Zt),_(E,Wn),0}function rt(E,T){return Pe(E,T,u)}function vt(E,T){return a(T,32),rt(E,T)}function xe(E,T,C){var D=new Uint8Array(32);return Pe(D,C,T),q(E,l,D,Y)}var Ie=he,He=Se;function kt(E,T,C,D,H,K){var me=new Uint8Array(32);return xe(me,H,K),Ie(E,T,C,D,me)}function Mn(E,T,C,D,H,K){var me=new Uint8Array(32);return xe(me,H,K),He(E,T,C,D,me)}function Qn(){var E=0,T=0,C=0,D=0,H=65535,K,me,ye;for(ye=0;ye<arguments.length;ye++)K=arguments[ye].lo,me=arguments[ye].hi,E+=K&H,T+=K>>>16,C+=me&H,D+=me>>>16;return T+=E>>>16,C+=T>>>16,D+=C>>>16,new n(C&H|D<<16,E&H|T<<16)}function ra(E,T){return new n(E.hi>>>T,E.lo>>>T|E.hi<<32-T)}function Gr(){var E=0,T=0,C;for(C=0;C<arguments.length;C++)E^=arguments[C].lo,T^=arguments[C].hi;return new n(T,E)}function xt(E,T){var C,D,H=32-T;return T<32?(C=E.hi>>>T|E.lo<<H,D=E.lo>>>T|E.hi<<H):T<64&&(C=E.lo>>>T|E.hi<<H,D=E.hi>>>T|E.lo<<H),new n(C,D)}function cs(E,T,C){var D=E.hi&T.hi^~E.hi&C.hi,H=E.lo&T.lo^~E.lo&C.lo;return new n(D,H)}function oe(E,T,C){var D=E.hi&T.hi^E.hi&C.hi^T.hi&C.hi,H=E.lo&T.lo^E.lo&C.lo^T.lo&C.lo;return new n(D,H)}function _e(E){return Gr(xt(E,28),xt(E,34),xt(E,39))}function Be(E){return Gr(xt(E,14),xt(E,18),xt(E,41))}function Ve(E){return Gr(xt(E,1),xt(E,8),ra(E,7))}function it(E){return Gr(xt(E,19),xt(E,61),ra(E,6))}var nn=[new n(1116352408,3609767458),new n(1899447441,602891725),new n(3049323471,3964484399),new n(3921009573,2173295548),new n(961987163,4081628472),new n(1508970993,3053834265),new n(2453635748,2937671579),new n(2870763221,3664609560),new n(3624381080,2734883394),new n(310598401,1164996542),new n(607225278,1323610764),new n(1426881987,3590304994),new n(1925078388,4068182383),new n(2162078206,991336113),new n(2614888103,633803317),new n(3248222580,3479774868),new n(3835390401,2666613458),new n(4022224774,944711139),new n(264347078,2341262773),new n(604807628,2007800933),new n(770255983,1495990901),new n(1249150122,1856431235),new n(1555081692,3175218132),new n(1996064986,2198950837),new n(2554220882,3999719339),new n(2821834349,766784016),new n(2952996808,2566594879),new n(3210313671,3203337956),new n(3336571891,1034457026),new n(3584528711,2466948901),new n(113926993,3758326383),new n(338241895,168717936),new n(666307205,1188179964),new n(773529912,1546045734),new n(1294757372,1522805485),new n(1396182291,2643833823),new n(1695183700,2343527390),new n(1986661051,1014477480),new n(2177026350,1206759142),new n(2456956037,344077627),new n(2730485921,1290863460),new n(2820302411,3158454273),new n(3259730800,3505952657),new n(3345764771,106217008),new n(3516065817,3606008344),new n(3600352804,1432725776),new n(4094571909,1467031594),new n(275423344,851169720),new n(430227734,3100823752),new n(506948616,1363258195),new n(659060556,3750685593),new n(883997877,3785050280),new n(958139571,3318307427),new n(1322822218,3812723403),new n(1537002063,2003034995),new n(1747873779,3602036899),new n(1955562222,1575990012),new n(2024104815,1125592928),new n(2227730452,2716904306),new n(2361852424,442776044),new n(2428436474,593698344),new n(2756734187,3733110249),new n(3204031479,2999351573),new n(3329325298,3815920427),new n(3391569614,3928383900),new n(3515267271,566280711),new n(3940187606,3454069534),new n(4118630271,4000239992),new n(116418474,1914138554),new n(174292421,2731055270),new n(289380356,3203993006),new n(460393269,320620315),new n(685471733,587496836),new n(852142971,1086792851),new n(1017036298,365543100),new n(1126000580,2618297676),new n(1288033470,3409855158),new n(1501505948,4234509866),new n(1607167915,987167468),new n(1816402316,1246189591)];function Dn(E,T,C){var D=[],H=[],K=[],me=[],ye,re,de;for(re=0;re<8;re++)D[re]=K[re]=B(E,8*re);for(var Oe=0;C>=128;){for(re=0;re<16;re++)me[re]=B(T,8*re+Oe);for(re=0;re<80;re++){for(de=0;de<8;de++)H[de]=K[de];for(ye=Qn(K[7],Be(K[4]),cs(K[4],K[5],K[6]),nn[re],me[re%16]),H[7]=Qn(ye,_e(K[0]),oe(K[0],K[1],K[2])),H[3]=Qn(H[3],ye),de=0;de<8;de++)K[(de+1)%8]=H[de];if(re%16===15)for(de=0;de<16;de++)me[de]=Qn(me[de],me[(de+9)%16],Ve(me[(de+1)%16]),it(me[(de+14)%16]))}for(re=0;re<8;re++)K[re]=Qn(K[re],D[re]),D[re]=K[re];Oe+=128,C-=128}for(re=0;re<8;re++)G(E,8*re,D[re]);return C}var Vt=new Uint8Array([106,9,230,103,243,188,201,8,187,103,174,133,132,202,167,59,60,110,243,114,254,148,248,43,165,79,245,58,95,29,54,241,81,14,82,127,173,230,130,209,155,5,104,140,43,62,108,31,31,131,217,171,251,65,189,107,91,224,205,25,19,126,33,121]);function mt(E,T,C){var D=new Uint8Array(64),H=new Uint8Array(256),K,me=C;for(K=0;K<64;K++)D[K]=Vt[K];for(Dn(D,T,C),C%=128,K=0;K<256;K++)H[K]=0;for(K=0;K<C;K++)H[K]=T[me-C+K];for(H[C]=128,C=256-128*(C<112?1:0),H[C-9]=0,G(H,C-8,new n(me/536870912|0,me<<3)),Dn(D,H,C),K=0;K<64;K++)E[K]=D[K];return 0}function Ht(E,T){var C=r(),D=r(),H=r(),K=r(),me=r(),ye=r(),re=r(),de=r(),Oe=r();Re(C,E[1],E[0]),Re(Oe,T[1],T[0]),ke(C,C,Oe),Te(D,E[0],E[1]),Te(Oe,T[0],T[1]),ke(D,D,Oe),ke(H,E[3],T[3]),ke(H,H,y),ke(K,E[2],T[2]),Te(K,K,K),Re(me,D,C),Re(ye,K,H),Te(re,K,H),Te(de,D,C),ke(E[0],me,ye),ke(E[1],de,re),ke(E[2],re,ye),ke(E[3],me,de)}function ot(E,T,C){var D;for(D=0;D<4;D++)W(E[D],T[D],C)}function zn(E,T){var C=r(),D=r(),H=r();bt(H,T[2]),ke(C,T[0],H),ke(D,T[1],H),_(E,D),E[31]^=ce(C)<<7}function rn(E,T,C){var D,H;for(N(E[0],c),N(E[1],f),N(E[2],f),N(E[3],c),H=255;H>=0;--H)D=C[H/8|0]>>(H&7)&1,ot(E,T,D),Ht(T,E),Ht(E,E),ot(E,T,D)}function ia(E,T){var C=[r(),r(),r(),r()];N(C[0],g),N(C[1],b),N(C[2],f),ke(C[3],g,b),rn(E,C,T)}function Yr(E,T,C){var D=new Uint8Array(64),H=[r(),r(),r(),r()],K;for(C||a(T,32),mt(D,T,32),D[0]&=248,D[31]&=127,D[31]|=64,ia(H,D),zn(E,H),K=0;K<32;K++)T[K+32]=E[K];return 0}var xr=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function Vr(E,T){var C,D,H,K;for(D=63;D>=32;--D){for(C=0,H=D-32,K=D-12;H<K;++H)T[H]+=C-16*T[D]*xr[H-(D-32)],C=Math.floor((T[H]+128)/256),T[H]-=C*256;T[H]+=C,T[D]=0}for(C=0,H=0;H<32;H++)T[H]+=C-(T[31]>>4)*xr[H],C=T[H]>>8,T[H]&=255;for(H=0;H<32;H++)T[H]-=C*xr[H];for(D=0;D<32;D++)T[D+1]+=T[D]>>8,E[D]=T[D]&255}function Kn(E){var T=new Float64Array(64),C;for(C=0;C<64;C++)T[C]=E[C];for(C=0;C<64;C++)E[C]=0;Vr(E,T)}function ji(E,T,C,D){var H=new Uint8Array(64),K=new Uint8Array(64),me=new Uint8Array(64),ye,re,de=new Float64Array(64),Oe=[r(),r(),r(),r()];mt(H,D,32),H[0]&=248,H[31]&=127,H[31]|=64;var Je=C+64;for(ye=0;ye<C;ye++)E[64+ye]=T[ye];for(ye=0;ye<32;ye++)E[32+ye]=H[32+ye];for(mt(me,E.subarray(32),C+32),Kn(me),ia(Oe,me),zn(E,Oe),ye=32;ye<64;ye++)E[ye]=D[ye];for(mt(K,E,C+64),Kn(K),ye=0;ye<64;ye++)de[ye]=0;for(ye=0;ye<32;ye++)de[ye]=me[ye];for(ye=0;ye<32;ye++)for(re=0;re<32;re++)de[ye+re]+=K[ye]*H[re];return Vr(E.subarray(32),de),Je}function Oi(E,T){var C=r(),D=r(),H=r(),K=r(),me=r(),ye=r(),re=r();return N(E[2],f),we(E[1],T),ze(H,E[1]),ke(K,H,d),Re(H,H,E[2]),Te(K,E[2],K),ze(me,K),ze(ye,me),ke(re,ye,me),ke(C,re,H),ke(C,C,K),qe(C,C),ke(C,C,H),ke(C,C,K),ke(C,C,K),ke(E[0],C,K),ze(D,E[0]),ke(D,D,K),ue(D,H)&&ke(E[0],E[0],x),ze(D,E[0]),ke(D,D,K),ue(D,H)?-1:(ce(E[0])===T[31]>>7&&Re(E[0],c,E[0]),ke(E[3],E[0],E[1]),0)}function fs(E,T,C,D){var H,K=new Uint8Array(32),me=new Uint8Array(64),ye=[r(),r(),r(),r()],re=[r(),r(),r(),r()];if(C<64||Oi(re,D))return-1;for(H=0;H<C;H++)E[H]=T[H];for(H=0;H<32;H++)E[H+32]=D[H];if(mt(me,E,C),Kn(me),rn(ye,re,me),ia(re,T.subarray(32)),Ht(ye,re),zn(K,ye),C-=64,j(T,0,K,0)){for(H=0;H<C;H++)E[H]=0;return-1}for(H=0;H<C;H++)E[H]=T[H+64];return C}var aa=32,Jr=24,Zn=32,Xr=16,Qr=32,Ni=32,Kr=32,wr=32,Ri=32,hs=Jr,Ll=Zn,lr=Xr,pt=64,Ot=32,bn=64,Mi=32,ds=64;e.lowlevel={crypto_core_hsalsa20:q,crypto_stream_xor:be,crypto_stream:X,crypto_stream_salsa20_xor:L,crypto_stream_salsa20:Z,crypto_onetimeauth:F,crypto_onetimeauth_verify:ie,crypto_verify_16:se,crypto_verify_32:j,crypto_secretbox:he,crypto_secretbox_open:Se,crypto_scalarmult:Pe,crypto_scalarmult_base:rt,crypto_box_beforenm:xe,crypto_box_afternm:Ie,crypto_box:kt,crypto_box_open:Mn,crypto_box_keypair:vt,crypto_hash:mt,crypto_sign:ji,crypto_sign_keypair:Yr,crypto_sign_open:fs,crypto_secretbox_KEYBYTES:aa,crypto_secretbox_NONCEBYTES:Jr,crypto_secretbox_ZEROBYTES:Zn,crypto_secretbox_BOXZEROBYTES:Xr,crypto_scalarmult_BYTES:Qr,crypto_scalarmult_SCALARBYTES:Ni,crypto_box_PUBLICKEYBYTES:Kr,crypto_box_SECRETKEYBYTES:wr,crypto_box_BEFORENMBYTES:Ri,crypto_box_NONCEBYTES:hs,crypto_box_ZEROBYTES:Ll,crypto_box_BOXZEROBYTES:lr,crypto_sign_BYTES:pt,crypto_sign_PUBLICKEYBYTES:Ot,crypto_sign_SECRETKEYBYTES:bn,crypto_sign_SEEDBYTES:Mi,crypto_hash_BYTES:ds,gf:r,D:d,L:xr,pack25519:_,unpack25519:we,M:ke,A:Te,S:ze,Z:Re,pow2523:qe,add:Ht,set25519:N,modL:Vr,scalarmult:rn,scalarbase:ia};function Ul(E,T){if(E.length!==aa)throw new Error("bad key size");if(T.length!==Jr)throw new Error("bad nonce size")}function Bl(E,T){if(E.length!==Kr)throw new Error("bad public key size");if(T.length!==wr)throw new Error("bad secret key size")}function It(){for(var E=0;E<arguments.length;E++)if(!(arguments[E]instanceof Uint8Array))throw new TypeError("unexpected type, use Uint8Array")}function sa(E){for(var T=0;T<E.length;T++)E[T]=0}e.randomBytes=function(E){var T=new Uint8Array(E);return a(T,E),T},e.secretbox=function(E,T,C){It(E,T,C),Ul(C,T);for(var D=new Uint8Array(Zn+E.length),H=new Uint8Array(D.length),K=0;K<E.length;K++)D[K+Zn]=E[K];return he(H,D,D.length,T,C),H.subarray(Xr)},e.secretbox.open=function(E,T,C){It(E,T,C),Ul(C,T);for(var D=new Uint8Array(Xr+E.length),H=new Uint8Array(D.length),K=0;K<E.length;K++)D[K+Xr]=E[K];return D.length<32||Se(H,D,D.length,T,C)!==0?null:H.subarray(Zn)},e.secretbox.keyLength=aa,e.secretbox.nonceLength=Jr,e.secretbox.overheadLength=Xr,e.scalarMult=function(E,T){if(It(E,T),E.length!==Ni)throw new Error("bad n size");if(T.length!==Qr)throw new Error("bad p size");var C=new Uint8Array(Qr);return Pe(C,E,T),C},e.scalarMult.base=function(E){if(It(E),E.length!==Ni)throw new Error("bad n size");var T=new Uint8Array(Qr);return rt(T,E),T},e.scalarMult.scalarLength=Ni,e.scalarMult.groupElementLength=Qr,e.box=function(E,T,C,D){var H=e.box.before(C,D);return e.secretbox(E,T,H)},e.box.before=function(E,T){It(E,T),Bl(E,T);var C=new Uint8Array(Ri);return xe(C,E,T),C},e.box.after=e.secretbox,e.box.open=function(E,T,C,D){var H=e.box.before(C,D);return e.secretbox.open(E,T,H)},e.box.open.after=e.secretbox.open,e.box.keyPair=function(){var E=new Uint8Array(Kr),T=new Uint8Array(wr);return vt(E,T),{publicKey:E,secretKey:T}},e.box.keyPair.fromSecretKey=function(E){if(It(E),E.length!==wr)throw new Error("bad secret key size");var T=new Uint8Array(Kr);return rt(T,E),{publicKey:T,secretKey:new Uint8Array(E)}},e.box.publicKeyLength=Kr,e.box.secretKeyLength=wr,e.box.sharedKeyLength=Ri,e.box.nonceLength=hs,e.box.overheadLength=e.secretbox.overheadLength,e.sign=function(E,T){if(It(E,T),T.length!==bn)throw new Error("bad secret key size");var C=new Uint8Array(pt+E.length);return ji(C,E,E.length,T),C},e.sign.open=function(E,T){if(It(E,T),T.length!==Ot)throw new Error("bad public key size");var C=new Uint8Array(E.length),D=fs(C,E,E.length,T);if(D<0)return null;for(var H=new Uint8Array(D),K=0;K<H.length;K++)H[K]=C[K];return H},e.sign.detached=function(E,T){for(var C=e.sign(E,T),D=new Uint8Array(pt),H=0;H<D.length;H++)D[H]=C[H];return D},e.sign.detached.verify=function(E,T,C){if(It(E,T,C),T.length!==pt)throw new Error("bad signature size");if(C.length!==Ot)throw new Error("bad public key size");var D=new Uint8Array(pt+E.length),H=new Uint8Array(pt+E.length),K;for(K=0;K<pt;K++)D[K]=T[K];for(K=0;K<E.length;K++)D[K+pt]=E[K];return fs(H,D,D.length,C)>=0},e.sign.keyPair=function(){var E=new Uint8Array(Ot),T=new Uint8Array(bn);return Yr(E,T),{publicKey:E,secretKey:T}},e.sign.keyPair.fromSecretKey=function(E){if(It(E),E.length!==bn)throw new Error("bad secret key size");for(var T=new Uint8Array(Ot),C=0;C<T.length;C++)T[C]=E[32+C];return{publicKey:T,secretKey:new Uint8Array(E)}},e.sign.keyPair.fromSeed=function(E){if(It(E),E.length!==Mi)throw new Error("bad seed size");for(var T=new Uint8Array(Ot),C=new Uint8Array(bn),D=0;D<32;D++)C[D]=E[D];return Yr(T,C,!0),{publicKey:T,secretKey:C}},e.sign.publicKeyLength=Ot,e.sign.secretKeyLength=bn,e.sign.seedLength=Mi,e.sign.signatureLength=pt,e.hash=function(E){It(E);var T=new Uint8Array(ds);return mt(T,E,E.length),T},e.hash.hashLength=ds,e.verify=function(E,T){return It(E,T),E.length===0||T.length===0||E.length!==T.length?!1:J(E,0,T,0,E.length)===0},e.setPRNG=function(E){a=E},(function(){var E=typeof globalThis<"u"?globalThis.crypto||globalThis.msCrypto:null;if(E&&E.getRandomValues){var T=65536;e.setPRNG(function(C,D){var H,K=new Uint8Array(D);for(H=0;H<D;H+=T)E.getRandomValues(K.subarray(H,H+Math.min(D-H,T)));for(H=0;H<D;H++)C[H]=K[H];sa(K)})}else typeof require<"u"&&(E=require("crypto"),E&&E.randomBytes&&e.setPRNG(function(C,D){var H,K=E.randomBytes(D);for(H=0;H<D;H++)C[H]=K[H];sa(K)}))})()})(typeof module<"u"&&module.exports?module.exports:globalThis.nacl=globalThis.nacl||{});const Wo=typeof module<"u"&&module.exports?module.exports:globalThis.nacl;Wo.sign.keyPair.fromSeed,Wo.sign.detached,Wo.sign.detached.verify,Wo.randomBytes;var s0;(function(e){e.InvalidPrefixByte="nkeys: invalid prefix byte",e.InvalidKey="nkeys: invalid key",e.InvalidPublicKey="nkeys: invalid public key",e.InvalidSeedLen="nkeys: invalid seed length",e.InvalidSeed="nkeys: invalid seed",e.InvalidEncoding="nkeys: invalid encoded key",e.InvalidSignature="nkeys: signature verification failed",e.CannotSign="nkeys: cannot sign, no private key available",e.PublicKeyOnly="nkeys: no seed or private key available",e.InvalidChecksum="nkeys: invalid checksum",e.SerializationError="nkeys: serialization error",e.ApiError="nkeys: api error",e.ClearedPair="nkeys: pair is cleared"})(s0||(s0={}));var l0;(function(e){e[e.Seed=144]="Seed",e[e.Private=120]="Private",e[e.Operator=112]="Operator",e[e.Server=104]="Server",e[e.Cluster=16]="Cluster",e[e.Account=0]="Account",e[e.User=160]="User"})(l0||(l0={}));function fE(e){return n=>{let r={};return e.forEach(a=>{const l=a(n)||{};r=Object.assign(r,l)}),r}}function hE(){return()=>{}}function dE(e,n){return()=>{const r=typeof e=="function"?e():e,a=typeof n=="function"?n():n;return{user:r,pass:a}}}function mE(e){return()=>({auth_token:typeof e=="function"?e():e})}const Gb=120*1e3,pE=2,Yb=2*1e3;function gE(){return{maxPingOut:2,maxReconnectAttempts:10,noRandomize:!1,pedantic:!1,pingInterval:Gb,reconnect:!0,reconnectJitter:100,reconnectJitterTLS:1e3,reconnectTimeWait:Yb,tls:void 0,verbose:!1,waitOnFirstConnect:!1,ignoreAuthErrorAbort:!1}}function yE(e){const n=[];return typeof e.authenticator=="function"&&n.push(e.authenticator),Array.isArray(e.authenticator)&&n.push(...e.authenticator),e.token&&n.push(mE(e.token)),e.user&&n.push(dE(e.user,e.pass)),n.length===0?hE():fE(n)}function bE(e){const n=`${Rh}:${Ib()}`;if(e=e||{servers:[n]},e.servers=e.servers||[],typeof e.servers=="string"&&(e.servers=[e.servers]),e.servers.length>0&&e.port)throw new je("port and servers options are mutually exclusive",Ee.InvalidOption);e.servers.length===0&&e.port&&(e.servers=[`${Rh}:${e.port}`]),e.servers&&e.servers.length===0&&(e.servers=[n]);const r=Ou(gE(),e);if(r.authenticator=yE(r),["reconnectDelayHandler","authenticator"].forEach(a=>{if(r[a]&&typeof r[a]!="function")throw new je(`${a} option should be a function`,Ee.NotFunction)}),r.reconnectDelayHandler||(r.reconnectDelayHandler=()=>{let a=r.tls?r.reconnectJitterTLS:r.reconnectJitter;return a&&(a++,a=Math.floor(Math.random()*a)),r.reconnectTimeWait+a}),r.inboxPrefix)try{Hr(r.inboxPrefix)}catch(a){throw new je(a.message,Ee.ApiError)}if(r.resolve===void 0&&(r.resolve=typeof Ph()=="function"),r.resolve&&typeof Ph()!="function")throw new je("'resolve' is not supported on this client",Ee.InvalidOption);return r}function vE(e,n){const{proto:r,tls_required:a,tls_available:l}=e;if((r===void 0||r<1)&&n.noEcho)throw new je("noEcho",Ee.ServerOptionNotAvailable);const u=a||l||!1;if(n.tls&&!u)throw new je("tls",Ee.ServerOptionNotAvailable)}const xE=1024*32,wE=/^INFO\s+([^\r\n]+)\r\n/i,SE=dl(`PONG\r
|
|
72
|
+
`),o0=dl(`PING\r
|
|
73
|
+
`);class _E{constructor(n,r,a){A(this,"echo");A(this,"no_responders");A(this,"protocol");A(this,"verbose");A(this,"pedantic");A(this,"jwt");A(this,"nkey");A(this,"sig");A(this,"user");A(this,"pass");A(this,"auth_token");A(this,"tls_required");A(this,"name");A(this,"lang");A(this,"version");A(this,"headers");this.protocol=1,this.version=n.version,this.lang=n.lang,this.echo=r.noEcho?!1:void 0,this.verbose=r.verbose,this.pedantic=r.pedantic,this.tls_required=r.tls?!0:void 0,this.name=r.name;const l=(r&&typeof r.authenticator=="function"?r.authenticator(a):{})||{};Ou(this,l)}}class Vb extends Yt{constructor(r,a,l={}){var c;super();A(this,"sid");A(this,"queue");A(this,"draining");A(this,"max");A(this,"subject");A(this,"drained");A(this,"protocol");A(this,"timer");A(this,"info");A(this,"cleanupFn");A(this,"closed");A(this,"requestSubject");Ou(this,l),this.protocol=r,this.subject=a,this.draining=!1,this.noIterator=typeof l.callback=="function",this.closed=Tt();const u=!((c=r.options)!=null&&c.noAsyncTraces);l.timeout&&(this.timer=Wa(l.timeout,u),this.timer.then(()=>{this.timer=void 0}).catch(f=>{this.stop(f),this.noIterator&&this.callback(f,{})})),this.noIterator||this.iterClosed.then(()=>{this.closed.resolve(),this.unsubscribe()})}setPrePostHandlers(r){if(this.noIterator){const a=this.callback,l=r.ingestionFilterFn?r.ingestionFilterFn:()=>({ingest:!0,protocol:!1}),u=r.protocolFilterFn?r.protocolFilterFn:()=>!0,c=r.dispatchedFn?r.dispatchedFn:()=>{};this.callback=(f,m)=>{const{ingest:d}=l(m);d&&u(m)&&(a(f,m),c(m))}}else this.protocolFilterFn=r.protocolFilterFn,this.dispatchedFn=r.dispatchedFn}callback(r,a){this.cancelTimeout(),r?this.stop(r):this.push(a)}close(){if(!this.isClosed()){this.cancelTimeout();const r=()=>{if(this.stop(),this.cleanupFn)try{this.cleanupFn(this,this.info)}catch{}this.closed.resolve()};this.noIterator?r():this.push(r)}}unsubscribe(r){this.protocol.unsubscribe(this,r)}cancelTimeout(){this.timer&&(this.timer.cancel(),this.timer=void 0)}drain(){return this.protocol.isClosed()?Promise.reject(je.errorForCode(Ee.ConnectionClosed)):this.isClosed()?Promise.reject(je.errorForCode(Ee.SubClosed)):(this.drained||(this.draining=!0,this.protocol.unsub(this),this.drained=this.protocol.flush(Tt()).then(()=>{this.protocol.subscriptions.cancel(this)}).catch(()=>{this.protocol.subscriptions.cancel(this)})),this.drained)}isDraining(){return this.draining}isClosed(){return this.done}getSubject(){return this.subject}getMax(){return this.max}getID(){return this.sid}}class EE{constructor(){A(this,"mux");A(this,"subs");A(this,"sidCounter");this.sidCounter=0,this.mux=null,this.subs=new Map}size(){return this.subs.size}add(n){return this.sidCounter++,n.sid=this.sidCounter,this.subs.set(n.sid,n),n}setMux(n){return this.mux=n,n}getMux(){return this.mux}get(n){return this.subs.get(n)}resub(n){return this.sidCounter++,this.subs.delete(n.sid),n.sid=this.sidCounter,this.subs.set(n.sid,n),n}all(){return Array.from(this.subs.values())}cancel(n){n&&(n.close(),this.subs.delete(n.sid))}handleError(n){if(n&&n.permissionContext){const r=n.permissionContext,a=this.all();let l;if(r.operation==="subscription"&&(l=a.find(u=>u.subject===r.subject&&u.queue===r.queue)),r.operation==="publish"&&(l=a.find(u=>u.requestSubject===r.subject)),l)return l.callback(n,{}),l.close(),this.subs.delete(l.sid),l!==this.mux}return!1}close(){this.subs.forEach(n=>{n.close()})}}class wu{constructor(n,r){A(this,"connected");A(this,"connectedOnce");A(this,"infoReceived");A(this,"info");A(this,"muxSubscriptions");A(this,"options");A(this,"outbound");A(this,"pongs");A(this,"subscriptions");A(this,"transport");A(this,"noMorePublishing");A(this,"connectError");A(this,"publisher");A(this,"_closed");A(this,"closed");A(this,"listeners");A(this,"heartbeats");A(this,"parser");A(this,"outMsgs");A(this,"inMsgs");A(this,"outBytes");A(this,"inBytes");A(this,"pendingLimit");A(this,"lastError");A(this,"abortReconnect");A(this,"whyClosed");A(this,"servers");A(this,"server");A(this,"features");A(this,"connectPromise");this._closed=!1,this.connected=!1,this.connectedOnce=!1,this.infoReceived=!1,this.noMorePublishing=!1,this.abortReconnect=!1,this.listeners=[],this.pendingLimit=xE,this.outMsgs=0,this.inMsgs=0,this.outBytes=0,this.inBytes=0,this.options=n,this.publisher=r,this.subscriptions=new EE,this.muxSubscriptions=new sE,this.outbound=new ts,this.pongs=[],this.whyClosed="",this.pendingLimit=n.pendingLimit||this.pendingLimit,this.features=new q_({major:0,minor:0,micro:0}),this.connectPromise=null;const a=typeof n.servers=="string"?[n.servers]:n.servers;this.servers=new aE(a,{randomize:!n.noRandomize}),this.closed=Tt(),this.parser=new a0(this),this.heartbeats=new lE(this,this.options.pingInterval||Gb,this.options.maxPingOut||pE)}resetOutbound(){this.outbound.reset();const n=this.pongs;this.pongs=[];const r=je.errorForCode(Ee.Disconnect);r.stack="",n.forEach(a=>{a.reject(r)}),this.parser=new a0(this),this.infoReceived=!1}dispatchStatus(n){this.listeners.forEach(r=>{r.push(n)})}status(){const n=new Yt;return this.listeners.push(n),n}prepare(){this.transport&&this.transport.discard(),this.info=void 0,this.resetOutbound();const n=Tt();return n.catch(()=>{}),this.pongs.unshift(n),this.connectError=r=>{n.reject(r)},this.transport=F_(),this.transport.closed().then(async r=>{if(this.connected=!1,!this.isClosed()){await this.disconnected(this.transport.closeError||this.lastError);return}}),n}disconnect(){this.dispatchStatus({type:Va.StaleConnection,data:""}),this.transport.disconnect()}reconnect(){return this.connected&&(this.dispatchStatus({type:Va.ClientInitiatedReconnect,data:""}),this.transport.disconnect()),Promise.resolve()}async disconnected(n){this.dispatchStatus({type:qr.Disconnect,data:this.servers.getCurrentServer().toString()}),this.options.reconnect?await this.dialLoop().then(()=>{var r;this.dispatchStatus({type:qr.Reconnect,data:this.servers.getCurrentServer().toString()}),((r=this.lastError)==null?void 0:r.code)===Ee.AuthenticationExpired&&(this.lastError=void 0)}).catch(r=>{this._close(r)}):await this._close(n)}async dial(n){const r=this.prepare();let a;try{a=Wa(this.options.timeout||2e4);const l=this.transport.connect(n,this.options);await Promise.race([l,a]),(async()=>{try{for await(const u of this.transport)this.parser.parse(u)}catch(u){console.log("reader closed",u)}})().then()}catch(l){r.reject(l)}try{await Promise.race([a,r]),a&&a.cancel(),this.connected=!0,this.connectError=void 0,this.sendSubscriptions(),this.connectedOnce=!0,this.server.didConnect=!0,this.server.reconnects=0,this.flushPending(),this.heartbeats.start()}catch(l){throw a&&a.cancel(),await this.transport.close(l),l}}async _doDial(n){const{resolve:r}=this.options,a=await n.resolve({fn:Ph(),debug:this.options.debug,randomize:!this.options.noRandomize,resolve:r});let l=null;for(const u of a)try{l=null,this.dispatchStatus({type:Va.Reconnecting,data:u.toString()}),await this.dial(u);return}catch(c){l=c}throw l}dialLoop(){return this.connectPromise===null&&(this.connectPromise=this.dodialLoop(),this.connectPromise.then(()=>{}).catch(()=>{}).finally(()=>{this.connectPromise=null})),this.connectPromise}async dodialLoop(){let n;for(;;){this._closed&&this.servers.clear();const r=this.options.reconnectDelayHandler?this.options.reconnectDelayHandler():Yb;let a=r;const l=this.selectServer();if(!l||this.abortReconnect)throw n||(this.lastError?this.lastError:je.errorForCode(Ee.ConnectionRefused));const u=Date.now();if(l.lastConnect===0||l.lastConnect+r<=u){l.lastConnect=Date.now();try{await this._doDial(l);break}catch(c){if(n=c,!this.connectedOnce){if(this.options.waitOnFirstConnect)continue;this.servers.removeCurrentServer()}l.reconnects++;const f=this.options.maxReconnectAttempts||0;f!==-1&&l.reconnects>=f&&this.servers.removeCurrentServer()}}else a=Math.min(a,l.lastConnect+r-u),await ss(a)}}static async connect(n,r){const a=new wu(n,r);return await a.dialLoop(),a}static toError(n){const r=n?n.toLowerCase():"";if(r.indexOf("permissions violation")!==-1){const a=new je(n,Ee.PermissionsViolation),l=n.match(/(Publish|Subscription) to "(\S+)"/);if(l){a.permissionContext={operation:l[1].toLowerCase(),subject:l[2],queue:void 0};const u=n.match(/using queue "(\S+)"/);u&&(a.permissionContext.queue=u[1])}return a}else return r.indexOf("authorization violation")!==-1?new je(n,Ee.AuthorizationViolation):r.indexOf("user authentication expired")!==-1?new je(n,Ee.AuthenticationExpired):r.indexOf("account authentication expired")!=-1?new je(n,Ee.AccountExpired):r.indexOf("authentication timeout")!==-1?new je(n,Ee.AuthenticationTimeout):new je(n,Ee.ProtocolError)}processMsg(n,r){if(this.inMsgs++,this.inBytes+=r.length,!this.subscriptions.sidCounter)return;const a=this.subscriptions.get(n.sid);a&&(a.received+=1,a.callback&&a.callback(null,new pd(n,r,this)),a.max!==void 0&&a.received>=a.max&&a.unsubscribe())}processError(n){const r=$y(n),a=wu.toError(r),l={type:qr.Error,data:a.code};if(a.isPermissionError()){let u=!1;if(a.permissionContext){l.permissionContext=a.permissionContext;const c=this.subscriptions.getMux();u=(c==null?void 0:c.subject)===a.permissionContext.subject}this.subscriptions.handleError(a),this.muxSubscriptions.handleError(u,a),u&&this.subscriptions.setMux(null)}this.dispatchStatus(l),this.handleError(a)}handleError(n){n.isAuthError()?this.handleAuthError(n):n.isProtocolError()?this.lastError=n:n.isAuthTimeout()&&(this.lastError=n),n.isPermissionError()||(this.lastError=n)}handleAuthError(n){this.lastError&&n.code===this.lastError.code&&this.options.ignoreAuthErrorAbort===!1&&(this.abortReconnect=!0),this.connectError?this.connectError(n):this.disconnect()}processPing(){this.transport.send(SE)}processPong(){const n=this.pongs.shift();n&&n.resolve()}processInfo(n){const r=JSON.parse($y(n));this.info=r;const a=this.options&&this.options.ignoreClusterUpdates?void 0:this.servers.update(r,this.transport.isEncrypted());if(!this.infoReceived){this.features.update(Zi(r.version)),this.infoReceived=!0,this.transport.isEncrypted()&&this.servers.updateTLSName();const{version:u,lang:c}=this.transport;try{const f=new _E({version:u,lang:c},this.options,r.nonce);r.headers&&(f.headers=!0,f.no_responders=!0);const m=JSON.stringify(f);this.transport.send(dl(`CONNECT ${m}${uu}`)),this.transport.send(o0)}catch(f){this._close(f)}}a&&this.dispatchStatus({type:qr.Update,data:a}),(r.ldm!==void 0?r.ldm:!1)&&this.dispatchStatus({type:qr.LDM,data:this.servers.getCurrentServer().toString()})}push(n){switch(n.kind){case ln.MSG:{const{msg:r,data:a}=n;this.processMsg(r,a);break}case ln.OK:break;case ln.ERR:this.processError(n.data);break;case ln.PING:this.processPing();break;case ln.PONG:this.processPong();break;case ln.INFO:this.processInfo(n.data);break}}sendCommand(n,...r){const a=this.outbound.length();let l;typeof n=="string"?l=dl(n):l=n,this.outbound.fill(l,...r),a===0?queueMicrotask(()=>{this.flushPending()}):this.outbound.size()>=this.pendingLimit&&this.flushPending()}publish(n,r=Rn,a){let l;if(r instanceof Uint8Array)l=r;else if(typeof r=="string")l=ta.encode(r);else throw je.errorForCode(Ee.BadPayload);let u=l.length;a=a||{},a.reply=a.reply||"";let c=Rn,f=0;if(a.headers){if(this.info&&!this.info.headers)throw new je("headers",Ee.ServerOptionNotAvailable);c=a.headers.encode(),f=c.length,u=l.length+f}if(this.info&&u>this.info.max_payload)throw je.errorForCode(Ee.MaxPayloadExceeded);this.outBytes+=u,this.outMsgs++;let m;a.headers?(a.reply?m=`HPUB ${n} ${a.reply} ${f} ${u}\r
|
|
74
|
+
`:m=`HPUB ${n} ${f} ${u}\r
|
|
75
|
+
`,this.sendCommand(m,c,l,xu)):(a.reply?m=`PUB ${n} ${a.reply} ${u}\r
|
|
76
|
+
`:m=`PUB ${n} ${u}\r
|
|
77
|
+
`,this.sendCommand(m,l,xu))}request(n){return this.initMux(),this.muxSubscriptions.add(n),n}subscribe(n){return this.subscriptions.add(n),this._subunsub(n),n}_sub(n){n.queue?this.sendCommand(`SUB ${n.subject} ${n.queue} ${n.sid}\r
|
|
78
|
+
`):this.sendCommand(`SUB ${n.subject} ${n.sid}\r
|
|
79
|
+
`)}_subunsub(n){return this._sub(n),n.max&&this.unsubscribe(n,n.max),n}unsubscribe(n,r){this.unsub(n,r),(n.max===void 0||n.received>=n.max)&&this.subscriptions.cancel(n)}unsub(n,r){!n||this.isClosed()||(r?this.sendCommand(`UNSUB ${n.sid} ${r}\r
|
|
80
|
+
`):this.sendCommand(`UNSUB ${n.sid}\r
|
|
81
|
+
`),n.max=r)}resub(n,r){!n||this.isClosed()||(this.unsub(n),n.subject=r,this.subscriptions.resub(n),this._sub(n))}flush(n){return n||(n=Tt()),this.pongs.push(n),this.outbound.fill(o0),this.flushPending(),n}sendSubscriptions(){const n=[];this.subscriptions.all().forEach(r=>{const a=r;a.queue?n.push(`SUB ${a.subject} ${a.queue} ${a.sid}${uu}`):n.push(`SUB ${a.subject} ${a.sid}${uu}`)}),n.length&&this.transport.send(dl(n.join("")))}async _close(n){this._closed||(this.whyClosed=new Error("close trace").stack||"",this.heartbeats.cancel(),this.connectError&&(this.connectError(n),this.connectError=void 0),this.muxSubscriptions.close(),this.subscriptions.close(),this.listeners.forEach(r=>{r.stop()}),this._closed=!0,await this.transport.close(n),await this.closed.resolve(n))}close(){return this._close()}isClosed(){return this._closed}drain(){const n=this.subscriptions.all(),r=[];return n.forEach(a=>{r.push(a.drain())}),Promise.all(r).then(async()=>(this.noMorePublishing=!0,await this.flush(),this.close())).catch(()=>{})}flushPending(){if(!(!this.infoReceived||!this.connected)&&this.outbound.size()){const n=this.outbound.drain();this.transport.send(n)}}initMux(){if(!this.subscriptions.getMux()){const r=this.muxSubscriptions.init(this.options.inboxPrefix),a=new Vb(this,`${r}*`);a.callback=this.muxSubscriptions.dispatcher(),this.subscriptions.setMux(a),this.subscribe(a)}}selectServer(){const n=this.servers.selectServer();if(n!==void 0)return this.server=n,this.server}getServer(){return this.server}}const kE="$SRV";class u0{constructor(n){A(this,"msg");this.msg=n}get data(){return this.msg.data}get sid(){return this.msg.sid}get subject(){return this.msg.subject}get reply(){return this.msg.reply||""}get headers(){return this.msg.headers}respond(n,r){return this.msg.respond(n,r)}respondError(n,r,a,l){var u,c;return l=l||{},l.headers=l.headers||Fr(),(u=l.headers)==null||u.set(pu,`${n}`),(c=l.headers)==null||c.set(mu,r),this.msg.respond(a,l)}json(n){return this.msg.json(n)}string(){return this.msg.string()}}class Sl{constructor(n,r="",a=""){A(this,"subject");A(this,"queue");A(this,"srv");r!==""&&CE("service group",r);let l="";if(n instanceof Rl)this.srv=n,l="";else if(n instanceof Sl){const u=n;this.srv=u.srv,a===""&&u.queue!==""&&(a=u.queue),l=u.subject}else throw new Error("unknown ServiceGroup type");this.subject=this.calcSubject(l,r),this.queue=a}calcSubject(n,r=""){return r===""?n:n!==""?`${n}.${r}`:r}addEndpoint(n="",r){r=r||{subject:n};const a=typeof r=="function"?{handler:r,subject:n}:r;fl("endpoint",n);let{subject:l,handler:u,metadata:c,queue:f}=a;l=l||n,f=f||this.queue,AE("endpoint subject",l),l=this.calcSubject(this.subject,l);const m={name:n,subject:l,queue:f,handler:u,metadata:c};return this.srv._addEndpoint(m)}addGroup(n="",r=""){return new Sl(this,n,r)}}function AE(e,n){if(n==="")throw new Error(`${e} cannot be empty`);if(n.indexOf(" ")!==-1)throw new Error(`${e} cannot contain spaces: '${n}'`);const r=n.split(".");r.forEach((a,l)=>{if(a===">"&&l!==r.length-1)throw new Error(`${e} cannot have internal '>': '${n}'`)})}function CE(e,n){if(n.indexOf(" ")!==-1)throw new Error(`${e} cannot contain spaces: '${n}'`);n.split(".").forEach(a=>{if(a===">")throw new Error(`${e} name cannot contain internal '>': '${n}'`)})}class Rl{constructor(n,r={name:"",version:""}){A(this,"nc");A(this,"_id");A(this,"config");A(this,"handlers");A(this,"internal");A(this,"_stopped");A(this,"_done");A(this,"started");this.nc=n,this.config=Object.assign({},r),this.config.queue||(this.config.queue="q"),fl("name",this.config.name),fl("queue",this.config.queue),Zi(this.config.version),this._id=ki.next(),this.internal=[],this._done=Tt(),this._stopped=!1,this.handlers=[],this.started=new Date().toISOString(),this.reset(),this.nc.closed().then(()=>{this.close().catch()}).catch(a=>{this.close(a).catch()})}static controlSubject(n,r="",a="",l){const u=l??kE;return r===""&&a===""?`${u}.${n}`:(fl("control subject name",r),a!==""?(fl("control subject id",a),`${u}.${n}.${r}.${a}`):`${u}.${n}.${r}`)}get subjects(){return this.handlers.filter(n=>n.internal===!1).map(n=>n.subject)}get id(){return this._id}get name(){return this.config.name}get description(){return this.config.description??""}get version(){return this.config.version}get metadata(){return this.config.metadata}errorToHeader(n){const r=Fr();if(n instanceof gu){const a=n;r.set(mu,a.message),r.set(pu,`${a.code}`)}else r.set(mu,n.message),r.set(pu,"500");return r}setupHandler(n,r=!1){const a=r?"":n.queue?n.queue:this.config.queue,{name:l,subject:u,handler:c}=n,f=n;f.internal=r,r&&this.internal.push(f),f.stats=new TE(l,u,a),f.queue=a;const m=c?(d,y)=>{if(d){this.close(d);return}const g=Date.now();try{c(d,new u0(y))}catch(b){f.stats.countError(b),y==null||y.respond(Rn,{headers:this.errorToHeader(b)})}finally{f.stats.countLatency(g)}}:void 0;return f.sub=this.nc.subscribe(u,{callback:m,queue:a}),f.sub.closed.then(()=>{this._stopped||this.close(new Error(`required subscription ${n.subject} stopped`)).catch()}).catch(d=>{if(!this._stopped){const y=new Error(`required subscription ${n.subject} errored: ${d.message}`);y.stack=d.stack,this.close(y).catch()}}),f}info(){return{type:ml.INFO,name:this.name,id:this.id,version:this.version,description:this.description,metadata:this.metadata,endpoints:this.endpoints()}}endpoints(){return this.handlers.map(n=>{const{subject:r,metadata:a,name:l,queue:u}=n;return{subject:r,metadata:a,name:l,queue_group:u}})}async stats(){const n=[];for(const r of this.handlers){if(typeof this.config.statsHandler=="function")try{r.stats.data=await this.config.statsHandler(r)}catch(a){r.stats.countError(a)}n.push(r.stats.stats(r.qi))}return{type:ml.STATS,name:this.name,id:this.id,version:this.version,started:this.started,metadata:this.metadata,endpoints:n}}addInternalHandler(n,r){const a=`${n}`.toUpperCase();this._doAddInternalHandler(`${a}-all`,n,r),this._doAddInternalHandler(`${a}-kind`,n,r,this.name),this._doAddInternalHandler(`${a}`,n,r,this.name,this.id)}_doAddInternalHandler(n,r,a,l="",u=""){const c={};c.name=n,c.subject=Rl.controlSubject(r,l,u),c.handler=a,this.setupHandler(c,!0)}start(){const n=ar(),r=(c,f)=>c?(this.close(c),Promise.reject(c)):this.stats().then(m=>(f==null||f.respond(n.encode(m)),Promise.resolve())),a=(c,f)=>c?(this.close(c),Promise.reject(c)):(f==null||f.respond(n.encode(this.info())),Promise.resolve()),l=n.encode(this.ping()),u=(c,f)=>c?(this.close(c).then().catch(),Promise.reject(c)):(f.respond(l),Promise.resolve());return this.addInternalHandler(Si.PING,u),this.addInternalHandler(Si.STATS,r),this.addInternalHandler(Si.INFO,a),this.handlers.forEach(c=>{const{subject:f}=c;typeof f=="string"&&c.handler!==null&&this.setupHandler(c)}),Promise.resolve(this)}close(n){if(this._stopped)return this._done;this._stopped=!0;let r=[];return this.nc.isClosed()||(r=this.handlers.concat(this.internal).map(a=>a.sub.drain())),Promise.allSettled(r).then(()=>{this._done.resolve(n||null)}),this._done}get stopped(){return this._done}get isStopped(){return this._stopped}stop(n){return this.close(n)}ping(){return{type:ml.PING,name:this.name,id:this.id,version:this.version,metadata:this.metadata}}reset(){if(this.started=new Date().toISOString(),this.handlers)for(const n of this.handlers)n.stats.reset(n.qi)}addGroup(n,r){return new Sl(this,n,r)}addEndpoint(n,r){return new Sl(this).addEndpoint(n,r)}_addEndpoint(n){const r=new Yt;r.noIterator=typeof n.handler=="function",r.noIterator||(n.handler=(l,u)=>{l?this.stop(l).catch():r.push(new u0(u))},r.iterClosed.then(()=>{this.close().catch()}));const a=this.setupHandler(n,!1);return a.qi=r,this.handlers.push(a),r}}class TE{constructor(n,r,a=""){A(this,"name");A(this,"subject");A(this,"average_processing_time");A(this,"num_requests");A(this,"processing_time");A(this,"num_errors");A(this,"last_error");A(this,"data");A(this,"metadata");A(this,"queue");this.name=n,this.subject=r,this.average_processing_time=0,this.num_errors=0,this.num_requests=0,this.processing_time=0,this.queue=a}reset(n){this.num_requests=0,this.processing_time=0,this.average_processing_time=0,this.num_errors=0,this.last_error=void 0,this.data=void 0;const r=n;r&&(r.time=0,r.processed=0)}countLatency(n){this.num_requests++,this.processing_time+=Ct(Date.now()-n),this.average_processing_time=Math.round(this.processing_time/this.num_requests)}countError(n){this.num_errors++,this.last_error=n.message}_stats(){const{name:n,subject:r,average_processing_time:a,num_errors:l,num_requests:u,processing_time:c,last_error:f,data:m,queue:d}=this;return{name:n,subject:r,average_processing_time:a,num_errors:l,num_requests:u,processing_time:c,last_error:f,data:m,queue_group:d}}stats(n){const r=n;return(r==null?void 0:r.noIterator)===!1&&(this.processing_time=Ct(r.time),this.num_requests=r.processed,this.average_processing_time=this.processing_time>0&&this.num_requests>0?this.processing_time/this.num_requests:0),this._stats()}}class jE{constructor(n,r={strategy:ir.JitterTimer,maxWait:2e3},a){A(this,"nc");A(this,"prefix");A(this,"opts");this.nc=n,this.prefix=a,this.opts=r}ping(n="",r=""){return this.q(Si.PING,n,r)}stats(n="",r=""){return this.q(Si.STATS,n,r)}info(n="",r=""){return this.q(Si.INFO,n,r)}async q(n,r="",a=""){const l=new Yt,u=ar(),c=Rl.controlSubject(n,r,a,this.prefix),f=await this.nc.requestMany(c,Rn,this.opts);return(async()=>{for await(const m of f)try{const d=u.decode(m.data);l.push(d)}catch(d){l.push(()=>{l.stop(d)})}l.push(()=>{l.stop()})})().catch(m=>{l.stop(m)}),l}}function Jb(){return{key:{encode(e){return e},decode(e){return e}},value:{encode(e){return e},decode(e){return e}}}}function OE(){return{replicas:1,history:1,timeout:2e3,max_bytes:-1,maxValueSize:-1,codec:Jb(),storage:Lh.File}}const Su="KV-Operation",c0="$KV",NE=/^[-/=.\w]+$/,RE=/^[-/=.>*\w]+$/,ME=/^[-\w]+$/;function DE(e){if(e.startsWith(".")||e.endsWith(".")||!NE.test(e))throw new Error(`invalid key: ${e}`)}function zE(e){if(e.startsWith(".")||e.endsWith(".")||!RE.test(e))throw new Error(`invalid key: ${e}`)}function LE(e){if(e.startsWith(".")||e.endsWith("."))throw new Error(`invalid key: ${e}`);const n=e.split(".");let r=!1;for(let a=0;a<n.length;a++)switch(n[a]){case"*":r=!0;break;case">":if(a!==n.length-1)throw new Error(`invalid key: ${e}`);r=!0;break}return r}function cu(e){if(!ME.test(e))throw new Error(`invalid bucket name: ${e}`)}var dr;(function(e){e.MsgIdHdr="Nats-Msg-Id",e.ExpectedStreamHdr="Nats-Expected-Stream",e.ExpectedLastSeqHdr="Nats-Expected-Last-Sequence",e.ExpectedLastMsgIdHdr="Nats-Expected-Last-Msg-Id",e.ExpectedLastSubjectSequenceHdr="Nats-Expected-Last-Subject-Sequence"})(dr||(dr={}));class _l{constructor(n,r,a){A(this,"js");A(this,"jsm");A(this,"stream");A(this,"bucket");A(this,"direct");A(this,"codec");A(this,"prefix");A(this,"editPrefix");A(this,"useJsPrefix");A(this,"_prefixLen");A(this,"validateKey",DE);A(this,"validateSearchKey",zE);A(this,"hasWildcards",LE);cu(n),this.js=r,this.jsm=a,this.bucket=n,this.prefix=c0,this.editPrefix="",this.useJsPrefix=!1,this._prefixLen=0}static async create(n,r,a={}){cu(r);const l=await n.jetstreamManager(),u=new _l(r,n,l);return await u.init(a),u}static async bind(n,r,a={}){const l=await n.jetstreamManager(),u={config:{allow_direct:a.allow_direct}};cu(r);const c=new _l(r,n,l);return u.config.name=a.streamName??c.bucketName(),Object.assign(c,u),c.stream=u.config.name,c.codec=a.codec||Jb(),c.direct=u.config.allow_direct??!1,c.initializePrefixes(u),c}async init(n={}){const r=Object.assign(OE(),n);this.codec=r.codec;const a={};this.stream=a.name=n.streamName??this.bucketName(),a.retention=zh.Limits,a.max_msgs_per_subject=r.history,r.maxBucketSize&&(r.max_bytes=r.maxBucketSize),r.max_bytes&&(a.max_bytes=r.max_bytes),a.max_msg_size=r.maxValueSize,a.storage=r.storage;const l=n.placementCluster??"";if(l&&(n.placement={},n.placement.cluster=l,n.placement.tags=[]),n.placement&&(a.placement=n.placement),n.republish&&(a.republish=n.republish),n.description&&(a.description=n.description),n.mirror){const g=Object.assign({},n.mirror);g.name.startsWith(Tn)||(g.name=`${Tn}${g.name}`),a.mirror=g,a.mirror_direct=!0}else if(n.sources){const g=n.sources.map(b=>{const x=Object.assign({},b),k=x.name.startsWith(Tn)?x.name.substring(Tn.length):x.name;return x.name.startsWith(Tn)||(x.name=`${Tn}${x.name}`),!b.external&&k!==this.bucket&&(x.subject_transforms=[{src:`$KV.${k}.>`,dest:`$KV.${this.bucket}.>`}]),x});a.sources=g,a.subjects=[this.subjectForBucket()]}else a.subjects=[this.subjectForBucket()];n.metadata&&(a.metadata=n.metadata),typeof n.compression=="boolean"&&(a.compression=n.compression?Ai.S2:Ai.None);const u=this.js.nc,c=u.getServerVersion(),f=c?Bh(c,Zi("2.7.2"))>=0:!1;a.discard=f?wl.New:wl.Old;const{ok:m,min:d}=u.features.get(nt.JS_ALLOW_DIRECT);if(!m&&n.allow_direct===!0){const g=c?`${c.major}.${c.minor}.${c.micro}`:"unknown";return Promise.reject(new Error(`allow_direct is not available on server version ${g} - requires ${d}`))}n.allow_direct=typeof n.allow_direct=="boolean"?n.allow_direct:m,a.allow_direct=n.allow_direct,this.direct=a.allow_direct,a.num_replicas=r.replicas,r.ttl&&(a.max_age=Ct(r.ttl)),a.allow_rollup_hdrs=!0;let y;try{y=await this.jsm.streams.info(a.name),!y.config.allow_direct&&this.direct===!0&&(this.direct=!1)}catch(g){if(g.message==="stream not found")y=await this.jsm.streams.add(a);else throw g}this.initializePrefixes(y)}initializePrefixes(n){this._prefixLen=0,this.prefix=`$KV.${this.bucket}`,this.useJsPrefix=this.js.apiPrefix!=="$JS.API";const{mirror:r}=n.config;if(r){let a=r.name;if(a.startsWith(Tn)&&(a=a.substring(Tn.length)),r.external&&r.external.api!==""){const l=r.name.substring(Tn.length);this.useJsPrefix=!1,this.prefix=`$KV.${l}`,this.editPrefix=`${r.external.api}.$KV.${a}`}else this.editPrefix=this.prefix}}bucketName(){return this.stream??`${Tn}${this.bucket}`}subjectForBucket(){return`${this.prefix}.${this.bucket}.>`}subjectForKey(n,r=!1){const a=[];return r?(this.useJsPrefix&&a.push(this.js.apiPrefix),this.editPrefix!==""?a.push(this.editPrefix):a.push(this.prefix)):this.prefix&&a.push(this.prefix),a.push(n),a.join(".")}fullKeyName(n){return this.prefix!==""?`${this.prefix}.${n}`:`${c0}.${this.bucket}.${n}`}get prefixLen(){return this._prefixLen===0&&(this._prefixLen=this.prefix.length+1),this._prefixLen}encodeKey(n){const r=[];for(const a of n.split("."))switch(a){case">":case"*":r.push(a);break;default:r.push(this.codec.key.encode(a));break}return r.join(".")}decodeKey(n){const r=[];for(const a of n.split("."))switch(a){case">":case"*":r.push(a);break;default:r.push(this.codec.key.decode(a));break}return r.join(".")}close(){return Promise.resolve()}dataLen(n,r){const a=r&&r.get(un.MessageSizeHdr)||"";return a!==""?parseInt(a,10):n.length}smToEntry(n){return new KE(this.bucket,this.prefixLen,n)}jmToEntry(n){const r=this.decodeKey(n.subject.substring(this.prefixLen));return new ZE(this.bucket,r,n)}async create(n,r){var u;let a;try{const c=await this.put(n,r,{previousSeq:0});return Promise.resolve(c)}catch(c){if(a=c,((u=c==null?void 0:c.api_error)==null?void 0:u.err_code)!==10071)return Promise.reject(c)}let l=0;try{const c=await this.get(n);return(c==null?void 0:c.operation)==="DEL"||(c==null?void 0:c.operation)==="PURGE"?(l=c!==null?c.revision:0,this.update(n,r,l)):Promise.reject(a)}catch(c){return Promise.reject(c)}}update(n,r,a){if(a<=0)throw new Error("version must be greater than 0");return this.put(n,r,{previousSeq:a})}async put(n,r,a={}){var c,f;const l=this.encodeKey(n);this.validateKey(l);const u={};if(a.previousSeq!==void 0){const m=Fr();u.headers=m,m.set(dr.ExpectedLastSubjectSequenceHdr,`${a.previousSeq}`)}try{return(await this.js.publish(this.subjectForKey(l,!0),r,u)).seq}catch(m){const d=m;return d.isJetStreamError()?(d.message=(c=d.api_error)==null?void 0:c.description,d.code=`${(f=d.api_error)==null?void 0:f.code}`,Promise.reject(d)):Promise.reject(m)}}async get(n,r){const a=this.encodeKey(n);this.validateKey(a);let l={last_by_subj:this.subjectForKey(a)};r&&r.revision>0&&(l={seq:r.revision});let u;try{this.direct?u=await this.jsm.direct.getMessage(this.bucketName(),l):u=await this.jsm.streams.getMessage(this.bucketName(),l);const c=this.smToEntry(u);return c.key!==a?null:c}catch(c){if(c.code===Ee.JetStream404NoMessages)return null;throw c}}purge(n,r){return this._deleteOrPurge(n,"PURGE",r)}delete(n,r){return this._deleteOrPurge(n,"DEL",r)}async purgeDeletes(n=1800*1e3){const r=Tt(),a=[],l=await this.watch({key:">",initializedFn:()=>{r.resolve()}});(async()=>{for await(const m of l)(m.operation==="DEL"||m.operation==="PURGE")&&a.push(m)})().then(),await r,l.stop();const u=Date.now()-n,c=a.map(m=>{const d=this.subjectForKey(m.key);return m.created.getTime()>=u?this.jsm.streams.purge(this.stream,{filter:d,keep:1}):this.jsm.streams.purge(this.stream,{filter:d,keep:0})}),f=await Promise.all(c);return f.unshift({success:!0,purged:0}),f.reduce((m,d)=>(m.purged+=d.purged,m))}async _deleteOrPurge(n,r,a){if(!this.hasWildcards(n))return this._doDeleteOrPurge(n,r,a);const l=await this.keys(n),u=[];for await(const c of l)u.push(this._doDeleteOrPurge(c,r)),u.length===100&&(await Promise.all(u),u.length=0);u.length>0&&await Promise.all(u)}async _doDeleteOrPurge(n,r,a){const l=this.encodeKey(n);this.validateKey(l);const u=Fr();u.set(Su,r),r==="PURGE"&&u.set(un.RollupHdr,un.RollupValueSubject),a!=null&&a.previousSeq&&u.set(dr.ExpectedLastSubjectSequenceHdr,`${a.previousSeq}`),await this.js.publish(this.subjectForKey(l,!0),Rn,{headers:u})}_buildCC(n,r,a={}){let u=(Array.isArray(n)?n:[n]).map(m=>{const d=this.encodeKey(m);return this.validateSearchKey(m),this.fullKeyName(d)}),c=zt.LastPerSubject;r===rr.AllHistory&&(c=zt.All),r===rr.UpdatesOnly&&(c=zt.New);let f;return u.length===1&&(f=u[0],u=void 0),Object.assign({deliver_policy:c,ack_policy:Gt.None,filter_subjects:u,filter_subject:f,flow_control:!0,idle_heartbeat:Ct(5*1e3)},a)}remove(n){return this.purge(n)}async history(n={}){const r=n.key??">",a=new Yt,l={};l.headers_only=n.headers_only||!1;let u;u=()=>{a.stop()};let c=0;const f=this._buildCC(r,rr.AllHistory,l),m=f.filter_subject,d=Ei(f);d.bindStream(this.stream),d.orderedConsumer(),d.callback((g,b)=>{if(g){a.stop(g);return}if(b){const x=this.jmToEntry(b);a.push(x),a.received++,(u&&c>0&&a.received>=c||b.info.pending===0)&&(a.push(u),u=void 0)}});const y=await this.js.subscribe(m,d);if(u){const{info:{last:g}}=y,b=g.num_pending+g.delivered.consumer_seq;if(b===0||a.received>=b)try{u()}catch(x){a.stop(x)}finally{u=void 0}else c=b}return a._data=y,a.iterClosed.then(()=>{y.unsubscribe()}),y.closed.then(()=>{a.stop()}).catch(g=>{a.stop(g)}),a}canSetWatcherName(){const r=this.js.nc,{ok:a}=r.features.get(nt.JS_NEW_CONSUMER_CREATE_API);return a}async watch(n={}){const r=n.key??">",a=new Yt,l={};l.headers_only=n.headers_only||!1;let u=rr.LastValue;n.include===rr.AllHistory?u=rr.AllHistory:n.include===rr.UpdatesOnly&&(u=rr.UpdatesOnly);const c=n.ignoreDeletes===!0;let f=n.initializedFn,m=0;const d=this._buildCC(r,u,l),y=d.filter_subject,g=Ei(d);this.canSetWatcherName()&&g.consumerName(ki.next()),g.bindStream(this.stream),n.resumeFromRevision&&n.resumeFromRevision>0&&g.startSequence(n.resumeFromRevision),g.orderedConsumer(),g.callback((x,k)=>{if(x){a.stop(x);return}if(k){const z=this.jmToEntry(k);if(c&&z.operation==="DEL")return;a.push(z),a.received++,f&&(m>0&&a.received>=m||k.info.pending===0)&&(a.push(f),f=void 0)}});const b=await this.js.subscribe(y,g);if(f){const{info:{last:x}}=b,k=x.num_pending+x.delivered.consumer_seq;if(k===0||a.received>=k)try{f()}catch(z){a.stop(z)}finally{f=void 0}else m=k}return a._data=b,a.iterClosed.then(()=>{b.unsubscribe()}),b.closed.then(()=>{a.stop()}).catch(x=>{a.stop(x)}),a}async keys(n=">"){const r=new Yt,a=this._buildCC(n,rr.LastValue,{headers_only:!0}),l=Array.isArray(n)?">":a.filter_subject,u=Ei(a);u.bindStream(this.stream),u.orderedConsumer();const c=await this.js.subscribe(l,u);return(async()=>{var m;for await(const d of c){const y=(m=d.headers)==null?void 0:m.get(Su);if(y!=="DEL"&&y!=="PURGE"){const g=this.decodeKey(d.subject.substring(this.prefixLen));r.push(g)}d.info.pending===0&&c.unsubscribe()}})().then(()=>{r.stop()}).catch(m=>{r.stop(m)}),c.info.last.num_pending===0&&c.unsubscribe(),r}purgeBucket(n){return this.jsm.streams.purge(this.bucketName(),n)}destroy(){return this.jsm.streams.delete(this.bucketName())}async status(){var u;const r=((u=this.js.nc.info)==null?void 0:u.cluster)??"",a=this.bucketName(),l=await this.jsm.streams.info(a);return new Xb(l,r)}}class Xb{constructor(n,r=""){A(this,"si");A(this,"cluster");this.si=n,this.cluster=r}get bucket(){return this.si.config.name.startsWith(Tn)?this.si.config.name.substring(Tn.length):this.si.config.name}get values(){return this.si.state.messages}get history(){return this.si.config.max_msgs_per_subject}get ttl(){return md(this.si.config.max_age)}get bucket_location(){return this.cluster}get backingStore(){return this.si.config.storage}get storage(){return this.si.config.storage}get replicas(){return this.si.config.num_replicas}get description(){return this.si.config.description??""}get maxBucketSize(){return this.si.config.max_bytes}get maxValueSize(){return this.si.config.max_msg_size}get max_bytes(){return this.si.config.max_bytes}get placement(){return this.si.config.placement||{cluster:"",tags:[]}}get placementCluster(){var n;return((n=this.si.config.placement)==null?void 0:n.cluster)??""}get republish(){return this.si.config.republish??{src:"",dest:""}}get streamInfo(){return this.si}get size(){return this.si.state.bytes}get metadata(){return this.si.config.metadata??{}}get compression(){return this.si.config.compression?this.si.config.compression!==Ai.None:!1}}const yd="OBJ_",f0="SHA-256=";function UE(e){return cu(e),`${yd}${e}`}function BE(e){return e.startsWith(yd)?e.substring(4):e}class Ih{constructor(n){A(this,"si");A(this,"backingStore");this.si=n,this.backingStore="JetStream"}get bucket(){return BE(this.si.config.name)}get description(){return this.si.config.description??""}get ttl(){return this.si.config.max_age}get storage(){return this.si.config.storage}get replicas(){return this.si.config.num_replicas}get sealed(){return this.si.config.sealed}get size(){return this.si.state.bytes}get streamInfo(){return this.si}get metadata(){return this.si.config.metadata}get compression(){return this.si.config.compression?this.si.config.compression!==Ai.None:!1}}function eu(e){if(e===void 0)return;const{domain:n}=e;if(n===void 0)return e;const r=Object.assign({},e);if(delete r.domain,n==="")return r;if(r.external)throw new Error("domain and external are both set");return r.external={api:`$JS.${n}.API`},r}var Yn;(function(e){e[e.Unset=-1]="Unset",e[e.Consume=0]="Consume",e[e.Fetch=1]="Fetch"})(Yn||(Yn={}));var mr;(function(e){e.HeartbeatsMissed="heartbeats_missed",e.ConsumerNotFound="consumer_not_found",e.StreamNotFound="stream_not_found",e.ConsumerDeleted="consumer_deleted",e.OrderedConsumerRecreated="ordered_consumer_recreated",e.NoResponders="no_responders"})(mr||(mr={}));var Ka;(function(e){e.DebugEvent="debug",e.Discard="discard",e.Reset="reset",e.Next="next"})(Ka||(Ka={}));const h0=Uint8Array.of(43,65,67,75),PE=Uint8Array.of(45,78,65,75),al=Uint8Array.of(43,87,80,73),qE=Uint8Array.of(43,78,88,84),HE=Uint8Array.of(43,84,69,82,77),IE=Uint8Array.of(32);function El(e,n=5e3){return new a2(e,n)}class oh extends Yt{constructor(r,a,l=!1){super();A(this,"consumer");A(this,"opts");A(this,"sub");A(this,"monitor");A(this,"pending");A(this,"inbox");A(this,"refilling");A(this,"pong");A(this,"callback");A(this,"timeout");A(this,"cleanupHandler");A(this,"listeners");A(this,"statusIterator");A(this,"forOrderedConsumer");A(this,"resetHandler");A(this,"abortOnMissingResource");A(this,"bind");A(this,"inBackOff");this.consumer=r;const u=a;this.opts=this.parseOptions(a,l),this.callback=u.callback||null,this.noIterator=typeof this.callback=="function",this.monitor=null,this.pong=null,this.pending={msgs:0,bytes:0,requests:0},this.refilling=l,this.timeout=null,this.inbox=Hr(r.api.nc.options.inboxPrefix),this.listeners=[],this.forOrderedConsumer=!1,this.abortOnMissingResource=u.abort_on_missing_resource===!0,this.bind=u.bind===!0,this.inBackOff=!1,this.start()}start(){const{max_messages:r,max_bytes:a,idle_heartbeat:l,threshold_bytes:u,threshold_messages:c}=this.opts;this.closed().then(m=>{if(this.cleanupHandler)try{this.cleanupHandler(m)}catch{}});const{sub:f}=this;f&&f.unsubscribe(),this.sub=this.consumer.api.nc.subscribe(this.inbox,{callback:(m,d)=>{var g,b,x,k;if(m){this.stop(m);return}if((g=this.monitor)==null||g.work(),d.subject===this.inbox){if(Dh(d))return;const z=(b=d.headers)==null?void 0:b.code,B=((k=(x=d.headers)==null?void 0:x.description)==null?void 0:k.toLowerCase())||"unknown",{msgsLeft:M,bytesLeft:G}=this.parseDiscard(d.headers);if(M>0||G>0)this.pending.msgs-=M,this.pending.bytes-=G,this.pending.requests--,this.notify(Ka.Discard,{msgsLeft:M,bytesLeft:G});else if(z===400){this.stop(new je(B,`${z}`));return}else if(z===409&&B==="consumer deleted"){if(this.notify(mr.ConsumerDeleted,`${z} ${B}`),!this.refilling||this.abortOnMissingResource){const J=new je(B,`${z}`);this.stop(J);return}}else if(z===503){if(this.notify(mr.NoResponders,`${z} No Responders`),!this.refilling||this.abortOnMissingResource){const J=new je("no responders",`${z}`);this.stop(J);return}}else this.notify(Ka.DebugEvent,`${z} ${B}`)}else this._push(El(d,this.consumer.api.timeout)),this.received++,this.pending.msgs&&this.pending.msgs--,this.pending.bytes&&(this.pending.bytes-=d.size());if(this.pending.msgs===0&&this.pending.bytes===0&&(this.pending.requests=0),this.refilling){if(r&&this.pending.msgs<=c||a&&this.pending.bytes<=u){const z=this.pullOptions();this.pull(z)}}else this.pending.requests===0&&this._push(()=>{this.stop()})}}),this.sub.closed.then(()=>{this.sub.draining&&this._push(()=>{this.stop()})}),l&&(this.monitor=new gd(l,m=>(this.notify(mr.HeartbeatsMissed,m),this.resetPending().then(()=>{}).catch(()=>{}),!1),{maxOut:2})),(async()=>{var d;const m=this.consumer.api.nc.status();this.statusIterator=m;for await(const y of m)switch(y.type){case qr.Disconnect:(d=this.monitor)==null||d.cancel();break;case qr.Reconnect:this.resetPending().then(g=>{var b;g&&((b=this.monitor)==null||b.restart())}).catch(()=>{});break}})(),this.pull(this.pullOptions())}_push(r){if(!this.callback)super.push(r);else{const a=typeof r=="function"?r:null;try{a?a():this.callback(r)}catch(l){this.stop(l)}}}notify(r,a){this.listeners.length>0&&this.listeners.forEach(l=>{l.done||l.push({type:r,data:a})})}resetPending(){return this.bind?this.resetPendingNoInfo():this.resetPendingWithInfo()}resetPendingNoInfo(){return this.pending.msgs=0,this.pending.bytes=0,this.pending.requests=0,this.pull(this.pullOptions()),Promise.resolve(!0)}async resetPendingWithInfo(){if(this.inBackOff)return!1;let r=0,a=0;const l=dd([this.opts.expires]);let u=0;for(;;){if(this.done)return!1;if(this.consumer.api.nc.isClosed())return console.error("aborting resetPending - connection is closed"),!1;try{return await this.consumer.info(),this.inBackOff=!1,r=0,this.pending.msgs=0,this.pending.bytes=0,this.pending.requests=0,this.pull(this.pullOptions()),!0}catch(c){if(c.message==="stream not found"){if(a++,this.notify(mr.StreamNotFound,a),!this.refilling||this.abortOnMissingResource)return this.stop(c),!1}else if(c.message==="consumer not found"){if(r++,this.notify(mr.ConsumerNotFound,r),this.resetHandler)try{this.resetHandler()}catch{}if(!this.refilling||this.abortOnMissingResource)return this.stop(c),!1;if(this.forOrderedConsumer)return!1}else r=0,a=0;this.inBackOff=!0;const f=l.backoff(u),m=ss(f);await Promise.race([m,this.consumer.api.nc.closed()]),m.cancel(),u++}}}pull(r){this.pending.bytes+=r.max_bytes??0,this.pending.msgs+=r.batch??0,this.pending.requests++;const a=this.consumer.api.nc;this._push(()=>{a.publish(`${this.consumer.api.prefix}.CONSUMER.MSG.NEXT.${this.consumer.stream}.${this.consumer.name}`,this.consumer.api.jc.encode(r),{reply:this.inbox}),this.notify(Ka.Next,r)})}pullOptions(){const r=this.opts.max_messages-this.pending.msgs,a=this.opts.max_bytes-this.pending.bytes,l=Ct(this.opts.idle_heartbeat),u=Ct(this.opts.expires);return{batch:r,max_bytes:a,idle_heartbeat:l,expires:u}}parseDiscard(r){const a={msgsLeft:0,bytesLeft:0},l=r==null?void 0:r.get(un.PendingMessagesHdr);l&&(a.msgsLeft=parseInt(l));const u=r==null?void 0:r.get(un.PendingBytesHdr);return u&&(a.bytesLeft=parseInt(u)),a}trackTimeout(r){this.timeout=r}close(){return this.stop(),this.iterClosed}closed(){return this.iterClosed}clearTimers(){var r,a;(r=this.monitor)==null||r.cancel(),this.monitor=null,(a=this.timeout)==null||a.cancel(),this.timeout=null}setCleanupHandler(r){this.cleanupHandler=r}stop(r){var a,l;this.done||((a=this.sub)==null||a.unsubscribe(),this.clearTimers(),(l=this.statusIterator)==null||l.stop(),this._push(()=>{super.stop(r),this.listeners.forEach(u=>{u.stop()})}))}parseOptions(r,a=!1){const l=r||{};if(l.max_messages=l.max_messages||0,l.max_bytes=l.max_bytes||0,l.max_messages!==0&&l.max_bytes!==0)throw new Error("only specify one of max_messages or max_bytes");if(l.max_messages===0&&(l.max_messages=100),l.expires=l.expires||3e4,l.expires<1e3)throw new Error("expires should be at least 1000ms");if(l.idle_heartbeat=l.idle_heartbeat||l.expires/2,l.idle_heartbeat=l.idle_heartbeat>3e4?3e4:l.idle_heartbeat,a){const u=Math.round(l.max_messages*.75)||1;l.threshold_messages=l.threshold_messages||u;const c=Math.round(l.max_bytes*.75)||1;l.threshold_bytes=l.threshold_bytes||c}return l}status(){const r=new Yt;return this.listeners.push(r),Promise.resolve(r)}}class FE extends Yt{constructor(){super();A(this,"src");A(this,"listeners");this.listeners=[]}setSource(r){this.src&&(this.src.resetHandler=void 0,this.src.setCleanupHandler(),this.src.stop()),this.src=r,this.src.setCleanupHandler(a=>{this.stop(a||void 0)}),(async()=>{const a=await this.src.status();for await(const l of a)this.notify(l.type,l.data)})().catch(()=>{})}notify(r,a){this.listeners.length>0&&this.listeners.forEach(l=>{l.done||l.push({type:r,data:a})})}stop(r){var a;this.done||((a=this.src)==null||a.stop(r),super.stop(r),this.listeners.forEach(l=>{l.stop()}))}close(){return this.stop(),this.iterClosed}closed(){return this.iterClosed}status(){const r=new Yt;return this.listeners.push(r),Promise.resolve(r)}}class Fh{constructor(n,r){A(this,"api");A(this,"_info");A(this,"stream");A(this,"name");this.api=n,this._info=r,this.stream=r.stream_name,this.name=r.name}consume(n={max_messages:100,expires:3e4}){return Promise.resolve(new oh(this,n,!0))}fetch(n={max_messages:100,expires:3e4}){const r=new oh(this,n,!1),a=Math.round(r.opts.expires*1.05),l=Wa(a);return r.closed().catch(()=>{}).finally(()=>{l.cancel()}),l.catch(()=>{r.close().catch()}),r.trackTimeout(l),Promise.resolve(r)}next(n={expires:3e4}){const r=Tt(),a=n;a.max_messages=1;const l=new oh(this,a,!1),u=Math.round(l.opts.expires*1.05);u>=6e4&&(async()=>{for await(const f of await l.status())if(f.type===mr.HeartbeatsMissed&&f.data>=2){r.reject(new Error("consumer missed heartbeats"));break}})().catch(),(async()=>{for await(const f of l){r.resolve(f);break}})().catch(()=>{});const c=Wa(u);return l.closed().then(f=>{f?r.reject(f):r.resolve(null)}).catch(f=>{r.reject(f)}).finally(()=>{c.cancel()}),c.catch(f=>{r.resolve(null),l.close().catch()}),l.trackTimeout(c),r}delete(){const{stream_name:n,name:r}=this._info;return this.api.delete(n,r)}info(n=!1){if(n)return Promise.resolve(this._info);const{stream_name:r,name:a}=this._info;return this.api.info(r,a).then(l=>(this._info=l,this._info))}}class $E{constructor(n,r,a={}){A(this,"api");A(this,"consumerOpts");A(this,"consumer");A(this,"opts");A(this,"cursor");A(this,"stream");A(this,"namePrefix");A(this,"serial");A(this,"currentConsumer");A(this,"userCallback");A(this,"iter");A(this,"type");A(this,"startSeq");A(this,"maxInitialReset");this.api=n,this.stream=r,this.cursor={stream_seq:1,deliver_seq:0},this.namePrefix=ki.next(),typeof a.name_prefix=="string"&&(Nu("name_prefix",a.name_prefix),this.namePrefix=a.name_prefix+this.namePrefix),this.serial=0,this.currentConsumer=null,this.userCallback=null,this.iter=null,this.type=Yn.Unset,this.consumerOpts=a,this.maxInitialReset=30,this.startSeq=this.consumerOpts.opt_start_seq||0,this.cursor.stream_seq=this.startSeq>0?this.startSeq-1:0}getConsumerOpts(n){this.serial++;const r=`${this.namePrefix}_${this.serial}`;n=n===0?1:n;const a={name:r,deliver_policy:zt.StartSequence,opt_start_seq:n,ack_policy:Gt.None,inactive_threshold:Ct(300*1e3),num_replicas:1};return this.consumerOpts.headers_only===!0&&(a.headers_only=!0),Array.isArray(this.consumerOpts.filterSubjects)&&(a.filter_subjects=this.consumerOpts.filterSubjects),typeof this.consumerOpts.filterSubjects=="string"&&(a.filter_subject=this.consumerOpts.filterSubjects),this.consumerOpts.replay_policy&&(a.replay_policy=this.consumerOpts.replay_policy),n===this.startSeq+1&&(a.deliver_policy=this.consumerOpts.deliver_policy||zt.StartSequence,(this.consumerOpts.deliver_policy===zt.LastPerSubject||this.consumerOpts.deliver_policy===zt.New||this.consumerOpts.deliver_policy===zt.Last)&&(delete a.opt_start_seq,a.deliver_policy=this.consumerOpts.deliver_policy),a.deliver_policy===zt.LastPerSubject&&typeof a.filter_subjects>"u"&&typeof a.filter_subject>"u"&&(a.filter_subject=">"),this.consumerOpts.opt_start_time&&(delete a.opt_start_seq,a.deliver_policy=zt.StartTime,a.opt_start_time=this.consumerOpts.opt_start_time),this.consumerOpts.inactive_threshold&&(a.inactive_threshold=Ct(this.consumerOpts.inactive_threshold))),a}async resetConsumer(n=0){var c,f,m,d,y;ki.next();const r=this.serial===0;(c=this.consumer)==null||c.delete().catch(()=>{}),n=n===0?1:n,this.cursor.deliver_seq=0;const a=this.getConsumerOpts(n);a.max_deliver=1,a.mem_storage=!0;const l=dd([((f=this.opts)==null?void 0:f.expires)||3e4]);let u;for(let g=0;;g++)try{u=await this.api.add(this.stream,a),(m=this.iter)==null||m.notify(mr.OrderedConsumerRecreated,u.name);break}catch(b){if(b.message==="stream not found"&&((d=this.iter)==null||d.notify(mr.StreamNotFound,g),this.type===Yn.Fetch||this.opts.abort_on_missing_resource===!0))return(y=this.iter)==null||y.stop(b),Promise.reject(b);if(r&&g>=this.maxInitialReset)throw b;await ss(l.backoff(g+1))}return u}internalHandler(n){return r=>{var l;if(this.serial!==n)return;const a=r.info.deliverySequence;if(a!==this.cursor.deliver_seq+1){this.notifyOrderedResetAndReset();return}this.cursor.deliver_seq=a,this.cursor.stream_seq=r.info.streamSequence,this.userCallback?this.userCallback(r):(l=this.iter)==null||l.push(r)}}async reset(n={max_messages:100,expires:3e4},r){var m,d;r=r||{};const a=r.fromFetch||!1,l=r.orderedReset||!1;if(this.type===Yn.Fetch&&l){(m=this.iter)==null||m.src.stop(),await((d=this.iter)==null?void 0:d.closed()),this.currentConsumer=null;return}(this.currentConsumer===null||l)&&(this.currentConsumer=await this.resetConsumer(this.cursor.stream_seq+1)),(this.iter===null||a)&&(this.iter=new FE),this.consumer=new Fh(this.api,this.currentConsumer);const u=n;u.callback=this.internalHandler(this.serial);let c=null;this.type===Yn.Fetch&&a?c=await this.consumer.fetch(n):this.type===Yn.Consume&&(c=await this.consumer.consume(n));const f=c;f.forOrderedConsumer=!0,f.resetHandler=()=>{this.notifyOrderedResetAndReset()},this.iter.setSource(f)}notifyOrderedResetAndReset(){var n;(n=this.iter)==null||n.notify(Ka.Reset,""),this.reset(this.opts,{orderedReset:!0})}async consume(n={max_messages:100,expires:3e4}){if(n.bind)return Promise.reject(new Error("bind is not supported"));if(this.type===Yn.Fetch)return Promise.reject(new Error("ordered consumer initialized as fetch"));if(this.type===Yn.Consume)return Promise.reject(new Error("ordered consumer doesn't support concurrent consume"));const{callback:a}=n;return a&&(this.userCallback=a),this.type=Yn.Consume,this.opts=n,await this.reset(n),this.iter}async fetch(n={max_messages:100,expires:3e4}){var l;if(n.bind)return Promise.reject(new Error("bind is not supported"));if(this.type===Yn.Consume)return Promise.reject(new Error("ordered consumer already initialized as consume"));if(((l=this.iter)==null?void 0:l.done)===!1)return Promise.reject(new Error("ordered consumer doesn't support concurrent fetch"));const{callback:a}=n;return a&&(this.userCallback=a),this.type=Yn.Fetch,this.opts=n,await this.reset(n,{fromFetch:!0}),this.iter}async next(n={expires:3e4}){const r=n;if(r.bind)return Promise.reject(new Error("bind is not supported"));r.max_messages=1;const a=Tt();return r.callback=u=>{this.userCallback=null,a.resolve(u)},(await this.fetch(r)).iterClosed.then(u=>{u&&a.reject(u),a.resolve(null)}).catch(u=>{a.reject(u)}),a}delete(){return this.currentConsumer?this.api.delete(this.stream,this.currentConsumer.name).then(n=>Promise.resolve(n)).catch(n=>Promise.reject(n)).finally(()=>{this.currentConsumer=null}):Promise.resolve(!1)}async info(n){return this.currentConsumer==null?(this.currentConsumer=await this.resetConsumer(this.startSeq),Promise.resolve(this.currentConsumer)):n&&this.currentConsumer?Promise.resolve(this.currentConsumer):this.api.info(this.stream,this.currentConsumer.name)}}class $h{constructor(n){A(this,"api");A(this,"notified");this.api=n,this.notified=!1}checkVersion(){const n=this.api.nc.features.get(nt.JS_SIMPLIFICATION);return n.ok?Promise.resolve():Promise.reject(new Error(`consumers framework is only supported on servers ${n.min} or better`))}getPullConsumerFor(n){if(n.config.deliver_subject!==void 0)throw new Error("push consumer not supported");return new Fh(this.api,n)}async get(n,r={}){return typeof r=="object"?this.ordered(n,r):(await this.checkVersion(),this.api.info(n,r).then(a=>a.config.deliver_subject!==void 0?Promise.reject(new Error("push consumer not supported")):new Fh(this.api,a)).catch(a=>Promise.reject(a)))}async ordered(n,r){await this.checkVersion();const a=this.api;return new bd(a.nc,a.opts).info(n).then(u=>Promise.resolve(new $E(this.api,n,r))).catch(u=>Promise.reject(u))}}class Mu{constructor(n,r){A(this,"api");A(this,"_info");this.api=n,this._info=r}get name(){return this._info.config.name}alternates(){return this.info().then(n=>n.alternates?n.alternates:[])}async best(){if(await this.info(),this._info.alternates){const n=await this.api.info(this._info.alternates[0].name);return new Mu(this.api,n)}else return this}info(n=!1,r){return n?Promise.resolve(this._info):this.api.info(this.name,r).then(a=>(this._info=a,this._info))}getConsumerFromInfo(n){return new $h(new vu(this.api.nc,this.api.opts)).getPullConsumerFor(n)}getConsumer(n){return new $h(new vu(this.api.nc,this.api.opts)).get(this.name,n)}getMessage(n){return this.api.getMessage(this.name,n)}deleteMessage(n,r){return this.api.deleteMessage(this.name,n,r)}}class bd extends Nl{constructor(n,r){super(n,r)}checkStreamConfigVersions(n){const r=this.nc;if(n.metadata){const{min:l,ok:u}=r.features.get(nt.JS_STREAM_CONSUMER_METADATA);if(!u)throw new Error(`stream 'metadata' requires server ${l}`)}if(n.first_seq){const{min:l,ok:u}=r.features.get(nt.JS_STREAM_FIRST_SEQ);if(!u)throw new Error(`stream 'first_seq' requires server ${l}`)}if(n.subject_transform){const{min:l,ok:u}=r.features.get(nt.JS_STREAM_SUBJECT_TRANSFORM);if(!u)throw new Error(`stream 'subject_transform' requires server ${l}`)}if(n.compression){const{min:l,ok:u}=r.features.get(nt.JS_STREAM_COMPRESSION);if(!u)throw new Error(`stream 'compression' requires server ${l}`)}if(n.consumer_limits){const{min:l,ok:u}=r.features.get(nt.JS_DEFAULT_CONSUMER_LIMITS);if(!u)throw new Error(`stream 'consumer_limits' requires server ${l}`)}function a(l,u){var f;if((((f=u==null?void 0:u.subject_transforms)==null?void 0:f.length)||0)>0){const{min:m,ok:d}=r.features.get(nt.JS_STREAM_SOURCE_SUBJECT_TRANSFORM);if(!d)throw new Error(`${l} 'subject_transforms' requires server ${m}`)}}n.sources&&n.sources.forEach(l=>{a("stream sources",l)}),n.mirror&&a("stream mirror",n.mirror)}async add(n={}){var l;this.checkStreamConfigVersions(n),sn(n.name),n.mirror=eu(n.mirror),n.sources=(l=n.sources)==null?void 0:l.map(eu);const a=await this._request(`${this.prefix}.STREAM.CREATE.${n.name}`,n);return this._fixInfo(a),a}async delete(n){return sn(n),(await this._request(`${this.prefix}.STREAM.DELETE.${n}`)).success}async update(n,r={}){var f;if(typeof n=="object"){const m=n;n=m.name,r=m,console.trace("\x1B[33m >> streams.update(config: StreamConfig) api changed to streams.update(name: string, config: StreamUpdateConfig) - this shim will be removed - update your code. \x1B[0m")}this.checkStreamConfigVersions(r),sn(n);const a=await this.info(n),l=Object.assign(a.config,r);l.mirror=eu(l.mirror),l.sources=(f=l.sources)==null?void 0:f.map(eu);const c=await this._request(`${this.prefix}.STREAM.UPDATE.${n}`,l);return this._fixInfo(c),c}async info(n,r){sn(n);const a=`${this.prefix}.STREAM.INFO.${n}`;let u=await this._request(a,r),{total:c,limit:f}=u,m=u.state.subjects?Object.getOwnPropertyNames(u.state.subjects).length:1;if(c&&c>m){const d=[u],y=r||{};let g=0;for(;c>m;){g++,y.offset=f*g;const x=await this._request(a,y);c=x.total,d.push(x);const k=Object.getOwnPropertyNames(x.state.subjects).length;if(m+=k,k<f)break}let b={};for(let x=0;x<d.length;x++)u=d[x],u.state.subjects&&(b=Object.assign(b,u.state.subjects));u.offset=0,u.total=0,u.limit=0,u.state.subjects=b}return this._fixInfo(u),u}list(n=""){const r=n!=null&&n.length?{subject:n}:{},a=u=>{const c=u;return c.streams.forEach(f=>{this._fixInfo(f)}),c.streams},l=`${this.prefix}.STREAM.LIST`;return new hl(l,a,this,r)}_fixInfo(n){n.config.sealed=n.config.sealed||!1,n.config.deny_delete=n.config.deny_delete||!1,n.config.deny_purge=n.config.deny_purge||!1,n.config.allow_rollup_hdrs=n.config.allow_rollup_hdrs||!1}async purge(n,r){if(r){const{keep:l,seq:u}=r;if(typeof l=="number"&&typeof u=="number")throw new Error("can specify one of keep or seq")}return sn(n),await this._request(`${this.prefix}.STREAM.PURGE.${n}`,r)}async deleteMessage(n,r,a=!0){sn(n);const l={seq:r};return a||(l.no_erase=!0),(await this._request(`${this.prefix}.STREAM.MSG.DELETE.${n}`,l)).success}async getMessage(n,r){sn(n);const l=await this._request(`${this.prefix}.STREAM.MSG.GET.${n}`,r);return new Qb(l)}find(n){return this.findStream(n)}listKvs(){const n=a=>{var m;const u=a.streams.filter(d=>d.config.name.startsWith(Tn));u.forEach(d=>{this._fixInfo(d)});let c="";return u.length&&(c=((m=this.nc.info)==null?void 0:m.cluster)??""),u.map(d=>new Xb(d,c))},r=`${this.prefix}.STREAM.LIST`;return new hl(r,n,this)}listObjectStores(){const n=a=>{const u=a.streams.filter(f=>f.config.name.startsWith(yd));return u.forEach(f=>{this._fixInfo(f)}),u.map(f=>new Ih(f))},r=`${this.prefix}.STREAM.LIST`;return new hl(r,n,this)}names(n=""){const r=n!=null&&n.length?{subject:n}:{},a=u=>u.streams,l=`${this.prefix}.STREAM.NAMES`;return new hl(l,a,this,r)}async get(n){const r=await this.info(n);return Promise.resolve(new Mu(this,r))}}class GE extends Nl{constructor(n,r){super(n,r)}async getMessage(n,r){sn(n);let a=r;const{last_by_subj:l}=a;l&&(a=null);const u=a?this.jc.encode(a):Rn,c=this.opts.apiPrefix||"$JS.API",f=l?`${c}.DIRECT.GET.${n}.${l}`:`${c}.DIRECT.GET.${n}`,m=await this.nc.request(f,u,{timeout:this.timeout}),d=Xa(m);if(d)return Promise.reject(d);const y=new Gh(m);return Promise.resolve(y)}async getBatch(n,r){sn(n);const l=`${this.opts.apiPrefix||"$JS.API"}.DIRECT.GET.${n}`;if(!Array.isArray(r.multi_last)||r.multi_last.length===0)return Promise.reject("multi_last is required");const u=JSON.stringify(r,(m,d)=>m==="up_to_time"&&d instanceof Date?d.toISOString():d),c=new Yt,f=await this.nc.requestMany(l,u,{strategy:ir.SentinelMsg});return(async()=>{var g,b,x;let m=!1,d=!1,y;for await(const k of f){if(!m){m=!0;const z=((g=k.headers)==null?void 0:g.code)||0;if(z!==0&&z<200||z>299){y=(b=k.headers)==null?void 0:b.description.toLowerCase();break}if(((x=k.headers)==null?void 0:x.get("Nats-Num-Pending"))===""){d=!0;break}}if(k.data.length===0)break;c.push(new Gh(k))}c.push(()=>{if(d)throw new Error("batch direct get not supported by the server");if(y)throw new Error(`bad request: ${y}`);c.stop()})})(),Promise.resolve(c)}}class Gh{constructor(n){A(this,"data");A(this,"header");if(!n.headers)throw new Error("headers expected");this.data=n.data,this.header=n.headers}get subject(){return this.header.last(Ya.Subject)}get seq(){const n=this.header.last(Ya.Sequence);return typeof n=="string"?parseInt(n):0}get time(){return new Date(Date.parse(this.timestamp))}get timestamp(){return this.header.last(Ya.TimeStamp)}get stream(){return this.header.last(Ya.Stream)}json(n){return ar(n).decode(this.data)}string(){return jn.decode(this.data)}}A(Gh,"jc");class YE extends Nl{constructor(r,a){super(r,a);A(this,"streams");A(this,"consumers");A(this,"direct");this.streams=new bd(r,a),this.consumers=new vu(r,a),this.direct=new GE(r,a)}async getAccountInfo(){return await this._request(`${this.prefix}.INFO`)}jetstream(){return this.nc.jetstream(this.getOptions())}advisories(){const r=new Yt;return this.nc.subscribe("$JS.EVENT.ADVISORY.>",{callback:(a,l)=>{if(a)throw a;try{const u=this.parseJsResponse(l),c=u.type.split("."),f=c[c.length-1];r.push({kind:f,data:u})}catch(u){r.stop(u)}}}),r}}class Qb{constructor(n){A(this,"_header");A(this,"smr");this.smr=n}get subject(){return this.smr.message.subject}get seq(){return this.smr.message.seq}get timestamp(){return this.smr.message.time}get time(){return new Date(Date.parse(this.timestamp))}get data(){return this.smr.message.data?this._parse(this.smr.message.data):Rn}get header(){if(!this._header)if(this.smr.message.hdrs){const n=this._parse(this.smr.message.hdrs);this._header=_i.decode(n)}else this._header=Fr();return this._header}_parse(n){const r=atob(n),a=r.length,l=new Uint8Array(a);for(let u=0;u<a;u++)l[u]=r.charCodeAt(u);return l}json(n){return ar(n).decode(this.data)}string(){return jn.decode(this.data)}}A(Qb,"jc");class VE{constructor(n){A(this,"api");this.api=n}get(n){return this.api.info(n).then(r=>new Mu(this.api,r))}}class uh{constructor(n){A(this,"info");A(this,"hdrs");this.info=n}get name(){return this.info.name}get description(){return this.info.description??""}get headers(){return this.hdrs||(this.hdrs=_i.fromRecord(this.info.headers||{})),this.hdrs}get options(){return this.info.options}get bucket(){return this.info.bucket}get chunks(){return this.info.chunks}get deleted(){return this.info.deleted??!1}get digest(){return this.info.digest}get mtime(){return this.info.mtime}get nuid(){return this.info.nuid}get size(){return this.info.size}get revision(){return this.info.revision}get metadata(){return this.info.metadata||{}}isLink(){var n,r;return((n=this.info.options)==null?void 0:n.link)!==void 0&&((r=this.info.options)==null?void 0:r.link)!==null}}function d0(e){const n={name:e.name,description:e.description??"",options:e.options,metadata:e.metadata};if(e.headers){const r=e.headers;n.headers=r.toRecord()}return n}function JE(){return new ReadableStream({pull(e){e.enqueue(new Uint8Array(0)),e.close()}})}class gl{constructor(n,r,a){A(this,"jsm");A(this,"js");A(this,"stream");A(this,"name");this.name=n,this.jsm=r,this.js=a}_checkNotEmpty(n){return!n||n.length===0?{name:n,error:new Error("name cannot be empty")}:{name:n}}async info(n){const r=await this.rawInfo(n);return r?new uh(r):null}async list(){const n=[],r=await this.watch({ignoreDeletes:!0,includeHistory:!0});for await(const a of r){if(a===null)break;n.push(a)}return Promise.resolve(n)}async rawInfo(n){const{name:r,error:a}=this._checkNotEmpty(n);if(a)return Promise.reject(a);const l=this._metaSubject(r);try{const u=await this.jsm.streams.getMessage(this.stream,{last_by_subj:l}),f=ar().decode(u.data);return f.revision=u.seq,f}catch(u){return u.code==="404"?null:Promise.reject(u)}}async _si(n){try{return await this.jsm.streams.info(this.stream,n)}catch(r){return r.code==="404"?null:Promise.reject(r)}}async seal(){let n=await this._si();return n===null?Promise.reject(new Error("object store not found")):(n.config.sealed=!0,n=await this.jsm.streams.update(this.stream,n.config),Promise.resolve(new Ih(n)))}async status(n){const r=await this._si(n);return r===null?Promise.reject(new Error("object store not found")):Promise.resolve(new Ih(r))}destroy(){return this.jsm.streams.delete(this.stream)}async _put(n,r,a){var se;const l=this.js.getOptions();a=a||{timeout:l.timeout},a.timeout=a.timeout||l.timeout,a.previousRevision=a.previousRevision??void 0;const{timeout:u,previousRevision:c}=a,f=this.js.nc.info,m=(f==null?void 0:f.max_payload)||1024;n=n||{},n.options=n.options||{};let d=((se=n.options)==null?void 0:se.max_chunk_size)||128*1024;d=d>m?m:d,n.options.max_chunk_size=d;const y=await this.info(n.name),{name:g,error:b}=this._checkNotEmpty(n.name);if(b)return Promise.reject(b);const x=ki.next(),k=this._chunkSubject(x),z=this._metaSubject(g),B=Object.assign({bucket:this.name,nuid:x,size:0,chunks:0},d0(n)),M=Tt(),G=[],J=new ts;try{const j=r?r.getReader():null,O=n0.create();for(;;){const{done:V,value:q}=j?await j.read():{done:!0,value:void 0};if(V){if(J.size()>0){const X=J.drain();O.update(X),B.chunks++,B.size+=X.length,G.push(this.js.publish(k,X,{timeout:u}))}await Promise.all(G),G.length=0,B.mtime=new Date().toISOString();const Y=Qa.encode(O.digest());B.digest=`${f0}${Y}`,B.deleted=!1;const L=Fr();typeof c=="number"&&L.set(dr.ExpectedLastSubjectSequenceHdr,`${c}`),L.set(un.RollupHdr,un.RollupValueSubject);const Z=await this.js.publish(z,ar().encode(B),{headers:L,timeout:u});if(B.revision=Z.seq,y)try{await this.jsm.streams.purge(this.stream,{filter:`$O.${this.name}.C.${y.nuid}`})}catch{}M.resolve(new uh(B));break}if(q)for(J.fill(q);J.size()>d;){B.chunks++,B.size+=d;const Y=J.drain(n.options.max_chunk_size);O.update(Y),G.push(this.js.publish(k,Y,{timeout:u}))}}}catch(j){await this.jsm.streams.purge(this.stream,{filter:k}),M.reject(j)}return M}putBlob(n,r,a){function l(u){return new ReadableStream({pull(c){c.enqueue(u),c.close()}})}return r===null&&(r=new Uint8Array(0)),this.put(n,l(r),a)}put(n,r,a){var l;return(l=n==null?void 0:n.options)!=null&&l.link?Promise.reject(new Error("link cannot be set when putting the object in bucket")):this._put(n,r,a)}async getBlob(n){async function r(u){const c=new ts,f=u.getReader();for(;;){const{done:m,value:d}=await f.read();if(m)return c.drain();d&&d.length&&c.fill(d)}}const a=await this.get(n);if(a===null)return Promise.resolve(null);const l=await Promise.all([a.error,r(a.data)]);return l[0]?Promise.reject(l[0]):Promise.resolve(l[1])}async get(n){const r=await this.rawInfo(n);if(r===null||r.deleted)return Promise.resolve(null);if(r.options&&r.options.link){const g=r.options.link.name||"";if(g==="")throw new Error("link is a bucket");return(r.options.link.bucket!==this.name?await gl.create(this.js,r.options.link.bucket):this).get(g)}if(!r.digest.startsWith(f0))return Promise.reject(new Error(`unknown digest type: ${r.digest}`));const a=Uh(r.digest.substring(8));if(a===null)return Promise.reject(new Error(`unable to parse digest: ${r.digest}`));const l=Tt(),u={info:new uh(r),error:l};if(r.size===0)return u.data=JE(),l.resolve(null),Promise.resolve(u);let c;const f=Ei();f.orderedConsumer();const m=n0.create(),d=`$O.${this.name}.C.${r.nuid}`,y=await this.js.subscribe(d,f);return(async()=>{for await(const g of y)g.data.length>0&&(m.update(g.data),c.enqueue(g.data)),g.info.pending===0&&(L_(a,m.digest())?c.close():c.error(new Error(`received a corrupt object, digests do not match received: ${r.digest} calculated ${a}`)),y.unsubscribe())})().then(()=>{l.resolve()}).catch(g=>{c.error(g),l.reject(g)}),u.data=new ReadableStream({start(g){c=g},cancel(){y.unsubscribe()}}),u}linkStore(n,r){if(!(r instanceof gl))return Promise.reject("bucket required");const a=r,{name:l,error:u}=this._checkNotEmpty(n);if(u)return Promise.reject(u);const c={name:l,options:{link:{bucket:a.name}}};return this._put(c,null)}async link(n,r){const{name:a,error:l}=this._checkNotEmpty(n);if(l)return Promise.reject(l);if(r.deleted)return Promise.reject(new Error("src object is deleted"));if(r.isLink())return Promise.reject(new Error("src object is a link"));const u=await this.rawInfo(n);if(u!==null&&!u.deleted)return Promise.reject(new Error("an object already exists with that name"));const c={bucket:r.bucket,name:r.name},f={name:a,bucket:r.bucket,options:{link:c}};await this.js.publish(this._metaSubject(n),JSON.stringify(f));const m=await this.info(n);return Promise.resolve(m)}async delete(n){const r=await this.rawInfo(n);if(r===null)return Promise.resolve({purged:0,success:!1});r.deleted=!0,r.size=0,r.chunks=0,r.digest="";const a=ar(),l=Fr();return l.set(un.RollupHdr,un.RollupValueSubject),await this.js.publish(this._metaSubject(r.name),a.encode(r),{headers:l}),this.jsm.streams.purge(this.stream,{filter:this._chunkSubject(r.nuid)})}async update(n,r={}){const a=await this.rawInfo(n);if(a===null)return Promise.reject(new Error("object not found"));if(a.deleted)return Promise.reject(new Error("cannot update meta for a deleted object"));r.name=r.name??a.name;const{name:l,error:u}=this._checkNotEmpty(r.name);if(u)return Promise.reject(u);if(n!==r.name){const m=await this.info(r.name);if(m&&!m.deleted)return Promise.reject(new Error("an object already exists with that name"))}r.name=l;const c=Object.assign({},a,d0(r)),f=await this.js.publish(this._metaSubject(c.name),JSON.stringify(c));return n!==r.name&&await this.jsm.streams.purge(this.stream,{filter:this._metaSubject(n)}),Promise.resolve(f)}async watch(n={}){n.includeHistory=n.includeHistory??!1,n.ignoreDeletes=n.ignoreDeletes??!1;let r=!1;const a=new Yt,l=this._metaSubjectAll();try{await this.jsm.streams.getMessage(this.stream,{last_by_subj:l})}catch(m){m.code==="404"?(a.push(null),r=!0):a.stop(m)}const u=ar(),c=Ei();c.orderedConsumer(),n.includeHistory?c.deliverLastPerSubject():(r=!0,c.deliverNew()),c.callback((m,d)=>{var y;if(m){a.stop(m);return}if(d!==null){const g=u.decode(d.data);g.deleted&&n.ignoreDeletes===!0||a.push(g),((y=d.info)==null?void 0:y.pending)===0&&!r&&(r=!0,a.push(null))}});const f=await this.js.subscribe(l,c);return a._data=f,a.iterClosed.then(()=>{f.unsubscribe()}),f.closed.then(()=>{a.stop()}).catch(m=>{a.stop(m)}),a}_chunkSubject(n){return`$O.${this.name}.C.${n}`}_metaSubject(n){return`$O.${this.name}.M.${Qa.encode(n)}`}_metaSubjectAll(){return`$O.${this.name}.M.>`}async init(n={}){try{this.stream=UE(this.name)}catch(l){return Promise.reject(l)}const r=(n==null?void 0:n.ttl)||0;delete n.ttl;const a=Object.assign({max_age:r},n);a.name=this.stream,a.num_replicas=n.replicas??1,a.allow_direct=!0,a.allow_rollup_hdrs=!0,a.discard=wl.New,a.subjects=[`$O.${this.name}.C.>`,`$O.${this.name}.M.>`],n.placement&&(a.placement=n.placement),n.metadata&&(a.metadata=n.metadata),typeof n.compression=="boolean"&&(a.compression=n.compression?Ai.S2:Ai.None);try{await this.jsm.streams.info(a.name)}catch(l){l.message==="stream not found"&&await this.jsm.streams.add(a)}}static async create(n,r,a={}){const l=await n.jetstreamManager(),u=new gl(r,l,n);return await u.init(a),Promise.resolve(u)}}class XE{constructor(n){A(this,"js");this.js=n}kv(n,r={}){const a=this.js,{ok:l,min:u}=a.nc.features.get(nt.JS_KV);return l?r.bindOnly?_l.bind(this.js,n,r):_l.create(this.js,n,r):Promise.reject(new Error(`kv is only supported on servers ${u} or better`))}os(n,r={}){var c;if(typeof((c=crypto==null?void 0:crypto.subtle)==null?void 0:c.digest)!="function")return Promise.reject(new Error("objectstore: unable to calculate hashes - crypto.subtle.digest with sha256 support is required"));const a=this.js,{ok:l,min:u}=a.nc.features.get(nt.JS_OBJECTSTORE);return l?gl.create(this.js,n,r):Promise.reject(new Error(`objectstore is only supported on servers ${u} or better`))}}class vd extends Nl{constructor(r,a){super(r,a);A(this,"consumers");A(this,"streams");A(this,"consumerAPI");A(this,"streamAPI");this.consumerAPI=new vu(r,a),this.streamAPI=new bd(r,a),this.consumers=new $h(this.consumerAPI),this.streams=new VE(this.streamAPI)}jetstreamManager(r){r===void 0&&(r=this.opts.checkAPI);const a=Object.assign({},this.opts,{checkAPI:r});return this.nc.jetstreamManager(a)}get apiPrefix(){return this.prefix}get views(){return new XE(this)}async publish(r,a=Rn,l){l=l||{},l.expect=l.expect||{};const u=(l==null?void 0:l.headers)||Fr();l&&(l.msgID&&u.set(dr.MsgIdHdr,l.msgID),l.expect.lastMsgID&&u.set(dr.ExpectedLastMsgIdHdr,l.expect.lastMsgID),l.expect.streamName&&u.set(dr.ExpectedStreamHdr,l.expect.streamName),typeof l.expect.lastSequence=="number"&&u.set(dr.ExpectedLastSeqHdr,`${l.expect.lastSequence}`),typeof l.expect.lastSubjectSequence=="number"&&u.set(dr.ExpectedLastSubjectSequenceHdr,`${l.expect.lastSubjectSequence}`));const c=l.timeout||this.timeout,f={};c&&(f.timeout=c),l&&(f.headers=u);let{retries:m,retry_delay:d}=l;m=m||1,d=d||250;let y;for(let b=0;b<m;b++)try{y=await this.nc.request(r,a,f);break}catch(x){if(x.code==="503"&&b+1<m)await ss(d);else throw x}const g=this.parseJsResponse(y);if(g.stream==="")throw je.errorForCode(Ee.JetStreamInvalidAck);return g.duplicate=g.duplicate?g.duplicate:!1,g}async pull(r,a,l=0){sn(r),Ja(a);let u=this.timeout;l>u&&(u=l),l=l<0?0:Ct(l);const c={batch:1,no_wait:l===0,expires:l},f=await this.nc.request(`${this.prefix}.CONSUMER.MSG.NEXT.${r}.${a}`,this.jc.encode(c),{noMux:!0,timeout:u}),m=Xa(f);if(m)throw m;return El(f,this.timeout)}fetch(r,a,l={}){sn(r),Ja(a);let u=null;const c=(l.max_bytes??0)>0;let f=0;const m=c?l.max_bytes:0;let d=null;const y={};if(y.batch=l.batch||1,m){const G=this.nc.features.get(nt.JS_PULL_MAX_BYTES);if(!G.ok)throw new Error(`max_bytes is only supported on servers ${G.min} or better`);y.max_bytes=m}y.no_wait=l.no_wait||!1,y.no_wait&&y.expires&&(y.expires=0);const g=l.expires||0;if(g&&(y.expires=Ct(g)),g===0&&y.no_wait===!1)throw new Error("expires or no_wait is required");const b=l.idle_heartbeat||0;b&&(y.idle_heartbeat=Ct(b),l.delay_heartbeat===!0&&(y.idle_heartbeat=Ct(b*4)));const x=new Yt,k=y.batch;let z=0;x.protocolFilterFn=(G,J=!1)=>Dh(G.msg)?(d==null||d.work(),!1):!0,x.dispatchedFn=G=>{if(G){if(c&&(f+=G.data.length),z++,u&&G.info.pending===0)return;(x.getPending()===1&&G.info.pending===0||k===z||m>0&&f>=m)&&x.stop()}};const B=Hr(this.nc.options.inboxPrefix),M=this.nc.subscribe(B,{max:l.batch,callback:(G,J)=>{G===null&&(G=Xa(J)),G!==null?(u&&(u.cancel(),u=null),y_(G)?x.stop(Zb(G)===null?void 0:G):x.stop(G)):(d==null||d.work(),x.received++,x.push(El(J,this.timeout)))}});return g&&(u=Wa(g),u.catch(()=>{M.isClosed()||(M.drain().catch(()=>{}),u=null),d&&d.cancel()})),(async()=>{try{b&&(d=new gd(b,G=>(x.push(()=>{x.err=new je(`${Vn.IdleHeartbeatMissed}: ${G}`,Ee.JetStreamIdleHeartBeat)}),!0)))}catch{}await M.closed,u!==null&&(u.cancel(),u=null),d&&d.cancel(),x.stop()})().catch(),this.nc.publish(`${this.prefix}.CONSUMER.MSG.NEXT.${r}.${a}`,this.jc.encode(y),{reply:B}),x}async pullSubscribe(r,a=Ei()){const l=await this._processOptions(r,a);if(l.ordered)throw new Error("pull subscribers cannot be be ordered");if(l.config.deliver_subject)throw new Error("consumer info specifies deliver_subject - pull consumers cannot have deliver_subject set");const u=l.config.ack_policy;if(u===Gt.None||u===Gt.All)throw new Error("ack policy for pull consumers must be explicit");const c=this._buildTypedSubscriptionOpts(l),f=new WE(this,l.deliver,c);f.info=l;try{await this._maybeCreateConsumer(l)}catch(m){throw f.unsubscribe(),m}return f}async subscribe(r,a=Ei()){const l=await this._processOptions(r,a);if(!l.isBind&&!l.config.deliver_subject)throw new Error("push consumer requires deliver_subject");const u=this._buildTypedSubscriptionOpts(l),c=new Kb(this,l.deliver,u);c.info=l;try{await this._maybeCreateConsumer(l)}catch(f){throw c.unsubscribe(),f}return c._maybeSetupHbMonitoring(),c}async _processOptions(r,a=Ei()){const l=Zy(a)?a.getOpts():a;if(l.isBind=Zy(a)?a.isBind:!1,l.flow_control={heartbeat_count:0,fc_count:0,consumer_restarts:0},l.ordered){if(l.ordered_consumer_sequence={stream_seq:0,delivery_seq:0},l.config.ack_policy!==Gt.NotSet&&l.config.ack_policy!==Gt.None)throw new je("ordered consumer: ack_policy can only be set to 'none'",Ee.ApiError);if(l.config.durable_name&&l.config.durable_name.length>0)throw new je("ordered consumer: durable_name cannot be set",Ee.ApiError);if(l.config.deliver_subject&&l.config.deliver_subject.length>0)throw new je("ordered consumer: deliver_subject cannot be set",Ee.ApiError);if(l.config.max_deliver!==void 0&&l.config.max_deliver>1)throw new je("ordered consumer: max_deliver cannot be set",Ee.ApiError);if(l.config.deliver_group&&l.config.deliver_group.length>0)throw new je("ordered consumer: deliver_group cannot be set",Ee.ApiError);l.config.deliver_subject=Hr(this.nc.options.inboxPrefix),l.config.ack_policy=Gt.None,l.config.max_deliver=1,l.config.flow_control=!0,l.config.idle_heartbeat=l.config.idle_heartbeat||Ct(5e3),l.config.ack_wait=Ct(1320*60*1e3),l.config.mem_storage=!0,l.config.num_replicas=1}if(l.config.ack_policy===Gt.NotSet&&(l.config.ack_policy=Gt.All),l.api=this,l.config=l.config||{},l.stream=l.stream?l.stream:await this.findStream(r),l.attached=!1,l.config.durable_name)try{const u=await this.consumerAPI.info(l.stream,l.config.durable_name);if(u){if(u.config.filter_subject&&u.config.filter_subject!==r)throw new Error("subject does not match consumer");const c=l.config.deliver_group??"";if(c===""&&u.push_bound===!0)throw new Error("duplicate subscription");const f=u.config.deliver_group??"";if(c!==f)throw f===""?new Error("durable requires no queue group"):new Error(`durable requires queue group '${f}'`);l.last=u,l.config=u.config,l.attached=!0,l.config.durable_name||(l.name=u.name)}}catch(u){if(u.code!=="404")throw u}return!l.attached&&l.config.filter_subject===void 0&&l.config.filter_subjects===void 0&&(l.config.filter_subject=r),l.deliver=l.config.deliver_subject||Hr(this.nc.options.inboxPrefix),l}_buildTypedSubscriptionOpts(r){const a={};return a.adapter=e2(r.callbackFn===void 0,this.timeout),a.ingestionFilterFn=vd.ingestionFn(r.ordered),a.protocolFilterFn=(l,u=!1)=>{const c=l;return Mh(c.msg)?(u||c.msg.respond(),!1):!0},!r.mack&&r.config.ack_policy!==Gt.None&&(a.dispatchedFn=r2),r.callbackFn&&(a.callback=r.callbackFn),a.max=r.max||0,a.queue=r.queue,a}async _maybeCreateConsumer(r){if(r.attached)return;if(r.isBind)throw new Error(`unable to bind - durable consumer ${r.config.durable_name} doesn't exist in ${r.stream}`);r.config=Object.assign({deliver_policy:zt.All,ack_policy:Gt.Explicit,ack_wait:Ct(30*1e3),replay_policy:es.Instant},r.config);const a=await this.consumerAPI.add(r.stream,r.config);if(Array.isArray(r.config.filter_subjects&&!Array.isArray(a.config.filter_subjects)))throw new Error("jetstream server doesn't support consumers with multiple filter subjects");r.name=a.name,r.config=a.config,r.last=a}static ingestionFn(r){return(a,l)=>{var m;const u=l;if(!a)return{ingest:!1,protocol:!1};const c=a;if(Xa(c.msg)||(m=u.monitor)==null||m.work(),Dh(c.msg)){const d=r?u._checkHbOrderConsumer(c.msg):!0;return r||u.info.flow_control.heartbeat_count++,{ingest:d,protocol:!0}}else if(Mh(c.msg))return u.info.flow_control.fc_count++,{ingest:!0,protocol:!0};return{ingest:r?u._checkOrderedConsumer(a):!0,protocol:!1}}}}class xd{constructor(n){A(this,"options");A(this,"protocol");A(this,"draining");A(this,"listeners");A(this,"_services");this.draining=!1,this.options=bE(n),this.listeners=[]}static connect(n={}){return new Promise((r,a)=>{const l=new xd(n);wu.connect(l.options,l).then(u=>{l.protocol=u,(async function(){for await(const c of u.status())l.listeners.forEach(f=>{f.push(c)})})(),r(l)}).catch(u=>{a(u)})})}closed(){return this.protocol.closed}async close(){await this.protocol.close()}_check(n,r,a){if(this.isClosed())throw je.errorForCode(Ee.ConnectionClosed);if(r&&this.isDraining()||a&&this.protocol.noMorePublishing)throw je.errorForCode(Ee.ConnectionDraining);if(n=n||"",n.length===0)throw je.errorForCode(Ee.BadSubject)}publish(n,r,a){this._check(n,!1,!0),this.protocol.publish(n,r,a)}publishMessage(n){return this.publish(n.subject,n.data,{reply:n.reply,headers:n.headers})}respondMessage(n){return n.reply?(this.publish(n.reply,n.data,{reply:n.reply,headers:n.headers}),!0):!1}subscribe(n,r={}){this._check(n,!0,!1);const a=new Vb(this.protocol,n,r);return this.protocol.subscribe(a),a}_resub(n,r,a){this._check(r,!0,!1);const l=n;l.max=a,a&&(l.max=a+l.received),this.protocol.resub(l,r)}requestMany(n,r=Rn,a={maxWait:1e3,maxMessages:-1}){const l=!this.protocol.options.noAsyncTraces;try{this._check(n,!0,!0)}catch(m){return Promise.reject(m)}if(a.strategy=a.strategy||ir.Timer,a.maxWait=a.maxWait||1e3,a.maxWait<1)return Promise.reject(new je("timeout",Ee.InvalidOption));const u=new Yt;function c(m){u.push(()=>{u.stop(m)})}function f(m,d){m||d===null?c(m===null?void 0:m):u.push(d)}if(a.noMux){const m=l?new Error().stack:null;let d=typeof a.maxMessages=="number"&&a.maxMessages>0?a.maxMessages:-1;const y=this.subscribe(Hr(this.options.inboxPrefix),{callback:(k,z)=>{var B,M;if(((B=z==null?void 0:z.data)==null?void 0:B.length)===0&&((M=z==null?void 0:z.headers)==null?void 0:M.status)===Ee.NoResponders&&(k=je.errorForCode(Ee.NoResponders)),k){m&&(k.stack+=`
|
|
82
|
+
|
|
83
|
+
${m}`),g(k);return}f(null,z),a.strategy===ir.Count&&(d--,d===0&&g()),a.strategy===ir.JitterTimer&&(x(),b=setTimeout(()=>{g()},300)),a.strategy===ir.SentinelMsg&&z&&z.data.length===0&&g()}});y.requestSubject=n,y.closed.then(()=>{c()}).catch(k=>{u.stop(k)});const g=k=>{k&&u.push(()=>{throw k}),x(),y.drain().then(()=>{c()}).catch(z=>{c()})};u.iterClosed.then(()=>{x(),y==null||y.unsubscribe()}).catch(k=>{x(),y==null||y.unsubscribe()});try{this.publish(n,r,{reply:y.getSubject()})}catch(k){g(k)}let b=setTimeout(()=>{g()},a.maxWait);const x=()=>{b&&clearTimeout(b)}}else{const m=a;m.callback=f,u.iterClosed.then(()=>{d.cancel()}).catch(y=>{d.cancel(y)});const d=new U_(this.protocol.muxSubscriptions,n,m);this.protocol.request(d);try{this.publish(n,r,{reply:`${this.protocol.muxSubscriptions.baseInbox}${d.token}`,headers:a.headers})}catch(y){d.cancel(y)}}return Promise.resolve(u)}request(n,r,a={timeout:1e3,noMux:!1}){try{this._check(n,!0,!0)}catch(u){return Promise.reject(u)}const l=!this.protocol.options.noAsyncTraces;if(a.timeout=a.timeout||1e3,a.timeout<1)return Promise.reject(new je("timeout",Ee.InvalidOption));if(!a.noMux&&a.reply)return Promise.reject(new je("reply can only be used with noMux",Ee.InvalidOption));if(a.noMux){const u=a.reply?a.reply:Hr(this.options.inboxPrefix),c=Tt(),f=l?new Error:null,m=this.subscribe(u,{max:1,timeout:a.timeout,callback:(d,y)=>{d?(f&&d.code!==Ee.Timeout&&(d.stack+=`
|
|
84
|
+
|
|
85
|
+
${f.stack}`),m.unsubscribe(),c.reject(d)):(d=Bb(y),d?(f&&(d.stack+=`
|
|
86
|
+
|
|
87
|
+
${f.stack}`),c.reject(d)):c.resolve(y))}});return m.requestSubject=n,this.protocol.publish(n,r,{reply:u,headers:a.headers}),c}else{const u=new Hb(this.protocol.muxSubscriptions,n,a,l);this.protocol.request(u);try{this.publish(n,r,{reply:`${this.protocol.muxSubscriptions.baseInbox}${u.token}`,headers:a.headers})}catch(f){u.cancel(f)}const c=Promise.race([u.timer,u.deferred]);return c.catch(()=>{u.cancel()}),c}}flush(){return this.isClosed()?Promise.reject(je.errorForCode(Ee.ConnectionClosed)):this.protocol.flush()}drain(){return this.isClosed()?Promise.reject(je.errorForCode(Ee.ConnectionClosed)):this.isDraining()?Promise.reject(je.errorForCode(Ee.ConnectionDraining)):(this.draining=!0,this.protocol.drain())}isClosed(){return this.protocol.isClosed()}isDraining(){return this.draining}getServer(){const n=this.protocol.getServer();return n?n.listen:""}status(){const n=new Yt;return n.iterClosed.then(()=>{const r=this.listeners.indexOf(n);this.listeners.splice(r,1)}),this.listeners.push(n),n}get info(){return this.protocol.isClosed()?void 0:this.protocol.info}async context(){return(await this.request("$SYS.REQ.USER.INFO")).json((r,a)=>r==="time"?new Date(Date.parse(a)):a)}stats(){return{inBytes:this.protocol.inBytes,outBytes:this.protocol.outBytes,inMsgs:this.protocol.inMsgs,outMsgs:this.protocol.outMsgs}}async jetstreamManager(n={}){const r=new YE(this,n);if(n.checkAPI!==!1)try{await r.getAccountInfo()}catch(a){const l=a;throw l.code===Ee.NoResponders&&(l.code=Ee.JetStreamNotEnabled),l}return r}jetstream(n={}){return new vd(this,n)}getServerVersion(){const n=this.info;return n?Zi(n.version):void 0}async rtt(){if(!this.protocol._closed&&!this.protocol.connected)throw je.errorForCode(Ee.Disconnect);const n=Date.now();return await this.flush(),Date.now()-n}get features(){return this.protocol.features}get services(){return this._services||(this._services=new QE(this)),this._services}reconnect(){return this.isClosed()?Promise.reject(je.errorForCode(Ee.ConnectionClosed)):this.isDraining()?Promise.reject(je.errorForCode(Ee.ConnectionDraining)):this.protocol.reconnect()}}class QE{constructor(n){A(this,"nc");this.nc=n}add(n){try{return new Rl(this.nc,n).start()}catch(r){return Promise.reject(r)}}client(n,r){return new jE(this.nc,n,r)}}class KE{constructor(n,r,a){A(this,"bucket");A(this,"sm");A(this,"prefixLen");this.bucket=n,this.prefixLen=r,this.sm=a}get key(){return this.sm.subject.substring(this.prefixLen)}get value(){return this.sm.data}get delta(){return 0}get created(){return this.sm.time}get revision(){return this.sm.seq}get operation(){return this.sm.header.get(Su)||"PUT"}get length(){const n=this.sm.header.get(un.MessageSizeHdr)||"";return n!==""?parseInt(n,10):this.sm.data.length}json(){return this.sm.json()}string(){return this.sm.string()}}class ZE{constructor(n,r,a){A(this,"bucket");A(this,"key");A(this,"sm");this.bucket=n,this.key=r,this.sm=a}get value(){return this.sm.data}get created(){return new Date(md(this.sm.info.timestampNanos))}get revision(){return this.sm.seq}get operation(){var n;return((n=this.sm.headers)==null?void 0:n.get(Su))||"PUT"}get delta(){return this.sm.info.pending}get length(){var r;const n=((r=this.sm.headers)==null?void 0:r.get(un.MessageSizeHdr))||"";return n!==""?parseInt(n,10):this.sm.data.length}json(){return this.sm.json()}string(){return this.sm.string()}}class Kb extends H_{constructor(r,a,l){super(r.nc,a,l);A(this,"js");A(this,"monitor");this.js=r,this.monitor=null,this.sub.closed.then(()=>{this.monitor&&this.monitor.cancel()})}set info(r){this.sub.info=r}get info(){return this.sub.info}_resetOrderedConsumer(r){if(this.info===null||this.sub.isClosed())return;const a=Hr(this.js.nc.options.inboxPrefix);this.js.nc._resub(this.sub,a);const u=this.info;u.config.name=ki.next(),u.ordered_consumer_sequence.delivery_seq=0,u.flow_control.heartbeat_count=0,u.flow_control.fc_count=0,u.flow_control.consumer_restarts++,u.deliver=a,u.config.deliver_subject=a,u.config.deliver_policy=zt.StartSequence,u.config.opt_start_seq=r;const c={};c.stream_name=this.info.stream,c.config=u.config;const f=`${u.api.prefix}.CONSUMER.CREATE.${u.stream}`;this.js._request(f,c,{retries:-1}).then(m=>{const d=m,y=this.sub.info;y.last=d,this.info.config=d.config,this.info.name=d.name}).catch(m=>{const d=new je(`unable to recreate ordered consumer ${u.stream} at seq ${r}`,Ee.RequestError,m);this.sub.callback(d,{})})}_maybeSetupHbMonitoring(){var a,l;const r=((l=(a=this.info)==null?void 0:a.config)==null?void 0:l.idle_heartbeat)||0;r&&this._setupHbMonitoring(md(r))}_setupHbMonitoring(r,a=0){const l={cancelAfter:0,maxOut:2};a&&(l.cancelAfter=a);const u=this.sub,c=f=>{var y,g,b,x;const m=w_(409,`${Vn.IdleHeartbeatMissed}: ${f}`,this.sub.subject);if(!((y=this.info)==null?void 0:y.ordered))this.sub.callback(null,m);else{if(!this.js.nc.protocol.connected)return!1;const k=((b=(g=this.info)==null?void 0:g.ordered_consumer_sequence)==null?void 0:b.stream_seq)||0;return this._resetOrderedConsumer(k+1),(x=this.monitor)==null||x.restart(),!1}return!u.noIterator};this.monitor=new gd(r,c,l)}_checkHbOrderConsumer(r){const a=r.headers.get(un.ConsumerStalledHdr);a!==""&&this.js.nc.publish(a);const l=parseInt(r.headers.get(un.LastConsumerSeqHdr),10),u=this.info.ordered_consumer_sequence;return this.info.flow_control.heartbeat_count++,l!==u.delivery_seq&&this._resetOrderedConsumer(u.stream_seq+1),!1}_checkOrderedConsumer(r){const a=this.info.ordered_consumer_sequence,l=r.info.streamSequence,u=r.info.deliverySequence;return u!=a.delivery_seq+1?(this._resetOrderedConsumer(a.stream_seq+1),!1):(a.delivery_seq=u,a.stream_seq=l,!0)}async destroy(){this.isClosed()||await this.drain();const r=this.sub.info,a=r.config.durable_name||r.name,l=`${r.api.prefix}.CONSUMER.DELETE.${r.stream}.${a}`;await r.api._request(l)}async consumerInfo(){const r=this.sub.info,a=r.config.durable_name||r.name,l=`${r.api.prefix}.CONSUMER.INFO.${r.stream}.${a}`,u=await r.api._request(l);return r.last=u,u}}class WE extends Kb{constructor(n,r,a){super(n,r,a)}pull(n={batch:1}){const{stream:r,config:a,name:l}=this.sub.info,u=a.durable_name??l,c={};if(c.batch=n.batch||1,c.no_wait=n.no_wait||!1,(n.max_bytes??0)>0){const d=this.js.nc.features.get(nt.JS_PULL_MAX_BYTES);if(!d.ok)throw new Error(`max_bytes is only supported on servers ${d.min} or better`);c.max_bytes=n.max_bytes}let f=0;n.expires&&n.expires>0&&(f=n.expires,c.expires=Ct(f));let m=0;if(n.idle_heartbeat&&n.idle_heartbeat>0&&(m=n.idle_heartbeat,c.idle_heartbeat=Ct(m)),m&&f===0)throw new Error("idle_heartbeat requires expires");if(m>f)throw new Error("expires must be greater than idle_heartbeat");if(this.info){this.monitor&&this.monitor.cancel(),f&&m&&(this.monitor?this.monitor._change(m,f):this._setupHbMonitoring(m,f));const d=this.info.api,y=`${d.prefix}.CONSUMER.MSG.NEXT.${r}.${u}`,g=this.sub.subject;d.nc.publish(y,d.jc.encode(c),{reply:g})}}}function e2(e,n){return e?n2(n):t2(n)}function t2(e){return(n,r)=>n?[n,null]:(n=Xa(r),n?[n,null]:[null,El(r,e)])}function n2(e){return(n,r)=>{if(n)return[n,null];const a=Xa(r);return a!==null?[Zb(a),null]:[null,El(r,e)]}}function Zb(e){if(e!==null)switch(e.code){case Ee.JetStream404NoMessages:case Ee.JetStream408RequestTimeout:return null;case Ee.JetStream409:return S_(e)?e:null;default:return e}return null}function r2(e){e&&e.ack()}function i2(e){const n=e.split(".");if(n.length===9&&n.splice(2,0,"_",""),n.length<11||n[0]!=="$JS"||n[1]!=="ACK")throw new Error("not js message");const r={};return r.domain=n[2]==="_"?"":n[2],r.account_hash=n[3],r.stream=n[4],r.consumer=n[5],r.deliveryCount=parseInt(n[6],10),r.redeliveryCount=r.deliveryCount,r.redelivered=r.deliveryCount>1,r.streamSequence=parseInt(n[7],10),r.deliverySequence=parseInt(n[8],10),r.timestampNanos=parseInt(n[9],10),r.pending=parseInt(n[10],10),r}class a2{constructor(n,r){A(this,"msg");A(this,"di");A(this,"didAck");A(this,"timeout");this.msg=n,this.didAck=!1,this.timeout=r}get subject(){return this.msg.subject}get sid(){return this.msg.sid}get data(){return this.msg.data}get headers(){return this.msg.headers}get info(){return this.di||(this.di=i2(this.reply)),this.di}get redelivered(){return this.info.deliveryCount>1}get reply(){return this.msg.reply||""}get seq(){return this.info.streamSequence}doAck(n){this.didAck||(this.didAck=!this.isWIP(n),this.msg.respond(n))}isWIP(n){return n.length===4&&n[0]===al[0]&&n[1]===al[1]&&n[2]===al[2]&&n[3]===al[3]}async ackAck(n){var a;n=n||{},n.timeout=n.timeout||this.timeout;const r=Tt();if(this.didAck)r.resolve(!1);else if(this.didAck=!0,this.msg.reply){const u=this.msg.publisher,c=!((a=u.options)!=null&&a.noAsyncTraces),f=new Hb(u.muxSubscriptions,this.msg.reply,{timeout:n.timeout},c);u.request(f);try{u.publish(this.msg.reply,h0,{reply:`${u.muxSubscriptions.baseInbox}${f.token}`})}catch(m){f.cancel(m)}try{await Promise.race([f.timer,f.deferred]),r.resolve(!0)}catch(m){f.cancel(m),r.reject(m)}}else r.resolve(!1);return r}ack(){this.doAck(h0)}nak(n){let r=PE;n&&(r=yu().encode(`-NAK ${JSON.stringify({delay:Ct(n)})}`)),this.doAck(r)}working(){this.doAck(al)}next(n,r={batch:1}){const a={};a.batch=r.batch||1,a.no_wait=r.no_wait||!1,r.expires&&r.expires>0&&(a.expires=Ct(r.expires));const l=ar().encode(a),u=ts.concat(qE,IE,l),c=n?{reply:n}:void 0;this.msg.respond(u,c)}term(n=""){let r=HE;(n==null?void 0:n.length)>0&&(r=yu().encode(`+TERM ${n}`)),this.doAck(r)}json(){return this.msg.json()}string(){return this.msg.string()}}const s2="1.30.3",l2="nats.ws";class o2{constructor(){A(this,"version");A(this,"lang");A(this,"closeError");A(this,"connected");A(this,"done");A(this,"socket");A(this,"options");A(this,"socketClosed");A(this,"encrypted");A(this,"peeked");A(this,"yields");A(this,"signal");A(this,"closedNotification");this.version=s2,this.lang=l2,this.connected=!1,this.done=!1,this.socketClosed=!1,this.encrypted=!1,this.peeked=!1,this.yields=[],this.signal=Tt(),this.closedNotification=Tt()}async connect(n,r){const a=Tt();if(r.tls)return a.reject(new je("tls",Ee.InvalidOption)),a;this.options=r;const l=n.src;if(r.wsFactory){const{socket:u,encrypted:c}=await r.wsFactory(n.src,r);this.socket=u,this.encrypted=c}else this.encrypted=l.indexOf("wss://")===0,this.socket=new WebSocket(l);return this.socket.binaryType="arraybuffer",this.socket.onopen=()=>{this.isDiscarded()},this.socket.onmessage=u=>{if(this.isDiscarded())return;if(this.yields.push(new Uint8Array(u.data)),this.peeked){this.signal.resolve();return}const c=ts.concat(...this.yields),f=V_(c);if(f!==""){const m=wE.exec(f);if(!m){r.debug&&console.error("!!!",Ko(c)),a.reject(new Error("unexpected response from server"));return}try{const d=JSON.parse(m[1]);vE(d,this.options),this.peeked=!0,this.connected=!0,this.signal.resolve(),a.resolve()}catch(d){a.reject(d);return}}},this.socket.onclose=u=>{if(this.isDiscarded())return;this.socketClosed=!0;let c;this.done||(u.wasClean||(c=new Error(u.reason)),this._closed(c))},this.socket.onerror=u=>{if(this.isDiscarded())return;const c=u,f=new je(c.message,Ee.Unknown,new Error(c.error));a.reject(f)},a}disconnect(){this._closed(void 0,!0)}async _closed(n,r=!0){if(!this.isDiscarded()&&this.connected&&!this.done){if(this.closeError=n,!n)for(;!this.socketClosed&&this.socket.bufferedAmount>0;)await ss(100);this.done=!0;try{this.socket.close(n?1002:1e3,n?n.message:void 0)}catch{}r&&this.closedNotification.resolve(n)}}get isClosed(){return this.done}[Symbol.asyncIterator](){return this.iterate()}async*iterate(){for(;;){if(this.isDiscarded())return;this.yields.length===0&&await this.signal;const n=this.yields;this.yields=[];for(let r=0;r<n.length;r++)this.options.debug&&console.info(`> ${Ko(n[r])}`),yield n[r];if(this.done)break;this.yields.length===0&&(n.length=0,this.yields=n,this.signal=Tt())}}isEncrypted(){return this.connected&&this.encrypted}send(n){if(!this.isDiscarded())try{this.socket.send(n.buffer),this.options.debug&&console.info(`< ${Ko(n)}`);return}catch(r){this.options.debug&&console.error(`!!! ${Ko(n)}: ${r}`)}}close(n){return this._closed(n,!1)}closed(){return this.closedNotification}isDiscarded(){return this.done?(this.discard(),!0):!1}discard(){var n;this.done=!0;try{(n=this.socket)==null||n.close()}catch{}}}function u2(e,n){/^(.*:\/\/)(.*)/.test(e)||(typeof n=="boolean"?e=`${n===!0?"https":"http"}://${e}`:e=`https://${e}`);let a=new URL(e);const l=a.protocol.toLowerCase();l==="ws:"&&(n=!1),l==="wss:"&&(n=!0),l!=="https:"&&l!=="http"&&(e=e.replace(/^(.*:\/\/)(.*)/gm,"$2"),a=new URL(`http://${e}`));let u,c;const f=a.hostname,m=a.pathname,d=a.search||"";switch(l){case"http:":case"ws:":case"nats:":c=a.port||"80",u="ws:";break;case"https:":case"wss:":case"tls:":c=a.port||"443",u="wss:";break;default:c=a.port||n===!0?"443":"80",u=n===!0?"wss:":"ws:";break}return`${u}//${f}:${c}${m}${d}`}function Wb(e={}){return I_({defaultPort:443,urlParseFn:u2,factory:()=>new o2}),xd.connect(e)}/*! Capacitor: https://capacitorjs.com/ - MIT License */var ns;(function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"})(ns||(ns={}));class ch extends Error{constructor(n,r,a){super(n),this.message=n,this.code=r,this.data=a}}const c2=e=>{var n,r;return e!=null&&e.androidBridge?"android":!((r=(n=e==null?void 0:e.webkit)===null||n===void 0?void 0:n.messageHandlers)===null||r===void 0)&&r.bridge?"ios":"web"},f2=e=>{const n=e.CapacitorCustomPlatform||null,r=e.Capacitor||{},a=r.Plugins=r.Plugins||{},l=()=>n!==null?n.name:c2(e),u=()=>l()!=="web",c=g=>{const b=d.get(g);return!!(b!=null&&b.platforms.has(l())||f(g))},f=g=>{var b;return(b=r.PluginHeaders)===null||b===void 0?void 0:b.find(x=>x.name===g)},m=g=>e.console.error(g),d=new Map,y=(g,b={})=>{const x=d.get(g);if(x)return console.warn(`Capacitor plugin "${g}" already registered. Cannot register plugins twice.`),x.proxy;const k=l(),z=f(g);let B;const M=async()=>(!B&&k in b?B=typeof b[k]=="function"?B=await b[k]():B=b[k]:n!==null&&!B&&"web"in b&&(B=typeof b.web=="function"?B=await b.web():B=b.web),B),G=(q,Y)=>{var L,Z;if(z){const X=z==null?void 0:z.methods.find(be=>Y===be.name);if(X)return X.rtype==="promise"?be=>r.nativePromise(g,Y.toString(),be):(be,ge)=>r.nativeCallback(g,Y.toString(),be,ge);if(q)return(L=q[Y])===null||L===void 0?void 0:L.bind(q)}else{if(q)return(Z=q[Y])===null||Z===void 0?void 0:Z.bind(q);throw new ch(`"${g}" plugin is not implemented on ${k}`,ns.Unimplemented)}},J=q=>{let Y;const L=(...Z)=>{const X=M().then(be=>{const ge=G(be,q);if(ge){const I=ge(...Z);return Y=I==null?void 0:I.remove,I}else throw new ch(`"${g}.${q}()" is not implemented on ${k}`,ns.Unimplemented)});return q==="addListener"&&(X.remove=async()=>Y()),X};return L.toString=()=>`${q.toString()}() { [capacitor code] }`,Object.defineProperty(L,"name",{value:q,writable:!1,configurable:!1}),L},se=J("addListener"),j=J("removeListener"),O=(q,Y)=>{const L=se({eventName:q},Y),Z=async()=>{const be=await L;j({eventName:q,callbackId:be},Y)},X=new Promise(be=>L.then(()=>be({remove:Z})));return X.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await Z()},X},V=new Proxy({},{get(q,Y){switch(Y){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return z?O:se;case"removeListener":return j;default:return J(Y)}}});return a[g]=V,d.set(g,{name:g,proxy:V,platforms:new Set([...Object.keys(b),...z?[k]:[]])}),V};return r.convertFileSrc||(r.convertFileSrc=g=>g),r.getPlatform=l,r.handleError=m,r.isNativePlatform=u,r.isPluginAvailable=c,r.registerPlugin=y,r.Exception=ch,r.DEBUG=!!r.DEBUG,r.isLoggingEnabled=!!r.isLoggingEnabled,r},h2=e=>e.Capacitor=f2(e),Ci=h2(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),ls=Ci.registerPlugin;class wd{constructor(){this.listeners={},this.retainedEventArguments={},this.windowListeners={}}addListener(n,r){let a=!1;this.listeners[n]||(this.listeners[n]=[],a=!0),this.listeners[n].push(r);const u=this.windowListeners[n];u&&!u.registered&&this.addWindowListener(u),a&&this.sendRetainedArgumentsForEvent(n);const c=async()=>this.removeListener(n,r);return Promise.resolve({remove:c})}async removeAllListeners(){this.listeners={};for(const n in this.windowListeners)this.removeWindowListener(this.windowListeners[n]);this.windowListeners={}}notifyListeners(n,r,a){const l=this.listeners[n];if(!l){if(a){let u=this.retainedEventArguments[n];u||(u=[]),u.push(r),this.retainedEventArguments[n]=u}return}l.forEach(u=>u(r))}hasListeners(n){var r;return!!(!((r=this.listeners[n])===null||r===void 0)&&r.length)}registerWindowListener(n,r){this.windowListeners[r]={registered:!1,windowEventName:n,pluginEventName:r,handler:a=>{this.notifyListeners(r,a)}}}unimplemented(n="not implemented"){return new Ci.Exception(n,ns.Unimplemented)}unavailable(n="not available"){return new Ci.Exception(n,ns.Unavailable)}async removeListener(n,r){const a=this.listeners[n];if(!a)return;const l=a.indexOf(r);this.listeners[n].splice(l,1),this.listeners[n].length||this.removeWindowListener(this.windowListeners[n])}addWindowListener(n){window.addEventListener(n.windowEventName,n.handler),n.registered=!0}removeWindowListener(n){n&&(window.removeEventListener(n.windowEventName,n.handler),n.registered=!1)}sendRetainedArgumentsForEvent(n){const r=this.retainedEventArguments[n];r&&(delete this.retainedEventArguments[n],r.forEach(a=>{this.notifyListeners(n,a)}))}}const m0=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),p0=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class d2 extends wd{async getCookies(){const n=document.cookie,r={};return n.split(";").forEach(a=>{if(a.length<=0)return;let[l,u]=a.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");l=p0(l).trim(),u=p0(u).trim(),r[l]=u}),r}async setCookie(n){try{const r=m0(n.key),a=m0(n.value),l=n.expires?`; expires=${n.expires.replace("expires=","")}`:"",u=(n.path||"/").replace("path=",""),c=n.url!=null&&n.url.length>0?`domain=${n.url}`:"";document.cookie=`${r}=${a||""}${l}; path=${u}; ${c};`}catch(r){return Promise.reject(r)}}async deleteCookie(n){try{document.cookie=`${n.key}=; Max-Age=0`}catch(r){return Promise.reject(r)}}async clearCookies(){try{const n=document.cookie.split(";")||[];for(const r of n)document.cookie=r.replace(/^ +/,"").replace(/=.*/,`=;expires=${new Date().toUTCString()};path=/`)}catch(n){return Promise.reject(n)}}async clearAllCookies(){try{await this.clearCookies()}catch(n){return Promise.reject(n)}}}ls("CapacitorCookies",{web:()=>new d2});const m2=async e=>new Promise((n,r)=>{const a=new FileReader;a.onload=()=>{const l=a.result;n(l.indexOf(",")>=0?l.split(",")[1]:l)},a.onerror=l=>r(l),a.readAsDataURL(e)}),p2=(e={})=>{const n=Object.keys(e);return Object.keys(e).map(l=>l.toLocaleLowerCase()).reduce((l,u,c)=>(l[u]=e[n[c]],l),{})},g2=(e,n=!0)=>e?Object.entries(e).reduce((a,l)=>{const[u,c]=l;let f,m;return Array.isArray(c)?(m="",c.forEach(d=>{f=n?encodeURIComponent(d):d,m+=`${u}=${f}&`}),m.slice(0,-1)):(f=n?encodeURIComponent(c):c,m=`${u}=${f}`),`${a}&${m}`},"").substr(1):null,y2=(e,n={})=>{const r=Object.assign({method:e.method||"GET",headers:e.headers},n),l=p2(e.headers)["content-type"]||"";if(typeof e.data=="string")r.body=e.data;else if(l.includes("application/x-www-form-urlencoded")){const u=new URLSearchParams;for(const[c,f]of Object.entries(e.data||{}))u.set(c,f);r.body=u.toString()}else if(l.includes("multipart/form-data")||e.data instanceof FormData){const u=new FormData;if(e.data instanceof FormData)e.data.forEach((f,m)=>{u.append(m,f)});else for(const f of Object.keys(e.data))u.append(f,e.data[f]);r.body=u;const c=new Headers(r.headers);c.delete("content-type"),r.headers=c}else(l.includes("application/json")||typeof e.data=="object")&&(r.body=JSON.stringify(e.data));return r};class b2 extends wd{async request(n){const r=y2(n,n.webFetchExtra),a=g2(n.params,n.shouldEncodeUrlParams),l=a?`${n.url}?${a}`:n.url,u=await fetch(l,r),c=u.headers.get("content-type")||"";let{responseType:f="text"}=u.ok?n:{};c.includes("application/json")&&(f="json");let m,d;switch(f){case"arraybuffer":case"blob":d=await u.blob(),m=await m2(d);break;case"json":m=await u.json();break;case"document":case"text":default:m=await u.text()}const y={};return u.headers.forEach((g,b)=>{y[b]=g}),{data:m,headers:y,status:u.status,url:u.url}}async get(n){return this.request(Object.assign(Object.assign({},n),{method:"GET"}))}async post(n){return this.request(Object.assign(Object.assign({},n),{method:"POST"}))}async put(n){return this.request(Object.assign(Object.assign({},n),{method:"PUT"}))}async patch(n){return this.request(Object.assign(Object.assign({},n),{method:"PATCH"}))}async delete(n){return this.request(Object.assign(Object.assign({},n),{method:"DELETE"}))}}ls("CapacitorHttp",{web:()=>new b2});var g0;(function(e){e.Dark="DARK",e.Light="LIGHT",e.Default="DEFAULT"})(g0||(g0={}));var y0;(function(e){e.StatusBar="StatusBar",e.NavigationBar="NavigationBar"})(y0||(y0={}));class v2 extends wd{async setStyle(){this.unavailable("not available for web")}async setAnimation(){this.unavailable("not available for web")}async show(){this.unavailable("not available for web")}async hide(){this.unavailable("not available for web")}}ls("SystemBars",{web:()=>new v2});const Sd=Ci.isNativePlatform()?"https://app.palmier.me":"";async function e1(e,n,r,a){const l=`${Sd}${n}`;console.log(`[API] ${e} ${l}`);const c=await fetch(l,{method:e,headers:{"Content-Type":"application/json"},body:r!=null?JSON.stringify(r):void 0});if(!c.ok){const f=await c.text();let m;try{const d=JSON.parse(f);m=d.error??d.message??f}catch{m=f}throw console.error(`[API] ${e} ${n} failed:`,c.status,m),new Error(m||`Request failed with status ${c.status}`)}return console.log(`[API] ${e} ${n} ->`,c.status),c.json()}function x2(e,n,r){return e1("POST",e,n)}function w2(e,n){return e1("GET",e,void 0)}const t1=U.createContext({connected:!1,mode:"disconnected",nc:null,request(){return Promise.reject(new Error("No host connection"))},subscribeEvents(){return()=>{}},activeHost:null,unauthorized:!1}),S2=2e3,fh=6e3;function _2({children:e}){const{getActiveHost:n}=Ol(),r=n(),[a,l]=U.useState(null),[u,c]=U.useState(!1),f=U.useRef(null),[m,d]=U.useState(!1),[y,g]=U.useState(!1),b=U.useRef(yu()),x=U.useRef(new Set),k=U.useRef(0),z=r!=null&&!!r.directUrl,B=r?z?m?"direct":"disconnected":u?"nats":"disconnected":"disconnected",M=B!=="disconnected";U.useEffect(()=>{g(!1)},[r==null?void 0:r.hostId,r==null?void 0:r.clientToken]),U.useEffect(()=>{if(z){f.current&&(f.current.close().catch(()=>{}),f.current=null,l(null),c(!1));return}if(!r)return;let se=!1;async function j(){try{const O=await fetch(`${Sd}/api/config`);if(!O.ok){console.error("[NATS] Failed to fetch config");return}const V=await O.json();if(!V.natsWsUrl){console.warn("[NATS] No WebSocket URL configured");return}if(se)return;console.log("[NATS] Connecting to",V.natsWsUrl);const q=await Wb({servers:V.natsWsUrl,token:V.natsToken});if(se){q.close().catch(()=>{});return}console.log("[NATS] Connected"),f.current=q,l(q),c(!0),q.closed().then(()=>{console.log("[NATS] Connection closed"),se||(l(null),c(!1),f.current=null)})}catch(O){console.error("[NATS] Connection failed:",O),se||c(!1)}}return j(),()=>{se=!0,f.current&&(f.current.close().catch(()=>{}),f.current=null,l(null),c(!1))}},[z,r]),U.useEffect(()=>{if(!r||!z){d(!1);return}const se=new AbortController;async function j(){var Y;const V=new AbortController,q=setTimeout(()=>V.abort(),S2);se.signal.addEventListener("abort",()=>V.abort());try{const L=await fetch(`${r.directUrl}/events`,{headers:{Authorization:`Bearer ${r.clientToken}`},signal:V.signal});return clearTimeout(q),L.ok?((Y=L.body)==null?void 0:Y.getReader())??null:null}catch{return clearTimeout(q),null}}async function O(V){d(!0),console.log("[HOST] SSE connected to",r.directUrl),k.current=Date.now();function q(){setTimeout(()=>{se.signal.aborted||Date.now()-k.current<fh||(console.log("[HOST] Heartbeat timeout — no data for",fh/1e3,"s"),se.abort(),d(!1),console.log("[HOST] Direct host unreachable"))},fh)}q();const Y=new TextDecoder;let L="";try{for(;;){const{done:Z,value:X}=await V.read();if(Z)break;L+=Y.decode(X,{stream:!0}),k.current=Date.now(),q();const be=L.split(`
|
|
88
|
+
`);L=be.pop()??"";for(const ge of be)if(ge.startsWith("data: ")){const I=ge.slice(6);try{const F=JSON.parse(I);if(F.task_id&&F.event_type){const ie=`host-event.${r.hostId}.${F.task_id}`;for(const he of x.current)he({subject:ie,data:b.current.encode(I)})}}catch{}}}}catch{}}return(async()=>{const V=await j();V&&await O(V)})(),()=>{se.abort(),d(!1)}},[r,z]);const G=U.useCallback(async(se,j,O)=>{if(!r)throw new Error("No active host");function V(be){be&&typeof be=="object"&&be.error==="Unauthorized"&&g(!0)}if(z){console.log(`[HOST/HTTP] → ${se}`,j??"");const be=await fetch(`${r.directUrl}/rpc/${se}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${r.clientToken}`},body:j!=null?JSON.stringify(j):void 0,signal:O!=null&&O.timeout?AbortSignal.timeout(O.timeout):void 0});if(be.status===401)throw g(!0),new Error("Unauthorized");const ge=await be.json();return V(ge),console.log(`[HOST/HTTP] ← ${se}`,ge),ge}if(!f.current)throw new Error("Not connected");const q=`host.${r.hostId}.rpc.${se}`,Y={...j??{},clientToken:r.clientToken},L=b.current.encode(JSON.stringify(Y));console.log(`[HOST/NATS] → ${se}`,j??"");const Z=await f.current.request(q,L,{timeout:(O==null?void 0:O.timeout)??1e4}),X=JSON.parse(b.current.decode(Z.data));return V(X),console.log(`[HOST/NATS] ← ${se}`,X),X},[r,z]),J=U.useCallback((se,j)=>{if(z)return x.current.add(j),()=>{x.current.delete(j)};if(f.current){const O=f.current.subscribe(`host-event.${se}.>`);let V=!1;return(async()=>{try{for await(const q of O){if(V)break;j({subject:q.subject,data:q.data})}}catch{}})(),()=>{V=!0,O.unsubscribe()}}return()=>{}},[r,z]);return w.jsx(t1.Provider,{value:{connected:M,mode:B,nc:a,request:G,subscribeEvents:J,activeHost:r,unauthorized:y},children:e})}function _d(){return U.useContext(t1)}function _u(e){const n=new Date(e),r=new Date,a=n.toLocaleTimeString(void 0,{hour:"numeric",minute:"2-digit"});return n.toDateString()===r.toDateString()?a:`${n.toLocaleDateString(void 0,{month:"short",day:"numeric"})} ${a}`}const n1={};function E2(e){for(const n of e)n1[n.key]=n.label}function Yh(e){return n1[e]??e}const k2=()=>window.matchMedia("(max-width: 600px)").matches;function A2({task:e,lastEvent:n,onEdit:r,onDelete:a,onViewRun:l}){const{request:u}=_d(),[c,f]=U.useState(!1),[m,d]=U.useState(!1),[y,g]=U.useState(!1),b=U.useRef(null),x=(n==null?void 0:n.running_state)==="started",k=!e.triggers_enabled||e.triggers.length===0?"var(--color-text-secondary)":x?"var(--color-success)":(n==null?void 0:n.running_state)==="failed"?"var(--color-error)":"var(--color-success)";U.useEffect(()=>{if(!m)return;function q(Y){b.current&&!b.current.contains(Y.target)&&d(!1)}return document.addEventListener("mousedown",q),()=>document.removeEventListener("mousedown",q)},[m]);function z(){k2()?g(!0):d(q=>!q)}function B(){d(!1),g(!1)}async function M(){if(B(),!!confirm("Abort this task?")){f(!0);try{await u("task.abort",{id:e.id})}catch(q){console.error("Abort failed:",q)}finally{f(!1)}}}async function G(){B();try{const q=await u("task.run",{id:e.id});l(e.id,q.run_id)}catch(q){console.error("Run failed:",q)}}async function J(){if(B(),!!confirm("Delete this task? Results and reports will be kept."))try{await u("task.delete",{id:e.id}),a(e.id)}catch(q){console.error("Delete failed:",q)}}const se={started:"Started",finished:"Finished",aborted:"Aborted",failed:"Failed"};function j(q){if(q.type==="once"){const ie=new Date(q.value);return isNaN(ie.getTime())?q.value:`Once on ${ie.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"})} at ${ie.toLocaleTimeString(void 0,{hour:"numeric",minute:"2-digit"})}`}const Y=q.value.split(" ");if(Y.length!==5)return q.value;const[L,Z,X,,be]=Y,ge=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];if(Z==="*")return"Every hour";const I=new Date;I.setHours(Number(Z),Number(L),0,0);const F=I.toLocaleTimeString(void 0,{hour:"numeric",minute:"2-digit"});return be!=="*"?`Weekly on ${ge[Number(be)]??be} at ${F}`:X!=="*"?`Monthly on day ${X} at ${F}`:`Daily at ${F}`}const O=e.triggers.map(j).join(", "),V=w.jsxs(w.Fragment,{children:[w.jsxs("button",{onClick:()=>{B(),r(e)},children:[w.jsx("span",{className:"menu-icon",children:"✎"}),"Edit"]}),w.jsxs("button",{onClick:()=>{B(),l(e.id)},children:[w.jsx("span",{className:"menu-icon",children:"📄"}),"View All Runs"]}),x?w.jsxs("button",{className:"menu-item-danger",onClick:M,disabled:c,children:[w.jsx("span",{className:"menu-icon",children:"◼"}),"Abort"]}):w.jsxs(w.Fragment,{children:[w.jsxs("button",{onClick:G,children:[w.jsx("span",{className:"menu-icon",children:"▶"}),"Run Now"]}),w.jsxs("button",{className:"menu-item-danger",onClick:J,children:[w.jsx("span",{className:"menu-icon",children:"🗑"}),"Delete"]})]})]});return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"task-card",onClick:()=>x?l(e.id,"latest"):l(e.id),children:[w.jsxs("div",{className:"task-card-header",children:[w.jsxs("div",{className:"task-card-title-row",children:[x?w.jsx("span",{className:"status-spinner",children:w.jsx("span",{})}):w.jsx("span",{className:"status-dot",style:{backgroundColor:k}}),w.jsx("h3",{className:"task-card-name",children:e.name||e.user_prompt})]}),w.jsx("div",{className:"task-card-actions",onClick:q=>q.stopPropagation(),children:w.jsxs("div",{className:"task-card-menu",ref:b,children:[w.jsx("button",{className:"task-card-menu-btn",onClick:z,"aria-label":"Task actions",children:"⋮"}),m&&w.jsx("div",{className:"task-card-menu-dropdown",children:V})]})})]}),w.jsxs("div",{className:"task-card-meta",children:[e.agent&&w.jsx("span",{className:"task-card-agent",children:Yh(e.agent)}),n&&se[n.running_state]&&w.jsxs("span",{className:"task-card-last-event",children:[se[n.running_state]," ",_u(n.time_stamp)]}),e.triggers.length>0&&w.jsx("span",{className:"task-card-triggers",children:e.triggers_enabled?O:"Triggers disabled"})]})]}),y&&du.createPortal(w.jsx("div",{className:"bottom-sheet-overlay",onClick:()=>g(!1),children:w.jsxs("div",{className:"bottom-sheet",onClick:q=>q.stopPropagation(),children:[w.jsx("div",{className:"bottom-sheet-handle"}),w.jsx("div",{className:"bottom-sheet-title",children:e.name||e.user_prompt}),w.jsx("div",{className:"bottom-sheet-actions",children:V})]})}),document.body)]})}function C2(e,n){const r={};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const T2=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,j2=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,O2={};function b0(e,n){return(O2.jsx?j2:T2).test(e)}const N2=/[ \t\n\f\r]/g;function R2(e){return typeof e=="object"?e.type==="text"?v0(e.value):!1:v0(e)}function v0(e){return e.replace(N2,"")===""}class Ml{constructor(n,r,a){this.normal=r,this.property=n,a&&(this.space=a)}}Ml.prototype.normal={};Ml.prototype.property={};Ml.prototype.space=void 0;function r1(e,n){const r={},a={};for(const l of e)Object.assign(r,l.property),Object.assign(a,l.normal);return new Ml(r,a,n)}function Vh(e){return e.toLowerCase()}class yn{constructor(n,r){this.attribute=r,this.property=n}}yn.prototype.attribute="";yn.prototype.booleanish=!1;yn.prototype.boolean=!1;yn.prototype.commaOrSpaceSeparated=!1;yn.prototype.commaSeparated=!1;yn.prototype.defined=!1;yn.prototype.mustUseProperty=!1;yn.prototype.number=!1;yn.prototype.overloadedBoolean=!1;yn.prototype.property="";yn.prototype.spaceSeparated=!1;yn.prototype.space=void 0;let M2=0;const Ye=na(),qt=na(),Jh=na(),ve=na(),wt=na(),Za=na(),An=na();function na(){return 2**++M2}const Xh=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ye,booleanish:qt,commaOrSpaceSeparated:An,commaSeparated:Za,number:ve,overloadedBoolean:Jh,spaceSeparated:wt},Symbol.toStringTag,{value:"Module"})),hh=Object.keys(Xh);class Ed extends yn{constructor(n,r,a,l){let u=-1;if(super(n,r),x0(this,"space",l),typeof a=="number")for(;++u<hh.length;){const c=hh[u];x0(this,hh[u],(a&Xh[c])===Xh[c])}}}Ed.prototype.defined=!0;function x0(e,n,r){r&&(e[n]=r)}function os(e){const n={},r={};for(const[a,l]of Object.entries(e.properties)){const u=new Ed(a,e.transform(e.attributes||{},a),l,e.space);e.mustUseProperty&&e.mustUseProperty.includes(a)&&(u.mustUseProperty=!0),n[a]=u,r[Vh(a)]=a,r[Vh(u.attribute)]=a}return new Ml(n,r,e.space)}const i1=os({properties:{ariaActiveDescendant:null,ariaAtomic:qt,ariaAutoComplete:null,ariaBusy:qt,ariaChecked:qt,ariaColCount:ve,ariaColIndex:ve,ariaColSpan:ve,ariaControls:wt,ariaCurrent:null,ariaDescribedBy:wt,ariaDetails:null,ariaDisabled:qt,ariaDropEffect:wt,ariaErrorMessage:null,ariaExpanded:qt,ariaFlowTo:wt,ariaGrabbed:qt,ariaHasPopup:null,ariaHidden:qt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:wt,ariaLevel:ve,ariaLive:null,ariaModal:qt,ariaMultiLine:qt,ariaMultiSelectable:qt,ariaOrientation:null,ariaOwns:wt,ariaPlaceholder:null,ariaPosInSet:ve,ariaPressed:qt,ariaReadOnly:qt,ariaRelevant:null,ariaRequired:qt,ariaRoleDescription:wt,ariaRowCount:ve,ariaRowIndex:ve,ariaRowSpan:ve,ariaSelected:qt,ariaSetSize:ve,ariaSort:null,ariaValueMax:ve,ariaValueMin:ve,ariaValueNow:ve,ariaValueText:null,role:null},transform(e,n){return n==="role"?n:"aria-"+n.slice(4).toLowerCase()}});function a1(e,n){return n in e?e[n]:n}function s1(e,n){return a1(e,n.toLowerCase())}const D2=os({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Za,acceptCharset:wt,accessKey:wt,action:null,allow:null,allowFullScreen:Ye,allowPaymentRequest:Ye,allowUserMedia:Ye,alt:null,as:null,async:Ye,autoCapitalize:null,autoComplete:wt,autoFocus:Ye,autoPlay:Ye,blocking:wt,capture:null,charSet:null,checked:Ye,cite:null,className:wt,cols:ve,colSpan:null,content:null,contentEditable:qt,controls:Ye,controlsList:wt,coords:ve|Za,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ye,defer:Ye,dir:null,dirName:null,disabled:Ye,download:Jh,draggable:qt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ye,formTarget:null,headers:wt,height:ve,hidden:Jh,high:ve,href:null,hrefLang:null,htmlFor:wt,httpEquiv:wt,id:null,imageSizes:null,imageSrcSet:null,inert:Ye,inputMode:null,integrity:null,is:null,isMap:Ye,itemId:null,itemProp:wt,itemRef:wt,itemScope:Ye,itemType:wt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ye,low:ve,manifest:null,max:null,maxLength:ve,media:null,method:null,min:null,minLength:ve,multiple:Ye,muted:Ye,name:null,nonce:null,noModule:Ye,noValidate:Ye,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Ye,optimum:ve,pattern:null,ping:wt,placeholder:null,playsInline:Ye,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ye,referrerPolicy:null,rel:wt,required:Ye,reversed:Ye,rows:ve,rowSpan:ve,sandbox:wt,scope:null,scoped:Ye,seamless:Ye,selected:Ye,shadowRootClonable:Ye,shadowRootDelegatesFocus:Ye,shadowRootMode:null,shape:null,size:ve,sizes:null,slot:null,span:ve,spellCheck:qt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ve,step:null,style:null,tabIndex:ve,target:null,title:null,translate:null,type:null,typeMustMatch:Ye,useMap:null,value:qt,width:ve,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:wt,axis:null,background:null,bgColor:null,border:ve,borderColor:null,bottomMargin:ve,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ye,declare:Ye,event:null,face:null,frame:null,frameBorder:null,hSpace:ve,leftMargin:ve,link:null,longDesc:null,lowSrc:null,marginHeight:ve,marginWidth:ve,noResize:Ye,noHref:Ye,noShade:Ye,noWrap:Ye,object:null,profile:null,prompt:null,rev:null,rightMargin:ve,rules:null,scheme:null,scrolling:qt,standby:null,summary:null,text:null,topMargin:ve,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ve,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ye,disableRemotePlayback:Ye,prefix:null,property:null,results:ve,security:null,unselectable:null},space:"html",transform:s1}),z2=os({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:An,accentHeight:ve,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ve,amplitude:ve,arabicForm:null,ascent:ve,attributeName:null,attributeType:null,azimuth:ve,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ve,by:null,calcMode:null,capHeight:ve,className:wt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:ve,diffuseConstant:ve,direction:null,display:null,dur:null,divisor:ve,dominantBaseline:null,download:Ye,dx:null,dy:null,edgeMode:null,editable:null,elevation:ve,enableBackground:null,end:null,event:null,exponent:ve,externalResourcesRequired:null,fill:null,fillOpacity:ve,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Za,g2:Za,glyphName:Za,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ve,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ve,horizOriginX:ve,horizOriginY:ve,id:null,ideographic:ve,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ve,k:ve,k1:ve,k2:ve,k3:ve,k4:ve,kernelMatrix:An,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ve,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:ve,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:ve,overlineThickness:ve,paintOrder:null,panose1:null,path:null,pathLength:ve,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:wt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ve,pointsAtY:ve,pointsAtZ:ve,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:An,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:An,rev:An,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:An,requiredFeatures:An,requiredFonts:An,requiredFormats:An,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:ve,specularExponent:ve,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ve,strikethroughThickness:ve,string:null,stroke:null,strokeDashArray:An,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ve,strokeOpacity:ve,strokeWidth:null,style:null,surfaceScale:ve,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:An,tabIndex:ve,tableValues:null,target:null,targetX:ve,targetY:ve,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:An,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ve,underlineThickness:ve,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ve,values:null,vAlphabetic:ve,vMathematical:ve,vectorEffect:null,vHanging:ve,vIdeographic:ve,version:null,vertAdvY:ve,vertOriginX:ve,vertOriginY:ve,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ve,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:a1}),l1=os({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,n){return"xlink:"+n.slice(5).toLowerCase()}}),o1=os({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:s1}),u1=os({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,n){return"xml:"+n.slice(3).toLowerCase()}}),L2={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},U2=/[A-Z]/g,w0=/-[a-z]/g,B2=/^data[-\w.:]+$/i;function P2(e,n){const r=Vh(n);let a=n,l=yn;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&B2.test(n)){if(n.charAt(4)==="-"){const u=n.slice(5).replace(w0,H2);a="data"+u.charAt(0).toUpperCase()+u.slice(1)}else{const u=n.slice(4);if(!w0.test(u)){let c=u.replace(U2,q2);c.charAt(0)!=="-"&&(c="-"+c),n="data"+c}}l=Ed}return new l(a,n)}function q2(e){return"-"+e.toLowerCase()}function H2(e){return e.charAt(1).toUpperCase()}const I2=r1([i1,D2,l1,o1,u1],"html"),kd=r1([i1,z2,l1,o1,u1],"svg");function F2(e){return e.join(" ").trim()}var Ha={},dh,S0;function $2(){if(S0)return dh;S0=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=/\n/g,r=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,l=/^:\s*/,u=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,f=/^\s+|\s+$/g,m=`
|
|
89
|
+
`,d="/",y="*",g="",b="comment",x="declaration";function k(B,M){if(typeof B!="string")throw new TypeError("First argument must be a string");if(!B)return[];M=M||{};var G=1,J=1;function se(ge){var I=ge.match(n);I&&(G+=I.length);var F=ge.lastIndexOf(m);J=~F?ge.length-F:J+ge.length}function j(){var ge={line:G,column:J};return function(I){return I.position=new O(ge),Y(),I}}function O(ge){this.start=ge,this.end={line:G,column:J},this.source=M.source}O.prototype.content=B;function V(ge){var I=new Error(M.source+":"+G+":"+J+": "+ge);if(I.reason=ge,I.filename=M.source,I.line=G,I.column=J,I.source=B,!M.silent)throw I}function q(ge){var I=ge.exec(B);if(I){var F=I[0];return se(F),B=B.slice(F.length),I}}function Y(){q(r)}function L(ge){var I;for(ge=ge||[];I=Z();)I!==!1&&ge.push(I);return ge}function Z(){var ge=j();if(!(d!=B.charAt(0)||y!=B.charAt(1))){for(var I=2;g!=B.charAt(I)&&(y!=B.charAt(I)||d!=B.charAt(I+1));)++I;if(I+=2,g===B.charAt(I-1))return V("End of comment missing");var F=B.slice(2,I-2);return J+=2,se(F),B=B.slice(I),J+=2,ge({type:b,comment:F})}}function X(){var ge=j(),I=q(a);if(I){if(Z(),!q(l))return V("property missing ':'");var F=q(u),ie=ge({type:x,property:z(I[0].replace(e,g)),value:F?z(F[0].replace(e,g)):g});return q(c),ie}}function be(){var ge=[];L(ge);for(var I;I=X();)I!==!1&&(ge.push(I),L(ge));return ge}return Y(),be()}function z(B){return B?B.replace(f,g):g}return dh=k,dh}var _0;function G2(){if(_0)return Ha;_0=1;var e=Ha&&Ha.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(Ha,"__esModule",{value:!0}),Ha.default=r;const n=e($2());function r(a,l){let u=null;if(!a||typeof a!="string")return u;const c=(0,n.default)(a),f=typeof l=="function";return c.forEach(m=>{if(m.type!=="declaration")return;const{property:d,value:y}=m;f?l(d,y,m):y&&(u=u||{},u[d]=y)}),u}return Ha}var sl={},E0;function Y2(){if(E0)return sl;E0=1,Object.defineProperty(sl,"__esModule",{value:!0}),sl.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,n=/-([a-z])/g,r=/^[^-]+$/,a=/^-(webkit|moz|ms|o|khtml)-/,l=/^-(ms)-/,u=function(d){return!d||r.test(d)||e.test(d)},c=function(d,y){return y.toUpperCase()},f=function(d,y){return"".concat(y,"-")},m=function(d,y){return y===void 0&&(y={}),u(d)?d:(d=d.toLowerCase(),y.reactCompat?d=d.replace(l,f):d=d.replace(a,f),d.replace(n,c))};return sl.camelCase=m,sl}var ll,k0;function V2(){if(k0)return ll;k0=1;var e=ll&&ll.__importDefault||function(l){return l&&l.__esModule?l:{default:l}},n=e(G2()),r=Y2();function a(l,u){var c={};return!l||typeof l!="string"||(0,n.default)(l,function(f,m){f&&m&&(c[(0,r.camelCase)(f,u)]=m)}),c}return a.default=a,ll=a,ll}var J2=V2();const X2=db(J2),c1=f1("end"),Ad=f1("start");function f1(e){return n;function n(r){const a=r&&r.position&&r.position[e]||{};if(typeof a.line=="number"&&a.line>0&&typeof a.column=="number"&&a.column>0)return{line:a.line,column:a.column,offset:typeof a.offset=="number"&&a.offset>-1?a.offset:void 0}}}function Q2(e){const n=Ad(e),r=c1(e);if(n&&r)return{start:n,end:r}}function yl(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?A0(e.position):"start"in e||"end"in e?A0(e):"line"in e||"column"in e?Qh(e):""}function Qh(e){return C0(e&&e.line)+":"+C0(e&&e.column)}function A0(e){return Qh(e&&e.start)+"-"+Qh(e&&e.end)}function C0(e){return e&&typeof e=="number"?e:1}class tn extends Error{constructor(n,r,a){super(),typeof r=="string"&&(a=r,r=void 0);let l="",u={},c=!1;if(r&&("line"in r&&"column"in r?u={place:r}:"start"in r&&"end"in r?u={place:r}:"type"in r?u={ancestors:[r],place:r.position}:u={...r}),typeof n=="string"?l=n:!u.cause&&n&&(c=!0,l=n.message,u.cause=n),!u.ruleId&&!u.source&&typeof a=="string"){const m=a.indexOf(":");m===-1?u.ruleId=a:(u.source=a.slice(0,m),u.ruleId=a.slice(m+1))}if(!u.place&&u.ancestors&&u.ancestors){const m=u.ancestors[u.ancestors.length-1];m&&(u.place=m.position)}const f=u.place&&"start"in u.place?u.place.start:u.place;this.ancestors=u.ancestors||void 0,this.cause=u.cause||void 0,this.column=f?f.column:void 0,this.fatal=void 0,this.file="",this.message=l,this.line=f?f.line:void 0,this.name=yl(u.place)||"1:1",this.place=u.place||void 0,this.reason=this.message,this.ruleId=u.ruleId||void 0,this.source=u.source||void 0,this.stack=c&&u.cause&&typeof u.cause.stack=="string"?u.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}tn.prototype.file="";tn.prototype.name="";tn.prototype.reason="";tn.prototype.message="";tn.prototype.stack="";tn.prototype.column=void 0;tn.prototype.line=void 0;tn.prototype.ancestors=void 0;tn.prototype.cause=void 0;tn.prototype.fatal=void 0;tn.prototype.place=void 0;tn.prototype.ruleId=void 0;tn.prototype.source=void 0;const Cd={}.hasOwnProperty,K2=new Map,Z2=/[A-Z]/g,W2=new Set(["table","tbody","thead","tfoot","tr"]),ek=new Set(["td","th"]),h1="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function tk(e,n){if(!n||n.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const r=n.filePath||void 0;let a;if(n.development){if(typeof n.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");a=uk(r,n.jsxDEV)}else{if(typeof n.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof n.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");a=ok(r,n.jsx,n.jsxs)}const l={Fragment:n.Fragment,ancestors:[],components:n.components||{},create:a,elementAttributeNameCase:n.elementAttributeNameCase||"react",evaluater:n.createEvaluater?n.createEvaluater():void 0,filePath:r,ignoreInvalidStyle:n.ignoreInvalidStyle||!1,passKeys:n.passKeys!==!1,passNode:n.passNode||!1,schema:n.space==="svg"?kd:I2,stylePropertyNameCase:n.stylePropertyNameCase||"dom",tableCellAlignToStyle:n.tableCellAlignToStyle!==!1},u=d1(l,e,void 0);return u&&typeof u!="string"?u:l.create(e,l.Fragment,{children:u||void 0},void 0)}function d1(e,n,r){if(n.type==="element")return nk(e,n,r);if(n.type==="mdxFlowExpression"||n.type==="mdxTextExpression")return rk(e,n);if(n.type==="mdxJsxFlowElement"||n.type==="mdxJsxTextElement")return ak(e,n,r);if(n.type==="mdxjsEsm")return ik(e,n);if(n.type==="root")return sk(e,n,r);if(n.type==="text")return lk(e,n)}function nk(e,n,r){const a=e.schema;let l=a;n.tagName.toLowerCase()==="svg"&&a.space==="html"&&(l=kd,e.schema=l),e.ancestors.push(n);const u=p1(e,n.tagName,!1),c=ck(e,n);let f=jd(e,n);return W2.has(n.tagName)&&(f=f.filter(function(m){return typeof m=="string"?!R2(m):!0})),m1(e,c,u,n),Td(c,f),e.ancestors.pop(),e.schema=a,e.create(n,u,c,r)}function rk(e,n){if(n.data&&n.data.estree&&e.evaluater){const a=n.data.estree.body[0];return a.type,e.evaluater.evaluateExpression(a.expression)}kl(e,n.position)}function ik(e,n){if(n.data&&n.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(n.data.estree);kl(e,n.position)}function ak(e,n,r){const a=e.schema;let l=a;n.name==="svg"&&a.space==="html"&&(l=kd,e.schema=l),e.ancestors.push(n);const u=n.name===null?e.Fragment:p1(e,n.name,!0),c=fk(e,n),f=jd(e,n);return m1(e,c,u,n),Td(c,f),e.ancestors.pop(),e.schema=a,e.create(n,u,c,r)}function sk(e,n,r){const a={};return Td(a,jd(e,n)),e.create(n,e.Fragment,a,r)}function lk(e,n){return n.value}function m1(e,n,r,a){typeof r!="string"&&r!==e.Fragment&&e.passNode&&(n.node=a)}function Td(e,n){if(n.length>0){const r=n.length>1?n:n[0];r&&(e.children=r)}}function ok(e,n,r){return a;function a(l,u,c,f){const d=Array.isArray(c.children)?r:n;return f?d(u,c,f):d(u,c)}}function uk(e,n){return r;function r(a,l,u,c){const f=Array.isArray(u.children),m=Ad(a);return n(l,u,c,f,{columnNumber:m?m.column-1:void 0,fileName:e,lineNumber:m?m.line:void 0},void 0)}}function ck(e,n){const r={};let a,l;for(l in n.properties)if(l!=="children"&&Cd.call(n.properties,l)){const u=hk(e,l,n.properties[l]);if(u){const[c,f]=u;e.tableCellAlignToStyle&&c==="align"&&typeof f=="string"&&ek.has(n.tagName)?a=f:r[c]=f}}if(a){const u=r.style||(r.style={});u[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=a}return r}function fk(e,n){const r={};for(const a of n.attributes)if(a.type==="mdxJsxExpressionAttribute")if(a.data&&a.data.estree&&e.evaluater){const u=a.data.estree.body[0];u.type;const c=u.expression;c.type;const f=c.properties[0];f.type,Object.assign(r,e.evaluater.evaluateExpression(f.argument))}else kl(e,n.position);else{const l=a.name;let u;if(a.value&&typeof a.value=="object")if(a.value.data&&a.value.data.estree&&e.evaluater){const f=a.value.data.estree.body[0];f.type,u=e.evaluater.evaluateExpression(f.expression)}else kl(e,n.position);else u=a.value===null?!0:a.value;r[l]=u}return r}function jd(e,n){const r=[];let a=-1;const l=e.passKeys?new Map:K2;for(;++a<n.children.length;){const u=n.children[a];let c;if(e.passKeys){const m=u.type==="element"?u.tagName:u.type==="mdxJsxFlowElement"||u.type==="mdxJsxTextElement"?u.name:void 0;if(m){const d=l.get(m)||0;c=m+"-"+d,l.set(m,d+1)}}const f=d1(e,u,c);f!==void 0&&r.push(f)}return r}function hk(e,n,r){const a=P2(e.schema,n);if(!(r==null||typeof r=="number"&&Number.isNaN(r))){if(Array.isArray(r)&&(r=a.commaSeparated?C2(r):F2(r)),a.property==="style"){let l=typeof r=="object"?r:dk(e,String(r));return e.stylePropertyNameCase==="css"&&(l=mk(l)),["style",l]}return[e.elementAttributeNameCase==="react"&&a.space?L2[a.property]||a.property:a.attribute,r]}}function dk(e,n){try{return X2(n,{reactCompat:!0})}catch(r){if(e.ignoreInvalidStyle)return{};const a=r,l=new tn("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:a,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw l.file=e.filePath||void 0,l.url=h1+"#cannot-parse-style-attribute",l}}function p1(e,n,r){let a;if(!r)a={type:"Literal",value:n};else if(n.includes(".")){const l=n.split(".");let u=-1,c;for(;++u<l.length;){const f=b0(l[u])?{type:"Identifier",name:l[u]}:{type:"Literal",value:l[u]};c=c?{type:"MemberExpression",object:c,property:f,computed:!!(u&&f.type==="Literal"),optional:!1}:f}a=c}else a=b0(n)&&!/^[a-z]/.test(n)?{type:"Identifier",name:n}:{type:"Literal",value:n};if(a.type==="Literal"){const l=a.value;return Cd.call(e.components,l)?e.components[l]:l}if(e.evaluater)return e.evaluater.evaluateExpression(a);kl(e)}function kl(e,n){const r=new tn("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:n,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw r.file=e.filePath||void 0,r.url=h1+"#cannot-handle-mdx-estrees-without-createevaluater",r}function mk(e){const n={};let r;for(r in e)Cd.call(e,r)&&(n[pk(r)]=e[r]);return n}function pk(e){let n=e.replace(Z2,gk);return n.slice(0,3)==="ms-"&&(n="-"+n),n}function gk(e){return"-"+e.toLowerCase()}const mh={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},yk={};function Od(e,n){const r=yk,a=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,l=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return g1(e,a,l)}function g1(e,n,r){if(bk(e)){if("value"in e)return e.type==="html"&&!r?"":e.value;if(n&&"alt"in e&&e.alt)return e.alt;if("children"in e)return T0(e.children,n,r)}return Array.isArray(e)?T0(e,n,r):""}function T0(e,n,r){const a=[];let l=-1;for(;++l<e.length;)a[l]=g1(e[l],n,r);return a.join("")}function bk(e){return!!(e&&typeof e=="object")}const j0=document.createElement("i");function Nd(e){const n="&"+e+";";j0.innerHTML=n;const r=j0.textContent;return r.charCodeAt(r.length-1)===59&&e!=="semi"||r===n?!1:r}function Nn(e,n,r,a){const l=e.length;let u=0,c;if(n<0?n=-n>l?0:l+n:n=n>l?l:n,r=r>0?r:0,a.length<1e4)c=Array.from(a),c.unshift(n,r),e.splice(...c);else for(r&&e.splice(n,r);u<a.length;)c=a.slice(u,u+1e4),c.unshift(n,0),e.splice(...c),u+=1e4,n+=1e4}function Jn(e,n){return e.length>0?(Nn(e,e.length,0,n),e):n}const O0={}.hasOwnProperty;function y1(e){const n={};let r=-1;for(;++r<e.length;)vk(n,e[r]);return n}function vk(e,n){let r;for(r in n){const l=(O0.call(e,r)?e[r]:void 0)||(e[r]={}),u=n[r];let c;if(u)for(c in u){O0.call(l,c)||(l[c]=[]);const f=u[c];xk(l[c],Array.isArray(f)?f:f?[f]:[])}}}function xk(e,n){let r=-1;const a=[];for(;++r<n.length;)(n[r].add==="after"?e:a).push(n[r]);Nn(e,0,0,a)}function b1(e,n){const r=Number.parseInt(e,n);return r<9||r===11||r>13&&r<32||r>126&&r<160||r>55295&&r<57344||r>64975&&r<65008||(r&65535)===65535||(r&65535)===65534||r>1114111?"�":String.fromCodePoint(r)}function sr(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const on=Ti(/[A-Za-z]/),en=Ti(/[\dA-Za-z]/),wk=Ti(/[#-'*+\--9=?A-Z^-~]/);function Eu(e){return e!==null&&(e<32||e===127)}const Kh=Ti(/\d/),Sk=Ti(/[\dA-Fa-f]/),_k=Ti(/[!-/:-@[-`{-~]/);function Le(e){return e!==null&&e<-2}function yt(e){return e!==null&&(e<0||e===32)}function Ke(e){return e===-2||e===-1||e===32}const Du=Ti(new RegExp("\\p{P}|\\p{S}","u")),Wi=Ti(/\s/);function Ti(e){return n;function n(r){return r!==null&&r>-1&&e.test(String.fromCharCode(r))}}function us(e){const n=[];let r=-1,a=0,l=0;for(;++r<e.length;){const u=e.charCodeAt(r);let c="";if(u===37&&en(e.charCodeAt(r+1))&&en(e.charCodeAt(r+2)))l=2;else if(u<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(u))||(c=String.fromCharCode(u));else if(u>55295&&u<57344){const f=e.charCodeAt(r+1);u<56320&&f>56319&&f<57344?(c=String.fromCharCode(u,f),l=1):c="�"}else c=String.fromCharCode(u);c&&(n.push(e.slice(a,r),encodeURIComponent(c)),a=r+l+1,c=""),l&&(r+=l,l=0)}return n.join("")+e.slice(a)}function tt(e,n,r,a){const l=a?a-1:Number.POSITIVE_INFINITY;let u=0;return c;function c(m){return Ke(m)?(e.enter(r),f(m)):n(m)}function f(m){return Ke(m)&&u++<l?(e.consume(m),f):(e.exit(r),n(m))}}const Ek={tokenize:kk};function kk(e){const n=e.attempt(this.parser.constructs.contentInitial,a,l);let r;return n;function a(f){if(f===null){e.consume(f);return}return e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),tt(e,n,"linePrefix")}function l(f){return e.enter("paragraph"),u(f)}function u(f){const m=e.enter("chunkText",{contentType:"text",previous:r});return r&&(r.next=m),r=m,c(f)}function c(f){if(f===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(f);return}return Le(f)?(e.consume(f),e.exit("chunkText"),u):(e.consume(f),c)}}const Ak={tokenize:Ck},N0={tokenize:Tk};function Ck(e){const n=this,r=[];let a=0,l,u,c;return f;function f(J){if(a<r.length){const se=r[a];return n.containerState=se[1],e.attempt(se[0].continuation,m,d)(J)}return d(J)}function m(J){if(a++,n.containerState._closeFlow){n.containerState._closeFlow=void 0,l&&G();const se=n.events.length;let j=se,O;for(;j--;)if(n.events[j][0]==="exit"&&n.events[j][1].type==="chunkFlow"){O=n.events[j][1].end;break}M(a);let V=se;for(;V<n.events.length;)n.events[V][1].end={...O},V++;return Nn(n.events,j+1,0,n.events.slice(se)),n.events.length=V,d(J)}return f(J)}function d(J){if(a===r.length){if(!l)return b(J);if(l.currentConstruct&&l.currentConstruct.concrete)return k(J);n.interrupt=!!(l.currentConstruct&&!l._gfmTableDynamicInterruptHack)}return n.containerState={},e.check(N0,y,g)(J)}function y(J){return l&&G(),M(a),b(J)}function g(J){return n.parser.lazy[n.now().line]=a!==r.length,c=n.now().offset,k(J)}function b(J){return n.containerState={},e.attempt(N0,x,k)(J)}function x(J){return a++,r.push([n.currentConstruct,n.containerState]),b(J)}function k(J){if(J===null){l&&G(),M(0),e.consume(J);return}return l=l||n.parser.flow(n.now()),e.enter("chunkFlow",{_tokenizer:l,contentType:"flow",previous:u}),z(J)}function z(J){if(J===null){B(e.exit("chunkFlow"),!0),M(0),e.consume(J);return}return Le(J)?(e.consume(J),B(e.exit("chunkFlow")),a=0,n.interrupt=void 0,f):(e.consume(J),z)}function B(J,se){const j=n.sliceStream(J);if(se&&j.push(null),J.previous=u,u&&(u.next=J),u=J,l.defineSkip(J.start),l.write(j),n.parser.lazy[J.start.line]){let O=l.events.length;for(;O--;)if(l.events[O][1].start.offset<c&&(!l.events[O][1].end||l.events[O][1].end.offset>c))return;const V=n.events.length;let q=V,Y,L;for(;q--;)if(n.events[q][0]==="exit"&&n.events[q][1].type==="chunkFlow"){if(Y){L=n.events[q][1].end;break}Y=!0}for(M(a),O=V;O<n.events.length;)n.events[O][1].end={...L},O++;Nn(n.events,q+1,0,n.events.slice(V)),n.events.length=O}}function M(J){let se=r.length;for(;se-- >J;){const j=r[se];n.containerState=j[1],j[0].exit.call(n,e)}r.length=J}function G(){l.write([null]),u=void 0,l=void 0,n.containerState._closeFlow=void 0}}function Tk(e,n,r){return tt(e,e.attempt(this.parser.constructs.document,n,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function rs(e){if(e===null||yt(e)||Wi(e))return 1;if(Du(e))return 2}function zu(e,n,r){const a=[];let l=-1;for(;++l<e.length;){const u=e[l].resolveAll;u&&!a.includes(u)&&(n=u(n,r),a.push(u))}return n}const Zh={name:"attention",resolveAll:jk,tokenize:Ok};function jk(e,n){let r=-1,a,l,u,c,f,m,d,y;for(;++r<e.length;)if(e[r][0]==="enter"&&e[r][1].type==="attentionSequence"&&e[r][1]._close){for(a=r;a--;)if(e[a][0]==="exit"&&e[a][1].type==="attentionSequence"&&e[a][1]._open&&n.sliceSerialize(e[a][1]).charCodeAt(0)===n.sliceSerialize(e[r][1]).charCodeAt(0)){if((e[a][1]._close||e[r][1]._open)&&(e[r][1].end.offset-e[r][1].start.offset)%3&&!((e[a][1].end.offset-e[a][1].start.offset+e[r][1].end.offset-e[r][1].start.offset)%3))continue;m=e[a][1].end.offset-e[a][1].start.offset>1&&e[r][1].end.offset-e[r][1].start.offset>1?2:1;const g={...e[a][1].end},b={...e[r][1].start};R0(g,-m),R0(b,m),c={type:m>1?"strongSequence":"emphasisSequence",start:g,end:{...e[a][1].end}},f={type:m>1?"strongSequence":"emphasisSequence",start:{...e[r][1].start},end:b},u={type:m>1?"strongText":"emphasisText",start:{...e[a][1].end},end:{...e[r][1].start}},l={type:m>1?"strong":"emphasis",start:{...c.start},end:{...f.end}},e[a][1].end={...c.start},e[r][1].start={...f.end},d=[],e[a][1].end.offset-e[a][1].start.offset&&(d=Jn(d,[["enter",e[a][1],n],["exit",e[a][1],n]])),d=Jn(d,[["enter",l,n],["enter",c,n],["exit",c,n],["enter",u,n]]),d=Jn(d,zu(n.parser.constructs.insideSpan.null,e.slice(a+1,r),n)),d=Jn(d,[["exit",u,n],["enter",f,n],["exit",f,n],["exit",l,n]]),e[r][1].end.offset-e[r][1].start.offset?(y=2,d=Jn(d,[["enter",e[r][1],n],["exit",e[r][1],n]])):y=0,Nn(e,a-1,r-a+3,d),r=a+d.length-y-2;break}}for(r=-1;++r<e.length;)e[r][1].type==="attentionSequence"&&(e[r][1].type="data");return e}function Ok(e,n){const r=this.parser.constructs.attentionMarkers.null,a=this.previous,l=rs(a);let u;return c;function c(m){return u=m,e.enter("attentionSequence"),f(m)}function f(m){if(m===u)return e.consume(m),f;const d=e.exit("attentionSequence"),y=rs(m),g=!y||y===2&&l||r.includes(m),b=!l||l===2&&y||r.includes(a);return d._open=!!(u===42?g:g&&(l||!b)),d._close=!!(u===42?b:b&&(y||!g)),n(m)}}function R0(e,n){e.column+=n,e.offset+=n,e._bufferIndex+=n}const Nk={name:"autolink",tokenize:Rk};function Rk(e,n,r){let a=0;return l;function l(x){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),u}function u(x){return on(x)?(e.consume(x),c):x===64?r(x):d(x)}function c(x){return x===43||x===45||x===46||en(x)?(a=1,f(x)):d(x)}function f(x){return x===58?(e.consume(x),a=0,m):(x===43||x===45||x===46||en(x))&&a++<32?(e.consume(x),f):(a=0,d(x))}function m(x){return x===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),n):x===null||x===32||x===60||Eu(x)?r(x):(e.consume(x),m)}function d(x){return x===64?(e.consume(x),y):wk(x)?(e.consume(x),d):r(x)}function y(x){return en(x)?g(x):r(x)}function g(x){return x===46?(e.consume(x),a=0,y):x===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),n):b(x)}function b(x){if((x===45||en(x))&&a++<63){const k=x===45?b:g;return e.consume(x),k}return r(x)}}const Dl={partial:!0,tokenize:Mk};function Mk(e,n,r){return a;function a(u){return Ke(u)?tt(e,l,"linePrefix")(u):l(u)}function l(u){return u===null||Le(u)?n(u):r(u)}}const v1={continuation:{tokenize:zk},exit:Lk,name:"blockQuote",tokenize:Dk};function Dk(e,n,r){const a=this;return l;function l(c){if(c===62){const f=a.containerState;return f.open||(e.enter("blockQuote",{_container:!0}),f.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(c),e.exit("blockQuoteMarker"),u}return r(c)}function u(c){return Ke(c)?(e.enter("blockQuotePrefixWhitespace"),e.consume(c),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),n):(e.exit("blockQuotePrefix"),n(c))}}function zk(e,n,r){const a=this;return l;function l(c){return Ke(c)?tt(e,u,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c):u(c)}function u(c){return e.attempt(v1,n,r)(c)}}function Lk(e){e.exit("blockQuote")}const x1={name:"characterEscape",tokenize:Uk};function Uk(e,n,r){return a;function a(u){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(u),e.exit("escapeMarker"),l}function l(u){return _k(u)?(e.enter("characterEscapeValue"),e.consume(u),e.exit("characterEscapeValue"),e.exit("characterEscape"),n):r(u)}}const w1={name:"characterReference",tokenize:Bk};function Bk(e,n,r){const a=this;let l=0,u,c;return f;function f(g){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),m}function m(g){return g===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(g),e.exit("characterReferenceMarkerNumeric"),d):(e.enter("characterReferenceValue"),u=31,c=en,y(g))}function d(g){return g===88||g===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(g),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),u=6,c=Sk,y):(e.enter("characterReferenceValue"),u=7,c=Kh,y(g))}function y(g){if(g===59&&l){const b=e.exit("characterReferenceValue");return c===en&&!Nd(a.sliceSerialize(b))?r(g):(e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),e.exit("characterReference"),n)}return c(g)&&l++<u?(e.consume(g),y):r(g)}}const M0={partial:!0,tokenize:qk},D0={concrete:!0,name:"codeFenced",tokenize:Pk};function Pk(e,n,r){const a=this,l={partial:!0,tokenize:j};let u=0,c=0,f;return m;function m(O){return d(O)}function d(O){const V=a.events[a.events.length-1];return u=V&&V[1].type==="linePrefix"?V[2].sliceSerialize(V[1],!0).length:0,f=O,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),y(O)}function y(O){return O===f?(c++,e.consume(O),y):c<3?r(O):(e.exit("codeFencedFenceSequence"),Ke(O)?tt(e,g,"whitespace")(O):g(O))}function g(O){return O===null||Le(O)?(e.exit("codeFencedFence"),a.interrupt?n(O):e.check(M0,z,se)(O)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),b(O))}function b(O){return O===null||Le(O)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),g(O)):Ke(O)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),tt(e,x,"whitespace")(O)):O===96&&O===f?r(O):(e.consume(O),b)}function x(O){return O===null||Le(O)?g(O):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),k(O))}function k(O){return O===null||Le(O)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),g(O)):O===96&&O===f?r(O):(e.consume(O),k)}function z(O){return e.attempt(l,se,B)(O)}function B(O){return e.enter("lineEnding"),e.consume(O),e.exit("lineEnding"),M}function M(O){return u>0&&Ke(O)?tt(e,G,"linePrefix",u+1)(O):G(O)}function G(O){return O===null||Le(O)?e.check(M0,z,se)(O):(e.enter("codeFlowValue"),J(O))}function J(O){return O===null||Le(O)?(e.exit("codeFlowValue"),G(O)):(e.consume(O),J)}function se(O){return e.exit("codeFenced"),n(O)}function j(O,V,q){let Y=0;return L;function L(I){return O.enter("lineEnding"),O.consume(I),O.exit("lineEnding"),Z}function Z(I){return O.enter("codeFencedFence"),Ke(I)?tt(O,X,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(I):X(I)}function X(I){return I===f?(O.enter("codeFencedFenceSequence"),be(I)):q(I)}function be(I){return I===f?(Y++,O.consume(I),be):Y>=c?(O.exit("codeFencedFenceSequence"),Ke(I)?tt(O,ge,"whitespace")(I):ge(I)):q(I)}function ge(I){return I===null||Le(I)?(O.exit("codeFencedFence"),V(I)):q(I)}}}function qk(e,n,r){const a=this;return l;function l(c){return c===null?r(c):(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),u)}function u(c){return a.parser.lazy[a.now().line]?r(c):n(c)}}const ph={name:"codeIndented",tokenize:Ik},Hk={partial:!0,tokenize:Fk};function Ik(e,n,r){const a=this;return l;function l(d){return e.enter("codeIndented"),tt(e,u,"linePrefix",5)(d)}function u(d){const y=a.events[a.events.length-1];return y&&y[1].type==="linePrefix"&&y[2].sliceSerialize(y[1],!0).length>=4?c(d):r(d)}function c(d){return d===null?m(d):Le(d)?e.attempt(Hk,c,m)(d):(e.enter("codeFlowValue"),f(d))}function f(d){return d===null||Le(d)?(e.exit("codeFlowValue"),c(d)):(e.consume(d),f)}function m(d){return e.exit("codeIndented"),n(d)}}function Fk(e,n,r){const a=this;return l;function l(c){return a.parser.lazy[a.now().line]?r(c):Le(c)?(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),l):tt(e,u,"linePrefix",5)(c)}function u(c){const f=a.events[a.events.length-1];return f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?n(c):Le(c)?l(c):r(c)}}const $k={name:"codeText",previous:Yk,resolve:Gk,tokenize:Vk};function Gk(e){let n=e.length-4,r=3,a,l;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[n][1].type==="lineEnding"||e[n][1].type==="space")){for(a=r;++a<n;)if(e[a][1].type==="codeTextData"){e[r][1].type="codeTextPadding",e[n][1].type="codeTextPadding",r+=2,n-=2;break}}for(a=r-1,n++;++a<=n;)l===void 0?a!==n&&e[a][1].type!=="lineEnding"&&(l=a):(a===n||e[a][1].type==="lineEnding")&&(e[l][1].type="codeTextData",a!==l+2&&(e[l][1].end=e[a-1][1].end,e.splice(l+2,a-l-2),n-=a-l-2,a=l+2),l=void 0);return e}function Yk(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Vk(e,n,r){let a=0,l,u;return c;function c(g){return e.enter("codeText"),e.enter("codeTextSequence"),f(g)}function f(g){return g===96?(e.consume(g),a++,f):(e.exit("codeTextSequence"),m(g))}function m(g){return g===null?r(g):g===32?(e.enter("space"),e.consume(g),e.exit("space"),m):g===96?(u=e.enter("codeTextSequence"),l=0,y(g)):Le(g)?(e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),m):(e.enter("codeTextData"),d(g))}function d(g){return g===null||g===32||g===96||Le(g)?(e.exit("codeTextData"),m(g)):(e.consume(g),d)}function y(g){return g===96?(e.consume(g),l++,y):l===a?(e.exit("codeTextSequence"),e.exit("codeText"),n(g)):(u.type="codeTextData",d(g))}}class Jk{constructor(n){this.left=n?[...n]:[],this.right=[]}get(n){if(n<0||n>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+n+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return n<this.left.length?this.left[n]:this.right[this.right.length-n+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(n,r){const a=r??Number.POSITIVE_INFINITY;return a<this.left.length?this.left.slice(n,a):n>this.left.length?this.right.slice(this.right.length-a+this.left.length,this.right.length-n+this.left.length).reverse():this.left.slice(n).concat(this.right.slice(this.right.length-a+this.left.length).reverse())}splice(n,r,a){const l=r||0;this.setCursor(Math.trunc(n));const u=this.right.splice(this.right.length-l,Number.POSITIVE_INFINITY);return a&&ol(this.left,a),u.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(n){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(n)}pushMany(n){this.setCursor(Number.POSITIVE_INFINITY),ol(this.left,n)}unshift(n){this.setCursor(0),this.right.push(n)}unshiftMany(n){this.setCursor(0),ol(this.right,n.reverse())}setCursor(n){if(!(n===this.left.length||n>this.left.length&&this.right.length===0||n<0&&this.left.length===0))if(n<this.left.length){const r=this.left.splice(n,Number.POSITIVE_INFINITY);ol(this.right,r.reverse())}else{const r=this.right.splice(this.left.length+this.right.length-n,Number.POSITIVE_INFINITY);ol(this.left,r.reverse())}}}function ol(e,n){let r=0;if(n.length<1e4)e.push(...n);else for(;r<n.length;)e.push(...n.slice(r,r+1e4)),r+=1e4}function S1(e){const n={};let r=-1,a,l,u,c,f,m,d;const y=new Jk(e);for(;++r<y.length;){for(;r in n;)r=n[r];if(a=y.get(r),r&&a[1].type==="chunkFlow"&&y.get(r-1)[1].type==="listItemPrefix"&&(m=a[1]._tokenizer.events,u=0,u<m.length&&m[u][1].type==="lineEndingBlank"&&(u+=2),u<m.length&&m[u][1].type==="content"))for(;++u<m.length&&m[u][1].type!=="content";)m[u][1].type==="chunkText"&&(m[u][1]._isInFirstContentOfListItem=!0,u++);if(a[0]==="enter")a[1].contentType&&(Object.assign(n,Xk(y,r)),r=n[r],d=!0);else if(a[1]._container){for(u=r,l=void 0;u--;)if(c=y.get(u),c[1].type==="lineEnding"||c[1].type==="lineEndingBlank")c[0]==="enter"&&(l&&(y.get(l)[1].type="lineEndingBlank"),c[1].type="lineEnding",l=u);else if(!(c[1].type==="linePrefix"||c[1].type==="listItemIndent"))break;l&&(a[1].end={...y.get(l)[1].start},f=y.slice(l,r),f.unshift(a),y.splice(l,r-l+1,f))}}return Nn(e,0,Number.POSITIVE_INFINITY,y.slice(0)),!d}function Xk(e,n){const r=e.get(n)[1],a=e.get(n)[2];let l=n-1;const u=[];let c=r._tokenizer;c||(c=a.parser[r.contentType](r.start),r._contentTypeTextTrailing&&(c._contentTypeTextTrailing=!0));const f=c.events,m=[],d={};let y,g,b=-1,x=r,k=0,z=0;const B=[z];for(;x;){for(;e.get(++l)[1]!==x;);u.push(l),x._tokenizer||(y=a.sliceStream(x),x.next||y.push(null),g&&c.defineSkip(x.start),x._isInFirstContentOfListItem&&(c._gfmTasklistFirstContentOfListItem=!0),c.write(y),x._isInFirstContentOfListItem&&(c._gfmTasklistFirstContentOfListItem=void 0)),g=x,x=x.next}for(x=r;++b<f.length;)f[b][0]==="exit"&&f[b-1][0]==="enter"&&f[b][1].type===f[b-1][1].type&&f[b][1].start.line!==f[b][1].end.line&&(z=b+1,B.push(z),x._tokenizer=void 0,x.previous=void 0,x=x.next);for(c.events=[],x?(x._tokenizer=void 0,x.previous=void 0):B.pop(),b=B.length;b--;){const M=f.slice(B[b],B[b+1]),G=u.pop();m.push([G,G+M.length-1]),e.splice(G,2,M)}for(m.reverse(),b=-1;++b<m.length;)d[k+m[b][0]]=k+m[b][1],k+=m[b][1]-m[b][0]-1;return d}const Qk={resolve:Zk,tokenize:Wk},Kk={partial:!0,tokenize:eA};function Zk(e){return S1(e),e}function Wk(e,n){let r;return a;function a(f){return e.enter("content"),r=e.enter("chunkContent",{contentType:"content"}),l(f)}function l(f){return f===null?u(f):Le(f)?e.check(Kk,c,u)(f):(e.consume(f),l)}function u(f){return e.exit("chunkContent"),e.exit("content"),n(f)}function c(f){return e.consume(f),e.exit("chunkContent"),r.next=e.enter("chunkContent",{contentType:"content",previous:r}),r=r.next,l}}function eA(e,n,r){const a=this;return l;function l(c){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),tt(e,u,"linePrefix")}function u(c){if(c===null||Le(c))return r(c);const f=a.events[a.events.length-1];return!a.parser.constructs.disable.null.includes("codeIndented")&&f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?n(c):e.interrupt(a.parser.constructs.flow,r,n)(c)}}function _1(e,n,r,a,l,u,c,f,m){const d=m||Number.POSITIVE_INFINITY;let y=0;return g;function g(M){return M===60?(e.enter(a),e.enter(l),e.enter(u),e.consume(M),e.exit(u),b):M===null||M===32||M===41||Eu(M)?r(M):(e.enter(a),e.enter(c),e.enter(f),e.enter("chunkString",{contentType:"string"}),z(M))}function b(M){return M===62?(e.enter(u),e.consume(M),e.exit(u),e.exit(l),e.exit(a),n):(e.enter(f),e.enter("chunkString",{contentType:"string"}),x(M))}function x(M){return M===62?(e.exit("chunkString"),e.exit(f),b(M)):M===null||M===60||Le(M)?r(M):(e.consume(M),M===92?k:x)}function k(M){return M===60||M===62||M===92?(e.consume(M),x):x(M)}function z(M){return!y&&(M===null||M===41||yt(M))?(e.exit("chunkString"),e.exit(f),e.exit(c),e.exit(a),n(M)):y<d&&M===40?(e.consume(M),y++,z):M===41?(e.consume(M),y--,z):M===null||M===32||M===40||Eu(M)?r(M):(e.consume(M),M===92?B:z)}function B(M){return M===40||M===41||M===92?(e.consume(M),z):z(M)}}function E1(e,n,r,a,l,u){const c=this;let f=0,m;return d;function d(x){return e.enter(a),e.enter(l),e.consume(x),e.exit(l),e.enter(u),y}function y(x){return f>999||x===null||x===91||x===93&&!m||x===94&&!f&&"_hiddenFootnoteSupport"in c.parser.constructs?r(x):x===93?(e.exit(u),e.enter(l),e.consume(x),e.exit(l),e.exit(a),n):Le(x)?(e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),y):(e.enter("chunkString",{contentType:"string"}),g(x))}function g(x){return x===null||x===91||x===93||Le(x)||f++>999?(e.exit("chunkString"),y(x)):(e.consume(x),m||(m=!Ke(x)),x===92?b:g)}function b(x){return x===91||x===92||x===93?(e.consume(x),f++,g):g(x)}}function k1(e,n,r,a,l,u){let c;return f;function f(b){return b===34||b===39||b===40?(e.enter(a),e.enter(l),e.consume(b),e.exit(l),c=b===40?41:b,m):r(b)}function m(b){return b===c?(e.enter(l),e.consume(b),e.exit(l),e.exit(a),n):(e.enter(u),d(b))}function d(b){return b===c?(e.exit(u),m(c)):b===null?r(b):Le(b)?(e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),tt(e,d,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),y(b))}function y(b){return b===c||b===null||Le(b)?(e.exit("chunkString"),d(b)):(e.consume(b),b===92?g:y)}function g(b){return b===c||b===92?(e.consume(b),y):y(b)}}function bl(e,n){let r;return a;function a(l){return Le(l)?(e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),r=!0,a):Ke(l)?tt(e,a,r?"linePrefix":"lineSuffix")(l):n(l)}}const tA={name:"definition",tokenize:rA},nA={partial:!0,tokenize:iA};function rA(e,n,r){const a=this;let l;return u;function u(x){return e.enter("definition"),c(x)}function c(x){return E1.call(a,e,f,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(x)}function f(x){return l=sr(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)),x===58?(e.enter("definitionMarker"),e.consume(x),e.exit("definitionMarker"),m):r(x)}function m(x){return yt(x)?bl(e,d)(x):d(x)}function d(x){return _1(e,y,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(x)}function y(x){return e.attempt(nA,g,g)(x)}function g(x){return Ke(x)?tt(e,b,"whitespace")(x):b(x)}function b(x){return x===null||Le(x)?(e.exit("definition"),a.parser.defined.push(l),n(x)):r(x)}}function iA(e,n,r){return a;function a(f){return yt(f)?bl(e,l)(f):r(f)}function l(f){return k1(e,u,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(f)}function u(f){return Ke(f)?tt(e,c,"whitespace")(f):c(f)}function c(f){return f===null||Le(f)?n(f):r(f)}}const aA={name:"hardBreakEscape",tokenize:sA};function sA(e,n,r){return a;function a(u){return e.enter("hardBreakEscape"),e.consume(u),l}function l(u){return Le(u)?(e.exit("hardBreakEscape"),n(u)):r(u)}}const lA={name:"headingAtx",resolve:oA,tokenize:uA};function oA(e,n){let r=e.length-2,a=3,l,u;return e[a][1].type==="whitespace"&&(a+=2),r-2>a&&e[r][1].type==="whitespace"&&(r-=2),e[r][1].type==="atxHeadingSequence"&&(a===r-1||r-4>a&&e[r-2][1].type==="whitespace")&&(r-=a+1===r?2:4),r>a&&(l={type:"atxHeadingText",start:e[a][1].start,end:e[r][1].end},u={type:"chunkText",start:e[a][1].start,end:e[r][1].end,contentType:"text"},Nn(e,a,r-a+1,[["enter",l,n],["enter",u,n],["exit",u,n],["exit",l,n]])),e}function uA(e,n,r){let a=0;return l;function l(y){return e.enter("atxHeading"),u(y)}function u(y){return e.enter("atxHeadingSequence"),c(y)}function c(y){return y===35&&a++<6?(e.consume(y),c):y===null||yt(y)?(e.exit("atxHeadingSequence"),f(y)):r(y)}function f(y){return y===35?(e.enter("atxHeadingSequence"),m(y)):y===null||Le(y)?(e.exit("atxHeading"),n(y)):Ke(y)?tt(e,f,"whitespace")(y):(e.enter("atxHeadingText"),d(y))}function m(y){return y===35?(e.consume(y),m):(e.exit("atxHeadingSequence"),f(y))}function d(y){return y===null||y===35||yt(y)?(e.exit("atxHeadingText"),f(y)):(e.consume(y),d)}}const cA=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],z0=["pre","script","style","textarea"],fA={concrete:!0,name:"htmlFlow",resolveTo:mA,tokenize:pA},hA={partial:!0,tokenize:yA},dA={partial:!0,tokenize:gA};function mA(e){let n=e.length;for(;n--&&!(e[n][0]==="enter"&&e[n][1].type==="htmlFlow"););return n>1&&e[n-2][1].type==="linePrefix"&&(e[n][1].start=e[n-2][1].start,e[n+1][1].start=e[n-2][1].start,e.splice(n-2,2)),e}function pA(e,n,r){const a=this;let l,u,c,f,m;return d;function d(_){return y(_)}function y(_){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(_),g}function g(_){return _===33?(e.consume(_),b):_===47?(e.consume(_),u=!0,z):_===63?(e.consume(_),l=3,a.interrupt?n:N):on(_)?(e.consume(_),c=String.fromCharCode(_),B):r(_)}function b(_){return _===45?(e.consume(_),l=2,x):_===91?(e.consume(_),l=5,f=0,k):on(_)?(e.consume(_),l=4,a.interrupt?n:N):r(_)}function x(_){return _===45?(e.consume(_),a.interrupt?n:N):r(_)}function k(_){const ue="CDATA[";return _===ue.charCodeAt(f++)?(e.consume(_),f===ue.length?a.interrupt?n:X:k):r(_)}function z(_){return on(_)?(e.consume(_),c=String.fromCharCode(_),B):r(_)}function B(_){if(_===null||_===47||_===62||yt(_)){const ue=_===47,ce=c.toLowerCase();return!ue&&!u&&z0.includes(ce)?(l=1,a.interrupt?n(_):X(_)):cA.includes(c.toLowerCase())?(l=6,ue?(e.consume(_),M):a.interrupt?n(_):X(_)):(l=7,a.interrupt&&!a.parser.lazy[a.now().line]?r(_):u?G(_):J(_))}return _===45||en(_)?(e.consume(_),c+=String.fromCharCode(_),B):r(_)}function M(_){return _===62?(e.consume(_),a.interrupt?n:X):r(_)}function G(_){return Ke(_)?(e.consume(_),G):L(_)}function J(_){return _===47?(e.consume(_),L):_===58||_===95||on(_)?(e.consume(_),se):Ke(_)?(e.consume(_),J):L(_)}function se(_){return _===45||_===46||_===58||_===95||en(_)?(e.consume(_),se):j(_)}function j(_){return _===61?(e.consume(_),O):Ke(_)?(e.consume(_),j):J(_)}function O(_){return _===null||_===60||_===61||_===62||_===96?r(_):_===34||_===39?(e.consume(_),m=_,V):Ke(_)?(e.consume(_),O):q(_)}function V(_){return _===m?(e.consume(_),m=null,Y):_===null||Le(_)?r(_):(e.consume(_),V)}function q(_){return _===null||_===34||_===39||_===47||_===60||_===61||_===62||_===96||yt(_)?j(_):(e.consume(_),q)}function Y(_){return _===47||_===62||Ke(_)?J(_):r(_)}function L(_){return _===62?(e.consume(_),Z):r(_)}function Z(_){return _===null||Le(_)?X(_):Ke(_)?(e.consume(_),Z):r(_)}function X(_){return _===45&&l===2?(e.consume(_),F):_===60&&l===1?(e.consume(_),ie):_===62&&l===4?(e.consume(_),R):_===63&&l===3?(e.consume(_),N):_===93&&l===5?(e.consume(_),Se):Le(_)&&(l===6||l===7)?(e.exit("htmlFlowData"),e.check(hA,W,be)(_)):_===null||Le(_)?(e.exit("htmlFlowData"),be(_)):(e.consume(_),X)}function be(_){return e.check(dA,ge,W)(_)}function ge(_){return e.enter("lineEnding"),e.consume(_),e.exit("lineEnding"),I}function I(_){return _===null||Le(_)?be(_):(e.enter("htmlFlowData"),X(_))}function F(_){return _===45?(e.consume(_),N):X(_)}function ie(_){return _===47?(e.consume(_),c="",he):X(_)}function he(_){if(_===62){const ue=c.toLowerCase();return z0.includes(ue)?(e.consume(_),R):X(_)}return on(_)&&c.length<8?(e.consume(_),c+=String.fromCharCode(_),he):X(_)}function Se(_){return _===93?(e.consume(_),N):X(_)}function N(_){return _===62?(e.consume(_),R):_===45&&l===2?(e.consume(_),N):X(_)}function R(_){return _===null||Le(_)?(e.exit("htmlFlowData"),W(_)):(e.consume(_),R)}function W(_){return e.exit("htmlFlow"),n(_)}}function gA(e,n,r){const a=this;return l;function l(c){return Le(c)?(e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),u):r(c)}function u(c){return a.parser.lazy[a.now().line]?r(c):n(c)}}function yA(e,n,r){return a;function a(l){return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),e.attempt(Dl,n,r)}}const bA={name:"htmlText",tokenize:vA};function vA(e,n,r){const a=this;let l,u,c;return f;function f(N){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(N),m}function m(N){return N===33?(e.consume(N),d):N===47?(e.consume(N),j):N===63?(e.consume(N),J):on(N)?(e.consume(N),q):r(N)}function d(N){return N===45?(e.consume(N),y):N===91?(e.consume(N),u=0,k):on(N)?(e.consume(N),G):r(N)}function y(N){return N===45?(e.consume(N),x):r(N)}function g(N){return N===null?r(N):N===45?(e.consume(N),b):Le(N)?(c=g,ie(N)):(e.consume(N),g)}function b(N){return N===45?(e.consume(N),x):g(N)}function x(N){return N===62?F(N):N===45?b(N):g(N)}function k(N){const R="CDATA[";return N===R.charCodeAt(u++)?(e.consume(N),u===R.length?z:k):r(N)}function z(N){return N===null?r(N):N===93?(e.consume(N),B):Le(N)?(c=z,ie(N)):(e.consume(N),z)}function B(N){return N===93?(e.consume(N),M):z(N)}function M(N){return N===62?F(N):N===93?(e.consume(N),M):z(N)}function G(N){return N===null||N===62?F(N):Le(N)?(c=G,ie(N)):(e.consume(N),G)}function J(N){return N===null?r(N):N===63?(e.consume(N),se):Le(N)?(c=J,ie(N)):(e.consume(N),J)}function se(N){return N===62?F(N):J(N)}function j(N){return on(N)?(e.consume(N),O):r(N)}function O(N){return N===45||en(N)?(e.consume(N),O):V(N)}function V(N){return Le(N)?(c=V,ie(N)):Ke(N)?(e.consume(N),V):F(N)}function q(N){return N===45||en(N)?(e.consume(N),q):N===47||N===62||yt(N)?Y(N):r(N)}function Y(N){return N===47?(e.consume(N),F):N===58||N===95||on(N)?(e.consume(N),L):Le(N)?(c=Y,ie(N)):Ke(N)?(e.consume(N),Y):F(N)}function L(N){return N===45||N===46||N===58||N===95||en(N)?(e.consume(N),L):Z(N)}function Z(N){return N===61?(e.consume(N),X):Le(N)?(c=Z,ie(N)):Ke(N)?(e.consume(N),Z):Y(N)}function X(N){return N===null||N===60||N===61||N===62||N===96?r(N):N===34||N===39?(e.consume(N),l=N,be):Le(N)?(c=X,ie(N)):Ke(N)?(e.consume(N),X):(e.consume(N),ge)}function be(N){return N===l?(e.consume(N),l=void 0,I):N===null?r(N):Le(N)?(c=be,ie(N)):(e.consume(N),be)}function ge(N){return N===null||N===34||N===39||N===60||N===61||N===96?r(N):N===47||N===62||yt(N)?Y(N):(e.consume(N),ge)}function I(N){return N===47||N===62||yt(N)?Y(N):r(N)}function F(N){return N===62?(e.consume(N),e.exit("htmlTextData"),e.exit("htmlText"),n):r(N)}function ie(N){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(N),e.exit("lineEnding"),he}function he(N){return Ke(N)?tt(e,Se,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(N):Se(N)}function Se(N){return e.enter("htmlTextData"),c(N)}}const Rd={name:"labelEnd",resolveAll:_A,resolveTo:EA,tokenize:kA},xA={tokenize:AA},wA={tokenize:CA},SA={tokenize:TA};function _A(e){let n=-1;const r=[];for(;++n<e.length;){const a=e[n][1];if(r.push(e[n]),a.type==="labelImage"||a.type==="labelLink"||a.type==="labelEnd"){const l=a.type==="labelImage"?4:2;a.type="data",n+=l}}return e.length!==r.length&&Nn(e,0,e.length,r),e}function EA(e,n){let r=e.length,a=0,l,u,c,f;for(;r--;)if(l=e[r][1],u){if(l.type==="link"||l.type==="labelLink"&&l._inactive)break;e[r][0]==="enter"&&l.type==="labelLink"&&(l._inactive=!0)}else if(c){if(e[r][0]==="enter"&&(l.type==="labelImage"||l.type==="labelLink")&&!l._balanced&&(u=r,l.type!=="labelLink")){a=2;break}}else l.type==="labelEnd"&&(c=r);const m={type:e[u][1].type==="labelLink"?"link":"image",start:{...e[u][1].start},end:{...e[e.length-1][1].end}},d={type:"label",start:{...e[u][1].start},end:{...e[c][1].end}},y={type:"labelText",start:{...e[u+a+2][1].end},end:{...e[c-2][1].start}};return f=[["enter",m,n],["enter",d,n]],f=Jn(f,e.slice(u+1,u+a+3)),f=Jn(f,[["enter",y,n]]),f=Jn(f,zu(n.parser.constructs.insideSpan.null,e.slice(u+a+4,c-3),n)),f=Jn(f,[["exit",y,n],e[c-2],e[c-1],["exit",d,n]]),f=Jn(f,e.slice(c+1)),f=Jn(f,[["exit",m,n]]),Nn(e,u,e.length,f),e}function kA(e,n,r){const a=this;let l=a.events.length,u,c;for(;l--;)if((a.events[l][1].type==="labelImage"||a.events[l][1].type==="labelLink")&&!a.events[l][1]._balanced){u=a.events[l][1];break}return f;function f(b){return u?u._inactive?g(b):(c=a.parser.defined.includes(sr(a.sliceSerialize({start:u.end,end:a.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(b),e.exit("labelMarker"),e.exit("labelEnd"),m):r(b)}function m(b){return b===40?e.attempt(xA,y,c?y:g)(b):b===91?e.attempt(wA,y,c?d:g)(b):c?y(b):g(b)}function d(b){return e.attempt(SA,y,g)(b)}function y(b){return n(b)}function g(b){return u._balanced=!0,r(b)}}function AA(e,n,r){return a;function a(g){return e.enter("resource"),e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),l}function l(g){return yt(g)?bl(e,u)(g):u(g)}function u(g){return g===41?y(g):_1(e,c,f,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(g)}function c(g){return yt(g)?bl(e,m)(g):y(g)}function f(g){return r(g)}function m(g){return g===34||g===39||g===40?k1(e,d,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(g):y(g)}function d(g){return yt(g)?bl(e,y)(g):y(g)}function y(g){return g===41?(e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),e.exit("resource"),n):r(g)}}function CA(e,n,r){const a=this;return l;function l(f){return E1.call(a,e,u,c,"reference","referenceMarker","referenceString")(f)}function u(f){return a.parser.defined.includes(sr(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)))?n(f):r(f)}function c(f){return r(f)}}function TA(e,n,r){return a;function a(u){return e.enter("reference"),e.enter("referenceMarker"),e.consume(u),e.exit("referenceMarker"),l}function l(u){return u===93?(e.enter("referenceMarker"),e.consume(u),e.exit("referenceMarker"),e.exit("reference"),n):r(u)}}const jA={name:"labelStartImage",resolveAll:Rd.resolveAll,tokenize:OA};function OA(e,n,r){const a=this;return l;function l(f){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(f),e.exit("labelImageMarker"),u}function u(f){return f===91?(e.enter("labelMarker"),e.consume(f),e.exit("labelMarker"),e.exit("labelImage"),c):r(f)}function c(f){return f===94&&"_hiddenFootnoteSupport"in a.parser.constructs?r(f):n(f)}}const NA={name:"labelStartLink",resolveAll:Rd.resolveAll,tokenize:RA};function RA(e,n,r){const a=this;return l;function l(c){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(c),e.exit("labelMarker"),e.exit("labelLink"),u}function u(c){return c===94&&"_hiddenFootnoteSupport"in a.parser.constructs?r(c):n(c)}}const gh={name:"lineEnding",tokenize:MA};function MA(e,n){return r;function r(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),tt(e,n,"linePrefix")}}const fu={name:"thematicBreak",tokenize:DA};function DA(e,n,r){let a=0,l;return u;function u(d){return e.enter("thematicBreak"),c(d)}function c(d){return l=d,f(d)}function f(d){return d===l?(e.enter("thematicBreakSequence"),m(d)):a>=3&&(d===null||Le(d))?(e.exit("thematicBreak"),n(d)):r(d)}function m(d){return d===l?(e.consume(d),a++,m):(e.exit("thematicBreakSequence"),Ke(d)?tt(e,f,"whitespace")(d):f(d))}}const gn={continuation:{tokenize:BA},exit:qA,name:"list",tokenize:UA},zA={partial:!0,tokenize:HA},LA={partial:!0,tokenize:PA};function UA(e,n,r){const a=this,l=a.events[a.events.length-1];let u=l&&l[1].type==="linePrefix"?l[2].sliceSerialize(l[1],!0).length:0,c=0;return f;function f(x){const k=a.containerState.type||(x===42||x===43||x===45?"listUnordered":"listOrdered");if(k==="listUnordered"?!a.containerState.marker||x===a.containerState.marker:Kh(x)){if(a.containerState.type||(a.containerState.type=k,e.enter(k,{_container:!0})),k==="listUnordered")return e.enter("listItemPrefix"),x===42||x===45?e.check(fu,r,d)(x):d(x);if(!a.interrupt||x===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),m(x)}return r(x)}function m(x){return Kh(x)&&++c<10?(e.consume(x),m):(!a.interrupt||c<2)&&(a.containerState.marker?x===a.containerState.marker:x===41||x===46)?(e.exit("listItemValue"),d(x)):r(x)}function d(x){return e.enter("listItemMarker"),e.consume(x),e.exit("listItemMarker"),a.containerState.marker=a.containerState.marker||x,e.check(Dl,a.interrupt?r:y,e.attempt(zA,b,g))}function y(x){return a.containerState.initialBlankLine=!0,u++,b(x)}function g(x){return Ke(x)?(e.enter("listItemPrefixWhitespace"),e.consume(x),e.exit("listItemPrefixWhitespace"),b):r(x)}function b(x){return a.containerState.size=u+a.sliceSerialize(e.exit("listItemPrefix"),!0).length,n(x)}}function BA(e,n,r){const a=this;return a.containerState._closeFlow=void 0,e.check(Dl,l,u);function l(f){return a.containerState.furtherBlankLines=a.containerState.furtherBlankLines||a.containerState.initialBlankLine,tt(e,n,"listItemIndent",a.containerState.size+1)(f)}function u(f){return a.containerState.furtherBlankLines||!Ke(f)?(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,c(f)):(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,e.attempt(LA,n,c)(f))}function c(f){return a.containerState._closeFlow=!0,a.interrupt=void 0,tt(e,e.attempt(gn,n,r),"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(f)}}function PA(e,n,r){const a=this;return tt(e,l,"listItemIndent",a.containerState.size+1);function l(u){const c=a.events[a.events.length-1];return c&&c[1].type==="listItemIndent"&&c[2].sliceSerialize(c[1],!0).length===a.containerState.size?n(u):r(u)}}function qA(e){e.exit(this.containerState.type)}function HA(e,n,r){const a=this;return tt(e,l,"listItemPrefixWhitespace",a.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function l(u){const c=a.events[a.events.length-1];return!Ke(u)&&c&&c[1].type==="listItemPrefixWhitespace"?n(u):r(u)}}const L0={name:"setextUnderline",resolveTo:IA,tokenize:FA};function IA(e,n){let r=e.length,a,l,u;for(;r--;)if(e[r][0]==="enter"){if(e[r][1].type==="content"){a=r;break}e[r][1].type==="paragraph"&&(l=r)}else e[r][1].type==="content"&&e.splice(r,1),!u&&e[r][1].type==="definition"&&(u=r);const c={type:"setextHeading",start:{...e[a][1].start},end:{...e[e.length-1][1].end}};return e[l][1].type="setextHeadingText",u?(e.splice(l,0,["enter",c,n]),e.splice(u+1,0,["exit",e[a][1],n]),e[a][1].end={...e[u][1].end}):e[a][1]=c,e.push(["exit",c,n]),e}function FA(e,n,r){const a=this;let l;return u;function u(d){let y=a.events.length,g;for(;y--;)if(a.events[y][1].type!=="lineEnding"&&a.events[y][1].type!=="linePrefix"&&a.events[y][1].type!=="content"){g=a.events[y][1].type==="paragraph";break}return!a.parser.lazy[a.now().line]&&(a.interrupt||g)?(e.enter("setextHeadingLine"),l=d,c(d)):r(d)}function c(d){return e.enter("setextHeadingLineSequence"),f(d)}function f(d){return d===l?(e.consume(d),f):(e.exit("setextHeadingLineSequence"),Ke(d)?tt(e,m,"lineSuffix")(d):m(d))}function m(d){return d===null||Le(d)?(e.exit("setextHeadingLine"),n(d)):r(d)}}const $A={tokenize:GA};function GA(e){const n=this,r=e.attempt(Dl,a,e.attempt(this.parser.constructs.flowInitial,l,tt(e,e.attempt(this.parser.constructs.flow,l,e.attempt(Qk,l)),"linePrefix")));return r;function a(u){if(u===null){e.consume(u);return}return e.enter("lineEndingBlank"),e.consume(u),e.exit("lineEndingBlank"),n.currentConstruct=void 0,r}function l(u){if(u===null){e.consume(u);return}return e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),n.currentConstruct=void 0,r}}const YA={resolveAll:C1()},VA=A1("string"),JA=A1("text");function A1(e){return{resolveAll:C1(e==="text"?XA:void 0),tokenize:n};function n(r){const a=this,l=this.parser.constructs[e],u=r.attempt(l,c,f);return c;function c(y){return d(y)?u(y):f(y)}function f(y){if(y===null){r.consume(y);return}return r.enter("data"),r.consume(y),m}function m(y){return d(y)?(r.exit("data"),u(y)):(r.consume(y),m)}function d(y){if(y===null)return!0;const g=l[y];let b=-1;if(g)for(;++b<g.length;){const x=g[b];if(!x.previous||x.previous.call(a,a.previous))return!0}return!1}}}function C1(e){return n;function n(r,a){let l=-1,u;for(;++l<=r.length;)u===void 0?r[l]&&r[l][1].type==="data"&&(u=l,l++):(!r[l]||r[l][1].type!=="data")&&(l!==u+2&&(r[u][1].end=r[l-1][1].end,r.splice(u+2,l-u-2),l=u+2),u=void 0);return e?e(r,a):r}}function XA(e,n){let r=0;for(;++r<=e.length;)if((r===e.length||e[r][1].type==="lineEnding")&&e[r-1][1].type==="data"){const a=e[r-1][1],l=n.sliceStream(a);let u=l.length,c=-1,f=0,m;for(;u--;){const d=l[u];if(typeof d=="string"){for(c=d.length;d.charCodeAt(c-1)===32;)f++,c--;if(c)break;c=-1}else if(d===-2)m=!0,f++;else if(d!==-1){u++;break}}if(n._contentTypeTextTrailing&&r===e.length&&(f=0),f){const d={type:r===e.length||m||f<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:u?c:a.start._bufferIndex+c,_index:a.start._index+u,line:a.end.line,column:a.end.column-f,offset:a.end.offset-f},end:{...a.end}};a.end={...d.start},a.start.offset===a.end.offset?Object.assign(a,d):(e.splice(r,0,["enter",d,n],["exit",d,n]),r+=2)}r++}return e}const QA={42:gn,43:gn,45:gn,48:gn,49:gn,50:gn,51:gn,52:gn,53:gn,54:gn,55:gn,56:gn,57:gn,62:v1},KA={91:tA},ZA={[-2]:ph,[-1]:ph,32:ph},WA={35:lA,42:fu,45:[L0,fu],60:fA,61:L0,95:fu,96:D0,126:D0},eC={38:w1,92:x1},tC={[-5]:gh,[-4]:gh,[-3]:gh,33:jA,38:w1,42:Zh,60:[Nk,bA],91:NA,92:[aA,x1],93:Rd,95:Zh,96:$k},nC={null:[Zh,YA]},rC={null:[42,95]},iC={null:[]},aC=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:rC,contentInitial:KA,disable:iC,document:QA,flow:WA,flowInitial:ZA,insideSpan:nC,string:eC,text:tC},Symbol.toStringTag,{value:"Module"}));function sC(e,n,r){let a={_bufferIndex:-1,_index:0,line:r&&r.line||1,column:r&&r.column||1,offset:r&&r.offset||0};const l={},u=[];let c=[],f=[];const m={attempt:V(j),check:V(O),consume:G,enter:J,exit:se,interrupt:V(O,{interrupt:!0})},d={code:null,containerState:{},defineSkip:z,events:[],now:k,parser:e,previous:null,sliceSerialize:b,sliceStream:x,write:g};let y=n.tokenize.call(d,m);return n.resolveAll&&u.push(n),d;function g(Z){return c=Jn(c,Z),B(),c[c.length-1]!==null?[]:(q(n,0),d.events=zu(u,d.events,d),d.events)}function b(Z,X){return oC(x(Z),X)}function x(Z){return lC(c,Z)}function k(){const{_bufferIndex:Z,_index:X,line:be,column:ge,offset:I}=a;return{_bufferIndex:Z,_index:X,line:be,column:ge,offset:I}}function z(Z){l[Z.line]=Z.column,L()}function B(){let Z;for(;a._index<c.length;){const X=c[a._index];if(typeof X=="string")for(Z=a._index,a._bufferIndex<0&&(a._bufferIndex=0);a._index===Z&&a._bufferIndex<X.length;)M(X.charCodeAt(a._bufferIndex));else M(X)}}function M(Z){y=y(Z)}function G(Z){Le(Z)?(a.line++,a.column=1,a.offset+=Z===-3?2:1,L()):Z!==-1&&(a.column++,a.offset++),a._bufferIndex<0?a._index++:(a._bufferIndex++,a._bufferIndex===c[a._index].length&&(a._bufferIndex=-1,a._index++)),d.previous=Z}function J(Z,X){const be=X||{};return be.type=Z,be.start=k(),d.events.push(["enter",be,d]),f.push(be),be}function se(Z){const X=f.pop();return X.end=k(),d.events.push(["exit",X,d]),X}function j(Z,X){q(Z,X.from)}function O(Z,X){X.restore()}function V(Z,X){return be;function be(ge,I,F){let ie,he,Se,N;return Array.isArray(ge)?W(ge):"tokenize"in ge?W([ge]):R(ge);function R(we){return Te;function Te(Re){const ke=Re!==null&&we[Re],ze=Re!==null&&we.null,bt=[...Array.isArray(ke)?ke:ke?[ke]:[],...Array.isArray(ze)?ze:ze?[ze]:[]];return W(bt)(Re)}}function W(we){return ie=we,he=0,we.length===0?F:_(we[he])}function _(we){return Te;function Te(Re){return N=Y(),Se=we,we.partial||(d.currentConstruct=we),we.name&&d.parser.constructs.disable.null.includes(we.name)?ce():we.tokenize.call(X?Object.assign(Object.create(d),X):d,m,ue,ce)(Re)}}function ue(we){return Z(Se,N),I}function ce(we){return N.restore(),++he<ie.length?_(ie[he]):F}}}function q(Z,X){Z.resolveAll&&!u.includes(Z)&&u.push(Z),Z.resolve&&Nn(d.events,X,d.events.length-X,Z.resolve(d.events.slice(X),d)),Z.resolveTo&&(d.events=Z.resolveTo(d.events,d))}function Y(){const Z=k(),X=d.previous,be=d.currentConstruct,ge=d.events.length,I=Array.from(f);return{from:ge,restore:F};function F(){a=Z,d.previous=X,d.currentConstruct=be,d.events.length=ge,f=I,L()}}function L(){a.line in l&&a.column<2&&(a.column=l[a.line],a.offset+=l[a.line]-1)}}function lC(e,n){const r=n.start._index,a=n.start._bufferIndex,l=n.end._index,u=n.end._bufferIndex;let c;if(r===l)c=[e[r].slice(a,u)];else{if(c=e.slice(r,l),a>-1){const f=c[0];typeof f=="string"?c[0]=f.slice(a):c.shift()}u>0&&c.push(e[l].slice(0,u))}return c}function oC(e,n){let r=-1;const a=[];let l;for(;++r<e.length;){const u=e[r];let c;if(typeof u=="string")c=u;else switch(u){case-5:{c="\r";break}case-4:{c=`
|
|
90
|
+
`;break}case-3:{c=`\r
|
|
91
|
+
`;break}case-2:{c=n?" ":" ";break}case-1:{if(!n&&l)continue;c=" ";break}default:c=String.fromCharCode(u)}l=u===-2,a.push(c)}return a.join("")}function uC(e){const a={constructs:y1([aC,...(e||{}).extensions||[]]),content:l(Ek),defined:[],document:l(Ak),flow:l($A),lazy:{},string:l(VA),text:l(JA)};return a;function l(u){return c;function c(f){return sC(a,u,f)}}}function cC(e){for(;!S1(e););return e}const U0=/[\0\t\n\r]/g;function fC(){let e=1,n="",r=!0,a;return l;function l(u,c,f){const m=[];let d,y,g,b,x;for(u=n+(typeof u=="string"?u.toString():new TextDecoder(c||void 0).decode(u)),g=0,n="",r&&(u.charCodeAt(0)===65279&&g++,r=void 0);g<u.length;){if(U0.lastIndex=g,d=U0.exec(u),b=d&&d.index!==void 0?d.index:u.length,x=u.charCodeAt(b),!d){n=u.slice(g);break}if(x===10&&g===b&&a)m.push(-3),a=void 0;else switch(a&&(m.push(-5),a=void 0),g<b&&(m.push(u.slice(g,b)),e+=b-g),x){case 0:{m.push(65533),e++;break}case 9:{for(y=Math.ceil(e/4)*4,m.push(-2);e++<y;)m.push(-1);break}case 10:{m.push(-4),e=1;break}default:a=!0,e=1}g=b+1}return f&&(a&&m.push(-5),n&&m.push(n),m.push(null)),m}}const hC=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function dC(e){return e.replace(hC,mC)}function mC(e,n,r){if(n)return n;if(r.charCodeAt(0)===35){const l=r.charCodeAt(1),u=l===120||l===88;return b1(r.slice(u?2:1),u?16:10)}return Nd(r)||e}const T1={}.hasOwnProperty;function pC(e,n,r){return n&&typeof n=="object"&&(r=n,n=void 0),gC(r)(cC(uC(r).document().write(fC()(e,n,!0))))}function gC(e){const n={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:u(kt),autolinkProtocol:Y,autolinkEmail:Y,atxHeading:u(vt),blockQuote:u(ze),characterEscape:Y,characterReference:Y,codeFenced:u(bt),codeFencedFenceInfo:c,codeFencedFenceMeta:c,codeIndented:u(bt,c),codeText:u(qe,c),codeTextData:Y,data:Y,codeFlowValue:Y,definition:u(Pe),definitionDestinationString:c,definitionLabelString:c,definitionTitleString:c,emphasis:u(rt),hardBreakEscape:u(xe),hardBreakTrailing:u(xe),htmlFlow:u(Ie,c),htmlFlowData:Y,htmlText:u(Ie,c),htmlTextData:Y,image:u(He),label:c,link:u(kt),listItem:u(Qn),listItemValue:b,listOrdered:u(Mn,g),listUnordered:u(Mn),paragraph:u(ra),reference:_,referenceString:c,resourceDestinationString:c,resourceTitleString:c,setextHeading:u(vt),strong:u(Gr),thematicBreak:u(cs)},exit:{atxHeading:m(),atxHeadingSequence:j,autolink:m(),autolinkEmail:ke,autolinkProtocol:Re,blockQuote:m(),characterEscapeValue:L,characterReferenceMarkerHexadecimal:ce,characterReferenceMarkerNumeric:ce,characterReferenceValue:we,characterReference:Te,codeFenced:m(B),codeFencedFence:z,codeFencedFenceInfo:x,codeFencedFenceMeta:k,codeFlowValue:L,codeIndented:m(M),codeText:m(I),codeTextData:L,data:L,definition:m(),definitionDestinationString:se,definitionLabelString:G,definitionTitleString:J,emphasis:m(),hardBreakEscape:m(X),hardBreakTrailing:m(X),htmlFlow:m(be),htmlFlowData:L,htmlText:m(ge),htmlTextData:L,image:m(ie),label:Se,labelText:he,lineEnding:Z,link:m(F),listItem:m(),listOrdered:m(),listUnordered:m(),paragraph:m(),referenceString:ue,resourceDestinationString:N,resourceTitleString:R,resource:W,setextHeading:m(q),setextHeadingLineSequence:V,setextHeadingText:O,strong:m(),thematicBreak:m()}};j1(n,(e||{}).mdastExtensions||[]);const r={};return a;function a(oe){let _e={type:"root",children:[]};const Be={stack:[_e],tokenStack:[],config:n,enter:f,exit:d,buffer:c,resume:y,data:r},Ve=[];let it=-1;for(;++it<oe.length;)if(oe[it][1].type==="listOrdered"||oe[it][1].type==="listUnordered")if(oe[it][0]==="enter")Ve.push(it);else{const nn=Ve.pop();it=l(oe,nn,it)}for(it=-1;++it<oe.length;){const nn=n[oe[it][0]];T1.call(nn,oe[it][1].type)&&nn[oe[it][1].type].call(Object.assign({sliceSerialize:oe[it][2].sliceSerialize},Be),oe[it][1])}if(Be.tokenStack.length>0){const nn=Be.tokenStack[Be.tokenStack.length-1];(nn[1]||B0).call(Be,void 0,nn[0])}for(_e.position={start:wi(oe.length>0?oe[0][1].start:{line:1,column:1,offset:0}),end:wi(oe.length>0?oe[oe.length-2][1].end:{line:1,column:1,offset:0})},it=-1;++it<n.transforms.length;)_e=n.transforms[it](_e)||_e;return _e}function l(oe,_e,Be){let Ve=_e-1,it=-1,nn=!1,Dn,Vt,mt,Ht;for(;++Ve<=Be;){const ot=oe[Ve];switch(ot[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{ot[0]==="enter"?it++:it--,Ht=void 0;break}case"lineEndingBlank":{ot[0]==="enter"&&(Dn&&!Ht&&!it&&!mt&&(mt=Ve),Ht=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Ht=void 0}if(!it&&ot[0]==="enter"&&ot[1].type==="listItemPrefix"||it===-1&&ot[0]==="exit"&&(ot[1].type==="listUnordered"||ot[1].type==="listOrdered")){if(Dn){let zn=Ve;for(Vt=void 0;zn--;){const rn=oe[zn];if(rn[1].type==="lineEnding"||rn[1].type==="lineEndingBlank"){if(rn[0]==="exit")continue;Vt&&(oe[Vt][1].type="lineEndingBlank",nn=!0),rn[1].type="lineEnding",Vt=zn}else if(!(rn[1].type==="linePrefix"||rn[1].type==="blockQuotePrefix"||rn[1].type==="blockQuotePrefixWhitespace"||rn[1].type==="blockQuoteMarker"||rn[1].type==="listItemIndent"))break}mt&&(!Vt||mt<Vt)&&(Dn._spread=!0),Dn.end=Object.assign({},Vt?oe[Vt][1].start:ot[1].end),oe.splice(Vt||Ve,0,["exit",Dn,ot[2]]),Ve++,Be++}if(ot[1].type==="listItemPrefix"){const zn={type:"listItem",_spread:!1,start:Object.assign({},ot[1].start),end:void 0};Dn=zn,oe.splice(Ve,0,["enter",zn,ot[2]]),Ve++,Be++,mt=void 0,Ht=!0}}}return oe[_e][1]._spread=nn,Be}function u(oe,_e){return Be;function Be(Ve){f.call(this,oe(Ve),Ve),_e&&_e.call(this,Ve)}}function c(){this.stack.push({type:"fragment",children:[]})}function f(oe,_e,Be){this.stack[this.stack.length-1].children.push(oe),this.stack.push(oe),this.tokenStack.push([_e,Be||void 0]),oe.position={start:wi(_e.start),end:void 0}}function m(oe){return _e;function _e(Be){oe&&oe.call(this,Be),d.call(this,Be)}}function d(oe,_e){const Be=this.stack.pop(),Ve=this.tokenStack.pop();if(Ve)Ve[0].type!==oe.type&&(_e?_e.call(this,oe,Ve[0]):(Ve[1]||B0).call(this,oe,Ve[0]));else throw new Error("Cannot close `"+oe.type+"` ("+yl({start:oe.start,end:oe.end})+"): it’s not open");Be.position.end=wi(oe.end)}function y(){return Od(this.stack.pop())}function g(){this.data.expectingFirstListItemValue=!0}function b(oe){if(this.data.expectingFirstListItemValue){const _e=this.stack[this.stack.length-2];_e.start=Number.parseInt(this.sliceSerialize(oe),10),this.data.expectingFirstListItemValue=void 0}}function x(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.lang=oe}function k(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.meta=oe}function z(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function B(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.value=oe.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function M(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.value=oe.replace(/(\r?\n|\r)$/g,"")}function G(oe){const _e=this.resume(),Be=this.stack[this.stack.length-1];Be.label=_e,Be.identifier=sr(this.sliceSerialize(oe)).toLowerCase()}function J(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.title=oe}function se(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.url=oe}function j(oe){const _e=this.stack[this.stack.length-1];if(!_e.depth){const Be=this.sliceSerialize(oe).length;_e.depth=Be}}function O(){this.data.setextHeadingSlurpLineEnding=!0}function V(oe){const _e=this.stack[this.stack.length-1];_e.depth=this.sliceSerialize(oe).codePointAt(0)===61?1:2}function q(){this.data.setextHeadingSlurpLineEnding=void 0}function Y(oe){const Be=this.stack[this.stack.length-1].children;let Ve=Be[Be.length-1];(!Ve||Ve.type!=="text")&&(Ve=xt(),Ve.position={start:wi(oe.start),end:void 0},Be.push(Ve)),this.stack.push(Ve)}function L(oe){const _e=this.stack.pop();_e.value+=this.sliceSerialize(oe),_e.position.end=wi(oe.end)}function Z(oe){const _e=this.stack[this.stack.length-1];if(this.data.atHardBreak){const Be=_e.children[_e.children.length-1];Be.position.end=wi(oe.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&n.canContainEols.includes(_e.type)&&(Y.call(this,oe),L.call(this,oe))}function X(){this.data.atHardBreak=!0}function be(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.value=oe}function ge(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.value=oe}function I(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.value=oe}function F(){const oe=this.stack[this.stack.length-1];if(this.data.inReference){const _e=this.data.referenceType||"shortcut";oe.type+="Reference",oe.referenceType=_e,delete oe.url,delete oe.title}else delete oe.identifier,delete oe.label;this.data.referenceType=void 0}function ie(){const oe=this.stack[this.stack.length-1];if(this.data.inReference){const _e=this.data.referenceType||"shortcut";oe.type+="Reference",oe.referenceType=_e,delete oe.url,delete oe.title}else delete oe.identifier,delete oe.label;this.data.referenceType=void 0}function he(oe){const _e=this.sliceSerialize(oe),Be=this.stack[this.stack.length-2];Be.label=dC(_e),Be.identifier=sr(_e).toLowerCase()}function Se(){const oe=this.stack[this.stack.length-1],_e=this.resume(),Be=this.stack[this.stack.length-1];if(this.data.inReference=!0,Be.type==="link"){const Ve=oe.children;Be.children=Ve}else Be.alt=_e}function N(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.url=oe}function R(){const oe=this.resume(),_e=this.stack[this.stack.length-1];_e.title=oe}function W(){this.data.inReference=void 0}function _(){this.data.referenceType="collapsed"}function ue(oe){const _e=this.resume(),Be=this.stack[this.stack.length-1];Be.label=_e,Be.identifier=sr(this.sliceSerialize(oe)).toLowerCase(),this.data.referenceType="full"}function ce(oe){this.data.characterReferenceType=oe.type}function we(oe){const _e=this.sliceSerialize(oe),Be=this.data.characterReferenceType;let Ve;Be?(Ve=b1(_e,Be==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Ve=Nd(_e);const it=this.stack[this.stack.length-1];it.value+=Ve}function Te(oe){const _e=this.stack.pop();_e.position.end=wi(oe.end)}function Re(oe){L.call(this,oe);const _e=this.stack[this.stack.length-1];_e.url=this.sliceSerialize(oe)}function ke(oe){L.call(this,oe);const _e=this.stack[this.stack.length-1];_e.url="mailto:"+this.sliceSerialize(oe)}function ze(){return{type:"blockquote",children:[]}}function bt(){return{type:"code",lang:null,meta:null,value:""}}function qe(){return{type:"inlineCode",value:""}}function Pe(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function rt(){return{type:"emphasis",children:[]}}function vt(){return{type:"heading",depth:0,children:[]}}function xe(){return{type:"break"}}function Ie(){return{type:"html",value:""}}function He(){return{type:"image",title:null,url:"",alt:null}}function kt(){return{type:"link",title:null,url:"",children:[]}}function Mn(oe){return{type:"list",ordered:oe.type==="listOrdered",start:null,spread:oe._spread,children:[]}}function Qn(oe){return{type:"listItem",spread:oe._spread,checked:null,children:[]}}function ra(){return{type:"paragraph",children:[]}}function Gr(){return{type:"strong",children:[]}}function xt(){return{type:"text",value:""}}function cs(){return{type:"thematicBreak"}}}function wi(e){return{line:e.line,column:e.column,offset:e.offset}}function j1(e,n){let r=-1;for(;++r<n.length;){const a=n[r];Array.isArray(a)?j1(e,a):yC(e,a)}}function yC(e,n){let r;for(r in n)if(T1.call(n,r))switch(r){case"canContainEols":{const a=n[r];a&&e[r].push(...a);break}case"transforms":{const a=n[r];a&&e[r].push(...a);break}case"enter":case"exit":{const a=n[r];a&&Object.assign(e[r],a);break}}}function B0(e,n){throw e?new Error("Cannot close `"+e.type+"` ("+yl({start:e.start,end:e.end})+"): a different token (`"+n.type+"`, "+yl({start:n.start,end:n.end})+") is open"):new Error("Cannot close document, a token (`"+n.type+"`, "+yl({start:n.start,end:n.end})+") is still open")}function bC(e){const n=this;n.parser=r;function r(a){return pC(a,{...n.data("settings"),...e,extensions:n.data("micromarkExtensions")||[],mdastExtensions:n.data("fromMarkdownExtensions")||[]})}}function vC(e,n){const r={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(n),!0)};return e.patch(n,r),e.applyData(n,r)}function xC(e,n){const r={type:"element",tagName:"br",properties:{},children:[]};return e.patch(n,r),[e.applyData(n,r),{type:"text",value:`
|
|
92
|
+
`}]}function wC(e,n){const r=n.value?n.value+`
|
|
93
|
+
`:"",a={},l=n.lang?n.lang.split(/\s+/):[];l.length>0&&(a.className=["language-"+l[0]]);let u={type:"element",tagName:"code",properties:a,children:[{type:"text",value:r}]};return n.meta&&(u.data={meta:n.meta}),e.patch(n,u),u=e.applyData(n,u),u={type:"element",tagName:"pre",properties:{},children:[u]},e.patch(n,u),u}function SC(e,n){const r={type:"element",tagName:"del",properties:{},children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}function _C(e,n){const r={type:"element",tagName:"em",properties:{},children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}function EC(e,n){const r=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",a=String(n.identifier).toUpperCase(),l=us(a.toLowerCase()),u=e.footnoteOrder.indexOf(a);let c,f=e.footnoteCounts.get(a);f===void 0?(f=0,e.footnoteOrder.push(a),c=e.footnoteOrder.length):c=u+1,f+=1,e.footnoteCounts.set(a,f);const m={type:"element",tagName:"a",properties:{href:"#"+r+"fn-"+l,id:r+"fnref-"+l+(f>1?"-"+f:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(c)}]};e.patch(n,m);const d={type:"element",tagName:"sup",properties:{},children:[m]};return e.patch(n,d),e.applyData(n,d)}function kC(e,n){const r={type:"element",tagName:"h"+n.depth,properties:{},children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}function AC(e,n){if(e.options.allowDangerousHtml){const r={type:"raw",value:n.value};return e.patch(n,r),e.applyData(n,r)}}function O1(e,n){const r=n.referenceType;let a="]";if(r==="collapsed"?a+="[]":r==="full"&&(a+="["+(n.label||n.identifier)+"]"),n.type==="imageReference")return[{type:"text",value:"!["+n.alt+a}];const l=e.all(n),u=l[0];u&&u.type==="text"?u.value="["+u.value:l.unshift({type:"text",value:"["});const c=l[l.length-1];return c&&c.type==="text"?c.value+=a:l.push({type:"text",value:a}),l}function CC(e,n){const r=String(n.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return O1(e,n);const l={src:us(a.url||""),alt:n.alt};a.title!==null&&a.title!==void 0&&(l.title=a.title);const u={type:"element",tagName:"img",properties:l,children:[]};return e.patch(n,u),e.applyData(n,u)}function TC(e,n){const r={src:us(n.url)};n.alt!==null&&n.alt!==void 0&&(r.alt=n.alt),n.title!==null&&n.title!==void 0&&(r.title=n.title);const a={type:"element",tagName:"img",properties:r,children:[]};return e.patch(n,a),e.applyData(n,a)}function jC(e,n){const r={type:"text",value:n.value.replace(/\r?\n|\r/g," ")};e.patch(n,r);const a={type:"element",tagName:"code",properties:{},children:[r]};return e.patch(n,a),e.applyData(n,a)}function OC(e,n){const r=String(n.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return O1(e,n);const l={href:us(a.url||"")};a.title!==null&&a.title!==void 0&&(l.title=a.title);const u={type:"element",tagName:"a",properties:l,children:e.all(n)};return e.patch(n,u),e.applyData(n,u)}function NC(e,n){const r={href:us(n.url)};n.title!==null&&n.title!==void 0&&(r.title=n.title);const a={type:"element",tagName:"a",properties:r,children:e.all(n)};return e.patch(n,a),e.applyData(n,a)}function RC(e,n,r){const a=e.all(n),l=r?MC(r):N1(n),u={},c=[];if(typeof n.checked=="boolean"){const y=a[0];let g;y&&y.type==="element"&&y.tagName==="p"?g=y:(g={type:"element",tagName:"p",properties:{},children:[]},a.unshift(g)),g.children.length>0&&g.children.unshift({type:"text",value:" "}),g.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:n.checked,disabled:!0},children:[]}),u.className=["task-list-item"]}let f=-1;for(;++f<a.length;){const y=a[f];(l||f!==0||y.type!=="element"||y.tagName!=="p")&&c.push({type:"text",value:`
|
|
94
|
+
`}),y.type==="element"&&y.tagName==="p"&&!l?c.push(...y.children):c.push(y)}const m=a[a.length-1];m&&(l||m.type!=="element"||m.tagName!=="p")&&c.push({type:"text",value:`
|
|
95
|
+
`});const d={type:"element",tagName:"li",properties:u,children:c};return e.patch(n,d),e.applyData(n,d)}function MC(e){let n=!1;if(e.type==="list"){n=e.spread||!1;const r=e.children;let a=-1;for(;!n&&++a<r.length;)n=N1(r[a])}return n}function N1(e){const n=e.spread;return n??e.children.length>1}function DC(e,n){const r={},a=e.all(n);let l=-1;for(typeof n.start=="number"&&n.start!==1&&(r.start=n.start);++l<a.length;){const c=a[l];if(c.type==="element"&&c.tagName==="li"&&c.properties&&Array.isArray(c.properties.className)&&c.properties.className.includes("task-list-item")){r.className=["contains-task-list"];break}}const u={type:"element",tagName:n.ordered?"ol":"ul",properties:r,children:e.wrap(a,!0)};return e.patch(n,u),e.applyData(n,u)}function zC(e,n){const r={type:"element",tagName:"p",properties:{},children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}function LC(e,n){const r={type:"root",children:e.wrap(e.all(n))};return e.patch(n,r),e.applyData(n,r)}function UC(e,n){const r={type:"element",tagName:"strong",properties:{},children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}function BC(e,n){const r=e.all(n),a=r.shift(),l=[];if(a){const c={type:"element",tagName:"thead",properties:{},children:e.wrap([a],!0)};e.patch(n.children[0],c),l.push(c)}if(r.length>0){const c={type:"element",tagName:"tbody",properties:{},children:e.wrap(r,!0)},f=Ad(n.children[1]),m=c1(n.children[n.children.length-1]);f&&m&&(c.position={start:f,end:m}),l.push(c)}const u={type:"element",tagName:"table",properties:{},children:e.wrap(l,!0)};return e.patch(n,u),e.applyData(n,u)}function PC(e,n,r){const a=r?r.children:void 0,u=(a?a.indexOf(n):1)===0?"th":"td",c=r&&r.type==="table"?r.align:void 0,f=c?c.length:n.children.length;let m=-1;const d=[];for(;++m<f;){const g=n.children[m],b={},x=c?c[m]:void 0;x&&(b.align=x);let k={type:"element",tagName:u,properties:b,children:[]};g&&(k.children=e.all(g),e.patch(g,k),k=e.applyData(g,k)),d.push(k)}const y={type:"element",tagName:"tr",properties:{},children:e.wrap(d,!0)};return e.patch(n,y),e.applyData(n,y)}function qC(e,n){const r={type:"element",tagName:"td",properties:{},children:e.all(n)};return e.patch(n,r),e.applyData(n,r)}const P0=9,q0=32;function HC(e){const n=String(e),r=/\r?\n|\r/g;let a=r.exec(n),l=0;const u=[];for(;a;)u.push(H0(n.slice(l,a.index),l>0,!0),a[0]),l=a.index+a[0].length,a=r.exec(n);return u.push(H0(n.slice(l),l>0,!1)),u.join("")}function H0(e,n,r){let a=0,l=e.length;if(n){let u=e.codePointAt(a);for(;u===P0||u===q0;)a++,u=e.codePointAt(a)}if(r){let u=e.codePointAt(l-1);for(;u===P0||u===q0;)l--,u=e.codePointAt(l-1)}return l>a?e.slice(a,l):""}function IC(e,n){const r={type:"text",value:HC(String(n.value))};return e.patch(n,r),e.applyData(n,r)}function FC(e,n){const r={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(n,r),e.applyData(n,r)}const $C={blockquote:vC,break:xC,code:wC,delete:SC,emphasis:_C,footnoteReference:EC,heading:kC,html:AC,imageReference:CC,image:TC,inlineCode:jC,linkReference:OC,link:NC,listItem:RC,list:DC,paragraph:zC,root:LC,strong:UC,table:BC,tableCell:qC,tableRow:PC,text:IC,thematicBreak:FC,toml:tu,yaml:tu,definition:tu,footnoteDefinition:tu};function tu(){}const R1=-1,Lu=0,vl=1,ku=2,Md=3,Dd=4,zd=5,Ld=6,M1=7,D1=8,I0=typeof self=="object"?self:globalThis,GC=(e,n)=>{const r=(l,u)=>(e.set(u,l),l),a=l=>{if(e.has(l))return e.get(l);const[u,c]=n[l];switch(u){case Lu:case R1:return r(c,l);case vl:{const f=r([],l);for(const m of c)f.push(a(m));return f}case ku:{const f=r({},l);for(const[m,d]of c)f[a(m)]=a(d);return f}case Md:return r(new Date(c),l);case Dd:{const{source:f,flags:m}=c;return r(new RegExp(f,m),l)}case zd:{const f=r(new Map,l);for(const[m,d]of c)f.set(a(m),a(d));return f}case Ld:{const f=r(new Set,l);for(const m of c)f.add(a(m));return f}case M1:{const{name:f,message:m}=c;return r(new I0[f](m),l)}case D1:return r(BigInt(c),l);case"BigInt":return r(Object(BigInt(c)),l);case"ArrayBuffer":return r(new Uint8Array(c).buffer,c);case"DataView":{const{buffer:f}=new Uint8Array(c);return r(new DataView(f),c)}}return r(new I0[u](c),l)};return a},F0=e=>GC(new Map,e)(0),Ia="",{toString:YC}={},{keys:VC}=Object,ul=e=>{const n=typeof e;if(n!=="object"||!e)return[Lu,n];const r=YC.call(e).slice(8,-1);switch(r){case"Array":return[vl,Ia];case"Object":return[ku,Ia];case"Date":return[Md,Ia];case"RegExp":return[Dd,Ia];case"Map":return[zd,Ia];case"Set":return[Ld,Ia];case"DataView":return[vl,r]}return r.includes("Array")?[vl,r]:r.includes("Error")?[M1,r]:[ku,r]},nu=([e,n])=>e===Lu&&(n==="function"||n==="symbol"),JC=(e,n,r,a)=>{const l=(c,f)=>{const m=a.push(c)-1;return r.set(f,m),m},u=c=>{if(r.has(c))return r.get(c);let[f,m]=ul(c);switch(f){case Lu:{let y=c;switch(m){case"bigint":f=D1,y=c.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+m);y=null;break;case"undefined":return l([R1],c)}return l([f,y],c)}case vl:{if(m){let b=c;return m==="DataView"?b=new Uint8Array(c.buffer):m==="ArrayBuffer"&&(b=new Uint8Array(c)),l([m,[...b]],c)}const y=[],g=l([f,y],c);for(const b of c)y.push(u(b));return g}case ku:{if(m)switch(m){case"BigInt":return l([m,c.toString()],c);case"Boolean":case"Number":case"String":return l([m,c.valueOf()],c)}if(n&&"toJSON"in c)return u(c.toJSON());const y=[],g=l([f,y],c);for(const b of VC(c))(e||!nu(ul(c[b])))&&y.push([u(b),u(c[b])]);return g}case Md:return l([f,c.toISOString()],c);case Dd:{const{source:y,flags:g}=c;return l([f,{source:y,flags:g}],c)}case zd:{const y=[],g=l([f,y],c);for(const[b,x]of c)(e||!(nu(ul(b))||nu(ul(x))))&&y.push([u(b),u(x)]);return g}case Ld:{const y=[],g=l([f,y],c);for(const b of c)(e||!nu(ul(b)))&&y.push(u(b));return g}}const{message:d}=c;return l([f,{name:m,message:d}],c)};return u},$0=(e,{json:n,lossy:r}={})=>{const a=[];return JC(!(n||r),!!n,new Map,a)(e),a},Au=typeof structuredClone=="function"?(e,n)=>n&&("json"in n||"lossy"in n)?F0($0(e,n)):structuredClone(e):(e,n)=>F0($0(e,n));function XC(e,n){const r=[{type:"text",value:"↩"}];return n>1&&r.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(n)}]}),r}function QC(e,n){return"Back to reference "+(e+1)+(n>1?"-"+n:"")}function KC(e){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=e.options.footnoteBackContent||XC,a=e.options.footnoteBackLabel||QC,l=e.options.footnoteLabel||"Footnotes",u=e.options.footnoteLabelTagName||"h2",c=e.options.footnoteLabelProperties||{className:["sr-only"]},f=[];let m=-1;for(;++m<e.footnoteOrder.length;){const d=e.footnoteById.get(e.footnoteOrder[m]);if(!d)continue;const y=e.all(d),g=String(d.identifier).toUpperCase(),b=us(g.toLowerCase());let x=0;const k=[],z=e.footnoteCounts.get(g);for(;z!==void 0&&++x<=z;){k.length>0&&k.push({type:"text",value:" "});let G=typeof r=="string"?r:r(m,x);typeof G=="string"&&(G={type:"text",value:G}),k.push({type:"element",tagName:"a",properties:{href:"#"+n+"fnref-"+b+(x>1?"-"+x:""),dataFootnoteBackref:"",ariaLabel:typeof a=="string"?a:a(m,x),className:["data-footnote-backref"]},children:Array.isArray(G)?G:[G]})}const B=y[y.length-1];if(B&&B.type==="element"&&B.tagName==="p"){const G=B.children[B.children.length-1];G&&G.type==="text"?G.value+=" ":B.children.push({type:"text",value:" "}),B.children.push(...k)}else y.push(...k);const M={type:"element",tagName:"li",properties:{id:n+"fn-"+b},children:e.wrap(y,!0)};e.patch(d,M),f.push(M)}if(f.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:u,properties:{...Au(c),id:"footnote-label"},children:[{type:"text",value:l}]},{type:"text",value:`
|
|
96
|
+
`},{type:"element",tagName:"ol",properties:{},children:e.wrap(f,!0)},{type:"text",value:`
|
|
97
|
+
`}]}}const Uu=(function(e){if(e==null)return tT;if(typeof e=="function")return Bu(e);if(typeof e=="object")return Array.isArray(e)?ZC(e):WC(e);if(typeof e=="string")return eT(e);throw new Error("Expected function, string, or object as test")});function ZC(e){const n=[];let r=-1;for(;++r<e.length;)n[r]=Uu(e[r]);return Bu(a);function a(...l){let u=-1;for(;++u<n.length;)if(n[u].apply(this,l))return!0;return!1}}function WC(e){const n=e;return Bu(r);function r(a){const l=a;let u;for(u in e)if(l[u]!==n[u])return!1;return!0}}function eT(e){return Bu(n);function n(r){return r&&r.type===e}}function Bu(e){return n;function n(r,a,l){return!!(nT(r)&&e.call(this,r,typeof a=="number"?a:void 0,l||void 0))}}function tT(){return!0}function nT(e){return e!==null&&typeof e=="object"&&"type"in e}const z1=[],rT=!0,Wh=!1,iT="skip";function L1(e,n,r,a){let l;typeof n=="function"&&typeof r!="function"?(a=r,r=n):l=n;const u=Uu(l),c=a?-1:1;f(e,void 0,[])();function f(m,d,y){const g=m&&typeof m=="object"?m:{};if(typeof g.type=="string"){const x=typeof g.tagName=="string"?g.tagName:typeof g.name=="string"?g.name:void 0;Object.defineProperty(b,"name",{value:"node ("+(m.type+(x?"<"+x+">":""))+")"})}return b;function b(){let x=z1,k,z,B;if((!n||u(m,d,y[y.length-1]||void 0))&&(x=aT(r(m,y)),x[0]===Wh))return x;if("children"in m&&m.children){const M=m;if(M.children&&x[0]!==iT)for(z=(a?M.children.length:-1)+c,B=y.concat(M);z>-1&&z<M.children.length;){const G=M.children[z];if(k=f(G,z,B)(),k[0]===Wh)return k;z=typeof k[1]=="number"?k[1]:z+c}}return x}}}function aT(e){return Array.isArray(e)?e:typeof e=="number"?[rT,e]:e==null?z1:[e]}function Ud(e,n,r,a){let l,u,c;typeof n=="function"&&typeof r!="function"?(u=void 0,c=n,l=r):(u=n,c=r,l=a),L1(e,u,f,l);function f(m,d){const y=d[d.length-1],g=y?y.children.indexOf(m):void 0;return c(m,g,y)}}const ed={}.hasOwnProperty,sT={};function lT(e,n){const r=n||sT,a=new Map,l=new Map,u=new Map,c={...$C,...r.handlers},f={all:d,applyData:uT,definitionById:a,footnoteById:l,footnoteCounts:u,footnoteOrder:[],handlers:c,one:m,options:r,patch:oT,wrap:fT};return Ud(e,function(y){if(y.type==="definition"||y.type==="footnoteDefinition"){const g=y.type==="definition"?a:l,b=String(y.identifier).toUpperCase();g.has(b)||g.set(b,y)}}),f;function m(y,g){const b=y.type,x=f.handlers[b];if(ed.call(f.handlers,b)&&x)return x(f,y,g);if(f.options.passThrough&&f.options.passThrough.includes(b)){if("children"in y){const{children:z,...B}=y,M=Au(B);return M.children=f.all(y),M}return Au(y)}return(f.options.unknownHandler||cT)(f,y,g)}function d(y){const g=[];if("children"in y){const b=y.children;let x=-1;for(;++x<b.length;){const k=f.one(b[x],y);if(k){if(x&&b[x-1].type==="break"&&(!Array.isArray(k)&&k.type==="text"&&(k.value=G0(k.value)),!Array.isArray(k)&&k.type==="element")){const z=k.children[0];z&&z.type==="text"&&(z.value=G0(z.value))}Array.isArray(k)?g.push(...k):g.push(k)}}}return g}}function oT(e,n){e.position&&(n.position=Q2(e))}function uT(e,n){let r=n;if(e&&e.data){const a=e.data.hName,l=e.data.hChildren,u=e.data.hProperties;if(typeof a=="string")if(r.type==="element")r.tagName=a;else{const c="children"in r?r.children:[r];r={type:"element",tagName:a,properties:{},children:c}}r.type==="element"&&u&&Object.assign(r.properties,Au(u)),"children"in r&&r.children&&l!==null&&l!==void 0&&(r.children=l)}return r}function cT(e,n){const r=n.data||{},a="value"in n&&!(ed.call(r,"hProperties")||ed.call(r,"hChildren"))?{type:"text",value:n.value}:{type:"element",tagName:"div",properties:{},children:e.all(n)};return e.patch(n,a),e.applyData(n,a)}function fT(e,n){const r=[];let a=-1;for(n&&r.push({type:"text",value:`
|
|
98
|
+
`});++a<e.length;)a&&r.push({type:"text",value:`
|
|
99
|
+
`}),r.push(e[a]);return n&&e.length>0&&r.push({type:"text",value:`
|
|
100
|
+
`}),r}function G0(e){let n=0,r=e.charCodeAt(n);for(;r===9||r===32;)n++,r=e.charCodeAt(n);return e.slice(n)}function Y0(e,n){const r=lT(e,n),a=r.one(e,void 0),l=KC(r),u=Array.isArray(a)?{type:"root",children:a}:a||{type:"root",children:[]};return l&&u.children.push({type:"text",value:`
|
|
101
|
+
`},l),u}function hT(e,n){return e&&"run"in e?async function(r,a){const l=Y0(r,{file:a,...n});await e.run(l,a)}:function(r,a){return Y0(r,{file:a,...e||n})}}function V0(e){if(e)throw e}var yh,J0;function dT(){if(J0)return yh;J0=1;var e=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,l=function(d){return typeof Array.isArray=="function"?Array.isArray(d):n.call(d)==="[object Array]"},u=function(d){if(!d||n.call(d)!=="[object Object]")return!1;var y=e.call(d,"constructor"),g=d.constructor&&d.constructor.prototype&&e.call(d.constructor.prototype,"isPrototypeOf");if(d.constructor&&!y&&!g)return!1;var b;for(b in d);return typeof b>"u"||e.call(d,b)},c=function(d,y){r&&y.name==="__proto__"?r(d,y.name,{enumerable:!0,configurable:!0,value:y.newValue,writable:!0}):d[y.name]=y.newValue},f=function(d,y){if(y==="__proto__")if(e.call(d,y)){if(a)return a(d,y).value}else return;return d[y]};return yh=function m(){var d,y,g,b,x,k,z=arguments[0],B=1,M=arguments.length,G=!1;for(typeof z=="boolean"&&(G=z,z=arguments[1]||{},B=2),(z==null||typeof z!="object"&&typeof z!="function")&&(z={});B<M;++B)if(d=arguments[B],d!=null)for(y in d)g=f(z,y),b=f(d,y),z!==b&&(G&&b&&(u(b)||(x=l(b)))?(x?(x=!1,k=g&&l(g)?g:[]):k=g&&u(g)?g:{},c(z,{name:y,newValue:m(G,k,b)})):typeof b<"u"&&c(z,{name:y,newValue:b}));return z},yh}var mT=dT();const bh=db(mT);function td(e){if(typeof e!="object"||e===null)return!1;const n=Object.getPrototypeOf(e);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function pT(){const e=[],n={run:r,use:a};return n;function r(...l){let u=-1;const c=l.pop();if(typeof c!="function")throw new TypeError("Expected function as last argument, not "+c);f(null,...l);function f(m,...d){const y=e[++u];let g=-1;if(m){c(m);return}for(;++g<l.length;)(d[g]===null||d[g]===void 0)&&(d[g]=l[g]);l=d,y?gT(y,f)(...d):c(null,...d)}}function a(l){if(typeof l!="function")throw new TypeError("Expected `middelware` to be a function, not "+l);return e.push(l),n}}function gT(e,n){let r;return a;function a(...c){const f=e.length>c.length;let m;f&&c.push(l);try{m=e.apply(this,c)}catch(d){const y=d;if(f&&r)throw y;return l(y)}f||(m&&m.then&&typeof m.then=="function"?m.then(u,l):m instanceof Error?l(m):u(m))}function l(c,...f){r||(r=!0,n(c,...f))}function u(c){l(null,c)}}const hr={basename:yT,dirname:bT,extname:vT,join:xT,sep:"/"};function yT(e,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');zl(e);let r=0,a=-1,l=e.length,u;if(n===void 0||n.length===0||n.length>e.length){for(;l--;)if(e.codePointAt(l)===47){if(u){r=l+1;break}}else a<0&&(u=!0,a=l+1);return a<0?"":e.slice(r,a)}if(n===e)return"";let c=-1,f=n.length-1;for(;l--;)if(e.codePointAt(l)===47){if(u){r=l+1;break}}else c<0&&(u=!0,c=l+1),f>-1&&(e.codePointAt(l)===n.codePointAt(f--)?f<0&&(a=l):(f=-1,a=c));return r===a?a=c:a<0&&(a=e.length),e.slice(r,a)}function bT(e){if(zl(e),e.length===0)return".";let n=-1,r=e.length,a;for(;--r;)if(e.codePointAt(r)===47){if(a){n=r;break}}else a||(a=!0);return n<0?e.codePointAt(0)===47?"/":".":n===1&&e.codePointAt(0)===47?"//":e.slice(0,n)}function vT(e){zl(e);let n=e.length,r=-1,a=0,l=-1,u=0,c;for(;n--;){const f=e.codePointAt(n);if(f===47){if(c){a=n+1;break}continue}r<0&&(c=!0,r=n+1),f===46?l<0?l=n:u!==1&&(u=1):l>-1&&(u=-1)}return l<0||r<0||u===0||u===1&&l===r-1&&l===a+1?"":e.slice(l,r)}function xT(...e){let n=-1,r;for(;++n<e.length;)zl(e[n]),e[n]&&(r=r===void 0?e[n]:r+"/"+e[n]);return r===void 0?".":wT(r)}function wT(e){zl(e);const n=e.codePointAt(0)===47;let r=ST(e,!n);return r.length===0&&!n&&(r="."),r.length>0&&e.codePointAt(e.length-1)===47&&(r+="/"),n?"/"+r:r}function ST(e,n){let r="",a=0,l=-1,u=0,c=-1,f,m;for(;++c<=e.length;){if(c<e.length)f=e.codePointAt(c);else{if(f===47)break;f=47}if(f===47){if(!(l===c-1||u===1))if(l!==c-1&&u===2){if(r.length<2||a!==2||r.codePointAt(r.length-1)!==46||r.codePointAt(r.length-2)!==46){if(r.length>2){if(m=r.lastIndexOf("/"),m!==r.length-1){m<0?(r="",a=0):(r=r.slice(0,m),a=r.length-1-r.lastIndexOf("/")),l=c,u=0;continue}}else if(r.length>0){r="",a=0,l=c,u=0;continue}}n&&(r=r.length>0?r+"/..":"..",a=2)}else r.length>0?r+="/"+e.slice(l+1,c):r=e.slice(l+1,c),a=c-l-1;l=c,u=0}else f===46&&u>-1?u++:u=-1}return r}function zl(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const _T={cwd:ET};function ET(){return"/"}function nd(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function kT(e){if(typeof e=="string")e=new URL(e);else if(!nd(e)){const n=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw n.code="ERR_INVALID_ARG_TYPE",n}if(e.protocol!=="file:"){const n=new TypeError("The URL must be of scheme file");throw n.code="ERR_INVALID_URL_SCHEME",n}return AT(e)}function AT(e){if(e.hostname!==""){const a=new TypeError('File URL host must be "localhost" or empty on darwin');throw a.code="ERR_INVALID_FILE_URL_HOST",a}const n=e.pathname;let r=-1;for(;++r<n.length;)if(n.codePointAt(r)===37&&n.codePointAt(r+1)===50){const a=n.codePointAt(r+2);if(a===70||a===102){const l=new TypeError("File URL path must not include encoded / characters");throw l.code="ERR_INVALID_FILE_URL_PATH",l}}return decodeURIComponent(n)}const vh=["history","path","basename","stem","extname","dirname"];class U1{constructor(n){let r;n?nd(n)?r={path:n}:typeof n=="string"||CT(n)?r={value:n}:r=n:r={},this.cwd="cwd"in r?"":_T.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let a=-1;for(;++a<vh.length;){const u=vh[a];u in r&&r[u]!==void 0&&r[u]!==null&&(this[u]=u==="history"?[...r[u]]:r[u])}let l;for(l in r)vh.includes(l)||(this[l]=r[l])}get basename(){return typeof this.path=="string"?hr.basename(this.path):void 0}set basename(n){wh(n,"basename"),xh(n,"basename"),this.path=hr.join(this.dirname||"",n)}get dirname(){return typeof this.path=="string"?hr.dirname(this.path):void 0}set dirname(n){X0(this.basename,"dirname"),this.path=hr.join(n||"",this.basename)}get extname(){return typeof this.path=="string"?hr.extname(this.path):void 0}set extname(n){if(xh(n,"extname"),X0(this.dirname,"extname"),n){if(n.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(n.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=hr.join(this.dirname,this.stem+(n||""))}get path(){return this.history[this.history.length-1]}set path(n){nd(n)&&(n=kT(n)),wh(n,"path"),this.path!==n&&this.history.push(n)}get stem(){return typeof this.path=="string"?hr.basename(this.path,this.extname):void 0}set stem(n){wh(n,"stem"),xh(n,"stem"),this.path=hr.join(this.dirname||"",n+(this.extname||""))}fail(n,r,a){const l=this.message(n,r,a);throw l.fatal=!0,l}info(n,r,a){const l=this.message(n,r,a);return l.fatal=void 0,l}message(n,r,a){const l=new tn(n,r,a);return this.path&&(l.name=this.path+":"+l.name,l.file=this.path),l.fatal=!1,this.messages.push(l),l}toString(n){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(n||void 0).decode(this.value)}}function xh(e,n){if(e&&e.includes(hr.sep))throw new Error("`"+n+"` cannot be a path: did not expect `"+hr.sep+"`")}function wh(e,n){if(!e)throw new Error("`"+n+"` cannot be empty")}function X0(e,n){if(!e)throw new Error("Setting `"+n+"` requires `path` to be set too")}function CT(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const TT=(function(e){const a=this.constructor.prototype,l=a[e],u=function(){return l.apply(u,arguments)};return Object.setPrototypeOf(u,a),u}),jT={}.hasOwnProperty;class Bd extends TT{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=pT()}copy(){const n=new Bd;let r=-1;for(;++r<this.attachers.length;){const a=this.attachers[r];n.use(...a)}return n.data(bh(!0,{},this.namespace)),n}data(n,r){return typeof n=="string"?arguments.length===2?(Eh("data",this.frozen),this.namespace[n]=r,this):jT.call(this.namespace,n)&&this.namespace[n]||void 0:n?(Eh("data",this.frozen),this.namespace=n,this):this.namespace}freeze(){if(this.frozen)return this;const n=this;for(;++this.freezeIndex<this.attachers.length;){const[r,...a]=this.attachers[this.freezeIndex];if(a[0]===!1)continue;a[0]===!0&&(a[0]=void 0);const l=r.call(n,...a);typeof l=="function"&&this.transformers.use(l)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(n){this.freeze();const r=ru(n),a=this.parser||this.Parser;return Sh("parse",a),a(String(r),r)}process(n,r){const a=this;return this.freeze(),Sh("process",this.parser||this.Parser),_h("process",this.compiler||this.Compiler),r?l(void 0,r):new Promise(l);function l(u,c){const f=ru(n),m=a.parse(f);a.run(m,f,function(y,g,b){if(y||!g||!b)return d(y);const x=g,k=a.stringify(x,b);RT(k)?b.value=k:b.result=k,d(y,b)});function d(y,g){y||!g?c(y):u?u(g):r(void 0,g)}}}processSync(n){let r=!1,a;return this.freeze(),Sh("processSync",this.parser||this.Parser),_h("processSync",this.compiler||this.Compiler),this.process(n,l),K0("processSync","process",r),a;function l(u,c){r=!0,V0(u),a=c}}run(n,r,a){Q0(n),this.freeze();const l=this.transformers;return!a&&typeof r=="function"&&(a=r,r=void 0),a?u(void 0,a):new Promise(u);function u(c,f){const m=ru(r);l.run(n,m,d);function d(y,g,b){const x=g||n;y?f(y):c?c(x):a(void 0,x,b)}}}runSync(n,r){let a=!1,l;return this.run(n,r,u),K0("runSync","run",a),l;function u(c,f){V0(c),l=f,a=!0}}stringify(n,r){this.freeze();const a=ru(r),l=this.compiler||this.Compiler;return _h("stringify",l),Q0(n),l(n,a)}use(n,...r){const a=this.attachers,l=this.namespace;if(Eh("use",this.frozen),n!=null)if(typeof n=="function")m(n,r);else if(typeof n=="object")Array.isArray(n)?f(n):c(n);else throw new TypeError("Expected usable value, not `"+n+"`");return this;function u(d){if(typeof d=="function")m(d,[]);else if(typeof d=="object")if(Array.isArray(d)){const[y,...g]=d;m(y,g)}else c(d);else throw new TypeError("Expected usable value, not `"+d+"`")}function c(d){if(!("plugins"in d)&&!("settings"in d))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");f(d.plugins),d.settings&&(l.settings=bh(!0,l.settings,d.settings))}function f(d){let y=-1;if(d!=null)if(Array.isArray(d))for(;++y<d.length;){const g=d[y];u(g)}else throw new TypeError("Expected a list of plugins, not `"+d+"`")}function m(d,y){let g=-1,b=-1;for(;++g<a.length;)if(a[g][0]===d){b=g;break}if(b===-1)a.push([d,...y]);else if(y.length>0){let[x,...k]=y;const z=a[b][1];td(z)&&td(x)&&(x=bh(!0,z,x)),a[b]=[d,x,...k]}}}}const OT=new Bd().freeze();function Sh(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function _h(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function Eh(e,n){if(n)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function Q0(e){if(!td(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function K0(e,n,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+n+"` instead")}function ru(e){return NT(e)?e:new U1(e)}function NT(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function RT(e){return typeof e=="string"||MT(e)}function MT(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const DT="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Z0=[],W0={allowDangerousHtml:!0},zT=/^(https?|ircs?|mailto|xmpp)$/i,LT=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function rd(e){const n=UT(e),r=BT(e);return PT(n.runSync(n.parse(r),r),e)}function UT(e){const n=e.rehypePlugins||Z0,r=e.remarkPlugins||Z0,a=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...W0}:W0;return OT().use(bC).use(r).use(hT,a).use(n)}function BT(e){const n=e.children||"",r=new U1;return typeof n=="string"&&(r.value=n),r}function PT(e,n){const r=n.allowedElements,a=n.allowElement,l=n.components,u=n.disallowedElements,c=n.skipHtml,f=n.unwrapDisallowed,m=n.urlTransform||qT;for(const y of LT)Object.hasOwn(n,y.from)&&(""+y.from+(y.to?"use `"+y.to+"` instead":"remove it")+DT+y.id,void 0);return Ud(e,d),tk(e,{Fragment:w.Fragment,components:l,ignoreInvalidStyle:!0,jsx:w.jsx,jsxs:w.jsxs,passKeys:!0,passNode:!0});function d(y,g,b){if(y.type==="raw"&&b&&typeof g=="number")return c?b.children.splice(g,1):b.children[g]={type:"text",value:y.value},g;if(y.type==="element"){let x;for(x in mh)if(Object.hasOwn(mh,x)&&Object.hasOwn(y.properties,x)){const k=y.properties[x],z=mh[x];(z===null||z.includes(y.tagName))&&(y.properties[x]=m(String(k||""),x,y))}}if(y.type==="element"){let x=r?!r.includes(y.tagName):u?u.includes(y.tagName):!1;if(!x&&a&&typeof g=="number"&&(x=!a(y,g,b)),x&&b&&typeof g=="number")return f&&y.children?b.children.splice(g,1,...y.children):b.children.splice(g,1),g}}}function qT(e){const n=e.indexOf(":"),r=e.indexOf("?"),a=e.indexOf("#"),l=e.indexOf("/");return n===-1||l!==-1&&n>l||r!==-1&&n>r||a!==-1&&n>a||zT.test(e.slice(0,n))?e:""}function eb(e,n){const r=String(e);if(typeof n!="string")throw new TypeError("Expected character");let a=0,l=r.indexOf(n);for(;l!==-1;)a++,l=r.indexOf(n,l+n.length);return a}function HT(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function B1(e,n,r){const l=Uu((r||{}).ignore||[]),u=IT(n);let c=-1;for(;++c<u.length;)L1(e,"text",f);function f(d,y){let g=-1,b;for(;++g<y.length;){const x=y[g],k=b?b.children:void 0;if(l(x,k?k.indexOf(x):void 0,b))return;b=x}if(b)return m(d,y)}function m(d,y){const g=y[y.length-1],b=u[c][0],x=u[c][1];let k=0;const B=g.children.indexOf(d);let M=!1,G=[];b.lastIndex=0;let J=b.exec(d.value);for(;J;){const se=J.index,j={index:J.index,input:J.input,stack:[...y,d]};let O=x(...J,j);if(typeof O=="string"&&(O=O.length>0?{type:"text",value:O}:void 0),O===!1?b.lastIndex=se+1:(k!==se&&G.push({type:"text",value:d.value.slice(k,se)}),Array.isArray(O)?G.push(...O):O&&G.push(O),k=se+J[0].length,M=!0),!b.global)break;J=b.exec(d.value)}return M?(k<d.value.length&&G.push({type:"text",value:d.value.slice(k)}),g.children.splice(B,1,...G)):G=[d],B+G.length}}function IT(e){const n=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const r=!e[0]||Array.isArray(e[0])?e:[e];let a=-1;for(;++a<r.length;){const l=r[a];n.push([FT(l[0]),$T(l[1])])}return n}function FT(e){return typeof e=="string"?new RegExp(HT(e),"g"):e}function $T(e){return typeof e=="function"?e:function(){return e}}const kh="phrasing",Ah=["autolink","link","image","label"];function GT(){return{transforms:[ZT],enter:{literalAutolink:VT,literalAutolinkEmail:Ch,literalAutolinkHttp:Ch,literalAutolinkWww:Ch},exit:{literalAutolink:KT,literalAutolinkEmail:QT,literalAutolinkHttp:JT,literalAutolinkWww:XT}}}function YT(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:kh,notInConstruct:Ah},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:kh,notInConstruct:Ah},{character:":",before:"[ps]",after:"\\/",inConstruct:kh,notInConstruct:Ah}]}}function VT(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function Ch(e){this.config.enter.autolinkProtocol.call(this,e)}function JT(e){this.config.exit.autolinkProtocol.call(this,e)}function XT(e){this.config.exit.data.call(this,e);const n=this.stack[this.stack.length-1];n.type,n.url="http://"+this.sliceSerialize(e)}function QT(e){this.config.exit.autolinkEmail.call(this,e)}function KT(e){this.exit(e)}function ZT(e){B1(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,WT],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),ej]],{ignore:["link","linkReference"]})}function WT(e,n,r,a,l){let u="";if(!P1(l)||(/^w/i.test(n)&&(r=n+r,n="",u="http://"),!tj(r)))return!1;const c=nj(r+a);if(!c[0])return!1;const f={type:"link",title:null,url:u+n+c[0],children:[{type:"text",value:n+c[0]}]};return c[1]?[f,{type:"text",value:c[1]}]:f}function ej(e,n,r,a){return!P1(a,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+n+"@"+r,children:[{type:"text",value:n+"@"+r}]}}function tj(e){const n=e.split(".");return!(n.length<2||n[n.length-1]&&(/_/.test(n[n.length-1])||!/[a-zA-Z\d]/.test(n[n.length-1]))||n[n.length-2]&&(/_/.test(n[n.length-2])||!/[a-zA-Z\d]/.test(n[n.length-2])))}function nj(e){const n=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!n)return[e,void 0];e=e.slice(0,n.index);let r=n[0],a=r.indexOf(")");const l=eb(e,"(");let u=eb(e,")");for(;a!==-1&&l>u;)e+=r.slice(0,a+1),r=r.slice(a+1),a=r.indexOf(")"),u++;return[e,r]}function P1(e,n){const r=e.input.charCodeAt(e.index-1);return(e.index===0||Wi(r)||Du(r))&&(!n||r!==47)}q1.peek=fj;function rj(){this.buffer()}function ij(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function aj(){this.buffer()}function sj(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function lj(e){const n=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=sr(this.sliceSerialize(e)).toLowerCase(),r.label=n}function oj(e){this.exit(e)}function uj(e){const n=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=sr(this.sliceSerialize(e)).toLowerCase(),r.label=n}function cj(e){this.exit(e)}function fj(){return"["}function q1(e,n,r,a){const l=r.createTracker(a);let u=l.move("[^");const c=r.enter("footnoteReference"),f=r.enter("reference");return u+=l.move(r.safe(r.associationId(e),{after:"]",before:u})),f(),c(),u+=l.move("]"),u}function hj(){return{enter:{gfmFootnoteCallString:rj,gfmFootnoteCall:ij,gfmFootnoteDefinitionLabelString:aj,gfmFootnoteDefinition:sj},exit:{gfmFootnoteCallString:lj,gfmFootnoteCall:oj,gfmFootnoteDefinitionLabelString:uj,gfmFootnoteDefinition:cj}}}function dj(e){let n=!1;return e&&e.firstLineBlank&&(n=!0),{handlers:{footnoteDefinition:r,footnoteReference:q1},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function r(a,l,u,c){const f=u.createTracker(c);let m=f.move("[^");const d=u.enter("footnoteDefinition"),y=u.enter("label");return m+=f.move(u.safe(u.associationId(a),{before:m,after:"]"})),y(),m+=f.move("]:"),a.children&&a.children.length>0&&(f.shift(4),m+=f.move((n?`
|
|
102
|
+
`:" ")+u.indentLines(u.containerFlow(a,f.current()),n?H1:mj))),d(),m}}function mj(e,n,r){return n===0?e:H1(e,n,r)}function H1(e,n,r){return(r?"":" ")+e}const pj=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];I1.peek=xj;function gj(){return{canContainEols:["delete"],enter:{strikethrough:bj},exit:{strikethrough:vj}}}function yj(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:pj}],handlers:{delete:I1}}}function bj(e){this.enter({type:"delete",children:[]},e)}function vj(e){this.exit(e)}function I1(e,n,r,a){const l=r.createTracker(a),u=r.enter("strikethrough");let c=l.move("~~");return c+=r.containerPhrasing(e,{...l.current(),before:c,after:"~"}),c+=l.move("~~"),u(),c}function xj(){return"~"}function wj(e){return e.length}function Sj(e,n){const r=n||{},a=(r.align||[]).concat(),l=r.stringLength||wj,u=[],c=[],f=[],m=[];let d=0,y=-1;for(;++y<e.length;){const z=[],B=[];let M=-1;for(e[y].length>d&&(d=e[y].length);++M<e[y].length;){const G=_j(e[y][M]);if(r.alignDelimiters!==!1){const J=l(G);B[M]=J,(m[M]===void 0||J>m[M])&&(m[M]=J)}z.push(G)}c[y]=z,f[y]=B}let g=-1;if(typeof a=="object"&&"length"in a)for(;++g<d;)u[g]=tb(a[g]);else{const z=tb(a);for(;++g<d;)u[g]=z}g=-1;const b=[],x=[];for(;++g<d;){const z=u[g];let B="",M="";z===99?(B=":",M=":"):z===108?B=":":z===114&&(M=":");let G=r.alignDelimiters===!1?1:Math.max(1,m[g]-B.length-M.length);const J=B+"-".repeat(G)+M;r.alignDelimiters!==!1&&(G=B.length+G+M.length,G>m[g]&&(m[g]=G),x[g]=G),b[g]=J}c.splice(1,0,b),f.splice(1,0,x),y=-1;const k=[];for(;++y<c.length;){const z=c[y],B=f[y];g=-1;const M=[];for(;++g<d;){const G=z[g]||"";let J="",se="";if(r.alignDelimiters!==!1){const j=m[g]-(B[g]||0),O=u[g];O===114?J=" ".repeat(j):O===99?j%2?(J=" ".repeat(j/2+.5),se=" ".repeat(j/2-.5)):(J=" ".repeat(j/2),se=J):se=" ".repeat(j)}r.delimiterStart!==!1&&!g&&M.push("|"),r.padding!==!1&&!(r.alignDelimiters===!1&&G==="")&&(r.delimiterStart!==!1||g)&&M.push(" "),r.alignDelimiters!==!1&&M.push(J),M.push(G),r.alignDelimiters!==!1&&M.push(se),r.padding!==!1&&M.push(" "),(r.delimiterEnd!==!1||g!==d-1)&&M.push("|")}k.push(r.delimiterEnd===!1?M.join("").replace(/ +$/,""):M.join(""))}return k.join(`
|
|
103
|
+
`)}function _j(e){return e==null?"":String(e)}function tb(e){const n=typeof e=="string"?e.codePointAt(0):0;return n===67||n===99?99:n===76||n===108?108:n===82||n===114?114:0}function Ej(e,n,r,a){const l=r.enter("blockquote"),u=r.createTracker(a);u.move("> "),u.shift(2);const c=r.indentLines(r.containerFlow(e,u.current()),kj);return l(),c}function kj(e,n,r){return">"+(r?"":" ")+e}function Aj(e,n){return nb(e,n.inConstruct,!0)&&!nb(e,n.notInConstruct,!1)}function nb(e,n,r){if(typeof n=="string"&&(n=[n]),!n||n.length===0)return r;let a=-1;for(;++a<n.length;)if(e.includes(n[a]))return!0;return!1}function rb(e,n,r,a){let l=-1;for(;++l<r.unsafe.length;)if(r.unsafe[l].character===`
|
|
104
|
+
`&&Aj(r.stack,r.unsafe[l]))return/[ \t]/.test(a.before)?"":" ";return`\\
|
|
105
|
+
`}function Cj(e,n){const r=String(e);let a=r.indexOf(n),l=a,u=0,c=0;if(typeof n!="string")throw new TypeError("Expected substring");for(;a!==-1;)a===l?++u>c&&(c=u):u=1,l=a+n.length,a=r.indexOf(n,l);return c}function Tj(e,n){return!!(n.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function jj(e){const n=e.options.fence||"`";if(n!=="`"&&n!=="~")throw new Error("Cannot serialize code with `"+n+"` for `options.fence`, expected `` ` `` or `~`");return n}function Oj(e,n,r,a){const l=jj(r),u=e.value||"",c=l==="`"?"GraveAccent":"Tilde";if(Tj(e,r)){const g=r.enter("codeIndented"),b=r.indentLines(u,Nj);return g(),b}const f=r.createTracker(a),m=l.repeat(Math.max(Cj(u,l)+1,3)),d=r.enter("codeFenced");let y=f.move(m);if(e.lang){const g=r.enter(`codeFencedLang${c}`);y+=f.move(r.safe(e.lang,{before:y,after:" ",encode:["`"],...f.current()})),g()}if(e.lang&&e.meta){const g=r.enter(`codeFencedMeta${c}`);y+=f.move(" "),y+=f.move(r.safe(e.meta,{before:y,after:`
|
|
106
|
+
`,encode:["`"],...f.current()})),g()}return y+=f.move(`
|
|
107
|
+
`),u&&(y+=f.move(u+`
|
|
108
|
+
`)),y+=f.move(m),d(),y}function Nj(e,n,r){return(r?"":" ")+e}function Pd(e){const n=e.options.quote||'"';if(n!=='"'&&n!=="'")throw new Error("Cannot serialize title with `"+n+"` for `options.quote`, expected `\"`, or `'`");return n}function Rj(e,n,r,a){const l=Pd(r),u=l==='"'?"Quote":"Apostrophe",c=r.enter("definition");let f=r.enter("label");const m=r.createTracker(a);let d=m.move("[");return d+=m.move(r.safe(r.associationId(e),{before:d,after:"]",...m.current()})),d+=m.move("]: "),f(),!e.url||/[\0- \u007F]/.test(e.url)?(f=r.enter("destinationLiteral"),d+=m.move("<"),d+=m.move(r.safe(e.url,{before:d,after:">",...m.current()})),d+=m.move(">")):(f=r.enter("destinationRaw"),d+=m.move(r.safe(e.url,{before:d,after:e.title?" ":`
|
|
109
|
+
`,...m.current()}))),f(),e.title&&(f=r.enter(`title${u}`),d+=m.move(" "+l),d+=m.move(r.safe(e.title,{before:d,after:l,...m.current()})),d+=m.move(l),f()),c(),d}function Mj(e){const n=e.options.emphasis||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize emphasis with `"+n+"` for `options.emphasis`, expected `*`, or `_`");return n}function Al(e){return"&#x"+e.toString(16).toUpperCase()+";"}function Cu(e,n,r){const a=rs(e),l=rs(n);return a===void 0?l===void 0?r==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:l===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:a===1?l===void 0?{inside:!1,outside:!1}:l===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:l===void 0?{inside:!1,outside:!1}:l===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}F1.peek=Dj;function F1(e,n,r,a){const l=Mj(r),u=r.enter("emphasis"),c=r.createTracker(a),f=c.move(l);let m=c.move(r.containerPhrasing(e,{after:l,before:f,...c.current()}));const d=m.charCodeAt(0),y=Cu(a.before.charCodeAt(a.before.length-1),d,l);y.inside&&(m=Al(d)+m.slice(1));const g=m.charCodeAt(m.length-1),b=Cu(a.after.charCodeAt(0),g,l);b.inside&&(m=m.slice(0,-1)+Al(g));const x=c.move(l);return u(),r.attentionEncodeSurroundingInfo={after:b.outside,before:y.outside},f+m+x}function Dj(e,n,r){return r.options.emphasis||"*"}function zj(e,n){let r=!1;return Ud(e,function(a){if("value"in a&&/\r?\n|\r/.test(a.value)||a.type==="break")return r=!0,Wh}),!!((!e.depth||e.depth<3)&&Od(e)&&(n.options.setext||r))}function Lj(e,n,r,a){const l=Math.max(Math.min(6,e.depth||1),1),u=r.createTracker(a);if(zj(e,r)){const y=r.enter("headingSetext"),g=r.enter("phrasing"),b=r.containerPhrasing(e,{...u.current(),before:`
|
|
110
|
+
`,after:`
|
|
111
|
+
`});return g(),y(),b+`
|
|
112
|
+
`+(l===1?"=":"-").repeat(b.length-(Math.max(b.lastIndexOf("\r"),b.lastIndexOf(`
|
|
113
|
+
`))+1))}const c="#".repeat(l),f=r.enter("headingAtx"),m=r.enter("phrasing");u.move(c+" ");let d=r.containerPhrasing(e,{before:"# ",after:`
|
|
114
|
+
`,...u.current()});return/^[\t ]/.test(d)&&(d=Al(d.charCodeAt(0))+d.slice(1)),d=d?c+" "+d:c,r.options.closeAtx&&(d+=" "+c),m(),f(),d}$1.peek=Uj;function $1(e){return e.value||""}function Uj(){return"<"}G1.peek=Bj;function G1(e,n,r,a){const l=Pd(r),u=l==='"'?"Quote":"Apostrophe",c=r.enter("image");let f=r.enter("label");const m=r.createTracker(a);let d=m.move("![");return d+=m.move(r.safe(e.alt,{before:d,after:"]",...m.current()})),d+=m.move("]("),f(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(f=r.enter("destinationLiteral"),d+=m.move("<"),d+=m.move(r.safe(e.url,{before:d,after:">",...m.current()})),d+=m.move(">")):(f=r.enter("destinationRaw"),d+=m.move(r.safe(e.url,{before:d,after:e.title?" ":")",...m.current()}))),f(),e.title&&(f=r.enter(`title${u}`),d+=m.move(" "+l),d+=m.move(r.safe(e.title,{before:d,after:l,...m.current()})),d+=m.move(l),f()),d+=m.move(")"),c(),d}function Bj(){return"!"}Y1.peek=Pj;function Y1(e,n,r,a){const l=e.referenceType,u=r.enter("imageReference");let c=r.enter("label");const f=r.createTracker(a);let m=f.move("![");const d=r.safe(e.alt,{before:m,after:"]",...f.current()});m+=f.move(d+"]["),c();const y=r.stack;r.stack=[],c=r.enter("reference");const g=r.safe(r.associationId(e),{before:m,after:"]",...f.current()});return c(),r.stack=y,u(),l==="full"||!d||d!==g?m+=f.move(g+"]"):l==="shortcut"?m=m.slice(0,-1):m+=f.move("]"),m}function Pj(){return"!"}V1.peek=qj;function V1(e,n,r){let a=e.value||"",l="`",u=-1;for(;new RegExp("(^|[^`])"+l+"([^`]|$)").test(a);)l+="`";for(/[^ \r\n]/.test(a)&&(/^[ \r\n]/.test(a)&&/[ \r\n]$/.test(a)||/^`|`$/.test(a))&&(a=" "+a+" ");++u<r.unsafe.length;){const c=r.unsafe[u],f=r.compilePattern(c);let m;if(c.atBreak)for(;m=f.exec(a);){let d=m.index;a.charCodeAt(d)===10&&a.charCodeAt(d-1)===13&&d--,a=a.slice(0,d)+" "+a.slice(m.index+1)}}return l+a+l}function qj(){return"`"}function J1(e,n){const r=Od(e);return!!(!n.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(r===e.url||"mailto:"+r===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}X1.peek=Hj;function X1(e,n,r,a){const l=Pd(r),u=l==='"'?"Quote":"Apostrophe",c=r.createTracker(a);let f,m;if(J1(e,r)){const y=r.stack;r.stack=[],f=r.enter("autolink");let g=c.move("<");return g+=c.move(r.containerPhrasing(e,{before:g,after:">",...c.current()})),g+=c.move(">"),f(),r.stack=y,g}f=r.enter("link"),m=r.enter("label");let d=c.move("[");return d+=c.move(r.containerPhrasing(e,{before:d,after:"](",...c.current()})),d+=c.move("]("),m(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(m=r.enter("destinationLiteral"),d+=c.move("<"),d+=c.move(r.safe(e.url,{before:d,after:">",...c.current()})),d+=c.move(">")):(m=r.enter("destinationRaw"),d+=c.move(r.safe(e.url,{before:d,after:e.title?" ":")",...c.current()}))),m(),e.title&&(m=r.enter(`title${u}`),d+=c.move(" "+l),d+=c.move(r.safe(e.title,{before:d,after:l,...c.current()})),d+=c.move(l),m()),d+=c.move(")"),f(),d}function Hj(e,n,r){return J1(e,r)?"<":"["}Q1.peek=Ij;function Q1(e,n,r,a){const l=e.referenceType,u=r.enter("linkReference");let c=r.enter("label");const f=r.createTracker(a);let m=f.move("[");const d=r.containerPhrasing(e,{before:m,after:"]",...f.current()});m+=f.move(d+"]["),c();const y=r.stack;r.stack=[],c=r.enter("reference");const g=r.safe(r.associationId(e),{before:m,after:"]",...f.current()});return c(),r.stack=y,u(),l==="full"||!d||d!==g?m+=f.move(g+"]"):l==="shortcut"?m=m.slice(0,-1):m+=f.move("]"),m}function Ij(){return"["}function qd(e){const n=e.options.bullet||"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bullet`, expected `*`, `+`, or `-`");return n}function Fj(e){const n=qd(e),r=e.options.bulletOther;if(!r)return n==="*"?"-":"*";if(r!=="*"&&r!=="+"&&r!=="-")throw new Error("Cannot serialize items with `"+r+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(r===n)throw new Error("Expected `bullet` (`"+n+"`) and `bulletOther` (`"+r+"`) to be different");return r}function $j(e){const n=e.options.bulletOrdered||".";if(n!=="."&&n!==")")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOrdered`, expected `.` or `)`");return n}function K1(e){const n=e.options.rule||"*";if(n!=="*"&&n!=="-"&&n!=="_")throw new Error("Cannot serialize rules with `"+n+"` for `options.rule`, expected `*`, `-`, or `_`");return n}function Gj(e,n,r,a){const l=r.enter("list"),u=r.bulletCurrent;let c=e.ordered?$j(r):qd(r);const f=e.ordered?c==="."?")":".":Fj(r);let m=n&&r.bulletLastUsed?c===r.bulletLastUsed:!1;if(!e.ordered){const y=e.children?e.children[0]:void 0;if((c==="*"||c==="-")&&y&&(!y.children||!y.children[0])&&r.stack[r.stack.length-1]==="list"&&r.stack[r.stack.length-2]==="listItem"&&r.stack[r.stack.length-3]==="list"&&r.stack[r.stack.length-4]==="listItem"&&r.indexStack[r.indexStack.length-1]===0&&r.indexStack[r.indexStack.length-2]===0&&r.indexStack[r.indexStack.length-3]===0&&(m=!0),K1(r)===c&&y){let g=-1;for(;++g<e.children.length;){const b=e.children[g];if(b&&b.type==="listItem"&&b.children&&b.children[0]&&b.children[0].type==="thematicBreak"){m=!0;break}}}}m&&(c=f),r.bulletCurrent=c;const d=r.containerFlow(e,a);return r.bulletLastUsed=c,r.bulletCurrent=u,l(),d}function Yj(e){const n=e.options.listItemIndent||"one";if(n!=="tab"&&n!=="one"&&n!=="mixed")throw new Error("Cannot serialize items with `"+n+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return n}function Vj(e,n,r,a){const l=Yj(r);let u=r.bulletCurrent||qd(r);n&&n.type==="list"&&n.ordered&&(u=(typeof n.start=="number"&&n.start>-1?n.start:1)+(r.options.incrementListMarker===!1?0:n.children.indexOf(e))+u);let c=u.length+1;(l==="tab"||l==="mixed"&&(n&&n.type==="list"&&n.spread||e.spread))&&(c=Math.ceil(c/4)*4);const f=r.createTracker(a);f.move(u+" ".repeat(c-u.length)),f.shift(c);const m=r.enter("listItem"),d=r.indentLines(r.containerFlow(e,f.current()),y);return m(),d;function y(g,b,x){return b?(x?"":" ".repeat(c))+g:(x?u:u+" ".repeat(c-u.length))+g}}function Jj(e,n,r,a){const l=r.enter("paragraph"),u=r.enter("phrasing"),c=r.containerPhrasing(e,a);return u(),l(),c}const Xj=Uu(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function Qj(e,n,r,a){return(e.children.some(function(c){return Xj(c)})?r.containerPhrasing:r.containerFlow).call(r,e,a)}function Kj(e){const n=e.options.strong||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize strong with `"+n+"` for `options.strong`, expected `*`, or `_`");return n}Z1.peek=Zj;function Z1(e,n,r,a){const l=Kj(r),u=r.enter("strong"),c=r.createTracker(a),f=c.move(l+l);let m=c.move(r.containerPhrasing(e,{after:l,before:f,...c.current()}));const d=m.charCodeAt(0),y=Cu(a.before.charCodeAt(a.before.length-1),d,l);y.inside&&(m=Al(d)+m.slice(1));const g=m.charCodeAt(m.length-1),b=Cu(a.after.charCodeAt(0),g,l);b.inside&&(m=m.slice(0,-1)+Al(g));const x=c.move(l+l);return u(),r.attentionEncodeSurroundingInfo={after:b.outside,before:y.outside},f+m+x}function Zj(e,n,r){return r.options.strong||"*"}function Wj(e,n,r,a){return r.safe(e.value,a)}function eO(e){const n=e.options.ruleRepetition||3;if(n<3)throw new Error("Cannot serialize rules with repetition `"+n+"` for `options.ruleRepetition`, expected `3` or more");return n}function tO(e,n,r){const a=(K1(r)+(r.options.ruleSpaces?" ":"")).repeat(eO(r));return r.options.ruleSpaces?a.slice(0,-1):a}const W1={blockquote:Ej,break:rb,code:Oj,definition:Rj,emphasis:F1,hardBreak:rb,heading:Lj,html:$1,image:G1,imageReference:Y1,inlineCode:V1,link:X1,linkReference:Q1,list:Gj,listItem:Vj,paragraph:Jj,root:Qj,strong:Z1,text:Wj,thematicBreak:tO};function nO(){return{enter:{table:rO,tableData:ib,tableHeader:ib,tableRow:aO},exit:{codeText:sO,table:iO,tableData:Th,tableHeader:Th,tableRow:Th}}}function rO(e){const n=e._align;this.enter({type:"table",align:n.map(function(r){return r==="none"?null:r}),children:[]},e),this.data.inTable=!0}function iO(e){this.exit(e),this.data.inTable=void 0}function aO(e){this.enter({type:"tableRow",children:[]},e)}function Th(e){this.exit(e)}function ib(e){this.enter({type:"tableCell",children:[]},e)}function sO(e){let n=this.resume();this.data.inTable&&(n=n.replace(/\\([\\|])/g,lO));const r=this.stack[this.stack.length-1];r.type,r.value=n,this.exit(e)}function lO(e,n){return n==="|"?n:e}function oO(e){const n=e||{},r=n.tableCellPadding,a=n.tablePipeAlign,l=n.stringLength,u=r?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
115
|
+
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:b,table:c,tableCell:m,tableRow:f}};function c(x,k,z,B){return d(y(x,z,B),x.align)}function f(x,k,z,B){const M=g(x,z,B),G=d([M]);return G.slice(0,G.indexOf(`
|
|
116
|
+
`))}function m(x,k,z,B){const M=z.enter("tableCell"),G=z.enter("phrasing"),J=z.containerPhrasing(x,{...B,before:u,after:u});return G(),M(),J}function d(x,k){return Sj(x,{align:k,alignDelimiters:a,padding:r,stringLength:l})}function y(x,k,z){const B=x.children;let M=-1;const G=[],J=k.enter("table");for(;++M<B.length;)G[M]=g(B[M],k,z);return J(),G}function g(x,k,z){const B=x.children;let M=-1;const G=[],J=k.enter("tableRow");for(;++M<B.length;)G[M]=m(B[M],x,k,z);return J(),G}function b(x,k,z){let B=W1.inlineCode(x,k,z);return z.stack.includes("tableCell")&&(B=B.replace(/\|/g,"\\$&")),B}}function uO(){return{exit:{taskListCheckValueChecked:ab,taskListCheckValueUnchecked:ab,paragraph:fO}}}function cO(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:hO}}}function ab(e){const n=this.stack[this.stack.length-2];n.type,n.checked=e.type==="taskListCheckValueChecked"}function fO(e){const n=this.stack[this.stack.length-2];if(n&&n.type==="listItem"&&typeof n.checked=="boolean"){const r=this.stack[this.stack.length-1];r.type;const a=r.children[0];if(a&&a.type==="text"){const l=n.children;let u=-1,c;for(;++u<l.length;){const f=l[u];if(f.type==="paragraph"){c=f;break}}c===r&&(a.value=a.value.slice(1),a.value.length===0?r.children.shift():r.position&&a.position&&typeof a.position.start.offset=="number"&&(a.position.start.column++,a.position.start.offset++,r.position.start=Object.assign({},a.position.start)))}}this.exit(e)}function hO(e,n,r,a){const l=e.children[0],u=typeof e.checked=="boolean"&&l&&l.type==="paragraph",c="["+(e.checked?"x":" ")+"] ",f=r.createTracker(a);u&&f.move(c);let m=W1.listItem(e,n,r,{...a,...f.current()});return u&&(m=m.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,d)),m;function d(y){return y+c}}function dO(){return[GT(),hj(),gj(),nO(),uO()]}function mO(e){return{extensions:[YT(),dj(e),yj(),oO(e),cO()]}}const pO={tokenize:wO,partial:!0},ev={tokenize:SO,partial:!0},tv={tokenize:_O,partial:!0},nv={tokenize:EO,partial:!0},gO={tokenize:kO,partial:!0},rv={name:"wwwAutolink",tokenize:vO,previous:av},iv={name:"protocolAutolink",tokenize:xO,previous:sv},$r={name:"emailAutolink",tokenize:bO,previous:lv},vr={};function yO(){return{text:vr}}let Qi=48;for(;Qi<123;)vr[Qi]=$r,Qi++,Qi===58?Qi=65:Qi===91&&(Qi=97);vr[43]=$r;vr[45]=$r;vr[46]=$r;vr[95]=$r;vr[72]=[$r,iv];vr[104]=[$r,iv];vr[87]=[$r,rv];vr[119]=[$r,rv];function bO(e,n,r){const a=this;let l,u;return c;function c(g){return!id(g)||!lv.call(a,a.previous)||Hd(a.events)?r(g):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),f(g))}function f(g){return id(g)?(e.consume(g),f):g===64?(e.consume(g),m):r(g)}function m(g){return g===46?e.check(gO,y,d)(g):g===45||g===95||en(g)?(u=!0,e.consume(g),m):y(g)}function d(g){return e.consume(g),l=!0,m}function y(g){return u&&l&&on(a.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),n(g)):r(g)}}function vO(e,n,r){const a=this;return l;function l(c){return c!==87&&c!==119||!av.call(a,a.previous)||Hd(a.events)?r(c):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(pO,e.attempt(ev,e.attempt(tv,u),r),r)(c))}function u(c){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),n(c)}}function xO(e,n,r){const a=this;let l="",u=!1;return c;function c(g){return(g===72||g===104)&&sv.call(a,a.previous)&&!Hd(a.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),l+=String.fromCodePoint(g),e.consume(g),f):r(g)}function f(g){if(on(g)&&l.length<5)return l+=String.fromCodePoint(g),e.consume(g),f;if(g===58){const b=l.toLowerCase();if(b==="http"||b==="https")return e.consume(g),m}return r(g)}function m(g){return g===47?(e.consume(g),u?d:(u=!0,m)):r(g)}function d(g){return g===null||Eu(g)||yt(g)||Wi(g)||Du(g)?r(g):e.attempt(ev,e.attempt(tv,y),r)(g)}function y(g){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),n(g)}}function wO(e,n,r){let a=0;return l;function l(c){return(c===87||c===119)&&a<3?(a++,e.consume(c),l):c===46&&a===3?(e.consume(c),u):r(c)}function u(c){return c===null?r(c):n(c)}}function SO(e,n,r){let a,l,u;return c;function c(d){return d===46||d===95?e.check(nv,m,f)(d):d===null||yt(d)||Wi(d)||d!==45&&Du(d)?m(d):(u=!0,e.consume(d),c)}function f(d){return d===95?a=!0:(l=a,a=void 0),e.consume(d),c}function m(d){return l||a||!u?r(d):n(d)}}function _O(e,n){let r=0,a=0;return l;function l(c){return c===40?(r++,e.consume(c),l):c===41&&a<r?u(c):c===33||c===34||c===38||c===39||c===41||c===42||c===44||c===46||c===58||c===59||c===60||c===63||c===93||c===95||c===126?e.check(nv,n,u)(c):c===null||yt(c)||Wi(c)?n(c):(e.consume(c),l)}function u(c){return c===41&&a++,e.consume(c),l}}function EO(e,n,r){return a;function a(f){return f===33||f===34||f===39||f===41||f===42||f===44||f===46||f===58||f===59||f===63||f===95||f===126?(e.consume(f),a):f===38?(e.consume(f),u):f===93?(e.consume(f),l):f===60||f===null||yt(f)||Wi(f)?n(f):r(f)}function l(f){return f===null||f===40||f===91||yt(f)||Wi(f)?n(f):a(f)}function u(f){return on(f)?c(f):r(f)}function c(f){return f===59?(e.consume(f),a):on(f)?(e.consume(f),c):r(f)}}function kO(e,n,r){return a;function a(u){return e.consume(u),l}function l(u){return en(u)?r(u):n(u)}}function av(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||yt(e)}function sv(e){return!on(e)}function lv(e){return!(e===47||id(e))}function id(e){return e===43||e===45||e===46||e===95||en(e)}function Hd(e){let n=e.length,r=!1;for(;n--;){const a=e[n][1];if((a.type==="labelLink"||a.type==="labelImage")&&!a._balanced){r=!0;break}if(a._gfmAutolinkLiteralWalkedInto){r=!1;break}}return e.length>0&&!r&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),r}const AO={tokenize:DO,partial:!0};function CO(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:NO,continuation:{tokenize:RO},exit:MO}},text:{91:{name:"gfmFootnoteCall",tokenize:OO},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:TO,resolveTo:jO}}}}function TO(e,n,r){const a=this;let l=a.events.length;const u=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let c;for(;l--;){const m=a.events[l][1];if(m.type==="labelImage"){c=m;break}if(m.type==="gfmFootnoteCall"||m.type==="labelLink"||m.type==="label"||m.type==="image"||m.type==="link")break}return f;function f(m){if(!c||!c._balanced)return r(m);const d=sr(a.sliceSerialize({start:c.end,end:a.now()}));return d.codePointAt(0)!==94||!u.includes(d.slice(1))?r(m):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(m),e.exit("gfmFootnoteCallLabelMarker"),n(m))}}function jO(e,n){let r=e.length;for(;r--;)if(e[r][1].type==="labelImage"&&e[r][0]==="enter"){e[r][1];break}e[r+1][1].type="data",e[r+3][1].type="gfmFootnoteCallLabelMarker";const a={type:"gfmFootnoteCall",start:Object.assign({},e[r+3][1].start),end:Object.assign({},e[e.length-1][1].end)},l={type:"gfmFootnoteCallMarker",start:Object.assign({},e[r+3][1].end),end:Object.assign({},e[r+3][1].end)};l.end.column++,l.end.offset++,l.end._bufferIndex++;const u={type:"gfmFootnoteCallString",start:Object.assign({},l.end),end:Object.assign({},e[e.length-1][1].start)},c={type:"chunkString",contentType:"string",start:Object.assign({},u.start),end:Object.assign({},u.end)},f=[e[r+1],e[r+2],["enter",a,n],e[r+3],e[r+4],["enter",l,n],["exit",l,n],["enter",u,n],["enter",c,n],["exit",c,n],["exit",u,n],e[e.length-2],e[e.length-1],["exit",a,n]];return e.splice(r,e.length-r+1,...f),e}function OO(e,n,r){const a=this,l=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let u=0,c;return f;function f(g){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),m}function m(g){return g!==94?r(g):(e.enter("gfmFootnoteCallMarker"),e.consume(g),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",d)}function d(g){if(u>999||g===93&&!c||g===null||g===91||yt(g))return r(g);if(g===93){e.exit("chunkString");const b=e.exit("gfmFootnoteCallString");return l.includes(sr(a.sliceSerialize(b)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),n):r(g)}return yt(g)||(c=!0),u++,e.consume(g),g===92?y:d}function y(g){return g===91||g===92||g===93?(e.consume(g),u++,d):d(g)}}function NO(e,n,r){const a=this,l=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let u,c=0,f;return m;function m(k){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(k),e.exit("gfmFootnoteDefinitionLabelMarker"),d}function d(k){return k===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(k),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",y):r(k)}function y(k){if(c>999||k===93&&!f||k===null||k===91||yt(k))return r(k);if(k===93){e.exit("chunkString");const z=e.exit("gfmFootnoteDefinitionLabelString");return u=sr(a.sliceSerialize(z)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(k),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),b}return yt(k)||(f=!0),c++,e.consume(k),k===92?g:y}function g(k){return k===91||k===92||k===93?(e.consume(k),c++,y):y(k)}function b(k){return k===58?(e.enter("definitionMarker"),e.consume(k),e.exit("definitionMarker"),l.includes(u)||l.push(u),tt(e,x,"gfmFootnoteDefinitionWhitespace")):r(k)}function x(k){return n(k)}}function RO(e,n,r){return e.check(Dl,n,e.attempt(AO,n,r))}function MO(e){e.exit("gfmFootnoteDefinition")}function DO(e,n,r){const a=this;return tt(e,l,"gfmFootnoteDefinitionIndent",5);function l(u){const c=a.events[a.events.length-1];return c&&c[1].type==="gfmFootnoteDefinitionIndent"&&c[2].sliceSerialize(c[1],!0).length===4?n(u):r(u)}}function zO(e){let r=(e||{}).singleTilde;const a={name:"strikethrough",tokenize:u,resolveAll:l};return r==null&&(r=!0),{text:{126:a},insideSpan:{null:[a]},attentionMarkers:{null:[126]}};function l(c,f){let m=-1;for(;++m<c.length;)if(c[m][0]==="enter"&&c[m][1].type==="strikethroughSequenceTemporary"&&c[m][1]._close){let d=m;for(;d--;)if(c[d][0]==="exit"&&c[d][1].type==="strikethroughSequenceTemporary"&&c[d][1]._open&&c[m][1].end.offset-c[m][1].start.offset===c[d][1].end.offset-c[d][1].start.offset){c[m][1].type="strikethroughSequence",c[d][1].type="strikethroughSequence";const y={type:"strikethrough",start:Object.assign({},c[d][1].start),end:Object.assign({},c[m][1].end)},g={type:"strikethroughText",start:Object.assign({},c[d][1].end),end:Object.assign({},c[m][1].start)},b=[["enter",y,f],["enter",c[d][1],f],["exit",c[d][1],f],["enter",g,f]],x=f.parser.constructs.insideSpan.null;x&&Nn(b,b.length,0,zu(x,c.slice(d+1,m),f)),Nn(b,b.length,0,[["exit",g,f],["enter",c[m][1],f],["exit",c[m][1],f],["exit",y,f]]),Nn(c,d-1,m-d+3,b),m=d+b.length-2;break}}for(m=-1;++m<c.length;)c[m][1].type==="strikethroughSequenceTemporary"&&(c[m][1].type="data");return c}function u(c,f,m){const d=this.previous,y=this.events;let g=0;return b;function b(k){return d===126&&y[y.length-1][1].type!=="characterEscape"?m(k):(c.enter("strikethroughSequenceTemporary"),x(k))}function x(k){const z=rs(d);if(k===126)return g>1?m(k):(c.consume(k),g++,x);if(g<2&&!r)return m(k);const B=c.exit("strikethroughSequenceTemporary"),M=rs(k);return B._open=!M||M===2&&!!z,B._close=!z||z===2&&!!M,f(k)}}}class LO{constructor(){this.map=[]}add(n,r,a){UO(this,n,r,a)}consume(n){if(this.map.sort(function(u,c){return u[0]-c[0]}),this.map.length===0)return;let r=this.map.length;const a=[];for(;r>0;)r-=1,a.push(n.slice(this.map[r][0]+this.map[r][1]),this.map[r][2]),n.length=this.map[r][0];a.push(n.slice()),n.length=0;let l=a.pop();for(;l;){for(const u of l)n.push(u);l=a.pop()}this.map.length=0}}function UO(e,n,r,a){let l=0;if(!(r===0&&a.length===0)){for(;l<e.map.length;){if(e.map[l][0]===n){e.map[l][1]+=r,e.map[l][2].push(...a);return}l+=1}e.map.push([n,r,a])}}function BO(e,n){let r=!1;const a=[];for(;n<e.length;){const l=e[n];if(r){if(l[0]==="enter")l[1].type==="tableContent"&&a.push(e[n+1][1].type==="tableDelimiterMarker"?"left":"none");else if(l[1].type==="tableContent"){if(e[n-1][1].type==="tableDelimiterMarker"){const u=a.length-1;a[u]=a[u]==="left"?"center":"right"}}else if(l[1].type==="tableDelimiterRow")break}else l[0]==="enter"&&l[1].type==="tableDelimiterRow"&&(r=!0);n+=1}return a}function PO(){return{flow:{null:{name:"table",tokenize:qO,resolveAll:HO}}}}function qO(e,n,r){const a=this;let l=0,u=0,c;return f;function f(L){let Z=a.events.length-1;for(;Z>-1;){const ge=a.events[Z][1].type;if(ge==="lineEnding"||ge==="linePrefix")Z--;else break}const X=Z>-1?a.events[Z][1].type:null,be=X==="tableHead"||X==="tableRow"?O:m;return be===O&&a.parser.lazy[a.now().line]?r(L):be(L)}function m(L){return e.enter("tableHead"),e.enter("tableRow"),d(L)}function d(L){return L===124||(c=!0,u+=1),y(L)}function y(L){return L===null?r(L):Le(L)?u>1?(u=0,a.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(L),e.exit("lineEnding"),x):r(L):Ke(L)?tt(e,y,"whitespace")(L):(u+=1,c&&(c=!1,l+=1),L===124?(e.enter("tableCellDivider"),e.consume(L),e.exit("tableCellDivider"),c=!0,y):(e.enter("data"),g(L)))}function g(L){return L===null||L===124||yt(L)?(e.exit("data"),y(L)):(e.consume(L),L===92?b:g)}function b(L){return L===92||L===124?(e.consume(L),g):g(L)}function x(L){return a.interrupt=!1,a.parser.lazy[a.now().line]?r(L):(e.enter("tableDelimiterRow"),c=!1,Ke(L)?tt(e,k,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(L):k(L))}function k(L){return L===45||L===58?B(L):L===124?(c=!0,e.enter("tableCellDivider"),e.consume(L),e.exit("tableCellDivider"),z):j(L)}function z(L){return Ke(L)?tt(e,B,"whitespace")(L):B(L)}function B(L){return L===58?(u+=1,c=!0,e.enter("tableDelimiterMarker"),e.consume(L),e.exit("tableDelimiterMarker"),M):L===45?(u+=1,M(L)):L===null||Le(L)?se(L):j(L)}function M(L){return L===45?(e.enter("tableDelimiterFiller"),G(L)):j(L)}function G(L){return L===45?(e.consume(L),G):L===58?(c=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(L),e.exit("tableDelimiterMarker"),J):(e.exit("tableDelimiterFiller"),J(L))}function J(L){return Ke(L)?tt(e,se,"whitespace")(L):se(L)}function se(L){return L===124?k(L):L===null||Le(L)?!c||l!==u?j(L):(e.exit("tableDelimiterRow"),e.exit("tableHead"),n(L)):j(L)}function j(L){return r(L)}function O(L){return e.enter("tableRow"),V(L)}function V(L){return L===124?(e.enter("tableCellDivider"),e.consume(L),e.exit("tableCellDivider"),V):L===null||Le(L)?(e.exit("tableRow"),n(L)):Ke(L)?tt(e,V,"whitespace")(L):(e.enter("data"),q(L))}function q(L){return L===null||L===124||yt(L)?(e.exit("data"),V(L)):(e.consume(L),L===92?Y:q)}function Y(L){return L===92||L===124?(e.consume(L),q):q(L)}}function HO(e,n){let r=-1,a=!0,l=0,u=[0,0,0,0],c=[0,0,0,0],f=!1,m=0,d,y,g;const b=new LO;for(;++r<e.length;){const x=e[r],k=x[1];x[0]==="enter"?k.type==="tableHead"?(f=!1,m!==0&&(sb(b,n,m,d,y),y=void 0,m=0),d={type:"table",start:Object.assign({},k.start),end:Object.assign({},k.end)},b.add(r,0,[["enter",d,n]])):k.type==="tableRow"||k.type==="tableDelimiterRow"?(a=!0,g=void 0,u=[0,0,0,0],c=[0,r+1,0,0],f&&(f=!1,y={type:"tableBody",start:Object.assign({},k.start),end:Object.assign({},k.end)},b.add(r,0,[["enter",y,n]])),l=k.type==="tableDelimiterRow"?2:y?3:1):l&&(k.type==="data"||k.type==="tableDelimiterMarker"||k.type==="tableDelimiterFiller")?(a=!1,c[2]===0&&(u[1]!==0&&(c[0]=c[1],g=iu(b,n,u,l,void 0,g),u=[0,0,0,0]),c[2]=r)):k.type==="tableCellDivider"&&(a?a=!1:(u[1]!==0&&(c[0]=c[1],g=iu(b,n,u,l,void 0,g)),u=c,c=[u[1],r,0,0])):k.type==="tableHead"?(f=!0,m=r):k.type==="tableRow"||k.type==="tableDelimiterRow"?(m=r,u[1]!==0?(c[0]=c[1],g=iu(b,n,u,l,r,g)):c[1]!==0&&(g=iu(b,n,c,l,r,g)),l=0):l&&(k.type==="data"||k.type==="tableDelimiterMarker"||k.type==="tableDelimiterFiller")&&(c[3]=r)}for(m!==0&&sb(b,n,m,d,y),b.consume(n.events),r=-1;++r<n.events.length;){const x=n.events[r];x[0]==="enter"&&x[1].type==="table"&&(x[1]._align=BO(n.events,r))}return e}function iu(e,n,r,a,l,u){const c=a===1?"tableHeader":a===2?"tableDelimiter":"tableData",f="tableContent";r[0]!==0&&(u.end=Object.assign({},$a(n.events,r[0])),e.add(r[0],0,[["exit",u,n]]));const m=$a(n.events,r[1]);if(u={type:c,start:Object.assign({},m),end:Object.assign({},m)},e.add(r[1],0,[["enter",u,n]]),r[2]!==0){const d=$a(n.events,r[2]),y=$a(n.events,r[3]),g={type:f,start:Object.assign({},d),end:Object.assign({},y)};if(e.add(r[2],0,[["enter",g,n]]),a!==2){const b=n.events[r[2]],x=n.events[r[3]];if(b[1].end=Object.assign({},x[1].end),b[1].type="chunkText",b[1].contentType="text",r[3]>r[2]+1){const k=r[2]+1,z=r[3]-r[2]-1;e.add(k,z,[])}}e.add(r[3]+1,0,[["exit",g,n]])}return l!==void 0&&(u.end=Object.assign({},$a(n.events,l)),e.add(l,0,[["exit",u,n]]),u=void 0),u}function sb(e,n,r,a,l){const u=[],c=$a(n.events,r);l&&(l.end=Object.assign({},c),u.push(["exit",l,n])),a.end=Object.assign({},c),u.push(["exit",a,n]),e.add(r+1,0,u)}function $a(e,n){const r=e[n],a=r[0]==="enter"?"start":"end";return r[1][a]}const IO={name:"tasklistCheck",tokenize:$O};function FO(){return{text:{91:IO}}}function $O(e,n,r){const a=this;return l;function l(m){return a.previous!==null||!a._gfmTasklistFirstContentOfListItem?r(m):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(m),e.exit("taskListCheckMarker"),u)}function u(m){return yt(m)?(e.enter("taskListCheckValueUnchecked"),e.consume(m),e.exit("taskListCheckValueUnchecked"),c):m===88||m===120?(e.enter("taskListCheckValueChecked"),e.consume(m),e.exit("taskListCheckValueChecked"),c):r(m)}function c(m){return m===93?(e.enter("taskListCheckMarker"),e.consume(m),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),f):r(m)}function f(m){return Le(m)?n(m):Ke(m)?e.check({tokenize:GO},n,r)(m):r(m)}}function GO(e,n,r){return tt(e,a,"whitespace");function a(l){return l===null?r(l):n(l)}}function YO(e){return y1([yO(),CO(),zO(e),PO(),FO()])}const VO={};function ad(e){const n=this,r=e||VO,a=n.data(),l=a.micromarkExtensions||(a.micromarkExtensions=[]),u=a.fromMarkdownExtensions||(a.fromMarkdownExtensions=[]),c=a.toMarkdownExtensions||(a.toMarkdownExtensions=[]);l.push(YO(r)),u.push(dO()),c.push(mO(r))}function JO({body:e,permissions:n}){return w.jsxs("div",{className:"plan-dialog",children:[w.jsx("h2",{children:"Task Execution Plan"}),w.jsxs("div",{className:"plan-dialog-scroll",children:[e?w.jsx("div",{className:"plan-preview",children:w.jsx(rd,{remarkPlugins:[ad],children:e})}):w.jsx("p",{className:"plan-empty",children:"No execution plan generated for this task. Your task description will be used directly."}),n&&n.length>0&&w.jsxs("div",{className:"permissions-section",children:[w.jsx("h3",{children:"Granted Permissions"}),w.jsx("ul",{className:"permissions-list",children:n.map((r,a)=>w.jsxs("li",{className:"permission-item",children:[w.jsx("span",{className:"permission-tool",children:r.name}),w.jsx("span",{className:"permission-desc",children:r.description})]},a))})]})]}),w.jsx("div",{className:"plan-dialog-actions",children:w.jsx("button",{className:"btn btn-secondary",onClick:()=>history.back(),children:"Back"})})]})}const Ga=[];function XO(){const e=Ga.pop();e&&(e.pushed.current=!1,e.close())}let lb=!1;function QO(){lb||(lb=!0,window.addEventListener("popstate",XO))}function KO(e,n){const r=U.useRef(!1),a=U.useRef(n);a.current=n;const l=U.useCallback(()=>a.current(),[]),u=U.useRef({close:l,pushed:r});u.current.close=l,U.useEffect(()=>{if(e&&!r.current)QO(),history.pushState({modal:!0},""),Ga.push(u.current),r.current=!0;else if(!e&&r.current){r.current=!1;const c=Ga.indexOf(u.current);c!==-1&&Ga.splice(c,1),history.back()}},[e,l]),U.useEffect(()=>{const c=u.current;return()=>{if(r.current){r.current=!1;const f=Ga.indexOf(c);f!==-1&&Ga.splice(f,1),history.back()}}},[])}const ZO=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function Ki(e="daily"){return{schedule:e,time:"00:00",dayOfWeek:"1",dayOfMonth:"1",onceDate:"",onceTime:"00:00"}}function WO(e){const n=e.split(" ");if(n.length!==5)return Ki();const[r,a,l,,u]=n;if(a==="*")return Ki("hourly");const c=`${a.padStart(2,"0")}:${r.padStart(2,"0")}`;return u!=="*"?{...Ki("weekly"),time:c,dayOfWeek:u}:l!=="*"?{...Ki("monthly"),time:c,dayOfMonth:l}:{...Ki("daily"),time:c}}function eN(e){if(e.type==="once"){const[n,r]=e.value.split("T");return{...Ki("once"),onceDate:n??"",onceTime:(r??"09:00").slice(0,5)}}return WO(e.value)}function tN(e){const[n,r]=e.time.split(":").map(Number);switch(e.schedule){case"hourly":return"0 * * * *";case"daily":return`${r} ${n} * * *`;case"weekly":return`${r} ${n} * * ${e.dayOfWeek}`;case"monthly":return`${r} ${n} ${e.dayOfMonth} * *`;default:return"0 * * * *"}}function nN(e){return e.schedule==="once"?e.onceDate?{type:"once",value:`${e.onceDate}T${e.onceTime}`}:null:{type:"cron",value:tN(e)}}function rN({initial:e,agents:n,hostPlatform:r,onSaved:a,onRun:l,onCancel:u}){var vt;const{request:c}=_d(),f=()=>{var He;const xe=localStorage.getItem("palmier:lastAgent"),Ie=n.map(kt=>kt.key);return xe&&Ie.includes(xe)?xe:((He=n[0])==null?void 0:He.key)??""},[m,d]=U.useState((e==null?void 0:e.user_prompt)??""),[y,g]=U.useState((e==null?void 0:e.agent)??f()),[b]=U.useState((e==null?void 0:e.body)??""),x=!!e&&m!==(e.user_prompt??""),k=!!e&&y!==(e.agent??""),z=x||k,B=!!e&&(!!b||!!((vt=e.permissions)!=null&&vt.length))&&!z,[M,G]=U.useState(!1),J=U.useCallback(()=>G(!1),[]);KO(M,J);const[se,j]=U.useState(null),[O,V]=U.useState(()=>((e==null?void 0:e.triggers)??[]).map(eN)),[q,Y]=U.useState((e==null?void 0:e.triggers_enabled)??!1),[L,Z]=U.useState((e==null?void 0:e.requires_confirmation)??!1),[X,be]=U.useState((e==null?void 0:e.yolo_mode)??!1),[ge,I]=U.useState((e==null?void 0:e.foreground_mode)??!1),[F,ie]=U.useState(null),he=F!==null,[Se,N]=U.useState(!!(e!=null&&e.command)),[R,W]=U.useState((e==null?void 0:e.command)??""),_=U.useRef(null),ue=!!e,ce=!ue||m!==((e==null?void 0:e.user_prompt)??"")||y!==((e==null?void 0:e.agent)??"")||q!==((e==null?void 0:e.triggers_enabled)??!0)||L!==((e==null?void 0:e.requires_confirmation)??!1)||X!==((e==null?void 0:e.yolo_mode)??!1)||ge!==((e==null?void 0:e.foreground_mode)??!1)||Se!==!!(e!=null&&e.command)||Se&&R!==((e==null?void 0:e.command)??"")||JSON.stringify(bt())!==JSON.stringify((e==null?void 0:e.triggers)??[]),we=q&&O.some(xe=>xe.schedule==="once"&&(!xe.onceDate||new Date(`${xe.onceDate}T${xe.onceTime}`)<=new Date)),Te=ce&&!!m.trim()&&!we&&(!Se||!!R.trim());function Re(xe,Ie){V(He=>He.map((kt,Mn)=>Mn===xe?{...kt,...Ie}:kt))}function ke(xe){V(Ie=>{const He=Ie.filter((kt,Mn)=>Mn!==xe);return He.length===0&&(Y(!1),Z(!1)),He})}function ze(){V(xe=>[...xe,Ki(xe.length>0?xe[xe.length-1].schedule:void 0)])}function bt(){return O.flatMap(xe=>{const Ie=nN(xe);return Ie?[Ie]:[]})}function qe(){return X?confirm(`Yolo mode is enabled. The agent will auto-approve all tool calls — it can read, write, delete files, run arbitrary commands, and access the network without asking for permission.
|
|
117
|
+
|
|
118
|
+
Are you sure you want to continue?`):!0}async function Pe(){ie("save"),j(null);try{const xe=ue?"task.update":"task.create",Ie={user_prompt:m,agent:y,triggers:bt(),triggers_enabled:q,requires_confirmation:L,yolo_mode:X,foreground_mode:ge,command:Se?R:""};ue&&(Ie.id=e.id);const He=await c(xe,Ie,{timeout:13e4});return He.error?(j(He.error),null):(ue||localStorage.setItem("palmier:lastAgent",y),a(He),He)}catch(xe){return j(xe instanceof Error?xe.message:String(xe)),null}finally{ie(null)}}async function rt(){ie("run"),j(null);try{const Ie=await c("task.run_oneoff",{user_prompt:m,agent:y,requires_confirmation:L,yolo_mode:X,foreground_mode:ge,command:Se?R:""});if(Ie.error){j(Ie.error);return}localStorage.setItem("palmier:lastAgent",y),l(Ie.task_id,Ie.run_id),u()}catch(xe){j(xe instanceof Error?xe.message:String(xe))}finally{ie(null)}}return w.jsx("div",{className:"task-form-overlay",children:w.jsx("div",{className:"task-form",children:M?w.jsx(JO,{body:b,permissions:e==null?void 0:e.permissions}):w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"task-form-header",children:w.jsx("h2",{children:e?"Edit Task":"New Task"})}),se&&w.jsx("div",{className:"form-error",children:se}),w.jsx("textarea",{autoFocus:!e,className:"form-textarea",value:m,onChange:xe=>d(xe.target.value),placeholder:Se?"If the input email contains an event, create a calendar entry for it.":"Research today's top AI news and write a summary.",rows:4,disabled:he}),w.jsxs("div",{className:"plan-actions",children:[B&&w.jsx("button",{className:"btn btn-link",onClick:()=>G(!0),children:"Execution Plan"}),w.jsxs("div",{className:"agent-picker-section-inline",style:{marginLeft:"auto"},children:[w.jsx("span",{className:"agent-picker-label",children:"Run with"}),w.jsx("select",{className:"form-select form-select-sm",value:y,onChange:xe=>g(xe.target.value),children:n.map(xe=>w.jsx("option",{value:xe.key,children:xe.label},xe.key))})]})]}),w.jsxs("div",{className:"toggles-group",children:[w.jsxs("div",{className:`command-section${Se?" command-section-active":""}`,children:[w.jsxs("label",{className:"toggle-label",children:[w.jsx("input",{type:"checkbox",checked:Se,onChange:xe=>{N(xe.target.checked),xe.target.checked?setTimeout(()=>{var Ie;return(Ie=_.current)==null?void 0:Ie.focus()},0):W("")},disabled:he}),"Reactive"]}),Se&&w.jsxs(w.Fragment,{children:[w.jsx("p",{className:"command-help-text",children:"Runs a command and invokes the task for each line of output. Use “the input” in your task description to reference each line."}),w.jsx("input",{ref:_,className:"form-input form-input-mono",type:"text",value:R,onChange:xe=>W(xe.target.value),placeholder:"gws gmail +watch --project my-project",disabled:he})]})]}),r==="win32"&&w.jsxs("label",{className:"toggle-label",children:[w.jsx("input",{type:"checkbox",checked:ge,onChange:xe=>I(xe.target.checked),disabled:he}),"Run in the foreground (host must login to Windows)"]}),w.jsxs("label",{className:"toggle-label",children:[w.jsx("input",{type:"checkbox",checked:X,onChange:xe=>be(xe.target.checked),disabled:he}),"Yolo mode"]}),X&&w.jsx("p",{className:"command-help-text",children:"The agent will auto-approve all tool calls without asking for permission."}),w.jsxs("div",{className:"triggers-section",children:[w.jsxs("label",{className:"toggle-label",children:[w.jsx("input",{type:"checkbox",checked:q,onChange:xe=>{xe.target.checked?(Y(!0),O.length===0&&ze()):(Y(!1),Z(!1),V(Ie=>{const He=Ie.filter(kt=>kt.schedule==="once"?kt.onceDate&&new Date(`${kt.onceDate}T${kt.onceTime}`)>new Date:!0);return He.length===1&&He[0].schedule==="daily"&&He[0].time==="00:00"?[]:He}))},disabled:he}),"Add schedules"]}),w.jsxs("div",{className:`triggers-section-body${q?"":" disabled"}`,children:[O.map((xe,Ie)=>w.jsxs("div",{className:"trigger-row-card",children:[w.jsxs("div",{className:"trigger-row-content",children:[w.jsxs("div",{className:"trigger-row-top",children:[w.jsxs("select",{className:"form-select",value:xe.schedule,disabled:!q,onChange:He=>Re(Ie,{schedule:He.target.value}),children:[w.jsx("option",{value:"once",children:"Specific Time"}),w.jsx("option",{value:"hourly",children:"Hourly"}),w.jsx("option",{value:"daily",children:"Daily"}),w.jsx("option",{value:"weekly",children:"Weekly"}),w.jsx("option",{value:"monthly",children:"Monthly"})]}),xe.schedule==="daily"&&w.jsx("input",{className:"form-input",type:"time",value:xe.time,disabled:!q,onChange:He=>Re(Ie,{time:He.target.value})}),xe.schedule==="weekly"&&w.jsxs(w.Fragment,{children:[w.jsx("select",{className:"form-select",value:xe.dayOfWeek,disabled:!q,onChange:He=>Re(Ie,{dayOfWeek:He.target.value}),children:ZO.map((He,kt)=>w.jsx("option",{value:String(kt),children:He},kt))}),w.jsx("input",{className:"form-input",type:"time",value:xe.time,disabled:!q,onChange:He=>Re(Ie,{time:He.target.value})})]})]}),xe.schedule==="monthly"&&w.jsxs("div",{className:"trigger-details",children:[w.jsx("select",{className:"form-select",value:xe.dayOfMonth,disabled:!q,onChange:He=>Re(Ie,{dayOfMonth:He.target.value}),children:Array.from({length:28},(He,kt)=>kt+1).map(He=>w.jsxs("option",{value:String(He),children:["Day ",He]},He))}),w.jsx("input",{className:"form-input",type:"time",value:xe.time,disabled:!q,onChange:He=>Re(Ie,{time:He.target.value})})]}),xe.schedule==="once"&&w.jsxs("div",{className:"trigger-details",children:[w.jsx("input",{className:"form-input",type:"date",value:xe.onceDate,min:new Date().toISOString().split("T")[0],disabled:!q,onChange:He=>Re(Ie,{onceDate:He.target.value})}),w.jsx("input",{className:"form-input",type:"time",value:xe.onceTime,min:xe.onceDate===new Date().toISOString().split("T")[0]?new Date().toTimeString().slice(0,5):void 0,disabled:!q,onChange:He=>Re(Ie,{onceTime:He.target.value})})]})]}),w.jsx("button",{className:"trigger-remove-btn",onClick:()=>ke(Ie),disabled:!q,title:"Remove trigger",children:"×"})]},Ie)),O.length>0&&w.jsx("button",{className:"trigger-add-btn",onClick:ze,disabled:!q,children:"+ Add Schedule"})]})]}),q&&O.length>0&&w.jsxs("label",{className:"toggle-label",children:[w.jsx("input",{type:"checkbox",checked:L,onChange:xe=>Z(xe.target.checked),disabled:he}),"Confirm before each run"]})]}),!X&&(()=>{const xe=n.find(Ie=>Ie.key===y);return(xe==null?void 0:xe.supportsPermissions)===!1&&w.jsxs("div",{className:"form-warning",children:["Palmier does not support runtime permission granting for ",xe.label,". The task may fail if required permissions are not pre-configured."]})})(),w.jsxs("div",{className:"form-actions",children:[(()=>{const xe=O.length>0,Ie=!!m.trim()&&(!Se||!!R.trim());return ue?ce?w.jsxs("button",{className:"btn btn-primary",onClick:()=>qe()&&Pe(),disabled:!Te||he,children:[F==="save"&&w.jsx("span",{className:"btn-spinner"}),"Save"]}):w.jsx("button",{className:"btn btn-primary",disabled:!0,children:"Save"}):xe?w.jsxs("button",{className:"btn btn-primary",onClick:()=>qe()&&Pe(),disabled:!Te||he,children:[F==="save"&&w.jsx("span",{className:"btn-spinner"}),"Schedule"]}):w.jsxs(w.Fragment,{children:[w.jsxs("button",{className:"btn btn-primary",onClick:()=>qe()&&rt(),disabled:!Ie||he,children:[F==="run"&&w.jsx("span",{className:"btn-spinner"}),"Run"]}),w.jsx("button",{className:"btn btn-secondary",onClick:()=>qe()&&Pe(),disabled:!Te||he,children:"Save"})]})})(),w.jsx("button",{className:"btn btn-secondary",onClick:()=>{ce&&m.trim()&&!confirm("You have unsaved changes. Discard?")||u()},style:{marginLeft:"auto"},children:"Cancel"})]})]})})})}const iN="0.6.4";function aN(e,n){if(e.includes("-"))return!1;const r=e.split(".").map(Number),a=n.split(".").map(Number);for(let l=0;l<3;l++){if((r[l]??0)<(a[l]??0))return!0;if((r[l]??0)>(a[l]??0))return!1}return!1}function sN({connected:e,hostId:n,request:r,subscribeEvents:a,onViewRun:l,onUpdateRequired:u,onVersion:c,onLocationClientToken:f}){const[m,d]=U.useState([]),[y,g]=U.useState(!1),[b,x]=U.useState(null),[k,z]=U.useState(new Map),[B,M]=U.useState(new Map),[G,J]=U.useState(new Map),[se,j]=U.useState(new Map),[O,V]=U.useState(new Map),[q,Y]=U.useState(!1),[L,Z]=U.useState(void 0),[X,be]=U.useState([]),[ge,I]=U.useState(),F=U.useCallback(()=>{Y(!1),Z(void 0)},[]),ie=U.useCallback(async()=>{var _,ue;if(e){g(!0),x(null);try{const ce=await r("task.list"),we=ce.tasks??[],Te=new Map,Re=new Map,ke=new Map,ze=new Map,bt=new Map;for(const Pe of we)Pe.status&&(Te.set(Pe.id,Pe.status),(_=Pe.status.pending_permission)!=null&&_.length&&ke.set(Pe.id,Pe.status.pending_permission),(ue=Pe.status.pending_input)!=null&&ue.length&&(ze.set(Pe.id,{questions:Pe.status.pending_input}),bt.set(Pe.id,new Array(Pe.status.pending_input.length).fill(""))));z(Te),M(Re),J(ke),j(ze),V(bt),d(we),be(ce.agents??[]),I(ce.host_platform),E2(ce.agents??[]);const qe=ce.version??null;c==null||c(qe),f==null||f(ce.location_client_token??null),u==null||u(!!qe&&aN(qe,iN))}catch(ce){const we=ce instanceof Error?ce.message:String(ce);we==="Not connected"||we.includes("503")||we.toLowerCase().includes("no responders")?x(null):x(we),d([])}finally{g(!1)}}},[e,n,r]);U.useEffect(()=>{e?ie():(d([]),g(!1))},[e,n,ie]),U.useEffect(()=>{if(!e||!n)return;const _={decode:ce=>new TextDecoder().decode(ce)};return a(n,async ce=>{var bt;const we=ce.subject.split(".");if(we.length<3)return;const Te=we.slice(2).join(".");let Re={};try{Re=JSON.parse(_.decode(ce.data))}catch{return}const ke=Re.event_type,ze=Re.session_id;if(ke==="input-request"&&ze){const qe=Re.input_questions,Pe=Re.agent_name,rt=Re.description;qe!=null&&qe.length&&(j(vt=>{if(vt.has(ze))return vt;const xe=new Map(vt);return xe.set(ze,{questions:qe,description:rt,agentName:Pe}),xe}),V(vt=>{if(vt.has(ze))return vt;const xe=new Map(vt);return xe.set(ze,new Array(qe.length).fill("")),xe}));return}if(ke==="input-resolved"&&ze){j(qe=>{if(!qe.has(ze))return qe;const Pe=new Map(qe);return Pe.delete(ze),Pe}),V(qe=>{const Pe=new Map(qe);return Pe.delete(ze),Pe});return}if(ke==="confirm-request"&&ze){const qe=Re.description,Pe=Re.agent_name;qe&&M(rt=>{if(rt.has(ze))return rt;const vt=new Map(rt);return vt.set(ze,{description:qe,agentName:Pe}),vt});return}if(ke==="confirm-resolved"&&ze){M(qe=>{if(!qe.has(ze))return qe;const Pe=new Map(qe);return Pe.delete(ze),Pe});return}if(ke==="permission-resolved"){J(qe=>{if(!qe.has(Te))return qe;const Pe=new Map(qe);return Pe.delete(Te),Pe});return}try{const qe=await r("task.status",{id:Te},{timeout:5e3});if(qe.error)return;z(Pe=>{const rt=new Map(Pe);return rt.set(Te,qe),rt}),(bt=qe.pending_permission)!=null&&bt.length&&J(Pe=>{if(Pe.has(Te))return Pe;const rt=new Map(Pe);return rt.set(Te,qe.pending_permission),rt})}catch{}})},[e,n,a,r]);async function he(_,ue){try{await r("task.user_input",{id:_,value:[ue]})}catch(ce){console.error("[TaskListView] Failed to respond to confirmation:",ce)}}async function Se(_,ue){try{await r("task.user_input",{id:_,value:[ue]})}catch(ce){console.error("[TaskListView] Failed to respond to permission request:",ce)}}async function N(_,ue){try{await r("task.user_input",{id:_,value:ue})}catch(ce){console.error("[TaskListView] Failed to respond to input request:",ce)}}function R(_){d(ue=>{const ce=ue.findIndex(we=>we.id===_.id);if(ce>=0){const we=[...ue];return we[ce]=_,we}return[_,...ue]}),Y(!1),Z(void 0)}function W(_){d(ue=>ue.filter(ce=>ce.id!==_)),z(ue=>{const ce=new Map(ue);return ce.delete(_),ce}),j(ue=>{const ce=new Map(ue);return ce.delete(_),ce}),V(ue=>{const ce=new Map(ue);return ce.delete(_),ce})}return w.jsxs(w.Fragment,{children:[b&&w.jsxs("div",{className:"form-error",children:[b,b.toLowerCase().includes("failed to fetch")&&w.jsxs(w.Fragment,{children:[" ",w.jsx("a",{href:"#",onClick:_=>{_.preventDefault(),window.location.reload()},children:"Reload"})]})]}),w.jsx("div",{className:"new-task-input-card",onClick:()=>{Z(void 0),Y(!0)},role:"button",tabIndex:0,onKeyDown:_=>{(_.key==="Enter"||_.key===" ")&&(Z(void 0),Y(!0))},children:w.jsx("span",{className:"new-task-placeholder",children:"Describe your new task..."})}),y&&!m.length?w.jsx("div",{className:"task-list",children:[0,1,2].map(_=>w.jsxs("div",{className:"task-card",style:{pointerEvents:"none"},children:[w.jsx("div",{className:"task-card-header",children:w.jsxs("div",{className:"task-card-title-row",children:[w.jsx("div",{className:"skeleton-line",style:{width:10,height:10,borderRadius:"50%"}}),w.jsx("div",{className:"skeleton-line",style:{width:`${60+_*12}%`}})]})}),w.jsxs("div",{className:"task-card-meta",children:[w.jsx("div",{className:"skeleton-line",style:{width:"30%"}}),w.jsx("div",{className:"skeleton-line",style:{width:"25%"}})]})]},_))}):w.jsx("div",{className:"task-list",children:m.map(_=>w.jsx(A2,{task:_,lastEvent:k.get(_.id),onEdit:async ue=>{try{const ce=await r("task.get",{id:ue.id});Z(ce.error?ue:ce)}catch{Z(ue)}Y(!0)},onDelete:W,onViewRun:l},_.id))}),q&&w.jsx(rN,{initial:L,agents:X,hostPlatform:ge,onSaved:R,onRun:l,onCancel:F}),du.createPortal(w.jsxs(w.Fragment,{children:[[...B.entries()].map(([_,{description:ue,agentName:ce}])=>{var Te;const we=ce||((Te=m.find(Re=>Re.id===_))==null?void 0:Te.name);return w.jsx("div",{className:"confirm-modal-overlay",children:w.jsxs("div",{className:"confirm-modal",children:[w.jsx("h2",{className:"confirm-modal-title",children:"Confirmation Required"}),we&&w.jsx("p",{className:"confirm-modal-subtitle",children:we}),w.jsx("p",{className:"confirm-modal-message",children:ue}),w.jsxs("div",{className:"confirm-modal-actions",children:[w.jsx("button",{className:"btn btn-primary",onClick:()=>he(_,"confirmed"),children:"Confirm"}),w.jsx("button",{className:"btn btn-secondary",onClick:()=>he(_,"aborted"),children:"Abort"})]})]})},_)}),[...G.entries()].map(([_,ue])=>{const ce=m.find(we=>we.id===_);return w.jsx("div",{className:"confirm-modal-overlay",children:w.jsxs("div",{className:"confirm-modal permission-modal",children:[w.jsx("h2",{className:"confirm-modal-title",children:"Permission Required"}),w.jsx("p",{className:"confirm-modal-message",children:w.jsx("strong",{children:(ce==null?void 0:ce.name)||(ce==null?void 0:ce.user_prompt)||_})}),w.jsx("div",{className:"permission-list",children:ue.map((we,Te)=>w.jsxs("div",{className:"permission-item",children:[w.jsx("span",{className:"permission-name",children:we.name}),we.description&&w.jsx("span",{className:"permission-desc",children:we.description})]},Te))}),w.jsxs("div",{className:"permission-actions",children:[w.jsx("button",{className:"btn btn-primary",onClick:()=>Se(_,"granted"),children:"Allow Once"}),w.jsx("button",{className:"btn btn-secondary",onClick:()=>Se(_,"granted_all"),children:"Allow Always"})]}),w.jsx("button",{className:"permission-abort-link",onClick:()=>Se(_,"aborted"),children:"Deny & Abort Task"})]})},_)}),[...se.entries()].map(([_,{questions:ue,description:ce,agentName:we}])=>{var ke;const Te=O.get(_)??new Array(ue.length).fill(""),Re=we||((ke=m.find(ze=>ze.id===_))==null?void 0:ke.name);return w.jsx("div",{className:"confirm-modal-overlay",children:w.jsxs("div",{className:"confirm-modal input-modal",children:[w.jsx("h2",{className:"confirm-modal-title",children:"Input Required"}),Re&&w.jsx("p",{className:"confirm-modal-subtitle",children:Re}),ce&&w.jsx("p",{className:"confirm-modal-message",children:ce}),w.jsx("div",{className:"input-list",children:ue.map((ze,bt)=>w.jsxs("div",{className:"input-item",children:[w.jsx("label",{className:"input-label",children:ze}),w.jsx("input",{type:"text",className:"input-field",value:Te[bt]??"",onChange:qe=>{V(Pe=>{const rt=new Map(Pe),vt=[...rt.get(_)??[]];return vt[bt]=qe.target.value,rt.set(_,vt),rt})},autoFocus:bt===0})]},bt))}),w.jsx("div",{className:"input-actions",children:w.jsx("button",{className:"btn btn-primary",disabled:Te.some(ze=>!ze.trim()),onClick:()=>N(_,Te),children:"Submit"})}),w.jsx("button",{className:"permission-abort-link",onClick:()=>N(_,["aborted"]),children:"Cancel"})]})},_)})]}),document.body)]})}function lN(){const e=ea(),r=br().pathname.startsWith("/runs");return w.jsxs(w.Fragment,{children:[w.jsxs("button",{className:`tab-btn ${r?"":"tab-btn-active"}`,onClick:()=>e("/"),children:[w.jsxs("svg",{className:"tab-icon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:[w.jsx("rect",{x:"2",y:"2",width:"12",height:"12",rx:"2"}),w.jsx("path",{d:"M5.5 8L7 9.5L10.5 6"})]}),"Tasks"]}),w.jsxs("button",{className:`tab-btn ${r?"tab-btn-active":""}`,onClick:()=>e("/runs"),children:[w.jsx("svg",{className:"tab-icon",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:w.jsx("path",{d:"M2 8H4.5L6 4L8 12L10 6L11.5 8H14"})}),"Runs"]})]})}const oN="modulepreload",uN=function(e){return"/"+e},ob={},ov=function(n,r,a){let l=Promise.resolve();if(r&&r.length>0){let c=function(d){return Promise.all(d.map(y=>Promise.resolve(y).then(g=>({status:"fulfilled",value:g}),g=>({status:"rejected",reason:g}))))};document.getElementsByTagName("link");const f=document.querySelector("meta[property=csp-nonce]"),m=(f==null?void 0:f.nonce)||(f==null?void 0:f.getAttribute("nonce"));l=c(r.map(d=>{if(d=uN(d),d in ob)return;ob[d]=!0;const y=d.endsWith(".css"),g=y?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${d}"]${g}`))return;const b=document.createElement("link");if(b.rel=y?"stylesheet":oN,y||(b.as="script"),b.crossOrigin="",b.href=d,m&&b.setAttribute("nonce",m),document.head.appendChild(b),y)return new Promise((x,k)=>{b.addEventListener("load",x),b.addEventListener("error",()=>k(new Error(`Unable to preload CSS for ${d}`)))})}))}function u(c){const f=new Event("vite:preloadError",{cancelable:!0});if(f.payload=c,window.dispatchEvent(f),!f.defaultPrevented)throw c}return l.then(c=>{for(const f of c||[])f.status==="rejected"&&u(f.reason);return n().catch(u)})},cN=ls("App",{web:()=>ov(()=>import("./web-DQteXlI7.js"),[]).then(e=>new e.AppWeb)}),uv=ls("Preferences",{web:()=>ov(()=>import("./web-EzNEHXEh.js"),[]).then(e=>new e.PreferencesWeb)});function cv(e){const[n,r]=U.useState(()=>window.matchMedia(e).matches);return U.useEffect(()=>{const a=window.matchMedia(e),l=u=>r(u.matches);return a.addEventListener("change",l),r(a.matches),()=>a.removeEventListener("change",l)},[e]),n}const au=Ci.isNativePlatform()?ls("LocationPermission"):null,ub=!!window.__PALMIER_SERVE__,cb=Ci.isNativePlatform();function fb({daemonVersion:e,locationClientToken:n,activeClientToken:r,request:a,onLocationClientTokenChange:l}){var N;const{pairedHosts:u,activeHostId:c,setActiveHostId:f,removePairedHost:m,renamePairedHost:d}=Ol(),y=ea(),g=cv("(min-width: 768px)"),[b,x]=U.useState(!1),[k,z]=U.useState(!1),[B,M]=U.useState(null),[G,J]=U.useState(""),[se,j]=U.useState(null),[O,V]=U.useState(!1),q=!!(r&&n===r);U.useEffect(()=>{if(!cb||!au||!a)return;function R(){q&&au.check().then(({fine:_})=>{_||a("device.location.disable").then(()=>{l==null||l(null)}).catch(()=>{})})}R();const W=cN.addListener("resume",()=>{R()});return()=>{W.then(_=>_.remove())}},[q,r]);async function Y(){if(a){V(!0);try{if(q)await a("device.location.disable"),l==null||l(null);else{if(au&&!(await au.request()).fine)return;const{value:R}=await uv.get({key:"fcmToken"});if(!R){console.warn("No FCM token available");return}await a("device.location.enable",{fcmToken:R}),l==null||l(r??null)}}catch(R){console.error("Failed to toggle location:",R)}finally{V(!1)}}}const L=U.useRef(null),Z=U.useRef(null),X=U.useCallback(()=>{z(!0)},[]);function be(){k&&(x(!1),z(!1))}function ge(){z(!1),x(!0)}function I(R,W){M(R),J(W)}function F(){B&&G.trim()&&d(B,G.trim()),M(null),J("")}function ie(){M(null),J("")}U.useEffect(()=>{B&&Z.current&&(Z.current.focus(),Z.current.select())},[B]),U.useEffect(()=>{if(!b||k)return;function R(W){W.key==="Escape"&&X()}return document.addEventListener("keydown",R),()=>{document.removeEventListener("keydown",R)}},[b,k,X]);const he=w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"drawer-header",children:[w.jsx("span",{className:"drawer-title",children:"Palmier"}),!g&&w.jsx("button",{className:"drawer-close-btn",onClick:X,"aria-label":"Close menu",children:w.jsx("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:w.jsx("path",{d:"M4 4L12 12M12 4L4 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})})]}),!ub&&u.length>0&&w.jsxs("div",{className:"drawer-section",children:[w.jsx("h3",{className:"drawer-section-label",children:"Hosts"}),w.jsx("div",{className:"host-picker-inline",children:w.jsx("div",{className:"host-picker-list",role:"listbox",children:u.map(R=>{const W=R.hostId===c,_=B===R.hostId,ue=R.name||R.hostId.slice(0,8);return w.jsx("div",{className:"host-picker-item-wrapper",children:w.jsxs("div",{className:`host-picker-item ${W?"host-picker-item-active":""}`,onClick:()=>{_||W||(f(R.hostId),g||X())},role:"option","aria-selected":W,children:[_?w.jsx("input",{ref:Z,className:"form-input host-picker-rename-input",type:"text",value:G,onChange:ce=>J(ce.target.value),onKeyDown:ce=>{ce.key==="Enter"&&F(),ce.key==="Escape"&&ie()},onBlur:F,onClick:ce=>ce.stopPropagation()}):w.jsx("span",{className:"host-picker-item-name",children:ue}),w.jsxs("div",{className:"host-picker-item-actions",children:[W&&!_&&w.jsx("button",{className:"host-picker-edit-btn",onClick:ce=>{ce.stopPropagation(),I(R.hostId,ue)},"aria-label":"Rename host",children:w.jsx("svg",{width:"13",height:"13",viewBox:"0 0 13 13",fill:"none",children:w.jsx("path",{d:"M9.5 1.5L11.5 3.5M1.5 11.5L2 9L9 2L11 4L4 11L1.5 11.5Z",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})})}),!W&&w.jsx("button",{className:"host-picker-delete-btn",onClick:ce=>{ce.stopPropagation(),j(R.hostId)},"aria-label":`Unpair ${ue}`,children:w.jsx("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:w.jsx("path",{d:"M4 5.5V11C4 11.2761 4.22386 11.5 4.5 11.5H9.5C9.77614 11.5 10 11.2761 10 11V5.5M3 4H11M5.5 4V3C5.5 2.72386 5.72386 2.5 6 2.5H8C8.27614 2.5 8.5 2.72386 8.5 3V4M6.5 6.5V9.5M7.5 6.5V9.5",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"})})})]})]})},R.hostId)})})})]}),!ub&&w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"drawer-divider"}),w.jsx("div",{className:"drawer-section",children:w.jsx("button",{className:"btn btn-primary btn-full",onClick:()=>{y("/pair"),g||X()},children:"Pair New Host"})})]}),cb&&w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"drawer-divider"}),w.jsx("div",{className:"drawer-section",children:w.jsxs("label",{className:"drawer-toggle",children:[w.jsx("span",{className:"drawer-toggle-label",children:"Location Access"}),w.jsx("button",{className:`toggle-switch ${q?"toggle-switch-on":""}`,onClick:Y,disabled:O,role:"switch","aria-checked":q,children:w.jsx("span",{className:"toggle-switch-thumb"})})]})})]}),w.jsxs("div",{className:"drawer-footer",children:[e&&w.jsxs("div",{className:"drawer-version",children:["Palmier v",e]}),w.jsxs("div",{className:"drawer-legal",children:[w.jsx("a",{href:"https://www.palmier.me/terms",target:"_blank",rel:"noopener noreferrer",children:"Terms"}),w.jsx("span",{className:"drawer-legal-sep",children:"·"}),w.jsx("a",{href:"https://www.palmier.me/privacy",target:"_blank",rel:"noopener noreferrer",children:"Privacy"})]})]})]}),Se=se&&du.createPortal(w.jsx("div",{className:"confirm-modal-overlay",onClick:()=>j(null),children:w.jsxs("div",{className:"confirm-modal",onClick:R=>R.stopPropagation(),children:[w.jsx("h2",{className:"confirm-modal-title",children:"Delete host?"}),w.jsxs("p",{className:"confirm-modal-message",children:['"',((N=u.find(R=>R.hostId===se))==null?void 0:N.name)||se.slice(0,8),'" will be unpaired from this device.']}),w.jsxs("div",{className:"confirm-modal-actions",children:[w.jsx("button",{className:"btn btn-secondary",onClick:()=>j(null),children:"Cancel"}),w.jsx("button",{className:"btn btn-danger",onClick:()=>{m(se),j(null)},children:"Delete"})]})]})}),document.body);return g?w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"drawer-panel drawer-panel-desktop",ref:L,children:he}),Se]}):w.jsxs(w.Fragment,{children:[w.jsx("button",{className:"hamburger-btn",onClick:ge,"aria-label":"Open menu",children:w.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",children:w.jsx("path",{d:"M3 5H17M3 10H17M3 15H17",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})})}),b&&du.createPortal(w.jsx("div",{className:`drawer-overlay ${k?"drawer-overlay-closing":""}`,onClick:X,onAnimationEnd:be,children:w.jsx("div",{className:`drawer-panel ${k?"drawer-panel-closing":""}`,ref:L,onClick:R=>R.stopPropagation(),children:he})}),document.body),Se]})}const fN=10;function hN({connected:e,hostId:n,request:r,subscribeEvents:a,filterTaskId:l,onClearFilter:u}){const[c,f]=U.useState([]),[m,d]=U.useState(0),[y,g]=U.useState(!1),[b,x]=U.useState(!1),k=ea(),z=U.useRef(null),B=U.useCallback(j=>{const O={offset:j,limit:fN};return l&&(O.task_id=l),O},[l]),M=U.useCallback(async(j,O)=>{if(e){O?x(!0):g(!0);try{const V=await r("taskrun.list",B(j)),q=V.entries??[];d(V.total??0),f(O?Y=>{const L=new Set(Y.map(X=>`${X.task_id}:${X.run_id}`)),Z=q.filter(X=>!L.has(`${X.task_id}:${X.run_id}`));return[...Y,...Z]}:q)}catch(V){V instanceof Error&&V.message==="Not connected"||console.error("Failed to load runs:",V)}finally{g(!1),x(!1)}}},[e,r,B]);U.useEffect(()=>{e?(f([]),d(0),M(0,!1)):(f([]),d(0))},[e,n,M,l]),U.useEffect(()=>!e||!n?void 0:a(n,async O=>{try{const V=JSON.parse(new TextDecoder().decode(O.data));if(V.event_type==="running-state"&&V.running_state&&["monitoring","started","finished","failed","aborted"].includes(V.running_state)){const q=await r("taskrun.list",B(0)),Y=q.entries??[];d(q.total??0),f(L=>{const Z=new Map(Y.map(I=>[`${I.task_id}:${I.run_id}`,I])),X=L.map(I=>{const F=`${I.task_id}:${I.run_id}`;return Z.get(F)??I}),be=new Set(X.map(I=>`${I.task_id}:${I.run_id}`));return[...Y.filter(I=>!be.has(`${I.task_id}:${I.run_id}`)),...X]})}}catch{}}),[e,n,a,r]),U.useEffect(()=>{const j=z.current;if(!j)return;const O=new IntersectionObserver(V=>{V[0].isIntersecting&&!b&&c.length<m&&M(c.length,!0)},{threshold:.1});return O.observe(j),()=>O.disconnect()},[c.length,m,b,M]);function G(j,O){if(!j||!O)return"";const V=Math.round((O-j)/1e3);if(V<60)return`${V}s`;const q=Math.floor(V/60),Y=V%60;return`${q}m ${Y}s`}const J={monitoring:"Monitoring",started:"Running",finished:"Finished",failed:"Failed",aborted:"Aborted"};function se(j){if(j==="failed")return"var(--color-error)";if(j==="aborted")return"var(--color-warning, #d97706)"}return y&&c.length===0&&e?w.jsx("div",{className:"task-list",children:[0,1,2].map(j=>w.jsxs("div",{className:"task-card",style:{pointerEvents:"none"},children:[w.jsx("div",{className:"task-card-header",children:w.jsx("div",{className:"task-card-title-row",children:w.jsx("div",{className:"skeleton-line",style:{width:`${70+j*10}%`}})})}),w.jsx("div",{className:"task-card-meta",children:w.jsx("div",{className:"skeleton-line",style:{width:"45%"}})})]},j))}):!e||y&&c.length===0?w.jsx("div",{className:"runs-view",children:w.jsxs("div",{className:"empty-state",children:[w.jsx("p",{className:"empty-state-text",children:"Runs"}),w.jsx("p",{className:"empty-state-hint",children:"Run history will appear here"})]})}):c.length===0?w.jsxs(w.Fragment,{children:[l&&u&&w.jsx("div",{style:{marginBottom:"var(--space-sm)"},children:w.jsxs("span",{className:"runs-filter-chip",children:["Filtered by task",w.jsx("button",{onClick:u,"aria-label":"Clear filter",children:"×"})]})}),w.jsx("div",{className:"runs-view",children:w.jsxs("div",{className:"empty-state",children:[w.jsx("p",{className:"empty-state-text",children:"No runs yet"}),w.jsx("p",{className:"empty-state-hint",children:l?"This task hasn't been executed yet. Run it from the task menu or wait for its next trigger.":"Run history will appear here."})]})})]}):w.jsxs(w.Fragment,{children:[l&&u&&w.jsx("div",{style:{marginBottom:"var(--space-sm)"},children:w.jsxs("span",{className:"runs-filter-chip",children:["Filtered by task",w.jsx("button",{onClick:u,"aria-label":"Clear filter",children:"×"})]})}),w.jsxs("div",{className:"task-list",children:[c.map((j,O)=>w.jsxs("div",{className:"runs-card",onClick:()=>!j.error&&k(`/runs/${j.task_id}/${encodeURIComponent(j.run_id)}`),children:[w.jsxs("div",{className:"runs-card-body",children:[w.jsx("h3",{className:"runs-card-name",children:j.task_name||j.task_id}),w.jsxs("div",{className:"runs-card-meta",children:[w.jsx("span",{style:{color:se(j.running_state)},children:J[j.running_state??""]??j.running_state}),j.end_time&&w.jsx("span",{children:_u(j.end_time)}),j.start_time&&j.end_time&&w.jsx("span",{style:{color:"var(--color-muted)"},children:G(j.start_time,j.end_time)}),j.error&&w.jsx("span",{style:{color:"var(--color-muted)"},children:j.error})]})]}),w.jsx("span",{className:"runs-card-chevron",children:"›"})]},`${j.task_id}-${j.run_id}-${O}`)),w.jsx("div",{ref:z,style:{height:1}}),b&&w.jsx("div",{className:"loading-state",style:{padding:"var(--space-md)"},children:w.jsx("div",{className:"spinner"})})]})]})}function dN(e){B1(e,[/\r?\n|\r/g,mN])}function mN(){return{type:"break"}}function hb(){return function(e){dN(e)}}function pN({connected:e,hostId:n,request:r,subscribeEvents:a,taskId:l,runId:u}){const c=ea(),[f,m]=U.useState(!0),[d,y]=U.useState([]),[g,b]=U.useState(),[x,k]=U.useState(),z=g==="started"||g==="monitoring",B=g==="followup",M=g==="started"||g==="followup",[G,J]=U.useState(null),[se,j]=U.useState(!1),[O,V]=U.useState(""),[q,Y]=U.useState(!1),L=U.useRef(null);async function Z(){try{const I=await r("task.result",{id:l,run_id:u});if(I.error){console.error("No result:",I.error),c("/runs",{replace:!0});return}y(I.messages??[]),b(I.running_state),k(I.agent)}catch(I){console.error("Failed to load result:",I),c("/runs",{replace:!0})}finally{m(!1)}}async function X(I){var F;try{const he=(F=(await r("task.reports",{id:l,run_id:u,report_files:[I]})).reports)==null?void 0:F[0];he!=null&&he.data_url?J({file:I,data_url:he.data_url}):J({file:I,content:(he==null?void 0:he.content)??"Report not found."})}catch{J({file:I,content:"Failed to load report."})}}U.useEffect(()=>{e&&(m(!0),Z())},[e,l,u]),U.useEffect(()=>!e||!n?void 0:a(n,async F=>{try{const ie=JSON.parse(new TextDecoder().decode(F.data));if(ie.event_type!=="running-state"&&ie.event_type!=="result-updated"||F.subject.split(".").pop()!==l||ie.event_type==="result-updated"&&ie.run_id&&ie.run_id!==u)return;Z()}catch{}}),[e,n,l,a,r]),U.useEffect(()=>{L.current&&(L.current.scrollTop=L.current.scrollHeight)},[d]);function be(I){if(I==="input")return"User Input";if(I==="permission")return"Permission";if(I==="confirmation")return"Confirmation"}function ge(I){return I==="started"?"Task started":I==="finished"?"Task finished":I==="failed"?"Task failed":I==="error"?"Command failed":I==="aborted"?"Task aborted":I==="confirmation"?"Task confirmed":I==="stopped"?"Follow-up stopped":I??""}return w.jsxs("div",{className:"run-detail",children:[w.jsxs("button",{className:"run-detail-back",onClick:()=>c(-1),children:[w.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:w.jsx("path",{d:"M15 18l-6-6 6-6"})}),"Back"]}),f?w.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"var(--space-sm)",padding:"var(--space-sm) 0"},children:[w.jsx("div",{className:"skeleton-line",style:{width:"40%"}}),w.jsx("div",{className:"skeleton-line",style:{width:"55%"}}),w.jsx("div",{className:"skeleton-line",style:{width:"100%",height:"8rem",marginTop:"var(--space-sm)"}})]}):w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"chat-thread",ref:L,children:[d.map((I,F)=>{const ie=M&&I.role==="assistant"&&!d.slice(F+1).some(he=>he.role==="assistant"||he.role==="user");return I.role==="status"&&I.type==="monitoring"?null:I.role==="status"?w.jsxs("div",{className:`chat-status${I.type==="error"?" chat-status--error":""}`,children:[w.jsxs("div",{children:[ge(I.type),I.time>0&&w.jsx("span",{className:"chat-status-time",children:_u(I.time)})]}),I.content&&w.jsx("pre",{className:"chat-status-detail",children:I.content})]},F):w.jsxs("div",{className:`chat-message chat-message--${I.role}`,children:[I.role==="assistant"&&x&&w.jsx("div",{className:"chat-message-agent",children:Yh(x)}),w.jsxs("div",{className:"chat-message-content",children:[w.jsx(rd,{remarkPlugins:[ad,hb],children:I.content}),ie&&w.jsxs("div",{className:"chat-typing-indicator",children:[w.jsx("span",{}),w.jsx("span",{}),w.jsx("span",{})]})]}),I.attachments&&I.attachments.length>0&&w.jsx("div",{className:"chat-message-attachments",children:I.attachments.map(he=>w.jsx("button",{className:"chat-attachment-chip",onClick:()=>X(he),children:he},he))}),w.jsxs("div",{className:"chat-message-meta",children:[be(I.type)&&w.jsx("span",{className:"chat-message-type",children:be(I.type)}),I.time>0&&w.jsx("span",{children:_u(I.time)})]})]},F)}),M&&(()=>{const I=d.filter(F=>F.role!=="status");return I.length===0||I[I.length-1].role!=="assistant"})()&&w.jsxs("div",{className:"chat-message chat-message--assistant",children:[x&&w.jsx("div",{className:"chat-message-agent",children:Yh(x)}),w.jsxs("div",{className:"chat-typing-indicator",children:[w.jsx("span",{}),w.jsx("span",{}),w.jsx("span",{})]})]}),g==="monitoring"&&w.jsxs("div",{className:"chat-monitoring-indicator",children:[w.jsx("span",{className:"chat-monitoring-dot"}),"Monitoring command output"]})]}),z?w.jsx("div",{className:"chat-abort-bar",children:w.jsx("button",{className:"btn btn-secondary chat-abort-btn",disabled:se,onClick:async()=>{if(confirm("Abort this task?")){j(!0);try{await r("task.abort",{id:l})}catch(I){console.error("Abort failed:",I)}finally{j(!1)}}},children:se?"Aborting...":"Abort Task"})}):B?w.jsx("div",{className:"chat-input-bar",children:w.jsx("button",{className:"btn btn-secondary chat-stop-btn",disabled:se,onClick:async()=>{j(!0);try{await r("task.stop_followup",{id:l,run_id:u})}catch(I){console.error("Stop failed:",I)}finally{j(!1)}},children:w.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"currentColor",children:w.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})})})}):w.jsxs("form",{className:"chat-input-bar",onSubmit:async I=>{I.preventDefault();const F=O.trim();if(!(!F||q)){Y(!0);try{await r("task.followup",{id:l,run_id:u,message:F}),V("")}catch(ie){console.error("Follow-up failed:",ie)}finally{Y(!1)}}},children:[w.jsx("input",{className:"chat-input",type:"text",placeholder:"Follow-up message",value:O,onChange:I=>V(I.target.value),disabled:q}),w.jsx("button",{className:"btn btn-primary chat-send-btn",type:"submit",disabled:!O.trim()||q,children:w.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[w.jsx("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),w.jsx("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]})})]})]}),G&&w.jsx("div",{className:"report-dialog-overlay",onClick:()=>J(null),children:w.jsxs("div",{className:"report-dialog",onClick:I=>I.stopPropagation(),children:[w.jsxs("div",{className:"report-dialog-header",children:[w.jsx("span",{className:"report-dialog-title",children:G.file}),w.jsx("button",{className:"report-dialog-close",onClick:()=>J(null),"aria-label":"Close",children:w.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[w.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),w.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),w.jsx("div",{className:"report-dialog-body",children:G.data_url?w.jsx("img",{src:G.data_url,alt:G.file,style:{maxWidth:"100%",height:"auto"}}):w.jsx(rd,{remarkPlugins:[ad,hb],components:{a:({...I})=>w.jsx("a",{...I,target:"_blank",rel:"noopener noreferrer"})},children:G.content??""})})]})})]})}function gN(){const{getActiveHost:e}=Ol(),n=e(),r=U.useRef(null);U.useEffect(()=>{if(Ci.isNativePlatform()||!n||n.directUrl||r.current===n.hostId)return;async function a(){var l;try{if(!("serviceWorker"in navigator)||!("PushManager"in window)){console.warn("[Push] Push notifications not supported");return}const u=await navigator.serviceWorker.ready;(l=u.active)==null||l.postMessage({type:"set-host-id",hostId:n.hostId});let c=await u.pushManager.getSubscription();if(!c){const{publicKey:m}=await w2("/api/push/vapid-key");if(!m){console.warn("[Push] No VAPID public key configured on server");return}if(await Notification.requestPermission()!=="granted"){console.log("[Push] Permission denied");return}c=await u.pushManager.subscribe({userVisibleOnly:!0,applicationServerKey:m})}const f=c.toJSON();await x2("/api/push/subscribe",{hostId:n.hostId,endpoint:f.endpoint,keys:{p256dh:f.keys.p256dh,auth:f.keys.auth}}),r.current=n.hostId}catch(u){console.error("[Push] Subscription failed:",u)}}a()},[n])}function su(){var he;const{pairedHosts:e,activeHostId:n,removePairedHost:r}=Ol(),{connected:a,request:l,subscribeEvents:u,unauthorized:c}=_d(),f=ea(),m=br(),d=fS(),y=cv("(min-width: 768px)"),g=m.pathname.startsWith("/runs"),b=d.runId?void 0:d.taskId,[x,k]=U.useState(null),z=d.runId,B=z==="latest";U.useEffect(()=>{if(!B||!d.taskId||!a){k(null);return}l("taskrun.list",{task_id:d.taskId,limit:1}).then(Se=>{var R,W;const N=(W=(R=Se.entries)==null?void 0:R[0])==null?void 0:W.run_id;k(N??null)}).catch(()=>k(null))},[B,d.taskId,a]);const M=B?x:z,G=!!(d.taskId&&M&&M!=="latest"),[J,se]=U.useState(!1),[j,O]=U.useState(!1),[V,q]=U.useState(null),[Y,L]=U.useState(null),[Z,X]=U.useState(null);gN(),U.useEffect(()=>{window.scrollTo(0,0)},[n]);function be(Se,N){f(N?`/runs/${encodeURIComponent(Se)}/${encodeURIComponent(N)}`:`/runs/${encodeURIComponent(Se)}`)}async function ge(){O(!0),q(null);try{const Se=await l("host.update");if(Se.error){q(Se.error),O(!1);return}}catch{}setTimeout(()=>window.location.reload(),1e4)}const I=e.length>0,F=I&&a&&n&&!c,ie=((he=e.find(Se=>Se.hostId===n))==null?void 0:he.clientToken)??null;return w.jsxs("div",{className:"dashboard",children:[y&&w.jsx(fb,{daemonVersion:Y,locationClientToken:Z,activeClientToken:ie,request:l,onLocationClientTokenChange:X}),w.jsxs("div",{className:"dashboard-content",children:[w.jsxs("div",{className:"tab-bar",children:[!y&&w.jsx(fb,{daemonVersion:Y,locationClientToken:Z,activeClientToken:ie,request:l,onLocationClientTokenChange:X}),w.jsx(lN,{})]}),w.jsx("main",{className:"dashboard-main",children:c?w.jsxs("div",{className:"revoked-state",children:[w.jsx("div",{className:"revoked-icon",children:w.jsxs("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:[w.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),w.jsx("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}),w.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"18"})]})}),w.jsx("h2",{className:"revoked-title",children:"Client Revoked"}),w.jsx("p",{className:"revoked-description",children:"This client was revoked by the host. To reconnect, generate a new pairing code on the host machine."}),w.jsx("div",{className:"revoked-command",children:w.jsx("code",{children:"palmier pair"})}),w.jsxs("div",{className:"revoked-actions",children:[w.jsx("button",{className:"btn btn-primary",onClick:()=>f("/pair"),children:"Re-pair Device"}),w.jsx("button",{className:"btn btn-secondary",onClick:()=>{n&&r(n)},children:"Remove Host"})]})]}):F?w.jsxs(w.Fragment,{children:[w.jsx("div",{style:{display:g?"none":"contents"},children:w.jsx(sN,{connected:a,hostId:n,request:l,subscribeEvents:u,onViewRun:be,onUpdateRequired:se,onVersion:L,onLocationClientToken:X})}),G?w.jsx(pN,{connected:a,hostId:n,request:l,subscribeEvents:u,taskId:d.taskId,runId:decodeURIComponent(M)}):g?w.jsx(hN,{connected:a,hostId:n,request:l,subscribeEvents:u,filterTaskId:b,onClearFilter:()=>f("/runs")}):null]}):w.jsxs("div",{className:"empty-state",children:[w.jsx("p",{children:I?"Connecting to host...":"No hosts paired yet."}),!I&&w.jsx("button",{className:"btn btn-primary",onClick:()=>f("/pair"),children:"Pair Host"})]})}),J&&!j&&!V&&w.jsx("div",{className:"confirm-modal-overlay",children:w.jsxs("div",{className:"confirm-modal",children:[w.jsx("h2",{className:"confirm-modal-title",children:"Update Required"}),w.jsxs("p",{className:"confirm-modal-message",children:["Your Palmier host",Y?` (v${Y})`:""," is too old for this version of the app. Please update to continue."]}),w.jsx("div",{className:"confirm-modal-actions",children:w.jsx("button",{className:"btn btn-primary",onClick:ge,children:"Update Now"})})]})}),j&&w.jsx("div",{className:"confirm-modal-overlay",children:w.jsxs("div",{className:"confirm-modal",children:[w.jsx("h2",{className:"confirm-modal-title",children:"Updating..."}),w.jsx("p",{className:"confirm-modal-message",children:"Installing update and restarting daemon. Please wait..."})]})}),V&&w.jsx("div",{className:"confirm-modal-overlay",children:w.jsxs("div",{className:"confirm-modal",children:[w.jsx("h2",{className:"confirm-modal-title",children:"Update Failed"}),w.jsx("p",{className:"confirm-modal-message",style:{whiteSpace:"pre-line"},children:V}),w.jsx("div",{className:"confirm-modal-actions",children:w.jsx("button",{className:"btn btn-secondary",onClick:()=>{q(null)},children:"Retry"})})]})})]})]})}const cl=!!window.__PALMIER_SERVE__;function yN(){const[e,n]=U.useState(""),[r,a]=U.useState(!1),[l,u]=U.useState(null),{addPairedHost:c}=Ol(),f=ea();async function m(){const d=e.trim().toUpperCase();if(!d){u("Enter a pairing code.");return}a(!0),u(null);try{let y;if(cl){const b=await fetch("/pair",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:d,label:navigator.userAgent})});if(!b.ok){const x=await b.json().catch(()=>({error:"Connection failed"}));throw new Error(x.error||`HTTP ${b.status}`)}y=await b.json()}else{const b=await fetch(`${Sd}/api/config`);if(!b.ok)throw new Error("Failed to fetch server config");const x=await b.json();if(!x.natsWsUrl)throw new Error("Server has no NATS WebSocket URL configured");const k=await Wb({servers:x.natsWsUrl,token:x.natsToken}),z=yu(),B=`pair.${d}`,M=await k.request(B,z.encode(JSON.stringify({label:navigator.userAgent})),{timeout:1e4});y=JSON.parse(z.decode(M.data)),await k.close()}const g={hostId:y.hostId,clientToken:y.clientToken,directUrl:cl?window.location.origin:void 0};c(g),Ci.isNativePlatform()&&await uv.set({key:"hostId",value:y.hostId}),f("/")}catch(y){const g=y instanceof Error?y.message:String(y);g.includes("timeout")||g.includes("TIMEOUT")||g.includes("503")||g.toLowerCase().includes("no responders")?u("Code not found or expired. Check the code and try again."):u(g)}finally{a(!1)}}return w.jsx("div",{className:"pair-page",children:w.jsxs("div",{className:"pair-card",children:[w.jsxs("div",{className:"pair-header",children:[w.jsx("h1",{className:"pair-title",children:cl?"Pair":"Pair with Host"}),w.jsx("p",{className:"pair-subtitle",children:cl?"Enter the pairing code shown in your terminal.":"Connect this device to a Palmier host"})]}),!cl&&w.jsxs("div",{className:"pair-instructions",children:[w.jsxs("div",{className:"pair-instruction-block",children:[w.jsx("h3",{className:"pair-instruction-heading",children:"Setting up a new host?"}),w.jsxs("ol",{className:"pair-steps",children:[w.jsxs("li",{children:["Install at least one agent CLI (e.g., ",w.jsx("a",{href:"https://www.palmier.me/agents",target:"_blank",rel:"noopener noreferrer",children:"Claude Code, Gemini CLI, Codex CLI"}),")"]}),w.jsxs("li",{children:["Install Palmier on your host machine:",w.jsx("code",{className:"pair-command",children:"npm install -g palmier"})]}),w.jsxs("li",{children:["Run the setup wizard:",w.jsx("code",{className:"pair-command",children:"palmier init"})]}),w.jsx("li",{children:"A pairing code will display automatically"})]})]}),w.jsx("div",{className:"pair-instruction-divider"}),w.jsxs("div",{className:"pair-instruction-block",children:[w.jsx("h3",{className:"pair-instruction-heading",children:"Pairing an existing host?"}),w.jsxs("ol",{className:"pair-steps",children:[w.jsxs("li",{children:["Run ",w.jsx("code",{children:"palmier pair"})," on the host machine"]}),w.jsx("li",{children:"Enter the 6-character code below"})]})]})]}),w.jsxs("div",{className:"pair-form",children:[w.jsxs("label",{className:"form-label",htmlFor:"pair-code",children:["Pairing code",w.jsx("input",{id:"pair-code",type:"text",maxLength:6,value:e,onChange:d=>n(d.target.value.toUpperCase()),placeholder:"A7K9M2",className:"form-input form-input-mono pair-code-input",autoFocus:!0,autoComplete:"off",disabled:r})]}),l&&w.jsx("p",{className:"pair-error",children:l}),w.jsxs("button",{className:"btn btn-primary btn-full",onClick:m,disabled:r||!e.trim(),children:[r&&w.jsx("span",{className:"btn-spinner"}),r?"Pairing...":"Pair"]}),w.jsx("button",{className:"btn btn-secondary btn-full",onClick:()=>f("/"),disabled:r,children:"Cancel"}),w.jsxs("p",{className:"pair-consent",children:["By pairing, you agree to our"," ",w.jsx("a",{href:"https://www.palmier.me/terms",target:"_blank",rel:"noopener noreferrer",children:"Terms of Service"})," and"," ",w.jsx("a",{href:"https://www.palmier.me/privacy",target:"_blank",rel:"noopener noreferrer",children:"Privacy Policy"}),"."]})]})]})})}function bN(){return w.jsx(c_,{children:w.jsx(_2,{children:w.jsxs(AS,{children:[w.jsx(Fa,{path:"/",element:w.jsx(su,{})}),w.jsx(Fa,{path:"/runs",element:w.jsx(su,{})}),w.jsx(Fa,{path:"/runs/:taskId",element:w.jsx(su,{})}),w.jsx(Fa,{path:"/runs/:taskId/:runId",element:w.jsx(su,{})}),w.jsx(Fa,{path:"/pair",element:w.jsx(yN,{})})]})})})}Tw.createRoot(document.getElementById("root")).render(w.jsx(U.StrictMode,{children:w.jsx(QS,{children:w.jsx(bN,{})})}));export{wd as W};
|