@sapiom/harness 0.4.1 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist/core/adapters/adapter.d.ts +0 -9
  3. package/dist/core/adapters/adapter.d.ts.map +1 -1
  4. package/dist/core/adapters/claude-code-info.d.ts.map +1 -1
  5. package/dist/core/adapters/claude-code-info.js +0 -2
  6. package/dist/core/adapters/claude-code-info.js.map +1 -1
  7. package/dist/core/adapters/codex-info.d.ts.map +1 -1
  8. package/dist/core/adapters/codex-info.js +0 -2
  9. package/dist/core/adapters/codex-info.js.map +1 -1
  10. package/dist/core/adapters/conductor.d.ts.map +1 -1
  11. package/dist/core/adapters/conductor.js +0 -2
  12. package/dist/core/adapters/conductor.js.map +1 -1
  13. package/dist/core/adapters/opencode.d.ts.map +1 -1
  14. package/dist/core/adapters/opencode.js +0 -2
  15. package/dist/core/adapters/opencode.js.map +1 -1
  16. package/dist/core/adapters/pi.d.ts.map +1 -1
  17. package/dist/core/adapters/pi.js +0 -2
  18. package/dist/core/adapters/pi.js.map +1 -1
  19. package/dist/core/bracketed-paste.d.ts +55 -0
  20. package/dist/core/bracketed-paste.d.ts.map +1 -0
  21. package/dist/core/bracketed-paste.js +97 -0
  22. package/dist/core/bracketed-paste.js.map +1 -0
  23. package/dist/core/canvas-body.d.ts +9 -0
  24. package/dist/core/canvas-body.d.ts.map +1 -1
  25. package/dist/core/canvas-body.js +30 -12
  26. package/dist/core/canvas-body.js.map +1 -1
  27. package/dist/core/canvas-run-state.d.ts +19 -1
  28. package/dist/core/canvas-run-state.d.ts.map +1 -1
  29. package/dist/core/canvas-run-state.js +43 -1
  30. package/dist/core/canvas-run-state.js.map +1 -1
  31. package/dist/core/canvas-template.d.ts.map +1 -1
  32. package/dist/core/canvas-template.js +40 -10
  33. package/dist/core/canvas-template.js.map +1 -1
  34. package/dist/core/example-seed.d.ts.map +1 -1
  35. package/dist/core/example-seed.js +18 -29
  36. package/dist/core/example-seed.js.map +1 -1
  37. package/dist/core/session-manager.d.ts.map +1 -1
  38. package/dist/core/session-manager.js +23 -2
  39. package/dist/core/session-manager.js.map +1 -1
  40. package/dist/server/rest.d.ts.map +1 -1
  41. package/dist/server/rest.js +1 -114
  42. package/dist/server/rest.js.map +1 -1
  43. package/dist/shared/types.d.ts +4 -51
  44. package/dist/shared/types.d.ts.map +1 -1
  45. package/dist/shared/types.js +5 -28
  46. package/dist/shared/types.js.map +1 -1
  47. package/dist/web/assets/index-BuH6LNdL.js +463 -0
  48. package/dist/web/assets/index-Dmj2SA0s.css +32 -0
  49. package/dist/web/canvas/sess-boot/index.html +4 -10
  50. package/dist/web/index.html +2 -2
  51. package/package.json +3 -3
  52. package/dist/web/assets/index-BaADppjR.css +0 -32
  53. package/dist/web/assets/index-Bof-vfeB.js +0 -463
@@ -1,463 +0,0 @@
1
- var Xw=Object.defineProperty;var Jw=(s,t,n)=>t in s?Xw(s,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):s[t]=n;var Ed=(s,t,n)=>Jw(s,typeof t!="symbol"?t+"":t,n);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const l of document.querySelectorAll('link[rel="modulepreload"]'))a(l);new MutationObserver(l=>{for(const d of l)if(d.type==="childList")for(const p of d.addedNodes)p.tagName==="LINK"&&p.rel==="modulepreload"&&a(p)}).observe(document,{childList:!0,subtree:!0});function n(l){const d={};return l.integrity&&(d.integrity=l.integrity),l.referrerPolicy&&(d.referrerPolicy=l.referrerPolicy),l.crossOrigin==="use-credentials"?d.credentials="include":l.crossOrigin==="anonymous"?d.credentials="omit":d.credentials="same-origin",d}function a(l){if(l.ep)return;l.ep=!0;const d=n(l);fetch(l.href,d)}})();var kd={exports:{}},bo={};/**
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 Cm;function Zw(){if(Cm)return bo;Cm=1;var s=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function n(a,l,d){var p=null;if(d!==void 0&&(p=""+d),l.key!==void 0&&(p=""+l.key),"key"in l){d={};for(var c in l)c!=="key"&&(d[c]=l[c])}else d=l;return l=d.ref,{$$typeof:s,type:a,key:p,ref:l!==void 0?l:null,props:d}}return bo.Fragment=t,bo.jsx=n,bo.jsxs=n,bo}var Em;function Qw(){return Em||(Em=1,kd.exports=Zw()),kd.exports}var u=Qw(),Td={exports:{}},Qe={};/**
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 km;function ex(){if(km)return Qe;km=1;var s=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),d=Symbol.for("react.consumer"),p=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),v=Symbol.for("react.memo"),S=Symbol.for("react.lazy"),f=Symbol.for("react.activity"),x=Symbol.iterator;function E(L){return L===null||typeof L!="object"?null:(L=x&&L[x]||L["@@iterator"],typeof L=="function"?L:null)}var A={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},C=Object.assign,y={};function b(L,B,V){this.props=L,this.context=B,this.refs=y,this.updater=V||A}b.prototype.isReactComponent={},b.prototype.setState=function(L,B){if(typeof L!="object"&&typeof L!="function"&&L!=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,L,B,"setState")},b.prototype.forceUpdate=function(L){this.updater.enqueueForceUpdate(this,L,"forceUpdate")};function _(){}_.prototype=b.prototype;function m(L,B,V){this.props=L,this.context=B,this.refs=y,this.updater=V||A}var k=m.prototype=new _;k.constructor=m,C(k,b.prototype),k.isPureReactComponent=!0;var R=Array.isArray;function D(){}var j={H:null,A:null,T:null,S:null},T=Object.prototype.hasOwnProperty;function M(L,B,V){var te=V.ref;return{$$typeof:s,type:L,key:B,ref:te!==void 0?te:null,props:V}}function I(L,B){return M(L.type,B,L.props)}function F(L){return typeof L=="object"&&L!==null&&L.$$typeof===s}function G(L){var B={"=":"=0",":":"=2"};return"$"+L.replace(/[=:]/g,function(V){return B[V]})}var U=/\/+/g;function X(L,B){return typeof L=="object"&&L!==null&&L.key!=null?G(""+L.key):B.toString(36)}function Z(L){switch(L.status){case"fulfilled":return L.value;case"rejected":throw L.reason;default:switch(typeof L.status=="string"?L.then(D,D):(L.status="pending",L.then(function(B){L.status==="pending"&&(L.status="fulfilled",L.value=B)},function(B){L.status==="pending"&&(L.status="rejected",L.reason=B)})),L.status){case"fulfilled":return L.value;case"rejected":throw L.reason}}throw L}function q(L,B,V,te,ue){var fe=typeof L;(fe==="undefined"||fe==="boolean")&&(L=null);var K=!1;if(L===null)K=!0;else switch(fe){case"bigint":case"string":case"number":K=!0;break;case"object":switch(L.$$typeof){case s:case t:K=!0;break;case S:return K=L._init,q(K(L._payload),B,V,te,ue)}}if(K)return ue=ue(L),K=te===""?"."+X(L,0):te,R(ue)?(V="",K!=null&&(V=K.replace(U,"$&/")+"/"),q(ue,B,V,"",function(re){return re})):ue!=null&&(F(ue)&&(ue=I(ue,V+(ue.key==null||L&&L.key===ue.key?"":(""+ue.key).replace(U,"$&/")+"/")+K)),B.push(ue)),1;K=0;var $=te===""?".":te+":";if(R(L))for(var ce=0;ce<L.length;ce++)te=L[ce],fe=$+X(te,ce),K+=q(te,B,V,fe,ue);else if(ce=E(L),typeof ce=="function")for(L=ce.call(L),ce=0;!(te=L.next()).done;)te=te.value,fe=$+X(te,ce++),K+=q(te,B,V,fe,ue);else if(fe==="object"){if(typeof L.then=="function")return q(Z(L),B,V,te,ue);throw B=String(L),Error("Objects are not valid as a React child (found: "+(B==="[object Object]"?"object with keys {"+Object.keys(L).join(", ")+"}":B)+"). If you meant to render a collection of children, use an array instead.")}return K}function W(L,B,V){if(L==null)return L;var te=[],ue=0;return q(L,te,"","",function(fe){return B.call(V,fe,ue++)}),te}function Q(L){if(L._status===-1){var B=L._result;B=B(),B.then(function(V){(L._status===0||L._status===-1)&&(L._status=1,L._result=V)},function(V){(L._status===0||L._status===-1)&&(L._status=2,L._result=V)}),L._status===-1&&(L._status=0,L._result=B)}if(L._status===1)return L._result.default;throw L._result}var O=typeof reportError=="function"?reportError:function(L){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var B=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof L=="object"&&L!==null&&typeof L.message=="string"?String(L.message):String(L),error:L});if(!window.dispatchEvent(B))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",L);return}console.error(L)},H={map:W,forEach:function(L,B,V){W(L,function(){B.apply(this,arguments)},V)},count:function(L){var B=0;return W(L,function(){B++}),B},toArray:function(L){return W(L,function(B){return B})||[]},only:function(L){if(!F(L))throw Error("React.Children.only expected to receive a single React element child.");return L}};return Qe.Activity=f,Qe.Children=H,Qe.Component=b,Qe.Fragment=n,Qe.Profiler=l,Qe.PureComponent=m,Qe.StrictMode=a,Qe.Suspense=h,Qe.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=j,Qe.__COMPILER_RUNTIME={__proto__:null,c:function(L){return j.H.useMemoCache(L)}},Qe.cache=function(L){return function(){return L.apply(null,arguments)}},Qe.cacheSignal=function(){return null},Qe.cloneElement=function(L,B,V){if(L==null)throw Error("The argument must be a React element, but you passed "+L+".");var te=C({},L.props),ue=L.key;if(B!=null)for(fe in B.key!==void 0&&(ue=""+B.key),B)!T.call(B,fe)||fe==="key"||fe==="__self"||fe==="__source"||fe==="ref"&&B.ref===void 0||(te[fe]=B[fe]);var fe=arguments.length-2;if(fe===1)te.children=V;else if(1<fe){for(var K=Array(fe),$=0;$<fe;$++)K[$]=arguments[$+2];te.children=K}return M(L.type,ue,te)},Qe.createContext=function(L){return L={$$typeof:p,_currentValue:L,_currentValue2:L,_threadCount:0,Provider:null,Consumer:null},L.Provider=L,L.Consumer={$$typeof:d,_context:L},L},Qe.createElement=function(L,B,V){var te,ue={},fe=null;if(B!=null)for(te in B.key!==void 0&&(fe=""+B.key),B)T.call(B,te)&&te!=="key"&&te!=="__self"&&te!=="__source"&&(ue[te]=B[te]);var K=arguments.length-2;if(K===1)ue.children=V;else if(1<K){for(var $=Array(K),ce=0;ce<K;ce++)$[ce]=arguments[ce+2];ue.children=$}if(L&&L.defaultProps)for(te in K=L.defaultProps,K)ue[te]===void 0&&(ue[te]=K[te]);return M(L,fe,ue)},Qe.createRef=function(){return{current:null}},Qe.forwardRef=function(L){return{$$typeof:c,render:L}},Qe.isValidElement=F,Qe.lazy=function(L){return{$$typeof:S,_payload:{_status:-1,_result:L},_init:Q}},Qe.memo=function(L,B){return{$$typeof:v,type:L,compare:B===void 0?null:B}},Qe.startTransition=function(L){var B=j.T,V={};j.T=V;try{var te=L(),ue=j.S;ue!==null&&ue(V,te),typeof te=="object"&&te!==null&&typeof te.then=="function"&&te.then(D,O)}catch(fe){O(fe)}finally{B!==null&&V.types!==null&&(B.types=V.types),j.T=B}},Qe.unstable_useCacheRefresh=function(){return j.H.useCacheRefresh()},Qe.use=function(L){return j.H.use(L)},Qe.useActionState=function(L,B,V){return j.H.useActionState(L,B,V)},Qe.useCallback=function(L,B){return j.H.useCallback(L,B)},Qe.useContext=function(L){return j.H.useContext(L)},Qe.useDebugValue=function(){},Qe.useDeferredValue=function(L,B){return j.H.useDeferredValue(L,B)},Qe.useEffect=function(L,B){return j.H.useEffect(L,B)},Qe.useEffectEvent=function(L){return j.H.useEffectEvent(L)},Qe.useId=function(){return j.H.useId()},Qe.useImperativeHandle=function(L,B,V){return j.H.useImperativeHandle(L,B,V)},Qe.useInsertionEffect=function(L,B){return j.H.useInsertionEffect(L,B)},Qe.useLayoutEffect=function(L,B){return j.H.useLayoutEffect(L,B)},Qe.useMemo=function(L,B){return j.H.useMemo(L,B)},Qe.useOptimistic=function(L,B){return j.H.useOptimistic(L,B)},Qe.useReducer=function(L,B,V){return j.H.useReducer(L,B,V)},Qe.useRef=function(L){return j.H.useRef(L)},Qe.useState=function(L){return j.H.useState(L)},Qe.useSyncExternalStore=function(L,B,V){return j.H.useSyncExternalStore(L,B,V)},Qe.useTransition=function(){return j.H.useTransition()},Qe.version="19.2.7",Qe}var Tm;function hp(){return Tm||(Tm=1,Td.exports=ex()),Td.exports}var P=hp(),Ad={exports:{}},So={},Rd={exports:{}},Md={};/**
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 Am;function tx(){return Am||(Am=1,(function(s){function t(q,W){var Q=q.length;q.push(W);e:for(;0<Q;){var O=Q-1>>>1,H=q[O];if(0<l(H,W))q[O]=W,q[Q]=H,Q=O;else break e}}function n(q){return q.length===0?null:q[0]}function a(q){if(q.length===0)return null;var W=q[0],Q=q.pop();if(Q!==W){q[0]=Q;e:for(var O=0,H=q.length,L=H>>>1;O<L;){var B=2*(O+1)-1,V=q[B],te=B+1,ue=q[te];if(0>l(V,Q))te<H&&0>l(ue,V)?(q[O]=ue,q[te]=Q,O=te):(q[O]=V,q[B]=Q,O=B);else if(te<H&&0>l(ue,Q))q[O]=ue,q[te]=Q,O=te;else break e}}return W}function l(q,W){var Q=q.sortIndex-W.sortIndex;return Q!==0?Q:q.id-W.id}if(s.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var d=performance;s.unstable_now=function(){return d.now()}}else{var p=Date,c=p.now();s.unstable_now=function(){return p.now()-c}}var h=[],v=[],S=1,f=null,x=3,E=!1,A=!1,C=!1,y=!1,b=typeof setTimeout=="function"?setTimeout:null,_=typeof clearTimeout=="function"?clearTimeout:null,m=typeof setImmediate<"u"?setImmediate:null;function k(q){for(var W=n(v);W!==null;){if(W.callback===null)a(v);else if(W.startTime<=q)a(v),W.sortIndex=W.expirationTime,t(h,W);else break;W=n(v)}}function R(q){if(C=!1,k(q),!A)if(n(h)!==null)A=!0,D||(D=!0,G());else{var W=n(v);W!==null&&Z(R,W.startTime-q)}}var D=!1,j=-1,T=5,M=-1;function I(){return y?!0:!(s.unstable_now()-M<T)}function F(){if(y=!1,D){var q=s.unstable_now();M=q;var W=!0;try{e:{A=!1,C&&(C=!1,_(j),j=-1),E=!0;var Q=x;try{t:{for(k(q),f=n(h);f!==null&&!(f.expirationTime>q&&I());){var O=f.callback;if(typeof O=="function"){f.callback=null,x=f.priorityLevel;var H=O(f.expirationTime<=q);if(q=s.unstable_now(),typeof H=="function"){f.callback=H,k(q),W=!0;break t}f===n(h)&&a(h),k(q)}else a(h);f=n(h)}if(f!==null)W=!0;else{var L=n(v);L!==null&&Z(R,L.startTime-q),W=!1}}break e}finally{f=null,x=Q,E=!1}W=void 0}}finally{W?G():D=!1}}}var G;if(typeof m=="function")G=function(){m(F)};else if(typeof MessageChannel<"u"){var U=new MessageChannel,X=U.port2;U.port1.onmessage=F,G=function(){X.postMessage(null)}}else G=function(){b(F,0)};function Z(q,W){j=b(function(){q(s.unstable_now())},W)}s.unstable_IdlePriority=5,s.unstable_ImmediatePriority=1,s.unstable_LowPriority=4,s.unstable_NormalPriority=3,s.unstable_Profiling=null,s.unstable_UserBlockingPriority=2,s.unstable_cancelCallback=function(q){q.callback=null},s.unstable_forceFrameRate=function(q){0>q||125<q?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):T=0<q?Math.floor(1e3/q):5},s.unstable_getCurrentPriorityLevel=function(){return x},s.unstable_next=function(q){switch(x){case 1:case 2:case 3:var W=3;break;default:W=x}var Q=x;x=W;try{return q()}finally{x=Q}},s.unstable_requestPaint=function(){y=!0},s.unstable_runWithPriority=function(q,W){switch(q){case 1:case 2:case 3:case 4:case 5:break;default:q=3}var Q=x;x=q;try{return W()}finally{x=Q}},s.unstable_scheduleCallback=function(q,W,Q){var O=s.unstable_now();switch(typeof Q=="object"&&Q!==null?(Q=Q.delay,Q=typeof Q=="number"&&0<Q?O+Q:O):Q=O,q){case 1:var H=-1;break;case 2:H=250;break;case 5:H=1073741823;break;case 4:H=1e4;break;default:H=5e3}return H=Q+H,q={id:S++,callback:W,priorityLevel:q,startTime:Q,expirationTime:H,sortIndex:-1},Q>O?(q.sortIndex=Q,t(v,q),n(h)===null&&q===n(v)&&(C?(_(j),j=-1):C=!0,Z(R,Q-O))):(q.sortIndex=H,t(h,q),A||E||(A=!0,D||(D=!0,G()))),q},s.unstable_shouldYield=I,s.unstable_wrapCallback=function(q){var W=x;return function(){var Q=x;x=W;try{return q.apply(this,arguments)}finally{x=Q}}}})(Md)),Md}var Rm;function sx(){return Rm||(Rm=1,Rd.exports=tx()),Rd.exports}var Dd={exports:{}},Bs={};/**
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 Mm;function ix(){if(Mm)return Bs;Mm=1;var s=hp();function t(h){var v="https://react.dev/errors/"+h;if(1<arguments.length){v+="?args[]="+encodeURIComponent(arguments[1]);for(var S=2;S<arguments.length;S++)v+="&args[]="+encodeURIComponent(arguments[S])}return"Minified React error #"+h+"; visit "+v+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function n(){}var a={d:{f:n,r:function(){throw Error(t(522))},D:n,C:n,L:n,m:n,X:n,S:n,M:n},p:0,findDOMNode:null},l=Symbol.for("react.portal");function d(h,v,S){var f=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:l,key:f==null?null:""+f,children:h,containerInfo:v,implementation:S}}var p=s.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function c(h,v){if(h==="font")return"";if(typeof v=="string")return v==="use-credentials"?v:""}return Bs.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,Bs.createPortal=function(h,v){var S=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!v||v.nodeType!==1&&v.nodeType!==9&&v.nodeType!==11)throw Error(t(299));return d(h,v,null,S)},Bs.flushSync=function(h){var v=p.T,S=a.p;try{if(p.T=null,a.p=2,h)return h()}finally{p.T=v,a.p=S,a.d.f()}},Bs.preconnect=function(h,v){typeof h=="string"&&(v?(v=v.crossOrigin,v=typeof v=="string"?v==="use-credentials"?v:"":void 0):v=null,a.d.C(h,v))},Bs.prefetchDNS=function(h){typeof h=="string"&&a.d.D(h)},Bs.preinit=function(h,v){if(typeof h=="string"&&v&&typeof v.as=="string"){var S=v.as,f=c(S,v.crossOrigin),x=typeof v.integrity=="string"?v.integrity:void 0,E=typeof v.fetchPriority=="string"?v.fetchPriority:void 0;S==="style"?a.d.S(h,typeof v.precedence=="string"?v.precedence:void 0,{crossOrigin:f,integrity:x,fetchPriority:E}):S==="script"&&a.d.X(h,{crossOrigin:f,integrity:x,fetchPriority:E,nonce:typeof v.nonce=="string"?v.nonce:void 0})}},Bs.preinitModule=function(h,v){if(typeof h=="string")if(typeof v=="object"&&v!==null){if(v.as==null||v.as==="script"){var S=c(v.as,v.crossOrigin);a.d.M(h,{crossOrigin:S,integrity:typeof v.integrity=="string"?v.integrity:void 0,nonce:typeof v.nonce=="string"?v.nonce:void 0})}}else v==null&&a.d.M(h)},Bs.preload=function(h,v){if(typeof h=="string"&&typeof v=="object"&&v!==null&&typeof v.as=="string"){var S=v.as,f=c(S,v.crossOrigin);a.d.L(h,S,{crossOrigin:f,integrity:typeof v.integrity=="string"?v.integrity:void 0,nonce:typeof v.nonce=="string"?v.nonce:void 0,type:typeof v.type=="string"?v.type:void 0,fetchPriority:typeof v.fetchPriority=="string"?v.fetchPriority:void 0,referrerPolicy:typeof v.referrerPolicy=="string"?v.referrerPolicy:void 0,imageSrcSet:typeof v.imageSrcSet=="string"?v.imageSrcSet:void 0,imageSizes:typeof v.imageSizes=="string"?v.imageSizes:void 0,media:typeof v.media=="string"?v.media:void 0})}},Bs.preloadModule=function(h,v){if(typeof h=="string")if(v){var S=c(v.as,v.crossOrigin);a.d.m(h,{as:typeof v.as=="string"&&v.as!=="script"?v.as:void 0,crossOrigin:S,integrity:typeof v.integrity=="string"?v.integrity:void 0})}else a.d.m(h)},Bs.requestFormReset=function(h){a.d.r(h)},Bs.unstable_batchedUpdates=function(h,v){return h(v)},Bs.useFormState=function(h,v,S){return p.H.useFormState(h,v,S)},Bs.useFormStatus=function(){return p.H.useHostTransitionStatus()},Bs.version="19.2.7",Bs}var Dm;function Ay(){if(Dm)return Dd.exports;Dm=1;function s(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(s)}catch(t){console.error(t)}}return s(),Dd.exports=ix(),Dd.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 jm;function nx(){if(jm)return So;jm=1;var s=sx(),t=hp(),n=Ay();function a(e){var i="https://react.dev/errors/"+e;if(1<arguments.length){i+="?args[]="+encodeURIComponent(arguments[1]);for(var r=2;r<arguments.length;r++)i+="&args[]="+encodeURIComponent(arguments[r])}return"Minified React error #"+e+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function l(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function d(e){var i=e,r=e;if(e.alternate)for(;i.return;)i=i.return;else{e=i;do i=e,(i.flags&4098)!==0&&(r=i.return),e=i.return;while(e)}return i.tag===3?r:null}function p(e){if(e.tag===13){var i=e.memoizedState;if(i===null&&(e=e.alternate,e!==null&&(i=e.memoizedState)),i!==null)return i.dehydrated}return null}function c(e){if(e.tag===31){var i=e.memoizedState;if(i===null&&(e=e.alternate,e!==null&&(i=e.memoizedState)),i!==null)return i.dehydrated}return null}function h(e){if(d(e)!==e)throw Error(a(188))}function v(e){var i=e.alternate;if(!i){if(i=d(e),i===null)throw Error(a(188));return i!==e?null:e}for(var r=e,o=i;;){var g=r.return;if(g===null)break;var w=g.alternate;if(w===null){if(o=g.return,o!==null){r=o;continue}break}if(g.child===w.child){for(w=g.child;w;){if(w===r)return h(g),e;if(w===o)return h(g),i;w=w.sibling}throw Error(a(188))}if(r.return!==o.return)r=g,o=w;else{for(var N=!1,z=g.child;z;){if(z===r){N=!0,r=g,o=w;break}if(z===o){N=!0,o=g,r=w;break}z=z.sibling}if(!N){for(z=w.child;z;){if(z===r){N=!0,r=w,o=g;break}if(z===o){N=!0,o=w,r=g;break}z=z.sibling}if(!N)throw Error(a(189))}}if(r.alternate!==o)throw Error(a(190))}if(r.tag!==3)throw Error(a(188));return r.stateNode.current===r?e:i}function S(e){var i=e.tag;if(i===5||i===26||i===27||i===6)return e;for(e=e.child;e!==null;){if(i=S(e),i!==null)return i;e=e.sibling}return null}var f=Object.assign,x=Symbol.for("react.element"),E=Symbol.for("react.transitional.element"),A=Symbol.for("react.portal"),C=Symbol.for("react.fragment"),y=Symbol.for("react.strict_mode"),b=Symbol.for("react.profiler"),_=Symbol.for("react.consumer"),m=Symbol.for("react.context"),k=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),D=Symbol.for("react.suspense_list"),j=Symbol.for("react.memo"),T=Symbol.for("react.lazy"),M=Symbol.for("react.activity"),I=Symbol.for("react.memo_cache_sentinel"),F=Symbol.iterator;function G(e){return e===null||typeof e!="object"?null:(e=F&&e[F]||e["@@iterator"],typeof e=="function"?e:null)}var U=Symbol.for("react.client.reference");function X(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===U?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case C:return"Fragment";case b:return"Profiler";case y:return"StrictMode";case R:return"Suspense";case D:return"SuspenseList";case M:return"Activity"}if(typeof e=="object")switch(e.$$typeof){case A:return"Portal";case m:return e.displayName||"Context";case _:return(e._context.displayName||"Context")+".Consumer";case k:var i=e.render;return e=e.displayName,e||(e=i.displayName||i.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case j:return i=e.displayName||null,i!==null?i:X(e.type)||"Memo";case T:i=e._payload,e=e._init;try{return X(e(i))}catch{}}return null}var Z=Array.isArray,q=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,W=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Q={pending:!1,data:null,method:null,action:null},O=[],H=-1;function L(e){return{current:e}}function B(e){0>H||(e.current=O[H],O[H]=null,H--)}function V(e,i){H++,O[H]=e.current,e.current=i}var te=L(null),ue=L(null),fe=L(null),K=L(null);function $(e,i){switch(V(fe,i),V(ue,e),V(te,null),i.nodeType){case 9:case 11:e=(e=i.documentElement)&&(e=e.namespaceURI)?V_(e):0;break;default:if(e=i.tagName,i=i.namespaceURI)i=V_(i),e=Y_(i,e);else switch(e){case"svg":e=1;break;case"math":e=2;break;default:e=0}}B(te),V(te,e)}function ce(){B(te),B(ue),B(fe)}function re(e){e.memoizedState!==null&&V(K,e);var i=te.current,r=Y_(i,e.type);i!==r&&(V(ue,e),V(te,r))}function ye(e){ue.current===e&&(B(te),B(ue)),K.current===e&&(B(K),go._currentValue=Q)}var Ce,Fe;function ze(e){if(Ce===void 0)try{throw Error()}catch(r){var i=r.stack.trim().match(/\n( *(at )?)/);Ce=i&&i[1]||"",Fe=-1<r.stack.indexOf(`
42
- at`)?" (<anonymous>)":-1<r.stack.indexOf("@")?"@unknown:0:0":""}return`
43
- `+Ce+e+Fe}var Ge=!1;function He(e,i){if(!e||Ge)return"";Ge=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var o={DetermineComponentFrameRoot:function(){try{if(i){var me=function(){throw Error()};if(Object.defineProperty(me.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(me,[])}catch(he){var oe=he}Reflect.construct(e,[],me)}else{try{me.call()}catch(he){oe=he}e.call(me.prototype)}}else{try{throw Error()}catch(he){oe=he}(me=e())&&typeof me.catch=="function"&&me.catch(function(){})}}catch(he){if(he&&oe&&typeof he.stack=="string")return[he.stack,oe.stack]}return[null,null]}};o.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var g=Object.getOwnPropertyDescriptor(o.DetermineComponentFrameRoot,"name");g&&g.configurable&&Object.defineProperty(o.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var w=o.DetermineComponentFrameRoot(),N=w[0],z=w[1];if(N&&z){var Y=N.split(`
44
- `),ae=z.split(`
45
- `);for(g=o=0;o<Y.length&&!Y[o].includes("DetermineComponentFrameRoot");)o++;for(;g<ae.length&&!ae[g].includes("DetermineComponentFrameRoot");)g++;if(o===Y.length||g===ae.length)for(o=Y.length-1,g=ae.length-1;1<=o&&0<=g&&Y[o]!==ae[g];)g--;for(;1<=o&&0<=g;o--,g--)if(Y[o]!==ae[g]){if(o!==1||g!==1)do if(o--,g--,0>g||Y[o]!==ae[g]){var pe=`
46
- `+Y[o].replace(" at new "," at ");return e.displayName&&pe.includes("<anonymous>")&&(pe=pe.replace("<anonymous>",e.displayName)),pe}while(1<=o&&0<=g);break}}}finally{Ge=!1,Error.prepareStackTrace=r}return(r=e?e.displayName||e.name:"")?ze(r):""}function Ne(e,i){switch(e.tag){case 26:case 27:case 5:return ze(e.type);case 16:return ze("Lazy");case 13:return e.child!==i&&i!==null?ze("Suspense Fallback"):ze("Suspense");case 19:return ze("SuspenseList");case 0:case 15:return He(e.type,!1);case 11:return He(e.type.render,!1);case 1:return He(e.type,!0);case 31:return ze("Activity");default:return""}}function Qt(e){try{var i="",r=null;do i+=Ne(e,r),r=e,e=e.return;while(e);return i}catch(o){return`
47
- Error generating stack: `+o.message+`
48
- `+o.stack}}var Ie=Object.prototype.hasOwnProperty,cs=s.unstable_scheduleCallback,ht=s.unstable_cancelCallback,us=s.unstable_shouldYield,yt=s.unstable_requestPaint,st=s.unstable_now,Lt=s.unstable_getCurrentPriorityLevel,Oe=s.unstable_ImmediatePriority,Je=s.unstable_UserBlockingPriority,At=s.unstable_NormalPriority,Wt=s.unstable_LowPriority,Ct=s.unstable_IdlePriority,ws=s.log,at=s.unstable_setDisableYieldValue,ns=null,Gt=null;function Et(e){if(typeof ws=="function"&&at(e),Gt&&typeof Gt.setStrictMode=="function")try{Gt.setStrictMode(ns,e)}catch{}}var vt=Math.clz32?Math.clz32:ke,Ni=Math.log,Rt=Math.LN2;function ke(e){return e>>>=0,e===0?32:31-(Ni(e)/Rt|0)|0}var Ze=256,vs=262144,qt=4194304;function Cs(e){var i=e&42;if(i!==0)return i;switch(e&-e){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 e&261888;case 262144:case 524288:case 1048576:case 2097152:return e&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return e}}function Ei(e,i,r){var o=e.pendingLanes;if(o===0)return 0;var g=0,w=e.suspendedLanes,N=e.pingedLanes;e=e.warmLanes;var z=o&134217727;return z!==0?(o=z&~w,o!==0?g=Cs(o):(N&=z,N!==0?g=Cs(N):r||(r=z&~e,r!==0&&(g=Cs(r))))):(z=o&~w,z!==0?g=Cs(z):N!==0?g=Cs(N):r||(r=o&~e,r!==0&&(g=Cs(r)))),g===0?0:i!==0&&i!==g&&(i&w)===0&&(w=g&-g,r=i&-i,w>=r||w===32&&(r&4194048)!==0)?i:g}function es(e,i){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&i)===0}function Ws(e,i){switch(e){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 Fi(){var e=qt;return qt<<=1,(qt&62914560)===0&&(qt=4194304),e}function Gs(e){for(var i=[],r=0;31>r;r++)i.push(e);return i}function Os(e,i){e.pendingLanes|=i,i!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function yn(e,i,r,o,g,w){var N=e.pendingLanes;e.pendingLanes=r,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=r,e.entangledLanes&=r,e.errorRecoveryDisabledLanes&=r,e.shellSuspendCounter=0;var z=e.entanglements,Y=e.expirationTimes,ae=e.hiddenUpdates;for(r=N&~r;0<r;){var pe=31-vt(r),me=1<<pe;z[pe]=0,Y[pe]=-1;var oe=ae[pe];if(oe!==null)for(ae[pe]=null,pe=0;pe<oe.length;pe++){var he=oe[pe];he!==null&&(he.lane&=-536870913)}r&=~me}o!==0&&ie(e,o,0),w!==0&&g===0&&e.tag!==0&&(e.suspendedLanes|=w&~(N&~i))}function ie(e,i,r){e.pendingLanes|=i,e.suspendedLanes&=~i;var o=31-vt(i);e.entangledLanes|=i,e.entanglements[o]=e.entanglements[o]|1073741824|r&261930}function ve(e,i){var r=e.entangledLanes|=i;for(e=e.entanglements;r;){var o=31-vt(r),g=1<<o;g&i|e[o]&i&&(e[o]|=i),r&=~g}}function xe(e,i){var r=i&-i;return r=(r&42)!==0?1:be(r),(r&(e.suspendedLanes|i))!==0?0:r}function be(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=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:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function Me(e){return e&=-e,2<e?8<e?(e&134217727)!==0?32:268435456:8:2}function _t(){var e=W.p;return e!==0?e:(e=window.event,e===void 0?32:_m(e.type))}function ot(e,i){var r=W.p;try{return W.p=e,i()}finally{W.p=r}}var tt=Math.random().toString(36).slice(2),Ke="__reactFiber$"+tt,dt="__reactProps$"+tt,mt="__reactContainer$"+tt,Es="__reactEvents$"+tt,lt="__reactListeners$"+tt,zs="__reactHandles$"+tt,_e="__reactResources$"+tt,De="__reactMarker$"+tt;function Pe(e){delete e[Ke],delete e[dt],delete e[Es],delete e[lt],delete e[zs]}function bt(e){var i=e[Ke];if(i)return i;for(var r=e.parentNode;r;){if(i=r[mt]||r[Ke]){if(r=i.alternate,i.child!==null||r!==null&&r.child!==null)for(e=tm(e);e!==null;){if(r=e[Ke])return r;e=tm(e)}return i}e=r,r=e.parentNode}return null}function We(e){if(e=e[Ke]||e[mt]){var i=e.tag;if(i===5||i===6||i===13||i===31||i===26||i===27||i===3)return e}return null}function hs(e){var i=e.tag;if(i===5||i===26||i===27||i===6)return e.stateNode;throw Error(a(33))}function Ts(e){var i=e[_e];return i||(i=e[_e]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function kt(e){e[De]=!0}var bn=new Set,Li={};function rs(e,i){ki(e,i),ki(e+"Capture",i)}function ki(e,i){for(Li[e]=i,e=0;e<i.length;e++)bn.add(i[e])}var Ar=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]*$"),Sn={},Ma={};function nl(e){return Ie.call(Ma,e)?!0:Ie.call(Sn,e)?!1:Ar.test(e)?Ma[e]=!0:(Sn[e]=!0,!1)}function J(e,i,r){if(nl(i))if(r===null)e.removeAttribute(i);else{switch(typeof r){case"undefined":case"function":case"symbol":e.removeAttribute(i);return;case"boolean":var o=i.toLowerCase().slice(0,5);if(o!=="data-"&&o!=="aria-"){e.removeAttribute(i);return}}e.setAttribute(i,""+r)}}function Se(e,i,r){if(r===null)e.removeAttribute(i);else{switch(typeof r){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(i);return}e.setAttribute(i,""+r)}}function Re(e,i,r,o){if(o===null)e.removeAttribute(r);else{switch(typeof o){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(r);return}e.setAttributeNS(i,r,""+o)}}function Ue(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Mt(e){var i=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function gs(e,i,r){var o=Object.getOwnPropertyDescriptor(e.constructor.prototype,i);if(!e.hasOwnProperty(i)&&typeof o<"u"&&typeof o.get=="function"&&typeof o.set=="function"){var g=o.get,w=o.set;return Object.defineProperty(e,i,{configurable:!0,get:function(){return g.call(this)},set:function(N){r=""+N,w.call(this,N)}}),Object.defineProperty(e,i,{enumerable:o.enumerable}),{getValue:function(){return r},setValue:function(N){r=""+N},stopTracking:function(){e._valueTracker=null,delete e[i]}}}}function as(e){if(!e._valueTracker){var i=Mt(e)?"checked":"value";e._valueTracker=gs(e,i,""+e[i])}}function Da(e){if(!e)return!1;var i=e._valueTracker;if(!i)return!0;var r=i.getValue(),o="";return e&&(o=Mt(e)?e.checked?"true":"false":e.value),e=o,e!==r?(i.setValue(e),!0):!1}function rl(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var qb=/[\n"\\]/g;function hi(e){return e.replace(qb,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function yu(e,i,r,o,g,w,N,z){e.name="",N!=null&&typeof N!="function"&&typeof N!="symbol"&&typeof N!="boolean"?e.type=N:e.removeAttribute("type"),i!=null?N==="number"?(i===0&&e.value===""||e.value!=i)&&(e.value=""+Ue(i)):e.value!==""+Ue(i)&&(e.value=""+Ue(i)):N!=="submit"&&N!=="reset"||e.removeAttribute("value"),i!=null?bu(e,N,Ue(i)):r!=null?bu(e,N,Ue(r)):o!=null&&e.removeAttribute("value"),g==null&&w!=null&&(e.defaultChecked=!!w),g!=null&&(e.checked=g&&typeof g!="function"&&typeof g!="symbol"),z!=null&&typeof z!="function"&&typeof z!="symbol"&&typeof z!="boolean"?e.name=""+Ue(z):e.removeAttribute("name")}function Pp(e,i,r,o,g,w,N,z){if(w!=null&&typeof w!="function"&&typeof w!="symbol"&&typeof w!="boolean"&&(e.type=w),i!=null||r!=null){if(!(w!=="submit"&&w!=="reset"||i!=null)){as(e);return}r=r!=null?""+Ue(r):"",i=i!=null?""+Ue(i):r,z||i===e.value||(e.value=i),e.defaultValue=i}o=o??g,o=typeof o!="function"&&typeof o!="symbol"&&!!o,e.checked=z?e.checked:!!o,e.defaultChecked=!!o,N!=null&&typeof N!="function"&&typeof N!="symbol"&&typeof N!="boolean"&&(e.name=N),as(e)}function bu(e,i,r){i==="number"&&rl(e.ownerDocument)===e||e.defaultValue===""+r||(e.defaultValue=""+r)}function Rr(e,i,r,o){if(e=e.options,i){i={};for(var g=0;g<r.length;g++)i["$"+r[g]]=!0;for(r=0;r<e.length;r++)g=i.hasOwnProperty("$"+e[r].value),e[r].selected!==g&&(e[r].selected=g),g&&o&&(e[r].defaultSelected=!0)}else{for(r=""+Ue(r),i=null,g=0;g<e.length;g++){if(e[g].value===r){e[g].selected=!0,o&&(e[g].defaultSelected=!0);return}i!==null||e[g].disabled||(i=e[g])}i!==null&&(i.selected=!0)}}function Up(e,i,r){if(i!=null&&(i=""+Ue(i),i!==e.value&&(e.value=i),r==null)){e.defaultValue!==i&&(e.defaultValue=i);return}e.defaultValue=r!=null?""+Ue(r):""}function Fp(e,i,r,o){if(i==null){if(o!=null){if(r!=null)throw Error(a(92));if(Z(o)){if(1<o.length)throw Error(a(93));o=o[0]}r=o}r==null&&(r=""),i=r}r=Ue(i),e.defaultValue=r,o=e.textContent,o===r&&o!==""&&o!==null&&(e.value=o),as(e)}function Mr(e,i){if(i){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=i;return}}e.textContent=i}var Wb=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 qp(e,i,r){var o=i.indexOf("--")===0;r==null||typeof r=="boolean"||r===""?o?e.setProperty(i,""):i==="float"?e.cssFloat="":e[i]="":o?e.setProperty(i,r):typeof r!="number"||r===0||Wb.has(i)?i==="float"?e.cssFloat=r:e[i]=(""+r).trim():e[i]=r+"px"}function Wp(e,i,r){if(i!=null&&typeof i!="object")throw Error(a(62));if(e=e.style,r!=null){for(var o in r)!r.hasOwnProperty(o)||i!=null&&i.hasOwnProperty(o)||(o.indexOf("--")===0?e.setProperty(o,""):o==="float"?e.cssFloat="":e[o]="");for(var g in i)o=i[g],i.hasOwnProperty(g)&&r[g]!==o&&qp(e,g,o)}else for(var w in i)i.hasOwnProperty(w)&&qp(e,w,i[w])}function Su(e){if(e.indexOf("-")===-1)return!1;switch(e){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 Gb=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"]]),Vb=/^[\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 al(e){return Vb.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function qi(){}var wu=null;function xu(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Dr=null,jr=null;function Gp(e){var i=We(e);if(i&&(e=i.stateNode)){var r=e[dt]||null;e:switch(e=i.stateNode,i.type){case"input":if(yu(e,r.value,r.defaultValue,r.defaultValue,r.checked,r.defaultChecked,r.type,r.name),i=r.name,r.type==="radio"&&i!=null){for(r=e;r.parentNode;)r=r.parentNode;for(r=r.querySelectorAll('input[name="'+hi(""+i)+'"][type="radio"]'),i=0;i<r.length;i++){var o=r[i];if(o!==e&&o.form===e.form){var g=o[dt]||null;if(!g)throw Error(a(90));yu(o,g.value,g.defaultValue,g.defaultValue,g.checked,g.defaultChecked,g.type,g.name)}}for(i=0;i<r.length;i++)o=r[i],o.form===e.form&&Da(o)}break e;case"textarea":Up(e,r.value,r.defaultValue);break e;case"select":i=r.value,i!=null&&Rr(e,!!r.multiple,i,!1)}}}var Cu=!1;function Vp(e,i,r){if(Cu)return e(i,r);Cu=!0;try{var o=e(i);return o}finally{if(Cu=!1,(Dr!==null||jr!==null)&&(Vl(),Dr&&(i=Dr,e=jr,jr=Dr=null,Gp(i),e)))for(i=0;i<e.length;i++)Gp(e[i])}}function ja(e,i){var r=e.stateNode;if(r===null)return null;var o=r[dt]||null;if(o===null)return null;r=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)||(e=e.type,o=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!o;break e;default:e=!1}if(e)return null;if(r&&typeof r!="function")throw Error(a(231,i,typeof r));return r}var Wi=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Eu=!1;if(Wi)try{var Na={};Object.defineProperty(Na,"passive",{get:function(){Eu=!0}}),window.addEventListener("test",Na,Na),window.removeEventListener("test",Na,Na)}catch{Eu=!1}var wn=null,ku=null,ol=null;function Yp(){if(ol)return ol;var e,i=ku,r=i.length,o,g="value"in wn?wn.value:wn.textContent,w=g.length;for(e=0;e<r&&i[e]===g[e];e++);var N=r-e;for(o=1;o<=N&&i[r-o]===g[w-o];o++);return ol=g.slice(e,1<o?1-o:void 0)}function ll(e){var i=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&i===13&&(e=13)):e=i,e===10&&(e=13),32<=e||e===13?e:0}function cl(){return!0}function Kp(){return!1}function Vs(e){function i(r,o,g,w,N){this._reactName=r,this._targetInst=g,this.type=o,this.nativeEvent=w,this.target=N,this.currentTarget=null;for(var z in e)e.hasOwnProperty(z)&&(r=e[z],this[z]=r?r(w):w[z]);return this.isDefaultPrevented=(w.defaultPrevented!=null?w.defaultPrevented:w.returnValue===!1)?cl:Kp,this.isPropagationStopped=Kp,this}return f(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var r=this.nativeEvent;r&&(r.preventDefault?r.preventDefault():typeof r.returnValue!="unknown"&&(r.returnValue=!1),this.isDefaultPrevented=cl)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=cl)},persist:function(){},isPersistent:cl}),i}var Jn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ul=Vs(Jn),La=f({},Jn,{view:0,detail:0}),Yb=Vs(La),Tu,Au,Oa,hl=f({},La,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Mu,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Oa&&(Oa&&e.type==="mousemove"?(Tu=e.screenX-Oa.screenX,Au=e.screenY-Oa.screenY):Au=Tu=0,Oa=e),Tu)},movementY:function(e){return"movementY"in e?e.movementY:Au}}),Xp=Vs(hl),Kb=f({},hl,{dataTransfer:0}),Xb=Vs(Kb),Jb=f({},La,{relatedTarget:0}),Ru=Vs(Jb),Zb=f({},Jn,{animationName:0,elapsedTime:0,pseudoElement:0}),Qb=Vs(Zb),eS=f({},Jn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),tS=Vs(eS),sS=f({},Jn,{data:0}),Jp=Vs(sS),iS={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},nS={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"},rS={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function aS(e){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(e):(e=rS[e])?!!i[e]:!1}function Mu(){return aS}var oS=f({},La,{key:function(e){if(e.key){var i=iS[e.key]||e.key;if(i!=="Unidentified")return i}return e.type==="keypress"?(e=ll(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?nS[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Mu,charCode:function(e){return e.type==="keypress"?ll(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?ll(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),lS=Vs(oS),cS=f({},hl,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Zp=Vs(cS),uS=f({},La,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Mu}),hS=Vs(uS),dS=f({},Jn,{propertyName:0,elapsedTime:0,pseudoElement:0}),fS=Vs(dS),pS=f({},hl,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),vS=Vs(pS),gS=f({},Jn,{newState:0,oldState:0}),_S=Vs(gS),mS=[9,13,27,32],Du=Wi&&"CompositionEvent"in window,Ba=null;Wi&&"documentMode"in document&&(Ba=document.documentMode);var yS=Wi&&"TextEvent"in window&&!Ba,Qp=Wi&&(!Du||Ba&&8<Ba&&11>=Ba),ev=" ",tv=!1;function sv(e,i){switch(e){case"keyup":return mS.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function iv(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Nr=!1;function bS(e,i){switch(e){case"compositionend":return iv(i);case"keypress":return i.which!==32?null:(tv=!0,ev);case"textInput":return e=i.data,e===ev&&tv?null:e;default:return null}}function SS(e,i){if(Nr)return e==="compositionend"||!Du&&sv(e,i)?(e=Yp(),ol=ku=wn=null,Nr=!1,e):null;switch(e){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 Qp&&i.locale!=="ko"?null:i.data;default:return null}}var wS={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 nv(e){var i=e&&e.nodeName&&e.nodeName.toLowerCase();return i==="input"?!!wS[e.type]:i==="textarea"}function rv(e,i,r,o){Dr?jr?jr.push(o):jr=[o]:Dr=o,i=ec(i,"onChange"),0<i.length&&(r=new ul("onChange","change",null,r,o),e.push({event:r,listeners:i}))}var Ha=null,Ia=null;function xS(e){P_(e,0)}function dl(e){var i=hs(e);if(Da(i))return e}function av(e,i){if(e==="change")return i}var ov=!1;if(Wi){var ju;if(Wi){var Nu="oninput"in document;if(!Nu){var lv=document.createElement("div");lv.setAttribute("oninput","return;"),Nu=typeof lv.oninput=="function"}ju=Nu}else ju=!1;ov=ju&&(!document.documentMode||9<document.documentMode)}function cv(){Ha&&(Ha.detachEvent("onpropertychange",uv),Ia=Ha=null)}function uv(e){if(e.propertyName==="value"&&dl(Ia)){var i=[];rv(i,Ia,e,xu(e)),Vp(xS,i)}}function CS(e,i,r){e==="focusin"?(cv(),Ha=i,Ia=r,Ha.attachEvent("onpropertychange",uv)):e==="focusout"&&cv()}function ES(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return dl(Ia)}function kS(e,i){if(e==="click")return dl(i)}function TS(e,i){if(e==="input"||e==="change")return dl(i)}function AS(e,i){return e===i&&(e!==0||1/e===1/i)||e!==e&&i!==i}var ti=typeof Object.is=="function"?Object.is:AS;function za(e,i){if(ti(e,i))return!0;if(typeof e!="object"||e===null||typeof i!="object"||i===null)return!1;var r=Object.keys(e),o=Object.keys(i);if(r.length!==o.length)return!1;for(o=0;o<r.length;o++){var g=r[o];if(!Ie.call(i,g)||!ti(e[g],i[g]))return!1}return!0}function hv(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function dv(e,i){var r=hv(e);e=0;for(var o;r;){if(r.nodeType===3){if(o=e+r.textContent.length,e<=i&&o>=i)return{node:r,offset:i-e};e=o}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=hv(r)}}function fv(e,i){return e&&i?e===i?!0:e&&e.nodeType===3?!1:i&&i.nodeType===3?fv(e,i.parentNode):"contains"in e?e.contains(i):e.compareDocumentPosition?!!(e.compareDocumentPosition(i)&16):!1:!1}function pv(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var i=rl(e.document);i instanceof e.HTMLIFrameElement;){try{var r=typeof i.contentWindow.location.href=="string"}catch{r=!1}if(r)e=i.contentWindow;else break;i=rl(e.document)}return i}function Lu(e){var i=e&&e.nodeName&&e.nodeName.toLowerCase();return i&&(i==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||i==="textarea"||e.contentEditable==="true")}var RS=Wi&&"documentMode"in document&&11>=document.documentMode,Lr=null,Ou=null,$a=null,Bu=!1;function vv(e,i,r){var o=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;Bu||Lr==null||Lr!==rl(o)||(o=Lr,"selectionStart"in o&&Lu(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}),$a&&za($a,o)||($a=o,o=ec(Ou,"onSelect"),0<o.length&&(i=new ul("onSelect","select",null,i,r),e.push({event:i,listeners:o}),i.target=Lr)))}function Zn(e,i){var r={};return r[e.toLowerCase()]=i.toLowerCase(),r["Webkit"+e]="webkit"+i,r["Moz"+e]="moz"+i,r}var Or={animationend:Zn("Animation","AnimationEnd"),animationiteration:Zn("Animation","AnimationIteration"),animationstart:Zn("Animation","AnimationStart"),transitionrun:Zn("Transition","TransitionRun"),transitionstart:Zn("Transition","TransitionStart"),transitioncancel:Zn("Transition","TransitionCancel"),transitionend:Zn("Transition","TransitionEnd")},Hu={},gv={};Wi&&(gv=document.createElement("div").style,"AnimationEvent"in window||(delete Or.animationend.animation,delete Or.animationiteration.animation,delete Or.animationstart.animation),"TransitionEvent"in window||delete Or.transitionend.transition);function Qn(e){if(Hu[e])return Hu[e];if(!Or[e])return e;var i=Or[e],r;for(r in i)if(i.hasOwnProperty(r)&&r in gv)return Hu[e]=i[r];return e}var _v=Qn("animationend"),mv=Qn("animationiteration"),yv=Qn("animationstart"),MS=Qn("transitionrun"),DS=Qn("transitionstart"),jS=Qn("transitioncancel"),bv=Qn("transitionend"),Sv=new Map,Iu="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(" ");Iu.push("scrollEnd");function Ti(e,i){Sv.set(e,i),rs(i,[e])}var fl=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var i=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(i))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},di=[],Br=0,zu=0;function pl(){for(var e=Br,i=zu=Br=0;i<e;){var r=di[i];di[i++]=null;var o=di[i];di[i++]=null;var g=di[i];di[i++]=null;var w=di[i];if(di[i++]=null,o!==null&&g!==null){var N=o.pending;N===null?g.next=g:(g.next=N.next,N.next=g),o.pending=g}w!==0&&wv(r,g,w)}}function vl(e,i,r,o){di[Br++]=e,di[Br++]=i,di[Br++]=r,di[Br++]=o,zu|=o,e.lanes|=o,e=e.alternate,e!==null&&(e.lanes|=o)}function $u(e,i,r,o){return vl(e,i,r,o),gl(e)}function er(e,i){return vl(e,null,null,i),gl(e)}function wv(e,i,r){e.lanes|=r;var o=e.alternate;o!==null&&(o.lanes|=r);for(var g=!1,w=e.return;w!==null;)w.childLanes|=r,o=w.alternate,o!==null&&(o.childLanes|=r),w.tag===22&&(e=w.stateNode,e===null||e._visibility&1||(g=!0)),e=w,w=w.return;return e.tag===3?(w=e.stateNode,g&&i!==null&&(g=31-vt(r),e=w.hiddenUpdates,o=e[g],o===null?e[g]=[i]:o.push(i),i.lane=r|536870912),w):null}function gl(e){if(50<lo)throw lo=0,Kh=null,Error(a(185));for(var i=e.return;i!==null;)e=i,i=e.return;return e.tag===3?e.stateNode:null}var Hr={};function NS(e,i,r,o){this.tag=e,this.key=r,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 si(e,i,r,o){return new NS(e,i,r,o)}function Pu(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Gi(e,i){var r=e.alternate;return r===null?(r=si(e.tag,i,e.key,e.mode),r.elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=i,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=e.flags&65011712,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,i=e.dependencies,r.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r.refCleanup=e.refCleanup,r}function xv(e,i){e.flags&=65011714;var r=e.alternate;return r===null?(e.childLanes=0,e.lanes=i,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null):(e.childLanes=r.childLanes,e.lanes=r.lanes,e.child=r.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=r.memoizedProps,e.memoizedState=r.memoizedState,e.updateQueue=r.updateQueue,e.type=r.type,i=r.dependencies,e.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),e}function _l(e,i,r,o,g,w){var N=0;if(o=e,typeof e=="function")Pu(e)&&(N=1);else if(typeof e=="string")N=Iw(e,r,te.current)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case M:return e=si(31,r,i,g),e.elementType=M,e.lanes=w,e;case C:return tr(r.children,g,w,i);case y:N=8,g|=24;break;case b:return e=si(12,r,i,g|2),e.elementType=b,e.lanes=w,e;case R:return e=si(13,r,i,g),e.elementType=R,e.lanes=w,e;case D:return e=si(19,r,i,g),e.elementType=D,e.lanes=w,e;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case m:N=10;break e;case _:N=9;break e;case k:N=11;break e;case j:N=14;break e;case T:N=16,o=null;break e}N=29,r=Error(a(130,e===null?"null":typeof e,"")),o=null}return i=si(N,r,i,g),i.elementType=e,i.type=o,i.lanes=w,i}function tr(e,i,r,o){return e=si(7,e,o,i),e.lanes=r,e}function Uu(e,i,r){return e=si(6,e,null,i),e.lanes=r,e}function Cv(e){var i=si(18,null,null,0);return i.stateNode=e,i}function Fu(e,i,r){return i=si(4,e.children!==null?e.children:[],e.key,i),i.lanes=r,i.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},i}var Ev=new WeakMap;function fi(e,i){if(typeof e=="object"&&e!==null){var r=Ev.get(e);return r!==void 0?r:(i={value:e,source:i,stack:Qt(i)},Ev.set(e,i),i)}return{value:e,source:i,stack:Qt(i)}}var Ir=[],zr=0,ml=null,Pa=0,pi=[],vi=0,xn=null,Oi=1,Bi="";function Vi(e,i){Ir[zr++]=Pa,Ir[zr++]=ml,ml=e,Pa=i}function kv(e,i,r){pi[vi++]=Oi,pi[vi++]=Bi,pi[vi++]=xn,xn=e;var o=Oi;e=Bi;var g=32-vt(o)-1;o&=~(1<<g),r+=1;var w=32-vt(i)+g;if(30<w){var N=g-g%5;w=(o&(1<<N)-1).toString(32),o>>=N,g-=N,Oi=1<<32-vt(i)+g|r<<g|o,Bi=w+e}else Oi=1<<w|r<<g|o,Bi=e}function qu(e){e.return!==null&&(Vi(e,1),kv(e,1,0))}function Wu(e){for(;e===ml;)ml=Ir[--zr],Ir[zr]=null,Pa=Ir[--zr],Ir[zr]=null;for(;e===xn;)xn=pi[--vi],pi[vi]=null,Bi=pi[--vi],pi[vi]=null,Oi=pi[--vi],pi[vi]=null}function Tv(e,i){pi[vi++]=Oi,pi[vi++]=Bi,pi[vi++]=xn,Oi=i.id,Bi=i.overflow,xn=e}var As=null,Vt=null,gt=!1,Cn=null,gi=!1,Gu=Error(a(519));function En(e){var i=Error(a(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw Ua(fi(i,e)),Gu}function Av(e){var i=e.stateNode,r=e.type,o=e.memoizedProps;switch(i[Ke]=e,i[dt]=o,r){case"dialog":ut("cancel",i),ut("close",i);break;case"iframe":case"object":case"embed":ut("load",i);break;case"video":case"audio":for(r=0;r<uo.length;r++)ut(uo[r],i);break;case"source":ut("error",i);break;case"img":case"image":case"link":ut("error",i),ut("load",i);break;case"details":ut("toggle",i);break;case"input":ut("invalid",i),Pp(i,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0);break;case"select":ut("invalid",i);break;case"textarea":ut("invalid",i),Fp(i,o.value,o.defaultValue,o.children)}r=o.children,typeof r!="string"&&typeof r!="number"&&typeof r!="bigint"||i.textContent===""+r||o.suppressHydrationWarning===!0||W_(i.textContent,r)?(o.popover!=null&&(ut("beforetoggle",i),ut("toggle",i)),o.onScroll!=null&&ut("scroll",i),o.onScrollEnd!=null&&ut("scrollend",i),o.onClick!=null&&(i.onclick=qi),i=!0):i=!1,i||En(e,!0)}function Rv(e){for(As=e.return;As;)switch(As.tag){case 5:case 31:case 13:gi=!1;return;case 27:case 3:gi=!0;return;default:As=As.return}}function $r(e){if(e!==As)return!1;if(!gt)return Rv(e),gt=!0,!1;var i=e.tag,r;if((r=i!==3&&i!==27)&&((r=i===5)&&(r=e.type,r=!(r!=="form"&&r!=="button")||ud(e.type,e.memoizedProps)),r=!r),r&&Vt&&En(e),Rv(e),i===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(a(317));Vt=em(e)}else if(i===31){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(a(317));Vt=em(e)}else i===27?(i=Vt,zn(e.type)?(e=vd,vd=null,Vt=e):Vt=i):Vt=As?mi(e.stateNode.nextSibling):null;return!0}function sr(){Vt=As=null,gt=!1}function Vu(){var e=Cn;return e!==null&&(Js===null?Js=e:Js.push.apply(Js,e),Cn=null),e}function Ua(e){Cn===null?Cn=[e]:Cn.push(e)}var Yu=L(null),ir=null,Yi=null;function kn(e,i,r){V(Yu,i._currentValue),i._currentValue=r}function Ki(e){e._currentValue=Yu.current,B(Yu)}function Ku(e,i,r){for(;e!==null;){var o=e.alternate;if((e.childLanes&i)!==i?(e.childLanes|=i,o!==null&&(o.childLanes|=i)):o!==null&&(o.childLanes&i)!==i&&(o.childLanes|=i),e===r)break;e=e.return}}function Xu(e,i,r,o){var g=e.child;for(g!==null&&(g.return=e);g!==null;){var w=g.dependencies;if(w!==null){var N=g.child;w=w.firstContext;e:for(;w!==null;){var z=w;w=g;for(var Y=0;Y<i.length;Y++)if(z.context===i[Y]){w.lanes|=r,z=w.alternate,z!==null&&(z.lanes|=r),Ku(w.return,r,e),o||(N=null);break e}w=z.next}}else if(g.tag===18){if(N=g.return,N===null)throw Error(a(341));N.lanes|=r,w=N.alternate,w!==null&&(w.lanes|=r),Ku(N,r,e),N=null}else N=g.child;if(N!==null)N.return=g;else for(N=g;N!==null;){if(N===e){N=null;break}if(g=N.sibling,g!==null){g.return=N.return,N=g;break}N=N.return}g=N}}function Pr(e,i,r,o){e=null;for(var g=i,w=!1;g!==null;){if(!w){if((g.flags&524288)!==0)w=!0;else if((g.flags&262144)!==0)break}if(g.tag===10){var N=g.alternate;if(N===null)throw Error(a(387));if(N=N.memoizedProps,N!==null){var z=g.type;ti(g.pendingProps.value,N.value)||(e!==null?e.push(z):e=[z])}}else if(g===K.current){if(N=g.alternate,N===null)throw Error(a(387));N.memoizedState.memoizedState!==g.memoizedState.memoizedState&&(e!==null?e.push(go):e=[go])}g=g.return}e!==null&&Xu(i,e,r,o),i.flags|=262144}function yl(e){for(e=e.firstContext;e!==null;){if(!ti(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function nr(e){ir=e,Yi=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function Rs(e){return Mv(ir,e)}function bl(e,i){return ir===null&&nr(e),Mv(e,i)}function Mv(e,i){var r=i._currentValue;if(i={context:i,memoizedValue:r,next:null},Yi===null){if(e===null)throw Error(a(308));Yi=i,e.dependencies={lanes:0,firstContext:i},e.flags|=524288}else Yi=Yi.next=i;return r}var LS=typeof AbortController<"u"?AbortController:function(){var e=[],i=this.signal={aborted:!1,addEventListener:function(r,o){e.push(o)}};this.abort=function(){i.aborted=!0,e.forEach(function(r){return r()})}},OS=s.unstable_scheduleCallback,BS=s.unstable_NormalPriority,_s={$$typeof:m,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Ju(){return{controller:new LS,data:new Map,refCount:0}}function Fa(e){e.refCount--,e.refCount===0&&OS(BS,function(){e.controller.abort()})}var qa=null,Zu=0,Ur=0,Fr=null;function HS(e,i){if(qa===null){var r=qa=[];Zu=0,Ur=td(),Fr={status:"pending",value:void 0,then:function(o){r.push(o)}}}return Zu++,i.then(Dv,Dv),i}function Dv(){if(--Zu===0&&qa!==null){Fr!==null&&(Fr.status="fulfilled");var e=qa;qa=null,Ur=0,Fr=null;for(var i=0;i<e.length;i++)(0,e[i])()}}function IS(e,i){var r=[],o={status:"pending",value:null,reason:null,then:function(g){r.push(g)}};return e.then(function(){o.status="fulfilled",o.value=i;for(var g=0;g<r.length;g++)(0,r[g])(i)},function(g){for(o.status="rejected",o.reason=g,g=0;g<r.length;g++)(0,r[g])(void 0)}),o}var jv=q.S;q.S=function(e,i){v_=st(),typeof i=="object"&&i!==null&&typeof i.then=="function"&&HS(e,i),jv!==null&&jv(e,i)};var rr=L(null);function Qu(){var e=rr.current;return e!==null?e:Pt.pooledCache}function Sl(e,i){i===null?V(rr,rr.current):V(rr,i.pool)}function Nv(){var e=Qu();return e===null?null:{parent:_s._currentValue,pool:e}}var qr=Error(a(460)),eh=Error(a(474)),wl=Error(a(542)),xl={then:function(){}};function Lv(e){return e=e.status,e==="fulfilled"||e==="rejected"}function Ov(e,i,r){switch(r=e[r],r===void 0?e.push(i):r!==i&&(i.then(qi,qi),i=r),i.status){case"fulfilled":return i.value;case"rejected":throw e=i.reason,Hv(e),e;default:if(typeof i.status=="string")i.then(qi,qi);else{if(e=Pt,e!==null&&100<e.shellSuspendCounter)throw Error(a(482));e=i,e.status="pending",e.then(function(o){if(i.status==="pending"){var g=i;g.status="fulfilled",g.value=o}},function(o){if(i.status==="pending"){var g=i;g.status="rejected",g.reason=o}})}switch(i.status){case"fulfilled":return i.value;case"rejected":throw e=i.reason,Hv(e),e}throw or=i,qr}}function ar(e){try{var i=e._init;return i(e._payload)}catch(r){throw r!==null&&typeof r=="object"&&typeof r.then=="function"?(or=r,qr):r}}var or=null;function Bv(){if(or===null)throw Error(a(459));var e=or;return or=null,e}function Hv(e){if(e===qr||e===wl)throw Error(a(483))}var Wr=null,Wa=0;function Cl(e){var i=Wa;return Wa+=1,Wr===null&&(Wr=[]),Ov(Wr,e,i)}function Ga(e,i){i=i.props.ref,e.ref=i!==void 0?i:null}function El(e,i){throw i.$$typeof===x?Error(a(525)):(e=Object.prototype.toString.call(i),Error(a(31,e==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":e)))}function Iv(e){function i(se,ee){if(e){var ne=se.deletions;ne===null?(se.deletions=[ee],se.flags|=16):ne.push(ee)}}function r(se,ee){if(!e)return null;for(;ee!==null;)i(se,ee),ee=ee.sibling;return null}function o(se){for(var ee=new Map;se!==null;)se.key!==null?ee.set(se.key,se):ee.set(se.index,se),se=se.sibling;return ee}function g(se,ee){return se=Gi(se,ee),se.index=0,se.sibling=null,se}function w(se,ee,ne){return se.index=ne,e?(ne=se.alternate,ne!==null?(ne=ne.index,ne<ee?(se.flags|=67108866,ee):ne):(se.flags|=67108866,ee)):(se.flags|=1048576,ee)}function N(se){return e&&se.alternate===null&&(se.flags|=67108866),se}function z(se,ee,ne,ge){return ee===null||ee.tag!==6?(ee=Uu(ne,se.mode,ge),ee.return=se,ee):(ee=g(ee,ne),ee.return=se,ee)}function Y(se,ee,ne,ge){var qe=ne.type;return qe===C?pe(se,ee,ne.props.children,ge,ne.key):ee!==null&&(ee.elementType===qe||typeof qe=="object"&&qe!==null&&qe.$$typeof===T&&ar(qe)===ee.type)?(ee=g(ee,ne.props),Ga(ee,ne),ee.return=se,ee):(ee=_l(ne.type,ne.key,ne.props,null,se.mode,ge),Ga(ee,ne),ee.return=se,ee)}function ae(se,ee,ne,ge){return ee===null||ee.tag!==4||ee.stateNode.containerInfo!==ne.containerInfo||ee.stateNode.implementation!==ne.implementation?(ee=Fu(ne,se.mode,ge),ee.return=se,ee):(ee=g(ee,ne.children||[]),ee.return=se,ee)}function pe(se,ee,ne,ge,qe){return ee===null||ee.tag!==7?(ee=tr(ne,se.mode,ge,qe),ee.return=se,ee):(ee=g(ee,ne),ee.return=se,ee)}function me(se,ee,ne){if(typeof ee=="string"&&ee!==""||typeof ee=="number"||typeof ee=="bigint")return ee=Uu(""+ee,se.mode,ne),ee.return=se,ee;if(typeof ee=="object"&&ee!==null){switch(ee.$$typeof){case E:return ne=_l(ee.type,ee.key,ee.props,null,se.mode,ne),Ga(ne,ee),ne.return=se,ne;case A:return ee=Fu(ee,se.mode,ne),ee.return=se,ee;case T:return ee=ar(ee),me(se,ee,ne)}if(Z(ee)||G(ee))return ee=tr(ee,se.mode,ne,null),ee.return=se,ee;if(typeof ee.then=="function")return me(se,Cl(ee),ne);if(ee.$$typeof===m)return me(se,bl(se,ee),ne);El(se,ee)}return null}function oe(se,ee,ne,ge){var qe=ee!==null?ee.key:null;if(typeof ne=="string"&&ne!==""||typeof ne=="number"||typeof ne=="bigint")return qe!==null?null:z(se,ee,""+ne,ge);if(typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case E:return ne.key===qe?Y(se,ee,ne,ge):null;case A:return ne.key===qe?ae(se,ee,ne,ge):null;case T:return ne=ar(ne),oe(se,ee,ne,ge)}if(Z(ne)||G(ne))return qe!==null?null:pe(se,ee,ne,ge,null);if(typeof ne.then=="function")return oe(se,ee,Cl(ne),ge);if(ne.$$typeof===m)return oe(se,ee,bl(se,ne),ge);El(se,ne)}return null}function he(se,ee,ne,ge,qe){if(typeof ge=="string"&&ge!==""||typeof ge=="number"||typeof ge=="bigint")return se=se.get(ne)||null,z(ee,se,""+ge,qe);if(typeof ge=="object"&&ge!==null){switch(ge.$$typeof){case E:return se=se.get(ge.key===null?ne:ge.key)||null,Y(ee,se,ge,qe);case A:return se=se.get(ge.key===null?ne:ge.key)||null,ae(ee,se,ge,qe);case T:return ge=ar(ge),he(se,ee,ne,ge,qe)}if(Z(ge)||G(ge))return se=se.get(ne)||null,pe(ee,se,ge,qe,null);if(typeof ge.then=="function")return he(se,ee,ne,Cl(ge),qe);if(ge.$$typeof===m)return he(se,ee,ne,bl(ee,ge),qe);El(ee,ge)}return null}function Le(se,ee,ne,ge){for(var qe=null,St=null,Be=ee,nt=ee=0,pt=null;Be!==null&&nt<ne.length;nt++){Be.index>nt?(pt=Be,Be=null):pt=Be.sibling;var wt=oe(se,Be,ne[nt],ge);if(wt===null){Be===null&&(Be=pt);break}e&&Be&&wt.alternate===null&&i(se,Be),ee=w(wt,ee,nt),St===null?qe=wt:St.sibling=wt,St=wt,Be=pt}if(nt===ne.length)return r(se,Be),gt&&Vi(se,nt),qe;if(Be===null){for(;nt<ne.length;nt++)Be=me(se,ne[nt],ge),Be!==null&&(ee=w(Be,ee,nt),St===null?qe=Be:St.sibling=Be,St=Be);return gt&&Vi(se,nt),qe}for(Be=o(Be);nt<ne.length;nt++)pt=he(Be,se,nt,ne[nt],ge),pt!==null&&(e&&pt.alternate!==null&&Be.delete(pt.key===null?nt:pt.key),ee=w(pt,ee,nt),St===null?qe=pt:St.sibling=pt,St=pt);return e&&Be.forEach(function(qn){return i(se,qn)}),gt&&Vi(se,nt),qe}function Ve(se,ee,ne,ge){if(ne==null)throw Error(a(151));for(var qe=null,St=null,Be=ee,nt=ee=0,pt=null,wt=ne.next();Be!==null&&!wt.done;nt++,wt=ne.next()){Be.index>nt?(pt=Be,Be=null):pt=Be.sibling;var qn=oe(se,Be,wt.value,ge);if(qn===null){Be===null&&(Be=pt);break}e&&Be&&qn.alternate===null&&i(se,Be),ee=w(qn,ee,nt),St===null?qe=qn:St.sibling=qn,St=qn,Be=pt}if(wt.done)return r(se,Be),gt&&Vi(se,nt),qe;if(Be===null){for(;!wt.done;nt++,wt=ne.next())wt=me(se,wt.value,ge),wt!==null&&(ee=w(wt,ee,nt),St===null?qe=wt:St.sibling=wt,St=wt);return gt&&Vi(se,nt),qe}for(Be=o(Be);!wt.done;nt++,wt=ne.next())wt=he(Be,se,nt,wt.value,ge),wt!==null&&(e&&wt.alternate!==null&&Be.delete(wt.key===null?nt:wt.key),ee=w(wt,ee,nt),St===null?qe=wt:St.sibling=wt,St=wt);return e&&Be.forEach(function(Kw){return i(se,Kw)}),gt&&Vi(se,nt),qe}function Ht(se,ee,ne,ge){if(typeof ne=="object"&&ne!==null&&ne.type===C&&ne.key===null&&(ne=ne.props.children),typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case E:e:{for(var qe=ne.key;ee!==null;){if(ee.key===qe){if(qe=ne.type,qe===C){if(ee.tag===7){r(se,ee.sibling),ge=g(ee,ne.props.children),ge.return=se,se=ge;break e}}else if(ee.elementType===qe||typeof qe=="object"&&qe!==null&&qe.$$typeof===T&&ar(qe)===ee.type){r(se,ee.sibling),ge=g(ee,ne.props),Ga(ge,ne),ge.return=se,se=ge;break e}r(se,ee);break}else i(se,ee);ee=ee.sibling}ne.type===C?(ge=tr(ne.props.children,se.mode,ge,ne.key),ge.return=se,se=ge):(ge=_l(ne.type,ne.key,ne.props,null,se.mode,ge),Ga(ge,ne),ge.return=se,se=ge)}return N(se);case A:e:{for(qe=ne.key;ee!==null;){if(ee.key===qe)if(ee.tag===4&&ee.stateNode.containerInfo===ne.containerInfo&&ee.stateNode.implementation===ne.implementation){r(se,ee.sibling),ge=g(ee,ne.children||[]),ge.return=se,se=ge;break e}else{r(se,ee);break}else i(se,ee);ee=ee.sibling}ge=Fu(ne,se.mode,ge),ge.return=se,se=ge}return N(se);case T:return ne=ar(ne),Ht(se,ee,ne,ge)}if(Z(ne))return Le(se,ee,ne,ge);if(G(ne)){if(qe=G(ne),typeof qe!="function")throw Error(a(150));return ne=qe.call(ne),Ve(se,ee,ne,ge)}if(typeof ne.then=="function")return Ht(se,ee,Cl(ne),ge);if(ne.$$typeof===m)return Ht(se,ee,bl(se,ne),ge);El(se,ne)}return typeof ne=="string"&&ne!==""||typeof ne=="number"||typeof ne=="bigint"?(ne=""+ne,ee!==null&&ee.tag===6?(r(se,ee.sibling),ge=g(ee,ne),ge.return=se,se=ge):(r(se,ee),ge=Uu(ne,se.mode,ge),ge.return=se,se=ge),N(se)):r(se,ee)}return function(se,ee,ne,ge){try{Wa=0;var qe=Ht(se,ee,ne,ge);return Wr=null,qe}catch(Be){if(Be===qr||Be===wl)throw Be;var St=si(29,Be,null,se.mode);return St.lanes=ge,St.return=se,St}finally{}}}var lr=Iv(!0),zv=Iv(!1),Tn=!1;function th(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function sh(e,i){e=e.updateQueue,i.updateQueue===e&&(i.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function An(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function Rn(e,i,r){var o=e.updateQueue;if(o===null)return null;if(o=o.shared,(xt&2)!==0){var g=o.pending;return g===null?i.next=i:(i.next=g.next,g.next=i),o.pending=i,i=gl(e),wv(e,null,r),i}return vl(e,o,i,r),gl(e)}function Va(e,i,r){if(i=i.updateQueue,i!==null&&(i=i.shared,(r&4194048)!==0)){var o=i.lanes;o&=e.pendingLanes,r|=o,i.lanes=r,ve(e,r)}}function ih(e,i){var r=e.updateQueue,o=e.alternate;if(o!==null&&(o=o.updateQueue,r===o)){var g=null,w=null;if(r=r.firstBaseUpdate,r!==null){do{var N={lane:r.lane,tag:r.tag,payload:r.payload,callback:null,next:null};w===null?g=w=N:w=w.next=N,r=r.next}while(r!==null);w===null?g=w=i:w=w.next=i}else g=w=i;r={baseState:o.baseState,firstBaseUpdate:g,lastBaseUpdate:w,shared:o.shared,callbacks:o.callbacks},e.updateQueue=r;return}e=r.lastBaseUpdate,e===null?r.firstBaseUpdate=i:e.next=i,r.lastBaseUpdate=i}var nh=!1;function Ya(){if(nh){var e=Fr;if(e!==null)throw e}}function Ka(e,i,r,o){nh=!1;var g=e.updateQueue;Tn=!1;var w=g.firstBaseUpdate,N=g.lastBaseUpdate,z=g.shared.pending;if(z!==null){g.shared.pending=null;var Y=z,ae=Y.next;Y.next=null,N===null?w=ae:N.next=ae,N=Y;var pe=e.alternate;pe!==null&&(pe=pe.updateQueue,z=pe.lastBaseUpdate,z!==N&&(z===null?pe.firstBaseUpdate=ae:z.next=ae,pe.lastBaseUpdate=Y))}if(w!==null){var me=g.baseState;N=0,pe=ae=Y=null,z=w;do{var oe=z.lane&-536870913,he=oe!==z.lane;if(he?(ft&oe)===oe:(o&oe)===oe){oe!==0&&oe===Ur&&(nh=!0),pe!==null&&(pe=pe.next={lane:0,tag:z.tag,payload:z.payload,callback:null,next:null});e:{var Le=e,Ve=z;oe=i;var Ht=r;switch(Ve.tag){case 1:if(Le=Ve.payload,typeof Le=="function"){me=Le.call(Ht,me,oe);break e}me=Le;break e;case 3:Le.flags=Le.flags&-65537|128;case 0:if(Le=Ve.payload,oe=typeof Le=="function"?Le.call(Ht,me,oe):Le,oe==null)break e;me=f({},me,oe);break e;case 2:Tn=!0}}oe=z.callback,oe!==null&&(e.flags|=64,he&&(e.flags|=8192),he=g.callbacks,he===null?g.callbacks=[oe]:he.push(oe))}else he={lane:oe,tag:z.tag,payload:z.payload,callback:z.callback,next:null},pe===null?(ae=pe=he,Y=me):pe=pe.next=he,N|=oe;if(z=z.next,z===null){if(z=g.shared.pending,z===null)break;he=z,z=he.next,he.next=null,g.lastBaseUpdate=he,g.shared.pending=null}}while(!0);pe===null&&(Y=me),g.baseState=Y,g.firstBaseUpdate=ae,g.lastBaseUpdate=pe,w===null&&(g.shared.lanes=0),Ln|=N,e.lanes=N,e.memoizedState=me}}function $v(e,i){if(typeof e!="function")throw Error(a(191,e));e.call(i)}function Pv(e,i){var r=e.callbacks;if(r!==null)for(e.callbacks=null,e=0;e<r.length;e++)$v(r[e],i)}var Gr=L(null),kl=L(0);function Uv(e,i){e=rn,V(kl,e),V(Gr,i),rn=e|i.baseLanes}function rh(){V(kl,rn),V(Gr,Gr.current)}function ah(){rn=kl.current,B(Gr),B(kl)}var ii=L(null),_i=null;function Mn(e){var i=e.alternate;V(ds,ds.current&1),V(ii,e),_i===null&&(i===null||Gr.current!==null||i.memoizedState!==null)&&(_i=e)}function oh(e){V(ds,ds.current),V(ii,e),_i===null&&(_i=e)}function Fv(e){e.tag===22?(V(ds,ds.current),V(ii,e),_i===null&&(_i=e)):Dn()}function Dn(){V(ds,ds.current),V(ii,ii.current)}function ni(e){B(ii),_i===e&&(_i=null),B(ds)}var ds=L(0);function Tl(e){for(var i=e;i!==null;){if(i.tag===13){var r=i.memoizedState;if(r!==null&&(r=r.dehydrated,r===null||fd(r)||pd(r)))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===e)break;for(;i.sibling===null;){if(i.return===null||i.return===e)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}var Xi=0,it=null,Ot=null,ms=null,Al=!1,Vr=!1,cr=!1,Rl=0,Xa=0,Yr=null,zS=0;function os(){throw Error(a(321))}function lh(e,i){if(i===null)return!1;for(var r=0;r<i.length&&r<e.length;r++)if(!ti(e[r],i[r]))return!1;return!0}function ch(e,i,r,o,g,w){return Xi=w,it=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,q.H=e===null||e.memoizedState===null?kg:Ch,cr=!1,w=r(o,g),cr=!1,Vr&&(w=Wv(i,r,o,g)),qv(e),w}function qv(e){q.H=Qa;var i=Ot!==null&&Ot.next!==null;if(Xi=0,ms=Ot=it=null,Al=!1,Xa=0,Yr=null,i)throw Error(a(300));e===null||ys||(e=e.dependencies,e!==null&&yl(e)&&(ys=!0))}function Wv(e,i,r,o){it=e;var g=0;do{if(Vr&&(Yr=null),Xa=0,Vr=!1,25<=g)throw Error(a(301));if(g+=1,ms=Ot=null,e.updateQueue!=null){var w=e.updateQueue;w.lastEffect=null,w.events=null,w.stores=null,w.memoCache!=null&&(w.memoCache.index=0)}q.H=Tg,w=i(r,o)}while(Vr);return w}function $S(){var e=q.H,i=e.useState()[0];return i=typeof i.then=="function"?Ja(i):i,e=e.useState()[0],(Ot!==null?Ot.memoizedState:null)!==e&&(it.flags|=1024),i}function uh(){var e=Rl!==0;return Rl=0,e}function hh(e,i,r){i.updateQueue=e.updateQueue,i.flags&=-2053,e.lanes&=~r}function dh(e){if(Al){for(e=e.memoizedState;e!==null;){var i=e.queue;i!==null&&(i.pending=null),e=e.next}Al=!1}Xi=0,ms=Ot=it=null,Vr=!1,Xa=Rl=0,Yr=null}function $s(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ms===null?it.memoizedState=ms=e:ms=ms.next=e,ms}function fs(){if(Ot===null){var e=it.alternate;e=e!==null?e.memoizedState:null}else e=Ot.next;var i=ms===null?it.memoizedState:ms.next;if(i!==null)ms=i,Ot=e;else{if(e===null)throw it.alternate===null?Error(a(467)):Error(a(310));Ot=e,e={memoizedState:Ot.memoizedState,baseState:Ot.baseState,baseQueue:Ot.baseQueue,queue:Ot.queue,next:null},ms===null?it.memoizedState=ms=e:ms=ms.next=e}return ms}function Ml(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Ja(e){var i=Xa;return Xa+=1,Yr===null&&(Yr=[]),e=Ov(Yr,e,i),i=it,(ms===null?i.memoizedState:ms.next)===null&&(i=i.alternate,q.H=i===null||i.memoizedState===null?kg:Ch),e}function Dl(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return Ja(e);if(e.$$typeof===m)return Rs(e)}throw Error(a(438,String(e)))}function fh(e){var i=null,r=it.updateQueue;if(r!==null&&(i=r.memoCache),i==null){var o=it.alternate;o!==null&&(o=o.updateQueue,o!==null&&(o=o.memoCache,o!=null&&(i={data:o.data.map(function(g){return g.slice()}),index:0})))}if(i==null&&(i={data:[],index:0}),r===null&&(r=Ml(),it.updateQueue=r),r.memoCache=i,r=i.data[i.index],r===void 0)for(r=i.data[i.index]=Array(e),o=0;o<e;o++)r[o]=I;return i.index++,r}function Ji(e,i){return typeof i=="function"?i(e):i}function jl(e){var i=fs();return ph(i,Ot,e)}function ph(e,i,r){var o=e.queue;if(o===null)throw Error(a(311));o.lastRenderedReducer=r;var g=e.baseQueue,w=o.pending;if(w!==null){if(g!==null){var N=g.next;g.next=w.next,w.next=N}i.baseQueue=g=w,o.pending=null}if(w=e.baseState,g===null)e.memoizedState=w;else{i=g.next;var z=N=null,Y=null,ae=i,pe=!1;do{var me=ae.lane&-536870913;if(me!==ae.lane?(ft&me)===me:(Xi&me)===me){var oe=ae.revertLane;if(oe===0)Y!==null&&(Y=Y.next={lane:0,revertLane:0,gesture:null,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null}),me===Ur&&(pe=!0);else if((Xi&oe)===oe){ae=ae.next,oe===Ur&&(pe=!0);continue}else me={lane:0,revertLane:ae.revertLane,gesture:null,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null},Y===null?(z=Y=me,N=w):Y=Y.next=me,it.lanes|=oe,Ln|=oe;me=ae.action,cr&&r(w,me),w=ae.hasEagerState?ae.eagerState:r(w,me)}else oe={lane:me,revertLane:ae.revertLane,gesture:ae.gesture,action:ae.action,hasEagerState:ae.hasEagerState,eagerState:ae.eagerState,next:null},Y===null?(z=Y=oe,N=w):Y=Y.next=oe,it.lanes|=me,Ln|=me;ae=ae.next}while(ae!==null&&ae!==i);if(Y===null?N=w:Y.next=z,!ti(w,e.memoizedState)&&(ys=!0,pe&&(r=Fr,r!==null)))throw r;e.memoizedState=w,e.baseState=N,e.baseQueue=Y,o.lastRenderedState=w}return g===null&&(o.lanes=0),[e.memoizedState,o.dispatch]}function vh(e){var i=fs(),r=i.queue;if(r===null)throw Error(a(311));r.lastRenderedReducer=e;var o=r.dispatch,g=r.pending,w=i.memoizedState;if(g!==null){r.pending=null;var N=g=g.next;do w=e(w,N.action),N=N.next;while(N!==g);ti(w,i.memoizedState)||(ys=!0),i.memoizedState=w,i.baseQueue===null&&(i.baseState=w),r.lastRenderedState=w}return[w,o]}function Gv(e,i,r){var o=it,g=fs(),w=gt;if(w){if(r===void 0)throw Error(a(407));r=r()}else r=i();var N=!ti((Ot||g).memoizedState,r);if(N&&(g.memoizedState=r,ys=!0),g=g.queue,mh(Kv.bind(null,o,g,e),[e]),g.getSnapshot!==i||N||ms!==null&&ms.memoizedState.tag&1){if(o.flags|=2048,Kr(9,{destroy:void 0},Yv.bind(null,o,g,r,i),null),Pt===null)throw Error(a(349));w||(Xi&127)!==0||Vv(o,i,r)}return r}function Vv(e,i,r){e.flags|=16384,e={getSnapshot:i,value:r},i=it.updateQueue,i===null?(i=Ml(),it.updateQueue=i,i.stores=[e]):(r=i.stores,r===null?i.stores=[e]:r.push(e))}function Yv(e,i,r,o){i.value=r,i.getSnapshot=o,Xv(i)&&Jv(e)}function Kv(e,i,r){return r(function(){Xv(i)&&Jv(e)})}function Xv(e){var i=e.getSnapshot;e=e.value;try{var r=i();return!ti(e,r)}catch{return!0}}function Jv(e){var i=er(e,2);i!==null&&Zs(i,e,2)}function gh(e){var i=$s();if(typeof e=="function"){var r=e;if(e=r(),cr){Et(!0);try{r()}finally{Et(!1)}}}return i.memoizedState=i.baseState=e,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ji,lastRenderedState:e},i}function Zv(e,i,r,o){return e.baseState=r,ph(e,Ot,typeof o=="function"?o:Ji)}function PS(e,i,r,o,g){if(Ol(e))throw Error(a(485));if(e=i.action,e!==null){var w={payload:g,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(N){w.listeners.push(N)}};q.T!==null?r(!0):w.isTransition=!1,o(w),r=i.pending,r===null?(w.next=i.pending=w,Qv(i,w)):(w.next=r.next,i.pending=r.next=w)}}function Qv(e,i){var r=i.action,o=i.payload,g=e.state;if(i.isTransition){var w=q.T,N={};q.T=N;try{var z=r(g,o),Y=q.S;Y!==null&&Y(N,z),eg(e,i,z)}catch(ae){_h(e,i,ae)}finally{w!==null&&N.types!==null&&(w.types=N.types),q.T=w}}else try{w=r(g,o),eg(e,i,w)}catch(ae){_h(e,i,ae)}}function eg(e,i,r){r!==null&&typeof r=="object"&&typeof r.then=="function"?r.then(function(o){tg(e,i,o)},function(o){return _h(e,i,o)}):tg(e,i,r)}function tg(e,i,r){i.status="fulfilled",i.value=r,sg(i),e.state=r,i=e.pending,i!==null&&(r=i.next,r===i?e.pending=null:(r=r.next,i.next=r,Qv(e,r)))}function _h(e,i,r){var o=e.pending;if(e.pending=null,o!==null){o=o.next;do i.status="rejected",i.reason=r,sg(i),i=i.next;while(i!==o)}e.action=null}function sg(e){e=e.listeners;for(var i=0;i<e.length;i++)(0,e[i])()}function ig(e,i){return i}function ng(e,i){if(gt){var r=Pt.formState;if(r!==null){e:{var o=it;if(gt){if(Vt){t:{for(var g=Vt,w=gi;g.nodeType!==8;){if(!w){g=null;break t}if(g=mi(g.nextSibling),g===null){g=null;break t}}w=g.data,g=w==="F!"||w==="F"?g:null}if(g){Vt=mi(g.nextSibling),o=g.data==="F!";break e}}En(o)}o=!1}o&&(i=r[0])}}return r=$s(),r.memoizedState=r.baseState=i,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:ig,lastRenderedState:i},r.queue=o,r=xg.bind(null,it,o),o.dispatch=r,o=gh(!1),w=xh.bind(null,it,!1,o.queue),o=$s(),g={state:i,dispatch:null,action:e,pending:null},o.queue=g,r=PS.bind(null,it,g,w,r),g.dispatch=r,o.memoizedState=e,[i,r,!1]}function rg(e){var i=fs();return ag(i,Ot,e)}function ag(e,i,r){if(i=ph(e,i,ig)[0],e=jl(Ji)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var o=Ja(i)}catch(N){throw N===qr?wl:N}else o=i;i=fs();var g=i.queue,w=g.dispatch;return r!==i.memoizedState&&(it.flags|=2048,Kr(9,{destroy:void 0},US.bind(null,g,r),null)),[o,w,e]}function US(e,i){e.action=i}function og(e){var i=fs(),r=Ot;if(r!==null)return ag(i,r,e);fs(),i=i.memoizedState,r=fs();var o=r.queue.dispatch;return r.memoizedState=e,[i,o,!1]}function Kr(e,i,r,o){return e={tag:e,create:r,deps:o,inst:i,next:null},i=it.updateQueue,i===null&&(i=Ml(),it.updateQueue=i),r=i.lastEffect,r===null?i.lastEffect=e.next=e:(o=r.next,r.next=e,e.next=o,i.lastEffect=e),e}function lg(){return fs().memoizedState}function Nl(e,i,r,o){var g=$s();it.flags|=e,g.memoizedState=Kr(1|i,{destroy:void 0},r,o===void 0?null:o)}function Ll(e,i,r,o){var g=fs();o=o===void 0?null:o;var w=g.memoizedState.inst;Ot!==null&&o!==null&&lh(o,Ot.memoizedState.deps)?g.memoizedState=Kr(i,w,r,o):(it.flags|=e,g.memoizedState=Kr(1|i,w,r,o))}function cg(e,i){Nl(8390656,8,e,i)}function mh(e,i){Ll(2048,8,e,i)}function FS(e){it.flags|=4;var i=it.updateQueue;if(i===null)i=Ml(),it.updateQueue=i,i.events=[e];else{var r=i.events;r===null?i.events=[e]:r.push(e)}}function ug(e){var i=fs().memoizedState;return FS({ref:i,nextImpl:e}),function(){if((xt&2)!==0)throw Error(a(440));return i.impl.apply(void 0,arguments)}}function hg(e,i){return Ll(4,2,e,i)}function dg(e,i){return Ll(4,4,e,i)}function fg(e,i){if(typeof i=="function"){e=e();var r=i(e);return function(){typeof r=="function"?r():i(null)}}if(i!=null)return e=e(),i.current=e,function(){i.current=null}}function pg(e,i,r){r=r!=null?r.concat([e]):null,Ll(4,4,fg.bind(null,i,e),r)}function yh(){}function vg(e,i){var r=fs();i=i===void 0?null:i;var o=r.memoizedState;return i!==null&&lh(i,o[1])?o[0]:(r.memoizedState=[e,i],e)}function gg(e,i){var r=fs();i=i===void 0?null:i;var o=r.memoizedState;if(i!==null&&lh(i,o[1]))return o[0];if(o=e(),cr){Et(!0);try{e()}finally{Et(!1)}}return r.memoizedState=[o,i],o}function bh(e,i,r){return r===void 0||(Xi&1073741824)!==0&&(ft&261930)===0?e.memoizedState=i:(e.memoizedState=r,e=__(),it.lanes|=e,Ln|=e,r)}function _g(e,i,r,o){return ti(r,i)?r:Gr.current!==null?(e=bh(e,r,o),ti(e,i)||(ys=!0),e):(Xi&42)===0||(Xi&1073741824)!==0&&(ft&261930)===0?(ys=!0,e.memoizedState=r):(e=__(),it.lanes|=e,Ln|=e,i)}function mg(e,i,r,o,g){var w=W.p;W.p=w!==0&&8>w?w:8;var N=q.T,z={};q.T=z,xh(e,!1,i,r);try{var Y=g(),ae=q.S;if(ae!==null&&ae(z,Y),Y!==null&&typeof Y=="object"&&typeof Y.then=="function"){var pe=IS(Y,o);Za(e,i,pe,oi(e))}else Za(e,i,o,oi(e))}catch(me){Za(e,i,{then:function(){},status:"rejected",reason:me},oi())}finally{W.p=w,N!==null&&z.types!==null&&(N.types=z.types),q.T=N}}function qS(){}function Sh(e,i,r,o){if(e.tag!==5)throw Error(a(476));var g=yg(e).queue;mg(e,g,i,Q,r===null?qS:function(){return bg(e),r(o)})}function yg(e){var i=e.memoizedState;if(i!==null)return i;i={memoizedState:Q,baseState:Q,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ji,lastRenderedState:Q},next:null};var r={};return i.next={memoizedState:r,baseState:r,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ji,lastRenderedState:r},next:null},e.memoizedState=i,e=e.alternate,e!==null&&(e.memoizedState=i),i}function bg(e){var i=yg(e);i.next===null&&(i=e.alternate.memoizedState),Za(e,i.next.queue,{},oi())}function wh(){return Rs(go)}function Sg(){return fs().memoizedState}function wg(){return fs().memoizedState}function WS(e){for(var i=e.return;i!==null;){switch(i.tag){case 24:case 3:var r=oi();e=An(r);var o=Rn(i,e,r);o!==null&&(Zs(o,i,r),Va(o,i,r)),i={cache:Ju()},e.payload=i;return}i=i.return}}function GS(e,i,r){var o=oi();r={lane:o,revertLane:0,gesture:null,action:r,hasEagerState:!1,eagerState:null,next:null},Ol(e)?Cg(i,r):(r=$u(e,i,r,o),r!==null&&(Zs(r,e,o),Eg(r,i,o)))}function xg(e,i,r){var o=oi();Za(e,i,r,o)}function Za(e,i,r,o){var g={lane:o,revertLane:0,gesture:null,action:r,hasEagerState:!1,eagerState:null,next:null};if(Ol(e))Cg(i,g);else{var w=e.alternate;if(e.lanes===0&&(w===null||w.lanes===0)&&(w=i.lastRenderedReducer,w!==null))try{var N=i.lastRenderedState,z=w(N,r);if(g.hasEagerState=!0,g.eagerState=z,ti(z,N))return vl(e,i,g,0),Pt===null&&pl(),!1}catch{}finally{}if(r=$u(e,i,g,o),r!==null)return Zs(r,e,o),Eg(r,i,o),!0}return!1}function xh(e,i,r,o){if(o={lane:2,revertLane:td(),gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},Ol(e)){if(i)throw Error(a(479))}else i=$u(e,r,o,2),i!==null&&Zs(i,e,2)}function Ol(e){var i=e.alternate;return e===it||i!==null&&i===it}function Cg(e,i){Vr=Al=!0;var r=e.pending;r===null?i.next=i:(i.next=r.next,r.next=i),e.pending=i}function Eg(e,i,r){if((r&4194048)!==0){var o=i.lanes;o&=e.pendingLanes,r|=o,i.lanes=r,ve(e,r)}}var Qa={readContext:Rs,use:Dl,useCallback:os,useContext:os,useEffect:os,useImperativeHandle:os,useLayoutEffect:os,useInsertionEffect:os,useMemo:os,useReducer:os,useRef:os,useState:os,useDebugValue:os,useDeferredValue:os,useTransition:os,useSyncExternalStore:os,useId:os,useHostTransitionStatus:os,useFormState:os,useActionState:os,useOptimistic:os,useMemoCache:os,useCacheRefresh:os};Qa.useEffectEvent=os;var kg={readContext:Rs,use:Dl,useCallback:function(e,i){return $s().memoizedState=[e,i===void 0?null:i],e},useContext:Rs,useEffect:cg,useImperativeHandle:function(e,i,r){r=r!=null?r.concat([e]):null,Nl(4194308,4,fg.bind(null,i,e),r)},useLayoutEffect:function(e,i){return Nl(4194308,4,e,i)},useInsertionEffect:function(e,i){Nl(4,2,e,i)},useMemo:function(e,i){var r=$s();i=i===void 0?null:i;var o=e();if(cr){Et(!0);try{e()}finally{Et(!1)}}return r.memoizedState=[o,i],o},useReducer:function(e,i,r){var o=$s();if(r!==void 0){var g=r(i);if(cr){Et(!0);try{r(i)}finally{Et(!1)}}}else g=i;return o.memoizedState=o.baseState=g,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:g},o.queue=e,e=e.dispatch=GS.bind(null,it,e),[o.memoizedState,e]},useRef:function(e){var i=$s();return e={current:e},i.memoizedState=e},useState:function(e){e=gh(e);var i=e.queue,r=xg.bind(null,it,i);return i.dispatch=r,[e.memoizedState,r]},useDebugValue:yh,useDeferredValue:function(e,i){var r=$s();return bh(r,e,i)},useTransition:function(){var e=gh(!1);return e=mg.bind(null,it,e.queue,!0,!1),$s().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,i,r){var o=it,g=$s();if(gt){if(r===void 0)throw Error(a(407));r=r()}else{if(r=i(),Pt===null)throw Error(a(349));(ft&127)!==0||Vv(o,i,r)}g.memoizedState=r;var w={value:r,getSnapshot:i};return g.queue=w,cg(Kv.bind(null,o,w,e),[e]),o.flags|=2048,Kr(9,{destroy:void 0},Yv.bind(null,o,w,r,i),null),r},useId:function(){var e=$s(),i=Pt.identifierPrefix;if(gt){var r=Bi,o=Oi;r=(o&~(1<<32-vt(o)-1)).toString(32)+r,i="_"+i+"R_"+r,r=Rl++,0<r&&(i+="H"+r.toString(32)),i+="_"}else r=zS++,i="_"+i+"r_"+r.toString(32)+"_";return e.memoizedState=i},useHostTransitionStatus:wh,useFormState:ng,useActionState:ng,useOptimistic:function(e){var i=$s();i.memoizedState=i.baseState=e;var r={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=r,i=xh.bind(null,it,!0,r),r.dispatch=i,[e,i]},useMemoCache:fh,useCacheRefresh:function(){return $s().memoizedState=WS.bind(null,it)},useEffectEvent:function(e){var i=$s(),r={impl:e};return i.memoizedState=r,function(){if((xt&2)!==0)throw Error(a(440));return r.impl.apply(void 0,arguments)}}},Ch={readContext:Rs,use:Dl,useCallback:vg,useContext:Rs,useEffect:mh,useImperativeHandle:pg,useInsertionEffect:hg,useLayoutEffect:dg,useMemo:gg,useReducer:jl,useRef:lg,useState:function(){return jl(Ji)},useDebugValue:yh,useDeferredValue:function(e,i){var r=fs();return _g(r,Ot.memoizedState,e,i)},useTransition:function(){var e=jl(Ji)[0],i=fs().memoizedState;return[typeof e=="boolean"?e:Ja(e),i]},useSyncExternalStore:Gv,useId:Sg,useHostTransitionStatus:wh,useFormState:rg,useActionState:rg,useOptimistic:function(e,i){var r=fs();return Zv(r,Ot,e,i)},useMemoCache:fh,useCacheRefresh:wg};Ch.useEffectEvent=ug;var Tg={readContext:Rs,use:Dl,useCallback:vg,useContext:Rs,useEffect:mh,useImperativeHandle:pg,useInsertionEffect:hg,useLayoutEffect:dg,useMemo:gg,useReducer:vh,useRef:lg,useState:function(){return vh(Ji)},useDebugValue:yh,useDeferredValue:function(e,i){var r=fs();return Ot===null?bh(r,e,i):_g(r,Ot.memoizedState,e,i)},useTransition:function(){var e=vh(Ji)[0],i=fs().memoizedState;return[typeof e=="boolean"?e:Ja(e),i]},useSyncExternalStore:Gv,useId:Sg,useHostTransitionStatus:wh,useFormState:og,useActionState:og,useOptimistic:function(e,i){var r=fs();return Ot!==null?Zv(r,Ot,e,i):(r.baseState=e,[e,r.queue.dispatch])},useMemoCache:fh,useCacheRefresh:wg};Tg.useEffectEvent=ug;function Eh(e,i,r,o){i=e.memoizedState,r=r(o,i),r=r==null?i:f({},i,r),e.memoizedState=r,e.lanes===0&&(e.updateQueue.baseState=r)}var kh={enqueueSetState:function(e,i,r){e=e._reactInternals;var o=oi(),g=An(o);g.payload=i,r!=null&&(g.callback=r),i=Rn(e,g,o),i!==null&&(Zs(i,e,o),Va(i,e,o))},enqueueReplaceState:function(e,i,r){e=e._reactInternals;var o=oi(),g=An(o);g.tag=1,g.payload=i,r!=null&&(g.callback=r),i=Rn(e,g,o),i!==null&&(Zs(i,e,o),Va(i,e,o))},enqueueForceUpdate:function(e,i){e=e._reactInternals;var r=oi(),o=An(r);o.tag=2,i!=null&&(o.callback=i),i=Rn(e,o,r),i!==null&&(Zs(i,e,r),Va(i,e,r))}};function Ag(e,i,r,o,g,w,N){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(o,w,N):i.prototype&&i.prototype.isPureReactComponent?!za(r,o)||!za(g,w):!0}function Rg(e,i,r,o){e=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(r,o),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(r,o),i.state!==e&&kh.enqueueReplaceState(i,i.state,null)}function ur(e,i){var r=i;if("ref"in i){r={};for(var o in i)o!=="ref"&&(r[o]=i[o])}if(e=e.defaultProps){r===i&&(r=f({},r));for(var g in e)r[g]===void 0&&(r[g]=e[g])}return r}function Mg(e){fl(e)}function Dg(e){console.error(e)}function jg(e){fl(e)}function Bl(e,i){try{var r=e.onUncaughtError;r(i.value,{componentStack:i.stack})}catch(o){setTimeout(function(){throw o})}}function Ng(e,i,r){try{var o=e.onCaughtError;o(r.value,{componentStack:r.stack,errorBoundary:i.tag===1?i.stateNode:null})}catch(g){setTimeout(function(){throw g})}}function Th(e,i,r){return r=An(r),r.tag=3,r.payload={element:null},r.callback=function(){Bl(e,i)},r}function Lg(e){return e=An(e),e.tag=3,e}function Og(e,i,r,o){var g=r.type.getDerivedStateFromError;if(typeof g=="function"){var w=o.value;e.payload=function(){return g(w)},e.callback=function(){Ng(i,r,o)}}var N=r.stateNode;N!==null&&typeof N.componentDidCatch=="function"&&(e.callback=function(){Ng(i,r,o),typeof g!="function"&&(On===null?On=new Set([this]):On.add(this));var z=o.stack;this.componentDidCatch(o.value,{componentStack:z!==null?z:""})})}function VS(e,i,r,o,g){if(r.flags|=32768,o!==null&&typeof o=="object"&&typeof o.then=="function"){if(i=r.alternate,i!==null&&Pr(i,r,g,!0),r=ii.current,r!==null){switch(r.tag){case 31:case 13:return _i===null?Yl():r.alternate===null&&ls===0&&(ls=3),r.flags&=-257,r.flags|=65536,r.lanes=g,o===xl?r.flags|=16384:(i=r.updateQueue,i===null?r.updateQueue=new Set([o]):i.add(o),Zh(e,o,g)),!1;case 22:return r.flags|=65536,o===xl?r.flags|=16384:(i=r.updateQueue,i===null?(i={transitions:null,markerInstances:null,retryQueue:new Set([o])},r.updateQueue=i):(r=i.retryQueue,r===null?i.retryQueue=new Set([o]):r.add(o)),Zh(e,o,g)),!1}throw Error(a(435,r.tag))}return Zh(e,o,g),Yl(),!1}if(gt)return i=ii.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=g,o!==Gu&&(e=Error(a(422),{cause:o}),Ua(fi(e,r)))):(o!==Gu&&(i=Error(a(423),{cause:o}),Ua(fi(i,r))),e=e.current.alternate,e.flags|=65536,g&=-g,e.lanes|=g,o=fi(o,r),g=Th(e.stateNode,o,g),ih(e,g),ls!==4&&(ls=2)),!1;var w=Error(a(520),{cause:o});if(w=fi(w,r),oo===null?oo=[w]:oo.push(w),ls!==4&&(ls=2),i===null)return!0;o=fi(o,r),r=i;do{switch(r.tag){case 3:return r.flags|=65536,e=g&-g,r.lanes|=e,e=Th(r.stateNode,o,e),ih(r,e),!1;case 1:if(i=r.type,w=r.stateNode,(r.flags&128)===0&&(typeof i.getDerivedStateFromError=="function"||w!==null&&typeof w.componentDidCatch=="function"&&(On===null||!On.has(w))))return r.flags|=65536,g&=-g,r.lanes|=g,g=Lg(g),Og(g,e,r,o),ih(r,g),!1}r=r.return}while(r!==null);return!1}var Ah=Error(a(461)),ys=!1;function Ms(e,i,r,o){i.child=e===null?zv(i,null,r,o):lr(i,e.child,r,o)}function Bg(e,i,r,o,g){r=r.render;var w=i.ref;if("ref"in o){var N={};for(var z in o)z!=="ref"&&(N[z]=o[z])}else N=o;return nr(i),o=ch(e,i,r,N,w,g),z=uh(),e!==null&&!ys?(hh(e,i,g),Zi(e,i,g)):(gt&&z&&qu(i),i.flags|=1,Ms(e,i,o,g),i.child)}function Hg(e,i,r,o,g){if(e===null){var w=r.type;return typeof w=="function"&&!Pu(w)&&w.defaultProps===void 0&&r.compare===null?(i.tag=15,i.type=w,Ig(e,i,w,o,g)):(e=_l(r.type,null,o,i,i.mode,g),e.ref=i.ref,e.return=i,i.child=e)}if(w=e.child,!Bh(e,g)){var N=w.memoizedProps;if(r=r.compare,r=r!==null?r:za,r(N,o)&&e.ref===i.ref)return Zi(e,i,g)}return i.flags|=1,e=Gi(w,o),e.ref=i.ref,e.return=i,i.child=e}function Ig(e,i,r,o,g){if(e!==null){var w=e.memoizedProps;if(za(w,o)&&e.ref===i.ref)if(ys=!1,i.pendingProps=o=w,Bh(e,g))(e.flags&131072)!==0&&(ys=!0);else return i.lanes=e.lanes,Zi(e,i,g)}return Rh(e,i,r,o,g)}function zg(e,i,r,o){var g=o.children,w=e!==null?e.memoizedState:null;if(e===null&&i.stateNode===null&&(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),o.mode==="hidden"){if((i.flags&128)!==0){if(w=w!==null?w.baseLanes|r:r,e!==null){for(o=i.child=e.child,g=0;o!==null;)g=g|o.lanes|o.childLanes,o=o.sibling;o=g&~w}else o=0,i.child=null;return $g(e,i,w,r,o)}if((r&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},e!==null&&Sl(i,w!==null?w.cachePool:null),w!==null?Uv(i,w):rh(),Fv(i);else return o=i.lanes=536870912,$g(e,i,w!==null?w.baseLanes|r:r,r,o)}else w!==null?(Sl(i,w.cachePool),Uv(i,w),Dn(),i.memoizedState=null):(e!==null&&Sl(i,null),rh(),Dn());return Ms(e,i,g,r),i.child}function eo(e,i){return e!==null&&e.tag===22||i.stateNode!==null||(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.sibling}function $g(e,i,r,o,g){var w=Qu();return w=w===null?null:{parent:_s._currentValue,pool:w},i.memoizedState={baseLanes:r,cachePool:w},e!==null&&Sl(i,null),rh(),Fv(i),e!==null&&Pr(e,i,o,!0),i.childLanes=g,null}function Hl(e,i){return i=zl({mode:i.mode,children:i.children},e.mode),i.ref=e.ref,e.child=i,i.return=e,i}function Pg(e,i,r){return lr(i,e.child,null,r),e=Hl(i,i.pendingProps),e.flags|=2,ni(i),i.memoizedState=null,e}function YS(e,i,r){var o=i.pendingProps,g=(i.flags&128)!==0;if(i.flags&=-129,e===null){if(gt){if(o.mode==="hidden")return e=Hl(i,o),i.lanes=536870912,eo(null,e);if(oh(i),(e=Vt)?(e=Q_(e,gi),e=e!==null&&e.data==="&"?e:null,e!==null&&(i.memoizedState={dehydrated:e,treeContext:xn!==null?{id:Oi,overflow:Bi}:null,retryLane:536870912,hydrationErrors:null},r=Cv(e),r.return=i,i.child=r,As=i,Vt=null)):e=null,e===null)throw En(i);return i.lanes=536870912,null}return Hl(i,o)}var w=e.memoizedState;if(w!==null){var N=w.dehydrated;if(oh(i),g)if(i.flags&256)i.flags&=-257,i=Pg(e,i,r);else if(i.memoizedState!==null)i.child=e.child,i.flags|=128,i=null;else throw Error(a(558));else if(ys||Pr(e,i,r,!1),g=(r&e.childLanes)!==0,ys||g){if(o=Pt,o!==null&&(N=xe(o,r),N!==0&&N!==w.retryLane))throw w.retryLane=N,er(e,N),Zs(o,e,N),Ah;Yl(),i=Pg(e,i,r)}else e=w.treeContext,Vt=mi(N.nextSibling),As=i,gt=!0,Cn=null,gi=!1,e!==null&&Tv(i,e),i=Hl(i,o),i.flags|=4096;return i}return e=Gi(e.child,{mode:o.mode,children:o.children}),e.ref=i.ref,i.child=e,e.return=i,e}function Il(e,i){var r=i.ref;if(r===null)e!==null&&e.ref!==null&&(i.flags|=4194816);else{if(typeof r!="function"&&typeof r!="object")throw Error(a(284));(e===null||e.ref!==r)&&(i.flags|=4194816)}}function Rh(e,i,r,o,g){return nr(i),r=ch(e,i,r,o,void 0,g),o=uh(),e!==null&&!ys?(hh(e,i,g),Zi(e,i,g)):(gt&&o&&qu(i),i.flags|=1,Ms(e,i,r,g),i.child)}function Ug(e,i,r,o,g,w){return nr(i),i.updateQueue=null,r=Wv(i,o,r,g),qv(e),o=uh(),e!==null&&!ys?(hh(e,i,w),Zi(e,i,w)):(gt&&o&&qu(i),i.flags|=1,Ms(e,i,r,w),i.child)}function Fg(e,i,r,o,g){if(nr(i),i.stateNode===null){var w=Hr,N=r.contextType;typeof N=="object"&&N!==null&&(w=Rs(N)),w=new r(o,w),i.memoizedState=w.state!==null&&w.state!==void 0?w.state:null,w.updater=kh,i.stateNode=w,w._reactInternals=i,w=i.stateNode,w.props=o,w.state=i.memoizedState,w.refs={},th(i),N=r.contextType,w.context=typeof N=="object"&&N!==null?Rs(N):Hr,w.state=i.memoizedState,N=r.getDerivedStateFromProps,typeof N=="function"&&(Eh(i,r,N,o),w.state=i.memoizedState),typeof r.getDerivedStateFromProps=="function"||typeof w.getSnapshotBeforeUpdate=="function"||typeof w.UNSAFE_componentWillMount!="function"&&typeof w.componentWillMount!="function"||(N=w.state,typeof w.componentWillMount=="function"&&w.componentWillMount(),typeof w.UNSAFE_componentWillMount=="function"&&w.UNSAFE_componentWillMount(),N!==w.state&&kh.enqueueReplaceState(w,w.state,null),Ka(i,o,w,g),Ya(),w.state=i.memoizedState),typeof w.componentDidMount=="function"&&(i.flags|=4194308),o=!0}else if(e===null){w=i.stateNode;var z=i.memoizedProps,Y=ur(r,z);w.props=Y;var ae=w.context,pe=r.contextType;N=Hr,typeof pe=="object"&&pe!==null&&(N=Rs(pe));var me=r.getDerivedStateFromProps;pe=typeof me=="function"||typeof w.getSnapshotBeforeUpdate=="function",z=i.pendingProps!==z,pe||typeof w.UNSAFE_componentWillReceiveProps!="function"&&typeof w.componentWillReceiveProps!="function"||(z||ae!==N)&&Rg(i,w,o,N),Tn=!1;var oe=i.memoizedState;w.state=oe,Ka(i,o,w,g),Ya(),ae=i.memoizedState,z||oe!==ae||Tn?(typeof me=="function"&&(Eh(i,r,me,o),ae=i.memoizedState),(Y=Tn||Ag(i,r,Y,o,oe,ae,N))?(pe||typeof w.UNSAFE_componentWillMount!="function"&&typeof w.componentWillMount!="function"||(typeof w.componentWillMount=="function"&&w.componentWillMount(),typeof w.UNSAFE_componentWillMount=="function"&&w.UNSAFE_componentWillMount()),typeof w.componentDidMount=="function"&&(i.flags|=4194308)):(typeof w.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=o,i.memoizedState=ae),w.props=o,w.state=ae,w.context=N,o=Y):(typeof w.componentDidMount=="function"&&(i.flags|=4194308),o=!1)}else{w=i.stateNode,sh(e,i),N=i.memoizedProps,pe=ur(r,N),w.props=pe,me=i.pendingProps,oe=w.context,ae=r.contextType,Y=Hr,typeof ae=="object"&&ae!==null&&(Y=Rs(ae)),z=r.getDerivedStateFromProps,(ae=typeof z=="function"||typeof w.getSnapshotBeforeUpdate=="function")||typeof w.UNSAFE_componentWillReceiveProps!="function"&&typeof w.componentWillReceiveProps!="function"||(N!==me||oe!==Y)&&Rg(i,w,o,Y),Tn=!1,oe=i.memoizedState,w.state=oe,Ka(i,o,w,g),Ya();var he=i.memoizedState;N!==me||oe!==he||Tn||e!==null&&e.dependencies!==null&&yl(e.dependencies)?(typeof z=="function"&&(Eh(i,r,z,o),he=i.memoizedState),(pe=Tn||Ag(i,r,pe,o,oe,he,Y)||e!==null&&e.dependencies!==null&&yl(e.dependencies))?(ae||typeof w.UNSAFE_componentWillUpdate!="function"&&typeof w.componentWillUpdate!="function"||(typeof w.componentWillUpdate=="function"&&w.componentWillUpdate(o,he,Y),typeof w.UNSAFE_componentWillUpdate=="function"&&w.UNSAFE_componentWillUpdate(o,he,Y)),typeof w.componentDidUpdate=="function"&&(i.flags|=4),typeof w.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof w.componentDidUpdate!="function"||N===e.memoizedProps&&oe===e.memoizedState||(i.flags|=4),typeof w.getSnapshotBeforeUpdate!="function"||N===e.memoizedProps&&oe===e.memoizedState||(i.flags|=1024),i.memoizedProps=o,i.memoizedState=he),w.props=o,w.state=he,w.context=Y,o=pe):(typeof w.componentDidUpdate!="function"||N===e.memoizedProps&&oe===e.memoizedState||(i.flags|=4),typeof w.getSnapshotBeforeUpdate!="function"||N===e.memoizedProps&&oe===e.memoizedState||(i.flags|=1024),o=!1)}return w=o,Il(e,i),o=(i.flags&128)!==0,w||o?(w=i.stateNode,r=o&&typeof r.getDerivedStateFromError!="function"?null:w.render(),i.flags|=1,e!==null&&o?(i.child=lr(i,e.child,null,g),i.child=lr(i,null,r,g)):Ms(e,i,r,g),i.memoizedState=w.state,e=i.child):e=Zi(e,i,g),e}function qg(e,i,r,o){return sr(),i.flags|=256,Ms(e,i,r,o),i.child}var Mh={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Dh(e){return{baseLanes:e,cachePool:Nv()}}function jh(e,i,r){return e=e!==null?e.childLanes&~r:0,i&&(e|=ai),e}function Wg(e,i,r){var o=i.pendingProps,g=!1,w=(i.flags&128)!==0,N;if((N=w)||(N=e!==null&&e.memoizedState===null?!1:(ds.current&2)!==0),N&&(g=!0,i.flags&=-129),N=(i.flags&32)!==0,i.flags&=-33,e===null){if(gt){if(g?Mn(i):Dn(),(e=Vt)?(e=Q_(e,gi),e=e!==null&&e.data!=="&"?e:null,e!==null&&(i.memoizedState={dehydrated:e,treeContext:xn!==null?{id:Oi,overflow:Bi}:null,retryLane:536870912,hydrationErrors:null},r=Cv(e),r.return=i,i.child=r,As=i,Vt=null)):e=null,e===null)throw En(i);return pd(e)?i.lanes=32:i.lanes=536870912,null}var z=o.children;return o=o.fallback,g?(Dn(),g=i.mode,z=zl({mode:"hidden",children:z},g),o=tr(o,g,r,null),z.return=i,o.return=i,z.sibling=o,i.child=z,o=i.child,o.memoizedState=Dh(r),o.childLanes=jh(e,N,r),i.memoizedState=Mh,eo(null,o)):(Mn(i),Nh(i,z))}var Y=e.memoizedState;if(Y!==null&&(z=Y.dehydrated,z!==null)){if(w)i.flags&256?(Mn(i),i.flags&=-257,i=Lh(e,i,r)):i.memoizedState!==null?(Dn(),i.child=e.child,i.flags|=128,i=null):(Dn(),z=o.fallback,g=i.mode,o=zl({mode:"visible",children:o.children},g),z=tr(z,g,r,null),z.flags|=2,o.return=i,z.return=i,o.sibling=z,i.child=o,lr(i,e.child,null,r),o=i.child,o.memoizedState=Dh(r),o.childLanes=jh(e,N,r),i.memoizedState=Mh,i=eo(null,o));else if(Mn(i),pd(z)){if(N=z.nextSibling&&z.nextSibling.dataset,N)var ae=N.dgst;N=ae,o=Error(a(419)),o.stack="",o.digest=N,Ua({value:o,source:null,stack:null}),i=Lh(e,i,r)}else if(ys||Pr(e,i,r,!1),N=(r&e.childLanes)!==0,ys||N){if(N=Pt,N!==null&&(o=xe(N,r),o!==0&&o!==Y.retryLane))throw Y.retryLane=o,er(e,o),Zs(N,e,o),Ah;fd(z)||Yl(),i=Lh(e,i,r)}else fd(z)?(i.flags|=192,i.child=e.child,i=null):(e=Y.treeContext,Vt=mi(z.nextSibling),As=i,gt=!0,Cn=null,gi=!1,e!==null&&Tv(i,e),i=Nh(i,o.children),i.flags|=4096);return i}return g?(Dn(),z=o.fallback,g=i.mode,Y=e.child,ae=Y.sibling,o=Gi(Y,{mode:"hidden",children:o.children}),o.subtreeFlags=Y.subtreeFlags&65011712,ae!==null?z=Gi(ae,z):(z=tr(z,g,r,null),z.flags|=2),z.return=i,o.return=i,o.sibling=z,i.child=o,eo(null,o),o=i.child,z=e.child.memoizedState,z===null?z=Dh(r):(g=z.cachePool,g!==null?(Y=_s._currentValue,g=g.parent!==Y?{parent:Y,pool:Y}:g):g=Nv(),z={baseLanes:z.baseLanes|r,cachePool:g}),o.memoizedState=z,o.childLanes=jh(e,N,r),i.memoizedState=Mh,eo(e.child,o)):(Mn(i),r=e.child,e=r.sibling,r=Gi(r,{mode:"visible",children:o.children}),r.return=i,r.sibling=null,e!==null&&(N=i.deletions,N===null?(i.deletions=[e],i.flags|=16):N.push(e)),i.child=r,i.memoizedState=null,r)}function Nh(e,i){return i=zl({mode:"visible",children:i},e.mode),i.return=e,e.child=i}function zl(e,i){return e=si(22,e,null,i),e.lanes=0,e}function Lh(e,i,r){return lr(i,e.child,null,r),e=Nh(i,i.pendingProps.children),e.flags|=2,i.memoizedState=null,e}function Gg(e,i,r){e.lanes|=i;var o=e.alternate;o!==null&&(o.lanes|=i),Ku(e.return,i,r)}function Oh(e,i,r,o,g,w){var N=e.memoizedState;N===null?e.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:o,tail:r,tailMode:g,treeForkCount:w}:(N.isBackwards=i,N.rendering=null,N.renderingStartTime=0,N.last=o,N.tail=r,N.tailMode=g,N.treeForkCount=w)}function Vg(e,i,r){var o=i.pendingProps,g=o.revealOrder,w=o.tail;o=o.children;var N=ds.current,z=(N&2)!==0;if(z?(N=N&1|2,i.flags|=128):N&=1,V(ds,N),Ms(e,i,o,r),o=gt?Pa:0,!z&&e!==null&&(e.flags&128)!==0)e:for(e=i.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Gg(e,r,i);else if(e.tag===19)Gg(e,r,i);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===i)break e;for(;e.sibling===null;){if(e.return===null||e.return===i)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}switch(g){case"forwards":for(r=i.child,g=null;r!==null;)e=r.alternate,e!==null&&Tl(e)===null&&(g=r),r=r.sibling;r=g,r===null?(g=i.child,i.child=null):(g=r.sibling,r.sibling=null),Oh(i,!1,g,r,w,o);break;case"backwards":case"unstable_legacy-backwards":for(r=null,g=i.child,i.child=null;g!==null;){if(e=g.alternate,e!==null&&Tl(e)===null){i.child=g;break}e=g.sibling,g.sibling=r,r=g,g=e}Oh(i,!0,r,null,w,o);break;case"together":Oh(i,!1,null,null,void 0,o);break;default:i.memoizedState=null}return i.child}function Zi(e,i,r){if(e!==null&&(i.dependencies=e.dependencies),Ln|=i.lanes,(r&i.childLanes)===0)if(e!==null){if(Pr(e,i,r,!1),(r&i.childLanes)===0)return null}else return null;if(e!==null&&i.child!==e.child)throw Error(a(153));if(i.child!==null){for(e=i.child,r=Gi(e,e.pendingProps),i.child=r,r.return=i;e.sibling!==null;)e=e.sibling,r=r.sibling=Gi(e,e.pendingProps),r.return=i;r.sibling=null}return i.child}function Bh(e,i){return(e.lanes&i)!==0?!0:(e=e.dependencies,!!(e!==null&&yl(e)))}function KS(e,i,r){switch(i.tag){case 3:$(i,i.stateNode.containerInfo),kn(i,_s,e.memoizedState.cache),sr();break;case 27:case 5:re(i);break;case 4:$(i,i.stateNode.containerInfo);break;case 10:kn(i,i.type,i.memoizedProps.value);break;case 31:if(i.memoizedState!==null)return i.flags|=128,oh(i),null;break;case 13:var o=i.memoizedState;if(o!==null)return o.dehydrated!==null?(Mn(i),i.flags|=128,null):(r&i.child.childLanes)!==0?Wg(e,i,r):(Mn(i),e=Zi(e,i,r),e!==null?e.sibling:null);Mn(i);break;case 19:var g=(e.flags&128)!==0;if(o=(r&i.childLanes)!==0,o||(Pr(e,i,r,!1),o=(r&i.childLanes)!==0),g){if(o)return Vg(e,i,r);i.flags|=128}if(g=i.memoizedState,g!==null&&(g.rendering=null,g.tail=null,g.lastEffect=null),V(ds,ds.current),o)break;return null;case 22:return i.lanes=0,zg(e,i,r,i.pendingProps);case 24:kn(i,_s,e.memoizedState.cache)}return Zi(e,i,r)}function Yg(e,i,r){if(e!==null)if(e.memoizedProps!==i.pendingProps)ys=!0;else{if(!Bh(e,r)&&(i.flags&128)===0)return ys=!1,KS(e,i,r);ys=(e.flags&131072)!==0}else ys=!1,gt&&(i.flags&1048576)!==0&&kv(i,Pa,i.index);switch(i.lanes=0,i.tag){case 16:e:{var o=i.pendingProps;if(e=ar(i.elementType),i.type=e,typeof e=="function")Pu(e)?(o=ur(e,o),i.tag=1,i=Fg(null,i,e,o,r)):(i.tag=0,i=Rh(null,i,e,o,r));else{if(e!=null){var g=e.$$typeof;if(g===k){i.tag=11,i=Bg(null,i,e,o,r);break e}else if(g===j){i.tag=14,i=Hg(null,i,e,o,r);break e}}throw i=X(e)||e,Error(a(306,i,""))}}return i;case 0:return Rh(e,i,i.type,i.pendingProps,r);case 1:return o=i.type,g=ur(o,i.pendingProps),Fg(e,i,o,g,r);case 3:e:{if($(i,i.stateNode.containerInfo),e===null)throw Error(a(387));o=i.pendingProps;var w=i.memoizedState;g=w.element,sh(e,i),Ka(i,o,null,r);var N=i.memoizedState;if(o=N.cache,kn(i,_s,o),o!==w.cache&&Xu(i,[_s],r,!0),Ya(),o=N.element,w.isDehydrated)if(w={element:o,isDehydrated:!1,cache:N.cache},i.updateQueue.baseState=w,i.memoizedState=w,i.flags&256){i=qg(e,i,o,r);break e}else if(o!==g){g=fi(Error(a(424)),i),Ua(g),i=qg(e,i,o,r);break e}else{switch(e=i.stateNode.containerInfo,e.nodeType){case 9:e=e.body;break;default:e=e.nodeName==="HTML"?e.ownerDocument.body:e}for(Vt=mi(e.firstChild),As=i,gt=!0,Cn=null,gi=!0,r=zv(i,null,o,r),i.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling}else{if(sr(),o===g){i=Zi(e,i,r);break e}Ms(e,i,o,r)}i=i.child}return i;case 26:return Il(e,i),e===null?(r=rm(i.type,null,i.pendingProps,null))?i.memoizedState=r:gt||(r=i.type,e=i.pendingProps,o=tc(fe.current).createElement(r),o[Ke]=i,o[dt]=e,Ds(o,r,e),kt(o),i.stateNode=o):i.memoizedState=rm(i.type,e.memoizedProps,i.pendingProps,e.memoizedState),null;case 27:return re(i),e===null&&gt&&(o=i.stateNode=sm(i.type,i.pendingProps,fe.current),As=i,gi=!0,g=Vt,zn(i.type)?(vd=g,Vt=mi(o.firstChild)):Vt=g),Ms(e,i,i.pendingProps.children,r),Il(e,i),e===null&&(i.flags|=4194304),i.child;case 5:return e===null&&gt&&((g=o=Vt)&&(o=Ew(o,i.type,i.pendingProps,gi),o!==null?(i.stateNode=o,As=i,Vt=mi(o.firstChild),gi=!1,g=!0):g=!1),g||En(i)),re(i),g=i.type,w=i.pendingProps,N=e!==null?e.memoizedProps:null,o=w.children,ud(g,w)?o=null:N!==null&&ud(g,N)&&(i.flags|=32),i.memoizedState!==null&&(g=ch(e,i,$S,null,null,r),go._currentValue=g),Il(e,i),Ms(e,i,o,r),i.child;case 6:return e===null&&gt&&((e=r=Vt)&&(r=kw(r,i.pendingProps,gi),r!==null?(i.stateNode=r,As=i,Vt=null,e=!0):e=!1),e||En(i)),null;case 13:return Wg(e,i,r);case 4:return $(i,i.stateNode.containerInfo),o=i.pendingProps,e===null?i.child=lr(i,null,o,r):Ms(e,i,o,r),i.child;case 11:return Bg(e,i,i.type,i.pendingProps,r);case 7:return Ms(e,i,i.pendingProps,r),i.child;case 8:return Ms(e,i,i.pendingProps.children,r),i.child;case 12:return Ms(e,i,i.pendingProps.children,r),i.child;case 10:return o=i.pendingProps,kn(i,i.type,o.value),Ms(e,i,o.children,r),i.child;case 9:return g=i.type._context,o=i.pendingProps.children,nr(i),g=Rs(g),o=o(g),i.flags|=1,Ms(e,i,o,r),i.child;case 14:return Hg(e,i,i.type,i.pendingProps,r);case 15:return Ig(e,i,i.type,i.pendingProps,r);case 19:return Vg(e,i,r);case 31:return YS(e,i,r);case 22:return zg(e,i,r,i.pendingProps);case 24:return nr(i),o=Rs(_s),e===null?(g=Qu(),g===null&&(g=Pt,w=Ju(),g.pooledCache=w,w.refCount++,w!==null&&(g.pooledCacheLanes|=r),g=w),i.memoizedState={parent:o,cache:g},th(i),kn(i,_s,g)):((e.lanes&r)!==0&&(sh(e,i),Ka(i,null,null,r),Ya()),g=e.memoizedState,w=i.memoizedState,g.parent!==o?(g={parent:o,cache:o},i.memoizedState=g,i.lanes===0&&(i.memoizedState=i.updateQueue.baseState=g),kn(i,_s,o)):(o=w.cache,kn(i,_s,o),o!==g.cache&&Xu(i,[_s],r,!0))),Ms(e,i,i.pendingProps.children,r),i.child;case 29:throw i.pendingProps}throw Error(a(156,i.tag))}function Qi(e){e.flags|=4}function Hh(e,i,r,o,g){if((i=(e.mode&32)!==0)&&(i=!1),i){if(e.flags|=16777216,(g&335544128)===g)if(e.stateNode.complete)e.flags|=8192;else if(S_())e.flags|=8192;else throw or=xl,eh}else e.flags&=-16777217}function Kg(e,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)e.flags&=-16777217;else if(e.flags|=16777216,!um(i))if(S_())e.flags|=8192;else throw or=xl,eh}function $l(e,i){i!==null&&(e.flags|=4),e.flags&16384&&(i=e.tag!==22?Fi():536870912,e.lanes|=i,Qr|=i)}function to(e,i){if(!gt)switch(e.tailMode){case"hidden":i=e.tail;for(var r=null;i!==null;)i.alternate!==null&&(r=i),i=i.sibling;r===null?e.tail=null:r.sibling=null;break;case"collapsed":r=e.tail;for(var o=null;r!==null;)r.alternate!==null&&(o=r),r=r.sibling;o===null?i||e.tail===null?e.tail=null:e.tail.sibling=null:o.sibling=null}}function Yt(e){var i=e.alternate!==null&&e.alternate.child===e.child,r=0,o=0;if(i)for(var g=e.child;g!==null;)r|=g.lanes|g.childLanes,o|=g.subtreeFlags&65011712,o|=g.flags&65011712,g.return=e,g=g.sibling;else for(g=e.child;g!==null;)r|=g.lanes|g.childLanes,o|=g.subtreeFlags,o|=g.flags,g.return=e,g=g.sibling;return e.subtreeFlags|=o,e.childLanes=r,i}function XS(e,i,r){var o=i.pendingProps;switch(Wu(i),i.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Yt(i),null;case 1:return Yt(i),null;case 3:return r=i.stateNode,o=null,e!==null&&(o=e.memoizedState.cache),i.memoizedState.cache!==o&&(i.flags|=2048),Ki(_s),ce(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&($r(i)?Qi(i):e===null||e.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,Vu())),Yt(i),null;case 26:var g=i.type,w=i.memoizedState;return e===null?(Qi(i),w!==null?(Yt(i),Kg(i,w)):(Yt(i),Hh(i,g,null,o,r))):w?w!==e.memoizedState?(Qi(i),Yt(i),Kg(i,w)):(Yt(i),i.flags&=-16777217):(e=e.memoizedProps,e!==o&&Qi(i),Yt(i),Hh(i,g,e,o,r)),null;case 27:if(ye(i),r=fe.current,g=i.type,e!==null&&i.stateNode!=null)e.memoizedProps!==o&&Qi(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Yt(i),null}e=te.current,$r(i)?Av(i):(e=sm(g,o,r),i.stateNode=e,Qi(i))}return Yt(i),null;case 5:if(ye(i),g=i.type,e!==null&&i.stateNode!=null)e.memoizedProps!==o&&Qi(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Yt(i),null}if(w=te.current,$r(i))Av(i);else{var N=tc(fe.current);switch(w){case 1:w=N.createElementNS("http://www.w3.org/2000/svg",g);break;case 2:w=N.createElementNS("http://www.w3.org/1998/Math/MathML",g);break;default:switch(g){case"svg":w=N.createElementNS("http://www.w3.org/2000/svg",g);break;case"math":w=N.createElementNS("http://www.w3.org/1998/Math/MathML",g);break;case"script":w=N.createElement("div"),w.innerHTML="<script><\/script>",w=w.removeChild(w.firstChild);break;case"select":w=typeof o.is=="string"?N.createElement("select",{is:o.is}):N.createElement("select"),o.multiple?w.multiple=!0:o.size&&(w.size=o.size);break;default:w=typeof o.is=="string"?N.createElement(g,{is:o.is}):N.createElement(g)}}w[Ke]=i,w[dt]=o;e:for(N=i.child;N!==null;){if(N.tag===5||N.tag===6)w.appendChild(N.stateNode);else if(N.tag!==4&&N.tag!==27&&N.child!==null){N.child.return=N,N=N.child;continue}if(N===i)break e;for(;N.sibling===null;){if(N.return===null||N.return===i)break e;N=N.return}N.sibling.return=N.return,N=N.sibling}i.stateNode=w;e:switch(Ds(w,g,o),g){case"button":case"input":case"select":case"textarea":o=!!o.autoFocus;break e;case"img":o=!0;break e;default:o=!1}o&&Qi(i)}}return Yt(i),Hh(i,i.type,e===null?null:e.memoizedProps,i.pendingProps,r),null;case 6:if(e&&i.stateNode!=null)e.memoizedProps!==o&&Qi(i);else{if(typeof o!="string"&&i.stateNode===null)throw Error(a(166));if(e=fe.current,$r(i)){if(e=i.stateNode,r=i.memoizedProps,o=null,g=As,g!==null)switch(g.tag){case 27:case 5:o=g.memoizedProps}e[Ke]=i,e=!!(e.nodeValue===r||o!==null&&o.suppressHydrationWarning===!0||W_(e.nodeValue,r)),e||En(i,!0)}else e=tc(e).createTextNode(o),e[Ke]=i,i.stateNode=e}return Yt(i),null;case 31:if(r=i.memoizedState,e===null||e.memoizedState!==null){if(o=$r(i),r!==null){if(e===null){if(!o)throw Error(a(318));if(e=i.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(a(557));e[Ke]=i}else sr(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Yt(i),e=!1}else r=Vu(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=r),e=!0;if(!e)return i.flags&256?(ni(i),i):(ni(i),null);if((i.flags&128)!==0)throw Error(a(558))}return Yt(i),null;case 13:if(o=i.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(g=$r(i),o!==null&&o.dehydrated!==null){if(e===null){if(!g)throw Error(a(318));if(g=i.memoizedState,g=g!==null?g.dehydrated:null,!g)throw Error(a(317));g[Ke]=i}else sr(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Yt(i),g=!1}else g=Vu(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=g),g=!0;if(!g)return i.flags&256?(ni(i),i):(ni(i),null)}return ni(i),(i.flags&128)!==0?(i.lanes=r,i):(r=o!==null,e=e!==null&&e.memoizedState!==null,r&&(o=i.child,g=null,o.alternate!==null&&o.alternate.memoizedState!==null&&o.alternate.memoizedState.cachePool!==null&&(g=o.alternate.memoizedState.cachePool.pool),w=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(w=o.memoizedState.cachePool.pool),w!==g&&(o.flags|=2048)),r!==e&&r&&(i.child.flags|=8192),$l(i,i.updateQueue),Yt(i),null);case 4:return ce(),e===null&&rd(i.stateNode.containerInfo),Yt(i),null;case 10:return Ki(i.type),Yt(i),null;case 19:if(B(ds),o=i.memoizedState,o===null)return Yt(i),null;if(g=(i.flags&128)!==0,w=o.rendering,w===null)if(g)to(o,!1);else{if(ls!==0||e!==null&&(e.flags&128)!==0)for(e=i.child;e!==null;){if(w=Tl(e),w!==null){for(i.flags|=128,to(o,!1),e=w.updateQueue,i.updateQueue=e,$l(i,e),i.subtreeFlags=0,e=r,r=i.child;r!==null;)xv(r,e),r=r.sibling;return V(ds,ds.current&1|2),gt&&Vi(i,o.treeForkCount),i.child}e=e.sibling}o.tail!==null&&st()>Wl&&(i.flags|=128,g=!0,to(o,!1),i.lanes=4194304)}else{if(!g)if(e=Tl(w),e!==null){if(i.flags|=128,g=!0,e=e.updateQueue,i.updateQueue=e,$l(i,e),to(o,!0),o.tail===null&&o.tailMode==="hidden"&&!w.alternate&&!gt)return Yt(i),null}else 2*st()-o.renderingStartTime>Wl&&r!==536870912&&(i.flags|=128,g=!0,to(o,!1),i.lanes=4194304);o.isBackwards?(w.sibling=i.child,i.child=w):(e=o.last,e!==null?e.sibling=w:i.child=w,o.last=w)}return o.tail!==null?(e=o.tail,o.rendering=e,o.tail=e.sibling,o.renderingStartTime=st(),e.sibling=null,r=ds.current,V(ds,g?r&1|2:r&1),gt&&Vi(i,o.treeForkCount),e):(Yt(i),null);case 22:case 23:return ni(i),ah(),o=i.memoizedState!==null,e!==null?e.memoizedState!==null!==o&&(i.flags|=8192):o&&(i.flags|=8192),o?(r&536870912)!==0&&(i.flags&128)===0&&(Yt(i),i.subtreeFlags&6&&(i.flags|=8192)):Yt(i),r=i.updateQueue,r!==null&&$l(i,r.retryQueue),r=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(r=e.memoizedState.cachePool.pool),o=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(o=i.memoizedState.cachePool.pool),o!==r&&(i.flags|=2048),e!==null&&B(rr),null;case 24:return r=null,e!==null&&(r=e.memoizedState.cache),i.memoizedState.cache!==r&&(i.flags|=2048),Ki(_s),Yt(i),null;case 25:return null;case 30:return null}throw Error(a(156,i.tag))}function JS(e,i){switch(Wu(i),i.tag){case 1:return e=i.flags,e&65536?(i.flags=e&-65537|128,i):null;case 3:return Ki(_s),ce(),e=i.flags,(e&65536)!==0&&(e&128)===0?(i.flags=e&-65537|128,i):null;case 26:case 27:case 5:return ye(i),null;case 31:if(i.memoizedState!==null){if(ni(i),i.alternate===null)throw Error(a(340));sr()}return e=i.flags,e&65536?(i.flags=e&-65537|128,i):null;case 13:if(ni(i),e=i.memoizedState,e!==null&&e.dehydrated!==null){if(i.alternate===null)throw Error(a(340));sr()}return e=i.flags,e&65536?(i.flags=e&-65537|128,i):null;case 19:return B(ds),null;case 4:return ce(),null;case 10:return Ki(i.type),null;case 22:case 23:return ni(i),ah(),e!==null&&B(rr),e=i.flags,e&65536?(i.flags=e&-65537|128,i):null;case 24:return Ki(_s),null;case 25:return null;default:return null}}function Xg(e,i){switch(Wu(i),i.tag){case 3:Ki(_s),ce();break;case 26:case 27:case 5:ye(i);break;case 4:ce();break;case 31:i.memoizedState!==null&&ni(i);break;case 13:ni(i);break;case 19:B(ds);break;case 10:Ki(i.type);break;case 22:case 23:ni(i),ah(),e!==null&&B(rr);break;case 24:Ki(_s)}}function so(e,i){try{var r=i.updateQueue,o=r!==null?r.lastEffect:null;if(o!==null){var g=o.next;r=g;do{if((r.tag&e)===e){o=void 0;var w=r.create,N=r.inst;o=w(),N.destroy=o}r=r.next}while(r!==g)}}catch(z){jt(i,i.return,z)}}function jn(e,i,r){try{var o=i.updateQueue,g=o!==null?o.lastEffect:null;if(g!==null){var w=g.next;o=w;do{if((o.tag&e)===e){var N=o.inst,z=N.destroy;if(z!==void 0){N.destroy=void 0,g=i;var Y=r,ae=z;try{ae()}catch(pe){jt(g,Y,pe)}}}o=o.next}while(o!==w)}}catch(pe){jt(i,i.return,pe)}}function Jg(e){var i=e.updateQueue;if(i!==null){var r=e.stateNode;try{Pv(i,r)}catch(o){jt(e,e.return,o)}}}function Zg(e,i,r){r.props=ur(e.type,e.memoizedProps),r.state=e.memoizedState;try{r.componentWillUnmount()}catch(o){jt(e,i,o)}}function io(e,i){try{var r=e.ref;if(r!==null){switch(e.tag){case 26:case 27:case 5:var o=e.stateNode;break;case 30:o=e.stateNode;break;default:o=e.stateNode}typeof r=="function"?e.refCleanup=r(o):r.current=o}}catch(g){jt(e,i,g)}}function Hi(e,i){var r=e.ref,o=e.refCleanup;if(r!==null)if(typeof o=="function")try{o()}catch(g){jt(e,i,g)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof r=="function")try{r(null)}catch(g){jt(e,i,g)}else r.current=null}function Qg(e){var i=e.type,r=e.memoizedProps,o=e.stateNode;try{e:switch(i){case"button":case"input":case"select":case"textarea":r.autoFocus&&o.focus();break e;case"img":r.src?o.src=r.src:r.srcSet&&(o.srcset=r.srcSet)}}catch(g){jt(e,e.return,g)}}function Ih(e,i,r){try{var o=e.stateNode;yw(o,e.type,r,i),o[dt]=i}catch(g){jt(e,e.return,g)}}function e_(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&zn(e.type)||e.tag===4}function zh(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||e_(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&zn(e.type)||e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function $h(e,i,r){var o=e.tag;if(o===5||o===6)e=e.stateNode,i?(r.nodeType===9?r.body:r.nodeName==="HTML"?r.ownerDocument.body:r).insertBefore(e,i):(i=r.nodeType===9?r.body:r.nodeName==="HTML"?r.ownerDocument.body:r,i.appendChild(e),r=r._reactRootContainer,r!=null||i.onclick!==null||(i.onclick=qi));else if(o!==4&&(o===27&&zn(e.type)&&(r=e.stateNode,i=null),e=e.child,e!==null))for($h(e,i,r),e=e.sibling;e!==null;)$h(e,i,r),e=e.sibling}function Pl(e,i,r){var o=e.tag;if(o===5||o===6)e=e.stateNode,i?r.insertBefore(e,i):r.appendChild(e);else if(o!==4&&(o===27&&zn(e.type)&&(r=e.stateNode),e=e.child,e!==null))for(Pl(e,i,r),e=e.sibling;e!==null;)Pl(e,i,r),e=e.sibling}function t_(e){var i=e.stateNode,r=e.memoizedProps;try{for(var o=e.type,g=i.attributes;g.length;)i.removeAttributeNode(g[0]);Ds(i,o,r),i[Ke]=e,i[dt]=r}catch(w){jt(e,e.return,w)}}var en=!1,bs=!1,Ph=!1,s_=typeof WeakSet=="function"?WeakSet:Set,ks=null;function ZS(e,i){if(e=e.containerInfo,ld=lc,e=pv(e),Lu(e)){if("selectionStart"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{r=(r=e.ownerDocument)&&r.defaultView||window;var o=r.getSelection&&r.getSelection();if(o&&o.rangeCount!==0){r=o.anchorNode;var g=o.anchorOffset,w=o.focusNode;o=o.focusOffset;try{r.nodeType,w.nodeType}catch{r=null;break e}var N=0,z=-1,Y=-1,ae=0,pe=0,me=e,oe=null;t:for(;;){for(var he;me!==r||g!==0&&me.nodeType!==3||(z=N+g),me!==w||o!==0&&me.nodeType!==3||(Y=N+o),me.nodeType===3&&(N+=me.nodeValue.length),(he=me.firstChild)!==null;)oe=me,me=he;for(;;){if(me===e)break t;if(oe===r&&++ae===g&&(z=N),oe===w&&++pe===o&&(Y=N),(he=me.nextSibling)!==null)break;me=oe,oe=me.parentNode}me=he}r=z===-1||Y===-1?null:{start:z,end:Y}}else r=null}r=r||{start:0,end:0}}else r=null;for(cd={focusedElem:e,selectionRange:r},lc=!1,ks=i;ks!==null;)if(i=ks,e=i.child,(i.subtreeFlags&1028)!==0&&e!==null)e.return=i,ks=e;else for(;ks!==null;){switch(i=ks,w=i.alternate,e=i.flags,i.tag){case 0:if((e&4)!==0&&(e=i.updateQueue,e=e!==null?e.events:null,e!==null))for(r=0;r<e.length;r++)g=e[r],g.ref.impl=g.nextImpl;break;case 11:case 15:break;case 1:if((e&1024)!==0&&w!==null){e=void 0,r=i,g=w.memoizedProps,w=w.memoizedState,o=r.stateNode;try{var Le=ur(r.type,g);e=o.getSnapshotBeforeUpdate(Le,w),o.__reactInternalSnapshotBeforeUpdate=e}catch(Ve){jt(r,r.return,Ve)}}break;case 3:if((e&1024)!==0){if(e=i.stateNode.containerInfo,r=e.nodeType,r===9)dd(e);else if(r===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":dd(e);break;default:e.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((e&1024)!==0)throw Error(a(163))}if(e=i.sibling,e!==null){e.return=i.return,ks=e;break}ks=i.return}}function i_(e,i,r){var o=r.flags;switch(r.tag){case 0:case 11:case 15:sn(e,r),o&4&&so(5,r);break;case 1:if(sn(e,r),o&4)if(e=r.stateNode,i===null)try{e.componentDidMount()}catch(N){jt(r,r.return,N)}else{var g=ur(r.type,i.memoizedProps);i=i.memoizedState;try{e.componentDidUpdate(g,i,e.__reactInternalSnapshotBeforeUpdate)}catch(N){jt(r,r.return,N)}}o&64&&Jg(r),o&512&&io(r,r.return);break;case 3:if(sn(e,r),o&64&&(e=r.updateQueue,e!==null)){if(i=null,r.child!==null)switch(r.child.tag){case 27:case 5:i=r.child.stateNode;break;case 1:i=r.child.stateNode}try{Pv(e,i)}catch(N){jt(r,r.return,N)}}break;case 27:i===null&&o&4&&t_(r);case 26:case 5:sn(e,r),i===null&&o&4&&Qg(r),o&512&&io(r,r.return);break;case 12:sn(e,r);break;case 31:sn(e,r),o&4&&a_(e,r);break;case 13:sn(e,r),o&4&&o_(e,r),o&64&&(e=r.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(r=ow.bind(null,r),Tw(e,r))));break;case 22:if(o=r.memoizedState!==null||en,!o){i=i!==null&&i.memoizedState!==null||bs,g=en;var w=bs;en=o,(bs=i)&&!w?nn(e,r,(r.subtreeFlags&8772)!==0):sn(e,r),en=g,bs=w}break;case 30:break;default:sn(e,r)}}function n_(e){var i=e.alternate;i!==null&&(e.alternate=null,n_(i)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(i=e.stateNode,i!==null&&Pe(i)),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}var ts=null,Ys=!1;function tn(e,i,r){for(r=r.child;r!==null;)r_(e,i,r),r=r.sibling}function r_(e,i,r){if(Gt&&typeof Gt.onCommitFiberUnmount=="function")try{Gt.onCommitFiberUnmount(ns,r)}catch{}switch(r.tag){case 26:bs||Hi(r,i),tn(e,i,r),r.memoizedState?r.memoizedState.count--:r.stateNode&&(r=r.stateNode,r.parentNode.removeChild(r));break;case 27:bs||Hi(r,i);var o=ts,g=Ys;zn(r.type)&&(ts=r.stateNode,Ys=!1),tn(e,i,r),fo(r.stateNode),ts=o,Ys=g;break;case 5:bs||Hi(r,i);case 6:if(o=ts,g=Ys,ts=null,tn(e,i,r),ts=o,Ys=g,ts!==null)if(Ys)try{(ts.nodeType===9?ts.body:ts.nodeName==="HTML"?ts.ownerDocument.body:ts).removeChild(r.stateNode)}catch(w){jt(r,i,w)}else try{ts.removeChild(r.stateNode)}catch(w){jt(r,i,w)}break;case 18:ts!==null&&(Ys?(e=ts,J_(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,r.stateNode),oa(e)):J_(ts,r.stateNode));break;case 4:o=ts,g=Ys,ts=r.stateNode.containerInfo,Ys=!0,tn(e,i,r),ts=o,Ys=g;break;case 0:case 11:case 14:case 15:jn(2,r,i),bs||jn(4,r,i),tn(e,i,r);break;case 1:bs||(Hi(r,i),o=r.stateNode,typeof o.componentWillUnmount=="function"&&Zg(r,i,o)),tn(e,i,r);break;case 21:tn(e,i,r);break;case 22:bs=(o=bs)||r.memoizedState!==null,tn(e,i,r),bs=o;break;default:tn(e,i,r)}}function a_(e,i){if(i.memoizedState===null&&(e=i.alternate,e!==null&&(e=e.memoizedState,e!==null))){e=e.dehydrated;try{oa(e)}catch(r){jt(i,i.return,r)}}}function o_(e,i){if(i.memoizedState===null&&(e=i.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{oa(e)}catch(r){jt(i,i.return,r)}}function QS(e){switch(e.tag){case 31:case 13:case 19:var i=e.stateNode;return i===null&&(i=e.stateNode=new s_),i;case 22:return e=e.stateNode,i=e._retryCache,i===null&&(i=e._retryCache=new s_),i;default:throw Error(a(435,e.tag))}}function Ul(e,i){var r=QS(e);i.forEach(function(o){if(!r.has(o)){r.add(o);var g=lw.bind(null,e,o);o.then(g,g)}})}function Ks(e,i){var r=i.deletions;if(r!==null)for(var o=0;o<r.length;o++){var g=r[o],w=e,N=i,z=N;e:for(;z!==null;){switch(z.tag){case 27:if(zn(z.type)){ts=z.stateNode,Ys=!1;break e}break;case 5:ts=z.stateNode,Ys=!1;break e;case 3:case 4:ts=z.stateNode.containerInfo,Ys=!0;break e}z=z.return}if(ts===null)throw Error(a(160));r_(w,N,g),ts=null,Ys=!1,w=g.alternate,w!==null&&(w.return=null),g.return=null}if(i.subtreeFlags&13886)for(i=i.child;i!==null;)l_(i,e),i=i.sibling}var Ai=null;function l_(e,i){var r=e.alternate,o=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:Ks(i,e),Xs(e),o&4&&(jn(3,e,e.return),so(3,e),jn(5,e,e.return));break;case 1:Ks(i,e),Xs(e),o&512&&(bs||r===null||Hi(r,r.return)),o&64&&en&&(e=e.updateQueue,e!==null&&(o=e.callbacks,o!==null&&(r=e.shared.hiddenCallbacks,e.shared.hiddenCallbacks=r===null?o:r.concat(o))));break;case 26:var g=Ai;if(Ks(i,e),Xs(e),o&512&&(bs||r===null||Hi(r,r.return)),o&4){var w=r!==null?r.memoizedState:null;if(o=e.memoizedState,r===null)if(o===null)if(e.stateNode===null){e:{o=e.type,r=e.memoizedProps,g=g.ownerDocument||g;t:switch(o){case"title":w=g.getElementsByTagName("title")[0],(!w||w[De]||w[Ke]||w.namespaceURI==="http://www.w3.org/2000/svg"||w.hasAttribute("itemprop"))&&(w=g.createElement(o),g.head.insertBefore(w,g.querySelector("head > title"))),Ds(w,o,r),w[Ke]=e,kt(w),o=w;break e;case"link":var N=lm("link","href",g).get(o+(r.href||""));if(N){for(var z=0;z<N.length;z++)if(w=N[z],w.getAttribute("href")===(r.href==null||r.href===""?null:r.href)&&w.getAttribute("rel")===(r.rel==null?null:r.rel)&&w.getAttribute("title")===(r.title==null?null:r.title)&&w.getAttribute("crossorigin")===(r.crossOrigin==null?null:r.crossOrigin)){N.splice(z,1);break t}}w=g.createElement(o),Ds(w,o,r),g.head.appendChild(w);break;case"meta":if(N=lm("meta","content",g).get(o+(r.content||""))){for(z=0;z<N.length;z++)if(w=N[z],w.getAttribute("content")===(r.content==null?null:""+r.content)&&w.getAttribute("name")===(r.name==null?null:r.name)&&w.getAttribute("property")===(r.property==null?null:r.property)&&w.getAttribute("http-equiv")===(r.httpEquiv==null?null:r.httpEquiv)&&w.getAttribute("charset")===(r.charSet==null?null:r.charSet)){N.splice(z,1);break t}}w=g.createElement(o),Ds(w,o,r),g.head.appendChild(w);break;default:throw Error(a(468,o))}w[Ke]=e,kt(w),o=w}e.stateNode=o}else cm(g,e.type,e.stateNode);else e.stateNode=om(g,o,e.memoizedProps);else w!==o?(w===null?r.stateNode!==null&&(r=r.stateNode,r.parentNode.removeChild(r)):w.count--,o===null?cm(g,e.type,e.stateNode):om(g,o,e.memoizedProps)):o===null&&e.stateNode!==null&&Ih(e,e.memoizedProps,r.memoizedProps)}break;case 27:Ks(i,e),Xs(e),o&512&&(bs||r===null||Hi(r,r.return)),r!==null&&o&4&&Ih(e,e.memoizedProps,r.memoizedProps);break;case 5:if(Ks(i,e),Xs(e),o&512&&(bs||r===null||Hi(r,r.return)),e.flags&32){g=e.stateNode;try{Mr(g,"")}catch(Le){jt(e,e.return,Le)}}o&4&&e.stateNode!=null&&(g=e.memoizedProps,Ih(e,g,r!==null?r.memoizedProps:g)),o&1024&&(Ph=!0);break;case 6:if(Ks(i,e),Xs(e),o&4){if(e.stateNode===null)throw Error(a(162));o=e.memoizedProps,r=e.stateNode;try{r.nodeValue=o}catch(Le){jt(e,e.return,Le)}}break;case 3:if(nc=null,g=Ai,Ai=sc(i.containerInfo),Ks(i,e),Ai=g,Xs(e),o&4&&r!==null&&r.memoizedState.isDehydrated)try{oa(i.containerInfo)}catch(Le){jt(e,e.return,Le)}Ph&&(Ph=!1,c_(e));break;case 4:o=Ai,Ai=sc(e.stateNode.containerInfo),Ks(i,e),Xs(e),Ai=o;break;case 12:Ks(i,e),Xs(e);break;case 31:Ks(i,e),Xs(e),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,Ul(e,o)));break;case 13:Ks(i,e),Xs(e),e.child.flags&8192&&e.memoizedState!==null!=(r!==null&&r.memoizedState!==null)&&(ql=st()),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,Ul(e,o)));break;case 22:g=e.memoizedState!==null;var Y=r!==null&&r.memoizedState!==null,ae=en,pe=bs;if(en=ae||g,bs=pe||Y,Ks(i,e),bs=pe,en=ae,Xs(e),o&8192)e:for(i=e.stateNode,i._visibility=g?i._visibility&-2:i._visibility|1,g&&(r===null||Y||en||bs||hr(e)),r=null,i=e;;){if(i.tag===5||i.tag===26){if(r===null){Y=r=i;try{if(w=Y.stateNode,g)N=w.style,typeof N.setProperty=="function"?N.setProperty("display","none","important"):N.display="none";else{z=Y.stateNode;var me=Y.memoizedProps.style,oe=me!=null&&me.hasOwnProperty("display")?me.display:null;z.style.display=oe==null||typeof oe=="boolean"?"":(""+oe).trim()}}catch(Le){jt(Y,Y.return,Le)}}}else if(i.tag===6){if(r===null){Y=i;try{Y.stateNode.nodeValue=g?"":Y.memoizedProps}catch(Le){jt(Y,Y.return,Le)}}}else if(i.tag===18){if(r===null){Y=i;try{var he=Y.stateNode;g?Z_(he,!0):Z_(Y.stateNode,!1)}catch(Le){jt(Y,Y.return,Le)}}}else if((i.tag!==22&&i.tag!==23||i.memoizedState===null||i===e)&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===e)break e;for(;i.sibling===null;){if(i.return===null||i.return===e)break e;r===i&&(r=null),i=i.return}r===i&&(r=null),i.sibling.return=i.return,i=i.sibling}o&4&&(o=e.updateQueue,o!==null&&(r=o.retryQueue,r!==null&&(o.retryQueue=null,Ul(e,r))));break;case 19:Ks(i,e),Xs(e),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,Ul(e,o)));break;case 30:break;case 21:break;default:Ks(i,e),Xs(e)}}function Xs(e){var i=e.flags;if(i&2){try{for(var r,o=e.return;o!==null;){if(e_(o)){r=o;break}o=o.return}if(r==null)throw Error(a(160));switch(r.tag){case 27:var g=r.stateNode,w=zh(e);Pl(e,w,g);break;case 5:var N=r.stateNode;r.flags&32&&(Mr(N,""),r.flags&=-33);var z=zh(e);Pl(e,z,N);break;case 3:case 4:var Y=r.stateNode.containerInfo,ae=zh(e);$h(e,ae,Y);break;default:throw Error(a(161))}}catch(pe){jt(e,e.return,pe)}e.flags&=-3}i&4096&&(e.flags&=-4097)}function c_(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var i=e;c_(i),i.tag===5&&i.flags&1024&&i.stateNode.reset(),e=e.sibling}}function sn(e,i){if(i.subtreeFlags&8772)for(i=i.child;i!==null;)i_(e,i.alternate,i),i=i.sibling}function hr(e){for(e=e.child;e!==null;){var i=e;switch(i.tag){case 0:case 11:case 14:case 15:jn(4,i,i.return),hr(i);break;case 1:Hi(i,i.return);var r=i.stateNode;typeof r.componentWillUnmount=="function"&&Zg(i,i.return,r),hr(i);break;case 27:fo(i.stateNode);case 26:case 5:Hi(i,i.return),hr(i);break;case 22:i.memoizedState===null&&hr(i);break;case 30:hr(i);break;default:hr(i)}e=e.sibling}}function nn(e,i,r){for(r=r&&(i.subtreeFlags&8772)!==0,i=i.child;i!==null;){var o=i.alternate,g=e,w=i,N=w.flags;switch(w.tag){case 0:case 11:case 15:nn(g,w,r),so(4,w);break;case 1:if(nn(g,w,r),o=w,g=o.stateNode,typeof g.componentDidMount=="function")try{g.componentDidMount()}catch(ae){jt(o,o.return,ae)}if(o=w,g=o.updateQueue,g!==null){var z=o.stateNode;try{var Y=g.shared.hiddenCallbacks;if(Y!==null)for(g.shared.hiddenCallbacks=null,g=0;g<Y.length;g++)$v(Y[g],z)}catch(ae){jt(o,o.return,ae)}}r&&N&64&&Jg(w),io(w,w.return);break;case 27:t_(w);case 26:case 5:nn(g,w,r),r&&o===null&&N&4&&Qg(w),io(w,w.return);break;case 12:nn(g,w,r);break;case 31:nn(g,w,r),r&&N&4&&a_(g,w);break;case 13:nn(g,w,r),r&&N&4&&o_(g,w);break;case 22:w.memoizedState===null&&nn(g,w,r),io(w,w.return);break;case 30:break;default:nn(g,w,r)}i=i.sibling}}function Uh(e,i){var r=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(r=e.memoizedState.cachePool.pool),e=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(e=i.memoizedState.cachePool.pool),e!==r&&(e!=null&&e.refCount++,r!=null&&Fa(r))}function Fh(e,i){e=null,i.alternate!==null&&(e=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==e&&(i.refCount++,e!=null&&Fa(e))}function Ri(e,i,r,o){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)u_(e,i,r,o),i=i.sibling}function u_(e,i,r,o){var g=i.flags;switch(i.tag){case 0:case 11:case 15:Ri(e,i,r,o),g&2048&&so(9,i);break;case 1:Ri(e,i,r,o);break;case 3:Ri(e,i,r,o),g&2048&&(e=null,i.alternate!==null&&(e=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==e&&(i.refCount++,e!=null&&Fa(e)));break;case 12:if(g&2048){Ri(e,i,r,o),e=i.stateNode;try{var w=i.memoizedProps,N=w.id,z=w.onPostCommit;typeof z=="function"&&z(N,i.alternate===null?"mount":"update",e.passiveEffectDuration,-0)}catch(Y){jt(i,i.return,Y)}}else Ri(e,i,r,o);break;case 31:Ri(e,i,r,o);break;case 13:Ri(e,i,r,o);break;case 23:break;case 22:w=i.stateNode,N=i.alternate,i.memoizedState!==null?w._visibility&2?Ri(e,i,r,o):no(e,i):w._visibility&2?Ri(e,i,r,o):(w._visibility|=2,Xr(e,i,r,o,(i.subtreeFlags&10256)!==0||!1)),g&2048&&Uh(N,i);break;case 24:Ri(e,i,r,o),g&2048&&Fh(i.alternate,i);break;default:Ri(e,i,r,o)}}function Xr(e,i,r,o,g){for(g=g&&((i.subtreeFlags&10256)!==0||!1),i=i.child;i!==null;){var w=e,N=i,z=r,Y=o,ae=N.flags;switch(N.tag){case 0:case 11:case 15:Xr(w,N,z,Y,g),so(8,N);break;case 23:break;case 22:var pe=N.stateNode;N.memoizedState!==null?pe._visibility&2?Xr(w,N,z,Y,g):no(w,N):(pe._visibility|=2,Xr(w,N,z,Y,g)),g&&ae&2048&&Uh(N.alternate,N);break;case 24:Xr(w,N,z,Y,g),g&&ae&2048&&Fh(N.alternate,N);break;default:Xr(w,N,z,Y,g)}i=i.sibling}}function no(e,i){if(i.subtreeFlags&10256)for(i=i.child;i!==null;){var r=e,o=i,g=o.flags;switch(o.tag){case 22:no(r,o),g&2048&&Uh(o.alternate,o);break;case 24:no(r,o),g&2048&&Fh(o.alternate,o);break;default:no(r,o)}i=i.sibling}}var ro=8192;function Jr(e,i,r){if(e.subtreeFlags&ro)for(e=e.child;e!==null;)h_(e,i,r),e=e.sibling}function h_(e,i,r){switch(e.tag){case 26:Jr(e,i,r),e.flags&ro&&e.memoizedState!==null&&zw(r,Ai,e.memoizedState,e.memoizedProps);break;case 5:Jr(e,i,r);break;case 3:case 4:var o=Ai;Ai=sc(e.stateNode.containerInfo),Jr(e,i,r),Ai=o;break;case 22:e.memoizedState===null&&(o=e.alternate,o!==null&&o.memoizedState!==null?(o=ro,ro=16777216,Jr(e,i,r),ro=o):Jr(e,i,r));break;default:Jr(e,i,r)}}function d_(e){var i=e.alternate;if(i!==null&&(e=i.child,e!==null)){i.child=null;do i=e.sibling,e.sibling=null,e=i;while(e!==null)}}function ao(e){var i=e.deletions;if((e.flags&16)!==0){if(i!==null)for(var r=0;r<i.length;r++){var o=i[r];ks=o,p_(o,e)}d_(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)f_(e),e=e.sibling}function f_(e){switch(e.tag){case 0:case 11:case 15:ao(e),e.flags&2048&&jn(9,e,e.return);break;case 3:ao(e);break;case 12:ao(e);break;case 22:var i=e.stateNode;e.memoizedState!==null&&i._visibility&2&&(e.return===null||e.return.tag!==13)?(i._visibility&=-3,Fl(e)):ao(e);break;default:ao(e)}}function Fl(e){var i=e.deletions;if((e.flags&16)!==0){if(i!==null)for(var r=0;r<i.length;r++){var o=i[r];ks=o,p_(o,e)}d_(e)}for(e=e.child;e!==null;){switch(i=e,i.tag){case 0:case 11:case 15:jn(8,i,i.return),Fl(i);break;case 22:r=i.stateNode,r._visibility&2&&(r._visibility&=-3,Fl(i));break;default:Fl(i)}e=e.sibling}}function p_(e,i){for(;ks!==null;){var r=ks;switch(r.tag){case 0:case 11:case 15:jn(8,r,i);break;case 23:case 22:if(r.memoizedState!==null&&r.memoizedState.cachePool!==null){var o=r.memoizedState.cachePool.pool;o!=null&&o.refCount++}break;case 24:Fa(r.memoizedState.cache)}if(o=r.child,o!==null)o.return=r,ks=o;else e:for(r=e;ks!==null;){o=ks;var g=o.sibling,w=o.return;if(n_(o),o===r){ks=null;break e}if(g!==null){g.return=w,ks=g;break e}ks=w}}}var ew={getCacheForType:function(e){var i=Rs(_s),r=i.data.get(e);return r===void 0&&(r=e(),i.data.set(e,r)),r},cacheSignal:function(){return Rs(_s).controller.signal}},tw=typeof WeakMap=="function"?WeakMap:Map,xt=0,Pt=null,ct=null,ft=0,Dt=0,ri=null,Nn=!1,Zr=!1,qh=!1,rn=0,ls=0,Ln=0,dr=0,Wh=0,ai=0,Qr=0,oo=null,Js=null,Gh=!1,ql=0,v_=0,Wl=1/0,Gl=null,On=null,xs=0,Bn=null,ea=null,an=0,Vh=0,Yh=null,g_=null,lo=0,Kh=null;function oi(){return(xt&2)!==0&&ft!==0?ft&-ft:q.T!==null?td():_t()}function __(){if(ai===0)if((ft&536870912)===0||gt){var e=vs;vs<<=1,(vs&3932160)===0&&(vs=262144),ai=e}else ai=536870912;return e=ii.current,e!==null&&(e.flags|=32),ai}function Zs(e,i,r){(e===Pt&&(Dt===2||Dt===9)||e.cancelPendingCommit!==null)&&(ta(e,0),Hn(e,ft,ai,!1)),Os(e,r),((xt&2)===0||e!==Pt)&&(e===Pt&&((xt&2)===0&&(dr|=r),ls===4&&Hn(e,ft,ai,!1)),Ii(e))}function m_(e,i,r){if((xt&6)!==0)throw Error(a(327));var o=!r&&(i&127)===0&&(i&e.expiredLanes)===0||es(e,i),g=o?nw(e,i):Jh(e,i,!0),w=o;do{if(g===0){Zr&&!o&&Hn(e,i,0,!1);break}else{if(r=e.current.alternate,w&&!sw(r)){g=Jh(e,i,!1),w=!1;continue}if(g===2){if(w=i,e.errorRecoveryDisabledLanes&w)var N=0;else N=e.pendingLanes&-536870913,N=N!==0?N:N&536870912?536870912:0;if(N!==0){i=N;e:{var z=e;g=oo;var Y=z.current.memoizedState.isDehydrated;if(Y&&(ta(z,N).flags|=256),N=Jh(z,N,!1),N!==2){if(qh&&!Y){z.errorRecoveryDisabledLanes|=w,dr|=w,g=4;break e}w=Js,Js=g,w!==null&&(Js===null?Js=w:Js.push.apply(Js,w))}g=N}if(w=!1,g!==2)continue}}if(g===1){ta(e,0),Hn(e,i,0,!0);break}e:{switch(o=e,w=g,w){case 0:case 1:throw Error(a(345));case 4:if((i&4194048)!==i)break;case 6:Hn(o,i,ai,!Nn);break e;case 2:Js=null;break;case 3:case 5:break;default:throw Error(a(329))}if((i&62914560)===i&&(g=ql+300-st(),10<g)){if(Hn(o,i,ai,!Nn),Ei(o,0,!0)!==0)break e;an=i,o.timeoutHandle=K_(y_.bind(null,o,r,Js,Gl,Gh,i,ai,dr,Qr,Nn,w,"Throttled",-0,0),g);break e}y_(o,r,Js,Gl,Gh,i,ai,dr,Qr,Nn,w,null,-0,0)}}break}while(!0);Ii(e)}function y_(e,i,r,o,g,w,N,z,Y,ae,pe,me,oe,he){if(e.timeoutHandle=-1,me=i.subtreeFlags,me&8192||(me&16785408)===16785408){me={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:qi},h_(i,w,me);var Le=(w&62914560)===w?ql-st():(w&4194048)===w?v_-st():0;if(Le=$w(me,Le),Le!==null){an=w,e.cancelPendingCommit=Le(T_.bind(null,e,i,w,r,o,g,N,z,Y,pe,me,null,oe,he)),Hn(e,w,N,!ae);return}}T_(e,i,w,r,o,g,N,z,Y)}function sw(e){for(var i=e;;){var r=i.tag;if((r===0||r===11||r===15)&&i.flags&16384&&(r=i.updateQueue,r!==null&&(r=r.stores,r!==null)))for(var o=0;o<r.length;o++){var g=r[o],w=g.getSnapshot;g=g.value;try{if(!ti(w(),g))return!1}catch{return!1}}if(r=i.child,i.subtreeFlags&16384&&r!==null)r.return=i,i=r;else{if(i===e)break;for(;i.sibling===null;){if(i.return===null||i.return===e)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function Hn(e,i,r,o){i&=~Wh,i&=~dr,e.suspendedLanes|=i,e.pingedLanes&=~i,o&&(e.warmLanes|=i),o=e.expirationTimes;for(var g=i;0<g;){var w=31-vt(g),N=1<<w;o[w]=-1,g&=~N}r!==0&&ie(e,r,i)}function Vl(){return(xt&6)===0?(co(0),!1):!0}function Xh(){if(ct!==null){if(Dt===0)var e=ct.return;else e=ct,Yi=ir=null,dh(e),Wr=null,Wa=0,e=ct;for(;e!==null;)Xg(e.alternate,e),e=e.return;ct=null}}function ta(e,i){var r=e.timeoutHandle;r!==-1&&(e.timeoutHandle=-1,ww(r)),r=e.cancelPendingCommit,r!==null&&(e.cancelPendingCommit=null,r()),an=0,Xh(),Pt=e,ct=r=Gi(e.current,null),ft=i,Dt=0,ri=null,Nn=!1,Zr=es(e,i),qh=!1,Qr=ai=Wh=dr=Ln=ls=0,Js=oo=null,Gh=!1,(i&8)!==0&&(i|=i&32);var o=e.entangledLanes;if(o!==0)for(e=e.entanglements,o&=i;0<o;){var g=31-vt(o),w=1<<g;i|=e[g],o&=~w}return rn=i,pl(),r}function b_(e,i){it=null,q.H=Qa,i===qr||i===wl?(i=Bv(),Dt=3):i===eh?(i=Bv(),Dt=4):Dt=i===Ah?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,ri=i,ct===null&&(ls=1,Bl(e,fi(i,e.current)))}function S_(){var e=ii.current;return e===null?!0:(ft&4194048)===ft?_i===null:(ft&62914560)===ft||(ft&536870912)!==0?e===_i:!1}function w_(){var e=q.H;return q.H=Qa,e===null?Qa:e}function x_(){var e=q.A;return q.A=ew,e}function Yl(){ls=4,Nn||(ft&4194048)!==ft&&ii.current!==null||(Zr=!0),(Ln&134217727)===0&&(dr&134217727)===0||Pt===null||Hn(Pt,ft,ai,!1)}function Jh(e,i,r){var o=xt;xt|=2;var g=w_(),w=x_();(Pt!==e||ft!==i)&&(Gl=null,ta(e,i)),i=!1;var N=ls;e:do try{if(Dt!==0&&ct!==null){var z=ct,Y=ri;switch(Dt){case 8:Xh(),N=6;break e;case 3:case 2:case 9:case 6:ii.current===null&&(i=!0);var ae=Dt;if(Dt=0,ri=null,sa(e,z,Y,ae),r&&Zr){N=0;break e}break;default:ae=Dt,Dt=0,ri=null,sa(e,z,Y,ae)}}iw(),N=ls;break}catch(pe){b_(e,pe)}while(!0);return i&&e.shellSuspendCounter++,Yi=ir=null,xt=o,q.H=g,q.A=w,ct===null&&(Pt=null,ft=0,pl()),N}function iw(){for(;ct!==null;)C_(ct)}function nw(e,i){var r=xt;xt|=2;var o=w_(),g=x_();Pt!==e||ft!==i?(Gl=null,Wl=st()+500,ta(e,i)):Zr=es(e,i);e:do try{if(Dt!==0&&ct!==null){i=ct;var w=ri;t:switch(Dt){case 1:Dt=0,ri=null,sa(e,i,w,1);break;case 2:case 9:if(Lv(w)){Dt=0,ri=null,E_(i);break}i=function(){Dt!==2&&Dt!==9||Pt!==e||(Dt=7),Ii(e)},w.then(i,i);break e;case 3:Dt=7;break e;case 4:Dt=5;break e;case 7:Lv(w)?(Dt=0,ri=null,E_(i)):(Dt=0,ri=null,sa(e,i,w,7));break;case 5:var N=null;switch(ct.tag){case 26:N=ct.memoizedState;case 5:case 27:var z=ct;if(N?um(N):z.stateNode.complete){Dt=0,ri=null;var Y=z.sibling;if(Y!==null)ct=Y;else{var ae=z.return;ae!==null?(ct=ae,Kl(ae)):ct=null}break t}}Dt=0,ri=null,sa(e,i,w,5);break;case 6:Dt=0,ri=null,sa(e,i,w,6);break;case 8:Xh(),ls=6;break e;default:throw Error(a(462))}}rw();break}catch(pe){b_(e,pe)}while(!0);return Yi=ir=null,q.H=o,q.A=g,xt=r,ct!==null?0:(Pt=null,ft=0,pl(),ls)}function rw(){for(;ct!==null&&!us();)C_(ct)}function C_(e){var i=Yg(e.alternate,e,rn);e.memoizedProps=e.pendingProps,i===null?Kl(e):ct=i}function E_(e){var i=e,r=i.alternate;switch(i.tag){case 15:case 0:i=Ug(r,i,i.pendingProps,i.type,void 0,ft);break;case 11:i=Ug(r,i,i.pendingProps,i.type.render,i.ref,ft);break;case 5:dh(i);default:Xg(r,i),i=ct=xv(i,rn),i=Yg(r,i,rn)}e.memoizedProps=e.pendingProps,i===null?Kl(e):ct=i}function sa(e,i,r,o){Yi=ir=null,dh(i),Wr=null,Wa=0;var g=i.return;try{if(VS(e,g,i,r,ft)){ls=1,Bl(e,fi(r,e.current)),ct=null;return}}catch(w){if(g!==null)throw ct=g,w;ls=1,Bl(e,fi(r,e.current)),ct=null;return}i.flags&32768?(gt||o===1?e=!0:Zr||(ft&536870912)!==0?e=!1:(Nn=e=!0,(o===2||o===9||o===3||o===6)&&(o=ii.current,o!==null&&o.tag===13&&(o.flags|=16384))),k_(i,e)):Kl(i)}function Kl(e){var i=e;do{if((i.flags&32768)!==0){k_(i,Nn);return}e=i.return;var r=XS(i.alternate,i,rn);if(r!==null){ct=r;return}if(i=i.sibling,i!==null){ct=i;return}ct=i=e}while(i!==null);ls===0&&(ls=5)}function k_(e,i){do{var r=JS(e.alternate,e);if(r!==null){r.flags&=32767,ct=r;return}if(r=e.return,r!==null&&(r.flags|=32768,r.subtreeFlags=0,r.deletions=null),!i&&(e=e.sibling,e!==null)){ct=e;return}ct=e=r}while(e!==null);ls=6,ct=null}function T_(e,i,r,o,g,w,N,z,Y){e.cancelPendingCommit=null;do Xl();while(xs!==0);if((xt&6)!==0)throw Error(a(327));if(i!==null){if(i===e.current)throw Error(a(177));if(w=i.lanes|i.childLanes,w|=zu,yn(e,r,w,N,z,Y),e===Pt&&(ct=Pt=null,ft=0),ea=i,Bn=e,an=r,Vh=w,Yh=g,g_=o,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,cw(At,function(){return j_(),null})):(e.callbackNode=null,e.callbackPriority=0),o=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||o){o=q.T,q.T=null,g=W.p,W.p=2,N=xt,xt|=4;try{ZS(e,i,r)}finally{xt=N,W.p=g,q.T=o}}xs=1,A_(),R_(),M_()}}function A_(){if(xs===1){xs=0;var e=Bn,i=ea,r=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||r){r=q.T,q.T=null;var o=W.p;W.p=2;var g=xt;xt|=4;try{l_(i,e);var w=cd,N=pv(e.containerInfo),z=w.focusedElem,Y=w.selectionRange;if(N!==z&&z&&z.ownerDocument&&fv(z.ownerDocument.documentElement,z)){if(Y!==null&&Lu(z)){var ae=Y.start,pe=Y.end;if(pe===void 0&&(pe=ae),"selectionStart"in z)z.selectionStart=ae,z.selectionEnd=Math.min(pe,z.value.length);else{var me=z.ownerDocument||document,oe=me&&me.defaultView||window;if(oe.getSelection){var he=oe.getSelection(),Le=z.textContent.length,Ve=Math.min(Y.start,Le),Ht=Y.end===void 0?Ve:Math.min(Y.end,Le);!he.extend&&Ve>Ht&&(N=Ht,Ht=Ve,Ve=N);var se=dv(z,Ve),ee=dv(z,Ht);if(se&&ee&&(he.rangeCount!==1||he.anchorNode!==se.node||he.anchorOffset!==se.offset||he.focusNode!==ee.node||he.focusOffset!==ee.offset)){var ne=me.createRange();ne.setStart(se.node,se.offset),he.removeAllRanges(),Ve>Ht?(he.addRange(ne),he.extend(ee.node,ee.offset)):(ne.setEnd(ee.node,ee.offset),he.addRange(ne))}}}}for(me=[],he=z;he=he.parentNode;)he.nodeType===1&&me.push({element:he,left:he.scrollLeft,top:he.scrollTop});for(typeof z.focus=="function"&&z.focus(),z=0;z<me.length;z++){var ge=me[z];ge.element.scrollLeft=ge.left,ge.element.scrollTop=ge.top}}lc=!!ld,cd=ld=null}finally{xt=g,W.p=o,q.T=r}}e.current=i,xs=2}}function R_(){if(xs===2){xs=0;var e=Bn,i=ea,r=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||r){r=q.T,q.T=null;var o=W.p;W.p=2;var g=xt;xt|=4;try{i_(e,i.alternate,i)}finally{xt=g,W.p=o,q.T=r}}xs=3}}function M_(){if(xs===4||xs===3){xs=0,yt();var e=Bn,i=ea,r=an,o=g_;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?xs=5:(xs=0,ea=Bn=null,D_(e,e.pendingLanes));var g=e.pendingLanes;if(g===0&&(On=null),Me(r),i=i.stateNode,Gt&&typeof Gt.onCommitFiberRoot=="function")try{Gt.onCommitFiberRoot(ns,i,void 0,(i.current.flags&128)===128)}catch{}if(o!==null){i=q.T,g=W.p,W.p=2,q.T=null;try{for(var w=e.onRecoverableError,N=0;N<o.length;N++){var z=o[N];w(z.value,{componentStack:z.stack})}}finally{q.T=i,W.p=g}}(an&3)!==0&&Xl(),Ii(e),g=e.pendingLanes,(r&261930)!==0&&(g&42)!==0?e===Kh?lo++:(lo=0,Kh=e):lo=0,co(0)}}function D_(e,i){(e.pooledCacheLanes&=i)===0&&(i=e.pooledCache,i!=null&&(e.pooledCache=null,Fa(i)))}function Xl(){return A_(),R_(),M_(),j_()}function j_(){if(xs!==5)return!1;var e=Bn,i=Vh;Vh=0;var r=Me(an),o=q.T,g=W.p;try{W.p=32>r?32:r,q.T=null,r=Yh,Yh=null;var w=Bn,N=an;if(xs=0,ea=Bn=null,an=0,(xt&6)!==0)throw Error(a(331));var z=xt;if(xt|=4,f_(w.current),u_(w,w.current,N,r),xt=z,co(0,!1),Gt&&typeof Gt.onPostCommitFiberRoot=="function")try{Gt.onPostCommitFiberRoot(ns,w)}catch{}return!0}finally{W.p=g,q.T=o,D_(e,i)}}function N_(e,i,r){i=fi(r,i),i=Th(e.stateNode,i,2),e=Rn(e,i,2),e!==null&&(Os(e,2),Ii(e))}function jt(e,i,r){if(e.tag===3)N_(e,e,r);else for(;i!==null;){if(i.tag===3){N_(i,e,r);break}else if(i.tag===1){var o=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof o.componentDidCatch=="function"&&(On===null||!On.has(o))){e=fi(r,e),r=Lg(2),o=Rn(i,r,2),o!==null&&(Og(r,o,i,e),Os(o,2),Ii(o));break}}i=i.return}}function Zh(e,i,r){var o=e.pingCache;if(o===null){o=e.pingCache=new tw;var g=new Set;o.set(i,g)}else g=o.get(i),g===void 0&&(g=new Set,o.set(i,g));g.has(r)||(qh=!0,g.add(r),e=aw.bind(null,e,i,r),i.then(e,e))}function aw(e,i,r){var o=e.pingCache;o!==null&&o.delete(i),e.pingedLanes|=e.suspendedLanes&r,e.warmLanes&=~r,Pt===e&&(ft&r)===r&&(ls===4||ls===3&&(ft&62914560)===ft&&300>st()-ql?(xt&2)===0&&ta(e,0):Wh|=r,Qr===ft&&(Qr=0)),Ii(e)}function L_(e,i){i===0&&(i=Fi()),e=er(e,i),e!==null&&(Os(e,i),Ii(e))}function ow(e){var i=e.memoizedState,r=0;i!==null&&(r=i.retryLane),L_(e,r)}function lw(e,i){var r=0;switch(e.tag){case 31:case 13:var o=e.stateNode,g=e.memoizedState;g!==null&&(r=g.retryLane);break;case 19:o=e.stateNode;break;case 22:o=e.stateNode._retryCache;break;default:throw Error(a(314))}o!==null&&o.delete(i),L_(e,r)}function cw(e,i){return cs(e,i)}var Jl=null,ia=null,Qh=!1,Zl=!1,ed=!1,In=0;function Ii(e){e!==ia&&e.next===null&&(ia===null?Jl=ia=e:ia=ia.next=e),Zl=!0,Qh||(Qh=!0,hw())}function co(e,i){if(!ed&&Zl){ed=!0;do for(var r=!1,o=Jl;o!==null;){if(e!==0){var g=o.pendingLanes;if(g===0)var w=0;else{var N=o.suspendedLanes,z=o.pingedLanes;w=(1<<31-vt(42|e)+1)-1,w&=g&~(N&~z),w=w&201326741?w&201326741|1:w?w|2:0}w!==0&&(r=!0,I_(o,w))}else w=ft,w=Ei(o,o===Pt?w:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),(w&3)===0||es(o,w)||(r=!0,I_(o,w));o=o.next}while(r);ed=!1}}function uw(){O_()}function O_(){Zl=Qh=!1;var e=0;In!==0&&Sw()&&(e=In);for(var i=st(),r=null,o=Jl;o!==null;){var g=o.next,w=B_(o,i);w===0?(o.next=null,r===null?Jl=g:r.next=g,g===null&&(ia=r)):(r=o,(e!==0||(w&3)!==0)&&(Zl=!0)),o=g}xs!==0&&xs!==5||co(e),In!==0&&(In=0)}function B_(e,i){for(var r=e.suspendedLanes,o=e.pingedLanes,g=e.expirationTimes,w=e.pendingLanes&-62914561;0<w;){var N=31-vt(w),z=1<<N,Y=g[N];Y===-1?((z&r)===0||(z&o)!==0)&&(g[N]=Ws(z,i)):Y<=i&&(e.expiredLanes|=z),w&=~z}if(i=Pt,r=ft,r=Ei(e,e===i?r:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),o=e.callbackNode,r===0||e===i&&(Dt===2||Dt===9)||e.cancelPendingCommit!==null)return o!==null&&o!==null&&ht(o),e.callbackNode=null,e.callbackPriority=0;if((r&3)===0||es(e,r)){if(i=r&-r,i===e.callbackPriority)return i;switch(o!==null&&ht(o),Me(r)){case 2:case 8:r=Je;break;case 32:r=At;break;case 268435456:r=Ct;break;default:r=At}return o=H_.bind(null,e),r=cs(r,o),e.callbackPriority=i,e.callbackNode=r,i}return o!==null&&o!==null&&ht(o),e.callbackPriority=2,e.callbackNode=null,2}function H_(e,i){if(xs!==0&&xs!==5)return e.callbackNode=null,e.callbackPriority=0,null;var r=e.callbackNode;if(Xl()&&e.callbackNode!==r)return null;var o=ft;return o=Ei(e,e===Pt?o:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),o===0?null:(m_(e,o,i),B_(e,st()),e.callbackNode!=null&&e.callbackNode===r?H_.bind(null,e):null)}function I_(e,i){if(Xl())return null;m_(e,i,!0)}function hw(){xw(function(){(xt&6)!==0?cs(Oe,uw):O_()})}function td(){if(In===0){var e=Ur;e===0&&(e=Ze,Ze<<=1,(Ze&261888)===0&&(Ze=256)),In=e}return In}function z_(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:al(""+e)}function $_(e,i){var r=i.ownerDocument.createElement("input");return r.name=i.name,r.value=i.value,e.id&&r.setAttribute("form",e.id),i.parentNode.insertBefore(r,i),e=new FormData(e),r.parentNode.removeChild(r),e}function dw(e,i,r,o,g){if(i==="submit"&&r&&r.stateNode===g){var w=z_((g[dt]||null).action),N=o.submitter;N&&(i=(i=N[dt]||null)?z_(i.formAction):N.getAttribute("formAction"),i!==null&&(w=i,N=null));var z=new ul("action","action",null,o,g);e.push({event:z,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(In!==0){var Y=N?$_(g,N):new FormData(g);Sh(r,{pending:!0,data:Y,method:g.method,action:w},null,Y)}}else typeof w=="function"&&(z.preventDefault(),Y=N?$_(g,N):new FormData(g),Sh(r,{pending:!0,data:Y,method:g.method,action:w},w,Y))},currentTarget:g}]})}}for(var sd=0;sd<Iu.length;sd++){var id=Iu[sd],fw=id.toLowerCase(),pw=id[0].toUpperCase()+id.slice(1);Ti(fw,"on"+pw)}Ti(_v,"onAnimationEnd"),Ti(mv,"onAnimationIteration"),Ti(yv,"onAnimationStart"),Ti("dblclick","onDoubleClick"),Ti("focusin","onFocus"),Ti("focusout","onBlur"),Ti(MS,"onTransitionRun"),Ti(DS,"onTransitionStart"),Ti(jS,"onTransitionCancel"),Ti(bv,"onTransitionEnd"),ki("onMouseEnter",["mouseout","mouseover"]),ki("onMouseLeave",["mouseout","mouseover"]),ki("onPointerEnter",["pointerout","pointerover"]),ki("onPointerLeave",["pointerout","pointerover"]),rs("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),rs("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),rs("onBeforeInput",["compositionend","keypress","textInput","paste"]),rs("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),rs("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),rs("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var uo="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(" "),vw=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(uo));function P_(e,i){i=(i&4)!==0;for(var r=0;r<e.length;r++){var o=e[r],g=o.event;o=o.listeners;e:{var w=void 0;if(i)for(var N=o.length-1;0<=N;N--){var z=o[N],Y=z.instance,ae=z.currentTarget;if(z=z.listener,Y!==w&&g.isPropagationStopped())break e;w=z,g.currentTarget=ae;try{w(g)}catch(pe){fl(pe)}g.currentTarget=null,w=Y}else for(N=0;N<o.length;N++){if(z=o[N],Y=z.instance,ae=z.currentTarget,z=z.listener,Y!==w&&g.isPropagationStopped())break e;w=z,g.currentTarget=ae;try{w(g)}catch(pe){fl(pe)}g.currentTarget=null,w=Y}}}}function ut(e,i){var r=i[Es];r===void 0&&(r=i[Es]=new Set);var o=e+"__bubble";r.has(o)||(U_(i,e,2,!1),r.add(o))}function nd(e,i,r){var o=0;i&&(o|=4),U_(r,e,o,i)}var Ql="_reactListening"+Math.random().toString(36).slice(2);function rd(e){if(!e[Ql]){e[Ql]=!0,bn.forEach(function(r){r!=="selectionchange"&&(vw.has(r)||nd(r,!1,e),nd(r,!0,e))});var i=e.nodeType===9?e:e.ownerDocument;i===null||i[Ql]||(i[Ql]=!0,nd("selectionchange",!1,i))}}function U_(e,i,r,o){switch(_m(i)){case 2:var g=Fw;break;case 8:g=qw;break;default:g=bd}r=g.bind(null,i,r,e),g=void 0,!Eu||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(g=!0),o?g!==void 0?e.addEventListener(i,r,{capture:!0,passive:g}):e.addEventListener(i,r,!0):g!==void 0?e.addEventListener(i,r,{passive:g}):e.addEventListener(i,r,!1)}function ad(e,i,r,o,g){var w=o;if((i&1)===0&&(i&2)===0&&o!==null)e:for(;;){if(o===null)return;var N=o.tag;if(N===3||N===4){var z=o.stateNode.containerInfo;if(z===g)break;if(N===4)for(N=o.return;N!==null;){var Y=N.tag;if((Y===3||Y===4)&&N.stateNode.containerInfo===g)return;N=N.return}for(;z!==null;){if(N=bt(z),N===null)return;if(Y=N.tag,Y===5||Y===6||Y===26||Y===27){o=w=N;continue e}z=z.parentNode}}o=o.return}Vp(function(){var ae=w,pe=xu(r),me=[];e:{var oe=Sv.get(e);if(oe!==void 0){var he=ul,Le=e;switch(e){case"keypress":if(ll(r)===0)break e;case"keydown":case"keyup":he=lS;break;case"focusin":Le="focus",he=Ru;break;case"focusout":Le="blur",he=Ru;break;case"beforeblur":case"afterblur":he=Ru;break;case"click":if(r.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":he=Xp;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":he=Xb;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":he=hS;break;case _v:case mv:case yv:he=Qb;break;case bv:he=fS;break;case"scroll":case"scrollend":he=Yb;break;case"wheel":he=vS;break;case"copy":case"cut":case"paste":he=tS;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":he=Zp;break;case"toggle":case"beforetoggle":he=_S}var Ve=(i&4)!==0,Ht=!Ve&&(e==="scroll"||e==="scrollend"),se=Ve?oe!==null?oe+"Capture":null:oe;Ve=[];for(var ee=ae,ne;ee!==null;){var ge=ee;if(ne=ge.stateNode,ge=ge.tag,ge!==5&&ge!==26&&ge!==27||ne===null||se===null||(ge=ja(ee,se),ge!=null&&Ve.push(ho(ee,ge,ne))),Ht)break;ee=ee.return}0<Ve.length&&(oe=new he(oe,Le,null,r,pe),me.push({event:oe,listeners:Ve}))}}if((i&7)===0){e:{if(oe=e==="mouseover"||e==="pointerover",he=e==="mouseout"||e==="pointerout",oe&&r!==wu&&(Le=r.relatedTarget||r.fromElement)&&(bt(Le)||Le[mt]))break e;if((he||oe)&&(oe=pe.window===pe?pe:(oe=pe.ownerDocument)?oe.defaultView||oe.parentWindow:window,he?(Le=r.relatedTarget||r.toElement,he=ae,Le=Le?bt(Le):null,Le!==null&&(Ht=d(Le),Ve=Le.tag,Le!==Ht||Ve!==5&&Ve!==27&&Ve!==6)&&(Le=null)):(he=null,Le=ae),he!==Le)){if(Ve=Xp,ge="onMouseLeave",se="onMouseEnter",ee="mouse",(e==="pointerout"||e==="pointerover")&&(Ve=Zp,ge="onPointerLeave",se="onPointerEnter",ee="pointer"),Ht=he==null?oe:hs(he),ne=Le==null?oe:hs(Le),oe=new Ve(ge,ee+"leave",he,r,pe),oe.target=Ht,oe.relatedTarget=ne,ge=null,bt(pe)===ae&&(Ve=new Ve(se,ee+"enter",Le,r,pe),Ve.target=ne,Ve.relatedTarget=Ht,ge=Ve),Ht=ge,he&&Le)t:{for(Ve=gw,se=he,ee=Le,ne=0,ge=se;ge;ge=Ve(ge))ne++;ge=0;for(var qe=ee;qe;qe=Ve(qe))ge++;for(;0<ne-ge;)se=Ve(se),ne--;for(;0<ge-ne;)ee=Ve(ee),ge--;for(;ne--;){if(se===ee||ee!==null&&se===ee.alternate){Ve=se;break t}se=Ve(se),ee=Ve(ee)}Ve=null}else Ve=null;he!==null&&F_(me,oe,he,Ve,!1),Le!==null&&Ht!==null&&F_(me,Ht,Le,Ve,!0)}}e:{if(oe=ae?hs(ae):window,he=oe.nodeName&&oe.nodeName.toLowerCase(),he==="select"||he==="input"&&oe.type==="file")var St=av;else if(nv(oe))if(ov)St=TS;else{St=ES;var Be=CS}else he=oe.nodeName,!he||he.toLowerCase()!=="input"||oe.type!=="checkbox"&&oe.type!=="radio"?ae&&Su(ae.elementType)&&(St=av):St=kS;if(St&&(St=St(e,ae))){rv(me,St,r,pe);break e}Be&&Be(e,oe,ae),e==="focusout"&&ae&&oe.type==="number"&&ae.memoizedProps.value!=null&&bu(oe,"number",oe.value)}switch(Be=ae?hs(ae):window,e){case"focusin":(nv(Be)||Be.contentEditable==="true")&&(Lr=Be,Ou=ae,$a=null);break;case"focusout":$a=Ou=Lr=null;break;case"mousedown":Bu=!0;break;case"contextmenu":case"mouseup":case"dragend":Bu=!1,vv(me,r,pe);break;case"selectionchange":if(RS)break;case"keydown":case"keyup":vv(me,r,pe)}var nt;if(Du)e:{switch(e){case"compositionstart":var pt="onCompositionStart";break e;case"compositionend":pt="onCompositionEnd";break e;case"compositionupdate":pt="onCompositionUpdate";break e}pt=void 0}else Nr?sv(e,r)&&(pt="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(pt="onCompositionStart");pt&&(Qp&&r.locale!=="ko"&&(Nr||pt!=="onCompositionStart"?pt==="onCompositionEnd"&&Nr&&(nt=Yp()):(wn=pe,ku="value"in wn?wn.value:wn.textContent,Nr=!0)),Be=ec(ae,pt),0<Be.length&&(pt=new Jp(pt,e,null,r,pe),me.push({event:pt,listeners:Be}),nt?pt.data=nt:(nt=iv(r),nt!==null&&(pt.data=nt)))),(nt=yS?bS(e,r):SS(e,r))&&(pt=ec(ae,"onBeforeInput"),0<pt.length&&(Be=new Jp("onBeforeInput","beforeinput",null,r,pe),me.push({event:Be,listeners:pt}),Be.data=nt)),dw(me,e,ae,r,pe)}P_(me,i)})}function ho(e,i,r){return{instance:e,listener:i,currentTarget:r}}function ec(e,i){for(var r=i+"Capture",o=[];e!==null;){var g=e,w=g.stateNode;if(g=g.tag,g!==5&&g!==26&&g!==27||w===null||(g=ja(e,r),g!=null&&o.unshift(ho(e,g,w)),g=ja(e,i),g!=null&&o.push(ho(e,g,w))),e.tag===3)return o;e=e.return}return[]}function gw(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function F_(e,i,r,o,g){for(var w=i._reactName,N=[];r!==null&&r!==o;){var z=r,Y=z.alternate,ae=z.stateNode;if(z=z.tag,Y!==null&&Y===o)break;z!==5&&z!==26&&z!==27||ae===null||(Y=ae,g?(ae=ja(r,w),ae!=null&&N.unshift(ho(r,ae,Y))):g||(ae=ja(r,w),ae!=null&&N.push(ho(r,ae,Y)))),r=r.return}N.length!==0&&e.push({event:i,listeners:N})}var _w=/\r\n?/g,mw=/\u0000|\uFFFD/g;function q_(e){return(typeof e=="string"?e:""+e).replace(_w,`
49
- `).replace(mw,"")}function W_(e,i){return i=q_(i),q_(e)===i}function Bt(e,i,r,o,g,w){switch(r){case"children":typeof o=="string"?i==="body"||i==="textarea"&&o===""||Mr(e,o):(typeof o=="number"||typeof o=="bigint")&&i!=="body"&&Mr(e,""+o);break;case"className":Se(e,"class",o);break;case"tabIndex":Se(e,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":Se(e,r,o);break;case"style":Wp(e,o,w);break;case"data":if(i!=="object"){Se(e,"data",o);break}case"src":case"href":if(o===""&&(i!=="a"||r!=="href")){e.removeAttribute(r);break}if(o==null||typeof o=="function"||typeof o=="symbol"||typeof o=="boolean"){e.removeAttribute(r);break}o=al(""+o),e.setAttribute(r,o);break;case"action":case"formAction":if(typeof o=="function"){e.setAttribute(r,"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 w=="function"&&(r==="formAction"?(i!=="input"&&Bt(e,i,"name",g.name,g,null),Bt(e,i,"formEncType",g.formEncType,g,null),Bt(e,i,"formMethod",g.formMethod,g,null),Bt(e,i,"formTarget",g.formTarget,g,null)):(Bt(e,i,"encType",g.encType,g,null),Bt(e,i,"method",g.method,g,null),Bt(e,i,"target",g.target,g,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){e.removeAttribute(r);break}o=al(""+o),e.setAttribute(r,o);break;case"onClick":o!=null&&(e.onclick=qi);break;case"onScroll":o!=null&&ut("scroll",e);break;case"onScrollEnd":o!=null&&ut("scrollend",e);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(a(61));if(r=o.__html,r!=null){if(g.children!=null)throw Error(a(60));e.innerHTML=r}}break;case"multiple":e.multiple=o&&typeof o!="function"&&typeof o!="symbol";break;case"muted":e.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"){e.removeAttribute("xlink:href");break}r=al(""+o),e.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",r);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"?e.setAttribute(r,""+o):e.removeAttribute(r);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"?e.setAttribute(r,""):e.removeAttribute(r);break;case"capture":case"download":o===!0?e.setAttribute(r,""):o!==!1&&o!=null&&typeof o!="function"&&typeof o!="symbol"?e.setAttribute(r,o):e.removeAttribute(r);break;case"cols":case"rows":case"size":case"span":o!=null&&typeof o!="function"&&typeof o!="symbol"&&!isNaN(o)&&1<=o?e.setAttribute(r,o):e.removeAttribute(r);break;case"rowSpan":case"start":o==null||typeof o=="function"||typeof o=="symbol"||isNaN(o)?e.removeAttribute(r):e.setAttribute(r,o);break;case"popover":ut("beforetoggle",e),ut("toggle",e),J(e,"popover",o);break;case"xlinkActuate":Re(e,"http://www.w3.org/1999/xlink","xlink:actuate",o);break;case"xlinkArcrole":Re(e,"http://www.w3.org/1999/xlink","xlink:arcrole",o);break;case"xlinkRole":Re(e,"http://www.w3.org/1999/xlink","xlink:role",o);break;case"xlinkShow":Re(e,"http://www.w3.org/1999/xlink","xlink:show",o);break;case"xlinkTitle":Re(e,"http://www.w3.org/1999/xlink","xlink:title",o);break;case"xlinkType":Re(e,"http://www.w3.org/1999/xlink","xlink:type",o);break;case"xmlBase":Re(e,"http://www.w3.org/XML/1998/namespace","xml:base",o);break;case"xmlLang":Re(e,"http://www.w3.org/XML/1998/namespace","xml:lang",o);break;case"xmlSpace":Re(e,"http://www.w3.org/XML/1998/namespace","xml:space",o);break;case"is":J(e,"is",o);break;case"innerText":case"textContent":break;default:(!(2<r.length)||r[0]!=="o"&&r[0]!=="O"||r[1]!=="n"&&r[1]!=="N")&&(r=Gb.get(r)||r,J(e,r,o))}}function od(e,i,r,o,g,w){switch(r){case"style":Wp(e,o,w);break;case"dangerouslySetInnerHTML":if(o!=null){if(typeof o!="object"||!("__html"in o))throw Error(a(61));if(r=o.__html,r!=null){if(g.children!=null)throw Error(a(60));e.innerHTML=r}}break;case"children":typeof o=="string"?Mr(e,o):(typeof o=="number"||typeof o=="bigint")&&Mr(e,""+o);break;case"onScroll":o!=null&&ut("scroll",e);break;case"onScrollEnd":o!=null&&ut("scrollend",e);break;case"onClick":o!=null&&(e.onclick=qi);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Li.hasOwnProperty(r))e:{if(r[0]==="o"&&r[1]==="n"&&(g=r.endsWith("Capture"),i=r.slice(2,g?r.length-7:void 0),w=e[dt]||null,w=w!=null?w[r]:null,typeof w=="function"&&e.removeEventListener(i,w,g),typeof o=="function")){typeof w!="function"&&w!==null&&(r in e?e[r]=null:e.hasAttribute(r)&&e.removeAttribute(r)),e.addEventListener(i,o,g);break e}r in e?e[r]=o:o===!0?e.setAttribute(r,""):J(e,r,o)}}}function Ds(e,i,r){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":ut("error",e),ut("load",e);var o=!1,g=!1,w;for(w in r)if(r.hasOwnProperty(w)){var N=r[w];if(N!=null)switch(w){case"src":o=!0;break;case"srcSet":g=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:Bt(e,i,w,N,r,null)}}g&&Bt(e,i,"srcSet",r.srcSet,r,null),o&&Bt(e,i,"src",r.src,r,null);return;case"input":ut("invalid",e);var z=w=N=g=null,Y=null,ae=null;for(o in r)if(r.hasOwnProperty(o)){var pe=r[o];if(pe!=null)switch(o){case"name":g=pe;break;case"type":N=pe;break;case"checked":Y=pe;break;case"defaultChecked":ae=pe;break;case"value":w=pe;break;case"defaultValue":z=pe;break;case"children":case"dangerouslySetInnerHTML":if(pe!=null)throw Error(a(137,i));break;default:Bt(e,i,o,pe,r,null)}}Pp(e,w,z,Y,ae,N,g,!1);return;case"select":ut("invalid",e),o=N=w=null;for(g in r)if(r.hasOwnProperty(g)&&(z=r[g],z!=null))switch(g){case"value":w=z;break;case"defaultValue":N=z;break;case"multiple":o=z;default:Bt(e,i,g,z,r,null)}i=w,r=N,e.multiple=!!o,i!=null?Rr(e,!!o,i,!1):r!=null&&Rr(e,!!o,r,!0);return;case"textarea":ut("invalid",e),w=g=o=null;for(N in r)if(r.hasOwnProperty(N)&&(z=r[N],z!=null))switch(N){case"value":o=z;break;case"defaultValue":g=z;break;case"children":w=z;break;case"dangerouslySetInnerHTML":if(z!=null)throw Error(a(91));break;default:Bt(e,i,N,z,r,null)}Fp(e,o,g,w);return;case"option":for(Y in r)if(r.hasOwnProperty(Y)&&(o=r[Y],o!=null))switch(Y){case"selected":e.selected=o&&typeof o!="function"&&typeof o!="symbol";break;default:Bt(e,i,Y,o,r,null)}return;case"dialog":ut("beforetoggle",e),ut("toggle",e),ut("cancel",e),ut("close",e);break;case"iframe":case"object":ut("load",e);break;case"video":case"audio":for(o=0;o<uo.length;o++)ut(uo[o],e);break;case"image":ut("error",e),ut("load",e);break;case"details":ut("toggle",e);break;case"embed":case"source":case"link":ut("error",e),ut("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(ae in r)if(r.hasOwnProperty(ae)&&(o=r[ae],o!=null))switch(ae){case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:Bt(e,i,ae,o,r,null)}return;default:if(Su(i)){for(pe in r)r.hasOwnProperty(pe)&&(o=r[pe],o!==void 0&&od(e,i,pe,o,r,void 0));return}}for(z in r)r.hasOwnProperty(z)&&(o=r[z],o!=null&&Bt(e,i,z,o,r,null))}function yw(e,i,r,o){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var g=null,w=null,N=null,z=null,Y=null,ae=null,pe=null;for(he in r){var me=r[he];if(r.hasOwnProperty(he)&&me!=null)switch(he){case"checked":break;case"value":break;case"defaultValue":Y=me;default:o.hasOwnProperty(he)||Bt(e,i,he,null,o,me)}}for(var oe in o){var he=o[oe];if(me=r[oe],o.hasOwnProperty(oe)&&(he!=null||me!=null))switch(oe){case"type":w=he;break;case"name":g=he;break;case"checked":ae=he;break;case"defaultChecked":pe=he;break;case"value":N=he;break;case"defaultValue":z=he;break;case"children":case"dangerouslySetInnerHTML":if(he!=null)throw Error(a(137,i));break;default:he!==me&&Bt(e,i,oe,he,o,me)}}yu(e,N,z,Y,ae,pe,w,g);return;case"select":he=N=z=oe=null;for(w in r)if(Y=r[w],r.hasOwnProperty(w)&&Y!=null)switch(w){case"value":break;case"multiple":he=Y;default:o.hasOwnProperty(w)||Bt(e,i,w,null,o,Y)}for(g in o)if(w=o[g],Y=r[g],o.hasOwnProperty(g)&&(w!=null||Y!=null))switch(g){case"value":oe=w;break;case"defaultValue":z=w;break;case"multiple":N=w;default:w!==Y&&Bt(e,i,g,w,o,Y)}i=z,r=N,o=he,oe!=null?Rr(e,!!r,oe,!1):!!o!=!!r&&(i!=null?Rr(e,!!r,i,!0):Rr(e,!!r,r?[]:"",!1));return;case"textarea":he=oe=null;for(z in r)if(g=r[z],r.hasOwnProperty(z)&&g!=null&&!o.hasOwnProperty(z))switch(z){case"value":break;case"children":break;default:Bt(e,i,z,null,o,g)}for(N in o)if(g=o[N],w=r[N],o.hasOwnProperty(N)&&(g!=null||w!=null))switch(N){case"value":oe=g;break;case"defaultValue":he=g;break;case"children":break;case"dangerouslySetInnerHTML":if(g!=null)throw Error(a(91));break;default:g!==w&&Bt(e,i,N,g,o,w)}Up(e,oe,he);return;case"option":for(var Le in r)if(oe=r[Le],r.hasOwnProperty(Le)&&oe!=null&&!o.hasOwnProperty(Le))switch(Le){case"selected":e.selected=!1;break;default:Bt(e,i,Le,null,o,oe)}for(Y in o)if(oe=o[Y],he=r[Y],o.hasOwnProperty(Y)&&oe!==he&&(oe!=null||he!=null))switch(Y){case"selected":e.selected=oe&&typeof oe!="function"&&typeof oe!="symbol";break;default:Bt(e,i,Y,oe,o,he)}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 Ve in r)oe=r[Ve],r.hasOwnProperty(Ve)&&oe!=null&&!o.hasOwnProperty(Ve)&&Bt(e,i,Ve,null,o,oe);for(ae in o)if(oe=o[ae],he=r[ae],o.hasOwnProperty(ae)&&oe!==he&&(oe!=null||he!=null))switch(ae){case"children":case"dangerouslySetInnerHTML":if(oe!=null)throw Error(a(137,i));break;default:Bt(e,i,ae,oe,o,he)}return;default:if(Su(i)){for(var Ht in r)oe=r[Ht],r.hasOwnProperty(Ht)&&oe!==void 0&&!o.hasOwnProperty(Ht)&&od(e,i,Ht,void 0,o,oe);for(pe in o)oe=o[pe],he=r[pe],!o.hasOwnProperty(pe)||oe===he||oe===void 0&&he===void 0||od(e,i,pe,oe,o,he);return}}for(var se in r)oe=r[se],r.hasOwnProperty(se)&&oe!=null&&!o.hasOwnProperty(se)&&Bt(e,i,se,null,o,oe);for(me in o)oe=o[me],he=r[me],!o.hasOwnProperty(me)||oe===he||oe==null&&he==null||Bt(e,i,me,oe,o,he)}function G_(e){switch(e){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function bw(){if(typeof performance.getEntriesByType=="function"){for(var e=0,i=0,r=performance.getEntriesByType("resource"),o=0;o<r.length;o++){var g=r[o],w=g.transferSize,N=g.initiatorType,z=g.duration;if(w&&z&&G_(N)){for(N=0,z=g.responseEnd,o+=1;o<r.length;o++){var Y=r[o],ae=Y.startTime;if(ae>z)break;var pe=Y.transferSize,me=Y.initiatorType;pe&&G_(me)&&(Y=Y.responseEnd,N+=pe*(Y<z?1:(z-ae)/(Y-ae)))}if(--o,i+=8*(w+N)/(g.duration/1e3),e++,10<e)break}}if(0<e)return i/e/1e6}return navigator.connection&&(e=navigator.connection.downlink,typeof e=="number")?e:5}var ld=null,cd=null;function tc(e){return e.nodeType===9?e:e.ownerDocument}function V_(e){switch(e){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function Y_(e,i){if(e===0)switch(i){case"svg":return 1;case"math":return 2;default:return 0}return e===1&&i==="foreignObject"?0:e}function ud(e,i){return e==="textarea"||e==="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 hd=null;function Sw(){var e=window.event;return e&&e.type==="popstate"?e===hd?!1:(hd=e,!0):(hd=null,!1)}var K_=typeof setTimeout=="function"?setTimeout:void 0,ww=typeof clearTimeout=="function"?clearTimeout:void 0,X_=typeof Promise=="function"?Promise:void 0,xw=typeof queueMicrotask=="function"?queueMicrotask:typeof X_<"u"?function(e){return X_.resolve(null).then(e).catch(Cw)}:K_;function Cw(e){setTimeout(function(){throw e})}function zn(e){return e==="head"}function J_(e,i){var r=i,o=0;do{var g=r.nextSibling;if(e.removeChild(r),g&&g.nodeType===8)if(r=g.data,r==="/$"||r==="/&"){if(o===0){e.removeChild(g),oa(i);return}o--}else if(r==="$"||r==="$?"||r==="$~"||r==="$!"||r==="&")o++;else if(r==="html")fo(e.ownerDocument.documentElement);else if(r==="head"){r=e.ownerDocument.head,fo(r);for(var w=r.firstChild;w;){var N=w.nextSibling,z=w.nodeName;w[De]||z==="SCRIPT"||z==="STYLE"||z==="LINK"&&w.rel.toLowerCase()==="stylesheet"||r.removeChild(w),w=N}}else r==="body"&&fo(e.ownerDocument.body);r=g}while(r);oa(i)}function Z_(e,i){var r=e;e=0;do{var o=r.nextSibling;if(r.nodeType===1?i?(r._stashedDisplay=r.style.display,r.style.display="none"):(r.style.display=r._stashedDisplay||"",r.getAttribute("style")===""&&r.removeAttribute("style")):r.nodeType===3&&(i?(r._stashedText=r.nodeValue,r.nodeValue=""):r.nodeValue=r._stashedText||""),o&&o.nodeType===8)if(r=o.data,r==="/$"){if(e===0)break;e--}else r!=="$"&&r!=="$?"&&r!=="$~"&&r!=="$!"||e++;r=o}while(r)}function dd(e){var i=e.firstChild;for(i&&i.nodeType===10&&(i=i.nextSibling);i;){var r=i;switch(i=i.nextSibling,r.nodeName){case"HTML":case"HEAD":case"BODY":dd(r),Pe(r);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(r.rel.toLowerCase()==="stylesheet")continue}e.removeChild(r)}}function Ew(e,i,r,o){for(;e.nodeType===1;){var g=r;if(e.nodeName.toLowerCase()!==i.toLowerCase()){if(!o&&(e.nodeName!=="INPUT"||e.type!=="hidden"))break}else if(o){if(!e[De])switch(i){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if(w=e.getAttribute("rel"),w==="stylesheet"&&e.hasAttribute("data-precedence"))break;if(w!==g.rel||e.getAttribute("href")!==(g.href==null||g.href===""?null:g.href)||e.getAttribute("crossorigin")!==(g.crossOrigin==null?null:g.crossOrigin)||e.getAttribute("title")!==(g.title==null?null:g.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(w=e.getAttribute("src"),(w!==(g.src==null?null:g.src)||e.getAttribute("type")!==(g.type==null?null:g.type)||e.getAttribute("crossorigin")!==(g.crossOrigin==null?null:g.crossOrigin))&&w&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(i==="input"&&e.type==="hidden"){var w=g.name==null?null:""+g.name;if(g.type==="hidden"&&e.getAttribute("name")===w)return e}else return e;if(e=mi(e.nextSibling),e===null)break}return null}function kw(e,i,r){if(i==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!r||(e=mi(e.nextSibling),e===null))return null;return e}function Q_(e,i){for(;e.nodeType!==8;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!i||(e=mi(e.nextSibling),e===null))return null;return e}function fd(e){return e.data==="$?"||e.data==="$~"}function pd(e){return e.data==="$!"||e.data==="$?"&&e.ownerDocument.readyState!=="loading"}function Tw(e,i){var r=e.ownerDocument;if(e.data==="$~")e._reactRetry=i;else if(e.data!=="$?"||r.readyState!=="loading")i();else{var o=function(){i(),r.removeEventListener("DOMContentLoaded",o)};r.addEventListener("DOMContentLoaded",o),e._reactRetry=o}}function mi(e){for(;e!=null;e=e.nextSibling){var i=e.nodeType;if(i===1||i===3)break;if(i===8){if(i=e.data,i==="$"||i==="$!"||i==="$?"||i==="$~"||i==="&"||i==="F!"||i==="F")break;if(i==="/$"||i==="/&")return null}}return e}var vd=null;function em(e){e=e.nextSibling;for(var i=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"||r==="/&"){if(i===0)return mi(e.nextSibling);i--}else r!=="$"&&r!=="$!"&&r!=="$?"&&r!=="$~"&&r!=="&"||i++}e=e.nextSibling}return null}function tm(e){e=e.previousSibling;for(var i=0;e;){if(e.nodeType===8){var r=e.data;if(r==="$"||r==="$!"||r==="$?"||r==="$~"||r==="&"){if(i===0)return e;i--}else r!=="/$"&&r!=="/&"||i++}e=e.previousSibling}return null}function sm(e,i,r){switch(i=tc(r),e){case"html":if(e=i.documentElement,!e)throw Error(a(452));return e;case"head":if(e=i.head,!e)throw Error(a(453));return e;case"body":if(e=i.body,!e)throw Error(a(454));return e;default:throw Error(a(451))}}function fo(e){for(var i=e.attributes;i.length;)e.removeAttributeNode(i[0]);Pe(e)}var yi=new Map,im=new Set;function sc(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}var on=W.d;W.d={f:Aw,r:Rw,D:Mw,C:Dw,L:jw,m:Nw,X:Ow,S:Lw,M:Bw};function Aw(){var e=on.f(),i=Vl();return e||i}function Rw(e){var i=We(e);i!==null&&i.tag===5&&i.type==="form"?bg(i):on.r(e)}var na=typeof document>"u"?null:document;function nm(e,i,r){var o=na;if(o&&typeof i=="string"&&i){var g=hi(i);g='link[rel="'+e+'"][href="'+g+'"]',typeof r=="string"&&(g+='[crossorigin="'+r+'"]'),im.has(g)||(im.add(g),e={rel:e,crossOrigin:r,href:i},o.querySelector(g)===null&&(i=o.createElement("link"),Ds(i,"link",e),kt(i),o.head.appendChild(i)))}}function Mw(e){on.D(e),nm("dns-prefetch",e,null)}function Dw(e,i){on.C(e,i),nm("preconnect",e,i)}function jw(e,i,r){on.L(e,i,r);var o=na;if(o&&e&&i){var g='link[rel="preload"][as="'+hi(i)+'"]';i==="image"&&r&&r.imageSrcSet?(g+='[imagesrcset="'+hi(r.imageSrcSet)+'"]',typeof r.imageSizes=="string"&&(g+='[imagesizes="'+hi(r.imageSizes)+'"]')):g+='[href="'+hi(e)+'"]';var w=g;switch(i){case"style":w=ra(e);break;case"script":w=aa(e)}yi.has(w)||(e=f({rel:"preload",href:i==="image"&&r&&r.imageSrcSet?void 0:e,as:i},r),yi.set(w,e),o.querySelector(g)!==null||i==="style"&&o.querySelector(po(w))||i==="script"&&o.querySelector(vo(w))||(i=o.createElement("link"),Ds(i,"link",e),kt(i),o.head.appendChild(i)))}}function Nw(e,i){on.m(e,i);var r=na;if(r&&e){var o=i&&typeof i.as=="string"?i.as:"script",g='link[rel="modulepreload"][as="'+hi(o)+'"][href="'+hi(e)+'"]',w=g;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":w=aa(e)}if(!yi.has(w)&&(e=f({rel:"modulepreload",href:e},i),yi.set(w,e),r.querySelector(g)===null)){switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(r.querySelector(vo(w)))return}o=r.createElement("link"),Ds(o,"link",e),kt(o),r.head.appendChild(o)}}}function Lw(e,i,r){on.S(e,i,r);var o=na;if(o&&e){var g=Ts(o).hoistableStyles,w=ra(e);i=i||"default";var N=g.get(w);if(!N){var z={loading:0,preload:null};if(N=o.querySelector(po(w)))z.loading=5;else{e=f({rel:"stylesheet",href:e,"data-precedence":i},r),(r=yi.get(w))&&gd(e,r);var Y=N=o.createElement("link");kt(Y),Ds(Y,"link",e),Y._p=new Promise(function(ae,pe){Y.onload=ae,Y.onerror=pe}),Y.addEventListener("load",function(){z.loading|=1}),Y.addEventListener("error",function(){z.loading|=2}),z.loading|=4,ic(N,i,o)}N={type:"stylesheet",instance:N,count:1,state:z},g.set(w,N)}}}function Ow(e,i){on.X(e,i);var r=na;if(r&&e){var o=Ts(r).hoistableScripts,g=aa(e),w=o.get(g);w||(w=r.querySelector(vo(g)),w||(e=f({src:e,async:!0},i),(i=yi.get(g))&&_d(e,i),w=r.createElement("script"),kt(w),Ds(w,"link",e),r.head.appendChild(w)),w={type:"script",instance:w,count:1,state:null},o.set(g,w))}}function Bw(e,i){on.M(e,i);var r=na;if(r&&e){var o=Ts(r).hoistableScripts,g=aa(e),w=o.get(g);w||(w=r.querySelector(vo(g)),w||(e=f({src:e,async:!0,type:"module"},i),(i=yi.get(g))&&_d(e,i),w=r.createElement("script"),kt(w),Ds(w,"link",e),r.head.appendChild(w)),w={type:"script",instance:w,count:1,state:null},o.set(g,w))}}function rm(e,i,r,o){var g=(g=fe.current)?sc(g):null;if(!g)throw Error(a(446));switch(e){case"meta":case"title":return null;case"style":return typeof r.precedence=="string"&&typeof r.href=="string"?(i=ra(r.href),r=Ts(g).hoistableStyles,o=r.get(i),o||(o={type:"style",instance:null,count:0,state:null},r.set(i,o)),o):{type:"void",instance:null,count:0,state:null};case"link":if(r.rel==="stylesheet"&&typeof r.href=="string"&&typeof r.precedence=="string"){e=ra(r.href);var w=Ts(g).hoistableStyles,N=w.get(e);if(N||(g=g.ownerDocument||g,N={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},w.set(e,N),(w=g.querySelector(po(e)))&&!w._p&&(N.instance=w,N.state.loading=5),yi.has(e)||(r={rel:"preload",as:"style",href:r.href,crossOrigin:r.crossOrigin,integrity:r.integrity,media:r.media,hrefLang:r.hrefLang,referrerPolicy:r.referrerPolicy},yi.set(e,r),w||Hw(g,e,r,N.state))),i&&o===null)throw Error(a(528,""));return N}if(i&&o!==null)throw Error(a(529,""));return null;case"script":return i=r.async,r=r.src,typeof r=="string"&&i&&typeof i!="function"&&typeof i!="symbol"?(i=aa(r),r=Ts(g).hoistableScripts,o=r.get(i),o||(o={type:"script",instance:null,count:0,state:null},r.set(i,o)),o):{type:"void",instance:null,count:0,state:null};default:throw Error(a(444,e))}}function ra(e){return'href="'+hi(e)+'"'}function po(e){return'link[rel="stylesheet"]['+e+"]"}function am(e){return f({},e,{"data-precedence":e.precedence,precedence:null})}function Hw(e,i,r,o){e.querySelector('link[rel="preload"][as="style"]['+i+"]")?o.loading=1:(i=e.createElement("link"),o.preload=i,i.addEventListener("load",function(){return o.loading|=1}),i.addEventListener("error",function(){return o.loading|=2}),Ds(i,"link",r),kt(i),e.head.appendChild(i))}function aa(e){return'[src="'+hi(e)+'"]'}function vo(e){return"script[async]"+e}function om(e,i,r){if(i.count++,i.instance===null)switch(i.type){case"style":var o=e.querySelector('style[data-href~="'+hi(r.href)+'"]');if(o)return i.instance=o,kt(o),o;var g=f({},r,{"data-href":r.href,"data-precedence":r.precedence,href:null,precedence:null});return o=(e.ownerDocument||e).createElement("style"),kt(o),Ds(o,"style",g),ic(o,r.precedence,e),i.instance=o;case"stylesheet":g=ra(r.href);var w=e.querySelector(po(g));if(w)return i.state.loading|=4,i.instance=w,kt(w),w;o=am(r),(g=yi.get(g))&&gd(o,g),w=(e.ownerDocument||e).createElement("link"),kt(w);var N=w;return N._p=new Promise(function(z,Y){N.onload=z,N.onerror=Y}),Ds(w,"link",o),i.state.loading|=4,ic(w,r.precedence,e),i.instance=w;case"script":return w=aa(r.src),(g=e.querySelector(vo(w)))?(i.instance=g,kt(g),g):(o=r,(g=yi.get(w))&&(o=f({},r),_d(o,g)),e=e.ownerDocument||e,g=e.createElement("script"),kt(g),Ds(g,"link",o),e.head.appendChild(g),i.instance=g);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,ic(o,r.precedence,e));return i.instance}function ic(e,i,r){for(var o=r.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),g=o.length?o[o.length-1]:null,w=g,N=0;N<o.length;N++){var z=o[N];if(z.dataset.precedence===i)w=z;else if(w!==g)break}w?w.parentNode.insertBefore(e,w.nextSibling):(i=r.nodeType===9?r.head:r,i.insertBefore(e,i.firstChild))}function gd(e,i){e.crossOrigin==null&&(e.crossOrigin=i.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=i.referrerPolicy),e.title==null&&(e.title=i.title)}function _d(e,i){e.crossOrigin==null&&(e.crossOrigin=i.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=i.referrerPolicy),e.integrity==null&&(e.integrity=i.integrity)}var nc=null;function lm(e,i,r){if(nc===null){var o=new Map,g=nc=new Map;g.set(r,o)}else g=nc,o=g.get(r),o||(o=new Map,g.set(r,o));if(o.has(e))return o;for(o.set(e,null),r=r.getElementsByTagName(e),g=0;g<r.length;g++){var w=r[g];if(!(w[De]||w[Ke]||e==="link"&&w.getAttribute("rel")==="stylesheet")&&w.namespaceURI!=="http://www.w3.org/2000/svg"){var N=w.getAttribute(i)||"";N=e+N;var z=o.get(N);z?z.push(w):o.set(N,[w])}}return o}function cm(e,i,r){e=e.ownerDocument||e,e.head.insertBefore(r,i==="title"?e.querySelector("head > title"):null)}function Iw(e,i,r){if(r===1||i.itemProp!=null)return!1;switch(e){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 e=i.disabled,typeof i.precedence=="string"&&e==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 um(e){return!(e.type==="stylesheet"&&(e.state.loading&3)===0)}function zw(e,i,r,o){if(r.type==="stylesheet"&&(typeof o.media!="string"||matchMedia(o.media).matches!==!1)&&(r.state.loading&4)===0){if(r.instance===null){var g=ra(o.href),w=i.querySelector(po(g));if(w){i=w._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(e.count++,e=rc.bind(e),i.then(e,e)),r.state.loading|=4,r.instance=w,kt(w);return}w=i.ownerDocument||i,o=am(o),(g=yi.get(g))&&gd(o,g),w=w.createElement("link"),kt(w);var N=w;N._p=new Promise(function(z,Y){N.onload=z,N.onerror=Y}),Ds(w,"link",o),r.instance=w}e.stylesheets===null&&(e.stylesheets=new Map),e.stylesheets.set(r,i),(i=r.state.preload)&&(r.state.loading&3)===0&&(e.count++,r=rc.bind(e),i.addEventListener("load",r),i.addEventListener("error",r))}}var md=0;function $w(e,i){return e.stylesheets&&e.count===0&&oc(e,e.stylesheets),0<e.count||0<e.imgCount?function(r){var o=setTimeout(function(){if(e.stylesheets&&oc(e,e.stylesheets),e.unsuspend){var w=e.unsuspend;e.unsuspend=null,w()}},6e4+i);0<e.imgBytes&&md===0&&(md=62500*bw());var g=setTimeout(function(){if(e.waitingForImages=!1,e.count===0&&(e.stylesheets&&oc(e,e.stylesheets),e.unsuspend)){var w=e.unsuspend;e.unsuspend=null,w()}},(e.imgBytes>md?50:800)+i);return e.unsuspend=r,function(){e.unsuspend=null,clearTimeout(o),clearTimeout(g)}}:null}function rc(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)oc(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var ac=null;function oc(e,i){e.stylesheets=null,e.unsuspend!==null&&(e.count++,ac=new Map,i.forEach(Pw,e),ac=null,rc.call(e))}function Pw(e,i){if(!(i.state.loading&4)){var r=ac.get(e);if(r)var o=r.get(null);else{r=new Map,ac.set(e,r);for(var g=e.querySelectorAll("link[data-precedence],style[data-precedence]"),w=0;w<g.length;w++){var N=g[w];(N.nodeName==="LINK"||N.getAttribute("media")!=="not all")&&(r.set(N.dataset.precedence,N),o=N)}o&&r.set(null,o)}g=i.instance,N=g.getAttribute("data-precedence"),w=r.get(N)||o,w===o&&r.set(null,g),r.set(N,g),this.count++,o=rc.bind(this),g.addEventListener("load",o),g.addEventListener("error",o),w?w.parentNode.insertBefore(g,w.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(g,e.firstChild)),i.state.loading|=4}}var go={$$typeof:m,Provider:null,Consumer:null,_currentValue:Q,_currentValue2:Q,_threadCount:0};function Uw(e,i,r,o,g,w,N,z,Y){this.tag=1,this.containerInfo=e,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=Gs(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Gs(0),this.hiddenUpdates=Gs(null),this.identifierPrefix=o,this.onUncaughtError=g,this.onCaughtError=w,this.onRecoverableError=N,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=Y,this.incompleteTransitions=new Map}function hm(e,i,r,o,g,w,N,z,Y,ae,pe,me){return e=new Uw(e,i,r,N,Y,ae,pe,me,z),i=1,w===!0&&(i|=24),w=si(3,null,null,i),e.current=w,w.stateNode=e,i=Ju(),i.refCount++,e.pooledCache=i,i.refCount++,w.memoizedState={element:o,isDehydrated:r,cache:i},th(w),e}function dm(e){return e?(e=Hr,e):Hr}function fm(e,i,r,o,g,w){g=dm(g),o.context===null?o.context=g:o.pendingContext=g,o=An(i),o.payload={element:r},w=w===void 0?null:w,w!==null&&(o.callback=w),r=Rn(e,o,i),r!==null&&(Zs(r,e,i),Va(r,e,i))}function pm(e,i){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<i?r:i}}function yd(e,i){pm(e,i),(e=e.alternate)&&pm(e,i)}function vm(e){if(e.tag===13||e.tag===31){var i=er(e,67108864);i!==null&&Zs(i,e,67108864),yd(e,67108864)}}function gm(e){if(e.tag===13||e.tag===31){var i=oi();i=be(i);var r=er(e,i);r!==null&&Zs(r,e,i),yd(e,i)}}var lc=!0;function Fw(e,i,r,o){var g=q.T;q.T=null;var w=W.p;try{W.p=2,bd(e,i,r,o)}finally{W.p=w,q.T=g}}function qw(e,i,r,o){var g=q.T;q.T=null;var w=W.p;try{W.p=8,bd(e,i,r,o)}finally{W.p=w,q.T=g}}function bd(e,i,r,o){if(lc){var g=Sd(o);if(g===null)ad(e,i,o,cc,r),mm(e,o);else if(Gw(g,e,i,r,o))o.stopPropagation();else if(mm(e,o),i&4&&-1<Ww.indexOf(e)){for(;g!==null;){var w=We(g);if(w!==null)switch(w.tag){case 3:if(w=w.stateNode,w.current.memoizedState.isDehydrated){var N=Cs(w.pendingLanes);if(N!==0){var z=w;for(z.pendingLanes|=2,z.entangledLanes|=2;N;){var Y=1<<31-vt(N);z.entanglements[1]|=Y,N&=~Y}Ii(w),(xt&6)===0&&(Wl=st()+500,co(0))}}break;case 31:case 13:z=er(w,2),z!==null&&Zs(z,w,2),Vl(),yd(w,2)}if(w=Sd(o),w===null&&ad(e,i,o,cc,r),w===g)break;g=w}g!==null&&o.stopPropagation()}else ad(e,i,o,null,r)}}function Sd(e){return e=xu(e),wd(e)}var cc=null;function wd(e){if(cc=null,e=bt(e),e!==null){var i=d(e);if(i===null)e=null;else{var r=i.tag;if(r===13){if(e=p(i),e!==null)return e;e=null}else if(r===31){if(e=c(i),e!==null)return e;e=null}else if(r===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;e=null}else i!==e&&(e=null)}}return cc=e,null}function _m(e){switch(e){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(Lt()){case Oe:return 2;case Je:return 8;case At:case Wt:return 32;case Ct:return 268435456;default:return 32}default:return 32}}var xd=!1,$n=null,Pn=null,Un=null,_o=new Map,mo=new Map,Fn=[],Ww="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 mm(e,i){switch(e){case"focusin":case"focusout":$n=null;break;case"dragenter":case"dragleave":Pn=null;break;case"mouseover":case"mouseout":Un=null;break;case"pointerover":case"pointerout":_o.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":mo.delete(i.pointerId)}}function yo(e,i,r,o,g,w){return e===null||e.nativeEvent!==w?(e={blockedOn:i,domEventName:r,eventSystemFlags:o,nativeEvent:w,targetContainers:[g]},i!==null&&(i=We(i),i!==null&&vm(i)),e):(e.eventSystemFlags|=o,i=e.targetContainers,g!==null&&i.indexOf(g)===-1&&i.push(g),e)}function Gw(e,i,r,o,g){switch(i){case"focusin":return $n=yo($n,e,i,r,o,g),!0;case"dragenter":return Pn=yo(Pn,e,i,r,o,g),!0;case"mouseover":return Un=yo(Un,e,i,r,o,g),!0;case"pointerover":var w=g.pointerId;return _o.set(w,yo(_o.get(w)||null,e,i,r,o,g)),!0;case"gotpointercapture":return w=g.pointerId,mo.set(w,yo(mo.get(w)||null,e,i,r,o,g)),!0}return!1}function ym(e){var i=bt(e.target);if(i!==null){var r=d(i);if(r!==null){if(i=r.tag,i===13){if(i=p(r),i!==null){e.blockedOn=i,ot(e.priority,function(){gm(r)});return}}else if(i===31){if(i=c(r),i!==null){e.blockedOn=i,ot(e.priority,function(){gm(r)});return}}else if(i===3&&r.stateNode.current.memoizedState.isDehydrated){e.blockedOn=r.tag===3?r.stateNode.containerInfo:null;return}}}e.blockedOn=null}function uc(e){if(e.blockedOn!==null)return!1;for(var i=e.targetContainers;0<i.length;){var r=Sd(e.nativeEvent);if(r===null){r=e.nativeEvent;var o=new r.constructor(r.type,r);wu=o,r.target.dispatchEvent(o),wu=null}else return i=We(r),i!==null&&vm(i),e.blockedOn=r,!1;i.shift()}return!0}function bm(e,i,r){uc(e)&&r.delete(i)}function Vw(){xd=!1,$n!==null&&uc($n)&&($n=null),Pn!==null&&uc(Pn)&&(Pn=null),Un!==null&&uc(Un)&&(Un=null),_o.forEach(bm),mo.forEach(bm)}function hc(e,i){e.blockedOn===i&&(e.blockedOn=null,xd||(xd=!0,s.unstable_scheduleCallback(s.unstable_NormalPriority,Vw)))}var dc=null;function Sm(e){dc!==e&&(dc=e,s.unstable_scheduleCallback(s.unstable_NormalPriority,function(){dc===e&&(dc=null);for(var i=0;i<e.length;i+=3){var r=e[i],o=e[i+1],g=e[i+2];if(typeof o!="function"){if(wd(o||r)===null)continue;break}var w=We(r);w!==null&&(e.splice(i,3),i-=3,Sh(w,{pending:!0,data:g,method:r.method,action:o},o,g))}}))}function oa(e){function i(Y){return hc(Y,e)}$n!==null&&hc($n,e),Pn!==null&&hc(Pn,e),Un!==null&&hc(Un,e),_o.forEach(i),mo.forEach(i);for(var r=0;r<Fn.length;r++){var o=Fn[r];o.blockedOn===e&&(o.blockedOn=null)}for(;0<Fn.length&&(r=Fn[0],r.blockedOn===null);)ym(r),r.blockedOn===null&&Fn.shift();if(r=(e.ownerDocument||e).$$reactFormReplay,r!=null)for(o=0;o<r.length;o+=3){var g=r[o],w=r[o+1],N=g[dt]||null;if(typeof w=="function")N||Sm(r);else if(N){var z=null;if(w&&w.hasAttribute("formAction")){if(g=w,N=w[dt]||null)z=N.formAction;else if(wd(g)!==null)continue}else z=N.action;typeof z=="function"?r[o+1]=z:(r.splice(o,3),o-=3),Sm(r)}}}function wm(){function e(w){w.canIntercept&&w.info==="react-transition"&&w.intercept({handler:function(){return new Promise(function(N){return g=N})},focusReset:"manual",scroll:"manual"})}function i(){g!==null&&(g(),g=null),o||setTimeout(r,20)}function r(){if(!o&&!navigation.transition){var w=navigation.currentEntry;w&&w.url!=null&&navigation.navigate(w.url,{state:w.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var o=!1,g=null;return navigation.addEventListener("navigate",e),navigation.addEventListener("navigatesuccess",i),navigation.addEventListener("navigateerror",i),setTimeout(r,100),function(){o=!0,navigation.removeEventListener("navigate",e),navigation.removeEventListener("navigatesuccess",i),navigation.removeEventListener("navigateerror",i),g!==null&&(g(),g=null)}}}function Cd(e){this._internalRoot=e}fc.prototype.render=Cd.prototype.render=function(e){var i=this._internalRoot;if(i===null)throw Error(a(409));var r=i.current,o=oi();fm(r,o,e,i,null,null)},fc.prototype.unmount=Cd.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var i=e.containerInfo;fm(e.current,2,null,e,null,null),Vl(),i[mt]=null}};function fc(e){this._internalRoot=e}fc.prototype.unstable_scheduleHydration=function(e){if(e){var i=_t();e={blockedOn:null,target:e,priority:i};for(var r=0;r<Fn.length&&i!==0&&i<Fn[r].priority;r++);Fn.splice(r,0,e),r===0&&ym(e)}};var xm=t.version;if(xm!=="19.2.7")throw Error(a(527,xm,"19.2.7"));W.findDOMNode=function(e){var i=e._reactInternals;if(i===void 0)throw typeof e.render=="function"?Error(a(188)):(e=Object.keys(e).join(","),Error(a(268,e)));return e=v(i),e=e!==null?S(e):null,e=e===null?null:e.stateNode,e};var Yw={bundleType:0,version:"19.2.7",rendererPackageName:"react-dom",currentDispatcherRef:q,reconcilerVersion:"19.2.7"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var pc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!pc.isDisabled&&pc.supportsFiber)try{ns=pc.inject(Yw),Gt=pc}catch{}}return So.createRoot=function(e,i){if(!l(e))throw Error(a(299));var r=!1,o="",g=Mg,w=Dg,N=jg;return i!=null&&(i.unstable_strictMode===!0&&(r=!0),i.identifierPrefix!==void 0&&(o=i.identifierPrefix),i.onUncaughtError!==void 0&&(g=i.onUncaughtError),i.onCaughtError!==void 0&&(w=i.onCaughtError),i.onRecoverableError!==void 0&&(N=i.onRecoverableError)),i=hm(e,1,!1,null,null,r,o,null,g,w,N,wm),e[mt]=i.current,rd(e),new Cd(i)},So.hydrateRoot=function(e,i,r){if(!l(e))throw Error(a(299));var o=!1,g="",w=Mg,N=Dg,z=jg,Y=null;return r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(g=r.identifierPrefix),r.onUncaughtError!==void 0&&(w=r.onUncaughtError),r.onCaughtError!==void 0&&(N=r.onCaughtError),r.onRecoverableError!==void 0&&(z=r.onRecoverableError),r.formState!==void 0&&(Y=r.formState)),i=hm(e,1,!0,i,r??null,o,g,Y,w,N,z,wm),i.context=dm(null),r=i.current,o=oi(),o=be(o),g=An(o),g.callback=null,Rn(r,g,o),r=o,i.current.lanes=r,Os(i,r),Ii(i),e[mt]=i.current,rd(e),new fc(i)},So.version="19.2.7",So}var Nm;function rx(){if(Nm)return Ad.exports;Nm=1;function s(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(s)}catch(t){console.error(t)}}return s(),Ad.exports=nx(),Ad.exports}var ax=rx();const Ry="sapiom-harness-theme",yf=new Set;function ox(){var s;return typeof window<"u"&&((s=window.matchMedia)==null?void 0:s.call(window,"(prefers-color-scheme: dark)").matches)===!0}function lx(){const s=typeof window<"u"?window.localStorage.getItem(Ry):null;return s==="light"||s==="dark"?s:ox()?"dark":"light"}let dp=lx();function cu(){return dp}function cx(s){dp=s,document.documentElement.dataset.theme=s,window.localStorage.setItem(Ry,s),yf.forEach(t=>t(s))}function ux(){cx(dp==="dark"?"light":"dark")}function fp(s){return yf.add(s),()=>yf.delete(s)}const My=Date.now(),js=s=>new Date(My-s*6e4).toISOString(),rt=s=>new Date(My-s*24*60*6e4).toISOString(),Lm="/Users/demo/acme-app";js(1),js(1),js(42),js(20),rt(2),rt(1),rt(1),rt(1),rt(3),rt(3),js(0),js(0),js(3),js(3);js(1),rt(1),rt(1),rt(3),rt(6),rt(45),rt(1);js(48),js(1),js(48),js(47),js(46),js(45),js(3),js(2),rt(1),rt(1),rt(1),rt(1),rt(1),rt(1),rt(1),rt(1),rt(1),rt(3),rt(3),rt(3),rt(3),rt(3),rt(3),rt(3),rt(3),rt(1),rt(1),rt(1),rt(1),rt(45),rt(45),rt(45),rt(45),rt(45),rt(45),rt(45),rt(45);function pp(){return!1}function _a(s){return(s==null?void 0:s.boundWorkflowPath)??null}class Ps extends Error{constructor(n,a,l){super(a);Ed(this,"status");Ed(this,"reason");this.name="ApiError",this.status=n,this.reason=l}}function ma(){const s=window.__HARNESS__;return s!=null&&s.token?s.token:new URLSearchParams(window.location.search).get("token")??""}class hx{startAuth(){return this.request("/api/auth/start",{method:"POST"})}disconnect(){return this.request("/api/auth/disconnect",{method:"POST"})}authStatus(){return this.request("/api/auth/status")}async request(t,n){const a=await fetch(t,{...n,headers:{"Content-Type":"application/json","X-Harness-Token":ma(),...n==null?void 0:n.headers}});if(!a.ok){const l=await a.text().catch(()=>"");let d;try{const p=l?JSON.parse(l):void 0;p&&typeof p=="object"&&typeof p.error=="string"&&(d=p.error)}catch{}throw new Ps(a.status,`${(n==null?void 0:n.method)??"GET"} ${t} → ${a.status}${l?`: ${l}`:""}`,d)}if(a.status!==204)return await a.json()}getState(){return this.request("/api/state")}createSession(t){return this.request("/api/sessions",{method:"POST",body:JSON.stringify({theme:cu(),...t})})}listSessions(){return this.request("/api/sessions")}sessionHistory(t){return this.request(`/api/sessions/history?cwd=${encodeURIComponent(t)}`)}async sessionRecord(t){try{return await this.request(`/api/sessions/${encodeURIComponent(t)}/record`)}catch(n){if(n instanceof Ps&&(n.status===404||n.status===501))return null;throw n}}resumeSession(t){return this.request(`/api/sessions/${encodeURIComponent(t)}/resume`,{method:"POST"})}adoptSession(t){return this.request("/api/sessions/adopt",{method:"POST",body:JSON.stringify(t)})}async killSession(t){await this.request(`/api/sessions/${encodeURIComponent(t)}`,{method:"DELETE"})}async injectInput(t,n){await this.request(`/api/sessions/${encodeURIComponent(t)}/input`,{method:"POST",body:JSON.stringify(n)})}attachImage(t,n){return this.request(`/api/sessions/${encodeURIComponent(t)}/image`,{method:"POST",body:JSON.stringify(n)})}listWorkflows(){return this.request("/api/workflows")}connectWorkflow(t){return this.request("/api/workflows/connect",{method:"POST",body:JSON.stringify({path:t})})}scanWorkflows(t){return this.request("/api/workflows/scan",{method:"POST",body:JSON.stringify({root:t})})}listHarnesses(){return this.request("/api/harnesses")}listMacros(){return this.request("/api/macros")}async runMacro(t,n){await this.request(`/api/macros/${encodeURIComponent(t)}/run`,{method:"POST",body:JSON.stringify(n)})}getSettings(){return this.request("/api/settings")}updateSettings(t){return this.request("/api/settings",{method:"PATCH",body:JSON.stringify(t)})}listDir(t){const n=t?`?path=${encodeURIComponent(t)}`:"";return this.request(`/api/fs/list${n}`)}bindWorkflow(t,n){const a={workflowPath:n};return this.request(`/api/sessions/${encodeURIComponent(t)}/workflow`,{method:"PATCH",body:JSON.stringify(a)})}listTemplates(){return this.request("/api/templates")}getTemplate(t){return this.request(`/api/templates/${encodeURIComponent(t)}`)}getRunState(t){return this.request(`/api/runs/${encodeURIComponent(t)}/state`)}async runLocal(t,n){const a=await fetch("/api/runs/local",{method:"POST",headers:{"Content-Type":"application/json","X-Harness-Token":ma()},body:JSON.stringify(t)});if(!a.ok||!a.body){const h=await a.text().catch(()=>"");throw new Ps(a.status,`POST /api/runs/local → ${a.status}${h?`: ${h}`:""}`,void 0)}const l=a.body.getReader(),d=new TextDecoder;let p="";const c=(h,v)=>{p+=h;const{lines:S,rest:f}=fx(p,v);p=f;for(const x of S){const E=px(x);E&&n(E)}};for(;;){const{done:h,value:v}=await l.read();if(h)break;c(d.decode(v,{stream:!0}),!1)}c(d.decode(),!0)}async deploy(t,n){const a=await this.streamNdjson(`/api/workflows/${encodeURIComponent(t)}/deploy`,{method:"POST"},n);return vx(a)}async run(t){return this.request("/api/runs",{method:"POST",body:JSON.stringify(t)})}async streamNdjson(t,n,a){const l=await fetch(t,{...n,headers:{"Content-Type":"application/json","X-Harness-Token":ma(),...n.headers}});if(!l.ok||!l.body){const S=await l.text().catch(()=>"");let f;try{const x=S?JSON.parse(S):void 0;x&&typeof x=="object"&&typeof x.error=="string"&&(f=x.error)}catch{}throw new Ps(l.status,`${n.method??"GET"} ${t} → ${l.status}${S?`: ${S}`:""}`,f)}const d=[],p=l.body.getReader(),c=new TextDecoder;let h="";const v=S=>{h+=S;let f=h.indexOf(`
50
- `);for(;f!==-1;){const x=h.slice(0,f);h=h.slice(f+1);const E=dx(x);E!==void 0&&(d.push(E),a==null||a(E)),f=h.indexOf(`
51
- `)}};for(;;){const{done:S,value:f}=await p.read();if(S)break;v(c.decode(f,{stream:!0}))}return v(c.decode()+`
52
- `),d}}function dx(s){const t=s.trim();if(t==="")return;let n;try{n=JSON.parse(t)}catch{return}return n===null?void 0:n}function fx(s,t){const n=s.split(`
53
- `);if(t)return{lines:n.filter(l=>l.trim()!==""),rest:""};const a=n.pop()??"";return{lines:n.filter(l=>l.trim()!==""),rest:a}}function px(s){const t=s.trim();if(t==="")return null;let n;try{n=JSON.parse(t)}catch{return null}return typeof n!="object"||n===null||Array.isArray(n)?null:n}function vx(s){for(let t=s.length-1;t>=0;t--){const n=s[t];if(n.phase==="ready"||n.phase==="error")return n}return{phase:"error",code:"NO_OUTPUT",message:"deploy produced no terminal status"}}function gx(){return new hx}function Io(s){var a,l;const t=(a=s.inputSchema)==null?void 0:a.properties;if(!t)return[];const n=new Set(((l=s.inputSchema)==null?void 0:l.required)??[]);return Object.entries(t).map(([d,p])=>({name:d,type:(p==null?void 0:p.type)??"unknown",required:n.has(d)})).sort((d,p)=>Number(p.required)-Number(d.required))}function Vn(s){return s<1e3?`${s}ms`:`${Math.round(s/100)/10}s`}function _x(s,t){const n=[],a=Io(s).length;a>0&&n.push(a===1?"1 input":`${a} inputs`);const l=t.filter(d=>d.from===s.id&&d.kind==="branching").length;return l>1&&n.push(`${l} branches`),s.timeoutMs&&s.timeoutMs>0&&n.push(`${Vn(s.timeoutMs)} limit`),n}function mx(s){const t=s.nodes.filter(a=>a.kind==="terminal-success"||a.kind==="terminal-warn").length;return{steps:s.nodes.filter(a=>a.kind!=="terminal-success"&&a.kind!=="terminal-warn"&&a.kind!=="launched-workflow").length,exits:t}}function yx(s){const{steps:t,exits:n}=mx(s),a=[`${t} ${t===1?"step":"steps"}`];return n>0&&a.push(`${n} ${n===1?"exit":"exits"}`),a.join(" · ")}function Dy(s){switch(s){case"entry":return"Entry step";case"pause":return"Pause";case"terminal-success":return"Terminal · success";case"terminal-warn":return"Terminal · needs attention";case"launched-workflow":return"Launched agent";default:return"Step"}}function bx(s){if(!s||typeof s!="object")return null;const t=s;if(!t.properties||typeof t.properties!="object")return null;const n={};for(const[a,l]of Object.entries(t.properties)){const d=l&&typeof l=="object"?l.type:void 0;n[a]=typeof d=="string"?{type:d}:{}}return Object.keys(n).length===0?null:{properties:n,required:Array.isArray(t.required)?t.required.filter(a=>typeof a=="string"):[]}}function Sx(s){if(!s||typeof s!="object")return null;const t=s;if(!Array.isArray(t.nodes)||!Array.isArray(t.edges))return null;const n=a=>typeof a=="string"?a:"";return{name:n(t.name),entry:n(t.entry),nodes:t.nodes.map(a=>({id:n(a.id),kind:n(a.kind),label:n(a.label),role:n(a.role),description:n(a.description),timeoutMs:typeof a.timeoutMs=="number"&&a.timeoutMs>0?a.timeoutMs:null,inputSchema:bx(a.inputSchema),capabilities:Array.isArray(a.capabilities)?a.capabilities.filter(l=>typeof l=="string"):[]})),edges:t.edges.map(a=>({from:n(a.from),to:n(a.to),kind:n(a.kind),label:n(a.label)})),groups:Array.isArray(t.groups)?t.groups.map(a=>({label:n(a.label),nodeIds:Array.isArray(a.nodeIds)?a.nodeIds.filter(l=>typeof l=="string"):[]})):[],warnings:Array.isArray(t.warnings)?t.warnings.filter(a=>typeof a=="string"):[]}}const jy="sapiom-harness-ui-prefs";function Pi(){if(typeof window>"u")return{};try{const s=window.localStorage.getItem(jy);return s?JSON.parse(s):{}}catch{return{}}}function mn(s){if(!(typeof window>"u"))try{window.localStorage.setItem(jy,JSON.stringify({...Pi(),...s}))}catch{}}function uu(s,t){return!s||s.stubbed!==!0?!1:s.steps.some(n=>n.name===t)}function wx(s){if(!s)return null;const t={};return s.unusedStubs&&s.unusedStubs.length>0&&(t.unusedStubs=s.unusedStubs),s.stubWarnings&&s.stubWarnings.length>0&&(t.stubWarnings=s.stubWarnings),t.unusedStubs||t.stubWarnings?t:null}function wa(s){if(typeof s=="string")return s;try{return JSON.stringify(s,null,2)??String(s)}catch{return String(s)}}function hu(s,t){if(!s)return null;for(let n=s.steps.length-1;n>=0;n--)if(s.steps[n].name===t)return s.steps[n];return null}const Om=3e3,Bm=2e3;function xx(s){return s<1e3?`${s}ms`:`${(s/1e3).toFixed(1)}s`}function Hm(s){let t;if(typeof s=="string")t=s;else try{t=JSON.stringify(s,null,2)??String(s)}catch{t=String(s)}return t.length>Bm?`${t.slice(0,Bm)}
54
- … (truncated, ${t.length} chars total)`:t}function Cx(s,t,n){const a=[];a.push(`Step: ${s.name}`),a.push(`Status: ${s.status}`),s.latencyMs!=null&&a.push(`Latency: ${xx(s.latencyMs)}`),s.status==="failed"&&s.error&&a.push(`Error: ${s.error}`),(t==null?void 0:t.input)!==void 0&&a.push(`
55
- Input:
56
- ${Hm(t.input)}`),(t==null?void 0:t.output)!==void 0&&a.push(`
57
- Output:
58
- ${Hm(t.output)}`);const l=t==null?void 0:t.calls;if(l!==void 0)if(l.length>0){a.push(`
59
- Capabilities called:`);for(const d of l){const p=d.stubUsed?" (stubbed)":"";a.push(` - ${d.capability}${p}`)}}else a.push(`
60
- Capabilities called: none (the step made zero capability calls).`);else if(n!=null&&n.capabilities&&n.capabilities.length>0){a.push(`
61
- Capabilities declared (no call trace):`);for(const d of n.capabilities)a.push(` - ${d}`)}if(t!=null&&t.unusedStubs&&t.unusedStubs.length>0){a.push(`
62
- Unused stubs (supplied but matched no call):`);for(const d of t.unusedStubs)a.push(` - ${d}`)}if(t!=null&&t.stubWarnings&&t.stubWarnings.length>0){a.push(`
63
- Stub warnings:`);for(const d of t.stubWarnings)a.push(` - ${d}`)}if(s.logSlice){const d=s.logSlice.trimEnd(),p=d.length>Om?d.slice(d.length-Om):d;a.push(`
64
- Logs:
65
- ${p}`)}return a.join(`
66
- `)}const Ex=/\.(png|jpg|jpeg|webp|gif|svg)($|\?)/i,kx=/https?:\/\/[^\s"'<>`\])\]]+/gi,Tx=/[.,;:)\]}\s]+$/;function Im(s){if(typeof s=="string")return s;try{return JSON.stringify(s)??String(s)}catch{return String(s)}}function Ny(s){const t=new Set,n=[],a=l=>{const d=l.matchAll(kx);for(const[p]of d){const c=p.replace(Tx,"");if(!c||t.has(c))continue;t.add(c);const h=Ex.test(c)?"image":"other";n.push({url:c,kind:h})}};if(s.output!==void 0&&a(Im(s.output)),s.logSlice&&a(s.logSlice),s.calls)for(const l of s.calls)l.result!==void 0&&a(Im(l.result));return n}const Ly="https://app.sapiom.ai",Oy=`${Ly}/agents`;function du(s){return`${Oy}/${s}`}/**
67
- * @license lucide-react v1.23.0 - ISC
68
- *
69
- * This source code is licensed under the ISC license.
70
- * See the LICENSE file in the root directory of this source tree.
71
- */const By=(...s)=>s.filter((t,n,a)=>!!t&&t.trim()!==""&&a.indexOf(t)===n).join(" ").trim();/**
72
- * @license lucide-react v1.23.0 - ISC
73
- *
74
- * This source code is licensed under the ISC license.
75
- * See the LICENSE file in the root directory of this source tree.
76
- */const Ax=s=>s.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
77
- * @license lucide-react v1.23.0 - ISC
78
- *
79
- * This source code is licensed under the ISC license.
80
- * See the LICENSE file in the root directory of this source tree.
81
- */const Rx=s=>s.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,a)=>a?a.toUpperCase():n.toLowerCase());/**
82
- * @license lucide-react v1.23.0 - ISC
83
- *
84
- * This source code is licensed under the ISC license.
85
- * See the LICENSE file in the root directory of this source tree.
86
- */const zm=s=>{const t=Rx(s);return t.charAt(0).toUpperCase()+t.slice(1)};/**
87
- * @license lucide-react v1.23.0 - ISC
88
- *
89
- * This source code is licensed under the ISC license.
90
- * See the LICENSE file in the root directory of this source tree.
91
- */var jd={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
92
- * @license lucide-react v1.23.0 - ISC
93
- *
94
- * This source code is licensed under the ISC license.
95
- * See the LICENSE file in the root directory of this source tree.
96
- */const Mx=s=>{for(const t in s)if(t.startsWith("aria-")||t==="role"||t==="title")return!0;return!1},Dx=P.createContext({}),jx=()=>P.useContext(Dx),Nx=P.forwardRef(({color:s,size:t,strokeWidth:n,absoluteStrokeWidth:a,className:l="",children:d,iconNode:p,...c},h)=>{const{size:v=24,strokeWidth:S=2,absoluteStrokeWidth:f=!1,color:x="currentColor",className:E=""}=jx()??{},A=a??f?Number(n??S)*24/Number(t??v):n??S;return P.createElement("svg",{ref:h,...jd,width:t??v??jd.width,height:t??v??jd.height,stroke:s??x,strokeWidth:A,className:By("lucide",E,l),...!d&&!Mx(c)&&{"aria-hidden":"true"},...c},[...p.map(([C,y])=>P.createElement(C,y)),...Array.isArray(d)?d:[d]])});/**
97
- * @license lucide-react v1.23.0 - ISC
98
- *
99
- * This source code is licensed under the ISC license.
100
- * See the LICENSE file in the root directory of this source tree.
101
- */const je=(s,t)=>{const n=P.forwardRef(({className:a,...l},d)=>P.createElement(Nx,{ref:d,iconNode:t,className:By(`lucide-${Ax(zm(s))}`,`lucide-${s}`,a),...l}));return n.displayName=zm(s),n};/**
102
- * @license lucide-react v1.23.0 - ISC
103
- *
104
- * This source code is licensed under the ISC license.
105
- * See the LICENSE file in the root directory of this source tree.
106
- */const Lx=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Ox=je("arrow-down",Lx);/**
107
- * @license lucide-react v1.23.0 - ISC
108
- *
109
- * This source code is licensed under the ISC license.
110
- * See the LICENSE file in the root directory of this source tree.
111
- */const Bx=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],Hx=je("arrow-left",Bx);/**
112
- * @license lucide-react v1.23.0 - ISC
113
- *
114
- * This source code is licensed under the ISC license.
115
- * See the LICENSE file in the root directory of this source tree.
116
- */const Ix=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],zx=je("arrow-right",Ix);/**
117
- * @license lucide-react v1.23.0 - ISC
118
- *
119
- * This source code is licensed under the ISC license.
120
- * See the LICENSE file in the root directory of this source tree.
121
- */const $x=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],Px=je("arrow-up-right",$x);/**
122
- * @license lucide-react v1.23.0 - ISC
123
- *
124
- * This source code is licensed under the ISC license.
125
- * See the LICENSE file in the root directory of this source tree.
126
- */const Ux=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],Fx=je("arrow-up",Ux);/**
127
- * @license lucide-react v1.23.0 - ISC
128
- *
129
- * This source code is licensed under the ISC license.
130
- * See the LICENSE file in the root directory of this source tree.
131
- */const qx=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],Wx=je("book-open",qx);/**
132
- * @license lucide-react v1.23.0 - ISC
133
- *
134
- * This source code is licensed under the ISC license.
135
- * See the LICENSE file in the root directory of this source tree.
136
- */const Gx=[["path",{d:"M12 18V5",key:"adv99a"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4",key:"1e3is1"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5",key:"1gqd8o"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77",key:"iwvgf7"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464",key:"efp6ie"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517",key:"1gq6am"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464",key:"k1g0md"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77",key:"q97ue3"}]],Vx=je("brain",Gx);/**
137
- * @license lucide-react v1.23.0 - ISC
138
- *
139
- * This source code is licensed under the ISC license.
140
- * See the LICENSE file in the root directory of this source tree.
141
- */const Yx=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],Kx=je("check",Yx);/**
142
- * @license lucide-react v1.23.0 - ISC
143
- *
144
- * This source code is licensed under the ISC license.
145
- * See the LICENSE file in the root directory of this source tree.
146
- */const Xx=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],Jx=je("chevron-down",Xx);/**
147
- * @license lucide-react v1.23.0 - ISC
148
- *
149
- * This source code is licensed under the ISC license.
150
- * See the LICENSE file in the root directory of this source tree.
151
- */const Zx=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],Qx=je("chevron-right",Zx);/**
152
- * @license lucide-react v1.23.0 - ISC
153
- *
154
- * This source code is licensed under the ISC license.
155
- * See the LICENSE file in the root directory of this source tree.
156
- */const eC=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],tC=je("circle-question-mark",eC);/**
157
- * @license lucide-react v1.23.0 - ISC
158
- *
159
- * This source code is licensed under the ISC license.
160
- * See the LICENSE file in the root directory of this source tree.
161
- */const sC=[["path",{d:"M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057",key:"1uxyv8"}],["path",{d:"M18.796 18.81A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78",key:"99tcn7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],iC=je("cloud-off",sC);/**
162
- * @license lucide-react v1.23.0 - ISC
163
- *
164
- * This source code is licensed under the ISC license.
165
- * See the LICENSE file in the root directory of this source tree.
166
- */const nC=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]],rC=je("cloud-upload",nC);/**
167
- * @license lucide-react v1.23.0 - ISC
168
- *
169
- * This source code is licensed under the ISC license.
170
- * See the LICENSE file in the root directory of this source tree.
171
- */const aC=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],oC=je("cloud",aC);/**
172
- * @license lucide-react v1.23.0 - ISC
173
- *
174
- * This source code is licensed under the ISC license.
175
- * See the LICENSE file in the root directory of this source tree.
176
- */const lC=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],cC=je("code",lC);/**
177
- * @license lucide-react v1.23.0 - ISC
178
- *
179
- * This source code is licensed under the ISC license.
180
- * See the LICENSE file in the root directory of this source tree.
181
- */const uC=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],hC=je("copy",uC);/**
182
- * @license lucide-react v1.23.0 - ISC
183
- *
184
- * This source code is licensed under the ISC license.
185
- * See the LICENSE file in the root directory of this source tree.
186
- */const dC=[["path",{d:"m15 10 5 5-5 5",key:"qqa56n"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]],fC=je("corner-down-right",dC);/**
187
- * @license lucide-react v1.23.0 - ISC
188
- *
189
- * This source code is licensed under the ISC license.
190
- * See the LICENSE file in the root directory of this source tree.
191
- */const pC=[["path",{d:"M14 9 9 4 4 9",key:"1af5af"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]],vC=je("corner-left-up",pC);/**
192
- * @license lucide-react v1.23.0 - ISC
193
- *
194
- * This source code is licensed under the ISC license.
195
- * See the LICENSE file in the root directory of this source tree.
196
- */const gC=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],_C=je("ellipsis",gC);/**
197
- * @license lucide-react v1.23.0 - ISC
198
- *
199
- * This source code is licensed under the ISC license.
200
- * See the LICENSE file in the root directory of this source tree.
201
- */const mC=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],yC=je("external-link",mC);/**
202
- * @license lucide-react v1.23.0 - ISC
203
- *
204
- * This source code is licensed under the ISC license.
205
- * See the LICENSE file in the root directory of this source tree.
206
- */const bC=[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],SC=je("flask-conical",bC);/**
207
- * @license lucide-react v1.23.0 - ISC
208
- *
209
- * This source code is licensed under the ISC license.
210
- * See the LICENSE file in the root directory of this source tree.
211
- */const wC=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],xC=je("folder-open",wC);/**
212
- * @license lucide-react v1.23.0 - ISC
213
- *
214
- * This source code is licensed under the ISC license.
215
- * See the LICENSE file in the root directory of this source tree.
216
- */const CC=[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],EC=je("folder-plus",CC);/**
217
- * @license lucide-react v1.23.0 - ISC
218
- *
219
- * This source code is licensed under the ISC license.
220
- * See the LICENSE file in the root directory of this source tree.
221
- */const kC=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],TC=je("folder",kC);/**
222
- * @license lucide-react v1.23.0 - ISC
223
- *
224
- * This source code is licensed under the ISC license.
225
- * See the LICENSE file in the root directory of this source tree.
226
- */const AC=[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]],RC=je("frame",AC);/**
227
- * @license lucide-react v1.23.0 - ISC
228
- *
229
- * This source code is licensed under the ISC license.
230
- * See the LICENSE file in the root directory of this source tree.
231
- */const MC=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],DC=je("globe",MC);/**
232
- * @license lucide-react v1.23.0 - ISC
233
- *
234
- * This source code is licensed under the ISC license.
235
- * See the LICENSE file in the root directory of this source tree.
236
- */const jC=[["path",{d:"m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9",key:"1hayfq"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"15ts47"}]],NC=je("hammer",jC);/**
237
- * @license lucide-react v1.23.0 - ISC
238
- *
239
- * This source code is licensed under the ISC license.
240
- * See the LICENSE file in the root directory of this source tree.
241
- */const LC=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]],OC=je("history",LC);/**
242
- * @license lucide-react v1.23.0 - ISC
243
- *
244
- * This source code is licensed under the ISC license.
245
- * See the LICENSE file in the root directory of this source tree.
246
- */const BC=[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],HC=je("image-up",BC);/**
247
- * @license lucide-react v1.23.0 - ISC
248
- *
249
- * This source code is licensed under the ISC license.
250
- * See the LICENSE file in the root directory of this source tree.
251
- */const IC=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],zC=je("info",IC);/**
252
- * @license lucide-react v1.23.0 - ISC
253
- *
254
- * This source code is licensed under the ISC license.
255
- * See the LICENSE file in the root directory of this source tree.
256
- */const $C=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]],PC=je("layout-template",$C);/**
257
- * @license lucide-react v1.23.0 - ISC
258
- *
259
- * This source code is licensed under the ISC license.
260
- * See the LICENSE file in the root directory of this source tree.
261
- */const UC=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}]],FC=je("list-checks",UC);/**
262
- * @license lucide-react v1.23.0 - ISC
263
- *
264
- * This source code is licensed under the ISC license.
265
- * See the LICENSE file in the root directory of this source tree.
266
- */const qC=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],WC=je("list",qC);/**
267
- * @license lucide-react v1.23.0 - ISC
268
- *
269
- * This source code is licensed under the ISC license.
270
- * See the LICENSE file in the root directory of this source tree.
271
- */const GC=[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]],VC=je("loader",GC);/**
272
- * @license lucide-react v1.23.0 - ISC
273
- *
274
- * This source code is licensed under the ISC license.
275
- * See the LICENSE file in the root directory of this source tree.
276
- */const YC=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],KC=je("log-out",YC);/**
277
- * @license lucide-react v1.23.0 - ISC
278
- *
279
- * This source code is licensed under the ISC license.
280
- * See the LICENSE file in the root directory of this source tree.
281
- */const XC=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"m21 3-7 7",key:"1l2asr"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]],JC=je("maximize-2",XC);/**
282
- * @license lucide-react v1.23.0 - ISC
283
- *
284
- * This source code is licensed under the ISC license.
285
- * See the LICENSE file in the root directory of this source tree.
286
- */const ZC=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],QC=je("menu",ZC);/**
287
- * @license lucide-react v1.23.0 - ISC
288
- *
289
- * This source code is licensed under the ISC license.
290
- * See the LICENSE file in the root directory of this source tree.
291
- */const e2=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],t2=je("message-square",e2);/**
292
- * @license lucide-react v1.23.0 - ISC
293
- *
294
- * This source code is licensed under the ISC license.
295
- * See the LICENSE file in the root directory of this source tree.
296
- */const s2=[["path",{d:"m14 10 7-7",key:"oa77jy"}],["path",{d:"M20 10h-6V4",key:"mjg0md"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M4 14h6v6",key:"rmj7iw"}]],i2=je("minimize-2",s2);/**
297
- * @license lucide-react v1.23.0 - ISC
298
- *
299
- * This source code is licensed under the ISC license.
300
- * See the LICENSE file in the root directory of this source tree.
301
- */const n2=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],r2=je("moon",n2);/**
302
- * @license lucide-react v1.23.0 - ISC
303
- *
304
- * This source code is licensed under the ISC license.
305
- * See the LICENSE file in the root directory of this source tree.
306
- */const a2=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]],o2=je("panel-left-close",a2);/**
307
- * @license lucide-react v1.23.0 - ISC
308
- *
309
- * This source code is licensed under the ISC license.
310
- * See the LICENSE file in the root directory of this source tree.
311
- */const l2=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]],c2=je("panel-left-open",l2);/**
312
- * @license lucide-react v1.23.0 - ISC
313
- *
314
- * This source code is licensed under the ISC license.
315
- * See the LICENSE file in the root directory of this source tree.
316
- */const u2=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]],h2=je("panel-right-close",u2);/**
317
- * @license lucide-react v1.23.0 - ISC
318
- *
319
- * This source code is licensed under the ISC license.
320
- * See the LICENSE file in the root directory of this source tree.
321
- */const d2=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]],f2=je("panel-right-open",d2);/**
322
- * @license lucide-react v1.23.0 - ISC
323
- *
324
- * This source code is licensed under the ISC license.
325
- * See the LICENSE file in the root directory of this source tree.
326
- */const p2=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",key:"1miecu"}]],v2=je("paperclip",p2);/**
327
- * @license lucide-react v1.23.0 - ISC
328
- *
329
- * This source code is licensed under the ISC license.
330
- * See the LICENSE file in the root directory of this source tree.
331
- */const g2=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],_2=je("pencil",g2);/**
332
- * @license lucide-react v1.23.0 - ISC
333
- *
334
- * This source code is licensed under the ISC license.
335
- * See the LICENSE file in the root directory of this source tree.
336
- */const m2=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],y2=je("play",m2);/**
337
- * @license lucide-react v1.23.0 - ISC
338
- *
339
- * This source code is licensed under the ISC license.
340
- * See the LICENSE file in the root directory of this source tree.
341
- */const b2=[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z",key:"1xoxul"}],["path",{d:"M9 8V2",key:"14iosj"}]],S2=je("plug",b2);/**
342
- * @license lucide-react v1.23.0 - ISC
343
- *
344
- * This source code is licensed under the ISC license.
345
- * See the LICENSE file in the root directory of this source tree.
346
- */const w2=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],x2=je("plus",w2);/**
347
- * @license lucide-react v1.23.0 - ISC
348
- *
349
- * This source code is licensed under the ISC license.
350
- * See the LICENSE file in the root directory of this source tree.
351
- */const C2=[["path",{d:"M16.247 7.761a6 6 0 0 1 0 8.478",key:"1fwjs5"}],["path",{d:"M19.075 4.933a10 10 0 0 1 0 14.134",key:"ehdyv1"}],["path",{d:"M4.925 19.067a10 10 0 0 1 0-14.134",key:"1q22gi"}],["path",{d:"M7.753 16.239a6 6 0 0 1 0-8.478",key:"r2q7qm"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],E2=je("radio",C2);/**
352
- * @license lucide-react v1.23.0 - ISC
353
- *
354
- * This source code is licensed under the ISC license.
355
- * See the LICENSE file in the root directory of this source tree.
356
- */const k2=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],T2=je("refresh-cw",k2);/**
357
- * @license lucide-react v1.23.0 - ISC
358
- *
359
- * This source code is licensed under the ISC license.
360
- * See the LICENSE file in the root directory of this source tree.
361
- */const A2=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],R2=je("search",A2);/**
362
- * @license lucide-react v1.23.0 - ISC
363
- *
364
- * This source code is licensed under the ISC license.
365
- * See the LICENSE file in the root directory of this source tree.
366
- */const M2=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],D2=je("settings",M2);/**
367
- * @license lucide-react v1.23.0 - ISC
368
- *
369
- * This source code is licensed under the ISC license.
370
- * See the LICENSE file in the root directory of this source tree.
371
- */const j2=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],N2=je("sparkles",j2);/**
372
- * @license lucide-react v1.23.0 - ISC
373
- *
374
- * This source code is licensed under the ISC license.
375
- * See the LICENSE file in the root directory of this source tree.
376
- */const L2=[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]],O2=je("square-terminal",L2);/**
377
- * @license lucide-react v1.23.0 - ISC
378
- *
379
- * This source code is licensed under the ISC license.
380
- * See the LICENSE file in the root directory of this source tree.
381
- */const B2=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],H2=je("square",B2);/**
382
- * @license lucide-react v1.23.0 - ISC
383
- *
384
- * This source code is licensed under the ISC license.
385
- * See the LICENSE file in the root directory of this source tree.
386
- */const I2=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]],z2=je("sun",I2);/**
387
- * @license lucide-react v1.23.0 - ISC
388
- *
389
- * This source code is licensed under the ISC license.
390
- * See the LICENSE file in the root directory of this source tree.
391
- */const $2=[["path",{d:"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z",key:"16rjxf"}],["path",{d:"M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193",key:"178nd4"}],["circle",{cx:"10.5",cy:"6.5",r:".5",fill:"currentColor",key:"12ikhr"}]],P2=je("tags",$2);/**
392
- * @license lucide-react v1.23.0 - ISC
393
- *
394
- * This source code is licensed under the ISC license.
395
- * See the LICENSE file in the root directory of this source tree.
396
- */const U2=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],F2=je("trash-2",U2);/**
397
- * @license lucide-react v1.23.0 - ISC
398
- *
399
- * This source code is licensed under the ISC license.
400
- * See the LICENSE file in the root directory of this source tree.
401
- */const q2=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],W2=je("triangle-alert",q2);/**
402
- * @license lucide-react v1.23.0 - ISC
403
- *
404
- * This source code is licensed under the ISC license.
405
- * See the LICENSE file in the root directory of this source tree.
406
- */const G2=[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]],V2=je("wand-sparkles",G2);/**
407
- * @license lucide-react v1.23.0 - ISC
408
- *
409
- * This source code is licensed under the ISC license.
410
- * See the LICENSE file in the root directory of this source tree.
411
- */const Y2=[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]],K2=je("workflow",Y2);/**
412
- * @license lucide-react v1.23.0 - ISC
413
- *
414
- * This source code is licensed under the ISC license.
415
- * See the LICENSE file in the root directory of this source tree.
416
- */const X2=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],J2=je("x",X2);/**
417
- * @license lucide-react v1.23.0 - ISC
418
- *
419
- * This source code is licensed under the ISC license.
420
- * See the LICENSE file in the root directory of this source tree.
421
- */const Z2=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],Q2=je("zap",Z2);/**
422
- * @license lucide-react v1.23.0 - ISC
423
- *
424
- * This source code is licensed under the ISC license.
425
- * See the LICENSE file in the root directory of this source tree.
426
- */const eE=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],tE=je("zoom-in",eE);/**
427
- * @license lucide-react v1.23.0 - ISC
428
- *
429
- * This source code is licensed under the ISC license.
430
- * See the LICENSE file in the root directory of this source tree.
431
- */const sE=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],iE=je("zoom-out",sE),nE={ArrowDown:Ox,ArrowLeft:Hx,ArrowRight:zx,ArrowUp:Fx,ArrowUpRight:Px,BookOpen:Wx,Brain:Vx,Check:Kx,ChevronDown:Jx,ChevronRight:Qx,Cloud:oC,CloudOff:iC,CloudUpload:rC,Code:cC,Copy:hC,CornerDownRight:fC,CornerLeftUp:vC,ExternalLink:yC,FlaskConical:SC,Folder:TC,FolderOpen:xC,FolderPlus:EC,Frame:RC,Globe:DC,Hammer:NC,History:OC,ImageUp:HC,Info:zC,LayoutTemplate:PC,List:WC,ListChecks:FC,Loader:VC,LogOut:KC,Maximize2:JC,Menu:QC,MessageSquare:t2,Minimize2:i2,MoreHorizontal:_C,Moon:r2,PanelLeftClose:o2,PanelLeftOpen:c2,PanelRightClose:h2,PanelRightOpen:f2,Paperclip:v2,Pencil:_2,Play:y2,Plug:S2,Plus:x2,Radio:E2,RefreshCw:T2,Search:R2,Settings:D2,Sparkles:N2,Square:H2,SquareTerminal:O2,Sun:z2,Tags:P2,Trash2:F2,TriangleAlert:W2,Wand2:V2,Workflow:K2,X:J2,Zap:Q2,ZoomIn:tE,ZoomOut:iE};function de({name:s,size:t=16}){const n=nE[s]??tC;return u.jsx(n,{size:t,strokeWidth:1.75,"aria-hidden":"true"})}function fu(){return u.jsx("span",{className:"canvas-run-stub-chip","data-testid":"canvas-run-stub-chip","data-tooltip":"Sapiom capability calls in this local run were served by stubs — not real Sapiom calls",children:"stubbed"})}function Gn({label:s,text:t,testid:n,copyTestid:a,className:l,defaultOpen:d=!1}){const[p,c]=P.useState(!1),h=v=>{var S;v.stopPropagation(),v.preventDefault(),(S=navigator.clipboard)==null||S.writeText(t).then(()=>{c(!0),window.setTimeout(()=>c(!1),1500)},()=>{})};return u.jsxs("details",{className:"canvas-run-logs payload-block"+(l?" "+l:""),"data-testid":n,open:d,children:[u.jsxs("summary",{children:[u.jsx("span",{className:"payload-block-caret","aria-hidden":"true",children:u.jsx(de,{name:"ChevronRight",size:12})}),u.jsx("span",{className:"payload-block-label",children:s}),u.jsxs("button",{type:"button",className:"payload-copy"+(p?" is-copied":""),"data-testid":a,onClick:h,"aria-label":`Copy ${s.toLowerCase()}`,children:[u.jsx(de,{name:p?"Check":"Copy",size:11}),p?"Copied":"Copy"]})]}),u.jsx("pre",{children:t})]})}function Hy({links:s,testid:t}){return u.jsx("div",{className:"canvas-links-list","data-testid":t,children:s.map(({url:n,kind:a})=>a==="image"?u.jsx("a",{href:n,target:"_blank",rel:"noreferrer",className:"canvas-link-thumb-wrap","data-testid":"canvas-link-image",children:u.jsx("img",{src:n,alt:"",className:"canvas-link-thumb",loading:"lazy"})},n):u.jsxs("a",{href:n,target:"_blank",rel:"noreferrer",className:"canvas-link-item","data-testid":"canvas-link-other",children:[u.jsx(de,{name:"ExternalLink",size:12}),u.jsx("span",{className:"canvas-link-url",children:"Open"})]},n))})}function Iy({step:s}){const t=Ny(s);return t.length===0?null:u.jsxs("section",{className:"canvas-detail-section","data-testid":"canvas-detail-links",children:[u.jsx("h4",{children:"Links"}),u.jsx(Hy,{links:t})]})}function zy({status:s}){return s==="completed"?u.jsx("span",{className:"canvas-run-status is-passed","aria-label":"completed",children:u.jsx(de,{name:"Check",size:11})}):s==="failed"?u.jsx("span",{className:"canvas-run-status is-failed","aria-label":"failed",children:u.jsx(de,{name:"X",size:11})}):s==="cancelled"?u.jsx("span",{className:"canvas-run-status is-pending","aria-label":"cancelled",children:u.jsx(de,{name:"Minus",size:11})}):u.jsx("span",{className:"canvas-run-status is-running","aria-label":"running"})}function rE({run:s,runTarget:t,workflow:n,preview:a}){const l=s.steps.length,d=s.steps.filter(b=>b.status==="passed").length,p=s.status==="running",c=s.steps.reduce((b,_)=>b+(_.latencyMs??0),0),h=s.steps.some(b=>b.latencyMs!==void 0),v=new Set,S=[];for(const b of s.steps)for(const _ of Ny(b))v.has(_.url)||(v.add(_.url),S.push(_));const f=[...s.steps].reverse().find(b=>b.output!==void 0),x=(n==null?void 0:n.definitionId)!=null?du(n.definitionId):null,E=S[0]??null,A=E?S.slice(1):[],C=x!=null&&E!=null,y=p?`Running — ${d} of ${l} step${l===1?"":"s"}`:s.status==="completed"?"Completed":s.status==="failed"?"Failed":"Cancelled";return u.jsxs("section",{className:"canvas-run-summary","data-testid":"run-summary",children:[u.jsxs("div",{className:"canvas-run-summary-head",children:[u.jsxs("span",{className:"canvas-run-summary-status is-"+s.status,"data-testid":"run-summary-status",children:[u.jsx(zy,{status:s.status}),y]}),h&&u.jsx("span",{className:"canvas-run-summary-meta","data-testid":"run-summary-duration",children:Vn(c)}),t&&u.jsx("span",{className:"canvas-run-summary-target",children:gp(t)})]}),E?u.jsxs("a",{className:"run-summary-open","data-testid":"run-summary-open",href:E.url,target:"_blank",rel:"noreferrer",children:[u.jsx(de,{name:"ArrowUpRight",size:14}),"Open result"]}):a?u.jsxs("a",{className:"run-summary-open","data-testid":"run-summary-preview-link",href:a.url,target:"_blank",rel:"noreferrer",children:[u.jsx(de,{name:"ArrowUpRight",size:14}),"Open preview"]}):x?u.jsxs("a",{className:"run-summary-open","data-testid":"run-summary-dashboard-link",href:x,target:"_blank",rel:"noreferrer","data-tooltip":"Open this agent in the Sapiom dashboard",children:[u.jsx(de,{name:"Cloud",size:14}),"Open in Sapiom"]}):null,(C||a||A.length>0)&&u.jsxs("div",{className:"run-summary-secondary",children:[C&&u.jsxs("a",{className:"status-tag status-tag-action run-summary-secondary-link","data-testid":"run-summary-dashboard-link",href:x,target:"_blank",rel:"noreferrer","data-tooltip":"Open this agent in the Sapiom dashboard",children:[u.jsx(de,{name:"Cloud",size:12}),"Open in Sapiom"]}),E&&a&&u.jsxs("a",{className:"status-tag status-tag-action run-summary-secondary-link","data-testid":"run-summary-preview-link",href:a.url,target:"_blank",rel:"noreferrer",children:[u.jsx(de,{name:"ExternalLink",size:12}),"Open preview"]}),A.length>0&&u.jsx(Hy,{links:A,testid:"run-summary-links"})]}),!p&&(f==null?void 0:f.output)!==void 0&&u.jsx(Gn,{label:"Result",text:wa(f.output),className:"canvas-run-result",testid:"run-summary-output",copyTestid:"payload-copy-result"})]})}function aE({deployState:s,workflow:t,onDismiss:n,onOpenCode:a}){const l=(t==null?void 0:t.definitionId)!=null?du(t.definitionId):null,d=s.phase==="linking"||s.phase==="building",p=s.phase==="linking"?"Creating the agent on Sapiom…":s.phase==="building"?"Deploying — building on Sapiom…":s.phase==="ready"?"Deployed to Sapiom":"Deploy failed";return u.jsxs("section",{className:"deploy-status-banner is-"+s.phase,"data-testid":"deploy-status-banner","data-phase":s.phase,children:[u.jsxs("div",{className:"deploy-status-head",children:[d?u.jsx("span",{className:"canvas-task-spinner","aria-hidden":"true"}):u.jsx(zy,{status:s.phase==="ready"?"completed":"failed"}),u.jsx("span",{className:"deploy-status-label",children:p}),u.jsx("button",{type:"button",className:"deploy-status-dismiss","data-testid":"deploy-status-dismiss","aria-label":"Dismiss",onClick:n,children:u.jsx(de,{name:"X",size:12})})]}),s.phase==="error"&&s.message&&u.jsx("pre",{className:"canvas-run-error",children:s.message}),s.phase==="ready"&&u.jsxs("div",{className:"deploy-status-actions",children:[l&&u.jsxs("a",{className:"status-tag status-tag-action","data-testid":"deploy-open-dashboard",href:l,target:"_blank",rel:"noreferrer",children:[u.jsx(de,{name:"Cloud",size:12}),"Open in Sapiom"]}),u.jsxs("button",{type:"button",className:"status-tag status-tag-action","data-testid":"deploy-open-code",onClick:a,children:[u.jsx(de,{name:"Code",size:12}),"Trigger from your code"]})]})]})}function $y({step:s}){return!s.calls||s.calls.length===0?null:u.jsxs("section",{className:"canvas-detail-section","data-testid":"canvas-detail-capability-calls",children:[u.jsx("h4",{children:"Capability calls"}),u.jsx("div",{className:"canvas-capability-calls",children:s.calls.map((t,n)=>u.jsxs("div",{className:"canvas-capability-call",children:[u.jsxs("div",{className:"canvas-capability-call-head",children:[u.jsx("code",{className:"canvas-input-field",children:t.capability}),t.stubUsed&&u.jsx("span",{className:"canvas-run-stub-chip","data-testid":`canvas-call-stub-chip-${t.capability}`,children:"stubbed"})]}),t.result!==void 0&&u.jsxs("details",{className:"canvas-run-logs canvas-capability-call-result","data-testid":`canvas-call-result-${t.capability}`,children:[u.jsx("summary",{children:"Result"}),u.jsx("pre",{children:wa(t.result)})]})]},`${t.capability}-${n}`))})]})}function vp({run:s}){const t=wx(s);return t?u.jsxs("section",{className:"canvas-detail-section","data-testid":"canvas-detail-stub-notice",children:[u.jsx("h4",{children:"Stub notices"}),t.unusedStubs&&u.jsxs("div",{className:"canvas-stub-notice","data-testid":"canvas-stub-unused",children:[u.jsx("span",{className:"canvas-input-label",children:"Unused stubs"}),u.jsx("p",{className:"canvas-stub-notice-hint",children:"Supplied but matched no capability call — likely a typo or wrong path."}),u.jsx("ul",{className:"canvas-detail-warnings",children:t.unusedStubs.map(n=>u.jsxs("li",{children:[u.jsx("code",{className:"canvas-input-field",children:n.key})," in ",n.step]},`${n.step} ${n.key}`))})]}),t.stubWarnings&&u.jsxs("div",{className:"canvas-stub-notice","data-testid":"canvas-stub-warnings",children:[u.jsx("span",{className:"canvas-input-label",children:"Stub warnings"}),u.jsx("p",{className:"canvas-stub-notice-hint",children:"Matched a call but had the wrong shape."}),u.jsx("ul",{className:"canvas-detail-warnings",children:t.stubWarnings.map(n=>u.jsx("li",{children:n},n))})]})]}):null}function gp(s){return s?`${s} run`:"run"}function pu({status:s}){return s==="passed"?u.jsx("span",{className:"canvas-run-status is-passed","data-status":"passed","aria-label":"passed",children:u.jsx(de,{name:"Check",size:11})}):s==="failed"?u.jsx("span",{className:"canvas-run-status is-failed","data-status":"failed","aria-label":"failed",children:u.jsx(de,{name:"X",size:11})}):s==="running"?u.jsx("span",{className:"canvas-run-status is-running","data-status":"running","aria-label":"running"}):u.jsx("span",{className:"canvas-run-status is-pending","data-status":"pending","aria-label":"pending"})}function vc(s){return s.kind==="branching"?"branch":s.kind==="cross"?"pause resume":s.kind==="launch"?"launch":null}function oE({node:s}){const t=Io(s);return t.length===0?null:u.jsxs("div",{className:"canvas-input-card","data-testid":`canvas-step-input-${s.id}`,children:[u.jsx("span",{className:"canvas-input-label",children:"Input"}),u.jsx("span",{className:"canvas-input-fields",children:t.map(n=>u.jsxs("code",{className:"canvas-input-field"+(n.required?" is-required":""),"aria-label":`${n.name}, ${n.type}${n.required?", required":""}`,children:[n.name,n.required&&u.jsx("span",{"aria-hidden":"true",children:"*"}),u.jsx("span",{className:"canvas-input-type",children:n.type})]},n.name))})]})}function lE({node:s}){return s.capabilities.length===0?null:u.jsxs("div",{className:"canvas-input-card","data-testid":`canvas-step-capabilities-${s.id}`,children:[u.jsx("span",{className:"canvas-input-label",children:"Capabilities"}),u.jsx("span",{className:"canvas-input-fields",children:s.capabilities.map(t=>u.jsx("code",{className:"canvas-input-field","data-tooltip":"Sapiom capability this step calls",children:t},t))})]})}function cE(s,t){return s.kind!=="launched-workflow"?null:t.find(n=>n.path===s.label)??t.find(n=>n.name===s.label)??t.find(n=>n.path.endsWith(`/${s.label}`))??null}function Py({node:s,workflows:t,onOpenWorkflow:n}){const a=cE(s,t);return a?u.jsxs("button",{className:"canvas-step-open","data-testid":`canvas-open-workflow-${s.id}`,"data-tooltip":`Switch to ${a.name}`,onClick:()=>n(a.path),children:["Open agent ",u.jsx(de,{name:"ArrowRight",size:12})]}):null}function $m({run:s,target:t}){return u.jsxs("div",{className:"canvas-steps-list","data-testid":"canvas-run-fallback",children:[u.jsxs("div",{className:"canvas-steps-label",children:["Run steps",u.jsx("span",{className:"canvas-steps-run-note","data-testid":"canvas-steps-run-note",children:gp(t)})]}),s.steps.map((n,a)=>{const l=[n.latencyMs!==void 0?Vn(n.latencyMs):null].filter(d=>d!==null);return u.jsxs("div",{className:"canvas-step-item",children:[u.jsxs("div",{className:"canvas-step-row is-static","data-testid":`canvas-run-step-${n.name}`,children:[u.jsx("span",{className:"canvas-step-index",children:String(a+1).padStart(2,"0")}),u.jsx(pu,{status:n.status}),u.jsxs("span",{className:"canvas-step-copy",children:[u.jsx("span",{className:"canvas-step-name",children:n.name}),u.jsx("span",{className:"canvas-step-role",children:n.status})]}),uu(s,n.name)&&u.jsx(fu,{}),u.jsx("span",{className:"canvas-step-meta",children:l.join(" · ")}),u.jsx("span",{"aria-hidden":"true"})]}),(n.error||n.logSlice)&&u.jsxs("div",{className:"canvas-step-expand",children:[n.error&&u.jsx("pre",{className:"canvas-run-error",children:n.error}),n.logSlice&&u.jsx(Gn,{label:"Logs",text:n.logSlice,copyTestid:`payload-copy-logs-${n.id}`})]})]},n.id)}),u.jsx(vp,{run:s}),u.jsx("p",{className:"canvas-empty-hint",children:"Agent run data only. Open the Canvas tab for the diagram — transitions and contracts come from the agent."})]})}function uE({graph:s,run:t,runTarget:n,workflows:a,onOpenWorkflow:l,onAskAgent:d,expandedId:p,onToggle:c}){const h=new Set(s.nodes.map(x=>x.id)),v=s.groups.filter(x=>x.nodeIds.length>0&&x.nodeIds.every(E=>h.has(E))),S=x=>{var E;return((E=v.find(A=>A.nodeIds.includes(x)))==null?void 0:E.label)??null},f=[];return s.nodes.forEach((x,E)=>{const A=S(x.id),C=f[f.length-1];C&&C.group===A?C.nodes.push({node:x,index:E}):f.push({group:A,nodes:[{node:x,index:E}]})}),u.jsxs("div",{className:"canvas-steps-list","data-testid":"canvas-steps-list",children:[u.jsxs("div",{className:"canvas-steps-label",children:["Steps",t&&u.jsx("span",{className:"canvas-steps-run-note","data-testid":"canvas-steps-run-note",children:gp(n)})]}),f.map((x,E)=>u.jsxs("div",{className:x.group?"canvas-step-band":void 0,children:[x.group&&u.jsx("div",{className:"canvas-step-group",children:x.group}),x.nodes.map(({node:A,index:C})=>{const y=p===A.id,b=_x(A,s.edges),_=hu(t,A.id),m=_?[_.latencyMs!==void 0?Vn(_.latencyMs):null].filter(k=>k!==null):[];return u.jsxs("div",{className:"canvas-step-item"+(y?" is-open":""),children:[u.jsxs("button",{className:"canvas-step-row","data-testid":`canvas-step-row-${A.id}`,"aria-expanded":y,onClick:()=>c(A.id),children:[u.jsx("span",{className:"canvas-step-index",children:String(C+1).padStart(2,"0")}),_?u.jsx(pu,{status:_.status}):u.jsx("span",{className:"canvas-step-dot dot--"+A.kind,"aria-hidden":"true"}),u.jsxs("span",{className:"canvas-step-copy",children:[u.jsx("span",{className:"canvas-step-name",children:A.label}),u.jsx("span",{className:"canvas-step-role",children:A.role})]}),_&&uu(t,A.id)&&u.jsx(fu,{}),u.jsx("span",{className:"canvas-step-meta",children:(m.length>0?m:b).join(" · ")}),u.jsx("span",{className:"canvas-step-caret"+(y?" is-open":""),"aria-hidden":"true",children:u.jsx(de,{name:"ChevronDown",size:13})})]}),y&&u.jsx("div",{className:"canvas-step-expand","data-testid":`canvas-step-expand-${A.id}`,children:u.jsx(hE,{graph:s,node:A,run:t,workflows:a,onOpenWorkflow:l,onAskAgent:d})})]},A.id)})]},`${x.group??"ungrouped"}-${E}`))]})}function hE({graph:s,node:t,run:n,workflows:a,onOpenWorkflow:l,onAskAgent:d}){const p=hu(n,t.id),c=s.edges.filter(f=>f.from===t.id),h=s.edges.filter(f=>f.to===t.id),v=f=>{var x;return((x=s.nodes.find(E=>E.id===f))==null?void 0:x.label)??f},S=s.groups.filter(f=>f.nodeIds.includes(t.id));return u.jsx("div",{className:"canvas-detail","data-testid":"canvas-step-detail",children:u.jsxs("div",{className:"canvas-detail-body",children:[t.role&&u.jsx("p",{className:"canvas-detail-role",children:t.role}),t.description&&u.jsx("p",{className:"canvas-detail-desc",children:t.description}),S.length>0&&u.jsxs("p",{className:"canvas-detail-groups",children:["Part of ",S.map(f=>f.label).join(", ")]}),d&&u.jsxs("div",{className:"canvas-detail-actions",children:[u.jsxs("button",{type:"button",className:"btn-ghost canvas-detail-ask","data-testid":"canvas-detail-ask","data-tooltip":"Ask the coding agent in the terminal",onClick:()=>d(`Walk me through the "${t.label}" step of this agent: what it does, its inputs and outputs, and its transitions.`),children:[u.jsx(de,{name:"MessageSquare",size:13}),"Ask coding agent"]}),u.jsxs("button",{type:"button",className:"btn-ghost","data-testid":"canvas-detail-modify","data-tooltip":"Ask the coding agent to change this step",onClick:()=>d(`Modify the "${t.label}" step of this agent. Show me the step's code first, then propose the change.`),children:[u.jsx(de,{name:"Wand2",size:13}),"Ask to modify"]}),u.jsxs("button",{type:"button",className:"btn-ghost","data-testid":"canvas-detail-copy-name","data-tooltip":"Copy the step name",onClick:()=>{var f;return void((f=navigator.clipboard)==null?void 0:f.writeText(t.label).catch(()=>{}))},children:[u.jsx(de,{name:"Copy",size:13}),"Copy name"]})]}),u.jsx(Py,{node:t,workflows:a,onOpenWorkflow:l}),p&&u.jsxs("section",{className:"canvas-detail-section","data-testid":"canvas-detail-run",children:[u.jsx("h4",{children:"Agent run"}),u.jsxs("div",{className:"canvas-detail-contract",children:[u.jsx("span",{className:"canvas-input-label",children:"Status"}),u.jsxs("span",{className:"canvas-run-text is-"+p.status,children:[u.jsx(pu,{status:p.status}),p.status,uu(n,t.id)&&u.jsx(fu,{})]})]}),p.latencyMs!==void 0&&u.jsxs("div",{className:"canvas-detail-contract",children:[u.jsx("span",{className:"canvas-input-label",children:"Duration"}),u.jsx("span",{className:"canvas-detail-timeout",children:Vn(p.latencyMs)})]}),p.input!==void 0&&u.jsx(Gn,{label:"Input",text:wa(p.input),testid:`canvas-detail-run-input-${t.id}`,copyTestid:`payload-copy-input-${t.id}`}),p.output!==void 0&&u.jsx(Gn,{label:"Output",text:wa(p.output),testid:`canvas-detail-run-output-${t.id}`,copyTestid:`payload-copy-output-${t.id}`}),p.error&&u.jsx("pre",{className:"canvas-run-error",children:p.error}),p.logSlice&&u.jsx(Gn,{label:"Logs",text:p.logSlice,copyTestid:`payload-copy-logs-${t.id}`})]}),p&&u.jsx($y,{step:p}),p&&u.jsx(Iy,{step:p}),u.jsx(vp,{run:n}),(Io(t).length>0||t.timeoutMs!==null||t.capabilities.length>0)&&u.jsxs("section",{className:"canvas-detail-section",children:[u.jsx("h4",{children:"Contract"}),t.capabilities.length>0&&u.jsxs("div",{className:"canvas-detail-contract","data-testid":"canvas-detail-capabilities",children:[u.jsx("span",{className:"canvas-input-label",children:"Capabilities"}),u.jsx("span",{className:"canvas-input-fields",children:t.capabilities.map(f=>u.jsx("code",{className:"canvas-input-field","data-tooltip":"Sapiom capability this step calls",children:f},f))})]}),Io(t).length>0&&u.jsxs("div",{className:"canvas-detail-contract","data-testid":"canvas-detail-input",children:[u.jsx("span",{className:"canvas-input-label",children:"Input"}),u.jsx("span",{className:"canvas-input-fields",children:Io(t).map(f=>u.jsxs("code",{className:"canvas-input-field"+(f.required?" is-required":""),"aria-label":`${f.name}, ${f.type}${f.required?", required":""}`,"data-tooltip":f.required?"Required field":"Optional field",children:[f.name,f.required&&u.jsx("span",{"aria-hidden":"true",children:"*"}),u.jsx("span",{className:"canvas-input-type",children:f.type})]},f.name))})]}),t.timeoutMs!==null&&u.jsxs("div",{className:"canvas-detail-contract",children:[u.jsx("span",{className:"canvas-input-label",children:"Timeout"}),u.jsx("span",{className:"canvas-detail-timeout",children:Vn(t.timeoutMs)})]})]}),u.jsxs("section",{className:"canvas-detail-section",children:[u.jsxs("h4",{children:["Leads to ",u.jsx("span",{className:"canvas-detail-count",children:c.length})]}),c.length===0?u.jsx("p",{className:"canvas-detail-empty",children:"Terminal step: nothing follows."}):u.jsx("ul",{className:"canvas-detail-edges",children:c.map(f=>u.jsx("li",{children:u.jsxs("div",{className:"canvas-detail-edge",children:[u.jsx(de,{name:"CornerDownRight",size:13}),u.jsx("span",{className:"canvas-detail-edge-target",children:v(f.to)}),vc(f)&&u.jsx("span",{className:"canvas-detail-edge-kind",children:vc(f)}),f.label&&u.jsx("span",{className:"canvas-detail-edge-cond",children:f.label})]})},`${f.from}->${f.to}`))})]}),u.jsxs("section",{className:"canvas-detail-section",children:[u.jsxs("h4",{children:["Reached from ",u.jsx("span",{className:"canvas-detail-count",children:h.length})]}),h.length===0?u.jsx("p",{className:"canvas-detail-empty",children:t.kind==="entry"?"Entry point: the agent starts here.":"No step routes here."}):u.jsx("ul",{className:"canvas-detail-edges",children:h.map(f=>u.jsx("li",{children:u.jsxs("div",{className:"canvas-detail-edge",children:[u.jsx(de,{name:"CornerLeftUp",size:13}),u.jsx("span",{className:"canvas-detail-edge-target",children:v(f.from)}),vc(f)&&u.jsx("span",{className:"canvas-detail-edge-kind",children:vc(f)}),f.label&&u.jsx("span",{className:"canvas-detail-edge-cond",children:f.label})]})},`${f.from}->${f.to}`))})]}),s.warnings.length>0&&u.jsxs("section",{className:"canvas-detail-section",children:[u.jsxs("h4",{children:["Graph warnings ",u.jsx("span",{className:"canvas-detail-count",children:s.warnings.length})]}),u.jsx("ul",{className:"canvas-detail-warnings",children:s.warnings.map(f=>u.jsx("li",{children:f},f))})]})]})})}function dE({node:s,run:t,workflows:n,onOpenWorkflow:a}){const l=hu(t,s.id);return u.jsxs("div",{className:"canvas-inspector","data-testid":"canvas-step-inspector",children:[s.role&&u.jsx("p",{className:"canvas-detail-role",children:s.role}),s.description&&u.jsx("p",{className:"canvas-step-desc",children:s.description}),u.jsx(oE,{node:s}),u.jsx(lE,{node:s}),s.timeoutMs!==null&&u.jsxs("div",{className:"canvas-input-card","data-testid":`canvas-inspector-timeout-${s.id}`,children:[u.jsx("span",{className:"canvas-input-label",children:"Timeout"}),u.jsx("span",{className:"canvas-detail-timeout",children:Vn(s.timeoutMs)})]}),u.jsx(Py,{node:s,workflows:n,onOpenWorkflow:a}),l&&u.jsxs("div",{className:"canvas-inspector-run","data-testid":"canvas-inspector-run",children:[u.jsx("span",{className:"canvas-input-label",children:"Agent run"}),u.jsxs("span",{className:"canvas-run-text is-"+l.status,children:[u.jsx(pu,{status:l.status}),l.status,uu(t,s.id)&&u.jsx(fu,{})]}),l.latencyMs!==void 0&&u.jsx("span",{className:"canvas-inspector-run-meta",children:Vn(l.latencyMs)})]}),(l==null?void 0:l.input)!==void 0&&u.jsx(Gn,{label:"Input",text:wa(l.input),testid:`canvas-inspector-run-input-${s.id}`,copyTestid:`payload-copy-input-${s.id}`}),(l==null?void 0:l.output)!==void 0&&u.jsx(Gn,{label:"Output",text:wa(l.output),testid:`canvas-inspector-run-output-${s.id}`,copyTestid:`payload-copy-output-${s.id}`}),(l==null?void 0:l.error)&&u.jsx("pre",{className:"canvas-run-error",children:l.error}),(l==null?void 0:l.logSlice)&&u.jsx(Gn,{label:"Logs",text:l.logSlice,testid:`canvas-inspector-run-logs-${s.id}`,copyTestid:`payload-copy-logs-${s.id}`}),l&&u.jsx($y,{step:l}),l&&u.jsx(Iy,{step:l}),u.jsx(vp,{run:t})]})}function fE({node:s,run:t,onInjectPrompt:n,onClose:a}){const l=s?hu(t,s.id):null,[d,p]=P.useState("");function c(v){var E;if(!s){n(v);return}const S=l?{input:l.input,output:l.output,calls:l.calls,unusedStubs:(E=t==null?void 0:t.unusedStubs)==null?void 0:E.map(A=>A.key),stubWarnings:t==null?void 0:t.stubWarnings}:void 0,f=s.capabilities.length>0?{capabilities:s.capabilities}:void 0,x=Cx(l??{id:s.id,name:s.id,status:"pending"},S,f);n(`${x}
432
-
433
- ${v}`)}function h(){const v=d.trim();v&&(c(v),p(""))}return u.jsxs("div",{className:"canvas-chat-panel","data-testid":"canvas-chat-panel",children:[u.jsxs("div",{className:"canvas-chat-head",children:[u.jsx("span",{className:"canvas-chat-title","data-testid":"canvas-chat-title",children:s?`Chat · ${s.label}`:"Chat"}),u.jsx("button",{className:"theme-toggle canvas-chat-close","data-testid":"canvas-chat-close","aria-label":"Close chat","data-tooltip":"Close chat",onClick:a,children:u.jsx(de,{name:"X",size:13})})]}),u.jsxs("div",{className:"canvas-inspector-macros","data-testid":"canvas-inspector-macros",children:[s&&u.jsxs(u.Fragment,{children:[u.jsx("button",{className:"canvas-inspector-macro-btn btn-ghost","data-testid":"canvas-macro-slow",onClick:()=>c("Why is this step slow / stuck?"),children:"Why slow / stuck?"}),u.jsx("button",{className:"canvas-inspector-macro-btn "+((l==null?void 0:l.status)==="failed"?"btn-primary":"btn-ghost"),"data-testid":"canvas-macro-debug",onClick:()=>c("Debug this step"),children:"Debug this step"}),u.jsx("button",{className:"canvas-inspector-macro-btn btn-ghost","data-testid":"canvas-macro-explain",onClick:()=>c("Explain this step"),children:"Explain this step"})]}),u.jsxs("div",{className:"canvas-inspector-freeform",children:[u.jsx("textarea",{className:"canvas-inspector-freeform-input","data-testid":"canvas-freeform-input",placeholder:s?"Ask about this step…":"Ask about this agent…",rows:1,value:d,onChange:v=>p(v.target.value),onKeyDown:v=>{v.key==="Enter"&&(v.metaKey||v.ctrlKey)&&(v.preventDefault(),h())}}),u.jsx("button",{className:"btn-primary canvas-inspector-freeform-ask","data-testid":"canvas-freeform-ask",disabled:!d.trim(),onClick:h,children:"Ask"})]})]})]})}const Pm=24;function pE({overview:s,selectedNode:t,graph:n,run:a,workflows:l,onOpenWorkflow:d,onOpenSteps:p,onDeselect:c,onCollapse:h,onDescribeWithAI:v,describing:S=!1}){const f=P.useRef(null),x=P.useRef(null),E=P.useRef(null),A=P.useRef(null),C=P.useRef(Pi().canvasInspectorHeight??null),[y,b]=P.useState(null),[_,m]=P.useState(!1),[k,R]=P.useState(!1),D=k||S;P.useEffect(()=>{S&&R(!1)},[S]),P.useEffect(()=>{if(!k)return;const Z=window.setTimeout(()=>R(!1),8e3);return()=>window.clearTimeout(Z)},[k]);const j=()=>{var q;const Z=(q=f.current)==null?void 0:q.parentElement;return Z?Math.round(Z.getBoundingClientRect().height*.5):Number.MAX_SAFE_INTEGER},T=()=>{var Z;return(((Z=x.current)==null?void 0:Z.offsetHeight)??40)+1},M=P.useCallback(()=>{const Z=x.current,q=E.current,W=A.current;if(!Z||!q||!W)return;const Q=j(),O=C.current,H=window.getComputedStyle(q),L=(parseFloat(H.paddingTop)||0)+(parseFloat(H.paddingBottom)||0),B=Z.offsetHeight+W.offsetHeight+L+1,V=O!=null?Math.min(Math.max(O,T()),Q):Math.min(B,Q);b(V)},[]);P.useLayoutEffect(M),P.useEffect(()=>{var W;if(typeof ResizeObserver>"u")return;const Z=new ResizeObserver(M),q=(W=f.current)==null?void 0:W.parentElement;return q&&Z.observe(q),A.current&&Z.observe(A.current),()=>Z.disconnect()},[M]);const I=Z=>{C.current=Math.round(Math.min(Math.max(Z,T()),j())),M()},F=()=>{mn({canvasInspectorHeight:C.current})},G=()=>{C.current=null,mn({canvasInspectorHeight:null}),M()},U=Z=>{if(Z.button!==0)return;const q=Z.currentTarget,W=f.current;if(!W)return;try{q.setPointerCapture(Z.pointerId)}catch{}m(!0);const Q=Z.clientY,O=W.getBoundingClientRect().height,H=B=>{I(O+(Q-B.clientY))},L=()=>{m(!1),F(),window.removeEventListener("pointermove",H),window.removeEventListener("pointerup",L),window.removeEventListener("pointercancel",L)};window.addEventListener("pointermove",H),window.addEventListener("pointerup",L),window.addEventListener("pointercancel",L)},X=Z=>{var W;const q=((W=f.current)==null?void 0:W.getBoundingClientRect().height)??0;Z.key==="ArrowUp"?(Z.preventDefault(),I(q+Pm),F()):Z.key==="ArrowDown"?(Z.preventDefault(),I(q-Pm),F()):Z.key==="Home"&&(Z.preventDefault(),G())};return u.jsxs("div",{ref:f,className:"canvas-overview"+(_?" is-resizing":"")+(t?" is-inspecting":""),"data-testid":"canvas-overview",style:y!=null?{height:y}:void 0,children:[u.jsx("div",{className:"canvas-overview-resize","data-testid":"canvas-overview-resize",role:"separator","aria-orientation":"horizontal","aria-label":"Resize the overview panel",tabIndex:0,onPointerDown:U,onDoubleClick:G,onKeyDown:X}),u.jsx("div",{ref:x,className:"canvas-overview-head",children:t?u.jsxs(u.Fragment,{children:[u.jsx("span",{className:"canvas-step-dot dot--"+t.kind,"aria-hidden":"true"}),u.jsx("span",{className:"canvas-overview-title","data-testid":"canvas-inspector-title",children:t.label}),u.jsx("span",{className:"canvas-detail-kind node--"+t.kind,children:Dy(t.kind)}),u.jsxs("button",{className:"status-tag status-tag-action canvas-inspector-open-steps","data-testid":"canvas-inspector-open-steps","data-tooltip":"Full details in the Steps tab",onClick:p,children:["Open step ",u.jsx(de,{name:"ArrowRight",size:12})]}),u.jsx("button",{className:"theme-toggle canvas-overview-close","data-testid":"canvas-inspector-close","aria-label":"Back to the agent overview","data-tooltip":"Back to the agent overview (Esc)",onClick:c,children:u.jsx(de,{name:"X",size:13})})]}):u.jsxs(u.Fragment,{children:[u.jsx(de,{name:"Radio",size:13}),"Overview",u.jsx("button",{className:"theme-toggle canvas-overview-close","data-testid":"canvas-overview-toggle","aria-label":"Collapse agent overview","data-tooltip":"Collapse agent overview",onClick:h,children:u.jsx(de,{name:"X",size:13})})]})}),u.jsx("div",{ref:E,className:"canvas-overview-body",children:u.jsx("div",{ref:A,className:"canvas-overview-content",children:t&&n?u.jsx(dE,{graph:n,node:t,run:a,workflows:l,onOpenWorkflow:d}):s&&u.jsxs(u.Fragment,{children:[s.description&&u.jsx("p",{className:"canvas-overview-desc",children:s.description}),v&&u.jsx("button",{type:"button",className:"canvas-describe-ai"+(D?" is-loading":""),"data-testid":"canvas-describe-ai",disabled:D,"aria-busy":D,onClick:()=>{s.description&&!window.confirm("Rewrite this agent's descriptions? The coding agent will edit the source and may replace text you wrote by hand.")||(R(!0),v())},"data-tooltip":"Runs a hidden coding-agent session that writes descriptions into the agent source — the canvas updates when it saves",children:D?u.jsxs(u.Fragment,{children:[u.jsx("span",{className:"canvas-describe-spinner","aria-hidden":"true"}),"Describing…"]}):u.jsxs(u.Fragment,{children:[u.jsx(de,{name:"Sparkles",size:13}),s.description?"Rewrite descriptions with AI":"Describe with AI"]})}),s.notes.length>0&&u.jsx("ul",{className:"canvas-overview-notes",children:s.notes.map(Z=>u.jsx("li",{children:Z},Z))})]})})})]})}function Di({eyebrow:s,icon:t,title:n,body:a,cta:l,className:d,testId:p,children:c}){return u.jsxs("div",{className:"empty-state"+(d?` ${d}`:""),"data-empty-state":!0,"data-testid":p,children:[t&&u.jsx("span",{className:"empty-state-icon","aria-hidden":"true",children:u.jsx(de,{name:t,size:18})}),s&&u.jsx("span",{className:"empty-state-eyebrow",children:s}),u.jsx("span",{className:"empty-state-title",children:n}),a&&u.jsx("span",{className:"empty-state-body",children:a}),l&&u.jsx("span",{className:"empty-state-cta",children:l}),c]})}function vE(s,t=Date.now()){const n=Math.max(0,Math.round((t-s)/1e3));if(n<45)return"just now";const a=Math.round(n/60);if(a<60)return`${a}m ago`;const l=Math.round(a/60);return l<24?`${l}h ago`:`${Math.round(l/24)}d ago`}var gE=Ay();function sl(s,{onDismiss:t,containerRef:n,triggerRef:a}){P.useEffect(()=>{if(!s)return;const l=p=>{var h;const c=n.current;!c||!(p.target instanceof Node)||c.contains(p.target)||(h=a==null?void 0:a.current)!=null&&h.contains(p.target)||t()},d=p=>{var c;p.key==="Escape"&&(t(),(c=a==null?void 0:a.current)==null||c.focus())};return document.addEventListener("mousedown",l),document.addEventListener("keydown",d),()=>{document.removeEventListener("mousedown",l),document.removeEventListener("keydown",d)}},[s,t,n,a])}const wo=4,Mi=8;function _E(s,t,n,a,l){const d=s.getBoundingClientRect(),p={position:"fixed",top:"auto",right:"auto",bottom:"auto",left:"auto"};return l&&(p.overflowY="auto"),n&&(p.width=d.width),p.maxWidth=window.innerWidth-2*Mi,t.startsWith("right")?(p.left=(a??s).getBoundingClientRect().right+wo,t.endsWith("start")?(p.top=d.top,l&&(p.maxHeight=window.innerHeight-d.top-Mi)):(p.bottom=window.innerHeight-d.bottom,l&&(p.maxHeight=d.bottom-Mi)),p):(t.startsWith("down")?(p.top=d.bottom+wo,l&&(p.maxHeight=window.innerHeight-d.bottom-wo-Mi)):(p.bottom=window.innerHeight-d.top+wo,l&&(p.maxHeight=d.top-wo-Mi)),t.endsWith("start")?p.left=Math.max(Mi,d.left):p.right=Math.max(Mi,window.innerWidth-d.right),p)}function Yn({open:s,anchorRef:t,onDismiss:n,placement:a,matchWidth:l=!1,besideRef:d,noClip:p=!1,className:c,role:h,testid:v,children:S}){const f=P.useRef(null),[x,E]=P.useState(null);sl(s,{onDismiss:n,containerRef:f,triggerRef:t});const A=P.useCallback(()=>{const C=t.current;C&&E(_E(C,a,l,(d==null?void 0:d.current)??null,!p))},[t,a,l,d,p]);return P.useLayoutEffect(()=>{s?A():E(null)},[s,A]),P.useLayoutEffect(()=>{if(!s||x==null)return;const C=f.current;if(!C)return;const y=C.getBoundingClientRect();let b=0;y.left<Mi?b=Mi-y.left:y.right>window.innerWidth-Mi&&(b=window.innerWidth-Mi-y.right),!(Math.abs(b)<.5)&&E(_=>_==null?_:{..._,left:typeof _.left=="number"?_.left+b:_.left,right:typeof _.right=="number"?_.right-b:_.right})},[s,x]),P.useEffect(()=>{if(s)return window.addEventListener("resize",A),window.addEventListener("scroll",A,!0),()=>{window.removeEventListener("resize",A),window.removeEventListener("scroll",A,!0)}},[s,A]),!s||x==null?null:gE.createPortal(u.jsx("div",{ref:f,className:c,role:h,"data-testid":v,style:x,children:S}),document.body)}function mE(s,t){return`${t?`${t} run`:"run"} ${s.status}`}function yE({workflow:s,detailStep:t,onBack:n,onAskAgent:a,surface:l,stepsSummary:d,run:p,runTarget:c,runs:h,onSelectRun:v}){const[S,f]=P.useState(!1),x=P.useRef(null),E=P.useCallback(()=>f(!1),[]),[A,C]=P.useState(!1),y=P.useRef(null),b=P.useCallback(()=>C(!1),[]);if(t)return u.jsxs("div",{className:"workflow-actions-header","data-testid":"workflow-actions-header",children:[u.jsx("button",{className:"theme-toggle","data-testid":"canvas-detail-back",onClick:n,"aria-label":"Back to the steps list","data-tooltip":"Back to the steps list",children:u.jsx(de,{name:"ArrowLeft",size:14})}),u.jsx("span",{className:"workflow-actions-name","data-testid":"canvas-detail-title",children:t.label}),u.jsx("span",{className:"canvas-detail-kind node--"+t.kind,children:Dy(t.kind)}),u.jsxs("button",{className:"btn-ghost canvas-detail-ask","data-testid":"canvas-detail-ask","aria-label":"Ask coding agent","data-tooltip":"Ask the coding agent in the terminal",onClick:()=>a(`Walk me through the "${t.label}" step of this agent: what it does, its inputs and outputs, and its transitions.`),children:[u.jsx(de,{name:"MessageSquare",size:13}),u.jsx("span",{className:"canvas-detail-ask-label",children:"Ask coding agent"})]}),u.jsxs("div",{className:"canvas-detail-menu-wrap",children:[u.jsx("button",{ref:x,className:"theme-toggle","data-testid":"canvas-detail-menu","aria-label":`More actions for ${t.label}`,"data-tooltip":"More actions","aria-haspopup":"menu","aria-expanded":S,onClick:()=>f(_=>!_),children:u.jsx(de,{name:"MoreHorizontal",size:14})}),u.jsxs(Yn,{open:S,anchorRef:x,onDismiss:E,placement:"down-end",className:"canvas-detail-menu",role:"menu",testid:"canvas-detail-menu-popover",children:[u.jsxs("button",{role:"menuitem",className:"profile-menu-item",onClick:()=>{a(`Modify the "${t.label}" step of this agent. Show me the step's code first, then propose the change.`),E()},children:[u.jsx(de,{name:"Wand2",size:13}),"Ask coding agent to modify"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item",onClick:()=>{var _;(_=navigator.clipboard)==null||_.writeText(t.label).catch(()=>{}),E()},children:[u.jsx(de,{name:"Copy",size:13}),"Copy step name"]})]})]})]});if(l==="steps"){const _=p&&u.jsxs(u.Fragment,{children:[p.status==="running"&&u.jsx("span",{className:"canvas-run-status is-running","aria-hidden":"true"}),mE(p,c)]});return u.jsxs("div",{className:"workflow-actions-header"+(p?" has-run":""),"data-testid":"workflow-actions-header",children:[u.jsx("span",{className:"workflow-actions-name",children:s.name}),u.jsx("span",{className:"workflow-actions-count","data-testid":"canvas-steps-count",children:d??"no steps"}),p&&h.length<=1&&u.jsx("span",{className:"status-tag canvas-run-chip is-"+p.status,"data-testid":"canvas-run-chip",children:_}),p&&h.length>1&&u.jsxs("div",{className:"canvas-run-picker-wrap",children:[u.jsxs("button",{ref:y,className:"status-tag status-tag-action canvas-run-chip canvas-run-chip--picker is-"+p.status,"data-testid":"canvas-run-chip","aria-haspopup":"menu","aria-expanded":A,"aria-label":`Pick a run to inspect (${h.length} observed)`,"data-tooltip":"Pick a run to inspect",onClick:()=>C(m=>!m),children:[_,u.jsx(de,{name:"ChevronDown",size:12})]}),u.jsx(Yn,{open:A,anchorRef:y,onDismiss:b,placement:"down-end",className:"canvas-run-menu",role:"menu",testid:"canvas-run-menu",children:[...h].reverse().map((m,k)=>{const R=h.length-k,D=m.run.executionId===p.executionId,j=vE(m.observedAt);return u.jsxs("button",{role:"menuitemradio","aria-checked":D,className:"profile-menu-item"+(D?" is-selected":""),"data-testid":`canvas-run-option-${m.run.executionId}`,title:m.run.executionId,onClick:()=>{v(m.run.executionId),b()},children:[u.jsx(de,{name:D?"Check":"Play",size:13}),u.jsx("span",{children:`run ${R} · ${m.run.status} · ${m.target}`}),u.jsx("span",{className:"canvas-run-option-meta",children:j})]},m.run.executionId)})})]})]})}return null}const bE=4e3;function SE({sessionId:s,lastMessage:t,boundWorkflow:n,noSessionAgent:a=null,overviewActive:l,sessionExited:d,expanded:p,onToggleExpanded:c,macros:h,tasks:v,onRunMacro:S,onInjectPrompt:f,onDescribeWorkflow:x,surface:E,onOpenSteps:A,run:C,runTarget:y,runs:b,onSelectRun:_,preview:m,deployState:k,onDismissDeploy:R,onOpenCode:D,workflows:j,onOpenWorkflow:T,onCanvasState:M}){const[I,F]=P.useState(!1),G=P.useRef(M);G.current=M;const[U,X]=P.useState(0),[Z,q]=P.useState(cu()),[W,Q]=P.useState(!1),[O,H]=P.useState(!0),[L,B]=P.useState(!1),V=P.useRef(null),te=P.useRef(null),ue=P.useRef(0),fe=P.useCallback(()=>{H(!1),B(!0),V.current&&clearTimeout(V.current),V.current=setTimeout(()=>B(!1),360)},[]),K=()=>{const _e=ue.current-Date.now();te.current&&clearTimeout(te.current),_e>0?te.current=setTimeout(fe,_e):fe()};P.useEffect(()=>()=>{V.current&&clearTimeout(V.current),te.current&&clearTimeout(te.current)},[]),P.useEffect(()=>{if(!O)return;const _e=window.setTimeout(fe,bE);return()=>window.clearTimeout(_e)},[O,fe]);const[$,ce]=P.useState(1),[re,ye]=P.useState({x:0,y:0}),[Ce,Fe]=P.useState(!1),ze=P.useRef(null),Ge=P.useRef(null),[He,Ne]=P.useState(.25),Qt=_e=>Math.min(3,Math.max(He,Math.round(_e*100)/100)),[Ie,cs]=P.useState(null),ht=P.useRef(!1),[us,yt]=P.useState({zoom:1,x:0,y:0}),st=P.useCallback(()=>{const _e=ze.current;if(!Ie||!_e)return null;const De=_e.getBoundingClientRect();if(De.width<80||De.height<80)return null;const Pe=De.width-Ie.insetX*2,bt=De.height-Ie.insetTop-Ie.insetBottom;if(Pe<=0||bt<=0)return null;const We=Math.min(1,Pe/Ie.width,bt/Ie.height);return{zoom:Math.max(.1,Math.round(We*100)/100),x:0,y:0}},[Ie]),Lt=P.useCallback(()=>{let _e=12;const De=()=>{const Pe=st();if(Pe){Ne(Math.min(.25,Pe.zoom)),ht.current=!1,ce(Pe.zoom),ye({x:Pe.x,y:Pe.y}),yt(Pe);return}if(Ie&&_e-- >0){requestAnimationFrame(De);return}Ne(.25),ht.current=!1,ce(1),ye({x:0,y:0}),yt({zoom:1,x:0,y:0})};De()},[st,Ie]);P.useEffect(()=>{!Ie||ht.current||Lt()},[Ie,Lt]),P.useEffect(()=>{const _e=ze.current;if(!_e||typeof ResizeObserver>"u")return;const De=new ResizeObserver(()=>{ht.current||Lt()});return De.observe(_e),()=>De.disconnect()},[Lt]),P.useEffect(()=>{var Pe,bt,We;(bt=(Pe=Ge.current)==null?void 0:Pe.contentWindow)==null||bt.postMessage({type:"sapiom-canvas:view",zoom:$,x:re.x,y:re.y},"*");const _e=ws.current,De=Ge.current;if(_e&&De){const hs=De.getBoundingClientRect();(We=De.contentWindow)==null||We.postMessage({type:"sapiom-canvas:hover",x:_e.x-hs.left,y:_e.y-hs.top},"*")}},[$,re]),P.useEffect(()=>{const _e=ze.current;if(!_e)return;const De=Pe=>{Pe.preventDefault(),ht.current=!0,ce(bt=>Qt(bt*(Pe.deltaY<0?1.1:1/1.1)))};return _e.addEventListener("wheel",De,{passive:!1}),()=>_e.removeEventListener("wheel",De)});const Oe=_e=>{var bt,We;const De=Ge.current;if(!De)return;const Pe=De.getBoundingClientRect();if(typeof _e.clientX=="number"&&typeof _e.clientY=="number"){const{clientX:hs,clientY:Ts,...kt}=_e;(bt=De.contentWindow)==null||bt.postMessage({...kt,x:hs-Pe.left,y:Ts-Pe.top},"*");return}(We=De.contentWindow)==null||We.postMessage(_e,"*")},[Je,At]=P.useState(!1),Wt=P.useRef(!1),Ct=P.useRef(0),ws=P.useRef(null),at=_e=>{if(ws.current={x:_e.clientX,y:_e.clientY},Ce)return;const{clientX:De,clientY:Pe}=_e;cancelAnimationFrame(Ct.current),Ct.current=requestAnimationFrame(()=>{Oe({type:"sapiom-canvas:hover",clientX:De,clientY:Pe})})},ns=()=>{cancelAnimationFrame(Ct.current),ws.current=null,At(!1),Wt.current=!1,Oe({type:"sapiom-canvas:hover",x:-1,y:-1})},Gt=_e=>{if(_e.button!==0)return;const De=_e.currentTarget;try{De.setPointerCapture(_e.pointerId)}catch{}Fe(!0),Oe({type:"sapiom-canvas:press",clientX:_e.clientX,clientY:_e.clientY,down:!0});let Pe=!0;const bt=()=>{Pe&&(Pe=!1,Oe({type:"sapiom-canvas:press",down:!1}))};let We=_e.clientX,hs=_e.clientY;const Ts=_e.clientX,kt=_e.clientY,bn=rs=>{const ki=rs.clientX-We,Ar=rs.clientY-hs;We=rs.clientX,hs=rs.clientY,(Math.abs(rs.clientX-Ts)>=4||Math.abs(rs.clientY-kt)>=4)&&(bt(),ht.current=!0),ye(Sn=>({x:Sn.x+ki,y:Sn.y+Ar}))},Li=rs=>{Fe(!1),bt(),De.removeEventListener("pointermove",bn),De.removeEventListener("pointerup",Li),De.removeEventListener("pointercancel",Li),Math.abs(rs.clientX-Ts)<4&&Math.abs(rs.clientY-kt)<4&&(Oe({type:"sapiom-canvas:pick",clientX:rs.clientX,clientY:rs.clientY}),Wt.current||vt(null))};De.addEventListener("pointermove",bn),De.addEventListener("pointerup",Li),De.addEventListener("pointercancel",Li)},[Et,vt]=P.useState(null);P.useEffect(()=>{if(!p&&Et==null)return;const _e=De=>{De.key==="Escape"&&(Et!=null?vt(null):c())};return window.addEventListener("keydown",_e),()=>window.removeEventListener("keydown",_e)},[p,Et,c]);const[Ni,Rt]=P.useState(!0),[ke,Ze]=P.useState(!1),[vs,qt]=P.useState(null),[Cs,Ei]=P.useState(null),[es,Ws]=P.useState(null),[Fi,Gs]=P.useState(null);P.useEffect(()=>{const _e=De=>{var bt;const Pe=De.data;if(!(!Pe||De.source!==((bt=Ge.current)==null?void 0:bt.contentWindow))){if(Pe.type==="sapiom-canvas:overview")qt({description:typeof Pe.description=="string"?Pe.description:"",stats:typeof Pe.stats=="string"?Pe.stats:"",notes:Array.isArray(Pe.notes)?Pe.notes.filter(We=>typeof We=="string"):[]});else if(Pe.type==="sapiom-canvas:graph")Ws(Sx(Pe.graph));else if(Pe.type==="sapiom-canvas:node"){const We=Pe.id;typeof We=="string"&&vt(We)}else if(Pe.type==="sapiom:node-click"){const We=Pe.stepName;typeof We=="string"&&Ws(hs=>{if(hs){const Ts=hs.nodes.find(kt=>kt.label===We)??hs.nodes.find(kt=>kt.id===We)??null;Ts&&vt(Ts.id)}return hs})}else if(Pe.type==="sapiom-canvas:hit"){const We=typeof Pe.id=="string";At(We),Wt.current=We}else if(Pe.type==="sapiom-canvas:size"){const We=Pe;typeof We.width=="number"&&We.width>0&&typeof We.height=="number"&&We.height>0&&cs({width:We.width,height:We.height,insetTop:typeof We.insetTop=="number"&&We.insetTop>=0?We.insetTop:0,insetBottom:typeof We.insetBottom=="number"&&We.insetBottom>=0?We.insetBottom:0,insetX:typeof We.insetX=="number"&&We.insetX>=0?We.insetX:0})}else if(Pe.type==="sapiom-canvas:error"){const We=Pe;Ei({title:typeof We.title=="string"?We.title:"",reason:typeof We.reason=="string"?We.reason:""})}}};return window.addEventListener("message",_e),()=>window.removeEventListener("message",_e)},[]),P.useEffect(()=>{qt(null),Ei(null),Ws(null),vt(null),Gs(null),Rt(!0),At(!1),Wt.current=!1,cs(null),ce(1),ye({x:0,y:0}),yt({zoom:1,x:0,y:0}),ht.current=!1},[s,U]);const Os=es&&Et?es.nodes.find(_e=>_e.id===Et)??null:null;P.useEffect(()=>{var _e,De;(De=(_e=Ge.current)==null?void 0:_e.contentWindow)==null||De.postMessage({type:"sapiom-canvas:select",id:Et},"*")},[Et]);const yn=P.useCallback(()=>{var _e,De;!C||!y||!s||pp()||O||(De=(_e=Ge.current)==null?void 0:_e.contentWindow)==null||De.postMessage({type:"sapiom:run-state",steps:C.steps,status:C.status,target:y},"*")},[C,y,s,O]);P.useEffect(()=>{yn()},[yn]);const ie=vs??void 0,[ve,xe]=P.useState(new Set);P.useEffect(()=>fp(q),[]),P.useEffect(()=>{var De;if(H(!0),!s){F(!1),(De=G.current)==null||De.call(G,!1);return}F(!1);let _e=!1;return Q(!0),fetch(`/canvas/${s}/`,{method:"HEAD"}).then(Pe=>{var bt;_e||(F(Pe.ok),(bt=G.current)==null||bt.call(G,Pe.ok))}).catch(()=>{}).finally(()=>!_e&&Q(!1)),()=>{_e=!0}},[s]),P.useEffect(()=>{var _e;!t||!s||t.type==="canvas.reload"&&t.harnessSessionId===s&&(F(!0),(_e=G.current)==null||_e.call(G,!0),H(!0),X(De=>De+1))},[t,s]);const be=(n==null?void 0:n.path)??null;P.useEffect(()=>{H(!0),X(_e=>_e+1),ce(1),ye({x:0,y:0}),yt({zoom:1,x:0,y:0}),ht.current=!1},[be]);const Me=v.filter(_e=>_e.harnessSessionId===s&&(_e.workflowPath==null||_e.workflowPath===be)),_t=Me.some(_e=>_e.status==="running"&&_e.macroId==="describe"),ot=Me.find(_e=>_e.status==="running"&&_e.macroId!=="describe")??null,tt=Me.filter(_e=>_e.status!=="running"&&_e.macroId!=="describe").sort((_e,De)=>(De.endedAt??"").localeCompare(_e.endedAt??""))[0],Ke=!ot&&(tt==null?void 0:tt.status)==="failed"&&!ve.has(tt.id)?tt:null,dt=Ke?h.find(_e=>_e.id===Ke.macroId)??null:null,mt=h.find(_e=>_e.id==="visualize")??null,Es=s!=null&&!0,lt=I&&Es,zs=u.jsxs(u.Fragment,{children:[k&&u.jsx(aE,{deployState:k,workflow:n,onDismiss:R,onOpenCode:D}),C&&u.jsx(rE,{run:C,runTarget:y,workflow:n,preview:m})]});return u.jsxs("aside",{className:"canvas-pane",children:[n&&!l&&u.jsx(yE,{workflow:n,detailStep:null,onBack:()=>{},onAskAgent:f,surface:E,stepsSummary:es&&es.nodes.length>0?yx(es):null,run:C,runTarget:y,runs:b,onSelectRun:_}),a?u.jsx(Di,{className:"canvas-empty",testId:"canvas-empty-no-session",icon:"Radio",title:`No running session for ${a}`,body:E==="steps"?"Start a session to map this agent's steps here.":"Start a session to map, run, and inspect this agent."}):l||!s?E==="steps"?u.jsx(Di,{className:"canvas-empty",icon:"Radio",title:"No session",body:"Start a session to see the agent's steps here."}):u.jsx(Di,{className:"canvas-empty",icon:"Radio",title:"No session",body:"Start a session to see its canvas here."}):Ke?u.jsxs("div",{className:"canvas-task-failed","data-testid":"canvas-task-failed",children:[u.jsxs("p",{className:"canvas-task-title",children:[u.jsx(de,{name:"TriangleAlert",size:14})," ",Ke.label," failed."]}),Ke.errorTail&&u.jsx("pre",{className:"canvas-task-error",children:Ke.errorTail}),u.jsxs("div",{className:"canvas-task-actions",children:[dt&&u.jsx("button",{className:"btn-primary","data-testid":"canvas-task-retry",onClick:()=>S(dt),children:"Retry"}),u.jsx("button",{className:"btn-ghost","data-testid":"canvas-task-dismiss",onClick:()=>xe(_e=>{const De=new Set(_e);return De.add(Ke.id),De}),children:"Dismiss"})]})]}):ot&&!lt?u.jsxs("div",{className:"canvas-task-activity","data-testid":"canvas-task-activity",children:[u.jsx("span",{className:"canvas-task-icon","aria-hidden":"true",children:u.jsx(de,{name:"Workflow",size:20})}),u.jsx("div",{className:"canvas-task-title",children:u.jsxs("span",{children:[ot.label," is running…"]})}),ot.statusLines.length>0&&u.jsx("ul",{className:"canvas-task-lines","data-testid":"canvas-task-lines",children:ot.statusLines.slice(-8).map((_e,De)=>u.jsx("li",{children:_e},`${De}-${_e}`))}),u.jsx("p",{className:"canvas-empty-hint",children:"Running as a background task, so your session stays free. The canvas reloads here when it finishes."})]}):W?u.jsxs("div",{className:"canvas-loading","data-testid":"canvas-loading",children:[u.jsx("span",{className:"canvas-task-spinner","aria-hidden":"true"}),u.jsx("p",{className:"canvas-empty-hint",children:E==="steps"?"Loading steps…":"Loading canvas…"})]}):!lt&&E==="steps"&&(C||k)?u.jsxs("div",{className:"canvas-steps-surface","data-testid":"canvas-steps-surface",children:[zs,C&&u.jsx($m,{run:C,target:y})]}):!lt&&d?u.jsx(Di,{className:"canvas-empty",testId:"canvas-empty-exited",icon:"History",title:"Session ended",body:`Resume the session to see ${E==="steps"?"the agent's steps":"the agent's diagram"} here.`}):lt?u.jsx("div",{className:"canvas-frame-wrap"+(p?" is-expanded":""),"data-view":E==="board"?"board":"steps",children:u.jsx("div",{className:"canvas-slide-track",children:u.jsxs("div",{className:"canvas-slide-pane",children:[u.jsxs("div",{className:"canvas-visual"+(E==="steps"?" is-offstage":""),children:[u.jsxs("div",{className:"canvas-view-controls","data-testid":"canvas-view-controls",children:[u.jsx("button",{className:"theme-toggle","data-testid":"canvas-zoom-out","aria-label":"Zoom out",title:"Zoom out",disabled:$<=He+.001,onClick:()=>{ht.current=!0,ce(_e=>Math.max(He,Math.round((_e-.25)*100)/100))},children:u.jsx(de,{name:"ZoomOut",size:14})}),u.jsxs("button",{className:"theme-toggle canvas-zoom-reset","data-testid":"canvas-zoom-reset","aria-label":"Reset zoom",title:"Reset zoom",disabled:$===1,onClick:()=>{ht.current=!0,ce(1)},children:[Math.round($*100),"%"]}),u.jsx("button",{className:"theme-toggle","data-testid":"canvas-zoom-in","aria-label":"Zoom in",title:"Zoom in",disabled:$>=2,onClick:()=>{ht.current=!0,ce(_e=>Math.min(2,Math.round((_e+.25)*100)/100))},children:u.jsx(de,{name:"ZoomIn",size:14})}),u.jsx("button",{className:"theme-toggle","data-testid":"canvas-fit","aria-label":"Fit to view",title:"Fit to view",disabled:$===us.zoom&&re.x===us.x&&re.y===us.y,onClick:Lt,children:u.jsx(de,{name:"Frame",size:14})})]}),p&&u.jsx("button",{className:"macro-icon-btn canvas-expand-exit","data-testid":"canvas-expand-exit","aria-label":"Exit expanded canvas",title:"Exit expanded canvas (Esc)",onClick:c,children:u.jsx(de,{name:"Minimize2",size:14})}),(O||L)&&u.jsxs("div",{className:"canvas-skeleton canvas-loading--overlay"+(O?"":" is-fading"),"data-testid":"canvas-loading",role:"status","aria-label":"Rendering diagram",children:[u.jsx("div",{className:"canvas-skeleton-block canvas-skeleton-title"}),u.jsxs("div",{className:"canvas-skeleton-row",children:[u.jsx("div",{className:"canvas-skeleton-block"}),u.jsx("div",{className:"canvas-skeleton-block"})]}),u.jsxs("div",{className:"canvas-skeleton-row",children:[u.jsx("div",{className:"canvas-skeleton-block"}),u.jsx("div",{className:"canvas-skeleton-block"}),u.jsx("div",{className:"canvas-skeleton-block"})]}),u.jsx("div",{className:"canvas-skeleton-block canvas-skeleton-wide"})]}),Cs&&u.jsxs("div",{className:"canvas-render-error","data-testid":"canvas-render-error",children:[u.jsx("span",{className:"canvas-error-icon","aria-hidden":"true",children:u.jsx(de,{name:"TriangleAlert",size:20})}),u.jsx("div",{className:"canvas-task-title",children:"Render failed"}),u.jsx("p",{className:"canvas-error-summary",children:(()=>{const _e=Cs.reason.trim();return _e.length<4?"The agent graph could not be extracted. Open the terminal for details.":_e.includes(": ")?_e.slice(_e.indexOf(": ")+2).split(". ")[0]:_e})()}),u.jsxs("div",{className:"canvas-error-actions",children:[u.jsx("button",{className:"btn-primary","data-testid":"canvas-error-fix",onClick:()=>f(`The canvas render for ${Cs.title||"this agent"} failed: ${Cs.reason} Fix the project so the agent graph extracts cleanly.`),children:"Ask coding agent to fix"}),u.jsx("button",{className:"btn-ghost","data-testid":"canvas-error-retry",onClick:()=>{mt?S(mt):(ue.current=Date.now()+900,H(!0),X(_e=>_e+1))},children:"Retry"})]}),u.jsxs("details",{className:"canvas-error-details",children:[u.jsx("summary",{children:"Details"}),u.jsx("pre",{children:Cs.reason.trim().length>=4?Cs.reason:"The rendered document reported a failure without details. Re-render the diagram or check the terminal."})]})]}),ot&&u.jsxs("div",{className:"canvas-task-activity canvas-task-activity--overlay","data-testid":"canvas-task-activity",children:[u.jsx("span",{className:"canvas-task-icon","aria-hidden":"true",children:u.jsx(de,{name:"Workflow",size:20})}),u.jsx("div",{className:"canvas-task-title",children:u.jsxs("span",{children:[ot.label," is running…"]})}),ot.statusLines.length>0&&u.jsx("ul",{className:"canvas-task-lines","data-testid":"canvas-task-lines",children:ot.statusLines.slice(-8).map((_e,De)=>u.jsx("li",{children:_e},`${De}-${_e}`))}),u.jsx("p",{className:"canvas-empty-hint",children:"Running as a background task, so your session stays free. The canvas reloads here when it finishes."})]}),ie&&!Ni&&!Os&&u.jsx("button",{className:"theme-toggle canvas-overview-open","data-testid":"canvas-overview-toggle","aria-label":"Show agent overview","data-tooltip":"Show agent overview",onClick:()=>Rt(!0),children:"i"}),E==="board"&&u.jsx("button",{className:"theme-toggle canvas-chat-toggle"+(ke?" is-active":""),"data-testid":"canvas-chat-toggle","aria-label":ke?"Close chat":"Open chat","data-tooltip":"Chat — ask about this agent or the selected step",onClick:()=>Ze(_e=>!_e),children:u.jsx(de,{name:"MessageSquare",size:14})}),u.jsx("iframe",{ref:Ge,className:"canvas-iframe",src:`/canvas/${s}/?theme=${Z}`,sandbox:"allow-scripts",scrolling:"no",onLoad:()=>{var _e,De,Pe,bt;K(),(De=(_e=Ge.current)==null?void 0:_e.contentWindow)==null||De.postMessage({type:"sapiom-canvas:view",zoom:$,x:re.x,y:re.y},"*"),C&&y&&s&&((bt=(Pe=Ge.current)==null?void 0:Pe.contentWindow)==null||bt.postMessage({type:"sapiom:run-state",steps:C.steps,status:C.status,target:y},"*"))},onError:fe},`${s}:${U}`),u.jsx("div",{ref:ze,className:"canvas-pan-layer"+(Ce?" is-panning":""),"data-testid":"canvas-pan-layer","data-over-node":Je&&!Ce?"true":void 0,onPointerDown:Gt,onPointerMove:at,onPointerLeave:ns,onDoubleClick:Lt})]}),E==="steps"&&u.jsxs("div",{className:"canvas-steps-surface","data-testid":"canvas-steps-surface",children:[zs,es&&es.nodes.length>0?u.jsx(uE,{graph:es,run:C,runTarget:y,workflows:j,onOpenWorkflow:T,onAskAgent:f,expandedId:Fi,onToggle:_e=>Gs(De=>De===_e?null:_e)}):C?u.jsx($m,{run:C,target:y}):u.jsx(Di,{className:"canvas-empty",icon:"Workflow",title:"No steps yet",body:"This diagram has no step graph. It regenerates automatically from the bound agent — check the terminal if it never appears."})]}),E==="board"&&(ie&&Ni||Os)&&u.jsx(pE,{overview:ie??null,selectedNode:Os,graph:es,run:C,workflows:j,onOpenWorkflow:T,onOpenSteps:()=>{Et&&Gs(Et),A()},onDeselect:()=>vt(null),onCollapse:()=>Rt(!1),onDescribeWithAI:n&&s&&!d?()=>x(n):void 0,describing:_t}),E==="board"&&ke&&u.jsx(fE,{node:Os,run:C,onInjectPrompt:f,onClose:()=>Ze(!1)})]})})}):u.jsx(Di,{className:"canvas-empty",icon:"Workflow",title:E==="steps"?"No steps yet":"Nothing generated yet",body:E==="steps"?"Steps are read from the bound agent's diagram — generated automatically from its code.":"Generated automatically from the bound agent; it refreshes when the code changes."})]})}const wE="https://tools.sapiom.ai",xE="x-sapiom-api-key",CE="YOUR_SAPIOM_API_KEY";function EE(s){return s==null?"{ /* your input */ }":JSON.stringify(s,null,2).replace(/\n/g,`
434
- `)}function kE(s){return s==null?"{}":JSON.stringify(s)}function TE(s){return s.replace(/'/g,"'\\''")}function AE(s,t){return`import { agents } from "@sapiom/tools";
435
-
436
- const result = await agents.run({
437
- definition: ${JSON.stringify(s)},
438
- input: ${EE(t)},
439
- });
440
-
441
- if (result.status === "completed") {
442
- console.log(result.output);
443
- }
444
- `}function RE(s,t,n){const a=TE(`{ "input": ${kE(t)} }`),l=encodeURIComponent(s);return`curl -X POST ${n}/agents/v1/definitions/${l}/executions \\
445
- -H "${xE}: ${CE}" \\
446
- -H "Content-Type: application/json" \\
447
- -d '${a}'
448
- `}function ME(s){const{definition:t,inputSample:n,baseUrl:a=wE}=s;return{typescript:AE(t,n),curl:RE(t,n,a)}}const DE=new Set(["pending","queued","building"]),jE=new Set(["failed","cancelled","superseded","stale"]);function xa(s,t=null){return s.activeBuildRunStatus==="ready"?"ready":s.activeBuildRunStatus!=null&&DE.has(s.activeBuildRunStatus)?"building":t!=null||s.activeBuildRunStatus!=null&&jE.has(s.activeBuildRunStatus)?"failed":s.definitionId==null?"draft":"linked"}function bf(s){return(s==null?void 0:s.activeBuildRunStatus)==="ready"}function NE(s,t=null){switch(xa(s,t)){case"ready":return null;case"building":return"Build in progress";case"failed":return"Last deploy failed — retry Deploy";case"linked":return"No ready deployment yet";case"draft":return"Not deployed yet"}}const LE="https://app.sapiom.ai/settings?tab=api-keys";function OE({boundWorkflow:s,agentsBaseUrl:t}){return bf(s)?u.jsx(BE,{boundWorkflow:s,agentsBaseUrl:t}):null}function BE({boundWorkflow:s,agentsBaseUrl:t}){const[n,a]=P.useState("typescript"),[l,d]=P.useState(!1),p=s.definitionSlug==null,c=s.definitionSlug??s.name,{typescript:h,curl:v}=ME({definition:c,baseUrl:t}),S=n==="typescript"?h:v,f=()=>{navigator.clipboard.writeText(S).then(()=>{d(!0),window.setTimeout(()=>d(!1),2e3)}).catch(()=>{})};return u.jsxs("div",{className:"snippet-panel","data-testid":"snippet-panel",children:[u.jsx("div",{className:"snippet-panel-header",children:u.jsx("span",{className:"snippet-panel-title",children:"Trigger from your code"})}),u.jsxs("div",{className:"snippet-slug-row",children:[u.jsx("span",{className:"snippet-slug-label",children:"Agent"}),u.jsx("code",{className:"snippet-slug","data-testid":"snippet-slug",children:c})]}),p&&u.jsx("p",{className:"snippet-slug-inferred","data-testid":"snippet-slug-inferred",children:"Inferred from the project name. Confirm it matches your deployed agent."}),u.jsxs("div",{className:"snippet-tabs",role:"tablist","aria-label":"Snippet language",children:[u.jsx("button",{role:"tab","aria-selected":n==="typescript","aria-controls":"snippet-code-panel",className:"snippet-tab"+(n==="typescript"?" is-active":""),"data-testid":"snippet-tab-ts",onClick:()=>a("typescript"),children:"TypeScript (SDK)"}),u.jsx("button",{role:"tab","aria-selected":n==="curl","aria-controls":"snippet-code-panel",className:"snippet-tab"+(n==="curl"?" is-active":""),"data-testid":"snippet-tab-curl",onClick:()=>a("curl"),children:"cURL (HTTP)"})]}),u.jsxs("div",{className:"snippet-code-wrap",role:"tabpanel",id:"snippet-code-panel",children:[u.jsx("pre",{className:"snippet-code","data-testid":"snippet-code",children:u.jsx("code",{children:S})}),u.jsx("button",{className:"snippet-copy"+(l?" is-copied":""),"data-testid":"snippet-copy","aria-label":l?"Copied":"Copy snippet",onClick:f,children:l?"Copied":"Copy"})]}),u.jsxs("p",{className:"snippet-hint","data-testid":"snippet-hint",children:[n==="typescript"?u.jsxs(u.Fragment,{children:["Install ",u.jsx("code",{children:"@sapiom/tools"}),", set ",u.jsx("code",{children:"SAPIOM_API_KEY"}),", and replace the sample input. The SDK call waits for a terminal run and returns its result."]}):u.jsxs(u.Fragment,{children:["Replace ",u.jsx("code",{children:"YOUR_SAPIOM_API_KEY"})," and the sample input. This request starts a run and returns its execution ID."]})," ","Create or manage the key in your"," ",u.jsx("a",{className:"snippet-link","data-testid":"snippet-api-key-link",href:LE,target:"_blank",rel:"noreferrer",children:"Sapiom dashboard"}),"."]})]})}function HE({boundWorkflow:s,noSessionAgent:t=null,agentsBaseUrl:n,lastDeployError:a=null}){if(!s)return u.jsx(Di,{className:"code-panel-empty",icon:"Code",title:t?`No running session for ${t}`:"No agent bound",body:t?"Start a session to inspect this agent's integration snippets here.":"Open an agent to see how to trigger it from your code."});const l=xa(s,a),d=l==="ready",p=l==="building"?"Building":l==="failed"?"Deploy failed":l==="linked"?"Linked":"Draft",c=l==="building"?"Cloud build in progress":l==="failed"?"Deploy did not produce a ready build":l==="linked"?"No ready deployment yet":"Deploy to trigger from code",h=l==="building"?`${s.name} is linked and building. Integration snippets appear after the cloud build is ready.`:l==="failed"?`Fix ${s.name} and retry Deploy. Studio only shows integration snippets for a ready cloud build.`:l==="linked"?`${s.name} is linked to Sapiom, but Studio cannot confirm a ready cloud build. Deploy it before integrating.`:`${s.name} is a draft. Once it deploys, TypeScript SDK and cURL starter calls appear here.`;return u.jsxs("div",{className:"code-panel",children:[u.jsxs("div",{className:"workflow-actions-header code-panel-header","data-testid":"code-panel-header",children:[u.jsx("span",{className:"workflow-actions-name",children:s.name}),d?u.jsxs("span",{className:"status-tag workflow-deployed-tag","data-testid":"code-panel-status","data-tooltip":"Ready cloud build",children:[u.jsx("span",{className:"workflow-dot workflow-dot-pinned","aria-hidden":"true"}),"Deployed"]}):u.jsxs("span",{className:"status-tag code-panel-draft-tag","data-testid":"code-panel-status","data-tooltip":c,children:[u.jsx(de,{name:"CloudOff",size:13}),p]})]}),d?u.jsx("div",{className:"code-panel-body","data-testid":"code-panel-body",children:u.jsx(OE,{boundWorkflow:s,agentsBaseUrl:n},s.path)}):u.jsx(Di,{className:"code-panel-empty",icon:"Code",title:c,body:h})]})}function Um(s,t){if(!s)return{score:0,indices:[]};const n=s.toLowerCase(),a=t.toLowerCase();let l=0,d=0,p=0;const c=[];for(let h=0;h<n.length;h++){const v=n[h],S=a.indexOf(v,d);if(S===-1)return null;p=S===d?p+1:0,l+=10-Math.min(S-d,8),l+=p*3,S===0&&(l+=5),c.push(S),d=S+1}return{score:l,indices:c}}const IE={command:"LayoutTemplate",session:"Radio",past:"History",workflow:"Workflow",recent:"Folder",path:"Folder"},Nd={command:"Actions",session:"Sessions",past:"Past sessions",workflow:"Agents",recent:"Folders",path:"Folders"},zE=6;function Fm(s,t){if(!t||t.length===0)return s;const n=new Set(t),a=[];let l="",d=n.has(0);const p=c=>{l&&(a.push(d?u.jsx("b",{className:"palette-match",children:l},c):l),l="")};for(let c=0;c<s.length;c++){const h=n.has(c);h!==d&&(p(c),d=h),l+=s[c]}return p(s.length),a}function $E(s,t){const n=Um(s,t.label);if(n)return{item:{...t,labelIndices:n.indices},score:1e3+n.score};const a=Um(s,t.meta);return a?{item:{...t,metaIndices:a.indices},score:a.score}:null}function PE({sessions:s,workflows:t,recentDirs:n,history:a,listDir:l,onSelectSession:d,onReviewSummary:p,onOpenPath:c,onBrowseTemplates:h,onClose:v}){const[S,f]=P.useState(""),[x,E]=P.useState([]),[A,C]=P.useState(!1),[y,b]=P.useState(!1),[_,m]=P.useState(0),k=P.useRef(null);P.useEffect(()=>{var M;(M=k.current)==null||M.focus()},[]);const R=S.startsWith("/")||S.startsWith("~");P.useEffect(()=>{if(!R){E([]),b(!1);return}let M=!1;C(!0),b(!1);const I=setTimeout(()=>{l(S).then(F=>{M||E(F.dirs)}).catch(()=>{M||(E([]),b(!0))}).finally(()=>!M&&C(!1))},150);return()=>{M=!0,clearTimeout(I)}},[S,R,l]);const D=P.useMemo(()=>{if(R){const W=S.trim(),Q=W?[{id:`confirm:${W}`,kind:"path",label:W,meta:"Open this path",path:W}]:[],O=x.map(H=>({id:`dir:${H.path}`,kind:"path",label:H.name,meta:H.path,path:H.path}));return[...Q,...O]}const M=s.filter(W=>W.status!=="exited").map(W=>({id:`session:${W.id}`,kind:"session",label:W.title,meta:W.cwd,sessionId:W.id})),I=new Set(s.map(W=>W.id)),F=new Set(s.map(W=>W.agentSessionId).filter(W=>W!=null)),G=[...s.filter(W=>W.status==="exited").map(W=>({id:`past:${W.id}`,kind:"past",label:W.title,meta:W.cwd,sessionId:W.id})),...a.filter(W=>!(W.harnessSessionId!=null&&I.has(W.harnessSessionId))&&!F.has(W.agentSessionId)).map(W=>({id:`summary:${W.agentSessionId}`,kind:"past",label:W.title,meta:W.cwd,summary:W}))],U=t.map(W=>({id:`workflow:${W.path}`,kind:"workflow",label:W.name,meta:W.path,path:W.path})),X=[{id:"command:browse-templates",kind:"command",label:"Browse templates",meta:"Gallery and starters"}],Z=new Set(t.map(W=>W.path)),q=n.filter(W=>!Z.has(W)).map(W=>({id:`recent:${W}`,kind:"recent",label:W.split("/").filter(Boolean).pop()??W,meta:W,path:W}));return S?[M,G,U,q,X].flatMap(W=>W.map(Q=>$E(S,Q)).filter(Q=>Q!==null).sort((Q,O)=>O.score-Q.score).map(Q=>Q.item)).slice(0,20):[...M,...G.slice(0,zE),...U,...q].slice(0,20-X.length).concat(X)},[S,R,x,s,t,n,a]);P.useEffect(()=>m(0),[D.length,S]);const j=M=>{M.kind==="command"?h():(M.kind==="session"||M.kind==="past")&&M.sessionId?d(M.sessionId):M.kind==="past"&&M.summary?p(M.summary):M.path&&c(M.path),v()},T=M=>{if(M.key==="ArrowDown")M.preventDefault(),m(I=>Math.min(I+1,D.length-1));else if(M.key==="ArrowUp")M.preventDefault(),m(I=>Math.max(I-1,0));else if(M.key==="Enter"){M.preventDefault();const I=D[_];I&&j(I)}else M.key==="Escape"&&v()};return u.jsx("div",{className:"modal-backdrop",onClick:v,children:u.jsxs("div",{className:"modal command-palette",onClick:M=>M.stopPropagation(),children:[u.jsx("input",{ref:k,className:"command-palette-input","data-testid":"command-palette-input",placeholder:"Jump to a session, agent, or path…",value:S,onChange:M=>f(M.target.value),onKeyDown:T}),u.jsxs("div",{className:"command-palette-list","data-testid":"command-palette-list",children:[R&&A&&u.jsx("div",{className:"command-palette-empty",children:"Loading…"}),R&&y&&!A&&u.jsx("div",{className:"command-palette-error","data-testid":"command-palette-error",role:"alert",children:"Couldn't read that path."}),D.length===0&&!A&&!y&&u.jsx("div",{className:"command-palette-empty",children:"No matches"}),D.map((M,I)=>u.jsxs("div",{className:"command-palette-row",children:[!R&&(I===0||Nd[M.kind]!==Nd[D[I-1].kind])&&u.jsx("div",{className:"command-palette-section","data-testid":"command-palette-section",children:Nd[M.kind]}),u.jsxs("button",{type:"button",className:"command-palette-item"+(I===_?" is-selected":""),"data-testid":`command-palette-item-${I}`,onMouseEnter:()=>m(I),onClick:()=>j(M),children:[u.jsx(de,{name:IE[M.kind],size:14}),u.jsx("span",{className:"command-palette-item-label",children:Fm(M.label,M.labelIndices)}),u.jsx("span",{className:"command-palette-item-meta",children:Fm(M.meta,M.metaIndices)})]})]},M.id))]})]})})}const UE={offline:{icon:"CloudOff",title:"You're offline",body:"Agent Studio can't reach the network. Check your connection — the moment you're back, retry to pick up right where you left off."},auth:{icon:"Plug",title:"Session needs a refresh",body:"Your credential was rejected — it may have rotated or expired. Retry to reconnect with the current key; you won't lose your place."},error:{icon:"TriangleAlert",title:"Couldn't reach Agent Studio",body:"The server didn't respond as expected. This is usually temporary — retry in a moment."}};function FE({status:s,onRetry:t,retrying:n=!1,detail:a,onStartAuth:l}){const d=UE[s],[p,c]=P.useState({status:"idle"}),h=async()=>{if(l){c({status:"pending"});try{await l(),c({status:"idle"})}catch(v){const S=v instanceof Error?v.message:"Could not start sign-in. Try again.";c({status:"error",message:S})}}};return u.jsx("div",{className:"app-status connectivity-screen","data-testid":"connectivity-screen","data-status":s,role:"alert",children:u.jsxs("div",{className:"connectivity-screen-inner",children:[u.jsx("span",{className:"connectivity-screen-icon","aria-hidden":"true",children:u.jsx(de,{name:d.icon,size:22})}),u.jsx("span",{className:"connectivity-screen-title",children:d.title}),u.jsx("span",{className:"connectivity-screen-body",children:d.body}),s==="error"&&a&&u.jsx("span",{className:"connectivity-screen-detail","data-testid":"connectivity-screen-detail",children:a}),u.jsx("button",{className:"btn-primary connectivity-screen-retry","data-testid":"connectivity-retry",onClick:t,disabled:n||p.status==="pending",children:n?"Reconnecting…":"Retry"}),s==="auth"&&l&&u.jsxs("div",{className:"connectivity-screen-auth-section",children:[p.status==="pending"?u.jsxs("span",{className:"connectivity-auth-pending","data-testid":"connectivity-auth-pending",children:[u.jsx(de,{name:"Loader",size:14}),"Opening browser… waiting for sign-in"]}):u.jsxs("button",{className:"btn-secondary connectivity-connect-btn","data-testid":"connectivity-connect-btn",onClick:()=>void h(),children:[u.jsx(de,{name:"Plug",size:14}),"Connect account"]}),p.status==="error"&&u.jsx("span",{className:"connectivity-auth-error","data-testid":"connectivity-auth-error",children:p.message})]})]})})}function qE({onDismiss:s}){return u.jsxs("div",{className:"connectivity-banner",role:"status","data-testid":"connectivity-banner",children:[u.jsx("span",{className:"connectivity-banner-icon","aria-hidden":"true",children:u.jsx(de,{name:"CloudOff",size:14})}),u.jsx("span",{className:"connectivity-banner-text",children:"You're offline. Agent Studio stays usable, but live actions (runs, deploys, the terminal) pause until your connection returns."}),s&&u.jsx("button",{className:"connectivity-banner-dismiss","aria-label":"Dismiss offline notice","data-testid":"connectivity-banner-dismiss",onClick:s,children:"×"})]})}function WE(s,t,n){const a=new Map;for(const l of t)a.has(l.agentSessionId)||a.set(l.agentSessionId,l);for(const l of s)n.has(l.cwd)||a.has(l.agentSessionId)||a.set(l.agentSessionId,l);return Array.from(a.values()).sort((l,d)=>d.lastActiveAt.localeCompare(l.lastActiveAt))}const GE=12;function Uy(s,t,n){var d;const a=[],l=p=>{p&&!a.includes(p)&&a.push(p)};return l((d=s.find(p=>p.id===n))==null?void 0:d.cwd),s.forEach(p=>l(p.cwd)),t.forEach(p=>l(p)),a.slice(0,GE)}const il={"claude-code":"Claude Code",codex:"Codex"};function _p(s,t=Date.now()){const n=t-new Date(s).getTime(),a=Math.floor(n/6e4);if(a<1)return"just now";if(a<60)return`${a}m ago`;const l=Math.floor(a/60);if(l<24)return`${l}h ago`;const d=Math.floor(l/24);return d<7?`${d}d ago`:new Date(s).toLocaleDateString([],{month:"short",day:"numeric"})}function VE(s,t){const n=new Date(t).getTime()-new Date(s).getTime();if(!Number.isFinite(n)||n<=0)return null;const a=Math.floor(n/6e4);if(a<1)return"under a minute";if(a<60)return`${a}m`;const l=Math.floor(a/60);return l<24?`${l}h ${a%60}m`:`${Math.floor(l/24)}d ${l%24}h`}function qm(s){return s.resumeMode===void 0?"checking":s.resumeMode==="agent-resume"?"resume":(s.turnCount??s.messageCount??0)>0?"from-summary":"empty"}function YE(s){switch(s){case"resume":return null;case"from-summary":return"from summary";case"empty":return"nothing recorded";case"checking":return"checking…"}}function Sf(s,t=Date.now(),n={}){const a=[];n.includeHarness!==!1&&a.push(il[s.harness]),s.gitBranch&&a.push(s.gitBranch);const l=s.turnCount??s.messageCount;l!=null&&l>0&&a.push(`${l} ${l===1?"turn":"turns"}`);const d=n.state?YE(n.state):null;return d&&a.push(d),a.push(_p(s.lastActiveAt,t)),a.join(" · ")}function Fy(s,t){const[n,a]=P.useState(s===null?{status:"empty"}:{status:"loading"});return P.useEffect(()=>{if(s===null){a({status:"empty"});return}let l=!1;return a({status:"loading"}),t(s).then(d=>{l||a(d?{status:"ready",record:d}:{status:"empty"})},d=>{l||a({status:"error",message:d instanceof Error?d.message:String(d)})}),()=>{l=!0}},[s,t]),n}function qy({text:s}){const t=s.split(`
449
- `),n=[];let a=0,l=0;function d(){return l++}function p(c){const h=[],v=/(`[^`]+`|\*\*[^*]+\*\*|\*[^*]+\*)/g;let S=0,f;for(;(f=v.exec(c))!==null;){f.index>S&&h.push(c.slice(S,f.index));const x=f[0];x.startsWith("`")&&x.endsWith("`")?h.push(u.jsx("code",{className:"chat-inline-code",children:x.slice(1,-1)},d())):x.startsWith("**")&&x.endsWith("**")?h.push(u.jsx("strong",{children:x.slice(2,-2)},d())):x.startsWith("*")&&x.endsWith("*")?h.push(u.jsx("em",{children:x.slice(1,-1)},d())):h.push(x),S=f.index+x.length}return S<c.length&&h.push(c.slice(S)),h}for(;a<t.length;){const c=t[a];if(c.startsWith("```")){const f=c.slice(3).trim(),x=[];for(a++;a<t.length&&!t[a].startsWith("```");)x.push(t[a]),a++;a++,n.push(u.jsx("pre",{className:"chat-code-block","data-lang":f||void 0,children:u.jsx("code",{className:f?`language-${f}`:void 0,children:x.join(`
450
- `)})},d()));continue}const h=c.match(/^(#{1,3})\s+(.+)/);if(h){const x=`h${h[1].length}`;n.push(u.jsx(x,{className:"chat-heading",children:p(h[2])},d())),a++;continue}if(c.startsWith("> ")){n.push(u.jsx("blockquote",{className:"chat-blockquote",children:p(c.slice(2))},d())),a++;continue}if(/^- \[[ x]\]/.test(c)){const f=[];for(;a<t.length&&/^- \[[ x]\]/.test(t[a]);){const x=t[a][3]==="x";f.push({text:t[a].replace(/^- \[[ x]\]\s?/,""),checked:x}),a++}n.push(u.jsx("ul",{className:"chat-list chat-checklist",children:f.map((x,E)=>u.jsx("li",{children:p(x.text)},E))},d()));continue}if(/^[-*+]\s+/.test(c)){const f=[];for(;a<t.length&&/^[-*+]\s+/.test(t[a]);){const x=t[a].replace(/^[-*+]\s+/,"");f.push(u.jsx("li",{children:p(x)},d())),a++}n.push(u.jsx("ul",{className:"chat-list",children:f},d()));continue}if(!c.trim()){a++;continue}const v=f=>f.startsWith("```")||/^#{1,3}\s+/.test(f)||f.startsWith("> ")||/^[-*+]\s+/.test(f),S=[c];for(a++;a<t.length&&t[a].trim()&&!v(t[a]);)S.push(t[a]),a++;n.push(u.jsx("p",{className:"chat-paragraph",children:p(S.join(" "))},d()))}return u.jsx(u.Fragment,{children:n})}const Wm={"assistant-narration-gap":"Only each turn's final assistant message was recorded — anything said between tool calls is missing.","truncated-tool-output":"Large tool results were truncated when recorded and can't be shown in full.","missing-assistant-text":"This agent doesn't report assistant text to the harness, so replies aren't shown.","incomplete-final-turn":"The last turn never completed — the session ended while it was still running.","compacted-archive":"Read from this session's archived copy: the conversation is whole, but tool inputs and results were shortened to keep it small enough to keep.","dropped-early-turns":"The archived copy only had room for the most recent turns — earlier ones are gone."},KE=["assistant-narration-gap","truncated-tool-output","missing-assistant-text","incomplete-final-turn","compacted-archive","dropped-early-turns"];function XE(s){const t=new Set(s),n=KE.filter(l=>t.has(l)).map(l=>Wm[l]),a=[...t].filter(l=>!(l in Wm)).map(l=>`Known gap reported by the harness: ${l}.`);return[...n,...a]}function JE(s){if(!s)return null;const t=[];return s.inputTokens!=null&&t.push(`${Gm(s.inputTokens)} in`),s.outputTokens!=null&&t.push(`${Gm(s.outputTokens)} out`),t.length>0?t.join(" · "):null}function Gm(s){if(s<1e3)return String(s);const t=s/1e3;return`${t<100?t.toFixed(1):Math.round(t)}k`}function Wy(s,t=Date.now()){if(!s)return null;const n=new Date(s);if(Number.isNaN(n.getTime()))return null;const a=n.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),l=new Date(t);return n.getFullYear()===l.getFullYear()&&n.getMonth()===l.getMonth()&&n.getDate()===l.getDate()?a:`${n.toLocaleDateString([],{day:"numeric",month:"short"})}, ${a}`}function ZE(s,t){const n=s??"unknown tool";if(!t)return n;const a=t.replace(/\s+/g," ").trim();if(!a)return n;const l=a.length>80?`${a.slice(0,80)}…`:a;return`${n} · ${l}`}function QE({record:s}){const t=XE(s.limitations),n=Wy(s.archivedAt);return u.jsxs("div",{className:"transcript","data-testid":"session-transcript",children:[u.jsxs("div",{className:"transcript-notice","data-testid":"transcript-reconstructed",children:[u.jsx("span",{className:"transcript-badge",children:"Reconstructed"}),u.jsxs("div",{className:"transcript-notice-body",children:[u.jsx("p",{className:"transcript-notice-lead",children:"Rebuilt from the harness's own recording of this session, not a replay of your terminal."}),s.archivedAt!==null&&u.jsx("p",{className:"transcript-notice-lead transcript-notice-archived","data-testid":"transcript-archived",children:n?`Archived copy from ${n}, kept after this session's raw events aged out of the local log.`:"Archived copy, kept after this session's raw events aged out of the local log."}),t.length>0&&u.jsx("ul",{className:"transcript-notice-list","data-testid":"transcript-limitations",children:t.map(a=>u.jsx("li",{children:a},a))})]})]}),u.jsx("ol",{className:"transcript-turns",children:s.turns.map(a=>u.jsx(ek,{turn:a},a.index))})]})}function ek({turn:s}){const t=JE(s.usage),n=Wy(s.promptAt);return u.jsxs("li",{className:"transcript-turn","data-testid":"transcript-turn","data-turn":s.index,children:[u.jsxs("div",{className:"transcript-role transcript-role-user",children:[u.jsx("span",{className:"transcript-role-label",children:"You"}),n&&u.jsx("span",{className:"transcript-time",children:n})]}),s.prompt!==null?u.jsx("div",{className:"transcript-prompt","data-testid":"transcript-prompt",children:s.prompt}):u.jsx("div",{className:"transcript-absent","data-testid":"transcript-no-prompt",children:"No prompt recorded for this turn — the harness started recording after it began."}),s.toolCalls.length>0&&u.jsx("ul",{className:"transcript-tools","data-testid":"transcript-tools",children:s.toolCalls.map((a,l)=>u.jsx(tk,{call:a},`${a.at}-${l}`))}),u.jsxs("div",{className:"transcript-role transcript-role-agent",children:[u.jsx("span",{className:"transcript-role-label",children:"Agent"}),s.model&&u.jsx("span",{className:"transcript-model",children:s.model}),t&&u.jsx("span",{className:"transcript-usage",children:t})]}),s.assistantText!==null?u.jsx("div",{className:"transcript-assistant","data-testid":"transcript-assistant",children:u.jsx(qy,{text:s.assistantText})}):u.jsx("div",{className:"transcript-absent","data-testid":"transcript-no-assistant",children:s.incomplete?"This turn never completed — no reply was recorded.":"No assistant text was recorded for this turn."}),s.incomplete&&u.jsx("div",{className:"transcript-incomplete","data-testid":"transcript-incomplete",children:"Turn incomplete"})]})}function tk({call:s}){return u.jsx("li",{className:"transcript-tool",children:u.jsxs("details",{"data-testid":"transcript-tool-call",children:[u.jsxs("summary",{className:"transcript-tool-summary",children:[u.jsx("span",{className:"transcript-tool-name",children:ZE(s.name,s.input)}),s.responseTruncated&&u.jsx("span",{className:"transcript-tool-truncated","data-testid":"transcript-tool-truncated",children:"truncated"})]}),u.jsxs("div",{className:"transcript-tool-body",children:[s.input&&u.jsxs(u.Fragment,{children:[u.jsx("div",{className:"transcript-tool-heading",children:"Input"}),u.jsx("pre",{className:"transcript-tool-pre",children:s.input})]}),u.jsx("div",{className:"transcript-tool-heading",children:"Result"}),s.responseSummary?u.jsx("pre",{className:"transcript-tool-pre",children:s.responseSummary}):u.jsx("div",{className:"transcript-absent",children:"No result recorded."}),s.responseTruncated&&u.jsx("div",{className:"transcript-absent",children:"The recorded result was truncated at the collector's size cap; the rest isn't recoverable."})]})]})})}function Vm(s){return s.agentSessionId==null?"This session can't be resumed: it exited before establishing a session id.":`${il[s.harness]} has no saved conversation for this session, so there's nothing to hand back. That happens when a session ends before its first prompt — the coding agent never writes a transcript for those.`}function sk({session:s,resumeMode:t,loadRecord:n,onResume:a,onContinue:l,onClose:d}){const p=s.agentSessionId!=null&&t!=="rehydrate",c=VE(s.createdAt,s.lastActiveAt),h=Fy(s.id,n),v=h.status!=="empty",S=!p&&h.status==="ready";return u.jsxs("div",{className:"dead-session-pane","data-testid":"dead-session-pane","data-has-record":v,children:[u.jsxs("div",{className:"dead-session-summary",children:[u.jsx("span",{className:"empty-state-icon","aria-hidden":"true",children:u.jsx(de,{name:"SquareTerminal",size:18})}),u.jsx("div",{className:"dead-session-title",children:"Session exited"}),u.jsxs("div",{className:"dead-session-meta",children:[s.cwd,s.exitCode!=null&&` · exit code ${s.exitCode}`]}),u.jsxs("dl",{className:"dead-session-detail","data-testid":"dead-session-detail",children:[s.title&&u.jsxs("div",{className:"dead-session-detail-row",children:[u.jsx("dt",{children:"Session"}),u.jsx("dd",{children:s.title})]}),u.jsxs("div",{className:"dead-session-detail-row",children:[u.jsx("dt",{children:"Coding agent"}),u.jsx("dd",{children:il[s.harness]})]}),c&&u.jsxs("div",{className:"dead-session-detail-row",children:[u.jsx("dt",{children:"Ran for"}),u.jsx("dd",{children:c})]}),u.jsxs("div",{className:"dead-session-detail-row",children:[u.jsx("dt",{children:"Ended"}),u.jsx("dd",{children:_p(s.lastActiveAt)})]})]}),u.jsxs("div",{className:"dead-session-actions",children:[S?u.jsx("button",{className:"btn-primary","data-testid":"dead-session-continue",onClick:l,children:"Continue here"}):u.jsx("button",{className:"btn-primary","data-testid":"dead-session-resume",onClick:a,disabled:!p,title:p?void 0:Vm(s),children:"Resume"}),u.jsx("button",{className:"btn-ghost","data-testid":"dead-session-close",onClick:d,children:"Close"})]}),!p&&u.jsxs("div",{className:"dead-session-resume-reason","data-testid":"dead-session-resume-reason",children:[Vm(s)," ",S?"Continuing opens a fresh session in this directory, seeded with the reconstruction below — a briefing about this session, not its context. The new coding agent will need to check the repository before relying on any of it.":"Start a new session in this directory instead; there is no recording of this one to carry over either."]})]}),s.exitTail&&u.jsxs("div",{className:"dead-session-exit-tail","data-testid":"dead-session-exit-tail",children:[u.jsx("div",{className:"dead-session-exit-tail-label",children:"Last output before exit"}),u.jsx("pre",{className:"dead-session-exit-tail-body",children:s.exitTail})]}),v&&u.jsx("div",{className:"dead-session-record","data-testid":"dead-session-record",children:u.jsx(Gy,{state:h})})]})}function ik({summary:s,loadRecord:t,onStart:n,onClose:a}){const l=s.resumeMode==="agent-resume",d=s.harnessSessionId??s.agentSessionId,p=Fy(d,t),c=!l&&p.status==="ready";return u.jsxs("div",{className:"past-session-pane","data-testid":"past-session-pane",children:[u.jsxs("header",{className:"past-session-header",children:[u.jsxs("div",{className:"past-session-heading",children:[u.jsx("div",{className:"dead-session-title",children:s.title}),u.jsxs("div",{className:"dead-session-meta",children:[Sf(s)," · ",s.cwd]})]}),u.jsxs("div",{className:"dead-session-actions",children:[u.jsx("button",{className:"btn-primary","data-testid":"past-session-start",onClick:n,children:l?"Resume":c?"Continue here":"New session here"}),u.jsx("button",{className:"btn-ghost","data-testid":"past-session-close",onClick:a,children:"Close"})]})]}),!l&&u.jsxs("div",{className:"dead-session-resume-reason","data-testid":"past-session-reason",children:[il[s.harness]," has no saved conversation for this session, so it can't be reattached — sessions that end before their first prompt are never written to the coding agent's history."," ",c?"Continuing opens a fresh session here, seeded with the reconstruction below. The new coding agent gets a briefing about this session, not its context — it will need to check the repository before relying on any of it.":"Starting opens a fresh session in the same directory, with no context from this one."]}),u.jsx("div",{className:"past-session-body",children:u.jsx(Gy,{state:p})})]})}function Gy({state:s}){return s.status==="loading"?u.jsx("div",{className:"past-session-status","data-testid":"past-session-loading",children:"Rebuilding this session's transcript…"}):s.status==="error"?u.jsxs("div",{className:"past-session-status","data-testid":"past-session-error",children:["Couldn't load this session's transcript: ",s.message]}):s.status==="empty"?u.jsxs("div",{className:"past-session-status","data-testid":"past-session-empty",children:[u.jsx("span",{className:"empty-state-icon","aria-hidden":"true",children:u.jsx(de,{name:"SquareTerminal",size:18})}),"No transcript for this session: Agent Studio has no recorded events for it. Sessions Agent Studio didn't run — or ones whose events have aged out of the local log — show up here as history rows only."]}):u.jsx(QE,{record:s.record})}const nk="~/.sapiom/harness",rk={events:`${nk}/events.ndjson`},ak=["image/png","image/jpeg","image/gif","image/webp"],Ym=10*1024*1024,ok=["claude-code","codex"],lk=P.createContext(null),Ld=s=>s<1024?`${s} B`:s<1024*1024?`${Math.round(s/1024)} KB`:`${(s/(1024*1024)).toFixed(1)} MB`,ck=s=>new Promise((t,n)=>{const a=new FileReader;a.onload=()=>t(String(a.result)),a.onerror=()=>n(a.error??new Error("could not read file")),a.readAsDataURL(s)}),uk=({sessionId:s,harness:t,api:n,showToast:a,children:l})=>{const[d,p]=P.useState(null),[c,h]=P.useState([]),[v,S]=P.useState(!1),[f,x]=P.useState(!1),E=P.useRef(null),A=P.useRef(0);P.useEffect(()=>{let T=!1;return n.listHarnesses().then(M=>{T||p(M)}).catch(()=>{}),()=>{T=!0}},[n]);const C=P.useMemo(()=>{var T;return d?((T=d.find(M=>M.id===t))==null?void 0:T.imageInput)??!1:!0},[d,t]);P.useEffect(()=>{h([]),A.current=0,S(!1)},[s]);const y=P.useCallback(async T=>{const M=T.filter(F=>F.type.startsWith("image/"));if(M.length===0)return;const I=[];for(const F of M){if(!ak.includes(F.type)){a(`${F.name||"image"}: ${F.type} isn't a supported image type.`);continue}if(F.size>Ym){a(`${F.name||"image"} is ${Ld(F.size)}, over the ${Ld(Ym)} limit.`);continue}try{const G=await ck(F);I.push({id:crypto.randomUUID(),dataUrl:G,filename:F.name||"pasted-image",mediaType:F.type,bytes:F.size})}catch{a(`Could not read ${F.name||"image"}.`)}}I.length>0&&h(F=>[...F,...I])},[a]);P.useEffect(()=>{if(!C)return;const T=M=>{var G;const I=(G=M.clipboardData)==null?void 0:G.items;if(!I)return;const F=[];for(let U=0;U<I.length;U+=1){const X=I[U];if(X.kind==="file"&&X.type.startsWith("image/")){const Z=X.getAsFile();Z&&F.push(Z)}}F.length!==0&&(M.preventDefault(),y(F))};return window.addEventListener("paste",T),()=>window.removeEventListener("paste",T)},[C,y]);const b=P.useCallback(T=>{h(M=>M.filter(I=>I.id!==T))},[]),_=P.useCallback(async()=>{if(c.length===0||f)return;x(!0);let T=null;for(const M of c)try{await n.attachImage(s,{dataUrl:M.dataUrl,filename:M.filename}),h(I=>I.filter(F=>F.id!==M.id))}catch(I){T=I instanceof Ps&&I.reason?I.reason:I.message;break}x(!1),T&&a(T)},[c,f,n,s,a]),m=P.useCallback(T=>{Array.from(T.dataTransfer.types).includes("Files")&&(A.current+=1,S(!0))},[]),k=P.useCallback(T=>{Array.from(T.dataTransfer.types).includes("Files")&&T.preventDefault()},[]),R=P.useCallback(()=>{A.current=Math.max(0,A.current-1),A.current===0&&S(!1)},[]),D=P.useCallback(T=>{Array.from(T.dataTransfer.types).includes("Files")&&(T.preventDefault(),A.current=0,S(!1),y(Array.from(T.dataTransfer.files)))},[y]),j=P.useCallback(()=>{var T;(T=E.current)==null||T.click()},[]);return C?u.jsxs("div",{className:"image-composer","data-testid":"image-composer",onDragEnter:m,onDragOver:k,onDragLeave:R,onDrop:D,children:[u.jsx(lk.Provider,{value:j,children:u.jsx("div",{className:"image-composer-pane",children:l})}),v&&u.jsxs("div",{className:"image-composer-dropzone","data-testid":"image-composer-dropzone",children:[u.jsx(de,{name:"ImageUp",size:28}),u.jsx("span",{children:"Drop an image to attach it"})]}),c.length>0&&u.jsxs("div",{className:"image-composer-bar",children:[u.jsx("ul",{className:"image-composer-thumbs","data-testid":"image-composer-thumbs",children:c.map(T=>u.jsxs("li",{className:"image-composer-thumb",title:`${T.filename} · ${Ld(T.bytes)}`,children:[u.jsx("img",{src:T.dataUrl,alt:T.filename}),u.jsx("button",{type:"button",className:"image-composer-thumb-remove",onClick:()=>b(T.id),disabled:f,"aria-label":`Remove ${T.filename}`,"data-tooltip":`Remove ${T.filename}`,"data-testid":"image-composer-thumb-remove",children:u.jsx(de,{name:"X",size:11})})]},T.id))}),u.jsx("button",{type:"button",className:"image-composer-send btn-primary",onClick:()=>void _(),disabled:f,"data-testid":"image-composer-send",children:f?"Sending…":`Send ${c.length} to agent`})]}),u.jsx("input",{ref:E,type:"file",accept:"image/*",multiple:!0,hidden:!0,"data-testid":"image-composer-file-input",onChange:T=>{const M=T.target.files?Array.from(T.target.files):[];y(M),T.target.value=""}})]}):u.jsx(u.Fragment,{children:l})};function hk({onCancel:s,onConfirm:t,triggerRef:n}){const a=P.useRef(null);return sl(!0,{onDismiss:s,containerRef:a,triggerRef:n}),u.jsx("div",{className:"modal-backdrop",onClick:s,children:u.jsxs("div",{ref:a,className:"modal modal-confirm",role:"alertdialog","aria-label":"End session","data-testid":"end-session-confirm",onClick:l=>l.stopPropagation(),children:[u.jsxs("div",{className:"modal-header",children:["End session?",u.jsx("button",{className:"theme-toggle modal-close","aria-label":"Close",title:"Close",onClick:s,children:u.jsx(de,{name:"X",size:14})})]}),u.jsx("div",{className:"modal-body",children:u.jsx("p",{className:"modal-copy",children:"This kills the live terminal; anything the agent is doing right now stops. The session stays resumable from history once it has an agent session id."})}),u.jsxs("div",{className:"modal-actions",children:[u.jsx("button",{className:"btn-ghost",autoFocus:!0,onClick:s,children:"Keep session"}),u.jsx("button",{className:"btn-danger","data-testid":"end-session-confirm-btn",onClick:t,children:"End session"})]})]})})}function dk(s){return s.split("/").filter(Boolean).pop()??s}function fk({overviewMode:s=!1,openedAgentName:t=null,reviewTitle:n=null,composing:a=!1,onBack:l=null,activeSession:d,sessionName:p,onRenameSession:c,boundWorkflowName:h,busy:v,onExpandRail:S,onExpandRight:f,onCloseSession:x,onOpenInEditor:E,onToast:A,actions:C=null,onNewSession:y=null,sessions:b=[],onSelectSession:_=null,labelOf:m}){const[k,R]=P.useState(!1),[D,j]=P.useState(!1),[T,M]=P.useState(!1),[I,F]=P.useState(""),G=P.useRef(null),U=()=>j(!1),X=()=>{d&&c(d.id,I),M(!1)},Z=d?b.filter(W=>W.id!==d.id):[],q=d?[d,...Z]:[];return u.jsxs("div",{className:"session-bar",children:[S&&u.jsx("button",{className:"theme-toggle","data-testid":"rail-expand","aria-label":"Expand workspace panel",title:"Expand workspace panel",onClick:S,children:u.jsx(de,{name:"PanelLeftOpen",size:14})}),u.jsx("div",{className:"session-queue","data-testid":"session-context","data-session-id":(d==null?void 0:d.id)??"",children:s?u.jsxs("div",{className:"session-current session-current-static",children:[u.jsx(de,{name:"Radio",size:13}),u.jsx("span",{className:"session-context-title","data-testid":"session-context-title",children:"Overview"})]}):t?u.jsxs("div",{className:"session-current session-current-static",children:[u.jsx("span",{className:"session-context-title","data-testid":"session-context-title",children:t}),u.jsx("span",{className:"status-tag session-status-tag","data-testid":"session-status-tag","data-status":"none","data-tooltip":"No running session for this agent. Start one to work on it.",children:"no session"})]}):n?u.jsxs("div",{className:"session-current session-current-static",children:[u.jsx(de,{name:"History",size:13}),u.jsx("span",{className:"session-context-title","data-testid":"session-context-title",children:n}),u.jsxs("span",{className:"status-tag session-status-tag","data-testid":"session-status-tag","data-status":"exited","data-tooltip":"A past session under review. Resume it from the pane below.",children:[u.jsx("span",{className:"session-dot","data-status":"exited"}),"past"]})]}):a?l?u.jsxs("button",{type:"button",className:"session-current session-back","data-testid":"composer-back",onClick:l,children:[u.jsx(de,{name:"ArrowLeft",size:13}),u.jsx("span",{className:"session-context-title","data-testid":"session-context-title",children:"Back"})]}):null:d?u.jsx(u.Fragment,{children:u.jsxs("div",{className:"session-current-wrap",children:[T?u.jsx("input",{className:"group-name-input session-rename-input session-context-rename","data-testid":"session-rename-input",value:I,autoFocus:!0,onFocus:W=>W.currentTarget.select(),onChange:W=>F(W.target.value),onKeyDown:W=>{W.key==="Enter"&&X(),W.key==="Escape"&&M(!1)},onBlur:X}):u.jsxs("button",{ref:G,className:"session-current session-title-trigger","data-testid":"session-menu","aria-haspopup":"menu","aria-expanded":D,"data-tooltip":`${il[d.harness]} · ${dk(d.cwd)} · ${d.cwd}`,onClick:()=>j(W=>!W),children:[v?u.jsx("span",{className:"session-busy","data-testid":"session-busy","aria-hidden":"true"}):u.jsx("span",{className:"session-dot","data-status":d.status}),u.jsx("span",{className:"session-context-title","data-testid":"session-context-title",children:m?m(d):p??d.title}),u.jsx(de,{name:"ChevronDown",size:13})]}),u.jsxs(Yn,{open:D,anchorRef:G,onDismiss:U,placement:"down-start",className:"session-menu",role:"menu",testid:"session-menu-popover",children:[u.jsx("div",{className:"session-menu-section",children:"Sessions"}),q.map(W=>{const Q=W.id===d.id;return u.jsxs("button",{role:"menuitemradio","aria-checked":Q,className:"profile-menu-item session-switch-item"+(Q?" is-selected":""),"data-testid":`session-switch-${W.id}`,onClick:()=>{Q||_==null||_(W.id),U()},children:[u.jsx("span",{className:"session-dot","data-status":W.status}),u.jsx("span",{className:"session-switch-label",children:m?m(W):W.title}),u.jsx("span",{className:"session-switch-meta",children:_p(W.lastActiveAt)}),Q&&u.jsx(de,{name:"Check",size:13})]},W.id)}),y&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item session-menu-new","data-testid":"session-new-menu",onClick:()=>{y(),U()},children:[u.jsx(de,{name:"Plus",size:13}),"New session"]}),u.jsx("div",{className:"session-menu-divider",role:"separator"}),h&&u.jsxs("div",{className:"session-menu-bound","data-testid":"session-workflow-chip",children:["Bound to ",u.jsx("strong",{children:h})," · shown in Canvas"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item",onClick:()=>{var W;(W=navigator.clipboard)==null||W.writeText(d.cwd).then(()=>A("Path copied.")).catch(()=>A("Couldn't copy the path.")),U()},children:[u.jsx(de,{name:"Copy",size:13}),"Copy path"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"session-rename",onClick:()=>{F(p??d.title),M(!0),U()},children:[u.jsx(de,{name:"Pencil",size:13}),"Rename session"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"session-open-editor",onClick:()=>{E(d.cwd),U()},children:[u.jsx(de,{name:"Code",size:13}),"Open in editor"]}),d.status!=="exited"&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item session-menu-danger","data-testid":"session-end-btn",onClick:()=>{U(),R(!0)},children:[u.jsx(de,{name:"X",size:13}),"End session…"]})]})]})}):u.jsx("span",{className:"session-context-none",children:"No active session"})}),y&&d&&!a&&u.jsx("button",{className:"session-new","data-testid":"session-new","aria-label":"New session","data-tooltip":"New session",onClick:y,children:u.jsx(de,{name:"Plus",size:15})}),C,f&&u.jsx("button",{className:"theme-toggle","data-testid":"right-expand","aria-label":"Expand canvas panel",title:"Expand canvas panel",onClick:f,children:u.jsx(de,{name:"PanelRightOpen",size:15})}),k&&d&&u.jsx(hk,{triggerRef:G,onCancel:()=>R(!1),onConfirm:()=>{R(!1),x(d.id)}})]})}const Km={deploy:"deploy",prod_run:"prod-run",run_local:"run-local"};function Vy(s){return Object.prototype.hasOwnProperty.call(Km,s)?Km[s]:null}function pk(s){return Vy(s.id)===null&&s.action.kind==="inject"}function vk(s,t,n){if(s.requiresWorkflow){if(!t)return"Select an agent first";if(s.action.kind==="open-url"&&s.action.url.includes("{{workflow.definitionId}}")&&t.definitionId==null)return"Not deployed yet"}return s.action.kind!=="open-url"&&!n?"Start a session first":null}function gk(s,t){return s.replace("{{workflow.definitionId}}",String((t==null?void 0:t.definitionId)??""))}function Ic(s,t,n){const a={event:s,...t?{data:t}:{}};fetch("/api/track",{method:"POST",headers:{"Content-Type":"application/json","X-Harness-Token":ma()},body:JSON.stringify(a),keepalive:!0}).catch(()=>{})}function _k({workflow:s,activeSessionId:t,sessionReady:n,macros:a,onRunMacro:l,preview:d,lastDeployError:p,authenticated:c,directActionSettleSeq:h,runningTarget:v}){const S=b=>a.find(_=>_.id===b),f=xa(s,p),x=f==="ready",E=s.definitionId!=null?du(s.definitionId):Ly,[A,C]=P.useState(null);P.useEffect(()=>{C(null)},[s.path,f,p,h]);const y=[{id:"local",label:"Test",icon:"FlaskConical",macro:S("run_local"),testId:"session-step-local",hint:"Test locally with Sapiom capability calls stubbed — no real Sapiom capability calls."},{id:"run",label:"Run",icon:"Play",macro:S("prod_run"),testId:"session-step-run",hint:"Run: start a real cloud execution on Sapiom.",needsDeploy:!0,needsAuth:!0,primary:x},{id:"deploy",label:"Deploy",icon:"CloudUpload",macro:S("deploy"),testId:"session-step-deploy",hint:"Deploy: push and build on Sapiom.",needsAuth:!0,primary:!x}].filter(b=>b.macro);return u.jsxs("div",{className:"session-actions","data-testid":"session-steps","aria-label":"Agent actions",children:[d&&u.jsxs("a",{className:"status-tag status-tag-action session-preview-chip","data-testid":"session-preview-chip",href:d.url,target:"_blank",rel:"noreferrer","aria-label":`Preview :${d.port}`,"data-tooltip":`The coding agent is serving an app on port ${d.port}. Opens ${d.url}`,children:[u.jsx(de,{name:"ExternalLink",size:12}),u.jsx("span",{className:"session-preview-label",children:"Preview "}),":",d.port]}),u.jsx("a",{className:"session-step session-action-prod","data-testid":"session-step-prod",href:E,target:"_blank",rel:"noreferrer","aria-label":"Open this agent in the Sapiom dashboard","data-tooltip":s.definitionId!=null?"Open this linked agent in the Sapiom dashboard":"Open the Sapiom dashboard",children:u.jsx(de,{name:"Globe",size:14})}),y.map(b=>{const _=b.needsAuth&&!c?"Connect your account first":null,m=b.needsDeploy?NE(s,p):null,k=!n&&b.macro&&pk(b.macro)?"Session is starting":null,R=_??m??k??(b.macro?vk(b.macro,s,t):null),D=v==="local"&&b.id==="local"||v==="prod"&&b.id==="run";return u.jsxs("button",{className:"session-step"+(b.primary?" session-action-primary":""),"data-testid":b.testId,"data-pending":A===b.id||void 0,"data-running":D||void 0,disabled:!!R,"data-tooltip":R?`${b.label}: ${R}`:b.hint,"aria-label":R?`${b.label}: ${R}`:b.label,onClick:()=>{b.macro&&(l(b.macro),C(b.id),Ic("macro.invoked",{macroId:b.macro.id}))},children:[u.jsx(de,{name:b.icon,size:14}),u.jsx("span",{className:"session-step-label",children:b.label})]},b.id)})]})}function mk({onDismiss:s,onOpenSettings:t}){return u.jsxs("div",{className:"telemetry-notice",role:"status","data-testid":"telemetry-notice",children:[u.jsx("div",{className:"telemetry-notice-body",children:u.jsxs("p",{className:"telemetry-notice-text",children:["Sharing session details with Sapiom is ",u.jsx("strong",{children:"off by default"}),". Your prompts and tool calls stay local unless you opt in to help us improve Agent Studio. Turn it on any time in"," ",u.jsx("button",{className:"telemetry-notice-settings-link",onClick:()=>{t(),s()},children:"Settings"}),", or use the indicator in the top bar."]})}),u.jsx("button",{className:"telemetry-notice-dismiss","aria-label":"Dismiss analytics notice","data-testid":"telemetry-notice-dismiss",onClick:s,children:"×"})]})}const yk=/^[a-z0-9][a-z0-9-]{0,213}$/,mp="sapiom-agent",bk=3,Xm=32,Sk=new Set(["a","an","and","any","are","as","at","be","can","could","do","each","every","for","from","get","i","if","in","into","is","it","its","just","me","my","need","of","on","once","or","our","please","should","so","that","the","their","them","then","there","this","to","us","want","we","when","with","would","you","your","daily","day","hourly","hour","week","weekly","month","monthly","morning","evening","night","always","regularly"]);function Yy(s){return yk.test(s)}function wk(s){var p;const t=s.toLowerCase().replace(/[^a-z0-9]+/g," ").split(" ").filter(Boolean),n=t.filter(c=>!Sk.has(c)),a=n.length>0?n:t,l=[];for(const c of a.slice(0,bk)){if((l.length===0?c:`${l.join("-")}-${c}`).length>Xm)break;l.push(c)}const d=l.join("-")||((p=a[0])==null?void 0:p.slice(0,Xm))||"";return Yy(d)?d:mp}function Ky(s,t){const n=(t==null?void 0:t.trim().replace(/\/+$/,""))??"",a=s.trim();return!n||!a?"":`${n}/${a}`}function xk(s){var t,n,a;return((t=s.settingsRoot)==null?void 0:t.trim())||((n=s.defaultProjectRoot)==null?void 0:n.trim())||((a=s.launchDir)==null?void 0:a.trim())||""}function Ck(s){const t=s.replace(/\/+$/,""),n=t.lastIndexOf("/");if(n<0)return null;const a=t.slice(0,n);return a===t?null:a||"/"}function Ek(s,t){const n=new Set(t);if(!n.has(s))return s;for(let a=2;a<1e3;a+=1){const l=`${s}-${a}`;if(!n.has(l)&&Yy(l))return l}return s}const Jm=[{kind:"starter",id:"default",name:"Default starter",description:"A minimal two-step starter."},{kind:"starter",id:"coding-pause",name:"Coding pause",description:"The launch + pauseUntilSignal + resume pattern for a non-blocking coding-agent run."}],kk={starter:"Starter","product-engineering":"Product and engineering","reliability-governance":"Reliability and governance","revenue-marketing":"Revenue and marketing","customer-experience":"Customer experience","data-knowledge":"Data and knowledge","finance-legal-people":"Finance, legal and people"};function Tk(s){return s?kk[s]??s.replace(/-/g," ").replace(/^./,t=>t.toUpperCase()):"Uncategorised"}function yp(s){return s!=null&&s.label?s.score>0?`${s.label} ${s.score}/5`:s.label:"—"}function Xy(s){const{basis:t}=s,n=[];t.llmSteps>0&&n.push(`${t.llmSteps} model ${t.llmSteps===1?"step":"steps"}`),t.chainedLlmSteps>0&&n.push(`${t.chainedLlmSteps} chained`),t.mediaCapabilities>0&&n.push(`${t.mediaCapabilities} media ${t.mediaCapabilities===1?"generator":"generators"}`),n.push(`${t.stepCount} ${t.stepCount===1?"step":"steps"}`),t.capabilityCount>0&&n.push(`${t.capabilityCount} ${t.capabilityCount===1?"capability":"capabilities"}`);const a=t.llmSteps===0&&t.mediaCapabilities===0?" · deterministic":"";return`${n.join(", ")}${a}`}function Ak(s){return`${s.label}: ${Xy(s)}`}function Zm(s,t){const n=t.trim().toLowerCase();return n?[s.name,s.description,s.id,...s.kind==="gallery"?s.tags:[],...s.kind==="gallery"?s.capabilities:[]].join(" ").toLowerCase().includes(n):!0}function Rk(s,t){const n="When the project is ready, offer a local test run with no Sapiom capability spend (sapiom_dev_agents_run_local) as the next step.";return s.kind==="gallery"?`Clone the Sapiom gallery template "${s.id}" into this directory: call the sapiom_dev_agents_clone tool with dir "${t}" and templateId "${s.id}". If it reports you are not authenticated, run sapiom_authenticate first and retry. After the clone, read the project's AGENTS.md and run npm install. `+n:`Scaffold the "${s.id}" starter in this directory: ${wf(t,s.id)}, then run npm install and read AGENTS.md. Keep the shipped starter unchanged until the user describes what to build. `+n}function Mk(s,t){return`Clone the deployed Sapiom agent (definition ${s}) into this directory: call the sapiom_dev_agents_clone tool with dir "${t}" and definitionId "${s}". If it reports you are not authenticated, run sapiom_authenticate first and retry. After the clone, read the project's AGENTS.md and run npm install. When the project is ready, offer a local test run with no Sapiom capability spend (sapiom_dev_agents_run_local) as the next step.`}function wf(s,t){return"call the sapiom_dev_agents_scaffold tool with "+JSON.stringify({dir:s,template:t})}function Dk(s){var l,d;const t=s.steps.map(p=>({id:p.name,kind:p.kind,label:p.name,role:p.kind.startsWith("terminal")?"terminal":p.kind==="entry"?"entry":"step",description:p.description??"",timeoutMs:null,inputSchema:null,capabilities:p.capabilities})),n=new Map;for(const p of s.transitions)p.kind==="continue"&&n.set(p.from,(n.get(p.from)??0)+1);const a=s.transitions.map(p=>({from:p.from,to:p.to,kind:p.kind==="pause"?"cross":(n.get(p.from)??0)>1?"branching":"sequential",label:p.label??""}));return{name:s.name,entry:((l=s.steps.find(p=>p.kind==="entry"))==null?void 0:l.name)??((d=s.steps[0])==null?void 0:d.name)??"",nodes:t,edges:a,groups:[],warnings:[]}}function jk(s,t){const n=s.kind==="starter"&&s.id==="default"?mp:s.id;return Ky(n,t)}const ya="(none)",Qm={query:"",category:null,cadence:null};function Nk(s){return s.query.trim()!==""||s.category!==null||s.cadence!==null}const Lk={"on-demand":"On demand",scheduled:"Scheduled","on-event":"On event","on-webhook":"Webhook"};function Jy(s){return s?Lk[s]??s.replace(/-/g," ").replace(/^./,t=>t.toUpperCase()):"No trigger declared"}function Zy(s,t,n){const a=new Map;for(const l of s){const d=t(l)??ya;a.set(d,(a.get(d)??0)+1)}return[...a.entries()].map(([l,d])=>({value:l,label:n(l),count:d})).sort((l,d)=>l.value===ya?1:d.value===ya?-1:d.count-l.count||l.label.localeCompare(d.label))}function Ok(s){return Zy(s,t=>t.category,t=>t===ya?"Uncategorised":Tk(t))}function Bk(s){return Zy(s,t=>t.cadence,t=>t===ya?"No trigger declared":Jy(t))}function e0(s,t){return t===null?!0:t===ya?s===null:s===t}function Hk(s,t,n){return s.filter(a=>n(a,t.query)&&e0(a.category,t.category)&&e0(a.cadence,t.cadence))}function Rc({children:s,variant:t="tag",title:n}){return u.jsx("span",{className:t==="count"?"pill pill--count":"pill",title:n,children:s})}const t0=3;function Ik({template:s,onPreview:t,onUse:n}){const[a,l]=P.useState(!1),d=P.useRef(null),p=[{term:"Steps",value:String(s.stepCount)},{term:"Trigger",value:s.cadence?Jy(s.cadence):"Not declared"},{term:"Complexity",value:yp(s.complexity),...s.complexity?{title:Ak(s.complexity)}:{title:"This catalog response carried no complexity band."}},{term:"Capabilities",value:s.capabilities.length>0?String(s.capabilities.length):"None"}];return u.jsxs(u.Fragment,{children:[u.jsx("button",{ref:d,type:"button",className:"theme-toggle template-card-info","data-testid":`template-card-info-${s.id}`,"aria-label":`What ${s.name} runs and costs`,"aria-expanded":a,onClick:()=>l(c=>!c),children:u.jsx(de,{name:"Info",size:14})}),u.jsxs(Yn,{open:a,anchorRef:d,onDismiss:()=>l(!1),placement:"down-end",className:"template-facts",testid:"template-facts",children:[u.jsx("dl",{className:"template-fact-list",children:p.map(c=>u.jsxs("div",{className:"template-fact",children:[u.jsx("dt",{children:c.term}),u.jsx("dd",{title:c.title,children:c.value})]},c.term))}),u.jsxs("div",{className:"template-fact-actions",children:[u.jsx("button",{type:"button",className:"btn-line","data-testid":`template-facts-preview-${s.id}`,onClick:()=>{l(!1),t(s)},children:"Preview"}),u.jsx("button",{type:"button",className:"btn-primary","data-testid":`template-facts-use-${s.id}`,onClick:()=>{l(!1),n(s)},children:"Use"})]})]})]})}function s0({template:s,onOpen:t,onUse:n}){const a=s.kind==="gallery"?s.tags.slice(0,t0):[],l=s.kind==="gallery"?s.tags.length-a.length:0;return u.jsxs("article",{className:"template-card","data-testid":`template-card-${s.id}`,children:[u.jsx("button",{type:"button",className:"template-card-hitbox","data-testid":`template-card-open-${s.id}`,onClick:()=>t(s),children:u.jsxs("span",{className:"visually-hidden",children:["Open ",s.name]})}),u.jsxs("div",{className:"template-card-header",children:[u.jsx("h3",{className:"template-card-name",children:s.name}),s.kind==="gallery"&&u.jsx(Ik,{template:s,onPreview:t,onUse:n})]}),u.jsx("p",{className:"template-card-desc","data-testid":"template-card-desc",children:s.description}),s.kind==="starter"?u.jsx("div",{className:"template-card-tags",children:u.jsx(Rc,{children:"bundled"})}):a.length>0&&u.jsxs("div",{className:"template-card-tags",children:[a.map(d=>u.jsx(Rc,{children:d},d)),l>0&&u.jsxs(Rc,{variant:"count",title:s.tags.slice(t0).join(", "),children:["+",l]})]})]})}function zk({detail:s}){const t=Dk(s);return u.jsx("div",{className:"template-graph","data-testid":"template-graph",children:t.nodes.map(n=>{const a=t.edges.filter(l=>l.from===n.id);return u.jsxs("div",{className:"template-graph-item","data-testid":`template-graph-node-${n.id}`,children:[u.jsxs("div",{className:"template-graph-node",children:[u.jsx("span",{className:"canvas-step-dot dot--"+n.kind,"aria-hidden":"true"}),u.jsx("span",{className:"template-graph-name",children:n.label}),n.kind==="terminal-success"&&u.jsx("span",{className:"template-step-exit",children:"exit"}),n.kind==="terminal-warn"&&u.jsx("span",{className:"template-step-exit template-step-exit--warn",children:"fails out"}),n.kind==="pause"&&u.jsx("span",{className:"template-step-pause",children:"pause"}),n.capabilities.map(l=>u.jsx("code",{className:"template-cap",children:l},l))]}),a.map(l=>u.jsxs("div",{className:"canvas-step-transition template-graph-edge",children:[u.jsx(de,{name:"CornerDownRight",size:12}),u.jsx("span",{className:"canvas-step-transition-target",children:l.to}),l.label&&u.jsx("span",{className:"canvas-step-transition-label",children:l.label})]},`${l.from}->${l.to}`))]},n.id)})})}function $k({example:s,index:t}){return u.jsxs("details",{className:"template-example",children:[u.jsx("summary",{className:"template-example-summary",children:s.title??`Example ${t+1}`}),u.jsxs("div",{className:"template-example-body",children:[u.jsx("span",{className:"template-example-label",children:"Input"}),u.jsx("pre",{className:"template-example-json",children:JSON.stringify(s.input,null,2)}),s.output!==null&&u.jsxs(u.Fragment,{children:[u.jsx("span",{className:"template-example-label",children:"Output"}),u.jsx("pre",{className:"template-example-json",children:JSON.stringify(s.output,null,2)})]})]})]})}function Pk({detail:s}){return u.jsxs(u.Fragment,{children:[s.whatItDoes&&u.jsx("p",{className:"template-lead",children:s.whatItDoes}),s.steps.length>0&&u.jsxs("section",{className:"template-section",children:[u.jsx("h4",{className:"template-section-title",children:"Steps"}),u.jsx(zk,{detail:s}),u.jsx("ol",{className:"template-steps",children:s.steps.map((t,n)=>u.jsxs("li",{className:"template-step",children:[u.jsx("span",{className:"template-step-index","aria-hidden":"true",children:n+1}),u.jsxs("span",{className:"template-step-copy",children:[u.jsxs("span",{className:"template-step-name",children:[t.name,u.jsx("span",{className:"template-step-role",children:t.sublabel})]}),t.description&&u.jsx("span",{className:"template-step-desc",children:t.description})]}),t.capabilities.map(a=>u.jsx("code",{className:"template-cap",children:a},a))]},t.name))})]}),u.jsxs("section",{className:"template-section",children:[u.jsx("h4",{className:"template-section-title",children:"Capabilities and complexity"}),s.capabilities.length>0?u.jsx("div",{className:"template-caps",children:s.capabilities.map(t=>u.jsx("code",{className:"template-cap",children:t},t))}):u.jsx("p",{className:"template-note","data-testid":"template-caps-none",children:"Declares no metered capabilities."}),u.jsx("p",{className:"template-note","data-testid":"template-complexity-note",children:s.complexity?u.jsxs(u.Fragment,{children:[u.jsx("strong",{children:yp(s.complexity)})," —"," ",Xy(s.complexity),". A rough estimate of how involved this template is, not a price. Local test runs stub every capability and are free."]}):u.jsx(u.Fragment,{children:"This catalog response carried no complexity band, so none is shown. Local test runs stub every capability and are free."})})]}),s.requiredSecrets.length>0&&u.jsxs("section",{className:"template-section",children:[u.jsx("h4",{className:"template-section-title",children:"Credentials you supply"}),u.jsx("ul",{className:"template-usecases",children:s.requiredSecrets.map(t=>u.jsxs("li",{children:[u.jsx("code",{className:"template-cap",children:t.key})," ",t.label,t.description&&u.jsxs(u.Fragment,{children:[" — ",t.description]})]},t.key))})]}),s.useCases.length>0&&u.jsxs("section",{className:"template-section",children:[u.jsx("h4",{className:"template-section-title",children:"Use cases"}),u.jsx("ul",{className:"template-usecases",children:s.useCases.map(t=>u.jsx("li",{children:t},t))})]}),s.examples.length>0&&u.jsxs("section",{className:"template-section",children:[u.jsx("h4",{className:"template-section-title",children:"Examples"}),s.examples.map((t,n)=>u.jsx($k,{example:t,index:n},t.title??n))]}),s.notes&&u.jsxs("section",{className:"template-section",children:[u.jsx("h4",{className:"template-section-title",children:"Notes"}),u.jsx("div",{className:"template-notes",children:u.jsx(qy,{text:s.notes})})]})]})}function Uk({template:s,getTemplate:t}){const[n,a]=P.useState(null),[l,d]=P.useState(null);return P.useEffect(()=>{if(s.kind!=="gallery"){a(null),d(null);return}let p=!1;return a(null),d(null),t(s.id).then(c=>{p||a(c)}).catch(c=>{p||d(c instanceof Error?c.message:String(c))}),()=>{p=!0}},[s.kind,s.id,t]),u.jsxs("div",{className:"template-detail","data-testid":"template-detail",children:[u.jsxs("div",{className:"template-detail-head",children:[u.jsx("h3",{className:"template-detail-name",children:s.name}),u.jsx("div",{className:"template-tags",children:(s.kind==="gallery"?s.tags:["bundled"]).map(p=>u.jsx("span",{className:"template-tag",children:p},p))})]}),s.kind==="gallery"?u.jsxs(u.Fragment,{children:[(n==null?void 0:n.author)&&u.jsxs("span",{className:"template-byline",children:["By"," ",n.author.url?u.jsx("a",{href:n.author.url,target:"_blank",rel:"noopener noreferrer",children:n.author.name}):n.author.name]}),!n&&!l&&u.jsx("p",{className:"template-lead",children:s.description}),l&&u.jsxs("p",{className:"template-note","data-testid":"template-detail-error",children:["Could not load this template’s details: ",l]}),n&&u.jsx(Pk,{detail:n})]}):u.jsxs(u.Fragment,{children:[u.jsx("p",{className:"template-lead",children:s.description}),u.jsx("p",{className:"template-note",children:"Scaffolds an npm-install-ready TypeScript project with a starter agent in index.ts."})]}),u.jsx("p",{className:"template-handoff","data-testid":"template-handoff",children:s.kind==="gallery"?"Using it forks the template into a repo you own, then clones it here. Needs a signed-in Sapiom account; the coding agent asks you to sign in if it is missing.":"Scaffolds from the template bundled with the CLI. No Sapiom account or capability spend; setup may access npm."})]})}function i0({title:s,allLabel:t,allCount:n,options:a,value:l,onSelect:d,testIdPrefix:p}){if(a.length<2)return null;const c=[{value:"",label:t,count:n,testId:`${p}-all`,selects:null},...a.map(h=>({...h,testId:`${p}-${h.value}`,selects:h.value}))];return u.jsxs("div",{className:"facet",children:[u.jsx("span",{className:"facet-title",children:s}),u.jsx("div",{className:"facet-rows",role:"radiogroup","aria-label":s,children:c.map(h=>{const v=l===h.selects;return u.jsxs("button",{type:"button",role:"radio","aria-checked":v,className:v?"facet-row is-active":"facet-row","data-testid":h.testId,onClick:()=>d(h.selects),children:[u.jsx("span",{className:"facet-row-label",children:h.label}),u.jsx(Rc,{variant:"count",children:h.count})]},h.testId)})})]})}function Fk({catalog:s,filter:t,onChange:n}){return u.jsxs("div",{className:"template-filters","data-testid":"template-filters",children:[u.jsxs("div",{className:"template-search",children:[u.jsx(de,{name:"Search",size:14}),u.jsx("input",{className:"template-search-input",type:"search",value:t.query,placeholder:"Search templates","aria-label":"Search templates","data-testid":"template-search",onChange:a=>n({...t,query:a.target.value})})]}),u.jsx(i0,{title:"Category",allLabel:"All templates",allCount:s.length,options:Ok(s),value:t.category,onSelect:a=>n({...t,category:a}),testIdPrefix:"templates-category"}),u.jsx(i0,{title:"Trigger",allLabel:"Any trigger",allCount:s.length,options:Bk(s),value:t.cadence,onSelect:a=>n({...t,cadence:a}),testIdPrefix:"templates-cadence"})]})}function qk(){return typeof window>"u"?void 0:window}function bp(s=qk()){const t=s==null?void 0:s.sapiomDesktop;if(!t||typeof t!="object")return null;const n=t;return typeof n.checkForUpdates!="function"?null:{appVersion:typeof n.appVersion=="string"?n.appVersion:"",checkForUpdates:n.checkForUpdates,chooseDirectory:typeof n.chooseDirectory=="function"?n.chooseDirectory:void 0,onDeepLink:typeof n.onDeepLink=="function"?n.onDeepLink:void 0}}function Wk(s){switch(s.kind){case"available":return{text:`Downloading ${s.version}…`,tone:"info"};case"downloaded":return{text:`${s.version} is ready to install.`,tone:"action"};case"up-to-date":return{text:`Up to date (${s.version}, ${s.channel}).`,tone:"info"};case"no-release":return{text:`No ${s.channel} release published yet.`,tone:"info"};case"disabled":return{text:`Updates are off: ${s.reason}.`,tone:"error"};case"failed":return{text:`Couldn't check: ${s.message}`,tone:"error"}}}function Gk(s){const t=s.split("/").filter(Boolean);return t.length<=2?s:`/${t[0]}/…/${t[t.length-1]}`}function Qy({value:s,onChange:t,onSubmit:n,recentDirs:a,listDir:l,onNewDirChange:d,onResolve:p}){var L;const[c,h]=P.useState(s),[v,S]=P.useState([]),[f,x]=P.useState(s),[E,A]=P.useState(!1),[C,y]=P.useState(null),[b,_]=P.useState(0),[m,k]=P.useState(!0),[R,D]=P.useState(!1),[j,T]=P.useState(0),M=P.useRef(null),[I,F]=P.useState("none"),G=()=>{const B=M.current;if(!B)return;const V=B.scrollLeft>2,te=B.scrollLeft+B.clientWidth<B.scrollWidth-2;F(V&&te?"both":V?"left":te?"right":"none")};P.useEffect(()=>{G()},[a]),P.useEffect(()=>{let B=!1;A(!0),y(null),D(!1);const V=ue=>{const fe=ue.replace(/\/+$/,""),K=fe.slice(0,fe.lastIndexOf("/"));return!fe.includes("/")||K===fe?null:K||"/"},te=setTimeout(()=>{l(s||void 0).then(ue=>{B||(h(ue.path),S(ue.dirs),x(ue.parent))}).catch(async()=>{const ue=V(s);if(!ue||B){B||y("Couldn't read that directory.");return}try{const fe=await l(ue);if(B)return;h(fe.path),S(fe.dirs),x(fe.parent),D(!0)}catch{B||y("Couldn't read that directory.")}}).finally(()=>!B&&A(!1))},150);return()=>{B=!0,clearTimeout(te)}},[s,j]);const U=s.startsWith(c)?s.slice(c.length).replace(/^\//,""):"",X=U?v.filter(B=>B.name.toLowerCase().startsWith(U.toLowerCase())):v,Z=Math.min(b,Math.max(X.length-1,0)),q=!E&&!C&&X.length===0&&(R||U!=="");P.useEffect(()=>{d==null||d(q)},[q]),P.useEffect(()=>{E||C||p==null||p({resolvedPath:c,dirs:v,parent:f,isNew:q})},[c,v,f,q,E,C]);const W=B=>t(B),Q=((L=bp())==null?void 0:L.chooseDirectory)??null,O=()=>{if(Q){Q(s||c||void 0).then(B=>{B&&t(B)}).catch(()=>{});return}if(!m){k(!0);return}q&&c&&c!==s?W(c):k(!1)},H=B=>{var te;const V=m&&X.length>0;B.key==="ArrowDown"&&V?(B.preventDefault(),_(Math.min(Z+1,X.length-1))):B.key==="ArrowUp"&&V?(B.preventDefault(),_(Math.max(Z-1,0))):B.key==="Enter"&&(V?(W(((te=X[Z])==null?void 0:te.path)??X[0].path),_(0)):n())};return u.jsxs("div",{className:"dir-picker",children:[u.jsxs("div",{className:"dir-picker-inputrow",children:[u.jsx("button",{type:"button",className:"dir-picker-up","data-testid":"dir-picker-up",disabled:f===c,onClick:()=>W(f),"aria-label":"Up to parent directory","data-tooltip":"Up to parent directory",children:u.jsx(de,{name:"CornerLeftUp",size:14})}),u.jsx("input",{id:"new-session-cwd",autoFocus:!0,"aria-label":"Workspace folder",className:"modal-input dir-picker-input","data-testid":"dir-picker-input",value:s,placeholder:"/path/to/workspace",onChange:B=>t(B.target.value),onKeyDown:H}),u.jsx("button",{type:"button",className:"dir-picker-up dir-picker-browse"+(!Q&&m?" is-active":""),"data-testid":"dir-picker-browse","aria-pressed":Q?void 0:m,onClick:O,"aria-label":Q?"Choose a folder":"Browse subdirectories","data-tooltip":Q?"Choose a folder…":m?q?"Browse the nearest existing folder":"Hide the directory listing":"Browse subdirectories",children:u.jsx(de,{name:"Folder",size:14})})]}),a.length>0&&u.jsx("div",{className:"recent-dirs",ref:M,"data-fade":I,onScroll:G,children:a.map(B=>u.jsx("button",{type:"button",className:"recent-dir-chip",title:B,onClick:()=>W(B),children:Gk(B)},B))}),m&&u.jsxs("div",{className:"dir-picker-listing","data-testid":"dir-picker-listing",children:[u.jsx("div",{className:"dir-picker-path",children:c}),E&&u.jsx("div",{className:"dir-picker-empty",children:"Loading…"}),!E&&C&&u.jsxs("div",{className:"dir-picker-error","data-testid":"dir-picker-error",role:"alert",children:[u.jsx(de,{name:"TriangleAlert",size:14}),u.jsx("span",{children:C}),u.jsx("button",{type:"button",className:"btn-ghost dir-picker-retry","data-testid":"dir-picker-retry",onClick:()=>T(B=>B+1),children:"Retry"})]}),q&&u.jsx("div",{className:"dir-picker-newdir","data-testid":"dir-picker-newdir",children:"New folder. It will be created when you start."}),!E&&!C&&!q&&X.length===0&&u.jsx("div",{className:"dir-picker-empty",children:"No subdirectories"}),!E&&!C&&X.map((B,V)=>u.jsxs("button",{type:"button",className:"dir-picker-item"+(V===Z?" is-selected":""),"data-testid":`dir-picker-item-${B.name}`,onMouseEnter:()=>_(V),onClick:()=>W(B.path),children:[u.jsx(de,{name:"Folder",size:13}),u.jsx("span",{className:"dir-picker-item-name",children:B.name}),B.hasAgentProject&&u.jsxs("span",{className:"dir-picker-item-badge","data-testid":`dir-picker-badge-${B.name}`,title:"Contains sapiom.json",children:[u.jsx(de,{name:"Check",size:11}),"Agent"]})]},B.path))]})]})}function Vk({template:s,initialDest:t,recentDirs:n,listDir:a,onCancel:l,onConfirm:d,triggerRef:p}){const[c,h]=P.useState(t),[v,S]=P.useState(!1),[f,x]=P.useState(null),E=P.useRef(null);sl(!v,{onDismiss:l,containerRef:E,triggerRef:p});const A=async()=>{const C=c.trim();if(!(!C||v)){S(!0),x(null);try{await d(C)}catch(y){x(y.message),S(!1)}}};return u.jsx("div",{className:"modal-backdrop",children:u.jsxs("div",{className:"modal modal-confirm modal-template-use",role:"dialog","aria-label":`Use ${s.name}`,"data-testid":"template-use-dialog",ref:E,children:[u.jsxs("div",{className:"modal-header",children:["Use ",s.name,u.jsx("button",{className:"theme-toggle modal-close","aria-label":"Close",title:"Close",disabled:v,onClick:l,children:u.jsx(de,{name:"X",size:14})})]}),u.jsxs("div",{className:"modal-body",children:[u.jsx(Qy,{value:c,onChange:h,onSubmit:()=>void A(),recentDirs:n,listDir:a}),f?u.jsx("p",{className:"modal-error","data-testid":"template-use-error",children:f}):u.jsx("p",{className:"modal-field-hint",children:"A session starts here and sets the template up in it. A folder that does not exist yet is created."})]}),u.jsxs("div",{className:"modal-actions",children:[u.jsx("button",{className:"btn-ghost",disabled:v,onClick:l,children:"Cancel"}),u.jsx("button",{className:"btn-primary modal-primary-cta","data-testid":"template-use-confirm",disabled:v||!c.trim(),onClick:()=>void A(),children:v?"Starting…":"Start session"})]})]})})}function Yk({projectRoot:s,recentDirs:t,listDir:n,onExit:a,onUse:l,listTemplates:d,getTemplate:p,openTemplateId:c}){const[h,v]=P.useState(null),[S,f]=P.useState(null),[x,E]=P.useState(Qm),[A,C]=P.useState(null),[y,b]=P.useState(null),_=P.useRef(null);P.useEffect(()=>{let M=!1;return d().then(I=>{M||v(I)}).catch(I=>{M||f(I instanceof Error?I.message:String(I))}),()=>{M=!0}},[]);const m=P.useMemo(()=>((h==null?void 0:h.templates)??[]).map(M=>({...M,kind:"gallery"})),[h]),k=P.useMemo(()=>Hk(m,x,Zm),[m,x]),R=P.useMemo(()=>x.category!==null||x.cadence!==null?[]:Jm.filter(M=>Zm(M,x.query)),[x]),D=P.useRef(null);P.useEffect(()=>{if(!c||D.current===c)return;const M=m.find(I=>I.id===c)??Jm.find(I=>I.id===c);M&&(D.current=c,C(M))},[c,m]);const j=h===null&&S===null,T=S?`Could not load the template gallery: ${S}`:!h||h.source==="live"?null:h.reason==="signed-out"?"Sign in to Sapiom to browse the template gallery. The bundled starters below remain available.":"The template gallery is unreachable right now. The bundled starters below remain available.";return u.jsxs("section",{className:"templates-panel","data-testid":"templates-panel","aria-label":"Templates",children:[u.jsxs("div",{className:"templates-bar",children:[u.jsx("button",{type:"button",className:"theme-toggle templates-back","data-testid":A?"template-detail-back":"templates-exit","aria-label":A?"Back to all templates":"Back to the session",title:A?"All templates":"Back to the session",onClick:()=>A?C(null):a(),children:u.jsx(de,{name:"ArrowLeft",size:14})}),u.jsx("span",{className:"templates-bar-title",children:A?A.name:"Templates"}),A&&u.jsx("button",{ref:_,type:"button",className:"btn-primary templates-bar-use","data-testid":"template-use-btn",onClick:()=>b(A),children:"Use template"})]}),u.jsx("div",{className:"templates-scroll",children:u.jsx("div",{className:"templates-measure",children:A?u.jsx(Uk,{template:A,getTemplate:p}):u.jsxs(u.Fragment,{children:[u.jsxs("header",{className:"templates-hero",children:[u.jsx("h2",{className:"templates-hero-title",children:"Start from a template"}),u.jsx("p",{className:"templates-hero-copy",children:j?"Loading the catalog…":`${m.length} runnable agents. Open one to read what it does, then use it. A session starts in a new folder and sets it up for you.`})]}),T&&u.jsxs("div",{className:"templates-degraded","data-testid":"templates-degraded",role:"status",children:[u.jsx(de,{name:"TriangleAlert",size:14}),u.jsx("span",{children:T})]}),u.jsxs("div",{className:"templates-layout",children:[u.jsx(Fk,{catalog:m,filter:x,onChange:E}),u.jsxs("div",{className:"templates-results",children:[k.length>0&&u.jsx("div",{className:"templates-grid","data-testid":"templates-grid",children:k.map(M=>u.jsx(s0,{template:M,onOpen:C,onUse:b},M.id))}),k.length===0&&!j&&m.length>0&&u.jsx(Di,{className:"templates-empty",testId:"templates-empty",icon:"Search",title:"No template matches these filters",body:`Search a tag or a capability, or clear the filters to see all ${m.length}.`,cta:Nk(x)?u.jsx("button",{type:"button",className:"btn-line","data-testid":"templates-empty-clear",onClick:()=>E(Qm),children:"Clear filters"}):void 0}),R.length>0&&u.jsxs("section",{className:"templates-starters","data-testid":"templates-starters",children:[u.jsx("span",{className:"facet-title",children:"Bundled starters"}),u.jsx("p",{className:"templates-starters-copy",children:"Shipped with the CLI. No Sapiom account or capability spend; setup may access npm."}),u.jsx("div",{className:"templates-grid",children:R.map(M=>u.jsx(s0,{template:M,onOpen:C,onUse:b},M.id))})]})]})]})]})})}),y&&u.jsx(Vk,{template:y,initialDest:jk(y,s),recentDirs:t,listDir:n,onCancel:()=>b(null),triggerRef:_,onConfirm:async M=>{await l(M,y),a()}})]})}var Od={exports:{}},n0;function Kk(){return n0||(n0=1,(function(s,t){(function(n,a){s.exports=a()})(globalThis,(()=>(()=>{var n={4567:function(p,c,h){var v=this&&this.__decorate||function(_,m,k,R){var D,j=arguments.length,T=j<3?m:R===null?R=Object.getOwnPropertyDescriptor(m,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(_,m,k,R);else for(var M=_.length-1;M>=0;M--)(D=_[M])&&(T=(j<3?D(T):j>3?D(m,k,T):D(m,k))||T);return j>3&&T&&Object.defineProperty(m,k,T),T},S=this&&this.__param||function(_,m){return function(k,R){m(k,R,_)}};Object.defineProperty(c,"__esModule",{value:!0}),c.AccessibilityManager=void 0;const f=h(9042),x=h(9924),E=h(844),A=h(4725),C=h(2585),y=h(3656);let b=c.AccessibilityManager=class extends E.Disposable{constructor(_,m,k,R){super(),this._terminal=_,this._coreBrowserService=k,this._renderService=R,this._rowColumns=new WeakMap,this._liveRegionLineCount=0,this._charsToConsume=[],this._charsToAnnounce="",this._accessibilityContainer=this._coreBrowserService.mainDocument.createElement("div"),this._accessibilityContainer.classList.add("xterm-accessibility"),this._rowContainer=this._coreBrowserService.mainDocument.createElement("div"),this._rowContainer.setAttribute("role","list"),this._rowContainer.classList.add("xterm-accessibility-tree"),this._rowElements=[];for(let D=0;D<this._terminal.rows;D++)this._rowElements[D]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[D]);if(this._topBoundaryFocusListener=D=>this._handleBoundaryFocus(D,0),this._bottomBoundaryFocusListener=D=>this._handleBoundaryFocus(D,1),this._rowElements[0].addEventListener("focus",this._topBoundaryFocusListener),this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._refreshRowsDimensions(),this._accessibilityContainer.appendChild(this._rowContainer),this._liveRegion=this._coreBrowserService.mainDocument.createElement("div"),this._liveRegion.classList.add("live-region"),this._liveRegion.setAttribute("aria-live","assertive"),this._accessibilityContainer.appendChild(this._liveRegion),this._liveRegionDebouncer=this.register(new x.TimeBasedDebouncer(this._renderRows.bind(this))),!this._terminal.element)throw new Error("Cannot enable accessibility before Terminal.open");this._terminal.element.insertAdjacentElement("afterbegin",this._accessibilityContainer),this.register(this._terminal.onResize((D=>this._handleResize(D.rows)))),this.register(this._terminal.onRender((D=>this._refreshRows(D.start,D.end)))),this.register(this._terminal.onScroll((()=>this._refreshRows()))),this.register(this._terminal.onA11yChar((D=>this._handleChar(D)))),this.register(this._terminal.onLineFeed((()=>this._handleChar(`
451
- `)))),this.register(this._terminal.onA11yTab((D=>this._handleTab(D)))),this.register(this._terminal.onKey((D=>this._handleKey(D.key)))),this.register(this._terminal.onBlur((()=>this._clearLiveRegion()))),this.register(this._renderService.onDimensionsChange((()=>this._refreshRowsDimensions()))),this.register((0,y.addDisposableDomListener)(document,"selectionchange",(()=>this._handleSelectionChange()))),this.register(this._coreBrowserService.onDprChange((()=>this._refreshRowsDimensions()))),this._refreshRows(),this.register((0,E.toDisposable)((()=>{this._accessibilityContainer.remove(),this._rowElements.length=0})))}_handleTab(_){for(let m=0;m<_;m++)this._handleChar(" ")}_handleChar(_){this._liveRegionLineCount<21&&(this._charsToConsume.length>0?this._charsToConsume.shift()!==_&&(this._charsToAnnounce+=_):this._charsToAnnounce+=_,_===`
452
- `&&(this._liveRegionLineCount++,this._liveRegionLineCount===21&&(this._liveRegion.textContent+=f.tooMuchOutput)))}_clearLiveRegion(){this._liveRegion.textContent="",this._liveRegionLineCount=0}_handleKey(_){this._clearLiveRegion(),new RegExp("\\p{Control}","u").test(_)||this._charsToConsume.push(_)}_refreshRows(_,m){this._liveRegionDebouncer.refresh(_,m,this._terminal.rows)}_renderRows(_,m){const k=this._terminal.buffer,R=k.lines.length.toString();for(let D=_;D<=m;D++){const j=k.lines.get(k.ydisp+D),T=[],M=(j==null?void 0:j.translateToString(!0,void 0,void 0,T))||"",I=(k.ydisp+D+1).toString(),F=this._rowElements[D];F&&(M.length===0?(F.innerText=" ",this._rowColumns.set(F,[0,1])):(F.textContent=M,this._rowColumns.set(F,T)),F.setAttribute("aria-posinset",I),F.setAttribute("aria-setsize",R))}this._announceCharacters()}_announceCharacters(){this._charsToAnnounce.length!==0&&(this._liveRegion.textContent+=this._charsToAnnounce,this._charsToAnnounce="")}_handleBoundaryFocus(_,m){const k=_.target,R=this._rowElements[m===0?1:this._rowElements.length-2];if(k.getAttribute("aria-posinset")===(m===0?"1":`${this._terminal.buffer.lines.length}`)||_.relatedTarget!==R)return;let D,j;if(m===0?(D=k,j=this._rowElements.pop(),this._rowContainer.removeChild(j)):(D=this._rowElements.shift(),j=k,this._rowContainer.removeChild(D)),D.removeEventListener("focus",this._topBoundaryFocusListener),j.removeEventListener("focus",this._bottomBoundaryFocusListener),m===0){const T=this._createAccessibilityTreeNode();this._rowElements.unshift(T),this._rowContainer.insertAdjacentElement("afterbegin",T)}else{const T=this._createAccessibilityTreeNode();this._rowElements.push(T),this._rowContainer.appendChild(T)}this._rowElements[0].addEventListener("focus",this._topBoundaryFocusListener),this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._terminal.scrollLines(m===0?-1:1),this._rowElements[m===0?1:this._rowElements.length-2].focus(),_.preventDefault(),_.stopImmediatePropagation()}_handleSelectionChange(){var M;if(this._rowElements.length===0)return;const _=document.getSelection();if(!_)return;if(_.isCollapsed)return void(this._rowContainer.contains(_.anchorNode)&&this._terminal.clearSelection());if(!_.anchorNode||!_.focusNode)return void console.error("anchorNode and/or focusNode are null");let m={node:_.anchorNode,offset:_.anchorOffset},k={node:_.focusNode,offset:_.focusOffset};if((m.node.compareDocumentPosition(k.node)&Node.DOCUMENT_POSITION_PRECEDING||m.node===k.node&&m.offset>k.offset)&&([m,k]=[k,m]),m.node.compareDocumentPosition(this._rowElements[0])&(Node.DOCUMENT_POSITION_CONTAINED_BY|Node.DOCUMENT_POSITION_FOLLOWING)&&(m={node:this._rowElements[0].childNodes[0],offset:0}),!this._rowContainer.contains(m.node))return;const R=this._rowElements.slice(-1)[0];if(k.node.compareDocumentPosition(R)&(Node.DOCUMENT_POSITION_CONTAINED_BY|Node.DOCUMENT_POSITION_PRECEDING)&&(k={node:R,offset:((M=R.textContent)==null?void 0:M.length)??0}),!this._rowContainer.contains(k.node))return;const D=({node:I,offset:F})=>{const G=I instanceof Text?I.parentNode:I;let U=parseInt(G==null?void 0:G.getAttribute("aria-posinset"),10)-1;if(isNaN(U))return console.warn("row is invalid. Race condition?"),null;const X=this._rowColumns.get(G);if(!X)return console.warn("columns is null. Race condition?"),null;let Z=F<X.length?X[F]:X.slice(-1)[0]+1;return Z>=this._terminal.cols&&(++U,Z=0),{row:U,column:Z}},j=D(m),T=D(k);if(j&&T){if(j.row>T.row||j.row===T.row&&j.column>=T.column)throw new Error("invalid range");this._terminal.select(j.column,j.row,(T.row-j.row)*this._terminal.cols-j.column+T.column)}}_handleResize(_){this._rowElements[this._rowElements.length-1].removeEventListener("focus",this._bottomBoundaryFocusListener);for(let m=this._rowContainer.children.length;m<this._terminal.rows;m++)this._rowElements[m]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[m]);for(;this._rowElements.length>_;)this._rowContainer.removeChild(this._rowElements.pop());this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._refreshRowsDimensions()}_createAccessibilityTreeNode(){const _=this._coreBrowserService.mainDocument.createElement("div");return _.setAttribute("role","listitem"),_.tabIndex=-1,this._refreshRowDimensions(_),_}_refreshRowsDimensions(){if(this._renderService.dimensions.css.cell.height){this._accessibilityContainer.style.width=`${this._renderService.dimensions.css.canvas.width}px`,this._rowElements.length!==this._terminal.rows&&this._handleResize(this._terminal.rows);for(let _=0;_<this._terminal.rows;_++)this._refreshRowDimensions(this._rowElements[_])}}_refreshRowDimensions(_){_.style.height=`${this._renderService.dimensions.css.cell.height}px`}};c.AccessibilityManager=b=v([S(1,C.IInstantiationService),S(2,A.ICoreBrowserService),S(3,A.IRenderService)],b)},3614:(p,c)=>{function h(x){return x.replace(/\r?\n/g,"\r")}function v(x,E){return E?"\x1B[200~"+x+"\x1B[201~":x}function S(x,E,A,C){x=v(x=h(x),A.decPrivateModes.bracketedPasteMode&&C.rawOptions.ignoreBracketedPasteMode!==!0),A.triggerDataEvent(x,!0),E.value=""}function f(x,E,A){const C=A.getBoundingClientRect(),y=x.clientX-C.left-10,b=x.clientY-C.top-10;E.style.width="20px",E.style.height="20px",E.style.left=`${y}px`,E.style.top=`${b}px`,E.style.zIndex="1000",E.focus()}Object.defineProperty(c,"__esModule",{value:!0}),c.rightClickHandler=c.moveTextAreaUnderMouseCursor=c.paste=c.handlePasteEvent=c.copyHandler=c.bracketTextForPaste=c.prepareTextForTerminal=void 0,c.prepareTextForTerminal=h,c.bracketTextForPaste=v,c.copyHandler=function(x,E){x.clipboardData&&x.clipboardData.setData("text/plain",E.selectionText),x.preventDefault()},c.handlePasteEvent=function(x,E,A,C){x.stopPropagation(),x.clipboardData&&S(x.clipboardData.getData("text/plain"),E,A,C)},c.paste=S,c.moveTextAreaUnderMouseCursor=f,c.rightClickHandler=function(x,E,A,C,y){f(x,E,A),y&&C.rightClickSelect(x),E.value=C.selectionText,E.select()}},7239:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.ColorContrastCache=void 0;const v=h(1505);c.ColorContrastCache=class{constructor(){this._color=new v.TwoKeyMap,this._css=new v.TwoKeyMap}setCss(S,f,x){this._css.set(S,f,x)}getCss(S,f){return this._css.get(S,f)}setColor(S,f,x){this._color.set(S,f,x)}getColor(S,f){return this._color.get(S,f)}clear(){this._color.clear(),this._css.clear()}}},3656:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.addDisposableDomListener=void 0,c.addDisposableDomListener=function(h,v,S,f){h.addEventListener(v,S,f);let x=!1;return{dispose:()=>{x||(x=!0,h.removeEventListener(v,S,f))}}}},3551:function(p,c,h){var v=this&&this.__decorate||function(b,_,m,k){var R,D=arguments.length,j=D<3?_:k===null?k=Object.getOwnPropertyDescriptor(_,m):k;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(b,_,m,k);else for(var T=b.length-1;T>=0;T--)(R=b[T])&&(j=(D<3?R(j):D>3?R(_,m,j):R(_,m))||j);return D>3&&j&&Object.defineProperty(_,m,j),j},S=this&&this.__param||function(b,_){return function(m,k){_(m,k,b)}};Object.defineProperty(c,"__esModule",{value:!0}),c.Linkifier=void 0;const f=h(3656),x=h(8460),E=h(844),A=h(2585),C=h(4725);let y=c.Linkifier=class extends E.Disposable{get currentLink(){return this._currentLink}constructor(b,_,m,k,R){super(),this._element=b,this._mouseService=_,this._renderService=m,this._bufferService=k,this._linkProviderService=R,this._linkCacheDisposables=[],this._isMouseOut=!0,this._wasResized=!1,this._activeLine=-1,this._onShowLinkUnderline=this.register(new x.EventEmitter),this.onShowLinkUnderline=this._onShowLinkUnderline.event,this._onHideLinkUnderline=this.register(new x.EventEmitter),this.onHideLinkUnderline=this._onHideLinkUnderline.event,this.register((0,E.getDisposeArrayDisposable)(this._linkCacheDisposables)),this.register((0,E.toDisposable)((()=>{var D;this._lastMouseEvent=void 0,(D=this._activeProviderReplies)==null||D.clear()}))),this.register(this._bufferService.onResize((()=>{this._clearCurrentLink(),this._wasResized=!0}))),this.register((0,f.addDisposableDomListener)(this._element,"mouseleave",(()=>{this._isMouseOut=!0,this._clearCurrentLink()}))),this.register((0,f.addDisposableDomListener)(this._element,"mousemove",this._handleMouseMove.bind(this))),this.register((0,f.addDisposableDomListener)(this._element,"mousedown",this._handleMouseDown.bind(this))),this.register((0,f.addDisposableDomListener)(this._element,"mouseup",this._handleMouseUp.bind(this)))}_handleMouseMove(b){this._lastMouseEvent=b;const _=this._positionFromMouseEvent(b,this._element,this._mouseService);if(!_)return;this._isMouseOut=!1;const m=b.composedPath();for(let k=0;k<m.length;k++){const R=m[k];if(R.classList.contains("xterm"))break;if(R.classList.contains("xterm-hover"))return}this._lastBufferCell&&_.x===this._lastBufferCell.x&&_.y===this._lastBufferCell.y||(this._handleHover(_),this._lastBufferCell=_)}_handleHover(b){if(this._activeLine!==b.y||this._wasResized)return this._clearCurrentLink(),this._askForLink(b,!1),void(this._wasResized=!1);this._currentLink&&this._linkAtPosition(this._currentLink.link,b)||(this._clearCurrentLink(),this._askForLink(b,!0))}_askForLink(b,_){var k,R;this._activeProviderReplies&&_||((k=this._activeProviderReplies)==null||k.forEach((D=>{D==null||D.forEach((j=>{j.link.dispose&&j.link.dispose()}))})),this._activeProviderReplies=new Map,this._activeLine=b.y);let m=!1;for(const[D,j]of this._linkProviderService.linkProviders.entries())_?(R=this._activeProviderReplies)!=null&&R.get(D)&&(m=this._checkLinkProviderResult(D,b,m)):j.provideLinks(b.y,(T=>{var I,F;if(this._isMouseOut)return;const M=T==null?void 0:T.map((G=>({link:G})));(I=this._activeProviderReplies)==null||I.set(D,M),m=this._checkLinkProviderResult(D,b,m),((F=this._activeProviderReplies)==null?void 0:F.size)===this._linkProviderService.linkProviders.length&&this._removeIntersectingLinks(b.y,this._activeProviderReplies)}))}_removeIntersectingLinks(b,_){const m=new Set;for(let k=0;k<_.size;k++){const R=_.get(k);if(R)for(let D=0;D<R.length;D++){const j=R[D],T=j.link.range.start.y<b?0:j.link.range.start.x,M=j.link.range.end.y>b?this._bufferService.cols:j.link.range.end.x;for(let I=T;I<=M;I++){if(m.has(I)){R.splice(D--,1);break}m.add(I)}}}}_checkLinkProviderResult(b,_,m){var D;if(!this._activeProviderReplies)return m;const k=this._activeProviderReplies.get(b);let R=!1;for(let j=0;j<b;j++)this._activeProviderReplies.has(j)&&!this._activeProviderReplies.get(j)||(R=!0);if(!R&&k){const j=k.find((T=>this._linkAtPosition(T.link,_)));j&&(m=!0,this._handleNewLink(j))}if(this._activeProviderReplies.size===this._linkProviderService.linkProviders.length&&!m)for(let j=0;j<this._activeProviderReplies.size;j++){const T=(D=this._activeProviderReplies.get(j))==null?void 0:D.find((M=>this._linkAtPosition(M.link,_)));if(T){m=!0,this._handleNewLink(T);break}}return m}_handleMouseDown(){this._mouseDownLink=this._currentLink}_handleMouseUp(b){if(!this._currentLink)return;const _=this._positionFromMouseEvent(b,this._element,this._mouseService);_&&this._mouseDownLink===this._currentLink&&this._linkAtPosition(this._currentLink.link,_)&&this._currentLink.link.activate(b,this._currentLink.link.text)}_clearCurrentLink(b,_){this._currentLink&&this._lastMouseEvent&&(!b||!_||this._currentLink.link.range.start.y>=b&&this._currentLink.link.range.end.y<=_)&&(this._linkLeave(this._element,this._currentLink.link,this._lastMouseEvent),this._currentLink=void 0,(0,E.disposeArray)(this._linkCacheDisposables))}_handleNewLink(b){if(!this._lastMouseEvent)return;const _=this._positionFromMouseEvent(this._lastMouseEvent,this._element,this._mouseService);_&&this._linkAtPosition(b.link,_)&&(this._currentLink=b,this._currentLink.state={decorations:{underline:b.link.decorations===void 0||b.link.decorations.underline,pointerCursor:b.link.decorations===void 0||b.link.decorations.pointerCursor},isHovered:!0},this._linkHover(this._element,b.link,this._lastMouseEvent),b.link.decorations={},Object.defineProperties(b.link.decorations,{pointerCursor:{get:()=>{var m,k;return(k=(m=this._currentLink)==null?void 0:m.state)==null?void 0:k.decorations.pointerCursor},set:m=>{var k;(k=this._currentLink)!=null&&k.state&&this._currentLink.state.decorations.pointerCursor!==m&&(this._currentLink.state.decorations.pointerCursor=m,this._currentLink.state.isHovered&&this._element.classList.toggle("xterm-cursor-pointer",m))}},underline:{get:()=>{var m,k;return(k=(m=this._currentLink)==null?void 0:m.state)==null?void 0:k.decorations.underline},set:m=>{var k,R,D;(k=this._currentLink)!=null&&k.state&&((D=(R=this._currentLink)==null?void 0:R.state)==null?void 0:D.decorations.underline)!==m&&(this._currentLink.state.decorations.underline=m,this._currentLink.state.isHovered&&this._fireUnderlineEvent(b.link,m))}}}),this._linkCacheDisposables.push(this._renderService.onRenderedViewportChange((m=>{if(!this._currentLink)return;const k=m.start===0?0:m.start+1+this._bufferService.buffer.ydisp,R=this._bufferService.buffer.ydisp+1+m.end;if(this._currentLink.link.range.start.y>=k&&this._currentLink.link.range.end.y<=R&&(this._clearCurrentLink(k,R),this._lastMouseEvent)){const D=this._positionFromMouseEvent(this._lastMouseEvent,this._element,this._mouseService);D&&this._askForLink(D,!1)}}))))}_linkHover(b,_,m){var k;(k=this._currentLink)!=null&&k.state&&(this._currentLink.state.isHovered=!0,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(_,!0),this._currentLink.state.decorations.pointerCursor&&b.classList.add("xterm-cursor-pointer")),_.hover&&_.hover(m,_.text)}_fireUnderlineEvent(b,_){const m=b.range,k=this._bufferService.buffer.ydisp,R=this._createLinkUnderlineEvent(m.start.x-1,m.start.y-k-1,m.end.x,m.end.y-k-1,void 0);(_?this._onShowLinkUnderline:this._onHideLinkUnderline).fire(R)}_linkLeave(b,_,m){var k;(k=this._currentLink)!=null&&k.state&&(this._currentLink.state.isHovered=!1,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(_,!1),this._currentLink.state.decorations.pointerCursor&&b.classList.remove("xterm-cursor-pointer")),_.leave&&_.leave(m,_.text)}_linkAtPosition(b,_){const m=b.range.start.y*this._bufferService.cols+b.range.start.x,k=b.range.end.y*this._bufferService.cols+b.range.end.x,R=_.y*this._bufferService.cols+_.x;return m<=R&&R<=k}_positionFromMouseEvent(b,_,m){const k=m.getCoords(b,_,this._bufferService.cols,this._bufferService.rows);if(k)return{x:k[0],y:k[1]+this._bufferService.buffer.ydisp}}_createLinkUnderlineEvent(b,_,m,k,R){return{x1:b,y1:_,x2:m,y2:k,cols:this._bufferService.cols,fg:R}}};c.Linkifier=y=v([S(1,C.IMouseService),S(2,C.IRenderService),S(3,A.IBufferService),S(4,C.ILinkProviderService)],y)},9042:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.tooMuchOutput=c.promptLabel=void 0,c.promptLabel="Terminal input",c.tooMuchOutput="Too much output to announce, navigate to rows manually to read"},3730:function(p,c,h){var v=this&&this.__decorate||function(C,y,b,_){var m,k=arguments.length,R=k<3?y:_===null?_=Object.getOwnPropertyDescriptor(y,b):_;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")R=Reflect.decorate(C,y,b,_);else for(var D=C.length-1;D>=0;D--)(m=C[D])&&(R=(k<3?m(R):k>3?m(y,b,R):m(y,b))||R);return k>3&&R&&Object.defineProperty(y,b,R),R},S=this&&this.__param||function(C,y){return function(b,_){y(b,_,C)}};Object.defineProperty(c,"__esModule",{value:!0}),c.OscLinkProvider=void 0;const f=h(511),x=h(2585);let E=c.OscLinkProvider=class{constructor(C,y,b){this._bufferService=C,this._optionsService=y,this._oscLinkService=b}provideLinks(C,y){var M;const b=this._bufferService.buffer.lines.get(C-1);if(!b)return void y(void 0);const _=[],m=this._optionsService.rawOptions.linkHandler,k=new f.CellData,R=b.getTrimmedLength();let D=-1,j=-1,T=!1;for(let I=0;I<R;I++)if(j!==-1||b.hasContent(I)){if(b.loadCell(I,k),k.hasExtendedAttrs()&&k.extended.urlId){if(j===-1){j=I,D=k.extended.urlId;continue}T=k.extended.urlId!==D}else j!==-1&&(T=!0);if(T||j!==-1&&I===R-1){const F=(M=this._oscLinkService.getLinkData(D))==null?void 0:M.uri;if(F){const G={start:{x:j+1,y:C},end:{x:I+(T||I!==R-1?0:1),y:C}};let U=!1;if(!(m!=null&&m.allowNonHttpProtocols))try{const X=new URL(F);["http:","https:"].includes(X.protocol)||(U=!0)}catch{U=!0}U||_.push({text:F,range:G,activate:(X,Z)=>m?m.activate(X,Z,G):A(0,Z),hover:(X,Z)=>{var q;return(q=m==null?void 0:m.hover)==null?void 0:q.call(m,X,Z,G)},leave:(X,Z)=>{var q;return(q=m==null?void 0:m.leave)==null?void 0:q.call(m,X,Z,G)}})}T=!1,k.hasExtendedAttrs()&&k.extended.urlId?(j=I,D=k.extended.urlId):(j=-1,D=-1)}}y(_)}};function A(C,y){if(confirm(`Do you want to navigate to ${y}?
453
-
454
- WARNING: This link could potentially be dangerous`)){const b=window.open();if(b){try{b.opener=null}catch{}b.location.href=y}else console.warn("Opening link blocked as opener could not be cleared")}}c.OscLinkProvider=E=v([S(0,x.IBufferService),S(1,x.IOptionsService),S(2,x.IOscLinkService)],E)},6193:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.RenderDebouncer=void 0,c.RenderDebouncer=class{constructor(h,v){this._renderCallback=h,this._coreBrowserService=v,this._refreshCallbacks=[]}dispose(){this._animationFrame&&(this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame),this._animationFrame=void 0)}addRefreshCallback(h){return this._refreshCallbacks.push(h),this._animationFrame||(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame((()=>this._innerRefresh()))),this._animationFrame}refresh(h,v,S){this._rowCount=S,h=h!==void 0?h:0,v=v!==void 0?v:this._rowCount-1,this._rowStart=this._rowStart!==void 0?Math.min(this._rowStart,h):h,this._rowEnd=this._rowEnd!==void 0?Math.max(this._rowEnd,v):v,this._animationFrame||(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame((()=>this._innerRefresh())))}_innerRefresh(){if(this._animationFrame=void 0,this._rowStart===void 0||this._rowEnd===void 0||this._rowCount===void 0)return void this._runRefreshCallbacks();const h=Math.max(this._rowStart,0),v=Math.min(this._rowEnd,this._rowCount-1);this._rowStart=void 0,this._rowEnd=void 0,this._renderCallback(h,v),this._runRefreshCallbacks()}_runRefreshCallbacks(){for(const h of this._refreshCallbacks)h(0);this._refreshCallbacks=[]}}},3236:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.Terminal=void 0;const v=h(3614),S=h(3656),f=h(3551),x=h(9042),E=h(3730),A=h(1680),C=h(3107),y=h(5744),b=h(2950),_=h(1296),m=h(428),k=h(4269),R=h(5114),D=h(8934),j=h(3230),T=h(9312),M=h(4725),I=h(6731),F=h(8055),G=h(8969),U=h(8460),X=h(844),Z=h(6114),q=h(8437),W=h(2584),Q=h(7399),O=h(5941),H=h(9074),L=h(2585),B=h(5435),V=h(4567),te=h(779);class ue extends G.CoreTerminal{get onFocus(){return this._onFocus.event}get onBlur(){return this._onBlur.event}get onA11yChar(){return this._onA11yCharEmitter.event}get onA11yTab(){return this._onA11yTabEmitter.event}get onWillOpen(){return this._onWillOpen.event}constructor(K={}){super(K),this.browser=Z,this._keyDownHandled=!1,this._keyDownSeen=!1,this._keyPressHandled=!1,this._unprocessedDeadKey=!1,this._accessibilityManager=this.register(new X.MutableDisposable),this._onCursorMove=this.register(new U.EventEmitter),this.onCursorMove=this._onCursorMove.event,this._onKey=this.register(new U.EventEmitter),this.onKey=this._onKey.event,this._onRender=this.register(new U.EventEmitter),this.onRender=this._onRender.event,this._onSelectionChange=this.register(new U.EventEmitter),this.onSelectionChange=this._onSelectionChange.event,this._onTitleChange=this.register(new U.EventEmitter),this.onTitleChange=this._onTitleChange.event,this._onBell=this.register(new U.EventEmitter),this.onBell=this._onBell.event,this._onFocus=this.register(new U.EventEmitter),this._onBlur=this.register(new U.EventEmitter),this._onA11yCharEmitter=this.register(new U.EventEmitter),this._onA11yTabEmitter=this.register(new U.EventEmitter),this._onWillOpen=this.register(new U.EventEmitter),this._setup(),this._decorationService=this._instantiationService.createInstance(H.DecorationService),this._instantiationService.setService(L.IDecorationService,this._decorationService),this._linkProviderService=this._instantiationService.createInstance(te.LinkProviderService),this._instantiationService.setService(M.ILinkProviderService,this._linkProviderService),this._linkProviderService.registerLinkProvider(this._instantiationService.createInstance(E.OscLinkProvider)),this.register(this._inputHandler.onRequestBell((()=>this._onBell.fire()))),this.register(this._inputHandler.onRequestRefreshRows((($,ce)=>this.refresh($,ce)))),this.register(this._inputHandler.onRequestSendFocus((()=>this._reportFocus()))),this.register(this._inputHandler.onRequestReset((()=>this.reset()))),this.register(this._inputHandler.onRequestWindowsOptionsReport(($=>this._reportWindowsOptions($)))),this.register(this._inputHandler.onColor(($=>this._handleColorEvent($)))),this.register((0,U.forwardEvent)(this._inputHandler.onCursorMove,this._onCursorMove)),this.register((0,U.forwardEvent)(this._inputHandler.onTitleChange,this._onTitleChange)),this.register((0,U.forwardEvent)(this._inputHandler.onA11yChar,this._onA11yCharEmitter)),this.register((0,U.forwardEvent)(this._inputHandler.onA11yTab,this._onA11yTabEmitter)),this.register(this._bufferService.onResize(($=>this._afterResize($.cols,$.rows)))),this.register((0,X.toDisposable)((()=>{var $,ce;this._customKeyEventHandler=void 0,(ce=($=this.element)==null?void 0:$.parentNode)==null||ce.removeChild(this.element)})))}_handleColorEvent(K){if(this._themeService)for(const $ of K){let ce,re="";switch($.index){case 256:ce="foreground",re="10";break;case 257:ce="background",re="11";break;case 258:ce="cursor",re="12";break;default:ce="ansi",re="4;"+$.index}switch($.type){case 0:const ye=F.color.toColorRGB(ce==="ansi"?this._themeService.colors.ansi[$.index]:this._themeService.colors[ce]);this.coreService.triggerDataEvent(`${W.C0.ESC}]${re};${(0,O.toRgbString)(ye)}${W.C1_ESCAPED.ST}`);break;case 1:if(ce==="ansi")this._themeService.modifyColors((Ce=>Ce.ansi[$.index]=F.channels.toColor(...$.color)));else{const Ce=ce;this._themeService.modifyColors((Fe=>Fe[Ce]=F.channels.toColor(...$.color)))}break;case 2:this._themeService.restoreColor($.index)}}}_setup(){super._setup(),this._customKeyEventHandler=void 0}get buffer(){return this.buffers.active}focus(){this.textarea&&this.textarea.focus({preventScroll:!0})}_handleScreenReaderModeOptionChange(K){K?!this._accessibilityManager.value&&this._renderService&&(this._accessibilityManager.value=this._instantiationService.createInstance(V.AccessibilityManager,this)):this._accessibilityManager.clear()}_handleTextAreaFocus(K){this.coreService.decPrivateModes.sendFocus&&this.coreService.triggerDataEvent(W.C0.ESC+"[I"),this.element.classList.add("focus"),this._showCursor(),this._onFocus.fire()}blur(){var K;return(K=this.textarea)==null?void 0:K.blur()}_handleTextAreaBlur(){this.textarea.value="",this.refresh(this.buffer.y,this.buffer.y),this.coreService.decPrivateModes.sendFocus&&this.coreService.triggerDataEvent(W.C0.ESC+"[O"),this.element.classList.remove("focus"),this._onBlur.fire()}_syncTextArea(){if(!this.textarea||!this.buffer.isCursorInViewport||this._compositionHelper.isComposing||!this._renderService)return;const K=this.buffer.ybase+this.buffer.y,$=this.buffer.lines.get(K);if(!$)return;const ce=Math.min(this.buffer.x,this.cols-1),re=this._renderService.dimensions.css.cell.height,ye=$.getWidth(ce),Ce=this._renderService.dimensions.css.cell.width*ye,Fe=this.buffer.y*this._renderService.dimensions.css.cell.height,ze=ce*this._renderService.dimensions.css.cell.width;this.textarea.style.left=ze+"px",this.textarea.style.top=Fe+"px",this.textarea.style.width=Ce+"px",this.textarea.style.height=re+"px",this.textarea.style.lineHeight=re+"px",this.textarea.style.zIndex="-5"}_initGlobal(){this._bindKeys(),this.register((0,S.addDisposableDomListener)(this.element,"copy",($=>{this.hasSelection()&&(0,v.copyHandler)($,this._selectionService)})));const K=$=>(0,v.handlePasteEvent)($,this.textarea,this.coreService,this.optionsService);this.register((0,S.addDisposableDomListener)(this.textarea,"paste",K)),this.register((0,S.addDisposableDomListener)(this.element,"paste",K)),Z.isFirefox?this.register((0,S.addDisposableDomListener)(this.element,"mousedown",($=>{$.button===2&&(0,v.rightClickHandler)($,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)}))):this.register((0,S.addDisposableDomListener)(this.element,"contextmenu",($=>{(0,v.rightClickHandler)($,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)}))),Z.isLinux&&this.register((0,S.addDisposableDomListener)(this.element,"auxclick",($=>{$.button===1&&(0,v.moveTextAreaUnderMouseCursor)($,this.textarea,this.screenElement)})))}_bindKeys(){this.register((0,S.addDisposableDomListener)(this.textarea,"keyup",(K=>this._keyUp(K)),!0)),this.register((0,S.addDisposableDomListener)(this.textarea,"keydown",(K=>this._keyDown(K)),!0)),this.register((0,S.addDisposableDomListener)(this.textarea,"keypress",(K=>this._keyPress(K)),!0)),this.register((0,S.addDisposableDomListener)(this.textarea,"compositionstart",(()=>this._compositionHelper.compositionstart()))),this.register((0,S.addDisposableDomListener)(this.textarea,"compositionupdate",(K=>this._compositionHelper.compositionupdate(K)))),this.register((0,S.addDisposableDomListener)(this.textarea,"compositionend",(()=>this._compositionHelper.compositionend()))),this.register((0,S.addDisposableDomListener)(this.textarea,"input",(K=>this._inputEvent(K)),!0)),this.register(this.onRender((()=>this._compositionHelper.updateCompositionElements())))}open(K){var ce;if(!K)throw new Error("Terminal requires a parent element.");if(K.isConnected||this._logService.debug("Terminal.open was called on an element that was not attached to the DOM"),((ce=this.element)==null?void 0:ce.ownerDocument.defaultView)&&this._coreBrowserService)return void(this.element.ownerDocument.defaultView!==this._coreBrowserService.window&&(this._coreBrowserService.window=this.element.ownerDocument.defaultView));this._document=K.ownerDocument,this.options.documentOverride&&this.options.documentOverride instanceof Document&&(this._document=this.optionsService.rawOptions.documentOverride),this.element=this._document.createElement("div"),this.element.dir="ltr",this.element.classList.add("terminal"),this.element.classList.add("xterm"),K.appendChild(this.element);const $=this._document.createDocumentFragment();this._viewportElement=this._document.createElement("div"),this._viewportElement.classList.add("xterm-viewport"),$.appendChild(this._viewportElement),this._viewportScrollArea=this._document.createElement("div"),this._viewportScrollArea.classList.add("xterm-scroll-area"),this._viewportElement.appendChild(this._viewportScrollArea),this.screenElement=this._document.createElement("div"),this.screenElement.classList.add("xterm-screen"),this.register((0,S.addDisposableDomListener)(this.screenElement,"mousemove",(re=>this.updateCursorStyle(re)))),this._helperContainer=this._document.createElement("div"),this._helperContainer.classList.add("xterm-helpers"),this.screenElement.appendChild(this._helperContainer),$.appendChild(this.screenElement),this.textarea=this._document.createElement("textarea"),this.textarea.classList.add("xterm-helper-textarea"),this.textarea.setAttribute("aria-label",x.promptLabel),Z.isChromeOS||this.textarea.setAttribute("aria-multiline","false"),this.textarea.setAttribute("autocorrect","off"),this.textarea.setAttribute("autocapitalize","off"),this.textarea.setAttribute("spellcheck","false"),this.textarea.tabIndex=0,this._coreBrowserService=this.register(this._instantiationService.createInstance(R.CoreBrowserService,this.textarea,K.ownerDocument.defaultView??window,this._document??typeof window<"u"?window.document:null)),this._instantiationService.setService(M.ICoreBrowserService,this._coreBrowserService),this.register((0,S.addDisposableDomListener)(this.textarea,"focus",(re=>this._handleTextAreaFocus(re)))),this.register((0,S.addDisposableDomListener)(this.textarea,"blur",(()=>this._handleTextAreaBlur()))),this._helperContainer.appendChild(this.textarea),this._charSizeService=this._instantiationService.createInstance(m.CharSizeService,this._document,this._helperContainer),this._instantiationService.setService(M.ICharSizeService,this._charSizeService),this._themeService=this._instantiationService.createInstance(I.ThemeService),this._instantiationService.setService(M.IThemeService,this._themeService),this._characterJoinerService=this._instantiationService.createInstance(k.CharacterJoinerService),this._instantiationService.setService(M.ICharacterJoinerService,this._characterJoinerService),this._renderService=this.register(this._instantiationService.createInstance(j.RenderService,this.rows,this.screenElement)),this._instantiationService.setService(M.IRenderService,this._renderService),this.register(this._renderService.onRenderedViewportChange((re=>this._onRender.fire(re)))),this.onResize((re=>this._renderService.resize(re.cols,re.rows))),this._compositionView=this._document.createElement("div"),this._compositionView.classList.add("composition-view"),this._compositionHelper=this._instantiationService.createInstance(b.CompositionHelper,this.textarea,this._compositionView),this._helperContainer.appendChild(this._compositionView),this._mouseService=this._instantiationService.createInstance(D.MouseService),this._instantiationService.setService(M.IMouseService,this._mouseService),this.linkifier=this.register(this._instantiationService.createInstance(f.Linkifier,this.screenElement)),this.element.appendChild($);try{this._onWillOpen.fire(this.element)}catch{}this._renderService.hasRenderer()||this._renderService.setRenderer(this._createRenderer()),this.viewport=this._instantiationService.createInstance(A.Viewport,this._viewportElement,this._viewportScrollArea),this.viewport.onRequestScrollLines((re=>this.scrollLines(re.amount,re.suppressScrollEvent,1))),this.register(this._inputHandler.onRequestSyncScrollBar((()=>this.viewport.syncScrollArea()))),this.register(this.viewport),this.register(this.onCursorMove((()=>{this._renderService.handleCursorMove(),this._syncTextArea()}))),this.register(this.onResize((()=>this._renderService.handleResize(this.cols,this.rows)))),this.register(this.onBlur((()=>this._renderService.handleBlur()))),this.register(this.onFocus((()=>this._renderService.handleFocus()))),this.register(this._renderService.onDimensionsChange((()=>this.viewport.syncScrollArea()))),this._selectionService=this.register(this._instantiationService.createInstance(T.SelectionService,this.element,this.screenElement,this.linkifier)),this._instantiationService.setService(M.ISelectionService,this._selectionService),this.register(this._selectionService.onRequestScrollLines((re=>this.scrollLines(re.amount,re.suppressScrollEvent)))),this.register(this._selectionService.onSelectionChange((()=>this._onSelectionChange.fire()))),this.register(this._selectionService.onRequestRedraw((re=>this._renderService.handleSelectionChanged(re.start,re.end,re.columnSelectMode)))),this.register(this._selectionService.onLinuxMouseSelection((re=>{this.textarea.value=re,this.textarea.focus(),this.textarea.select()}))),this.register(this._onScroll.event((re=>{this.viewport.syncScrollArea(),this._selectionService.refresh()}))),this.register((0,S.addDisposableDomListener)(this._viewportElement,"scroll",(()=>this._selectionService.refresh()))),this.register(this._instantiationService.createInstance(C.BufferDecorationRenderer,this.screenElement)),this.register((0,S.addDisposableDomListener)(this.element,"mousedown",(re=>this._selectionService.handleMouseDown(re)))),this.coreMouseService.areMouseEventsActive?(this._selectionService.disable(),this.element.classList.add("enable-mouse-events")):this._selectionService.enable(),this.options.screenReaderMode&&(this._accessibilityManager.value=this._instantiationService.createInstance(V.AccessibilityManager,this)),this.register(this.optionsService.onSpecificOptionChange("screenReaderMode",(re=>this._handleScreenReaderModeOptionChange(re)))),this.options.overviewRulerWidth&&(this._overviewRulerRenderer=this.register(this._instantiationService.createInstance(y.OverviewRulerRenderer,this._viewportElement,this.screenElement))),this.optionsService.onSpecificOptionChange("overviewRulerWidth",(re=>{!this._overviewRulerRenderer&&re&&this._viewportElement&&this.screenElement&&(this._overviewRulerRenderer=this.register(this._instantiationService.createInstance(y.OverviewRulerRenderer,this._viewportElement,this.screenElement)))})),this._charSizeService.measure(),this.refresh(0,this.rows-1),this._initGlobal(),this.bindMouse()}_createRenderer(){return this._instantiationService.createInstance(_.DomRenderer,this,this._document,this.element,this.screenElement,this._viewportElement,this._helperContainer,this.linkifier)}bindMouse(){const K=this,$=this.element;function ce(Ce){const Fe=K._mouseService.getMouseReportCoords(Ce,K.screenElement);if(!Fe)return!1;let ze,Ge;switch(Ce.overrideType||Ce.type){case"mousemove":Ge=32,Ce.buttons===void 0?(ze=3,Ce.button!==void 0&&(ze=Ce.button<3?Ce.button:3)):ze=1&Ce.buttons?0:4&Ce.buttons?1:2&Ce.buttons?2:3;break;case"mouseup":Ge=0,ze=Ce.button<3?Ce.button:3;break;case"mousedown":Ge=1,ze=Ce.button<3?Ce.button:3;break;case"wheel":if(K._customWheelEventHandler&&K._customWheelEventHandler(Ce)===!1||K.viewport.getLinesScrolled(Ce)===0)return!1;Ge=Ce.deltaY<0?0:1,ze=4;break;default:return!1}return!(Ge===void 0||ze===void 0||ze>4)&&K.coreMouseService.triggerMouseEvent({col:Fe.col,row:Fe.row,x:Fe.x,y:Fe.y,button:ze,action:Ge,ctrl:Ce.ctrlKey,alt:Ce.altKey,shift:Ce.shiftKey})}const re={mouseup:null,wheel:null,mousedrag:null,mousemove:null},ye={mouseup:Ce=>(ce(Ce),Ce.buttons||(this._document.removeEventListener("mouseup",re.mouseup),re.mousedrag&&this._document.removeEventListener("mousemove",re.mousedrag)),this.cancel(Ce)),wheel:Ce=>(ce(Ce),this.cancel(Ce,!0)),mousedrag:Ce=>{Ce.buttons&&ce(Ce)},mousemove:Ce=>{Ce.buttons||ce(Ce)}};this.register(this.coreMouseService.onProtocolChange((Ce=>{Ce?(this.optionsService.rawOptions.logLevel==="debug"&&this._logService.debug("Binding to mouse events:",this.coreMouseService.explainEvents(Ce)),this.element.classList.add("enable-mouse-events"),this._selectionService.disable()):(this._logService.debug("Unbinding from mouse events."),this.element.classList.remove("enable-mouse-events"),this._selectionService.enable()),8&Ce?re.mousemove||($.addEventListener("mousemove",ye.mousemove),re.mousemove=ye.mousemove):($.removeEventListener("mousemove",re.mousemove),re.mousemove=null),16&Ce?re.wheel||($.addEventListener("wheel",ye.wheel,{passive:!1}),re.wheel=ye.wheel):($.removeEventListener("wheel",re.wheel),re.wheel=null),2&Ce?re.mouseup||(re.mouseup=ye.mouseup):(this._document.removeEventListener("mouseup",re.mouseup),re.mouseup=null),4&Ce?re.mousedrag||(re.mousedrag=ye.mousedrag):(this._document.removeEventListener("mousemove",re.mousedrag),re.mousedrag=null)}))),this.coreMouseService.activeProtocol=this.coreMouseService.activeProtocol,this.register((0,S.addDisposableDomListener)($,"mousedown",(Ce=>{if(Ce.preventDefault(),this.focus(),this.coreMouseService.areMouseEventsActive&&!this._selectionService.shouldForceSelection(Ce))return ce(Ce),re.mouseup&&this._document.addEventListener("mouseup",re.mouseup),re.mousedrag&&this._document.addEventListener("mousemove",re.mousedrag),this.cancel(Ce)}))),this.register((0,S.addDisposableDomListener)($,"wheel",(Ce=>{if(!re.wheel){if(this._customWheelEventHandler&&this._customWheelEventHandler(Ce)===!1)return!1;if(!this.buffer.hasScrollback){const Fe=this.viewport.getLinesScrolled(Ce);if(Fe===0)return;const ze=W.C0.ESC+(this.coreService.decPrivateModes.applicationCursorKeys?"O":"[")+(Ce.deltaY<0?"A":"B");let Ge="";for(let He=0;He<Math.abs(Fe);He++)Ge+=ze;return this.coreService.triggerDataEvent(Ge,!0),this.cancel(Ce,!0)}return this.viewport.handleWheel(Ce)?this.cancel(Ce):void 0}}),{passive:!1})),this.register((0,S.addDisposableDomListener)($,"touchstart",(Ce=>{if(!this.coreMouseService.areMouseEventsActive)return this.viewport.handleTouchStart(Ce),this.cancel(Ce)}),{passive:!0})),this.register((0,S.addDisposableDomListener)($,"touchmove",(Ce=>{if(!this.coreMouseService.areMouseEventsActive)return this.viewport.handleTouchMove(Ce)?void 0:this.cancel(Ce)}),{passive:!1}))}refresh(K,$){var ce;(ce=this._renderService)==null||ce.refreshRows(K,$)}updateCursorStyle(K){var $;($=this._selectionService)!=null&&$.shouldColumnSelect(K)?this.element.classList.add("column-select"):this.element.classList.remove("column-select")}_showCursor(){this.coreService.isCursorInitialized||(this.coreService.isCursorInitialized=!0,this.refresh(this.buffer.y,this.buffer.y))}scrollLines(K,$,ce=0){var re;ce===1?(super.scrollLines(K,$,ce),this.refresh(0,this.rows-1)):(re=this.viewport)==null||re.scrollLines(K)}paste(K){(0,v.paste)(K,this.textarea,this.coreService,this.optionsService)}attachCustomKeyEventHandler(K){this._customKeyEventHandler=K}attachCustomWheelEventHandler(K){this._customWheelEventHandler=K}registerLinkProvider(K){return this._linkProviderService.registerLinkProvider(K)}registerCharacterJoiner(K){if(!this._characterJoinerService)throw new Error("Terminal must be opened first");const $=this._characterJoinerService.register(K);return this.refresh(0,this.rows-1),$}deregisterCharacterJoiner(K){if(!this._characterJoinerService)throw new Error("Terminal must be opened first");this._characterJoinerService.deregister(K)&&this.refresh(0,this.rows-1)}get markers(){return this.buffer.markers}registerMarker(K){return this.buffer.addMarker(this.buffer.ybase+this.buffer.y+K)}registerDecoration(K){return this._decorationService.registerDecoration(K)}hasSelection(){return!!this._selectionService&&this._selectionService.hasSelection}select(K,$,ce){this._selectionService.setSelection(K,$,ce)}getSelection(){return this._selectionService?this._selectionService.selectionText:""}getSelectionPosition(){if(this._selectionService&&this._selectionService.hasSelection)return{start:{x:this._selectionService.selectionStart[0],y:this._selectionService.selectionStart[1]},end:{x:this._selectionService.selectionEnd[0],y:this._selectionService.selectionEnd[1]}}}clearSelection(){var K;(K=this._selectionService)==null||K.clearSelection()}selectAll(){var K;(K=this._selectionService)==null||K.selectAll()}selectLines(K,$){var ce;(ce=this._selectionService)==null||ce.selectLines(K,$)}_keyDown(K){if(this._keyDownHandled=!1,this._keyDownSeen=!0,this._customKeyEventHandler&&this._customKeyEventHandler(K)===!1)return!1;const $=this.browser.isMac&&this.options.macOptionIsMeta&&K.altKey;if(!$&&!this._compositionHelper.keydown(K))return this.options.scrollOnUserInput&&this.buffer.ybase!==this.buffer.ydisp&&this.scrollToBottom(),!1;$||K.key!=="Dead"&&K.key!=="AltGraph"||(this._unprocessedDeadKey=!0);const ce=(0,Q.evaluateKeyboardEvent)(K,this.coreService.decPrivateModes.applicationCursorKeys,this.browser.isMac,this.options.macOptionIsMeta);if(this.updateCursorStyle(K),ce.type===3||ce.type===2){const re=this.rows-1;return this.scrollLines(ce.type===2?-re:re),this.cancel(K,!0)}return ce.type===1&&this.selectAll(),!!this._isThirdLevelShift(this.browser,K)||(ce.cancel&&this.cancel(K,!0),!ce.key||!!(K.key&&!K.ctrlKey&&!K.altKey&&!K.metaKey&&K.key.length===1&&K.key.charCodeAt(0)>=65&&K.key.charCodeAt(0)<=90)||(this._unprocessedDeadKey?(this._unprocessedDeadKey=!1,!0):(ce.key!==W.C0.ETX&&ce.key!==W.C0.CR||(this.textarea.value=""),this._onKey.fire({key:ce.key,domEvent:K}),this._showCursor(),this.coreService.triggerDataEvent(ce.key,!0),!this.optionsService.rawOptions.screenReaderMode||K.altKey||K.ctrlKey?this.cancel(K,!0):void(this._keyDownHandled=!0))))}_isThirdLevelShift(K,$){const ce=K.isMac&&!this.options.macOptionIsMeta&&$.altKey&&!$.ctrlKey&&!$.metaKey||K.isWindows&&$.altKey&&$.ctrlKey&&!$.metaKey||K.isWindows&&$.getModifierState("AltGraph");return $.type==="keypress"?ce:ce&&(!$.keyCode||$.keyCode>47)}_keyUp(K){this._keyDownSeen=!1,this._customKeyEventHandler&&this._customKeyEventHandler(K)===!1||((function($){return $.keyCode===16||$.keyCode===17||$.keyCode===18})(K)||this.focus(),this.updateCursorStyle(K),this._keyPressHandled=!1)}_keyPress(K){let $;if(this._keyPressHandled=!1,this._keyDownHandled||this._customKeyEventHandler&&this._customKeyEventHandler(K)===!1)return!1;if(this.cancel(K),K.charCode)$=K.charCode;else if(K.which===null||K.which===void 0)$=K.keyCode;else{if(K.which===0||K.charCode===0)return!1;$=K.which}return!(!$||(K.altKey||K.ctrlKey||K.metaKey)&&!this._isThirdLevelShift(this.browser,K)||($=String.fromCharCode($),this._onKey.fire({key:$,domEvent:K}),this._showCursor(),this.coreService.triggerDataEvent($,!0),this._keyPressHandled=!0,this._unprocessedDeadKey=!1,0))}_inputEvent(K){if(K.data&&K.inputType==="insertText"&&(!K.composed||!this._keyDownSeen)&&!this.optionsService.rawOptions.screenReaderMode){if(this._keyPressHandled)return!1;this._unprocessedDeadKey=!1;const $=K.data;return this.coreService.triggerDataEvent($,!0),this.cancel(K),!0}return!1}resize(K,$){K!==this.cols||$!==this.rows?super.resize(K,$):this._charSizeService&&!this._charSizeService.hasValidSize&&this._charSizeService.measure()}_afterResize(K,$){var ce,re;(ce=this._charSizeService)==null||ce.measure(),(re=this.viewport)==null||re.syncScrollArea(!0)}clear(){var K;if(this.buffer.ybase!==0||this.buffer.y!==0){this.buffer.clearAllMarkers(),this.buffer.lines.set(0,this.buffer.lines.get(this.buffer.ybase+this.buffer.y)),this.buffer.lines.length=1,this.buffer.ydisp=0,this.buffer.ybase=0,this.buffer.y=0;for(let $=1;$<this.rows;$++)this.buffer.lines.push(this.buffer.getBlankLine(q.DEFAULT_ATTR_DATA));this._onScroll.fire({position:this.buffer.ydisp,source:0}),(K=this.viewport)==null||K.reset(),this.refresh(0,this.rows-1)}}reset(){var $,ce;this.options.rows=this.rows,this.options.cols=this.cols;const K=this._customKeyEventHandler;this._setup(),super.reset(),($=this._selectionService)==null||$.reset(),this._decorationService.reset(),(ce=this.viewport)==null||ce.reset(),this._customKeyEventHandler=K,this.refresh(0,this.rows-1)}clearTextureAtlas(){var K;(K=this._renderService)==null||K.clearTextureAtlas()}_reportFocus(){var K;(K=this.element)!=null&&K.classList.contains("focus")?this.coreService.triggerDataEvent(W.C0.ESC+"[I"):this.coreService.triggerDataEvent(W.C0.ESC+"[O")}_reportWindowsOptions(K){if(this._renderService)switch(K){case B.WindowsOptionsReportType.GET_WIN_SIZE_PIXELS:const $=this._renderService.dimensions.css.canvas.width.toFixed(0),ce=this._renderService.dimensions.css.canvas.height.toFixed(0);this.coreService.triggerDataEvent(`${W.C0.ESC}[4;${ce};${$}t`);break;case B.WindowsOptionsReportType.GET_CELL_SIZE_PIXELS:const re=this._renderService.dimensions.css.cell.width.toFixed(0),ye=this._renderService.dimensions.css.cell.height.toFixed(0);this.coreService.triggerDataEvent(`${W.C0.ESC}[6;${ye};${re}t`)}}cancel(K,$){if(this.options.cancelEvents||$)return K.preventDefault(),K.stopPropagation(),!1}}c.Terminal=ue},9924:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.TimeBasedDebouncer=void 0,c.TimeBasedDebouncer=class{constructor(h,v=1e3){this._renderCallback=h,this._debounceThresholdMS=v,this._lastRefreshMs=0,this._additionalRefreshRequested=!1}dispose(){this._refreshTimeoutID&&clearTimeout(this._refreshTimeoutID)}refresh(h,v,S){this._rowCount=S,h=h!==void 0?h:0,v=v!==void 0?v:this._rowCount-1,this._rowStart=this._rowStart!==void 0?Math.min(this._rowStart,h):h,this._rowEnd=this._rowEnd!==void 0?Math.max(this._rowEnd,v):v;const f=Date.now();if(f-this._lastRefreshMs>=this._debounceThresholdMS)this._lastRefreshMs=f,this._innerRefresh();else if(!this._additionalRefreshRequested){const x=f-this._lastRefreshMs,E=this._debounceThresholdMS-x;this._additionalRefreshRequested=!0,this._refreshTimeoutID=window.setTimeout((()=>{this._lastRefreshMs=Date.now(),this._innerRefresh(),this._additionalRefreshRequested=!1,this._refreshTimeoutID=void 0}),E)}}_innerRefresh(){if(this._rowStart===void 0||this._rowEnd===void 0||this._rowCount===void 0)return;const h=Math.max(this._rowStart,0),v=Math.min(this._rowEnd,this._rowCount-1);this._rowStart=void 0,this._rowEnd=void 0,this._renderCallback(h,v)}}},1680:function(p,c,h){var v=this&&this.__decorate||function(b,_,m,k){var R,D=arguments.length,j=D<3?_:k===null?k=Object.getOwnPropertyDescriptor(_,m):k;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(b,_,m,k);else for(var T=b.length-1;T>=0;T--)(R=b[T])&&(j=(D<3?R(j):D>3?R(_,m,j):R(_,m))||j);return D>3&&j&&Object.defineProperty(_,m,j),j},S=this&&this.__param||function(b,_){return function(m,k){_(m,k,b)}};Object.defineProperty(c,"__esModule",{value:!0}),c.Viewport=void 0;const f=h(3656),x=h(4725),E=h(8460),A=h(844),C=h(2585);let y=c.Viewport=class extends A.Disposable{constructor(b,_,m,k,R,D,j,T){super(),this._viewportElement=b,this._scrollArea=_,this._bufferService=m,this._optionsService=k,this._charSizeService=R,this._renderService=D,this._coreBrowserService=j,this.scrollBarWidth=0,this._currentRowHeight=0,this._currentDeviceCellHeight=0,this._lastRecordedBufferLength=0,this._lastRecordedViewportHeight=0,this._lastRecordedBufferHeight=0,this._lastTouchY=0,this._lastScrollTop=0,this._wheelPartialScroll=0,this._refreshAnimationFrame=null,this._ignoreNextScrollEvent=!1,this._smoothScrollState={startTime:0,origin:-1,target:-1},this._onRequestScrollLines=this.register(new E.EventEmitter),this.onRequestScrollLines=this._onRequestScrollLines.event,this.scrollBarWidth=this._viewportElement.offsetWidth-this._scrollArea.offsetWidth||15,this.register((0,f.addDisposableDomListener)(this._viewportElement,"scroll",this._handleScroll.bind(this))),this._activeBuffer=this._bufferService.buffer,this.register(this._bufferService.buffers.onBufferActivate((M=>this._activeBuffer=M.activeBuffer))),this._renderDimensions=this._renderService.dimensions,this.register(this._renderService.onDimensionsChange((M=>this._renderDimensions=M))),this._handleThemeChange(T.colors),this.register(T.onChangeColors((M=>this._handleThemeChange(M)))),this.register(this._optionsService.onSpecificOptionChange("scrollback",(()=>this.syncScrollArea()))),setTimeout((()=>this.syncScrollArea()))}_handleThemeChange(b){this._viewportElement.style.backgroundColor=b.background.css}reset(){this._currentRowHeight=0,this._currentDeviceCellHeight=0,this._lastRecordedBufferLength=0,this._lastRecordedViewportHeight=0,this._lastRecordedBufferHeight=0,this._lastTouchY=0,this._lastScrollTop=0,this._coreBrowserService.window.requestAnimationFrame((()=>this.syncScrollArea()))}_refresh(b){if(b)return this._innerRefresh(),void(this._refreshAnimationFrame!==null&&this._coreBrowserService.window.cancelAnimationFrame(this._refreshAnimationFrame));this._refreshAnimationFrame===null&&(this._refreshAnimationFrame=this._coreBrowserService.window.requestAnimationFrame((()=>this._innerRefresh())))}_innerRefresh(){if(this._charSizeService.height>0){this._currentRowHeight=this._renderDimensions.device.cell.height/this._coreBrowserService.dpr,this._currentDeviceCellHeight=this._renderDimensions.device.cell.height,this._lastRecordedViewportHeight=this._viewportElement.offsetHeight;const _=Math.round(this._currentRowHeight*this._lastRecordedBufferLength)+(this._lastRecordedViewportHeight-this._renderDimensions.css.canvas.height);this._lastRecordedBufferHeight!==_&&(this._lastRecordedBufferHeight=_,this._scrollArea.style.height=this._lastRecordedBufferHeight+"px")}const b=this._bufferService.buffer.ydisp*this._currentRowHeight;this._viewportElement.scrollTop!==b&&(this._ignoreNextScrollEvent=!0,this._viewportElement.scrollTop=b),this._refreshAnimationFrame=null}syncScrollArea(b=!1){if(this._lastRecordedBufferLength!==this._bufferService.buffer.lines.length)return this._lastRecordedBufferLength=this._bufferService.buffer.lines.length,void this._refresh(b);this._lastRecordedViewportHeight===this._renderService.dimensions.css.canvas.height&&this._lastScrollTop===this._activeBuffer.ydisp*this._currentRowHeight&&this._renderDimensions.device.cell.height===this._currentDeviceCellHeight||this._refresh(b)}_handleScroll(b){if(this._lastScrollTop=this._viewportElement.scrollTop,!this._viewportElement.offsetParent)return;if(this._ignoreNextScrollEvent)return this._ignoreNextScrollEvent=!1,void this._onRequestScrollLines.fire({amount:0,suppressScrollEvent:!0});const _=Math.round(this._lastScrollTop/this._currentRowHeight)-this._bufferService.buffer.ydisp;this._onRequestScrollLines.fire({amount:_,suppressScrollEvent:!0})}_smoothScroll(){if(this._isDisposed||this._smoothScrollState.origin===-1||this._smoothScrollState.target===-1)return;const b=this._smoothScrollPercent();this._viewportElement.scrollTop=this._smoothScrollState.origin+Math.round(b*(this._smoothScrollState.target-this._smoothScrollState.origin)),b<1?this._coreBrowserService.window.requestAnimationFrame((()=>this._smoothScroll())):this._clearSmoothScrollState()}_smoothScrollPercent(){return this._optionsService.rawOptions.smoothScrollDuration&&this._smoothScrollState.startTime?Math.max(Math.min((Date.now()-this._smoothScrollState.startTime)/this._optionsService.rawOptions.smoothScrollDuration,1),0):1}_clearSmoothScrollState(){this._smoothScrollState.startTime=0,this._smoothScrollState.origin=-1,this._smoothScrollState.target=-1}_bubbleScroll(b,_){const m=this._viewportElement.scrollTop+this._lastRecordedViewportHeight;return!(_<0&&this._viewportElement.scrollTop!==0||_>0&&m<this._lastRecordedBufferHeight)||(b.cancelable&&b.preventDefault(),!1)}handleWheel(b){const _=this._getPixelsScrolled(b);return _!==0&&(this._optionsService.rawOptions.smoothScrollDuration?(this._smoothScrollState.startTime=Date.now(),this._smoothScrollPercent()<1?(this._smoothScrollState.origin=this._viewportElement.scrollTop,this._smoothScrollState.target===-1?this._smoothScrollState.target=this._viewportElement.scrollTop+_:this._smoothScrollState.target+=_,this._smoothScrollState.target=Math.max(Math.min(this._smoothScrollState.target,this._viewportElement.scrollHeight),0),this._smoothScroll()):this._clearSmoothScrollState()):this._viewportElement.scrollTop+=_,this._bubbleScroll(b,_))}scrollLines(b){if(b!==0)if(this._optionsService.rawOptions.smoothScrollDuration){const _=b*this._currentRowHeight;this._smoothScrollState.startTime=Date.now(),this._smoothScrollPercent()<1?(this._smoothScrollState.origin=this._viewportElement.scrollTop,this._smoothScrollState.target=this._smoothScrollState.origin+_,this._smoothScrollState.target=Math.max(Math.min(this._smoothScrollState.target,this._viewportElement.scrollHeight),0),this._smoothScroll()):this._clearSmoothScrollState()}else this._onRequestScrollLines.fire({amount:b,suppressScrollEvent:!1})}_getPixelsScrolled(b){if(b.deltaY===0||b.shiftKey)return 0;let _=this._applyScrollModifier(b.deltaY,b);return b.deltaMode===WheelEvent.DOM_DELTA_LINE?_*=this._currentRowHeight:b.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(_*=this._currentRowHeight*this._bufferService.rows),_}getBufferElements(b,_){var T;let m,k="";const R=[],D=_??this._bufferService.buffer.lines.length,j=this._bufferService.buffer.lines;for(let M=b;M<D;M++){const I=j.get(M);if(!I)continue;const F=(T=j.get(M+1))==null?void 0:T.isWrapped;if(k+=I.translateToString(!F),!F||M===j.length-1){const G=document.createElement("div");G.textContent=k,R.push(G),k.length>0&&(m=G),k=""}}return{bufferElements:R,cursorElement:m}}getLinesScrolled(b){if(b.deltaY===0||b.shiftKey)return 0;let _=this._applyScrollModifier(b.deltaY,b);return b.deltaMode===WheelEvent.DOM_DELTA_PIXEL?(_/=this._currentRowHeight+0,this._wheelPartialScroll+=_,_=Math.floor(Math.abs(this._wheelPartialScroll))*(this._wheelPartialScroll>0?1:-1),this._wheelPartialScroll%=1):b.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(_*=this._bufferService.rows),_}_applyScrollModifier(b,_){const m=this._optionsService.rawOptions.fastScrollModifier;return m==="alt"&&_.altKey||m==="ctrl"&&_.ctrlKey||m==="shift"&&_.shiftKey?b*this._optionsService.rawOptions.fastScrollSensitivity*this._optionsService.rawOptions.scrollSensitivity:b*this._optionsService.rawOptions.scrollSensitivity}handleTouchStart(b){this._lastTouchY=b.touches[0].pageY}handleTouchMove(b){const _=this._lastTouchY-b.touches[0].pageY;return this._lastTouchY=b.touches[0].pageY,_!==0&&(this._viewportElement.scrollTop+=_,this._bubbleScroll(b,_))}};c.Viewport=y=v([S(2,C.IBufferService),S(3,C.IOptionsService),S(4,x.ICharSizeService),S(5,x.IRenderService),S(6,x.ICoreBrowserService),S(7,x.IThemeService)],y)},3107:function(p,c,h){var v=this&&this.__decorate||function(C,y,b,_){var m,k=arguments.length,R=k<3?y:_===null?_=Object.getOwnPropertyDescriptor(y,b):_;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")R=Reflect.decorate(C,y,b,_);else for(var D=C.length-1;D>=0;D--)(m=C[D])&&(R=(k<3?m(R):k>3?m(y,b,R):m(y,b))||R);return k>3&&R&&Object.defineProperty(y,b,R),R},S=this&&this.__param||function(C,y){return function(b,_){y(b,_,C)}};Object.defineProperty(c,"__esModule",{value:!0}),c.BufferDecorationRenderer=void 0;const f=h(4725),x=h(844),E=h(2585);let A=c.BufferDecorationRenderer=class extends x.Disposable{constructor(C,y,b,_,m){super(),this._screenElement=C,this._bufferService=y,this._coreBrowserService=b,this._decorationService=_,this._renderService=m,this._decorationElements=new Map,this._altBufferIsActive=!1,this._dimensionsChanged=!1,this._container=document.createElement("div"),this._container.classList.add("xterm-decoration-container"),this._screenElement.appendChild(this._container),this.register(this._renderService.onRenderedViewportChange((()=>this._doRefreshDecorations()))),this.register(this._renderService.onDimensionsChange((()=>{this._dimensionsChanged=!0,this._queueRefresh()}))),this.register(this._coreBrowserService.onDprChange((()=>this._queueRefresh()))),this.register(this._bufferService.buffers.onBufferActivate((()=>{this._altBufferIsActive=this._bufferService.buffer===this._bufferService.buffers.alt}))),this.register(this._decorationService.onDecorationRegistered((()=>this._queueRefresh()))),this.register(this._decorationService.onDecorationRemoved((k=>this._removeDecoration(k)))),this.register((0,x.toDisposable)((()=>{this._container.remove(),this._decorationElements.clear()})))}_queueRefresh(){this._animationFrame===void 0&&(this._animationFrame=this._renderService.addRefreshCallback((()=>{this._doRefreshDecorations(),this._animationFrame=void 0})))}_doRefreshDecorations(){for(const C of this._decorationService.decorations)this._renderDecoration(C);this._dimensionsChanged=!1}_renderDecoration(C){this._refreshStyle(C),this._dimensionsChanged&&this._refreshXPosition(C)}_createElement(C){var _;const y=this._coreBrowserService.mainDocument.createElement("div");y.classList.add("xterm-decoration"),y.classList.toggle("xterm-decoration-top-layer",((_=C==null?void 0:C.options)==null?void 0:_.layer)==="top"),y.style.width=`${Math.round((C.options.width||1)*this._renderService.dimensions.css.cell.width)}px`,y.style.height=(C.options.height||1)*this._renderService.dimensions.css.cell.height+"px",y.style.top=(C.marker.line-this._bufferService.buffers.active.ydisp)*this._renderService.dimensions.css.cell.height+"px",y.style.lineHeight=`${this._renderService.dimensions.css.cell.height}px`;const b=C.options.x??0;return b&&b>this._bufferService.cols&&(y.style.display="none"),this._refreshXPosition(C,y),y}_refreshStyle(C){const y=C.marker.line-this._bufferService.buffers.active.ydisp;if(y<0||y>=this._bufferService.rows)C.element&&(C.element.style.display="none",C.onRenderEmitter.fire(C.element));else{let b=this._decorationElements.get(C);b||(b=this._createElement(C),C.element=b,this._decorationElements.set(C,b),this._container.appendChild(b),C.onDispose((()=>{this._decorationElements.delete(C),b.remove()}))),b.style.top=y*this._renderService.dimensions.css.cell.height+"px",b.style.display=this._altBufferIsActive?"none":"block",C.onRenderEmitter.fire(b)}}_refreshXPosition(C,y=C.element){if(!y)return;const b=C.options.x??0;(C.options.anchor||"left")==="right"?y.style.right=b?b*this._renderService.dimensions.css.cell.width+"px":"":y.style.left=b?b*this._renderService.dimensions.css.cell.width+"px":""}_removeDecoration(C){var y;(y=this._decorationElements.get(C))==null||y.remove(),this._decorationElements.delete(C),C.dispose()}};c.BufferDecorationRenderer=A=v([S(1,E.IBufferService),S(2,f.ICoreBrowserService),S(3,E.IDecorationService),S(4,f.IRenderService)],A)},5871:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.ColorZoneStore=void 0,c.ColorZoneStore=class{constructor(){this._zones=[],this._zonePool=[],this._zonePoolIndex=0,this._linePadding={full:0,left:0,center:0,right:0}}get zones(){return this._zonePool.length=Math.min(this._zonePool.length,this._zones.length),this._zones}clear(){this._zones.length=0,this._zonePoolIndex=0}addDecoration(h){if(h.options.overviewRulerOptions){for(const v of this._zones)if(v.color===h.options.overviewRulerOptions.color&&v.position===h.options.overviewRulerOptions.position){if(this._lineIntersectsZone(v,h.marker.line))return;if(this._lineAdjacentToZone(v,h.marker.line,h.options.overviewRulerOptions.position))return void this._addLineToZone(v,h.marker.line)}if(this._zonePoolIndex<this._zonePool.length)return this._zonePool[this._zonePoolIndex].color=h.options.overviewRulerOptions.color,this._zonePool[this._zonePoolIndex].position=h.options.overviewRulerOptions.position,this._zonePool[this._zonePoolIndex].startBufferLine=h.marker.line,this._zonePool[this._zonePoolIndex].endBufferLine=h.marker.line,void this._zones.push(this._zonePool[this._zonePoolIndex++]);this._zones.push({color:h.options.overviewRulerOptions.color,position:h.options.overviewRulerOptions.position,startBufferLine:h.marker.line,endBufferLine:h.marker.line}),this._zonePool.push(this._zones[this._zones.length-1]),this._zonePoolIndex++}}setPadding(h){this._linePadding=h}_lineIntersectsZone(h,v){return v>=h.startBufferLine&&v<=h.endBufferLine}_lineAdjacentToZone(h,v,S){return v>=h.startBufferLine-this._linePadding[S||"full"]&&v<=h.endBufferLine+this._linePadding[S||"full"]}_addLineToZone(h,v){h.startBufferLine=Math.min(h.startBufferLine,v),h.endBufferLine=Math.max(h.endBufferLine,v)}}},5744:function(p,c,h){var v=this&&this.__decorate||function(m,k,R,D){var j,T=arguments.length,M=T<3?k:D===null?D=Object.getOwnPropertyDescriptor(k,R):D;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")M=Reflect.decorate(m,k,R,D);else for(var I=m.length-1;I>=0;I--)(j=m[I])&&(M=(T<3?j(M):T>3?j(k,R,M):j(k,R))||M);return T>3&&M&&Object.defineProperty(k,R,M),M},S=this&&this.__param||function(m,k){return function(R,D){k(R,D,m)}};Object.defineProperty(c,"__esModule",{value:!0}),c.OverviewRulerRenderer=void 0;const f=h(5871),x=h(4725),E=h(844),A=h(2585),C={full:0,left:0,center:0,right:0},y={full:0,left:0,center:0,right:0},b={full:0,left:0,center:0,right:0};let _=c.OverviewRulerRenderer=class extends E.Disposable{get _width(){return this._optionsService.options.overviewRulerWidth||0}constructor(m,k,R,D,j,T,M){var F;super(),this._viewportElement=m,this._screenElement=k,this._bufferService=R,this._decorationService=D,this._renderService=j,this._optionsService=T,this._coreBrowserService=M,this._colorZoneStore=new f.ColorZoneStore,this._shouldUpdateDimensions=!0,this._shouldUpdateAnchor=!0,this._lastKnownBufferLength=0,this._canvas=this._coreBrowserService.mainDocument.createElement("canvas"),this._canvas.classList.add("xterm-decoration-overview-ruler"),this._refreshCanvasDimensions(),(F=this._viewportElement.parentElement)==null||F.insertBefore(this._canvas,this._viewportElement);const I=this._canvas.getContext("2d");if(!I)throw new Error("Ctx cannot be null");this._ctx=I,this._registerDecorationListeners(),this._registerBufferChangeListeners(),this._registerDimensionChangeListeners(),this.register((0,E.toDisposable)((()=>{var G;(G=this._canvas)==null||G.remove()})))}_registerDecorationListeners(){this.register(this._decorationService.onDecorationRegistered((()=>this._queueRefresh(void 0,!0)))),this.register(this._decorationService.onDecorationRemoved((()=>this._queueRefresh(void 0,!0))))}_registerBufferChangeListeners(){this.register(this._renderService.onRenderedViewportChange((()=>this._queueRefresh()))),this.register(this._bufferService.buffers.onBufferActivate((()=>{this._canvas.style.display=this._bufferService.buffer===this._bufferService.buffers.alt?"none":"block"}))),this.register(this._bufferService.onScroll((()=>{this._lastKnownBufferLength!==this._bufferService.buffers.normal.lines.length&&(this._refreshDrawHeightConstants(),this._refreshColorZonePadding())})))}_registerDimensionChangeListeners(){this.register(this._renderService.onRender((()=>{this._containerHeight&&this._containerHeight===this._screenElement.clientHeight||(this._queueRefresh(!0),this._containerHeight=this._screenElement.clientHeight)}))),this.register(this._optionsService.onSpecificOptionChange("overviewRulerWidth",(()=>this._queueRefresh(!0)))),this.register(this._coreBrowserService.onDprChange((()=>this._queueRefresh(!0)))),this._queueRefresh(!0)}_refreshDrawConstants(){const m=Math.floor(this._canvas.width/3),k=Math.ceil(this._canvas.width/3);y.full=this._canvas.width,y.left=m,y.center=k,y.right=m,this._refreshDrawHeightConstants(),b.full=0,b.left=0,b.center=y.left,b.right=y.left+y.center}_refreshDrawHeightConstants(){C.full=Math.round(2*this._coreBrowserService.dpr);const m=this._canvas.height/this._bufferService.buffer.lines.length,k=Math.round(Math.max(Math.min(m,12),6)*this._coreBrowserService.dpr);C.left=k,C.center=k,C.right=k}_refreshColorZonePadding(){this._colorZoneStore.setPadding({full:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*C.full),left:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*C.left),center:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*C.center),right:Math.floor(this._bufferService.buffers.active.lines.length/(this._canvas.height-1)*C.right)}),this._lastKnownBufferLength=this._bufferService.buffers.normal.lines.length}_refreshCanvasDimensions(){this._canvas.style.width=`${this._width}px`,this._canvas.width=Math.round(this._width*this._coreBrowserService.dpr),this._canvas.style.height=`${this._screenElement.clientHeight}px`,this._canvas.height=Math.round(this._screenElement.clientHeight*this._coreBrowserService.dpr),this._refreshDrawConstants(),this._refreshColorZonePadding()}_refreshDecorations(){this._shouldUpdateDimensions&&this._refreshCanvasDimensions(),this._ctx.clearRect(0,0,this._canvas.width,this._canvas.height),this._colorZoneStore.clear();for(const k of this._decorationService.decorations)this._colorZoneStore.addDecoration(k);this._ctx.lineWidth=1;const m=this._colorZoneStore.zones;for(const k of m)k.position!=="full"&&this._renderColorZone(k);for(const k of m)k.position==="full"&&this._renderColorZone(k);this._shouldUpdateDimensions=!1,this._shouldUpdateAnchor=!1}_renderColorZone(m){this._ctx.fillStyle=m.color,this._ctx.fillRect(b[m.position||"full"],Math.round((this._canvas.height-1)*(m.startBufferLine/this._bufferService.buffers.active.lines.length)-C[m.position||"full"]/2),y[m.position||"full"],Math.round((this._canvas.height-1)*((m.endBufferLine-m.startBufferLine)/this._bufferService.buffers.active.lines.length)+C[m.position||"full"]))}_queueRefresh(m,k){this._shouldUpdateDimensions=m||this._shouldUpdateDimensions,this._shouldUpdateAnchor=k||this._shouldUpdateAnchor,this._animationFrame===void 0&&(this._animationFrame=this._coreBrowserService.window.requestAnimationFrame((()=>{this._refreshDecorations(),this._animationFrame=void 0})))}};c.OverviewRulerRenderer=_=v([S(2,A.IBufferService),S(3,A.IDecorationService),S(4,x.IRenderService),S(5,A.IOptionsService),S(6,x.ICoreBrowserService)],_)},2950:function(p,c,h){var v=this&&this.__decorate||function(C,y,b,_){var m,k=arguments.length,R=k<3?y:_===null?_=Object.getOwnPropertyDescriptor(y,b):_;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")R=Reflect.decorate(C,y,b,_);else for(var D=C.length-1;D>=0;D--)(m=C[D])&&(R=(k<3?m(R):k>3?m(y,b,R):m(y,b))||R);return k>3&&R&&Object.defineProperty(y,b,R),R},S=this&&this.__param||function(C,y){return function(b,_){y(b,_,C)}};Object.defineProperty(c,"__esModule",{value:!0}),c.CompositionHelper=void 0;const f=h(4725),x=h(2585),E=h(2584);let A=c.CompositionHelper=class{get isComposing(){return this._isComposing}constructor(C,y,b,_,m,k){this._textarea=C,this._compositionView=y,this._bufferService=b,this._optionsService=_,this._coreService=m,this._renderService=k,this._isComposing=!1,this._isSendingComposition=!1,this._compositionPosition={start:0,end:0},this._dataAlreadySent=""}compositionstart(){this._isComposing=!0,this._compositionPosition.start=this._textarea.value.length,this._compositionView.textContent="",this._dataAlreadySent="",this._compositionView.classList.add("active")}compositionupdate(C){this._compositionView.textContent=C.data,this.updateCompositionElements(),setTimeout((()=>{this._compositionPosition.end=this._textarea.value.length}),0)}compositionend(){this._finalizeComposition(!0)}keydown(C){if(this._isComposing||this._isSendingComposition){if(C.keyCode===229||C.keyCode===16||C.keyCode===17||C.keyCode===18)return!1;this._finalizeComposition(!1)}return C.keyCode!==229||(this._handleAnyTextareaChanges(),!1)}_finalizeComposition(C){if(this._compositionView.classList.remove("active"),this._isComposing=!1,C){const y={start:this._compositionPosition.start,end:this._compositionPosition.end};this._isSendingComposition=!0,setTimeout((()=>{if(this._isSendingComposition){let b;this._isSendingComposition=!1,y.start+=this._dataAlreadySent.length,b=this._isComposing?this._textarea.value.substring(y.start,y.end):this._textarea.value.substring(y.start),b.length>0&&this._coreService.triggerDataEvent(b,!0)}}),0)}else{this._isSendingComposition=!1;const y=this._textarea.value.substring(this._compositionPosition.start,this._compositionPosition.end);this._coreService.triggerDataEvent(y,!0)}}_handleAnyTextareaChanges(){const C=this._textarea.value;setTimeout((()=>{if(!this._isComposing){const y=this._textarea.value,b=y.replace(C,"");this._dataAlreadySent=b,y.length>C.length?this._coreService.triggerDataEvent(b,!0):y.length<C.length?this._coreService.triggerDataEvent(`${E.C0.DEL}`,!0):y.length===C.length&&y!==C&&this._coreService.triggerDataEvent(y,!0)}}),0)}updateCompositionElements(C){if(this._isComposing){if(this._bufferService.buffer.isCursorInViewport){const y=Math.min(this._bufferService.buffer.x,this._bufferService.cols-1),b=this._renderService.dimensions.css.cell.height,_=this._bufferService.buffer.y*this._renderService.dimensions.css.cell.height,m=y*this._renderService.dimensions.css.cell.width;this._compositionView.style.left=m+"px",this._compositionView.style.top=_+"px",this._compositionView.style.height=b+"px",this._compositionView.style.lineHeight=b+"px",this._compositionView.style.fontFamily=this._optionsService.rawOptions.fontFamily,this._compositionView.style.fontSize=this._optionsService.rawOptions.fontSize+"px";const k=this._compositionView.getBoundingClientRect();this._textarea.style.left=m+"px",this._textarea.style.top=_+"px",this._textarea.style.width=Math.max(k.width,1)+"px",this._textarea.style.height=Math.max(k.height,1)+"px",this._textarea.style.lineHeight=k.height+"px"}C||setTimeout((()=>this.updateCompositionElements(!0)),0)}}};c.CompositionHelper=A=v([S(2,x.IBufferService),S(3,x.IOptionsService),S(4,x.ICoreService),S(5,f.IRenderService)],A)},9806:(p,c)=>{function h(v,S,f){const x=f.getBoundingClientRect(),E=v.getComputedStyle(f),A=parseInt(E.getPropertyValue("padding-left")),C=parseInt(E.getPropertyValue("padding-top"));return[S.clientX-x.left-A,S.clientY-x.top-C]}Object.defineProperty(c,"__esModule",{value:!0}),c.getCoords=c.getCoordsRelativeToElement=void 0,c.getCoordsRelativeToElement=h,c.getCoords=function(v,S,f,x,E,A,C,y,b){if(!A)return;const _=h(v,S,f);return _?(_[0]=Math.ceil((_[0]+(b?C/2:0))/C),_[1]=Math.ceil(_[1]/y),_[0]=Math.min(Math.max(_[0],1),x+(b?1:0)),_[1]=Math.min(Math.max(_[1],1),E),_):void 0}},9504:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.moveToCellSequence=void 0;const v=h(2584);function S(y,b,_,m){const k=y-f(y,_),R=b-f(b,_),D=Math.abs(k-R)-(function(j,T,M){let I=0;const F=j-f(j,M),G=T-f(T,M);for(let U=0;U<Math.abs(F-G);U++){const X=x(j,T)==="A"?-1:1,Z=M.buffer.lines.get(F+X*U);Z!=null&&Z.isWrapped&&I++}return I})(y,b,_);return C(D,A(x(y,b),m))}function f(y,b){let _=0,m=b.buffer.lines.get(y),k=m==null?void 0:m.isWrapped;for(;k&&y>=0&&y<b.rows;)_++,m=b.buffer.lines.get(--y),k=m==null?void 0:m.isWrapped;return _}function x(y,b){return y>b?"A":"B"}function E(y,b,_,m,k,R){let D=y,j=b,T="";for(;D!==_||j!==m;)D+=k?1:-1,k&&D>R.cols-1?(T+=R.buffer.translateBufferLineToString(j,!1,y,D),D=0,y=0,j++):!k&&D<0&&(T+=R.buffer.translateBufferLineToString(j,!1,0,y+1),D=R.cols-1,y=D,j--);return T+R.buffer.translateBufferLineToString(j,!1,y,D)}function A(y,b){const _=b?"O":"[";return v.C0.ESC+_+y}function C(y,b){y=Math.floor(y);let _="";for(let m=0;m<y;m++)_+=b;return _}c.moveToCellSequence=function(y,b,_,m){const k=_.buffer.x,R=_.buffer.y;if(!_.buffer.hasScrollback)return(function(T,M,I,F,G,U){return S(M,F,G,U).length===0?"":C(E(T,M,T,M-f(M,G),!1,G).length,A("D",U))})(k,R,0,b,_,m)+S(R,b,_,m)+(function(T,M,I,F,G,U){let X;X=S(M,F,G,U).length>0?F-f(F,G):M;const Z=F,q=(function(W,Q,O,H,L,B){let V;return V=S(O,H,L,B).length>0?H-f(H,L):Q,W<O&&V<=H||W>=O&&V<H?"C":"D"})(T,M,I,F,G,U);return C(E(T,X,I,Z,q==="C",G).length,A(q,U))})(k,R,y,b,_,m);let D;if(R===b)return D=k>y?"D":"C",C(Math.abs(k-y),A(D,m));D=R>b?"D":"C";const j=Math.abs(R-b);return C((function(T,M){return M.cols-T})(R>b?y:k,_)+(j-1)*_.cols+1+((R>b?k:y)-1),A(D,m))}},1296:function(p,c,h){var v=this&&this.__decorate||function(U,X,Z,q){var W,Q=arguments.length,O=Q<3?X:q===null?q=Object.getOwnPropertyDescriptor(X,Z):q;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")O=Reflect.decorate(U,X,Z,q);else for(var H=U.length-1;H>=0;H--)(W=U[H])&&(O=(Q<3?W(O):Q>3?W(X,Z,O):W(X,Z))||O);return Q>3&&O&&Object.defineProperty(X,Z,O),O},S=this&&this.__param||function(U,X){return function(Z,q){X(Z,q,U)}};Object.defineProperty(c,"__esModule",{value:!0}),c.DomRenderer=void 0;const f=h(3787),x=h(2550),E=h(2223),A=h(6171),C=h(6052),y=h(4725),b=h(8055),_=h(8460),m=h(844),k=h(2585),R="xterm-dom-renderer-owner-",D="xterm-rows",j="xterm-fg-",T="xterm-bg-",M="xterm-focus",I="xterm-selection";let F=1,G=c.DomRenderer=class extends m.Disposable{constructor(U,X,Z,q,W,Q,O,H,L,B,V,te,ue){super(),this._terminal=U,this._document=X,this._element=Z,this._screenElement=q,this._viewportElement=W,this._helperContainer=Q,this._linkifier2=O,this._charSizeService=L,this._optionsService=B,this._bufferService=V,this._coreBrowserService=te,this._themeService=ue,this._terminalClass=F++,this._rowElements=[],this._selectionRenderModel=(0,C.createSelectionRenderModel)(),this.onRequestRedraw=this.register(new _.EventEmitter).event,this._rowContainer=this._document.createElement("div"),this._rowContainer.classList.add(D),this._rowContainer.style.lineHeight="normal",this._rowContainer.setAttribute("aria-hidden","true"),this._refreshRowElements(this._bufferService.cols,this._bufferService.rows),this._selectionContainer=this._document.createElement("div"),this._selectionContainer.classList.add(I),this._selectionContainer.setAttribute("aria-hidden","true"),this.dimensions=(0,A.createRenderDimensions)(),this._updateDimensions(),this.register(this._optionsService.onOptionChange((()=>this._handleOptionsChanged()))),this.register(this._themeService.onChangeColors((fe=>this._injectCss(fe)))),this._injectCss(this._themeService.colors),this._rowFactory=H.createInstance(f.DomRendererRowFactory,document),this._element.classList.add(R+this._terminalClass),this._screenElement.appendChild(this._rowContainer),this._screenElement.appendChild(this._selectionContainer),this.register(this._linkifier2.onShowLinkUnderline((fe=>this._handleLinkHover(fe)))),this.register(this._linkifier2.onHideLinkUnderline((fe=>this._handleLinkLeave(fe)))),this.register((0,m.toDisposable)((()=>{this._element.classList.remove(R+this._terminalClass),this._rowContainer.remove(),this._selectionContainer.remove(),this._widthCache.dispose(),this._themeStyleElement.remove(),this._dimensionsStyleElement.remove()}))),this._widthCache=new x.WidthCache(this._document,this._helperContainer),this._widthCache.setFont(this._optionsService.rawOptions.fontFamily,this._optionsService.rawOptions.fontSize,this._optionsService.rawOptions.fontWeight,this._optionsService.rawOptions.fontWeightBold),this._setDefaultSpacing()}_updateDimensions(){const U=this._coreBrowserService.dpr;this.dimensions.device.char.width=this._charSizeService.width*U,this.dimensions.device.char.height=Math.ceil(this._charSizeService.height*U),this.dimensions.device.cell.width=this.dimensions.device.char.width+Math.round(this._optionsService.rawOptions.letterSpacing),this.dimensions.device.cell.height=Math.floor(this.dimensions.device.char.height*this._optionsService.rawOptions.lineHeight),this.dimensions.device.char.left=0,this.dimensions.device.char.top=0,this.dimensions.device.canvas.width=this.dimensions.device.cell.width*this._bufferService.cols,this.dimensions.device.canvas.height=this.dimensions.device.cell.height*this._bufferService.rows,this.dimensions.css.canvas.width=Math.round(this.dimensions.device.canvas.width/U),this.dimensions.css.canvas.height=Math.round(this.dimensions.device.canvas.height/U),this.dimensions.css.cell.width=this.dimensions.css.canvas.width/this._bufferService.cols,this.dimensions.css.cell.height=this.dimensions.css.canvas.height/this._bufferService.rows;for(const Z of this._rowElements)Z.style.width=`${this.dimensions.css.canvas.width}px`,Z.style.height=`${this.dimensions.css.cell.height}px`,Z.style.lineHeight=`${this.dimensions.css.cell.height}px`,Z.style.overflow="hidden";this._dimensionsStyleElement||(this._dimensionsStyleElement=this._document.createElement("style"),this._screenElement.appendChild(this._dimensionsStyleElement));const X=`${this._terminalSelector} .${D} span { display: inline-block; height: 100%; vertical-align: top;}`;this._dimensionsStyleElement.textContent=X,this._selectionContainer.style.height=this._viewportElement.style.height,this._screenElement.style.width=`${this.dimensions.css.canvas.width}px`,this._screenElement.style.height=`${this.dimensions.css.canvas.height}px`}_injectCss(U){this._themeStyleElement||(this._themeStyleElement=this._document.createElement("style"),this._screenElement.appendChild(this._themeStyleElement));let X=`${this._terminalSelector} .${D} { color: ${U.foreground.css}; font-family: ${this._optionsService.rawOptions.fontFamily}; font-size: ${this._optionsService.rawOptions.fontSize}px; font-kerning: none; white-space: pre}`;X+=`${this._terminalSelector} .${D} .xterm-dim { color: ${b.color.multiplyOpacity(U.foreground,.5).css};}`,X+=`${this._terminalSelector} span:not(.xterm-bold) { font-weight: ${this._optionsService.rawOptions.fontWeight};}${this._terminalSelector} span.xterm-bold { font-weight: ${this._optionsService.rawOptions.fontWeightBold};}${this._terminalSelector} span.xterm-italic { font-style: italic;}`;const Z=`blink_underline_${this._terminalClass}`,q=`blink_bar_${this._terminalClass}`,W=`blink_block_${this._terminalClass}`;X+=`@keyframes ${Z} { 50% { border-bottom-style: hidden; }}`,X+=`@keyframes ${q} { 50% { box-shadow: none; }}`,X+=`@keyframes ${W} { 0% { background-color: ${U.cursor.css}; color: ${U.cursorAccent.css}; } 50% { background-color: inherit; color: ${U.cursor.css}; }}`,X+=`${this._terminalSelector} .${D}.${M} .xterm-cursor.xterm-cursor-blink.xterm-cursor-underline { animation: ${Z} 1s step-end infinite;}${this._terminalSelector} .${D}.${M} .xterm-cursor.xterm-cursor-blink.xterm-cursor-bar { animation: ${q} 1s step-end infinite;}${this._terminalSelector} .${D}.${M} .xterm-cursor.xterm-cursor-blink.xterm-cursor-block { animation: ${W} 1s step-end infinite;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-block { background-color: ${U.cursor.css}; color: ${U.cursorAccent.css};}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-block:not(.xterm-cursor-blink) { background-color: ${U.cursor.css} !important; color: ${U.cursorAccent.css} !important;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-outline { outline: 1px solid ${U.cursor.css}; outline-offset: -1px;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-bar { box-shadow: ${this._optionsService.rawOptions.cursorWidth}px 0 0 ${U.cursor.css} inset;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-underline { border-bottom: 1px ${U.cursor.css}; border-bottom-style: solid; height: calc(100% - 1px);}`,X+=`${this._terminalSelector} .${I} { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none;}${this._terminalSelector}.focus .${I} div { position: absolute; background-color: ${U.selectionBackgroundOpaque.css};}${this._terminalSelector} .${I} div { position: absolute; background-color: ${U.selectionInactiveBackgroundOpaque.css};}`;for(const[Q,O]of U.ansi.entries())X+=`${this._terminalSelector} .${j}${Q} { color: ${O.css}; }${this._terminalSelector} .${j}${Q}.xterm-dim { color: ${b.color.multiplyOpacity(O,.5).css}; }${this._terminalSelector} .${T}${Q} { background-color: ${O.css}; }`;X+=`${this._terminalSelector} .${j}${E.INVERTED_DEFAULT_COLOR} { color: ${b.color.opaque(U.background).css}; }${this._terminalSelector} .${j}${E.INVERTED_DEFAULT_COLOR}.xterm-dim { color: ${b.color.multiplyOpacity(b.color.opaque(U.background),.5).css}; }${this._terminalSelector} .${T}${E.INVERTED_DEFAULT_COLOR} { background-color: ${U.foreground.css}; }`,this._themeStyleElement.textContent=X}_setDefaultSpacing(){const U=this.dimensions.css.cell.width-this._widthCache.get("W",!1,!1);this._rowContainer.style.letterSpacing=`${U}px`,this._rowFactory.defaultSpacing=U}handleDevicePixelRatioChange(){this._updateDimensions(),this._widthCache.clear(),this._setDefaultSpacing()}_refreshRowElements(U,X){for(let Z=this._rowElements.length;Z<=X;Z++){const q=this._document.createElement("div");this._rowContainer.appendChild(q),this._rowElements.push(q)}for(;this._rowElements.length>X;)this._rowContainer.removeChild(this._rowElements.pop())}handleResize(U,X){this._refreshRowElements(U,X),this._updateDimensions(),this.handleSelectionChanged(this._selectionRenderModel.selectionStart,this._selectionRenderModel.selectionEnd,this._selectionRenderModel.columnSelectMode)}handleCharSizeChanged(){this._updateDimensions(),this._widthCache.clear(),this._setDefaultSpacing()}handleBlur(){this._rowContainer.classList.remove(M),this.renderRows(0,this._bufferService.rows-1)}handleFocus(){this._rowContainer.classList.add(M),this.renderRows(this._bufferService.buffer.y,this._bufferService.buffer.y)}handleSelectionChanged(U,X,Z){if(this._selectionContainer.replaceChildren(),this._rowFactory.handleSelectionChanged(U,X,Z),this.renderRows(0,this._bufferService.rows-1),!U||!X)return;this._selectionRenderModel.update(this._terminal,U,X,Z);const q=this._selectionRenderModel.viewportStartRow,W=this._selectionRenderModel.viewportEndRow,Q=this._selectionRenderModel.viewportCappedStartRow,O=this._selectionRenderModel.viewportCappedEndRow;if(Q>=this._bufferService.rows||O<0)return;const H=this._document.createDocumentFragment();if(Z){const L=U[0]>X[0];H.appendChild(this._createSelectionElement(Q,L?X[0]:U[0],L?U[0]:X[0],O-Q+1))}else{const L=q===Q?U[0]:0,B=Q===W?X[0]:this._bufferService.cols;H.appendChild(this._createSelectionElement(Q,L,B));const V=O-Q-1;if(H.appendChild(this._createSelectionElement(Q+1,0,this._bufferService.cols,V)),Q!==O){const te=W===O?X[0]:this._bufferService.cols;H.appendChild(this._createSelectionElement(O,0,te))}}this._selectionContainer.appendChild(H)}_createSelectionElement(U,X,Z,q=1){const W=this._document.createElement("div"),Q=X*this.dimensions.css.cell.width;let O=this.dimensions.css.cell.width*(Z-X);return Q+O>this.dimensions.css.canvas.width&&(O=this.dimensions.css.canvas.width-Q),W.style.height=q*this.dimensions.css.cell.height+"px",W.style.top=U*this.dimensions.css.cell.height+"px",W.style.left=`${Q}px`,W.style.width=`${O}px`,W}handleCursorMove(){}_handleOptionsChanged(){this._updateDimensions(),this._injectCss(this._themeService.colors),this._widthCache.setFont(this._optionsService.rawOptions.fontFamily,this._optionsService.rawOptions.fontSize,this._optionsService.rawOptions.fontWeight,this._optionsService.rawOptions.fontWeightBold),this._setDefaultSpacing()}clear(){for(const U of this._rowElements)U.replaceChildren()}renderRows(U,X){const Z=this._bufferService.buffer,q=Z.ybase+Z.y,W=Math.min(Z.x,this._bufferService.cols-1),Q=this._optionsService.rawOptions.cursorBlink,O=this._optionsService.rawOptions.cursorStyle,H=this._optionsService.rawOptions.cursorInactiveStyle;for(let L=U;L<=X;L++){const B=L+Z.ydisp,V=this._rowElements[L],te=Z.lines.get(B);if(!V||!te)break;V.replaceChildren(...this._rowFactory.createRow(te,B,B===q,O,H,W,Q,this.dimensions.css.cell.width,this._widthCache,-1,-1))}}get _terminalSelector(){return`.${R}${this._terminalClass}`}_handleLinkHover(U){this._setCellUnderline(U.x1,U.x2,U.y1,U.y2,U.cols,!0)}_handleLinkLeave(U){this._setCellUnderline(U.x1,U.x2,U.y1,U.y2,U.cols,!1)}_setCellUnderline(U,X,Z,q,W,Q){Z<0&&(U=0),q<0&&(X=0);const O=this._bufferService.rows-1;Z=Math.max(Math.min(Z,O),0),q=Math.max(Math.min(q,O),0),W=Math.min(W,this._bufferService.cols);const H=this._bufferService.buffer,L=H.ybase+H.y,B=Math.min(H.x,W-1),V=this._optionsService.rawOptions.cursorBlink,te=this._optionsService.rawOptions.cursorStyle,ue=this._optionsService.rawOptions.cursorInactiveStyle;for(let fe=Z;fe<=q;++fe){const K=fe+H.ydisp,$=this._rowElements[fe],ce=H.lines.get(K);if(!$||!ce)break;$.replaceChildren(...this._rowFactory.createRow(ce,K,K===L,te,ue,B,V,this.dimensions.css.cell.width,this._widthCache,Q?fe===Z?U:0:-1,Q?(fe===q?X:W)-1:-1))}}};c.DomRenderer=G=v([S(7,k.IInstantiationService),S(8,y.ICharSizeService),S(9,k.IOptionsService),S(10,k.IBufferService),S(11,y.ICoreBrowserService),S(12,y.IThemeService)],G)},3787:function(p,c,h){var v=this&&this.__decorate||function(D,j,T,M){var I,F=arguments.length,G=F<3?j:M===null?M=Object.getOwnPropertyDescriptor(j,T):M;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")G=Reflect.decorate(D,j,T,M);else for(var U=D.length-1;U>=0;U--)(I=D[U])&&(G=(F<3?I(G):F>3?I(j,T,G):I(j,T))||G);return F>3&&G&&Object.defineProperty(j,T,G),G},S=this&&this.__param||function(D,j){return function(T,M){j(T,M,D)}};Object.defineProperty(c,"__esModule",{value:!0}),c.DomRendererRowFactory=void 0;const f=h(2223),x=h(643),E=h(511),A=h(2585),C=h(8055),y=h(4725),b=h(4269),_=h(6171),m=h(3734);let k=c.DomRendererRowFactory=class{constructor(D,j,T,M,I,F,G){this._document=D,this._characterJoinerService=j,this._optionsService=T,this._coreBrowserService=M,this._coreService=I,this._decorationService=F,this._themeService=G,this._workCell=new E.CellData,this._columnSelectMode=!1,this.defaultSpacing=0}handleSelectionChanged(D,j,T){this._selectionStart=D,this._selectionEnd=j,this._columnSelectMode=T}createRow(D,j,T,M,I,F,G,U,X,Z,q){const W=[],Q=this._characterJoinerService.getJoinedCharacters(j),O=this._themeService.colors;let H,L=D.getNoBgTrimmedLength();T&&L<F+1&&(L=F+1);let B=0,V="",te=0,ue=0,fe=0,K=!1,$=0,ce=!1,re=0;const ye=[],Ce=Z!==-1&&q!==-1;for(let Fe=0;Fe<L;Fe++){D.loadCell(Fe,this._workCell);let ze=this._workCell.getWidth();if(ze===0)continue;let Ge=!1,He=Fe,Ne=this._workCell;if(Q.length>0&&Fe===Q[0][0]){Ge=!0;const at=Q.shift();Ne=new b.JoinedCellData(this._workCell,D.translateToString(!0,at[0],at[1]),at[1]-at[0]),He=at[1]-1,ze=Ne.getWidth()}const Qt=this._isCellInSelection(Fe,j),Ie=T&&Fe===F,cs=Ce&&Fe>=Z&&Fe<=q;let ht=!1;this._decorationService.forEachDecorationAtCell(Fe,j,void 0,(at=>{ht=!0}));let us=Ne.getChars()||x.WHITESPACE_CELL_CHAR;if(us===" "&&(Ne.isUnderline()||Ne.isOverline())&&(us=" "),re=ze*U-X.get(us,Ne.isBold(),Ne.isItalic()),H){if(B&&(Qt&&ce||!Qt&&!ce&&Ne.bg===te)&&(Qt&&ce&&O.selectionForeground||Ne.fg===ue)&&Ne.extended.ext===fe&&cs===K&&re===$&&!Ie&&!Ge&&!ht){Ne.isInvisible()?V+=x.WHITESPACE_CELL_CHAR:V+=us,B++;continue}B&&(H.textContent=V),H=this._document.createElement("span"),B=0,V=""}else H=this._document.createElement("span");if(te=Ne.bg,ue=Ne.fg,fe=Ne.extended.ext,K=cs,$=re,ce=Qt,Ge&&F>=Fe&&F<=He&&(F=Fe),!this._coreService.isCursorHidden&&Ie&&this._coreService.isCursorInitialized){if(ye.push("xterm-cursor"),this._coreBrowserService.isFocused)G&&ye.push("xterm-cursor-blink"),ye.push(M==="bar"?"xterm-cursor-bar":M==="underline"?"xterm-cursor-underline":"xterm-cursor-block");else if(I)switch(I){case"outline":ye.push("xterm-cursor-outline");break;case"block":ye.push("xterm-cursor-block");break;case"bar":ye.push("xterm-cursor-bar");break;case"underline":ye.push("xterm-cursor-underline")}}if(Ne.isBold()&&ye.push("xterm-bold"),Ne.isItalic()&&ye.push("xterm-italic"),Ne.isDim()&&ye.push("xterm-dim"),V=Ne.isInvisible()?x.WHITESPACE_CELL_CHAR:Ne.getChars()||x.WHITESPACE_CELL_CHAR,Ne.isUnderline()&&(ye.push(`xterm-underline-${Ne.extended.underlineStyle}`),V===" "&&(V=" "),!Ne.isUnderlineColorDefault()))if(Ne.isUnderlineColorRGB())H.style.textDecorationColor=`rgb(${m.AttributeData.toColorRGB(Ne.getUnderlineColor()).join(",")})`;else{let at=Ne.getUnderlineColor();this._optionsService.rawOptions.drawBoldTextInBrightColors&&Ne.isBold()&&at<8&&(at+=8),H.style.textDecorationColor=O.ansi[at].css}Ne.isOverline()&&(ye.push("xterm-overline"),V===" "&&(V=" ")),Ne.isStrikethrough()&&ye.push("xterm-strikethrough"),cs&&(H.style.textDecoration="underline");let yt=Ne.getFgColor(),st=Ne.getFgColorMode(),Lt=Ne.getBgColor(),Oe=Ne.getBgColorMode();const Je=!!Ne.isInverse();if(Je){const at=yt;yt=Lt,Lt=at;const ns=st;st=Oe,Oe=ns}let At,Wt,Ct,ws=!1;switch(this._decorationService.forEachDecorationAtCell(Fe,j,void 0,(at=>{at.options.layer!=="top"&&ws||(at.backgroundColorRGB&&(Oe=50331648,Lt=at.backgroundColorRGB.rgba>>8&16777215,At=at.backgroundColorRGB),at.foregroundColorRGB&&(st=50331648,yt=at.foregroundColorRGB.rgba>>8&16777215,Wt=at.foregroundColorRGB),ws=at.options.layer==="top")})),!ws&&Qt&&(At=this._coreBrowserService.isFocused?O.selectionBackgroundOpaque:O.selectionInactiveBackgroundOpaque,Lt=At.rgba>>8&16777215,Oe=50331648,ws=!0,O.selectionForeground&&(st=50331648,yt=O.selectionForeground.rgba>>8&16777215,Wt=O.selectionForeground)),ws&&ye.push("xterm-decoration-top"),Oe){case 16777216:case 33554432:Ct=O.ansi[Lt],ye.push(`xterm-bg-${Lt}`);break;case 50331648:Ct=C.channels.toColor(Lt>>16,Lt>>8&255,255&Lt),this._addStyle(H,`background-color:#${R((Lt>>>0).toString(16),"0",6)}`);break;default:Je?(Ct=O.foreground,ye.push(`xterm-bg-${f.INVERTED_DEFAULT_COLOR}`)):Ct=O.background}switch(At||Ne.isDim()&&(At=C.color.multiplyOpacity(Ct,.5)),st){case 16777216:case 33554432:Ne.isBold()&&yt<8&&this._optionsService.rawOptions.drawBoldTextInBrightColors&&(yt+=8),this._applyMinimumContrast(H,Ct,O.ansi[yt],Ne,At,void 0)||ye.push(`xterm-fg-${yt}`);break;case 50331648:const at=C.channels.toColor(yt>>16&255,yt>>8&255,255&yt);this._applyMinimumContrast(H,Ct,at,Ne,At,Wt)||this._addStyle(H,`color:#${R(yt.toString(16),"0",6)}`);break;default:this._applyMinimumContrast(H,Ct,O.foreground,Ne,At,Wt)||Je&&ye.push(`xterm-fg-${f.INVERTED_DEFAULT_COLOR}`)}ye.length&&(H.className=ye.join(" "),ye.length=0),Ie||Ge||ht?H.textContent=V:B++,re!==this.defaultSpacing&&(H.style.letterSpacing=`${re}px`),W.push(H),Fe=He}return H&&B&&(H.textContent=V),W}_applyMinimumContrast(D,j,T,M,I,F){if(this._optionsService.rawOptions.minimumContrastRatio===1||(0,_.treatGlyphAsBackgroundColor)(M.getCode()))return!1;const G=this._getContrastCache(M);let U;if(I||F||(U=G.getColor(j.rgba,T.rgba)),U===void 0){const X=this._optionsService.rawOptions.minimumContrastRatio/(M.isDim()?2:1);U=C.color.ensureContrastRatio(I||j,F||T,X),G.setColor((I||j).rgba,(F||T).rgba,U??null)}return!!U&&(this._addStyle(D,`color:${U.css}`),!0)}_getContrastCache(D){return D.isDim()?this._themeService.colors.halfContrastCache:this._themeService.colors.contrastCache}_addStyle(D,j){D.setAttribute("style",`${D.getAttribute("style")||""}${j};`)}_isCellInSelection(D,j){const T=this._selectionStart,M=this._selectionEnd;return!(!T||!M)&&(this._columnSelectMode?T[0]<=M[0]?D>=T[0]&&j>=T[1]&&D<M[0]&&j<=M[1]:D<T[0]&&j>=T[1]&&D>=M[0]&&j<=M[1]:j>T[1]&&j<M[1]||T[1]===M[1]&&j===T[1]&&D>=T[0]&&D<M[0]||T[1]<M[1]&&j===M[1]&&D<M[0]||T[1]<M[1]&&j===T[1]&&D>=T[0])}};function R(D,j,T){for(;D.length<T;)D=j+D;return D}c.DomRendererRowFactory=k=v([S(1,y.ICharacterJoinerService),S(2,A.IOptionsService),S(3,y.ICoreBrowserService),S(4,A.ICoreService),S(5,A.IDecorationService),S(6,y.IThemeService)],k)},2550:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.WidthCache=void 0,c.WidthCache=class{constructor(h,v){this._flat=new Float32Array(256),this._font="",this._fontSize=0,this._weight="normal",this._weightBold="bold",this._measureElements=[],this._container=h.createElement("div"),this._container.classList.add("xterm-width-cache-measure-container"),this._container.setAttribute("aria-hidden","true"),this._container.style.whiteSpace="pre",this._container.style.fontKerning="none";const S=h.createElement("span");S.classList.add("xterm-char-measure-element");const f=h.createElement("span");f.classList.add("xterm-char-measure-element"),f.style.fontWeight="bold";const x=h.createElement("span");x.classList.add("xterm-char-measure-element"),x.style.fontStyle="italic";const E=h.createElement("span");E.classList.add("xterm-char-measure-element"),E.style.fontWeight="bold",E.style.fontStyle="italic",this._measureElements=[S,f,x,E],this._container.appendChild(S),this._container.appendChild(f),this._container.appendChild(x),this._container.appendChild(E),v.appendChild(this._container),this.clear()}dispose(){this._container.remove(),this._measureElements.length=0,this._holey=void 0}clear(){this._flat.fill(-9999),this._holey=new Map}setFont(h,v,S,f){h===this._font&&v===this._fontSize&&S===this._weight&&f===this._weightBold||(this._font=h,this._fontSize=v,this._weight=S,this._weightBold=f,this._container.style.fontFamily=this._font,this._container.style.fontSize=`${this._fontSize}px`,this._measureElements[0].style.fontWeight=`${S}`,this._measureElements[1].style.fontWeight=`${f}`,this._measureElements[2].style.fontWeight=`${S}`,this._measureElements[3].style.fontWeight=`${f}`,this.clear())}get(h,v,S){let f=0;if(!v&&!S&&h.length===1&&(f=h.charCodeAt(0))<256){if(this._flat[f]!==-9999)return this._flat[f];const A=this._measure(h,0);return A>0&&(this._flat[f]=A),A}let x=h;v&&(x+="B"),S&&(x+="I");let E=this._holey.get(x);if(E===void 0){let A=0;v&&(A|=1),S&&(A|=2),E=this._measure(h,A),E>0&&this._holey.set(x,E)}return E}_measure(h,v){const S=this._measureElements[v];return S.textContent=h.repeat(32),S.offsetWidth/32}}},2223:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.TEXT_BASELINE=c.DIM_OPACITY=c.INVERTED_DEFAULT_COLOR=void 0;const v=h(6114);c.INVERTED_DEFAULT_COLOR=257,c.DIM_OPACITY=.5,c.TEXT_BASELINE=v.isFirefox||v.isLegacyEdge?"bottom":"ideographic"},6171:(p,c)=>{function h(S){return 57508<=S&&S<=57558}function v(S){return S>=128512&&S<=128591||S>=127744&&S<=128511||S>=128640&&S<=128767||S>=9728&&S<=9983||S>=9984&&S<=10175||S>=65024&&S<=65039||S>=129280&&S<=129535||S>=127462&&S<=127487}Object.defineProperty(c,"__esModule",{value:!0}),c.computeNextVariantOffset=c.createRenderDimensions=c.treatGlyphAsBackgroundColor=c.allowRescaling=c.isEmoji=c.isRestrictedPowerlineGlyph=c.isPowerlineGlyph=c.throwIfFalsy=void 0,c.throwIfFalsy=function(S){if(!S)throw new Error("value must not be falsy");return S},c.isPowerlineGlyph=h,c.isRestrictedPowerlineGlyph=function(S){return 57520<=S&&S<=57527},c.isEmoji=v,c.allowRescaling=function(S,f,x,E){return f===1&&x>Math.ceil(1.5*E)&&S!==void 0&&S>255&&!v(S)&&!h(S)&&!(function(A){return 57344<=A&&A<=63743})(S)},c.treatGlyphAsBackgroundColor=function(S){return h(S)||(function(f){return 9472<=f&&f<=9631})(S)},c.createRenderDimensions=function(){return{css:{canvas:{width:0,height:0},cell:{width:0,height:0}},device:{canvas:{width:0,height:0},cell:{width:0,height:0},char:{width:0,height:0,left:0,top:0}}}},c.computeNextVariantOffset=function(S,f,x=0){return(S-(2*Math.round(f)-x))%(2*Math.round(f))}},6052:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.createSelectionRenderModel=void 0;class h{constructor(){this.clear()}clear(){this.hasSelection=!1,this.columnSelectMode=!1,this.viewportStartRow=0,this.viewportEndRow=0,this.viewportCappedStartRow=0,this.viewportCappedEndRow=0,this.startCol=0,this.endCol=0,this.selectionStart=void 0,this.selectionEnd=void 0}update(S,f,x,E=!1){if(this.selectionStart=f,this.selectionEnd=x,!f||!x||f[0]===x[0]&&f[1]===x[1])return void this.clear();const A=S.buffers.active.ydisp,C=f[1]-A,y=x[1]-A,b=Math.max(C,0),_=Math.min(y,S.rows-1);b>=S.rows||_<0?this.clear():(this.hasSelection=!0,this.columnSelectMode=E,this.viewportStartRow=C,this.viewportEndRow=y,this.viewportCappedStartRow=b,this.viewportCappedEndRow=_,this.startCol=f[0],this.endCol=x[0])}isCellSelected(S,f,x){return!!this.hasSelection&&(x-=S.buffer.active.viewportY,this.columnSelectMode?this.startCol<=this.endCol?f>=this.startCol&&x>=this.viewportCappedStartRow&&f<this.endCol&&x<=this.viewportCappedEndRow:f<this.startCol&&x>=this.viewportCappedStartRow&&f>=this.endCol&&x<=this.viewportCappedEndRow:x>this.viewportStartRow&&x<this.viewportEndRow||this.viewportStartRow===this.viewportEndRow&&x===this.viewportStartRow&&f>=this.startCol&&f<this.endCol||this.viewportStartRow<this.viewportEndRow&&x===this.viewportEndRow&&f<this.endCol||this.viewportStartRow<this.viewportEndRow&&x===this.viewportStartRow&&f>=this.startCol)}}c.createSelectionRenderModel=function(){return new h}},456:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.SelectionModel=void 0,c.SelectionModel=class{constructor(h){this._bufferService=h,this.isSelectAllActive=!1,this.selectionStartLength=0}clearSelection(){this.selectionStart=void 0,this.selectionEnd=void 0,this.isSelectAllActive=!1,this.selectionStartLength=0}get finalSelectionStart(){return this.isSelectAllActive?[0,0]:this.selectionEnd&&this.selectionStart&&this.areSelectionValuesReversed()?this.selectionEnd:this.selectionStart}get finalSelectionEnd(){if(this.isSelectAllActive)return[this._bufferService.cols,this._bufferService.buffer.ybase+this._bufferService.rows-1];if(this.selectionStart){if(!this.selectionEnd||this.areSelectionValuesReversed()){const h=this.selectionStart[0]+this.selectionStartLength;return h>this._bufferService.cols?h%this._bufferService.cols==0?[this._bufferService.cols,this.selectionStart[1]+Math.floor(h/this._bufferService.cols)-1]:[h%this._bufferService.cols,this.selectionStart[1]+Math.floor(h/this._bufferService.cols)]:[h,this.selectionStart[1]]}if(this.selectionStartLength&&this.selectionEnd[1]===this.selectionStart[1]){const h=this.selectionStart[0]+this.selectionStartLength;return h>this._bufferService.cols?[h%this._bufferService.cols,this.selectionStart[1]+Math.floor(h/this._bufferService.cols)]:[Math.max(h,this.selectionEnd[0]),this.selectionEnd[1]]}return this.selectionEnd}}areSelectionValuesReversed(){const h=this.selectionStart,v=this.selectionEnd;return!(!h||!v)&&(h[1]>v[1]||h[1]===v[1]&&h[0]>v[0])}handleTrim(h){return this.selectionStart&&(this.selectionStart[1]-=h),this.selectionEnd&&(this.selectionEnd[1]-=h),this.selectionEnd&&this.selectionEnd[1]<0?(this.clearSelection(),!0):(this.selectionStart&&this.selectionStart[1]<0&&(this.selectionStart[1]=0),!1)}}},428:function(p,c,h){var v=this&&this.__decorate||function(_,m,k,R){var D,j=arguments.length,T=j<3?m:R===null?R=Object.getOwnPropertyDescriptor(m,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(_,m,k,R);else for(var M=_.length-1;M>=0;M--)(D=_[M])&&(T=(j<3?D(T):j>3?D(m,k,T):D(m,k))||T);return j>3&&T&&Object.defineProperty(m,k,T),T},S=this&&this.__param||function(_,m){return function(k,R){m(k,R,_)}};Object.defineProperty(c,"__esModule",{value:!0}),c.CharSizeService=void 0;const f=h(2585),x=h(8460),E=h(844);let A=c.CharSizeService=class extends E.Disposable{get hasValidSize(){return this.width>0&&this.height>0}constructor(_,m,k){super(),this._optionsService=k,this.width=0,this.height=0,this._onCharSizeChange=this.register(new x.EventEmitter),this.onCharSizeChange=this._onCharSizeChange.event;try{this._measureStrategy=this.register(new b(this._optionsService))}catch{this._measureStrategy=this.register(new y(_,m,this._optionsService))}this.register(this._optionsService.onMultipleOptionChange(["fontFamily","fontSize"],(()=>this.measure())))}measure(){const _=this._measureStrategy.measure();_.width===this.width&&_.height===this.height||(this.width=_.width,this.height=_.height,this._onCharSizeChange.fire())}};c.CharSizeService=A=v([S(2,f.IOptionsService)],A);class C extends E.Disposable{constructor(){super(...arguments),this._result={width:0,height:0}}_validateAndSet(m,k){m!==void 0&&m>0&&k!==void 0&&k>0&&(this._result.width=m,this._result.height=k)}}class y extends C{constructor(m,k,R){super(),this._document=m,this._parentElement=k,this._optionsService=R,this._measureElement=this._document.createElement("span"),this._measureElement.classList.add("xterm-char-measure-element"),this._measureElement.textContent="W".repeat(32),this._measureElement.setAttribute("aria-hidden","true"),this._measureElement.style.whiteSpace="pre",this._measureElement.style.fontKerning="none",this._parentElement.appendChild(this._measureElement)}measure(){return this._measureElement.style.fontFamily=this._optionsService.rawOptions.fontFamily,this._measureElement.style.fontSize=`${this._optionsService.rawOptions.fontSize}px`,this._validateAndSet(Number(this._measureElement.offsetWidth)/32,Number(this._measureElement.offsetHeight)),this._result}}class b extends C{constructor(m){super(),this._optionsService=m,this._canvas=new OffscreenCanvas(100,100),this._ctx=this._canvas.getContext("2d");const k=this._ctx.measureText("W");if(!("width"in k&&"fontBoundingBoxAscent"in k&&"fontBoundingBoxDescent"in k))throw new Error("Required font metrics not supported")}measure(){this._ctx.font=`${this._optionsService.rawOptions.fontSize}px ${this._optionsService.rawOptions.fontFamily}`;const m=this._ctx.measureText("W");return this._validateAndSet(m.width,m.fontBoundingBoxAscent+m.fontBoundingBoxDescent),this._result}}},4269:function(p,c,h){var v=this&&this.__decorate||function(b,_,m,k){var R,D=arguments.length,j=D<3?_:k===null?k=Object.getOwnPropertyDescriptor(_,m):k;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(b,_,m,k);else for(var T=b.length-1;T>=0;T--)(R=b[T])&&(j=(D<3?R(j):D>3?R(_,m,j):R(_,m))||j);return D>3&&j&&Object.defineProperty(_,m,j),j},S=this&&this.__param||function(b,_){return function(m,k){_(m,k,b)}};Object.defineProperty(c,"__esModule",{value:!0}),c.CharacterJoinerService=c.JoinedCellData=void 0;const f=h(3734),x=h(643),E=h(511),A=h(2585);class C extends f.AttributeData{constructor(_,m,k){super(),this.content=0,this.combinedData="",this.fg=_.fg,this.bg=_.bg,this.combinedData=m,this._width=k}isCombined(){return 2097152}getWidth(){return this._width}getChars(){return this.combinedData}getCode(){return 2097151}setFromCharData(_){throw new Error("not implemented")}getAsCharData(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]}}c.JoinedCellData=C;let y=c.CharacterJoinerService=class e1{constructor(_){this._bufferService=_,this._characterJoiners=[],this._nextCharacterJoinerId=0,this._workCell=new E.CellData}register(_){const m={id:this._nextCharacterJoinerId++,handler:_};return this._characterJoiners.push(m),m.id}deregister(_){for(let m=0;m<this._characterJoiners.length;m++)if(this._characterJoiners[m].id===_)return this._characterJoiners.splice(m,1),!0;return!1}getJoinedCharacters(_){if(this._characterJoiners.length===0)return[];const m=this._bufferService.buffer.lines.get(_);if(!m||m.length===0)return[];const k=[],R=m.translateToString(!0);let D=0,j=0,T=0,M=m.getFg(0),I=m.getBg(0);for(let F=0;F<m.getTrimmedLength();F++)if(m.loadCell(F,this._workCell),this._workCell.getWidth()!==0){if(this._workCell.fg!==M||this._workCell.bg!==I){if(F-D>1){const G=this._getJoinedRanges(R,T,j,m,D);for(let U=0;U<G.length;U++)k.push(G[U])}D=F,T=j,M=this._workCell.fg,I=this._workCell.bg}j+=this._workCell.getChars().length||x.WHITESPACE_CELL_CHAR.length}if(this._bufferService.cols-D>1){const F=this._getJoinedRanges(R,T,j,m,D);for(let G=0;G<F.length;G++)k.push(F[G])}return k}_getJoinedRanges(_,m,k,R,D){const j=_.substring(m,k);let T=[];try{T=this._characterJoiners[0].handler(j)}catch(M){console.error(M)}for(let M=1;M<this._characterJoiners.length;M++)try{const I=this._characterJoiners[M].handler(j);for(let F=0;F<I.length;F++)e1._mergeRanges(T,I[F])}catch(I){console.error(I)}return this._stringRangesToCellRanges(T,R,D),T}_stringRangesToCellRanges(_,m,k){let R=0,D=!1,j=0,T=_[R];if(T){for(let M=k;M<this._bufferService.cols;M++){const I=m.getWidth(M),F=m.getString(M).length||x.WHITESPACE_CELL_CHAR.length;if(I!==0){if(!D&&T[0]<=j&&(T[0]=M,D=!0),T[1]<=j){if(T[1]=M,T=_[++R],!T)break;T[0]<=j?(T[0]=M,D=!0):D=!1}j+=F}}T&&(T[1]=this._bufferService.cols)}}static _mergeRanges(_,m){let k=!1;for(let R=0;R<_.length;R++){const D=_[R];if(k){if(m[1]<=D[0])return _[R-1][1]=m[1],_;if(m[1]<=D[1])return _[R-1][1]=Math.max(m[1],D[1]),_.splice(R,1),_;_.splice(R,1),R--}else{if(m[1]<=D[0])return _.splice(R,0,m),_;if(m[1]<=D[1])return D[0]=Math.min(m[0],D[0]),_;m[0]<D[1]&&(D[0]=Math.min(m[0],D[0]),k=!0)}}return k?_[_.length-1][1]=m[1]:_.push(m),_}};c.CharacterJoinerService=y=v([S(0,A.IBufferService)],y)},5114:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.CoreBrowserService=void 0;const v=h(844),S=h(8460),f=h(3656);class x extends v.Disposable{constructor(C,y,b){super(),this._textarea=C,this._window=y,this.mainDocument=b,this._isFocused=!1,this._cachedIsFocused=void 0,this._screenDprMonitor=new E(this._window),this._onDprChange=this.register(new S.EventEmitter),this.onDprChange=this._onDprChange.event,this._onWindowChange=this.register(new S.EventEmitter),this.onWindowChange=this._onWindowChange.event,this.register(this.onWindowChange((_=>this._screenDprMonitor.setWindow(_)))),this.register((0,S.forwardEvent)(this._screenDprMonitor.onDprChange,this._onDprChange)),this._textarea.addEventListener("focus",(()=>this._isFocused=!0)),this._textarea.addEventListener("blur",(()=>this._isFocused=!1))}get window(){return this._window}set window(C){this._window!==C&&(this._window=C,this._onWindowChange.fire(this._window))}get dpr(){return this.window.devicePixelRatio}get isFocused(){return this._cachedIsFocused===void 0&&(this._cachedIsFocused=this._isFocused&&this._textarea.ownerDocument.hasFocus(),queueMicrotask((()=>this._cachedIsFocused=void 0))),this._cachedIsFocused}}c.CoreBrowserService=x;class E extends v.Disposable{constructor(C){super(),this._parentWindow=C,this._windowResizeListener=this.register(new v.MutableDisposable),this._onDprChange=this.register(new S.EventEmitter),this.onDprChange=this._onDprChange.event,this._outerListener=()=>this._setDprAndFireIfDiffers(),this._currentDevicePixelRatio=this._parentWindow.devicePixelRatio,this._updateDpr(),this._setWindowResizeListener(),this.register((0,v.toDisposable)((()=>this.clearListener())))}setWindow(C){this._parentWindow=C,this._setWindowResizeListener(),this._setDprAndFireIfDiffers()}_setWindowResizeListener(){this._windowResizeListener.value=(0,f.addDisposableDomListener)(this._parentWindow,"resize",(()=>this._setDprAndFireIfDiffers()))}_setDprAndFireIfDiffers(){this._parentWindow.devicePixelRatio!==this._currentDevicePixelRatio&&this._onDprChange.fire(this._parentWindow.devicePixelRatio),this._updateDpr()}_updateDpr(){var C;this._outerListener&&((C=this._resolutionMediaMatchList)==null||C.removeListener(this._outerListener),this._currentDevicePixelRatio=this._parentWindow.devicePixelRatio,this._resolutionMediaMatchList=this._parentWindow.matchMedia(`screen and (resolution: ${this._parentWindow.devicePixelRatio}dppx)`),this._resolutionMediaMatchList.addListener(this._outerListener))}clearListener(){this._resolutionMediaMatchList&&this._outerListener&&(this._resolutionMediaMatchList.removeListener(this._outerListener),this._resolutionMediaMatchList=void 0,this._outerListener=void 0)}}},779:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.LinkProviderService=void 0;const v=h(844);class S extends v.Disposable{constructor(){super(),this.linkProviders=[],this.register((0,v.toDisposable)((()=>this.linkProviders.length=0)))}registerLinkProvider(x){return this.linkProviders.push(x),{dispose:()=>{const E=this.linkProviders.indexOf(x);E!==-1&&this.linkProviders.splice(E,1)}}}}c.LinkProviderService=S},8934:function(p,c,h){var v=this&&this.__decorate||function(A,C,y,b){var _,m=arguments.length,k=m<3?C:b===null?b=Object.getOwnPropertyDescriptor(C,y):b;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")k=Reflect.decorate(A,C,y,b);else for(var R=A.length-1;R>=0;R--)(_=A[R])&&(k=(m<3?_(k):m>3?_(C,y,k):_(C,y))||k);return m>3&&k&&Object.defineProperty(C,y,k),k},S=this&&this.__param||function(A,C){return function(y,b){C(y,b,A)}};Object.defineProperty(c,"__esModule",{value:!0}),c.MouseService=void 0;const f=h(4725),x=h(9806);let E=c.MouseService=class{constructor(A,C){this._renderService=A,this._charSizeService=C}getCoords(A,C,y,b,_){return(0,x.getCoords)(window,A,C,y,b,this._charSizeService.hasValidSize,this._renderService.dimensions.css.cell.width,this._renderService.dimensions.css.cell.height,_)}getMouseReportCoords(A,C){const y=(0,x.getCoordsRelativeToElement)(window,A,C);if(this._charSizeService.hasValidSize)return y[0]=Math.min(Math.max(y[0],0),this._renderService.dimensions.css.canvas.width-1),y[1]=Math.min(Math.max(y[1],0),this._renderService.dimensions.css.canvas.height-1),{col:Math.floor(y[0]/this._renderService.dimensions.css.cell.width),row:Math.floor(y[1]/this._renderService.dimensions.css.cell.height),x:Math.floor(y[0]),y:Math.floor(y[1])}}};c.MouseService=E=v([S(0,f.IRenderService),S(1,f.ICharSizeService)],E)},3230:function(p,c,h){var v=this&&this.__decorate||function(_,m,k,R){var D,j=arguments.length,T=j<3?m:R===null?R=Object.getOwnPropertyDescriptor(m,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(_,m,k,R);else for(var M=_.length-1;M>=0;M--)(D=_[M])&&(T=(j<3?D(T):j>3?D(m,k,T):D(m,k))||T);return j>3&&T&&Object.defineProperty(m,k,T),T},S=this&&this.__param||function(_,m){return function(k,R){m(k,R,_)}};Object.defineProperty(c,"__esModule",{value:!0}),c.RenderService=void 0;const f=h(6193),x=h(4725),E=h(8460),A=h(844),C=h(7226),y=h(2585);let b=c.RenderService=class extends A.Disposable{get dimensions(){return this._renderer.value.dimensions}constructor(_,m,k,R,D,j,T,M){super(),this._rowCount=_,this._charSizeService=R,this._renderer=this.register(new A.MutableDisposable),this._pausedResizeTask=new C.DebouncedIdleTask,this._observerDisposable=this.register(new A.MutableDisposable),this._isPaused=!1,this._needsFullRefresh=!1,this._isNextRenderRedrawOnly=!0,this._needsSelectionRefresh=!1,this._canvasWidth=0,this._canvasHeight=0,this._selectionState={start:void 0,end:void 0,columnSelectMode:!1},this._onDimensionsChange=this.register(new E.EventEmitter),this.onDimensionsChange=this._onDimensionsChange.event,this._onRenderedViewportChange=this.register(new E.EventEmitter),this.onRenderedViewportChange=this._onRenderedViewportChange.event,this._onRender=this.register(new E.EventEmitter),this.onRender=this._onRender.event,this._onRefreshRequest=this.register(new E.EventEmitter),this.onRefreshRequest=this._onRefreshRequest.event,this._renderDebouncer=new f.RenderDebouncer(((I,F)=>this._renderRows(I,F)),T),this.register(this._renderDebouncer),this.register(T.onDprChange((()=>this.handleDevicePixelRatioChange()))),this.register(j.onResize((()=>this._fullRefresh()))),this.register(j.buffers.onBufferActivate((()=>{var I;return(I=this._renderer.value)==null?void 0:I.clear()}))),this.register(k.onOptionChange((()=>this._handleOptionsChanged()))),this.register(this._charSizeService.onCharSizeChange((()=>this.handleCharSizeChanged()))),this.register(D.onDecorationRegistered((()=>this._fullRefresh()))),this.register(D.onDecorationRemoved((()=>this._fullRefresh()))),this.register(k.onMultipleOptionChange(["customGlyphs","drawBoldTextInBrightColors","letterSpacing","lineHeight","fontFamily","fontSize","fontWeight","fontWeightBold","minimumContrastRatio","rescaleOverlappingGlyphs"],(()=>{this.clear(),this.handleResize(j.cols,j.rows),this._fullRefresh()}))),this.register(k.onMultipleOptionChange(["cursorBlink","cursorStyle"],(()=>this.refreshRows(j.buffer.y,j.buffer.y,!0)))),this.register(M.onChangeColors((()=>this._fullRefresh()))),this._registerIntersectionObserver(T.window,m),this.register(T.onWindowChange((I=>this._registerIntersectionObserver(I,m))))}_registerIntersectionObserver(_,m){if("IntersectionObserver"in _){const k=new _.IntersectionObserver((R=>this._handleIntersectionChange(R[R.length-1])),{threshold:0});k.observe(m),this._observerDisposable.value=(0,A.toDisposable)((()=>k.disconnect()))}}_handleIntersectionChange(_){this._isPaused=_.isIntersecting===void 0?_.intersectionRatio===0:!_.isIntersecting,this._isPaused||this._charSizeService.hasValidSize||this._charSizeService.measure(),!this._isPaused&&this._needsFullRefresh&&(this._pausedResizeTask.flush(),this.refreshRows(0,this._rowCount-1),this._needsFullRefresh=!1)}refreshRows(_,m,k=!1){this._isPaused?this._needsFullRefresh=!0:(k||(this._isNextRenderRedrawOnly=!1),this._renderDebouncer.refresh(_,m,this._rowCount))}_renderRows(_,m){this._renderer.value&&(_=Math.min(_,this._rowCount-1),m=Math.min(m,this._rowCount-1),this._renderer.value.renderRows(_,m),this._needsSelectionRefresh&&(this._renderer.value.handleSelectionChanged(this._selectionState.start,this._selectionState.end,this._selectionState.columnSelectMode),this._needsSelectionRefresh=!1),this._isNextRenderRedrawOnly||this._onRenderedViewportChange.fire({start:_,end:m}),this._onRender.fire({start:_,end:m}),this._isNextRenderRedrawOnly=!0)}resize(_,m){this._rowCount=m,this._fireOnCanvasResize()}_handleOptionsChanged(){this._renderer.value&&(this.refreshRows(0,this._rowCount-1),this._fireOnCanvasResize())}_fireOnCanvasResize(){this._renderer.value&&(this._renderer.value.dimensions.css.canvas.width===this._canvasWidth&&this._renderer.value.dimensions.css.canvas.height===this._canvasHeight||this._onDimensionsChange.fire(this._renderer.value.dimensions))}hasRenderer(){return!!this._renderer.value}setRenderer(_){this._renderer.value=_,this._renderer.value&&(this._renderer.value.onRequestRedraw((m=>this.refreshRows(m.start,m.end,!0))),this._needsSelectionRefresh=!0,this._fullRefresh())}addRefreshCallback(_){return this._renderDebouncer.addRefreshCallback(_)}_fullRefresh(){this._isPaused?this._needsFullRefresh=!0:this.refreshRows(0,this._rowCount-1)}clearTextureAtlas(){var _,m;this._renderer.value&&((m=(_=this._renderer.value).clearTextureAtlas)==null||m.call(_),this._fullRefresh())}handleDevicePixelRatioChange(){this._charSizeService.measure(),this._renderer.value&&(this._renderer.value.handleDevicePixelRatioChange(),this.refreshRows(0,this._rowCount-1))}handleResize(_,m){this._renderer.value&&(this._isPaused?this._pausedResizeTask.set((()=>{var k;return(k=this._renderer.value)==null?void 0:k.handleResize(_,m)})):this._renderer.value.handleResize(_,m),this._fullRefresh())}handleCharSizeChanged(){var _;(_=this._renderer.value)==null||_.handleCharSizeChanged()}handleBlur(){var _;(_=this._renderer.value)==null||_.handleBlur()}handleFocus(){var _;(_=this._renderer.value)==null||_.handleFocus()}handleSelectionChanged(_,m,k){var R;this._selectionState.start=_,this._selectionState.end=m,this._selectionState.columnSelectMode=k,(R=this._renderer.value)==null||R.handleSelectionChanged(_,m,k)}handleCursorMove(){var _;(_=this._renderer.value)==null||_.handleCursorMove()}clear(){var _;(_=this._renderer.value)==null||_.clear()}};c.RenderService=b=v([S(2,y.IOptionsService),S(3,x.ICharSizeService),S(4,y.IDecorationService),S(5,y.IBufferService),S(6,x.ICoreBrowserService),S(7,x.IThemeService)],b)},9312:function(p,c,h){var v=this&&this.__decorate||function(T,M,I,F){var G,U=arguments.length,X=U<3?M:F===null?F=Object.getOwnPropertyDescriptor(M,I):F;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")X=Reflect.decorate(T,M,I,F);else for(var Z=T.length-1;Z>=0;Z--)(G=T[Z])&&(X=(U<3?G(X):U>3?G(M,I,X):G(M,I))||X);return U>3&&X&&Object.defineProperty(M,I,X),X},S=this&&this.__param||function(T,M){return function(I,F){M(I,F,T)}};Object.defineProperty(c,"__esModule",{value:!0}),c.SelectionService=void 0;const f=h(9806),x=h(9504),E=h(456),A=h(4725),C=h(8460),y=h(844),b=h(6114),_=h(4841),m=h(511),k=h(2585),R=" ",D=new RegExp(R,"g");let j=c.SelectionService=class extends y.Disposable{constructor(T,M,I,F,G,U,X,Z,q){super(),this._element=T,this._screenElement=M,this._linkifier=I,this._bufferService=F,this._coreService=G,this._mouseService=U,this._optionsService=X,this._renderService=Z,this._coreBrowserService=q,this._dragScrollAmount=0,this._enabled=!0,this._workCell=new m.CellData,this._mouseDownTimeStamp=0,this._oldHasSelection=!1,this._oldSelectionStart=void 0,this._oldSelectionEnd=void 0,this._onLinuxMouseSelection=this.register(new C.EventEmitter),this.onLinuxMouseSelection=this._onLinuxMouseSelection.event,this._onRedrawRequest=this.register(new C.EventEmitter),this.onRequestRedraw=this._onRedrawRequest.event,this._onSelectionChange=this.register(new C.EventEmitter),this.onSelectionChange=this._onSelectionChange.event,this._onRequestScrollLines=this.register(new C.EventEmitter),this.onRequestScrollLines=this._onRequestScrollLines.event,this._mouseMoveListener=W=>this._handleMouseMove(W),this._mouseUpListener=W=>this._handleMouseUp(W),this._coreService.onUserInput((()=>{this.hasSelection&&this.clearSelection()})),this._trimListener=this._bufferService.buffer.lines.onTrim((W=>this._handleTrim(W))),this.register(this._bufferService.buffers.onBufferActivate((W=>this._handleBufferActivate(W)))),this.enable(),this._model=new E.SelectionModel(this._bufferService),this._activeSelectionMode=0,this.register((0,y.toDisposable)((()=>{this._removeMouseDownListeners()})))}reset(){this.clearSelection()}disable(){this.clearSelection(),this._enabled=!1}enable(){this._enabled=!0}get selectionStart(){return this._model.finalSelectionStart}get selectionEnd(){return this._model.finalSelectionEnd}get hasSelection(){const T=this._model.finalSelectionStart,M=this._model.finalSelectionEnd;return!(!T||!M||T[0]===M[0]&&T[1]===M[1])}get selectionText(){const T=this._model.finalSelectionStart,M=this._model.finalSelectionEnd;if(!T||!M)return"";const I=this._bufferService.buffer,F=[];if(this._activeSelectionMode===3){if(T[0]===M[0])return"";const G=T[0]<M[0]?T[0]:M[0],U=T[0]<M[0]?M[0]:T[0];for(let X=T[1];X<=M[1];X++){const Z=I.translateBufferLineToString(X,!0,G,U);F.push(Z)}}else{const G=T[1]===M[1]?M[0]:void 0;F.push(I.translateBufferLineToString(T[1],!0,T[0],G));for(let U=T[1]+1;U<=M[1]-1;U++){const X=I.lines.get(U),Z=I.translateBufferLineToString(U,!0);X!=null&&X.isWrapped?F[F.length-1]+=Z:F.push(Z)}if(T[1]!==M[1]){const U=I.lines.get(M[1]),X=I.translateBufferLineToString(M[1],!0,0,M[0]);U&&U.isWrapped?F[F.length-1]+=X:F.push(X)}}return F.map((G=>G.replace(D," "))).join(b.isWindows?`\r
455
- `:`
456
- `)}clearSelection(){this._model.clearSelection(),this._removeMouseDownListeners(),this.refresh(),this._onSelectionChange.fire()}refresh(T){this._refreshAnimationFrame||(this._refreshAnimationFrame=this._coreBrowserService.window.requestAnimationFrame((()=>this._refresh()))),b.isLinux&&T&&this.selectionText.length&&this._onLinuxMouseSelection.fire(this.selectionText)}_refresh(){this._refreshAnimationFrame=void 0,this._onRedrawRequest.fire({start:this._model.finalSelectionStart,end:this._model.finalSelectionEnd,columnSelectMode:this._activeSelectionMode===3})}_isClickInSelection(T){const M=this._getMouseBufferCoords(T),I=this._model.finalSelectionStart,F=this._model.finalSelectionEnd;return!!(I&&F&&M)&&this._areCoordsInSelection(M,I,F)}isCellInSelection(T,M){const I=this._model.finalSelectionStart,F=this._model.finalSelectionEnd;return!(!I||!F)&&this._areCoordsInSelection([T,M],I,F)}_areCoordsInSelection(T,M,I){return T[1]>M[1]&&T[1]<I[1]||M[1]===I[1]&&T[1]===M[1]&&T[0]>=M[0]&&T[0]<I[0]||M[1]<I[1]&&T[1]===I[1]&&T[0]<I[0]||M[1]<I[1]&&T[1]===M[1]&&T[0]>=M[0]}_selectWordAtCursor(T,M){var G,U;const I=(U=(G=this._linkifier.currentLink)==null?void 0:G.link)==null?void 0:U.range;if(I)return this._model.selectionStart=[I.start.x-1,I.start.y-1],this._model.selectionStartLength=(0,_.getRangeLength)(I,this._bufferService.cols),this._model.selectionEnd=void 0,!0;const F=this._getMouseBufferCoords(T);return!!F&&(this._selectWordAt(F,M),this._model.selectionEnd=void 0,!0)}selectAll(){this._model.isSelectAllActive=!0,this.refresh(),this._onSelectionChange.fire()}selectLines(T,M){this._model.clearSelection(),T=Math.max(T,0),M=Math.min(M,this._bufferService.buffer.lines.length-1),this._model.selectionStart=[0,T],this._model.selectionEnd=[this._bufferService.cols,M],this.refresh(),this._onSelectionChange.fire()}_handleTrim(T){this._model.handleTrim(T)&&this.refresh()}_getMouseBufferCoords(T){const M=this._mouseService.getCoords(T,this._screenElement,this._bufferService.cols,this._bufferService.rows,!0);if(M)return M[0]--,M[1]--,M[1]+=this._bufferService.buffer.ydisp,M}_getMouseEventScrollAmount(T){let M=(0,f.getCoordsRelativeToElement)(this._coreBrowserService.window,T,this._screenElement)[1];const I=this._renderService.dimensions.css.canvas.height;return M>=0&&M<=I?0:(M>I&&(M-=I),M=Math.min(Math.max(M,-50),50),M/=50,M/Math.abs(M)+Math.round(14*M))}shouldForceSelection(T){return b.isMac?T.altKey&&this._optionsService.rawOptions.macOptionClickForcesSelection:T.shiftKey}handleMouseDown(T){if(this._mouseDownTimeStamp=T.timeStamp,(T.button!==2||!this.hasSelection)&&T.button===0){if(!this._enabled){if(!this.shouldForceSelection(T))return;T.stopPropagation()}T.preventDefault(),this._dragScrollAmount=0,this._enabled&&T.shiftKey?this._handleIncrementalClick(T):T.detail===1?this._handleSingleClick(T):T.detail===2?this._handleDoubleClick(T):T.detail===3&&this._handleTripleClick(T),this._addMouseDownListeners(),this.refresh(!0)}}_addMouseDownListeners(){this._screenElement.ownerDocument&&(this._screenElement.ownerDocument.addEventListener("mousemove",this._mouseMoveListener),this._screenElement.ownerDocument.addEventListener("mouseup",this._mouseUpListener)),this._dragScrollIntervalTimer=this._coreBrowserService.window.setInterval((()=>this._dragScroll()),50)}_removeMouseDownListeners(){this._screenElement.ownerDocument&&(this._screenElement.ownerDocument.removeEventListener("mousemove",this._mouseMoveListener),this._screenElement.ownerDocument.removeEventListener("mouseup",this._mouseUpListener)),this._coreBrowserService.window.clearInterval(this._dragScrollIntervalTimer),this._dragScrollIntervalTimer=void 0}_handleIncrementalClick(T){this._model.selectionStart&&(this._model.selectionEnd=this._getMouseBufferCoords(T))}_handleSingleClick(T){if(this._model.selectionStartLength=0,this._model.isSelectAllActive=!1,this._activeSelectionMode=this.shouldColumnSelect(T)?3:0,this._model.selectionStart=this._getMouseBufferCoords(T),!this._model.selectionStart)return;this._model.selectionEnd=void 0;const M=this._bufferService.buffer.lines.get(this._model.selectionStart[1]);M&&M.length!==this._model.selectionStart[0]&&M.hasWidth(this._model.selectionStart[0])===0&&this._model.selectionStart[0]++}_handleDoubleClick(T){this._selectWordAtCursor(T,!0)&&(this._activeSelectionMode=1)}_handleTripleClick(T){const M=this._getMouseBufferCoords(T);M&&(this._activeSelectionMode=2,this._selectLineAt(M[1]))}shouldColumnSelect(T){return T.altKey&&!(b.isMac&&this._optionsService.rawOptions.macOptionClickForcesSelection)}_handleMouseMove(T){if(T.stopImmediatePropagation(),!this._model.selectionStart)return;const M=this._model.selectionEnd?[this._model.selectionEnd[0],this._model.selectionEnd[1]]:null;if(this._model.selectionEnd=this._getMouseBufferCoords(T),!this._model.selectionEnd)return void this.refresh(!0);this._activeSelectionMode===2?this._model.selectionEnd[1]<this._model.selectionStart[1]?this._model.selectionEnd[0]=0:this._model.selectionEnd[0]=this._bufferService.cols:this._activeSelectionMode===1&&this._selectToWordAt(this._model.selectionEnd),this._dragScrollAmount=this._getMouseEventScrollAmount(T),this._activeSelectionMode!==3&&(this._dragScrollAmount>0?this._model.selectionEnd[0]=this._bufferService.cols:this._dragScrollAmount<0&&(this._model.selectionEnd[0]=0));const I=this._bufferService.buffer;if(this._model.selectionEnd[1]<I.lines.length){const F=I.lines.get(this._model.selectionEnd[1]);F&&F.hasWidth(this._model.selectionEnd[0])===0&&this._model.selectionEnd[0]<this._bufferService.cols&&this._model.selectionEnd[0]++}M&&M[0]===this._model.selectionEnd[0]&&M[1]===this._model.selectionEnd[1]||this.refresh(!0)}_dragScroll(){if(this._model.selectionEnd&&this._model.selectionStart&&this._dragScrollAmount){this._onRequestScrollLines.fire({amount:this._dragScrollAmount,suppressScrollEvent:!1});const T=this._bufferService.buffer;this._dragScrollAmount>0?(this._activeSelectionMode!==3&&(this._model.selectionEnd[0]=this._bufferService.cols),this._model.selectionEnd[1]=Math.min(T.ydisp+this._bufferService.rows,T.lines.length-1)):(this._activeSelectionMode!==3&&(this._model.selectionEnd[0]=0),this._model.selectionEnd[1]=T.ydisp),this.refresh()}}_handleMouseUp(T){const M=T.timeStamp-this._mouseDownTimeStamp;if(this._removeMouseDownListeners(),this.selectionText.length<=1&&M<500&&T.altKey&&this._optionsService.rawOptions.altClickMovesCursor){if(this._bufferService.buffer.ybase===this._bufferService.buffer.ydisp){const I=this._mouseService.getCoords(T,this._element,this._bufferService.cols,this._bufferService.rows,!1);if(I&&I[0]!==void 0&&I[1]!==void 0){const F=(0,x.moveToCellSequence)(I[0]-1,I[1]-1,this._bufferService,this._coreService.decPrivateModes.applicationCursorKeys);this._coreService.triggerDataEvent(F,!0)}}}else this._fireEventIfSelectionChanged()}_fireEventIfSelectionChanged(){const T=this._model.finalSelectionStart,M=this._model.finalSelectionEnd,I=!(!T||!M||T[0]===M[0]&&T[1]===M[1]);I?T&&M&&(this._oldSelectionStart&&this._oldSelectionEnd&&T[0]===this._oldSelectionStart[0]&&T[1]===this._oldSelectionStart[1]&&M[0]===this._oldSelectionEnd[0]&&M[1]===this._oldSelectionEnd[1]||this._fireOnSelectionChange(T,M,I)):this._oldHasSelection&&this._fireOnSelectionChange(T,M,I)}_fireOnSelectionChange(T,M,I){this._oldSelectionStart=T,this._oldSelectionEnd=M,this._oldHasSelection=I,this._onSelectionChange.fire()}_handleBufferActivate(T){this.clearSelection(),this._trimListener.dispose(),this._trimListener=T.activeBuffer.lines.onTrim((M=>this._handleTrim(M)))}_convertViewportColToCharacterIndex(T,M){let I=M;for(let F=0;M>=F;F++){const G=T.loadCell(F,this._workCell).getChars().length;this._workCell.getWidth()===0?I--:G>1&&M!==F&&(I+=G-1)}return I}setSelection(T,M,I){this._model.clearSelection(),this._removeMouseDownListeners(),this._model.selectionStart=[T,M],this._model.selectionStartLength=I,this.refresh(),this._fireEventIfSelectionChanged()}rightClickSelect(T){this._isClickInSelection(T)||(this._selectWordAtCursor(T,!1)&&this.refresh(!0),this._fireEventIfSelectionChanged())}_getWordAt(T,M,I=!0,F=!0){if(T[0]>=this._bufferService.cols)return;const G=this._bufferService.buffer,U=G.lines.get(T[1]);if(!U)return;const X=G.translateBufferLineToString(T[1],!1);let Z=this._convertViewportColToCharacterIndex(U,T[0]),q=Z;const W=T[0]-Z;let Q=0,O=0,H=0,L=0;if(X.charAt(Z)===" "){for(;Z>0&&X.charAt(Z-1)===" ";)Z--;for(;q<X.length&&X.charAt(q+1)===" ";)q++}else{let te=T[0],ue=T[0];U.getWidth(te)===0&&(Q++,te--),U.getWidth(ue)===2&&(O++,ue++);const fe=U.getString(ue).length;for(fe>1&&(L+=fe-1,q+=fe-1);te>0&&Z>0&&!this._isCharWordSeparator(U.loadCell(te-1,this._workCell));){U.loadCell(te-1,this._workCell);const K=this._workCell.getChars().length;this._workCell.getWidth()===0?(Q++,te--):K>1&&(H+=K-1,Z-=K-1),Z--,te--}for(;ue<U.length&&q+1<X.length&&!this._isCharWordSeparator(U.loadCell(ue+1,this._workCell));){U.loadCell(ue+1,this._workCell);const K=this._workCell.getChars().length;this._workCell.getWidth()===2?(O++,ue++):K>1&&(L+=K-1,q+=K-1),q++,ue++}}q++;let B=Z+W-Q+H,V=Math.min(this._bufferService.cols,q-Z+Q+O-H-L);if(M||X.slice(Z,q).trim()!==""){if(I&&B===0&&U.getCodePoint(0)!==32){const te=G.lines.get(T[1]-1);if(te&&U.isWrapped&&te.getCodePoint(this._bufferService.cols-1)!==32){const ue=this._getWordAt([this._bufferService.cols-1,T[1]-1],!1,!0,!1);if(ue){const fe=this._bufferService.cols-ue.start;B-=fe,V+=fe}}}if(F&&B+V===this._bufferService.cols&&U.getCodePoint(this._bufferService.cols-1)!==32){const te=G.lines.get(T[1]+1);if(te!=null&&te.isWrapped&&te.getCodePoint(0)!==32){const ue=this._getWordAt([0,T[1]+1],!1,!1,!0);ue&&(V+=ue.length)}}return{start:B,length:V}}}_selectWordAt(T,M){const I=this._getWordAt(T,M);if(I){for(;I.start<0;)I.start+=this._bufferService.cols,T[1]--;this._model.selectionStart=[I.start,T[1]],this._model.selectionStartLength=I.length}}_selectToWordAt(T){const M=this._getWordAt(T,!0);if(M){let I=T[1];for(;M.start<0;)M.start+=this._bufferService.cols,I--;if(!this._model.areSelectionValuesReversed())for(;M.start+M.length>this._bufferService.cols;)M.length-=this._bufferService.cols,I++;this._model.selectionEnd=[this._model.areSelectionValuesReversed()?M.start:M.start+M.length,I]}}_isCharWordSeparator(T){return T.getWidth()!==0&&this._optionsService.rawOptions.wordSeparator.indexOf(T.getChars())>=0}_selectLineAt(T){const M=this._bufferService.buffer.getWrappedRangeForLine(T),I={start:{x:0,y:M.first},end:{x:this._bufferService.cols-1,y:M.last}};this._model.selectionStart=[0,M.first],this._model.selectionEnd=void 0,this._model.selectionStartLength=(0,_.getRangeLength)(I,this._bufferService.cols)}};c.SelectionService=j=v([S(3,k.IBufferService),S(4,k.ICoreService),S(5,A.IMouseService),S(6,k.IOptionsService),S(7,A.IRenderService),S(8,A.ICoreBrowserService)],j)},4725:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.ILinkProviderService=c.IThemeService=c.ICharacterJoinerService=c.ISelectionService=c.IRenderService=c.IMouseService=c.ICoreBrowserService=c.ICharSizeService=void 0;const v=h(8343);c.ICharSizeService=(0,v.createDecorator)("CharSizeService"),c.ICoreBrowserService=(0,v.createDecorator)("CoreBrowserService"),c.IMouseService=(0,v.createDecorator)("MouseService"),c.IRenderService=(0,v.createDecorator)("RenderService"),c.ISelectionService=(0,v.createDecorator)("SelectionService"),c.ICharacterJoinerService=(0,v.createDecorator)("CharacterJoinerService"),c.IThemeService=(0,v.createDecorator)("ThemeService"),c.ILinkProviderService=(0,v.createDecorator)("LinkProviderService")},6731:function(p,c,h){var v=this&&this.__decorate||function(j,T,M,I){var F,G=arguments.length,U=G<3?T:I===null?I=Object.getOwnPropertyDescriptor(T,M):I;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")U=Reflect.decorate(j,T,M,I);else for(var X=j.length-1;X>=0;X--)(F=j[X])&&(U=(G<3?F(U):G>3?F(T,M,U):F(T,M))||U);return G>3&&U&&Object.defineProperty(T,M,U),U},S=this&&this.__param||function(j,T){return function(M,I){T(M,I,j)}};Object.defineProperty(c,"__esModule",{value:!0}),c.ThemeService=c.DEFAULT_ANSI_COLORS=void 0;const f=h(7239),x=h(8055),E=h(8460),A=h(844),C=h(2585),y=x.css.toColor("#ffffff"),b=x.css.toColor("#000000"),_=x.css.toColor("#ffffff"),m=x.css.toColor("#000000"),k={css:"rgba(255, 255, 255, 0.3)",rgba:4294967117};c.DEFAULT_ANSI_COLORS=Object.freeze((()=>{const j=[x.css.toColor("#2e3436"),x.css.toColor("#cc0000"),x.css.toColor("#4e9a06"),x.css.toColor("#c4a000"),x.css.toColor("#3465a4"),x.css.toColor("#75507b"),x.css.toColor("#06989a"),x.css.toColor("#d3d7cf"),x.css.toColor("#555753"),x.css.toColor("#ef2929"),x.css.toColor("#8ae234"),x.css.toColor("#fce94f"),x.css.toColor("#729fcf"),x.css.toColor("#ad7fa8"),x.css.toColor("#34e2e2"),x.css.toColor("#eeeeec")],T=[0,95,135,175,215,255];for(let M=0;M<216;M++){const I=T[M/36%6|0],F=T[M/6%6|0],G=T[M%6];j.push({css:x.channels.toCss(I,F,G),rgba:x.channels.toRgba(I,F,G)})}for(let M=0;M<24;M++){const I=8+10*M;j.push({css:x.channels.toCss(I,I,I),rgba:x.channels.toRgba(I,I,I)})}return j})());let R=c.ThemeService=class extends A.Disposable{get colors(){return this._colors}constructor(j){super(),this._optionsService=j,this._contrastCache=new f.ColorContrastCache,this._halfContrastCache=new f.ColorContrastCache,this._onChangeColors=this.register(new E.EventEmitter),this.onChangeColors=this._onChangeColors.event,this._colors={foreground:y,background:b,cursor:_,cursorAccent:m,selectionForeground:void 0,selectionBackgroundTransparent:k,selectionBackgroundOpaque:x.color.blend(b,k),selectionInactiveBackgroundTransparent:k,selectionInactiveBackgroundOpaque:x.color.blend(b,k),ansi:c.DEFAULT_ANSI_COLORS.slice(),contrastCache:this._contrastCache,halfContrastCache:this._halfContrastCache},this._updateRestoreColors(),this._setTheme(this._optionsService.rawOptions.theme),this.register(this._optionsService.onSpecificOptionChange("minimumContrastRatio",(()=>this._contrastCache.clear()))),this.register(this._optionsService.onSpecificOptionChange("theme",(()=>this._setTheme(this._optionsService.rawOptions.theme))))}_setTheme(j={}){const T=this._colors;if(T.foreground=D(j.foreground,y),T.background=D(j.background,b),T.cursor=D(j.cursor,_),T.cursorAccent=D(j.cursorAccent,m),T.selectionBackgroundTransparent=D(j.selectionBackground,k),T.selectionBackgroundOpaque=x.color.blend(T.background,T.selectionBackgroundTransparent),T.selectionInactiveBackgroundTransparent=D(j.selectionInactiveBackground,T.selectionBackgroundTransparent),T.selectionInactiveBackgroundOpaque=x.color.blend(T.background,T.selectionInactiveBackgroundTransparent),T.selectionForeground=j.selectionForeground?D(j.selectionForeground,x.NULL_COLOR):void 0,T.selectionForeground===x.NULL_COLOR&&(T.selectionForeground=void 0),x.color.isOpaque(T.selectionBackgroundTransparent)&&(T.selectionBackgroundTransparent=x.color.opacity(T.selectionBackgroundTransparent,.3)),x.color.isOpaque(T.selectionInactiveBackgroundTransparent)&&(T.selectionInactiveBackgroundTransparent=x.color.opacity(T.selectionInactiveBackgroundTransparent,.3)),T.ansi=c.DEFAULT_ANSI_COLORS.slice(),T.ansi[0]=D(j.black,c.DEFAULT_ANSI_COLORS[0]),T.ansi[1]=D(j.red,c.DEFAULT_ANSI_COLORS[1]),T.ansi[2]=D(j.green,c.DEFAULT_ANSI_COLORS[2]),T.ansi[3]=D(j.yellow,c.DEFAULT_ANSI_COLORS[3]),T.ansi[4]=D(j.blue,c.DEFAULT_ANSI_COLORS[4]),T.ansi[5]=D(j.magenta,c.DEFAULT_ANSI_COLORS[5]),T.ansi[6]=D(j.cyan,c.DEFAULT_ANSI_COLORS[6]),T.ansi[7]=D(j.white,c.DEFAULT_ANSI_COLORS[7]),T.ansi[8]=D(j.brightBlack,c.DEFAULT_ANSI_COLORS[8]),T.ansi[9]=D(j.brightRed,c.DEFAULT_ANSI_COLORS[9]),T.ansi[10]=D(j.brightGreen,c.DEFAULT_ANSI_COLORS[10]),T.ansi[11]=D(j.brightYellow,c.DEFAULT_ANSI_COLORS[11]),T.ansi[12]=D(j.brightBlue,c.DEFAULT_ANSI_COLORS[12]),T.ansi[13]=D(j.brightMagenta,c.DEFAULT_ANSI_COLORS[13]),T.ansi[14]=D(j.brightCyan,c.DEFAULT_ANSI_COLORS[14]),T.ansi[15]=D(j.brightWhite,c.DEFAULT_ANSI_COLORS[15]),j.extendedAnsi){const M=Math.min(T.ansi.length-16,j.extendedAnsi.length);for(let I=0;I<M;I++)T.ansi[I+16]=D(j.extendedAnsi[I],c.DEFAULT_ANSI_COLORS[I+16])}this._contrastCache.clear(),this._halfContrastCache.clear(),this._updateRestoreColors(),this._onChangeColors.fire(this.colors)}restoreColor(j){this._restoreColor(j),this._onChangeColors.fire(this.colors)}_restoreColor(j){if(j!==void 0)switch(j){case 256:this._colors.foreground=this._restoreColors.foreground;break;case 257:this._colors.background=this._restoreColors.background;break;case 258:this._colors.cursor=this._restoreColors.cursor;break;default:this._colors.ansi[j]=this._restoreColors.ansi[j]}else for(let T=0;T<this._restoreColors.ansi.length;++T)this._colors.ansi[T]=this._restoreColors.ansi[T]}modifyColors(j){j(this._colors),this._onChangeColors.fire(this.colors)}_updateRestoreColors(){this._restoreColors={foreground:this._colors.foreground,background:this._colors.background,cursor:this._colors.cursor,ansi:this._colors.ansi.slice()}}};function D(j,T){if(j!==void 0)try{return x.css.toColor(j)}catch{}return T}c.ThemeService=R=v([S(0,C.IOptionsService)],R)},6349:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.CircularList=void 0;const v=h(8460),S=h(844);class f extends S.Disposable{constructor(E){super(),this._maxLength=E,this.onDeleteEmitter=this.register(new v.EventEmitter),this.onDelete=this.onDeleteEmitter.event,this.onInsertEmitter=this.register(new v.EventEmitter),this.onInsert=this.onInsertEmitter.event,this.onTrimEmitter=this.register(new v.EventEmitter),this.onTrim=this.onTrimEmitter.event,this._array=new Array(this._maxLength),this._startIndex=0,this._length=0}get maxLength(){return this._maxLength}set maxLength(E){if(this._maxLength===E)return;const A=new Array(E);for(let C=0;C<Math.min(E,this.length);C++)A[C]=this._array[this._getCyclicIndex(C)];this._array=A,this._maxLength=E,this._startIndex=0}get length(){return this._length}set length(E){if(E>this._length)for(let A=this._length;A<E;A++)this._array[A]=void 0;this._length=E}get(E){return this._array[this._getCyclicIndex(E)]}set(E,A){this._array[this._getCyclicIndex(E)]=A}push(E){this._array[this._getCyclicIndex(this._length)]=E,this._length===this._maxLength?(this._startIndex=++this._startIndex%this._maxLength,this.onTrimEmitter.fire(1)):this._length++}recycle(){if(this._length!==this._maxLength)throw new Error("Can only recycle when the buffer is full");return this._startIndex=++this._startIndex%this._maxLength,this.onTrimEmitter.fire(1),this._array[this._getCyclicIndex(this._length-1)]}get isFull(){return this._length===this._maxLength}pop(){return this._array[this._getCyclicIndex(this._length---1)]}splice(E,A,...C){if(A){for(let y=E;y<this._length-A;y++)this._array[this._getCyclicIndex(y)]=this._array[this._getCyclicIndex(y+A)];this._length-=A,this.onDeleteEmitter.fire({index:E,amount:A})}for(let y=this._length-1;y>=E;y--)this._array[this._getCyclicIndex(y+C.length)]=this._array[this._getCyclicIndex(y)];for(let y=0;y<C.length;y++)this._array[this._getCyclicIndex(E+y)]=C[y];if(C.length&&this.onInsertEmitter.fire({index:E,amount:C.length}),this._length+C.length>this._maxLength){const y=this._length+C.length-this._maxLength;this._startIndex+=y,this._length=this._maxLength,this.onTrimEmitter.fire(y)}else this._length+=C.length}trimStart(E){E>this._length&&(E=this._length),this._startIndex+=E,this._length-=E,this.onTrimEmitter.fire(E)}shiftElements(E,A,C){if(!(A<=0)){if(E<0||E>=this._length)throw new Error("start argument out of range");if(E+C<0)throw new Error("Cannot shift elements in list beyond index 0");if(C>0){for(let b=A-1;b>=0;b--)this.set(E+b+C,this.get(E+b));const y=E+A+C-this._length;if(y>0)for(this._length+=y;this._length>this._maxLength;)this._length--,this._startIndex++,this.onTrimEmitter.fire(1)}else for(let y=0;y<A;y++)this.set(E+y+C,this.get(E+y))}}_getCyclicIndex(E){return(this._startIndex+E)%this._maxLength}}c.CircularList=f},1439:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.clone=void 0,c.clone=function h(v,S=5){if(typeof v!="object")return v;const f=Array.isArray(v)?[]:{};for(const x in v)f[x]=S<=1?v[x]:v[x]&&h(v[x],S-1);return f}},8055:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.contrastRatio=c.toPaddedHex=c.rgba=c.rgb=c.css=c.color=c.channels=c.NULL_COLOR=void 0;let h=0,v=0,S=0,f=0;var x,E,A,C,y;function b(m){const k=m.toString(16);return k.length<2?"0"+k:k}function _(m,k){return m<k?(k+.05)/(m+.05):(m+.05)/(k+.05)}c.NULL_COLOR={css:"#00000000",rgba:0},(function(m){m.toCss=function(k,R,D,j){return j!==void 0?`#${b(k)}${b(R)}${b(D)}${b(j)}`:`#${b(k)}${b(R)}${b(D)}`},m.toRgba=function(k,R,D,j=255){return(k<<24|R<<16|D<<8|j)>>>0},m.toColor=function(k,R,D,j){return{css:m.toCss(k,R,D,j),rgba:m.toRgba(k,R,D,j)}}})(x||(c.channels=x={})),(function(m){function k(R,D){return f=Math.round(255*D),[h,v,S]=y.toChannels(R.rgba),{css:x.toCss(h,v,S,f),rgba:x.toRgba(h,v,S,f)}}m.blend=function(R,D){if(f=(255&D.rgba)/255,f===1)return{css:D.css,rgba:D.rgba};const j=D.rgba>>24&255,T=D.rgba>>16&255,M=D.rgba>>8&255,I=R.rgba>>24&255,F=R.rgba>>16&255,G=R.rgba>>8&255;return h=I+Math.round((j-I)*f),v=F+Math.round((T-F)*f),S=G+Math.round((M-G)*f),{css:x.toCss(h,v,S),rgba:x.toRgba(h,v,S)}},m.isOpaque=function(R){return(255&R.rgba)==255},m.ensureContrastRatio=function(R,D,j){const T=y.ensureContrastRatio(R.rgba,D.rgba,j);if(T)return x.toColor(T>>24&255,T>>16&255,T>>8&255)},m.opaque=function(R){const D=(255|R.rgba)>>>0;return[h,v,S]=y.toChannels(D),{css:x.toCss(h,v,S),rgba:D}},m.opacity=k,m.multiplyOpacity=function(R,D){return f=255&R.rgba,k(R,f*D/255)},m.toColorRGB=function(R){return[R.rgba>>24&255,R.rgba>>16&255,R.rgba>>8&255]}})(E||(c.color=E={})),(function(m){let k,R;try{const D=document.createElement("canvas");D.width=1,D.height=1;const j=D.getContext("2d",{willReadFrequently:!0});j&&(k=j,k.globalCompositeOperation="copy",R=k.createLinearGradient(0,0,1,1))}catch{}m.toColor=function(D){if(D.match(/#[\da-f]{3,8}/i))switch(D.length){case 4:return h=parseInt(D.slice(1,2).repeat(2),16),v=parseInt(D.slice(2,3).repeat(2),16),S=parseInt(D.slice(3,4).repeat(2),16),x.toColor(h,v,S);case 5:return h=parseInt(D.slice(1,2).repeat(2),16),v=parseInt(D.slice(2,3).repeat(2),16),S=parseInt(D.slice(3,4).repeat(2),16),f=parseInt(D.slice(4,5).repeat(2),16),x.toColor(h,v,S,f);case 7:return{css:D,rgba:(parseInt(D.slice(1),16)<<8|255)>>>0};case 9:return{css:D,rgba:parseInt(D.slice(1),16)>>>0}}const j=D.match(/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(,\s*(0|1|\d?\.(\d+))\s*)?\)/);if(j)return h=parseInt(j[1]),v=parseInt(j[2]),S=parseInt(j[3]),f=Math.round(255*(j[5]===void 0?1:parseFloat(j[5]))),x.toColor(h,v,S,f);if(!k||!R)throw new Error("css.toColor: Unsupported css format");if(k.fillStyle=R,k.fillStyle=D,typeof k.fillStyle!="string")throw new Error("css.toColor: Unsupported css format");if(k.fillRect(0,0,1,1),[h,v,S,f]=k.getImageData(0,0,1,1).data,f!==255)throw new Error("css.toColor: Unsupported css format");return{rgba:x.toRgba(h,v,S,f),css:D}}})(A||(c.css=A={})),(function(m){function k(R,D,j){const T=R/255,M=D/255,I=j/255;return .2126*(T<=.03928?T/12.92:Math.pow((T+.055)/1.055,2.4))+.7152*(M<=.03928?M/12.92:Math.pow((M+.055)/1.055,2.4))+.0722*(I<=.03928?I/12.92:Math.pow((I+.055)/1.055,2.4))}m.relativeLuminance=function(R){return k(R>>16&255,R>>8&255,255&R)},m.relativeLuminance2=k})(C||(c.rgb=C={})),(function(m){function k(D,j,T){const M=D>>24&255,I=D>>16&255,F=D>>8&255;let G=j>>24&255,U=j>>16&255,X=j>>8&255,Z=_(C.relativeLuminance2(G,U,X),C.relativeLuminance2(M,I,F));for(;Z<T&&(G>0||U>0||X>0);)G-=Math.max(0,Math.ceil(.1*G)),U-=Math.max(0,Math.ceil(.1*U)),X-=Math.max(0,Math.ceil(.1*X)),Z=_(C.relativeLuminance2(G,U,X),C.relativeLuminance2(M,I,F));return(G<<24|U<<16|X<<8|255)>>>0}function R(D,j,T){const M=D>>24&255,I=D>>16&255,F=D>>8&255;let G=j>>24&255,U=j>>16&255,X=j>>8&255,Z=_(C.relativeLuminance2(G,U,X),C.relativeLuminance2(M,I,F));for(;Z<T&&(G<255||U<255||X<255);)G=Math.min(255,G+Math.ceil(.1*(255-G))),U=Math.min(255,U+Math.ceil(.1*(255-U))),X=Math.min(255,X+Math.ceil(.1*(255-X))),Z=_(C.relativeLuminance2(G,U,X),C.relativeLuminance2(M,I,F));return(G<<24|U<<16|X<<8|255)>>>0}m.blend=function(D,j){if(f=(255&j)/255,f===1)return j;const T=j>>24&255,M=j>>16&255,I=j>>8&255,F=D>>24&255,G=D>>16&255,U=D>>8&255;return h=F+Math.round((T-F)*f),v=G+Math.round((M-G)*f),S=U+Math.round((I-U)*f),x.toRgba(h,v,S)},m.ensureContrastRatio=function(D,j,T){const M=C.relativeLuminance(D>>8),I=C.relativeLuminance(j>>8);if(_(M,I)<T){if(I<M){const U=k(D,j,T),X=_(M,C.relativeLuminance(U>>8));if(X<T){const Z=R(D,j,T);return X>_(M,C.relativeLuminance(Z>>8))?U:Z}return U}const F=R(D,j,T),G=_(M,C.relativeLuminance(F>>8));if(G<T){const U=k(D,j,T);return G>_(M,C.relativeLuminance(U>>8))?F:U}return F}},m.reduceLuminance=k,m.increaseLuminance=R,m.toChannels=function(D){return[D>>24&255,D>>16&255,D>>8&255,255&D]}})(y||(c.rgba=y={})),c.toPaddedHex=b,c.contrastRatio=_},8969:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.CoreTerminal=void 0;const v=h(844),S=h(2585),f=h(4348),x=h(7866),E=h(744),A=h(7302),C=h(6975),y=h(8460),b=h(1753),_=h(1480),m=h(7994),k=h(9282),R=h(5435),D=h(5981),j=h(2660);let T=!1;class M extends v.Disposable{get onScroll(){return this._onScrollApi||(this._onScrollApi=this.register(new y.EventEmitter),this._onScroll.event((F=>{var G;(G=this._onScrollApi)==null||G.fire(F.position)}))),this._onScrollApi.event}get cols(){return this._bufferService.cols}get rows(){return this._bufferService.rows}get buffers(){return this._bufferService.buffers}get options(){return this.optionsService.options}set options(F){for(const G in F)this.optionsService.options[G]=F[G]}constructor(F){super(),this._windowsWrappingHeuristics=this.register(new v.MutableDisposable),this._onBinary=this.register(new y.EventEmitter),this.onBinary=this._onBinary.event,this._onData=this.register(new y.EventEmitter),this.onData=this._onData.event,this._onLineFeed=this.register(new y.EventEmitter),this.onLineFeed=this._onLineFeed.event,this._onResize=this.register(new y.EventEmitter),this.onResize=this._onResize.event,this._onWriteParsed=this.register(new y.EventEmitter),this.onWriteParsed=this._onWriteParsed.event,this._onScroll=this.register(new y.EventEmitter),this._instantiationService=new f.InstantiationService,this.optionsService=this.register(new A.OptionsService(F)),this._instantiationService.setService(S.IOptionsService,this.optionsService),this._bufferService=this.register(this._instantiationService.createInstance(E.BufferService)),this._instantiationService.setService(S.IBufferService,this._bufferService),this._logService=this.register(this._instantiationService.createInstance(x.LogService)),this._instantiationService.setService(S.ILogService,this._logService),this.coreService=this.register(this._instantiationService.createInstance(C.CoreService)),this._instantiationService.setService(S.ICoreService,this.coreService),this.coreMouseService=this.register(this._instantiationService.createInstance(b.CoreMouseService)),this._instantiationService.setService(S.ICoreMouseService,this.coreMouseService),this.unicodeService=this.register(this._instantiationService.createInstance(_.UnicodeService)),this._instantiationService.setService(S.IUnicodeService,this.unicodeService),this._charsetService=this._instantiationService.createInstance(m.CharsetService),this._instantiationService.setService(S.ICharsetService,this._charsetService),this._oscLinkService=this._instantiationService.createInstance(j.OscLinkService),this._instantiationService.setService(S.IOscLinkService,this._oscLinkService),this._inputHandler=this.register(new R.InputHandler(this._bufferService,this._charsetService,this.coreService,this._logService,this.optionsService,this._oscLinkService,this.coreMouseService,this.unicodeService)),this.register((0,y.forwardEvent)(this._inputHandler.onLineFeed,this._onLineFeed)),this.register(this._inputHandler),this.register((0,y.forwardEvent)(this._bufferService.onResize,this._onResize)),this.register((0,y.forwardEvent)(this.coreService.onData,this._onData)),this.register((0,y.forwardEvent)(this.coreService.onBinary,this._onBinary)),this.register(this.coreService.onRequestScrollToBottom((()=>this.scrollToBottom()))),this.register(this.coreService.onUserInput((()=>this._writeBuffer.handleUserInput()))),this.register(this.optionsService.onMultipleOptionChange(["windowsMode","windowsPty"],(()=>this._handleWindowsPtyOptionChange()))),this.register(this._bufferService.onScroll((G=>{this._onScroll.fire({position:this._bufferService.buffer.ydisp,source:0}),this._inputHandler.markRangeDirty(this._bufferService.buffer.scrollTop,this._bufferService.buffer.scrollBottom)}))),this.register(this._inputHandler.onScroll((G=>{this._onScroll.fire({position:this._bufferService.buffer.ydisp,source:0}),this._inputHandler.markRangeDirty(this._bufferService.buffer.scrollTop,this._bufferService.buffer.scrollBottom)}))),this._writeBuffer=this.register(new D.WriteBuffer(((G,U)=>this._inputHandler.parse(G,U)))),this.register((0,y.forwardEvent)(this._writeBuffer.onWriteParsed,this._onWriteParsed))}write(F,G){this._writeBuffer.write(F,G)}writeSync(F,G){this._logService.logLevel<=S.LogLevelEnum.WARN&&!T&&(this._logService.warn("writeSync is unreliable and will be removed soon."),T=!0),this._writeBuffer.writeSync(F,G)}input(F,G=!0){this.coreService.triggerDataEvent(F,G)}resize(F,G){isNaN(F)||isNaN(G)||(F=Math.max(F,E.MINIMUM_COLS),G=Math.max(G,E.MINIMUM_ROWS),this._bufferService.resize(F,G))}scroll(F,G=!1){this._bufferService.scroll(F,G)}scrollLines(F,G,U){this._bufferService.scrollLines(F,G,U)}scrollPages(F){this.scrollLines(F*(this.rows-1))}scrollToTop(){this.scrollLines(-this._bufferService.buffer.ydisp)}scrollToBottom(){this.scrollLines(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp)}scrollToLine(F){const G=F-this._bufferService.buffer.ydisp;G!==0&&this.scrollLines(G)}registerEscHandler(F,G){return this._inputHandler.registerEscHandler(F,G)}registerDcsHandler(F,G){return this._inputHandler.registerDcsHandler(F,G)}registerCsiHandler(F,G){return this._inputHandler.registerCsiHandler(F,G)}registerOscHandler(F,G){return this._inputHandler.registerOscHandler(F,G)}_setup(){this._handleWindowsPtyOptionChange()}reset(){this._inputHandler.reset(),this._bufferService.reset(),this._charsetService.reset(),this.coreService.reset(),this.coreMouseService.reset()}_handleWindowsPtyOptionChange(){let F=!1;const G=this.optionsService.rawOptions.windowsPty;G&&G.buildNumber!==void 0&&G.buildNumber!==void 0?F=G.backend==="conpty"&&G.buildNumber<21376:this.optionsService.rawOptions.windowsMode&&(F=!0),F?this._enableWindowsWrappingHeuristics():this._windowsWrappingHeuristics.clear()}_enableWindowsWrappingHeuristics(){if(!this._windowsWrappingHeuristics.value){const F=[];F.push(this.onLineFeed(k.updateWindowsModeWrappedState.bind(null,this._bufferService))),F.push(this.registerCsiHandler({final:"H"},(()=>((0,k.updateWindowsModeWrappedState)(this._bufferService),!1)))),this._windowsWrappingHeuristics.value=(0,v.toDisposable)((()=>{for(const G of F)G.dispose()}))}}}c.CoreTerminal=M},8460:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.runAndSubscribe=c.forwardEvent=c.EventEmitter=void 0,c.EventEmitter=class{constructor(){this._listeners=[],this._disposed=!1}get event(){return this._event||(this._event=h=>(this._listeners.push(h),{dispose:()=>{if(!this._disposed){for(let v=0;v<this._listeners.length;v++)if(this._listeners[v]===h)return void this._listeners.splice(v,1)}}})),this._event}fire(h,v){const S=[];for(let f=0;f<this._listeners.length;f++)S.push(this._listeners[f]);for(let f=0;f<S.length;f++)S[f].call(void 0,h,v)}dispose(){this.clearListeners(),this._disposed=!0}clearListeners(){this._listeners&&(this._listeners.length=0)}},c.forwardEvent=function(h,v){return h((S=>v.fire(S)))},c.runAndSubscribe=function(h,v){return v(void 0),h((S=>v(S)))}},5435:function(p,c,h){var v=this&&this.__decorate||function(Q,O,H,L){var B,V=arguments.length,te=V<3?O:L===null?L=Object.getOwnPropertyDescriptor(O,H):L;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")te=Reflect.decorate(Q,O,H,L);else for(var ue=Q.length-1;ue>=0;ue--)(B=Q[ue])&&(te=(V<3?B(te):V>3?B(O,H,te):B(O,H))||te);return V>3&&te&&Object.defineProperty(O,H,te),te},S=this&&this.__param||function(Q,O){return function(H,L){O(H,L,Q)}};Object.defineProperty(c,"__esModule",{value:!0}),c.InputHandler=c.WindowsOptionsReportType=void 0;const f=h(2584),x=h(7116),E=h(2015),A=h(844),C=h(482),y=h(8437),b=h(8460),_=h(643),m=h(511),k=h(3734),R=h(2585),D=h(1480),j=h(6242),T=h(6351),M=h(5941),I={"(":0,")":1,"*":2,"+":3,"-":1,".":2},F=131072;function G(Q,O){if(Q>24)return O.setWinLines||!1;switch(Q){case 1:return!!O.restoreWin;case 2:return!!O.minimizeWin;case 3:return!!O.setWinPosition;case 4:return!!O.setWinSizePixels;case 5:return!!O.raiseWin;case 6:return!!O.lowerWin;case 7:return!!O.refreshWin;case 8:return!!O.setWinSizeChars;case 9:return!!O.maximizeWin;case 10:return!!O.fullscreenWin;case 11:return!!O.getWinState;case 13:return!!O.getWinPosition;case 14:return!!O.getWinSizePixels;case 15:return!!O.getScreenSizePixels;case 16:return!!O.getCellSizePixels;case 18:return!!O.getWinSizeChars;case 19:return!!O.getScreenSizeChars;case 20:return!!O.getIconTitle;case 21:return!!O.getWinTitle;case 22:return!!O.pushTitle;case 23:return!!O.popTitle;case 24:return!!O.setWinLines}return!1}var U;(function(Q){Q[Q.GET_WIN_SIZE_PIXELS=0]="GET_WIN_SIZE_PIXELS",Q[Q.GET_CELL_SIZE_PIXELS=1]="GET_CELL_SIZE_PIXELS"})(U||(c.WindowsOptionsReportType=U={}));let X=0;class Z extends A.Disposable{getAttrData(){return this._curAttrData}constructor(O,H,L,B,V,te,ue,fe,K=new E.EscapeSequenceParser){super(),this._bufferService=O,this._charsetService=H,this._coreService=L,this._logService=B,this._optionsService=V,this._oscLinkService=te,this._coreMouseService=ue,this._unicodeService=fe,this._parser=K,this._parseBuffer=new Uint32Array(4096),this._stringDecoder=new C.StringToUtf32,this._utf8Decoder=new C.Utf8ToUtf32,this._workCell=new m.CellData,this._windowTitle="",this._iconName="",this._windowTitleStack=[],this._iconNameStack=[],this._curAttrData=y.DEFAULT_ATTR_DATA.clone(),this._eraseAttrDataInternal=y.DEFAULT_ATTR_DATA.clone(),this._onRequestBell=this.register(new b.EventEmitter),this.onRequestBell=this._onRequestBell.event,this._onRequestRefreshRows=this.register(new b.EventEmitter),this.onRequestRefreshRows=this._onRequestRefreshRows.event,this._onRequestReset=this.register(new b.EventEmitter),this.onRequestReset=this._onRequestReset.event,this._onRequestSendFocus=this.register(new b.EventEmitter),this.onRequestSendFocus=this._onRequestSendFocus.event,this._onRequestSyncScrollBar=this.register(new b.EventEmitter),this.onRequestSyncScrollBar=this._onRequestSyncScrollBar.event,this._onRequestWindowsOptionsReport=this.register(new b.EventEmitter),this.onRequestWindowsOptionsReport=this._onRequestWindowsOptionsReport.event,this._onA11yChar=this.register(new b.EventEmitter),this.onA11yChar=this._onA11yChar.event,this._onA11yTab=this.register(new b.EventEmitter),this.onA11yTab=this._onA11yTab.event,this._onCursorMove=this.register(new b.EventEmitter),this.onCursorMove=this._onCursorMove.event,this._onLineFeed=this.register(new b.EventEmitter),this.onLineFeed=this._onLineFeed.event,this._onScroll=this.register(new b.EventEmitter),this.onScroll=this._onScroll.event,this._onTitleChange=this.register(new b.EventEmitter),this.onTitleChange=this._onTitleChange.event,this._onColor=this.register(new b.EventEmitter),this.onColor=this._onColor.event,this._parseStack={paused:!1,cursorStartX:0,cursorStartY:0,decodedLength:0,position:0},this._specialColors=[256,257,258],this.register(this._parser),this._dirtyRowTracker=new q(this._bufferService),this._activeBuffer=this._bufferService.buffer,this.register(this._bufferService.buffers.onBufferActivate(($=>this._activeBuffer=$.activeBuffer))),this._parser.setCsiHandlerFallback((($,ce)=>{this._logService.debug("Unknown CSI code: ",{identifier:this._parser.identToString($),params:ce.toArray()})})),this._parser.setEscHandlerFallback(($=>{this._logService.debug("Unknown ESC code: ",{identifier:this._parser.identToString($)})})),this._parser.setExecuteHandlerFallback(($=>{this._logService.debug("Unknown EXECUTE code: ",{code:$})})),this._parser.setOscHandlerFallback((($,ce,re)=>{this._logService.debug("Unknown OSC code: ",{identifier:$,action:ce,data:re})})),this._parser.setDcsHandlerFallback((($,ce,re)=>{ce==="HOOK"&&(re=re.toArray()),this._logService.debug("Unknown DCS code: ",{identifier:this._parser.identToString($),action:ce,payload:re})})),this._parser.setPrintHandler((($,ce,re)=>this.print($,ce,re))),this._parser.registerCsiHandler({final:"@"},($=>this.insertChars($))),this._parser.registerCsiHandler({intermediates:" ",final:"@"},($=>this.scrollLeft($))),this._parser.registerCsiHandler({final:"A"},($=>this.cursorUp($))),this._parser.registerCsiHandler({intermediates:" ",final:"A"},($=>this.scrollRight($))),this._parser.registerCsiHandler({final:"B"},($=>this.cursorDown($))),this._parser.registerCsiHandler({final:"C"},($=>this.cursorForward($))),this._parser.registerCsiHandler({final:"D"},($=>this.cursorBackward($))),this._parser.registerCsiHandler({final:"E"},($=>this.cursorNextLine($))),this._parser.registerCsiHandler({final:"F"},($=>this.cursorPrecedingLine($))),this._parser.registerCsiHandler({final:"G"},($=>this.cursorCharAbsolute($))),this._parser.registerCsiHandler({final:"H"},($=>this.cursorPosition($))),this._parser.registerCsiHandler({final:"I"},($=>this.cursorForwardTab($))),this._parser.registerCsiHandler({final:"J"},($=>this.eraseInDisplay($,!1))),this._parser.registerCsiHandler({prefix:"?",final:"J"},($=>this.eraseInDisplay($,!0))),this._parser.registerCsiHandler({final:"K"},($=>this.eraseInLine($,!1))),this._parser.registerCsiHandler({prefix:"?",final:"K"},($=>this.eraseInLine($,!0))),this._parser.registerCsiHandler({final:"L"},($=>this.insertLines($))),this._parser.registerCsiHandler({final:"M"},($=>this.deleteLines($))),this._parser.registerCsiHandler({final:"P"},($=>this.deleteChars($))),this._parser.registerCsiHandler({final:"S"},($=>this.scrollUp($))),this._parser.registerCsiHandler({final:"T"},($=>this.scrollDown($))),this._parser.registerCsiHandler({final:"X"},($=>this.eraseChars($))),this._parser.registerCsiHandler({final:"Z"},($=>this.cursorBackwardTab($))),this._parser.registerCsiHandler({final:"`"},($=>this.charPosAbsolute($))),this._parser.registerCsiHandler({final:"a"},($=>this.hPositionRelative($))),this._parser.registerCsiHandler({final:"b"},($=>this.repeatPrecedingCharacter($))),this._parser.registerCsiHandler({final:"c"},($=>this.sendDeviceAttributesPrimary($))),this._parser.registerCsiHandler({prefix:">",final:"c"},($=>this.sendDeviceAttributesSecondary($))),this._parser.registerCsiHandler({final:"d"},($=>this.linePosAbsolute($))),this._parser.registerCsiHandler({final:"e"},($=>this.vPositionRelative($))),this._parser.registerCsiHandler({final:"f"},($=>this.hVPosition($))),this._parser.registerCsiHandler({final:"g"},($=>this.tabClear($))),this._parser.registerCsiHandler({final:"h"},($=>this.setMode($))),this._parser.registerCsiHandler({prefix:"?",final:"h"},($=>this.setModePrivate($))),this._parser.registerCsiHandler({final:"l"},($=>this.resetMode($))),this._parser.registerCsiHandler({prefix:"?",final:"l"},($=>this.resetModePrivate($))),this._parser.registerCsiHandler({final:"m"},($=>this.charAttributes($))),this._parser.registerCsiHandler({final:"n"},($=>this.deviceStatus($))),this._parser.registerCsiHandler({prefix:"?",final:"n"},($=>this.deviceStatusPrivate($))),this._parser.registerCsiHandler({intermediates:"!",final:"p"},($=>this.softReset($))),this._parser.registerCsiHandler({intermediates:" ",final:"q"},($=>this.setCursorStyle($))),this._parser.registerCsiHandler({final:"r"},($=>this.setScrollRegion($))),this._parser.registerCsiHandler({final:"s"},($=>this.saveCursor($))),this._parser.registerCsiHandler({final:"t"},($=>this.windowOptions($))),this._parser.registerCsiHandler({final:"u"},($=>this.restoreCursor($))),this._parser.registerCsiHandler({intermediates:"'",final:"}"},($=>this.insertColumns($))),this._parser.registerCsiHandler({intermediates:"'",final:"~"},($=>this.deleteColumns($))),this._parser.registerCsiHandler({intermediates:'"',final:"q"},($=>this.selectProtected($))),this._parser.registerCsiHandler({intermediates:"$",final:"p"},($=>this.requestMode($,!0))),this._parser.registerCsiHandler({prefix:"?",intermediates:"$",final:"p"},($=>this.requestMode($,!1))),this._parser.setExecuteHandler(f.C0.BEL,(()=>this.bell())),this._parser.setExecuteHandler(f.C0.LF,(()=>this.lineFeed())),this._parser.setExecuteHandler(f.C0.VT,(()=>this.lineFeed())),this._parser.setExecuteHandler(f.C0.FF,(()=>this.lineFeed())),this._parser.setExecuteHandler(f.C0.CR,(()=>this.carriageReturn())),this._parser.setExecuteHandler(f.C0.BS,(()=>this.backspace())),this._parser.setExecuteHandler(f.C0.HT,(()=>this.tab())),this._parser.setExecuteHandler(f.C0.SO,(()=>this.shiftOut())),this._parser.setExecuteHandler(f.C0.SI,(()=>this.shiftIn())),this._parser.setExecuteHandler(f.C1.IND,(()=>this.index())),this._parser.setExecuteHandler(f.C1.NEL,(()=>this.nextLine())),this._parser.setExecuteHandler(f.C1.HTS,(()=>this.tabSet())),this._parser.registerOscHandler(0,new j.OscHandler(($=>(this.setTitle($),this.setIconName($),!0)))),this._parser.registerOscHandler(1,new j.OscHandler(($=>this.setIconName($)))),this._parser.registerOscHandler(2,new j.OscHandler(($=>this.setTitle($)))),this._parser.registerOscHandler(4,new j.OscHandler(($=>this.setOrReportIndexedColor($)))),this._parser.registerOscHandler(8,new j.OscHandler(($=>this.setHyperlink($)))),this._parser.registerOscHandler(10,new j.OscHandler(($=>this.setOrReportFgColor($)))),this._parser.registerOscHandler(11,new j.OscHandler(($=>this.setOrReportBgColor($)))),this._parser.registerOscHandler(12,new j.OscHandler(($=>this.setOrReportCursorColor($)))),this._parser.registerOscHandler(104,new j.OscHandler(($=>this.restoreIndexedColor($)))),this._parser.registerOscHandler(110,new j.OscHandler(($=>this.restoreFgColor($)))),this._parser.registerOscHandler(111,new j.OscHandler(($=>this.restoreBgColor($)))),this._parser.registerOscHandler(112,new j.OscHandler(($=>this.restoreCursorColor($)))),this._parser.registerEscHandler({final:"7"},(()=>this.saveCursor())),this._parser.registerEscHandler({final:"8"},(()=>this.restoreCursor())),this._parser.registerEscHandler({final:"D"},(()=>this.index())),this._parser.registerEscHandler({final:"E"},(()=>this.nextLine())),this._parser.registerEscHandler({final:"H"},(()=>this.tabSet())),this._parser.registerEscHandler({final:"M"},(()=>this.reverseIndex())),this._parser.registerEscHandler({final:"="},(()=>this.keypadApplicationMode())),this._parser.registerEscHandler({final:">"},(()=>this.keypadNumericMode())),this._parser.registerEscHandler({final:"c"},(()=>this.fullReset())),this._parser.registerEscHandler({final:"n"},(()=>this.setgLevel(2))),this._parser.registerEscHandler({final:"o"},(()=>this.setgLevel(3))),this._parser.registerEscHandler({final:"|"},(()=>this.setgLevel(3))),this._parser.registerEscHandler({final:"}"},(()=>this.setgLevel(2))),this._parser.registerEscHandler({final:"~"},(()=>this.setgLevel(1))),this._parser.registerEscHandler({intermediates:"%",final:"@"},(()=>this.selectDefaultCharset())),this._parser.registerEscHandler({intermediates:"%",final:"G"},(()=>this.selectDefaultCharset()));for(const $ in x.CHARSETS)this._parser.registerEscHandler({intermediates:"(",final:$},(()=>this.selectCharset("("+$))),this._parser.registerEscHandler({intermediates:")",final:$},(()=>this.selectCharset(")"+$))),this._parser.registerEscHandler({intermediates:"*",final:$},(()=>this.selectCharset("*"+$))),this._parser.registerEscHandler({intermediates:"+",final:$},(()=>this.selectCharset("+"+$))),this._parser.registerEscHandler({intermediates:"-",final:$},(()=>this.selectCharset("-"+$))),this._parser.registerEscHandler({intermediates:".",final:$},(()=>this.selectCharset("."+$))),this._parser.registerEscHandler({intermediates:"/",final:$},(()=>this.selectCharset("/"+$)));this._parser.registerEscHandler({intermediates:"#",final:"8"},(()=>this.screenAlignmentPattern())),this._parser.setErrorHandler(($=>(this._logService.error("Parsing error: ",$),$))),this._parser.registerDcsHandler({intermediates:"$",final:"q"},new T.DcsHandler((($,ce)=>this.requestStatusString($,ce))))}_preserveStack(O,H,L,B){this._parseStack.paused=!0,this._parseStack.cursorStartX=O,this._parseStack.cursorStartY=H,this._parseStack.decodedLength=L,this._parseStack.position=B}_logSlowResolvingAsync(O){this._logService.logLevel<=R.LogLevelEnum.WARN&&Promise.race([O,new Promise(((H,L)=>setTimeout((()=>L("#SLOW_TIMEOUT")),5e3)))]).catch((H=>{if(H!=="#SLOW_TIMEOUT")throw H;console.warn("async parser handler taking longer than 5000 ms")}))}_getCurrentLinkId(){return this._curAttrData.extended.urlId}parse(O,H){let L,B=this._activeBuffer.x,V=this._activeBuffer.y,te=0;const ue=this._parseStack.paused;if(ue){if(L=this._parser.parse(this._parseBuffer,this._parseStack.decodedLength,H))return this._logSlowResolvingAsync(L),L;B=this._parseStack.cursorStartX,V=this._parseStack.cursorStartY,this._parseStack.paused=!1,O.length>F&&(te=this._parseStack.position+F)}if(this._logService.logLevel<=R.LogLevelEnum.DEBUG&&this._logService.debug("parsing data"+(typeof O=="string"?` "${O}"`:` "${Array.prototype.map.call(O,($=>String.fromCharCode($))).join("")}"`),typeof O=="string"?O.split("").map(($=>$.charCodeAt(0))):O),this._parseBuffer.length<O.length&&this._parseBuffer.length<F&&(this._parseBuffer=new Uint32Array(Math.min(O.length,F))),ue||this._dirtyRowTracker.clearRange(),O.length>F)for(let $=te;$<O.length;$+=F){const ce=$+F<O.length?$+F:O.length,re=typeof O=="string"?this._stringDecoder.decode(O.substring($,ce),this._parseBuffer):this._utf8Decoder.decode(O.subarray($,ce),this._parseBuffer);if(L=this._parser.parse(this._parseBuffer,re))return this._preserveStack(B,V,re,$),this._logSlowResolvingAsync(L),L}else if(!ue){const $=typeof O=="string"?this._stringDecoder.decode(O,this._parseBuffer):this._utf8Decoder.decode(O,this._parseBuffer);if(L=this._parser.parse(this._parseBuffer,$))return this._preserveStack(B,V,$,0),this._logSlowResolvingAsync(L),L}this._activeBuffer.x===B&&this._activeBuffer.y===V||this._onCursorMove.fire();const fe=this._dirtyRowTracker.end+(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp),K=this._dirtyRowTracker.start+(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp);K<this._bufferService.rows&&this._onRequestRefreshRows.fire(Math.min(K,this._bufferService.rows-1),Math.min(fe,this._bufferService.rows-1))}print(O,H,L){let B,V;const te=this._charsetService.charset,ue=this._optionsService.rawOptions.screenReaderMode,fe=this._bufferService.cols,K=this._coreService.decPrivateModes.wraparound,$=this._coreService.modes.insertMode,ce=this._curAttrData;let re=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._activeBuffer.x&&L-H>0&&re.getWidth(this._activeBuffer.x-1)===2&&re.setCellFromCodepoint(this._activeBuffer.x-1,0,1,ce);let ye=this._parser.precedingJoinState;for(let Ce=H;Ce<L;++Ce){if(B=O[Ce],B<127&&te){const He=te[String.fromCharCode(B)];He&&(B=He.charCodeAt(0))}const Fe=this._unicodeService.charProperties(B,ye);V=D.UnicodeService.extractWidth(Fe);const ze=D.UnicodeService.extractShouldJoin(Fe),Ge=ze?D.UnicodeService.extractWidth(ye):0;if(ye=Fe,ue&&this._onA11yChar.fire((0,C.stringFromCodePoint)(B)),this._getCurrentLinkId()&&this._oscLinkService.addLineToLink(this._getCurrentLinkId(),this._activeBuffer.ybase+this._activeBuffer.y),this._activeBuffer.x+V-Ge>fe){if(K){const He=re;let Ne=this._activeBuffer.x-Ge;for(this._activeBuffer.x=Ge,this._activeBuffer.y++,this._activeBuffer.y===this._activeBuffer.scrollBottom+1?(this._activeBuffer.y--,this._bufferService.scroll(this._eraseAttrData(),!0)):(this._activeBuffer.y>=this._bufferService.rows&&(this._activeBuffer.y=this._bufferService.rows-1),this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).isWrapped=!0),re=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y),Ge>0&&re instanceof y.BufferLine&&re.copyCellsFrom(He,Ne,0,Ge,!1);Ne<fe;)He.setCellFromCodepoint(Ne++,0,1,ce)}else if(this._activeBuffer.x=fe-1,V===2)continue}if(ze&&this._activeBuffer.x){const He=re.getWidth(this._activeBuffer.x-1)?1:2;re.addCodepointToCell(this._activeBuffer.x-He,B,V);for(let Ne=V-Ge;--Ne>=0;)re.setCellFromCodepoint(this._activeBuffer.x++,0,0,ce)}else if($&&(re.insertCells(this._activeBuffer.x,V-Ge,this._activeBuffer.getNullCell(ce)),re.getWidth(fe-1)===2&&re.setCellFromCodepoint(fe-1,_.NULL_CELL_CODE,_.NULL_CELL_WIDTH,ce)),re.setCellFromCodepoint(this._activeBuffer.x++,B,V,ce),V>0)for(;--V;)re.setCellFromCodepoint(this._activeBuffer.x++,0,0,ce)}this._parser.precedingJoinState=ye,this._activeBuffer.x<fe&&L-H>0&&re.getWidth(this._activeBuffer.x)===0&&!re.hasContent(this._activeBuffer.x)&&re.setCellFromCodepoint(this._activeBuffer.x,0,1,ce),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}registerCsiHandler(O,H){return O.final!=="t"||O.prefix||O.intermediates?this._parser.registerCsiHandler(O,H):this._parser.registerCsiHandler(O,(L=>!G(L.params[0],this._optionsService.rawOptions.windowOptions)||H(L)))}registerDcsHandler(O,H){return this._parser.registerDcsHandler(O,new T.DcsHandler(H))}registerEscHandler(O,H){return this._parser.registerEscHandler(O,H)}registerOscHandler(O,H){return this._parser.registerOscHandler(O,new j.OscHandler(H))}bell(){return this._onRequestBell.fire(),!0}lineFeed(){return this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._optionsService.rawOptions.convertEol&&(this._activeBuffer.x=0),this._activeBuffer.y++,this._activeBuffer.y===this._activeBuffer.scrollBottom+1?(this._activeBuffer.y--,this._bufferService.scroll(this._eraseAttrData())):this._activeBuffer.y>=this._bufferService.rows?this._activeBuffer.y=this._bufferService.rows-1:this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).isWrapped=!1,this._activeBuffer.x>=this._bufferService.cols&&this._activeBuffer.x--,this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._onLineFeed.fire(),!0}carriageReturn(){return this._activeBuffer.x=0,!0}backspace(){var O;if(!this._coreService.decPrivateModes.reverseWraparound)return this._restrictCursor(),this._activeBuffer.x>0&&this._activeBuffer.x--,!0;if(this._restrictCursor(this._bufferService.cols),this._activeBuffer.x>0)this._activeBuffer.x--;else if(this._activeBuffer.x===0&&this._activeBuffer.y>this._activeBuffer.scrollTop&&this._activeBuffer.y<=this._activeBuffer.scrollBottom&&((O=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y))!=null&&O.isWrapped)){this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).isWrapped=!1,this._activeBuffer.y--,this._activeBuffer.x=this._bufferService.cols-1;const H=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);H.hasWidth(this._activeBuffer.x)&&!H.hasContent(this._activeBuffer.x)&&this._activeBuffer.x--}return this._restrictCursor(),!0}tab(){if(this._activeBuffer.x>=this._bufferService.cols)return!0;const O=this._activeBuffer.x;return this._activeBuffer.x=this._activeBuffer.nextStop(),this._optionsService.rawOptions.screenReaderMode&&this._onA11yTab.fire(this._activeBuffer.x-O),!0}shiftOut(){return this._charsetService.setgLevel(1),!0}shiftIn(){return this._charsetService.setgLevel(0),!0}_restrictCursor(O=this._bufferService.cols-1){this._activeBuffer.x=Math.min(O,Math.max(0,this._activeBuffer.x)),this._activeBuffer.y=this._coreService.decPrivateModes.origin?Math.min(this._activeBuffer.scrollBottom,Math.max(this._activeBuffer.scrollTop,this._activeBuffer.y)):Math.min(this._bufferService.rows-1,Math.max(0,this._activeBuffer.y)),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}_setCursor(O,H){this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._coreService.decPrivateModes.origin?(this._activeBuffer.x=O,this._activeBuffer.y=this._activeBuffer.scrollTop+H):(this._activeBuffer.x=O,this._activeBuffer.y=H),this._restrictCursor(),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}_moveCursor(O,H){this._restrictCursor(),this._setCursor(this._activeBuffer.x+O,this._activeBuffer.y+H)}cursorUp(O){const H=this._activeBuffer.y-this._activeBuffer.scrollTop;return H>=0?this._moveCursor(0,-Math.min(H,O.params[0]||1)):this._moveCursor(0,-(O.params[0]||1)),!0}cursorDown(O){const H=this._activeBuffer.scrollBottom-this._activeBuffer.y;return H>=0?this._moveCursor(0,Math.min(H,O.params[0]||1)):this._moveCursor(0,O.params[0]||1),!0}cursorForward(O){return this._moveCursor(O.params[0]||1,0),!0}cursorBackward(O){return this._moveCursor(-(O.params[0]||1),0),!0}cursorNextLine(O){return this.cursorDown(O),this._activeBuffer.x=0,!0}cursorPrecedingLine(O){return this.cursorUp(O),this._activeBuffer.x=0,!0}cursorCharAbsolute(O){return this._setCursor((O.params[0]||1)-1,this._activeBuffer.y),!0}cursorPosition(O){return this._setCursor(O.length>=2?(O.params[1]||1)-1:0,(O.params[0]||1)-1),!0}charPosAbsolute(O){return this._setCursor((O.params[0]||1)-1,this._activeBuffer.y),!0}hPositionRelative(O){return this._moveCursor(O.params[0]||1,0),!0}linePosAbsolute(O){return this._setCursor(this._activeBuffer.x,(O.params[0]||1)-1),!0}vPositionRelative(O){return this._moveCursor(0,O.params[0]||1),!0}hVPosition(O){return this.cursorPosition(O),!0}tabClear(O){const H=O.params[0];return H===0?delete this._activeBuffer.tabs[this._activeBuffer.x]:H===3&&(this._activeBuffer.tabs={}),!0}cursorForwardTab(O){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let H=O.params[0]||1;for(;H--;)this._activeBuffer.x=this._activeBuffer.nextStop();return!0}cursorBackwardTab(O){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let H=O.params[0]||1;for(;H--;)this._activeBuffer.x=this._activeBuffer.prevStop();return!0}selectProtected(O){const H=O.params[0];return H===1&&(this._curAttrData.bg|=536870912),H!==2&&H!==0||(this._curAttrData.bg&=-536870913),!0}_eraseInBufferLine(O,H,L,B=!1,V=!1){const te=this._activeBuffer.lines.get(this._activeBuffer.ybase+O);te.replaceCells(H,L,this._activeBuffer.getNullCell(this._eraseAttrData()),V),B&&(te.isWrapped=!1)}_resetBufferLine(O,H=!1){const L=this._activeBuffer.lines.get(this._activeBuffer.ybase+O);L&&(L.fill(this._activeBuffer.getNullCell(this._eraseAttrData()),H),this._bufferService.buffer.clearMarkers(this._activeBuffer.ybase+O),L.isWrapped=!1)}eraseInDisplay(O,H=!1){let L;switch(this._restrictCursor(this._bufferService.cols),O.params[0]){case 0:for(L=this._activeBuffer.y,this._dirtyRowTracker.markDirty(L),this._eraseInBufferLine(L++,this._activeBuffer.x,this._bufferService.cols,this._activeBuffer.x===0,H);L<this._bufferService.rows;L++)this._resetBufferLine(L,H);this._dirtyRowTracker.markDirty(L);break;case 1:for(L=this._activeBuffer.y,this._dirtyRowTracker.markDirty(L),this._eraseInBufferLine(L,0,this._activeBuffer.x+1,!0,H),this._activeBuffer.x+1>=this._bufferService.cols&&(this._activeBuffer.lines.get(L+1).isWrapped=!1);L--;)this._resetBufferLine(L,H);this._dirtyRowTracker.markDirty(0);break;case 2:for(L=this._bufferService.rows,this._dirtyRowTracker.markDirty(L-1);L--;)this._resetBufferLine(L,H);this._dirtyRowTracker.markDirty(0);break;case 3:const B=this._activeBuffer.lines.length-this._bufferService.rows;B>0&&(this._activeBuffer.lines.trimStart(B),this._activeBuffer.ybase=Math.max(this._activeBuffer.ybase-B,0),this._activeBuffer.ydisp=Math.max(this._activeBuffer.ydisp-B,0),this._onScroll.fire(0))}return!0}eraseInLine(O,H=!1){switch(this._restrictCursor(this._bufferService.cols),O.params[0]){case 0:this._eraseInBufferLine(this._activeBuffer.y,this._activeBuffer.x,this._bufferService.cols,this._activeBuffer.x===0,H);break;case 1:this._eraseInBufferLine(this._activeBuffer.y,0,this._activeBuffer.x+1,!1,H);break;case 2:this._eraseInBufferLine(this._activeBuffer.y,0,this._bufferService.cols,!0,H)}return this._dirtyRowTracker.markDirty(this._activeBuffer.y),!0}insertLines(O){this._restrictCursor();let H=O.params[0]||1;if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const L=this._activeBuffer.ybase+this._activeBuffer.y,B=this._bufferService.rows-1-this._activeBuffer.scrollBottom,V=this._bufferService.rows-1+this._activeBuffer.ybase-B+1;for(;H--;)this._activeBuffer.lines.splice(V-1,1),this._activeBuffer.lines.splice(L,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.y,this._activeBuffer.scrollBottom),this._activeBuffer.x=0,!0}deleteLines(O){this._restrictCursor();let H=O.params[0]||1;if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const L=this._activeBuffer.ybase+this._activeBuffer.y;let B;for(B=this._bufferService.rows-1-this._activeBuffer.scrollBottom,B=this._bufferService.rows-1+this._activeBuffer.ybase-B;H--;)this._activeBuffer.lines.splice(L,1),this._activeBuffer.lines.splice(B,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.y,this._activeBuffer.scrollBottom),this._activeBuffer.x=0,!0}insertChars(O){this._restrictCursor();const H=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return H&&(H.insertCells(this._activeBuffer.x,O.params[0]||1,this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}deleteChars(O){this._restrictCursor();const H=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return H&&(H.deleteCells(this._activeBuffer.x,O.params[0]||1,this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}scrollUp(O){let H=O.params[0]||1;for(;H--;)this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollTop,1),this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollBottom,0,this._activeBuffer.getBlankLine(this._eraseAttrData()));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollDown(O){let H=O.params[0]||1;for(;H--;)this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollBottom,1),this._activeBuffer.lines.splice(this._activeBuffer.ybase+this._activeBuffer.scrollTop,0,this._activeBuffer.getBlankLine(y.DEFAULT_ATTR_DATA));return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollLeft(O){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const H=O.params[0]||1;for(let L=this._activeBuffer.scrollTop;L<=this._activeBuffer.scrollBottom;++L){const B=this._activeBuffer.lines.get(this._activeBuffer.ybase+L);B.deleteCells(0,H,this._activeBuffer.getNullCell(this._eraseAttrData())),B.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}scrollRight(O){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const H=O.params[0]||1;for(let L=this._activeBuffer.scrollTop;L<=this._activeBuffer.scrollBottom;++L){const B=this._activeBuffer.lines.get(this._activeBuffer.ybase+L);B.insertCells(0,H,this._activeBuffer.getNullCell(this._eraseAttrData())),B.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}insertColumns(O){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const H=O.params[0]||1;for(let L=this._activeBuffer.scrollTop;L<=this._activeBuffer.scrollBottom;++L){const B=this._activeBuffer.lines.get(this._activeBuffer.ybase+L);B.insertCells(this._activeBuffer.x,H,this._activeBuffer.getNullCell(this._eraseAttrData())),B.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}deleteColumns(O){if(this._activeBuffer.y>this._activeBuffer.scrollBottom||this._activeBuffer.y<this._activeBuffer.scrollTop)return!0;const H=O.params[0]||1;for(let L=this._activeBuffer.scrollTop;L<=this._activeBuffer.scrollBottom;++L){const B=this._activeBuffer.lines.get(this._activeBuffer.ybase+L);B.deleteCells(this._activeBuffer.x,H,this._activeBuffer.getNullCell(this._eraseAttrData())),B.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}eraseChars(O){this._restrictCursor();const H=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return H&&(H.replaceCells(this._activeBuffer.x,this._activeBuffer.x+(O.params[0]||1),this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}repeatPrecedingCharacter(O){const H=this._parser.precedingJoinState;if(!H)return!0;const L=O.params[0]||1,B=D.UnicodeService.extractWidth(H),V=this._activeBuffer.x-B,te=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y).getString(V),ue=new Uint32Array(te.length*L);let fe=0;for(let $=0;$<te.length;){const ce=te.codePointAt($)||0;ue[fe++]=ce,$+=ce>65535?2:1}let K=fe;for(let $=1;$<L;++$)ue.copyWithin(K,0,fe),K+=fe;return this.print(ue,0,K),!0}sendDeviceAttributesPrimary(O){return O.params[0]>0||(this._is("xterm")||this._is("rxvt-unicode")||this._is("screen")?this._coreService.triggerDataEvent(f.C0.ESC+"[?1;2c"):this._is("linux")&&this._coreService.triggerDataEvent(f.C0.ESC+"[?6c")),!0}sendDeviceAttributesSecondary(O){return O.params[0]>0||(this._is("xterm")?this._coreService.triggerDataEvent(f.C0.ESC+"[>0;276;0c"):this._is("rxvt-unicode")?this._coreService.triggerDataEvent(f.C0.ESC+"[>85;95;0c"):this._is("linux")?this._coreService.triggerDataEvent(O.params[0]+"c"):this._is("screen")&&this._coreService.triggerDataEvent(f.C0.ESC+"[>83;40003;0c")),!0}_is(O){return(this._optionsService.rawOptions.termName+"").indexOf(O)===0}setMode(O){for(let H=0;H<O.length;H++)switch(O.params[H]){case 4:this._coreService.modes.insertMode=!0;break;case 20:this._optionsService.options.convertEol=!0}return!0}setModePrivate(O){for(let H=0;H<O.length;H++)switch(O.params[H]){case 1:this._coreService.decPrivateModes.applicationCursorKeys=!0;break;case 2:this._charsetService.setgCharset(0,x.DEFAULT_CHARSET),this._charsetService.setgCharset(1,x.DEFAULT_CHARSET),this._charsetService.setgCharset(2,x.DEFAULT_CHARSET),this._charsetService.setgCharset(3,x.DEFAULT_CHARSET);break;case 3:this._optionsService.rawOptions.windowOptions.setWinLines&&(this._bufferService.resize(132,this._bufferService.rows),this._onRequestReset.fire());break;case 6:this._coreService.decPrivateModes.origin=!0,this._setCursor(0,0);break;case 7:this._coreService.decPrivateModes.wraparound=!0;break;case 12:this._optionsService.options.cursorBlink=!0;break;case 45:this._coreService.decPrivateModes.reverseWraparound=!0;break;case 66:this._logService.debug("Serial port requested application keypad."),this._coreService.decPrivateModes.applicationKeypad=!0,this._onRequestSyncScrollBar.fire();break;case 9:this._coreMouseService.activeProtocol="X10";break;case 1e3:this._coreMouseService.activeProtocol="VT200";break;case 1002:this._coreMouseService.activeProtocol="DRAG";break;case 1003:this._coreMouseService.activeProtocol="ANY";break;case 1004:this._coreService.decPrivateModes.sendFocus=!0,this._onRequestSendFocus.fire();break;case 1005:this._logService.debug("DECSET 1005 not supported (see #2507)");break;case 1006:this._coreMouseService.activeEncoding="SGR";break;case 1015:this._logService.debug("DECSET 1015 not supported (see #2507)");break;case 1016:this._coreMouseService.activeEncoding="SGR_PIXELS";break;case 25:this._coreService.isCursorHidden=!1;break;case 1048:this.saveCursor();break;case 1049:this.saveCursor();case 47:case 1047:this._bufferService.buffers.activateAltBuffer(this._eraseAttrData()),this._coreService.isCursorInitialized=!0,this._onRequestRefreshRows.fire(0,this._bufferService.rows-1),this._onRequestSyncScrollBar.fire();break;case 2004:this._coreService.decPrivateModes.bracketedPasteMode=!0}return!0}resetMode(O){for(let H=0;H<O.length;H++)switch(O.params[H]){case 4:this._coreService.modes.insertMode=!1;break;case 20:this._optionsService.options.convertEol=!1}return!0}resetModePrivate(O){for(let H=0;H<O.length;H++)switch(O.params[H]){case 1:this._coreService.decPrivateModes.applicationCursorKeys=!1;break;case 3:this._optionsService.rawOptions.windowOptions.setWinLines&&(this._bufferService.resize(80,this._bufferService.rows),this._onRequestReset.fire());break;case 6:this._coreService.decPrivateModes.origin=!1,this._setCursor(0,0);break;case 7:this._coreService.decPrivateModes.wraparound=!1;break;case 12:this._optionsService.options.cursorBlink=!1;break;case 45:this._coreService.decPrivateModes.reverseWraparound=!1;break;case 66:this._logService.debug("Switching back to normal keypad."),this._coreService.decPrivateModes.applicationKeypad=!1,this._onRequestSyncScrollBar.fire();break;case 9:case 1e3:case 1002:case 1003:this._coreMouseService.activeProtocol="NONE";break;case 1004:this._coreService.decPrivateModes.sendFocus=!1;break;case 1005:this._logService.debug("DECRST 1005 not supported (see #2507)");break;case 1006:case 1016:this._coreMouseService.activeEncoding="DEFAULT";break;case 1015:this._logService.debug("DECRST 1015 not supported (see #2507)");break;case 25:this._coreService.isCursorHidden=!0;break;case 1048:this.restoreCursor();break;case 1049:case 47:case 1047:this._bufferService.buffers.activateNormalBuffer(),O.params[H]===1049&&this.restoreCursor(),this._coreService.isCursorInitialized=!0,this._onRequestRefreshRows.fire(0,this._bufferService.rows-1),this._onRequestSyncScrollBar.fire();break;case 2004:this._coreService.decPrivateModes.bracketedPasteMode=!1}return!0}requestMode(O,H){const L=this._coreService.decPrivateModes,{activeProtocol:B,activeEncoding:V}=this._coreMouseService,te=this._coreService,{buffers:ue,cols:fe}=this._bufferService,{active:K,alt:$}=ue,ce=this._optionsService.rawOptions,re=ze=>ze?1:2,ye=O.params[0];return Ce=ye,Fe=H?ye===2?4:ye===4?re(te.modes.insertMode):ye===12?3:ye===20?re(ce.convertEol):0:ye===1?re(L.applicationCursorKeys):ye===3?ce.windowOptions.setWinLines?fe===80?2:fe===132?1:0:0:ye===6?re(L.origin):ye===7?re(L.wraparound):ye===8?3:ye===9?re(B==="X10"):ye===12?re(ce.cursorBlink):ye===25?re(!te.isCursorHidden):ye===45?re(L.reverseWraparound):ye===66?re(L.applicationKeypad):ye===67?4:ye===1e3?re(B==="VT200"):ye===1002?re(B==="DRAG"):ye===1003?re(B==="ANY"):ye===1004?re(L.sendFocus):ye===1005?4:ye===1006?re(V==="SGR"):ye===1015?4:ye===1016?re(V==="SGR_PIXELS"):ye===1048?1:ye===47||ye===1047||ye===1049?re(K===$):ye===2004?re(L.bracketedPasteMode):0,te.triggerDataEvent(`${f.C0.ESC}[${H?"":"?"}${Ce};${Fe}$y`),!0;var Ce,Fe}_updateAttrColor(O,H,L,B,V){return H===2?(O|=50331648,O&=-16777216,O|=k.AttributeData.fromColorRGB([L,B,V])):H===5&&(O&=-50331904,O|=33554432|255&L),O}_extractColor(O,H,L){const B=[0,0,-1,0,0,0];let V=0,te=0;do{if(B[te+V]=O.params[H+te],O.hasSubParams(H+te)){const ue=O.getSubParams(H+te);let fe=0;do B[1]===5&&(V=1),B[te+fe+1+V]=ue[fe];while(++fe<ue.length&&fe+te+1+V<B.length);break}if(B[1]===5&&te+V>=2||B[1]===2&&te+V>=5)break;B[1]&&(V=1)}while(++te+H<O.length&&te+V<B.length);for(let ue=2;ue<B.length;++ue)B[ue]===-1&&(B[ue]=0);switch(B[0]){case 38:L.fg=this._updateAttrColor(L.fg,B[1],B[3],B[4],B[5]);break;case 48:L.bg=this._updateAttrColor(L.bg,B[1],B[3],B[4],B[5]);break;case 58:L.extended=L.extended.clone(),L.extended.underlineColor=this._updateAttrColor(L.extended.underlineColor,B[1],B[3],B[4],B[5])}return te}_processUnderline(O,H){H.extended=H.extended.clone(),(!~O||O>5)&&(O=1),H.extended.underlineStyle=O,H.fg|=268435456,O===0&&(H.fg&=-268435457),H.updateExtended()}_processSGR0(O){O.fg=y.DEFAULT_ATTR_DATA.fg,O.bg=y.DEFAULT_ATTR_DATA.bg,O.extended=O.extended.clone(),O.extended.underlineStyle=0,O.extended.underlineColor&=-67108864,O.updateExtended()}charAttributes(O){if(O.length===1&&O.params[0]===0)return this._processSGR0(this._curAttrData),!0;const H=O.length;let L;const B=this._curAttrData;for(let V=0;V<H;V++)L=O.params[V],L>=30&&L<=37?(B.fg&=-50331904,B.fg|=16777216|L-30):L>=40&&L<=47?(B.bg&=-50331904,B.bg|=16777216|L-40):L>=90&&L<=97?(B.fg&=-50331904,B.fg|=16777224|L-90):L>=100&&L<=107?(B.bg&=-50331904,B.bg|=16777224|L-100):L===0?this._processSGR0(B):L===1?B.fg|=134217728:L===3?B.bg|=67108864:L===4?(B.fg|=268435456,this._processUnderline(O.hasSubParams(V)?O.getSubParams(V)[0]:1,B)):L===5?B.fg|=536870912:L===7?B.fg|=67108864:L===8?B.fg|=1073741824:L===9?B.fg|=2147483648:L===2?B.bg|=134217728:L===21?this._processUnderline(2,B):L===22?(B.fg&=-134217729,B.bg&=-134217729):L===23?B.bg&=-67108865:L===24?(B.fg&=-268435457,this._processUnderline(0,B)):L===25?B.fg&=-536870913:L===27?B.fg&=-67108865:L===28?B.fg&=-1073741825:L===29?B.fg&=2147483647:L===39?(B.fg&=-67108864,B.fg|=16777215&y.DEFAULT_ATTR_DATA.fg):L===49?(B.bg&=-67108864,B.bg|=16777215&y.DEFAULT_ATTR_DATA.bg):L===38||L===48||L===58?V+=this._extractColor(O,V,B):L===53?B.bg|=1073741824:L===55?B.bg&=-1073741825:L===59?(B.extended=B.extended.clone(),B.extended.underlineColor=-1,B.updateExtended()):L===100?(B.fg&=-67108864,B.fg|=16777215&y.DEFAULT_ATTR_DATA.fg,B.bg&=-67108864,B.bg|=16777215&y.DEFAULT_ATTR_DATA.bg):this._logService.debug("Unknown SGR attribute: %d.",L);return!0}deviceStatus(O){switch(O.params[0]){case 5:this._coreService.triggerDataEvent(`${f.C0.ESC}[0n`);break;case 6:const H=this._activeBuffer.y+1,L=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${f.C0.ESC}[${H};${L}R`)}return!0}deviceStatusPrivate(O){if(O.params[0]===6){const H=this._activeBuffer.y+1,L=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${f.C0.ESC}[?${H};${L}R`)}return!0}softReset(O){return this._coreService.isCursorHidden=!1,this._onRequestSyncScrollBar.fire(),this._activeBuffer.scrollTop=0,this._activeBuffer.scrollBottom=this._bufferService.rows-1,this._curAttrData=y.DEFAULT_ATTR_DATA.clone(),this._coreService.reset(),this._charsetService.reset(),this._activeBuffer.savedX=0,this._activeBuffer.savedY=this._activeBuffer.ybase,this._activeBuffer.savedCurAttrData.fg=this._curAttrData.fg,this._activeBuffer.savedCurAttrData.bg=this._curAttrData.bg,this._activeBuffer.savedCharset=this._charsetService.charset,this._coreService.decPrivateModes.origin=!1,!0}setCursorStyle(O){const H=O.params[0]||1;switch(H){case 1:case 2:this._optionsService.options.cursorStyle="block";break;case 3:case 4:this._optionsService.options.cursorStyle="underline";break;case 5:case 6:this._optionsService.options.cursorStyle="bar"}const L=H%2==1;return this._optionsService.options.cursorBlink=L,!0}setScrollRegion(O){const H=O.params[0]||1;let L;return(O.length<2||(L=O.params[1])>this._bufferService.rows||L===0)&&(L=this._bufferService.rows),L>H&&(this._activeBuffer.scrollTop=H-1,this._activeBuffer.scrollBottom=L-1,this._setCursor(0,0)),!0}windowOptions(O){if(!G(O.params[0],this._optionsService.rawOptions.windowOptions))return!0;const H=O.length>1?O.params[1]:0;switch(O.params[0]){case 14:H!==2&&this._onRequestWindowsOptionsReport.fire(U.GET_WIN_SIZE_PIXELS);break;case 16:this._onRequestWindowsOptionsReport.fire(U.GET_CELL_SIZE_PIXELS);break;case 18:this._bufferService&&this._coreService.triggerDataEvent(`${f.C0.ESC}[8;${this._bufferService.rows};${this._bufferService.cols}t`);break;case 22:H!==0&&H!==2||(this._windowTitleStack.push(this._windowTitle),this._windowTitleStack.length>10&&this._windowTitleStack.shift()),H!==0&&H!==1||(this._iconNameStack.push(this._iconName),this._iconNameStack.length>10&&this._iconNameStack.shift());break;case 23:H!==0&&H!==2||this._windowTitleStack.length&&this.setTitle(this._windowTitleStack.pop()),H!==0&&H!==1||this._iconNameStack.length&&this.setIconName(this._iconNameStack.pop())}return!0}saveCursor(O){return this._activeBuffer.savedX=this._activeBuffer.x,this._activeBuffer.savedY=this._activeBuffer.ybase+this._activeBuffer.y,this._activeBuffer.savedCurAttrData.fg=this._curAttrData.fg,this._activeBuffer.savedCurAttrData.bg=this._curAttrData.bg,this._activeBuffer.savedCharset=this._charsetService.charset,!0}restoreCursor(O){return this._activeBuffer.x=this._activeBuffer.savedX||0,this._activeBuffer.y=Math.max(this._activeBuffer.savedY-this._activeBuffer.ybase,0),this._curAttrData.fg=this._activeBuffer.savedCurAttrData.fg,this._curAttrData.bg=this._activeBuffer.savedCurAttrData.bg,this._charsetService.charset=this._savedCharset,this._activeBuffer.savedCharset&&(this._charsetService.charset=this._activeBuffer.savedCharset),this._restrictCursor(),!0}setTitle(O){return this._windowTitle=O,this._onTitleChange.fire(O),!0}setIconName(O){return this._iconName=O,!0}setOrReportIndexedColor(O){const H=[],L=O.split(";");for(;L.length>1;){const B=L.shift(),V=L.shift();if(/^\d+$/.exec(B)){const te=parseInt(B);if(W(te))if(V==="?")H.push({type:0,index:te});else{const ue=(0,M.parseColor)(V);ue&&H.push({type:1,index:te,color:ue})}}}return H.length&&this._onColor.fire(H),!0}setHyperlink(O){const H=O.split(";");return!(H.length<2)&&(H[1]?this._createHyperlink(H[0],H[1]):!H[0]&&this._finishHyperlink())}_createHyperlink(O,H){this._getCurrentLinkId()&&this._finishHyperlink();const L=O.split(":");let B;const V=L.findIndex((te=>te.startsWith("id=")));return V!==-1&&(B=L[V].slice(3)||void 0),this._curAttrData.extended=this._curAttrData.extended.clone(),this._curAttrData.extended.urlId=this._oscLinkService.registerLink({id:B,uri:H}),this._curAttrData.updateExtended(),!0}_finishHyperlink(){return this._curAttrData.extended=this._curAttrData.extended.clone(),this._curAttrData.extended.urlId=0,this._curAttrData.updateExtended(),!0}_setOrReportSpecialColor(O,H){const L=O.split(";");for(let B=0;B<L.length&&!(H>=this._specialColors.length);++B,++H)if(L[B]==="?")this._onColor.fire([{type:0,index:this._specialColors[H]}]);else{const V=(0,M.parseColor)(L[B]);V&&this._onColor.fire([{type:1,index:this._specialColors[H],color:V}])}return!0}setOrReportFgColor(O){return this._setOrReportSpecialColor(O,0)}setOrReportBgColor(O){return this._setOrReportSpecialColor(O,1)}setOrReportCursorColor(O){return this._setOrReportSpecialColor(O,2)}restoreIndexedColor(O){if(!O)return this._onColor.fire([{type:2}]),!0;const H=[],L=O.split(";");for(let B=0;B<L.length;++B)if(/^\d+$/.exec(L[B])){const V=parseInt(L[B]);W(V)&&H.push({type:2,index:V})}return H.length&&this._onColor.fire(H),!0}restoreFgColor(O){return this._onColor.fire([{type:2,index:256}]),!0}restoreBgColor(O){return this._onColor.fire([{type:2,index:257}]),!0}restoreCursorColor(O){return this._onColor.fire([{type:2,index:258}]),!0}nextLine(){return this._activeBuffer.x=0,this.index(),!0}keypadApplicationMode(){return this._logService.debug("Serial port requested application keypad."),this._coreService.decPrivateModes.applicationKeypad=!0,this._onRequestSyncScrollBar.fire(),!0}keypadNumericMode(){return this._logService.debug("Switching back to normal keypad."),this._coreService.decPrivateModes.applicationKeypad=!1,this._onRequestSyncScrollBar.fire(),!0}selectDefaultCharset(){return this._charsetService.setgLevel(0),this._charsetService.setgCharset(0,x.DEFAULT_CHARSET),!0}selectCharset(O){return O.length!==2?(this.selectDefaultCharset(),!0):(O[0]==="/"||this._charsetService.setgCharset(I[O[0]],x.CHARSETS[O[1]]||x.DEFAULT_CHARSET),!0)}index(){return this._restrictCursor(),this._activeBuffer.y++,this._activeBuffer.y===this._activeBuffer.scrollBottom+1?(this._activeBuffer.y--,this._bufferService.scroll(this._eraseAttrData())):this._activeBuffer.y>=this._bufferService.rows&&(this._activeBuffer.y=this._bufferService.rows-1),this._restrictCursor(),!0}tabSet(){return this._activeBuffer.tabs[this._activeBuffer.x]=!0,!0}reverseIndex(){if(this._restrictCursor(),this._activeBuffer.y===this._activeBuffer.scrollTop){const O=this._activeBuffer.scrollBottom-this._activeBuffer.scrollTop;this._activeBuffer.lines.shiftElements(this._activeBuffer.ybase+this._activeBuffer.y,O,1),this._activeBuffer.lines.set(this._activeBuffer.ybase+this._activeBuffer.y,this._activeBuffer.getBlankLine(this._eraseAttrData())),this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom)}else this._activeBuffer.y--,this._restrictCursor();return!0}fullReset(){return this._parser.reset(),this._onRequestReset.fire(),!0}reset(){this._curAttrData=y.DEFAULT_ATTR_DATA.clone(),this._eraseAttrDataInternal=y.DEFAULT_ATTR_DATA.clone()}_eraseAttrData(){return this._eraseAttrDataInternal.bg&=-67108864,this._eraseAttrDataInternal.bg|=67108863&this._curAttrData.bg,this._eraseAttrDataInternal}setgLevel(O){return this._charsetService.setgLevel(O),!0}screenAlignmentPattern(){const O=new m.CellData;O.content=4194373,O.fg=this._curAttrData.fg,O.bg=this._curAttrData.bg,this._setCursor(0,0);for(let H=0;H<this._bufferService.rows;++H){const L=this._activeBuffer.ybase+this._activeBuffer.y+H,B=this._activeBuffer.lines.get(L);B&&(B.fill(O),B.isWrapped=!1)}return this._dirtyRowTracker.markAllDirty(),this._setCursor(0,0),!0}requestStatusString(O,H){const L=this._bufferService.buffer,B=this._optionsService.rawOptions;return(V=>(this._coreService.triggerDataEvent(`${f.C0.ESC}${V}${f.C0.ESC}\\`),!0))(O==='"q'?`P1$r${this._curAttrData.isProtected()?1:0}"q`:O==='"p'?'P1$r61;1"p':O==="r"?`P1$r${L.scrollTop+1};${L.scrollBottom+1}r`:O==="m"?"P1$r0m":O===" q"?`P1$r${{block:2,underline:4,bar:6}[B.cursorStyle]-(B.cursorBlink?1:0)} q`:"P0$r")}markRangeDirty(O,H){this._dirtyRowTracker.markRangeDirty(O,H)}}c.InputHandler=Z;let q=class{constructor(Q){this._bufferService=Q,this.clearRange()}clearRange(){this.start=this._bufferService.buffer.y,this.end=this._bufferService.buffer.y}markDirty(Q){Q<this.start?this.start=Q:Q>this.end&&(this.end=Q)}markRangeDirty(Q,O){Q>O&&(X=Q,Q=O,O=X),Q<this.start&&(this.start=Q),O>this.end&&(this.end=O)}markAllDirty(){this.markRangeDirty(0,this._bufferService.rows-1)}};function W(Q){return 0<=Q&&Q<256}q=v([S(0,R.IBufferService)],q)},844:(p,c)=>{function h(v){for(const S of v)S.dispose();v.length=0}Object.defineProperty(c,"__esModule",{value:!0}),c.getDisposeArrayDisposable=c.disposeArray=c.toDisposable=c.MutableDisposable=c.Disposable=void 0,c.Disposable=class{constructor(){this._disposables=[],this._isDisposed=!1}dispose(){this._isDisposed=!0;for(const v of this._disposables)v.dispose();this._disposables.length=0}register(v){return this._disposables.push(v),v}unregister(v){const S=this._disposables.indexOf(v);S!==-1&&this._disposables.splice(S,1)}},c.MutableDisposable=class{constructor(){this._isDisposed=!1}get value(){return this._isDisposed?void 0:this._value}set value(v){var S;this._isDisposed||v===this._value||((S=this._value)==null||S.dispose(),this._value=v)}clear(){this.value=void 0}dispose(){var v;this._isDisposed=!0,(v=this._value)==null||v.dispose(),this._value=void 0}},c.toDisposable=function(v){return{dispose:v}},c.disposeArray=h,c.getDisposeArrayDisposable=function(v){return{dispose:()=>h(v)}}},1505:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.FourKeyMap=c.TwoKeyMap=void 0;class h{constructor(){this._data={}}set(S,f,x){this._data[S]||(this._data[S]={}),this._data[S][f]=x}get(S,f){return this._data[S]?this._data[S][f]:void 0}clear(){this._data={}}}c.TwoKeyMap=h,c.FourKeyMap=class{constructor(){this._data=new h}set(v,S,f,x,E){this._data.get(v,S)||this._data.set(v,S,new h),this._data.get(v,S).set(f,x,E)}get(v,S,f,x){var E;return(E=this._data.get(v,S))==null?void 0:E.get(f,x)}clear(){this._data.clear()}}},6114:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.isChromeOS=c.isLinux=c.isWindows=c.isIphone=c.isIpad=c.isMac=c.getSafariVersion=c.isSafari=c.isLegacyEdge=c.isFirefox=c.isNode=void 0,c.isNode=typeof process<"u"&&"title"in process;const h=c.isNode?"node":navigator.userAgent,v=c.isNode?"node":navigator.platform;c.isFirefox=h.includes("Firefox"),c.isLegacyEdge=h.includes("Edge"),c.isSafari=/^((?!chrome|android).)*safari/i.test(h),c.getSafariVersion=function(){if(!c.isSafari)return 0;const S=h.match(/Version\/(\d+)/);return S===null||S.length<2?0:parseInt(S[1])},c.isMac=["Macintosh","MacIntel","MacPPC","Mac68K"].includes(v),c.isIpad=v==="iPad",c.isIphone=v==="iPhone",c.isWindows=["Windows","Win16","Win32","WinCE"].includes(v),c.isLinux=v.indexOf("Linux")>=0,c.isChromeOS=/\bCrOS\b/.test(h)},6106:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.SortedList=void 0;let h=0;c.SortedList=class{constructor(v){this._getKey=v,this._array=[]}clear(){this._array.length=0}insert(v){this._array.length!==0?(h=this._search(this._getKey(v)),this._array.splice(h,0,v)):this._array.push(v)}delete(v){if(this._array.length===0)return!1;const S=this._getKey(v);if(S===void 0||(h=this._search(S),h===-1)||this._getKey(this._array[h])!==S)return!1;do if(this._array[h]===v)return this._array.splice(h,1),!0;while(++h<this._array.length&&this._getKey(this._array[h])===S);return!1}*getKeyIterator(v){if(this._array.length!==0&&(h=this._search(v),!(h<0||h>=this._array.length)&&this._getKey(this._array[h])===v))do yield this._array[h];while(++h<this._array.length&&this._getKey(this._array[h])===v)}forEachByKey(v,S){if(this._array.length!==0&&(h=this._search(v),!(h<0||h>=this._array.length)&&this._getKey(this._array[h])===v))do S(this._array[h]);while(++h<this._array.length&&this._getKey(this._array[h])===v)}values(){return[...this._array].values()}_search(v){let S=0,f=this._array.length-1;for(;f>=S;){let x=S+f>>1;const E=this._getKey(this._array[x]);if(E>v)f=x-1;else{if(!(E<v)){for(;x>0&&this._getKey(this._array[x-1])===v;)x--;return x}S=x+1}}return S}}},7226:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.DebouncedIdleTask=c.IdleTaskQueue=c.PriorityTaskQueue=void 0;const v=h(6114);class S{constructor(){this._tasks=[],this._i=0}enqueue(E){this._tasks.push(E),this._start()}flush(){for(;this._i<this._tasks.length;)this._tasks[this._i]()||this._i++;this.clear()}clear(){this._idleCallback&&(this._cancelCallback(this._idleCallback),this._idleCallback=void 0),this._i=0,this._tasks.length=0}_start(){this._idleCallback||(this._idleCallback=this._requestCallback(this._process.bind(this)))}_process(E){this._idleCallback=void 0;let A=0,C=0,y=E.timeRemaining(),b=0;for(;this._i<this._tasks.length;){if(A=Date.now(),this._tasks[this._i]()||this._i++,A=Math.max(1,Date.now()-A),C=Math.max(A,C),b=E.timeRemaining(),1.5*C>b)return y-A<-20&&console.warn(`task queue exceeded allotted deadline by ${Math.abs(Math.round(y-A))}ms`),void this._start();y=b}this.clear()}}class f extends S{_requestCallback(E){return setTimeout((()=>E(this._createDeadline(16))))}_cancelCallback(E){clearTimeout(E)}_createDeadline(E){const A=Date.now()+E;return{timeRemaining:()=>Math.max(0,A-Date.now())}}}c.PriorityTaskQueue=f,c.IdleTaskQueue=!v.isNode&&"requestIdleCallback"in window?class extends S{_requestCallback(x){return requestIdleCallback(x)}_cancelCallback(x){cancelIdleCallback(x)}}:f,c.DebouncedIdleTask=class{constructor(){this._queue=new c.IdleTaskQueue}set(x){this._queue.clear(),this._queue.enqueue(x)}flush(){this._queue.flush()}}},9282:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.updateWindowsModeWrappedState=void 0;const v=h(643);c.updateWindowsModeWrappedState=function(S){const f=S.buffer.lines.get(S.buffer.ybase+S.buffer.y-1),x=f==null?void 0:f.get(S.cols-1),E=S.buffer.lines.get(S.buffer.ybase+S.buffer.y);E&&x&&(E.isWrapped=x[v.CHAR_DATA_CODE_INDEX]!==v.NULL_CELL_CODE&&x[v.CHAR_DATA_CODE_INDEX]!==v.WHITESPACE_CELL_CODE)}},3734:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.ExtendedAttrs=c.AttributeData=void 0;class h{constructor(){this.fg=0,this.bg=0,this.extended=new v}static toColorRGB(f){return[f>>>16&255,f>>>8&255,255&f]}static fromColorRGB(f){return(255&f[0])<<16|(255&f[1])<<8|255&f[2]}clone(){const f=new h;return f.fg=this.fg,f.bg=this.bg,f.extended=this.extended.clone(),f}isInverse(){return 67108864&this.fg}isBold(){return 134217728&this.fg}isUnderline(){return this.hasExtendedAttrs()&&this.extended.underlineStyle!==0?1:268435456&this.fg}isBlink(){return 536870912&this.fg}isInvisible(){return 1073741824&this.fg}isItalic(){return 67108864&this.bg}isDim(){return 134217728&this.bg}isStrikethrough(){return 2147483648&this.fg}isProtected(){return 536870912&this.bg}isOverline(){return 1073741824&this.bg}getFgColorMode(){return 50331648&this.fg}getBgColorMode(){return 50331648&this.bg}isFgRGB(){return(50331648&this.fg)==50331648}isBgRGB(){return(50331648&this.bg)==50331648}isFgPalette(){return(50331648&this.fg)==16777216||(50331648&this.fg)==33554432}isBgPalette(){return(50331648&this.bg)==16777216||(50331648&this.bg)==33554432}isFgDefault(){return(50331648&this.fg)==0}isBgDefault(){return(50331648&this.bg)==0}isAttributeDefault(){return this.fg===0&&this.bg===0}getFgColor(){switch(50331648&this.fg){case 16777216:case 33554432:return 255&this.fg;case 50331648:return 16777215&this.fg;default:return-1}}getBgColor(){switch(50331648&this.bg){case 16777216:case 33554432:return 255&this.bg;case 50331648:return 16777215&this.bg;default:return-1}}hasExtendedAttrs(){return 268435456&this.bg}updateExtended(){this.extended.isEmpty()?this.bg&=-268435457:this.bg|=268435456}getUnderlineColor(){if(268435456&this.bg&&~this.extended.underlineColor)switch(50331648&this.extended.underlineColor){case 16777216:case 33554432:return 255&this.extended.underlineColor;case 50331648:return 16777215&this.extended.underlineColor;default:return this.getFgColor()}return this.getFgColor()}getUnderlineColorMode(){return 268435456&this.bg&&~this.extended.underlineColor?50331648&this.extended.underlineColor:this.getFgColorMode()}isUnderlineColorRGB(){return 268435456&this.bg&&~this.extended.underlineColor?(50331648&this.extended.underlineColor)==50331648:this.isFgRGB()}isUnderlineColorPalette(){return 268435456&this.bg&&~this.extended.underlineColor?(50331648&this.extended.underlineColor)==16777216||(50331648&this.extended.underlineColor)==33554432:this.isFgPalette()}isUnderlineColorDefault(){return 268435456&this.bg&&~this.extended.underlineColor?(50331648&this.extended.underlineColor)==0:this.isFgDefault()}getUnderlineStyle(){return 268435456&this.fg?268435456&this.bg?this.extended.underlineStyle:1:0}getUnderlineVariantOffset(){return this.extended.underlineVariantOffset}}c.AttributeData=h;class v{get ext(){return this._urlId?-469762049&this._ext|this.underlineStyle<<26:this._ext}set ext(f){this._ext=f}get underlineStyle(){return this._urlId?5:(469762048&this._ext)>>26}set underlineStyle(f){this._ext&=-469762049,this._ext|=f<<26&469762048}get underlineColor(){return 67108863&this._ext}set underlineColor(f){this._ext&=-67108864,this._ext|=67108863&f}get urlId(){return this._urlId}set urlId(f){this._urlId=f}get underlineVariantOffset(){const f=(3758096384&this._ext)>>29;return f<0?4294967288^f:f}set underlineVariantOffset(f){this._ext&=536870911,this._ext|=f<<29&3758096384}constructor(f=0,x=0){this._ext=0,this._urlId=0,this._ext=f,this._urlId=x}clone(){return new v(this._ext,this._urlId)}isEmpty(){return this.underlineStyle===0&&this._urlId===0}}c.ExtendedAttrs=v},9092:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.Buffer=c.MAX_BUFFER_SIZE=void 0;const v=h(6349),S=h(7226),f=h(3734),x=h(8437),E=h(4634),A=h(511),C=h(643),y=h(4863),b=h(7116);c.MAX_BUFFER_SIZE=4294967295,c.Buffer=class{constructor(_,m,k){this._hasScrollback=_,this._optionsService=m,this._bufferService=k,this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.tabs={},this.savedY=0,this.savedX=0,this.savedCurAttrData=x.DEFAULT_ATTR_DATA.clone(),this.savedCharset=b.DEFAULT_CHARSET,this.markers=[],this._nullCell=A.CellData.fromCharData([0,C.NULL_CELL_CHAR,C.NULL_CELL_WIDTH,C.NULL_CELL_CODE]),this._whitespaceCell=A.CellData.fromCharData([0,C.WHITESPACE_CELL_CHAR,C.WHITESPACE_CELL_WIDTH,C.WHITESPACE_CELL_CODE]),this._isClearing=!1,this._memoryCleanupQueue=new S.IdleTaskQueue,this._memoryCleanupPosition=0,this._cols=this._bufferService.cols,this._rows=this._bufferService.rows,this.lines=new v.CircularList(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()}getNullCell(_){return _?(this._nullCell.fg=_.fg,this._nullCell.bg=_.bg,this._nullCell.extended=_.extended):(this._nullCell.fg=0,this._nullCell.bg=0,this._nullCell.extended=new f.ExtendedAttrs),this._nullCell}getWhitespaceCell(_){return _?(this._whitespaceCell.fg=_.fg,this._whitespaceCell.bg=_.bg,this._whitespaceCell.extended=_.extended):(this._whitespaceCell.fg=0,this._whitespaceCell.bg=0,this._whitespaceCell.extended=new f.ExtendedAttrs),this._whitespaceCell}getBlankLine(_,m){return new x.BufferLine(this._bufferService.cols,this.getNullCell(_),m)}get hasScrollback(){return this._hasScrollback&&this.lines.maxLength>this._rows}get isCursorInViewport(){const _=this.ybase+this.y-this.ydisp;return _>=0&&_<this._rows}_getCorrectBufferLength(_){if(!this._hasScrollback)return _;const m=_+this._optionsService.rawOptions.scrollback;return m>c.MAX_BUFFER_SIZE?c.MAX_BUFFER_SIZE:m}fillViewportRows(_){if(this.lines.length===0){_===void 0&&(_=x.DEFAULT_ATTR_DATA);let m=this._rows;for(;m--;)this.lines.push(this.getBlankLine(_))}}clear(){this.ydisp=0,this.ybase=0,this.y=0,this.x=0,this.lines=new v.CircularList(this._getCorrectBufferLength(this._rows)),this.scrollTop=0,this.scrollBottom=this._rows-1,this.setupTabStops()}resize(_,m){const k=this.getNullCell(x.DEFAULT_ATTR_DATA);let R=0;const D=this._getCorrectBufferLength(m);if(D>this.lines.maxLength&&(this.lines.maxLength=D),this.lines.length>0){if(this._cols<_)for(let T=0;T<this.lines.length;T++)R+=+this.lines.get(T).resize(_,k);let j=0;if(this._rows<m)for(let T=this._rows;T<m;T++)this.lines.length<m+this.ybase&&(this._optionsService.rawOptions.windowsMode||this._optionsService.rawOptions.windowsPty.backend!==void 0||this._optionsService.rawOptions.windowsPty.buildNumber!==void 0?this.lines.push(new x.BufferLine(_,k)):this.ybase>0&&this.lines.length<=this.ybase+this.y+j+1?(this.ybase--,j++,this.ydisp>0&&this.ydisp--):this.lines.push(new x.BufferLine(_,k)));else for(let T=this._rows;T>m;T--)this.lines.length>m+this.ybase&&(this.lines.length>this.ybase+this.y+1?this.lines.pop():(this.ybase++,this.ydisp++));if(D<this.lines.maxLength){const T=this.lines.length-D;T>0&&(this.lines.trimStart(T),this.ybase=Math.max(this.ybase-T,0),this.ydisp=Math.max(this.ydisp-T,0),this.savedY=Math.max(this.savedY-T,0)),this.lines.maxLength=D}this.x=Math.min(this.x,_-1),this.y=Math.min(this.y,m-1),j&&(this.y+=j),this.savedX=Math.min(this.savedX,_-1),this.scrollTop=0}if(this.scrollBottom=m-1,this._isReflowEnabled&&(this._reflow(_,m),this._cols>_))for(let j=0;j<this.lines.length;j++)R+=+this.lines.get(j).resize(_,k);this._cols=_,this._rows=m,this._memoryCleanupQueue.clear(),R>.1*this.lines.length&&(this._memoryCleanupPosition=0,this._memoryCleanupQueue.enqueue((()=>this._batchedMemoryCleanup())))}_batchedMemoryCleanup(){let _=!0;this._memoryCleanupPosition>=this.lines.length&&(this._memoryCleanupPosition=0,_=!1);let m=0;for(;this._memoryCleanupPosition<this.lines.length;)if(m+=this.lines.get(this._memoryCleanupPosition++).cleanupMemory(),m>100)return!0;return _}get _isReflowEnabled(){const _=this._optionsService.rawOptions.windowsPty;return _&&_.buildNumber?this._hasScrollback&&_.backend==="conpty"&&_.buildNumber>=21376:this._hasScrollback&&!this._optionsService.rawOptions.windowsMode}_reflow(_,m){this._cols!==_&&(_>this._cols?this._reflowLarger(_,m):this._reflowSmaller(_,m))}_reflowLarger(_,m){const k=(0,E.reflowLargerGetLinesToRemove)(this.lines,this._cols,_,this.ybase+this.y,this.getNullCell(x.DEFAULT_ATTR_DATA));if(k.length>0){const R=(0,E.reflowLargerCreateNewLayout)(this.lines,k);(0,E.reflowLargerApplyNewLayout)(this.lines,R.layout),this._reflowLargerAdjustViewport(_,m,R.countRemoved)}}_reflowLargerAdjustViewport(_,m,k){const R=this.getNullCell(x.DEFAULT_ATTR_DATA);let D=k;for(;D-- >0;)this.ybase===0?(this.y>0&&this.y--,this.lines.length<m&&this.lines.push(new x.BufferLine(_,R))):(this.ydisp===this.ybase&&this.ydisp--,this.ybase--);this.savedY=Math.max(this.savedY-k,0)}_reflowSmaller(_,m){const k=this.getNullCell(x.DEFAULT_ATTR_DATA),R=[];let D=0;for(let j=this.lines.length-1;j>=0;j--){let T=this.lines.get(j);if(!T||!T.isWrapped&&T.getTrimmedLength()<=_)continue;const M=[T];for(;T.isWrapped&&j>0;)T=this.lines.get(--j),M.unshift(T);const I=this.ybase+this.y;if(I>=j&&I<j+M.length)continue;const F=M[M.length-1].getTrimmedLength(),G=(0,E.reflowSmallerGetNewLineLengths)(M,this._cols,_),U=G.length-M.length;let X;X=this.ybase===0&&this.y!==this.lines.length-1?Math.max(0,this.y-this.lines.maxLength+U):Math.max(0,this.lines.length-this.lines.maxLength+U);const Z=[];for(let L=0;L<U;L++){const B=this.getBlankLine(x.DEFAULT_ATTR_DATA,!0);Z.push(B)}Z.length>0&&(R.push({start:j+M.length+D,newLines:Z}),D+=Z.length),M.push(...Z);let q=G.length-1,W=G[q];W===0&&(q--,W=G[q]);let Q=M.length-U-1,O=F;for(;Q>=0;){const L=Math.min(O,W);if(M[q]===void 0)break;if(M[q].copyCellsFrom(M[Q],O-L,W-L,L,!0),W-=L,W===0&&(q--,W=G[q]),O-=L,O===0){Q--;const B=Math.max(Q,0);O=(0,E.getWrappedLineTrimmedLength)(M,B,this._cols)}}for(let L=0;L<M.length;L++)G[L]<_&&M[L].setCell(G[L],k);let H=U-X;for(;H-- >0;)this.ybase===0?this.y<m-1?(this.y++,this.lines.pop()):(this.ybase++,this.ydisp++):this.ybase<Math.min(this.lines.maxLength,this.lines.length+D)-m&&(this.ybase===this.ydisp&&this.ydisp++,this.ybase++);this.savedY=Math.min(this.savedY+U,this.ybase+m-1)}if(R.length>0){const j=[],T=[];for(let q=0;q<this.lines.length;q++)T.push(this.lines.get(q));const M=this.lines.length;let I=M-1,F=0,G=R[F];this.lines.length=Math.min(this.lines.maxLength,this.lines.length+D);let U=0;for(let q=Math.min(this.lines.maxLength-1,M+D-1);q>=0;q--)if(G&&G.start>I+U){for(let W=G.newLines.length-1;W>=0;W--)this.lines.set(q--,G.newLines[W]);q++,j.push({index:I+1,amount:G.newLines.length}),U+=G.newLines.length,G=R[++F]}else this.lines.set(q,T[I--]);let X=0;for(let q=j.length-1;q>=0;q--)j[q].index+=X,this.lines.onInsertEmitter.fire(j[q]),X+=j[q].amount;const Z=Math.max(0,M+D-this.lines.maxLength);Z>0&&this.lines.onTrimEmitter.fire(Z)}}translateBufferLineToString(_,m,k=0,R){const D=this.lines.get(_);return D?D.translateToString(m,k,R):""}getWrappedRangeForLine(_){let m=_,k=_;for(;m>0&&this.lines.get(m).isWrapped;)m--;for(;k+1<this.lines.length&&this.lines.get(k+1).isWrapped;)k++;return{first:m,last:k}}setupTabStops(_){for(_!=null?this.tabs[_]||(_=this.prevStop(_)):(this.tabs={},_=0);_<this._cols;_+=this._optionsService.rawOptions.tabStopWidth)this.tabs[_]=!0}prevStop(_){for(_==null&&(_=this.x);!this.tabs[--_]&&_>0;);return _>=this._cols?this._cols-1:_<0?0:_}nextStop(_){for(_==null&&(_=this.x);!this.tabs[++_]&&_<this._cols;);return _>=this._cols?this._cols-1:_<0?0:_}clearMarkers(_){this._isClearing=!0;for(let m=0;m<this.markers.length;m++)this.markers[m].line===_&&(this.markers[m].dispose(),this.markers.splice(m--,1));this._isClearing=!1}clearAllMarkers(){this._isClearing=!0;for(let _=0;_<this.markers.length;_++)this.markers[_].dispose(),this.markers.splice(_--,1);this._isClearing=!1}addMarker(_){const m=new y.Marker(_);return this.markers.push(m),m.register(this.lines.onTrim((k=>{m.line-=k,m.line<0&&m.dispose()}))),m.register(this.lines.onInsert((k=>{m.line>=k.index&&(m.line+=k.amount)}))),m.register(this.lines.onDelete((k=>{m.line>=k.index&&m.line<k.index+k.amount&&m.dispose(),m.line>k.index&&(m.line-=k.amount)}))),m.register(m.onDispose((()=>this._removeMarker(m)))),m}_removeMarker(_){this._isClearing||this.markers.splice(this.markers.indexOf(_),1)}}},8437:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.BufferLine=c.DEFAULT_ATTR_DATA=void 0;const v=h(3734),S=h(511),f=h(643),x=h(482);c.DEFAULT_ATTR_DATA=Object.freeze(new v.AttributeData);let E=0;class A{constructor(y,b,_=!1){this.isWrapped=_,this._combined={},this._extendedAttrs={},this._data=new Uint32Array(3*y);const m=b||S.CellData.fromCharData([0,f.NULL_CELL_CHAR,f.NULL_CELL_WIDTH,f.NULL_CELL_CODE]);for(let k=0;k<y;++k)this.setCell(k,m);this.length=y}get(y){const b=this._data[3*y+0],_=2097151&b;return[this._data[3*y+1],2097152&b?this._combined[y]:_?(0,x.stringFromCodePoint)(_):"",b>>22,2097152&b?this._combined[y].charCodeAt(this._combined[y].length-1):_]}set(y,b){this._data[3*y+1]=b[f.CHAR_DATA_ATTR_INDEX],b[f.CHAR_DATA_CHAR_INDEX].length>1?(this._combined[y]=b[1],this._data[3*y+0]=2097152|y|b[f.CHAR_DATA_WIDTH_INDEX]<<22):this._data[3*y+0]=b[f.CHAR_DATA_CHAR_INDEX].charCodeAt(0)|b[f.CHAR_DATA_WIDTH_INDEX]<<22}getWidth(y){return this._data[3*y+0]>>22}hasWidth(y){return 12582912&this._data[3*y+0]}getFg(y){return this._data[3*y+1]}getBg(y){return this._data[3*y+2]}hasContent(y){return 4194303&this._data[3*y+0]}getCodePoint(y){const b=this._data[3*y+0];return 2097152&b?this._combined[y].charCodeAt(this._combined[y].length-1):2097151&b}isCombined(y){return 2097152&this._data[3*y+0]}getString(y){const b=this._data[3*y+0];return 2097152&b?this._combined[y]:2097151&b?(0,x.stringFromCodePoint)(2097151&b):""}isProtected(y){return 536870912&this._data[3*y+2]}loadCell(y,b){return E=3*y,b.content=this._data[E+0],b.fg=this._data[E+1],b.bg=this._data[E+2],2097152&b.content&&(b.combinedData=this._combined[y]),268435456&b.bg&&(b.extended=this._extendedAttrs[y]),b}setCell(y,b){2097152&b.content&&(this._combined[y]=b.combinedData),268435456&b.bg&&(this._extendedAttrs[y]=b.extended),this._data[3*y+0]=b.content,this._data[3*y+1]=b.fg,this._data[3*y+2]=b.bg}setCellFromCodepoint(y,b,_,m){268435456&m.bg&&(this._extendedAttrs[y]=m.extended),this._data[3*y+0]=b|_<<22,this._data[3*y+1]=m.fg,this._data[3*y+2]=m.bg}addCodepointToCell(y,b,_){let m=this._data[3*y+0];2097152&m?this._combined[y]+=(0,x.stringFromCodePoint)(b):2097151&m?(this._combined[y]=(0,x.stringFromCodePoint)(2097151&m)+(0,x.stringFromCodePoint)(b),m&=-2097152,m|=2097152):m=b|4194304,_&&(m&=-12582913,m|=_<<22),this._data[3*y+0]=m}insertCells(y,b,_){if((y%=this.length)&&this.getWidth(y-1)===2&&this.setCellFromCodepoint(y-1,0,1,_),b<this.length-y){const m=new S.CellData;for(let k=this.length-y-b-1;k>=0;--k)this.setCell(y+b+k,this.loadCell(y+k,m));for(let k=0;k<b;++k)this.setCell(y+k,_)}else for(let m=y;m<this.length;++m)this.setCell(m,_);this.getWidth(this.length-1)===2&&this.setCellFromCodepoint(this.length-1,0,1,_)}deleteCells(y,b,_){if(y%=this.length,b<this.length-y){const m=new S.CellData;for(let k=0;k<this.length-y-b;++k)this.setCell(y+k,this.loadCell(y+b+k,m));for(let k=this.length-b;k<this.length;++k)this.setCell(k,_)}else for(let m=y;m<this.length;++m)this.setCell(m,_);y&&this.getWidth(y-1)===2&&this.setCellFromCodepoint(y-1,0,1,_),this.getWidth(y)!==0||this.hasContent(y)||this.setCellFromCodepoint(y,0,1,_)}replaceCells(y,b,_,m=!1){if(m)for(y&&this.getWidth(y-1)===2&&!this.isProtected(y-1)&&this.setCellFromCodepoint(y-1,0,1,_),b<this.length&&this.getWidth(b-1)===2&&!this.isProtected(b)&&this.setCellFromCodepoint(b,0,1,_);y<b&&y<this.length;)this.isProtected(y)||this.setCell(y,_),y++;else for(y&&this.getWidth(y-1)===2&&this.setCellFromCodepoint(y-1,0,1,_),b<this.length&&this.getWidth(b-1)===2&&this.setCellFromCodepoint(b,0,1,_);y<b&&y<this.length;)this.setCell(y++,_)}resize(y,b){if(y===this.length)return 4*this._data.length*2<this._data.buffer.byteLength;const _=3*y;if(y>this.length){if(this._data.buffer.byteLength>=4*_)this._data=new Uint32Array(this._data.buffer,0,_);else{const m=new Uint32Array(_);m.set(this._data),this._data=m}for(let m=this.length;m<y;++m)this.setCell(m,b)}else{this._data=this._data.subarray(0,_);const m=Object.keys(this._combined);for(let R=0;R<m.length;R++){const D=parseInt(m[R],10);D>=y&&delete this._combined[D]}const k=Object.keys(this._extendedAttrs);for(let R=0;R<k.length;R++){const D=parseInt(k[R],10);D>=y&&delete this._extendedAttrs[D]}}return this.length=y,4*_*2<this._data.buffer.byteLength}cleanupMemory(){if(4*this._data.length*2<this._data.buffer.byteLength){const y=new Uint32Array(this._data.length);return y.set(this._data),this._data=y,1}return 0}fill(y,b=!1){if(b)for(let _=0;_<this.length;++_)this.isProtected(_)||this.setCell(_,y);else{this._combined={},this._extendedAttrs={};for(let _=0;_<this.length;++_)this.setCell(_,y)}}copyFrom(y){this.length!==y.length?this._data=new Uint32Array(y._data):this._data.set(y._data),this.length=y.length,this._combined={};for(const b in y._combined)this._combined[b]=y._combined[b];this._extendedAttrs={};for(const b in y._extendedAttrs)this._extendedAttrs[b]=y._extendedAttrs[b];this.isWrapped=y.isWrapped}clone(){const y=new A(0);y._data=new Uint32Array(this._data),y.length=this.length;for(const b in this._combined)y._combined[b]=this._combined[b];for(const b in this._extendedAttrs)y._extendedAttrs[b]=this._extendedAttrs[b];return y.isWrapped=this.isWrapped,y}getTrimmedLength(){for(let y=this.length-1;y>=0;--y)if(4194303&this._data[3*y+0])return y+(this._data[3*y+0]>>22);return 0}getNoBgTrimmedLength(){for(let y=this.length-1;y>=0;--y)if(4194303&this._data[3*y+0]||50331648&this._data[3*y+2])return y+(this._data[3*y+0]>>22);return 0}copyCellsFrom(y,b,_,m,k){const R=y._data;if(k)for(let j=m-1;j>=0;j--){for(let T=0;T<3;T++)this._data[3*(_+j)+T]=R[3*(b+j)+T];268435456&R[3*(b+j)+2]&&(this._extendedAttrs[_+j]=y._extendedAttrs[b+j])}else for(let j=0;j<m;j++){for(let T=0;T<3;T++)this._data[3*(_+j)+T]=R[3*(b+j)+T];268435456&R[3*(b+j)+2]&&(this._extendedAttrs[_+j]=y._extendedAttrs[b+j])}const D=Object.keys(y._combined);for(let j=0;j<D.length;j++){const T=parseInt(D[j],10);T>=b&&(this._combined[T-b+_]=y._combined[T])}}translateToString(y,b,_,m){b=b??0,_=_??this.length,y&&(_=Math.min(_,this.getTrimmedLength())),m&&(m.length=0);let k="";for(;b<_;){const R=this._data[3*b+0],D=2097151&R,j=2097152&R?this._combined[b]:D?(0,x.stringFromCodePoint)(D):f.WHITESPACE_CELL_CHAR;if(k+=j,m)for(let T=0;T<j.length;++T)m.push(b);b+=R>>22||1}return m&&m.push(b),k}}c.BufferLine=A},4841:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.getRangeLength=void 0,c.getRangeLength=function(h,v){if(h.start.y>h.end.y)throw new Error(`Buffer range end (${h.end.x}, ${h.end.y}) cannot be before start (${h.start.x}, ${h.start.y})`);return v*(h.end.y-h.start.y)+(h.end.x-h.start.x+1)}},4634:(p,c)=>{function h(v,S,f){if(S===v.length-1)return v[S].getTrimmedLength();const x=!v[S].hasContent(f-1)&&v[S].getWidth(f-1)===1,E=v[S+1].getWidth(0)===2;return x&&E?f-1:f}Object.defineProperty(c,"__esModule",{value:!0}),c.getWrappedLineTrimmedLength=c.reflowSmallerGetNewLineLengths=c.reflowLargerApplyNewLayout=c.reflowLargerCreateNewLayout=c.reflowLargerGetLinesToRemove=void 0,c.reflowLargerGetLinesToRemove=function(v,S,f,x,E){const A=[];for(let C=0;C<v.length-1;C++){let y=C,b=v.get(++y);if(!b.isWrapped)continue;const _=[v.get(C)];for(;y<v.length&&b.isWrapped;)_.push(b),b=v.get(++y);if(x>=C&&x<y){C+=_.length-1;continue}let m=0,k=h(_,m,S),R=1,D=0;for(;R<_.length;){const T=h(_,R,S),M=T-D,I=f-k,F=Math.min(M,I);_[m].copyCellsFrom(_[R],D,k,F,!1),k+=F,k===f&&(m++,k=0),D+=F,D===T&&(R++,D=0),k===0&&m!==0&&_[m-1].getWidth(f-1)===2&&(_[m].copyCellsFrom(_[m-1],f-1,k++,1,!1),_[m-1].setCell(f-1,E))}_[m].replaceCells(k,f,E);let j=0;for(let T=_.length-1;T>0&&(T>m||_[T].getTrimmedLength()===0);T--)j++;j>0&&(A.push(C+_.length-j),A.push(j)),C+=_.length-1}return A},c.reflowLargerCreateNewLayout=function(v,S){const f=[];let x=0,E=S[x],A=0;for(let C=0;C<v.length;C++)if(E===C){const y=S[++x];v.onDeleteEmitter.fire({index:C-A,amount:y}),C+=y-1,A+=y,E=S[++x]}else f.push(C);return{layout:f,countRemoved:A}},c.reflowLargerApplyNewLayout=function(v,S){const f=[];for(let x=0;x<S.length;x++)f.push(v.get(S[x]));for(let x=0;x<f.length;x++)v.set(x,f[x]);v.length=S.length},c.reflowSmallerGetNewLineLengths=function(v,S,f){const x=[],E=v.map(((b,_)=>h(v,_,S))).reduce(((b,_)=>b+_));let A=0,C=0,y=0;for(;y<E;){if(E-y<f){x.push(E-y);break}A+=f;const b=h(v,C,S);A>b&&(A-=b,C++);const _=v[C].getWidth(A-1)===2;_&&A--;const m=_?f-1:f;x.push(m),y+=m}return x},c.getWrappedLineTrimmedLength=h},5295:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.BufferSet=void 0;const v=h(8460),S=h(844),f=h(9092);class x extends S.Disposable{constructor(A,C){super(),this._optionsService=A,this._bufferService=C,this._onBufferActivate=this.register(new v.EventEmitter),this.onBufferActivate=this._onBufferActivate.event,this.reset(),this.register(this._optionsService.onSpecificOptionChange("scrollback",(()=>this.resize(this._bufferService.cols,this._bufferService.rows)))),this.register(this._optionsService.onSpecificOptionChange("tabStopWidth",(()=>this.setupTabStops())))}reset(){this._normal=new f.Buffer(!0,this._optionsService,this._bufferService),this._normal.fillViewportRows(),this._alt=new f.Buffer(!1,this._optionsService,this._bufferService),this._activeBuffer=this._normal,this._onBufferActivate.fire({activeBuffer:this._normal,inactiveBuffer:this._alt}),this.setupTabStops()}get alt(){return this._alt}get active(){return this._activeBuffer}get normal(){return this._normal}activateNormalBuffer(){this._activeBuffer!==this._normal&&(this._normal.x=this._alt.x,this._normal.y=this._alt.y,this._alt.clearAllMarkers(),this._alt.clear(),this._activeBuffer=this._normal,this._onBufferActivate.fire({activeBuffer:this._normal,inactiveBuffer:this._alt}))}activateAltBuffer(A){this._activeBuffer!==this._alt&&(this._alt.fillViewportRows(A),this._alt.x=this._normal.x,this._alt.y=this._normal.y,this._activeBuffer=this._alt,this._onBufferActivate.fire({activeBuffer:this._alt,inactiveBuffer:this._normal}))}resize(A,C){this._normal.resize(A,C),this._alt.resize(A,C),this.setupTabStops(A)}setupTabStops(A){this._normal.setupTabStops(A),this._alt.setupTabStops(A)}}c.BufferSet=x},511:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.CellData=void 0;const v=h(482),S=h(643),f=h(3734);class x extends f.AttributeData{constructor(){super(...arguments),this.content=0,this.fg=0,this.bg=0,this.extended=new f.ExtendedAttrs,this.combinedData=""}static fromCharData(A){const C=new x;return C.setFromCharData(A),C}isCombined(){return 2097152&this.content}getWidth(){return this.content>>22}getChars(){return 2097152&this.content?this.combinedData:2097151&this.content?(0,v.stringFromCodePoint)(2097151&this.content):""}getCode(){return this.isCombined()?this.combinedData.charCodeAt(this.combinedData.length-1):2097151&this.content}setFromCharData(A){this.fg=A[S.CHAR_DATA_ATTR_INDEX],this.bg=0;let C=!1;if(A[S.CHAR_DATA_CHAR_INDEX].length>2)C=!0;else if(A[S.CHAR_DATA_CHAR_INDEX].length===2){const y=A[S.CHAR_DATA_CHAR_INDEX].charCodeAt(0);if(55296<=y&&y<=56319){const b=A[S.CHAR_DATA_CHAR_INDEX].charCodeAt(1);56320<=b&&b<=57343?this.content=1024*(y-55296)+b-56320+65536|A[S.CHAR_DATA_WIDTH_INDEX]<<22:C=!0}else C=!0}else this.content=A[S.CHAR_DATA_CHAR_INDEX].charCodeAt(0)|A[S.CHAR_DATA_WIDTH_INDEX]<<22;C&&(this.combinedData=A[S.CHAR_DATA_CHAR_INDEX],this.content=2097152|A[S.CHAR_DATA_WIDTH_INDEX]<<22)}getAsCharData(){return[this.fg,this.getChars(),this.getWidth(),this.getCode()]}}c.CellData=x},643:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.WHITESPACE_CELL_CODE=c.WHITESPACE_CELL_WIDTH=c.WHITESPACE_CELL_CHAR=c.NULL_CELL_CODE=c.NULL_CELL_WIDTH=c.NULL_CELL_CHAR=c.CHAR_DATA_CODE_INDEX=c.CHAR_DATA_WIDTH_INDEX=c.CHAR_DATA_CHAR_INDEX=c.CHAR_DATA_ATTR_INDEX=c.DEFAULT_EXT=c.DEFAULT_ATTR=c.DEFAULT_COLOR=void 0,c.DEFAULT_COLOR=0,c.DEFAULT_ATTR=256|c.DEFAULT_COLOR<<9,c.DEFAULT_EXT=0,c.CHAR_DATA_ATTR_INDEX=0,c.CHAR_DATA_CHAR_INDEX=1,c.CHAR_DATA_WIDTH_INDEX=2,c.CHAR_DATA_CODE_INDEX=3,c.NULL_CELL_CHAR="",c.NULL_CELL_WIDTH=1,c.NULL_CELL_CODE=0,c.WHITESPACE_CELL_CHAR=" ",c.WHITESPACE_CELL_WIDTH=1,c.WHITESPACE_CELL_CODE=32},4863:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.Marker=void 0;const v=h(8460),S=h(844);class f{get id(){return this._id}constructor(E){this.line=E,this.isDisposed=!1,this._disposables=[],this._id=f._nextId++,this._onDispose=this.register(new v.EventEmitter),this.onDispose=this._onDispose.event}dispose(){this.isDisposed||(this.isDisposed=!0,this.line=-1,this._onDispose.fire(),(0,S.disposeArray)(this._disposables),this._disposables.length=0)}register(E){return this._disposables.push(E),E}}c.Marker=f,f._nextId=1},7116:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.DEFAULT_CHARSET=c.CHARSETS=void 0,c.CHARSETS={},c.DEFAULT_CHARSET=c.CHARSETS.B,c.CHARSETS[0]={"`":"◆",a:"▒",b:"␉",c:"␌",d:"␍",e:"␊",f:"°",g:"±",h:"␤",i:"␋",j:"┘",k:"┐",l:"┌",m:"└",n:"┼",o:"⎺",p:"⎻",q:"─",r:"⎼",s:"⎽",t:"├",u:"┤",v:"┴",w:"┬",x:"│",y:"≤",z:"≥","{":"π","|":"≠","}":"£","~":"·"},c.CHARSETS.A={"#":"£"},c.CHARSETS.B=void 0,c.CHARSETS[4]={"#":"£","@":"¾","[":"ij","\\":"½","]":"|","{":"¨","|":"f","}":"¼","~":"´"},c.CHARSETS.C=c.CHARSETS[5]={"[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"},c.CHARSETS.R={"#":"£","@":"à","[":"°","\\":"ç","]":"§","{":"é","|":"ù","}":"è","~":"¨"},c.CHARSETS.Q={"@":"à","[":"â","\\":"ç","]":"ê","^":"î","`":"ô","{":"é","|":"ù","}":"è","~":"û"},c.CHARSETS.K={"@":"§","[":"Ä","\\":"Ö","]":"Ü","{":"ä","|":"ö","}":"ü","~":"ß"},c.CHARSETS.Y={"#":"£","@":"§","[":"°","\\":"ç","]":"é","`":"ù","{":"à","|":"ò","}":"è","~":"ì"},c.CHARSETS.E=c.CHARSETS[6]={"@":"Ä","[":"Æ","\\":"Ø","]":"Å","^":"Ü","`":"ä","{":"æ","|":"ø","}":"å","~":"ü"},c.CHARSETS.Z={"#":"£","@":"§","[":"¡","\\":"Ñ","]":"¿","{":"°","|":"ñ","}":"ç"},c.CHARSETS.H=c.CHARSETS[7]={"@":"É","[":"Ä","\\":"Ö","]":"Å","^":"Ü","`":"é","{":"ä","|":"ö","}":"å","~":"ü"},c.CHARSETS["="]={"#":"ù","@":"à","[":"é","\\":"ç","]":"ê","^":"î",_:"è","`":"ô","{":"ä","|":"ö","}":"ü","~":"û"}},2584:(p,c)=>{var h,v,S;Object.defineProperty(c,"__esModule",{value:!0}),c.C1_ESCAPED=c.C1=c.C0=void 0,(function(f){f.NUL="\0",f.SOH="",f.STX="",f.ETX="",f.EOT="",f.ENQ="",f.ACK="",f.BEL="\x07",f.BS="\b",f.HT=" ",f.LF=`
457
- `,f.VT="\v",f.FF="\f",f.CR="\r",f.SO="",f.SI="",f.DLE="",f.DC1="",f.DC2="",f.DC3="",f.DC4="",f.NAK="",f.SYN="",f.ETB="",f.CAN="",f.EM="",f.SUB="",f.ESC="\x1B",f.FS="",f.GS="",f.RS="",f.US="",f.SP=" ",f.DEL=""})(h||(c.C0=h={})),(function(f){f.PAD="€",f.HOP="",f.BPH="‚",f.NBH="ƒ",f.IND="„",f.NEL="…",f.SSA="†",f.ESA="‡",f.HTS="ˆ",f.HTJ="‰",f.VTS="Š",f.PLD="‹",f.PLU="Œ",f.RI="",f.SS2="Ž",f.SS3="",f.DCS="",f.PU1="‘",f.PU2="’",f.STS="“",f.CCH="”",f.MW="•",f.SPA="–",f.EPA="—",f.SOS="˜",f.SGCI="™",f.SCI="š",f.CSI="›",f.ST="œ",f.OSC="",f.PM="ž",f.APC="Ÿ"})(v||(c.C1=v={})),(function(f){f.ST=`${h.ESC}\\`})(S||(c.C1_ESCAPED=S={}))},7399:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.evaluateKeyboardEvent=void 0;const v=h(2584),S={48:["0",")"],49:["1","!"],50:["2","@"],51:["3","#"],52:["4","$"],53:["5","%"],54:["6","^"],55:["7","&"],56:["8","*"],57:["9","("],186:[";",":"],187:["=","+"],188:[",","<"],189:["-","_"],190:[".",">"],191:["/","?"],192:["`","~"],219:["[","{"],220:["\\","|"],221:["]","}"],222:["'",'"']};c.evaluateKeyboardEvent=function(f,x,E,A){const C={type:0,cancel:!1,key:void 0},y=(f.shiftKey?1:0)|(f.altKey?2:0)|(f.ctrlKey?4:0)|(f.metaKey?8:0);switch(f.keyCode){case 0:f.key==="UIKeyInputUpArrow"?C.key=x?v.C0.ESC+"OA":v.C0.ESC+"[A":f.key==="UIKeyInputLeftArrow"?C.key=x?v.C0.ESC+"OD":v.C0.ESC+"[D":f.key==="UIKeyInputRightArrow"?C.key=x?v.C0.ESC+"OC":v.C0.ESC+"[C":f.key==="UIKeyInputDownArrow"&&(C.key=x?v.C0.ESC+"OB":v.C0.ESC+"[B");break;case 8:C.key=f.ctrlKey?"\b":v.C0.DEL,f.altKey&&(C.key=v.C0.ESC+C.key);break;case 9:if(f.shiftKey){C.key=v.C0.ESC+"[Z";break}C.key=v.C0.HT,C.cancel=!0;break;case 13:C.key=f.altKey?v.C0.ESC+v.C0.CR:v.C0.CR,C.cancel=!0;break;case 27:C.key=v.C0.ESC,f.altKey&&(C.key=v.C0.ESC+v.C0.ESC),C.cancel=!0;break;case 37:if(f.metaKey)break;y?(C.key=v.C0.ESC+"[1;"+(y+1)+"D",C.key===v.C0.ESC+"[1;3D"&&(C.key=v.C0.ESC+(E?"b":"[1;5D"))):C.key=x?v.C0.ESC+"OD":v.C0.ESC+"[D";break;case 39:if(f.metaKey)break;y?(C.key=v.C0.ESC+"[1;"+(y+1)+"C",C.key===v.C0.ESC+"[1;3C"&&(C.key=v.C0.ESC+(E?"f":"[1;5C"))):C.key=x?v.C0.ESC+"OC":v.C0.ESC+"[C";break;case 38:if(f.metaKey)break;y?(C.key=v.C0.ESC+"[1;"+(y+1)+"A",E||C.key!==v.C0.ESC+"[1;3A"||(C.key=v.C0.ESC+"[1;5A")):C.key=x?v.C0.ESC+"OA":v.C0.ESC+"[A";break;case 40:if(f.metaKey)break;y?(C.key=v.C0.ESC+"[1;"+(y+1)+"B",E||C.key!==v.C0.ESC+"[1;3B"||(C.key=v.C0.ESC+"[1;5B")):C.key=x?v.C0.ESC+"OB":v.C0.ESC+"[B";break;case 45:f.shiftKey||f.ctrlKey||(C.key=v.C0.ESC+"[2~");break;case 46:C.key=y?v.C0.ESC+"[3;"+(y+1)+"~":v.C0.ESC+"[3~";break;case 36:C.key=y?v.C0.ESC+"[1;"+(y+1)+"H":x?v.C0.ESC+"OH":v.C0.ESC+"[H";break;case 35:C.key=y?v.C0.ESC+"[1;"+(y+1)+"F":x?v.C0.ESC+"OF":v.C0.ESC+"[F";break;case 33:f.shiftKey?C.type=2:f.ctrlKey?C.key=v.C0.ESC+"[5;"+(y+1)+"~":C.key=v.C0.ESC+"[5~";break;case 34:f.shiftKey?C.type=3:f.ctrlKey?C.key=v.C0.ESC+"[6;"+(y+1)+"~":C.key=v.C0.ESC+"[6~";break;case 112:C.key=y?v.C0.ESC+"[1;"+(y+1)+"P":v.C0.ESC+"OP";break;case 113:C.key=y?v.C0.ESC+"[1;"+(y+1)+"Q":v.C0.ESC+"OQ";break;case 114:C.key=y?v.C0.ESC+"[1;"+(y+1)+"R":v.C0.ESC+"OR";break;case 115:C.key=y?v.C0.ESC+"[1;"+(y+1)+"S":v.C0.ESC+"OS";break;case 116:C.key=y?v.C0.ESC+"[15;"+(y+1)+"~":v.C0.ESC+"[15~";break;case 117:C.key=y?v.C0.ESC+"[17;"+(y+1)+"~":v.C0.ESC+"[17~";break;case 118:C.key=y?v.C0.ESC+"[18;"+(y+1)+"~":v.C0.ESC+"[18~";break;case 119:C.key=y?v.C0.ESC+"[19;"+(y+1)+"~":v.C0.ESC+"[19~";break;case 120:C.key=y?v.C0.ESC+"[20;"+(y+1)+"~":v.C0.ESC+"[20~";break;case 121:C.key=y?v.C0.ESC+"[21;"+(y+1)+"~":v.C0.ESC+"[21~";break;case 122:C.key=y?v.C0.ESC+"[23;"+(y+1)+"~":v.C0.ESC+"[23~";break;case 123:C.key=y?v.C0.ESC+"[24;"+(y+1)+"~":v.C0.ESC+"[24~";break;default:if(!f.ctrlKey||f.shiftKey||f.altKey||f.metaKey)if(E&&!A||!f.altKey||f.metaKey)!E||f.altKey||f.ctrlKey||f.shiftKey||!f.metaKey?f.key&&!f.ctrlKey&&!f.altKey&&!f.metaKey&&f.keyCode>=48&&f.key.length===1?C.key=f.key:f.key&&f.ctrlKey&&(f.key==="_"&&(C.key=v.C0.US),f.key==="@"&&(C.key=v.C0.NUL)):f.keyCode===65&&(C.type=1);else{const b=S[f.keyCode],_=b==null?void 0:b[f.shiftKey?1:0];if(_)C.key=v.C0.ESC+_;else if(f.keyCode>=65&&f.keyCode<=90){const m=f.ctrlKey?f.keyCode-64:f.keyCode+32;let k=String.fromCharCode(m);f.shiftKey&&(k=k.toUpperCase()),C.key=v.C0.ESC+k}else if(f.keyCode===32)C.key=v.C0.ESC+(f.ctrlKey?v.C0.NUL:" ");else if(f.key==="Dead"&&f.code.startsWith("Key")){let m=f.code.slice(3,4);f.shiftKey||(m=m.toLowerCase()),C.key=v.C0.ESC+m,C.cancel=!0}}else f.keyCode>=65&&f.keyCode<=90?C.key=String.fromCharCode(f.keyCode-64):f.keyCode===32?C.key=v.C0.NUL:f.keyCode>=51&&f.keyCode<=55?C.key=String.fromCharCode(f.keyCode-51+27):f.keyCode===56?C.key=v.C0.DEL:f.keyCode===219?C.key=v.C0.ESC:f.keyCode===220?C.key=v.C0.FS:f.keyCode===221&&(C.key=v.C0.GS)}return C}},482:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.Utf8ToUtf32=c.StringToUtf32=c.utf32ToString=c.stringFromCodePoint=void 0,c.stringFromCodePoint=function(h){return h>65535?(h-=65536,String.fromCharCode(55296+(h>>10))+String.fromCharCode(h%1024+56320)):String.fromCharCode(h)},c.utf32ToString=function(h,v=0,S=h.length){let f="";for(let x=v;x<S;++x){let E=h[x];E>65535?(E-=65536,f+=String.fromCharCode(55296+(E>>10))+String.fromCharCode(E%1024+56320)):f+=String.fromCharCode(E)}return f},c.StringToUtf32=class{constructor(){this._interim=0}clear(){this._interim=0}decode(h,v){const S=h.length;if(!S)return 0;let f=0,x=0;if(this._interim){const E=h.charCodeAt(x++);56320<=E&&E<=57343?v[f++]=1024*(this._interim-55296)+E-56320+65536:(v[f++]=this._interim,v[f++]=E),this._interim=0}for(let E=x;E<S;++E){const A=h.charCodeAt(E);if(55296<=A&&A<=56319){if(++E>=S)return this._interim=A,f;const C=h.charCodeAt(E);56320<=C&&C<=57343?v[f++]=1024*(A-55296)+C-56320+65536:(v[f++]=A,v[f++]=C)}else A!==65279&&(v[f++]=A)}return f}},c.Utf8ToUtf32=class{constructor(){this.interim=new Uint8Array(3)}clear(){this.interim.fill(0)}decode(h,v){const S=h.length;if(!S)return 0;let f,x,E,A,C=0,y=0,b=0;if(this.interim[0]){let k=!1,R=this.interim[0];R&=(224&R)==192?31:(240&R)==224?15:7;let D,j=0;for(;(D=63&this.interim[++j])&&j<4;)R<<=6,R|=D;const T=(224&this.interim[0])==192?2:(240&this.interim[0])==224?3:4,M=T-j;for(;b<M;){if(b>=S)return 0;if(D=h[b++],(192&D)!=128){b--,k=!0;break}this.interim[j++]=D,R<<=6,R|=63&D}k||(T===2?R<128?b--:v[C++]=R:T===3?R<2048||R>=55296&&R<=57343||R===65279||(v[C++]=R):R<65536||R>1114111||(v[C++]=R)),this.interim.fill(0)}const _=S-4;let m=b;for(;m<S;){for(;!(!(m<_)||128&(f=h[m])||128&(x=h[m+1])||128&(E=h[m+2])||128&(A=h[m+3]));)v[C++]=f,v[C++]=x,v[C++]=E,v[C++]=A,m+=4;if(f=h[m++],f<128)v[C++]=f;else if((224&f)==192){if(m>=S)return this.interim[0]=f,C;if(x=h[m++],(192&x)!=128){m--;continue}if(y=(31&f)<<6|63&x,y<128){m--;continue}v[C++]=y}else if((240&f)==224){if(m>=S)return this.interim[0]=f,C;if(x=h[m++],(192&x)!=128){m--;continue}if(m>=S)return this.interim[0]=f,this.interim[1]=x,C;if(E=h[m++],(192&E)!=128){m--;continue}if(y=(15&f)<<12|(63&x)<<6|63&E,y<2048||y>=55296&&y<=57343||y===65279)continue;v[C++]=y}else if((248&f)==240){if(m>=S)return this.interim[0]=f,C;if(x=h[m++],(192&x)!=128){m--;continue}if(m>=S)return this.interim[0]=f,this.interim[1]=x,C;if(E=h[m++],(192&E)!=128){m--;continue}if(m>=S)return this.interim[0]=f,this.interim[1]=x,this.interim[2]=E,C;if(A=h[m++],(192&A)!=128){m--;continue}if(y=(7&f)<<18|(63&x)<<12|(63&E)<<6|63&A,y<65536||y>1114111)continue;v[C++]=y}}return C}}},225:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.UnicodeV6=void 0;const v=h(1480),S=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531]],f=[[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]];let x;c.UnicodeV6=class{constructor(){if(this.version="6",!x){x=new Uint8Array(65536),x.fill(1),x[0]=0,x.fill(0,1,32),x.fill(0,127,160),x.fill(2,4352,4448),x[9001]=2,x[9002]=2,x.fill(2,11904,42192),x[12351]=1,x.fill(2,44032,55204),x.fill(2,63744,64256),x.fill(2,65040,65050),x.fill(2,65072,65136),x.fill(2,65280,65377),x.fill(2,65504,65511);for(let E=0;E<S.length;++E)x.fill(0,S[E][0],S[E][1]+1)}}wcwidth(E){return E<32?0:E<127?1:E<65536?x[E]:(function(A,C){let y,b=0,_=C.length-1;if(A<C[0][0]||A>C[_][1])return!1;for(;_>=b;)if(y=b+_>>1,A>C[y][1])b=y+1;else{if(!(A<C[y][0]))return!0;_=y-1}return!1})(E,f)?0:E>=131072&&E<=196605||E>=196608&&E<=262141?2:1}charProperties(E,A){let C=this.wcwidth(E),y=C===0&&A!==0;if(y){const b=v.UnicodeService.extractWidth(A);b===0?y=!1:b>C&&(C=b)}return v.UnicodeService.createPropertyValue(0,C,y)}}},5981:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.WriteBuffer=void 0;const v=h(8460),S=h(844);class f extends S.Disposable{constructor(E){super(),this._action=E,this._writeBuffer=[],this._callbacks=[],this._pendingData=0,this._bufferOffset=0,this._isSyncWriting=!1,this._syncCalls=0,this._didUserInput=!1,this._onWriteParsed=this.register(new v.EventEmitter),this.onWriteParsed=this._onWriteParsed.event}handleUserInput(){this._didUserInput=!0}writeSync(E,A){if(A!==void 0&&this._syncCalls>A)return void(this._syncCalls=0);if(this._pendingData+=E.length,this._writeBuffer.push(E),this._callbacks.push(void 0),this._syncCalls++,this._isSyncWriting)return;let C;for(this._isSyncWriting=!0;C=this._writeBuffer.shift();){this._action(C);const y=this._callbacks.shift();y&&y()}this._pendingData=0,this._bufferOffset=2147483647,this._isSyncWriting=!1,this._syncCalls=0}write(E,A){if(this._pendingData>5e7)throw new Error("write data discarded, use flow control to avoid losing data");if(!this._writeBuffer.length){if(this._bufferOffset=0,this._didUserInput)return this._didUserInput=!1,this._pendingData+=E.length,this._writeBuffer.push(E),this._callbacks.push(A),void this._innerWrite();setTimeout((()=>this._innerWrite()))}this._pendingData+=E.length,this._writeBuffer.push(E),this._callbacks.push(A)}_innerWrite(E=0,A=!0){const C=E||Date.now();for(;this._writeBuffer.length>this._bufferOffset;){const y=this._writeBuffer[this._bufferOffset],b=this._action(y,A);if(b){const m=k=>Date.now()-C>=12?setTimeout((()=>this._innerWrite(0,k))):this._innerWrite(C,k);return void b.catch((k=>(queueMicrotask((()=>{throw k})),Promise.resolve(!1)))).then(m)}const _=this._callbacks[this._bufferOffset];if(_&&_(),this._bufferOffset++,this._pendingData-=y.length,Date.now()-C>=12)break}this._writeBuffer.length>this._bufferOffset?(this._bufferOffset>50&&(this._writeBuffer=this._writeBuffer.slice(this._bufferOffset),this._callbacks=this._callbacks.slice(this._bufferOffset),this._bufferOffset=0),setTimeout((()=>this._innerWrite()))):(this._writeBuffer.length=0,this._callbacks.length=0,this._pendingData=0,this._bufferOffset=0),this._onWriteParsed.fire()}}c.WriteBuffer=f},5941:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.toRgbString=c.parseColor=void 0;const h=/^([\da-f])\/([\da-f])\/([\da-f])$|^([\da-f]{2})\/([\da-f]{2})\/([\da-f]{2})$|^([\da-f]{3})\/([\da-f]{3})\/([\da-f]{3})$|^([\da-f]{4})\/([\da-f]{4})\/([\da-f]{4})$/,v=/^[\da-f]+$/;function S(f,x){const E=f.toString(16),A=E.length<2?"0"+E:E;switch(x){case 4:return E[0];case 8:return A;case 12:return(A+A).slice(0,3);default:return A+A}}c.parseColor=function(f){if(!f)return;let x=f.toLowerCase();if(x.indexOf("rgb:")===0){x=x.slice(4);const E=h.exec(x);if(E){const A=E[1]?15:E[4]?255:E[7]?4095:65535;return[Math.round(parseInt(E[1]||E[4]||E[7]||E[10],16)/A*255),Math.round(parseInt(E[2]||E[5]||E[8]||E[11],16)/A*255),Math.round(parseInt(E[3]||E[6]||E[9]||E[12],16)/A*255)]}}else if(x.indexOf("#")===0&&(x=x.slice(1),v.exec(x)&&[3,6,9,12].includes(x.length))){const E=x.length/3,A=[0,0,0];for(let C=0;C<3;++C){const y=parseInt(x.slice(E*C,E*C+E),16);A[C]=E===1?y<<4:E===2?y:E===3?y>>4:y>>8}return A}},c.toRgbString=function(f,x=16){const[E,A,C]=f;return`rgb:${S(E,x)}/${S(A,x)}/${S(C,x)}`}},5770:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.PAYLOAD_LIMIT=void 0,c.PAYLOAD_LIMIT=1e7},6351:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.DcsHandler=c.DcsParser=void 0;const v=h(482),S=h(8742),f=h(5770),x=[];c.DcsParser=class{constructor(){this._handlers=Object.create(null),this._active=x,this._ident=0,this._handlerFb=()=>{},this._stack={paused:!1,loopPosition:0,fallThrough:!1}}dispose(){this._handlers=Object.create(null),this._handlerFb=()=>{},this._active=x}registerHandler(A,C){this._handlers[A]===void 0&&(this._handlers[A]=[]);const y=this._handlers[A];return y.push(C),{dispose:()=>{const b=y.indexOf(C);b!==-1&&y.splice(b,1)}}}clearHandler(A){this._handlers[A]&&delete this._handlers[A]}setHandlerFallback(A){this._handlerFb=A}reset(){if(this._active.length)for(let A=this._stack.paused?this._stack.loopPosition-1:this._active.length-1;A>=0;--A)this._active[A].unhook(!1);this._stack.paused=!1,this._active=x,this._ident=0}hook(A,C){if(this.reset(),this._ident=A,this._active=this._handlers[A]||x,this._active.length)for(let y=this._active.length-1;y>=0;y--)this._active[y].hook(C);else this._handlerFb(this._ident,"HOOK",C)}put(A,C,y){if(this._active.length)for(let b=this._active.length-1;b>=0;b--)this._active[b].put(A,C,y);else this._handlerFb(this._ident,"PUT",(0,v.utf32ToString)(A,C,y))}unhook(A,C=!0){if(this._active.length){let y=!1,b=this._active.length-1,_=!1;if(this._stack.paused&&(b=this._stack.loopPosition-1,y=C,_=this._stack.fallThrough,this._stack.paused=!1),!_&&y===!1){for(;b>=0&&(y=this._active[b].unhook(A),y!==!0);b--)if(y instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=b,this._stack.fallThrough=!1,y;b--}for(;b>=0;b--)if(y=this._active[b].unhook(!1),y instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=b,this._stack.fallThrough=!0,y}else this._handlerFb(this._ident,"UNHOOK",A);this._active=x,this._ident=0}};const E=new S.Params;E.addParam(0),c.DcsHandler=class{constructor(A){this._handler=A,this._data="",this._params=E,this._hitLimit=!1}hook(A){this._params=A.length>1||A.params[0]?A.clone():E,this._data="",this._hitLimit=!1}put(A,C,y){this._hitLimit||(this._data+=(0,v.utf32ToString)(A,C,y),this._data.length>f.PAYLOAD_LIMIT&&(this._data="",this._hitLimit=!0))}unhook(A){let C=!1;if(this._hitLimit)C=!1;else if(A&&(C=this._handler(this._data,this._params),C instanceof Promise))return C.then((y=>(this._params=E,this._data="",this._hitLimit=!1,y)));return this._params=E,this._data="",this._hitLimit=!1,C}}},2015:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.EscapeSequenceParser=c.VT500_TRANSITION_TABLE=c.TransitionTable=void 0;const v=h(844),S=h(8742),f=h(6242),x=h(6351);class E{constructor(b){this.table=new Uint8Array(b)}setDefault(b,_){this.table.fill(b<<4|_)}add(b,_,m,k){this.table[_<<8|b]=m<<4|k}addMany(b,_,m,k){for(let R=0;R<b.length;R++)this.table[_<<8|b[R]]=m<<4|k}}c.TransitionTable=E;const A=160;c.VT500_TRANSITION_TABLE=(function(){const y=new E(4095),b=Array.apply(null,Array(256)).map(((j,T)=>T)),_=(j,T)=>b.slice(j,T),m=_(32,127),k=_(0,24);k.push(25),k.push.apply(k,_(28,32));const R=_(0,14);let D;for(D in y.setDefault(1,0),y.addMany(m,0,2,0),R)y.addMany([24,26,153,154],D,3,0),y.addMany(_(128,144),D,3,0),y.addMany(_(144,152),D,3,0),y.add(156,D,0,0),y.add(27,D,11,1),y.add(157,D,4,8),y.addMany([152,158,159],D,0,7),y.add(155,D,11,3),y.add(144,D,11,9);return y.addMany(k,0,3,0),y.addMany(k,1,3,1),y.add(127,1,0,1),y.addMany(k,8,0,8),y.addMany(k,3,3,3),y.add(127,3,0,3),y.addMany(k,4,3,4),y.add(127,4,0,4),y.addMany(k,6,3,6),y.addMany(k,5,3,5),y.add(127,5,0,5),y.addMany(k,2,3,2),y.add(127,2,0,2),y.add(93,1,4,8),y.addMany(m,8,5,8),y.add(127,8,5,8),y.addMany([156,27,24,26,7],8,6,0),y.addMany(_(28,32),8,0,8),y.addMany([88,94,95],1,0,7),y.addMany(m,7,0,7),y.addMany(k,7,0,7),y.add(156,7,0,0),y.add(127,7,0,7),y.add(91,1,11,3),y.addMany(_(64,127),3,7,0),y.addMany(_(48,60),3,8,4),y.addMany([60,61,62,63],3,9,4),y.addMany(_(48,60),4,8,4),y.addMany(_(64,127),4,7,0),y.addMany([60,61,62,63],4,0,6),y.addMany(_(32,64),6,0,6),y.add(127,6,0,6),y.addMany(_(64,127),6,0,0),y.addMany(_(32,48),3,9,5),y.addMany(_(32,48),5,9,5),y.addMany(_(48,64),5,0,6),y.addMany(_(64,127),5,7,0),y.addMany(_(32,48),4,9,5),y.addMany(_(32,48),1,9,2),y.addMany(_(32,48),2,9,2),y.addMany(_(48,127),2,10,0),y.addMany(_(48,80),1,10,0),y.addMany(_(81,88),1,10,0),y.addMany([89,90,92],1,10,0),y.addMany(_(96,127),1,10,0),y.add(80,1,11,9),y.addMany(k,9,0,9),y.add(127,9,0,9),y.addMany(_(28,32),9,0,9),y.addMany(_(32,48),9,9,12),y.addMany(_(48,60),9,8,10),y.addMany([60,61,62,63],9,9,10),y.addMany(k,11,0,11),y.addMany(_(32,128),11,0,11),y.addMany(_(28,32),11,0,11),y.addMany(k,10,0,10),y.add(127,10,0,10),y.addMany(_(28,32),10,0,10),y.addMany(_(48,60),10,8,10),y.addMany([60,61,62,63],10,0,11),y.addMany(_(32,48),10,9,12),y.addMany(k,12,0,12),y.add(127,12,0,12),y.addMany(_(28,32),12,0,12),y.addMany(_(32,48),12,9,12),y.addMany(_(48,64),12,0,11),y.addMany(_(64,127),12,12,13),y.addMany(_(64,127),10,12,13),y.addMany(_(64,127),9,12,13),y.addMany(k,13,13,13),y.addMany(m,13,13,13),y.add(127,13,0,13),y.addMany([27,156,24,26],13,14,0),y.add(A,0,2,0),y.add(A,8,5,8),y.add(A,6,0,6),y.add(A,11,0,11),y.add(A,13,13,13),y})();class C extends v.Disposable{constructor(b=c.VT500_TRANSITION_TABLE){super(),this._transitions=b,this._parseStack={state:0,handlers:[],handlerPos:0,transition:0,chunkPos:0},this.initialState=0,this.currentState=this.initialState,this._params=new S.Params,this._params.addParam(0),this._collect=0,this.precedingJoinState=0,this._printHandlerFb=(_,m,k)=>{},this._executeHandlerFb=_=>{},this._csiHandlerFb=(_,m)=>{},this._escHandlerFb=_=>{},this._errorHandlerFb=_=>_,this._printHandler=this._printHandlerFb,this._executeHandlers=Object.create(null),this._csiHandlers=Object.create(null),this._escHandlers=Object.create(null),this.register((0,v.toDisposable)((()=>{this._csiHandlers=Object.create(null),this._executeHandlers=Object.create(null),this._escHandlers=Object.create(null)}))),this._oscParser=this.register(new f.OscParser),this._dcsParser=this.register(new x.DcsParser),this._errorHandler=this._errorHandlerFb,this.registerEscHandler({final:"\\"},(()=>!0))}_identifier(b,_=[64,126]){let m=0;if(b.prefix){if(b.prefix.length>1)throw new Error("only one byte as prefix supported");if(m=b.prefix.charCodeAt(0),m&&60>m||m>63)throw new Error("prefix must be in range 0x3c .. 0x3f")}if(b.intermediates){if(b.intermediates.length>2)throw new Error("only two bytes as intermediates are supported");for(let R=0;R<b.intermediates.length;++R){const D=b.intermediates.charCodeAt(R);if(32>D||D>47)throw new Error("intermediate must be in range 0x20 .. 0x2f");m<<=8,m|=D}}if(b.final.length!==1)throw new Error("final must be a single byte");const k=b.final.charCodeAt(0);if(_[0]>k||k>_[1])throw new Error(`final must be in range ${_[0]} .. ${_[1]}`);return m<<=8,m|=k,m}identToString(b){const _=[];for(;b;)_.push(String.fromCharCode(255&b)),b>>=8;return _.reverse().join("")}setPrintHandler(b){this._printHandler=b}clearPrintHandler(){this._printHandler=this._printHandlerFb}registerEscHandler(b,_){const m=this._identifier(b,[48,126]);this._escHandlers[m]===void 0&&(this._escHandlers[m]=[]);const k=this._escHandlers[m];return k.push(_),{dispose:()=>{const R=k.indexOf(_);R!==-1&&k.splice(R,1)}}}clearEscHandler(b){this._escHandlers[this._identifier(b,[48,126])]&&delete this._escHandlers[this._identifier(b,[48,126])]}setEscHandlerFallback(b){this._escHandlerFb=b}setExecuteHandler(b,_){this._executeHandlers[b.charCodeAt(0)]=_}clearExecuteHandler(b){this._executeHandlers[b.charCodeAt(0)]&&delete this._executeHandlers[b.charCodeAt(0)]}setExecuteHandlerFallback(b){this._executeHandlerFb=b}registerCsiHandler(b,_){const m=this._identifier(b);this._csiHandlers[m]===void 0&&(this._csiHandlers[m]=[]);const k=this._csiHandlers[m];return k.push(_),{dispose:()=>{const R=k.indexOf(_);R!==-1&&k.splice(R,1)}}}clearCsiHandler(b){this._csiHandlers[this._identifier(b)]&&delete this._csiHandlers[this._identifier(b)]}setCsiHandlerFallback(b){this._csiHandlerFb=b}registerDcsHandler(b,_){return this._dcsParser.registerHandler(this._identifier(b),_)}clearDcsHandler(b){this._dcsParser.clearHandler(this._identifier(b))}setDcsHandlerFallback(b){this._dcsParser.setHandlerFallback(b)}registerOscHandler(b,_){return this._oscParser.registerHandler(b,_)}clearOscHandler(b){this._oscParser.clearHandler(b)}setOscHandlerFallback(b){this._oscParser.setHandlerFallback(b)}setErrorHandler(b){this._errorHandler=b}clearErrorHandler(){this._errorHandler=this._errorHandlerFb}reset(){this.currentState=this.initialState,this._oscParser.reset(),this._dcsParser.reset(),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingJoinState=0,this._parseStack.state!==0&&(this._parseStack.state=2,this._parseStack.handlers=[])}_preserveStack(b,_,m,k,R){this._parseStack.state=b,this._parseStack.handlers=_,this._parseStack.handlerPos=m,this._parseStack.transition=k,this._parseStack.chunkPos=R}parse(b,_,m){let k,R=0,D=0,j=0;if(this._parseStack.state)if(this._parseStack.state===2)this._parseStack.state=0,j=this._parseStack.chunkPos+1;else{if(m===void 0||this._parseStack.state===1)throw this._parseStack.state=1,new Error("improper continuation due to previous async handler, giving up parsing");const T=this._parseStack.handlers;let M=this._parseStack.handlerPos-1;switch(this._parseStack.state){case 3:if(m===!1&&M>-1){for(;M>=0&&(k=T[M](this._params),k!==!0);M--)if(k instanceof Promise)return this._parseStack.handlerPos=M,k}this._parseStack.handlers=[];break;case 4:if(m===!1&&M>-1){for(;M>=0&&(k=T[M](),k!==!0);M--)if(k instanceof Promise)return this._parseStack.handlerPos=M,k}this._parseStack.handlers=[];break;case 6:if(R=b[this._parseStack.chunkPos],k=this._dcsParser.unhook(R!==24&&R!==26,m),k)return k;R===27&&(this._parseStack.transition|=1),this._params.reset(),this._params.addParam(0),this._collect=0;break;case 5:if(R=b[this._parseStack.chunkPos],k=this._oscParser.end(R!==24&&R!==26,m),k)return k;R===27&&(this._parseStack.transition|=1),this._params.reset(),this._params.addParam(0),this._collect=0}this._parseStack.state=0,j=this._parseStack.chunkPos+1,this.precedingJoinState=0,this.currentState=15&this._parseStack.transition}for(let T=j;T<_;++T){switch(R=b[T],D=this._transitions.table[this.currentState<<8|(R<160?R:A)],D>>4){case 2:for(let U=T+1;;++U){if(U>=_||(R=b[U])<32||R>126&&R<A){this._printHandler(b,T,U),T=U-1;break}if(++U>=_||(R=b[U])<32||R>126&&R<A){this._printHandler(b,T,U),T=U-1;break}if(++U>=_||(R=b[U])<32||R>126&&R<A){this._printHandler(b,T,U),T=U-1;break}if(++U>=_||(R=b[U])<32||R>126&&R<A){this._printHandler(b,T,U),T=U-1;break}}break;case 3:this._executeHandlers[R]?this._executeHandlers[R]():this._executeHandlerFb(R),this.precedingJoinState=0;break;case 0:break;case 1:if(this._errorHandler({position:T,code:R,currentState:this.currentState,collect:this._collect,params:this._params,abort:!1}).abort)return;break;case 7:const M=this._csiHandlers[this._collect<<8|R];let I=M?M.length-1:-1;for(;I>=0&&(k=M[I](this._params),k!==!0);I--)if(k instanceof Promise)return this._preserveStack(3,M,I,D,T),k;I<0&&this._csiHandlerFb(this._collect<<8|R,this._params),this.precedingJoinState=0;break;case 8:do switch(R){case 59:this._params.addParam(0);break;case 58:this._params.addSubParam(-1);break;default:this._params.addDigit(R-48)}while(++T<_&&(R=b[T])>47&&R<60);T--;break;case 9:this._collect<<=8,this._collect|=R;break;case 10:const F=this._escHandlers[this._collect<<8|R];let G=F?F.length-1:-1;for(;G>=0&&(k=F[G](),k!==!0);G--)if(k instanceof Promise)return this._preserveStack(4,F,G,D,T),k;G<0&&this._escHandlerFb(this._collect<<8|R),this.precedingJoinState=0;break;case 11:this._params.reset(),this._params.addParam(0),this._collect=0;break;case 12:this._dcsParser.hook(this._collect<<8|R,this._params);break;case 13:for(let U=T+1;;++U)if(U>=_||(R=b[U])===24||R===26||R===27||R>127&&R<A){this._dcsParser.put(b,T,U),T=U-1;break}break;case 14:if(k=this._dcsParser.unhook(R!==24&&R!==26),k)return this._preserveStack(6,[],0,D,T),k;R===27&&(D|=1),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingJoinState=0;break;case 4:this._oscParser.start();break;case 5:for(let U=T+1;;U++)if(U>=_||(R=b[U])<32||R>127&&R<A){this._oscParser.put(b,T,U),T=U-1;break}break;case 6:if(k=this._oscParser.end(R!==24&&R!==26),k)return this._preserveStack(5,[],0,D,T),k;R===27&&(D|=1),this._params.reset(),this._params.addParam(0),this._collect=0,this.precedingJoinState=0}this.currentState=15&D}}}c.EscapeSequenceParser=C},6242:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.OscHandler=c.OscParser=void 0;const v=h(5770),S=h(482),f=[];c.OscParser=class{constructor(){this._state=0,this._active=f,this._id=-1,this._handlers=Object.create(null),this._handlerFb=()=>{},this._stack={paused:!1,loopPosition:0,fallThrough:!1}}registerHandler(x,E){this._handlers[x]===void 0&&(this._handlers[x]=[]);const A=this._handlers[x];return A.push(E),{dispose:()=>{const C=A.indexOf(E);C!==-1&&A.splice(C,1)}}}clearHandler(x){this._handlers[x]&&delete this._handlers[x]}setHandlerFallback(x){this._handlerFb=x}dispose(){this._handlers=Object.create(null),this._handlerFb=()=>{},this._active=f}reset(){if(this._state===2)for(let x=this._stack.paused?this._stack.loopPosition-1:this._active.length-1;x>=0;--x)this._active[x].end(!1);this._stack.paused=!1,this._active=f,this._id=-1,this._state=0}_start(){if(this._active=this._handlers[this._id]||f,this._active.length)for(let x=this._active.length-1;x>=0;x--)this._active[x].start();else this._handlerFb(this._id,"START")}_put(x,E,A){if(this._active.length)for(let C=this._active.length-1;C>=0;C--)this._active[C].put(x,E,A);else this._handlerFb(this._id,"PUT",(0,S.utf32ToString)(x,E,A))}start(){this.reset(),this._state=1}put(x,E,A){if(this._state!==3){if(this._state===1)for(;E<A;){const C=x[E++];if(C===59){this._state=2,this._start();break}if(C<48||57<C)return void(this._state=3);this._id===-1&&(this._id=0),this._id=10*this._id+C-48}this._state===2&&A-E>0&&this._put(x,E,A)}}end(x,E=!0){if(this._state!==0){if(this._state!==3)if(this._state===1&&this._start(),this._active.length){let A=!1,C=this._active.length-1,y=!1;if(this._stack.paused&&(C=this._stack.loopPosition-1,A=E,y=this._stack.fallThrough,this._stack.paused=!1),!y&&A===!1){for(;C>=0&&(A=this._active[C].end(x),A!==!0);C--)if(A instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=C,this._stack.fallThrough=!1,A;C--}for(;C>=0;C--)if(A=this._active[C].end(!1),A instanceof Promise)return this._stack.paused=!0,this._stack.loopPosition=C,this._stack.fallThrough=!0,A}else this._handlerFb(this._id,"END",x);this._active=f,this._id=-1,this._state=0}}},c.OscHandler=class{constructor(x){this._handler=x,this._data="",this._hitLimit=!1}start(){this._data="",this._hitLimit=!1}put(x,E,A){this._hitLimit||(this._data+=(0,S.utf32ToString)(x,E,A),this._data.length>v.PAYLOAD_LIMIT&&(this._data="",this._hitLimit=!0))}end(x){let E=!1;if(this._hitLimit)E=!1;else if(x&&(E=this._handler(this._data),E instanceof Promise))return E.then((A=>(this._data="",this._hitLimit=!1,A)));return this._data="",this._hitLimit=!1,E}}},8742:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.Params=void 0;const h=2147483647;class v{static fromArray(f){const x=new v;if(!f.length)return x;for(let E=Array.isArray(f[0])?1:0;E<f.length;++E){const A=f[E];if(Array.isArray(A))for(let C=0;C<A.length;++C)x.addSubParam(A[C]);else x.addParam(A)}return x}constructor(f=32,x=32){if(this.maxLength=f,this.maxSubParamsLength=x,x>256)throw new Error("maxSubParamsLength must not be greater than 256");this.params=new Int32Array(f),this.length=0,this._subParams=new Int32Array(x),this._subParamsLength=0,this._subParamsIdx=new Uint16Array(f),this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1}clone(){const f=new v(this.maxLength,this.maxSubParamsLength);return f.params.set(this.params),f.length=this.length,f._subParams.set(this._subParams),f._subParamsLength=this._subParamsLength,f._subParamsIdx.set(this._subParamsIdx),f._rejectDigits=this._rejectDigits,f._rejectSubDigits=this._rejectSubDigits,f._digitIsSub=this._digitIsSub,f}toArray(){const f=[];for(let x=0;x<this.length;++x){f.push(this.params[x]);const E=this._subParamsIdx[x]>>8,A=255&this._subParamsIdx[x];A-E>0&&f.push(Array.prototype.slice.call(this._subParams,E,A))}return f}reset(){this.length=0,this._subParamsLength=0,this._rejectDigits=!1,this._rejectSubDigits=!1,this._digitIsSub=!1}addParam(f){if(this._digitIsSub=!1,this.length>=this.maxLength)this._rejectDigits=!0;else{if(f<-1)throw new Error("values lesser than -1 are not allowed");this._subParamsIdx[this.length]=this._subParamsLength<<8|this._subParamsLength,this.params[this.length++]=f>h?h:f}}addSubParam(f){if(this._digitIsSub=!0,this.length)if(this._rejectDigits||this._subParamsLength>=this.maxSubParamsLength)this._rejectSubDigits=!0;else{if(f<-1)throw new Error("values lesser than -1 are not allowed");this._subParams[this._subParamsLength++]=f>h?h:f,this._subParamsIdx[this.length-1]++}}hasSubParams(f){return(255&this._subParamsIdx[f])-(this._subParamsIdx[f]>>8)>0}getSubParams(f){const x=this._subParamsIdx[f]>>8,E=255&this._subParamsIdx[f];return E-x>0?this._subParams.subarray(x,E):null}getSubParamsAll(){const f={};for(let x=0;x<this.length;++x){const E=this._subParamsIdx[x]>>8,A=255&this._subParamsIdx[x];A-E>0&&(f[x]=this._subParams.slice(E,A))}return f}addDigit(f){let x;if(this._rejectDigits||!(x=this._digitIsSub?this._subParamsLength:this.length)||this._digitIsSub&&this._rejectSubDigits)return;const E=this._digitIsSub?this._subParams:this.params,A=E[x-1];E[x-1]=~A?Math.min(10*A+f,h):f}}c.Params=v},5741:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.AddonManager=void 0,c.AddonManager=class{constructor(){this._addons=[]}dispose(){for(let h=this._addons.length-1;h>=0;h--)this._addons[h].instance.dispose()}loadAddon(h,v){const S={instance:v,dispose:v.dispose,isDisposed:!1};this._addons.push(S),v.dispose=()=>this._wrappedAddonDispose(S),v.activate(h)}_wrappedAddonDispose(h){if(h.isDisposed)return;let v=-1;for(let S=0;S<this._addons.length;S++)if(this._addons[S]===h){v=S;break}if(v===-1)throw new Error("Could not dispose an addon that has not been loaded");h.isDisposed=!0,h.dispose.apply(h.instance),this._addons.splice(v,1)}}},8771:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.BufferApiView=void 0;const v=h(3785),S=h(511);c.BufferApiView=class{constructor(f,x){this._buffer=f,this.type=x}init(f){return this._buffer=f,this}get cursorY(){return this._buffer.y}get cursorX(){return this._buffer.x}get viewportY(){return this._buffer.ydisp}get baseY(){return this._buffer.ybase}get length(){return this._buffer.lines.length}getLine(f){const x=this._buffer.lines.get(f);if(x)return new v.BufferLineApiView(x)}getNullCell(){return new S.CellData}}},3785:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.BufferLineApiView=void 0;const v=h(511);c.BufferLineApiView=class{constructor(S){this._line=S}get isWrapped(){return this._line.isWrapped}get length(){return this._line.length}getCell(S,f){if(!(S<0||S>=this._line.length))return f?(this._line.loadCell(S,f),f):this._line.loadCell(S,new v.CellData)}translateToString(S,f,x){return this._line.translateToString(S,f,x)}}},8285:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.BufferNamespaceApi=void 0;const v=h(8771),S=h(8460),f=h(844);class x extends f.Disposable{constructor(A){super(),this._core=A,this._onBufferChange=this.register(new S.EventEmitter),this.onBufferChange=this._onBufferChange.event,this._normal=new v.BufferApiView(this._core.buffers.normal,"normal"),this._alternate=new v.BufferApiView(this._core.buffers.alt,"alternate"),this._core.buffers.onBufferActivate((()=>this._onBufferChange.fire(this.active)))}get active(){if(this._core.buffers.active===this._core.buffers.normal)return this.normal;if(this._core.buffers.active===this._core.buffers.alt)return this.alternate;throw new Error("Active buffer is neither normal nor alternate")}get normal(){return this._normal.init(this._core.buffers.normal)}get alternate(){return this._alternate.init(this._core.buffers.alt)}}c.BufferNamespaceApi=x},7975:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.ParserApi=void 0,c.ParserApi=class{constructor(h){this._core=h}registerCsiHandler(h,v){return this._core.registerCsiHandler(h,(S=>v(S.toArray())))}addCsiHandler(h,v){return this.registerCsiHandler(h,v)}registerDcsHandler(h,v){return this._core.registerDcsHandler(h,((S,f)=>v(S,f.toArray())))}addDcsHandler(h,v){return this.registerDcsHandler(h,v)}registerEscHandler(h,v){return this._core.registerEscHandler(h,v)}addEscHandler(h,v){return this.registerEscHandler(h,v)}registerOscHandler(h,v){return this._core.registerOscHandler(h,v)}addOscHandler(h,v){return this.registerOscHandler(h,v)}}},7090:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.UnicodeApi=void 0,c.UnicodeApi=class{constructor(h){this._core=h}register(h){this._core.unicodeService.register(h)}get versions(){return this._core.unicodeService.versions}get activeVersion(){return this._core.unicodeService.activeVersion}set activeVersion(h){this._core.unicodeService.activeVersion=h}}},744:function(p,c,h){var v=this&&this.__decorate||function(y,b,_,m){var k,R=arguments.length,D=R<3?b:m===null?m=Object.getOwnPropertyDescriptor(b,_):m;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")D=Reflect.decorate(y,b,_,m);else for(var j=y.length-1;j>=0;j--)(k=y[j])&&(D=(R<3?k(D):R>3?k(b,_,D):k(b,_))||D);return R>3&&D&&Object.defineProperty(b,_,D),D},S=this&&this.__param||function(y,b){return function(_,m){b(_,m,y)}};Object.defineProperty(c,"__esModule",{value:!0}),c.BufferService=c.MINIMUM_ROWS=c.MINIMUM_COLS=void 0;const f=h(8460),x=h(844),E=h(5295),A=h(2585);c.MINIMUM_COLS=2,c.MINIMUM_ROWS=1;let C=c.BufferService=class extends x.Disposable{get buffer(){return this.buffers.active}constructor(y){super(),this.isUserScrolling=!1,this._onResize=this.register(new f.EventEmitter),this.onResize=this._onResize.event,this._onScroll=this.register(new f.EventEmitter),this.onScroll=this._onScroll.event,this.cols=Math.max(y.rawOptions.cols||0,c.MINIMUM_COLS),this.rows=Math.max(y.rawOptions.rows||0,c.MINIMUM_ROWS),this.buffers=this.register(new E.BufferSet(y,this))}resize(y,b){this.cols=y,this.rows=b,this.buffers.resize(y,b),this._onResize.fire({cols:y,rows:b})}reset(){this.buffers.reset(),this.isUserScrolling=!1}scroll(y,b=!1){const _=this.buffer;let m;m=this._cachedBlankLine,m&&m.length===this.cols&&m.getFg(0)===y.fg&&m.getBg(0)===y.bg||(m=_.getBlankLine(y,b),this._cachedBlankLine=m),m.isWrapped=b;const k=_.ybase+_.scrollTop,R=_.ybase+_.scrollBottom;if(_.scrollTop===0){const D=_.lines.isFull;R===_.lines.length-1?D?_.lines.recycle().copyFrom(m):_.lines.push(m.clone()):_.lines.splice(R+1,0,m.clone()),D?this.isUserScrolling&&(_.ydisp=Math.max(_.ydisp-1,0)):(_.ybase++,this.isUserScrolling||_.ydisp++)}else{const D=R-k+1;_.lines.shiftElements(k+1,D-1,-1),_.lines.set(R,m.clone())}this.isUserScrolling||(_.ydisp=_.ybase),this._onScroll.fire(_.ydisp)}scrollLines(y,b,_){const m=this.buffer;if(y<0){if(m.ydisp===0)return;this.isUserScrolling=!0}else y+m.ydisp>=m.ybase&&(this.isUserScrolling=!1);const k=m.ydisp;m.ydisp=Math.max(Math.min(m.ydisp+y,m.ybase),0),k!==m.ydisp&&(b||this._onScroll.fire(m.ydisp))}};c.BufferService=C=v([S(0,A.IOptionsService)],C)},7994:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.CharsetService=void 0,c.CharsetService=class{constructor(){this.glevel=0,this._charsets=[]}reset(){this.charset=void 0,this._charsets=[],this.glevel=0}setgLevel(h){this.glevel=h,this.charset=this._charsets[h]}setgCharset(h,v){this._charsets[h]=v,this.glevel===h&&(this.charset=v)}}},1753:function(p,c,h){var v=this&&this.__decorate||function(m,k,R,D){var j,T=arguments.length,M=T<3?k:D===null?D=Object.getOwnPropertyDescriptor(k,R):D;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")M=Reflect.decorate(m,k,R,D);else for(var I=m.length-1;I>=0;I--)(j=m[I])&&(M=(T<3?j(M):T>3?j(k,R,M):j(k,R))||M);return T>3&&M&&Object.defineProperty(k,R,M),M},S=this&&this.__param||function(m,k){return function(R,D){k(R,D,m)}};Object.defineProperty(c,"__esModule",{value:!0}),c.CoreMouseService=void 0;const f=h(2585),x=h(8460),E=h(844),A={NONE:{events:0,restrict:()=>!1},X10:{events:1,restrict:m=>m.button!==4&&m.action===1&&(m.ctrl=!1,m.alt=!1,m.shift=!1,!0)},VT200:{events:19,restrict:m=>m.action!==32},DRAG:{events:23,restrict:m=>m.action!==32||m.button!==3},ANY:{events:31,restrict:m=>!0}};function C(m,k){let R=(m.ctrl?16:0)|(m.shift?4:0)|(m.alt?8:0);return m.button===4?(R|=64,R|=m.action):(R|=3&m.button,4&m.button&&(R|=64),8&m.button&&(R|=128),m.action===32?R|=32:m.action!==0||k||(R|=3)),R}const y=String.fromCharCode,b={DEFAULT:m=>{const k=[C(m,!1)+32,m.col+32,m.row+32];return k[0]>255||k[1]>255||k[2]>255?"":`\x1B[M${y(k[0])}${y(k[1])}${y(k[2])}`},SGR:m=>{const k=m.action===0&&m.button!==4?"m":"M";return`\x1B[<${C(m,!0)};${m.col};${m.row}${k}`},SGR_PIXELS:m=>{const k=m.action===0&&m.button!==4?"m":"M";return`\x1B[<${C(m,!0)};${m.x};${m.y}${k}`}};let _=c.CoreMouseService=class extends E.Disposable{constructor(m,k){super(),this._bufferService=m,this._coreService=k,this._protocols={},this._encodings={},this._activeProtocol="",this._activeEncoding="",this._lastEvent=null,this._onProtocolChange=this.register(new x.EventEmitter),this.onProtocolChange=this._onProtocolChange.event;for(const R of Object.keys(A))this.addProtocol(R,A[R]);for(const R of Object.keys(b))this.addEncoding(R,b[R]);this.reset()}addProtocol(m,k){this._protocols[m]=k}addEncoding(m,k){this._encodings[m]=k}get activeProtocol(){return this._activeProtocol}get areMouseEventsActive(){return this._protocols[this._activeProtocol].events!==0}set activeProtocol(m){if(!this._protocols[m])throw new Error(`unknown protocol "${m}"`);this._activeProtocol=m,this._onProtocolChange.fire(this._protocols[m].events)}get activeEncoding(){return this._activeEncoding}set activeEncoding(m){if(!this._encodings[m])throw new Error(`unknown encoding "${m}"`);this._activeEncoding=m}reset(){this.activeProtocol="NONE",this.activeEncoding="DEFAULT",this._lastEvent=null}triggerMouseEvent(m){if(m.col<0||m.col>=this._bufferService.cols||m.row<0||m.row>=this._bufferService.rows||m.button===4&&m.action===32||m.button===3&&m.action!==32||m.button!==4&&(m.action===2||m.action===3)||(m.col++,m.row++,m.action===32&&this._lastEvent&&this._equalEvents(this._lastEvent,m,this._activeEncoding==="SGR_PIXELS"))||!this._protocols[this._activeProtocol].restrict(m))return!1;const k=this._encodings[this._activeEncoding](m);return k&&(this._activeEncoding==="DEFAULT"?this._coreService.triggerBinaryEvent(k):this._coreService.triggerDataEvent(k,!0)),this._lastEvent=m,!0}explainEvents(m){return{down:!!(1&m),up:!!(2&m),drag:!!(4&m),move:!!(8&m),wheel:!!(16&m)}}_equalEvents(m,k,R){if(R){if(m.x!==k.x||m.y!==k.y)return!1}else if(m.col!==k.col||m.row!==k.row)return!1;return m.button===k.button&&m.action===k.action&&m.ctrl===k.ctrl&&m.alt===k.alt&&m.shift===k.shift}};c.CoreMouseService=_=v([S(0,f.IBufferService),S(1,f.ICoreService)],_)},6975:function(p,c,h){var v=this&&this.__decorate||function(_,m,k,R){var D,j=arguments.length,T=j<3?m:R===null?R=Object.getOwnPropertyDescriptor(m,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(_,m,k,R);else for(var M=_.length-1;M>=0;M--)(D=_[M])&&(T=(j<3?D(T):j>3?D(m,k,T):D(m,k))||T);return j>3&&T&&Object.defineProperty(m,k,T),T},S=this&&this.__param||function(_,m){return function(k,R){m(k,R,_)}};Object.defineProperty(c,"__esModule",{value:!0}),c.CoreService=void 0;const f=h(1439),x=h(8460),E=h(844),A=h(2585),C=Object.freeze({insertMode:!1}),y=Object.freeze({applicationCursorKeys:!1,applicationKeypad:!1,bracketedPasteMode:!1,origin:!1,reverseWraparound:!1,sendFocus:!1,wraparound:!0});let b=c.CoreService=class extends E.Disposable{constructor(_,m,k){super(),this._bufferService=_,this._logService=m,this._optionsService=k,this.isCursorInitialized=!1,this.isCursorHidden=!1,this._onData=this.register(new x.EventEmitter),this.onData=this._onData.event,this._onUserInput=this.register(new x.EventEmitter),this.onUserInput=this._onUserInput.event,this._onBinary=this.register(new x.EventEmitter),this.onBinary=this._onBinary.event,this._onRequestScrollToBottom=this.register(new x.EventEmitter),this.onRequestScrollToBottom=this._onRequestScrollToBottom.event,this.modes=(0,f.clone)(C),this.decPrivateModes=(0,f.clone)(y)}reset(){this.modes=(0,f.clone)(C),this.decPrivateModes=(0,f.clone)(y)}triggerDataEvent(_,m=!1){if(this._optionsService.rawOptions.disableStdin)return;const k=this._bufferService.buffer;m&&this._optionsService.rawOptions.scrollOnUserInput&&k.ybase!==k.ydisp&&this._onRequestScrollToBottom.fire(),m&&this._onUserInput.fire(),this._logService.debug(`sending data "${_}"`,(()=>_.split("").map((R=>R.charCodeAt(0))))),this._onData.fire(_)}triggerBinaryEvent(_){this._optionsService.rawOptions.disableStdin||(this._logService.debug(`sending binary "${_}"`,(()=>_.split("").map((m=>m.charCodeAt(0))))),this._onBinary.fire(_))}};c.CoreService=b=v([S(0,A.IBufferService),S(1,A.ILogService),S(2,A.IOptionsService)],b)},9074:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.DecorationService=void 0;const v=h(8055),S=h(8460),f=h(844),x=h(6106);let E=0,A=0;class C extends f.Disposable{get decorations(){return this._decorations.values()}constructor(){super(),this._decorations=new x.SortedList((_=>_==null?void 0:_.marker.line)),this._onDecorationRegistered=this.register(new S.EventEmitter),this.onDecorationRegistered=this._onDecorationRegistered.event,this._onDecorationRemoved=this.register(new S.EventEmitter),this.onDecorationRemoved=this._onDecorationRemoved.event,this.register((0,f.toDisposable)((()=>this.reset())))}registerDecoration(_){if(_.marker.isDisposed)return;const m=new y(_);if(m){const k=m.marker.onDispose((()=>m.dispose()));m.onDispose((()=>{m&&(this._decorations.delete(m)&&this._onDecorationRemoved.fire(m),k.dispose())})),this._decorations.insert(m),this._onDecorationRegistered.fire(m)}return m}reset(){for(const _ of this._decorations.values())_.dispose();this._decorations.clear()}*getDecorationsAtCell(_,m,k){let R=0,D=0;for(const j of this._decorations.getKeyIterator(m))R=j.options.x??0,D=R+(j.options.width??1),_>=R&&_<D&&(!k||(j.options.layer??"bottom")===k)&&(yield j)}forEachDecorationAtCell(_,m,k,R){this._decorations.forEachByKey(m,(D=>{E=D.options.x??0,A=E+(D.options.width??1),_>=E&&_<A&&(!k||(D.options.layer??"bottom")===k)&&R(D)}))}}c.DecorationService=C;class y extends f.Disposable{get isDisposed(){return this._isDisposed}get backgroundColorRGB(){return this._cachedBg===null&&(this.options.backgroundColor?this._cachedBg=v.css.toColor(this.options.backgroundColor):this._cachedBg=void 0),this._cachedBg}get foregroundColorRGB(){return this._cachedFg===null&&(this.options.foregroundColor?this._cachedFg=v.css.toColor(this.options.foregroundColor):this._cachedFg=void 0),this._cachedFg}constructor(_){super(),this.options=_,this.onRenderEmitter=this.register(new S.EventEmitter),this.onRender=this.onRenderEmitter.event,this._onDispose=this.register(new S.EventEmitter),this.onDispose=this._onDispose.event,this._cachedBg=null,this._cachedFg=null,this.marker=_.marker,this.options.overviewRulerOptions&&!this.options.overviewRulerOptions.position&&(this.options.overviewRulerOptions.position="full")}dispose(){this._onDispose.fire(),super.dispose()}}},4348:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.InstantiationService=c.ServiceCollection=void 0;const v=h(2585),S=h(8343);class f{constructor(...E){this._entries=new Map;for(const[A,C]of E)this.set(A,C)}set(E,A){const C=this._entries.get(E);return this._entries.set(E,A),C}forEach(E){for(const[A,C]of this._entries.entries())E(A,C)}has(E){return this._entries.has(E)}get(E){return this._entries.get(E)}}c.ServiceCollection=f,c.InstantiationService=class{constructor(){this._services=new f,this._services.set(v.IInstantiationService,this)}setService(x,E){this._services.set(x,E)}getService(x){return this._services.get(x)}createInstance(x,...E){const A=(0,S.getServiceDependencies)(x).sort(((b,_)=>b.index-_.index)),C=[];for(const b of A){const _=this._services.get(b.id);if(!_)throw new Error(`[createInstance] ${x.name} depends on UNKNOWN service ${b.id}.`);C.push(_)}const y=A.length>0?A[0].index:E.length;if(E.length!==y)throw new Error(`[createInstance] First service dependency of ${x.name} at position ${y+1} conflicts with ${E.length} static arguments`);return new x(...E,...C)}}},7866:function(p,c,h){var v=this&&this.__decorate||function(y,b,_,m){var k,R=arguments.length,D=R<3?b:m===null?m=Object.getOwnPropertyDescriptor(b,_):m;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")D=Reflect.decorate(y,b,_,m);else for(var j=y.length-1;j>=0;j--)(k=y[j])&&(D=(R<3?k(D):R>3?k(b,_,D):k(b,_))||D);return R>3&&D&&Object.defineProperty(b,_,D),D},S=this&&this.__param||function(y,b){return function(_,m){b(_,m,y)}};Object.defineProperty(c,"__esModule",{value:!0}),c.traceCall=c.setTraceLogger=c.LogService=void 0;const f=h(844),x=h(2585),E={trace:x.LogLevelEnum.TRACE,debug:x.LogLevelEnum.DEBUG,info:x.LogLevelEnum.INFO,warn:x.LogLevelEnum.WARN,error:x.LogLevelEnum.ERROR,off:x.LogLevelEnum.OFF};let A,C=c.LogService=class extends f.Disposable{get logLevel(){return this._logLevel}constructor(y){super(),this._optionsService=y,this._logLevel=x.LogLevelEnum.OFF,this._updateLogLevel(),this.register(this._optionsService.onSpecificOptionChange("logLevel",(()=>this._updateLogLevel()))),A=this}_updateLogLevel(){this._logLevel=E[this._optionsService.rawOptions.logLevel]}_evalLazyOptionalParams(y){for(let b=0;b<y.length;b++)typeof y[b]=="function"&&(y[b]=y[b]())}_log(y,b,_){this._evalLazyOptionalParams(_),y.call(console,(this._optionsService.options.logger?"":"xterm.js: ")+b,..._)}trace(y,...b){var _;this._logLevel<=x.LogLevelEnum.TRACE&&this._log(((_=this._optionsService.options.logger)==null?void 0:_.trace.bind(this._optionsService.options.logger))??console.log,y,b)}debug(y,...b){var _;this._logLevel<=x.LogLevelEnum.DEBUG&&this._log(((_=this._optionsService.options.logger)==null?void 0:_.debug.bind(this._optionsService.options.logger))??console.log,y,b)}info(y,...b){var _;this._logLevel<=x.LogLevelEnum.INFO&&this._log(((_=this._optionsService.options.logger)==null?void 0:_.info.bind(this._optionsService.options.logger))??console.info,y,b)}warn(y,...b){var _;this._logLevel<=x.LogLevelEnum.WARN&&this._log(((_=this._optionsService.options.logger)==null?void 0:_.warn.bind(this._optionsService.options.logger))??console.warn,y,b)}error(y,...b){var _;this._logLevel<=x.LogLevelEnum.ERROR&&this._log(((_=this._optionsService.options.logger)==null?void 0:_.error.bind(this._optionsService.options.logger))??console.error,y,b)}};c.LogService=C=v([S(0,x.IOptionsService)],C),c.setTraceLogger=function(y){A=y},c.traceCall=function(y,b,_){if(typeof _.value!="function")throw new Error("not supported");const m=_.value;_.value=function(...k){if(A.logLevel!==x.LogLevelEnum.TRACE)return m.apply(this,k);A.trace(`GlyphRenderer#${m.name}(${k.map((D=>JSON.stringify(D))).join(", ")})`);const R=m.apply(this,k);return A.trace(`GlyphRenderer#${m.name} return`,R),R}}},7302:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.OptionsService=c.DEFAULT_OPTIONS=void 0;const v=h(8460),S=h(844),f=h(6114);c.DEFAULT_OPTIONS={cols:80,rows:24,cursorBlink:!1,cursorStyle:"block",cursorWidth:1,cursorInactiveStyle:"outline",customGlyphs:!0,drawBoldTextInBrightColors:!0,documentOverride:null,fastScrollModifier:"alt",fastScrollSensitivity:5,fontFamily:"courier-new, courier, monospace",fontSize:15,fontWeight:"normal",fontWeightBold:"bold",ignoreBracketedPasteMode:!1,lineHeight:1,letterSpacing:0,linkHandler:null,logLevel:"info",logger:null,scrollback:1e3,scrollOnUserInput:!0,scrollSensitivity:1,screenReaderMode:!1,smoothScrollDuration:0,macOptionIsMeta:!1,macOptionClickForcesSelection:!1,minimumContrastRatio:1,disableStdin:!1,allowProposedApi:!1,allowTransparency:!1,tabStopWidth:8,theme:{},rescaleOverlappingGlyphs:!1,rightClickSelectsWord:f.isMac,windowOptions:{},windowsMode:!1,windowsPty:{},wordSeparator:" ()[]{}',\"`",altClickMovesCursor:!0,convertEol:!1,termName:"xterm",cancelEvents:!1,overviewRulerWidth:0};const x=["normal","bold","100","200","300","400","500","600","700","800","900"];class E extends S.Disposable{constructor(C){super(),this._onOptionChange=this.register(new v.EventEmitter),this.onOptionChange=this._onOptionChange.event;const y={...c.DEFAULT_OPTIONS};for(const b in C)if(b in y)try{const _=C[b];y[b]=this._sanitizeAndValidateOption(b,_)}catch(_){console.error(_)}this.rawOptions=y,this.options={...y},this._setupOptions(),this.register((0,S.toDisposable)((()=>{this.rawOptions.linkHandler=null,this.rawOptions.documentOverride=null})))}onSpecificOptionChange(C,y){return this.onOptionChange((b=>{b===C&&y(this.rawOptions[C])}))}onMultipleOptionChange(C,y){return this.onOptionChange((b=>{C.indexOf(b)!==-1&&y()}))}_setupOptions(){const C=b=>{if(!(b in c.DEFAULT_OPTIONS))throw new Error(`No option with key "${b}"`);return this.rawOptions[b]},y=(b,_)=>{if(!(b in c.DEFAULT_OPTIONS))throw new Error(`No option with key "${b}"`);_=this._sanitizeAndValidateOption(b,_),this.rawOptions[b]!==_&&(this.rawOptions[b]=_,this._onOptionChange.fire(b))};for(const b in this.rawOptions){const _={get:C.bind(this,b),set:y.bind(this,b)};Object.defineProperty(this.options,b,_)}}_sanitizeAndValidateOption(C,y){switch(C){case"cursorStyle":if(y||(y=c.DEFAULT_OPTIONS[C]),!(function(b){return b==="block"||b==="underline"||b==="bar"})(y))throw new Error(`"${y}" is not a valid value for ${C}`);break;case"wordSeparator":y||(y=c.DEFAULT_OPTIONS[C]);break;case"fontWeight":case"fontWeightBold":if(typeof y=="number"&&1<=y&&y<=1e3)break;y=x.includes(y)?y:c.DEFAULT_OPTIONS[C];break;case"cursorWidth":y=Math.floor(y);case"lineHeight":case"tabStopWidth":if(y<1)throw new Error(`${C} cannot be less than 1, value: ${y}`);break;case"minimumContrastRatio":y=Math.max(1,Math.min(21,Math.round(10*y)/10));break;case"scrollback":if((y=Math.min(y,4294967295))<0)throw new Error(`${C} cannot be less than 0, value: ${y}`);break;case"fastScrollSensitivity":case"scrollSensitivity":if(y<=0)throw new Error(`${C} cannot be less than or equal to 0, value: ${y}`);break;case"rows":case"cols":if(!y&&y!==0)throw new Error(`${C} must be numeric, value: ${y}`);break;case"windowsPty":y=y??{}}return y}}c.OptionsService=E},2660:function(p,c,h){var v=this&&this.__decorate||function(E,A,C,y){var b,_=arguments.length,m=_<3?A:y===null?y=Object.getOwnPropertyDescriptor(A,C):y;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")m=Reflect.decorate(E,A,C,y);else for(var k=E.length-1;k>=0;k--)(b=E[k])&&(m=(_<3?b(m):_>3?b(A,C,m):b(A,C))||m);return _>3&&m&&Object.defineProperty(A,C,m),m},S=this&&this.__param||function(E,A){return function(C,y){A(C,y,E)}};Object.defineProperty(c,"__esModule",{value:!0}),c.OscLinkService=void 0;const f=h(2585);let x=c.OscLinkService=class{constructor(E){this._bufferService=E,this._nextId=1,this._entriesWithId=new Map,this._dataByLinkId=new Map}registerLink(E){const A=this._bufferService.buffer;if(E.id===void 0){const k=A.addMarker(A.ybase+A.y),R={data:E,id:this._nextId++,lines:[k]};return k.onDispose((()=>this._removeMarkerFromLink(R,k))),this._dataByLinkId.set(R.id,R),R.id}const C=E,y=this._getEntryIdKey(C),b=this._entriesWithId.get(y);if(b)return this.addLineToLink(b.id,A.ybase+A.y),b.id;const _=A.addMarker(A.ybase+A.y),m={id:this._nextId++,key:this._getEntryIdKey(C),data:C,lines:[_]};return _.onDispose((()=>this._removeMarkerFromLink(m,_))),this._entriesWithId.set(m.key,m),this._dataByLinkId.set(m.id,m),m.id}addLineToLink(E,A){const C=this._dataByLinkId.get(E);if(C&&C.lines.every((y=>y.line!==A))){const y=this._bufferService.buffer.addMarker(A);C.lines.push(y),y.onDispose((()=>this._removeMarkerFromLink(C,y)))}}getLinkData(E){var A;return(A=this._dataByLinkId.get(E))==null?void 0:A.data}_getEntryIdKey(E){return`${E.id};;${E.uri}`}_removeMarkerFromLink(E,A){const C=E.lines.indexOf(A);C!==-1&&(E.lines.splice(C,1),E.lines.length===0&&(E.data.id!==void 0&&this._entriesWithId.delete(E.key),this._dataByLinkId.delete(E.id)))}};c.OscLinkService=x=v([S(0,f.IBufferService)],x)},8343:(p,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.createDecorator=c.getServiceDependencies=c.serviceRegistry=void 0;const h="di$target",v="di$dependencies";c.serviceRegistry=new Map,c.getServiceDependencies=function(S){return S[v]||[]},c.createDecorator=function(S){if(c.serviceRegistry.has(S))return c.serviceRegistry.get(S);const f=function(x,E,A){if(arguments.length!==3)throw new Error("@IServiceName-decorator can only be used to decorate a parameter");(function(C,y,b){y[h]===y?y[v].push({id:C,index:b}):(y[v]=[{id:C,index:b}],y[h]=y)})(f,x,A)};return f.toString=()=>S,c.serviceRegistry.set(S,f),f}},2585:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.IDecorationService=c.IUnicodeService=c.IOscLinkService=c.IOptionsService=c.ILogService=c.LogLevelEnum=c.IInstantiationService=c.ICharsetService=c.ICoreService=c.ICoreMouseService=c.IBufferService=void 0;const v=h(8343);var S;c.IBufferService=(0,v.createDecorator)("BufferService"),c.ICoreMouseService=(0,v.createDecorator)("CoreMouseService"),c.ICoreService=(0,v.createDecorator)("CoreService"),c.ICharsetService=(0,v.createDecorator)("CharsetService"),c.IInstantiationService=(0,v.createDecorator)("InstantiationService"),(function(f){f[f.TRACE=0]="TRACE",f[f.DEBUG=1]="DEBUG",f[f.INFO=2]="INFO",f[f.WARN=3]="WARN",f[f.ERROR=4]="ERROR",f[f.OFF=5]="OFF"})(S||(c.LogLevelEnum=S={})),c.ILogService=(0,v.createDecorator)("LogService"),c.IOptionsService=(0,v.createDecorator)("OptionsService"),c.IOscLinkService=(0,v.createDecorator)("OscLinkService"),c.IUnicodeService=(0,v.createDecorator)("UnicodeService"),c.IDecorationService=(0,v.createDecorator)("DecorationService")},1480:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.UnicodeService=void 0;const v=h(8460),S=h(225);class f{static extractShouldJoin(E){return(1&E)!=0}static extractWidth(E){return E>>1&3}static extractCharKind(E){return E>>3}static createPropertyValue(E,A,C=!1){return(16777215&E)<<3|(3&A)<<1|(C?1:0)}constructor(){this._providers=Object.create(null),this._active="",this._onChange=new v.EventEmitter,this.onChange=this._onChange.event;const E=new S.UnicodeV6;this.register(E),this._active=E.version,this._activeProvider=E}dispose(){this._onChange.dispose()}get versions(){return Object.keys(this._providers)}get activeVersion(){return this._active}set activeVersion(E){if(!this._providers[E])throw new Error(`unknown Unicode version "${E}"`);this._active=E,this._activeProvider=this._providers[E],this._onChange.fire(E)}register(E){this._providers[E.version]=E}wcwidth(E){return this._activeProvider.wcwidth(E)}getStringCellWidth(E){let A=0,C=0;const y=E.length;for(let b=0;b<y;++b){let _=E.charCodeAt(b);if(55296<=_&&_<=56319){if(++b>=y)return A+this.wcwidth(_);const R=E.charCodeAt(b);56320<=R&&R<=57343?_=1024*(_-55296)+R-56320+65536:A+=this.wcwidth(R)}const m=this.charProperties(_,C);let k=f.extractWidth(m);f.extractShouldJoin(m)&&(k-=f.extractWidth(C)),A+=k,C=m}return A}charProperties(E,A){return this._activeProvider.charProperties(E,A)}}c.UnicodeService=f}},a={};function l(p){var c=a[p];if(c!==void 0)return c.exports;var h=a[p]={exports:{}};return n[p].call(h.exports,h,h.exports,l),h.exports}var d={};return(()=>{var p=d;Object.defineProperty(p,"__esModule",{value:!0}),p.Terminal=void 0;const c=l(9042),h=l(3236),v=l(844),S=l(5741),f=l(8285),x=l(7975),E=l(7090),A=["cols","rows"];class C extends v.Disposable{constructor(b){super(),this._core=this.register(new h.Terminal(b)),this._addonManager=this.register(new S.AddonManager),this._publicOptions={...this._core.options};const _=k=>this._core.options[k],m=(k,R)=>{this._checkReadonlyOptions(k),this._core.options[k]=R};for(const k in this._core.options){const R={get:_.bind(this,k),set:m.bind(this,k)};Object.defineProperty(this._publicOptions,k,R)}}_checkReadonlyOptions(b){if(A.includes(b))throw new Error(`Option "${b}" can only be set in the constructor`)}_checkProposedApi(){if(!this._core.optionsService.rawOptions.allowProposedApi)throw new Error("You must set the allowProposedApi option to true to use proposed API")}get onBell(){return this._core.onBell}get onBinary(){return this._core.onBinary}get onCursorMove(){return this._core.onCursorMove}get onData(){return this._core.onData}get onKey(){return this._core.onKey}get onLineFeed(){return this._core.onLineFeed}get onRender(){return this._core.onRender}get onResize(){return this._core.onResize}get onScroll(){return this._core.onScroll}get onSelectionChange(){return this._core.onSelectionChange}get onTitleChange(){return this._core.onTitleChange}get onWriteParsed(){return this._core.onWriteParsed}get element(){return this._core.element}get parser(){return this._parser||(this._parser=new x.ParserApi(this._core)),this._parser}get unicode(){return this._checkProposedApi(),new E.UnicodeApi(this._core)}get textarea(){return this._core.textarea}get rows(){return this._core.rows}get cols(){return this._core.cols}get buffer(){return this._buffer||(this._buffer=this.register(new f.BufferNamespaceApi(this._core))),this._buffer}get markers(){return this._checkProposedApi(),this._core.markers}get modes(){const b=this._core.coreService.decPrivateModes;let _="none";switch(this._core.coreMouseService.activeProtocol){case"X10":_="x10";break;case"VT200":_="vt200";break;case"DRAG":_="drag";break;case"ANY":_="any"}return{applicationCursorKeysMode:b.applicationCursorKeys,applicationKeypadMode:b.applicationKeypad,bracketedPasteMode:b.bracketedPasteMode,insertMode:this._core.coreService.modes.insertMode,mouseTrackingMode:_,originMode:b.origin,reverseWraparoundMode:b.reverseWraparound,sendFocusMode:b.sendFocus,wraparoundMode:b.wraparound}}get options(){return this._publicOptions}set options(b){for(const _ in b)this._publicOptions[_]=b[_]}blur(){this._core.blur()}focus(){this._core.focus()}input(b,_=!0){this._core.input(b,_)}resize(b,_){this._verifyIntegers(b,_),this._core.resize(b,_)}open(b){this._core.open(b)}attachCustomKeyEventHandler(b){this._core.attachCustomKeyEventHandler(b)}attachCustomWheelEventHandler(b){this._core.attachCustomWheelEventHandler(b)}registerLinkProvider(b){return this._core.registerLinkProvider(b)}registerCharacterJoiner(b){return this._checkProposedApi(),this._core.registerCharacterJoiner(b)}deregisterCharacterJoiner(b){this._checkProposedApi(),this._core.deregisterCharacterJoiner(b)}registerMarker(b=0){return this._verifyIntegers(b),this._core.registerMarker(b)}registerDecoration(b){return this._checkProposedApi(),this._verifyPositiveIntegers(b.x??0,b.width??0,b.height??0),this._core.registerDecoration(b)}hasSelection(){return this._core.hasSelection()}select(b,_,m){this._verifyIntegers(b,_,m),this._core.select(b,_,m)}getSelection(){return this._core.getSelection()}getSelectionPosition(){return this._core.getSelectionPosition()}clearSelection(){this._core.clearSelection()}selectAll(){this._core.selectAll()}selectLines(b,_){this._verifyIntegers(b,_),this._core.selectLines(b,_)}dispose(){super.dispose()}scrollLines(b){this._verifyIntegers(b),this._core.scrollLines(b)}scrollPages(b){this._verifyIntegers(b),this._core.scrollPages(b)}scrollToTop(){this._core.scrollToTop()}scrollToBottom(){this._core.scrollToBottom()}scrollToLine(b){this._verifyIntegers(b),this._core.scrollToLine(b)}clear(){this._core.clear()}write(b,_){this._core.write(b,_)}writeln(b,_){this._core.write(b),this._core.write(`\r
458
- `,_)}paste(b){this._core.paste(b)}refresh(b,_){this._verifyIntegers(b,_),this._core.refresh(b,_)}reset(){this._core.reset()}clearTextureAtlas(){this._core.clearTextureAtlas()}loadAddon(b){this._addonManager.loadAddon(this,b)}static get strings(){return c}_verifyIntegers(...b){for(const _ of b)if(_===1/0||isNaN(_)||_%1!=0)throw new Error("This API only accepts integers")}_verifyPositiveIntegers(...b){for(const _ of b)if(_&&(_===1/0||isNaN(_)||_%1!=0||_<0))throw new Error("This API only accepts positive integers")}}p.Terminal=C})(),d})()))})(Od)),Od.exports}var Xk=Kk(),Bd={exports:{}},r0;function Jk(){return r0||(r0=1,(function(s,t){(function(n,a){s.exports=a()})(self,(()=>(()=>{var n={};return(()=>{var a=n;Object.defineProperty(a,"__esModule",{value:!0}),a.FitAddon=void 0,a.FitAddon=class{activate(l){this._terminal=l}dispose(){}fit(){const l=this.proposeDimensions();if(!l||!this._terminal||isNaN(l.cols)||isNaN(l.rows))return;const d=this._terminal._core;this._terminal.rows===l.rows&&this._terminal.cols===l.cols||(d._renderService.clear(),this._terminal.resize(l.cols,l.rows))}proposeDimensions(){if(!this._terminal||!this._terminal.element||!this._terminal.element.parentElement)return;const l=this._terminal._core,d=l._renderService.dimensions;if(d.css.cell.width===0||d.css.cell.height===0)return;const p=this._terminal.options.scrollback===0?0:l.viewport.scrollBarWidth,c=window.getComputedStyle(this._terminal.element.parentElement),h=parseInt(c.getPropertyValue("height")),v=Math.max(0,parseInt(c.getPropertyValue("width"))),S=window.getComputedStyle(this._terminal.element),f=h-(parseInt(S.getPropertyValue("padding-top"))+parseInt(S.getPropertyValue("padding-bottom"))),x=v-(parseInt(S.getPropertyValue("padding-right"))+parseInt(S.getPropertyValue("padding-left")))-p;return{cols:Math.max(2,Math.floor(x/d.css.cell.width)),rows:Math.max(1,Math.floor(f/d.css.cell.height))}}}})(),n})()))})(Bd)),Bd.exports}var Zk=Jk(),Hd={exports:{}},a0;function Qk(){return a0||(a0=1,(function(s,t){(function(n,a){s.exports=a()})(self,(()=>(()=>{var n={6:(p,c)=>{function h(S){try{const f=new URL(S),x=f.password&&f.username?`${f.protocol}//${f.username}:${f.password}@${f.host}`:f.username?`${f.protocol}//${f.username}@${f.host}`:`${f.protocol}//${f.host}`;return S.toLocaleLowerCase().startsWith(x.toLocaleLowerCase())}catch{return!1}}Object.defineProperty(c,"__esModule",{value:!0}),c.LinkComputer=c.WebLinkProvider=void 0,c.WebLinkProvider=class{constructor(S,f,x,E={}){this._terminal=S,this._regex=f,this._handler=x,this._options=E}provideLinks(S,f){const x=v.computeLink(S,this._regex,this._terminal,this._handler);f(this._addCallbacks(x))}_addCallbacks(S){return S.map((f=>(f.leave=this._options.leave,f.hover=(x,E)=>{if(this._options.hover){const{range:A}=f;this._options.hover(x,E,A)}},f)))}};class v{static computeLink(f,x,E,A){const C=new RegExp(x.source,(x.flags||"")+"g"),[y,b]=v._getWindowedLineStrings(f-1,E),_=y.join("");let m;const k=[];for(;m=C.exec(_);){const R=m[0];if(!h(R))continue;const[D,j]=v._mapStrIdx(E,b,0,m.index),[T,M]=v._mapStrIdx(E,D,j,R.length);if(D===-1||j===-1||T===-1||M===-1)continue;const I={start:{x:j+1,y:D+1},end:{x:M,y:T+1}};k.push({range:I,text:R,activate:A})}return k}static _getWindowedLineStrings(f,x){let E,A=f,C=f,y=0,b="";const _=[];if(E=x.buffer.active.getLine(f)){const m=E.translateToString(!0);if(E.isWrapped&&m[0]!==" "){for(y=0;(E=x.buffer.active.getLine(--A))&&y<2048&&(b=E.translateToString(!0),y+=b.length,_.push(b),E.isWrapped&&b.indexOf(" ")===-1););_.reverse()}for(_.push(m),y=0;(E=x.buffer.active.getLine(++C))&&E.isWrapped&&y<2048&&(b=E.translateToString(!0),y+=b.length,_.push(b),b.indexOf(" ")===-1););}return[_,A]}static _mapStrIdx(f,x,E,A){const C=f.buffer.active,y=C.getNullCell();let b=E;for(;A;){const _=C.getLine(x);if(!_)return[-1,-1];for(let m=b;m<_.length;++m){_.getCell(m,y);const k=y.getChars();if(y.getWidth()&&(A-=k.length||1,m===_.length-1&&k==="")){const R=C.getLine(x+1);R&&R.isWrapped&&(R.getCell(0,y),y.getWidth()===2&&(A+=1))}if(A<0)return[x,m]}x++,b=0}return[x,b]}}c.LinkComputer=v}},a={};function l(p){var c=a[p];if(c!==void 0)return c.exports;var h=a[p]={exports:{}};return n[p](h,h.exports,l),h.exports}var d={};return(()=>{var p=d;Object.defineProperty(p,"__esModule",{value:!0}),p.WebLinksAddon=void 0;const c=l(6),h=/(https?|HTTPS?):[/]{2}[^\s"'!*(){}|\\\^<>`]*[^\s"':,.!?{}|\\\^~\[\]`()<>]/;function v(S,f){const x=window.open();if(x){try{x.opener=null}catch{}x.location.href=f}else console.warn("Opening link blocked as opener could not be cleared")}p.WebLinksAddon=class{constructor(S=v,f={}){this._handler=S,this._options=f}activate(S){this._terminal=S;const f=this._options,x=f.urlRegex||h;this._linkProvider=this._terminal.registerLinkProvider(new c.WebLinkProvider(this._terminal,x,this._handler,f))}dispose(){var S;(S=this._linkProvider)==null||S.dispose()}}})(),d})()))})(Hd)),Hd.exports}var e3=Qk();function t3(s,t){return`${window.location.protocol==="https:"?"wss:":"ws:"}//${window.location.host}/ws/terminal?session=${encodeURIComponent(s)}&token=${encodeURIComponent(t)}`}const s3=15e3,i3=new Set([4001,4004]),n3='"Geist Mono", ui-monospace, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace';function Mc(s,t){return typeof document>"u"?t:getComputedStyle(document.documentElement).getPropertyValue(s).trim()||t}const r3={black:"#1a1a1e",red:"#e88a84",green:"#6be195",yellow:"#e6b96f",blue:"#6f9ae0",magenta:"#b7a6dd",cyan:"#74c8d4",white:"#e8e8ec",brightBlack:"#565661",brightRed:"#f4a7a1",brightGreen:"#8ceab0",brightYellow:"#f2cf93",brightBlue:"#8fb5ea",brightMagenta:"#ccbdf0",brightCyan:"#97dce7",brightWhite:"#ffffff"},a3={black:"#3a3a3e",red:"#c0392b",green:"#167e3a",yellow:"#a86414",blue:"#4f7cc4",magenta:"#7a4fb0",cyan:"#0e7d94",white:"#a6a6ae",brightBlack:"#6b6b75",brightRed:"#d64a3d",brightGreen:"#1f9a4a",brightYellow:"#c67d1a",brightBlue:"#6f9ae0",brightMagenta:"#9268c4",brightCyan:"#1596ad",brightWhite:"#ffffff"};function o0(s){const t=Mc("--bg",s==="dark"?"#0b0e13":"#f8f9fa"),n=Mc("--ink",s==="dark"?"#f3f3f5":"#16161a"),a=Mc("--brand",s==="dark"?"#6be195":"#167e3a");return{...s==="dark"?r3:a3,background:t,foreground:n,cursor:a,cursorAccent:t,selectionBackground:`${a}40`}}const o3=({sessionId:s,token:t})=>{const n=P.useRef(null),a=P.useRef(null),[l,d]=P.useState("connecting"),[p,c]=P.useState(null);return P.useEffect(()=>fp(h=>{a.current&&(a.current.options.theme=o0(h))}),[]),P.useEffect(()=>{var m;const h=n.current;if(!h)return;let v=!1,S=0,f=null,x=null;const E=new Xk.Terminal({cursorBlink:!0,fontSize:13,fontFamily:Mc("--mono",n3),theme:o0(cu()),scrollback:1e4,allowProposedApi:!0});a.current=E;const A=new Zk.FitAddon;E.loadAddon(A),E.loadAddon(new e3.WebLinksAddon),E.parser.registerCsiHandler({prefix:">",final:"q"},()=>(E.write("\x1BP>|XTerm(370)\x1B\\"),!0)),E.parser.registerOscHandler(52,k=>{var j;const R=k.split(";");if(R.length<2)return!1;const D=R[R.length-1];try{const T=atob(D),M=Uint8Array.from(T,F=>F.charCodeAt(0)),I=new TextDecoder().decode(M);(j=navigator.clipboard)==null||j.writeText(I).catch(()=>{})}catch{}return!0}),E.open(h),A.fit(),(m=document.fonts)==null||m.ready.then(()=>{v||(A.fit(),y())});const C=E.onData(k=>{(x==null?void 0:x.readyState)===WebSocket.OPEN&&x.send(k)}),y=()=>{(x==null?void 0:x.readyState)===WebSocket.OPEN&&x.send(JSON.stringify({type:"resize",cols:E.cols,rows:E.rows}))},b=new ResizeObserver(()=>{A.fit(),y()});b.observe(h);function _(){if(v)return;const k=new WebSocket(t3(s,t));x=k,k.onopen=()=>{S=0,d("connected"),c(null),A.fit(),y()},k.onmessage=R=>{const D=typeof R.data=="string"?R.data:new TextDecoder().decode(R.data);E.write(D)},k.onclose=R=>{if(v)return;if(i3.has(R.code)){d("error"),c(R.reason||`Connection refused (${R.code})`);return}const D=Math.min(1e3*2**S,s3);S+=1,d("connecting"),f=setTimeout(_,D)}}return _(),()=>{v=!0,f&&clearTimeout(f),b.disconnect(),C.dispose(),x==null||x.close(),E.dispose(),a.current=null}},[s,t]),u.jsx("div",{className:"harness-terminal",children:u.jsx("div",{ref:n,className:"terminal-screen"})})},l3=8e3;function c3({message:s,onDismiss:t}){return P.useEffect(()=>{const n=window.setTimeout(t,l3);return()=>window.clearTimeout(n)},[s,t]),u.jsxs("div",{className:"toast",role:"alert","data-testid":"toast",children:[u.jsx("span",{className:"toast-message",children:s}),u.jsx("button",{className:"toast-dismiss","aria-label":"Dismiss",onClick:t,children:"×"})]})}function u3(){const s=P.useRef(null);return P.useEffect(()=>{const t=s.current;if(!t)return;let n=null;const a=()=>{n=null,t.dataset.show="false",t.textContent=""},l=c=>{const h=c.closest("[data-tooltip], [title], [data-tip-stash]");if(!h||h===n)return;const v=h;v.title&&(v.dataset.tipStash=v.title,v.removeAttribute("title"));const S=v.dataset.tooltip||v.dataset.tipStash;if(!S)return;n=h,t.textContent=S,t.dataset.show="true";const f=h.getBoundingClientRect(),{offsetWidth:x,offsetHeight:E}=t,A=h.closest(".rail-workflows");if(A&&A.getBoundingClientRect().right+x+14<=window.innerWidth){const b=A.getBoundingClientRect().right+8,_=Math.min(Math.max(f.top+f.height/2-E/2,6),window.innerHeight-E-6);t.style.transform=`translate(${Math.round(b)}px, ${Math.round(_)}px)`;return}const C=Math.min(Math.max(f.left+f.width/2-x/2,6),window.innerWidth-x-6),y=f.top-E-7>=4?f.top-E-7:f.bottom+7;t.style.transform=`translate(${Math.round(C)}px, ${Math.round(y)}px)`},d=c=>l(c.target),p=c=>{n&&!n.contains(c.relatedTarget)&&a()};return document.addEventListener("pointerover",d,!0),document.addEventListener("pointerout",p,!0),document.addEventListener("pointerdown",a,!0),document.addEventListener("keydown",a,!0),document.addEventListener("scroll",a,!0),window.addEventListener("blur",a),()=>{document.removeEventListener("pointerover",d,!0),document.removeEventListener("pointerout",p,!0),document.removeEventListener("pointerdown",a,!0),document.removeEventListener("keydown",a,!0),document.removeEventListener("scroll",a,!0),window.removeEventListener("blur",a)}},[]),u.jsx("div",{ref:s,className:"app-tooltip","data-show":"false",role:"tooltip","aria-hidden":"true"})}const h3=[{id:"claude-code",label:"Claude Code",mode:"embedded",experimental:!1,installed:!0,installMcpPrompt:"",imageInput:!1},{id:"codex",label:"Codex CLI",mode:"embedded",experimental:!1,installed:!0,installMcpPrompt:"",imageInput:!1}];function d3(s){const t=s.filter(n=>n.id==="sapiom");return t.length===0?s:[...t,...s.filter(n=>n.id!=="sapiom")]}function Sp(s){return s.mode==="embedded"&&s.installed&&ok.includes(s.id)}function f3(s){if(Sp(s))return null;if(s.mode==="external")return`${s.label} runs in its own app. Agent Studio can't launch it yet.`;if(!s.installed){const t=s.installMcpPrompt.trim();return t.length>0?t:`${s.label} isn't on this machine's PATH. Install its CLI, then restart the Agent Studio server.`}return`This Agent Studio build can't launch ${s.label} yet.`}function p3(s,t){var n;return((n=s.find(a=>a.id===t))==null?void 0:n.label)??t}function Id(s){return s.length>1?s.replace(/\/+$/,""):s}async function v3(s,t,n){const a=Id(s.trim());if(!a)return{kind:"new"};if(t)return{kind:"new"};const l=Ck(a);try{const d=l?await n(l):null;if(!!(d!=null&&d.dirs.some(v=>Id(v.path)===a&&v.hasAgentProject)))return{kind:"project"};const c=await n(a);if(Id(c.path)!==a)return{kind:"new"};const h=c.dirs.filter(v=>v.hasAgentProject).length;return h>0?{kind:"multi",found:h}:{kind:"plain"}}catch{if(l)try{return await n(l),{kind:"new"}}catch{throw new Error("Couldn't read that directory.")}throw new Error("Couldn't read that directory.")}}function t1({recentDirs:s,launchDir:t,projectRoot:n,listDir:a,onClose:l,onConnect:d,onScan:p,triggerRef:c}){const[h,v]=P.useState(n??t??s[0]??""),[S,f]=P.useState(null),[x,E]=P.useState(!0),[A,C]=P.useState(!1),[y,b]=P.useState(null),_=P.useRef(null);sl(!0,{onDismiss:l,containerRef:_,triggerRef:c}),P.useEffect(()=>{E(!0)},[h]);const m=P.useRef(h);m.current=h;const k=P.useRef(0),R=P.useCallback(U=>{const X=m.current.trim(),Z=++k.current;if(!X){f(null),E(!1);return}v3(X,U.isNew,a).then(q=>{Z===k.current&&(f(q),b(null))}).catch(q=>{Z===k.current&&(f(null),b(q.message))}).finally(()=>{Z===k.current&&E(!1)})},[a]),D=async U=>{C(!0),b(null);try{await U(),l()}catch(X){b(X.message)}finally{C(!1)}},j=h.trim(),T=(S==null?void 0:S.kind)==="project"||(S==null?void 0:S.kind)==="multi",M=()=>void D(()=>d(j)),I=()=>void D(async()=>{if(await p(j)===0)throw new Error("No agent projects found under this folder.")}),F=()=>{A||x||!S||!j||!T||(S.kind==="project"?M():S.kind==="multi"&&I())},G=U=>{U.key==="Enter"&&(U.metaKey||U.ctrlKey)&&(U.preventDefault(),F())};return u.jsx("div",{className:"modal-backdrop",children:u.jsxs("div",{className:"modal modal-start",role:"dialog","aria-label":"Add existing agents",ref:_,onKeyDown:G,children:[u.jsxs("div",{className:"modal-header modal-start-header",children:[u.jsx("span",{className:"modal-start-title",children:"Add existing agents"}),u.jsx("button",{className:"theme-toggle modal-close","aria-label":"Close",title:"Close",onClick:l,children:u.jsx(de,{name:"X",size:14})})]}),u.jsxs("div",{className:"modal-body",children:[u.jsx("p",{className:"modal-field-hint modal-start-sub",children:"Add a folder that already holds an agent project."}),u.jsx("section",{className:"modal-section",children:u.jsx(Qy,{value:h,onChange:v,onSubmit:F,recentDirs:[],listDir:a,onResolve:R})}),S&&u.jsx(g3,{outcome:S,path:j}),y&&u.jsx("div",{className:"modal-error",children:y})]}),u.jsxs("div",{className:"modal-actions modal-start-actions",children:[u.jsx("button",{className:"btn-ghost",onClick:l,disabled:A,children:"Cancel"}),u.jsx(_3,{outcome:S,checking:x,busy:A,onConnect:M,onScan:I})]})]})})}function g3({outcome:s,path:t}){const n=s.kind==="project"||s.kind==="multi";return u.jsx("div",{className:"aw-result","data-tone":n?"good":"todo","data-testid":"aw-result","aria-live":"polite",children:u.jsxs("div",{className:"aw-result-head",children:[u.jsx("span",{className:"aw-result-glyph","aria-hidden":"true",children:u.jsx(de,{name:n?"Check":"TriangleAlert",size:14})}),u.jsxs("span",{className:"aw-result-text",children:[u.jsxs("span",{className:"aw-result-title",children:[s.kind==="project"&&"This is an agent project",s.kind==="multi"&&`${s.found} agent ${s.found===1?"project":"projects"} under this folder`,(s.kind==="plain"||s.kind==="new")&&"No agent in this folder"]}),u.jsx("span",{className:"aw-result-path",title:t,children:t})]})]})})}function _3({outcome:s,checking:t,busy:n,onConnect:a,onScan:l}){if(t||!s)return u.jsx("button",{className:"btn-primary modal-primary-cta","data-testid":"start-primary",disabled:!0,children:"Checking…"});switch(s.kind){case"project":return u.jsx("button",{className:"btn-primary modal-primary-cta","data-testid":"aw-add",onClick:a,disabled:n,children:n?"Adding…":"Add workspace"});case"multi":return u.jsx("button",{className:"btn-primary modal-primary-cta","data-testid":"aw-add-all",onClick:l,disabled:n,children:n?"Adding…":`Add all ${s.found}`});case"plain":case"new":return u.jsx("button",{className:"btn-primary modal-primary-cta","data-testid":"start-primary",disabled:!0,children:"Add workspace"})}}const m3="m4.7144 15.9555 4.7174-2.6471.079-.2307-.079-.1275h-.2307l-.7893-.0486-2.6956-.0729-2.3375-.0971-2.2646-.1214-.5707-.1215-.5343-.7042.0546-.3522.4797-.3218.686.0608 1.5179.1032 2.2767.1578 1.6514.0972 2.4468.255h.3886l.0546-.1579-.1336-.0971-.1032-.0972L6.973 9.8356l-2.55-1.6879-1.3356-.9714-.7225-.4918-.3643-.4614-.1578-1.0078.6557-.7225.8803.0607.2246.0607.8925.686 1.9064 1.4754 2.4893 1.8336.3643.3035.1457-.1032.0182-.0728-.164-.2733-1.3539-2.4467-1.445-2.4893-.6435-1.032-.17-.6194c-.0607-.255-.1032-.4674-.1032-.7285L6.287.1335 6.6997 0l.9957.1336.419.3642.6192 1.4147 1.0018 2.2282 1.5543 3.0296.4553.8985.2429.8318.091.255h.1579v-.1457l.1275-1.706.2368-2.0947.2307-2.6957.0789-.7589.3764-.9107.7468-.4918.5828.2793.4797.686-.0668.4433-.2853 1.8517-.5586 2.9021-.3643 1.9429h.2125l.2429-.2429.9835-1.3053 1.6514-2.0643.7286-.8196.85-.9046.5464-.4311h1.0321l.759 1.1293-.34 1.1657-1.0625 1.3478-.8804 1.1414-1.2628 1.7-.7893 1.36.0729.1093.1882-.0183 2.8535-.607 1.5421-.2794 1.8396-.3157.8318.3886.091.3946-.3278.8075-1.967.4857-2.3072.4614-3.4364.8136-.0425.0304.0486.0607 1.5482.1457.6618.0364h1.621l3.0175.2247.7892.522.4736.6376-.079.4857-1.2142.6193-1.6393-.3886-3.825-.9107-1.3113-.3279h-.1822v.1093l1.0929 1.0686 2.0035 1.8092 2.5075 2.3314.1275.5768-.3218.4554-.34-.0486-2.2039-1.6575-.85-.7468-1.9246-1.621h-.1275v.17l.4432.6496 2.3436 3.5214.1214 1.0807-.17.3521-.6071.2125-.6679-.1214-1.3721-1.9246L14.38 17.959l-1.1414-1.9428-.1397.079-.674 7.2552-.3156.3703-.7286.2793-.6071-.4614-.3218-.7468.3218-1.4753.3886-1.9246.3157-1.53.2853-1.9004.17-.6314-.0121-.0425-.1397.0182-1.4328 1.9672-2.1796 2.9446-1.7243 1.8456-.4128.164-.7164-.3704.0667-.6618.4008-.5889 2.386-3.0357 1.4389-1.882.929-1.0868-.0062-.1579h-.0546l-6.3385 4.1164-1.1293.1457-.4857-.4554.0608-.7467.2307-.2429 1.9064-1.3114Z",y3="M22.2819 9.8211a5.9847 5.9847 0 0 0-.5157-4.9108 6.0462 6.0462 0 0 0-6.5098-2.9A6.0651 6.0651 0 0 0 4.9807 4.1818a5.9847 5.9847 0 0 0-3.9977 2.9 6.0462 6.0462 0 0 0 .7427 7.0966 5.98 5.98 0 0 0 .511 4.9107 6.051 6.051 0 0 0 6.5146 2.9001A5.9847 5.9847 0 0 0 13.2599 24a6.0557 6.0557 0 0 0 5.7718-4.2058 5.9894 5.9894 0 0 0 3.9977-2.9001 6.0557 6.0557 0 0 0-.7475-7.0729zm-9.022 12.6081a4.4755 4.4755 0 0 1-2.8764-1.0408l.1419-.0804 4.7783-2.7582a.7948.7948 0 0 0 .3927-.6813v-6.7369l2.02 1.1686a.071.071 0 0 1 .038.052v5.5826a4.504 4.504 0 0 1-4.4945 4.4944zm-9.6607-4.1254a4.4708 4.4708 0 0 1-.5346-3.0137l.142.0852 4.783 2.7582a.7712.7712 0 0 0 .7806 0l5.8428-3.3685v2.3324a.0804.0804 0 0 1-.0332.0615L9.74 19.9502a4.4992 4.4992 0 0 1-6.1408-1.6464zM2.3408 7.8956a4.485 4.485 0 0 1 2.3655-1.9728V11.6a.7664.7664 0 0 0 .3879.6765l5.8144 3.3543-2.0201 1.1685a.0757.0757 0 0 1-.071 0l-4.8303-2.7865A4.504 4.504 0 0 1 2.3408 7.872zm16.5963 3.8558L13.1038 8.364 15.1192 7.2a.0757.0757 0 0 1 .071 0l4.8303 2.7913a4.4944 4.4944 0 0 1-.6765 8.1042v-5.6772a.79.79 0 0 0-.407-.667zm2.0107-3.0231l-.142-.0852-4.7735-2.7818a.7759.7759 0 0 0-.7854 0L9.409 9.2297V6.8974a.0662.0662 0 0 1 .0284-.0615l4.8303-2.7866a4.4992 4.4992 0 0 1 6.6802 4.66zM8.3065 12.863l-2.02-1.1638a.0804.0804 0 0 1-.038-.0567V6.0742a4.4992 4.4992 0 0 1 7.3757-3.4537l-.142.0805L8.704 5.459a.7948.7948 0 0 0-.3927.6813zm1.0976-2.3654l2.602-1.4998 2.6069 1.4998v2.9994l-2.5974 1.4997-2.6067-1.4997Z",b3={"claude-code":m3,codex:y3},S3=["M105.267 60.7219L98.8902 71.7648L92.1353 83.4669L83.3114 98.7521L70.18 121.491H0L13.1249 98.7521H57.042L72.6274 71.7648L79.0038 60.7219L72.2619 49.0459H98.5247L105.267 60.7219Z","M114.072 0L100.954 22.7189H57.0694L57.0498 22.6928L57.0368 22.7189L41.8365 49.047L35.0945 60.723L41.471 71.7659H15.2016L8.8252 60.723L15.5671 49.047L21.9631 37.978L30.774 22.7189L43.8923 0H114.072Z"];function wp({kind:s,size:t=16}){if(s==="sapiom")return u.jsx("svg",{viewBox:"0 0 115 122",width:t,height:t,fill:"currentColor","aria-hidden":"true",focusable:"false",children:S3.map(a=>u.jsx("path",{d:a},a.slice(0,16)))});const n=b3[s];return n?u.jsx("svg",{viewBox:"0 0 24 24",width:t,height:t,fill:"currentColor","aria-hidden":"true",focusable:"false",children:u.jsx("path",{d:n})}):u.jsx(de,{name:"SquareTerminal",size:t})}function w3({entries:s,activeId:t,testidPrefix:n,onPick:a}){return u.jsx(u.Fragment,{children:s.map(l=>{const d=Sp(l),p=l.id===t,c=f3(l);return u.jsxs("button",{type:"button",role:"menuitemradio","aria-checked":p,"aria-disabled":!d||void 0,className:"profile-menu-item provider-item"+(d?"":" is-unavailable"),"data-testid":`${n}-${l.id}`,"data-tooltip":c??void 0,onClick:()=>{d&&a(l.id)},children:[u.jsx("span",{className:"provider-item-check","aria-hidden":"true",children:p&&u.jsx(de,{name:"Check",size:13})}),u.jsx(wp,{kind:l.id,size:13}),l.label]},l.id)})})}const x3=[{label:"sales outreach",prompt:"Enrich a list of leads, then write a personalized first line for each prospect and draft an outreach email."},{label:"support triage",prompt:"Triage incoming support tickets: classify each by urgency and topic, draft a first reply, and flag anything critical."},{label:"research digest",prompt:"Search the web for the latest on a topic I give you, then publish a dated digest of what changed."},{label:"code review",prompt:"When a pull request opens, review the diff for bugs and style issues and post the findings as a review comment."}],C3=3;function E3(s){const t=s.getHours();return t<12?"Good morning.":t<18?"Good afternoon.":"Good evening."}function k3(s){return s.replace(/\s+/g,"-")}function T3({firstRun:s,onSubmitIdea:t,onUseTemplate:n,onBrowseTemplates:a,listHarnesses:l,listTemplates:d,telemetryOptIn:p,onToggleTelemetry:c,recentDirs:h,projectRoot:v,listDir:S,onConnect:f,onScan:x,onScaffold:E,onSaveProjectRoot:A}){const[C,y]=P.useState(""),[b,_]=P.useState(()=>Pi().preferredHarness??"claude-code"),[m,k]=P.useState(h3),[R,D]=P.useState(!1),[j,T]=P.useState([]),[M,I]=P.useState(!1),[F,G]=P.useState(!1),U=P.useRef(null),X=P.useRef(null),Z=P.useRef(null),q=P.useCallback(()=>D(!1),[]);P.useEffect(()=>{let H=!1;return l().then(L=>{if(H||L.length===0)return;k(d3(L));const B=L.filter(Sp);_(V=>{var te;return B.some(ue=>ue.id===V)?V:((te=B[0])==null?void 0:te.id)??V})}).catch(()=>{}),()=>{H=!0}},[l]),P.useEffect(()=>{let H=!1;return d().then(L=>{H||T(L.templates.map(B=>({...B,kind:"gallery"})).slice(0,C3))}).catch(()=>{}),()=>{H=!0}},[d]);const W=H=>{_(H),mn({preferredHarness:H==="codex"?"codex":"claude-code"}),q()},Q=H=>{F||(G(!0),window.setTimeout(H,170))},O=()=>Q(()=>t(C.trim(),b));return u.jsxs("div",{className:"composer-home"+(F?" is-leaving":""),"data-testid":"new-session-composer",children:[u.jsxs("div",{className:"composer-hero",children:[u.jsxs("p",{className:"composer-greeting","data-testid":"composer-greeting",children:[E3(new Date)," ",s?"Let's build your first agent.":"Let's build a new agent."]}),u.jsx("h1",{className:"composer-heading",children:"What should your agent do?"}),u.jsx("div",{className:"composer-chips",role:"list",children:x3.map(H=>u.jsx("button",{type:"button",role:"listitem",className:"composer-chip","data-testid":`composer-chip-${k3(H.label)}`,onClick:()=>{var L;y(H.prompt),(L=U.current)==null||L.focus()},children:H.label},H.label))}),u.jsxs("div",{className:"composer-box",children:[u.jsx("textarea",{ref:U,className:"composer-input","data-testid":"composer-input",placeholder:"Describe the outcome you want",value:C,rows:2,autoFocus:!0,onChange:H=>y(H.target.value),onKeyDown:H=>{H.key==="Enter"&&!H.shiftKey&&(H.preventDefault(),O())}}),u.jsxs("div",{className:"composer-box-actions",children:[u.jsx("button",{ref:Z,type:"button",className:"composer-attach","data-testid":"composer-open-folder","aria-label":"Open a folder or connect a workspace","data-tooltip":"Open a folder or connect a workspace",onClick:()=>I(!0),children:u.jsx(de,{name:"Plus",size:16})}),u.jsxs("div",{className:"composer-box-right",children:[u.jsxs("button",{ref:X,type:"button",className:"harness-select composer-harness","data-testid":"composer-harness-select","aria-haspopup":"menu","aria-expanded":R,"aria-label":"Coding agent for this session","data-tooltip":"Which coding agent runs this session",onClick:()=>D(H=>!H),children:[u.jsx(wp,{kind:b,size:14}),u.jsx("span",{className:"harness-select-label",children:p3(m,b)}),u.jsx("span",{className:"disclosure-caret"+(R?" is-open":""),"aria-hidden":"true",children:u.jsx(de,{name:"ChevronDown",size:12})})]}),u.jsx(Yn,{open:R,anchorRef:X,onDismiss:q,placement:"up-end",className:"session-menu harness-select-menu",role:"menu",testid:"composer-harness-menu",children:u.jsx(w3,{entries:m,activeId:b,testidPrefix:"composer-harness-option",onPick:W})}),u.jsx("button",{type:"button",className:"composer-send","data-testid":"composer-send","aria-label":"Start session",title:"Start session",onClick:O,children:u.jsx(de,{name:"ArrowUp",size:16})})]})]})]})]}),j.length>0&&u.jsxs("div",{className:"composer-templates",children:[u.jsxs("div",{className:"composer-templates-head",children:[u.jsx("span",{className:"composer-templates-title",children:"Start from a template"}),u.jsxs("button",{type:"button",className:"composer-templates-all","data-testid":"composer-browse-templates",onClick:a,children:["Browse all templates ",u.jsx(de,{name:"ChevronRight",size:13})]})]}),u.jsx("div",{className:"composer-template-grid",children:j.map((H,L)=>u.jsxs("button",{type:"button",className:"composer-template-card","data-testid":`composer-template-${H.id}`,onClick:()=>Q(()=>n(H)),children:[u.jsxs("span",{className:"composer-template-cardhead",children:[u.jsx("span",{className:"composer-template-name",children:H.name}),L===0&&u.jsx("span",{className:"composer-template-suggested",children:"Suggested"})]}),u.jsx("span",{className:"composer-template-desc",children:H.description}),u.jsxs("span",{className:"composer-template-meta",children:[H.stepCount," ",H.stepCount===1?"step":"steps"," ·"," ",yp(H.complexity),H.capabilities.length>0&&` · ${H.capabilities.length} ${H.capabilities.length===1?"capability":"capabilities"}`]})]},H.id))})]}),s&&u.jsxs("div",{className:"composer-footer",children:[u.jsxs("label",{className:"composer-consent","data-testid":"welcome-consent",children:[u.jsx("button",{type:"button",role:"switch","aria-checked":p,"data-testid":"welcome-telemetry-toggle",className:"toggle-switch"+(p?" is-on":""),onClick:()=>void c(!p),children:u.jsx("span",{className:"toggle-knob"})}),u.jsx("span",{className:"composer-consent-copy",children:"Help us improve Agent Studio — share your session details with Sapiom. Off by default; change it anytime in Settings."})]}),u.jsxs("a",{className:"composer-docs","data-testid":"welcome-docs",href:"https://docs.sapiom.ai/agents/quick-start",target:"_blank",rel:"noopener noreferrer",children:["Read documentation ",u.jsx(de,{name:"ArrowUpRight",size:12})]})]}),M&&u.jsx(t1,{recentDirs:h,projectRoot:v,listDir:S,onClose:()=>I(!1),onConnect:f,onScan:x,triggerRef:Z})]})}const A3="M32.1834 7.36578L34.4714 5.81493H36.5941C39.3219 5.81493 41.5567 8.05816 41.5567 10.7996V14.9539C41.5567 17.7234 39.3247 19.9385 36.5941 19.9385H34.4714L32.1834 18.3877V24H29.4277V5.81493H32.1834V7.36578ZM23.7454 7.36578V5.81493H26.5012V19.9385H23.7454V18.3877L21.4574 19.9385H19.3347C16.6069 19.9385 14.3722 17.6953 14.3722 14.9539V10.7996C14.3722 8.03001 16.6041 5.81493 19.3347 5.81493H21.4574L23.7454 7.36578ZM50.2802 17.169H54.0945V19.9385H43.7074V17.169H47.5245V8.58449H43.7074V5.81493H50.2802V17.169ZM73.2556 7.36296L75.5436 5.81212H76.9774C78.4645 5.81212 79.7667 6.60584 80.492 7.79359L81.1557 7.36296L83.4466 5.81212H84.8805C87.1516 5.81212 89 7.66975 89 9.94957V19.9385H86.3199V10.0284C86.3199 9.21495 85.6898 8.58168 84.8805 8.58168H84.3008L81.1585 10.7151V19.9357H78.4001V9.79195C78.2909 9.09675 77.7084 8.58449 76.9802 8.58449H76.4005L73.2556 10.718V19.9385H70.4998V5.81212H73.2556V7.36296ZM64.4479 5.73331C66.3944 5.73331 67.9682 7.31511 67.9682 9.27125V16.2571L64.0923 19.8456L64.0783 19.8569H59.5807C57.6372 19.8569 56.0605 18.2751 56.0605 16.319V9.33316L59.9363 5.74457L59.9504 5.73331H64.4479ZM9.23606 5.81493L11.5549 7.38829V10.7405L8.3539 8.5676H3.91231C2.66607 8.61545 2.63808 10.079 3.62665 10.4618L9.69534 12.3926C11.0284 12.8176 11.9385 14.0616 11.9385 15.4662V16.4907C11.9385 17.5968 11.3925 18.6297 10.4795 19.249L9.65053 19.8119H2.28801L0 18.261V14.9088L3.29339 17.1436H7.53336C7.55015 17.1436 9.29767 17.1859 9.36488 16.0741C9.38729 15.5928 9.12683 15.1059 8.62835 14.9005L2.88732 13.0738C1.16781 12.5249 -0.0476086 10.9515 0.210037 9.16429C0.33886 7.88365 1.34424 5.80931 4.19515 5.83183H4.20356L9.23606 5.82056V5.81493ZM32.1834 10.718V15.0383L35.3284 17.1717H36.5969C37.8096 17.1717 38.8009 16.1754 38.8009 14.9567V10.8024C38.8009 9.58367 37.8096 8.5873 36.5969 8.5873H35.3284L32.1834 10.7208V10.718ZM19.3347 8.58449C18.122 8.58449 17.1307 9.58086 17.1307 10.7996V14.9539C17.1307 16.1726 18.122 17.169 19.3347 17.169H20.6033L23.7454 15.0383V10.718L20.6033 8.58449H19.3347ZM58.7881 10.5378V16.1642C58.7881 16.6764 59.1999 17.0902 59.7096 17.0902H63.0421L65.2377 15.058V9.43168C65.2377 8.91942 64.8261 8.50568 64.3164 8.50568H60.9837L58.7881 10.5378ZM50.283 2.76956H47.2501V0H50.283V2.76956Z",l0=89,zc=24,R3=19.9385,M3=(zc-R3)/zc;function D3({height:s=16,className:t,style:n,...a}){const l=!!a["aria-label"];return u.jsx("svg",{...a,className:["brand-logotype",t].filter(Boolean).join(" "),style:{"--brand-logotype-descender":`${M3*s}px`,...n},width:l0/zc*s,height:s,viewBox:`0 0 ${l0} ${zc}`,fill:"none",focusable:"false",role:l?"img":void 0,"aria-hidden":l?void 0:!0,children:u.jsx("path",{d:A3,fill:"currentColor"})})}function j3({onCollapse:s}){const[t,n]=P.useState(cu());return P.useEffect(()=>fp(n),[]),u.jsxs("header",{className:"brand-header",children:[u.jsxs("h1",{className:"brand-lockup",children:[u.jsxs("span",{className:"brand-mark",children:[u.jsx(D3,{height:13,"aria-hidden":!0}),u.jsx("span",{className:"visually-hidden",children:"Sapiom "})]}),u.jsx("span",{className:"brand-product",children:"agent.studio"})]}),u.jsxs("div",{className:"brand-header-tools",children:[u.jsx("button",{className:"theme-toggle","data-testid":"theme-toggle","aria-label":t==="dark"?"Switch to light mode":"Switch to dark mode",title:t==="dark"?"Switch to light mode":"Switch to dark mode",onClick:ux,children:u.jsx(de,{name:t==="dark"?"Sun":"Moon",size:14})}),u.jsx("button",{className:"theme-toggle","data-testid":"rail-collapse","aria-label":"Collapse workspace panel",title:"Collapse workspace panel",onClick:s,children:u.jsx(de,{name:"PanelLeftClose",size:14})})]})]})}function N3({plan:s}){if(!s)return null;const t=u.jsxs(u.Fragment,{children:[u.jsxs("span",{className:"rail-profile-copy",children:[u.jsx("span",{className:"rail-profile-name",children:s.name}),s.statusLabel&&u.jsx("span",{className:"rail-profile-meta",children:s.statusLabel})]}),s.cta&&u.jsx("span",{className:"pill",children:s.cta.label}),s.cta&&u.jsx(de,{name:"ArrowUpRight",size:14})]});return u.jsx("div",{className:"rail-footer-row plan-row","data-testid":"plan-card",children:s.cta?u.jsx("a",{className:"rail-plan-card",href:s.cta.href,target:"_blank",rel:"noreferrer","data-testid":"plan-upgrade",children:t}):u.jsx("div",{className:"rail-plan-card",children:t})})}function gc({testid:s,icon:t,label:n,checked:a,onPick:l}){return u.jsxs("button",{type:"button",role:"menuitemradio","aria-checked":a,"data-testid":s,className:"session-dropdown-item menu-choice"+(a?" is-checked":""),onClick:l,children:[u.jsx("span",{className:"session-item-icon",children:u.jsx(de,{name:t,size:13})}),u.jsx("span",{className:"session-item-copy",children:u.jsx("span",{className:"session-item-title",children:n})}),u.jsx("span",{className:"menu-choice-mark","aria-hidden":"true",children:a&&u.jsx(de,{name:"Check",size:13})})]})}function L3({authenticated:s,organizationName:t,telemetryOptIn:n,productAnalyticsOptIn:a,consentSource:l,consentEnvReason:d,onToggleTelemetry:p,onToggleProductAnalytics:c,rollingSummary:h,onToggleRollingSummary:v,onStartAuth:S,onDisconnect:f}){const[x,E]=P.useState(!1),[A,C]=P.useState({status:"idle"}),y=l==="env-forced-off",b=y?!1:n,_=y?!1:a,m=async()=>{const j=!n;E(!0);try{await p(j),Ic("consent.changed",{optIn:j})}finally{E(!1)}},k=async()=>{const j=!a;E(!0);try{await c(j),Ic("consent.changed",{productAnalytics:j})}finally{E(!1)}},R=async()=>{E(!0);try{await v(!h)}finally{E(!1)}},D=async()=>{C({status:"pending"});try{await S()}catch(j){const T=j instanceof Error?j.message:"Could not start sign-in. Try again.";C({status:"error",message:T})}};return s&&A.status==="pending"&&C({status:"idle"}),u.jsxs(u.Fragment,{children:[u.jsx("div",{className:"settings-identity",children:s?t??"Signed in":"Not signed in"}),!s&&u.jsx("div",{className:"settings-auth-row",children:A.status==="pending"?u.jsxs("span",{className:"settings-auth-pending","data-testid":"settings-auth-pending",children:[u.jsx(de,{name:"Loader",size:13}),"Opening browser… waiting for sign-in"]}):u.jsxs(u.Fragment,{children:[u.jsx("button",{type:"button",className:"btn-primary settings-connect-btn","data-testid":"settings-connect-btn",onClick:()=>void D(),children:"Connect account"}),A.status==="error"&&u.jsx("p",{className:"settings-note settings-auth-error","data-testid":"settings-auth-error",children:A.message})]})}),pp(),u.jsxs("label",{className:"settings-toggle-row",children:[u.jsx("span",{children:"Share session details with Sapiom"}),u.jsx("button",{type:"button",role:"switch","aria-checked":b,"data-testid":"telemetry-toggle",className:"toggle-switch"+(b?" is-on":""),disabled:x||y,onClick:()=>void m(),children:u.jsx("span",{className:"toggle-knob"})})]}),u.jsxs("p",{className:"settings-note",children:["Help us optimize your experience: with this on, your prompts, tool calls, and session lifecycle events are shared with Sapiom so we can see where Agent Studio gets in your way. Off by default. Always written locally to ",u.jsx("code",{children:rk.events})," either way."]}),u.jsxs("label",{className:"settings-toggle-row",children:[u.jsx("span",{children:"Product analytics (clicks & usage)"}),u.jsx("button",{type:"button",role:"switch","aria-checked":_,"data-testid":"product-analytics-toggle",className:"toggle-switch"+(_?" is-on":""),disabled:x||y,onClick:()=>void k(),children:u.jsx("span",{className:"toggle-knob"})})]}),u.jsx("p",{className:"settings-note",children:"Anonymous-by-default usage: which buttons and screens you use, and how you move through the Agent Studio. No prompt text, no file contents, and never a screen recording. On by default; turn it off here anytime."}),y&&u.jsxs("p",{className:"settings-note settings-env-note","data-testid":"telemetry-env-note",children:["All telemetry is turned off by ",d?`$${d}`:"an environment variable",". Unset it and restart the Agent Studio server to manage consent here."]}),u.jsxs("label",{className:"settings-toggle-row",children:[u.jsx("span",{children:"Summarize sessions in the background"}),u.jsx("button",{type:"button",role:"switch","aria-checked":h,"data-testid":"rolling-summary-toggle",className:"toggle-switch"+(h?" is-on":""),disabled:x,onClick:()=>void R(),children:u.jsx("span",{className:"toggle-knob"})})]}),u.jsxs("p",{className:"settings-note",children:["Off by default, because it uses tokens you didn’t ask to use: every 10 turns, and once at the end, a cheap one-shot coding-agent pass folds the session into a short summary. Continuing a session the coding agent can no longer reattach to then explains what the work was"," ",u.jsx("em",{children:"for"}),", not just what it last did. With this off, continuing still works — it carries the last few turns instead."]})]})}function c0({workflow:s,isFocused:t,onFocus:n}){const a=xa(s),l=a==="ready",d=a==="ready"?"Deployed to Sapiom with a ready build.":a==="building"?"Cloud build in progress.":a==="failed"?"Cloud build failed.":a==="linked"?"Linked to Sapiom; no ready build confirmed.":"Draft. Not deployed to Sapiom yet.";return u.jsx("div",{className:"workflow-item"+(t?" is-focused":""),"data-testid":`workflow-${s.name}`,children:u.jsxs("button",{className:"tree-row workflow-item-trigger",onClick:()=>n(s.path),"aria-pressed":t,"data-tooltip":t?"Focused agent":"Focus this agent",children:[u.jsx("span",{className:"tree-row-label",children:s.name}),u.jsx("span",{className:"workflow-status","data-deployed":l,"data-deployment-state":a,"data-testid":`workflow-status-${s.name}`,title:d,children:u.jsx(de,{name:l?"Cloud":"CloudOff",size:13})})]})})}const zd=s=>s.split("/").filter(Boolean).pop()??s,O3=(s,t)=>s===t||s.startsWith(`${t}/`),xf=s=>(t,n)=>s==="name"?t.name.localeCompare(n.name):t.path.localeCompare(n.path);function B3(s,t,n="workspace",a="recent",l=[]){return n==="deployment"?H3(s,a):I3(s,t,a,l)}function H3(s,t){const n=xf(t),a=(d,p,c)=>({cwd:`deployment:${p}`,label:d,isDirectory:!1,agents:s.filter(c).sort(n).map(h=>({workflow:h})),bareSessions:[]});return{workspaces:[a("Deployed","live",d=>d.definitionId!=null),a("Draft","draft",d=>d.definitionId==null)].filter(d=>d.agents.length>0),orphanAgents:[]}}function I3(s,t,n,a){const l=t.filter(E=>E.status!=="exited"),d=new Set(s),p=new Map;for(const E of t){const A=p.get(E.cwd);(!A||E.createdAt>A)&&p.set(E.cwd,E.createdAt)}const c=new Set([...p.keys(),...a]),h=(E,A)=>{const C=a.indexOf(E),y=a.indexOf(A);return C>=0&&y>=0?C-y:C>=0||y>=0?C>=0?-1:1:(p.get(A)??"").localeCompare(p.get(E)??"")},v=Array.from(c).sort((E,A)=>n==="name"?zd(E).localeCompare(zd(A))||E.localeCompare(A):h(E,A)||E.localeCompare(A)),S=E=>{let A=null;for(const C of v)O3(E,C)&&(A===null||C.length>A.length)&&(A=C);return A},f=[];for(const E of v){const A=s.filter(y=>d.has(y)&&S(y.path)===E).sort(xf(n)).map(y=>(d.delete(y),{workflow:y})),C=l.filter(y=>y.boundWorkflowPath==null&&S(y.cwd)===E).sort((y,b)=>b.createdAt.localeCompare(y.createdAt)||y.id.localeCompare(b.id));A.length===0&&C.length===0||f.push({cwd:E,label:zd(E),isDirectory:!0,agents:A,bareSessions:C})}const x=Array.from(d).sort(xf(n)).map(E=>({workflow:E}));return{workspaces:f,orphanAgents:x}}const z3=typeof navigator<"u"&&navigator.platform.toUpperCase().includes("MAC"),$3=z3?"⌘K":"Ctrl+K";function P3({label:s,cwd:t,isDirectory:n=!0,collapsed:a,onToggleCollapsed:l,onCopyPath:d}){return u.jsxs("div",{className:"workspace-row","data-testid":`workspace-group-${s}`,children:[u.jsxs("button",{className:"workspace-row-main",onClick:l,title:n?t:s,"aria-expanded":!a,children:[n&&u.jsx(de,{name:a?"Folder":"FolderOpen",size:13}),u.jsx("span",{className:"tree-row-label",children:s}),u.jsx("span",{className:"workspace-caret"+(a?"":" is-open"),"aria-hidden":"true",children:u.jsx(de,{name:"ChevronDown",size:13})})]}),n&&u.jsx("button",{className:"workspace-row-action","aria-label":`Copy path for ${s}`,"data-tooltip":"Copy path",onClick:()=>d(t),children:u.jsx(de,{name:"Copy",size:13})})]})}function U3({label:s,cwd:t,sessionId:n,isFocused:a,onFocus:l,onScaffold:d,onCopyPath:p}){return u.jsxs("div",{className:"workspace-row"+(a?" is-selected":""),"data-testid":`workspace-group-${s}`,children:[u.jsxs("button",{className:"workspace-row-main","data-testid":`workspace-focus-${s}`,"aria-label":`Focus ${s}`,"aria-pressed":a,"data-tooltip":"Folder with sessions, no agent yet. Focus to work in it.",onClick:()=>l(t),children:[u.jsx(de,{name:"Folder",size:13}),u.jsx("span",{className:"tree-row-label",children:s})]}),u.jsx("button",{className:"workspace-row-action","data-testid":`workspace-scaffold-${s}`,"aria-label":`Scaffold an agent in ${s}`,"data-tooltip":"Scaffold an agent here",onClick:()=>d(n),children:u.jsx(de,{name:"Sparkles",size:13})}),u.jsx("button",{className:"workspace-row-action","aria-label":`Copy path for ${s}`,"data-tooltip":"Copy path",onClick:()=>p(t),children:u.jsx(de,{name:"Copy",size:13})})]})}function u0({testid:s,harness:t,title:n,meta:a,cwd:l,resumeMode:d,isSelected:p,onOpen:c}){const h=d==="agent-resume"?"true":d==="rehydrate"?"false":"unknown";return u.jsxs("button",{"data-testid":s,className:"session-dropdown-item"+(p?" is-selected":""),"data-resumable":h,title:l,onClick:c,children:[u.jsx("span",{className:"session-item-icon",children:u.jsx(wp,{kind:t,size:13})}),u.jsxs("span",{className:"session-item-copy",children:[u.jsx("span",{className:"session-item-title",children:n}),u.jsx("span",{className:"session-item-meta",children:a})]})]})}function F3({width:s,minWidth:t,workflows:n,sessions:a,activeSessionId:l,focusedAgentPath:d,onFocusAgent:p,onOpenPalette:c,onConnect:h,onCollapse:v,onSelectSession:S,overviewSelected:f,onSelectOverview:x,onNewSession:E,onReviewSummary:A,history:C,historyLoading:y,onOpenHistory:b,recentDirs:_,launchDir:m,listDir:k,onCreateSession:R,listHarnesses:D,onScaffoldSession:j,onScaffoldInSession:T,projectRoot:M,onSaveProjectRoot:I,onBrowseTemplates:F,templatesActive:G,onScanWorkflows:U,onToast:X,telemetryOptIn:Z,productAnalyticsOptIn:q,rollingSummary:W,consentSource:Q,consentEnvReason:O,authenticated:H,organizationName:L,onToggleTelemetry:B,onToggleProductAnalytics:V,onToggleRollingSummary:te,onStartAuth:ue,onDisconnect:fe,settingsOpen:K,onSetSettingsOpen:$}){const[ce,re]=P.useState(!1),ye=P.useRef(null),Ce=P.useRef(null),[Fe,ze]=P.useState(!1),[Ge,He]=P.useState(!1),[Ne,Qt]=P.useState(()=>Pi().railGrouping??"workspace"),[Ie,cs]=P.useState(()=>Pi().railSort??"recent"),ht=ke=>{Qt(ke),mn({railGrouping:ke}),He(!1)},us=ke=>{cs(ke),mn({railSort:ke}),He(!1)},yt=P.useRef(null),st=P.useCallback(()=>{ze(!1),He(!1)},[]),[Lt,Oe]=P.useState(()=>new Set(Pi().collapsedCwds??[])),Je=ke=>{Oe(Ze=>{const vs=new Set(Ze);return vs.has(ke)?vs.delete(ke):vs.add(ke),vs})};P.useEffect(()=>{mn({collapsedCwds:Array.from(Lt)})},[Lt]);const At=a.filter(ke=>ke.status==="exited"),Wt=()=>{const ke=!Fe;if(He(!1),ze(ke),ke){const Ze=Uy(a,_,l);Ze.length>0&&b(Ze)}},Ct=new Set(a.map(ke=>ke.id)),ws=new Set(a.map(ke=>ke.agentSessionId).filter(ke=>ke!=null)),at=C.filter(ke=>!(ke.harnessSessionId!=null&&Ct.has(ke.harnessSessionId))&&!ws.has(ke.agentSessionId)),ns=[...At.map(ke=>({kind:"exited",at:ke.lastActiveAt,session:ke})),...at.map(ke=>({kind:"summary",at:ke.lastActiveAt,summary:ke}))].sort((ke,Ze)=>Ze.at.localeCompare(ke.at)),Gt=new Map(C.map(ke=>[ke.agentSessionId,ke])),{workspaces:Et,orphanAgents:vt}=B3(n,a,Ne,Ie,_),Ni=Et.length===0&&vt.length===0,Rt=ke=>{var Ze;(Ze=navigator.clipboard)==null||Ze.writeText(ke).then(()=>X("Path copied.")).catch(()=>X("Couldn't copy the path."))};return u.jsxs("aside",{ref:Ce,className:"rail rail-workflows",style:{width:s,minWidth:t},children:[u.jsx(j3,{onCollapse:v}),u.jsxs("nav",{className:"rail-nav","aria-label":"Primary",children:[u.jsxs("button",{type:"button",className:"rail-nav-cta"+(Ni?" is-empty":""),"data-testid":"rail-create-new","aria-label":"Create a new agent",onClick:()=>{ze(!1),E()},children:[u.jsx(de,{name:"Plus",size:14}),u.jsx("span",{children:"Create new"})]}),u.jsxs("button",{type:"button",className:"rail-nav-row","data-testid":"palette-trigger","aria-label":"Search sessions, agents, and paths",onClick:c,children:[u.jsx(de,{name:"Search",size:14}),u.jsx("span",{children:"Search"}),u.jsx("span",{className:"rail-nav-kbd",children:$3})]}),u.jsxs("button",{type:"button",className:"rail-nav-row"+(G?" is-selected":""),"data-testid":"rail-templates","aria-current":G?"page":void 0,onClick:F,children:[u.jsx(de,{name:"LayoutTemplate",size:14}),u.jsx("span",{children:"Templates"})]}),u.jsxs("button",{type:"button",ref:ye,className:"rail-nav-row","data-testid":"add-existing-agents","aria-haspopup":"dialog","aria-expanded":ce,onClick:()=>{ze(!1),re(!0)},children:[u.jsx(de,{name:"FolderPlus",size:14}),u.jsx("span",{children:"Add existing agents"})]})]}),u.jsxs("div",{className:"rail-header",children:[u.jsx(de,{name:"Folder",size:14}),u.jsx("span",{className:"rail-header-label",children:"Workspaces"}),u.jsx("div",{className:"rail-header-actions",children:u.jsx("button",{ref:yt,className:"theme-toggle rail-header-btn","data-testid":"history-trigger","aria-label":"Workspace options","aria-haspopup":"menu","aria-expanded":Fe,"data-tooltip":"Grouping, sorting and past sessions",onClick:Wt,children:u.jsx(de,{name:"MoreHorizontal",size:14})})})]}),u.jsxs("div",{className:"rail-tree",children:[u.jsx(Yn,{open:Fe,anchorRef:yt,onDismiss:st,placement:"right-start",besideRef:Ce,noClip:!0,className:"menu-flyer",testid:"history-menu",children:u.jsxs("div",{className:"menu-flyer-track",children:[u.jsxs("div",{className:"connect-card history-card",children:[u.jsxs("div",{className:"connect-card-header",children:[u.jsx("span",{children:"Workspaces"}),u.jsx("button",{className:"theme-toggle connect-card-close",onClick:st,"aria-label":"Close",title:"Close",children:u.jsx(de,{name:"X",size:13})})]}),u.jsxs("div",{className:"connect-card-body",role:"menu",children:[u.jsxs("div",{className:"menu-choice-group",onMouseEnter:()=>He(!1),children:[u.jsx("div",{className:"session-dropdown-section",children:"Group by"}),u.jsx(gc,{testid:"group-workspace",icon:"FolderOpen",label:"Workspace",checked:Ne==="workspace",onPick:()=>ht("workspace")}),u.jsx(gc,{testid:"group-deployment",icon:"Cloud",label:"Deployment",checked:Ne==="deployment",onPick:()=>ht("deployment")}),u.jsx("div",{className:"session-dropdown-section",children:"Sort"}),u.jsx(gc,{testid:"sort-recent",icon:"History",label:"Recent activity",checked:Ie==="recent",onPick:()=>us("recent")}),u.jsx(gc,{testid:"sort-name",icon:"ArrowDown",label:"Name",checked:Ie==="name",onPick:()=>us("name")})]}),u.jsxs("button",{type:"button",className:"session-dropdown-item nested-trigger"+(Ge?" is-open":""),"data-testid":"past-sessions-trigger","aria-haspopup":"menu","aria-expanded":Ge,onMouseEnter:()=>He(!0),onClick:()=>He(ke=>!ke),children:[u.jsx("span",{className:"session-item-icon",children:u.jsx(de,{name:"History",size:13})}),u.jsx("span",{className:"session-item-copy",children:u.jsx("span",{className:"session-item-title",children:"Past sessions"})}),At.length>0&&u.jsx("span",{className:"session-history-badge","data-testid":"session-history-badge",children:At.length}),u.jsx(de,{name:"ChevronRight",size:13})]})]})]}),Ge&&u.jsxs(u.Fragment,{children:[u.jsx("div",{className:"menu-flyer-bridge","aria-hidden":"true"}),u.jsxs("div",{className:"connect-card menu-flyer-nested",children:[u.jsxs("div",{className:"connect-card-header",children:[u.jsx("span",{children:"Past sessions"}),u.jsx("button",{className:"theme-toggle connect-card-close",onClick:()=>He(!1),"aria-label":"Back",title:"Back",children:u.jsx(de,{name:"X",size:13})})]}),u.jsxs("div",{className:"connect-card-body past-sessions-list","data-testid":"past-sessions-card",children:[ns.map(ke=>{if(ke.kind==="exited"){const Ze=ke.session.agentSessionId==null?void 0:Gt.get(ke.session.agentSessionId),vs=ke.session.agentSessionId==null?"rehydrate":Ze==null?void 0:Ze.resumeMode;return u.jsx(u0,{testid:`exited-session-${ke.session.id}`,harness:ke.session.harness,title:ke.session.title,meta:Sf({...ke.session,gitBranch:Ze==null?void 0:Ze.gitBranch,turnCount:Ze==null?void 0:Ze.turnCount,messageCount:Ze==null?void 0:Ze.messageCount},void 0,{includeHarness:!1,state:qm({resumeMode:vs,turnCount:Ze==null?void 0:Ze.turnCount})}),cwd:ke.session.cwd,resumeMode:vs,isSelected:ke.session.id===l,onOpen:()=>{S(ke.session.id),st()}},ke.session.id)}return u.jsx(u0,{testid:`history-${ke.summary.agentSessionId}`,harness:ke.summary.harness,title:ke.summary.title,meta:Sf(ke.summary,void 0,{includeHarness:!1,state:qm(ke.summary)}),cwd:ke.summary.cwd,resumeMode:ke.summary.resumeMode,isSelected:!1,onOpen:()=>{A(ke.summary),st()}},ke.summary.agentSessionId)}),y&&u.jsx("div",{className:"session-dropdown-empty",children:"Loading…"}),!y&&ns.length===0&&u.jsx("div",{className:"session-dropdown-empty",children:"No past sessions yet"})]})]})]})]})}),u.jsxs("div",{className:"rail-list",children:[Et.length===0&&vt.length===0&&u.jsx(Di,{className:"rail-empty",icon:"Folder",title:"No agents yet",body:"Open a workspace folder to start a session, or add one. Agents (sapiom.json) appear here automatically."}),Et.map(ke=>{const Ze=Lt.has(ke.cwd);if(ke.agents.length===0&&ke.bareSessions.length>0){const qt=ke.bareSessions[0];return u.jsx("div",{className:"workspace-group",children:u.jsx(U3,{label:ke.label,cwd:ke.cwd,sessionId:qt.id,isFocused:ke.cwd===d,onFocus:p,onScaffold:T,onCopyPath:Rt})},ke.cwd)}return u.jsxs("div",{className:"workspace-group",children:[u.jsx(P3,{label:ke.label,cwd:ke.cwd,isDirectory:ke.isDirectory,collapsed:Ze,onToggleCollapsed:()=>Je(ke.cwd),onCopyPath:Rt}),!Ze&&ke.agents.map(qt=>u.jsx(c0,{workflow:qt.workflow,isFocused:qt.workflow.path===d,onFocus:p},qt.workflow.path))]},ke.cwd)}),vt.length>0&&u.jsxs("div",{className:"workspace-group",children:[u.jsx("div",{className:"workspace-row",children:u.jsxs("div",{className:"workspace-row-main workspace-row-static","data-tooltip":"Agents that live outside any session folder. Focus one to start a session in its own folder.",children:[u.jsx(de,{name:"Folder",size:13}),u.jsx("span",{className:"tree-row-label",children:"No workspace"})]})}),vt.map(ke=>u.jsx(c0,{workflow:ke.workflow,isFocused:ke.workflow.path===d,onFocus:p},ke.workflow.path))]})]})]}),u.jsxs("div",{className:"rail-footer",children:[u.jsx(N3,{plan:null}),u.jsx(q3,{onToast:X,authenticated:H,organizationName:L,telemetryOptIn:Z,productAnalyticsOptIn:q,rollingSummary:W,consentSource:Q,consentEnvReason:O,onToggleTelemetry:B,onToggleProductAnalytics:V,onToggleRollingSummary:te,onStartAuth:ue,onDisconnect:fe,settingsOpen:K,onSetSettingsOpen:$,overviewSelected:f,onSelectOverview:x})]}),ce&&u.jsx(t1,{recentDirs:_,launchDir:m,projectRoot:M,listDir:k,onClose:()=>re(!1),onConnect:h,onScan:U,triggerRef:ye})]})}function q3({authenticated:s,organizationName:t,telemetryOptIn:n,productAnalyticsOptIn:a,rollingSummary:l,consentSource:d,consentEnvReason:p,onToggleTelemetry:c,onToggleProductAnalytics:h,onToggleRollingSummary:v,onStartAuth:S,onDisconnect:f,settingsOpen:x,onSetSettingsOpen:E,overviewSelected:A,onSelectOverview:C,onToast:y}){const[b,_]=P.useState(!1),[m,k]=P.useState({status:"idle"}),R=P.useRef(null),D=P.useCallback(()=>_(!1),[]),j=P.useCallback(()=>E(!1),[E]),T=pp(),M=m.status==="pending",I=bp(),[F,G]=P.useState(!1),U=async()=>{if(!(!I||F)){G(!0),D();try{y(Wk(await I.checkForUpdates()).text)}catch{y("Couldn't check for updates.")}finally{G(!1)}}};s&&m.status==="pending"&&k({status:"idle"});const X=M?"Connecting…":s?t??"Signed in":"Not signed in",Z=M?"opening browser":s?"Sapiom account":"connect to get started",q=(t??"S").charAt(0).toUpperCase(),W=async()=>{D(),k({status:"pending"});try{await S()}catch(Q){const O=Q instanceof Error?Q.message:"Could not start sign-in. Try again.";k({status:"error",message:O})}};return u.jsxs("div",{className:"rail-footer-row rail-profile-wrap",children:[u.jsxs("button",{ref:R,className:"rail-profile","data-testid":"brand-identity","aria-haspopup":"menu","aria-expanded":b,title:"Account",onClick:()=>{const Q=!b;_(Q),Q&&j()},children:[u.jsx("span",{className:"rail-profile-avatar","aria-hidden":"true",children:q}),u.jsxs("span",{className:"rail-profile-copy",children:[u.jsx("span",{className:"rail-profile-name",children:X}),u.jsxs("span",{className:"rail-profile-meta",children:[u.jsx("span",{className:"identity-dot","data-authenticated":s,"data-pending":M}),Z]})]}),u.jsx(de,{name:"ChevronDown",size:14})]}),u.jsx(Yn,{open:x,anchorRef:R,onDismiss:j,placement:"up-start",matchWidth:!0,className:"settings-popover",testid:"settings-popover",children:u.jsx(L3,{authenticated:s,organizationName:t,telemetryOptIn:n,productAnalyticsOptIn:a,rollingSummary:l,consentSource:d,consentEnvReason:p,onToggleTelemetry:c,onToggleProductAnalytics:h,onToggleRollingSummary:v,onStartAuth:S,onDisconnect:f})}),u.jsxs(Yn,{open:b,anchorRef:R,onDismiss:D,placement:"up-start",matchWidth:!0,className:"profile-menu",role:"menu",testid:"profile-menu",children:[u.jsxs("button",{role:"menuitem",className:"profile-menu-item"+(A?" is-selected":""),"data-testid":"rail-overview",onClick:()=>{C(),D()},children:[u.jsx(de,{name:"Info",size:13}),"Overview"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"profile-open-dashboard",onClick:()=>{window.open(Oy,"_blank","noopener,noreferrer"),D()},children:[u.jsx(de,{name:"ExternalLink",size:13}),"Open Sapiom dashboard"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"settings-trigger",onClick:()=>{E(!0),D()},children:[u.jsx(de,{name:"Settings",size:13}),"Settings"]}),I&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"profile-check-updates",disabled:F,onClick:()=>void U(),children:[u.jsx(de,{name:F?"Loader":"RefreshCw",size:13}),F?"Checking…":"Check for updates",I.appVersion&&u.jsxs("span",{className:"profile-menu-version","data-testid":"app-version",children:["v",I.appVersion]})]}),!s&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"profile-connect-account",disabled:M,onClick:()=>void W(),children:[u.jsx(de,{name:"Plug",size:13}),M?"Connecting…":"Connect account"]}),s&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"profile-disconnect-account",onClick:()=>{f(),D()},children:[u.jsx(de,{name:"LogOut",size:13}),"Disconnect"]}),T,m.status==="error"&&u.jsx("p",{className:"profile-menu-auth-error","data-testid":"profile-auth-error",children:m.message})]})]})}const W3=new Set([401,403]);function G3(s){return s?s.networkError===!0||s.status===void 0:!1}function V3(s){return(s==null?void 0:s.status)!==void 0&&W3.has(s.status)}function Y3(s){const{online:t,error:n}=s;return!t||G3(n)?"offline":V3(n)?"auth":n?"error":"online"}function h0(){return typeof navigator>"u"?!0:navigator.onLine!==!1}function K3(){const[s,t]=P.useState(h0);return P.useEffect(()=>{const n=()=>t(h0());return window.addEventListener("online",n),window.addEventListener("offline",n),n(),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",n)}},[]),s}function d0(s,t){return s!=null&&s.workflowPath===t}function X3(s=typeof window>"u"?"":window.location.search){const t=new URLSearchParams(s),n=t.get("agent");if(n){const l=t.get("agentSlug");return{kind:"agent",definitionId:n,...l?{slug:l}:{}}}const a=t.get("template");if(a){const l=t.get("templateSlug");return{kind:"template",templateId:a,...l?{slug:l}:{}}}return null}function J3({agentLabel:s,onCancel:t,onConfirm:n}){const a=P.useRef(null);return sl(!0,{onDismiss:t,containerRef:a}),u.jsx("div",{className:"modal-backdrop",onClick:t,children:u.jsxs("div",{ref:a,className:"modal modal-confirm",role:"alertdialog","aria-label":"Clone agent","data-testid":"clone-agent-confirm",onClick:l=>l.stopPropagation(),children:[u.jsxs("div",{className:"modal-header",children:["Clone this agent?",u.jsx("button",{className:"theme-toggle modal-close","aria-label":"Close",title:"Close",onClick:t,children:u.jsx(de,{name:"X",size:14})})]}),u.jsx("div",{className:"modal-body",children:u.jsxs("p",{className:"modal-copy",children:[s," isn’t on this machine yet. Cloning checks it out locally — a git clone and npm install the coding agent runs — then opens it here."]})}),u.jsxs("div",{className:"modal-actions",children:[u.jsx("button",{className:"btn-ghost",autoFocus:!0,onClick:t,children:"Cancel"}),u.jsx("button",{className:"btn-primary","data-testid":"clone-agent-confirm-btn",onClick:n,children:"Clone locally"})]})]})})}var le=typeof window<"u"?window:void 0,Is=typeof globalThis<"u"?globalThis:le,Fs=Is==null?void 0:Is.navigator,Ae=Is==null?void 0:Is.document,ps=Is==null?void 0:Is.location,xp=Is==null?void 0:Is.fetch,Cf=Is!=null&&Is.XMLHttpRequest&&"withCredentials"in new Is.XMLHttpRequest?Is.XMLHttpRequest:void 0,f0=Is==null?void 0:Is.AbortController,Z3=Is==null?void 0:Is.CompressionStream,Qs=Fs==null?void 0:Fs.userAgent;function s1(){return!(!le||le.navigator.onLine===!1)}var xo=typeof globalThis<"u"?globalThis:le;xo&&typeof self>"u"&&(xo.self=xo),xo&&typeof File>"u"&&(xo.File=function(){});var $e=le??{},Tt={DEBUG:!1,LIB_VERSION:"0.3.1",LIB_NAME:"browser-common"};function p0(s,t,n,a,l,d,p){try{var c=s[d](p),h=c.value}catch(v){return void n(v)}c.done?t(h):Promise.resolve(h).then(a,l)}function Xt(s){return function(){var t=this,n=arguments;return new Promise((function(a,l){var d=s.apply(t,n);function p(h){p0(d,a,l,p,c,"next",h)}function c(h){p0(d,a,l,p,c,"throw",h)}p(void 0)}))}}function we(){return we=Object.assign?Object.assign.bind():function(s){for(var t=1;arguments.length>t;t++){var n=arguments[t];for(var a in n)({}).hasOwnProperty.call(n,a)&&(s[a]=n[a])}return s},we.apply(null,arguments)}function i1(s,t){if(s==null)return{};var n={};for(var a in s)if({}.hasOwnProperty.call(s,a)){if(t.indexOf(a)!==-1)continue;n[a]=s[a]}return n}var v0=s=>{if(typeof s!="string")return s;try{return JSON.parse(s)}catch{return s}};function g0(s){return typeof s=="string"||s}function _0(s){return typeof s=="string"?s:void 0}var Co,Q3=["$feature_flag","$feature_flag_response","$feature_flag_has_experiment","$feature_flag_id","$feature_flag_version","$feature_flag_reason","$feature_flag_request_id","$feature_flag_evaluated_at","$feature_flag_error","locally_evaluated","$groups","$process_person_profile","$geoip_disable","$current_url","$pathname","$session_id","$window_id","$lib","$lib_version","$device_id","$is_server"],dn=(function(s){return s.AnonymousId="anonymous_id",s.DistinctId="distinct_id",s.Props="props",s.EnablePersonProcessing="enable_person_processing",s.PersonMode="person_mode",s.FeatureFlagDetails="feature_flag_details",s.FeatureFlags="feature_flags",s.FeatureFlagPayloads="feature_flag_payloads",s.BootstrapFeatureFlagDetails="bootstrap_feature_flag_details",s.BootstrapFeatureFlags="bootstrap_feature_flags",s.BootstrapFeatureFlagPayloads="bootstrap_feature_flag_payloads",s.OverrideFeatureFlags="override_feature_flags",s.Queue="queue",s.AiQueue="ai_queue",s.LogsQueue="logs_queue",s.OptedOut="opted_out",s.SessionId="session_id",s.SessionStartTimestamp="session_start_timestamp",s.SessionLastTimestamp="session_timestamp",s.PersonProperties="person_properties",s.GroupProperties="group_properties",s.InstalledAppBuild="installed_app_build",s.InstalledAppVersion="installed_app_version",s.SessionReplay="session_replay",s.SessionReplayEventTriggerActivatedSession="session_replay_event_trigger_activated_session",s.SurveyLastSeenDate="survey_last_seen_date",s.SurveysSeen="surveys_seen",s.Surveys="surveys",s.RemoteConfig="remote_config",s.FlagsEndpointWasHit="flags_endpoint_was_hit",s.DeviceId="device_id",s})({}),m0=(function(s){return s.GZipJS="gzip-js",s.Base64="base64",s})({}),e4=["$snapshot","$pageview","$pageleave","$set","survey dismissed","survey sent","survey shown","$identify","$groupidentify","$create_alias","$$client_ingestion_warning","$web_experiment_applied","$feature_enrollment_update","$feature_flag_called"],t4=["token"],n1="NativeGzipValidationError",Ef=s=>s.length>=2&&s[0]===31&&s[1]===139,y0=(s,t)=>s===m0.GZipJS||t===m0.GZipJS||t==="gzip",b0=s=>!(!s||typeof s!="object")&&("name"in s?String(s.name):"")==="NotReadableError",_c=s=>{var t=new Error("Native gzip produced invalid output: "+s);throw t.name=n1,t},s4=(function(){var s=Xt((function*(t,n){18>t.size&&_c("too-short");var a=new Uint8Array(yield t.slice(0,10).arrayBuffer());Ef(a)&&a[2]===8||_c("invalid-header");var l=new DataView(yield t.slice(t.size-8).arrayBuffer());l.getUint32(0,!0)!==(p=>{for(var c=(()=>{if(Co)return Co;Co=[];for(var S=0;256>S;S++){for(var f=S,x=0;8>x;x++)f=1&f?3988292384^f>>>1:f>>>1;Co[S]=f>>>0}return Co})(),h=4294967295,v=0;p.length>v;v++)h=c[255&(h^p[v])]^h>>>8;return(4294967295^h)>>>0})(n)&&_c("invalid-crc");var d=n.length>>>0;l.getUint32(4,!0)!==d&&_c("invalid-size")}));return function(t,n){return s.apply(this,arguments)}})();function kf(){return kf=Xt((function*(s,t,n){t===void 0&&(t=!0);try{var a=new TextEncoder().encode(s),l=new globalThis.CompressionStream("gzip"),d=l.writable.getWriter(),p=d.write(a).then((()=>d.close())).catch((function(){var v=Xt((function*(S){try{yield d.abort(S)}catch{}throw S}));return function(S){return v.apply(this,arguments)}})()),c=new Response(l.readable).blob(),h=(yield Promise.all([c,p]))[0];return yield s4(h,a),h}catch(v){if(n!=null&&n.rethrow)throw v;return t&&console.error("Failed to gzip compress data",v),null}})),kf.apply(this,arguments)}var i4=["amazonbot","amazonproductbot","app.hypefactors.com","applebot","archive.org_bot","awariobot","backlinksextendedbot","baiduspider","bingbot","bingpreview","chrome-lighthouse","dataforseobot","deepscan","duckduckbot","facebookexternal","facebookcatalog","http://yandex.com/bots","hubspot","ia_archiver","leikibot","linkedinbot","meta-externalagent","mj12bot","msnbot","nessus","petalbot","pinterest","prerender","rogerbot","screaming frog","sebot-wa","sitebulb","slackbot","slurp","trendictionbot","turnitin","twitterbot","vercel-screenshot","vercelbot","yahoo! slurp","yandexbot","zoombot","bot.htm","bot.php","(bot;","bot/","crawler","ahrefsbot","ahrefssiteaudit","semrushbot","siteauditbot","splitsignalbot","gptbot","oai-searchbot","chatgpt-user","perplexitybot","better uptime bot","sentryuptimebot","uptimerobot","headlesschrome","cypress","google-hoteladsverifier","adsbot-google","apis-google","duplexweb-google","feedfetcher-google","google favicon","google web preview","google-read-aloud","googlebot","googleother","google-cloudvertexbot","googleweblight","mediapartners-google","storebot-google","google-inspectiontool","bytespider"],S0=function(s,t){if(t===void 0&&(t=[]),!s)return!1;var n=s.toLowerCase();return i4.concat(t).some((a=>{var l=a.toLowerCase();return n.indexOf(l)!==-1}))};function Ye(s,t){return s.indexOf(t)!==-1}var vu=function(s){return s.trim()},Tf=function(s){return s.replace(/^\$/,"")};function r1(s){var t,n=[];return(t=JSON.stringify(s,(function(a,l){if(typeof l=="bigint")return l.toString();if(typeof l!="function"&&typeof l!="symbol"){if(l instanceof Error)return{name:l.name,message:l.message,stack:l.stack};if(l&&typeof l=="object"){for(;n.length>0&&n[n.length-1]!==this;)n.pop();if(n.includes(l))return"[Circular]";n.push(l)}return l}})))!==null&&t!==void 0?t:"null"}var a1=Object.prototype,o1=a1.hasOwnProperty,gu=a1.toString,Xe=Array.isArray||function(s){return gu.call(s)==="[object Array]"},li=s=>typeof s=="function",Kt=s=>s===Object(s)&&!Xe(s),Wn=s=>{if(Kt(s)){for(var t in s)if(o1.call(s,t))return!1;return!0}return!1},Ee=s=>s===void 0,zt=s=>gu.call(s)=="[object String]",Af=s=>zt(s)&&s.trim().length===0,qs=s=>s===null,et=s=>Ee(s)||qs(s),Ls=s=>gu.call(s)=="[object Number]"&&s==s,un=s=>Ls(s)&&s>0,ji=s=>gu.call(s)==="[object Boolean]",n4=s=>s instanceof FormData,r4=s=>Ye(e4,s),a4=s=>Ye(t4,s);function l1(s){return s===null||typeof s!="object"}function $c(s,t){return{}.toString.call(s)==="[object "+t+"]"}function Cp(s){return typeof Event<"u"&&(function(t,n){try{return t instanceof n}catch{return!1}})(s,Event)}var o4=[!0,"true",1,"1","yes"],$d=s=>Ye(o4,s),l4=[!1,"false",0,"0","no"];function Ui(s,t,n,a,l){return t>n&&(a.warn("min cannot be greater than max."),t=n),Ls(s)?s>n?(a.warn(" cannot be greater than max: "+n+". Using max value instead."),n):t>s?(a.warn(" cannot be less than min: "+t+". Using min value instead."),t):s:(a.warn(" must be a number. using max or fallback. max: "+n+", fallback: "+l),Ui(l||n,t,n,a))}class c4{constructor(t){this.tt={},this.et=t.et,this.rt=Ui(t.bucketSize,0,100,t.it),this.nt=Ui(t.refillRate,0,this.rt,t.it),this.st=Ui(t.refillInterval,0,864e5,t.it)}ot(t,n){var a=Math.floor((n-t.lastAccess)/this.st);a>0&&(t.tokens=Math.min(t.tokens+a*this.nt,this.rt),t.lastAccess=t.lastAccess+a*this.st)}consumeRateLimit(t){var n,a=Date.now(),l=String(t),d=this.tt[l];return d?this.ot(d,a):this.tt[l]=d={tokens:this.rt,lastAccess:a},d.tokens===0||(d.tokens--,d.tokens===0&&((n=this.et)==null||n.call(this,t)),d.tokens===0)}stop(){this.tt={}}}var ui="Mobile",Pc="iOS",_n="Android",Ca="Tablet",c1=_n+" "+Ca,u1="iPad",h1="Apple",d1=h1+" Watch",zo="Safari",Ea="BlackBerry",f1="Samsung",p1=f1+"Browser",v1=f1+" Internet",kr="Chrome",u4=kr+" OS",g1=kr+" "+Pc,Ep="Internet Explorer",_1=Ep+" "+ui,kp="Opera",h4=kp+" Mini",Tp="Edge",m1="Microsoft "+Tp,ba="Firefox",y1=ba+" "+Pc,Yo="Nintendo",Ko="PlayStation",Sa="Xbox",b1=_n+" "+ui,S1=ui+" "+zo,No="Windows",Rf=No+" Phone",w0="Nokia",Mf="Ouya",w1="Generic",d4=w1+" "+ui.toLowerCase(),x1=w1+" "+Ca.toLowerCase(),Df="Konqueror",C1="Oculus Browser",Uc="Vivaldi",E1="Yandex",Fc="Whale",jf="DuckDuckGo",k1="Pale Moon",qc="Waterfox",$o="Brave",T1="Google Search App",ss="(\\d+(\\.\\d+)?)",Pd=new RegExp("Version/"+ss),f4=new RegExp(Sa,"i"),p4=new RegExp(Ko+" \\w+","i"),v4=new RegExp(Yo+" \\w+","i"),Ap=new RegExp(Ea+"|PlayBook|BB10","i"),g4={"NT3.51":"NT 3.11","NT4.0":"NT 4.0","5.0":"2000",5.1:"XP",5.2:"XP","6.0":"Vista",6.1:"7",6.2:"8",6.3:"8.1",6.4:"10","10.0":"10"},A1=function(s,t,n,a){t=t||"";var l=(function(d){return d!=null&&d.brave?$o:null})(n);return l||(a!=null&&a.detectGoogleSearchApp&&Ye(s,"GSA/")?T1:Ye(s," OPR/")&&Ye(s,"Mini")?h4:Ye(s," OPR/")?kp:Ap.test(s)?Ea:Ye(s,"IE"+ui)||Ye(s,"WPDesktop")?_1:Ye(s,"OculusBrowser")?C1:Ye(s,p1)?v1:Ye(s,Tp)||Ye(s,"Edg/")?m1:Ye(s,Uc+"/")?Uc:Ye(s,"YaBrowser/")?E1:Ye(s,Fc+"/")?Fc:Ye(s,jf+"/")||Ye(s,"Ddg/")?jf:Ye(s,"FBIOS")?"Facebook "+ui:Ye(s,"UCWEB")||Ye(s,"UCBrowser")?"UC Browser":Ye(s,"CriOS")?g1:Ye(s,"CrMo")||Ye(s,kr)?kr:Ye(s,_n)&&Ye(s,zo)?b1:Ye(s,"FxiOS")?y1:Ye(s.toLowerCase(),Df.toLowerCase())?Df:Ye(s,$o+"/")?$o:((d,p)=>p&&Ye(p,h1)||(function(c){return Ye(c,zo)&&!Ye(c,kr)&&!Ye(c,_n)})(d))(s,t)?Ye(s,ui)?S1:zo:Ye(s,"PaleMoon/")?k1:Ye(s,qc+"/")?qc:Ye(s,ba)?ba:Ye(s,"MSIE")||Ye(s,"Trident/")?Ep:Ye(s,"Gecko")?ba:"")},_4={[_1]:[new RegExp("rv:"+ss)],[m1]:[new RegExp(Tp+"?\\/"+ss)],[kr]:[new RegExp("("+kr+"|CrMo)\\/"+ss)],[g1]:[new RegExp("CriOS\\/"+ss)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+ss)],[zo]:[Pd],[S1]:[Pd],[kp]:[new RegExp("(Opera|OPR)\\/"+ss)],[ba]:[new RegExp(ba+"\\/"+ss)],[y1]:[new RegExp("FxiOS\\/"+ss)],[Df]:[new RegExp("Konqueror[:/]?"+ss,"i")],[Ea]:[new RegExp(Ea+" "+ss),Pd],[b1]:[new RegExp("android\\s"+ss,"i")],[v1]:[new RegExp(p1+"\\/"+ss)],[C1]:[new RegExp("OculusBrowser\\/"+ss)],[Uc]:[new RegExp(Uc+"\\/"+ss)],[E1]:[new RegExp("YaBrowser\\/"+ss)],[Fc]:[new RegExp(Fc+"\\/"+ss)],[$o]:[new RegExp($o+"\\/"+ss)],[jf]:[new RegExp("(DuckDuckGo|Ddg)\\/"+ss)],[k1]:[new RegExp("PaleMoon\\/"+ss)],[qc]:[new RegExp(qc+"\\/"+ss)],[T1]:[new RegExp("GSA\\/"+ss)],[Ep]:[new RegExp("(rv:|MSIE )"+ss)],Mozilla:[new RegExp("rv:"+ss)]},m4=function(s,t,n,a){var l=A1(s,t,n,a),d=_4[l];if(Ee(d))return null;for(var p=0;d.length>p;p++){var c=s.match(d[p]);if(c)return parseFloat(c[c.length-2])}return null},x0=[[new RegExp(Sa+"; "+Sa+" (.*?)[);]","i"),s=>[Sa,s&&s[1]||""]],[new RegExp(Yo,"i"),[Yo,""]],[new RegExp(Ko,"i"),[Ko,""]],[Ap,[Ea,""]],[new RegExp(No,"i"),(s,t)=>{if(/Phone/.test(t)||/WPDesktop/.test(t))return[Rf,""];if(new RegExp(ui).test(t)&&!/IEMobile\b/.test(t))return[No+" "+ui,""];var n=/Windows NT ([0-9.]+)/i.exec(t);if(n&&n[1]){var a=g4[n[1]]||"";return/arm/i.test(t)&&(a="RT"),[No,a]}return[No,""]}],[/((iPhone|iPad|iPod).*?OS (\d+)_(\d+)_?(\d+)?|iPhone)/,s=>s&&s[3]?[Pc,[s[3],s[4],s[5]||"0"].join(".")]:[Pc,""]],[/(watch.*\/(\d+\.\d+\.\d+)|watch os,(\d+\.\d+),)/i,s=>{var t="";return s&&s.length>=3&&(t=Ee(s[2])?s[3]:s[2]),["watchOS",t]}],[new RegExp("("+_n+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+_n+")","i"),s=>s&&s[2]?[_n,[s[2],s[3],s[4]||"0"].join(".")]:[_n,""]],[/Mac OS X (\d+)[_.](\d+)[_.]?(\d+)?/i,s=>{var t=["Mac OS X",""];return s&&s[1]&&(t[1]=[s[1],s[2],s[3]||"0"].join(".")),t}],[/Mac/i,["Mac OS X",""]],[/CrOS/,[u4,""]],[/Linux|debian/i,["Linux",""]]],C0=function(s){return v4.test(s)?Yo:p4.test(s)?Ko:f4.test(s)?Sa:new RegExp(Mf,"i").test(s)?Mf:new RegExp("("+Rf+"|WPDesktop)","i").test(s)?Rf:/iPad/.test(s)?u1:/iPod/.test(s)?"iPod Touch":/iPhone/.test(s)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(s)?d1:Ap.test(s)?Ea:/(kobo)\s(ereader|touch)/i.test(s)?"Kobo":new RegExp(w0,"i").test(s)?w0:/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i.test(s)||/(kf[a-z]+)( bui|\)).+silk\//i.test(s)?"Kindle Fire":/(Android|ZTE)/i.test(s)?new RegExp(ui).test(s)&&!/(9138B|TB782B|Nexus [97]|pixel c|HUAWEISHT|BTV|noble nook|smart ultra 6)/i.test(s)||/pixel[\daxl ]{1,6}/i.test(s)&&!/pixel c/i.test(s)||/(huaweimed-al00|tah-|APA|SM-G92|i980|zte|U304AA)/i.test(s)||/lmy47v/i.test(s)&&!/QTAQZ3/i.test(s)?_n:c1:new RegExp("(pda|"+ui+")","i").test(s)?d4:new RegExp(Ca,"i").test(s)&&!new RegExp(Ca+" pc","i").test(s)?x1:""},y4=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function E0(s,t){return typeof(n=s)=="string"&&y4.test(n)?s:t();var n}function Kn(s){return s&&s.split("#")[0]}function Dc(s,t){var n=setTimeout(s,t);return n!=null&&n.unref&&(n==null||n.unref()),n}var b4=s=>s instanceof Error,R1={trace:{text:"TRACE",number:1},debug:{text:"DEBUG",number:5},info:{text:"INFO",number:9},warn:{text:"WARN",number:13},error:{text:"ERROR",number:17},fatal:{text:"FATAL",number:21}},S4=R1.info;function M1(s){if(ji(s))return{boolValue:s};if(typeof s=="number")return Number.isFinite(s)?Number.isInteger(s)?{intValue:s}:{doubleValue:s}:{stringValue:String(s)};if(typeof s=="string")return{stringValue:s};if(Xe(s))return{arrayValue:{values:s.map((t=>M1(t)))}};try{return{stringValue:JSON.stringify(s)}}catch{return{stringValue:String(s)}}}function Wc(s){var t=[];for(var n in s){var a=s[n];qs(a)||Ee(a)||t.push({key:n,value:M1(a)})}return t}function w4(s,t){var n=R1[s.level||"info"]||S4,a=n.text,l=n.number,d=String(Date.now())+"000000",p={};t.distinctId&&(p.posthogDistinctId=t.distinctId),t.sessionId&&(p.sessionId=t.sessionId),t.windowId&&(p["window.id"]=t.windowId),et(t.sessionStartTimestamp)||(p.sessionStartTimestamp=String(t.sessionStartTimestamp)),et(t.lastActivityTimestamp)||(p.lastActivityTimestamp=String(t.lastActivityTimestamp)),t.currentUrl&&(p["url.full"]=t.currentUrl),t.screenName&&(p["screen.name"]=t.screenName),t.appState&&(p["app.state"]=t.appState),t.activeFeatureFlags&&t.activeFeatureFlags.length>0&&(p.feature_flags=t.activeFeatureFlags);var c=we({},p,s.attributes||{}),h={timeUnixNano:d,observedTimeUnixNano:d,severityNumber:l,severityText:a,body:{stringValue:s.body},attributes:Wc(c)};return s.trace_id&&(h.traceId=s.trace_id),s.span_id&&(h.spanId=s.span_id),Ee(s.trace_flags)||(h.flags=s.trace_flags),h}function D1(s,t,n){return we({},s.resourceAttributes,{"service.name":s.serviceName||"unknown_service"},s.environment&&{"deployment.environment":s.environment},s.serviceVersion&&{"service.version":s.serviceVersion},{"telemetry.sdk.name":t,"telemetry.sdk.version":n})}function j1(s,t,n,a){return{resourceLogs:[{resource:{attributes:Wc(t)},scopeLogs:[{scope:{name:n,version:a},logRecords:s}]}]}}let x4=class{constructor(s,t,n,a,l,d,p){var c;d===void 0&&(d=()=>Promise.resolve()),this._instance=s,this.Te=t,this.it=n,this.ut=a,this.ht=l,this.dt=d,this.ct=p,this.vt=null,this.ft=0,this.yt=0,this.bt=0,this._t=0,this.wt=!1,this.xt=t.maxBufferSize,this.kt=Math.max((c=t.maxQueueSize)!==null&&c!==void 0?c:t.maxBufferSize,t.maxBufferSize),this.St=t.flushIntervalMs,this.Ct=t.maxBatchRecordsPerPost,this.Mt=t.rateCapWindowMs,this.It=t.maxLogsPerInterval}reset(){this.Tt(),this.vt=null,this.bt=0,this._t=0,this.wt=!1,this.ft=0,this.yt=0,this.Ct=this.Te.maxBatchRecordsPerPost}onReconnect(){this.yt=0,this.Et()}captureLog(s){if(!this._instance.isDisabled&&!this._instance.optedOut&&s!=null&&s.body){var t=this.Rt(s);if(t!==null)if(t.body){if(this.Pt()){var n={record:w4(t,this.ut())};this.ht((()=>this.Ot(n)))}}else this.it.info("Log was rejected in beforeSend function")}}Rt(s){var t=this.Te.beforeSend;if(!t)return s;var n=Xe(t)?t:[t],a=s;for(var l of n)try{var d=l(a);if(!d)return this.it.info("Log was rejected in beforeSend function"),null;a=d}catch(p){return this.it.error("Error in beforeSend function for log:",p),null}return a}Pt(){if(this.It===void 0)return!0;var s=Date.now(),t=s-this.bt;return this.Mt>t&&t>=0||(this.bt=s,this._t=0,this.wt=!1),this.It>this._t?(this._t++,!0):(this.wt||(this.it.warn("captureLog dropping logs: exceeded "+this.It+" logs per "+this.Mt+"ms"),this.wt=!0),!1)}flush(){var s=this;return Xt((function*(){if(!s._instance.isDisabled)return s.vt||(s.vt=s.Ft().finally((()=>{s.vt=null}))),s.vt}))()}Ft(){var s=this;return Xt((function*(){var t;s.Tt();var n=(t=s._instance.getPersistedProperty(dn.LogsQueue))!==null&&t!==void 0?t:[];if(n.length!==0)for(var a=n.length,l=0;n.length>0&&a>l;){var d,p;s.ft=0;var c=Math.min(n.length,s.Ct),h=n.slice(0,c),v=j1(h.map((f=>f.record)),s.At(),(d=s.ct)!==null&&d!==void 0?d:s._instance.getLibraryId(),s._instance.getLibraryVersion()),S=yield s._instance.$t(v);if(S.kind==="too-large"&&h.length>1)s.Ct=Math.max(1,Math.floor(h.length/2)),s.it.warn("Received 413 when sending logs batch of size "+h.length+", reducing batch size to "+s.Ct);else if(S.kind==="retry-later"||(S.kind==="too-large"?s.it.warn("Dropping a single log record after 413 with batch size 1 — the record is larger than the server cap and cannot be split further."):S.kind==="ok"&&s.Te.maxBatchRecordsPerPost>s.Ct&&(s.Ct=Math.min(s.Te.maxBatchRecordsPerPost,s.Ct+1)),yield s.Lt(h.length),n=(p=s._instance.getPersistedProperty(dn.LogsQueue))!==null&&p!==void 0?p:[],l+=h.length,S.kind==="fatal"))throw S.error}}))()}Lt(s){var t=this;return Xt((function*(){var n,a=Math.max(0,s-t.ft),l=(n=t._instance.getPersistedProperty(dn.LogsQueue))!==null&&n!==void 0?n:[];t._instance.setPersistedProperty(dn.LogsQueue,l.slice(a)),yield t.dt()}))()}At(){return D1(this.Te,this._instance.getLibraryId(),this._instance.getLibraryVersion())}Ot(s){var t;if(!this._instance.optedOut){var n=(t=this._instance.getPersistedProperty(dn.LogsQueue))!==null&&t!==void 0?t:[];this.kt>n.length||(n.shift(),this.ft++,this.it.info("Logs queue is full, dropping oldest record.")),n.push(s),this._instance.setPersistedProperty(dn.LogsQueue,n),this.xt>n.length?this.Dt():this.Et()}}Dt(s){s===void 0&&(s=this.St),this.Nt||(this.Nt=Dc((()=>{this.Nt=void 0,this.Et()}),s))}qt(){var s=Math.min(Math.max(0,this.yt-1),6);return this.St*Math.pow(2,s)}jt(){var s=this._instance.getPersistedProperty(dn.LogsQueue);return!!s&&s.length>0}shutdown(s){var t=this;return Xt((function*(){t.Tt();var n=t.flush().catch((()=>{}));s!==void 0?yield Promise.race([n,new Promise((a=>Dc(a,s)))]):yield n}))()}flushWithTimeout(s){var t=this;return Xt((function*(){var n=!1,a=t.flush(),l=new Promise((d=>Dc((()=>{n=!0,d()}),s)));try{yield Promise.race([a,l])}finally{n&&a.catch((()=>{}))}}))()}Et(){this.flush().then((()=>{this.yt=0}),(s=>{this.yt++,this.it.error("PostHog logs flush failed:",s)})).finally((()=>{!this._instance.isDisabled&&this.jt()&&this.Dt(this.qt())}))}Tt(){this.Nt&&(clearTimeout(this.Nt),this.Nt=void 0)}};var Ud=[0,5,10,25,50,75,100,250,500,750,1e3,2500,5e3,7500,1e4];function k0(s){return String(s)+"000000"}function T0(s,t,n,a){var l="";return a&&(l=Object.keys(a).sort().map((d=>JSON.stringify(d)+":"+JSON.stringify(a[d]))).join(",")),s+"\0"+t+"\0"+(n??"")+"\0"+l}let C4=class{constructor(s,t,n){this._instance=s,this.Te=t,this.it=n,this.Bt=new Map,this.vt=null,this.Ht=!1,this.Ut=new Map,this.zt=new Set,this.Vt=0}count(s,t,n){t===void 0&&(t=1),this.Wt({name:s,type:"count",value:t,unit:n==null?void 0:n.unit,attributes:n==null?void 0:n.attributes})}gauge(s,t,n){this.Wt({name:s,type:"gauge",value:t,unit:n==null?void 0:n.unit,attributes:n==null?void 0:n.attributes})}histogram(s,t,n){this.Wt({name:s,type:"histogram",value:t,unit:n==null?void 0:n.unit,attributes:n==null?void 0:n.attributes})}flush(){var s=this,t=this.vt,n=(function(){var l=Xt((function*(){t&&(yield t.catch((()=>{}))),yield s.Zt()}));return function(){return l.apply(this,arguments)}})(),a=n().finally((()=>{this.vt===a&&(this.vt=null)}));return this.vt=a,a}drainWindow(){if(this.Bt.size===0)return null;var s=this.Bt;return this.Bt=new Map,this.Ht=!1,this.Ut=new Map,this.zt=new Set,this.Gt(s)}reset(){this.Vt++,this.Tt(),this.Bt=new Map,this.vt=null,this.Ht=!1,this.Ut=new Map,this.zt=new Set}Wt(s){if(!this._instance.isDisabled&&!this._instance.optedOut){var t=this.Rt(s);if(t!==null)if(t.name&&typeof t.name=="string")if(typeof t.value=="number"&&Number.isFinite(t.value))if(t.type==="count"&&0>t.value)this.it.warn("Dropping count '"+t.name+"': counters are monotonic, value must be >= 0");else{var n,a;try{n=t.attributes?we({},t.attributes):void 0,a=T0(t.type,t.name,t.unit,n)}catch(p){return void this.it.warn("Dropping metric '"+t.name+"': attributes could not be serialized",p)}var l=this.Bt.get(a);if(!l){if(!this.Qt())return;l={name:t.name,type:t.type,unit:t.unit,attributes:n,windowStartMs:Date.now()},this.Bt.set(a,l)}var d=this.Ut.get(t.name);d===void 0?this.Ut.set(t.name,t.type):d===t.type||this.zt.has(t.name)||(this.zt.add(t.name),this.it.warn("Metric name '"+t.name+"' is already used as a "+d+"; recording it as a "+t.type+" too will blend both series in charts. Use a distinct name.")),this.Jt(l,t.value),this.Dt()}else this.it.warn("Dropping metric '"+t.name+"': value must be a finite number");else this.it.warn("Dropping metric with empty name")}}Qt(){return this.Te.maxSeriesPerFlush>this.Bt.size||(this.Ht||(this.Ht=!0,this.it.warn("Metric series cap reached ("+this.Te.maxSeriesPerFlush+" per flush window); dropping new series until the next flush. Reduce attribute cardinality.")),!1)}Jt(s,t){var n;switch(s.type){case"count":s.total=((n=s.total)!==null&&n!==void 0?n:0)+t;break;case"gauge":s.last=t;break;case"histogram":s.hist||(s.hist={count:0,sum:0,min:t,max:t,bucketCounts:new Array(Ud.length+1).fill(0)});var a=s.hist;a.count+=1,a.sum+=t,a.min=Math.min(a.min,t),a.max=Math.max(a.max,t),a.bucketCounts[(function(l,d){for(var p=0;d.length>p;p++)if(d[p]>=l)return p;return d.length})(t,Ud)]+=1}}Rt(s){var t=this.Te.beforeSend;if(!t)return s;var n=Xe(t)?t:[t],a=s;for(var l of n)try{var d=l(a);if(!d)return this.it.info("Metric was rejected in beforeSend function"),null;a=d}catch(p){return this.it.error("Error in beforeSend function for metric:",p),null}return a}Dt(){this.Nt||(this.Nt=Dc((()=>{this.Nt=void 0,this.flush().catch((s=>{this.it.error("Metrics flush failed:",s)}))}),this.Te.flushIntervalMs))}Tt(){this.Nt&&(clearTimeout(this.Nt),this.Nt=void 0)}Zt(){var s=this;return Xt((function*(){if(s.Bt.size!==0){var t=s.Bt;s.Bt=new Map,s.Ht=!1,s.Ut=new Map,s.zt=new Set;var n=s.Vt,a=yield s._instance.Kt(s.Gt(t));if(n===s.Vt)switch(a.kind){case"ok":return;case"retry-later":return s.Yt(t),void s.Dt();case"too-large":return void s.it.warn("Metrics batch exceeded the server size limit and was dropped");case"fatal":return void s.it.error("Failed to send metrics batch:",a.error)}}}))()}Gt(s){return t=this.Xt(s),n=(function(d,p,c){return we({},d.resourceAttributes,{"service.name":d.serviceName||"unknown_service"},d.environment&&{"deployment.environment":d.environment},d.serviceVersion&&{"service.version":d.serviceVersion},{"telemetry.sdk.name":p,"telemetry.sdk.version":c})})(this.Te,this._instance.getLibraryId(),this._instance.getLibraryVersion()),a=this._instance.getLibraryId(),l=this._instance.getLibraryVersion(),{resourceMetrics:[{resource:{attributes:Wc(n)},scopeMetrics:[{scope:{name:a,version:l},metrics:t}]}]};var t,n,a,l}Xt(s){var t=k0(Date.now()),n=new Map;for(var a of s.values()){var l,d=T0(a.type,a.name,a.unit,void 0),p=n.get(d);p||(p=we({name:a.name},a.unit&&{unit:a.unit}),a.type==="count"?p.sum={aggregationTemporality:1,isMonotonic:!0,dataPoints:[]}:a.type==="gauge"?p.gauge={dataPoints:[]}:p.histogram={aggregationTemporality:1,dataPoints:[]},n.set(d,p));var c=Wc((l=a.attributes)!==null&&l!==void 0?l:{}),h=k0(a.windowStartMs);if(a.type==="count"){var v,S={attributes:c,startTimeUnixNano:h,timeUnixNano:t,asDouble:(v=a.total)!==null&&v!==void 0?v:0};p.sum.dataPoints.push(S)}else if(a.type==="gauge"){var f,x={attributes:c,timeUnixNano:t,asDouble:(f=a.last)!==null&&f!==void 0?f:0};p.gauge.dataPoints.push(x)}else a.hist&&p.histogram.dataPoints.push({attributes:c,startTimeUnixNano:h,timeUnixNano:t,count:a.hist.count,sum:a.hist.sum,min:a.hist.min,max:a.hist.max,bucketCounts:a.hist.bucketCounts,explicitBounds:Ud})}return Array.from(n.values())}Yt(s){var t,n;for(var a of s){var l=a[0],d=a[1],p=this.Bt.get(l);if(p)switch(p.windowStartMs=Math.min(p.windowStartMs,d.windowStartMs),p.type){case"count":p.total=((t=p.total)!==null&&t!==void 0?t:0)+((n=d.total)!==null&&n!==void 0?n:0);break;case"gauge":break;case"histogram":if(d.hist)if(p.hist){p.hist.count+=d.hist.count,p.hist.sum+=d.hist.sum,p.hist.min=Math.min(p.hist.min,d.hist.min),p.hist.max=Math.max(p.hist.max,d.hist.max);for(var c=0;p.hist.bucketCounts.length>c;c++)p.hist.bucketCounts[c]+=d.hist.bucketCounts[c]}else p.hist=d.hist}else this.Qt()&&this.Bt.set(l,d)}}};var mc,A0,Fd;function E4(s){var t=globalThis._posthogChunkIds;if(t){var n=Object.keys(t);return Fd&&n.length===A0||(A0=n.length,Fd=n.reduce(((a,l)=>{mc||(mc={});var d=mc[l];if(d)a[d[0]]=d[1];else for(var p=s(l),c=p.length-1;c>=0;c--){var h=p[c],v=h==null?void 0:h.filename,S=t[l];if(v&&S){a[v]=S,mc[l]=[v,S];break}}return a}),{})),Fd}}class k4{constructor(t,n,a){a===void 0&&(a=[]),this.coercers=t,this.stackParser=n,this.modifiers=a}buildFromUnknown(t,n){n===void 0&&(n={});var a=n&&n.mechanism||{handled:!0,type:"generic"},l=this.buildCoercingContext(a,n,0).apply(t),d=this.buildParsingContext(n),p=this.parseStacktrace(l,d);return{$exception_list:this.convertToExceptionList(p,a),$exception_level:"error"}}modifyFrames(t){var n=this;return Xt((function*(){for(var a of t)a.stacktrace&&a.stacktrace.frames&&Xe(a.stacktrace.frames)&&(a.stacktrace.frames=yield n.applyModifiers(a.stacktrace.frames));return t}))()}coerceFallback(t){var n;return{type:"Error",value:"Unknown error",stack:(n=t.syntheticException)==null?void 0:n.stack,synthetic:!0}}parseStacktrace(t,n){var a,l;return t.cause!=null&&(a=this.parseStacktrace(t.cause,n)),t.stack!=""&&t.stack!=null&&(l=this.applyChunkIds(this.stackParser(t.stack,t.synthetic?n.skipFirstLines:0),n.chunkIdMap)),we({},t,{cause:a,stack:l})}applyChunkIds(t,n){return t.map((a=>(a.filename&&n&&(a.chunk_id=n[a.filename]),a)))}applyCoercers(t,n){for(var a of this.coercers)if(a.match(t))return a.coerce(t,n);return this.coerceFallback(n)}applyModifiers(t){var n=this;return Xt((function*(){var a=t;for(var l of n.modifiers)a=yield l(a);return a}))()}convertToExceptionList(t,n){var a,l,d,p={type:t.type,value:t.value,mechanism:{type:(a=n.type)!==null&&a!==void 0?a:"generic",handled:(l=n.handled)===null||l===void 0||l,synthetic:(d=t.synthetic)!==null&&d!==void 0&&d}};t.stack&&(p.stacktrace={type:"raw",frames:t.stack});var c=[p];return t.cause!=null&&c.push(...this.convertToExceptionList(t.cause,we({},n,{handled:!0}))),c}buildParsingContext(t){var n;return{chunkIdMap:E4(this.stackParser),skipFirstLines:(n=t.skipFirstLines)!==null&&n!==void 0?n:1}}buildCoercingContext(t,n,a){a===void 0&&(a=0);var l=(d,p)=>{if(4>=p){var c=this.buildCoercingContext(t,n,p);return this.applyCoercers(d,c)}};return we({},n,{syntheticException:a==0?n.syntheticException:void 0,mechanism:t,apply:d=>l(d,a),next:d=>l(d,a+1)})}}var ka="?";function Nf(s,t,n,a,l){var d={platform:s,filename:t,function:n==="<anonymous>"?ka:n,in_app:!0};return Ee(a)||(d.lineno=a),Ee(l)||(d.colno=l),d}var N1=(s,t)=>{var n=s.indexOf("safari-extension")!==-1,a=s.indexOf("safari-web-extension")!==-1;return n||a?[s.indexOf("@")!==-1?s.split("@")[0]:ka,n?"safari-extension:"+t:"safari-web-extension:"+t]:[s,t]},T4=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,A4=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,R4=/\((\S*)(?::(\d+))(?::(\d+))\)/,M4=(s,t)=>{var n=T4.exec(s);if(n)return Nf(t,n[1],ka,+n[2],+n[3]);var a=A4.exec(s);if(a){if(a[2]&&a[2].indexOf("eval")===0){var l=R4.exec(a[2]);l&&(a[2]=l[1],a[3]=l[2],a[4]=l[3])}var d=N1(a[1]||ka,a[2]);return Nf(t,d[1],d[0],a[3]?+a[3]:void 0,a[4]?+a[4]:void 0)}},D4=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,j4=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,N4=(s,t)=>{var n=D4.exec(s);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var a=j4.exec(n[3]);a&&(n[1]=n[1]||"eval",n[3]=a[1],n[4]=a[2],n[5]="")}var l=n[3],d=n[1]||ka,p=N1(d,l);return Nf(t,l=p[1],d=p[0],n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}},R0=/\(error: (.*)\)/;class L4{match(t){return this.isDOMException(t)||this.isDOMError(t)}coerce(t,n){var a=zt(t.stack);return{type:this.getType(t),value:this.getValue(t),stack:a?t.stack:void 0,cause:t.cause?n.next(t.cause):void 0,synthetic:!1}}getType(t){return this.isDOMError(t)?"DOMError":"DOMException"}getValue(t){var n=t.name||(this.isDOMError(t)?"DOMError":"DOMException");return t.message?n+": "+t.message:n}isDOMException(t){return $c(t,"DOMException")}isDOMError(t){return $c(t,"DOMError")}}class O4{match(t){return(n=>n instanceof Error)(t)}coerce(t,n){return{type:this.getType(t),value:this.getMessage(t,n),stack:this.getStack(t),cause:t.cause?n.next(t.cause):void 0,synthetic:!1}}getType(t){return t.name||t.constructor.name}getMessage(t,n){var a=t.message;return String(a.error&&typeof a.error.message=="string"?a.error.message:a)}getStack(t){return t.stacktrace||t.stack||void 0}}class B4{constructor(){}match(t){return $c(t,"ErrorEvent")&&t.error!=null}coerce(t,n){var a;return n.apply(t.error)||{type:"ErrorEvent",value:t.message,stack:(a=n.syntheticException)==null?void 0:a.stack,synthetic:!0}}}var H4=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;class I4{match(t){return typeof t=="string"}coerce(t,n){var a,l=this.getInfos(t),d=l[0],p=l[1];return{type:d??"Error",value:p??t,stack:(a=n.syntheticException)==null?void 0:a.stack,synthetic:!0}}getInfos(t){var n="Error",a=t,l=t.match(H4);return l&&(n=l[1],a=l[2]),[n,a]}}var z4=["fatal","error","warning","log","info","debug"];function L1(s,t){t===void 0&&(t=40);var n=Object.keys(s);if(n.sort(),!n.length)return"[object has no keys]";for(var a=n.length;a>0;a--){var l=n.slice(0,a).join(", ");if(t>=l.length)return a===n.length?l:l.length>t?l.slice(0,t)+"...":l}return""}class $4{match(t){return typeof t=="object"&&t!==null}coerce(t,n){var a,l=this.getErrorPropertyFromObject(t);return l?n.apply(l):{type:this.getType(t),value:this.getValue(t),stack:(a=n.syntheticException)==null?void 0:a.stack,level:this.isSeverityLevel(t.level)?t.level:"error",synthetic:!0}}getType(t){return Cp(t)?t.constructor.name:"Error"}getValue(t){if("name"in t&&typeof t.name=="string"){var n="'"+t.name+"' captured as exception";return"message"in t&&typeof t.message=="string"&&(n+=" with message: '"+t.message+"'"),n}if("message"in t&&typeof t.message=="string")return t.message;var a=this.getObjectClassName(t);return(a&&a!=="Object"?"'"+a+"'":"Object")+" captured as exception with keys: "+L1(t)}isSeverityLevel(t){return zt(t)&&!Af(t)&&z4.indexOf(t)>=0}getErrorPropertyFromObject(t){for(var n in t)if({}.hasOwnProperty.call(t,n)){var a=t[n];if(b4(a))return a}}getObjectClassName(t){try{var n=Object.getPrototypeOf(t);return n?n.constructor.name:void 0}catch{return}}}class P4{match(t){return Cp(t)}coerce(t,n){var a,l=t.constructor.name;return{type:l,value:l+" captured as exception with keys: "+L1(t),stack:(a=n.syntheticException)==null?void 0:a.stack,synthetic:!0}}}class U4{match(t){return l1(t)}coerce(t,n){var a;return{type:"Error",value:"Primitive value captured as exception: "+String(t),stack:(a=n.syntheticException)==null?void 0:a.stack,synthetic:!0}}}class F4{match(t){return $c(t,"PromiseRejectionEvent")||this.isCustomEventWrappingRejection(t)}isCustomEventWrappingRejection(t){if(!Cp(t))return!1;try{var n=t.detail;return n!=null&&typeof n=="object"&&"reason"in n}catch{return!1}}coerce(t,n){var a,l=this.getUnhandledRejectionReason(t);return l1(l)?{type:"UnhandledRejection",value:"Non-Error promise rejection captured with value: "+String(l),stack:(a=n.syntheticException)==null?void 0:a.stack,synthetic:!0}:n.apply(l)}getUnhandledRejectionReason(t){try{if("reason"in t)return t.reason;if("detail"in t&&t.detail!=null&&typeof t.detail=="object"&&"reason"in t.detail)return t.detail.reason}catch{}return t}}var Gc="$message",Vc="$timestamp",q4=new Set([Gc,Vc]),qd={enabled:!0,max_bytes:32768};function Yc(s){var t;return s?{enabled:(t=s.enabled)!==null&&t!==void 0?t:qd.enabled,max_bytes:G4(s.max_bytes,qd.max_bytes)}:we({},qd)}class W4{constructor(t){this.$e=[],this.ze=0,this.Te=Yc(t)}setConfig(t){this.Te=Yc(t),this.Ze()}add(t){var n=(function(l){var d;try{d=r1(l)}catch{return}try{var p=JSON.parse(d);if(!Kt(p))return;var c=p,h=c[Gc],v=c[Vc];return!zt(h)||h.trim().length===0||!zt(v)&&!Ls(v)?void 0:{step:c,json:d}}catch{return}})(t);if(n){var a=(function(l){if(typeof TextEncoder<"u")return new TextEncoder().encode(l).length;for(var d=encodeURIComponent(l),p=0,c=0;d.length>c;c++)d[c]==="%"?(p+=1,c+=2):p+=1;return p})(n.json);a>this.Te.max_bytes||(this.$e.push({step:n.step,bytes:a}),this.ze+=a,this.Ze())}}getAttachable(){return this.$e.map((t=>t.step))}clear(){this.$e=[],this.ze=0}size(){return this.$e.length}Ze(){for(;this.ze>this.Te.max_bytes&&this.$e.length>0;){var t=this.$e.shift();t&&(this.ze-=t.bytes)}}}function G4(s,t){if(!Ls(s)||s===1/0||s===-1/0)return t;var n=Math.floor(s);return 0>n?t:n}var O1=function(s,t){var n=(t===void 0?{}:t).debugEnabled,a={k(l){if(le&&(Tt.DEBUG||le.POSTHOG_DEBUG||n)&&!Ee(le.console)&&le.console){for(var d=("__rrweb_original__"in le.console[l])?le.console[l].__rrweb_original__:le.console[l],p=arguments.length,c=new Array(p>1?p-1:0),h=1;p>h;h++)c[h-1]=arguments[h];d(s,...c)}},debug(){for(var l=arguments.length,d=new Array(l),p=0;l>p;p++)d[p]=arguments[p];a.k("debug",...d)},info(){for(var l=arguments.length,d=new Array(l),p=0;l>p;p++)d[p]=arguments[p];a.k("log",...d)},warn(){for(var l=arguments.length,d=new Array(l),p=0;l>p;p++)d[p]=arguments[p];a.k("warn",...d)},error(){for(var l=arguments.length,d=new Array(l),p=0;l>p;p++)d[p]=arguments[p];a.k("error",...d)},critical(){for(var l=arguments.length,d=new Array(l),p=0;l>p;p++)d[p]=arguments[p];console.error(s,...d)},uninitializedWarning(l){a.error("You must initialize PostHog before calling "+l)},createLogger:(l,d)=>O1(s+" "+l,d)};return a},Te=O1("[PostHog.js]"),Zt=Te.createLogger,V4=Zt("[ExternalScriptsLoader]"),Wd=(s,t,n)=>{if(s.config.disable_external_dependency_loading)return V4.warn(t+" was requested but loading of external scripts is disabled."),n("Loading of external scripts is disabled");var a=Ae==null?void 0:Ae.querySelectorAll("script");if(a){for(var l,d=function(){if(a[p].src===t){var h=a[p];return h.__posthog_loading_callback_fired?{v:n()}:(h.addEventListener("load",(v=>{h.__posthog_loading_callback_fired=!0,n(void 0,v)})),h.onerror=v=>n(v),{v:void 0})}},p=0;a.length>p;p++)if(l=d())return l.v}var c=()=>{if(!Ae)return n("document not found");var h=Ae.createElement("script");if(h.type="text/javascript",h.crossOrigin="anonymous",h.src=t,h.onload=f=>{h.__posthog_loading_callback_fired=!0,n(void 0,f)},h.onerror=f=>n(f),s.config.prepare_external_dependency_script&&(h=s.config.prepare_external_dependency_script(h)),!h)return n("prepare_external_dependency_script returned null");if(s.config.external_scripts_inject_target==="head")Ae.head.appendChild(h);else{var v,S=Ae.querySelectorAll("body > script");S.length>0?(v=S[0].parentNode)==null||v.insertBefore(h,S[0]):Ae.body.appendChild(h)}};Ae!=null&&Ae.body?c():Ae==null||Ae.addEventListener("DOMContentLoaded",c)};$e.__PosthogExtensions__=$e.__PosthogExtensions__||{},$e.__PosthogExtensions__.loadExternalDependency=(s,t,n)=>{if(t!=="remote-config"){var a;if(s.config.strict_script_versioning)a=s.requestRouter.endpointFor("assets","/static/"+s.version+"/"+t+".js");else{var l="/static/"+t+".js?v="+s.version;if(t==="toolbar"){var d=3e5;l=l+"&t="+Math.floor(Date.now()/d)*d}a=s.requestRouter.endpointFor("assets",l)}Wd(s,a,n)}else{var p=s.requestRouter.endpointFor("assets","/array/"+s.config.token+"/config.js");Wd(s,p,n)}},$e.__PosthogExtensions__.loadSiteApp=(s,t,n)=>{var a=s.requestRouter.endpointFor("api",t);Wd(s,a,n)};Tt.DEBUG=!1,Tt.LIB_VERSION="1.409.5",Tt.LIB_NAME="web";var B1="$people_distinct_id",Xo="$device_id",Gd="$device_model",Lo="__alias",Oo="__timers",Lf="$autocapture_disabled_server_side",Of="$heatmaps_enabled_server_side",Bf="$exception_capture_enabled_server_side",Hf="$error_tracking_suppression_rules",If="$error_tracking_capture_extension_exceptions",zf="$web_vitals_enabled_server_side",Rp="$dead_clicks_enabled_server_side",Mp="$product_tours_enabled_server_side",$f="$web_vitals_allowed_metrics",Er="$session_recording_remote_config",H1="$replay_sample_rate",I1="$replay_override_sampling",z1="$replay_override_linked_flag",$1="$replay_override_url_trigger",P1="$replay_override_event_trigger",va="$sesid",Dp="$session_is_sampled",xr="$enabled_feature_flags",jc="$active_feature_flags",Bo="$early_access_features",Pf="$feature_flag_details",Nc="$feature_flag_payloads",Uf="$feature_flag_request_id",Kc="$minimal_flag_called_events",hn="$override_feature_flags",da="$override_feature_flag_payloads",br="$stored_person_properties",Sr="$stored_group_properties",Ff="$surveys",Xc="$surveys_loaded_at",qf="$surveys_activated",Lc="$surveys_activated_session",Ho="ph_product_tours",Po="$flag_call_reported",Wf="$flag_call_reported_session_id",Gf="$feature_flag_errors",Jo="$feature_flag_evaluated_at",Si="$user_state",Vf="$client_session_props",Yf="$capture_rate_limit",Kf="$initial_campaign_params",Xf="$initial_referrer_info",Jc="$initial_person_info",Zc="$epp",yc="$posthog_cookieless",U1="$cookieless_mode",F1="$sdk_debug_extensions_init_method",q1="$sdk_debug_extensions_init_time_ms",W1="$sdk_debug_recording_script_not_loaded",jp="PostHog loadExternalDependency extension not found.",wr="on_reject",pn="always",la="anonymous",fr="identified",Jf="identified_only",Qc="visibilitychange",eu="beforeunload",fa="$pageview",Vd="$pageleave",Yd="$identify",M0="$groupidentify";function bc(s,t){Xe(s)&&s.forEach(t)}function $t(s,t){if(!et(s))if(Xe(s))s.forEach(t);else if(n4(s))s.forEach(((a,l)=>t(a,l)));else for(var n in s)o1.call(s,n)&&t(s[n],n)}var Ft=function(s){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;t>a;a++)n[a-1]=arguments[a];for(var l of n)for(var d in l)l[d]!==void 0&&(s[d]=l[d]);return s};function Oc(s){for(var t=Object.keys(s),n=t.length,a=new Array(n);n--;)a[n]=[t[n],s[t[n]]];return a}var D0=function(s){try{return s()}catch{return}},Y4=function(s){return function(){try{for(var t=arguments.length,n=new Array(t),a=0;t>a;a++)n[a]=arguments[a];return s.apply(this,n)}catch(l){Te.critical("Implementation error. Please turn on debug mode and open a ticket on https://app.posthog.com/home#panel=support%3Asupport%3A."),Te.critical(l)}}},Np=function(s){var t={};return $t(s,(function(n,a){(zt(n)&&n.length>0||Ls(n))&&(t[a]=n)})),t},K4=["herokuapp.com","vercel.app","netlify.app"];function X4(s){var t=s==null?void 0:s.hostname;if(!zt(t))return!1;var n=t.split(".").slice(-2).join(".");for(var a of K4)if(n===a)return!1;return!0}function is(s,t,n,a){var l=a??{},d=l.capture,p=l.passive;s==null||s.addEventListener(t,n,{capture:d!==void 0&&d,passive:p===void 0||p})}function G1(s){return s.name==="ph_toolbar_internal"}var V1=s=>{if(Ae){try{for(var t=s+"=",n=Ae.cookie.split(";").filter((d=>d.length)),a=0;n.length>a;a++){for(var l=n[a];l.charAt(0)==" ";)l=l.substring(1,l.length);if(l.indexOf(t)===0)return decodeURIComponent(l.substring(t.length,l.length))}}catch{}return null}};Math.trunc||(Math.trunc=function(s){return 0>s?Math.ceil(s):Math.floor(s)}),Number.isInteger||(Number.isInteger=function(s){return Ls(s)&&isFinite(s)&&Math.floor(s)===s});class tu{constructor(t){if(this.bytes=t,t.length!==16)throw new TypeError("not 128-bit length")}static fromFieldsV7(t,n,a,l){if(!Number.isInteger(t)||!Number.isInteger(n)||!Number.isInteger(a)||!Number.isInteger(l)||0>t||0>n||0>a||0>l||t>0xffffffffffff||n>4095||a>1073741823||l>4294967295)throw new RangeError("invalid field value");var d=new Uint8Array(16);return d[0]=t/Math.pow(2,40),d[1]=t/Math.pow(2,32),d[2]=t/Math.pow(2,24),d[3]=t/Math.pow(2,16),d[4]=t/256,d[5]=t,d[6]=112|n>>>8,d[7]=n,d[8]=128|a>>>24,d[9]=a>>>16,d[10]=a>>>8,d[11]=a,d[12]=l>>>24,d[13]=l>>>16,d[14]=l>>>8,d[15]=l,new tu(d)}toString(){for(var t="",n=0;this.bytes.length>n;n++)t=t+(this.bytes[n]>>>4).toString(16)+(15&this.bytes[n]).toString(16),n!==3&&n!==5&&n!==7&&n!==9||(t+="-");if(t.length!==36)throw new Error("Invalid UUIDv7 was generated");return t}clone(){return new tu(this.bytes.slice(0))}equals(t){return this.compareTo(t)===0}compareTo(t){for(var n=0;16>n;n++){var a=this.bytes[n]-t.bytes[n];if(a!==0)return Math.sign(a)}return 0}}class J4{generate(){var t=this.generateOrAbort();if(!Ee(t))return t;this.S=0;var n=this.generateOrAbort();if(Ee(n))throw new Error("Could not generate UUID after timestamp reset");return n}generateOrAbort(){var t=Date.now();if(t>this.S)this.S=t,this.C();else{if(this.S>=t+1e4)return;this.M++,this.M>4398046511103&&(this.S++,this.C())}return tu.fromFieldsV7(this.S,Math.trunc(this.M/Math.pow(2,30)),this.M&Math.pow(2,30)-1,this.I.nextUint32())}C(){this.M=1024*this.I.nextUint32()+(1023&this.I.nextUint32())}constructor(){this.S=0,this.M=0,this.I=new Z4}}var j0,Y1=s=>{if(typeof UUIDV7_DENY_WEAK_RNG<"u"&&UUIDV7_DENY_WEAK_RNG)throw new Error("no cryptographically strong RNG available");for(var t=0;s.length>t;t++)s[t]=65536*Math.trunc(65536*Math.random())+Math.trunc(65536*Math.random());return s};le&&!Ee(le.crypto)&&crypto.getRandomValues&&(Y1=s=>crypto.getRandomValues(s));class Z4{nextUint32(){return this.R.length>this.O||(Y1(this.R),this.O=0),this.R[this.O++]}constructor(){this.R=new Uint32Array(8),this.O=1/0}}var fn=()=>Q4().toString(),Q4=()=>(j0||(j0=new J4)).generate(),Eo="",e5=/[a-z0-9][a-z0-9-]+\.[a-z]{2,}$/i,vn={N:()=>!!Ae,P(s){Te.error("cookieStore error: "+s)},q:V1,F(s){var t;try{t=JSON.parse(vn.q(s))||{}}catch{}return t},A(s,t,n,a,l){if(!Ae)return!1;try{var d="",p="",c=(function(S,f){if(f){var x=(function(A,C){if(C===void 0&&(C=Ae),Eo)return Eo;if(!C||["localhost","127.0.0.1"].includes(A))return"";for(var y=A.split("."),b=Math.min(y.length,8),_="dmn_chk_"+fn();!Eo&&b--;){var m=y.slice(b).join("."),k=_+"=1;domain=."+m+";path=/";C.cookie=k+";max-age=3",C.cookie.includes(_)&&(C.cookie=k+";max-age=0",Eo=m)}return Eo})(S);if(!x){var E=(A=>{var C=A.match(e5);return C?C[0]:""})(S);E!==x&&Te.info("Warning: cookie subdomain discovery mismatch",E,x),x=E}return x?"; domain=."+x:""}return""})(Ae.location.hostname,a);if(n){var h=new Date;h.setTime(h.getTime()+864e5*n),d="; expires="+h.toUTCString()}l&&(p="; secure");var v=s+"="+encodeURIComponent(JSON.stringify(t))+d+"; SameSite=Lax; path=/"+c+p;return v.length>3686.4&&Te.warn("cookieStore warning: large cookie, len="+v.length),Ae.cookie=v,!0}catch{return!1}},D(s,t){if(Ae!=null&&Ae.cookie)try{vn.A(s,"",-1,t)}catch{return}}},Kd=null,Ut={N(){if(!qs(Kd))return Kd;var s=!0;if(Ee(le))s=!1;else try{var t="__mplssupport__";Ut.A(t,"xyz"),Ut.q(t)!=='"xyz"'&&(s=!1),Ut.D(t)}catch{s=!1}return s||Te.error("localStorage unsupported; falling back to cookie store"),Kd=s,s},P(s){Te.error("localStorage error: "+s)},q(s){try{return le==null?void 0:le.localStorage.getItem(s)}catch(t){Ut.P(t)}return null},F(s){try{return JSON.parse(Ut.q(s))||{}}catch{}return null},A(s,t){try{return le==null||le.localStorage.setItem(s,JSON.stringify(t)),!0}catch(n){Ut.P(n)}return!1},D(s){try{le==null||le.localStorage.removeItem(s)}catch(t){Ut.P(t)}}},t5=[Xo,"distinct_id",va,Dp,Zc,Jc,Si],Sc={},s5={N:()=>!0,P(s){Te.error("memoryStorage error: "+s)},q:s=>Sc[s]||null,F:s=>Sc[s]||null,A:(s,t)=>(Sc[s]=t,!0),D(s){delete Sc[s]}},pr=null,Ns={N(){if(!qs(pr))return pr;if(pr=!0,Ee(le))pr=!1;else try{var s="__support__";Ns.A(s,"xyz"),Ns.q(s)!=='"xyz"'&&(pr=!1),Ns.D(s)}catch{pr=!1}return pr},P(s){Te.error("sessionStorage error: ",s)},q(s){try{return le==null?void 0:le.sessionStorage.getItem(s)}catch(t){Ns.P(t)}return null},F(s){try{return JSON.parse(Ns.q(s))||null}catch{}return null},A(s,t){try{return le==null||le.sessionStorage.setItem(s,JSON.stringify(t)),!0}catch(n){Ns.P(n)}return!1},D(s){try{le==null||le.sessionStorage.removeItem(s)}catch(t){Ns.P(t)}}};class i5{constructor(t){this._instance=t}get Te(){return this._instance.config}get consent(){return this.Ge()?0:this.Qe}isOptedOut(){return this.Te.cookieless_mode===pn||this.isRejected()||this.consent===-1&&this.Te.cookieless_mode===wr}isOptedIn(){return!this.isOptedOut()}isExplicitlyOptedOut(){return this.consent===0}isRejected(){return this.consent===0||this.consent===-1&&this.Te.opt_out_capturing_by_default}optInOut(t){this.Je.A(this.Ke,t?1:0,this.Te.cookie_expiration,this.Te.cross_subdomain_cookie,this.Te.secure_cookie)}reset(){this.Je.D(this.Ke,this.Te.cross_subdomain_cookie)}get Ke(){var t=this._instance.config,n=t.token,a=t.opt_out_capturing_cookie_prefix;return t.consent_persistence_name||(a?a+n:"__ph_opt_in_out_"+n)}get Qe(){var t=this.Je.q(this.Ke);return $d(t)?1:Ye(l4,t)?0:-1}get Je(){var t=this.Te.opt_out_capturing_persistence_type,n=t==="localStorage"?Ut:vn;if(!this.Ye||this.Ye!==n){this.Ye=n;var a=t==="localStorage"?vn:Ut;a.q(this.Ke)&&(this.Ye.q(this.Ke)||this.optInOut($d(a.q(this.Ke))),a.D(this.Ke,this.Te.cross_subdomain_cookie))}return this.Ye}Ge(){return!!this.Te.respect_dnt&&[Fs==null?void 0:Fs.doNotTrack,Fs==null?void 0:Fs.msDoNotTrack,$e.doNotTrack].some((t=>$d(t)))}}function K1(s,t){var n,a=s==null||(n=s.config)==null?void 0:n.get_current_url;if(!li(a))return t;try{var l=a(t);return zt(l)&&l?l:t}catch(d){return Te.error("Error in get_current_url, falling back to window.location.href",d),t}}var X1="__POSTHOG_TOOLBAR__",n5=1,r5=3,a5=11;function N0(s){return s instanceof Element&&(s.id===X1||!(s.closest==null||!s.closest(".toolbar-global-fade-container")))}function Xn(s){return!!s&&s.nodeType===n5}function ci(s,t){return!!s&&!!s.tagName&&s.tagName.toLowerCase()===t.toLowerCase()}function J1(s){return!!s&&s.nodeType===r5}function Z1(s){return!!s&&s.nodeType===a5&&Xn(s.host)}var Q1=1e3;function Lp(s){return s?vu(s).split(/\s+/):[]}function L0(s,t){var n=(function(a){var l,d=le==null||(l=le.location)==null?void 0:l.href;return Ee(d)?void 0:K1(a,d)})(t);return!!(n&&s&&s.some((a=>n.match(a))))}function su(s){var t="";switch(typeof s.className){case"string":t=s.className;break;case"object":t=(s.className&&"baseVal"in s.className?s.className.baseVal:null)||s.getAttribute("class")||"";break;default:t=""}return Lp(t)}function eb(s){return et(s)?null:vu(s).split(/(\s+)/).filter((t=>Uo(t))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function Zo(s){var t="";return Qf(s)&&!nb(s)&&s.childNodes&&s.childNodes.length&&$t(s.childNodes,(function(n){var a;J1(n)&&n.textContent&&(t+=(a=eb(n.textContent))!==null&&a!==void 0?a:"")})),vu(t)}function Xd(s){var t;return Ee(s.target)?s.srcElement||null:(t=s.target)!=null&&t.shadowRoot?s.composedPath()[0]||null:s.target||null}var Op=["a","button","form","input","select","textarea","label"];function Zf(s,t){if(Ee(t))return!0;var n,a=function(d){if(t.some((p=>(function(c,h){var v=c.matches||c.matchesSelector||c.msMatchesSelector||c.mozMatchesSelector||c.webkitMatchesSelector||c.oMatchesSelector;try{return!!v&&v.call(c,h)}catch{return!1}})(d,p))))return{v:!0}};for(var l of s)if(n=a(l))return n.v;return!1}function tb(s){var t=s.parentNode;return!(!t||!Xn(t))&&t}var o5=[".ph-no-autocapture","[data-ph-no-autocapture]"],sb=["next","previous","prev",">","<"],l5=[...sb,"+","-","−","–"],O0=(s,t)=>/[a-z0-9]/i.test(t)?s.includes(t):s===t,B0=[".ph-no-rageclick",".ph-no-capture"],c5=["","text","search","email","password","url","tel","number"];function H0(s,t){if(!le||Bp(s))return!1;var n,a,l,d,p;if(ji(t)?(n=!!t&&B0,a=void 0,l=!1):(n=(d=t==null?void 0:t.css_selector_ignorelist)!==null&&d!==void 0?d:B0,a=t==null?void 0:t.content_ignorelist,l=(p=t==null?void 0:t.ignore_text_selection)!==null&&p!==void 0&&p),n===!1||l&&(function(h){return!(!h||!Xn(h))&&(!!ci(h,"textarea")||(ci(h,"input")?Ye(c5,(h.getAttribute("type")||"").toLowerCase()):(function(v){if(v.isContentEditable)return!0;var S=v.getAttribute==null?void 0:v.getAttribute("contenteditable");return S==="true"||S===""})(h)))})(s))return!1;var c=ib(s,!1).targetElementList;return!(function(h,v){if(h===!1||Ee(h))return!1;var S;if(h===!0)S=sb;else{if(!Xe(h))return!1;if(h.length>10)return Te.error("[PostHog] content_ignorelist array cannot exceed 10 items. Use css_selector_ignorelist for more complex matching."),!1;S=h.map((f=>f.toLowerCase()))}return v.some((f=>{var x=f.safeText,E=f.ariaLabel;return S.some((A=>O0(x,A)||O0(E,A)))}))})(a,c.map((h=>{var v;return{safeText:Zo(h).toLowerCase(),ariaLabel:((v=h.getAttribute("aria-label"))==null?void 0:v.toLowerCase().trim())||""}})))&&!Zf(c,n)}var Bp=s=>!s||ci(s,"html")||!Xn(s),ib=(s,t)=>{if(!le||Bp(s))return{parentIsUsefulElement:!1,targetElementList:[]};for(var n=!1,a=[s],l=s;l.parentNode&&!ci(l,"body");)if(Z1(l.parentNode))a.push(l.parentNode.host),l=l.parentNode.host;else{var d=tb(l);if(!d)break;if(t||Op.indexOf(d.tagName.toLowerCase())>-1)n=!0;else try{var p=le.getComputedStyle(d);p&&p.getPropertyValue("cursor")==="pointer"&&(n=!0)}catch{}a.push(d),l=d}return{parentIsUsefulElement:n,targetElementList:a}};function Qf(s){for(var t=new Set,n=0,a=s;a.parentNode&&!ci(a,"body");a=a.parentNode){if(n++>=Q1||t.has(a))return!1;t.add(a);var l=su(a);if(Ye(l,"ph-sensitive")||Ye(l,"ph-no-capture"))return!1}if(Ye(su(s),"ph-include"))return!0;var d=s.type||"";if(zt(d))switch(d.toLowerCase()){case"hidden":case"password":return!1}var p=s.name||s.id||"";return!zt(p)||!/^cc|cardnum|ccnum|creditcard|csc|cvc|cvv|exp|pass|pwd|routing|seccode|securitycode|securitynum|socialsec|socsec|ssn/i.test(p.replace(/[^a-zA-Z0-9]/g,""))}function nb(s){return!!(ci(s,"input")&&!["button","checkbox","submit","reset"].includes(s.type)||ci(s,"select")||ci(s,"textarea")||s.getAttribute("contenteditable")==="true")}var I0=new RegExp("^(?:(4[0-9]{12}(?:[0-9]{3})?)|(5[1-5][0-9]{14})|(6(?:011|5[0-9]{2})[0-9]{12})|(3[47][0-9]{13})|(3(?:0[0-5]|[68][0-9])[0-9]{11})|((?:2131|1800|35[0-9]{3})[0-9]{11}))$"),z0=/(^|[^0-9A-Za-z_])([0-9][0-9 -]*[0-9])(?=$|[^0-9A-Za-z_])/g,u5=[16,15,14,13],h5=new RegExp("^(\\d{3}-?\\d{2}-?\\d{4})$"),$0=new RegExp("(^|[^0-9])((?!000|666)[0-9]{3}-?(?!00)[0-9]{2}-?(?!0000)[0-9]{4})(?=$|([^0-9]))","g"),P0=/[0-9A-Za-z_]/;function d5(s){for(var t=0,n=!1,a=s.length-1;a>=0;a--){var l=s.charCodeAt(a)-48;n&&(l*=2)>9&&(l-=9),t+=l,n=!n}return t%10==0}function Uo(s,t){if(t===void 0&&(t=!0),et(s))return!1;if(zt(s)){s=vu(s);var n=t?I0.test((s||"").replace(/[- ]/g,"")):(function(l){var d;for(z0.lastIndex=0;d=z0.exec(l);){var p=d[2];if(p)for(var c=p.replace(/[- ]/g,""),h=0;c.length>h;h++)for(var v of u5){var S=h+v;if(c.length>=S){var f=c.slice(h,S);if(I0.test(f)&&d5(f))return!0}}}return!1})(s);if(n)return!1;var a=t?h5.test(s):(function(l){var d;for($0.lastIndex=0;d=$0.exec(l);){var p=d[1],c=d[3];if(!(p&&c&&P0.test(p)&&P0.test(c)))return!0}return!1})(s);if(a)return!1}return!0}function U0(s){var t=Zo(s);return Uo(t=(t+" "+rb(s)).trim())?t:""}function rb(s){var t="";return s&&s.childNodes&&s.childNodes.length&&$t(s.childNodes,(function(n){var a;if(n&&((a=n.tagName)==null?void 0:a.toLowerCase())==="span")try{var l=Zo(n);t=(t+" "+l).trim(),n.childNodes&&n.childNodes.length&&(t=(t+" "+rb(n)).trim())}catch(d){Te.error("[AutoCapture]",d)}})),t}function F0(s){return s.replace(/"|\\"/g,'\\"')}function f5(s){var t=s.attr__class;if(t)return Xe(t)?t:Lp(t)}var wc=Zt("[Dead Clicks]"),p5=()=>!0,v5=s=>{var t,n=!((t=s.instance.persistence)==null||!t.get_property(Rp)),a=s.instance.config.capture_dead_clicks;return ji(a)?a:!!Kt(a)||n};class q0{get lazyLoadedDeadClicksAutocapture(){return this.Xe}constructor(t,n,a){this.instance=t,this.isEnabled=n,this.onCapture=a,this.startIfEnabledOrStop()}onRemoteConfig(t){if(t.ok){var n=t.config;"captureDeadClicks"in n&&(this.instance.persistence&&this.instance.persistence.register({[Rp]:n.captureDeadClicks}),this.startIfEnabledOrStop())}}startIfEnabledOrStop(){this.isEnabled(this)?this.tr((()=>{this.er()})):this.stop()}tr(t){var n,a;(n=$e.__PosthogExtensions__)!=null&&n.initDeadClicksAutocapture?t():(a=$e.__PosthogExtensions__)==null||a.loadExternalDependency==null||a.loadExternalDependency(this.instance,"dead-clicks-autocapture",(l=>{l?wc.error("failed to load script",l):t()}))}er(){var t;if(Ae){if(!this.Xe&&(t=$e.__PosthogExtensions__)!=null&&t.initDeadClicksAutocapture){var n=Kt(this.instance.config.capture_dead_clicks)?we({},this.instance.config.capture_dead_clicks):{};n.__onCapture=this.onCapture,this.onCapture&&(n.capture_dead_swipes=!1),this.Xe=$e.__PosthogExtensions__.initDeadClicksAutocapture(this.instance,n),this.Xe.start(Ae),wc.info("starting...")}}else wc.error("`document` not found. Cannot start.")}stop(){this.Xe&&(this.Xe.stop(),this.Xe=void 0,wc.info("stopping..."))}}var Jd=Zt("[SegmentIntegration]"),ab="posthog-js";function ob(s,t){var n=t===void 0?{}:t,a=n.organization,l=n.projectId,d=n.prefix,p=n.severityAllowList,c=p===void 0?["error"]:p,h=n.sendExceptionsToPostHog,v=h===void 0||h;return S=>{var f,x,E,A,C;if(c!=="*"&&!c.includes(S.level)||!s.__loaded)return S;S.tags||(S.tags={});var y=s.requestRouter.endpointFor("ui","/project/"+s.config.token+"/person/"+s.get_distinct_id());S.tags["PostHog Person URL"]=y,s.sessionRecordingStarted()&&(S.tags["PostHog Recording URL"]=s.get_session_replay_url({withTimestamp:!0}));var b,_=((f=S.exception)==null?void 0:f.values)||[],m=_.map((R=>we({},R,{stacktrace:R.stacktrace?we({},R.stacktrace,{type:"raw",frames:(R.stacktrace.frames||[]).map((D=>we({},D,{platform:"web:javascript"})))}):void 0}))),k={$exception_message:((x=_[0])==null?void 0:x.value)||S.message,$exception_type:(E=_[0])==null?void 0:E.type,$exception_level:S.level,$exception_list:m,$sentry_event_id:S.event_id,$sentry_exception:S.exception,$sentry_exception_message:((A=_[0])==null?void 0:A.value)||S.message,$sentry_exception_type:(C=_[0])==null?void 0:C.type,$sentry_tags:S.tags};return a&&l&&(k.$sentry_url=(d||"https://sentry.io/organizations/")+a+"/issues/?project="+l+"&query="+S.event_id),v&&((b=s.exceptions)==null||b.sendExceptionEvent(k)),S}}class g5{constructor(t,n,a,l,d,p){this.name=ab,this.setupOnce=function(c){c(ob(t,{organization:n,projectId:a,prefix:l,severityAllowList:d,sendExceptionsToPostHog:p==null||p}))}}}class W0{constructor(t){this.rr=(n,a,l)=>{l&&(l.noSessionId||l.activityTimeout||l.sessionPastMaximumLength||l.crossTabAdoption)&&(Te.info("[PageViewManager] Session rotated, clearing pageview state",{sessionId:n,changeReason:l}),this.ir=void 0,this._instance.scrollManager.resetContext())},this._instance=t,this.nr()}nr(){var t;this.sr=(t=this._instance.sessionManager)==null?void 0:t.onSessionId(this.rr)}destroy(){var t;(t=this.sr)==null||t.call(this),this.sr=void 0}doPageView(t,n){var a,l=this.ar(t,n);return this.ir={pathname:(a=le==null?void 0:le.location.pathname)!==null&&a!==void 0?a:"",pageViewId:n,timestamp:t},this._instance.scrollManager.resetContext(),l}doPageLeave(t){var n;return this.ar(t,(n=this.ir)==null?void 0:n.pageViewId)}doEvent(){var t;return{$pageview_id:(t=this.ir)==null?void 0:t.pageViewId}}ar(t,n){var a=this.ir;if(!a)return{$pageview_id:n};var l={$pageview_id:n,$prev_pageview_id:a.pageViewId},d=this._instance.scrollManager.getContext();if(d&&!this._instance.config.disable_scroll_properties){var p=d.maxScrollHeight,c=d.lastScrollY,h=d.maxScrollY,v=d.maxContentHeight,S=d.lastContentY,f=d.maxContentY;if(!(Ee(p)||Ee(c)||Ee(h)||Ee(v)||Ee(S)||Ee(f))){p=Math.ceil(p),c=Math.ceil(c),h=Math.ceil(h),v=Math.ceil(v),S=Math.ceil(S),f=Math.ceil(f);var x=p>1?Ui(c/p,0,1,Te):1,E=p>1?Ui(h/p,0,1,Te):1,A=v>1?Ui(S/v,0,1,Te):1,C=v>1?Ui(f/v,0,1,Te):1;l=Ft(l,{$prev_pageview_last_scroll:c,$prev_pageview_last_scroll_percentage:x,$prev_pageview_max_scroll:h,$prev_pageview_max_scroll_percentage:E,$prev_pageview_last_content:S,$prev_pageview_last_content_percentage:A,$prev_pageview_max_content:f,$prev_pageview_max_content_percentage:C})}}return a.pathname&&(l.$prev_pageview_pathname=a.pathname),a.timestamp&&(l.$prev_pageview_duration=(t.getTime()-a.timestamp.getTime())/1e3),l}}var Zd=["flags","surveys"],_5={[B1]:{exposure:"hidden"},[Lo]:{exposure:"hidden"},__cmpns:{exposure:"hidden"},[Oo]:{exposure:"hidden"},[Lf]:{exposure:"event"},[Of]:{exposure:"hidden"},[Bf]:{exposure:"event"},[Hf]:{exposure:"hidden"},[If]:{exposure:"event"},[zf]:{exposure:"event"},[Rp]:{exposure:"event"},[Mp]:{exposure:"hidden"},[$f]:{exposure:"event"},[Er]:{exposure:"hidden"},$session_recording_enabled_server_side:{exposure:"hidden"},[va]:{exposure:"hidden"},[Dp]:{exposure:"event"},[H1]:{exposure:"event",shouldSkipFromEventProperties:s=>qs(s)},$session_past_minimum_duration:{exposure:"event"},$session_recording_url_trigger_activated_session:{exposure:"event"},$session_recording_event_trigger_activated_session:{exposure:"event"},$debug_first_full_snapshot_timestamp:{exposure:"event"},$sess_rec_flush_size:{exposure:"hidden"},[xr]:{exposure:"derived",storageGroup:"flags",shouldSkipFromEventProperties:(s,t)=>t(),transformToEventProperties(s){if(!Kt(s))return{};for(var t={},n=Object.keys(s),a=0;n.length>a;a++)t["$feature/"+n[a]]=s[n[a]];return t}},[jc]:{exposure:"event",storageGroup:"flags"},[Bo]:{exposure:"hidden"},[Pf]:{exposure:"hidden",storageGroup:"flags"},[Nc]:{exposure:"event",storageGroup:"flags"},[Uf]:{exposure:"event",storageGroup:"flags",volatile:!0},[Kc]:{exposure:"hidden",storageGroup:"flags"},[hn]:{exposure:"event"},[da]:{exposure:"hidden"},[br]:{exposure:"hidden"},[Sr]:{exposure:"hidden"},[Ff]:{exposure:"hidden",storageGroup:"surveys"},[Xc]:{exposure:"hidden",storageGroup:"surveys",volatile:!0},[qf]:{exposure:"event"},[Lc]:{exposure:"hidden"},[Ho]:{exposure:"hidden"},$product_tours_activated:{exposure:"hidden"},$product_tours_activated_session:{exposure:"hidden"},$conversations_widget_session_id:{exposure:"event"},$conversations_ticket_id:{exposure:"event"},$conversations_widget_state:{exposure:"event"},$conversations_user_traits:{exposure:"event"},[Po]:{exposure:"hidden"},[Wf]:{exposure:"hidden"},[Gf]:{exposure:"hidden"},[Jo]:{exposure:"hidden",storageGroup:"flags",volatile:!0},[Si]:{exposure:"hidden"},[Vf]:{exposure:"hidden"},[Yf]:{exposure:"hidden"},[Kf]:{exposure:"hidden"},[Xf]:{exposure:"hidden"},[Jc]:{exposure:"hidden"},[Zc]:{exposure:"hidden"},[I1]:{exposure:"event"},[z1]:{exposure:"event"},[$1]:{exposure:"event"},[P1]:{exposure:"event"},[F1]:{exposure:"event"},[q1]:{exposure:"event"},[W1]:{exposure:"event"},$sdk_debug_replay_event_trigger_status:{exposure:"event"},$sdk_debug_replay_linked_flag_trigger_status:{exposure:"event"},$sdk_debug_replay_matched_recording_trigger_groups:{exposure:"event"},$sdk_debug_replay_remote_trigger_matching_config:{exposure:"event"},$sdk_debug_replay_trigger_groups_count:{exposure:"event"},$sdk_debug_replay_url_trigger_status:{exposure:"event"},$session_recording_start_reason:{exposure:"event"}},m5=[["$posthog_sr_group_event_trigger_",{exposure:"hidden"}],["$posthog_sr_group_url_trigger_",{exposure:"hidden"}],["$posthog_sr_group_sampling_",{exposure:"hidden"}]],vr=s=>{var t=_5[s];if(t)return t;for(var n of m5){var a=n[1];if(s.indexOf(n[0])===0)return a}},ga=(s,t)=>{try{return JSON.stringify(s,((n,a)=>typeof a=="bigint"?a.toString():a),t)}catch{return r1(s)}},iu=s=>{var t=Ae==null?void 0:Ae.createElement("a");return Ee(t)?null:(t.href=s,t)},Ta=function(s,t){for(var n,a=((s.split("#")[0]||"").split(/\?(.*)/)[1]||"").replace(/^\?+/g,"").split("&"),l=0;a.length>l;l++){var d=a[l].split("=");if(d[0]===t){n=d;break}}if(!Xe(n)||2>n.length)return"";var p=n[1];try{p=decodeURIComponent(p)}catch{Te.error("Skipping decoding for malformed query param: "+p)}return p.replace(/\+/g," ")},Qo=function(s,t,n){if(!s||!t||!t.length)return s;for(var a=s.split("#"),l=a[1],d=(a[0]||"").split("?"),p=d[1],c=d[0],h=(p||"").split("&"),v=[],S=0;h.length>S;S++){var f=h[S].split("=");Xe(f)&&(t.includes(f[0])?v.push(f[0]+"="+n):v.push(h[S]))}var x=c;return p!=null&&(x+="?"+v.join("&")),l!=null&&(x+="#"+l),x},nu=function(s,t){var n=s.match(new RegExp(t+"=([^&]*)"));return n?n[1]:null},lb=(s,t)=>s>=t&&s1(),cb=(s,t,n,a)=>{if(s===0){if(s1()){var l=t+1;return l===n&&a(),l}return t}return 0},xc="https?://(.*)",Aa=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],y5=["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid",...Aa],el="<masked>",b5=["li_fat_id"];function ub(s,t,n){if(!Ae)return{};var a,l=t?[...Aa,...n||[]]:[],d=hb(Qo(Ae.URL,l,el),s),p=(a={},$t(b5,(function(c){var h=V1(c);a[c]=h||null})),a);return Ft(p,d)}function hb(s,t){var n=y5.concat(t||[]),a={};return $t(n,(function(l){var d=Ta(s,l);a[l]=d||null})),a}function db(s){var t=(function(d){return d?d.search(xc+"google.([^/?]*)")===0?"google":d.search(xc+"bing.com")===0?"bing":d.search(xc+"yahoo.com")===0?"yahoo":d.search(xc+"duckduckgo.com")===0?"duckduckgo":null:null})(s),n=t!="yahoo"?"q":"p",a={};if(!qs(t)){a.$search_engine=t;var l=Ae?Ta(Ae.referrer,n):"";l.length&&(a.ph_keyword=l)}return a}function G0(){return navigator.language||navigator.userLanguage}var ru="$direct";function fb(){return(Ae==null?void 0:Ae.referrer)||ru}function pb(s,t,n){n===void 0&&(n=!1);var a=s?[...Aa,...t||[]]:[],l=n?Kn(ps==null?void 0:ps.href):ps==null?void 0:ps.href,d=l==null?void 0:l.substring(0,1e3);return{r:fb().substring(0,1e3),u:d?Qo(d,a,el):void 0}}function vb(s,t){var n;t===void 0&&(t=!1);var a=s.r,l=s.u,d=t?Kn(l):l,p={$referrer:a,$referring_domain:a==null?void 0:a==ru?ru:(n=iu(a))==null?void 0:n.host};if(d){p.$current_url=d;var c=iu(d);p.$host=c==null?void 0:c.host,p.$pathname=c==null?void 0:c.pathname;var h=hb(d);Ft(p,h)}if(a){var v=db(a);Ft(p,v)}return p}function gb(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone}catch{return}}function S5(){try{return new Date().getTimezoneOffset()}catch{return}}var w5={flags:Jo,surveys:Xc},x5=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"],ca="main";class Qd{constructor(t,n,a){if(a===void 0&&(a=!0),this.lr={},this.ur=!1,this.hr=!1,this.Te=t,this.dr=a,this.props={},this.cr=void 0,this.vr=(d=>{var p="";return d.token&&(p=d.token.replace(/\+/g,"PL").replace(/\//g,"SL").replace(/=/g,"EQ")),d.persistence_name?"ph_"+d.persistence_name:"ph_"+p+"_posthog"})(t),this.Je=this.pr(t),this.hr=this.gr(t),this.load(),t.debug&&Te.info("Persistence loaded",t.persistence,we({},this.props)),this.update_config(t,t,n),this.save(),le){var l=()=>this.flush();is(le,"beforeunload",l,{capture:!1}),is(le,"pagehide",l,{capture:!1})}}mr(){var t,n=(t=this.Te)==null?void 0:t.persistence_save_debounce_ms;return Ls(n)&&n>0?n:0}isDisabled(){return!!this.yr}pr(t){x5.indexOf(t.persistence.toLowerCase())===-1&&(Te.critical("Unknown persistence type "+t.persistence+"; falling back to localStorage+cookie"),t.persistence="localStorage+cookie");var n,a=(function(p,c){p===void 0&&(p=[]),c===void 0&&(c=!1);var h=[...t5,...p];return we({},Ut,{F(v){try{var S={};try{S=vn.F(v)||{}}catch{}var f,x=JSON.parse(Ut.q(v)||"{}");if(c){var E={};for(var A in S){var C=S[A];qs(C)||C===""||(E[A]=C)}f=Ft(x,E)}else f=Ft(S,x);return Ut.A(v,f),f}catch{}return null},A(v,S,f,x,E,A){var C=Ut.A(v,S,void 0,void 0,A);try{var y={};h.forEach((b=>{S[b]&&(y[b]=S[b])})),Object.keys(y).length&&vn.A(v,y,f,x,E,A)}catch(b){Ut.P(b)}return C},D(v,S){try{le==null||le.localStorage.removeItem(v),vn.D(v,S)}catch(f){Ut.P(f)}}})})(t.cookie_persisted_properties||[],t.__preview_cookie_wins_on_conflict||!1),l=!1,d=t.persistence.toLowerCase();return d==="localstorage"&&Ut.N()?(n=Ut,l=!0):d==="localstorage+cookie"&&a.N()?(n=a,l=!0):d==="sessionstorage"&&Ns.N()?n=Ns:d==="memory"?n=s5:d==="cookie"?n=vn:a.N()?(n=a,l=!0):n=vn,this.ur=l,n}br(t){return this.vr+"__"+t}gr(t){return this.ur&&!!t.split_storage}_r(t){var n=t??this.Te.feature_flag_cache_ttl_ms;if(!n||0>=n)return!1;var a=this.props[Jo];return!a||typeof a!="number"||Date.now()-a>n}properties(){var t={};return $t(this.props,((n,a)=>{var l=vr(a);if((l==null?void 0:l.exposure)==="derived"){if(l.shouldSkipFromEventProperties!=null&&l.shouldSkipFromEventProperties(n,a===xr?()=>this._r():()=>!1))return;l.transformToEventProperties&&Ft(t,l.transformToEventProperties(n))}else if(!l||l.exposure==="event"){if(l!=null&&l.shouldSkipFromEventProperties!=null&&l.shouldSkipFromEventProperties(n,(()=>!1)))return;t[a]=n}})),t}load(){if(!this.yr){var t=this.Je.F(this.vr);t&&(this.props=Ft({},t)),this.hr&&this.wr()}}wr(){for(var t of Zd){var n=Ut.F(this.br(t));if(n&&!Wn(n)){var a=this.kr(t);a.persisted=!0,this.Sr(t)||(a.fingerprint=this.Cr(n,t)),this.Mr(t,n)||Ft(this.props,n)}}}Sr(t){return Object.keys(this.props).some((n=>{var a;return((a=vr(n))==null?void 0:a.storageGroup)===t}))}Mr(t,n){var a=w5[t];if(!a)return!1;var l=n[a],d=this.props[a];return Ls(l)&&Ls(d)&&d>l}refreshKey(t){var n;if(!this.yr){var a=this.hr?(n=vr(t))==null?void 0:n.storageGroup:void 0,l=a?Ut.F(this.br(a)):this.Je.F(this.vr);if(l&&t in l)this.Ir(t,l[t]);else{if(a){var d=this.Je.F(this.vr);if(d&&t in d)return void this.Ir(t,d[t])}this.Tr(t)}}}save(){if(!this.yr){var t=this.mr();t>0?Ee(this.Er)&&(this.Er=setTimeout((()=>{this.Er=void 0,this.Rr()}),t)):this.Rr()}}flush(){Ee(this.Er)||(clearTimeout(this.Er),this.Er=void 0,this.Rr())}Rr(){this.yr||(this.hr?this.Pr():this.Or(this.Je,this.vr,this.props,ca))}Pr(){var t=this.Fr(),n=t.main,a=t.groups;for(var l of(this.Or(this.Je,this.vr,n,ca),Zd)){var d,p=a[l];(!Wn(p)||(d=this.lr[l])!=null&&d.persisted)&&this.Or(Ut,this.br(l),p,l)}}Fr(){var t={},n={flags:{},surveys:{}};return $t(this.props,((a,l)=>{var d,p=(d=vr(l))==null?void 0:d.storageGroup;p?n[p][l]=a:t[l]=a})),{main:t,groups:n}}Cr(t,n){if(n===ca)return JSON.stringify(t)+"|"+this.Ar+"|"+this.$r+"|"+this.Lr;var a={};return $t(t,((l,d)=>{var p;a[d]=(p=vr(d))!=null&&p.volatile?"__volatile__":l})),JSON.stringify(a)}Or(t,n,a,l){var d=this.kr(l);if(l===ca||d.dirty||Ee(d.fingerprint)){var p;try{if((p=this.Cr(a,l))===d.fingerprint)return void(d.dirty=!1)}catch{p=void 0}t.A(n,a,this.Ar,this.$r,this.Lr,this.Te.debug)?(d.dirty=!1,l!==ca&&(d.persisted=!0),Ee(p)||(d.fingerprint=p)):this.Te.debug&&Te.warn('failed to persist storage entry "'+n+'"; will retry on next save')}}remove(t){var n=(t===void 0?{}:t).keepGroupEntries,a=n!==void 0&&n;if(Ee(this.Er)||(clearTimeout(this.Er),this.Er=void 0),this.Je.D(this.vr,!1),this.Je.D(this.vr,!0),!a&&this.dr)for(var l of Zd)Ut.D(this.br(l));a?delete this.lr[ca]:this.lr={}}clear(){this.remove(),this.props={}}register_once(t,n,a){if(Kt(t)){Ee(n)&&(n="None"),this.Ar=Ee(a)?this.Dr:a;var l=!1;if($t(t,((d,p)=>{this.props.hasOwnProperty(p)&&this.props[p]!==n||(this.Ir(p,d),l=!0)})),l)return this.save(),!0}return!1}register(t,n){if(Kt(t)){this.Ar=Ee(n)?this.Dr:n;var a=!1;if($t(t,((l,d)=>{t.hasOwnProperty(d)&&this.props[d]!==l&&(this.Ir(d,l),a=!0)})),a)return this.save(),!0}return!1}unregister(t){t in this.props&&(this.Tr(t),this.save())}update_campaign_params(){var t=Ae==null?void 0:Ae.URL;if(t!==this.cr){var n=ub(this.Te.custom_campaign_params,this.Te.mask_personal_data_properties,this.Te.custom_personal_data_properties);Wn(Np(n))||this.register(n),this.cr=t}}update_search_keyword(){var t;this.register((t=Ae==null?void 0:Ae.referrer)?db(t):{})}update_referrer_info(){var t;this.register_once({$referrer:fb(),$referring_domain:Ae!=null&&Ae.referrer&&((t=iu(Ae.referrer))==null?void 0:t.host)||ru},void 0)}set_initial_person_info(){this.props[Kf]||this.props[Xf]||this.register_once({[Jc]:pb(this.Te.mask_personal_data_properties,this.Te.custom_personal_data_properties,this.Te.disable_capture_url_hashes)},void 0)}get_initial_props(){var t={};$t([Xf,Kf],(l=>{var d=this.props[l];d&&$t(d,(function(p,c){t["$initial_"+Tf(c)]=p}))}));var n=this.props[Jc];if(n){var a=(function(l,d){d===void 0&&(d=!1);var p=vb(l,d),c={};return $t(p,(function(h,v){c["$initial_"+Tf(v)]=h})),c})(n,this.Te.disable_capture_url_hashes);Ft(t,a)}return t}safe_merge(t){return $t(this.props,(function(n,a){a in t||(t[a]=n)})),t}update_config(t,n,a){this.Dr=this.Ar=t.cookie_expiration,this.set_disabled(t.disable_persistence||!!a),this.set_cross_subdomain(t.cross_subdomain_cookie),this.set_secure(t.secure_cookie);var l=t.persistence!==n.persistence||!((h,v)=>{if(h.length!==v.length)return!1;var S=[...h].sort(),f=[...v].sort();return S.every(((x,E)=>x===f[E]))})(t.cookie_persisted_properties||[],n.cookie_persisted_properties||[]),d=l?this.pr(t):this.Je,p=this.gr(t);if(l||p!==this.hr){var c=this.props;this.clear(),this.Je=d,this.hr=p,this.props=c,this.save()}}set_disabled(t){this.yr=t,this.yr?this.remove():this.save()}set_cross_subdomain(t){t!==this.$r&&(this.$r=t,this.remove({keepGroupEntries:!0}),this.save())}set_secure(t){t!==this.Lr&&(this.Lr=t,this.remove({keepGroupEntries:!0}),this.save())}set_event_timer(t,n){var a=this.props[Oo]||{};a[t]=n,this.Ir(Oo,a),this.save()}remove_event_timer(t){var n=this.props[Oo]||{},a=n[t];return Ee(a)||(delete n[t],this.Ir(Oo,n),this.save()),a}get_property(t){return this.props[t]}set_property(t,n){this.Ir(t,n),this.save()}Ir(t,n){var a;this.props[t]=n,(a=vr(t))!=null&&a.volatile||this.Nr(t)}Tr(t){delete this.props[t],this.Nr(t)}Nr(t){var n,a=(n=vr(t))==null?void 0:n.storageGroup;a&&(this.kr(a).dirty=!0)}kr(t){return this.lr[t]||(this.lr[t]={})}}function Cc(s){var t=!0;return{dispose(){if(t){t=!1;var n=s();n&&li(n.then)&&n.then(void 0,(()=>{}))}}}}var Us={GZipJS:"gzip-js",Base64:"base64"},ko={Activation:"events",Cancellation:"cancelEvents"},ef={Popover:"popover",API:"api",Widget:"widget"},gn={SHOWN:"survey shown",DISMISSED:"survey dismissed",SENT:"survey sent"},tf={SURVEY_ID:"$survey_id",SURVEY_ITERATION:"$survey_iteration",SURVEY_LAST_SEEN_DATE:"$survey_last_seen_date"},ep={Popover:"popover",Inline:"inline"},C5={SHOWN:"product tour shown"},V0={TOUR_LAST_SEEN_DATE:"$product_tour_last_seen_date",TOUR_TYPE:"$product_tour_type"},Y0=Zt("[RateLimiter]");class E5{constructor(t){this.serverLimits={},this.lastEventRateLimited=!1,this.checkForLimiting=n=>{var a=n.text;if(a&&a.length)try{(JSON.parse(a).quota_limited||[]).forEach((l=>{Y0.info((l||"events")+" is quota limited."),this.serverLimits[l]=new Date().getTime()+6e4}))}catch(l){return void Y0.warn('could not rate limit - continuing. Error: "'+(l==null?void 0:l.message)+'"',{text:a})}},this.instance=t,this.lastEventRateLimited=this.clientRateLimitContext(!0).isRateLimited}get captureEventsPerSecond(){var t;return((t=this.instance.config.rate_limiting)==null?void 0:t.events_per_second)||10}get captureEventsBurstLimit(){var t;return Math.max(((t=this.instance.config.rate_limiting)==null?void 0:t.events_burst_limit)||10*this.captureEventsPerSecond,this.captureEventsPerSecond)}clientRateLimitContext(t){var n,a,l;t===void 0&&(t=!1);var d=this.captureEventsBurstLimit,p=this.captureEventsPerSecond,c=new Date().getTime(),h=(n=(a=this.instance.persistence)==null?void 0:a.get_property(Yf))!==null&&n!==void 0?n:{tokens:d,last:c};h.tokens+=(c-h.last)/1e3*p,h.last=c,h.tokens>d&&(h.tokens=d);var v=1>h.tokens;return v||t||(h.tokens=Math.max(0,h.tokens-1)),!v||this.lastEventRateLimited||t||this.instance.capture("$$client_ingestion_warning",{$$client_ingestion_warning_message:"posthog-js client rate limited. Config is set to "+p+" events per second and "+d+" events burst limit."},{skip_client_rate_limiting:!0}),this.lastEventRateLimited=v,(l=this.instance.persistence)==null||l.set_property(Yf,h),{isRateLimited:v,remainingTokens:h.tokens}}isServerRateLimited(t){var n=this.serverLimits[t||"events"]||!1;return n!==!1&&new Date().getTime()<n}}var gr=Zt("[RemoteConfig]");class _b{constructor(t){this._instance=t}get remoteConfig(){var t;return(t=$e._POSTHOG_REMOTE_CONFIG)==null||(t=t[this._instance.config.token])==null?void 0:t.config}qr(t){var n,a;(n=$e.__PosthogExtensions__)!=null&&n.loadExternalDependency?(a=$e.__PosthogExtensions__)==null||a.loadExternalDependency==null||a.loadExternalDependency(this._instance,"remote-config",(()=>t(this.remoteConfig))):t()}jr(t){this._instance._send_request({method:"GET",url:this._instance.requestRouter.endpointFor("assets","/array/"+this._instance.config.token+"/config"),callback(n){t(n.json)}})}load(){try{if(this.remoteConfig)return gr.info("Using preloaded remote config",this.remoteConfig),this.Br(this.remoteConfig),void this.Hr();if(this._instance.Ur())return void gr.warn("Remote config is disabled. Falling back to local config.");this.qr((t=>{if(!t)return gr.info("No config found after loading remote JS config. Falling back to JSON."),void this.jr((n=>{this.Br(n),this.Hr()}));this.Br(t),this.Hr()}))}catch(t){gr.error("Error loading remote config",t),this.Br()}}stop(){this.zr&&(clearInterval(this.zr),this.zr=void 0)}refresh(){!this._instance.Ur()&&Ae&&Ae.visibilityState!=="hidden"&&this._instance.reloadFeatureFlags()}Hr(){var t;if(!this.zr){var n=(t=this._instance.config.remote_config_refresh_interval_ms)!==null&&t!==void 0?t:3e5;n!==0&&(this.zr=setInterval((()=>{this.refresh()}),n))}}Br(t){t||gr.error("Failed to fetch remote config from PostHog.");try{this._instance.Br(t?{ok:!0,config:t}:{ok:!1})}catch(a){gr.error("Error applying remote config",a)}if((t==null?void 0:t.hasFeatureFlags)!==!1&&!this._instance.config.advanced_disable_feature_flags_on_first_load)try{var n;(n=this._instance.featureFlags)==null||n.ensureFlagsLoaded()}catch(a){gr.error("Error loading feature flags",a)}}}var Ci=Uint8Array,ei=Uint16Array,Ra=Uint32Array,Hp=new Ci([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),Ip=new Ci([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),K0=new Ci([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),mb=function(s,t){for(var n=new ei(31),a=0;31>a;++a)n[a]=t+=1<<s[a-1];var l=new Ra(n[30]);for(a=1;30>a;++a)for(var d=n[a];n[a+1]>d;++d)l[d]=d-n[a]<<5|a;return[n,l]},yb=mb(Hp,2),tp=yb[1];yb[0][28]=258,tp[258]=28;for(var X0=mb(Ip,0)[1],bb=new ei(32768),Jt=0;32768>Jt;++Jt){var ua=(43690&Jt)>>>1|(21845&Jt)<<1;bb[Jt]=((65280&(ua=(61680&(ua=(52428&ua)>>>2|(13107&ua)<<2))>>>4|(3855&ua)<<4))>>>8|(255&ua)<<8)>>>1}var Fo=function(s,t,n){for(var a=s.length,l=0,d=new ei(t);a>l;++l)++d[s[l]-1];var p,c=new ei(t);for(l=0;t>l;++l)c[l]=c[l-1]+d[l-1]<<1;for(p=new ei(a),l=0;a>l;++l)p[l]=bb[c[s[l]-1]++]>>>15-s[l];return p},Tr=new Ci(288);for(Jt=0;144>Jt;++Jt)Tr[Jt]=8;for(Jt=144;256>Jt;++Jt)Tr[Jt]=9;for(Jt=256;280>Jt;++Jt)Tr[Jt]=7;for(Jt=280;288>Jt;++Jt)Tr[Jt]=8;var au=new Ci(32);for(Jt=0;32>Jt;++Jt)au[Jt]=5;var k5=Fo(Tr,9),T5=Fo(au,5),Sb=function(s){return(s/8>>0)+(7&s&&1)},wb=function(s,t,n){(n==null||n>s.length)&&(n=s.length);var a=new(s instanceof ei?ei:s instanceof Ra?Ra:Ci)(n-t);return a.set(s.subarray(t,n)),a},ln=function(s,t,n){var a=t/8>>0;s[a]|=n<<=7&t,s[a+1]|=n>>>8},To=function(s,t,n){var a=t/8>>0;s[a]|=n<<=7&t,s[a+1]|=n>>>8,s[a+2]|=n>>>16},sf=function(s,t){for(var n=[],a=0;s.length>a;++a)s[a]&&n.push({s:a,f:s[a]});var l=n.length,d=n.slice();if(!l)return[new Ci(0),0];if(l==1){var p=new Ci(n[0].s+1);return p[n[0].s]=1,[p,1]}n.sort((function(R,D){return R.f-D.f})),n.push({s:-1,f:25001});var c=n[0],h=n[1],v=0,S=1,f=2;for(n[0]={s:-1,f:c.f+h.f,l:c,r:h};S!=l-1;)c=n[n[f].f>n[v].f?v++:f++],h=n[v!=S&&n[f].f>n[v].f?v++:f++],n[S++]={s:-1,f:c.f+h.f,l:c,r:h};var x=d[0].s;for(a=1;l>a;++a)d[a].s>x&&(x=d[a].s);var E=new ei(x+1),A=sp(n[S-1],E,0);if(A>t){a=0;var C=0,y=A-t,b=1<<y;for(d.sort((function(R,D){return E[D.s]-E[R.s]||R.f-D.f}));l>a;++a){var _=d[a].s;if(t>=E[_])break;C+=b-(1<<A-E[_]),E[_]=t}for(C>>>=y;C>0;){var m=d[a].s;t>E[m]?C-=1<<t-E[m]++-1:++a}for(;a>=0&&C;--a){var k=d[a].s;E[k]==t&&(--E[k],++C)}A=t}return[new Ci(E),A]},sp=function(s,t,n){return s.s==-1?Math.max(sp(s.l,t,n+1),sp(s.r,t,n+1)):t[s.s]=n},J0=function(s){for(var t=s.length;t&&!s[--t];);for(var n=new ei(++t),a=0,l=s[0],d=1,p=function(h){n[a++]=h},c=1;t>=c;++c)if(s[c]==l&&c!=t)++d;else{if(!l&&d>2){for(;d>138;d-=138)p(32754);d>2&&(p(d>10?d-11<<5|28690:d-3<<5|12305),d=0)}else if(d>3){for(p(l),--d;d>6;d-=6)p(8304);d>2&&(p(d-3<<5|8208),d=0)}for(;d--;)p(l);d=1,l=s[c]}return[n.subarray(0,a),t]},Ao=function(s,t){for(var n=0,a=0;t.length>a;++a)n+=s[a]*t[a];return n},ip=function(s,t,n){var a=n.length,l=Sb(t+2);s[l]=255&a,s[l+1]=a>>>8,s[l+2]=255^s[l],s[l+3]=255^s[l+1];for(var d=0;a>d;++d)s[l+d+4]=n[d];return 8*(l+4+a)},Z0=function(s,t,n,a,l,d,p,c,h,v,S){ln(t,S++,n),++l[256];for(var f=sf(l,15),x=f[0],E=f[1],A=sf(d,15),C=A[0],y=A[1],b=J0(x),_=b[0],m=b[1],k=J0(C),R=k[0],D=k[1],j=new ei(19),T=0;_.length>T;++T)j[31&_[T]]++;for(T=0;R.length>T;++T)j[31&R[T]]++;for(var M=sf(j,7),I=M[0],F=M[1],G=19;G>4&&!I[K0[G-1]];--G);var U,X,Z,q,W=v+5<<3,Q=Ao(l,Tr)+Ao(d,au)+p,O=Ao(l,x)+Ao(d,C)+p+14+3*G+Ao(j,I)+(2*j[16]+3*j[17]+7*j[18]);if(Q>=W&&O>=W)return ip(t,S,s.subarray(h,h+v));if(ln(t,S,1+(Q>O)),S+=2,Q>O){U=Fo(x,E),X=x,Z=Fo(C,y),q=C;var H=Fo(I,F);for(ln(t,S,m-257),ln(t,S+5,D-1),ln(t,S+10,G-4),S+=14,T=0;G>T;++T)ln(t,S+3*T,I[K0[T]]);S+=3*G;for(var L=[_,R],B=0;2>B;++B){var V=L[B];for(T=0;V.length>T;++T)ln(t,S,H[te=31&V[T]]),S+=I[te],te>15&&(ln(t,S,V[T]>>>5&127),S+=V[T]>>>12)}}else U=k5,X=Tr,Z=T5,q=au;for(T=0;c>T;++T)if(a[T]>255){var te;To(t,S,U[257+(te=a[T]>>>18&31)]),S+=X[te+257],te>7&&(ln(t,S,a[T]>>>23&31),S+=Hp[te]);var ue=31&a[T];To(t,S,Z[ue]),S+=q[ue],ue>3&&(To(t,S,a[T]>>>5&8191),S+=Ip[ue])}else To(t,S,U[a[T]]),S+=X[a[T]];return To(t,S,U[256]),S+X[256]},A5=new Ra([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),R5=(function(){for(var s=new Ra(256),t=0;256>t;++t){for(var n=t,a=9;--a;)n=(1&n&&3988292384)^n>>>1;s[t]=n}return s})(),nf=function(s,t,n){for(;n;++t)s[t]=n,n>>>=8};function M5(s,t){t===void 0&&(t={});var n=(function(){var f=4294967295;return{p(x){for(var E=f,A=0;x.length>A;++A)E=R5[255&E^x[A]]^E>>>8;f=E},d(){return 4294967295^f}}})(),a=s.length;n.p(s);var l,d,p,c,h,v=(c=10+((l=t).filename&&l.filename.length+1||0),h=8,(function(f,x,E,A,C,y){var b=f.length,_=new Ci(A+b+5*(1+Math.floor(b/7e3))+C),m=_.subarray(A,_.length-C),k=0;if(!x||8>b)for(var R=0;b>=R;R+=65535){var D=R+65535;b>D?k=ip(m,k,f.subarray(R,D)):(m[R]=!0,k=ip(m,k,f.subarray(R,b)))}else{for(var j=A5[x-1],T=j>>>13,M=8191&j,I=(1<<E)-1,F=new ei(32768),G=new ei(I+1),U=Math.ceil(E/3),X=2*U,Z=function(yt){return(f[yt]^f[yt+1]<<U^f[yt+2]<<X)&I},q=new Ra(25e3),W=new ei(288),Q=new ei(32),O=0,H=0,L=(R=0,0),B=0,V=0;b>R;++R){var te=Z(R),ue=32767&R,fe=G[te];if(F[ue]=fe,G[te]=ue,R>=B){var K=b-R;if((O>7e3||L>24576)&&K>423){k=Z0(f,m,0,q,W,Q,H,L,V,R-V,k),L=O=H=0,V=R;for(var $=0;286>$;++$)W[$]=0;for($=0;30>$;++$)Q[$]=0}var ce=2,re=0,ye=M,Ce=ue-fe&32767;if(K>2&&te==Z(R-Ce))for(var Fe=Math.min(T,K)-1,ze=Math.min(32767,R),Ge=Math.min(258,K);ze>=Ce&&--ye&&ue!=fe;){if(f[R+ce]==f[R+ce-Ce]){for(var He=0;Ge>He&&f[R+He]==f[R+He-Ce];++He);if(He>ce){if(ce=He,re=Ce,He>Fe)break;var Ne=Math.min(Ce,He-2),Qt=0;for($=0;Ne>$;++$){var Ie=R-Ce+$+32768&32767,cs=Ie-F[Ie]+32768&32767;cs>Qt&&(Qt=cs,fe=Ie)}}}Ce+=(ue=fe)-(fe=F[ue])+32768&32767}if(re){q[L++]=268435456|tp[ce]<<18|X0[re];var ht=31&tp[ce],us=31&X0[re];H+=Hp[ht]+Ip[us],++W[257+ht],++Q[us],B=R+ce,++O}else q[L++]=f[R],++W[f[R]]}}k=Z0(f,m,!0,q,W,Q,H,L,V,R-V,k)}return wb(_,0,A+Sb(k)+C)})(d=s,(p=t).level==null?6:p.level,p.mem==null?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(d.length)))):12+p.mem,c,h)),S=v.length;return(function(f,x){var E=x.filename;if(f[0]=31,f[1]=139,f[2]=8,f[8]=2>x.level?4:x.level==9?2:0,f[9]=3,x.mtime!=0&&nf(f,4,Math.floor(new Date(x.mtime||Date.now())/1e3)),E){f[3]=8;for(var A=0;E.length>=A;++A)f[A+10]=E.charCodeAt(A)}})(v,t),nf(v,S-8,n.d()),nf(v,S-4,a),v}var D5=!!Cf||!!xp,xb="text/plain",Bc=!1,Cb=(s,t)=>{var n=s.split("#"),a=n[1],l=n[0].split("?"),d=l[0],p=l[1];if(!p)return s;var c=p.split("&").filter((h=>h.split("=")[0]!==t)).join("&");return d+(c?"?"+c:"")+(a?"#"+a:"")},_u=function(s,t,n){var a;n===void 0&&(n=!0);var l=s.split("?"),d=l[0],p=l[1],c=we({},t),h=(a=p==null?void 0:p.split("&").map((S=>{var f,x=S.split("="),E=x[0],A=n&&(f=c[E])!==null&&f!==void 0?f:x[1];return delete c[E],E+"="+A})))!==null&&a!==void 0?a:[],v=(function(S,f){var x,E;f===void 0&&(f="&");var A=[];return $t(S,(function(C,y){Ee(C)||Ee(y)||y==="undefined"||(x=encodeURIComponent((b=>b instanceof File)(C)?C.name:C.toString()),E=encodeURIComponent(y),A[A.length]=E+"="+x)})),A.join(f)})(c);return v&&h.push(v),h.length>0?d+"?"+h.join("&"):d},rf=s=>{if(s.Vr)return s.Vr;var t=s.data,n=s.compression;if(t){if(n===Us.GZipJS){var a=M5((function(c,h){var v=c.length;if(typeof TextEncoder<"u")return new TextEncoder().encode(c);for(var S=new Ci(c.length+(c.length>>>1)),f=0,x=function(y){S[f++]=y},E=0;v>E;++E){if(f+5>S.length){var A=new Ci(f+8+(v-E<<1));A.set(S),S=A}var C=c.charCodeAt(E);128>C?x(C):2048>C?(x(192|C>>>6),x(128|63&C)):C>55295&&57344>C?(x(240|(C=65536+(1047552&C)|1023&c.charCodeAt(++E))>>>18),x(128|C>>>12&63),x(128|C>>>6&63),x(128|63&C)):(x(224|C>>>12),x(128|C>>>6&63),x(128|63&C))}return wb(S,0,f)})(ga(t)),{mtime:0});return{contentType:xb,body:a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength),estimatedSize:a.byteLength}}if(n===Us.Base64){var l=(function(c){return c&&btoa(encodeURIComponent(c).replace(/%([0-9A-F]{2})/g,((h,v)=>String.fromCharCode(parseInt(v,16)))))})(ga(t)),d=(c=>"data="+encodeURIComponent(typeof c=="string"?c:ga(c)))(l);return{contentType:"application/x-www-form-urlencoded",body:d,estimatedSize:new Blob([d]).size}}var p=ga(t);return{contentType:"application/json",body:p,estimatedSize:new Blob([p]).size}}},Eb=s=>{var t,n,a=()=>s.transport==="sendBeacon"?{url:_u(s.url,{compression:Us.Base64}),encodedBody:rf(we({},s,{compression:Us.Base64,Vr:void 0}))}:{url:Cb(s.url,"compression"),encodedBody:rf(we({},s,{compression:void 0,Vr:void 0}))};try{t=rf(s)}catch(l){if(y0(s.compression,Ta(s.url,"compression")))return Te.error("Failed to gzip request body, sending uncompressed payload",l),a();throw l}return t&&y0(s.compression,Ta(s.url,"compression"))&&!((n=t.body)instanceof ArrayBuffer?Ef(new Uint8Array(n)):ArrayBuffer.isView(n)&&Ef(new Uint8Array(n.buffer,n.byteOffset,n.byteLength)))?(Bc=!0,a()):{url:s.url,encodedBody:t}},kb=s=>{try{return Eb(s)}catch(t){return Te.error(t),void(s.callback==null||s.callback({statusCode:0,error:t}))}},j5=(function(){var s=Xt((function*(t){var n=ga(t.data),a=yield(function(d,p,c){return kf.apply(this,arguments)})(n,Tt.DEBUG,{rethrow:!0});if(!a)return t;var l=yield a.arrayBuffer();return we({},t,{Vr:{contentType:xb,body:l,estimatedSize:l.byteLength}})}));return function(t){return s.apply(this,arguments)}})(),N5=/Failed to fetch|NetworkError|Load failed/i,Tb=s=>{var t=kb(s);if(t){var n=t.url,a=t.encodedBody,l=a??{},d=l.contentType,p=l.body,c=l.estimatedSize,h=new Headers;$t(s.headers,(function(A,C){h.append(C,A)})),d&&h.append("Content-Type",d);var v=null,S=!1;if(f0){var f=new f0;v={signal:f.signal,timeout:setTimeout((()=>{var A,C;S=!0,f.abort((A=s.timeout,(C=new Error("PostHog request timed out"+(A?" after "+A+"ms":""))).name="AbortError",C))}),s.timeout)}}var x=A=>{S&&(A==null?void 0:A.name)==="AbortError"||(C=>(C==null?void 0:C.name)==="TypeError"&&N5.test((C==null?void 0:C.message)||""))(A)?Te.warn(A):Te.error(A),s.callback==null||s.callback({statusCode:0,error:A})};try{var E;xp(n,we({method:(s==null?void 0:s.method)||"GET",headers:h,keepalive:s.method==="POST"&&!s.Wr&&52428.8>(c||0),body:p,signal:(E=v)==null?void 0:E.signal},s.fetchOptions)).then((A=>A.text().then((C=>{var y={statusCode:A.status,text:C};if(A.status===200)try{y.json=JSON.parse(C)}catch(b){Te.error(b)}s.callback==null||s.callback(y)})))).catch(x).finally((()=>v?clearTimeout(v.timeout):null))}catch(A){v&&clearTimeout(v.timeout),x(A)}}},np=s=>{try{var t,n=Eb(s),a=n.url,l=n.encodedBody,d=l??{},p=d.body,c=d.estimatedSize;if(!p)return;var h=p instanceof Blob?p:new Blob([p],{type:d.contentType});if(Fs.sendBeacon(a,h))return;var v=Xe(s.data)?s.data:(t=s.data)==null?void 0:t.batch;if(Xe(v)&&v.length>1&&(c??0)>16384){var S=Math.ceil(v.length/2),f=x=>Xe(s.data)?x:we({},s.data,{batch:x});return np(we({},s,{data:f(v.slice(0,S))})),void np(we({},s,{data:f(v.slice(S))}))}Te.warn("Beacon of ~"+(c??0)+" bytes was rejected by the browser, falling back to fetch"),Tb(we({},s,{Wr:!0}))}catch(x){Te.warn("Beacon send failed",x)}},Q0=(s,t,n,a)=>{var l=a==="query"?t==="POST"?"sent_at":"_":void 0;return _u(n===Us.GZipJS?Cb(s,"compression"):s,we({},l?{[l]:Date.now().toString()}:{},n===Us.GZipJS?{}:{compression:n}))},Hc=[];xp&&Hc.push({transport:"fetch",method:Tb}),Cf&&Hc.push({transport:"XHR",method(s){var t=kb(s);if(t){var n=new Cf,a=t.encodedBody;n.open(s.method||"GET",t.url,!0);var l=a??{},d=l.contentType,p=l.body;$t(s.headers,(function(c,h){n.setRequestHeader(h,c)})),d&&n.setRequestHeader("Content-Type",d),s.timeout&&(n.timeout=s.timeout),n.onreadystatechange=()=>{if(n.readyState===4){var c={statusCode:n.status,text:n.responseText};if(n.status===200)try{c.json=JSON.parse(n.responseText)}catch{}s.callback==null||s.callback(c)}},n.send(p)}}}),Fs!=null&&Fs.sendBeacon&&Hc.push({transport:"sendBeacon",method:np});var rp=3e3;class L5{constructor(t,n){this.Zr=!0,this.Gr=[],this.Qr=Ui((n==null?void 0:n.flush_interval_ms)||rp,250,5e3,Te.createLogger("flush interval"),rp),this.Jr=t}enqueue(t){this.Gr.push(t),this.Kr||this.Yr()}unload(){this.Xr();var t=this.Gr.length>0?this.ti():{},n=Object.values(t);[...n.filter((a=>a.url.indexOf("/e")===0)),...n.filter((a=>a.url.indexOf("/e")!==0))].map((a=>{this.ei(we({},a,{transport:"sendBeacon"}))}))}enable(){this.Zr=!1,this.Yr()}Yr(){var t=this;this.Zr||(this.Kr=setTimeout((()=>{if(this.Xr(),this.Gr.length>0){var n=this.ti(),a=function(){var d=n[l],p=new Date().getTime();d.data&&Xe(d.data)&&$t(d.data,(c=>{c.offset=Math.abs(c.timestamp-p),delete c.timestamp})),t.ei(d)};for(var l in n)a()}}),this.Qr))}ei(t){try{this.Jr(t)}catch(n){Te.error(n)}}Xr(){clearTimeout(this.Kr),this.Kr=void 0}ti(){var t={};return $t(this.Gr,(n=>{var a,l=n,d=(l?l.batchKey:null)||l.url;Ee(t[d])&&(t[d]=we({},l,{data:[]})),(a=t[d].data)==null||a.push(l.data)})),this.Gr=[],t}}var O5=["retriesPerformedSoFar"];class B5{constructor(t){this.ri=!1,this.ii=3e3,this.Gr=[],this._instance=t,this.Gr=[],this.ni=!0,!Ee(le)&&"onLine"in le.navigator&&(this.ni=le.navigator.onLine,this.si=()=>{this.ni=!0,this.oi()},this.ai=()=>{this.ni=!1},is(le,"online",this.si),is(le,"offline",this.ai))}get length(){return this.Gr.length}retriableRequest(t){var n=t.retriesPerformedSoFar,a=i1(t,O5);un(n)&&(a.url=_u(a.url,{retry_count:n})),this._instance._send_request(we({},a,{callback:l=>{if(l.statusCode!==200&&(400>l.statusCode||l.statusCode>=500)){if((l.statusCode===0?3:10)>(n??0))return void this.Ot(we({retriesPerformedSoFar:n},a));l.statusCode===0&&Te.warn("Request failed before receiving an HTTP response; this can happen due to network issues, CORS, browser blocking, or ad blockers. Stopped retrying after "+(n??0)+" retries.")}a.callback==null||a.callback(l)}}))}Ot(t){var n=t.retriesPerformedSoFar||0;t.retriesPerformedSoFar=n+1;var a=(function(p){var c=3e3*Math.pow(2,p),h=c/2,v=Math.min(18e5,c),S=Math.random()-.5;return Math.ceil(v+S*(v-h))})(n),l=Date.now()+a;this.Gr.push({retryAt:l,requestOptions:t});var d="Enqueued failed request for retry in "+a;navigator.onLine||(d+=" (Browser is offline)"),Te.warn(d),this.ri||(this.ri=!0,this.li())}li(){if(this.ui&&clearTimeout(this.ui),this.Gr.length===0)return this.ri=!1,void(this.ui=void 0);this.ui=setTimeout((()=>{this.ni&&this.Gr.length>0&&this.oi(),this.li()}),this.ii)}oi(){var t=Date.now(),n=[],a=this.Gr.filter((d=>t>d.retryAt||(n.push(d),!1)));if(this.Gr=n,a.length>0)for(var l of a)this.retriableRequest(l.requestOptions)}unload(){for(var t of(this.ui&&(clearTimeout(this.ui),this.ui=void 0),this.ri=!1,Ee(le)||(this.si&&(le.removeEventListener("online",this.si),this.si=void 0),this.ai&&(le.removeEventListener("offline",this.ai),this.ai=void 0)),this.Gr)){var n=t.requestOptions;try{this._instance._send_request(we({},n,{transport:"sendBeacon"}))}catch(a){Te.error(a)}}this.Gr=[]}}class H5{constructor(t){this.hi=()=>{var n,a,l,d;this.di||(this.di={});var p=this.scrollElement(),c=this.scrollY(),h=p?Math.max(0,p.scrollHeight-p.clientHeight):0,v=c+((p==null?void 0:p.clientHeight)||0),S=(p==null?void 0:p.scrollHeight)||0;this.di.lastScrollY=Math.ceil(c),this.di.maxScrollY=Math.max(c,(n=this.di.maxScrollY)!==null&&n!==void 0?n:0),this.di.maxScrollHeight=Math.max(h,(a=this.di.maxScrollHeight)!==null&&a!==void 0?a:0),this.di.lastContentY=v,this.di.maxContentY=Math.max(v,(l=this.di.maxContentY)!==null&&l!==void 0?l:0),this.di.maxContentHeight=Math.max(S,(d=this.di.maxContentHeight)!==null&&d!==void 0?d:0)},this._instance=t}get ci(){return this._instance.config.scroll_root_selector}getContext(){return this.di}resetContext(){var t=this.di;return setTimeout(this.hi,0),t}startMeasuringScrollPosition(){is(le,"scroll",this.hi,{capture:!0}),is(le,"scrollend",this.hi,{capture:!0}),is(le,"resize",this.hi)}scrollElement(){if(!this.ci)return le==null?void 0:le.document.documentElement;var t=Xe(this.ci)?this.ci:[this.ci];for(var n of t){var a=le==null?void 0:le.document.querySelector(n);if(a)return a}}vi(t){var n=t==="y"?"scrollTop":"scrollLeft";if(this.ci){var a=this.scrollElement();return a&&a[n]||0}return le?t==="y"?le.scrollY||le.pageYOffset||le.document.documentElement.scrollTop||0:le.scrollX||le.pageXOffset||le.document.documentElement.scrollLeft||0:0}scrollY(){return this.vi("y")}scrollX(){return this.vi("x")}}var I5=s=>pb(s==null?void 0:s.config.mask_personal_data_properties,s==null?void 0:s.config.custom_personal_data_properties,s==null?void 0:s.config.disable_capture_url_hashes);class ey{constructor(t,n,a,l){this.fi=d=>{var p=this.pi();if(!p||p.sessionId!==d){var c={sessionId:d,props:this.gi(this._instance)};this.mi.register({[Vf]:c})}},this._instance=t,this.yi=n,this.mi=a,this.gi=l||I5,this.yi.onSessionId(this.fi)}pi(){return this.mi.props[Vf]}getSetOnceProps(){var t,n=(t=this.pi())==null?void 0:t.props;return n?"r"in n?vb(n,this._instance.config.disable_capture_url_hashes):{$referring_domain:n.referringDomain,$pathname:n.initialPathName,utm_source:n.utm_source,utm_campaign:n.utm_campaign,utm_medium:n.utm_medium,utm_content:n.utm_content,utm_term:n.utm_term}:{}}getSessionProps(){var t={};return $t(Np(this.getSetOnceProps()),((n,a)=>{a==="$current_url"&&(a="url"),t["$session_entry_"+Tf(a)]=n})),t}}class zp{on(t,n){return this.bi[t]||(this.bi[t]=[]),this.bi[t].push(n),()=>{this.bi[t]=this.bi[t].filter((a=>a!==n))}}emit(t,n){for(var a of this.bi[t]||[])a(n);for(var l of this.bi["*"]||[])l(t,n)}constructor(){this.bi={}}}var Ro=Zt("[SessionId]");class ty{on(t,n){return this.wi.on(t,n)}constructor(t,n,a){var l;if(this.xi=null,this.ki=[],this.Si=void 0,this.Ci=!1,this.wi=new zp,this.Mi=(v,S)=>!(!un(v)||!un(S))&&Math.abs(v-S)>this.sessionTimeoutMs,!t.persistence)throw new Error("SessionIdManager requires a PostHogPersistence instance");if(t.config.cookieless_mode===pn)throw new Error('SessionIdManager cannot be used with cookieless_mode="always"');this.Te=t.config,this.mi=t.persistence,this.Ii=void 0,this.Ti=void 0,this._sessionStartTimestamp=null,this._sessionActivityTimestamp=null,this.Ei=n||fn,this.Ri=a||fn;var d=this.Te.persistence_name||this.Te.token;if(this._sessionTimeoutMs=1e3*Ui(this.Te.session_idle_timeout_seconds||1800,60,36e3,Ro.createLogger("session_idle_timeout_seconds"),1800),t.register({$configured_session_timeout_ms:this._sessionTimeoutMs}),this.Pi(),this.Oi="ph_"+d+"_window_id",this.Fi="ph_"+d+"_primary_window_exists",this.Ai()){var p=Ns.F(this.Oi),c=Ns.F(this.Fi);p&&!c?this.Ii=p:Ns.D(this.Oi),Ns.A(this.Fi,!0)}if((l=this.Te.bootstrap)!=null&&l.sessionID)try{var h=(v=>{var S=this.Te.bootstrap.sessionID.replace(/-/g,"");if(S.length!==32)throw new Error("Not a valid UUID");if(S[12]!=="7")throw new Error("Not a UUIDv7");return parseInt(S.substring(0,12),16)})();this.$i(this.Te.bootstrap.sessionID,new Date().getTime(),h)}catch(v){Ro.error("Invalid sessionID in bootstrap",v)}this.Li()}get sessionTimeoutMs(){return this._sessionTimeoutMs}onSessionId(t){return Ee(this.ki)&&(this.ki=[]),this.ki.push(t),this.Ti&&t(this.Ti,this.Ii),()=>{this.ki=this.ki.filter((n=>n!==t))}}Ai(){return this.Te.persistence!=="memory"&&!this.mi.yr&&Ns.N()}Di(t){t!==this.Ii&&(this.Ii=t,this.Ai()&&Ns.A(this.Oi,t))}Ni(){return this.Ii?this.Ii:this.Ai()?Ns.F(this.Oi):null}qi(t){var n=this.xi;return!qs(n)&&!qs(t)&&5e3>Math.abs(t-n)}$i(t,n,a){var l=n!==this._sessionActivityTimestamp,d=!(t!==this.Ti||a!==this._sessionStartTimestamp);this._sessionStartTimestamp=a,this._sessionActivityTimestamp=n,this.Ti=t,d&&!l||d&&this.qi(n)||(this.xi=n,this.mi.register({[va]:[n,t,a]}))}ji(){var t,n=(t=this.Te)==null?void 0:t.persistence_save_debounce_ms;return un(n)&&n>0}Bi(){this.ji()?this.mi.refreshKey(va):(this.mi.flush(),this.mi.load())}Hi(){var t;if(!qs(this._sessionActivityTimestamp)&&this._sessionActivityTimestamp!==this.xi){this.Bi();var n=this.Ui();n[1]===this.Ti&&n[2]===this._sessionStartTimestamp&&(this.xi=this._sessionActivityTimestamp,this.mi.register({[va]:[this._sessionActivityTimestamp,(t=this.Ti)!==null&&t!==void 0?t:null,this._sessionStartTimestamp]}),this.mi.flush())}}zi(){var t=this.Ui()[0],n=un(t)?t:0,a=un(this._sessionActivityTimestamp)?this._sessionActivityTimestamp:0;return Math.max(n,a)}Vi(t){return this.Bi(),this.Mi(t,this.zi())}Ui(){var t=this.mi.props[va];return Xe(t)&&t.length===2&&t.push(t[0]),t||[0,null,0]}resetSessionId(){this.xi=null,clearTimeout(this.Wi),this.Wi=void 0,this.$i(null,null,null)}destroy(){this.Ci=!0,this.Hi(),clearTimeout(this.Wi),this.Wi=void 0,this.Si&&le&&(le.removeEventListener(eu,this.Si,{capture:!1}),this.Si=void 0),this.ki=[]}Li(){this.Si=()=>{this.Hi(),this.Ai()&&Ns.D(this.Fi)},is(le,eu,this.Si,{capture:!1})}checkAndGetSessionAndWindowId(t,n){if(t===void 0&&(t=!1),n===void 0&&(n=null),this.Te.cookieless_mode===pn)throw new Error('checkAndGetSessionAndWindowId should not be called with cookieless_mode="always"');var a=n||new Date().getTime(),l=this.Ui(),d=l[1],p=l[2],c=this.zi(),h=this.Ni(),v=un(p)&&Math.abs(a-p)>864e5,S=!1,f=!1,x=!d,E=d,A=!x&&!t&&this.Mi(a,c);if(A){(A=this.Vi(a))||Ro.info("cross-tab refresh kept the session alive",{sessionId:d});var C=this.Ui();d=C[1],p=C[2]}x||A||v?(d=this.Ei(),h=this.Ri(),Ro.info("new session ID generated",{sessionId:d,windowId:h,changeReason:{noSessionId:x,activityTimeout:A,sessionPastMaximumLength:v}}),p=a,S=!0):(h||(h=this.Ri(),S=!0),(f=d!==E)&&(Ro.info("adopted cross-tab session id",{sessionId:d,windowId:h}),S=!0));var y=un(c)&&t&&!v?c:a,b=un(p)?p:new Date().getTime();this.Di(h),this.$i(d,y,b),t||this.Pi();var _={noSessionId:x,activityTimeout:A,sessionPastMaximumLength:v,crossTabAdoption:f};return S&&this.ki.forEach((m=>m(d,h,_))),{sessionId:d,windowId:h,sessionStartTimestamp:b,changeReason:S?_:void 0,lastActivityTimestamp:c}}Pi(){this.Ci||(clearTimeout(this.Wi),this.Wi=setTimeout((()=>{if(!this.Ci)if(this.Vi(new Date().getTime())){var t=this.Ti;this.resetSessionId(),this.wi.emit("forcedIdleReset",{idleSessionId:t})}else this.Pi()}),1.1*this.sessionTimeoutMs))}}var Ab=function(s,t){if(!s)return!1;var n=s.userAgent;if(n&&S0(n,t))return!0;try{var a=s==null?void 0:s.userAgentData;if(a!=null&&a.brands&&a.brands.some((l=>S0(l==null?void 0:l.brand,t))))return!0}catch{}return!!s.webdriver};function Rb(){return(Rb=Xt((function*(){var s=Fs==null?void 0:Fs.userAgentData;if(s!=null&&s.getHighEntropyValues)try{var t=yield s.getHighEntropyValues(["model"]),n=t==null?void 0:t.model;return zt(n)&&n.length>0?n:void 0}catch(a){return void Te.info("Unable to resolve $device_model from userAgentData.getHighEntropyValues",a)}}))).apply(this,arguments)}var ou=function(s,t){if(!(function(n){try{new RegExp(n)}catch{return!1}return!0})(t))return!1;try{return new RegExp(t).test(s)}catch{return!1}};function af(s,t,n){return ga({distinct_id:s,userPropertiesToSet:t,userPropertiesToSetOnce:n})}var Mb={exact:(s,t)=>t.some((n=>s.some((a=>n===a)))),is_not:(s,t)=>t.every((n=>s.every((a=>n!==a)))),regex:(s,t)=>t.some((n=>s.some((a=>ou(n,a))))),not_regex:(s,t)=>t.every((n=>s.every((a=>!ou(n,a))))),icontains:(s,t)=>t.map(Ec).some((n=>s.map(Ec).some((a=>n.includes(a))))),not_icontains:(s,t)=>t.map(Ec).every((n=>s.map(Ec).every((a=>!n.includes(a))))),gt:(s,t)=>t.some((n=>{var a=parseFloat(n);return!isNaN(a)&&s.some((l=>a>parseFloat(l)))})),lt:(s,t)=>t.some((n=>{var a=parseFloat(n);return!isNaN(a)&&s.some((l=>a<parseFloat(l)))}))},Ec=s=>s.toLowerCase();function Db(s,t){return!s||Object.entries(s).every((n=>{var a=n[1],l=t==null?void 0:t[n[0]];if(Ee(l)||qs(l))return!1;var d=[String(l)],p=Mb[a.operator];return!!p&&p(a.values,d)}))}var ap="custom",sy="i.posthog.com",z5=/^\/static\//;class $5{constructor(t){this.Zi={},this.instance=t}get apiHost(){var t=this.instance.config.api_host.trim().replace(/\/$/,"");return t==="https://app.posthog.com"?"https://us.i.posthog.com":t}get flagsApiHost(){var t=this.instance.config.flags_api_host;return t?t.trim().replace(/\/$/,""):this.apiHost}get uiHost(){var t,n=(t=this.instance.config.ui_host)==null?void 0:t.replace(/\/$/,"");return n||(n=this.apiHost.replace("."+sy,".posthog.com")),n==="https://app.posthog.com"?"https://us.posthog.com":n}get region(){return this.Zi[this.apiHost]||(this.Zi[this.apiHost]=/https:\/\/(app|us|us-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?"us":/https:\/\/(eu|eu-assets)(\.i)?\.posthog\.com/i.test(this.apiHost)?"eu":ap),this.Zi[this.apiHost]}Gi(t){if(z5.test(t)){var n=this.instance.config.asset_host;if(typeof n=="string")return n.trim().replace(/\/$/,"")||void 0}}endpointFor(t,n){if(n===void 0&&(n=""),n&&(n=n[0]==="/"?n:"/"+n),t==="ui")return this.uiHost+n;if(t==="flags")return this.flagsApiHost+n;if(t==="assets"){var a=this.Gi(n);if(a)return""+a+n}if(this.region===ap)return this.apiHost+n;var l=sy+n;switch(t){case"assets":return"https://"+this.region+"-assets."+l;case"api":return"https://"+this.region+"."+l}}}function jb(s){var t;return!((t=s.conditions)==null||(t=t.events)==null||(t=t.values)==null||!t.length)}var Nt=Zt("[Surveys]"),Nb="seenSurvey_",Lb=s=>{try{var t=(n=>((a,l)=>""+Nb+(function(d){return d.current_iteration&&d.current_iteration>0?d.id+"_"+d.current_iteration:d.id})(l))(0,n))(s);if(localStorage.getItem(t))return;localStorage.setItem(t,"true")}catch(n){Nt.error("Failed to persist survey seen state",n)}},P5=[ef.Popover,ef.Widget,ef.API],U5={ignoreConditions:!1,ignoreDelay:!1,displayType:ep.Popover},F5=Zt("[PostHog ExternalIntegrations]"),q5={intercom:"intercom-integration",crispChat:"crisp-chat-integration"};class W5{constructor(t){this._instance=t}tr(t,n){var a;(a=$e.__PosthogExtensions__)==null||a.loadExternalDependency==null||a.loadExternalDependency(this._instance,t,(l=>{if(l)return F5.error("failed to load script",l);n()}))}startIfEnabledOrStop(){var t=this,n=function(){var d,p,c,h=a[0],v=a[1];!v||(d=$e.__PosthogExtensions__)!=null&&(d=d.integrations)!=null&&d[h]||t.tr(q5[h],(()=>{var S;(S=$e.__PosthogExtensions__)==null||(S=S.integrations)==null||(S=S[h])==null||S.start(t._instance)})),!v&&(p=$e.__PosthogExtensions__)!=null&&(p=p.integrations)!=null&&p[h]&&((c=$e.__PosthogExtensions__)==null||(c=c.integrations)==null||(c=c[h])==null||c.stop())};for(var a of Object.entries((l=this._instance.config.integrations)!==null&&l!==void 0?l:{})){var l;n()}}}class G5{constructor(t,n){this.it=t,this.Qi=n,this.Ji=new Map,this.Ki=!1}add(t){var n=this;return Xt((function*(){if(n.Ki)throw new Error("Cannot add an extension to a disposed ExtensionRuntime");if(n.Ji.has(t.name))throw new Error('Browser extension "'+t.name+'" is already registered');n.Ji.set(t.name,t);try{var a=t.setup(n.Qi);a&&(yield a)}catch(d){var l=n.Ji.get(t.name)===t;l&&n.Ji.delete(t.name),n.it.error('Failed to set up browser extension "'+t.name+'"',d),l&&n.Yi(t)}}))()}dispose(){if(!this.Ki){this.Ki=!0;var t=Array.from(this.Ji.values()).reverse();for(var n of(this.Ji.clear(),t))this.Yi(n)}}Yi(t){try{var n=t.dispose==null?void 0:t.dispose();n&&li(n.then)&&n.then(void 0,(a=>{this.it.error('Failed to dispose browser extension "'+t.name+'"',a)}))}catch(a){this.it.error('Failed to dispose browser extension "'+t.name+'"',a)}}}class V5{constructor(t){this._instance=t}get(t){var n;return(n=this._instance.persistence)==null?void 0:n.get_property(t)}set(t,n){var a;(a=this._instance.persistence)==null||a.set_property(t,n)}remove(t){var n;(n=this._instance.persistence)==null||n.unregister(t)}}var iy="extensionsRemoteConfig";class Y5{constructor(t){this.Ki=!1,this.instance=t,this.it=Te.createLogger("[BrowserExtensions]"),this.Xi=t.tn,this.kv=new V5(t),this.onEvent=n=>Cc(this.instance.on("eventCaptured",(a=>{try{n({event:a.event,properties:a.properties})}catch(l){this.it.error("Browser extension event listener failed",l)}}))),this.onRemoteConfig=n=>{if(this.Ki)return Cc((()=>{}));var a=d=>{try{n(d)}catch(p){this.it.error("Browser extension remote config listener failed",p)}},l=this.instance.en.on(iy,a);return this.Xi&&a(this.Xi),Cc(l)},this.rn=new G5(this.it,this)}get logger(){return this.it}get distinctId(){return this.instance.get_distinct_id()}get anonymousId(){var t;return(t=this.instance.get_property(Xo))!==null&&t!==void 0?t:this.distinctId}get groups(){return this.instance.getGroups()}get session(){try{var t,n,a,l,d=(t=this.instance.sessionManager)==null?void 0:t.checkAndGetSessionAndWindowId(!0);return{sessionId:(n=d==null?void 0:d.sessionId)!==null&&n!==void 0?n:"",windowId:(a=d==null?void 0:d.windowId)!==null&&a!==void 0?a:"",sessionStartTimestamp:(l=d==null?void 0:d.sessionStartTimestamp)!==null&&l!==void 0?l:0}}catch{return{sessionId:"",windowId:"",sessionStartTimestamp:0}}}get projectToken(){return this.instance.config.token}add(t){return this.rn.add(t)}capture(t,n,a){var l=this;return Xt((function*(){a?l.instance.capture(t,n,{timestamp:a.timestamp,uuid:a.uuid,$set:a.set,$set_once:a.setOnce}):l.instance.capture(t,n)}))()}registerDynamicEventProperties(t){return Cc(this.instance.nn(t))}handleRemoteConfig(t){this.Ki||(this.Xi=t,this.instance.en.emit(iy,t))}sendRequest(t,n){var a=this;return Xt((function*(){var l;n===void 0&&(n={});var d=a.instance.requestRouter.endpointFor((l=n.target)!==null&&l!==void 0?l:"api",t),p={method:n.method,url:n.query?_u(d,n.query):d,data:n.body,headers:n.headers,timeout:n.timeoutMs,fireCallbackOnDrop:!0,transport:n.transport};return n.transport==="sendBeacon"?(a.instance._send_request(p),{statusCode:202}):new Promise((c=>{p.callback=c,a.instance._send_request(p)}))}))()}dispose(){this.Ki||(this.Ki=!0,this.rn.dispose())}}var qo={},of=0,lu=()=>{},ny='Consent opt in/out is not valid with cookieless_mode="always" and will be ignored',Mo="Surveys module not available",ry="sanitize_properties is deprecated. Use before_send instead",Ob="Invalid value for property_denylist config: ",K5=["token","distinct_id",U1],pa="posthog",Bb=!D5&&(Qs==null?void 0:Qs.indexOf("MSIE"))===-1&&(Qs==null?void 0:Qs.indexOf("Mozilla"))===-1,lf=s=>{var t;return we({api_host:"https://us.i.posthog.com",flags_api_host:null,ui_host:null,asset_host:null,token:"",autocapture:!0,cross_subdomain_cookie:X4(Ae==null?void 0:Ae.location),persistence:"localStorage+cookie",persistence_name:"",cookie_persisted_properties:[],loaded:lu,save_campaign_params:!0,custom_campaign_params:[],custom_blocked_useragents:[],save_referrer:!0,capture_pageleave:"if_capture_pageview",defaults:s??"unset",__preview_deferred_init_extensions:!1,__preview_external_dependency_versioned_paths:!1,__preview_cookie_wins_on_conflict:!1,debug:ps&&zt(ps==null?void 0:ps.search)&&ps.search.indexOf("__posthog_debug=true")!==-1||!1,cookie_expiration:365,upgrade:!1,disable_session_recording:!1,disable_persistence:!1,disable_web_experiments:!0,disable_surveys:!1,disable_surveys_automatic_display:!1,disable_conversations:!1,disable_product_tours:!1,disableDeviceModel:!1,disable_external_dependency_loading:!1,strict_script_versioning:!1,enable_recording_console_log:void 0,secure_cookie:(le==null||(t=le.location)==null?void 0:t.protocol)==="https:",ip:!1,opt_out_capturing_by_default:!1,opt_out_persistence_by_default:!1,opt_out_useragent_filter:!1,opt_out_capturing_persistence_type:"localStorage",consent_persistence_name:null,opt_out_capturing_cookie_prefix:null,opt_in_site_apps:!1,property_denylist:[],respect_dnt:!1,sanitize_properties:null,request_headers:{},request_batching:!0,properties_string_max_length:65535,mask_all_element_attributes:!1,mask_all_text:!1,mask_personal_data_properties:!1,custom_personal_data_properties:[],advanced_disable_flags:!1,advanced_disable_decide:!1,advanced_disable_feature_flags:!1,advanced_disable_feature_flags_on_first_load:!1,advanced_only_evaluate_survey_feature_flags:!1,advanced_feature_flags_dedup_per_session:!1,advanced_enable_surveys:!1,advanced_disable_toolbar_metrics:!1,feature_flag_request_timeout_ms:3e3,surveys_request_timeout_ms:1e4,on_request_error(n){Te.error("Bad HTTP status: "+n.statusCode+" "+n.text)},get_device_id:n=>n,capture_performance:void 0,name:"posthog",bootstrap:{},disable_compression:!1,session_idle_timeout_seconds:1800,person_profiles:Jf,before_send:void 0,get_current_url:void 0,request_queue_config:{flush_interval_ms:rp},error_tracking:{},_onCapture:lu},(n=>({rageclick:n&&n>="2026-05-30"?{content_ignorelist:l5,ignore_text_selection:!0}:!n||"2025-11-30">n||{content_ignorelist:!0},capture_pageview:!n||"2025-05-24">n||"history_change",session_recording:n&&n>="2026-06-25"?{strictMinimumDuration:!0,canvasCapture:{resolutionScale:.6},streamNetworkBody:!0}:n&&n>="2026-05-30"?{strictMinimumDuration:!0,canvasCapture:{resolutionScale:.6}}:n&&n>="2025-11-30"?{strictMinimumDuration:!0}:{},external_scripts_inject_target:n&&n>="2026-01-30"?"head":"body",internal_or_test_user_hostname:n&&n>="2026-01-30"?/^(localhost|127\.0\.0\.1)$/:void 0,persistence_save_debounce_ms:n&&n>="2026-05-30"?250:0,split_storage:!(!n||"2026-05-30">n),detect_google_search_app:!(!n||"2026-05-30">n),disable_capture_url_hashes:!(!n||"2026-06-25">n)}))(s))},X5=[["process_person","person_profiles"],["xhr_headers","request_headers"],["cookie_name","persistence_name"],["disable_cookie","disable_persistence"],["__preview_disable_beacon","disable_beacon"],["store_google","save_campaign_params"],["verbose","debug"]],ay=s=>{var t={};for(var n of X5){var a=n[0],l=n[1];Ee(s[a])||(t[l]=s[a])}var d=Ft({},t,s),p=s.__preview_external_dependency_versioned_paths;return Ee(p)||(Ee(s.strict_script_versioning)&&(d.strict_script_versioning=!!p),zt(p)&&Ee(s.asset_host)&&(d.asset_host=p)),Xe(s.property_blacklist)&&(Ee(s.property_denylist)?d.property_denylist=s.property_blacklist:Xe(s.property_denylist)?d.property_denylist=[...s.property_blacklist,...s.property_denylist]:Te.error(Ob+s.property_denylist)),d};class J5{constructor(){this.__forceAllowLocalhost=!1}get sn(){return this.__forceAllowLocalhost}set sn(t){Te.error("WebPerformanceObserver is deprecated and has no impact on network capture. Use `_forceAllowLocalhostNetworkCapture` on `posthog.sessionRecording`"),this.__forceAllowLocalhost=t}}class wi{an(t,n){if(t){var a=this.Ji.indexOf(t);a!==-1&&this.Ji.splice(a,1)}return this.Ji.push(n),n.initialize==null||n.initialize(),n}ln(){return this.config.cookieless_mode===pn||this.config.cookieless_mode===wr&&this.consent.isRejected()}get decideEndpointWasHit(){var t,n;return(t=(n=this.featureFlags)==null?void 0:n.hasLoadedFlags)!==null&&t!==void 0&&t}get flagsEndpointWasHit(){var t,n;return(t=(n=this.featureFlags)==null?void 0:n.hasLoadedFlags)!==null&&t!==void 0&&t}constructor(){var t;this.webPerformance=new J5,this.un=!1,this.version=Tt.LIB_VERSION,this.en=new zp,this.Ji=[],this.hn=[],this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=lf(),this.SentryIntegration=g5,this.sentryIntegration=a=>(function(l,d){var p=ob(l,d);return{name:ab,processEvent:c=>p(c)}})(this,a),this.__request_queue=[],this.__loaded=!1,this.analyticsDefaultEndpoint="/e/",this.dn=!1,this.cn=null,this.vn=null,this.fn=null,this.scrollManager=new H5(this),this.pageViewManager=new W0(this),this.rateLimiter=new E5(this),this.requestRouter=new $5(this),this.consent=new i5(this),this.externalIntegrations=new W5(this);var n=(t=wi.__defaultExtensionClasses)!==null&&t!==void 0?t:{};this.featureFlags=n.featureFlags&&new n.featureFlags(this),this.toolbar=n.toolbar&&new n.toolbar(this),this.surveys=n.surveys&&new n.surveys(this),this.conversations=n.conversations&&new n.conversations(this),this.logs=n.logs&&new n.logs(this),this.metrics=n.metrics&&new n.metrics(this),this.experiments=n.experiments&&new n.experiments(this),this.exceptions=n.exceptions&&new n.exceptions(this),this.people={set:(a,l,d)=>{var p=zt(a)?{[a]:l}:a;this.setPersonProperties(p),d==null||d({})},set_once:(a,l,d)=>{var p=zt(a)?{[a]:l}:a;this.setPersonProperties(void 0,p),d==null||d({})}},this.on("eventCaptured",(a=>Te.info('send "'+(a==null?void 0:a.event)+'"',a)))}init(t,n,a){if(a&&a!==pa){var l,d=(l=qo[a])!==null&&l!==void 0?l:new wi;return d._init(t,n,a),qo[a]=d,qo[pa][a]=d,d}return this._init(t,n,a)}_init(t,n,a){var l,d;n===void 0&&(n={});var p=zt(t)?t.trim():"";if(!p)return Te.critical("PostHog was initialized without a token. This likely indicates a misconfiguration. Please check the first argument passed to posthog.init()"),this;if(this.__loaded)return console.warn("[PostHog.js]","You have already initialized PostHog! Re-initializing is a no-op"),this;this.__loaded=!0,this.config=lf(n.defaults),n.debug=this.pn(n.debug),this.gn=n,this.mn=[],n.person_profiles?this.vn=n.person_profiles:n.process_person&&(this.vn=n.process_person);var c=lf(n.defaults),h=ay(n),v=Ft({},c,h,{name:a,token:p});Kt(c.rageclick)&&Kt(h.rageclick)&&(v.rageclick=Ft({},c.rageclick,h.rageclick)),Kt(c.session_recording)&&Kt(h.session_recording)&&(v.session_recording=Ft({},c.session_recording,h.session_recording)),this.set_config(v),this.config.on_xhr_error&&Te.error("on_xhr_error is deprecated. Use on_request_error instead"),this.compression=n.disable_compression?void 0:Us.GZipJS;var S=this.yn();this.persistence=new Qd(this.config,S),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new Qd(we({},this.config,{persistence:"sessionStorage"}),S,!1);var f=we({},this.persistence.props),x=we({},this.sessionPersistence.props);this.register({$initialization_time:new Date().toISOString()}),this.bn=new L5((k=>this._n(k)),this.config.request_queue_config),this.wn=new B5(this),this.__request_queue=[];var E=this.ln();if(E||(this.sessionManager=new ty(this),this.sessionPropsManager=new ey(this,this.sessionManager,this.persistence)),this.config.__preview_deferred_init_extensions?(Te.info("Deferring extension initialization to improve startup performance"),setTimeout((()=>{this.xn(E)}),0)):(Te.info("Initializing extensions synchronously"),this.xn(E)),Tt.DEBUG=Tt.DEBUG||this.config.debug,Tt.DEBUG&&Te.info("Starting in debug mode",{this:this,config:n,thisC:we({},this.config),p:f,s:x}),!this.config.identity_distinct_id||(l=n.bootstrap)!=null&&l.distinctID||(n.bootstrap=we({},n.bootstrap,{distinctID:this.config.identity_distinct_id,isIdentifiedID:!0})),((d=n.bootstrap)==null?void 0:d.distinctID)!==void 0){var A=n.bootstrap.distinctID,C=this.get_distinct_id(),y=this.persistence.get_property(Si);if(n.bootstrap.isIdentifiedID&&C!=null&&C!==A&&y===la)this.identify(A);else if(n.bootstrap.isIdentifiedID&&C!=null&&C!==A&&y===fr)Te.warn("Bootstrap distinctID differs from an already-identified user. The existing identity is preserved. Call reset() before reinitializing if you intend to switch users.");else{var b=this.config.get_device_id(fn()),_=n.bootstrap.isIdentifiedID?b:A;this.persistence.set_property(Si,n.bootstrap.isIdentifiedID?fr:la),this.register({distinct_id:A,$device_id:_})}}if(E)this.register_once({distinct_id:yc,$device_id:null},"");else if(!this.get_distinct_id()){var m=this.config.get_device_id(fn());this.register_once({distinct_id:m,$device_id:m},""),this.persistence.set_property(Si,la)}return is(le,"onpagehide"in self?"pagehide":"unload",this._handle_unload.bind(this),{passive:!1}),n.segment?(function(k,R){var D=k.config.segment;if(!D)return R();(function(j,T){var M=j.config.segment;if(!M)return T();var I=G=>{var U=()=>G.anonymousId()||fn();j.config.get_device_id=U,G.id()&&(j.register({distinct_id:G.id(),$device_id:U()}),j.persistence.set_property(Si,fr)),T()},F=M.user();"then"in F&&li(F.then)?F.then(I):I(F)})(k,(()=>{D.register((j=>{typeof Promise<"u"&&Promise.resolve||Jd.warn("This browser does not have Promise support, and can not use the segment integration");var T=(M,I)=>{if(!I)return M;M.event.userId||M.event.anonymousId===j.get_distinct_id()||(Jd.info("No userId set, resetting PostHog"),j.reset()),M.event.userId&&M.event.userId!==j.get_distinct_id()&&(Jd.info("UserId set, identifying with PostHog"),j.identify(M.event.userId));var F=j.calculateEventProperties(I,M.event.properties);return M.event.properties=Object.assign({},F,M.event.properties),M};return{name:"PostHog JS",type:"enrichment",version:"1.0.0",isLoaded:()=>!0,load:()=>Promise.resolve(),track:M=>T(M,M.event.event),page:M=>T(M,fa),identify:M=>T(M,Yd),screen:M=>T(M,"$screen")}})(k)).then((()=>{R()}))}))})(this,(()=>this.kn())):this.kn(),li(this.config._onCapture)&&this.config._onCapture!==lu&&(Te.warn("onCapture is deprecated. Please use `before_send` instead"),this.on("eventCaptured",(k=>this.config._onCapture(k.event,k)))),this.config.ip&&Te.warn('The `ip` config option has NO EFFECT AT ALL and has been deprecated. Use a custom transformation or "Discard IP data" project setting instead. See https://posthog.com/tutorials/web-redact-properties#hiding-customer-ip-address for more information.'),this.config.disableDeviceModel||(function(){return Rb.apply(this,arguments)})().then((k=>{k&&this.register({[Gd]:k})})).catch(lu),this}xn(t){var n,a,l,d,p,c,h,v,S=performance.now(),f=we({},wi.__defaultExtensionClasses,this.config.__extensionClasses),x=[];f.featureFlags&&this.Ji.push(this.featureFlags=(n=this.featureFlags)!==null&&n!==void 0?n:new f.featureFlags(this)),f.exceptions&&this.Ji.push(this.exceptions=(a=this.exceptions)!==null&&a!==void 0?a:new f.exceptions(this)),f.historyAutocapture&&this.Ji.push(this.historyAutocapture=new f.historyAutocapture(this)),f.tracingHeaders&&this.Ji.push(this.tracingHeaders=new f.tracingHeaders(this)),f.siteApps&&this.Ji.push(this.siteApps=new f.siteApps(this)),f.sessionRecording&&!t&&this.Ji.push(this.sessionRecording=new f.sessionRecording(this)),this.config.disable_scroll_properties||x.push((()=>{this.scrollManager.startMeasuringScrollPosition()})),f.autocapture&&this.Ji.push(this.autocapture=new f.autocapture(this)),f.surveys&&this.Ji.push(this.surveys=(l=this.surveys)!==null&&l!==void 0?l:new f.surveys(this)),f.logs&&this.Ji.push(this.logs=(d=this.logs)!==null&&d!==void 0?d:new f.logs(this)),f.metrics&&this.Ji.push(this.metrics=(p=this.metrics)!==null&&p!==void 0?p:new f.metrics(this)),f.conversations&&this.Ji.push(this.conversations=(c=this.conversations)!==null&&c!==void 0?c:new f.conversations(this)),f.productTours&&this.Ji.push(this.productTours=new f.productTours(this)),f.heatmaps&&this.Ji.push(this.heatmaps=new f.heatmaps(this)),f.webVitalsAutocapture&&this.Ji.push(this.webVitalsAutocapture=new f.webVitalsAutocapture(this)),f.exceptionObserver&&this.Ji.push(this.exceptionObserver=new f.exceptionObserver(this)),f.deadClicksAutocapture&&this.Ji.push(this.deadClicksAutocapture=new f.deadClicksAutocapture(this,v5)),f.toolbar&&this.Ji.push(this.toolbar=(h=this.toolbar)!==null&&h!==void 0?h:new f.toolbar(this)),f.experiments&&this.Ji.push(this.experiments=(v=this.experiments)!==null&&v!==void 0?v:new f.experiments(this)),this.Ji.forEach((E=>{E.initialize&&x.push((()=>{E.initialize==null||E.initialize()}))})),x.push((()=>{if(this.Sn){var E=this.Sn;this.Sn=void 0,this.Ji.forEach((A=>A.onRemoteConfig==null?void 0:A.onRemoteConfig(E)))}})),this.Cn(x,S)}Cn(t,n){for(;t.length>0;){if(this.config.__preview_deferred_init_extensions&&performance.now()-n>=30&&t.length>0)return void setTimeout((()=>{this.Cn(t,n)}),0);var a=t.shift();if(a)try{a()}catch(d){Te.error("Error initializing extension:",d)}}var l=Math.round(performance.now()-n);this.register_for_session({[F1]:this.config.__preview_deferred_init_extensions?"deferred":"synchronous",[q1]:l}),this.config.__preview_deferred_init_extensions&&Te.info("PostHog extensions initialized ("+l+"ms)")}Br(t){var n;if(!Ae||!Ae.body)return Te.info("document not ready yet, trying again in 500 milliseconds..."),void setTimeout((()=>{this.Br(t)}),500);if(this.config.__preview_deferred_init_extensions&&(this.Sn=t),this.tn=t,this.compression=void 0,t.ok){var a,l=t.config;l.supportedCompression&&!this.config.disable_compression&&(this.compression=Ye(l.supportedCompression,Us.GZipJS)?Us.GZipJS:Ye(l.supportedCompression,Us.Base64)?Us.Base64:void 0),(a=l.analytics)!=null&&a.endpoint&&(this.analyticsDefaultEndpoint=l.analytics.endpoint)}this.set_config({person_profiles:this.vn?this.vn:Jf}),(n=this.Mn)==null||n.handleRemoteConfig(t),this.Ji.forEach((d=>d.onRemoteConfig==null?void 0:d.onRemoteConfig(t)))}kn(){try{this.config.loaded(this)}catch(a){Te.critical("`loaded` function failed",a)}if(this.In(),this.config.internal_or_test_user_hostname&&ps!=null&&ps.hostname){var t=ps.hostname,n=this.config.internal_or_test_user_hostname;(typeof n=="string"?t===n:n.test(t))&&this.setInternalOrTestUser()}this.config.capture_pageview&&setTimeout((()=>{(this.consent.isOptedIn()||this.ln())&&this.Tn()}),1),this.En=new _b(this),this.En.load()}In(){var t;this.is_capturing()&&this.config.request_batching&&((t=this.bn)==null||t.enable())}_dom_loaded(){this.is_capturing()&&bc(this.__request_queue,(t=>this._n(t))),this.__request_queue=[],this.In()}_handle_unload(){var t,n,a,l,d;(t=this.surveys)==null||t.handlePageUnload==null||t.handlePageUnload(),(n=this.metrics)==null||n.flush("sendBeacon"),this.config.request_batching?(this.Rn()&&this.capture(Vd),(a=this.logs)==null||a.flushLogs("sendBeacon"),(l=this.bn)==null||l.unload(),(d=this.wn)==null||d.unload()):this.Rn()&&this.capture(Vd,null,{transport:"sendBeacon"})}_send_request(t){this.__loaded?Bb?this.__request_queue.push(t):this.rateLimiter.isServerRateLimited(t.batchKey)?t.fireCallbackOnDrop&&(t.callback==null||t.callback({statusCode:429})):(t.transport=t.transport||this.config.api_transport,t.headers=we({},this.config.request_headers,t.headers),t.compression=t.compression==="best-available"?this.compression:t.compression,(Ee(this.config.disable_beacon)?this.config.__preview_disable_beacon:this.config.disable_beacon)&&(t.disableTransport=["sendBeacon"]),t.fetchOptions=t.fetchOptions||this.config.fetch_options,(n=>{var a,l,d,p=we({},n);p.timeout=p.timeout||6e4;var c,h,v,S,f,x=(a=p.transport)!==null&&a!==void 0?a:"fetch";x==="sendBeacon"&&Ee(p.compression)&&p.data&&(p.compression=Us.Base64),p.method==="POST"&&p.data&&(p.timestampMode==="capture-body"?p.data={api_key:(h=(f=(S=Xe(c=p.data)?c:[c])[0])==null||(v=f.properties)==null?void 0:v.token)!==null&&h!==void 0?h:f==null?void 0:f.token,batch:S,sent_at:new Date().toISOString()}:p.timestampMode==="body"&&(p.data=(function(C,y){return y===void 0&&(y=new Date().toISOString()),Xe(C)?C.map((b=>we({},b,{sent_at:y}))):we({},C,{sent_at:y})})(p.data))),p.url=Q0(p.url,p.method,p.compression,p.timestampMode);var E=Hc.filter((C=>!p.disableTransport||!C.transport||!p.disableTransport.includes(C.transport))),A=(l=(d=(function(C,y){for(var b=0;C.length>b;b++)if(C[b].transport===x)return C[b]})(E))==null?void 0:d.method)!==null&&l!==void 0?l:E[0].method;if(!A)throw new Error("No available transport method");x!=="sendBeacon"&&p.data&&p.compression===Us.GZipJS&&Z3&&typeof Promise<"u"&&!Bc?j5(p).then((C=>{A(C)})).catch((C=>{if(b0(C))return Bc=!0,void A(we({},p,{compression:void 0,url:Q0(n.url,n.method,void 0,n.timestampMode)}));(y=>{if(!y||typeof y!="object")return!1;var b="name"in y?String(y.name):"";return b0(y)||b===n1})(C)&&(Bc=!0),A(p)})):A(p)})(we({},t,{callback:n=>{var a,l;this.rateLimiter.checkForLimiting(n),400>n.statusCode||(a=(l=this.config).on_request_error)==null||a.call(l,n),t.callback==null||t.callback(n)}}))):t.fireCallbackOnDrop&&(t.callback==null||t.callback({statusCode:0}))}_n(t){this.wn?this.wn.retriableRequest(t):this._send_request(t)}_execute_array(t){of++;try{var n,a=[],l=[],d=[];bc(t,(c=>{if(c)if(Xe(n=c[0]))d.push(c);else if(li(c))try{c.call(this)}catch(h){Te.error("Error executing queued PostHog call",c,h)}else Xe(c)&&n==="alias"?a.push(c):Xe(c)&&n.indexOf("capture")!==-1&&li(this[n])?d.push(c):l.push(c)}));var p=function(c,h){bc(c,(function(v){try{if(Xe(v[0])){var S=h;$t(v,(function(f){S=S[f[0]].apply(S,f.slice(1))}))}else h[v[0]].apply(h,v.slice(1))}catch(f){Te.error("Error executing queued PostHog call",v,f)}}))};p(a,this),p(l,this),p(d,this)}finally{of--}}push(t){if(of>0&&Xe(t)&&zt(t[0])){var n=wi.prototype[t[0]];li(n)&&n.apply(this,t.slice(1))}else this._execute_array([t])}capture(t,n,a){var l,d,p,c,h,v,S;if(this.__loaded&&this.persistence&&this.sessionPersistence&&this.bn){if(this.is_capturing())if(!Ee(t)&&zt(t)){var f=!this.config.opt_out_useragent_filter&&this._is_bot();if(!f||this.config.__preview_capture_bot_pageviews){var x=a!=null&&a.skip_client_rate_limiting?void 0:this.rateLimiter.clientRateLimitContext();if(x==null||!x.isRateLimited){if(this.hn.length>0){var E={};for(var A of this.hn.slice())try{Ft(E,A())}catch(H){Te.error("Failed to produce browser extension event properties",H)}n=we({},E,n??{})}var C;(l=n)!=null&&l.$current_url&&!zt((d=n)==null?void 0:d.$current_url)&&(Te.error("Invalid `$current_url` property provided to `posthog.capture`. Input must be a string. Ignoring provided value."),(C=n)==null||delete C.$current_url),t!=="$exception"||a!=null&&a.Pn||Te.warn("Using `posthog.capture('$exception')` is unreliable because it does not attach required metadata. Use `posthog.captureException(error)` instead, which attaches required metadata automatically."),this.sessionPersistence.update_search_keyword(),this.config.save_campaign_params&&this.sessionPersistence.update_campaign_params(),this.config.save_referrer&&this.sessionPersistence.update_referrer_info(),(this.config.save_campaign_params||this.config.save_referrer)&&this.persistence.set_initial_person_info();var y=new Date,b=(a==null?void 0:a.timestamp)||y,_=E0(a==null?void 0:a.uuid,fn),m={uuid:_,event:t,properties:this.calculateEventProperties(t,n||{},b,_)};t===fa&&this.config.__preview_capture_bot_pageviews&&f&&(m.event="$bot_pageview",m.properties.$browser_type="bot"),x&&(m.properties.$lib_rate_limit_remaining_tokens=x.remainingTokens);var k=t==="$feature_flag_called"&&m.properties.$feature_flag_has_experiment===!1&&this.get_property(Kc)===!0;a!=null&&a.$set&&!k&&(m.$set=a==null?void 0:a.$set);var R=a==null?void 0:a.$unset;R&&(m.$unset=R);var D,j,T,M=k?void 0:this.On(a==null?void 0:a.$set_once,t!==M0,t===Yd);if(M&&(m.$set_once=M),a!=null&&a._noTruncate||(c=this.config.properties_string_max_length,h=m,v=H=>zt(H)?H.slice(0,c):H,S=new Set,m=(function H(L,B){if(L!==Object(L))return v?v(L):L;if(!S.has(L)){var V;if(S.add(L),Xe(L))V=[],bc(L,(ue=>{V.push(H(ue))}));else{var te={};$t(L,((ue,fe)=>{S.has(ue)||(te[fe]=H(ue))})),V=te}return V}})(h)),m.timestamp=b,Ee(a==null?void 0:a.timestamp)||(m.properties.$event_time_override_provided=!0,m.properties.$event_time_override_system_time=y),k&&(m.properties=(function(H,L){L===void 0&&(L=[]);var B={},V=te=>{H[te]!==void 0&&(B[te]=H[te])};return Q3.forEach(V),L.forEach(V),B})(m.properties,K5)),t===gn.DISMISSED||t===gn.SENT){var I,F,G=(I=n)==null?void 0:I[tf.SURVEY_ID],U=(F=n)==null?void 0:F[tf.SURVEY_ITERATION];Lb({id:G,current_iteration:U}),m.$set=we({},m.$set,{[(D={id:G,current_iteration:U},j=t===gn.SENT?"responded":"dismissed",T="$survey_"+j+"/"+D.id,D.current_iteration&&D.current_iteration>0&&(T="$survey_"+j+"/"+D.id+"/"+D.current_iteration),T)]:!0})}else t===gn.SHOWN&&(m.$set=we({},m.$set,{[tf.SURVEY_LAST_SEEN_DATE]:new Date().toISOString()}));if(t===C5.SHOWN){var X,Z=(X=n)==null?void 0:X[V0.TOUR_TYPE];Z&&(m.$set=we({},m.$set,{[V0.TOUR_LAST_SEEN_DATE+"/"+Z]:new Date().toISOString()}))}var q=we({},m.properties.$set,m.$set);if(Wn(q)||this.setPersonPropertiesForFlags(q),!et(this.config.before_send)){var W=this.Rt(m);if(!W)return;(m=W).uuid=E0(m.uuid,fn)}this.en.emit("eventCaptured",m);var Q=(p=a==null?void 0:a._url)!==null&&p!==void 0?p:this.requestRouter.endpointFor("api",this.analyticsDefaultEndpoint),O={method:"POST",url:Q,data:m,compression:"best-available",timestampMode:(a==null?void 0:a._batchKey)==="recordings"||/\/s\/(?:\?|$)/.test(Q)?"body":"capture-body",batchKey:a==null?void 0:a._batchKey,transport:a==null?void 0:a.transport};return!this.config.request_batching||a&&(a==null||!a._batchKey)||a!=null&&a.send_instantly?this._n(O):this.bn.enqueue(O),m}Te.critical("This capture call is ignored due to client rate limiting.")}}else Te.error("No event name provided to posthog.capture")}else Te.uninitializedWarning("posthog.capture")}_addCaptureHook(t){return this.on("eventCaptured",(n=>t(n.event,n)))}Fn(){var t;return(t=this.Mn)!==null&&t!==void 0?t:this.Mn=new Y5(this)}nn(t){this.hn.push(t);var n=!0;return()=>{if(n){n=!1;var a=this.hn.indexOf(t);a!==-1&&this.hn.splice(a,1)}}}calculateEventProperties(t,n,a,l,d){if(a=a||new Date,!this.persistence||!this.sessionPersistence)return n;var p=d?void 0:this.persistence.remove_event_timer(t),c=we({},n);if(c.token=this.config.token,c.$config_defaults=this.config.defaults,this.ln()&&(c[U1]=!0),t==="$snapshot"){var h=we({},this.persistence.properties(),this.sessionPersistence.properties());return c.distinct_id=h.distinct_id,(!zt(c.distinct_id)&&!Ls(c.distinct_id)||Af(c.distinct_id))&&Te.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),c}var v,S=(function(m,k,R,D){var j,T,M,I;if(D===void 0&&(D=!1),!Qs)return{};var F,G=m?[...Aa,...k||[]]:[],U=(function(Fe){for(var ze=0;x0.length>ze;ze++){var Ge=x0[ze],He=Ge[1],Ne=Ge[0].exec(Fe),Qt=Ne&&(li(He)?He(Ne,Fe):He);if(Qt)return Qt}return["",""]})(Qs),X=U[0],Z=U[1],q=(F=typeof navigator<"u"?navigator:void 0)!=null&&F.brave?{brave:!0}:{},W={};Ee(R)||(W.detectGoogleSearchApp=R);var Q={},O=(j=navigator)==null||(j=j.userAgentData)==null?void 0:j.platform,H=(T=navigator)==null?void 0:T.maxTouchPoints,L=le==null||(M=le.screen)==null?void 0:M.width,B=le==null||(I=le.screen)==null?void 0:I.height,V=le==null?void 0:le.devicePixelRatio;Ee(O)||(Q.userAgentDataPlatform=O),Ee(H)||(Q.maxTouchPoints=H),Ee(L)||(Q.screenWidth=L),Ee(B)||(Q.screenHeight=B),Ee(V)||(Q.devicePixelRatio=V);var te,ue,fe,K,$,ce,re,ye,Ce=Ft(Np({$os:X,$os_version:Z,$browser:A1(Qs,navigator.vendor,q,W),$device:C0(Qs),$device_type:(ue=Qs,fe=Q,ye=C0(ue),ye===u1||ye===c1||ye==="Kobo"||ye==="Kindle Fire"||ye===x1?Ca:ye===Yo||ye===Sa||ye===Ko||ye===Mf?"Console":ye===d1?"Wearable":ye?ui:(fe==null?void 0:fe.userAgentDataPlatform)==="Android"&&((K=fe==null?void 0:fe.maxTouchPoints)!==null&&K!==void 0?K:0)>0?600>Math.min(($=fe==null?void 0:fe.screenWidth)!==null&&$!==void 0?$:0,(ce=fe==null?void 0:fe.screenHeight)!==null&&ce!==void 0?ce:0)/((re=fe==null?void 0:fe.devicePixelRatio)!==null&&re!==void 0?re:1)?ui:Ca:"Desktop"),$timezone:gb(),$timezone_offset:S5()}),{$current_url:Qo(D?Kn(ps==null?void 0:ps.href):ps==null?void 0:ps.href,G,el),$host:ps==null?void 0:ps.host,$pathname:ps==null?void 0:ps.pathname,$raw_user_agent:Qs.length>1e3?Qs.substring(0,997)+"...":Qs,$browser_version:m4(Qs,navigator.vendor,q,W),$browser_language:G0(),$browser_language_prefix:(te=G0(),typeof te=="string"?te.split("-")[0]:void 0),$screen_height:le==null?void 0:le.screen.height,$screen_width:le==null?void 0:le.screen.width,$viewport_height:le==null?void 0:le.innerHeight,$viewport_width:le==null?void 0:le.innerWidth,$lib:Tt.LIB_NAME,$lib_version:Tt.LIB_VERSION,$insert_id:Math.random().toString(36).substring(2,10)+Math.random().toString(36).substring(2,10),$time:Date.now()/1e3});return Tt.SDK_DIST_CHANNEL&&(Ce.$sdk_dist_channel=Tt.SDK_DIST_CHANNEL),Ce})(this.config.mask_personal_data_properties,this.config.custom_personal_data_properties,this.config.detect_google_search_app,this.config.disable_capture_url_hashes);if(this.sessionManager){var f=this.sessionManager.checkAndGetSessionAndWindowId(d,a.getTime()),x=f.windowId;c.$session_id=f.sessionId,c.$window_id=x}this.sessionPropsManager&&Ft(c,this.sessionPropsManager.getSessionProps());try{var E;this.sessionRecording&&Ft(c,this.sessionRecording.sdkDebugProperties),c.$sdk_debug_retry_queue_size=(E=this.wn)==null?void 0:E.length}catch(m){c.$sdk_debug_error_capturing_properties=String(m)}if(this.requestRouter.region===ap&&(c.$lib_custom_api_host=this.config.api_host),v=t!==fa||d?t!==Vd||d?this.pageViewManager.doEvent():this.pageViewManager.doPageLeave(a):this.pageViewManager.doPageView(a,l),c=Ft(c,v),t===fa&&Ae&&(c.title=Ae.title),!Ee(p)){var A=a.getTime()-p;c.$duration=parseFloat((A/1e3).toFixed(3))}Qs&&this.config.opt_out_useragent_filter&&(c.$browser_type=this._is_bot()?"bot":"browser");var C=this.persistence.properties(),y=this.sessionPersistence.properties();$t(["$referrer","$referring_domain"],(m=>{m in C&&delete y[m]})),(c=Ft({},S,C,y,c)).$is_identified=this._isIdentified(),Xe(this.config.property_denylist)?$t(this.config.property_denylist,(function(m){delete c[m]})):Te.error(Ob+this.config.property_denylist+" or property_blacklist config: "+this.config.property_blacklist);var b=this.config.sanitize_properties;b&&(Te.error(ry),c=b(c,t));var _=this.An();return c.$process_person_profile=_,_&&!d&&this.$n("_calculate_event_properties"),c}On(t,n,a){var l;if(n===void 0&&(n=!0),a===void 0&&(a=!1),!this.persistence||!this.An()||this.un&&!a)return t;var d=this.persistence.get_initial_props(),p=(l=this.sessionPropsManager)==null?void 0:l.getSetOnceProps(),c=Ft({},d,p||{},t||{}),h=this.config.sanitize_properties;return h&&(Te.error(ry),c=h(c,"$set_once")),n&&(this.un=!0),Wn(c)?void 0:c}register(t,n){var a;(a=this.persistence)==null||a.register(t,n)}register_once(t,n,a){var l;(l=this.persistence)==null||l.register_once(t,n,a)}register_for_session(t){var n;(n=this.sessionPersistence)==null||n.register(t)}unregister(t){var n;(n=this.persistence)==null||n.unregister(t)}unregister_for_session(t){var n;(n=this.sessionPersistence)==null||n.unregister(t)}Ln(t,n){this.register({[t]:n})}getFeatureFlag(t,n){var a;return(a=this.featureFlags)==null?void 0:a.getFeatureFlag(t,n)}getFeatureFlagPayload(t){var n;return(n=this.featureFlags)==null?void 0:n.getFeatureFlagPayload(t)}getFeatureFlagResult(t,n){var a;return(a=this.featureFlags)==null?void 0:a.getFeatureFlagResult(t,n)}getAllFeatureFlags(){var t,n;return(t=(n=this.featureFlags)==null?void 0:n.getAllFeatureFlags())!==null&&t!==void 0?t:[]}isFeatureEnabled(t,n){var a,l;return(a=(l=this.featureFlags)==null?void 0:l.isFeatureEnabled(t,n))!==null&&a!==void 0?a:n==null?void 0:n.defaultValue}reloadFeatureFlags(){var t;(t=this.featureFlags)==null||t.reloadFeatureFlags()}updateFlags(t,n,a){var l;(l=this.featureFlags)==null||l.updateFlags(t,n,a)}updateEarlyAccessFeatureEnrollment(t,n,a){var l;(l=this.featureFlags)==null||l.updateEarlyAccessFeatureEnrollment(t,n,a)}getEarlyAccessFeatures(t,n,a){var l;return n===void 0&&(n=!1),(l=this.featureFlags)==null?void 0:l.getEarlyAccessFeatures(t,n,a)}on(t,n){return this.en.on(t,n)}onFeatureFlags(t){return this.featureFlags?this.featureFlags.onFeatureFlags(t):(t([],{},{errorsLoading:!0}),()=>{})}onSurveysLoaded(t){return this.surveys?this.surveys.onSurveysLoaded(t):(t([],{isLoaded:!1,error:Mo}),()=>{})}onSessionId(t){var n,a;return(n=(a=this.sessionManager)==null?void 0:a.onSessionId(t))!==null&&n!==void 0?n:()=>{}}getSurveys(t,n){n===void 0&&(n=!1),this.surveys?this.surveys.getSurveys(t,n):t([],{isLoaded:!1,error:Mo})}getActiveMatchingSurveys(t,n){n===void 0&&(n=!1),this.surveys?this.surveys.getActiveMatchingSurveys(t,n):t([],{isLoaded:!1,error:Mo})}renderSurvey(t,n){var a;(a=this.surveys)==null||a.renderSurvey(t,n)}displaySurvey(t,n){var a;n===void 0&&(n=U5),(a=this.surveys)==null||a.displaySurvey(t,n)}cancelPendingSurvey(t){var n;(n=this.surveys)==null||n.cancelPendingSurvey(t)}canRenderSurvey(t){var n,a;return(n=(a=this.surveys)==null?void 0:a.canRenderSurvey(t))!==null&&n!==void 0?n:{visible:!1,disabledReason:Mo}}canRenderSurveyAsync(t,n){var a,l;return n===void 0&&(n=!1),(a=(l=this.surveys)==null?void 0:l.canRenderSurveyAsync(t,n))!==null&&a!==void 0?a:Promise.resolve({visible:!1,disabledReason:Mo})}Dn(t){return!t||Af(t)?(Te.critical("Unique user id has not been set in posthog.identify"),!1):t===yc?(Te.critical('The string "'+t+'" was set in posthog.identify which indicates an error. This ID is only used as a sentinel value.'),!1):!["distinct_id","distinctid"].includes(t.toLowerCase())&&!["undefined","null"].includes(t.toLowerCase())||(Te.critical('The string "'+t+'" was set in posthog.identify which indicates an error. This ID should be unique to the user and not a hardcoded string.'),!1)}identify(t,n,a){if(!this.__loaded||!this.persistence)return Te.uninitializedWarning("posthog.identify");if(Ls(t)&&(t=t.toString(),Te.warn("The first argument to posthog.identify was a number, but it should be a string. It has been converted to a string.")),this.Dn(t)&&this.$n("posthog.identify")){var l=this.get_distinct_id();this.register({$user_id:t}),this.get_property(Xo)||this.register_once({$had_persisted_distinct_id:!0,$device_id:l},""),t!==l&&t!==this.get_property(Lo)&&(this.unregister(Lo),this.register({distinct_id:t}));var d,p=(this.persistence.get_property(Si)||la)===la,c=t!==l,h=!c&&p;if(c&&p)this.persistence.set_property(Si,fr),this.setPersonPropertiesForFlags({$set:n||{},$set_once:a||{}},!1),this.capture(Yd,{distinct_id:t,$anon_distinct_id:l},{$set:n||{},$set_once:a||{}}),this.fn=af(t,n,a),(d=this.featureFlags)==null||d.setAnonymousDistinctId(l);else if(h){this.persistence.set_property(Si,fr);var v=n||{},S=a||{};this.setPersonPropertiesForFlags({$set:v,$set_once:S},!1),this.capture("$set",{$set:v,$set_once:S}),this.fn=af(t,n,a)}else(n||a)&&this.setPersonProperties(n,a);c?(this.reloadFeatureFlags(),this.unregister(Po)):h&&(n||a)&&this.reloadFeatureFlags()}}setPersonProperties(t,n){if((t||n)&&this.$n("posthog.setPersonProperties")){var a=af(this.get_distinct_id(),t,n);this.fn!==a?(this.setPersonPropertiesForFlags({$set:t||{},$set_once:n||{}},!0),this.capture("$set",{$set:t||{},$set_once:n||{}}),this.fn=a):Te.info("A duplicate setPersonProperties call was made with the same properties. It has been ignored.")}}unsetPersonProperties(t){var n,a=(Xe(t)?t:[t]).filter((l=>zt(l)&&l.length>0));a.length!==0&&this.$n("posthog.unsetPersonProperties")&&((n=this.featureFlags)==null||n.unsetPersonPropertiesForFlags(a,!0),this.capture("$set",{$unset:a}),this.fn=null)}group(t,n,a){if(t&&n){var l=this.getGroups(),d=l[t]!==n;if(d&&this.resetGroupPropertiesForFlags(t),this.register({$groups:we({},l,{[t]:n})}),d||a){var p={$group_type:t,$group_key:n};a&&(p.$group_set=a),this.capture(M0,p)}a&&this.setGroupPropertiesForFlags({[t]:a}),d&&!a&&this.reloadFeatureFlags()}else Te.error("posthog.group requires a group type and group key")}resetGroups(){this.register({$groups:{}}),this.resetGroupPropertiesForFlags(),this.reloadFeatureFlags()}setPersonPropertiesForFlags(t,n){var a;n===void 0&&(n=!0),(a=this.featureFlags)==null||a.setPersonPropertiesForFlags(t,n)}resetPersonPropertiesForFlags(t){var n;t===void 0&&(t=!0),(n=this.featureFlags)==null||n.resetPersonPropertiesForFlags(t)}setGroupPropertiesForFlags(t,n){var a;n===void 0&&(n=!0),this.$n("posthog.setGroupPropertiesForFlags")&&((a=this.featureFlags)==null||a.setGroupPropertiesForFlags(t,n))}resetGroupPropertiesForFlags(t){var n;(n=this.featureFlags)==null||n.resetGroupPropertiesForFlags(t)}reset(t){var n,a,l,d,p,c,h,v,S,f;if(Te.info("reset"),!this.__loaded)return Te.uninitializedWarning("posthog.reset");var x,E=this.get_property(Xo),A=this.get_property(Gd),C=this.get_property(Er);if(this.consent.reset(),(n=this.persistence)==null||n.clear(),(a=this.sessionPersistence)==null||a.clear(),Ee(C)||(x=this.persistence)==null||x.register({[Er]:C}),(l=this.surveys)==null||l.reset(),(d=this.En)==null||d.stop(),(p=this.featureFlags)==null||p.reset(),(c=this.conversations)==null||c.reset(),(h=this.logs)==null||h.reset(),(v=this.metrics)==null||v.reset(),(S=this.persistence)==null||S.set_property(Si,la),(f=this.sessionManager)==null||f.resetSessionId(),this.fn=null,this.config.cookieless_mode===pn)this.register_once({distinct_id:yc,$device_id:null},"");else{var y=this.config.get_device_id(fn());this.register_once({distinct_id:y,$device_id:t?y:E},""),t||Ee(A)||this.register({[Gd]:A})}this.register({$last_posthog_reset:new Date().toISOString()},1),delete this.config.identity_distinct_id,delete this.config.identity_hash,this.reloadFeatureFlags()}shutdown(t){var n=this;return Xt((function*(){var a,l,d,p,c,h,v;n.__loaded?((a=n.En)==null||a.stop(),(l=n.Mn)==null||l.dispose(),(d=n.logs)==null||d.flushLogs("sendBeacon"),(p=n.metrics)==null||p.flush("sendBeacon"),(c=n.bn)==null||c.unload(),(h=n.wn)==null||h.unload(),(v=n.featureFlags)==null||v.destroy()):Te.uninitializedWarning("posthog.shutdown")}))()}setIdentity(t,n){var a;this.config.identity_distinct_id=t,this.config.identity_hash=n,this.alias(t),(a=this.conversations)==null||a.Nn()}clearIdentity(){var t;delete this.config.identity_distinct_id,delete this.config.identity_hash,(t=this.conversations)==null||t.qn()}get_distinct_id(){return this.get_property("distinct_id")}getGroups(){return this.get_property("$groups")||{}}get_session_id(){var t,n;return(t=(n=this.sessionManager)==null?void 0:n.checkAndGetSessionAndWindowId(!0).sessionId)!==null&&t!==void 0?t:""}get_session_replay_url(t){if(!this.sessionManager)return"";var n=this.sessionManager.checkAndGetSessionAndWindowId(!0),a=n.sessionStartTimestamp,l=this.requestRouter.endpointFor("ui","/project/"+this.config.token+"/replay/"+n.sessionId);if(t!=null&&t.withTimestamp&&a){var d,p=(d=t.timestampLookBack)!==null&&d!==void 0?d:10;if(!a)return l;l+="?t="+Math.max(Math.floor((new Date().getTime()-a)/1e3)-p,0)}return l}alias(t,n){return t===this.get_property(B1)?(Te.critical("Attempting to create alias for existing People user - aborting."),-2):this.$n("posthog.alias")?(Ee(n)&&(n=this.get_distinct_id()),t!==n?(this.Ln(Lo,t),this.capture("$create_alias",{alias:t,distinct_id:n})):(Te.warn("alias matches current distinct_id - skipping api call."),this.identify(t),-1)):void 0}set_config(t){var n=we({},this.config);if(Kt(t)){var a,l,d,p,c,h,v,S,f,x,E;Ft(this.config,ay(t));var A=this.yn();(a=this.persistence)==null||a.update_config(this.config,n,A),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new Qd(we({},this.config,{persistence:"sessionStorage"}),A,!1);var C=this.pn(this.config.debug);ji(C)&&(this.config.debug=C),ji(this.config.debug)&&(this.config.debug?(Tt.DEBUG=!0,Ut.N()&&Ut.A("ph_debug",!0),Te.info("set_config",{config:t,oldConfig:n,newConfig:we({},this.config)})):(Tt.DEBUG=!1,Ut.N()&&Ut.D("ph_debug"))),(l=this.exceptionObserver)==null||l.onConfigChange(),(d=this.exceptions)==null||d.onConfigChange(),(p=this.sessionRecording)==null||p.startIfEnabledOrStop(),(c=this.tracingHeaders)==null||c.startIfEnabledOrStop(),(h=this.autocapture)==null||h.startIfEnabled(),(v=this.heatmaps)==null||v.startIfEnabled(),(S=this.exceptionObserver)==null||S.startIfEnabledOrStop(),(f=this.deadClicksAutocapture)==null||f.startIfEnabledOrStop(),(x=this.surveys)==null||x.loadIfEnabled(),this.jn(),(E=this.externalIntegrations)==null||E.startIfEnabledOrStop()}}_overrideSDKInfo(t,n){Tt.LIB_NAME=t,Tt.LIB_VERSION=n}startSessionRecording(t){var n,a,l,d,p,c=t===!0,h={sampling:c||!(t==null||!t.sampling),linked_flag:c||!(t==null||!t.linked_flag),url_trigger:c||!(t==null||!t.url_trigger),event_trigger:c||!(t==null||!t.event_trigger)};Object.values(h).some(Boolean)&&((n=this.sessionManager)==null||n.checkAndGetSessionAndWindowId(),h.sampling&&((a=this.sessionRecording)==null||a.overrideSampling()),h.linked_flag&&((l=this.sessionRecording)==null||l.overrideLinkedFlag()),h.url_trigger&&((d=this.sessionRecording)==null||d.overrideTrigger("url")),h.event_trigger&&((p=this.sessionRecording)==null||p.overrideTrigger("event"))),this.set_config({disable_session_recording:!1})}stopSessionRecording(){this.set_config({disable_session_recording:!0})}sessionRecordingStarted(){var t;return!((t=this.sessionRecording)==null||!t.started)}captureException(t,n){if(this.exceptions){var a=new Error("PostHog syntheticException"),l=this.exceptions.buildProperties(t,{handled:!0,syntheticException:a});return this.exceptions.sendExceptionEvent(we({},l,n))}}addExceptionStep(t,n){var a;(a=this.exceptions)==null||a.addExceptionStep(t,n)}captureLog(t){var n;(n=this.logs)==null||n.captureLog(t)}get logger(){var t,n;return(t=(n=this.logs)==null?void 0:n.logger)!==null&&t!==void 0?t:wi.Bn}startExceptionAutocapture(t){this.set_config({capture_exceptions:t==null||t})}stopExceptionAutocapture(){this.set_config({capture_exceptions:!1})}loadToolbar(t){var n,a;return(n=(a=this.toolbar)==null?void 0:a.loadToolbar(t))!==null&&n!==void 0&&n}get_property(t){var n;return(n=this.persistence)==null?void 0:n.props[t]}getSessionProperty(t){var n;return(n=this.sessionPersistence)==null?void 0:n.props[t]}toString(){var t,n=(t=this.config.name)!==null&&t!==void 0?t:pa;return n!==pa&&(n=pa+"."+n),n}_isIdentified(){var t,n;return((t=this.persistence)==null?void 0:t.get_property(Si))===fr||((n=this.sessionPersistence)==null?void 0:n.get_property(Si))===fr}An(){var t,n;return!(this.config.person_profiles==="never"||this.config.person_profiles===Jf&&!this._isIdentified()&&Wn(this.getGroups())&&((t=this.persistence)==null||(t=t.props)==null||!t[Lo])&&((n=this.persistence)==null||(n=n.props)==null||!n[Zc]))}Rn(){return this.config.capture_pageleave===!0||this.config.capture_pageleave==="if_capture_pageview"&&(this.config.capture_pageview===!0||this.config.capture_pageview==="history_change")}createPersonProfile(){this.An()||this.$n("posthog.createPersonProfile")&&this.setPersonProperties({},{})}setInternalOrTestUser(){this.$n("posthog.setInternalOrTestUser")&&this.setPersonProperties({$internal_or_test_user:!0})}$n(t){return this.config.person_profiles==="never"?(Te.error(t+' was called, but process_person is set to "never". This call will be ignored.'),!1):(this.Ln(Zc,!0),!0)}yn(){if(this.config.cookieless_mode==="always")return!0;var t=this.consent.isOptedOut();return this.config.disable_persistence||t&&!(!this.config.opt_out_persistence_by_default&&this.config.cookieless_mode!==wr)}jn(){var t,n,a,l,d=this.yn();return((t=this.persistence)==null?void 0:t.yr)!==d&&((a=this.persistence)==null||a.set_disabled(d)),((n=this.sessionPersistence)==null?void 0:n.yr)!==d&&((l=this.sessionPersistence)==null||l.set_disabled(d)),d}opt_in_capturing(t){var n;if(this.config.cookieless_mode!==pn){if(this.ln()){var a,l,d,p,c;this.reset(!0),(a=this.sessionManager)==null||a.destroy(),(l=this.pageViewManager)==null||l.destroy(),this.sessionManager=new ty(this),this.pageViewManager=new W0(this),this.persistence&&(this.sessionPropsManager=new ey(this,this.sessionManager,this.persistence));var h,v=(d=(p=this.config.__extensionClasses)==null?void 0:p.sessionRecording)!==null&&d!==void 0?d:(c=wi.__defaultExtensionClasses)==null?void 0:c.sessionRecording;v&&(this.sessionRecording=this.an(this.sessionRecording,new v(this)),this.tn&&((h=this.sessionRecording)==null||h.onRemoteConfig==null||h.onRemoteConfig(this.tn)))}var S,f;this.consent.optInOut(!0),this.jn(),this.In(),(n=this.sessionRecording)==null||n.startIfEnabledOrStop(),this.config.cookieless_mode==wr&&((S=this.surveys)==null||S.loadIfEnabled()),(Ee(t==null?void 0:t.captureEventName)||t!=null&&t.captureEventName)&&this.capture((f=t==null?void 0:t.captureEventName)!==null&&f!==void 0?f:"$opt_in",t==null?void 0:t.captureProperties,{send_instantly:!0}),this.config.capture_pageview&&this.Tn()}else Te.warn(ny)}opt_out_capturing(){var t,n,a;this.config.cookieless_mode!==pn?(this.config.cookieless_mode===wr&&this.consent.isOptedIn()&&this.reset(!0),this.consent.optInOut(!1),this.jn(),this.config.cookieless_mode===wr&&(this.register({distinct_id:yc,$device_id:null}),(t=this.sessionRecording)==null||t.stopRecording(),this.sessionRecording=void 0,(n=this.sessionManager)==null||n.destroy(),(a=this.pageViewManager)==null||a.destroy(),this.sessionManager=void 0,this.sessionPropsManager=void 0,this.config.capture_pageview&&this.Tn(),this.In())):Te.warn(ny)}has_opted_in_capturing(){return this.consent.isOptedIn()}has_opted_out_capturing(){return this.consent.isOptedOut()}get_explicit_consent_status(){var t=this.consent.consent;return t===1?"granted":t===0?"denied":"pending"}is_capturing(){return this.config.cookieless_mode===pn||(this.config.cookieless_mode===wr?this.consent.isRejected()||this.consent.isOptedIn():!this.has_opted_out_capturing())}clear_opt_in_out_capturing(){this.consent.reset(),this.jn()}_is_bot(){return Fs?Ab(Fs,this.config.custom_blocked_useragents):void 0}Tn(){Ae&&(Ae.visibilityState==="visible"?this.dn||(this.dn=!0,this.capture(fa,{title:Ae.title},{send_instantly:!0}),this.cn&&(Ae.removeEventListener(Qc,this.cn),this.cn=null)):this.cn||(this.cn=this.Tn.bind(this),is(Ae,Qc,this.cn)))}debug(t){t===!1?(le==null||le.console.log("You've disabled debug mode."),this.set_config({debug:!1})):(le==null||le.console.log("You're now in debug mode. All calls to PostHog will be logged in your console.\nYou can disable this with `posthog.debug(false)`."),this.set_config({debug:!0}))}Ur(){var t=this.gn||{};return"advanced_disable_flags"in t?!!t.advanced_disable_flags:this.config.advanced_disable_flags!==!1?!!this.config.advanced_disable_flags:this.config.advanced_disable_decide===!0?(Te.warn("Config field 'advanced_disable_decide' is deprecated. Please use 'advanced_disable_flags' instead. The old field will be removed in a future major version."),!0):(function(n,a,l,d,p){var c=a in n&&!et(n[a]),h=l in n&&!et(n[l]);return c?n[a]:!!h&&(p&&p.warn("Config field '"+l+"' is deprecated. Please use '"+a+"' instead. The old field will be removed in a future major version."),n[l])})(t,"advanced_disable_flags","advanced_disable_decide",0,Te)}Rt(t){var n;if(et(this.config.before_send))return t;var a=Object.keys((n=t.properties)!==null&&n!==void 0?n:{}).filter(a4),l=Xe(this.config.before_send)?this.config.before_send:[this.config.before_send],d=t;for(var p of l){if(d=p(d),et(d)){var c="Event '"+t.event+"' was rejected in beforeSend function";return r4(t.event)?Te.warn(c+". This can cause unexpected behavior."):Te.info(c),null}d.properties&&!Wn(d.properties)||Te.warn("Event '"+t.event+"' has no properties after beforeSend function, this is likely an error.")}for(var h of a)if(d.properties&&et(d.properties[h]))return Te.warn("Event '"+t.event+"' had its '"+h+"' property removed in a beforeSend function. This property is required for ingestion, so the event will be dropped."),null;return d}getPageViewId(){var t;return(t=this.pageViewManager.ir)==null?void 0:t.pageViewId}captureTraceFeedback(t,n){this.capture("$ai_feedback",{$ai_trace_id:String(t),$ai_feedback_text:n})}captureTraceMetric(t,n,a){this.capture("$ai_metric",{$ai_trace_id:String(t),$ai_metric_name:n,$ai_metric_value:String(a)})}pn(t){var n=ji(t)&&!t,a=Ut.N()&&Ut.q("ph_debug")==="true";return!n&&(!!a||t)}}wi.__defaultExtensionClasses={},wi.Bn=(()=>{var s=()=>{};return{trace:s,debug:s,info:s,warn:s,error:s,fatal:s}})(),(function(s,t){for(var n=0;t.length>n;n++)s.prototype[t[n]]=Y4(s.prototype[t[n]])})(wi,["identify"]);class oy{constructor(t){this.disabled=t===!1;var n=Kt(t)?t:{};this.thresholdPx=n.threshold_px||30,this.timeoutMs=n.timeout_ms||1e3,this.clickCount=n.click_count||3,this.clicks=[]}isRageClick(t,n,a){if(this.disabled)return!1;var l=this.clicks[this.clicks.length-1];if(l&&Math.abs(t-l.x)+Math.abs(n-l.y)<this.thresholdPx&&this.timeoutMs>a-l.timestamp){if(this.clicks.push({x:t,y:n,timestamp:a}),this.clicks.length===this.clickCount)return!0}else this.clicks=[{x:t,y:n,timestamp:a}];return!1}}var cf="$copy_autocapture",uf=Zt("[AutoCapture]");function hf(s,t){return t.length>s?t.slice(0,s)+"...":t}function Z5(s){if(s.previousElementSibling)return s.previousElementSibling;var t=s;do t=t.previousSibling;while(t&&!Xn(t));return t}function Q5(s,t){var n,a,l=t.e,d=t.maskAllElementAttributes,p=t.maskAllText,c=t.elementAttributeIgnoreList,h=t.elementsChainAsString,v=t.disableCaptureUrlHashes;if(!Xn(s))return{props:{}};for(var S=[s],f=new Set([s]),x=s;x.parentNode&&!ci(x,"body")&&Q1>S.length;)if(Z1(x.parentNode)){var E=x.parentNode.host;if(f.has(E))break;f.add(E),S.push(E),x=E}else{if(!Xn(x.parentNode)||f.has(x.parentNode))break;f.add(x.parentNode),S.push(x.parentNode),x=x.parentNode}var A,C,y=[],b={},_=!1,m=!1;if($t(S,(T=>{var M=Qf(T);if(ci(T,"a")){var I=T.getAttribute("href");_=!!(M&&I&&Uo(I))&&(v?Kn(I):I)}Ye(su(T),"ph-no-capture")&&(m=!0),y.push((function(G,U,X,Z,q){q===void 0&&(q=!1);var W=G.tagName.toLowerCase(),Q={tag_name:W};Op.indexOf(W)>-1&&!X&&(Q.$el_text=W.toLowerCase()==="a"||W.toLowerCase()==="button"?hf(1024,U0(G)):hf(1024,Zo(G)));var O=su(G);O.length>0&&(Q.classes=O.filter((function(V){return V!==""}))),$t(G.attributes,(function(V){var te;if((!nb(G)||["name","id","class","aria-label"].indexOf(V.name)!==-1)&&(Z==null||!Z.includes(V.name))&&!U&&Uo(V.value)&&(!zt(te=V.name)||te.substring(0,10)!=="_ngcontent"&&te.substring(0,7)!=="_nghost")){var ue=V.value;V.name==="class"&&(ue=Lp(ue).join(" ")),Q["attr__"+V.name]=hf(1024,V.name==="href"&&q?Kn(ue):ue)}}));for(var H=1,L=1,B=G;B=Z5(B);)H++,B.tagName===G.tagName&&L++;return Q.nth_child=H,Q.nth_of_type=L,Q})(T,d,p,c,v));var F=(function(G){if(!Qf(G))return{};var U={};return $t(G.attributes,(function(X){if(X.name&&X.name.indexOf("data-ph-capture-attribute")===0){var Z=X.name.replace("data-ph-capture-attribute-",""),q=X.value;Z&&q&&Uo(q)&&(U[Z]=q)}})),U})(T);Ft(b,F)})),m)return{props:{},explicitNoCapture:m};if(p||(y[0].$el_text=ci(s,"a")||ci(s,"button")?U0(s):Zo(s)),_){var k,R;y[0].attr__href=_;var D=(k=iu(_))==null?void 0:k.host,j=le==null||(R=le.location)==null?void 0:R.host;D&&j&&D!==j&&(A=_)}return{props:Ft({$event_type:l.type,$ce_version:1},h?{}:{$elements:y},{$elements_chain:(C=y,(function(T){return T.map((M=>{var I,F,G="";if(M.tag_name&&(G+=M.tag_name),M.attr_class)for(var U of(M.attr_class.sort(),M.attr_class))G+="."+U.replace(/"/g,"");var X=we({},M.text?{text:M.text}:{},{"nth-child":(I=M.nth_child)!==null&&I!==void 0?I:0,"nth-of-type":(F=M.nth_of_type)!==null&&F!==void 0?F:0},M.href?{href:M.href}:{},M.attr_id?{attr_id:M.attr_id}:{},M.attributes),Z={};return Oc(X).sort(((q,W)=>q[0].localeCompare(W[0]))).forEach((q=>{var W=q[1];return Z[F0(q[0].toString())]=F0(W.toString())})),(G+=":")+Oc(Z).map((q=>q[0]+'="'+q[1]+'"')).join("")})).join(";")})((function(T){return T.map((M=>{var I,F,G={text:(I=M.$el_text)==null?void 0:I.slice(0,400),tag_name:M.tag_name,href:(F=M.attr__href)==null?void 0:F.slice(0,2048),attr_class:f5(M),attr_id:M.attr__id,nth_child:M.nth_child,nth_of_type:M.nth_of_type,attributes:{}};return Oc(M).filter((U=>U[0].indexOf("attr__")===0)).forEach((U=>G.attributes[U[0]]=U[1])),G}))})(C)))},(n=y[0])!=null&&n.$el_text?{$el_text:(a=y[0])==null?void 0:a.$el_text}:{},A&&l.type==="click"?{$external_click_url:A}:{},b)}}var Do=Zt("[ExceptionAutocapture]"),ly=()=>{},eT=Zt("[TracingHeaders]"),_r=Zt("[Web Vitals]"),cy=9e5,uy="disabled",hy="lazy_loading",jo="awaiting_config",kc="missing_config";Zt("[SessionRecording]"),Zt("[SessionRecording]");var op="[SessionRecording]",cn=Zt(op),tT=Zt("[Heatmaps]");function df(s){return Kt(s)&&"clientX"in s&&"clientY"in s&&Ls(s.clientX)&&Ls(s.clientY)}var ff=Zt("[Product Tours]"),pf=s=>{var t;return!s.config.disable_product_tours&&!((t=s.persistence)==null||!t.get_property(Mp))},sT=["$set_once","$set"],zi=Zt("[SiteApps]"),dy="Error while initializing PostHog app with config id ";function ha(s,t,n){if(et(s))return!1;switch(n){case"exact":return s===t;case"contains":var a=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/_/g,".").replace(/%/g,".*");return new RegExp(a,"i").test(s);case"regex":try{return new RegExp(t).test(s)}catch{return!1}default:return!1}}class iT{constructor(t){this.Hn=new zp,this.Un=(n,a)=>this.zn(n,a)&&this.Vn(n,a)&&this.Wn(n,a)&&this.Zn(n,a),this.zn=(n,a)=>a==null||!a.event||(n==null?void 0:n.event)===(a==null?void 0:a.event),this._instance=t,this.Gn=new Set,this.Qn=new Set}init(){var t,n;Ee((t=this._instance)==null?void 0:t._addCaptureHook)||(n=this._instance)==null||n._addCaptureHook(((a,l)=>{this.on(a,l)}))}register(t){var n,a;if(!Ee((n=this._instance)==null?void 0:n._addCaptureHook)&&(t.forEach((p=>{var c,h;(c=this.Qn)==null||c.add(p),(h=p.steps)==null||h.forEach((v=>{var S;(S=this.Gn)==null||S.add((v==null?void 0:v.event)||"")}))})),(a=this._instance)!=null&&a.autocapture)){var l,d=new Set;t.forEach((p=>{var c;(c=p.steps)==null||c.forEach((h=>{h!=null&&h.selector&&d.add(h==null?void 0:h.selector)}))})),(l=this._instance)==null||l.autocapture.setElementSelectors(d)}}on(t,n){var a;n!=null&&t.length!=0&&(this.Gn.has(t)||this.Gn.has(n.event))&&this.Qn&&((a=this.Qn)==null?void 0:a.size)>0&&this.Qn.forEach((l=>{this.Jn(n,l)&&this.Hn.emit("actionCaptured",l.name)}))}Kn(t){this.onAction("actionCaptured",(n=>t(n)))}Jn(t,n){if((n==null?void 0:n.steps)==null)return!1;for(var a of n.steps)if(this.Un(t,a))return!0;return!1}onAction(t,n){return this.Hn.on(t,n)}Vn(t,n){if(n!=null&&n.url){var a,l=t==null||(a=t.properties)==null?void 0:a.$current_url;if(!l||typeof l!="string"||!ha(l,n.url,n.url_matching||"contains"))return!1}return!0}Wn(t,n){return!!this.Yn(t,n)&&!!this.Xn(t,n)&&!!this.ts(t,n)}Yn(t,n){var a;if(n==null||!n.href)return!0;var l=this.es(t);if(l.length>0)return l.some((c=>ha(c.href,n.href,n.href_matching||"exact")));var d,p=(t==null||(a=t.properties)==null?void 0:a.$elements_chain)||"";return!!p&&ha((d=p.match(/(?::|")href="(.*?)"/))?d[1]:"",n.href,n.href_matching||"exact")}Xn(t,n){var a;if(n==null||!n.text)return!0;var l=this.es(t);if(l.length>0)return l.some((v=>ha(v.text,n.text,n.text_matching||"exact")||ha(v.$el_text,n.text,n.text_matching||"exact")));var d,p,c,h=(t==null||(a=t.properties)==null?void 0:a.$elements_chain)||"";return!!h&&(d=(function(v){for(var S,f=[],x=/(?::|")text="(.*?)"/g;!et(S=x.exec(v));)f.includes(S[1])||f.push(S[1]);return f})(h),p=n.text,c=n.text_matching||"exact",d.some((v=>ha(v,p,c))))}ts(t,n){var a,l;if(n==null||!n.selector)return!0;var d=t==null||(a=t.properties)==null?void 0:a.$element_selectors;if(d!=null&&d.includes(n.selector))return!0;var p=(t==null||(l=t.properties)==null?void 0:l.$elements_chain)||"";if(n.selector_regex&&p)try{return new RegExp(n.selector_regex).test(p)}catch{return!1}return!1}es(t){var n;return(t==null||(n=t.properties)==null?void 0:n.$elements)==null?[]:t==null?void 0:t.properties.$elements}Zn(t,n){return n==null||!n.properties||n.properties.length===0||Db(n.properties.reduce(((a,l)=>{var d=Xe(l.value)?l.value.map(String):l.value!=null?[String(l.value)]:[];return a[l.key]={values:d,operator:l.operator||"exact"},a}),{}),t==null?void 0:t.properties)}}class nT{constructor(t){var n;this.rs=[],this._instance=t,this.ns=new Map,this.ss=new Map,this.os=new Map,(n=this._instance)==null||n.onSessionId==null||n.onSessionId((a=>this.ls(a)))}us(t,n){return!!t&&Db(t.propertyFilters,n==null?void 0:n.properties)}hs(t,n){var a=new Map;return t.forEach((l=>{var d;(d=l.conditions)==null||(d=d[n])==null||(d=d.values)==null||d.forEach((p=>{if(p!=null&&p.name){var c=a.get(p.name)||[];c.push(l.id),a.set(p.name,c)}}))})),a}ds(t,n,a){var l=(a===ko.Activation?this.ns:this.ss).get(t),d=[];return this.cs((p=>{d=p.filter((c=>l==null?void 0:l.includes(c.id)))})),d.filter((p=>{var c,h=(c=p.conditions)==null||(c=c[a])==null||(c=c.values)==null?void 0:c.find((v=>v.name===t));return this.us(h,n)}))}register(t){var n;Ee((n=this._instance)==null?void 0:n._addCaptureHook)||(this.vs(t),this.fs(t))}fs(t){var n=t.filter((a=>{var l,d;return((l=a.conditions)==null?void 0:l.actions)&&((d=a.conditions)==null||(d=d.actions)==null||(d=d.values)==null?void 0:d.length)>0}));n.length!==0&&(this.ps==null&&(this.ps=new iT(this._instance),this.ps.init(),this.ps.Kn((a=>{this.onAction(a)}))),n.forEach((a=>{var l,d,p,c,h;a.conditions&&(l=a.conditions)!=null&&l.actions&&(d=a.conditions)!=null&&(d=d.actions)!=null&&d.values&&((p=a.conditions)==null||(p=p.actions)==null||(p=p.values)==null?void 0:p.length)>0&&((c=this.ps)==null||c.register(a.conditions.actions.values),(h=a.conditions)==null||(h=h.actions)==null||(h=h.values)==null||h.forEach((v=>{if(v&&v.name){var S=this.os.get(v.name);S&&S.push(a.id),this.os.set(v.name,S||[a.id])}})))})))}vs(t){var n,a=t.filter((d=>{var p,c;return((p=d.conditions)==null?void 0:p.events)&&((c=d.conditions)==null||(c=c.events)==null||(c=c.values)==null?void 0:c.length)>0})),l=t.filter((d=>{var p,c;return((p=d.conditions)==null?void 0:p.cancelEvents)&&((c=d.conditions)==null||(c=c.cancelEvents)==null||(c=c.values)==null?void 0:c.length)>0}));a.length===0&&l.length===0||((n=this._instance)==null||n._addCaptureHook(((d,p)=>{this.onEvent(d,p)})),this.ns=this.hs(t,ko.Activation),this.ss=this.hs(t,ko.Cancellation))}onEvent(t,n){var a,l,d=this.gs(),p=(n==null||(a=n.properties)==null?void 0:a.$survey_id)||(n==null||(l=n.properties)==null?void 0:l.$product_tour_id);if(p&&this.getActivatedIds().includes(p)){var c=this.ys(t,p);if(c==="consume")return d.info("event consumed activated item, removing it",{event:t,itemId:p}),void this.bs([p]);if(c==="persist")return d.info("shown item promoted to persisted activation",{event:t,itemId:p}),void this._s(p)}if(this.ss.has(t)){var h=this.ds(t,n,ko.Cancellation);h.length>0&&(d.info("cancel event matched, cancelling items",{event:t,itemsToCancel:h.map((S=>S.id))}),this.bs(h.map((S=>S.id))),h.forEach((S=>this.ws(S.id))))}if(this.ns.has(t)){d.info("event name matched",{event:t,eventPayload:n,items:this.ns.get(t)});var v=this.ds(t,n,ko.Activation);this.xs(v.map((S=>S.id)))}}onAction(t){this.os.has(t)&&this.xs(this.os.get(t)||[])}xs(t){t.length!==0&&(this.rs=[...new Set([...this.rs,...t])],this.gs().info("updating activated items",{activatedItems:this.getActivatedIds()}))}_s(t){this.rs=this.rs.filter((a=>a!==t));var n=this.ks();n.includes(t)||(this.Ss([...n,t]),this.Cs())}bs(t){var n=new Set(t);this.rs=this.rs.filter((d=>!n.has(d)));var a=this.Ms(),l=a.filter((d=>!n.has(d)));l.length!==a.length&&(this.Ss(l),l.length===0&&this.Is())}Ms(){var t,n=this.Ts();return((t=this._instance)==null||(t=t.persistence)==null?void 0:t.props[n])||[]}ks(){var t,n,a=this.Ms();if(a.length===0)return[];var l=(t=this._instance)==null||(t=t.persistence)==null?void 0:t.props[this.Es()],d=(n=this._instance)==null||n.get_session_id==null?void 0:n.get_session_id();return d&&l===d?a:[]}Cs(){var t,n=(t=this._instance)==null||t.get_session_id==null?void 0:t.get_session_id();n&&this.Rs(n)}Is(){this.Ps()}ls(t){var n,a=(n=this._instance)==null||(n=n.persistence)==null?void 0:n.props[this.Es()];a&&a!==t&&(this.Ms().length>0&&this.Ss([]),this.Is())}getActivatedIds(){return[...new Set([...this.ks(),...this.rs])].filter((t=>!this.Os(t)))}reset(){this.rs=[],this.Ms().length>0&&this.Ss([]),this.Is()}getEventToItemsMap(){return this.ns}Fs(){return this.ps}}class rT extends nT{constructor(t){super(t)}Ts(){return qf}Es(){return Lc}As(){return gn.SHOWN}cs(t){var n;(n=this._instance)==null||n.getSurveys(t)}ws(t){var n;(n=this._instance)==null||n.cancelPendingSurvey(t)}gs(){return Nt}Ss(t){var n;(n=this._instance)==null||(n=n.persistence)==null||n.register({[qf]:t})}Rs(t){var n;(n=this._instance)==null||(n=n.persistence)==null||n.register({[Lc]:t})}Ps(){var t;(t=this._instance)==null||(t=t.persistence)==null||t.unregister(Lc)}Os(){return!1}ys(t,n){var a;this.cs((d=>{a=d.find((p=>p.id===n))}));var l=!a||(function(d){var p;return jb(d)&&!((p=d.conditions)==null||(p=p.events)==null||!p.repeatedActivation)||d.schedule==="always"})(a);return l?t===gn.SHOWN?"consume":"ignore":t===gn.SHOWN?"persist":t===gn.DISMISSED||t===gn.SENT?"consume":"ignore"}getSurveys(){return this.getActivatedIds()}getEventToSurveys(){return this.getEventToItemsMap()}}var Tc="SDK is not enabled or survey functionality is not yet loaded",fy="Disabled. Not loading surveys.",aT=le!=null&&le.location?nu(le.location.hash,"__posthog")||nu(location.hash,"state"):null,py="_postHogToolbarParams",vy=Zt("[Toolbar]"),Ss=Zt("[FeatureFlags]"),mr=Zt("[FeatureFlags]",{debugEnabled:!0}),vf=`" failed. Feature flags didn't load in time.`,gy=s=>{for(var t={},n=0;s.length>n;n++)t[s[n]]=!0;return t},_y=s=>{var t={};for(var n of Oc(s||{})){var a=n[1];a&&(t[n[0]]=a)}return t},$i=Zt("[Error tracking]"),my="Refusing to render web experiment since the viewer is a likely bot",oT={icontains:(s,t)=>t.toLowerCase().indexOf(s.toLowerCase())>-1,not_icontains:(s,t)=>t.toLowerCase().indexOf(s.toLowerCase())===-1,regex:(s,t)=>ou(t,s),not_regex:(s,t)=>!ou(t,s),exact:(s,t)=>t===s,is_not:(s,t)=>t!==s};class Hs{get Te(){return this._instance.config}constructor(t){var n=this;this.getWebExperimentsAndEvaluateDisplayLogic=function(a){a===void 0&&(a=!1),n.getWebExperiments((l=>{Hs.$s("retrieved web experiments from the server"),n.Ls=new Map,l.forEach((d=>{if(d.feature_flag_key){var p;n.Ls&&(Hs.$s("setting flag key ",d.feature_flag_key," to web experiment ",d),(p=n.Ls)==null||p.set(d.feature_flag_key,d));var c=n._instance.getFeatureFlag(d.feature_flag_key);zt(c)&&d.variants[c]&&n.Ds(d.name,c,d.variants[c].transforms)}else if(d.variants)for(var h in d.variants){var v=d.variants[h];Hs.Ns(v,n._instance)&&n.Ds(d.name,h,v.transforms)}}))}),a)},this._instance=t,this._instance.onFeatureFlags((a=>{this.onFeatureFlags(a)}))}initialize(){}onFeatureFlags(t){if(this._is_bot())Hs.$s(my);else if(!this.Te.disable_web_experiments){if(et(this.Ls))return this.Ls=new Map,this.loadIfEnabled(),void this.previewWebExperiment();Hs.$s("applying feature flags",t),t.forEach((n=>{var a;if(this.Ls&&(a=this.Ls)!=null&&a.has(n)){var l,d=this._instance.getFeatureFlag(n),p=(l=this.Ls)==null?void 0:l.get(n);d&&p!=null&&p.variants[d]&&this.Ds(p.name,d,p.variants[d].transforms)}}))}}previewWebExperiment(){var t=Hs.getWindowLocation();if(t!=null&&t.search){var n=Ta(t==null?void 0:t.search,"__experiment_id"),a=Ta(t==null?void 0:t.search,"__experiment_variant");n&&a&&(Hs.$s("previewing web experiments "+n+" && "+a),this.getWebExperiments((l=>{this.qs(parseInt(n),a,l)}),!1,!0))}}loadIfEnabled(){this.Te.disable_web_experiments||this.getWebExperimentsAndEvaluateDisplayLogic()}getWebExperiments(t,n,a){if(this.Te.disable_web_experiments&&!a)return t([]);var l=this._instance.get_property("$web_experiments");if(l&&!n)return t(l);this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/web_experiments/?token="+this.Te.token),method:"GET",timestampMode:"query",callback:d=>t(d.statusCode===200&&d.json&&d.json.experiments||[])})}qs(t,n,a){var l=a.filter((d=>d.id===t));l&&l.length>0&&(Hs.$s("Previewing web experiment ["+l[0].name+"] with variant ["+n+"]"),this.Ds(l[0].name,n,l[0].variants[n].transforms))}static Ns(t,n){return!et(t.conditions)&&Hs.js(t,n)&&Hs.Bs(t)}static js(t,n){var a;if(et(t.conditions)||et((a=t.conditions)==null?void 0:a.url))return!0;var l=Hs.getWindowLocation();if(l){var d,p,c,h=K1(n,l.href);return(d=t.conditions)==null||!d.url||oT[(p=(c=t.conditions)==null?void 0:c.urlMatchType)!==null&&p!==void 0?p:"icontains"](t.conditions.url,h)}return!1}static getWindowLocation(){return le==null?void 0:le.location}static Bs(t){var n;if(et(t.conditions)||et((n=t.conditions)==null?void 0:n.utm))return!0;var a=ub();if(a.utm_source){var l,d,p,c,h,v,S,f,x=(l=t.conditions)==null||(l=l.utm)==null||!l.utm_campaign||((d=t.conditions)==null||(d=d.utm)==null?void 0:d.utm_campaign)==a.utm_campaign,E=(p=t.conditions)==null||(p=p.utm)==null||!p.utm_source||((c=t.conditions)==null||(c=c.utm)==null?void 0:c.utm_source)==a.utm_source,A=(h=t.conditions)==null||(h=h.utm)==null||!h.utm_medium||((v=t.conditions)==null||(v=v.utm)==null?void 0:v.utm_medium)==a.utm_medium,C=(S=t.conditions)==null||(S=S.utm)==null||!S.utm_term||((f=t.conditions)==null||(f=f.utm)==null?void 0:f.utm_term)==a.utm_term;return x&&A&&C&&E}return!1}static $s(t){for(var n=arguments.length,a=new Array(n>1?n-1:0),l=1;n>l;l++)a[l-1]=arguments[l];Te.info("[WebExperiments] "+t,a)}Ds(t,n,a){this._is_bot()?Hs.$s(my):n!=="control"?a.forEach((l=>{if(l.selector){var d;Hs.$s("applying transform of variant "+n+" for experiment "+t+" ",l);var p=(d=document)==null?void 0:d.querySelectorAll(l.selector);p==null||p.forEach((c=>{var h=c;l.html&&(h.innerHTML=l.html),l.css&&h.setAttribute("style",l.css)}))}})):Hs.$s("Control variants leave the page unmodified.")}_is_bot(){return Fs&&this._instance?Ab(Fs,this.Te.custom_blocked_useragents):void 0}}var bi=Zt("[Conversations]"),yr="Conversations not available yet.",yy="console",mu={featureFlags:class{constructor(s){this.Hs=!1,this.Us=!1,this.zs=!1,this.Vs=!1,this.Ws=!1,this.Zs=!1,this.Gs=!1,this.Qs=!1,this.Js=0,this.Ks=()=>{var t=this.Ys();this.Js=0,t&&this.reloadFeatureFlags()},this._instance=s,this.featureFlagEventHandlers=[],le&&is(le,"online",this.Ks)}destroy(){le==null||le.removeEventListener("online",this.Ks)}get Te(){return this._instance.config}get mi(){return this._instance.persistence}Xs(s){return this._instance.get_property(s)}eo(){var s,t;return(s=(t=this.mi)==null?void 0:t._r(this.Te.feature_flag_cache_ttl_ms))!==null&&s!==void 0&&s}ro(){return!!this.eo()&&(this.Qs||this.zs||(this.Qs=!0,Ss.warn("Feature flag cache is stale, triggering refresh..."),this.reloadFeatureFlags()),!0)}io(){var s,t=(s=this.Te.evaluation_contexts)!==null&&s!==void 0?s:this.Te.evaluation_environments;return!this.Te.evaluation_environments||this.Te.evaluation_contexts||this.Gs||(Ss.warn("evaluation_environments is deprecated. Use evaluation_contexts instead. evaluation_environments will be removed in a future version."),this.Gs=!0),t!=null&&t.length?t.filter((n=>{var a=n&&typeof n=="string"&&n.trim().length>0;return a||Ss.error("Invalid evaluation context found:",n,"Expected non-empty string"),a})):[]}no(){return this.io().length>0}so(){var s=this.Te.flag_keys;if(!Ee(s)){if(Xe(s))return s.filter((t=>{var n=t&&typeof t=="string"&&t.trim().length>0;return n||Ss.error("Invalid flag key found:",t,"Expected non-empty string"),n}));Ss.error("Invalid flag_keys found:",s,"Expected array of non-empty strings")}}initialize(){var s,t,n=this._instance.config,a=(s=(t=n.bootstrap)==null?void 0:t.featureFlags)!==null&&s!==void 0?s:{};if(Object.keys(a).length){var l,d,p=(l=(d=n.bootstrap)==null?void 0:d.featureFlagPayloads)!==null&&l!==void 0?l:{},c=Object.keys(a).filter((v=>!!a[v])).reduce(((v,S)=>(v[S]=a[S]||!1,v)),{}),h=Object.keys(p).filter((v=>c[v])).reduce(((v,S)=>(p[S]&&(v[S]=p[S]),v)),{});this.receivedFeatureFlags({featureFlags:c,featureFlagPayloads:h})}}updateFlags(s,t,n){var a,l,d=n!=null&&n.merge&&(a=this.Xs(xr))!==null&&a!==void 0?a:{},p=n!=null&&n.merge&&(l=this.Xs(Nc))!==null&&l!==void 0?l:{},c=we({},d,s),h=we({},p,t),v={};for(var S of Object.entries(c)){var f=S[0],x=S[1];v[f]={key:f,enabled:g0(x),variant:_0(x),reason:void 0,metadata:Ee(h==null?void 0:h[f])?void 0:{id:0,version:void 0,description:void 0,payload:h[f]}}}this.receivedFeatureFlags({flags:v})}get hasLoadedFlags(){return this.Us}getFlags(){return Object.keys(this.getFlagVariants())}getFlagsWithDetails(){var s=this.Xs(Pf),t=this.Xs(hn),n=this.Xs(da);if(!n&&!t)return s||{};var a=Ft({},s||{}),l=[...new Set([...Object.keys(n||{}),...Object.keys(t||{})])];for(var d of l){var p,c,h=a[d],v=t==null?void 0:t[d],S=Ee(v)?(p=h==null?void 0:h.enabled)!==null&&p!==void 0&&p:!!v,f=Ee(v)?h.variant:typeof v=="string"?v:void 0,x=n==null?void 0:n[d],E=we({},h,{enabled:S,variant:S?f??(h==null?void 0:h.variant):void 0});S!==(h==null?void 0:h.enabled)&&(E.original_enabled=h==null?void 0:h.enabled),f!==(h==null?void 0:h.variant)&&(E.original_variant=h==null?void 0:h.variant),x&&(E.metadata=we({},h==null?void 0:h.metadata,{payload:x,original_payload:h==null||(c=h.metadata)==null?void 0:c.payload})),a[d]=E}return this.Hs||(Ss.warn(" Overriding feature flag details!",{flagDetails:s,overriddenPayloads:n,finalDetails:a}),this.Hs=!0),a}getAllFeatureFlags(){var s=this.getFlagVariants(),t=this.getFlagPayloads();return Object.keys(s).map((n=>{var a=s[n];return{key:n,enabled:g0(a),variant:_0(a),payload:v0(t[n])}}))}getFlagVariants(){var s=this.Xs(xr),t=this.Xs(hn);if(!t)return s||{};for(var n=Ft({},s),a=Object.keys(t),l=0;a.length>l;l++)n[a[l]]=t[a[l]];return this.Hs||(Ss.warn(" Overriding feature flags!",{enabledFlags:s,overriddenFlags:t,finalFlags:n}),this.Hs=!0),n}getFlagPayloads(){var s=this.Xs(Nc),t=this.Xs(da);if(!t)return s||{};for(var n=Ft({},s||{}),a=Object.keys(t),l=0;a.length>l;l++)n[a[l]]=t[a[l]];return this.Hs||(Ss.warn(" Overriding feature flag payloads!",{flagPayloads:s,overriddenPayloads:t,finalPayloads:n}),this.Hs=!0),n}reloadFeatureFlags(){this.Vs||this.Te.advanced_disable_feature_flags||this.Ys()||this.oo||(this._instance.en.emit("featureFlagsReloading",!0),this.oo=setTimeout((()=>{this.ao()}),5))}lo(){clearTimeout(this.oo),this.oo=void 0}ensureFlagsLoaded(){this.Us||this.zs||this.oo||this.reloadFeatureFlags()}setAnonymousDistinctId(s){this.$anon_distinct_id=s}setReloadingPaused(s){this.Vs=s}ao(s){var t;if(this.lo(),!this._instance.Ur()&&!this.Ys())if(this.zs)this.Ws=!0;else{var n=this.Te.token,a=this.Xs(Xo),l={token:n,distinct_id:this._instance.get_distinct_id(),groups:this._instance.getGroups(),$anon_distinct_id:this.$anon_distinct_id,person_properties:we({},((t=this.mi)==null?void 0:t.get_initial_props())||{},this.Xs(br)||{},{$lib:Tt.LIB_NAME,$lib_version:Tt.LIB_VERSION}),group_properties:this.Xs(Sr),timezone:gb()};qs(a)||Ee(a)||(l.$device_id=a),(s!=null&&s.disableFlags||this.Te.advanced_disable_feature_flags)&&(l.disable_flags=!0),this.no()&&(l.evaluation_contexts=this.io());var d=this.so();Ee(d)||(l.flag_keys=d);var p=!!this.Te.advanced_only_evaluate_survey_feature_flags,c=this._instance.requestRouter.endpointFor("flags","/flags/?v=2"+(this.Te.advanced_only_evaluate_survey_feature_flags?"&only_evaluate_survey_feature_flags=true":""));this.zs=!0,this._instance._send_request({method:"POST",url:c,data:l,compression:this.Te.disable_compression?void 0:Us.Base64,timestampMode:"body",timeout:this.Te.feature_flag_request_timeout_ms,callback:h=>{var v,S,f,x=!0;if(this.uo(h.statusCode),h.statusCode===200&&(this.Ws||(this.$anon_distinct_id=void 0),x=!1),this.zs=!1,!l.disable_flags||this.Ws){this.Zs=!x;var E=[];h.error?h.error instanceof Error?E.push(h.error.name==="AbortError"?"timeout":"connection_error"):E.push("unknown_error"):h.statusCode!==200&&E.push("api_error_"+h.statusCode),(v=h.json)!=null&&v.errorsWhileComputingFlags&&E.push("errors_while_computing_flags");var A,C=!((S=h.json)==null||(S=S.quotaLimited)==null||!S.includes("feature_flags"));C&&E.push("quota_limited"),(f=this.mi)==null||f.register({[Gf]:E}),C?Ss.warn("You have hit your feature flags quota limit, and will not be able to load feature flags until the quota is reset. Please visit https://posthog.com/docs/billing/limits-alerts to learn more."):(l.disable_flags||this.receivedFeatureFlags((A=h.json)!==null&&A!==void 0?A:{},x,{partialResponse:p}),this.Ws&&(this.Ws=!1,this.ao()))}}})}}Ys(){return lb(this.Js,3)}uo(s){this.Js=cb(s,this.Js,3,(()=>Ss.warn("Feature flag requests are failing before receiving an HTTP response; this can happen due to network issues, CORS, browser blocking, or ad blockers. Stopped refreshing feature flags; will try again when connectivity changes.")))}getFeatureFlag(s,t){var n;if(t===void 0&&(t={}),!t.fresh||this.Zs)if(this.Us||this.getFlags()&&this.getFlags().length>0){if(!this.ro()){var a=this.getFeatureFlagResult(s,t);return(n=a==null?void 0:a.variant)!==null&&n!==void 0?n:a==null?void 0:a.enabled}}else Ss.warn('getFeatureFlag for key "'+s+vf)}getFeatureFlagDetails(s){return this.getFlagsWithDetails()[s]}getFeatureFlagPayload(s){var t=this.getFeatureFlagResult(s,{send_event:!1});return t==null?void 0:t.payload}getFeatureFlagResult(s,t){if(t===void 0&&(t={}),!t.fresh||this.Zs)if(this.Us||this.getFlags()&&this.getFlags().length>0){if(!this.ro()){var n=this.getFlagVariants(),a=s in n,l=n[s],d=this.getFlagPayloads()[s],p=String(l),c=this.Xs(Uf)||void 0,h=this.Xs(Jo)||void 0,v=this.Xs(Po)||{};if(this.Te.advanced_feature_flags_dedup_per_session){var S,f=this._instance.get_session_id(),x=this.Xs(Wf);f&&f!==x&&(v={},(S=this.mi)==null||S.register({[Po]:v,[Wf]:f}))}if((t.send_event||!("send_event"in t))&&(!(s in v)||!v[s].includes(p))){var E,A,C,y,b,_,m,k,R,D,j;Xe(v[s])?v[s].push(p):v[s]=[p],(E=this.mi)==null||E.register({[Po]:v});var T=this.getFeatureFlagDetails(s),M=[...(A=this.Xs(Gf))!==null&&A!==void 0?A:[]];Ee(l)&&M.push("flag_missing");var I={$feature_flag:s,$feature_flag_response:l,$feature_flag_payload:d||null,$feature_flag_request_id:c,$feature_flag_evaluated_at:h,$feature_flag_bootstrapped_response:((C=this.Te.bootstrap)==null||(C=C.featureFlags)==null?void 0:C[s])||null,$feature_flag_bootstrapped_payload:((y=this.Te.bootstrap)==null||(y=y.featureFlagPayloads)==null?void 0:y[s])||null,$used_bootstrap_value:!this.Zs};Ee(T==null||(b=T.metadata)==null?void 0:b.has_experiment)||(I.$feature_flag_has_experiment=T.metadata.has_experiment),Ee(T==null||(_=T.metadata)==null?void 0:_.version)||(I.$feature_flag_version=T.metadata.version);var F,G=(m=T==null||(k=T.reason)==null?void 0:k.description)!==null&&m!==void 0?m:T==null||(R=T.reason)==null?void 0:R.code;G&&(I.$feature_flag_reason=G),T!=null&&(D=T.metadata)!=null&&D.id&&(I.$feature_flag_id=T.metadata.id),Ee(T==null?void 0:T.original_variant)&&Ee(T==null?void 0:T.original_enabled)||(I.$feature_flag_original_response=Ee(T.original_variant)?T.original_enabled:T.original_variant),T!=null&&(j=T.metadata)!=null&&j.original_payload&&(I.$feature_flag_original_payload=T==null||(F=T.metadata)==null?void 0:F.original_payload),M.length&&(I.$feature_flag_error=M.join(",")),this._instance.capture("$feature_flag_called",I)}if(a)return{key:s,enabled:!!l,variant:typeof l=="string"?l:void 0,payload:v0(d)}}}else Ss.warn('getFeatureFlagResult for key "'+s+vf)}getRemoteConfigPayload(s,t){var n=this.Te.token,a={distinct_id:this._instance.get_distinct_id(),token:n,person_properties:{$lib:Tt.LIB_NAME,$lib_version:Tt.LIB_VERSION}};this.no()&&(a.evaluation_contexts=this.io());var l=this.so();Ee(l)||(a.flag_keys=l),this._instance._send_request({method:"POST",url:this._instance.requestRouter.endpointFor("flags","/flags/?v=2"),data:a,compression:this.Te.disable_compression?void 0:Us.Base64,timestampMode:"body",timeout:this.Te.feature_flag_request_timeout_ms,callback(d){var p,c=(p=d.json)==null?void 0:p.featureFlagPayloads;t((c==null?void 0:c[s])||void 0)}})}isFeatureEnabled(s,t){if(t===void 0&&(t={}),t.fresh&&!this.Zs)return t.defaultValue;if(!(this.Us||this.getFlags()&&this.getFlags().length>0))return Ss.warn('isFeatureEnabled for key "'+s+vf),t.defaultValue;var n=this.getFeatureFlag(s,t);return Ee(n)?t.defaultValue:!!n}addFeatureFlagsHandler(s){this.featureFlagEventHandlers.push(s)}removeFeatureFlagsHandler(s){this.featureFlagEventHandlers=this.featureFlagEventHandlers.filter((t=>t!==s))}receivedFeatureFlags(s,t,n){if(this.mi){this.Us=!0;var a=this.getFlagVariants(),l=this.getFlagPayloads(),d=this.getFlagsWithDetails();(function(p,c,h,v,S,f){h===void 0&&(h={}),v===void 0&&(v={}),S===void 0&&(S={});var x=(T=>{var M=T.flags;return M?(T.featureFlags=Object.fromEntries(Object.keys(M).map((I=>{var F;return[I,(F=M[I].variant)!==null&&F!==void 0?F:M[I].enabled]}))),T.featureFlagPayloads=Object.fromEntries(Object.keys(M).filter((I=>M[I].enabled)).filter((I=>{var F;return(F=M[I].metadata)==null?void 0:F.payload})).map((I=>{var F;return[I,(F=M[I].metadata)==null?void 0:F.payload]})))):T.featureFlags&&Ss.warn("Using an older version of the feature flags endpoint. Please upgrade your PostHog server to the latest version"),T})(p),E=x.flags,A=x.featureFlags,C=x.featureFlagPayloads;if(A){var y=p.requestId,b=p.evaluatedAt;if(Xe(A)){Ss.warn("v1 of the feature flags endpoint is deprecated. Please use the latest version.");var _={};if(A)for(var m=0;A.length>m;m++)_[A[m]]=!0;c&&c.register({[jc]:A,[xr]:_,[Kc]:!1})}else{var k=A,R=C,D=E;if(f!=null&&f.partialResponse)k=we({},h,k),R=we({},v,R),D=we({},S,D);else if(p.errorsWhileComputingFlags)if(E){var j=new Set(Object.keys(E).filter((T=>{var M;return!((M=E[T])!=null&&M.failed)})));k=we({},h,Object.fromEntries(Object.entries(k).filter((T=>j.has(T[0]))))),R=we({},v,Object.fromEntries(Object.entries(R||{}).filter((T=>j.has(T[0]))))),D=we({},S,Object.fromEntries(Object.entries(D||{}).filter((T=>j.has(T[0])))))}else k=we({},h,k),R=we({},v,R),D=we({},S,D);c&&c.register(we({[jc]:Object.keys(_y(k)),[xr]:k||{},[Nc]:R||{},[Pf]:D||{},[Kc]:p.minimalFlagCalledEvents===!0},y?{[Uf]:y}:{},b?{[Jo]:b}:{}))}}})(s,this.mi,a,l,d,n),t||(this.Qs=!1),this.ho(t)}}override(s,t){t===void 0&&(t=!1),Ss.warn("override is deprecated. Please use overrideFeatureFlags instead."),this.overrideFeatureFlags({flags:s,suppressWarning:t})}overrideFeatureFlags(s){if(!this._instance.__loaded||!this.mi)return Ss.uninitializedWarning("posthog.featureFlags.overrideFeatureFlags");if(s===!1)return this.mi.unregister(hn),this.mi.unregister(da),this.ho(),mr.info("All overrides cleared");if(Xe(s)){var t=gy(s);return this.mi.register({[hn]:t}),this.ho(),mr.info("Flag overrides set",{flags:s})}if(s&&typeof s=="object"&&("flags"in s||"payloads"in s)){var n,a=s;if(this.Hs=!!((n=a.suppressWarning)!==null&&n!==void 0&&n),"flags"in a){if(a.flags===!1)this.mi.unregister(hn),mr.info("Flag overrides cleared");else if(a.flags){if(Xe(a.flags)){var l=gy(a.flags);this.mi.register({[hn]:l})}else this.mi.register({[hn]:a.flags});mr.info("Flag overrides set",{flags:a.flags})}}return"payloads"in a&&(a.payloads===!1?(this.mi.unregister(da),mr.info("Payload overrides cleared")):a.payloads&&(this.mi.register({[da]:a.payloads}),mr.info("Payload overrides set",{payloads:a.payloads}))),void this.ho()}if(s&&typeof s=="object")return this.mi.register({[hn]:s}),this.ho(),mr.info("Flag overrides set",{flags:s});Ss.warn("Invalid overrideOptions provided to overrideFeatureFlags",{overrideOptions:s})}onFeatureFlags(s){if(this.addFeatureFlagsHandler(s),this.Us){var t=this.do(),n=t.flags,a=t.flagVariants;try{s(n,a)}catch(l){Ss.error("Error while running feature flags callback",l)}}return()=>this.removeFeatureFlagsHandler(s)}updateEarlyAccessFeatureEnrollment(s,t,n){var a,l=(this.Xs(Bo)||[]).find((h=>h.flagKey===s)),d={["$feature_enrollment/"+s]:t},p={$feature_flag:s,$feature_enrollment:t,$set:d};l&&(p.$early_access_feature_name=l.name),n&&(p.$feature_enrollment_stage=n),this._instance.capture("$feature_enrollment_update",p),this.setPersonPropertiesForFlags(d,!1);var c=we({},this.getFlagVariants(),{[s]:t});(a=this.mi)==null||a.register({[jc]:Object.keys(_y(c)),[xr]:c}),this.ho()}getEarlyAccessFeatures(s,t,n){t===void 0&&(t=!1);var a=this.Xs(Bo),l=n?"&"+n.map((d=>"stage="+d)).join("&"):"";if(a&&!t)return s(a);this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/early_access_features/?token="+this.Te.token+l),method:"GET",timestampMode:"query",callback:d=>{var p,c;if(d.json){var h=d.json.earlyAccessFeatures;return(p=this.mi)==null||p.unregister(Bo),(c=this.mi)==null||c.register({[Bo]:h}),s(h)}}})}do(){var s=this.getFlags(),t=this.getFlagVariants();return{flags:s.filter((n=>t[n])),flagVariants:Object.keys(t).filter((n=>t[n])).reduce(((n,a)=>(n[a]=t[a],n)),{})}}ho(s){var t=this.do(),n=t.flags,a=t.flagVariants;this.featureFlagEventHandlers.forEach((l=>{try{l(n,a,{errorsLoading:s})}catch(d){Ss.error("Error while running feature flags callback",d)}}))}setPersonPropertiesForFlags(s,t){t===void 0&&(t=!0);var n=this.Xs(br)||{},a=(s==null?void 0:s.$set)||(s!=null&&s.$set_once?{}:s),l=s==null?void 0:s.$set_once,d={};if(l)for(var p in l)({}).hasOwnProperty.call(l,p)&&(p in n||(d[p]=l[p]));this._instance.register({[br]:we({},n,d,a)}),t&&this._instance.reloadFeatureFlags()}unsetPersonPropertiesForFlags(s,t){t===void 0&&(t=!0);var n=we({},this.Xs(br)||{});s.forEach((a=>{delete n[a]})),this._instance.register({[br]:n}),t&&this._instance.reloadFeatureFlags()}resetPersonPropertiesForFlags(s){s===void 0&&(s=!0),this._instance.unregister(br),s&&this._instance.reloadFeatureFlags()}setGroupPropertiesForFlags(s,t){t===void 0&&(t=!0);var n=this.Xs(Sr)||{};Object.keys(n).length!==0&&Object.keys(n).forEach((a=>{n[a]=we({},n[a],s[a]),delete s[a]})),this._instance.register({[Sr]:we({},n,s)}),t&&this._instance.reloadFeatureFlags()}resetGroupPropertiesForFlags(s){if(s){var t=this.Xs(Sr)||{};this._instance.register({[Sr]:we({},t,{[s]:{}})})}else this._instance.unregister(Sr)}reset(){this.Us=!1,this.zs=!1,this.Vs=!1,this.Ws=!1,this.Zs=!1,this.$anon_distinct_id=void 0,this.lo(),this.Hs=!1,this.Js=0}}},lT={sessionRecording:class{get Te(){return this._instance.config}get mi(){return this._instance.persistence}get started(){var s;return!((s=this.co)==null||!s.isStarted)}get status(){var s,t;return this.vo===jo||this.vo===kc?this.vo:(s=(t=this.co)==null?void 0:t.status)!==null&&s!==void 0?s:this.vo}constructor(s){if(this._forceAllowLocalhostNetworkCapture=!1,this.vo=uy,this.fo=void 0,this._instance=s,!this._instance.sessionManager)throw cn.error("started without valid sessionManager"),new Error(op+" started without valid sessionManager. This is a bug.");if(this.Te.cookieless_mode===pn)throw new Error(op+' cannot be used with cookieless_mode="always"')}initialize(){this.startIfEnabledOrStop()}get po(){var s,t=!((s=this._instance.get_property(Er))==null||!s.enabled),n=!this.Te.disable_session_recording,a=this.Te.disable_session_recording||this._instance.consent.isOptedOut();return le&&t&&n&&!a}startIfEnabledOrStop(s){var t;if(!this.po||(t=this.co)==null||!t.isStarted){var n=!Ee(Object.assign)&&!Ee(Array.from);this.po&&n?(this.mo(s),cn.info("starting")):(this.vo=uy,this.stopRecording())}}mo(s){var t,n,a;this.po&&(this.vo!==jo&&this.vo!==kc&&(this.vo=hy),$e!=null&&(t=$e.__PosthogExtensions__)!=null&&(t=t.rrweb)!=null&&t.record&&(n=$e.__PosthogExtensions__)!=null&&n.initSessionRecording?this.yo(s):(a=$e.__PosthogExtensions__)==null||a.loadExternalDependency==null||a.loadExternalDependency(this._instance,this.bo,(l=>{if(l)return cn.error("could not load recorder",l);this.yo(s)})))}stopRecording(){var s,t;(s=this.fo)==null||s.call(this),this.fo=void 0,(t=this.co)==null||t.stop()}_o(){var s,t;(s=this.fo)==null||s.call(this),this.fo=void 0,(t=this.co)==null||t.discard()}wo(){var s,t;(s=this.mi)==null||s.unregister(Dp),(t=this.mi)==null||t.unregister(H1)}xo(s,t){if(et(s))return null;var n,a=Ls(s)?s:parseFloat(s);return typeof(n=a)!="number"||!Number.isFinite(n)||0>n||n>1?(cn.warn(t+" must be between 0 and 1. Ignoring invalid value:",s),null):a}ko(s){if(this.mi){var t,n,a=this.mi,l=()=>{var d,p=s.sessionRecording===!1?void 0:s.sessionRecording,c=this.xo((d=this.Te.session_recording)==null?void 0:d.sampleRate,"session_recording.sampleRate"),h=this.xo(p==null?void 0:p.sampleRate,"remote config sampleRate"),v=c??h;et(v)&&this.wo();var S=p==null?void 0:p.minimumDurationMilliseconds;a.register({[Er]:we({cache_timestamp:Date.now(),enabled:!!p},p,{networkPayloadCapture:we({capturePerformance:s.capturePerformance},p==null?void 0:p.networkPayloadCapture),canvasRecording:{enabled:p==null?void 0:p.recordCanvas,fps:p==null?void 0:p.canvasFps,quality:p==null?void 0:p.canvasQuality},sampleRate:v,minimumDurationMilliseconds:Ee(S)?null:S,endpoint:p==null?void 0:p.endpoint,triggerMatchType:p==null?void 0:p.triggerMatchType,masking:p==null?void 0:p.masking,urlTriggers:p==null?void 0:p.urlTriggers,version:p==null?void 0:p.version,triggerGroups:p==null?void 0:p.triggerGroups})})};l(),(t=this.fo)==null||t.call(this),this.fo=(n=this._instance.sessionManager)==null?void 0:n.onSessionId(l)}}onRemoteConfig(s){var t=s.ok?s.config:void 0;return t&&"sessionRecording"in t?t.sessionRecording===!1?(this.ko(t),void this._o()):(this.ko(t),void this.startIfEnabledOrStop()):(this.vo===jo&&(this.vo=kc,cn.warn("config refresh failed, recording will not start until page reload")),void this.startIfEnabledOrStop())}log(s,t){var n;t===void 0&&(t="log"),(n=this.co)!=null&&n.log?this.co.log(s,t):cn.warn("log called before recorder was ready")}get bo(){var s,t,n=(s=this._instance)==null||(s=s.persistence)==null?void 0:s.get_property(Er);return(n==null||(t=n.scriptConfig)==null?void 0:t.script)||"lazy-recorder"}So(){var s,t,n=this._instance.get_property(Er);if(!n)return!1;try{t=typeof n=="object"?n:JSON.parse(n)}catch(l){return cn.warn("persisted remote config for session recording is invalid and will be ignored",l),!1}var a=(s=t.cache_timestamp)!==null&&s!==void 0?s:Date.now();return 36e5>=Date.now()-a}yo(s){var t,n;if((t=$e.__PosthogExtensions__)==null||!t.initSessionRecording)return cn.warn("Called on script loaded before session recording is available. This can be caused by adblockers."),void this._instance.register_for_session({[W1]:!0});if(this.co||(this.co=(n=$e.__PosthogExtensions__)==null?void 0:n.initSessionRecording(this._instance),this.co._forceAllowLocalhostNetworkCapture=this._forceAllowLocalhostNetworkCapture),!this.So())return this.vo===kc||this.vo===jo?void 0:(this.vo=jo,cn.info("persisted remote config is stale, requesting fresh config before starting"),void new _b(this._instance).load());this.vo=hy,this.co.start(s)}onRRwebEmit(s){var t;(t=this.co)==null||t.onRRwebEmit==null||t.onRRwebEmit(s)}overrideLinkedFlag(){var s,t;this.co||(t=this.mi)==null||t.register({[z1]:!0}),(s=this.co)==null||s.overrideLinkedFlag()}overrideSampling(){var s,t;this.co||(t=this.mi)==null||t.register({[I1]:!0}),(s=this.co)==null||s.overrideSampling()}overrideTrigger(s){var t,n;this.co||(n=this.mi)==null||n.register({[s==="url"?$1:P1]:!0}),(t=this.co)==null||t.overrideTrigger(s)}get sdkDebugProperties(){var s;return((s=this.co)==null?void 0:s.sdkDebugProperties)||{$recording_status:this.status}}tryAddCustomEvent(s,t){var n;return!((n=this.co)==null||!n.tryAddCustomEvent(s,t))}}},cT={autocapture:class{constructor(s){this.Co=!1,this.Mo=null,this.Io=!1,this.To=!1,this.instance=s,this.rageclicks=new oy(s.config.rageclick),this.Eo=null}initialize(){this.startIfEnabled()}get Te(){var s,t,n=Kt(this.instance.config.autocapture)?this.instance.config.autocapture:{};return n.url_allowlist=(s=n.url_allowlist)==null?void 0:s.map((a=>new RegExp(a))),n.url_ignorelist=(t=n.url_ignorelist)==null?void 0:t.map((a=>new RegExp(a))),n}Ro(){if(this.isBrowserSupported()){if(le&&Ae){var s=n=>{n=n||(le==null?void 0:le.event);try{this.Po(n)}catch(a){uf.error("Failed to capture event",a)}};if(is(Ae,"submit",s,{capture:!0}),is(Ae,"change",s,{capture:!0}),is(Ae,"click",s,{capture:!0}),this.Te.capture_copied_text){var t=n=>{n=n||(le==null?void 0:le.event);try{this.Po(n,cf)}catch(a){uf.error("Failed to capture copy/cut event",a)}};is(Ae,"copy",t,{capture:!0}),is(Ae,"cut",t,{capture:!0})}}}else uf.info("Disabling Automatic Event Collection because this browser is not supported")}startIfEnabled(){this.isEnabled&&!this.Co&&(this.Ro(),this.Co=!0)}onRemoteConfig(s){if(this.Io=!0,s.ok){var t=s.config;t.elementsChainAsString&&(this.To=t.elementsChainAsString);var n=t.autocapture_opt_out;ji(n)&&(this.instance.persistence&&this.instance.persistence.register({[Lf]:n}),this.Mo=n),this.startIfEnabled()}else this.startIfEnabled()}setElementSelectors(s){this.Eo=s}getElementSelectors(s){var t,n=[];return(t=this.Eo)==null||t.forEach((a=>{var l=Ae==null?void 0:Ae.querySelectorAll(a);l==null||l.forEach((d=>{s===d&&n.push(a)}))})),n}get isEnabled(){var s,t,n=(s=this.instance.persistence)==null?void 0:s.props[Lf],a=this.Mo,l=this.instance.Ur()&&!this.Io;if(qs(a)&&!ji(n)&&!l)return!1;var d=(t=this.Mo)!==null&&t!==void 0?t:!!n;return!!this.instance.config.autocapture&&!d}Po(s,t){if(t===void 0&&(t="$autocapture"),this.isEnabled){var n,a=Xd(s);J1(a)&&(a=a.parentNode||null),t==="$autocapture"&&s.type==="click"&&s instanceof MouseEvent&&this.instance.config.rageclick&&(n=this.rageclicks)!=null&&n.isRageClick(s.clientX,s.clientY,s.timeStamp||new Date().getTime())&&H0(a,this.instance.config.rageclick)&&this.Po(s,"$rageclick");var l=t===cf;if(a&&(function(f,x,E,A,C,y){var b;if(!le||Bp(f)||E!=null&&E.url_allowlist&&!L0(E.url_allowlist,y)||E!=null&&E.url_ignorelist&&L0(E.url_ignorelist,y))return!1;if(E!=null&&E.dom_event_allowlist){var _=E.dom_event_allowlist;if(_&&!_.some((T=>x.type===T)))return!1}var m=ib(f,A),k=m.parentIsUsefulElement,R=m.targetElementList;if(!(function(T,M){var I=M==null?void 0:M.element_allowlist;if(Ee(I))return!0;var F,G=function(X){if(I.some((Z=>X.tagName.toLowerCase()===Z)))return{v:!0}};for(var U of T)if(F=G(U))return F.v;return!1})(R,E)||!Zf(R,E==null?void 0:E.css_selector_allowlist)||Zf(R,(b=E==null?void 0:E.css_selector_ignorelist)!==null&&b!==void 0?b:o5))return!1;try{var D=le.getComputedStyle(f);if(D&&D.getPropertyValue("cursor")==="pointer"&&x.type==="click")return!0}catch{}var j=f.tagName.toLowerCase();switch(j){case"html":return!1;case"form":return(C||["submit"]).indexOf(x.type)>=0;case"input":case"select":case"textarea":return(C||["change","click"]).indexOf(x.type)>=0;default:return k?(C||["click"]).indexOf(x.type)>=0:(C||["click"]).indexOf(x.type)>=0&&(Op.indexOf(j)>-1||f.getAttribute("contenteditable")==="true")}})(a,s,this.Te,l,l?["copy","cut"]:void 0,this.instance)){var d=Q5(a,{e:s,maskAllElementAttributes:this.instance.config.mask_all_element_attributes,maskAllText:this.instance.config.mask_all_text,elementAttributeIgnoreList:this.Te.element_attribute_ignorelist,elementsChainAsString:this.To,disableCaptureUrlHashes:this.instance.config.disable_capture_url_hashes}),p=d.props;if(d.explicitNoCapture)return!1;var c=this.getElementSelectors(a);if(c&&c.length>0&&(p.$element_selectors=c),t===cf){var h,v=eb(le==null||(h=le.getSelection())==null?void 0:h.toString()),S=s.type||"clipboard";if(!v)return!1;p.$selected_content=v,p.$copy_type=S}return this.instance.capture(t,p),!0}}}isBrowserSupported(){return li(Ae==null?void 0:Ae.querySelectorAll)}},historyAutocapture:class{constructor(s){var t;this._instance=s,this.Oo=(le==null||(t=le.location)==null?void 0:t.pathname)||""}initialize(){this.startIfEnabled()}get isEnabled(){return this._instance.config.capture_pageview==="history_change"}startIfEnabled(){this.isEnabled&&(Te.info("History API monitoring enabled, starting..."),this.monitorHistoryChanges())}stop(){this.Fo&&this.Fo(),this.Fo=void 0,Te.info("History API monitoring stopped")}monitorHistoryChanges(){le&&le.history&&(this.Ao("pushState"),this.Ao("replaceState"),this.$o())}Ao(s){var t;if(le&&((t=le.history[s])==null||!t.__posthog_wrapped__)){var n=this;(function(a,l,d){try{if(!(l in a))return ly;var p={next:a[l]},c=d((function(){for(var h=arguments.length,v=new Array(h),S=0;h>S;S++)v[S]=arguments[S];return p.next.apply(this,v)}));return li(c)&&(c.prototype=c.prototype||{},Object.defineProperties(c,{__posthog_wrapped__:{enumerable:!1,value:!0},__posthog_layer__:{enumerable:!1,value:p}})),a[l]=c,()=>{if(a[l]!==c)for(var h=a[l];li(h)&&h.__posthog_layer__;){var v=h.__posthog_layer__;if(v.next===c)return void(v.next=p.next);h=v.next}else a[l]=p.next}}catch{return ly}})(le.history,s,(a=>function(l,d,p){a.call(this,l,d,p),n.Lo(s)}))}}Lo(s){try{var t,n=le==null||(t=le.location)==null?void 0:t.pathname;if(!n)return;n!==this.Oo&&this.isEnabled&&this._instance.capture(fa,{navigation_type:s}),this.Oo=n}catch(a){Te.error("Error capturing "+s+" pageview",a)}}$o(){if(!this.Fo){var s=()=>{this.Lo("popstate")};is(le,"popstate",s),this.Fo=()=>{le&&le.removeEventListener("popstate",s)}}}},heatmaps:class{get Te(){return this.instance.config}constructor(s){var t;this.Do=!1,this.Co=!1,this.No=null,this.instance=s,this.Do=!((t=this.instance.persistence)==null||!t.props[Of]),this.rageclicks=new oy(s.config.rageclick)}initialize(){this.startIfEnabled()}get flushIntervalMilliseconds(){var s=5e3;return Kt(this.Te.capture_heatmaps)&&this.Te.capture_heatmaps.flush_interval_milliseconds&&(s=this.Te.capture_heatmaps.flush_interval_milliseconds),s}get isEnabled(){return et(this.Te.capture_heatmaps)?et(this.Te.enable_heatmaps)?this.Do:this.Te.enable_heatmaps:this.Te.capture_heatmaps!==!1}startIfEnabled(){if(this.isEnabled){if(this.Co)return;tT.info("starting..."),this.qo(),this.xe()}else{var s;clearInterval((s=this.No)!==null&&s!==void 0?s:void 0),this.jo(),this.getAndClearBuffer()}}onRemoteConfig(s){if(s.ok){var t=s.config;if("heatmaps"in t){var n=!!t.heatmaps;this.instance.persistence&&this.instance.persistence.register({[Of]:n}),this.Do=n,this.startIfEnabled()}}}getAndClearBuffer(){var s=this.R;return this.R=void 0,s}Bo(s){df(s.originalEvent)&&this.pe(s.originalEvent,"deadclick")}xe(){this.No&&clearInterval(this.No),this.No=(Ae==null?void 0:Ae.visibilityState)==="visible"?setInterval(this.oi.bind(this),this.flushIntervalMilliseconds):null}qo(){le&&Ae&&(this.Ho=this.oi.bind(this),is(le,eu,this.Ho),this.Uo=s=>this.pe(s||(le==null?void 0:le.event)),is(Ae,"click",this.Uo,{capture:!0}),this.zo=s=>this.Vo(s||(le==null?void 0:le.event)),is(Ae,"mousemove",this.zo,{capture:!0}),this.Wo=new q0(this.instance,p5,this.Bo.bind(this)),this.Wo.startIfEnabledOrStop(),this.Zo=this.xe.bind(this),is(Ae,Qc,this.Zo),this.Co=!0)}jo(){var s;le&&Ae&&(this.Ho&&le.removeEventListener(eu,this.Ho),this.Uo&&Ae.removeEventListener("click",this.Uo,{capture:!0}),this.zo&&Ae.removeEventListener("mousemove",this.zo,{capture:!0}),this.Zo&&Ae.removeEventListener(Qc,this.Zo),clearTimeout(this.Go),(s=this.Wo)==null||s.stop(),this.Co=!1)}Qo(s,t){var n=this.instance.scrollManager.scrollY(),a=this.instance.scrollManager.scrollX(),l=this.instance.scrollManager.scrollElement(),d=(function(p,c,h){for(var v=p;v&&Xn(v)&&!ci(v,"body");){if(v===h)return!1;var S=void 0;try{var f,x,E;S=(f=(x=(E=v.ownerDocument)==null?void 0:E.defaultView)!==null&&x!==void 0?x:le)==null?void 0:f.getComputedStyle(v).position}catch{return!1}if(Ye(c,S))return!0;v=tb(v)}return!1})(Xd(s),["fixed","sticky"],l);return{x:s.clientX+(d?0:a),y:s.clientY+(d?0:n),target_fixed:d,type:t}}pe(s,t){var n;if(t===void 0&&(t="click"),!N0(s.target)&&df(s)){var a=this.Qo(s,t);(n=this.rageclicks)!=null&&n.isRageClick(s.clientX,s.clientY,new Date().getTime())&&H0(Xd(s),this.instance.config.rageclick)&&this.Wt(we({},a,{type:"rageclick"})),this.Wt(a)}}Vo(s){!N0(s.target)&&df(s)&&(clearTimeout(this.Go),this.Go=setTimeout((()=>{this.Wt(this.Qo(s,"mousemove"))}),500))}Wt(s){if(le){var t=this.Te.disable_capture_url_hashes?Kn(le.location.href):le.location.href,n=this.Te.custom_personal_data_properties,a=this.Te.mask_personal_data_properties?[...Aa,...n||[]]:[],l=Qo(t,a,el);this.R=this.R||{},this.R[l]||(this.R[l]=[]),this.R[l].push(s)}}oi(){this.R&&!Wn(this.R)&&this.instance.capture("$$heatmap",{$heatmap_data:this.getAndClearBuffer()})}},deadClicksAutocapture:q0,webVitalsAutocapture:class{constructor(s){var t;this.Do=!1,this.Co=!1,this.R={url:void 0,metrics:[],firstMetricTimestamp:void 0},this.Jo=()=>{clearTimeout(this.Ko),this.R.metrics.length!==0&&(this._instance.capture("$web_vitals",this.R.metrics.reduce(((n,a)=>we({},n,{["$web_vitals_"+a.name+"_event"]:we({},a),["$web_vitals_"+a.name+"_value"]:a.value})),{})),this.R={url:void 0,metrics:[],firstMetricTimestamp:void 0})},this.Yo=n=>{var a;this.R=this.R||{url:void 0,metrics:[],firstMetricTimestamp:void 0};var l=this.Xo();if(!Ee(l))if(et(n==null?void 0:n.name)||et(n==null?void 0:n.value))_r.error("Invalid metric received",n);else if(!this.ta||this.ta>n.value){this.R.url!==l&&(this.Jo(),this.Ko=setTimeout(this.Jo,this.flushToCaptureTimeoutMs)),Ee(this.R.url)&&(this.R.url=l),this.R.firstMetricTimestamp=Ee(this.R.firstMetricTimestamp)?Date.now():this.R.firstMetricTimestamp,n.attribution&&n.attribution.interactionTargetElement&&(n.attribution.interactionTargetElement=void 0);var d=(a=this._instance.sessionManager)==null?void 0:a.checkAndGetSessionAndWindowId(!0),p=we({},n,{$current_url:l,timestamp:Date.now()});Ee(d)||(p.$session_id=d.sessionId,p.$window_id=d.windowId),this.R.metrics.push(p),this.R.metrics.length===this.allowedMetrics.length&&this.Jo()}else _r.error("Ignoring metric with value >= "+this.ta,n)},this.ea=()=>{if(!this.Co){var n,a,l,d,p=$e.__PosthogExtensions__;if(!Ee(p)&&!Ee(p.postHogWebVitalsCallbacks)){var c=p.postHogWebVitalsCallbacks;n=c.onLCP,a=c.onCLS,l=c.onFCP,d=c.onINP}n&&a&&l&&d?(this.allowedMetrics.indexOf("LCP")>-1&&n(this.Yo.bind(this)),this.allowedMetrics.indexOf("CLS")>-1&&a(this.Yo.bind(this)),this.allowedMetrics.indexOf("FCP")>-1&&l(this.Yo.bind(this)),this.allowedMetrics.indexOf("INP")>-1&&d(this.Yo.bind(this)),this.Co=!0):_r.error("web vitals callbacks not loaded - not starting")}},this._instance=s,this.Do=!((t=this._instance.persistence)==null||!t.props[zf]),this.startIfEnabled()}get ra(){return this._instance.config.capture_performance}get allowedMetrics(){var s,t,n=Kt(this.ra)?(s=this.ra)==null?void 0:s.web_vitals_allowed_metrics:void 0;return et(n)?((t=this._instance.persistence)==null?void 0:t.props[$f])||["CLS","FCP","INP","LCP"]:n}get flushToCaptureTimeoutMs(){return(Kt(this.ra)?this.ra.web_vitals_delayed_flush_ms:void 0)||5e3}get useAttribution(){var s=Kt(this.ra)?this.ra.web_vitals_attribution:void 0;return s!=null&&s}get ta(){var s=Kt(this.ra)&&Ls(this.ra.__web_vitals_max_value)?this.ra.__web_vitals_max_value:cy;return s>0&&6e4>=s?cy:s}get isEnabled(){var s=ps==null?void 0:ps.protocol;if(s!=="http:"&&s!=="https:")return _r.info("Web Vitals are disabled on non-http/https protocols"),!1;var t=Kt(this.ra)?this.ra.web_vitals:ji(this.ra)?this.ra:void 0;return ji(t)?t:this.Do}startIfEnabled(){this.isEnabled&&!this.Co&&(_r.info("enabled, starting..."),this.tr(this.ea))}onRemoteConfig(s){if(s.ok){var t=s.config;if("capturePerformance"in t){var n=Kt(t.capturePerformance)&&!!t.capturePerformance.web_vitals,a=Kt(t.capturePerformance)?t.capturePerformance.web_vitals_allowed_metrics:void 0;this._instance.persistence&&(this._instance.persistence.register({[zf]:n}),this._instance.persistence.register({[$f]:a})),this.Do=n,this.startIfEnabled()}}}tr(s){var t,n;(t=$e.__PosthogExtensions__)!=null&&t.postHogWebVitalsCallbacks?s():(n=$e.__PosthogExtensions__)==null||n.loadExternalDependency==null||n.loadExternalDependency(this._instance,this.useAttribution?"web-vitals-with-attribution":"web-vitals",(a=>{a?_r.error("failed to load script",a):s()}))}Xo(){var s=le?this._instance.config.disable_capture_url_hashes?Kn(le.location.href):le.location.href:void 0;if(s){var t=this._instance.config.custom_personal_data_properties,n=this._instance.config.mask_personal_data_properties?[...Aa,...t||[]]:[];return Qo(s,n,el)}_r.error("Could not determine current URL")}}},uT={exceptionObserver:class{constructor(s){var t;this.ea=()=>{var n;if(le&&this.isEnabled&&(n=$e.__PosthogExtensions__)!=null&&n.errorWrappingFunctions){var a=$e.__PosthogExtensions__.errorWrappingFunctions.wrapOnError,l=$e.__PosthogExtensions__.errorWrappingFunctions.wrapUnhandledRejection,d=$e.__PosthogExtensions__.errorWrappingFunctions.wrapConsoleError;try{!this.ia&&this.Te.capture_unhandled_errors&&(this.ia=a(this.captureException.bind(this))),!this.na&&this.Te.capture_unhandled_rejections&&(this.na=l(this.captureException.bind(this))),!this.sa&&this.Te.capture_console_errors&&(this.sa=d(this.captureException.bind(this)))}catch(p){Do.error("failed to start",p),this.oa()}}},this._instance=s,this.aa=!((t=this._instance.persistence)==null||!t.props[Bf]),this.la=new c4(we({},(function(n){var a,l,d,p;return n===void 0&&(n={}),{refillRate:(a=(l=n.exceptionRateLimiterRefillRate)!==null&&l!==void 0?l:n.__exceptionRateLimiterRefillRate)!==null&&a!==void 0?a:1,bucketSize:(d=(p=n.exceptionRateLimiterBucketSize)!==null&&p!==void 0?p:n.__exceptionRateLimiterBucketSize)!==null&&d!==void 0?d:10}})(this._instance.config.error_tracking),{refillInterval:1e4,it:Do})),this.Te=this.ua(),this.startIfEnabledOrStop()}ua(){var s=this._instance.config.capture_exceptions,t={capture_unhandled_errors:!1,capture_unhandled_rejections:!1,capture_console_errors:!1};return Kt(s)?t=we({},t,s):(Ee(s)?this.aa:s)&&(t=we({},t,{capture_unhandled_errors:!0,capture_unhandled_rejections:!0})),t}get isEnabled(){return this.Te.capture_console_errors||this.Te.capture_unhandled_errors||this.Te.capture_unhandled_rejections}startIfEnabledOrStop(){this.isEnabled?(Do.info("enabled"),this.oa(),this.tr(this.ea)):this.oa()}tr(s){var t,n;(t=$e.__PosthogExtensions__)!=null&&t.errorWrappingFunctions?s():(n=$e.__PosthogExtensions__)==null||n.loadExternalDependency==null||n.loadExternalDependency(this._instance,"exception-autocapture",(a=>{if(a)return Do.error("failed to load script",a);s()}))}oa(){var s,t,n;(s=this.ia)==null||s.call(this),this.ia=void 0,(t=this.na)==null||t.call(this),this.na=void 0,(n=this.sa)==null||n.call(this),this.sa=void 0}onRemoteConfig(s){if(s.ok){var t=s.config;"autocaptureExceptions"in t&&(this.aa=!!t.autocaptureExceptions||!1,this._instance.persistence&&this._instance.persistence.register({[Bf]:this.aa}),this.Te=this.ua(),this.startIfEnabledOrStop())}}onConfigChange(){this.Te=this.ua()}captureException(s){var t,n,a,l=(t=s==null||(n=s.$exception_list)==null||(n=n[0])==null?void 0:n.type)!==null&&t!==void 0?t:"Exception";this.la.consumeRateLimit(l)?Do.info("Skipping exception capture because of client rate limiting.",{exception:l}):(a=this._instance.exceptions)==null||a.sendExceptionEvent(s)}},exceptions:class{constructor(s){var t,n;this.ha=[],this.da=new k4([new L4,new F4,new B4,new O4,new P4,new $4,new I4,new U4],(function(a){for(var l=arguments.length,d=new Array(l>1?l-1:0),p=1;l>p;p++)d[p-1]=arguments[p];return function(c,h){h===void 0&&(h=0);for(var v=[],S=c.split(`
459
- `),f=h;S.length>f;f++){var x=S[f];if(1024>=x.length){var E=R0.test(x)?x.replace(R0,"$1"):x;if(!E.match(/\S*Error: /)){for(var A of d){var C=A(E,a);if(C){v.push(C);break}}if(v.length>=50)break}}}return(function(y){if(!y.length)return[];var b=Array.from(y);return b.reverse(),b.slice(0,50).map((_=>{return we({},_,{filename:_.filename||(m=b,m[m.length-1]||{}).filename,function:_.function||ka});var m}))})(v)}})("web:javascript",M4,N4)),this._instance=s,this.ha=(t=(n=this._instance.persistence)==null?void 0:n.get_property(Hf))!==null&&t!==void 0?t:[],this.ca=Yc(this.va()),this.fa=new W4(this.ca)}onConfigChange(){this.ca=Yc(this.va()),this.fa.setConfig(this.ca)}onRemoteConfig(s){var t,n,a;if(s.ok){var l=s.config;if("errorTracking"in l){var d=(t=(n=l.errorTracking)==null?void 0:n.suppressionRules)!==null&&t!==void 0?t:[],p=(a=l.errorTracking)==null?void 0:a.captureExtensionExceptions;this.ha=d,this._instance.persistence&&this._instance.persistence.register({[Hf]:this.ha,[If]:p})}}}get pa(){var s,t=!!this._instance.get_property(If),n=this._instance.config.error_tracking.captureExtensionExceptions;return(s=n??t)!==null&&s!==void 0&&s}buildProperties(s,t){return this.da.buildFromUnknown(s,{syntheticException:t==null?void 0:t.syntheticException,mechanism:{handled:t==null?void 0:t.handled}})}addExceptionStep(s,t){if(this.ca.enabled)try{if(!zt(s)||s.trim().length===0)return void $i.warn("Ignoring exception step because message must be a non-empty string");var n=(function(d){if(!d)return{sanitizedProperties:{},droppedKeys:[]};var p=[];return{sanitizedProperties:Object.keys(d).reduce(((c,h)=>q4.has(h)?(p.push(h),c):(c[h]=d[h],c)),{}),droppedKeys:p}})(this.ga(t)),a=n.sanitizedProperties,l=n.droppedKeys;l.length>0&&$i.warn("Ignoring reserved exception step fields",{droppedKeys:l}),this.fa.add(we({[Gc]:s,[Vc]:new Date().toISOString()},a))}catch(d){$i.error("Failed to add exception step. Ignoring breadcrumb.",d)}}sendExceptionEvent(s){try{var t=s.$exception_list;if(this.ma(t)){if(this.ya(t))return this.ba("Exception dropped: matched a suppression rule"),void $i.info("Skipping exception capture because a suppression rule matched");if(!this.pa&&this._a(t))return this.ba("Exception dropped: thrown by a browser extension"),void $i.info("Skipping exception capture because it was thrown by an extension");if(!this._instance.config.error_tracking.__capturePostHogExceptions&&this.wa(t))return this.ba("Exception dropped: thrown by the PostHog SDK"),void $i.info("Skipping exception capture because it was thrown by the PostHog SDK")}var n=this.ca.enabled&&et(s.$exception_steps)?this.xa(s):s,a=typeof(d=globalThis._posthogReleaseId)=="string"&&d.length>0?d:void 0;a&&(n.$release_id=a);try{var l=this._instance.capture("$exception",n,{_noTruncate:!0,_batchKey:"exceptionEvent",Pn:!0});return l&&this.fa.clear(),l}catch(p){return $i.error("Failed to capture exception event. Dropping this exception.",p),void this.fa.clear()}}catch(p){return void $i.error("Failed to process exception event. Ignoring this exception.",p)}var d}xa(s){try{var t=this.fa.getAttachable();return t.length===0?s:we({},s,{$exception_steps:t})}catch(n){return $i.error("Failed to read buffered exception steps. Capturing exception without steps.",n),s}}ba(s){this.ca.enabled&&this.fa.add({[Gc]:s,[Vc]:new Date().toISOString()})}ga(s){return Kt(s)?we({},s):{}}va(){var s,t;return(s=(t=this._instance.config.error_tracking)==null?void 0:t.exception_steps)!==null&&s!==void 0?s:{}}ya(s){if(s.length===0)return!1;try{var t=s.reduce(((n,a)=>{var l=a.type,d=a.value;return zt(l)&&l.length>0&&n.$exception_types.push(l),zt(d)&&d.length>0&&n.$exception_values.push(d),n}),{$exception_types:[],$exception_values:[]});return this.ha.some((n=>{var a=n.values.map((l=>{var d=Mb[l.operator],p=t[l.key];if(!d||!p)return!1;var c=Xe(l.value)?l.value:[l.value];return c.length>0&&d(c,p)}));return n.type==="OR"?a.some(Boolean):a.every(Boolean)}))}catch(n){return $i.warn("Failed to evaluate suppression rules. Capturing the exception.",n),!1}}_a(s){return s.flatMap((t=>{var n,a;return(n=(a=t.stacktrace)==null?void 0:a.frames)!==null&&n!==void 0?n:[]})).some((t=>t.filename&&t.filename.startsWith("chrome-extension://")))}wa(s){if(s.length>0){var t,n,a,l,d=(t=(n=s[0].stacktrace)==null?void 0:n.frames)!==null&&t!==void 0?t:[],p=d[d.length-1];return(a=p==null||(l=p.filename)==null?void 0:l.includes("posthog.com/static"))!==null&&a!==void 0&&a}return!1}ma(s){return!et(s)&&Xe(s)}}},hT=we({productTours:class{get mi(){return this._instance.persistence}constructor(s){this.ka=null,this.Sa=null,this._instance=s}initialize(){this.loadIfEnabled()}onRemoteConfig(s){if(s.ok){var t=s.config;if("productTours"in t){var n,a;if(this.mi&&this.mi.register({[Mp]:!!t.productTours}),!pf(this._instance))return!this.ka&&et((n=this.mi)==null?void 0:n.props[Ho])||ff.info("product tours disabled; stopping and clearing cached tours"),(a=this.ka)==null||a.stop(),this.ka=null,void this.clearCache();this.loadIfEnabled()}}}loadIfEnabled(){!this.ka&&pf(this._instance)&&this.tr((()=>this.Ca()))}tr(s){var t,n;(t=$e.__PosthogExtensions__)!=null&&t.generateProductTours?s():(n=$e.__PosthogExtensions__)==null||n.loadExternalDependency==null||n.loadExternalDependency(this._instance,"product-tours",(a=>{a?ff.error("Could not load product tours script",a):s()}))}Ca(){var s;!this.ka&&(s=$e.__PosthogExtensions__)!=null&&s.generateProductTours&&(this.ka=$e.__PosthogExtensions__.generateProductTours(this._instance,!0))}getProductTours(s,t){if(t===void 0&&(t=!1),!Xe(this.Sa)||t){var n=this.mi;if(n){var a=n.props[Ho];if(Xe(a)&&!t)return this.Sa=a,void s(a,{isLoaded:!0})}this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/product_tours/?token="+this._instance.config.token),method:"GET",timestampMode:"query",callback:l=>{if(pf(this._instance)){var d=l.statusCode;if(d!==200||!l.json){var p="Product Tours API could not be loaded, status: "+d;return ff.error(p),void s([],{isLoaded:!1,error:p})}var c=Xe(l.json.product_tours)?l.json.product_tours:[];this.Sa=c,n&&n.register({[Ho]:c}),s(c,{isLoaded:!0})}else s([],{isLoaded:!0})}})}else s(this.Sa,{isLoaded:!0})}getActiveProductTours(s){et(this.ka)?s([],{isLoaded:!1,error:"Product tours not loaded"}):this.ka.getActiveProductTours(s)}showProductTour(s){var t;(t=this.ka)==null||t.showTourById(s)}previewTour(s){this.ka?this.ka.previewTour(s):this.tr((()=>{var t;this.Ca(),(t=this.ka)==null||t.previewTour(s)}))}dismissProductTour(){var s;(s=this.ka)==null||s.dismissTour("user_clicked_skip")}nextStep(){var s;(s=this.ka)==null||s.nextStep()}previousStep(){var s;(s=this.ka)==null||s.previousStep()}clearCache(){var s;this.Sa=null,(s=this.mi)==null||s.unregister(Ho)}resetTour(s){var t;(t=this.ka)==null||t.resetTour(s)}resetAllTours(){var s;(s=this.ka)==null||s.resetAllTours()}cancelPendingTour(s){var t;(t=this.ka)==null||t.cancelPendingTour(s)}}},mu),dT={siteApps:class{constructor(s){this.Ma=0,this._instance=s,this.Ia=[],this.apps={}}get isEnabled(){return!!this._instance.config.opt_in_site_apps}Ta(s,t){if(t){var n=this.globalsForEvent(t);this.Ia.push(n),this.Ia.length>1e3&&(this.Ia=this.Ia.slice(10))}}get siteAppLoaders(){var s;return(s=$e._POSTHOG_REMOTE_CONFIG)==null||(s=s[this._instance.config.token])==null?void 0:s.siteApps}initialize(){if(this.isEnabled){var s=this._instance._addCaptureHook(this.Ta.bind(this));this.Ea=()=>{s(),this.Ia=[],this.Ea=void 0}}}globalsForEvent(s){var t,n,a,l,d,p,c;if(!s)throw new Error("Event payload is required");var h={},v=this._instance.get_property("$groups")||[],S=this._instance.get_property("$stored_group_properties")||{};for(var f of Object.entries(S)){var x=f[0];h[x]={id:v[x],type:x,properties:f[1]}}var E=s.$set_once,A=s.$set;return{event:we({},i1(s,sT),{properties:we({},s.properties,A?{$set:we({},(t=(n=s.properties)==null?void 0:n.$set)!==null&&t!==void 0?t:{},A)}:{},E?{$set_once:we({},(a=(l=s.properties)==null?void 0:l.$set_once)!==null&&a!==void 0?a:{},E)}:{}),elements_chain:(d=(p=s.properties)==null?void 0:p.$elements_chain)!==null&&d!==void 0?d:"",distinct_id:(c=s.properties)==null?void 0:c.distinct_id}),person:{properties:this._instance.get_property("$stored_person_properties")},groups:h}}Ra(s){var t,n=(t=s.tagName)==null?void 0:t.toLowerCase();return n==="style"&&this._instance.config.prepare_external_dependency_stylesheet?this._instance.config.prepare_external_dependency_stylesheet(s)||(zi.error("prepare_external_dependency_stylesheet returned null"),null):n==="script"&&this._instance.config.prepare_external_dependency_script?this._instance.config.prepare_external_dependency_script(s)||(zi.error("prepare_external_dependency_script returned null"),null):s}Pa(){var s,t,n,a,l,d,p,c;if(!this._instance.config.prepare_external_dependency_stylesheet&&!this._instance.config.prepare_external_dependency_script)return()=>{};var h=Ae==null?void 0:Ae.defaultView,v=h==null||(s=h.Node)==null?void 0:s.prototype;if(!h||!v)return()=>{};if(this.Ma++,this.Oa)return this.Fa();var S=[],f=this,x=new WeakSet,E=(y,b,_)=>{if(y!=null&&y[b]){var m=y[b];y[b]=_(m),S.push((()=>{y[b]=m}))}},A=y=>{if(x.has(y))return y;var b=f.Ra(y);return b&&x.add(b),b},C=y=>y.map((b=>typeof b=="string"?b:A(b))).filter((b=>!qs(b)));return E(v,"appendChild",(y=>function(b){var _=A(b);return _?y.call(this,_):b})),E(v,"insertBefore",(y=>function(b,_){var m=A(b);return m?y.call(this,m,_):b})),E(v,"replaceChild",(y=>function(b,_){var m=A(b);return m?y.call(this,m,_):_})),[(t=h.Element)==null?void 0:t.prototype,(n=h.Document)==null?void 0:n.prototype,(a=h.DocumentFragment)==null?void 0:a.prototype].forEach((y=>{E(y,"append",(b=>function(){for(var _=arguments.length,m=new Array(_),k=0;_>k;k++)m[k]=arguments[k];return b.apply(this,C(m))})),E(y,"prepend",(b=>function(){for(var _=arguments.length,m=new Array(_),k=0;_>k;k++)m[k]=arguments[k];return b.apply(this,C(m))}))})),[(l=h.Element)==null?void 0:l.prototype,(d=h.CharacterData)==null?void 0:d.prototype,(p=h.DocumentType)==null?void 0:p.prototype].forEach((y=>{E(y,"before",(b=>function(){for(var _=arguments.length,m=new Array(_),k=0;_>k;k++)m[k]=arguments[k];return b.apply(this,C(m))})),E(y,"after",(b=>function(){for(var _=arguments.length,m=new Array(_),k=0;_>k;k++)m[k]=arguments[k];return b.apply(this,C(m))})),E(y,"replaceWith",(b=>function(){for(var _=arguments.length,m=new Array(_),k=0;_>k;k++)m[k]=arguments[k];var R=C(m);return m.length&&!R.length?void 0:b.apply(this,R)}))})),E((c=h.Element)==null?void 0:c.prototype,"insertAdjacentElement",(y=>function(b,_){var m=A(_);return m?y.call(this,b,m):null})),this.Oa=()=>{S.forEach((y=>y())),this.Oa=void 0},this.Fa()}Fa(){var s=!1;return()=>{var t;s||(s=!0,this.Ma--,this.Ma===0&&((t=this.Oa)==null||t.call(this)))}}Aa(s,t){t===void 0&&(t=!0);var n=this.Pa();try{var a=s(n);return t&&n(),a}catch(l){throw n(),l}}setupSiteApp(s){var t=this.apps[s.id],n=()=>{var p;!t.errored&&this.Ia.length&&(zi.info("Processing "+this.Ia.length+" events for site app with id "+s.id),this.Ia.forEach((c=>this.Aa((()=>t.processEvent==null?void 0:t.processEvent(c))))),t.processedBuffer=!0),Object.values(this.apps).every((c=>c.processedBuffer||c.errored))&&((p=this.Ea)==null||p.call(this))},a=!1,l=p=>{t.errored=!p,t.loaded=!0,zi.info("Site app with id "+s.id+" "+(p?"loaded":"errored")),a&&n()};try{var d=this.Aa((p=>s.init({posthog:this._instance,callback(c){p(),l(c)}})),!1).processEvent;d&&(t.processEvent=d),a=!0}catch(p){zi.error(dy+s.id,p),l(!1)}if(a&&t.loaded)try{n()}catch(p){zi.error("Error while processing buffered events PostHog app with config id "+s.id,p),t.errored=!0}}$a(){var s=this.siteAppLoaders||[];for(var t of s)this.apps[t.id]={id:t.id,loaded:!1,errored:!1,processedBuffer:!1};for(var n of s)this.setupSiteApp(n)}La(s){var t=this;if(Object.keys(this.apps).length!==0){var n=this.globalsForEvent(s),a=function(d){try{t.Aa((()=>d.processEvent==null?void 0:d.processEvent(n)))}catch(p){zi.error("Error while processing event "+s.event+" for site app "+d.id,p)}};for(var l of Object.values(this.apps))a(l)}}onRemoteConfig(s){var t,n,a,l=this;if((t=this.siteAppLoaders)!=null&&t.length)return this.isEnabled?(this.$a(),void this._instance.on("eventCaptured",(h=>this.La(h)))):void zi.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.');if((n=this.Ea)==null||n.call(this),s.ok){var d=s.config;if((a=d.siteApps)!=null&&a.length)if(this.isEnabled){var p=function(){var h,v=c.id,S=c.url;$e["__$$ph_site_app_"+v]=l._instance,(h=$e.__PosthogExtensions__)==null||h.loadSiteApp==null||h.loadSiteApp(l._instance,S,(f=>{if(f)return zi.error(dy+v,f)}))};for(var c of d.siteApps)p()}else zi.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}}}},fT={tracingHeaders:class{constructor(s){this.Da=void 0,this.Na=void 0,this.qa=void 0,this.ea=()=>{var t,n,a=this.ja();a?(Ee(this.Da)&&(this.Da=(t=$e.__PosthogExtensions__)==null||(t=t.tracingHeadersPatchFns)==null?void 0:t._patchXHR(a,(()=>this._instance.get_distinct_id()),this._instance.sessionManager)),Ee(this.Na)&&(this.Na=(n=$e.__PosthogExtensions__)==null||(n=n.tracingHeadersPatchFns)==null?void 0:n._patchFetch(a,(()=>this._instance.get_distinct_id()),this._instance.sessionManager))):this.oa()},this._instance=s}initialize(){this.startIfEnabledOrStop()}tr(s){var t,n;(t=$e.__PosthogExtensions__)!=null&&t.tracingHeadersPatchFns?s():(n=$e.__PosthogExtensions__)==null||n.loadExternalDependency==null||n.loadExternalDependency(this._instance,"tracing-headers",(a=>{if(a)return eT.error("failed to load script",a);s()}))}Ba(){var s,t;return(s=(t=this._instance.config.tracing_headers)!==null&&t!==void 0?t:this._instance.config.addTracingHeaders)!==null&&s!==void 0?s:this._instance.config.__add_tracing_headers}ja(){var s=this.Ba();return Xe(s)?(Xe(this.qa)?this.qa.splice(0,this.qa.length,...s):this.qa=[...s],s.length>0?this.qa:void 0):(Xe(this.qa)&&this.qa.splice(0),this.qa=s||void 0,this.qa)}oa(){var s,t;(s=this.Da)==null||s.call(this),(t=this.Na)==null||t.call(this),this.Da=void 0,this.Na=void 0}startIfEnabledOrStop(){this.ja()?this.tr(this.ea):this.oa()}}},pT=we({surveys:class{get Te(){return this._instance.config}constructor(s){this.Ha=void 0,this._surveyManager=null,this.Ua=!1,this.za=[],this.Va=null,this.Wa=null,this._instance=s,this._surveyEventReceiver=null}initialize(){this.loadIfEnabled()}onRemoteConfig(s){if(!this.Te.disable_surveys){if(!s.ok)return Nt.warn("Remote config unavailable. Not loading surveys.");var t=s.config.surveys;if(et(t))return Nt.warn("Flags not loaded yet. Not loading surveys.");var n=Xe(t);this.Ha=n?t.length>0:t,Nt.info("flags response received, isSurveysEnabled: "+this.Ha),this.loadIfEnabled()}}reset(){try{var s;(s=this._surveyEventReceiver)==null||s.reset(),localStorage.removeItem("lastSeenSurveyDate");for(var t=[],n=0;n<localStorage.length;n++){var a=localStorage.key(n);(a!=null&&a.startsWith(Nb)||a!=null&&a.startsWith("inProgressSurvey_"))&&t.push(a)}t.forEach((l=>localStorage.removeItem(l)))}catch{}}loadIfEnabled(){if(!this._surveyManager)if(this.Ua)Nt.info("Already initializing surveys, skipping...");else if(this.Te.disable_surveys)Nt.info(fy);else if(this.Te.cookieless_mode&&this._instance.consent.isOptedOut())Nt.info("Not loading surveys in cookieless mode without consent.");else{var s=$e==null?void 0:$e.__PosthogExtensions__;if(s){if(!Ee(this.Ha)||this.Te.advanced_enable_surveys){var t=this.Ha||this.Te.advanced_enable_surveys;this.Ua=!0;try{var n=s.generateSurveys;if(n)return void this.Za(n,t);var a=s.loadExternalDependency;if(!a)return void this.Ga(jp);a(this._instance,"surveys",(l=>{l||!s.generateSurveys?this.Ga("Could not load surveys script",l):this.Za(s.generateSurveys,t)}))}catch(l){throw this.Ga("Error initializing surveys",l),l}finally{this.Ua=!1}}}else Nt.error("PostHog Extensions not found.")}}Za(s,t){this._surveyManager=s(this._instance,t),this._surveyEventReceiver=new rT(this._instance),Nt.info("Surveys loaded successfully"),this.Qa({isLoaded:!0})}Ga(s,t){Nt.error(s,t),this.Qa({isLoaded:!1,error:s})}onSurveysLoaded(s){return this.za.push(s),this._surveyManager&&this.Qa({isLoaded:!0}),()=>{this.za=this.za.filter((t=>t!==s))}}getSurveys(s,t){if(t===void 0&&(t=!1),this.Te.disable_surveys)return Nt.info(fy),s([]);var n,a=this._instance.get_property(Ff);if(a&&!t)return s(a,{isLoaded:!0}),void(this.Ja()&&this.getSurveys((()=>{}),!0));typeof Promise<"u"&&this.Va?this.Va.then((l=>s(l.surveys,l.context))):(typeof Promise<"u"&&(this.Va=new Promise((l=>{n=l}))),this._instance._send_request({url:this._instance.requestRouter.endpointFor("api","/api/surveys/?token="+this.Te.token),method:"GET",timestampMode:"query",timeout:this.Te.surveys_request_timeout_ms,callback:l=>{var d;this.Va=null;var p=l.statusCode;if(p!==200||!l.json){var c="Surveys API could not be loaded, status: "+p;Nt.error(c),this.Wa=Date.now();var h={isLoaded:!1,error:c};return s([],h),void(n==null||n({surveys:[],context:h}))}this.Wa=null;var v,S=l.json.surveys||[],f=S.filter((E=>(function(A){return!(!A.start_date||A.end_date)})(E)&&(jb(E)||(function(A){var C;return!((C=A.conditions)==null||(C=C.actions)==null||(C=C.values)==null||!C.length)})(E))));f.length>0&&((v=this._surveyEventReceiver)==null||v.register(f)),(d=this._instance.persistence)==null||d.register({[Ff]:S,[Xc]:Date.now()});var x={isLoaded:!0};s(S,x),n==null||n({surveys:S,context:x})}}))}Ja(){return this.Ka()&&!this.Va&&!this.Ya()}Ka(){var s=this._instance.get_property(Xc);return Ls(s)&&Date.now()-s>3e5}Ya(){return Ls(this.Wa)&&3e5>Date.now()-this.Wa}markSurveyAsSeen(s,t){var n,a={id:s,current_iteration:(n=t==null?void 0:t.iteration)!==null&&n!==void 0?n:null};Lb(a);try{localStorage.setItem("lastSeenSurveyDate",new Date().toISOString())}catch{}}Qa(s){for(var t of this.za)try{if(!s.isLoaded)return t([],s);this.getSurveys(t)}catch(n){Nt.error("Error in survey callback",n)}}getActiveMatchingSurveys(s,t){if(t===void 0&&(t=!1),!et(this._surveyManager))return this._surveyManager.getActiveMatchingSurveys(s,t);Nt.warn("init was not called")}Xa(s){var t=null;return this.getSurveys((n=>{var a;t=(a=n.find((l=>l.id===s)))!==null&&a!==void 0?a:null})),t}tl(s){if(et(this._surveyManager))return{eligible:!1,reason:Tc};var t=typeof s=="string"?this.Xa(s):s;return t?this._surveyManager.checkSurveyEligibility(t):{eligible:!1,reason:"Survey not found"}}el(s){if(et(this._surveyManager))return{eligible:!1,reason:Tc};var t=typeof s=="string"?this.Xa(s):s;return t?this._surveyManager.checkSurveyRenderability(t):{eligible:!1,reason:"Survey not found"}}canRenderSurvey(s){if(et(this._surveyManager))return Nt.warn("init was not called"),{visible:!1,disabledReason:Tc};var t=this.el(s);return{visible:t.eligible,disabledReason:t.reason}}canRenderSurveyAsync(s,t){return et(this._surveyManager)?(Nt.warn("init was not called"),Promise.resolve({visible:!1,disabledReason:Tc})):new Promise((n=>{this.getSurveys((a=>{var l,d=(l=a.find((c=>c.id===s)))!==null&&l!==void 0?l:null;if(d){var p=this.el(d);n({visible:p.eligible,disabledReason:p.reason})}else n({visible:!1,disabledReason:"Survey not found"})}),t)}))}renderSurvey(s,t,n){var a;if(et(this._surveyManager))Nt.warn("init was not called");else{var l=typeof s=="string"?this.Xa(s):s;if(l!=null&&l.id)if(P5.includes(l.type)){var d=Ae==null?void 0:Ae.querySelector(t);if(d)return(a=l.appearance)!=null&&a.surveyPopupDelaySeconds?(Nt.info("Rendering survey "+l.id+" with delay of "+l.appearance.surveyPopupDelaySeconds+" seconds"),void setTimeout((()=>{var p,c;Nt.info("Rendering survey "+l.id+" with delay of "+((p=l.appearance)==null?void 0:p.surveyPopupDelaySeconds)+" seconds"),(c=this._surveyManager)==null||c.renderSurvey(l,d,n),Nt.info("Survey "+l.id+" rendered")}),1e3*l.appearance.surveyPopupDelaySeconds)):void this._surveyManager.renderSurvey(l,d,n);Nt.warn("Survey element not found")}else Nt.warn("Surveys of type "+l.type+" cannot be rendered in the app");else Nt.warn("Survey not found")}}displaySurvey(s,t){var n;if(et(this._surveyManager))Nt.warn("init was not called");else{var a=this.Xa(s);if(a){var l=a;if((n=a.appearance)!=null&&n.surveyPopupDelaySeconds&&t.ignoreDelay&&(l=we({},a,{appearance:we({},a.appearance,{surveyPopupDelaySeconds:0})})),t.displayType!==ep.Popover&&t.initialResponses&&Nt.warn("initialResponses is only supported for popover surveys. prefill will not be applied."),t.ignoreConditions===!1){var d=this.tl(a);if(!d.eligible)return void Nt.warn("Survey is not eligible to be displayed: ",d.reason)}t.displayType!==ep.Inline?this._surveyManager.handlePopoverSurvey(l,t):this.renderSurvey(l,t.selector,t.properties)}else Nt.warn("Survey not found")}}cancelPendingSurvey(s){et(this._surveyManager)?Nt.warn("init was not called"):this._surveyManager.cancelSurvey(s)}handlePageUnload(){var s;(s=this._surveyManager)==null||s.handlePageUnload==null||s.handlePageUnload()}}},mu),vT={toolbar:class{constructor(s){this.instance=s}rl(s){$e.ph_toolbar_state=s}il(){var s;return(s=$e.ph_toolbar_state)!==null&&s!==void 0?s:0}initialize(){return this.maybeLoadToolbar()}maybeLoadToolbar(s,t,n){if(s===void 0&&(s=void 0),t===void 0&&(t=void 0),n===void 0&&(n=void 0),G1(this.instance.config)||!le||!Ae)return!1;s=s??le.location,n=n??le.history;try{if(!t){try{le.localStorage.setItem("test","test"),le.localStorage.removeItem("test")}catch{return!1}t=le==null?void 0:le.localStorage}var a,l=aT||nu(s.hash,"__posthog")||nu(s.hash,"state"),d=l?D0((()=>JSON.parse(atob(decodeURIComponent(l)))))||D0((()=>JSON.parse(decodeURIComponent(l)))):null;return d&&d.action==="ph_authorize"?((a=d).source="url",a&&Object.keys(a).length>0&&(d.desiredHash?s.hash=d.desiredHash:n?n.replaceState(n.state,"",s.pathname+s.search):s.hash="")):((a=JSON.parse(t.getItem(py)||"{}")).source="localstorage",delete a.userIntent),!(!a.token||this.instance.config.token!==a.token||(this.loadToolbar(a),0))}catch{return!1}}nl(s){var t=$e.ph_load_toolbar||$e.ph_load_editor;!et(t)&&li(t)?t(s,this.instance):vy.warn("No toolbar load function found")}loadToolbar(s){var t=!(Ae==null||!Ae.getElementById(X1));if(!le||t)return!1;var n=this.instance.requestRouter.region==="custom"&&this.instance.config.advanced_disable_toolbar_metrics,a=we({token:this.instance.config.token},s,{apiURL:this.instance.requestRouter.endpointFor("ui")},n?{instrument:!1}:{});if(le.localStorage.setItem(py,JSON.stringify(we({},a,{source:void 0}))),this.il()===2)this.nl(a);else if(this.il()===0){var l;this.rl(1),(l=$e.__PosthogExtensions__)==null||l.loadExternalDependency==null||l.loadExternalDependency(this.instance,"toolbar",(d=>{if(d)return vy.error("[Toolbar] Failed to load",d),void this.rl(0);this.rl(2),this.nl(a)})),is(le,"turbolinks:load",(()=>{this.rl(0),this.loadToolbar(a)}))}return!0}sl(s){return this.loadToolbar(s)}maybeLoadEditor(s,t,n){return s===void 0&&(s=void 0),t===void 0&&(t=void 0),n===void 0&&(n=void 0),this.maybeLoadToolbar(s,t,n)}}},gT=we({experiments:Hs},mu),_T={conversations:class{constructor(s){this.ol=void 0,this._conversationsManager=null,this.al=!1,this.ll=null,this._instance=s}initialize(){this.loadIfEnabled()}onRemoteConfig(s){if(!this._instance.config.disable_conversations&&s.ok){var t=s.config.conversations;et(t)||(ji(t)?this.ol=t:(this.ol=t.enabled,this.ll=t),this.loadIfEnabled())}}reset(){var s;(s=this._conversationsManager)==null||s.reset(),this._conversationsManager=null,this.ol=void 0,this.ll=null}loadIfEnabled(){if(!(this._conversationsManager||this.al||this._instance.config.disable_conversations||G1(this._instance.config)||this._instance.config.cookieless_mode&&this._instance.consent.isOptedOut())){var s=$e==null?void 0:$e.__PosthogExtensions__;if(s&&!Ee(this.ol)&&this.ol)if(this.ll&&this.ll.token){this.al=!0;try{var t=s.initConversations;if(t)return this.ul(t),void(this.al=!1);var n=s.loadExternalDependency;if(!n)return void this.hl(jp);n(this._instance,"conversations",(a=>{a||!s.initConversations?this.hl("Could not load conversations script",a):this.ul(s.initConversations),this.al=!1}))}catch(a){this.hl("Error initializing conversations",a),this.al=!1}}else bi.error("Conversations enabled but missing token in remote config.")}}ul(s){if(this.ll)try{this._conversationsManager=s(this.ll,this._instance),bi.info("Conversations loaded successfully")}catch(t){this.hl("Error completing conversations initialization",t)}else bi.error("Cannot complete initialization: remote config is null")}hl(s,t){bi.error(s,t),this._conversationsManager=null,this.al=!1}show(){this._conversationsManager?this._conversationsManager.show():bi.warn("Conversations not loaded yet.")}hide(){this._conversationsManager&&this._conversationsManager.hide()}isAvailable(){return this.ol===!0&&!qs(this._conversationsManager)}isVisible(){var s,t;return(s=(t=this._conversationsManager)==null?void 0:t.isVisible())!==null&&s!==void 0&&s}sendMessage(s,t,n){var a=this;return Xt((function*(){return a._conversationsManager?a._conversationsManager.sendMessage(s,t,n):(bi.warn(yr),null)}))()}getMessages(s,t){var n=this;return Xt((function*(){return n._conversationsManager?n._conversationsManager.getMessages(s,t):(bi.warn(yr),null)}))()}markAsRead(s){var t=this;return Xt((function*(){return t._conversationsManager?t._conversationsManager.markAsRead(s):(bi.warn(yr),null)}))()}getTickets(s){var t=this;return Xt((function*(){return t._conversationsManager?t._conversationsManager.getTickets(s):(bi.warn(yr),null)}))()}requestRestoreLink(s){var t=this;return Xt((function*(){return t._conversationsManager?t._conversationsManager.requestRestoreLink(s):(bi.warn(yr),null)}))()}restoreFromToken(s){var t=this;return Xt((function*(){return t._conversationsManager?t._conversationsManager.restoreFromToken(s):(bi.warn(yr),null)}))()}restoreFromUrlToken(){var s=this;return Xt((function*(){return s._conversationsManager?s._conversationsManager.restoreFromUrlToken():(bi.warn(yr),null)}))()}getCurrentTicketId(){var s,t;return(s=(t=this._conversationsManager)==null?void 0:t.getCurrentTicketId())!==null&&s!==void 0?s:null}getWidgetSessionId(){var s,t;return(s=(t=this._conversationsManager)==null?void 0:t.getWidgetSessionId())!==null&&s!==void 0?s:null}Nn(){var s;(s=this._conversationsManager)==null||s.setIdentity()}qn(){var s;(s=this._conversationsManager)==null||s.clearIdentity()}}},mT={logs:class{constructor(s){var t;this.dl=!1,this.cl=!1,this.it=Zt("[logs]"),this.Gr=[],this.vl=[],this.Js=0,this.fl=()=>{var n,a;this.Js=0,(n=this.pl)==null||n.onReconnect(),(a=this.gl)==null||a.onReconnect()},this._instance=s,this._instance&&(t=this._instance.config.logs)!=null&&t.captureConsoleLogs&&(this.dl=!0),le&&is(le,"online",this.fl)}ml(s,t,n,a){var l,d=(function(p,c){var h,v,S,f,x,E,A,C=(h=p==null?void 0:p.flushIntervalMs)!==null&&h!==void 0?h:3e3,y=(v=p==null?void 0:p.maxBufferSize)!==null&&v!==void 0?v:100,b=c!=null&&c.consoleCapture?void 0:(S=p==null?void 0:p.maxLogsPerInterval)!==null&&S!==void 0?S:1e3,_=Ee(b)?Math.max(y,2048):Math.max(y,b),m=p==null?void 0:p.resourceAttributes;return{serviceName:(f=(x=m==null?void 0:m["service.name"])!==null&&x!==void 0?x:p==null?void 0:p.serviceName)!==null&&f!==void 0?f:c==null?void 0:c.serviceNameDefault,serviceVersion:(E=m==null?void 0:m["service.version"])!==null&&E!==void 0?E:p==null?void 0:p.serviceVersion,environment:(A=m==null?void 0:m["deployment.environment"])!==null&&A!==void 0?A:p==null?void 0:p.environment,resourceAttributes:m,beforeSend:p==null?void 0:p.beforeSend,flushIntervalMs:C,maxBufferSize:y,maxQueueSize:_,maxBatchRecordsPerPost:100,rateCapWindowMs:C,maxLogsPerInterval:b,backgroundFlushBudgetMs:0,terminationFlushBudgetMs:0}})((l=this._instance)==null||(l=l.config)==null?void 0:l.logs,n);return[new x4(this.yl(s,t),d,this.it,(()=>this.bl()),(p=>p()),void 0,a),d]}_l(){var s,t=(s=this._instance)==null||(s=s.config)==null?void 0:s.logs;if(!this.pl||this.wl!==t){var n;(n=this.pl)==null||n.reset(),this.wl=t;var a=this.ml((()=>this.Gr),(l=>{this.Gr=l}));this.pl=a[0],this.xl=a[1]}return this.pl}kl(){var s,t=(s=this._instance)==null||(s=s.config)==null?void 0:s.logs;if(!this.gl||this.Sl!==t){var n;(n=this.gl)==null||n.reset(),this.Sl=t;var a=this.ml((()=>this.vl),(l=>{this.vl=l}),{serviceNameDefault:"posthog-browser-logs",consoleCapture:!0},yy);this.gl=a[0],this.Cl=a[1]}return this.gl}initialize(){this.loadIfEnabled()}onRemoteConfig(s){var t;if(s.ok){var n=(t=s.config.logs)==null?void 0:t.captureConsoleLogs;!et(n)&&n&&(this.dl=!0,this.loadIfEnabled())}}reset(){var s,t;this.Gr=[],(s=this.pl)==null||s.reset(),this.vl=[],(t=this.gl)==null||t.reset(),this.Js=0}captureLog(s){this._l().captureLog(s)}le(s){this.kl().captureLog(s)}get logger(){return this.Ml||(this.Ml={trace:(s,t)=>this.captureLog({body:s,level:"trace",attributes:t}),debug:(s,t)=>this.captureLog({body:s,level:"debug",attributes:t}),info:(s,t)=>this.captureLog({body:s,level:"info",attributes:t}),warn:(s,t)=>this.captureLog({body:s,level:"warn",attributes:t}),error:(s,t)=>this.captureLog({body:s,level:"error",attributes:t}),fatal:(s,t)=>this.captureLog({body:s,level:"fatal",attributes:t})}),this.Ml}flushLogs(s){s?this.Il(s):(this.pl&&this.pl.flush().catch((t=>this.it.error("PostHog logs flush failed:",t))),this.gl&&this.gl.flush().catch((t=>this.it.error("PostHog logs flush failed:",t))))}loadIfEnabled(){if(this.dl&&!this.cl){var s=$e==null?void 0:$e.__PosthogExtensions__;if(s){var t=s.loadExternalDependency;t?t(this._instance,"logs",(n=>{var a;n||(a=s.logs)==null||!a.initializeLogs?this.it.error("Could not load logs script",n):(s.logs.initializeLogs(this._instance),this.cl=!0)})):this.it.error(jp)}else this.it.error("PostHog Extensions not found.")}}yl(s,t){var n=this._instance;return{get isDisabled(){return!1},get optedOut(){return!n.is_capturing()},getPersistedProperty:a=>a===dn.LogsQueue?s():void 0,setPersistedProperty(a,l){var d;a===dn.LogsQueue&&t((d=l)!==null&&d!==void 0?d:[])},$t:a=>this.$t(a),getLibraryId:()=>Tt.LIB_NAME,getLibraryVersion:()=>Tt.LIB_VERSION}}$t(s){return new Promise((t=>{if(lb(this.Js,3))t({kind:"fatal",error:new Error("logs endpoint is unreachable, dropping batch")});else{var n=!1,a=d=>{n||(n=!0,clearTimeout(l),t(d))},l=setTimeout((()=>a({kind:"retry-later",error:new Error("logs request timed out")})),9e4);this._instance._send_request({method:"POST",url:this.Tl(),data:s,compression:"best-available",batchKey:"logs",fireCallbackOnDrop:!0,callback:d=>{var p=d.statusCode;if(this.El(p),p>=200&&300>p)a({kind:"ok"});else if(p===413)a({kind:"too-large"});else if(p!==0&&p!==429&&500>p)a({kind:"fatal",error:new Error("logs request failed with status "+p)});else{var c;a({kind:"retry-later",error:(c=d.error)!==null&&c!==void 0?c:new Error("logs request failed with status "+p)})}}})}}))}El(s){(s!==0||this._instance.__loaded)&&(this.Js=cb(s,this.Js,3,(()=>this.it.warn("Log requests are failing before receiving an HTTP response; this can happen due to network issues, CORS, browser blocking, or ad blockers. Stopped sending logs; will try again when connectivity changes."))))}Il(s){this.Gr.length>0&&this.Rl(s,this.Gr,this.xl,Tt.LIB_NAME,(t=>{this.Gr=t})),this.vl.length>0&&this.Rl(s,this.vl,this.Cl,yy,(t=>{this.vl=t}))}Rl(s,t,n,a,l){if(t.length!==0){var d=t.map((c=>c.record));l([]);var p=j1(d,D1(n,Tt.LIB_NAME,Tt.LIB_VERSION),a,Tt.LIB_VERSION);this._instance._send_request({method:"POST",url:this.Tl(),data:p,compression:"best-available",batchKey:"logs",transport:s})}}Tl(){return this._instance.requestRouter.endpointFor("api","/i/v1/logs")+"?token="+encodeURIComponent(this._instance.config.token)}bl(){var s,t={};if(t.distinctId=this._instance.get_distinct_id(),this._instance.sessionManager){var n=this._instance.sessionManager.checkAndGetSessionAndWindowId(!0),a=n.windowId,l=n.sessionStartTimestamp,d=n.lastActivityTimestamp;t.sessionId=n.sessionId,t.windowId=a,et(l)||(t.sessionStartTimestamp=l),et(d)||(t.lastActivityTimestamp=d)}if($e!=null&&(s=$e.location)!=null&&s.href&&(t.currentUrl=this._instance.config.disable_capture_url_hashes?Kn($e.location.href):$e.location.href),this._instance.featureFlags){var p=this._instance.featureFlags.getFlags();p&&p.length>0&&(t.activeFeatureFlags=p)}return t}}},yT={metrics:class{constructor(s){this.it=Zt("[metrics]"),this._instance=s}initialize(){}_l(){var s,t,n=(s=this._instance)==null||(s=s.config)==null?void 0:s.metrics;return this.pl&&this.wl===n||((t=this.pl)==null||t.reset(),this.wl=n,this.pl=new C4(this.yl(),(function(a){var l,d,p,c,h,v=a==null?void 0:a.resourceAttributes;return{serviceName:(l=v==null?void 0:v["service.name"])!==null&&l!==void 0?l:a==null?void 0:a.serviceName,serviceVersion:(d=v==null?void 0:v["service.version"])!==null&&d!==void 0?d:a==null?void 0:a.serviceVersion,environment:(p=v==null?void 0:v["deployment.environment"])!==null&&p!==void 0?p:a==null?void 0:a.environment,resourceAttributes:v,beforeSend:a==null?void 0:a.beforeSend,flushIntervalMs:(c=a==null?void 0:a.flushIntervalMs)!==null&&c!==void 0?c:1e4,maxSeriesPerFlush:(h=a==null?void 0:a.maxSeriesPerFlush)!==null&&h!==void 0?h:1e3}})(n),this.it)),this.pl}count(s,t,n){t===void 0&&(t=1),this._l().count(s,t,n)}gauge(s,t,n){this._l().gauge(s,t,n)}histogram(s,t,n){this._l().histogram(s,t,n)}flush(s){if(!this.pl)return Promise.resolve();if(s){var t=this.pl.drainWindow();return t&&this.Kt(t,s),Promise.resolve()}return this.pl.flush().catch((n=>this.it.error("PostHog metrics flush failed:",n)))}reset(){var s;(s=this.pl)==null||s.reset()}yl(){var s=this._instance,t=this;return{get isDisabled(){return!1},get optedOut(){return!s.is_capturing()},Kt:n=>t.Kt(n),getLibraryId:()=>Tt.LIB_NAME,getLibraryVersion:()=>Tt.LIB_VERSION}}Kt(s,t){return new Promise((n=>{var a=!1,l=p=>{a||(a=!0,clearTimeout(d),n(p))},d=setTimeout((()=>l({kind:"retry-later",error:new Error("metrics request timed out")})),9e4);this._instance._send_request(we({method:"POST",url:this.Pl(),data:s,compression:"best-available",batchKey:"metrics"},t&&{transport:t},{fireCallbackOnDrop:!0,callback(p){var c=p.statusCode;if(c>=200&&300>c)l({kind:"ok"});else if(c===413)l({kind:"too-large"});else if(c!==0&&c!==429&&500>c)l({kind:"fatal",error:new Error("metrics request failed with status "+c)});else{var h;l({kind:"retry-later",error:(h=p.error)!==null&&h!==void 0?h:new Error("metrics request failed with status "+c)})}}}))}))}Pl(){return this._instance.requestRouter.endpointFor("api","/i/v1/metrics")+"?token="+encodeURIComponent(this._instance.config.token)}}},bT=we({},mu,lT,cT,uT,hT,dT,pT,fT,vT,gT,_T,mT,yT);wi.__defaultExtensionClasses=we({},bT);var xi=(function(){Tt.SDK_DIST_CHANNEL="npm";var s=qo[pa]=new wi;return(function(){function t(){t.done||(t.done=!0,Bb=!1,$t(qo,(function(n){n._dom_loaded()})))}Ae!=null&&Ae.addEventListener?Ae.readyState==="complete"?t():is(Ae,"DOMContentLoaded",t,{capture:!1}):le&&Te.error("Browser doesn't support `document.addEventListener` so PostHog couldn't be initialized")})(),s})();const by=120,ST=new Set(["attr__class","attr__id"]),wT=/attr__href="([^"]*)"/gi,xT=/(?:current_url|referrer|pathname)$/;function CT(s){const t=typeof s.surface=="string"?s.surface.toLowerCase():"",n=typeof s.object=="string"?s.object.toLowerCase():"";return/secret|vault|credential/.test(t)||/secret|vault|credential/.test(n)}function Wo(s){if(typeof s!="string"||s.length===0)return s;let t;try{t=new URL(s)}catch{return s}return`${t.origin}${t.pathname}`}function Hb(s){return s.length>by?`${s.slice(0,by)}…`:s}function ET(s,t){if(t){delete s.$el_text;for(const n of Object.keys(s))n.startsWith("attr__")&&!ST.has(n)&&delete s[n];return}typeof s.$el_text=="string"&&(s.$el_text=Hb(s.$el_text)),typeof s.attr__href=="string"&&(s.attr__href=Wo(s.attr__href))}function kT(s,t){const n=s.$elements;if(Array.isArray(n))for(const a of n)a&&typeof a=="object"&&ET(a,t);if(typeof s.$elements_chain=="string"){if(t){delete s.$elements_chain;return}s.$elements_chain=s.$elements_chain.replace(wT,(a,l)=>{const d=Wo(l);return typeof d=="string"?`attr__href="${d}"`:a})}}function TT(s,t){t.$current_url=Wo(t.$current_url),t.$referrer=Wo(t.$referrer);for(const n of[s.$set,s.$set_once]){if(!n)continue;const a=n;for(const l of Object.keys(a))xT.test(l)&&(a[l]=Wo(a[l]))}}function AT(s,t){typeof s.$el_text=="string"&&(t?delete s.$el_text:s.$el_text=Hb(s.$el_text)),kT(s,t)}function RT(s){if(!s)return s;try{const t=s.properties??{},n=CT(t);return TT(s,t),AT(t,n),s.properties=t,s}catch{return s}}function MT(s){if(!s)return"unknown";if(s.settingsOpen)return"account";if(s.firstRun&&!s.hasLiveSession)return"onboarding";if(s.templatesOpen)return"agent_build";if(s.hasLiveSession){const t=s.rightTab??"";return t==="logs"||t==="diff"?"agent_observe":t==="canvas"||t==="preview"?"agent_operate":"agent_build"}return s.inspectingDeadSession?"agent_observe":"unknown"}function Cr(s,t){try{xi.capture(s,t)}catch{}}function DT(s){try{const t={};for(const[n,a]of Object.entries(s))a!=null&&a!==""&&(t[n]=a);xi.register(t)}catch{}}function jT(s){try{const t=MT(s);xi.register({journey:t,view:NT(s)})}catch{}}function NT(s){return s.settingsOpen?"settings":s.firstRun&&!s.hasLiveSession?"welcome":s.templatesOpen?"templates":s.hasLiveSession?`workbench:${s.rightTab??"chat"}`:s.inspectingDeadSession?"session_history":"unknown"}function LT(){if(typeof window>"u")return null;const s=window.__HARNESS__,t=s==null?void 0:s.posthog;return t!=null&&t.key?t:null}function OT(s){return s.consentSource==="env-forced-off"}function Ib(s){return!OT(s)&&s.productAnalyticsOptIn}let Go=!1;function BT(s){if(Go){gf(s),mf(s);return}const t=LT();if(t&&Ib(s)){if(xi.__loaded){Go=!0,gf(s),mf(s);return}xi.init(t.key,{api_host:t.apiHost,ui_host:t.uiHost,capture_pageview:!0,capture_pageleave:!0,autocapture:!0,enable_heatmaps:!0,capture_dead_clicks:!0,before_send:RT,persistence:"localStorage",disable_session_recording:!0}),Go=!0,gf(s),mf(s)}}function gf(s){if(Go)try{Ib(s)?xi.has_opted_out_capturing()&&xi.opt_in_capturing():xi.has_opted_out_capturing()||xi.opt_out_capturing()}catch{}}let _f=null;function mf(s){if(Go)try{if(s.authenticated&&s.userId){_f=s.userId,xi.identify(s.userId),s.tenantId&&xi.group("organization",s.tenantId,{...s.organizationName?{name:s.organizationName}:{}}),DT({active_organization_id:s.tenantId??void 0,app_version:s.version});return}_f&&(_f=null,xi.reset())}catch{}}function HT(s){return[`Add human-readable descriptions to the "${s.name}" agent so its Sapiom canvas explains what each part does.`,"",`Edit the agent definition file(s) under ${s.path} (the entry is usually index.ts):`,"1. Give the defineAgent({ ... }) call a one-line `description` summarizing what the whole agent does.","2. Give every defineStep({ ... }) a one-line `description` of what that step does — infer it from the step's own code: its input, the Sapiom services it calls, and where it transitions.","","Rules:","- One sentence each, at most ~120 characters, present tense, plain language — don't just restate the step's name.","- Edit the source ONLY: add or refine `description` fields and nothing else. Do not change logic, control flow, imports, or other fields.","- Run NO commands — no npm/pnpm, no build, no tests, no git. Just make the edits and save. (The `description` field is supported by @sapiom/agent 0.7.0+, which this project already uses.)","- When the edits are saved you're done — the Sapiom canvas re-renders automatically, with no further step."].join(`
460
- `)}const zb=s=>s.split("/").filter(Boolean).pop()??s;function Sy(s,t){var n;return(n=t[s.id])!=null&&n.trim()?!1:!s.title||s.title===zb(s.cwd)}function wy(s,t,n){var c;const a=(c=n[s.id])==null?void 0:c.trim();if(a)return a;if(!Sy(s,n))return s.title;const l=zb(s.cwd),p=t.filter(h=>h.cwd===s.cwd&&(h.status!=="exited"||h.id===s.id)&&Sy(h,n)).sort((h,v)=>h.createdAt.localeCompare(v.createdAt)||h.id.localeCompare(v.id)).findIndex(h=>h.id===s.id);return p>0?`${l} ${p+1}`:l}const $b="(max-width: 768px)";function lp(){return typeof window<"u"&&window.matchMedia($b).matches}function IT(s){const t=window.matchMedia($b);return t.addEventListener("change",s),()=>t.removeEventListener("change",s)}function zT(){return P.useSyncExternalStore(IT,lp,()=>!1)}const Pb="sapiom-harness-pane-widths",$p=180,Ub=480,cp=320,tl=320,Fb=720;function up(s,t,n){return Math.min(Math.max(s,t),n)}function $T(){const s={rail:cp,canvas:null};if(typeof window>"u")return s;try{const t=window.localStorage.getItem(Pb);if(!t)return s;const n=JSON.parse(t);return{rail:up(typeof n.rail=="number"?n.rail:cp,$p,Ub),canvas:typeof n.canvas=="number"?up(n.canvas,tl,Fb):null}}catch{return s}}function xy(s){window.localStorage.setItem(Pb,JSON.stringify(s))}function PT(){const[s,t]=P.useState($T),[n,a]=P.useState(!1),l=(p,c,h,v,S,f)=>x=>{const E=x.currentTarget;E.setPointerCapture(x.pointerId),f==null||f(!0);const A=x.clientX,C=S(),y=_=>{const m=up(C+(_.clientX-A)*c,h,v);t(k=>k[p]===m?k:{...k,[p]:m})},b=()=>{E.removeEventListener("pointermove",y),E.removeEventListener("pointerup",b),f==null||f(!1),t(_=>(xy(_),_))};E.addEventListener("pointermove",y),E.addEventListener("pointerup",b)},d=(p,c)=>{t(h=>{const v={...h,[p]:c};return xy(v),v})};return{widths:s,canvasResizing:n,startRailDrag:l("rail",1,$p,Ub,()=>s.rail),startCanvasDrag:l("canvas",-1,tl,Fb,()=>{if(s.canvas!=null)return s.canvas;const p=document.querySelector(".canvas-pane");return p?p.getBoundingClientRect().width:tl},a),resetRail:()=>d("rail",cp),resetCanvas:()=>{a(!0),d("canvas",null),window.setTimeout(()=>a(!1),0)}}}const UT=2e3;function FT(s){const t=new URL("/ws/events",window.location.href);t.protocol=t.protocol==="https:"?"wss:":"ws:",t.searchParams.set("token",ma());let n=null,a=null,l=!1;const d=()=>{n=new WebSocket(t),n.addEventListener("message",p=>{try{s(JSON.parse(p.data))}catch{}}),n.addEventListener("close",()=>{l||(a=setTimeout(d,UT))})};return d(),()=>{l=!0,a&&clearTimeout(a),n==null||n.close()}}function Cy(s){const t=s.split(/[\\/]/).filter(Boolean);return t[t.length-1]??s}function qT(s,t){const n=[];for(const a of t)s.has(a.path)||n.push(a.path);return n}function Ey(s,t){return t?"exception":s==="linking"?"link_failed":"build_failed"}function Vo(s){return typeof s=="string"&&s!==""?s:void 0}function WT(s){if(Vo(s.templateId))return"template";const t=Vo(s.starterId);return t&&t!=="default"?"starter":Vo(s.forkId)?"fork":"scratch"}function ky(s){if(!s)return{};const t=WT(s);return t==="template"?{source:t,template_id:Vo(s.templateId)}:t==="starter"?{source:t,template_id:Vo(s.starterId)}:{source:t}}const Ty=4e3;function GT(s){if(typeof s=="string")return s;if(s!==null&&typeof s=="object"){const t=s,n=[t.ts,t.level,t.msg??t.message].filter(a=>typeof a=="string"||typeof a=="number");if(n.length>0)return n.map(String).join(" ")}return String(s)}function VT(s){if(!Array.isArray(s)||s.length===0)return;const t=s.map(GT).join(`
461
- `).trim();if(t!=="")return t.length>Ty?t.slice(t.length-Ty):t}function YT(s){return s==="succeeded"?"passed":s==="threw"?"failed":"pending"}function KT(s){return s==="completed"?"completed":s==="failed"?"failed":"running"}function XT(s){var a;const t={id:`${s.step}-${s.attempt}`,name:s.step,status:YT(s.status)};s.input!==void 0&&(t.input=s.input),s.output!==void 0&&(t.output=s.output),(a=s.error)!=null&&a.message&&(t.error=s.error.message);const n=VT(s.logs);return n!==void 0&&(t.logSlice=n),s.calls&&s.calls.length>0&&(t.calls=s.calls.map(l=>({capability:l.capability,stubUsed:l.stubUsed,args:l.args,result:l.result}))),t}function JT(s,t={}){const n={executionId:t.executionId??"",status:KT(t.outcome),steps:s.map(XT),stubbed:!0};return t.unusedStubs&&t.unusedStubs.length>0&&(n.unusedStubs=t.unusedStubs),t.stubWarnings&&t.stubWarnings.length>0&&(n.stubWarnings=t.stubWarnings),n}const It=gx(),ZT=3e3,QT=8;function eA(){const[s,t]=P.useState(null),[n,a]=P.useState(null),l=P.useRef(null);l.current=n;const d=P.useRef([]);d.current=(s==null?void 0:s.workflows)??[];const[p,c]=P.useState(!0),[h,v]=P.useState(null),[S,f]=P.useState(null),[x,E]=P.useState(0),[A,C]=P.useState(null),[y,b]=P.useState(null),[_,m]=P.useState([]),[k,R]=P.useState(null),[D,j]=P.useState(!1),T=P.useRef(new Map),M=P.useRef(0),I=P.useRef(new Map),[F,G]=P.useState(null),[U,X]=P.useState(new Set),[Z,q]=P.useState([]),W=P.useRef(new Map),[Q,O]=P.useState(new Map),[H,L]=P.useState(new Map),[B,V]=P.useState(new Map),te=P.useRef(new Map),[ue,fe]=P.useState(new Map),[K,$]=P.useState(new Map),[ce,re]=P.useState(new Map),ye=P.useCallback((ie,ve)=>{re(xe=>{if(ve===null){if(!xe.has(ie))return xe;const be=new Map(xe);return be.delete(ie),be}return new Map(xe).set(ie,ve)})},[]),[Ce,Fe]=P.useState(0),ze=P.useCallback(()=>{Fe(ie=>ie+1)},[]),Ge=P.useRef(0),He=P.useCallback(ie=>{Ge.current+=1,b(ie)},[]),Ne=P.useRef([]),Qt=P.useCallback(ie=>{It.getRunState(ie).then(ve=>O(xe=>{const be=xe.get(ie);return be?new Map(xe).set(ie,{...be,run:ve}):xe})).catch(()=>{})},[]),Ie=P.useCallback((ie,ve,xe)=>{const be=te.current.get(ie);be&&clearInterval(be);const Me=_a(Ne.current.find(tt=>tt.id===ie)),_t=Date.now();L(tt=>{const Ke=tt.get(ie)??[];return Ke.includes(ve)?tt:new Map(tt).set(ie,[...Ke,ve])}),V(tt=>{if(!tt.has(ie))return tt;const Ke=new Map(tt);return Ke.delete(ie),Ke});const ot=async()=>{try{const tt=await It.getRunState(ve);if(O(Ke=>new Map(Ke).set(ve,{run:tt,target:xe,workflowPath:Me,observedAt:_t})),tt.status!=="running"){const Ke=te.current.get(ie);Ke&&clearInterval(Ke),te.current.delete(ie)}}catch{const tt=te.current.get(ie);tt&&clearInterval(tt),te.current.delete(ie)}};ot(),te.current.set(ie,setInterval(()=>void ot(),2e3))},[]),cs=P.useRef(0),ht=P.useCallback(async(ie,ve,xe)=>{cs.current+=1;const be=`local-${Date.now()}-${cs.current}`,Me=_a(Ne.current.find(lt=>lt.id===ie)),_t=Date.now(),ot=[];let tt,Ke,dt;L(lt=>{const zs=lt.get(ie)??[];return zs.includes(be)?lt:new Map(lt).set(ie,[...zs,be])}),V(lt=>{if(!lt.has(ie))return lt;const zs=new Map(lt);return zs.delete(ie),zs});const mt=()=>{const lt=JT(ot,{executionId:be,outcome:tt,unusedStubs:Ke,stubWarnings:dt});O(zs=>new Map(zs).set(be,{run:lt,target:"local",workflowPath:Me,observedAt:_t}))};mt();const Es=lt=>{lt.kind==="summary"?(tt=lt.outcome,Ke=lt.unusedStubs,dt=lt.stubWarnings):lt.kind==="error"?(tt="failed",ot.push({step:"run-local",attempt:1,input:xe,status:"threw",error:{name:"RunLocalError",message:lt.error},logs:[]})):ot.push(lt),mt()};try{await It.runLocal({sourceDir:ve,input:xe},Es)}catch(lt){tt="failed",mt(),R(lt instanceof Ps&&lt.reason?lt.reason:lt.message)}finally{ze()}},[ze]),us=P.useCallback((ie,ve)=>{V(xe=>new Map(xe).set(ie,ve)),Qt(ve)},[Qt]),yt=P.useMemo(()=>{const ie=new Map;return H.forEach((ve,xe)=>{const be=B.get(xe),Me=be&&ve.includes(be)?be:ve[ve.length-1],_t=Me?Q.get(Me):void 0;_t&&ie.set(xe,_t)}),ie},[H,B,Q]);P.useEffect(()=>{Ne.current=(s==null?void 0:s.sessions)??[]},[s]),P.useEffect(()=>{const ie=te.current;return()=>{ie.forEach(ve=>clearInterval(ve)),ie.clear()}},[]),P.useEffect(()=>{const ie=W.current;return()=>{ie.forEach(ve=>clearTimeout(ve)),ie.clear()}},[]);const st=P.useRef(null);P.useEffect(()=>{let ie=!1;return x>0&&(c(!0),v(null),f(null)),Promise.all([It.getState(),It.getSettings()]).then(([ve,xe])=>{if(ie)return;t(ve);const be=st.current??(st.current=new Set);for(const _t of ve.workflows)be.add(_t.path);a(xe),f(null),ve.tasks&&q(ve.tasks);const Me=ve.sessions.find(_t=>_t.status!=="exited");Me&&b(Me.id),ve.workflows[0]&&C(ve.workflows[0].path)}).catch(ve=>{ie||(v(ve.message),f(ve instanceof Ps?{status:ve.status}:{networkError:!0}))}).finally(()=>!ie&&c(!1)),()=>{ie=!0}},[x]);const Lt=P.useCallback(()=>E(ie=>ie+1),[]);P.useEffect(()=>{if(!y)return;const ie=s==null?void 0:s.sessions.find(ve=>ve.id===y);C(_a(ie)??null)},[y]);const Oe=P.useCallback(async()=>{const ie=await It.listWorkflows();return t(ve=>ve&&{...ve,workflows:ie}),ie},[]);P.useEffect(()=>FT(ie=>{if(G(ie),ie.type==="session.status"){if(t(ve=>{if(!ve)return ve;const be=ve.sessions.some(Me=>Me.id===ie.session.id)?ve.sessions.map(Me=>Me.id===ie.session.id?ie.session:Me):[...ve.sessions,ie.session];return{...ve,sessions:be}}),ie.session.status==="exited"){const ve=ie.session.id,xe=W.current.get(ve);xe&&(clearTimeout(xe),W.current.delete(ve)),X(be=>{if(!be.has(ve))return be;const Me=new Set(be);return Me.delete(ve),Me})}}else if(ie.type==="workflows.changed")Oe().then(ve=>{const xe=st.current;if(xe===null){st.current=new Set(ve.map(be=>be.path));return}for(const be of qT(xe,ve))xe.add(be),Cr("agent.created",{workflow_slug:Cy(be),...ky(ve.find(Me=>Me.path===be))})});else if(ie.type==="execution.started")Ie(ie.harnessSessionId,ie.executionId,ie.target);else if(ie.type==="port.detected")fe(ve=>new Map(ve).set(ie.harnessSessionId,{port:ie.port,url:ie.url}));else if(ie.type==="task.status")q(ve=>ve.some(be=>be.id===ie.task.id)?ve.map(be=>be.id===ie.task.id?ie.task:be):[...ve,ie.task]);else if(ie.type==="session.activity"){const ve=ie.harnessSessionId;X(be=>be.has(ve)?be:new Set(be).add(ve));const xe=W.current.get(ve);xe&&clearTimeout(xe),W.current.set(ve,setTimeout(()=>{W.current.delete(ve),X(be=>{if(!be.has(ve))return be;const Me=new Set(be);return Me.delete(ve),Me})},ZT))}else ie.type==="auth.changed"&&(t(ve=>ve&&{...ve,authenticated:ie.authenticated,organizationName:ie.organizationName}),Oe())}),[Oe,Ie]);const Je=P.useCallback(async ie=>{const ve=Array.from(new Set(ie)),xe=ve.map(be=>{const Me=T.current.get(be);if(Me)return Me;const _t=It.sessionHistory(be).finally(()=>{T.current.delete(be)});return T.current.set(be,_t),_t});M.current+=1,j(!0);try{const be=await Promise.allSettled(xe),Me=[],_t=new Set;be.forEach((ot,tt)=>{ot.status==="fulfilled"&&(_t.add(ve[tt]),Me.push(...ot.value))}),m(ot=>WE(ot,Me,_t))}finally{M.current-=1,M.current===0&&j(!1)}},[]),At=P.useCallback(async ie=>{var be;const ve=await It.createSession(ie);t(Me=>Me&&!Me.sessions.some(_t=>_t.id===ve.id)?{...Me,sessions:[...Me.sessions,ve]}:Me),He(ve.id);const xe=[ie.cwd,...(((be=l.current)==null?void 0:be.recentDirs)??[]).filter(Me=>Me!==ie.cwd)].slice(0,QT);a(Me=>Me&&{...Me,recentDirs:xe});try{const Me=await It.updateSettings({recentDirs:xe});a(_t=>_t&&{..._t,recentDirs:Me.recentDirs})}catch{}return ve},[He]),Wt=P.useCallback(()=>It.listTemplates(),[]),Ct=P.useCallback(ie=>It.getTemplate(ie),[]),ws=P.useCallback(ie=>It.sessionRecord(ie),[]),at=P.useCallback(async ie=>{const ve=Ge.current;try{const xe=await It.resumeSession(ie);return t(be=>be&&{...be,sessions:be.sessions.map(Me=>Me.id===xe.id?xe:Me)}),Ge.current===ve&&He(xe.id),xe}catch(xe){throw R(xe instanceof Ps&&xe.reason?xe.reason:xe.message),xe}},[He]),ns=P.useCallback(async({cwd:ie,harness:ve,from:xe})=>{const be=await At({cwd:ie,harness:ve,rehydrateFrom:xe});return be.rehydratedFrom||R("Nothing was recorded for that session, so this one starts fresh."),be},[At]),Gt=P.useCallback(async ie=>{var xe;const ve=ie.harnessSessionId??((xe=s==null?void 0:s.sessions.find(be=>be.agentSessionId===ie.agentSessionId))==null?void 0:xe.id);if(ie.resumeMode==="rehydrate")return ns({cwd:ie.cwd,harness:ie.harness,from:ve??ie.agentSessionId});if(ve)return at(ve);try{const be=await It.adoptSession({agentSessionId:ie.agentSessionId,harness:ie.harness,cwd:ie.cwd,title:ie.title,lastActiveAt:ie.lastActiveAt});return t(Me=>{if(!Me)return Me;const _t=Me.sessions.some(ot=>ot.id===be.id)?Me.sessions.map(ot=>ot.id===be.id?be:ot):[...Me.sessions,be];return{...Me,sessions:_t}}),He(be.id),be}catch(be){throw R(be instanceof Ps&&be.reason?be.reason:be.message),be}},[s,at,ns,He]),Et=P.useCallback(async ie=>{try{await It.killSession(ie)}catch(xe){throw R(xe instanceof Ps&&xe.reason?xe.reason:xe.message),xe}const ve=((s==null?void 0:s.sessions)??[]).filter(xe=>xe.id!==ie);if(t(xe=>xe&&{...xe,sessions:ve}),y===ie){const xe=ve.find(be=>be.status!=="exited");He(xe?xe.id:null)}},[s,y,He]),vt=P.useCallback(async ie=>{const ve=await It.connectWorkflow(ie);return t(xe=>xe&&{...xe,workflows:[...xe.workflows.filter(be=>be.path!==ve.path),ve]}),(st.current??(st.current=new Set)).add(ve.path),ve},[]),Ni=P.useCallback(async ie=>{const ve=await It.scanWorkflows(ie),xe=await Oe(),be=st.current??(st.current=new Set);for(const Me of xe)be.add(Me.path);return ve},[Oe]),Rt=P.useCallback(()=>It.listHarnesses(),[]),ke=P.useCallback(async(ie,ve)=>{const xe=await It.bindWorkflow(ie,ve);t(be=>be&&{...be,sessions:be.sessions.map(Me=>Me.id===xe.id?xe:Me)})},[]),Ze=P.useCallback(async ie=>{const ve=await It.updateSettings(ie);return a(ve),ie.telemetryOptIn!==void 0&&t(xe=>xe&&{...xe,telemetryOptIn:ve.telemetryOptIn}),ie.productAnalyticsOptIn!==void 0&&t(xe=>xe&&{...xe,productAnalyticsOptIn:ve.productAnalyticsOptIn!==!1}),ve},[]),vs=P.useCallback(async(ie,ve)=>{try{await It.runMacro(ie,ve)}catch(xe){R(xe instanceof Ps&&xe.reason?xe.reason:xe.message)}},[]),qt=P.useCallback(ie=>{const ve=I.current.get(ie);if(ve)return ve;const xe=(async()=>{R("Deploying…");const be=Cy(ie),Me=ky(d.current.find(dt=>dt.path===ie)),_t=performance.now();Cr("agent.deploy_started",{workflow_slug:be,...Me});let ot=null,tt=null,Ke=!1;try{const dt=await It.deploy(ie,mt=>{mt.phase==="linking"?(ot="linking",ye(ie,{phase:"linking"}),R(`Deploying — creating the agent "${mt.name}" on Sapiom…`)):mt.phase==="warning"?(tt=mt.message,R(mt.message)):mt.phase==="building"&&(ot="building",ye(ie,{phase:"building"}),R("Deploying — building on Sapiom…"),Oe())});if(dt.phase==="ready")ye(ie,{phase:"ready"}),Cr("agent.deploy_succeeded",{workflow_slug:be,duration_ms:Math.round(performance.now()-_t),...Me}),Ke=!0,R(tt?`Deployed to Sapiom. ${tt}`:"Deployed to Sapiom."),$(mt=>{if(!mt.has(ie))return mt;const Es=new Map(mt);return Es.delete(ie),Es}),await Oe();else if(dt.phase==="error"){const mt=ot==="linking"?"Couldn't create the agent":"Deploy failed",Es=dt.hint?`${mt}: ${dt.message} (${dt.hint})`:`${mt}: ${dt.message}`;ye(ie,{phase:"error",message:Es}),Cr("agent.deploy_failed",{workflow_slug:be,error_kind:Ey(ot,!1),...Me}),Ke=!0,R(Es),$(lt=>new Map(lt).set(ie,Es)),await Oe()}}catch(dt){const mt=dt instanceof Ps&&dt.reason?dt.reason:dt.message;ye(ie,{phase:"error",message:mt}),Ke||Cr("agent.deploy_failed",{workflow_slug:be,error_kind:Ey(ot,!0),...Me}),R(mt),$(Es=>new Map(Es).set(ie,mt))}finally{ze(),I.current.delete(ie)}})();return I.current.set(ie,xe),xe},[Oe,ze,ye]),Cs=P.useCallback(async(ie,ve,xe)=>{try{const{executionId:be}=await It.run({definitionId:ve,input:xe});Ie(ie,be,"prod")}catch(be){R(be instanceof Ps&&be.reason?be.reason:be.message)}finally{ze()}},[Ie,ze]),Ei=P.useCallback(async()=>It.startAuth(),[]),es=P.useCallback(async()=>{try{await It.disconnect()}catch(ie){R(ie instanceof Ps&&ie.reason?ie.reason:ie.message)}},[]),Ws=P.useCallback(()=>R(null),[]),Fi=P.useCallback(async(ie,ve)=>{await It.injectInput(ie,{text:ve,submit:!0})},[]),Gs=P.useCallback(ie=>{R(ie)},[]),Os=P.useCallback(ie=>K.get(ie)??null,[K]),yn=P.useCallback(ie=>It.listDir(ie),[]);return{state:s,loading:p,error:h,errorKind:S,reload:Lt,settings:n,bootToken:ma(),selectedWorkflowPath:A,setSelectedWorkflowPath:C,activeSessionId:y,setActiveSessionId:He,history:_,historyLoading:D,loadHistory:Je,createSession:At,listTemplates:Wt,getTemplate:Ct,sessionRecord:ws,resumeSession:at,rehydrateSession:ns,resumeFromHistory:Gt,closeSession:Et,connectWorkflow:vt,scanWorkflows:Ni,listHarnesses:Rt,bindWorkflow:ke,updateSettings:Ze,runMacro:vs,deploy:qt,startProdRun:Cs,runLocal:ht,injectInput:Fi,showToast:Gs,lastDeployErrorFor:Os,deployStateByPath:ce,dismissDeployState:ie=>ye(ie,null),directActionSettleSeq:Ce,listDir:yn,lastMessage:F,runsBySession:yt,runsByExecution:Q,runIdsBySession:H,selectRun:us,previewBySession:ue,toast:k,dismissToast:Ws,busySessionIds:U,tasks:Z,api:It,startAuth:Ei,disconnect:es}}function Ac(s,t){return t?s.filter(n=>n.status!=="exited"&&(n.boundWorkflowPath===t||n.boundWorkflowPath==null&&n.cwd===t)).sort((n,a)=>n.createdAt.localeCompare(a.createdAt)||n.id.localeCompare(a.id)):[]}const tA=()=>{var De,Pe,bt,We,hs,Ts,kt,bn,Li,rs,ki,Ar,Sn,Ma,nl;const s=eA(),t=K3(),[n,a]=P.useState(!1),[l,d]=P.useState(!1),[p,c]=P.useState(null),h=P.useRef(null),v=P.useRef(null),S=P.useRef(X3()),f=P.useRef(!1),x=P.useRef(null),[E,A]=P.useState(null),[C,y]=P.useState(null),[b,_]=P.useState(!1),[m,k]=P.useState(()=>{const J=Pi().rightTab;return J==="canvas"||J==="steps"||J==="code"?J:"canvas"}),[R,D]=P.useState(m==="code"),[j,T]=P.useState(null),[M,I]=P.useState(!1),[F,G]=P.useState(()=>Pi().sessionNames??{}),U=(J,Se)=>{G(Re=>{const Ue={...Re},Mt=Se.trim();return Mt?Ue[J]=Mt:delete Ue[J],mn({sessionNames:Ue}),Ue})},[X,Z]=P.useState(()=>lp()||(Pi().railCollapsed??!1)),[q,W]=P.useState(()=>lp()||(Pi().rightCollapsed??!1)),[Q,O]=P.useState(!1),H=zT(),{widths:L,canvasResizing:B,startRailDrag:V,startCanvasDrag:te,resetRail:ue,resetCanvas:fe}=PT(),[K,$]=P.useState(!1),ce=P.useRef(!1),re=P.useRef(null),ye=P.useRef(!1),Ce=P.useRef(null),Fe=P.useRef(null),ze=P.useCallback(J=>{J&&!ce.current&&J.style.setProperty("--rp-w",`${J.offsetWidth}px`)},[]),Ge=P.useCallback(J=>{var Re;if((Re=Fe.current)==null||Re.disconnect(),Ce.current=J,!J){Fe.current=null;return}const Se=new ResizeObserver(()=>{ye.current||ze(J)});Se.observe(J),Fe.current=Se},[ze]);ce.current=q,ye.current=K,P.useLayoutEffect(()=>{if(H)return;$(!0);const J=window.setTimeout(()=>{$(!1),ze(Ce.current)},260);return()=>window.clearTimeout(J)},[q,H,ze]),P.useEffect(()=>{const J=Se=>{var Ue;const Re=Se.key.toLowerCase();if((Se.metaKey||Se.ctrlKey)&&(Re==="k"||Re==="p")){Se.preventDefault(),a(!0);return}if((Se.metaKey||Se.ctrlKey)&&/^[1-9]$/.test(Se.key)){const gs=Ac(((Ue=s.state)==null?void 0:Ue.sessions)??[],p)[Number(Se.key)-1];gs&&(Se.preventDefault(),d(!1),T(null),s.setActiveSessionId(gs.id))}};return window.addEventListener("keydown",J),()=>window.removeEventListener("keydown",J)},[(De=s.state)==null?void 0:De.sessions,p]);const He=xk({settingsRoot:(Pe=s.settings)==null?void 0:Pe.projectRoot,defaultProjectRoot:(bt=s.state)==null?void 0:bt.defaultProjectRoot,launchDir:(We=s.state)==null?void 0:We.launchDir}),Ne=async J=>{await s.updateSettings({projectRoot:J})};P.useEffect(()=>{var Se;if(!n||!s.state)return;const J=Uy(s.state.sessions,((Se=s.settings)==null?void 0:Se.recentDirs)??[],s.activeSessionId);J.length>0&&s.loadHistory(J)},[n]);const Qt=P.useRef(!1);P.useEffect(()=>{var Se;if(Qt.current||!s.state)return;Qt.current=!0;const J=s.state.sessions.find(Re=>Re.id===s.activeSessionId);c(_a(J)??((Se=s.state.workflows[0])==null?void 0:Se.path)??null)},[s.state,s.activeSessionId]);const Ie=s.state;P.useEffect(()=>{Ie&&BT(Ie)},[Ie,Ie==null?void 0:Ie.authenticated,Ie==null?void 0:Ie.userId,Ie==null?void 0:Ie.tenantId,Ie==null?void 0:Ie.consentSource,Ie==null?void 0:Ie.productAnalyticsOptIn,Ie==null?void 0:Ie.version]),P.useEffect(()=>{if(!Ie)return;const J=Ie.sessions.find(Re=>Re.id===s.activeSessionId),Se={firstRun:Ie.firstRun===!0,settingsOpen:b,templatesOpen:M,hasLiveSession:Ie.sessions.some(Re=>Re.status!=="exited"),inspectingDeadSession:(J==null?void 0:J.status)==="exited",rightTab:m};jT(Se)},[Ie,s.activeSessionId,b,M,m]);const cs=P.useRef(H);P.useEffect(()=>{cs.current!==H&&(cs.current=H,Z(H),W(H))},[H]),P.useEffect(()=>{H||mn({railCollapsed:X,rightCollapsed:q})},[X,q,H]),P.useEffect(()=>{mn({rightTab:m})},[m]);const ht=((hs=s.state)==null?void 0:hs.sessions.find(J=>J.id===s.activeSessionId&&J.status==="exited"))??null,us=ht!=null&&ht.agentSessionId?(Ts=s.history.find(J=>J.agentSessionId===ht.agentSessionId))==null?void 0:Ts.resumeMode:"rehydrate",yt=(ht==null?void 0:ht.agentSessionId)!=null&&us===void 0?ht.cwd:null,st=s.loadHistory;P.useEffect(()=>{yt&&st([yt])},[yt,st]);const Lt=P.useRef(new Map);if(P.useEffect(()=>{for(const J of s.tasks){if(J.macroId!=="describe")continue;Lt.current.get(J.id)==="running"&&J.status!=="running"&&s.showToast(J.status==="failed"?"Couldn't generate descriptions — check the agent terminal for details.":"Describe run finished — the canvas updates if the agent changed the source."),Lt.current.set(J.id,J.status)}},[s.tasks,s.showToast]),P.useEffect(()=>{const J=bp();if(J!=null&&J.onDeepLink)return J.onDeepLink(Se=>{var Re;return(Re=h.current)==null?void 0:Re.call(h,Se)})},[]),P.useEffect(()=>{var Se;if(s.loading)return;const J=S.current;!J||f.current||(f.current=!0,(Se=h.current)==null||Se.call(h,J))},[s.loading]),P.useEffect(()=>{var Se;const J=x.current;J&&((Se=v.current)!=null&&Se.call(v,J))&&(x.current=null)},[(kt=s.state)==null?void 0:kt.workflows]),s.loading)return u.jsx("div",{className:"app-status",children:"Loading Agent Studio…"});if(s.error||!s.state){const J=Y3({online:t,error:s.errorKind});return u.jsx(FE,{status:J==="online"?"error":J,onRetry:s.reload,detail:s.error,onStartAuth:J==="auth"?s.startAuth:void 0})}const{state:Oe}=s,Je=Oe.sessions.find(J=>J.id===s.activeSessionId)??null,At=_a(Je),Wt=Oe.workflows.find(J=>J.path===At)??null,Ct=Oe.workflows.find(J=>J.path===p)??null,ws=Ac(Oe.sessions,p),at=j!=null,ns=!at&&(Je==null?void 0:Je.status)==="exited",Gt=!at&&!ns&&!l&&Ct!=null&&ws.length===0,Et=!at&&!ns&&!l&&!Gt&&Je!=null&&Je.status!=="exited",vt=!at&&!ns&&(l||!Gt&&!Et),Ni=l&&Je!=null&&Je.status!=="exited",Rt=Gt?null:Wt,ke=Gt?(Ct==null?void 0:Ct.name)??null:null,Ze=Rt?xa(Rt,s.lastDeployErrorFor(Rt.path)):null,vs=s.activeSessionId?s.runsBySession.get(s.activeSessionId)??null:null,qt=d0(vs,At)?vs:null,Cs=s.activeSessionId?(s.runIdsBySession.get(s.activeSessionId)??[]).map(J=>s.runsByExecution.get(J)).filter(J=>J!==void 0).filter(J=>d0(J,At)):[],Ei=(qt==null?void 0:qt.run.status)==="running"?qt.target:null,es=()=>{H&&Z(!0)},Ws=async(J,Se)=>{d(!1),T(null),c(J),es();const Re=await s.createSession({cwd:J,harness:Se});return Ic("session.created"),Cr("session.started",{harness_kind:Se,origin:"user"}),Re},Fi=async(J,Se)=>{await Ws(J,Se)},Gs=(J,Se,Re)=>{const Ue=async Mt=>{try{await s.injectInput(J,Se)}catch(gs){if(Mt<6&&gs instanceof Ps&&gs.status===409){window.setTimeout(()=>void Ue(Mt+1),1500);return}s.showToast(Re)}};Ue(0)},Os=async(J,Se,Re)=>{const Ue=await Ws(J,Se),Mt=`Scaffold a new Sapiom agent project in this directory: ${wf(J,"default")}, then run npm install, read AGENTS.md, and use the sapiom-agent-authoring skill to`,gs=Re==null?void 0:Re.trim();Gs(Ue.id,gs?`${Mt} build this:
462
-
463
- ${gs}`:`${Mt} define the first agent.`,"Couldn't send the scaffold prompt. Ask the coding agent to call sapiom_dev_agents_scaffold.")},yn=J=>{(async()=>{const Se=Ac(Oe.sessions,J.path)[0],Re=(Se==null?void 0:Se.cwd)??J.path;try{const Ue=await Ws(Re,"claude-code");await s.bindWorkflow(Ue.id,J.path),c(J.path)}catch(Ue){s.showToast(Ue.message||"Couldn't start the session.")}})()},ie=J=>{var Re;const Se=((Re=Oe.sessions.find(Ue=>Ue.id===J))==null?void 0:Re.cwd)??".";Gs(J,`Scaffold a new Sapiom agent project in this directory: ${wf(Se,"default")}, then run npm install, read AGENTS.md, and use the sapiom-agent-authoring skill to define the first agent.`,"Couldn't send the scaffold prompt. Ask the coding agent to call sapiom_dev_agents_scaffold.")},ve=async(J,Se,Re="template_gallery")=>{const Ue=await Ws(J,"claude-code");Cr("agent.template_cloned",{template_slug:Se.id,template_id:Se.id,surface:Re}),Gs(Ue.id,Rk(Se,J),Se.kind==="gallery"?"Couldn't send the clone prompt. Ask the coding agent to run sapiom_dev_agents_clone.":"Couldn't send the starter prompt. Ask the coding agent to call sapiom_dev_agents_scaffold.")},xe=J=>{const Se=new Set;for(const Re of Oe.sessions){const Ue=Re.cwd.split("/").filter(Boolean).pop();Ue&&Se.add(Ue)}for(const Re of Oe.workflows){const Ue=Re.path.split("/").filter(Boolean).pop();Ue&&Se.add(Ue)}return Ky(Ek(J,Se),He||null)},be=(J,Se)=>{const Re=xe(J.trim()?wk(J):mp);if(!Re){s.showToast("Set a project folder first — use the + to open one.");return}W(!0),Os(Re,Se,J.trim()||void 0)},Me=J=>{const Se=xe(J.id);if(!Se){s.showToast("Set a project folder first — use the + to open one.");return}W(!0),ve(Se,J,"welcome")},_t=async J=>{const Se=await s.scanWorkflows(J);return s.showToast(Se.length===0?"No agent projects found under this folder.":Se.length===1?"Found 1 agent project.":`Found ${Se.length} agent projects.`),Se.length},ot=J=>{d(!1),T(null),I(!1),es();const Se=Oe.sessions.find(Re=>Re.id===J);Se&&c(_a(Se)??Se.cwd),s.setActiveSessionId(J)},tt=J=>{d(!1),T(null),I(!1),s.setActiveSessionId(J)},Ke=J=>{d(!1),T(J),I(!1),es()},dt=J=>{var Re;const Se=((Re=s.settings)==null?void 0:Re.editorUrlTemplate)??"vscode://file{path}";window.location.href=Se.replace("{path}",encodeURI(J))},mt=J=>{var Ue;d(!1),T(null),I(!1),c(J),es();const Se=Ac(Oe.sessions,J),Re=Se.some(Mt=>Mt.id===s.activeSessionId)?s.activeSessionId:((Ue=Se[Se.length-1])==null?void 0:Ue.id)??null;Re!==s.activeSessionId&&s.setActiveSessionId(Re)};v.current=J=>{const Se=Oe.workflows.find(Re=>Re.definitionId!=null&&String(Re.definitionId)===J);return Se?(mt(Se.path),!0):!1},h.current=J=>{var Se;if(J.kind==="template"){y(J.templateId),I(!0);return}(Se=v.current)!=null&&Se.call(v,J.definitionId)||A(J)};const Es=async J=>{var Re;A(null);const Se=xe(((Re=J.slug)==null?void 0:Re.trim())||`agent-${J.definitionId}`);if(!Se){s.showToast("Set a project folder first — use the + to open one.");return}x.current=J.definitionId,W(!0);try{const Ue=await Ws(Se,"claude-code");Gs(Ue.id,Mk(J.definitionId,Se),"Couldn't send the clone prompt. Ask the coding agent to run sapiom_dev_agents_clone.")}catch(Ue){x.current=null,s.showToast(Ue.message||"Couldn't start a session to clone the agent.")}},lt=async J=>{es();const Se=Oe.sessions.filter(as=>as.status!=="exited"),Re=as=>as.boundWorkflowPath===J||J===as.cwd||J.startsWith(`${as.cwd}/`),Ue=Se.find(as=>as.id===s.activeSessionId),Mt=Ue&&Re(Ue)?Ue:Se.filter(Re).sort((as,Da)=>Da.cwd.length-as.cwd.length||Da.createdAt.localeCompare(as.createdAt))[0];let gs;if(Mt)d(!1),T(null),Mt.id!==s.activeSessionId&&s.setActiveSessionId(Mt.id),gs=Mt.id;else try{gs=(await Ws(J,"claude-code")).id}catch(as){return s.showToast(as.message||"Couldn't start a session in this folder."),null}return await s.bindWorkflow(gs,J),c(J),gs},zs=(J,Se)=>{(async()=>{const Re=Vy(Se.id);((Re==="deploy"||Re==="run-local")&&J!=null||Re==="prod-run"&&(J==null?void 0:J.definitionId)!=null&&bf(J))&&(k("steps"),W(!1));let Mt=s.activeSessionId;if(J&&(Mt=await lt(J.path)??Mt),Se.action.kind==="open-url"){window.open(gk(Se.action.url,J),"_blank","noopener,noreferrer");return}if(Mt){if(Re!==null){if(Re==="deploy")J?s.deploy(J.path):s.showToast("Select an agent first.");else if(Re==="prod-run")if((J==null?void 0:J.definitionId)!=null&&bf(J))s.startProdRun(Mt,String(J.definitionId));else{const gs=J?s.lastDeployErrorFor(J.path):null,as=J?xa(J,gs):"draft";s.showToast(as==="failed"?"Last deploy failed — retry Deploy.":as==="building"?"The cloud build is still in progress.":as==="linked"?"No ready deployment yet — deploy it first.":"This agent isn't deployed yet — deploy it first.")}else Re==="run-local"&&(J?s.runLocal(Mt,J.path):s.showToast("Select an agent first."));return}s.runMacro(Se.id,{harnessSessionId:Mt,workflowPath:J==null?void 0:J.path})}})()},_e=J=>{(async()=>{const Se=await lt(J.path)??s.activeSessionId;Se&&s.runMacro("describe",{harnessSessionId:Se,workflowPath:J.path,subject:HT(J)})})()};return u.jsxs("div",{className:"app-shell","data-rail-collapsed":X||void 0,children:[H&&!X&&u.jsx("div",{className:"shell-scrim","data-testid":"rail-drawer-scrim","aria-hidden":"true",onClick:()=>Z(!0)}),!X&&u.jsx(F3,{projectRoot:He||null,onSaveProjectRoot:Ne,width:L.rail,minWidth:$p,workflows:Oe.workflows,sessions:Oe.sessions,activeSessionId:s.activeSessionId,focusedAgentPath:p,onFocusAgent:mt,onOpenPalette:()=>a(!0),onConnect:async J=>{await s.connectWorkflow(J)},onCollapse:()=>Z(!0),onSelectSession:ot,overviewSelected:vt,onSelectOverview:()=>{d(!0),T(null),I(!1),es()},onNewSession:()=>{d(!0),I(!1)},onReviewSummary:Ke,history:s.history,historyLoading:s.historyLoading,onOpenHistory:J=>void s.loadHistory(J),recentDirs:((bn=s.settings)==null?void 0:bn.recentDirs)??[],launchDir:Oe.launchDir??null,listDir:s.listDir,onCreateSession:Fi,listHarnesses:s.listHarnesses,onScaffoldSession:Os,onScaffoldInSession:ie,onBrowseTemplates:()=>I(!0),templatesActive:M,onScanWorkflows:_t,onToast:s.showToast,telemetryOptIn:((Li=s.settings)==null?void 0:Li.telemetryOptIn)??Oe.telemetryOptIn,consentSource:Oe.consentSource,consentEnvReason:Oe.consentEnvReason,authenticated:Oe.authenticated,organizationName:Oe.organizationName,onToggleTelemetry:async J=>{await s.updateSettings({telemetryOptIn:J})},productAnalyticsOptIn:Oe.productAnalyticsOptIn,onToggleProductAnalytics:async J=>{await s.updateSettings({productAnalyticsOptIn:J})},rollingSummary:((rs=s.settings)==null?void 0:rs.rollingSummary)===!0,onToggleRollingSummary:async J=>{await s.updateSettings({rollingSummary:J})},onStartAuth:s.startAuth,onDisconnect:s.disconnect,settingsOpen:b,onSetSettingsOpen:_}),!X&&!H&&u.jsx("div",{className:"pane-resize-handle pane-resize-handle-rail",style:{left:L.rail},onPointerDown:V,onDoubleClick:ue,role:"separator","aria-orientation":"vertical","aria-label":"Resize workspace rail","data-testid":"resize-handle-rail"}),u.jsxs("div",{className:"workspace-main",children:[!t&&u.jsx(qE,{}),Oe.consentSource==="default-silent"&&!((ki=s.settings)!=null&&ki.telemetryNoticeDismissed)&&u.jsx(mk,{onDismiss:()=>{s.updateSettings({telemetryNoticeDismissed:!0})},onOpenSettings:()=>_(!0)}),u.jsxs("div",{className:"app"+(M?" is-browsing":"")+(!M&&!H&&!vt?" canvas-animated":"")+(K?" canvas-sliding":"")+(B?" canvas-dragging":""),style:{gridTemplateColumns:M||H||vt?"minmax(0, 1fr)":`minmax(${tl}px, 1fr) ${q?L.canvas==null?"0fr":"0px":L.canvas==null?"1fr":`${L.canvas}px`}`},children:[M&&u.jsx(Yk,{projectRoot:He||null,recentDirs:((Ar=s.settings)==null?void 0:Ar.recentDirs)??[],listDir:s.listDir,onExit:()=>I(!1),onUse:ve,listTemplates:s.listTemplates,getTemplate:s.getTemplate,openTemplateId:C}),u.jsxs("div",{className:"center-pane",children:[u.jsx(fk,{openedAgentName:ke,reviewTitle:j?j.title:null,composing:vt,onBack:Ni?()=>d(!1):null,activeSession:Et||ns?Je:null,sessionName:Je?wy(Je,Oe.sessions,F):null,onRenameSession:U,boundWorkflowName:(Wt==null?void 0:Wt.name)??null,sessions:Et?ws:[],onSelectSession:tt,labelOf:J=>{const Se=wy(J,Oe.sessions,F),Re=J.cwd.split("/").filter(Boolean).pop()??"",Ue=Se.startsWith(`${Re} `)?Se.slice(Re.length+1):"";if(!(Se===Re||/^\d+$/.test(Ue))||!Ct)return Se;const gs=ws.findIndex(as=>as.id===J.id);return gs>0?`${Ct.name} ${gs+1}`:Ct.name},busy:Je!=null&&s.busySessionIds.has(Je.id),onCloseSession:J=>void s.closeSession(J),onOpenInEditor:dt,onToast:s.showToast,onExpandRail:X?()=>Z(!1):null,onExpandRight:q?()=>W(!1):null,onNewSession:()=>d(!0),actions:Et&&Je&&Wt?u.jsx(_k,{workflow:Wt,activeSessionId:s.activeSessionId,sessionReady:Je.ready===!0&&Je.status!=="exited",macros:Oe.macros,onRunMacro:J=>zs(Wt,J),preview:s.previewBySession.get(Je.id)??null,lastDeployError:s.lastDeployErrorFor(Wt.path),authenticated:Oe.authenticated,directActionSettleSeq:s.directActionSettleSeq,runningTarget:Ei}):null}),u.jsx("div",{className:"terminal-slot",children:at&&j?u.jsx(ik,{summary:j,loadRecord:s.sessionRecord,onStart:()=>{const J=j;T(null),s.resumeFromHistory(J)},onClose:()=>T(null)}):ns&&Je?u.jsx(sk,{session:Je,resumeMode:us,loadRecord:s.sessionRecord,onResume:()=>void s.resumeSession(Je.id),onContinue:()=>void s.rehydrateSession({cwd:Je.cwd,harness:Je.harness,from:Je.id}),onClose:()=>void s.closeSession(Je.id)}):Gt&&Ct?u.jsx(Di,{className:"terminal-empty",testId:"open-agent-empty",icon:"Radio",title:`No running session for ${Ct.name}`,body:"Start a session to map, run, and inspect this agent.",cta:u.jsxs("button",{className:"btn-primary","data-testid":"open-agent-start-session",onClick:()=>yn(Ct),children:[u.jsx(de,{name:"Plus",size:14})," Start session"]})}):Et&&s.activeSessionId?u.jsx(uk,{sessionId:s.activeSessionId,harness:(Je==null?void 0:Je.harness)??"claude-code",api:s.api,showToast:s.showToast,children:u.jsx("div",{className:"agent-view","data-testid":"agent-view",children:u.jsx("div",{className:"agent-view-panel",id:"agent-panel-terminal",children:u.jsx(o3,{sessionId:s.activeSessionId,token:s.bootToken,cwd:(Je==null?void 0:Je.cwd)??null})})})}):u.jsx(T3,{firstRun:Oe.firstRun===!0,onSubmitIdea:be,onUseTemplate:Me,onBrowseTemplates:()=>I(!0),listHarnesses:s.listHarnesses,listTemplates:s.listTemplates,telemetryOptIn:((Sn=s.settings)==null?void 0:Sn.telemetryOptIn)??Oe.telemetryOptIn,onToggleTelemetry:async J=>{await s.updateSettings({telemetryOptIn:J})},recentDirs:((Ma=s.settings)==null?void 0:Ma.recentDirs)??[],projectRoot:He||null,listDir:s.listDir,onConnect:async J=>{await s.connectWorkflow(J)},onScan:_t,onScaffold:Os,onSaveProjectRoot:Ne})})]}),!q&&!H&&!vt&&u.jsx("div",{className:"pane-resize-handle pane-resize-handle-canvas",style:{right:L.canvas==null?"50%":`min(${L.canvas}px, calc(100% - ${tl}px))`},onPointerDown:te,onDoubleClick:fe,role:"separator","aria-orientation":"vertical","aria-label":"Resize canvas pane","data-testid":"resize-handle-canvas"}),H&&!q&&u.jsx("div",{className:"shell-scrim","data-testid":"right-sheet-scrim","aria-hidden":"true",onClick:()=>W(!0)}),u.jsxs("div",{ref:Ge,className:"right-pane"+(q||vt?" is-collapsed":""),children:[u.jsxs("div",{className:"right-pane-tabs",role:"tablist","aria-label":"Right pane",children:[u.jsxs("button",{role:"tab","aria-selected":m==="canvas",className:"right-pane-tab"+(m==="canvas"?" is-active":""),onClick:()=>k("canvas"),"data-testid":"right-tab-canvas",children:[u.jsx(de,{name:"Workflow",size:14}),"Canvas"]}),u.jsxs("button",{role:"tab","aria-selected":m==="steps",className:"right-pane-tab"+(m==="steps"?" is-active":""),onClick:()=>k("steps"),"data-testid":"right-tab-steps",children:[u.jsx(de,{name:"List",size:14}),"Steps"]}),u.jsxs("button",{role:"tab","aria-selected":m==="code",className:"right-pane-tab"+(m==="code"?" is-active":""),onClick:()=>{k("code"),D(!0)},"data-testid":"right-tab-code",children:[u.jsx(de,{name:"Code",size:14}),"Code"]}),u.jsxs("div",{className:"right-pane-corner",children:[m==="canvas"&&(Rt==null?void 0:Rt.definitionId)!=null&&u.jsxs("a",{className:"status-tag status-tag-action workflow-deployed-tag right-pane-deployed","data-testid":"workflow-dashboard-link","data-deployment-state":Ze??void 0,href:du(Rt.definitionId),target:"_blank",rel:"noreferrer","aria-label":`${Ze} — open in the Sapiom dashboard`,"data-tooltip":"Open this agent in the Sapiom dashboard",children:[u.jsx(de,{name:"Cloud",size:12}),Ze==="ready"?"deployed":Ze==="building"?"building":Ze==="failed"?"deploy failed":"linked"]}),m==="canvas"&&u.jsx("button",{className:"theme-toggle","data-testid":"canvas-expand","aria-label":Q?"Exit expanded canvas":"Expand canvas",title:Q?"Exit expanded canvas":"Expand canvas",onClick:()=>O(J=>!J),children:u.jsx(de,{name:Q?"Minimize2":"Maximize2",size:15})}),u.jsx("button",{className:"theme-toggle right-pane-collapse","data-testid":"right-collapse","aria-label":"Collapse canvas panel",title:"Collapse canvas panel",onClick:()=>W(!0),children:u.jsx(de,{name:"PanelRightClose",size:15})})]})]}),u.jsx("div",{className:"right-pane-panel"+(m==="canvas"||m==="steps"?"":" is-hidden"),"data-testid":"right-panel-canvas",children:u.jsx(SE,{sessionId:s.activeSessionId,lastMessage:s.lastMessage,boundWorkflow:Rt,noSessionAgent:ke,overviewActive:vt,sessionExited:ns,onCanvasState:J=>{var Ue;if(H)return;const Se=((Ue=Oe.sessions.find(Mt=>Mt.id===s.activeSessionId))==null?void 0:Ue.status)==="exited";if(J||Se){re.current=null,W(!1);return}const Re=`${s.activeSessionId??""}::${(Rt==null?void 0:Rt.path)??""}`;re.current!==Re&&(re.current=Re,W(!0))},expanded:Q,onToggleExpanded:()=>O(J=>!J),macros:Oe.macros,tasks:s.tasks,surface:m==="steps"?"steps":"board",onOpenSteps:()=>k("steps"),run:(qt==null?void 0:qt.run)??null,runTarget:(qt==null?void 0:qt.target)??null,runs:Cs,onSelectRun:J=>{s.activeSessionId&&s.selectRun(s.activeSessionId,J)},preview:s.activeSessionId?s.previewBySession.get(s.activeSessionId)??null:null,deployState:Rt?s.deployStateByPath.get(Rt.path)??null:null,onDismissDeploy:()=>{Rt&&s.dismissDeployState(Rt.path)},onOpenCode:()=>{k("code"),D(!0)},workflows:Oe.workflows,onOpenWorkflow:J=>void lt(J),onRunMacro:J=>zs(Wt,J),onInjectPrompt:J=>{s.activeSessionId&&s.injectInput(s.activeSessionId,J)},onDescribeWorkflow:_e})}),(m==="code"||R)&&u.jsx("div",{className:"right-pane-panel"+(m==="code"?"":" is-hidden"),"data-testid":"right-panel-code",children:u.jsx(HE,{boundWorkflow:Rt,noSessionAgent:ke,agentsBaseUrl:Oe.agentsBaseUrl,lastDeployError:Rt?s.lastDeployErrorFor(Rt.path):null})})]})]})]}),n&&u.jsx(PE,{sessions:Oe.sessions,workflows:Oe.workflows,recentDirs:((nl=s.settings)==null?void 0:nl.recentDirs)??[],history:s.history,listDir:s.listDir,onSelectSession:ot,onReviewSummary:Ke,onOpenPath:J=>void Fi(J,"claude-code"),onBrowseTemplates:()=>I(!0),onClose:()=>a(!1)}),E&&u.jsx(J3,{agentLabel:E.slug?`“${E.slug}”`:`Agent ${E.definitionId}`,onCancel:()=>A(null),onConfirm:()=>void Es(E)}),s.toast&&u.jsx(c3,{message:s.toast,onDismiss:s.dismissToast}),u.jsx(u3,{})]})};function sA(s=typeof window>"u"?"":window.location.search){return new URLSearchParams(s).get("frame")==="macos"?"macos":"web"}document.documentElement.dataset.windowFrame=sA();window.addEventListener("scroll",()=>{(window.scrollX!==0||window.scrollY!==0)&&window.scrollTo(0,0)},{passive:!0});ax.createRoot(document.getElementById("root")).render(u.jsx(P.StrictMode,{children:u.jsx(tA,{})}));