@sapiom/harness 0.2.7 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +178 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +21 -2
- package/dist/cli/doctor.js.map +1 -1
- package/dist/core/adapters/claude-code.d.ts +46 -0
- package/dist/core/adapters/claude-code.d.ts.map +1 -1
- package/dist/core/adapters/claude-code.js +76 -1
- package/dist/core/adapters/claude-code.js.map +1 -1
- package/dist/core/adapters/codex.d.ts +0 -7
- package/dist/core/adapters/codex.d.ts.map +1 -1
- package/dist/core/adapters/codex.js +1 -23
- package/dist/core/adapters/codex.js.map +1 -1
- package/dist/core/agent-deps.d.ts +10 -0
- package/dist/core/agent-deps.d.ts.map +1 -0
- package/dist/core/agent-deps.js +92 -0
- package/dist/core/agent-deps.js.map +1 -0
- package/dist/core/agent-project-discovery.d.ts +32 -0
- package/dist/core/agent-project-discovery.d.ts.map +1 -0
- package/dist/core/agent-project-discovery.js +110 -0
- package/dist/core/agent-project-discovery.js.map +1 -0
- package/dist/core/canvas-body.d.ts +8 -0
- package/dist/core/canvas-body.d.ts.map +1 -1
- package/dist/core/canvas-body.js +26 -2
- package/dist/core/canvas-body.js.map +1 -1
- package/dist/core/canvas-derive.d.ts.map +1 -1
- package/dist/core/canvas-derive.js +6 -2
- package/dist/core/canvas-derive.js.map +1 -1
- package/dist/core/canvas-render.d.ts +15 -0
- package/dist/core/canvas-render.d.ts.map +1 -1
- package/dist/core/canvas-render.js +60 -19
- package/dist/core/canvas-render.js.map +1 -1
- package/dist/core/canvas-run-state.d.ts +7 -0
- package/dist/core/canvas-run-state.d.ts.map +1 -1
- package/dist/core/canvas-run-state.js +41 -3
- package/dist/core/canvas-run-state.js.map +1 -1
- package/dist/core/canvas-template.d.ts +12 -0
- package/dist/core/canvas-template.d.ts.map +1 -1
- package/dist/core/canvas-template.js +47 -5
- package/dist/core/canvas-template.js.map +1 -1
- package/dist/core/definition-slug-resolver.d.ts +10 -1
- package/dist/core/definition-slug-resolver.d.ts.map +1 -1
- package/dist/core/definition-slug-resolver.js +41 -26
- package/dist/core/definition-slug-resolver.js.map +1 -1
- package/dist/core/inject/claude-settings.d.ts +18 -0
- package/dist/core/inject/claude-settings.d.ts.map +1 -1
- package/dist/core/inject/claude-settings.js +17 -2
- package/dist/core/inject/claude-settings.js.map +1 -1
- package/dist/core/install-watcher.d.ts +35 -0
- package/dist/core/install-watcher.d.ts.map +1 -0
- package/dist/core/install-watcher.js +120 -0
- package/dist/core/install-watcher.js.map +1 -0
- package/dist/core/macros.d.ts +6 -4
- package/dist/core/macros.d.ts.map +1 -1
- package/dist/core/macros.js.map +1 -1
- package/dist/core/render-local-run.d.ts +2 -2
- package/dist/core/render-local-run.js +1 -1
- package/dist/core/run-local-bootstrap.d.ts +4 -2
- package/dist/core/run-local-bootstrap.d.ts.map +1 -1
- package/dist/core/run-local-bootstrap.js +4 -2
- package/dist/core/run-local-bootstrap.js.map +1 -1
- package/dist/core/session-manager.d.ts +14 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +70 -3
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/strip-ansi.d.ts +13 -0
- package/dist/core/strip-ansi.d.ts.map +1 -0
- package/dist/core/strip-ansi.js +29 -0
- package/dist/core/strip-ansi.js.map +1 -0
- package/dist/core/template-catalog.d.ts +1 -1
- package/dist/core/template-catalog.d.ts.map +1 -1
- package/dist/core/template-catalog.js +25 -9
- package/dist/core/template-catalog.js.map +1 -1
- package/dist/core/workflow-registry.d.ts +6 -1
- package/dist/core/workflow-registry.d.ts.map +1 -1
- package/dist/core/workflow-registry.js +70 -20
- package/dist/core/workflow-registry.js.map +1 -1
- package/dist/core/workspace-watcher.d.ts +4 -3
- package/dist/core/workspace-watcher.d.ts.map +1 -1
- package/dist/core/workspace-watcher.js +52 -32
- package/dist/core/workspace-watcher.js.map +1 -1
- package/dist/profiles/default.d.ts.map +1 -1
- package/dist/profiles/default.js +10 -7
- package/dist/profiles/default.js.map +1 -1
- package/dist/server/actions.d.ts +11 -8
- package/dist/server/actions.d.ts.map +1 -1
- package/dist/server/actions.js +22 -13
- package/dist/server/actions.js.map +1 -1
- package/dist/server/canvas-render.d.ts +3 -2
- package/dist/server/canvas-render.d.ts.map +1 -1
- package/dist/server/canvas-render.js +2 -1
- package/dist/server/canvas-render.js.map +1 -1
- package/dist/server/canvas.d.ts.map +1 -1
- package/dist/server/canvas.js +6 -20
- package/dist/server/canvas.js.map +1 -1
- package/dist/server/fs.d.ts.map +1 -1
- package/dist/server/fs.js +5 -8
- package/dist/server/fs.js.map +1 -1
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +125 -27
- package/dist/server/index.js.map +1 -1
- package/dist/server/rest.d.ts.map +1 -1
- package/dist/server/rest.js +1 -0
- package/dist/server/rest.js.map +1 -1
- package/dist/server/templates.js +1 -1
- package/dist/shared/types.d.ts +58 -8
- package/dist/shared/types.d.ts.map +1 -1
- package/dist/shared/types.js +5 -3
- package/dist/shared/types.js.map +1 -1
- package/dist/web/assets/Geist-Variable-Bj2R_7yk.woff2 +0 -0
- package/dist/web/assets/GeistMono-Variable-Dispecij.woff2 +0 -0
- package/dist/web/assets/index-CRkNIc9y.js +458 -0
- package/dist/web/assets/index-T7PZTM4k.css +32 -0
- package/dist/web/canvas/sess-boot/index.html +6 -3
- package/dist/web/index.html +11 -5
- package/package.json +4 -4
- package/dist/web/assets/index-AAGKe1y6.css +0 -32
- package/dist/web/assets/index-DXRbHg-Q.js +0 -448
|
@@ -0,0 +1,458 @@
|
|
|
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 Cd=(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 Ed={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 x_;function Zw(){if(x_)return bo;x_=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 C_;function Qw(){return C_||(C_=1,Ed.exports=Zw()),Ed.exports}var u=Qw(),kd={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 E_;function ex(){if(E_)return Qe;E_=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 g(){}g.prototype=b.prototype;function _(L,B,V){this.props=L,this.context=B,this.refs=y,this.updater=V||A}var k=_.prototype=new g;k.constructor=_,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 H(L,B){return M(L.type,B,L.props)}function U(L){return typeof L=="object"&&L!==null&&L.$$typeof===s}function W(L){var B={"=":"=0",":":"=2"};return"$"+L.replace(/[=:]/g,function(V){return B[V]})}var q=/\/+/g;function X(L,B){return typeof L=="object"&&L!==null&&L.key!=null?W(""+L.key):B.toString(36)}function J(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 F(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,F(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(q,"$&/")+"/"),F(ue,B,V,"",function(ae){return ae})):ue!=null&&(U(ue)&&(ue=H(ue,V+(ue.key==null||L&&L.key===ue.key?"":(""+ue.key).replace(q,"$&/")+"/")+K)),B.push(ue)),1;K=0;var z=te===""?".":te+":";if(R(L))for(var ce=0;ce<L.length;ce++)te=L[ce],fe=z+X(te,ce),K+=F(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=z+X(te,ce++),K+=F(te,B,V,fe,ue);else if(fe==="object"){if(typeof L.then=="function")return F(J(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 G(L,B,V){if(L==null)return L;var te=[],ue=0;return F(L,te,"","",function(fe){return B.call(V,fe,ue++)}),te}function ee(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)},P={map:G,forEach:function(L,B,V){G(L,function(){B.apply(this,arguments)},V)},count:function(L){var B=0;return G(L,function(){B++}),B},toArray:function(L){return G(L,function(B){return B})||[]},only:function(L){if(!U(L))throw Error("React.Children.only expected to receive a single React element child.");return L}};return Qe.Activity=f,Qe.Children=P,Qe.Component=b,Qe.Fragment=n,Qe.Profiler=l,Qe.PureComponent=_,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),z=0;z<fe;z++)K[z]=arguments[z+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 z=Array(K),ce=0;ce<K;ce++)z[ce]=arguments[ce+2];ue.children=z}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=U,Qe.lazy=function(L){return{$$typeof:S,_payload:{_status:-1,_result:L},_init:ee}},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 k_;function up(){return k_||(k_=1,kd.exports=ex()),kd.exports}var $=up(),Td={exports:{}},So={},Ad={exports:{}},Rd={};/**
|
|
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 T_;function tx(){return T_||(T_=1,(function(s){function t(F,G){var ee=F.length;F.push(G);e:for(;0<ee;){var O=ee-1>>>1,P=F[O];if(0<l(P,G))F[O]=G,F[ee]=P,ee=O;else break e}}function n(F){return F.length===0?null:F[0]}function a(F){if(F.length===0)return null;var G=F[0],ee=F.pop();if(ee!==G){F[0]=ee;e:for(var O=0,P=F.length,L=P>>>1;O<L;){var B=2*(O+1)-1,V=F[B],te=B+1,ue=F[te];if(0>l(V,ee))te<P&&0>l(ue,V)?(F[O]=ue,F[te]=ee,O=te):(F[O]=V,F[B]=ee,O=B);else if(te<P&&0>l(ue,ee))F[O]=ue,F[te]=ee,O=te;else break e}}return G}function l(F,G){var ee=F.sortIndex-G.sortIndex;return ee!==0?ee:F.id-G.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,g=typeof clearTimeout=="function"?clearTimeout:null,_=typeof setImmediate<"u"?setImmediate:null;function k(F){for(var G=n(v);G!==null;){if(G.callback===null)a(v);else if(G.startTime<=F)a(v),G.sortIndex=G.expirationTime,t(h,G);else break;G=n(v)}}function R(F){if(C=!1,k(F),!A)if(n(h)!==null)A=!0,D||(D=!0,W());else{var G=n(v);G!==null&&J(R,G.startTime-F)}}var D=!1,j=-1,T=5,M=-1;function H(){return y?!0:!(s.unstable_now()-M<T)}function U(){if(y=!1,D){var F=s.unstable_now();M=F;var G=!0;try{e:{A=!1,C&&(C=!1,g(j),j=-1),E=!0;var ee=x;try{t:{for(k(F),f=n(h);f!==null&&!(f.expirationTime>F&&H());){var O=f.callback;if(typeof O=="function"){f.callback=null,x=f.priorityLevel;var P=O(f.expirationTime<=F);if(F=s.unstable_now(),typeof P=="function"){f.callback=P,k(F),G=!0;break t}f===n(h)&&a(h),k(F)}else a(h);f=n(h)}if(f!==null)G=!0;else{var L=n(v);L!==null&&J(R,L.startTime-F),G=!1}}break e}finally{f=null,x=ee,E=!1}G=void 0}}finally{G?W():D=!1}}}var W;if(typeof _=="function")W=function(){_(U)};else if(typeof MessageChannel<"u"){var q=new MessageChannel,X=q.port2;q.port1.onmessage=U,W=function(){X.postMessage(null)}}else W=function(){b(U,0)};function J(F,G){j=b(function(){F(s.unstable_now())},G)}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(F){F.callback=null},s.unstable_forceFrameRate=function(F){0>F||125<F?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):T=0<F?Math.floor(1e3/F):5},s.unstable_getCurrentPriorityLevel=function(){return x},s.unstable_next=function(F){switch(x){case 1:case 2:case 3:var G=3;break;default:G=x}var ee=x;x=G;try{return F()}finally{x=ee}},s.unstable_requestPaint=function(){y=!0},s.unstable_runWithPriority=function(F,G){switch(F){case 1:case 2:case 3:case 4:case 5:break;default:F=3}var ee=x;x=F;try{return G()}finally{x=ee}},s.unstable_scheduleCallback=function(F,G,ee){var O=s.unstable_now();switch(typeof ee=="object"&&ee!==null?(ee=ee.delay,ee=typeof ee=="number"&&0<ee?O+ee:O):ee=O,F){case 1:var P=-1;break;case 2:P=250;break;case 5:P=1073741823;break;case 4:P=1e4;break;default:P=5e3}return P=ee+P,F={id:S++,callback:G,priorityLevel:F,startTime:ee,expirationTime:P,sortIndex:-1},ee>O?(F.sortIndex=ee,t(v,F),n(h)===null&&F===n(v)&&(C?(g(j),j=-1):C=!0,J(R,ee-O))):(F.sortIndex=P,t(h,F),A||E||(A=!0,D||(D=!0,W()))),F},s.unstable_shouldYield=H,s.unstable_wrapCallback=function(F){var G=x;return function(){var ee=x;x=G;try{return F.apply(this,arguments)}finally{x=ee}}}})(Rd)),Rd}var A_;function sx(){return A_||(A_=1,Ad.exports=tx()),Ad.exports}var Md={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 R_;function ix(){if(R_)return Bs;R_=1;var s=up();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 M_;function Ty(){if(M_)return Md.exports;M_=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(),Md.exports=ix(),Md.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 D_;function nx(){if(D_)return So;D_=1;var s=sx(),t=up(),n=Ty();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 m=r.return;if(m===null)break;var w=m.alternate;if(w===null){if(o=m.return,o!==null){r=o;continue}break}if(m.child===w.child){for(w=m.child;w;){if(w===r)return h(m),e;if(w===o)return h(m),i;w=w.sibling}throw Error(a(188))}if(r.return!==o.return)r=m,o=w;else{for(var N=!1,I=m.child;I;){if(I===r){N=!0,r=m,o=w;break}if(I===o){N=!0,o=m,r=w;break}I=I.sibling}if(!N){for(I=w.child;I;){if(I===r){N=!0,r=w,o=m;break}if(I===o){N=!0,o=w,r=m;break}I=I.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"),g=Symbol.for("react.consumer"),_=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"),H=Symbol.for("react.memo_cache_sentinel"),U=Symbol.iterator;function W(e){return e===null||typeof e!="object"?null:(e=U&&e[U]||e["@@iterator"],typeof e=="function"?e:null)}var q=Symbol.for("react.client.reference");function X(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===q?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 _:return e.displayName||"Context";case g: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 J=Array.isArray,F=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,G=n.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ee={pending:!1,data:null,method:null,action:null},O=[],P=-1;function L(e){return{current:e}}function B(e){0>P||(e.current=O[P],O[P]=null,P--)}function V(e,i){P++,O[P]=e.current,e.current=i}var te=L(null),ue=L(null),fe=L(null),K=L(null);function z(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)?Gm(e):0;break;default:if(e=i.tagName,i=i.namespaceURI)i=Gm(i),e=Vm(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 ae(e){e.memoizedState!==null&&V(K,e);var i=te.current,r=Vm(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=ee)}var Ce,$e;function Pe(e){if(Ce===void 0)try{throw Error()}catch(r){var i=r.stack.trim().match(/\n( *(at )?)/);Ce=i&&i[1]||"",$e=-1<r.stack.indexOf(`
|
|
42
|
+
at`)?" (<anonymous>)":-1<r.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
43
|
+
`+Ce+e+$e}var qe=!1;function Ue(e,i){if(!e||qe)return"";qe=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var o={DetermineComponentFrameRoot:function(){try{if(i){var _e=function(){throw Error()};if(Object.defineProperty(_e.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(_e,[])}catch(he){var oe=he}Reflect.construct(e,[],_e)}else{try{_e.call()}catch(he){oe=he}e.call(_e.prototype)}}else{try{throw Error()}catch(he){oe=he}(_e=e())&&typeof _e.catch=="function"&&_e.catch(function(){})}}catch(he){if(he&&oe&&typeof he.stack=="string")return[he.stack,oe.stack]}return[null,null]}};o.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var m=Object.getOwnPropertyDescriptor(o.DetermineComponentFrameRoot,"name");m&&m.configurable&&Object.defineProperty(o.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var w=o.DetermineComponentFrameRoot(),N=w[0],I=w[1];if(N&&I){var Y=N.split(`
|
|
44
|
+
`),re=I.split(`
|
|
45
|
+
`);for(m=o=0;o<Y.length&&!Y[o].includes("DetermineComponentFrameRoot");)o++;for(;m<re.length&&!re[m].includes("DetermineComponentFrameRoot");)m++;if(o===Y.length||m===re.length)for(o=Y.length-1,m=re.length-1;1<=o&&0<=m&&Y[o]!==re[m];)m--;for(;1<=o&&0<=m;o--,m--)if(Y[o]!==re[m]){if(o!==1||m!==1)do if(o--,m--,0>m||Y[o]!==re[m]){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<=m);break}}}finally{qe=!1,Error.prepareStackTrace=r}return(r=e?e.displayName||e.name:"")?Pe(r):""}function je(e,i){switch(e.tag){case 26:case 27:case 5:return Pe(e.type);case 16:return Pe("Lazy");case 13:return e.child!==i&&i!==null?Pe("Suspense Fallback"):Pe("Suspense");case 19:return Pe("SuspenseList");case 0:case 15:return Ue(e.type,!1);case 11:return Ue(e.type.render,!1);case 1:return Ue(e.type,!0);case 31:return Pe("Activity");default:return""}}function Ke(e){try{var i="",r=null;do i+=je(e,r),r=e,e=e.return;while(e);return i}catch(o){return`
|
|
47
|
+
Error generating stack: `+o.message+`
|
|
48
|
+
`+o.stack}}var vt=Object.prototype.hasOwnProperty,$t=s.unstable_scheduleCallback,kt=s.unstable_cancelCallback,ns=s.unstable_shouldYield,Ct=s.unstable_requestPaint,tt=s.unstable_now,Be=s.unstable_getCurrentPriorityLevel,He=s.unstable_ImmediatePriority,Ls=s.unstable_UserBlockingPriority,gt=s.unstable_NormalPriority,qt=s.unstable_LowPriority,is=s.unstable_IdlePriority,cs=s.log,at=s.unstable_setDisableYieldValue,rs=null,Wt=null;function bt(e){if(typeof cs=="function"&&at(e),Wt&&typeof Wt.setStrictMode=="function")try{Wt.setStrictMode(rs,e)}catch{}}var Rt=Math.clz32?Math.clz32:Ee,Zt=Math.log,qs=Math.LN2;function Ee(e){return e>>>=0,e===0?32:31-(Zt(e)/qs|0)|0}var it=256,Nt=262144,Es=4194304;function xs(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 Os(e,i,r){var o=e.pendingLanes;if(o===0)return 0;var m=0,w=e.suspendedLanes,N=e.pingedLanes;e=e.warmLanes;var I=o&134217727;return I!==0?(o=I&~w,o!==0?m=xs(o):(N&=I,N!==0?m=xs(N):r||(r=I&~e,r!==0&&(m=xs(r))))):(I=o&~w,I!==0?m=xs(I):N!==0?m=xs(N):r||(r=o&~e,r!==0&&(m=xs(r)))),m===0?0:i!==0&&i!==m&&(i&w)===0&&(w=m&-m,r=i&-i,w>=r||w===32&&(r&4194048)!==0)?i:m}function Qt(e,i){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&i)===0}function Li(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 ki(){var e=Es;return Es<<=1,(Es&62914560)===0&&(Es=4194304),e}function ti(e){for(var i=[],r=0;31>r;r++)i.push(e);return i}function Ws(e,i){e.pendingLanes|=i,i!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function yn(e,i,r,o,m,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 I=e.entanglements,Y=e.expirationTimes,re=e.hiddenUpdates;for(r=N&~r;0<r;){var pe=31-Rt(r),_e=1<<pe;I[pe]=0,Y[pe]=-1;var oe=re[pe];if(oe!==null)for(re[pe]=null,pe=0;pe<oe.length;pe++){var he=oe[pe];he!==null&&(he.lane&=-536870913)}r&=~_e}o!==0&&ie(e,o,0),w!==0&&m===0&&e.tag!==0&&(e.suspendedLanes|=w&~(N&~i))}function ie(e,i,r){e.pendingLanes|=i,e.suspendedLanes&=~i;var o=31-Rt(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-Rt(r),m=1<<o;m&i|e[o]&i&&(e[o]|=i),r&=~m}}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=G.p;return e!==0?e:(e=window.event,e===void 0?32:g_(e.type))}function ot(e,i){var r=G.p;try{return G.p=e,i()}finally{G.p=r}}var Ze=Math.random().toString(36).slice(2),Xe="__reactFiber$"+Ze,lt="__reactProps$"+Ze,yt="__reactContainer$"+Ze,vs="__reactEvents$"+Ze,dt="__reactListeners$"+Ze,Gs="__reactHandles$"+Ze,me="__reactResources$"+Ze,De="__reactMarker$"+Ze;function ze(e){delete e[Xe],delete e[lt],delete e[vs],delete e[dt],delete e[Gs]}function St(e){var i=e[Xe];if(i)return i;for(var r=e.parentNode;r;){if(i=r[yt]||r[Xe]){if(r=i.alternate,i.child!==null||r!==null&&r.child!==null)for(e=e_(e);e!==null;){if(r=e[Xe])return r;e=e_(e)}return i}e=r,r=e.parentNode}return null}function We(e){if(e=e[Xe]||e[yt]){var i=e.tag;if(i===5||i===6||i===13||i===31||i===26||i===27||i===3)return e}return null}function us(e){var i=e.tag;if(i===5||i===26||i===27||i===6)return e.stateNode;throw Error(a(33))}function ks(e){var i=e[me];return i||(i=e[me]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function Tt(e){e[De]=!0}var bn=new Set,Oi={};function as(e,i){Ti(e,i),Ti(e+"Capture",i)}function Ti(e,i){for(Oi[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={},Da={};function Z(e){return vt.call(Da,e)?!0:vt.call(Sn,e)?!1:Ar.test(e)?Da[e]=!0:(Sn[e]=!0,!1)}function Se(e,i,r){if(Z(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 Re(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 Ge(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 ct(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function hs(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 m=o.get,w=o.set;return Object.defineProperty(e,i,{configurable:!0,get:function(){return m.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 Rr(e){if(!e._valueTracker){var i=hs(e)?"checked":"value";e._valueTracker=gs(e,i,""+e[i])}}function zp(e){if(!e)return!1;var i=e._valueTracker;if(!i)return!0;var r=i.getValue(),o="";return e&&(o=hs(e)?e.checked?"true":"false":e.value),e=o,e!==r?(i.setValue(e),!0):!1}function nl(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 di(e){return e.replace(qb,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function _u(e,i,r,o,m,w,N,I){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=""+ct(i)):e.value!==""+ct(i)&&(e.value=""+ct(i)):N!=="submit"&&N!=="reset"||e.removeAttribute("value"),i!=null?yu(e,N,ct(i)):r!=null?yu(e,N,ct(r)):o!=null&&e.removeAttribute("value"),m==null&&w!=null&&(e.defaultChecked=!!w),m!=null&&(e.checked=m&&typeof m!="function"&&typeof m!="symbol"),I!=null&&typeof I!="function"&&typeof I!="symbol"&&typeof I!="boolean"?e.name=""+ct(I):e.removeAttribute("name")}function $p(e,i,r,o,m,w,N,I){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)){Rr(e);return}r=r!=null?""+ct(r):"",i=i!=null?""+ct(i):r,I||i===e.value||(e.value=i),e.defaultValue=i}o=o??m,o=typeof o!="function"&&typeof o!="symbol"&&!!o,e.checked=I?e.checked:!!o,e.defaultChecked=!!o,N!=null&&typeof N!="function"&&typeof N!="symbol"&&typeof N!="boolean"&&(e.name=N),Rr(e)}function yu(e,i,r){i==="number"&&nl(e.ownerDocument)===e||e.defaultValue===""+r||(e.defaultValue=""+r)}function Mr(e,i,r,o){if(e=e.options,i){i={};for(var m=0;m<r.length;m++)i["$"+r[m]]=!0;for(r=0;r<e.length;r++)m=i.hasOwnProperty("$"+e[r].value),e[r].selected!==m&&(e[r].selected=m),m&&o&&(e[r].defaultSelected=!0)}else{for(r=""+ct(r),i=null,m=0;m<e.length;m++){if(e[m].value===r){e[m].selected=!0,o&&(e[m].defaultSelected=!0);return}i!==null||e[m].disabled||(i=e[m])}i!==null&&(i.selected=!0)}}function Pp(e,i,r){if(i!=null&&(i=""+ct(i),i!==e.value&&(e.value=i),r==null)){e.defaultValue!==i&&(e.defaultValue=i);return}e.defaultValue=r!=null?""+ct(r):""}function Up(e,i,r,o){if(i==null){if(o!=null){if(r!=null)throw Error(a(92));if(J(o)){if(1<o.length)throw Error(a(93));o=o[0]}r=o}r==null&&(r=""),i=r}r=ct(i),e.defaultValue=r,o=e.textContent,o===r&&o!==""&&o!==null&&(e.value=o),Rr(e)}function Dr(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 Fp(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 qp(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 m in i)o=i[m],i.hasOwnProperty(m)&&r[m]!==o&&Fp(e,m,o)}else for(var w in i)i.hasOwnProperty(w)&&Fp(e,w,i[w])}function bu(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 rl(e){return Vb.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function qi(){}var Su=null;function wu(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var jr=null,Nr=null;function Wp(e){var i=We(e);if(i&&(e=i.stateNode)){var r=e[lt]||null;e:switch(e=i.stateNode,i.type){case"input":if(_u(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="'+di(""+i)+'"][type="radio"]'),i=0;i<r.length;i++){var o=r[i];if(o!==e&&o.form===e.form){var m=o[lt]||null;if(!m)throw Error(a(90));_u(o,m.value,m.defaultValue,m.defaultValue,m.checked,m.defaultChecked,m.type,m.name)}}for(i=0;i<r.length;i++)o=r[i],o.form===e.form&&zp(o)}break e;case"textarea":Pp(e,r.value,r.defaultValue);break e;case"select":i=r.value,i!=null&&Mr(e,!!r.multiple,i,!1)}}}var xu=!1;function Gp(e,i,r){if(xu)return e(i,r);xu=!0;try{var o=e(i);return o}finally{if(xu=!1,(jr!==null||Nr!==null)&&(Gl(),jr&&(i=jr,e=Nr,Nr=jr=null,Wp(i),e)))for(i=0;i<e.length;i++)Wp(e[i])}}function ja(e,i){var r=e.stateNode;if(r===null)return null;var o=r[lt]||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"),Cu=!1;if(Wi)try{var Na={};Object.defineProperty(Na,"passive",{get:function(){Cu=!0}}),window.addEventListener("test",Na,Na),window.removeEventListener("test",Na,Na)}catch{Cu=!1}var wn=null,Eu=null,al=null;function Vp(){if(al)return al;var e,i=Eu,r=i.length,o,m="value"in wn?wn.value:wn.textContent,w=m.length;for(e=0;e<r&&i[e]===m[e];e++);var N=r-e;for(o=1;o<=N&&i[r-o]===m[w-o];o++);return al=m.slice(e,1<o?1-o:void 0)}function ol(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 ll(){return!0}function Yp(){return!1}function Vs(e){function i(r,o,m,w,N){this._reactName=r,this._targetInst=m,this.type=o,this.nativeEvent=w,this.target=N,this.currentTarget=null;for(var I in e)e.hasOwnProperty(I)&&(r=e[I],this[I]=r?r(w):w[I]);return this.isDefaultPrevented=(w.defaultPrevented!=null?w.defaultPrevented:w.returnValue===!1)?ll:Yp,this.isPropagationStopped=Yp,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=ll)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=ll)},persist:function(){},isPersistent:ll}),i}var Jn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},cl=Vs(Jn),La=f({},Jn,{view:0,detail:0}),Yb=Vs(La),ku,Tu,Oa,ul=f({},La,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ru,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"?(ku=e.screenX-Oa.screenX,Tu=e.screenY-Oa.screenY):Tu=ku=0,Oa=e),ku)},movementY:function(e){return"movementY"in e?e.movementY:Tu}}),Kp=Vs(ul),Kb=f({},ul,{dataTransfer:0}),Xb=Vs(Kb),Jb=f({},La,{relatedTarget:0}),Au=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}),Xp=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 Ru(){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=ol(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:Ru,charCode:function(e){return e.type==="keypress"?ol(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?ol(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),lS=Vs(oS),cS=f({},ul,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Jp=Vs(cS),uS=f({},La,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ru}),hS=Vs(uS),dS=f({},Jn,{propertyName:0,elapsedTime:0,pseudoElement:0}),fS=Vs(dS),pS=f({},ul,{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}),mS=Vs(gS),_S=[9,13,27,32],Mu=Wi&&"CompositionEvent"in window,Ba=null;Wi&&"documentMode"in document&&(Ba=document.documentMode);var yS=Wi&&"TextEvent"in window&&!Ba,Zp=Wi&&(!Mu||Ba&&8<Ba&&11>=Ba),Qp=" ",ev=!1;function tv(e,i){switch(e){case"keyup":return _S.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function sv(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Lr=!1;function bS(e,i){switch(e){case"compositionend":return sv(i);case"keypress":return i.which!==32?null:(ev=!0,Qp);case"textInput":return e=i.data,e===Qp&&ev?null:e;default:return null}}function SS(e,i){if(Lr)return e==="compositionend"||!Mu&&tv(e,i)?(e=Vp(),al=Eu=wn=null,Lr=!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 Zp&&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 iv(e){var i=e&&e.nodeName&&e.nodeName.toLowerCase();return i==="input"?!!wS[e.type]:i==="textarea"}function nv(e,i,r,o){jr?Nr?Nr.push(o):Nr=[o]:jr=o,i=Ql(i,"onChange"),0<i.length&&(r=new cl("onChange","change",null,r,o),e.push({event:r,listeners:i}))}var Ha=null,Ia=null;function xS(e){$m(e,0)}function hl(e){var i=us(e);if(zp(i))return e}function rv(e,i){if(e==="change")return i}var av=!1;if(Wi){var Du;if(Wi){var ju="oninput"in document;if(!ju){var ov=document.createElement("div");ov.setAttribute("oninput","return;"),ju=typeof ov.oninput=="function"}Du=ju}else Du=!1;av=Du&&(!document.documentMode||9<document.documentMode)}function lv(){Ha&&(Ha.detachEvent("onpropertychange",cv),Ia=Ha=null)}function cv(e){if(e.propertyName==="value"&&hl(Ia)){var i=[];nv(i,Ia,e,wu(e)),Gp(xS,i)}}function CS(e,i,r){e==="focusin"?(lv(),Ha=i,Ia=r,Ha.attachEvent("onpropertychange",cv)):e==="focusout"&&lv()}function ES(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return hl(Ia)}function kS(e,i){if(e==="click")return hl(i)}function TS(e,i){if(e==="input"||e==="change")return hl(i)}function AS(e,i){return e===i&&(e!==0||1/e===1/i)||e!==e&&i!==i}var si=typeof Object.is=="function"?Object.is:AS;function za(e,i){if(si(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 m=r[o];if(!vt.call(i,m)||!si(e[m],i[m]))return!1}return!0}function uv(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function hv(e,i){var r=uv(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=uv(r)}}function dv(e,i){return e&&i?e===i?!0:e&&e.nodeType===3?!1:i&&i.nodeType===3?dv(e,i.parentNode):"contains"in e?e.contains(i):e.compareDocumentPosition?!!(e.compareDocumentPosition(i)&16):!1:!1}function fv(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var i=nl(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=nl(e.document)}return i}function Nu(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,Or=null,Lu=null,$a=null,Ou=!1;function pv(e,i,r){var o=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;Ou||Or==null||Or!==nl(o)||(o=Or,"selectionStart"in o&&Nu(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=Ql(Lu,"onSelect"),0<o.length&&(i=new cl("onSelect","select",null,i,r),e.push({event:i,listeners:o}),i.target=Or)))}function Zn(e,i){var r={};return r[e.toLowerCase()]=i.toLowerCase(),r["Webkit"+e]="webkit"+i,r["Moz"+e]="moz"+i,r}var Br={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")},Bu={},vv={};Wi&&(vv=document.createElement("div").style,"AnimationEvent"in window||(delete Br.animationend.animation,delete Br.animationiteration.animation,delete Br.animationstart.animation),"TransitionEvent"in window||delete Br.transitionend.transition);function Qn(e){if(Bu[e])return Bu[e];if(!Br[e])return e;var i=Br[e],r;for(r in i)if(i.hasOwnProperty(r)&&r in vv)return Bu[e]=i[r];return e}var gv=Qn("animationend"),mv=Qn("animationiteration"),_v=Qn("animationstart"),MS=Qn("transitionrun"),DS=Qn("transitionstart"),jS=Qn("transitioncancel"),yv=Qn("transitionend"),bv=new Map,Hu="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(" ");Hu.push("scrollEnd");function Ai(e,i){bv.set(e,i),as(i,[e])}var dl=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)},fi=[],Hr=0,Iu=0;function fl(){for(var e=Hr,i=Iu=Hr=0;i<e;){var r=fi[i];fi[i++]=null;var o=fi[i];fi[i++]=null;var m=fi[i];fi[i++]=null;var w=fi[i];if(fi[i++]=null,o!==null&&m!==null){var N=o.pending;N===null?m.next=m:(m.next=N.next,N.next=m),o.pending=m}w!==0&&Sv(r,m,w)}}function pl(e,i,r,o){fi[Hr++]=e,fi[Hr++]=i,fi[Hr++]=r,fi[Hr++]=o,Iu|=o,e.lanes|=o,e=e.alternate,e!==null&&(e.lanes|=o)}function zu(e,i,r,o){return pl(e,i,r,o),vl(e)}function er(e,i){return pl(e,null,null,i),vl(e)}function Sv(e,i,r){e.lanes|=r;var o=e.alternate;o!==null&&(o.lanes|=r);for(var m=!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||(m=!0)),e=w,w=w.return;return e.tag===3?(w=e.stateNode,m&&i!==null&&(m=31-Rt(r),e=w.hiddenUpdates,o=e[m],o===null?e[m]=[i]:o.push(i),i.lane=r|536870912),w):null}function vl(e){if(50<lo)throw lo=0,Yh=null,Error(a(185));for(var i=e.return;i!==null;)e=i,i=e.return;return e.tag===3?e.stateNode:null}var Ir={};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 ii(e,i,r,o){return new NS(e,i,r,o)}function $u(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Gi(e,i){var r=e.alternate;return r===null?(r=ii(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 wv(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 gl(e,i,r,o,m,w){var N=0;if(o=e,typeof e=="function")$u(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=ii(31,r,i,m),e.elementType=M,e.lanes=w,e;case C:return tr(r.children,m,w,i);case y:N=8,m|=24;break;case b:return e=ii(12,r,i,m|2),e.elementType=b,e.lanes=w,e;case R:return e=ii(13,r,i,m),e.elementType=R,e.lanes=w,e;case D:return e=ii(19,r,i,m),e.elementType=D,e.lanes=w,e;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case _:N=10;break e;case g: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=ii(N,r,i,m),i.elementType=e,i.type=o,i.lanes=w,i}function tr(e,i,r,o){return e=ii(7,e,o,i),e.lanes=r,e}function Pu(e,i,r){return e=ii(6,e,null,i),e.lanes=r,e}function xv(e){var i=ii(18,null,null,0);return i.stateNode=e,i}function Uu(e,i,r){return i=ii(4,e.children!==null?e.children:[],e.key,i),i.lanes=r,i.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},i}var Cv=new WeakMap;function pi(e,i){if(typeof e=="object"&&e!==null){var r=Cv.get(e);return r!==void 0?r:(i={value:e,source:i,stack:Ke(i)},Cv.set(e,i),i)}return{value:e,source:i,stack:Ke(i)}}var zr=[],$r=0,ml=null,Pa=0,vi=[],gi=0,xn=null,Bi=1,Hi="";function Vi(e,i){zr[$r++]=Pa,zr[$r++]=ml,ml=e,Pa=i}function Ev(e,i,r){vi[gi++]=Bi,vi[gi++]=Hi,vi[gi++]=xn,xn=e;var o=Bi;e=Hi;var m=32-Rt(o)-1;o&=~(1<<m),r+=1;var w=32-Rt(i)+m;if(30<w){var N=m-m%5;w=(o&(1<<N)-1).toString(32),o>>=N,m-=N,Bi=1<<32-Rt(i)+m|r<<m|o,Hi=w+e}else Bi=1<<w|r<<m|o,Hi=e}function Fu(e){e.return!==null&&(Vi(e,1),Ev(e,1,0))}function qu(e){for(;e===ml;)ml=zr[--$r],zr[$r]=null,Pa=zr[--$r],zr[$r]=null;for(;e===xn;)xn=vi[--gi],vi[gi]=null,Hi=vi[--gi],vi[gi]=null,Bi=vi[--gi],vi[gi]=null}function kv(e,i){vi[gi++]=Bi,vi[gi++]=Hi,vi[gi++]=xn,Bi=i.id,Hi=i.overflow,xn=e}var Ts=null,Gt=null,mt=!1,Cn=null,mi=!1,Wu=Error(a(519));function En(e){var i=Error(a(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw Ua(pi(i,e)),Wu}function Tv(e){var i=e.stateNode,r=e.type,o=e.memoizedProps;switch(i[Xe]=e,i[lt]=o,r){case"dialog":ht("cancel",i),ht("close",i);break;case"iframe":case"object":case"embed":ht("load",i);break;case"video":case"audio":for(r=0;r<uo.length;r++)ht(uo[r],i);break;case"source":ht("error",i);break;case"img":case"image":case"link":ht("error",i),ht("load",i);break;case"details":ht("toggle",i);break;case"input":ht("invalid",i),$p(i,o.value,o.defaultValue,o.checked,o.defaultChecked,o.type,o.name,!0);break;case"select":ht("invalid",i);break;case"textarea":ht("invalid",i),Up(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||qm(i.textContent,r)?(o.popover!=null&&(ht("beforetoggle",i),ht("toggle",i)),o.onScroll!=null&&ht("scroll",i),o.onScrollEnd!=null&&ht("scrollend",i),o.onClick!=null&&(i.onclick=qi),i=!0):i=!1,i||En(e,!0)}function Av(e){for(Ts=e.return;Ts;)switch(Ts.tag){case 5:case 31:case 13:mi=!1;return;case 27:case 3:mi=!0;return;default:Ts=Ts.return}}function Pr(e){if(e!==Ts)return!1;if(!mt)return Av(e),mt=!0,!1;var i=e.tag,r;if((r=i!==3&&i!==27)&&((r=i===5)&&(r=e.type,r=!(r!=="form"&&r!=="button")||cd(e.type,e.memoizedProps)),r=!r),r&&Gt&&En(e),Av(e),i===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(a(317));Gt=Qm(e)}else if(i===31){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(a(317));Gt=Qm(e)}else i===27?(i=Gt,zn(e.type)?(e=pd,pd=null,Gt=e):Gt=i):Gt=Ts?yi(e.stateNode.nextSibling):null;return!0}function sr(){Gt=Ts=null,mt=!1}function Gu(){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 Vu=L(null),ir=null,Yi=null;function kn(e,i,r){V(Vu,i._currentValue),i._currentValue=r}function Ki(e){e._currentValue=Vu.current,B(Vu)}function Yu(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 Ku(e,i,r,o){var m=e.child;for(m!==null&&(m.return=e);m!==null;){var w=m.dependencies;if(w!==null){var N=m.child;w=w.firstContext;e:for(;w!==null;){var I=w;w=m;for(var Y=0;Y<i.length;Y++)if(I.context===i[Y]){w.lanes|=r,I=w.alternate,I!==null&&(I.lanes|=r),Yu(w.return,r,e),o||(N=null);break e}w=I.next}}else if(m.tag===18){if(N=m.return,N===null)throw Error(a(341));N.lanes|=r,w=N.alternate,w!==null&&(w.lanes|=r),Yu(N,r,e),N=null}else N=m.child;if(N!==null)N.return=m;else for(N=m;N!==null;){if(N===e){N=null;break}if(m=N.sibling,m!==null){m.return=N.return,N=m;break}N=N.return}m=N}}function Ur(e,i,r,o){e=null;for(var m=i,w=!1;m!==null;){if(!w){if((m.flags&524288)!==0)w=!0;else if((m.flags&262144)!==0)break}if(m.tag===10){var N=m.alternate;if(N===null)throw Error(a(387));if(N=N.memoizedProps,N!==null){var I=m.type;si(m.pendingProps.value,N.value)||(e!==null?e.push(I):e=[I])}}else if(m===K.current){if(N=m.alternate,N===null)throw Error(a(387));N.memoizedState.memoizedState!==m.memoizedState.memoizedState&&(e!==null?e.push(go):e=[go])}m=m.return}e!==null&&Ku(i,e,r,o),i.flags|=262144}function _l(e){for(e=e.firstContext;e!==null;){if(!si(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 As(e){return Rv(ir,e)}function yl(e,i){return ir===null&&nr(e),Rv(e,i)}function Rv(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,ms={$$typeof:_,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function Xu(){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,Ju=0,Fr=0,qr=null;function HS(e,i){if(qa===null){var r=qa=[];Ju=0,Fr=ed(),qr={status:"pending",value:void 0,then:function(o){r.push(o)}}}return Ju++,i.then(Mv,Mv),i}function Mv(){if(--Ju===0&&qa!==null){qr!==null&&(qr.status="fulfilled");var e=qa;qa=null,Fr=0,qr=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(m){r.push(m)}};return e.then(function(){o.status="fulfilled",o.value=i;for(var m=0;m<r.length;m++)(0,r[m])(i)},function(m){for(o.status="rejected",o.reason=m,m=0;m<r.length;m++)(0,r[m])(void 0)}),o}var Dv=F.S;F.S=function(e,i){pm=tt(),typeof i=="object"&&i!==null&&typeof i.then=="function"&&HS(e,i),Dv!==null&&Dv(e,i)};var rr=L(null);function Zu(){var e=rr.current;return e!==null?e:Pt.pooledCache}function bl(e,i){i===null?V(rr,rr.current):V(rr,i.pool)}function jv(){var e=Zu();return e===null?null:{parent:ms._currentValue,pool:e}}var Wr=Error(a(460)),Qu=Error(a(474)),Sl=Error(a(542)),wl={then:function(){}};function Nv(e){return e=e.status,e==="fulfilled"||e==="rejected"}function Lv(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,Bv(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 m=i;m.status="fulfilled",m.value=o}},function(o){if(i.status==="pending"){var m=i;m.status="rejected",m.reason=o}})}switch(i.status){case"fulfilled":return i.value;case"rejected":throw e=i.reason,Bv(e),e}throw or=i,Wr}}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,Wr):r}}var or=null;function Ov(){if(or===null)throw Error(a(459));var e=or;return or=null,e}function Bv(e){if(e===Wr||e===Sl)throw Error(a(483))}var Gr=null,Wa=0;function xl(e){var i=Wa;return Wa+=1,Gr===null&&(Gr=[]),Lv(Gr,e,i)}function Ga(e,i){i=i.props.ref,e.ref=i!==void 0?i:null}function Cl(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 Hv(e){function i(se,Q){if(e){var ne=se.deletions;ne===null?(se.deletions=[Q],se.flags|=16):ne.push(Q)}}function r(se,Q){if(!e)return null;for(;Q!==null;)i(se,Q),Q=Q.sibling;return null}function o(se){for(var Q=new Map;se!==null;)se.key!==null?Q.set(se.key,se):Q.set(se.index,se),se=se.sibling;return Q}function m(se,Q){return se=Gi(se,Q),se.index=0,se.sibling=null,se}function w(se,Q,ne){return se.index=ne,e?(ne=se.alternate,ne!==null?(ne=ne.index,ne<Q?(se.flags|=67108866,Q):ne):(se.flags|=67108866,Q)):(se.flags|=1048576,Q)}function N(se){return e&&se.alternate===null&&(se.flags|=67108866),se}function I(se,Q,ne,ge){return Q===null||Q.tag!==6?(Q=Pu(ne,se.mode,ge),Q.return=se,Q):(Q=m(Q,ne),Q.return=se,Q)}function Y(se,Q,ne,ge){var Fe=ne.type;return Fe===C?pe(se,Q,ne.props.children,ge,ne.key):Q!==null&&(Q.elementType===Fe||typeof Fe=="object"&&Fe!==null&&Fe.$$typeof===T&&ar(Fe)===Q.type)?(Q=m(Q,ne.props),Ga(Q,ne),Q.return=se,Q):(Q=gl(ne.type,ne.key,ne.props,null,se.mode,ge),Ga(Q,ne),Q.return=se,Q)}function re(se,Q,ne,ge){return Q===null||Q.tag!==4||Q.stateNode.containerInfo!==ne.containerInfo||Q.stateNode.implementation!==ne.implementation?(Q=Uu(ne,se.mode,ge),Q.return=se,Q):(Q=m(Q,ne.children||[]),Q.return=se,Q)}function pe(se,Q,ne,ge,Fe){return Q===null||Q.tag!==7?(Q=tr(ne,se.mode,ge,Fe),Q.return=se,Q):(Q=m(Q,ne),Q.return=se,Q)}function _e(se,Q,ne){if(typeof Q=="string"&&Q!==""||typeof Q=="number"||typeof Q=="bigint")return Q=Pu(""+Q,se.mode,ne),Q.return=se,Q;if(typeof Q=="object"&&Q!==null){switch(Q.$$typeof){case E:return ne=gl(Q.type,Q.key,Q.props,null,se.mode,ne),Ga(ne,Q),ne.return=se,ne;case A:return Q=Uu(Q,se.mode,ne),Q.return=se,Q;case T:return Q=ar(Q),_e(se,Q,ne)}if(J(Q)||W(Q))return Q=tr(Q,se.mode,ne,null),Q.return=se,Q;if(typeof Q.then=="function")return _e(se,xl(Q),ne);if(Q.$$typeof===_)return _e(se,yl(se,Q),ne);Cl(se,Q)}return null}function oe(se,Q,ne,ge){var Fe=Q!==null?Q.key:null;if(typeof ne=="string"&&ne!==""||typeof ne=="number"||typeof ne=="bigint")return Fe!==null?null:I(se,Q,""+ne,ge);if(typeof ne=="object"&&ne!==null){switch(ne.$$typeof){case E:return ne.key===Fe?Y(se,Q,ne,ge):null;case A:return ne.key===Fe?re(se,Q,ne,ge):null;case T:return ne=ar(ne),oe(se,Q,ne,ge)}if(J(ne)||W(ne))return Fe!==null?null:pe(se,Q,ne,ge,null);if(typeof ne.then=="function")return oe(se,Q,xl(ne),ge);if(ne.$$typeof===_)return oe(se,Q,yl(se,ne),ge);Cl(se,ne)}return null}function he(se,Q,ne,ge,Fe){if(typeof ge=="string"&&ge!==""||typeof ge=="number"||typeof ge=="bigint")return se=se.get(ne)||null,I(Q,se,""+ge,Fe);if(typeof ge=="object"&&ge!==null){switch(ge.$$typeof){case E:return se=se.get(ge.key===null?ne:ge.key)||null,Y(Q,se,ge,Fe);case A:return se=se.get(ge.key===null?ne:ge.key)||null,re(Q,se,ge,Fe);case T:return ge=ar(ge),he(se,Q,ne,ge,Fe)}if(J(ge)||W(ge))return se=se.get(ne)||null,pe(Q,se,ge,Fe,null);if(typeof ge.then=="function")return he(se,Q,ne,xl(ge),Fe);if(ge.$$typeof===_)return he(se,Q,ne,yl(Q,ge),Fe);Cl(Q,ge)}return null}function Ne(se,Q,ne,ge){for(var Fe=null,wt=null,Oe=Q,nt=Q=0,pt=null;Oe!==null&&nt<ne.length;nt++){Oe.index>nt?(pt=Oe,Oe=null):pt=Oe.sibling;var xt=oe(se,Oe,ne[nt],ge);if(xt===null){Oe===null&&(Oe=pt);break}e&&Oe&&xt.alternate===null&&i(se,Oe),Q=w(xt,Q,nt),wt===null?Fe=xt:wt.sibling=xt,wt=xt,Oe=pt}if(nt===ne.length)return r(se,Oe),mt&&Vi(se,nt),Fe;if(Oe===null){for(;nt<ne.length;nt++)Oe=_e(se,ne[nt],ge),Oe!==null&&(Q=w(Oe,Q,nt),wt===null?Fe=Oe:wt.sibling=Oe,wt=Oe);return mt&&Vi(se,nt),Fe}for(Oe=o(Oe);nt<ne.length;nt++)pt=he(Oe,se,nt,ne[nt],ge),pt!==null&&(e&&pt.alternate!==null&&Oe.delete(pt.key===null?nt:pt.key),Q=w(pt,Q,nt),wt===null?Fe=pt:wt.sibling=pt,wt=pt);return e&&Oe.forEach(function(qn){return i(se,qn)}),mt&&Vi(se,nt),Fe}function Ve(se,Q,ne,ge){if(ne==null)throw Error(a(151));for(var Fe=null,wt=null,Oe=Q,nt=Q=0,pt=null,xt=ne.next();Oe!==null&&!xt.done;nt++,xt=ne.next()){Oe.index>nt?(pt=Oe,Oe=null):pt=Oe.sibling;var qn=oe(se,Oe,xt.value,ge);if(qn===null){Oe===null&&(Oe=pt);break}e&&Oe&&qn.alternate===null&&i(se,Oe),Q=w(qn,Q,nt),wt===null?Fe=qn:wt.sibling=qn,wt=qn,Oe=pt}if(xt.done)return r(se,Oe),mt&&Vi(se,nt),Fe;if(Oe===null){for(;!xt.done;nt++,xt=ne.next())xt=_e(se,xt.value,ge),xt!==null&&(Q=w(xt,Q,nt),wt===null?Fe=xt:wt.sibling=xt,wt=xt);return mt&&Vi(se,nt),Fe}for(Oe=o(Oe);!xt.done;nt++,xt=ne.next())xt=he(Oe,se,nt,xt.value,ge),xt!==null&&(e&&xt.alternate!==null&&Oe.delete(xt.key===null?nt:xt.key),Q=w(xt,Q,nt),wt===null?Fe=xt:wt.sibling=xt,wt=xt);return e&&Oe.forEach(function(Kw){return i(se,Kw)}),mt&&Vi(se,nt),Fe}function Bt(se,Q,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 Fe=ne.key;Q!==null;){if(Q.key===Fe){if(Fe=ne.type,Fe===C){if(Q.tag===7){r(se,Q.sibling),ge=m(Q,ne.props.children),ge.return=se,se=ge;break e}}else if(Q.elementType===Fe||typeof Fe=="object"&&Fe!==null&&Fe.$$typeof===T&&ar(Fe)===Q.type){r(se,Q.sibling),ge=m(Q,ne.props),Ga(ge,ne),ge.return=se,se=ge;break e}r(se,Q);break}else i(se,Q);Q=Q.sibling}ne.type===C?(ge=tr(ne.props.children,se.mode,ge,ne.key),ge.return=se,se=ge):(ge=gl(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(Fe=ne.key;Q!==null;){if(Q.key===Fe)if(Q.tag===4&&Q.stateNode.containerInfo===ne.containerInfo&&Q.stateNode.implementation===ne.implementation){r(se,Q.sibling),ge=m(Q,ne.children||[]),ge.return=se,se=ge;break e}else{r(se,Q);break}else i(se,Q);Q=Q.sibling}ge=Uu(ne,se.mode,ge),ge.return=se,se=ge}return N(se);case T:return ne=ar(ne),Bt(se,Q,ne,ge)}if(J(ne))return Ne(se,Q,ne,ge);if(W(ne)){if(Fe=W(ne),typeof Fe!="function")throw Error(a(150));return ne=Fe.call(ne),Ve(se,Q,ne,ge)}if(typeof ne.then=="function")return Bt(se,Q,xl(ne),ge);if(ne.$$typeof===_)return Bt(se,Q,yl(se,ne),ge);Cl(se,ne)}return typeof ne=="string"&&ne!==""||typeof ne=="number"||typeof ne=="bigint"?(ne=""+ne,Q!==null&&Q.tag===6?(r(se,Q.sibling),ge=m(Q,ne),ge.return=se,se=ge):(r(se,Q),ge=Pu(ne,se.mode,ge),ge.return=se,se=ge),N(se)):r(se,Q)}return function(se,Q,ne,ge){try{Wa=0;var Fe=Bt(se,Q,ne,ge);return Gr=null,Fe}catch(Oe){if(Oe===Wr||Oe===Sl)throw Oe;var wt=ii(29,Oe,null,se.mode);return wt.lanes=ge,wt.return=se,wt}finally{}}}var lr=Hv(!0),Iv=Hv(!1),Tn=!1;function eh(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function th(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,(Et&2)!==0){var m=o.pending;return m===null?i.next=i:(i.next=m.next,m.next=i),o.pending=i,i=vl(e),Sv(e,null,r),i}return pl(e,o,i,r),vl(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 sh(e,i){var r=e.updateQueue,o=e.alternate;if(o!==null&&(o=o.updateQueue,r===o)){var m=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?m=w=N:w=w.next=N,r=r.next}while(r!==null);w===null?m=w=i:w=w.next=i}else m=w=i;r={baseState:o.baseState,firstBaseUpdate:m,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 ih=!1;function Ya(){if(ih){var e=qr;if(e!==null)throw e}}function Ka(e,i,r,o){ih=!1;var m=e.updateQueue;Tn=!1;var w=m.firstBaseUpdate,N=m.lastBaseUpdate,I=m.shared.pending;if(I!==null){m.shared.pending=null;var Y=I,re=Y.next;Y.next=null,N===null?w=re:N.next=re,N=Y;var pe=e.alternate;pe!==null&&(pe=pe.updateQueue,I=pe.lastBaseUpdate,I!==N&&(I===null?pe.firstBaseUpdate=re:I.next=re,pe.lastBaseUpdate=Y))}if(w!==null){var _e=m.baseState;N=0,pe=re=Y=null,I=w;do{var oe=I.lane&-536870913,he=oe!==I.lane;if(he?(ft&oe)===oe:(o&oe)===oe){oe!==0&&oe===Fr&&(ih=!0),pe!==null&&(pe=pe.next={lane:0,tag:I.tag,payload:I.payload,callback:null,next:null});e:{var Ne=e,Ve=I;oe=i;var Bt=r;switch(Ve.tag){case 1:if(Ne=Ve.payload,typeof Ne=="function"){_e=Ne.call(Bt,_e,oe);break e}_e=Ne;break e;case 3:Ne.flags=Ne.flags&-65537|128;case 0:if(Ne=Ve.payload,oe=typeof Ne=="function"?Ne.call(Bt,_e,oe):Ne,oe==null)break e;_e=f({},_e,oe);break e;case 2:Tn=!0}}oe=I.callback,oe!==null&&(e.flags|=64,he&&(e.flags|=8192),he=m.callbacks,he===null?m.callbacks=[oe]:he.push(oe))}else he={lane:oe,tag:I.tag,payload:I.payload,callback:I.callback,next:null},pe===null?(re=pe=he,Y=_e):pe=pe.next=he,N|=oe;if(I=I.next,I===null){if(I=m.shared.pending,I===null)break;he=I,I=he.next,he.next=null,m.lastBaseUpdate=he,m.shared.pending=null}}while(!0);pe===null&&(Y=_e),m.baseState=Y,m.firstBaseUpdate=re,m.lastBaseUpdate=pe,w===null&&(m.shared.lanes=0),Ln|=N,e.lanes=N,e.memoizedState=_e}}function zv(e,i){if(typeof e!="function")throw Error(a(191,e));e.call(i)}function $v(e,i){var r=e.callbacks;if(r!==null)for(e.callbacks=null,e=0;e<r.length;e++)zv(r[e],i)}var Vr=L(null),El=L(0);function Pv(e,i){e=rn,V(El,e),V(Vr,i),rn=e|i.baseLanes}function nh(){V(El,rn),V(Vr,Vr.current)}function rh(){rn=El.current,B(Vr),B(El)}var ni=L(null),_i=null;function Mn(e){var i=e.alternate;V(ds,ds.current&1),V(ni,e),_i===null&&(i===null||Vr.current!==null||i.memoizedState!==null)&&(_i=e)}function ah(e){V(ds,ds.current),V(ni,e),_i===null&&(_i=e)}function Uv(e){e.tag===22?(V(ds,ds.current),V(ni,e),_i===null&&(_i=e)):Dn()}function Dn(){V(ds,ds.current),V(ni,ni.current)}function ri(e){B(ni),_i===e&&(_i=null),B(ds)}var ds=L(0);function kl(e){for(var i=e;i!==null;){if(i.tag===13){var r=i.memoizedState;if(r!==null&&(r=r.dehydrated,r===null||dd(r)||fd(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,st=null,Lt=null,_s=null,Tl=!1,Yr=!1,cr=!1,Al=0,Xa=0,Kr=null,zS=0;function os(){throw Error(a(321))}function oh(e,i){if(i===null)return!1;for(var r=0;r<i.length&&r<e.length;r++)if(!si(e[r],i[r]))return!1;return!0}function lh(e,i,r,o,m,w){return Xi=w,st=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,F.H=e===null||e.memoizedState===null?Eg:xh,cr=!1,w=r(o,m),cr=!1,Yr&&(w=qv(i,r,o,m)),Fv(e),w}function Fv(e){F.H=Qa;var i=Lt!==null&&Lt.next!==null;if(Xi=0,_s=Lt=st=null,Tl=!1,Xa=0,Kr=null,i)throw Error(a(300));e===null||ys||(e=e.dependencies,e!==null&&_l(e)&&(ys=!0))}function qv(e,i,r,o){st=e;var m=0;do{if(Yr&&(Kr=null),Xa=0,Yr=!1,25<=m)throw Error(a(301));if(m+=1,_s=Lt=null,e.updateQueue!=null){var w=e.updateQueue;w.lastEffect=null,w.events=null,w.stores=null,w.memoCache!=null&&(w.memoCache.index=0)}F.H=kg,w=i(r,o)}while(Yr);return w}function $S(){var e=F.H,i=e.useState()[0];return i=typeof i.then=="function"?Ja(i):i,e=e.useState()[0],(Lt!==null?Lt.memoizedState:null)!==e&&(st.flags|=1024),i}function ch(){var e=Al!==0;return Al=0,e}function uh(e,i,r){i.updateQueue=e.updateQueue,i.flags&=-2053,e.lanes&=~r}function hh(e){if(Tl){for(e=e.memoizedState;e!==null;){var i=e.queue;i!==null&&(i.pending=null),e=e.next}Tl=!1}Xi=0,_s=Lt=st=null,Yr=!1,Xa=Al=0,Kr=null}function zs(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return _s===null?st.memoizedState=_s=e:_s=_s.next=e,_s}function fs(){if(Lt===null){var e=st.alternate;e=e!==null?e.memoizedState:null}else e=Lt.next;var i=_s===null?st.memoizedState:_s.next;if(i!==null)_s=i,Lt=e;else{if(e===null)throw st.alternate===null?Error(a(467)):Error(a(310));Lt=e,e={memoizedState:Lt.memoizedState,baseState:Lt.baseState,baseQueue:Lt.baseQueue,queue:Lt.queue,next:null},_s===null?st.memoizedState=_s=e:_s=_s.next=e}return _s}function Rl(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Ja(e){var i=Xa;return Xa+=1,Kr===null&&(Kr=[]),e=Lv(Kr,e,i),i=st,(_s===null?i.memoizedState:_s.next)===null&&(i=i.alternate,F.H=i===null||i.memoizedState===null?Eg:xh),e}function Ml(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return Ja(e);if(e.$$typeof===_)return As(e)}throw Error(a(438,String(e)))}function dh(e){var i=null,r=st.updateQueue;if(r!==null&&(i=r.memoCache),i==null){var o=st.alternate;o!==null&&(o=o.updateQueue,o!==null&&(o=o.memoCache,o!=null&&(i={data:o.data.map(function(m){return m.slice()}),index:0})))}if(i==null&&(i={data:[],index:0}),r===null&&(r=Rl(),st.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]=H;return i.index++,r}function Ji(e,i){return typeof i=="function"?i(e):i}function Dl(e){var i=fs();return fh(i,Lt,e)}function fh(e,i,r){var o=e.queue;if(o===null)throw Error(a(311));o.lastRenderedReducer=r;var m=e.baseQueue,w=o.pending;if(w!==null){if(m!==null){var N=m.next;m.next=w.next,w.next=N}i.baseQueue=m=w,o.pending=null}if(w=e.baseState,m===null)e.memoizedState=w;else{i=m.next;var I=N=null,Y=null,re=i,pe=!1;do{var _e=re.lane&-536870913;if(_e!==re.lane?(ft&_e)===_e:(Xi&_e)===_e){var oe=re.revertLane;if(oe===0)Y!==null&&(Y=Y.next={lane:0,revertLane:0,gesture:null,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null}),_e===Fr&&(pe=!0);else if((Xi&oe)===oe){re=re.next,oe===Fr&&(pe=!0);continue}else _e={lane:0,revertLane:re.revertLane,gesture:null,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null},Y===null?(I=Y=_e,N=w):Y=Y.next=_e,st.lanes|=oe,Ln|=oe;_e=re.action,cr&&r(w,_e),w=re.hasEagerState?re.eagerState:r(w,_e)}else oe={lane:_e,revertLane:re.revertLane,gesture:re.gesture,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null},Y===null?(I=Y=oe,N=w):Y=Y.next=oe,st.lanes|=_e,Ln|=_e;re=re.next}while(re!==null&&re!==i);if(Y===null?N=w:Y.next=I,!si(w,e.memoizedState)&&(ys=!0,pe&&(r=qr,r!==null)))throw r;e.memoizedState=w,e.baseState=N,e.baseQueue=Y,o.lastRenderedState=w}return m===null&&(o.lanes=0),[e.memoizedState,o.dispatch]}function ph(e){var i=fs(),r=i.queue;if(r===null)throw Error(a(311));r.lastRenderedReducer=e;var o=r.dispatch,m=r.pending,w=i.memoizedState;if(m!==null){r.pending=null;var N=m=m.next;do w=e(w,N.action),N=N.next;while(N!==m);si(w,i.memoizedState)||(ys=!0),i.memoizedState=w,i.baseQueue===null&&(i.baseState=w),r.lastRenderedState=w}return[w,o]}function Wv(e,i,r){var o=st,m=fs(),w=mt;if(w){if(r===void 0)throw Error(a(407));r=r()}else r=i();var N=!si((Lt||m).memoizedState,r);if(N&&(m.memoizedState=r,ys=!0),m=m.queue,mh(Yv.bind(null,o,m,e),[e]),m.getSnapshot!==i||N||_s!==null&&_s.memoizedState.tag&1){if(o.flags|=2048,Xr(9,{destroy:void 0},Vv.bind(null,o,m,r,i),null),Pt===null)throw Error(a(349));w||(Xi&127)!==0||Gv(o,i,r)}return r}function Gv(e,i,r){e.flags|=16384,e={getSnapshot:i,value:r},i=st.updateQueue,i===null?(i=Rl(),st.updateQueue=i,i.stores=[e]):(r=i.stores,r===null?i.stores=[e]:r.push(e))}function Vv(e,i,r,o){i.value=r,i.getSnapshot=o,Kv(i)&&Xv(e)}function Yv(e,i,r){return r(function(){Kv(i)&&Xv(e)})}function Kv(e){var i=e.getSnapshot;e=e.value;try{var r=i();return!si(e,r)}catch{return!0}}function Xv(e){var i=er(e,2);i!==null&&Zs(i,e,2)}function vh(e){var i=zs();if(typeof e=="function"){var r=e;if(e=r(),cr){bt(!0);try{r()}finally{bt(!1)}}}return i.memoizedState=i.baseState=e,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ji,lastRenderedState:e},i}function Jv(e,i,r,o){return e.baseState=r,fh(e,Lt,typeof o=="function"?o:Ji)}function PS(e,i,r,o,m){if(Ll(e))throw Error(a(485));if(e=i.action,e!==null){var w={payload:m,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(N){w.listeners.push(N)}};F.T!==null?r(!0):w.isTransition=!1,o(w),r=i.pending,r===null?(w.next=i.pending=w,Zv(i,w)):(w.next=r.next,i.pending=r.next=w)}}function Zv(e,i){var r=i.action,o=i.payload,m=e.state;if(i.isTransition){var w=F.T,N={};F.T=N;try{var I=r(m,o),Y=F.S;Y!==null&&Y(N,I),Qv(e,i,I)}catch(re){gh(e,i,re)}finally{w!==null&&N.types!==null&&(w.types=N.types),F.T=w}}else try{w=r(m,o),Qv(e,i,w)}catch(re){gh(e,i,re)}}function Qv(e,i,r){r!==null&&typeof r=="object"&&typeof r.then=="function"?r.then(function(o){eg(e,i,o)},function(o){return gh(e,i,o)}):eg(e,i,r)}function eg(e,i,r){i.status="fulfilled",i.value=r,tg(i),e.state=r,i=e.pending,i!==null&&(r=i.next,r===i?e.pending=null:(r=r.next,i.next=r,Zv(e,r)))}function gh(e,i,r){var o=e.pending;if(e.pending=null,o!==null){o=o.next;do i.status="rejected",i.reason=r,tg(i),i=i.next;while(i!==o)}e.action=null}function tg(e){e=e.listeners;for(var i=0;i<e.length;i++)(0,e[i])()}function sg(e,i){return i}function ig(e,i){if(mt){var r=Pt.formState;if(r!==null){e:{var o=st;if(mt){if(Gt){t:{for(var m=Gt,w=mi;m.nodeType!==8;){if(!w){m=null;break t}if(m=yi(m.nextSibling),m===null){m=null;break t}}w=m.data,m=w==="F!"||w==="F"?m:null}if(m){Gt=yi(m.nextSibling),o=m.data==="F!";break e}}En(o)}o=!1}o&&(i=r[0])}}return r=zs(),r.memoizedState=r.baseState=i,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:sg,lastRenderedState:i},r.queue=o,r=wg.bind(null,st,o),o.dispatch=r,o=vh(!1),w=wh.bind(null,st,!1,o.queue),o=zs(),m={state:i,dispatch:null,action:e,pending:null},o.queue=m,r=PS.bind(null,st,m,w,r),m.dispatch=r,o.memoizedState=e,[i,r,!1]}function ng(e){var i=fs();return rg(i,Lt,e)}function rg(e,i,r){if(i=fh(e,i,sg)[0],e=Dl(Ji)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var o=Ja(i)}catch(N){throw N===Wr?Sl:N}else o=i;i=fs();var m=i.queue,w=m.dispatch;return r!==i.memoizedState&&(st.flags|=2048,Xr(9,{destroy:void 0},US.bind(null,m,r),null)),[o,w,e]}function US(e,i){e.action=i}function ag(e){var i=fs(),r=Lt;if(r!==null)return rg(i,r,e);fs(),i=i.memoizedState,r=fs();var o=r.queue.dispatch;return r.memoizedState=e,[i,o,!1]}function Xr(e,i,r,o){return e={tag:e,create:r,deps:o,inst:i,next:null},i=st.updateQueue,i===null&&(i=Rl(),st.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 og(){return fs().memoizedState}function jl(e,i,r,o){var m=zs();st.flags|=e,m.memoizedState=Xr(1|i,{destroy:void 0},r,o===void 0?null:o)}function Nl(e,i,r,o){var m=fs();o=o===void 0?null:o;var w=m.memoizedState.inst;Lt!==null&&o!==null&&oh(o,Lt.memoizedState.deps)?m.memoizedState=Xr(i,w,r,o):(st.flags|=e,m.memoizedState=Xr(1|i,w,r,o))}function lg(e,i){jl(8390656,8,e,i)}function mh(e,i){Nl(2048,8,e,i)}function FS(e){st.flags|=4;var i=st.updateQueue;if(i===null)i=Rl(),st.updateQueue=i,i.events=[e];else{var r=i.events;r===null?i.events=[e]:r.push(e)}}function cg(e){var i=fs().memoizedState;return FS({ref:i,nextImpl:e}),function(){if((Et&2)!==0)throw Error(a(440));return i.impl.apply(void 0,arguments)}}function ug(e,i){return Nl(4,2,e,i)}function hg(e,i){return Nl(4,4,e,i)}function dg(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 fg(e,i,r){r=r!=null?r.concat([e]):null,Nl(4,4,dg.bind(null,i,e),r)}function _h(){}function pg(e,i){var r=fs();i=i===void 0?null:i;var o=r.memoizedState;return i!==null&&oh(i,o[1])?o[0]:(r.memoizedState=[e,i],e)}function vg(e,i){var r=fs();i=i===void 0?null:i;var o=r.memoizedState;if(i!==null&&oh(i,o[1]))return o[0];if(o=e(),cr){bt(!0);try{e()}finally{bt(!1)}}return r.memoizedState=[o,i],o}function yh(e,i,r){return r===void 0||(Xi&1073741824)!==0&&(ft&261930)===0?e.memoizedState=i:(e.memoizedState=r,e=gm(),st.lanes|=e,Ln|=e,r)}function gg(e,i,r,o){return si(r,i)?r:Vr.current!==null?(e=yh(e,r,o),si(e,i)||(ys=!0),e):(Xi&42)===0||(Xi&1073741824)!==0&&(ft&261930)===0?(ys=!0,e.memoizedState=r):(e=gm(),st.lanes|=e,Ln|=e,i)}function mg(e,i,r,o,m){var w=G.p;G.p=w!==0&&8>w?w:8;var N=F.T,I={};F.T=I,wh(e,!1,i,r);try{var Y=m(),re=F.S;if(re!==null&&re(I,Y),Y!==null&&typeof Y=="object"&&typeof Y.then=="function"){var pe=IS(Y,o);Za(e,i,pe,li(e))}else Za(e,i,o,li(e))}catch(_e){Za(e,i,{then:function(){},status:"rejected",reason:_e},li())}finally{G.p=w,N!==null&&I.types!==null&&(N.types=I.types),F.T=N}}function qS(){}function bh(e,i,r,o){if(e.tag!==5)throw Error(a(476));var m=_g(e).queue;mg(e,m,i,ee,r===null?qS:function(){return yg(e),r(o)})}function _g(e){var i=e.memoizedState;if(i!==null)return i;i={memoizedState:ee,baseState:ee,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ji,lastRenderedState:ee},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 yg(e){var i=_g(e);i.next===null&&(i=e.alternate.memoizedState),Za(e,i.next.queue,{},li())}function Sh(){return As(go)}function bg(){return fs().memoizedState}function Sg(){return fs().memoizedState}function WS(e){for(var i=e.return;i!==null;){switch(i.tag){case 24:case 3:var r=li();e=An(r);var o=Rn(i,e,r);o!==null&&(Zs(o,i,r),Va(o,i,r)),i={cache:Xu()},e.payload=i;return}i=i.return}}function GS(e,i,r){var o=li();r={lane:o,revertLane:0,gesture:null,action:r,hasEagerState:!1,eagerState:null,next:null},Ll(e)?xg(i,r):(r=zu(e,i,r,o),r!==null&&(Zs(r,e,o),Cg(r,i,o)))}function wg(e,i,r){var o=li();Za(e,i,r,o)}function Za(e,i,r,o){var m={lane:o,revertLane:0,gesture:null,action:r,hasEagerState:!1,eagerState:null,next:null};if(Ll(e))xg(i,m);else{var w=e.alternate;if(e.lanes===0&&(w===null||w.lanes===0)&&(w=i.lastRenderedReducer,w!==null))try{var N=i.lastRenderedState,I=w(N,r);if(m.hasEagerState=!0,m.eagerState=I,si(I,N))return pl(e,i,m,0),Pt===null&&fl(),!1}catch{}finally{}if(r=zu(e,i,m,o),r!==null)return Zs(r,e,o),Cg(r,i,o),!0}return!1}function wh(e,i,r,o){if(o={lane:2,revertLane:ed(),gesture:null,action:o,hasEagerState:!1,eagerState:null,next:null},Ll(e)){if(i)throw Error(a(479))}else i=zu(e,r,o,2),i!==null&&Zs(i,e,2)}function Ll(e){var i=e.alternate;return e===st||i!==null&&i===st}function xg(e,i){Yr=Tl=!0;var r=e.pending;r===null?i.next=i:(i.next=r.next,r.next=i),e.pending=i}function Cg(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:As,use:Ml,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 Eg={readContext:As,use:Ml,useCallback:function(e,i){return zs().memoizedState=[e,i===void 0?null:i],e},useContext:As,useEffect:lg,useImperativeHandle:function(e,i,r){r=r!=null?r.concat([e]):null,jl(4194308,4,dg.bind(null,i,e),r)},useLayoutEffect:function(e,i){return jl(4194308,4,e,i)},useInsertionEffect:function(e,i){jl(4,2,e,i)},useMemo:function(e,i){var r=zs();i=i===void 0?null:i;var o=e();if(cr){bt(!0);try{e()}finally{bt(!1)}}return r.memoizedState=[o,i],o},useReducer:function(e,i,r){var o=zs();if(r!==void 0){var m=r(i);if(cr){bt(!0);try{r(i)}finally{bt(!1)}}}else m=i;return o.memoizedState=o.baseState=m,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:m},o.queue=e,e=e.dispatch=GS.bind(null,st,e),[o.memoizedState,e]},useRef:function(e){var i=zs();return e={current:e},i.memoizedState=e},useState:function(e){e=vh(e);var i=e.queue,r=wg.bind(null,st,i);return i.dispatch=r,[e.memoizedState,r]},useDebugValue:_h,useDeferredValue:function(e,i){var r=zs();return yh(r,e,i)},useTransition:function(){var e=vh(!1);return e=mg.bind(null,st,e.queue,!0,!1),zs().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,i,r){var o=st,m=zs();if(mt){if(r===void 0)throw Error(a(407));r=r()}else{if(r=i(),Pt===null)throw Error(a(349));(ft&127)!==0||Gv(o,i,r)}m.memoizedState=r;var w={value:r,getSnapshot:i};return m.queue=w,lg(Yv.bind(null,o,w,e),[e]),o.flags|=2048,Xr(9,{destroy:void 0},Vv.bind(null,o,w,r,i),null),r},useId:function(){var e=zs(),i=Pt.identifierPrefix;if(mt){var r=Hi,o=Bi;r=(o&~(1<<32-Rt(o)-1)).toString(32)+r,i="_"+i+"R_"+r,r=Al++,0<r&&(i+="H"+r.toString(32)),i+="_"}else r=zS++,i="_"+i+"r_"+r.toString(32)+"_";return e.memoizedState=i},useHostTransitionStatus:Sh,useFormState:ig,useActionState:ig,useOptimistic:function(e){var i=zs();i.memoizedState=i.baseState=e;var r={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=r,i=wh.bind(null,st,!0,r),r.dispatch=i,[e,i]},useMemoCache:dh,useCacheRefresh:function(){return zs().memoizedState=WS.bind(null,st)},useEffectEvent:function(e){var i=zs(),r={impl:e};return i.memoizedState=r,function(){if((Et&2)!==0)throw Error(a(440));return r.impl.apply(void 0,arguments)}}},xh={readContext:As,use:Ml,useCallback:pg,useContext:As,useEffect:mh,useImperativeHandle:fg,useInsertionEffect:ug,useLayoutEffect:hg,useMemo:vg,useReducer:Dl,useRef:og,useState:function(){return Dl(Ji)},useDebugValue:_h,useDeferredValue:function(e,i){var r=fs();return gg(r,Lt.memoizedState,e,i)},useTransition:function(){var e=Dl(Ji)[0],i=fs().memoizedState;return[typeof e=="boolean"?e:Ja(e),i]},useSyncExternalStore:Wv,useId:bg,useHostTransitionStatus:Sh,useFormState:ng,useActionState:ng,useOptimistic:function(e,i){var r=fs();return Jv(r,Lt,e,i)},useMemoCache:dh,useCacheRefresh:Sg};xh.useEffectEvent=cg;var kg={readContext:As,use:Ml,useCallback:pg,useContext:As,useEffect:mh,useImperativeHandle:fg,useInsertionEffect:ug,useLayoutEffect:hg,useMemo:vg,useReducer:ph,useRef:og,useState:function(){return ph(Ji)},useDebugValue:_h,useDeferredValue:function(e,i){var r=fs();return Lt===null?yh(r,e,i):gg(r,Lt.memoizedState,e,i)},useTransition:function(){var e=ph(Ji)[0],i=fs().memoizedState;return[typeof e=="boolean"?e:Ja(e),i]},useSyncExternalStore:Wv,useId:bg,useHostTransitionStatus:Sh,useFormState:ag,useActionState:ag,useOptimistic:function(e,i){var r=fs();return Lt!==null?Jv(r,Lt,e,i):(r.baseState=e,[e,r.queue.dispatch])},useMemoCache:dh,useCacheRefresh:Sg};kg.useEffectEvent=cg;function Ch(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 Eh={enqueueSetState:function(e,i,r){e=e._reactInternals;var o=li(),m=An(o);m.payload=i,r!=null&&(m.callback=r),i=Rn(e,m,o),i!==null&&(Zs(i,e,o),Va(i,e,o))},enqueueReplaceState:function(e,i,r){e=e._reactInternals;var o=li(),m=An(o);m.tag=1,m.payload=i,r!=null&&(m.callback=r),i=Rn(e,m,o),i!==null&&(Zs(i,e,o),Va(i,e,o))},enqueueForceUpdate:function(e,i){e=e._reactInternals;var r=li(),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 Tg(e,i,r,o,m,w,N){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(o,w,N):i.prototype&&i.prototype.isPureReactComponent?!za(r,o)||!za(m,w):!0}function Ag(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&&Eh.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 m in e)r[m]===void 0&&(r[m]=e[m])}return r}function Rg(e){dl(e)}function Mg(e){console.error(e)}function Dg(e){dl(e)}function Ol(e,i){try{var r=e.onUncaughtError;r(i.value,{componentStack:i.stack})}catch(o){setTimeout(function(){throw o})}}function jg(e,i,r){try{var o=e.onCaughtError;o(r.value,{componentStack:r.stack,errorBoundary:i.tag===1?i.stateNode:null})}catch(m){setTimeout(function(){throw m})}}function kh(e,i,r){return r=An(r),r.tag=3,r.payload={element:null},r.callback=function(){Ol(e,i)},r}function Ng(e){return e=An(e),e.tag=3,e}function Lg(e,i,r,o){var m=r.type.getDerivedStateFromError;if(typeof m=="function"){var w=o.value;e.payload=function(){return m(w)},e.callback=function(){jg(i,r,o)}}var N=r.stateNode;N!==null&&typeof N.componentDidCatch=="function"&&(e.callback=function(){jg(i,r,o),typeof m!="function"&&(On===null?On=new Set([this]):On.add(this));var I=o.stack;this.componentDidCatch(o.value,{componentStack:I!==null?I:""})})}function VS(e,i,r,o,m){if(r.flags|=32768,o!==null&&typeof o=="object"&&typeof o.then=="function"){if(i=r.alternate,i!==null&&Ur(i,r,m,!0),r=ni.current,r!==null){switch(r.tag){case 31:case 13:return _i===null?Vl():r.alternate===null&&ls===0&&(ls=3),r.flags&=-257,r.flags|=65536,r.lanes=m,o===wl?r.flags|=16384:(i=r.updateQueue,i===null?r.updateQueue=new Set([o]):i.add(o),Jh(e,o,m)),!1;case 22:return r.flags|=65536,o===wl?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)),Jh(e,o,m)),!1}throw Error(a(435,r.tag))}return Jh(e,o,m),Vl(),!1}if(mt)return i=ni.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=m,o!==Wu&&(e=Error(a(422),{cause:o}),Ua(pi(e,r)))):(o!==Wu&&(i=Error(a(423),{cause:o}),Ua(pi(i,r))),e=e.current.alternate,e.flags|=65536,m&=-m,e.lanes|=m,o=pi(o,r),m=kh(e.stateNode,o,m),sh(e,m),ls!==4&&(ls=2)),!1;var w=Error(a(520),{cause:o});if(w=pi(w,r),oo===null?oo=[w]:oo.push(w),ls!==4&&(ls=2),i===null)return!0;o=pi(o,r),r=i;do{switch(r.tag){case 3:return r.flags|=65536,e=m&-m,r.lanes|=e,e=kh(r.stateNode,o,e),sh(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,m&=-m,r.lanes|=m,m=Ng(m),Lg(m,e,r,o),sh(r,m),!1}r=r.return}while(r!==null);return!1}var Th=Error(a(461)),ys=!1;function Rs(e,i,r,o){i.child=e===null?Iv(i,null,r,o):lr(i,e.child,r,o)}function Og(e,i,r,o,m){r=r.render;var w=i.ref;if("ref"in o){var N={};for(var I in o)I!=="ref"&&(N[I]=o[I])}else N=o;return nr(i),o=lh(e,i,r,N,w,m),I=ch(),e!==null&&!ys?(uh(e,i,m),Zi(e,i,m)):(mt&&I&&Fu(i),i.flags|=1,Rs(e,i,o,m),i.child)}function Bg(e,i,r,o,m){if(e===null){var w=r.type;return typeof w=="function"&&!$u(w)&&w.defaultProps===void 0&&r.compare===null?(i.tag=15,i.type=w,Hg(e,i,w,o,m)):(e=gl(r.type,null,o,i,i.mode,m),e.ref=i.ref,e.return=i,i.child=e)}if(w=e.child,!Oh(e,m)){var N=w.memoizedProps;if(r=r.compare,r=r!==null?r:za,r(N,o)&&e.ref===i.ref)return Zi(e,i,m)}return i.flags|=1,e=Gi(w,o),e.ref=i.ref,e.return=i,i.child=e}function Hg(e,i,r,o,m){if(e!==null){var w=e.memoizedProps;if(za(w,o)&&e.ref===i.ref)if(ys=!1,i.pendingProps=o=w,Oh(e,m))(e.flags&131072)!==0&&(ys=!0);else return i.lanes=e.lanes,Zi(e,i,m)}return Ah(e,i,r,o,m)}function Ig(e,i,r,o){var m=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,m=0;o!==null;)m=m|o.lanes|o.childLanes,o=o.sibling;o=m&~w}else o=0,i.child=null;return zg(e,i,w,r,o)}if((r&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},e!==null&&bl(i,w!==null?w.cachePool:null),w!==null?Pv(i,w):nh(),Uv(i);else return o=i.lanes=536870912,zg(e,i,w!==null?w.baseLanes|r:r,r,o)}else w!==null?(bl(i,w.cachePool),Pv(i,w),Dn(),i.memoizedState=null):(e!==null&&bl(i,null),nh(),Dn());return Rs(e,i,m,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 zg(e,i,r,o,m){var w=Zu();return w=w===null?null:{parent:ms._currentValue,pool:w},i.memoizedState={baseLanes:r,cachePool:w},e!==null&&bl(i,null),nh(),Uv(i),e!==null&&Ur(e,i,o,!0),i.childLanes=m,null}function Bl(e,i){return i=Il({mode:i.mode,children:i.children},e.mode),i.ref=e.ref,e.child=i,i.return=e,i}function $g(e,i,r){return lr(i,e.child,null,r),e=Bl(i,i.pendingProps),e.flags|=2,ri(i),i.memoizedState=null,e}function YS(e,i,r){var o=i.pendingProps,m=(i.flags&128)!==0;if(i.flags&=-129,e===null){if(mt){if(o.mode==="hidden")return e=Bl(i,o),i.lanes=536870912,eo(null,e);if(ah(i),(e=Gt)?(e=Zm(e,mi),e=e!==null&&e.data==="&"?e:null,e!==null&&(i.memoizedState={dehydrated:e,treeContext:xn!==null?{id:Bi,overflow:Hi}:null,retryLane:536870912,hydrationErrors:null},r=xv(e),r.return=i,i.child=r,Ts=i,Gt=null)):e=null,e===null)throw En(i);return i.lanes=536870912,null}return Bl(i,o)}var w=e.memoizedState;if(w!==null){var N=w.dehydrated;if(ah(i),m)if(i.flags&256)i.flags&=-257,i=$g(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||Ur(e,i,r,!1),m=(r&e.childLanes)!==0,ys||m){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),Th;Vl(),i=$g(e,i,r)}else e=w.treeContext,Gt=yi(N.nextSibling),Ts=i,mt=!0,Cn=null,mi=!1,e!==null&&kv(i,e),i=Bl(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 Hl(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 Ah(e,i,r,o,m){return nr(i),r=lh(e,i,r,o,void 0,m),o=ch(),e!==null&&!ys?(uh(e,i,m),Zi(e,i,m)):(mt&&o&&Fu(i),i.flags|=1,Rs(e,i,r,m),i.child)}function Pg(e,i,r,o,m,w){return nr(i),i.updateQueue=null,r=qv(i,o,r,m),Fv(e),o=ch(),e!==null&&!ys?(uh(e,i,w),Zi(e,i,w)):(mt&&o&&Fu(i),i.flags|=1,Rs(e,i,r,w),i.child)}function Ug(e,i,r,o,m){if(nr(i),i.stateNode===null){var w=Ir,N=r.contextType;typeof N=="object"&&N!==null&&(w=As(N)),w=new r(o,w),i.memoizedState=w.state!==null&&w.state!==void 0?w.state:null,w.updater=Eh,i.stateNode=w,w._reactInternals=i,w=i.stateNode,w.props=o,w.state=i.memoizedState,w.refs={},eh(i),N=r.contextType,w.context=typeof N=="object"&&N!==null?As(N):Ir,w.state=i.memoizedState,N=r.getDerivedStateFromProps,typeof N=="function"&&(Ch(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&&Eh.enqueueReplaceState(w,w.state,null),Ka(i,o,w,m),Ya(),w.state=i.memoizedState),typeof w.componentDidMount=="function"&&(i.flags|=4194308),o=!0}else if(e===null){w=i.stateNode;var I=i.memoizedProps,Y=ur(r,I);w.props=Y;var re=w.context,pe=r.contextType;N=Ir,typeof pe=="object"&&pe!==null&&(N=As(pe));var _e=r.getDerivedStateFromProps;pe=typeof _e=="function"||typeof w.getSnapshotBeforeUpdate=="function",I=i.pendingProps!==I,pe||typeof w.UNSAFE_componentWillReceiveProps!="function"&&typeof w.componentWillReceiveProps!="function"||(I||re!==N)&&Ag(i,w,o,N),Tn=!1;var oe=i.memoizedState;w.state=oe,Ka(i,o,w,m),Ya(),re=i.memoizedState,I||oe!==re||Tn?(typeof _e=="function"&&(Ch(i,r,_e,o),re=i.memoizedState),(Y=Tn||Tg(i,r,Y,o,oe,re,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=re),w.props=o,w.state=re,w.context=N,o=Y):(typeof w.componentDidMount=="function"&&(i.flags|=4194308),o=!1)}else{w=i.stateNode,th(e,i),N=i.memoizedProps,pe=ur(r,N),w.props=pe,_e=i.pendingProps,oe=w.context,re=r.contextType,Y=Ir,typeof re=="object"&&re!==null&&(Y=As(re)),I=r.getDerivedStateFromProps,(re=typeof I=="function"||typeof w.getSnapshotBeforeUpdate=="function")||typeof w.UNSAFE_componentWillReceiveProps!="function"&&typeof w.componentWillReceiveProps!="function"||(N!==_e||oe!==Y)&&Ag(i,w,o,Y),Tn=!1,oe=i.memoizedState,w.state=oe,Ka(i,o,w,m),Ya();var he=i.memoizedState;N!==_e||oe!==he||Tn||e!==null&&e.dependencies!==null&&_l(e.dependencies)?(typeof I=="function"&&(Ch(i,r,I,o),he=i.memoizedState),(pe=Tn||Tg(i,r,pe,o,oe,he,Y)||e!==null&&e.dependencies!==null&&_l(e.dependencies))?(re||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,Hl(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,m),i.child=lr(i,null,r,m)):Rs(e,i,r,m),i.memoizedState=w.state,e=i.child):e=Zi(e,i,m),e}function Fg(e,i,r,o){return sr(),i.flags|=256,Rs(e,i,r,o),i.child}var Rh={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Mh(e){return{baseLanes:e,cachePool:jv()}}function Dh(e,i,r){return e=e!==null?e.childLanes&~r:0,i&&(e|=oi),e}function qg(e,i,r){var o=i.pendingProps,m=!1,w=(i.flags&128)!==0,N;if((N=w)||(N=e!==null&&e.memoizedState===null?!1:(ds.current&2)!==0),N&&(m=!0,i.flags&=-129),N=(i.flags&32)!==0,i.flags&=-33,e===null){if(mt){if(m?Mn(i):Dn(),(e=Gt)?(e=Zm(e,mi),e=e!==null&&e.data!=="&"?e:null,e!==null&&(i.memoizedState={dehydrated:e,treeContext:xn!==null?{id:Bi,overflow:Hi}:null,retryLane:536870912,hydrationErrors:null},r=xv(e),r.return=i,i.child=r,Ts=i,Gt=null)):e=null,e===null)throw En(i);return fd(e)?i.lanes=32:i.lanes=536870912,null}var I=o.children;return o=o.fallback,m?(Dn(),m=i.mode,I=Il({mode:"hidden",children:I},m),o=tr(o,m,r,null),I.return=i,o.return=i,I.sibling=o,i.child=I,o=i.child,o.memoizedState=Mh(r),o.childLanes=Dh(e,N,r),i.memoizedState=Rh,eo(null,o)):(Mn(i),jh(i,I))}var Y=e.memoizedState;if(Y!==null&&(I=Y.dehydrated,I!==null)){if(w)i.flags&256?(Mn(i),i.flags&=-257,i=Nh(e,i,r)):i.memoizedState!==null?(Dn(),i.child=e.child,i.flags|=128,i=null):(Dn(),I=o.fallback,m=i.mode,o=Il({mode:"visible",children:o.children},m),I=tr(I,m,r,null),I.flags|=2,o.return=i,I.return=i,o.sibling=I,i.child=o,lr(i,e.child,null,r),o=i.child,o.memoizedState=Mh(r),o.childLanes=Dh(e,N,r),i.memoizedState=Rh,i=eo(null,o));else if(Mn(i),fd(I)){if(N=I.nextSibling&&I.nextSibling.dataset,N)var re=N.dgst;N=re,o=Error(a(419)),o.stack="",o.digest=N,Ua({value:o,source:null,stack:null}),i=Nh(e,i,r)}else if(ys||Ur(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),Th;dd(I)||Vl(),i=Nh(e,i,r)}else dd(I)?(i.flags|=192,i.child=e.child,i=null):(e=Y.treeContext,Gt=yi(I.nextSibling),Ts=i,mt=!0,Cn=null,mi=!1,e!==null&&kv(i,e),i=jh(i,o.children),i.flags|=4096);return i}return m?(Dn(),I=o.fallback,m=i.mode,Y=e.child,re=Y.sibling,o=Gi(Y,{mode:"hidden",children:o.children}),o.subtreeFlags=Y.subtreeFlags&65011712,re!==null?I=Gi(re,I):(I=tr(I,m,r,null),I.flags|=2),I.return=i,o.return=i,o.sibling=I,i.child=o,eo(null,o),o=i.child,I=e.child.memoizedState,I===null?I=Mh(r):(m=I.cachePool,m!==null?(Y=ms._currentValue,m=m.parent!==Y?{parent:Y,pool:Y}:m):m=jv(),I={baseLanes:I.baseLanes|r,cachePool:m}),o.memoizedState=I,o.childLanes=Dh(e,N,r),i.memoizedState=Rh,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 jh(e,i){return i=Il({mode:"visible",children:i},e.mode),i.return=e,e.child=i}function Il(e,i){return e=ii(22,e,null,i),e.lanes=0,e}function Nh(e,i,r){return lr(i,e.child,null,r),e=jh(i,i.pendingProps.children),e.flags|=2,i.memoizedState=null,e}function Wg(e,i,r){e.lanes|=i;var o=e.alternate;o!==null&&(o.lanes|=i),Yu(e.return,i,r)}function Lh(e,i,r,o,m,w){var N=e.memoizedState;N===null?e.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:o,tail:r,tailMode:m,treeForkCount:w}:(N.isBackwards=i,N.rendering=null,N.renderingStartTime=0,N.last=o,N.tail=r,N.tailMode=m,N.treeForkCount=w)}function Gg(e,i,r){var o=i.pendingProps,m=o.revealOrder,w=o.tail;o=o.children;var N=ds.current,I=(N&2)!==0;if(I?(N=N&1|2,i.flags|=128):N&=1,V(ds,N),Rs(e,i,o,r),o=mt?Pa:0,!I&&e!==null&&(e.flags&128)!==0)e:for(e=i.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Wg(e,r,i);else if(e.tag===19)Wg(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(m){case"forwards":for(r=i.child,m=null;r!==null;)e=r.alternate,e!==null&&kl(e)===null&&(m=r),r=r.sibling;r=m,r===null?(m=i.child,i.child=null):(m=r.sibling,r.sibling=null),Lh(i,!1,m,r,w,o);break;case"backwards":case"unstable_legacy-backwards":for(r=null,m=i.child,i.child=null;m!==null;){if(e=m.alternate,e!==null&&kl(e)===null){i.child=m;break}e=m.sibling,m.sibling=r,r=m,m=e}Lh(i,!0,r,null,w,o);break;case"together":Lh(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(Ur(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 Oh(e,i){return(e.lanes&i)!==0?!0:(e=e.dependencies,!!(e!==null&&_l(e)))}function KS(e,i,r){switch(i.tag){case 3:z(i,i.stateNode.containerInfo),kn(i,ms,e.memoizedState.cache),sr();break;case 27:case 5:ae(i);break;case 4:z(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,ah(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?qg(e,i,r):(Mn(i),e=Zi(e,i,r),e!==null?e.sibling:null);Mn(i);break;case 19:var m=(e.flags&128)!==0;if(o=(r&i.childLanes)!==0,o||(Ur(e,i,r,!1),o=(r&i.childLanes)!==0),m){if(o)return Gg(e,i,r);i.flags|=128}if(m=i.memoizedState,m!==null&&(m.rendering=null,m.tail=null,m.lastEffect=null),V(ds,ds.current),o)break;return null;case 22:return i.lanes=0,Ig(e,i,r,i.pendingProps);case 24:kn(i,ms,e.memoizedState.cache)}return Zi(e,i,r)}function Vg(e,i,r){if(e!==null)if(e.memoizedProps!==i.pendingProps)ys=!0;else{if(!Oh(e,r)&&(i.flags&128)===0)return ys=!1,KS(e,i,r);ys=(e.flags&131072)!==0}else ys=!1,mt&&(i.flags&1048576)!==0&&Ev(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")$u(e)?(o=ur(e,o),i.tag=1,i=Ug(null,i,e,o,r)):(i.tag=0,i=Ah(null,i,e,o,r));else{if(e!=null){var m=e.$$typeof;if(m===k){i.tag=11,i=Og(null,i,e,o,r);break e}else if(m===j){i.tag=14,i=Bg(null,i,e,o,r);break e}}throw i=X(e)||e,Error(a(306,i,""))}}return i;case 0:return Ah(e,i,i.type,i.pendingProps,r);case 1:return o=i.type,m=ur(o,i.pendingProps),Ug(e,i,o,m,r);case 3:e:{if(z(i,i.stateNode.containerInfo),e===null)throw Error(a(387));o=i.pendingProps;var w=i.memoizedState;m=w.element,th(e,i),Ka(i,o,null,r);var N=i.memoizedState;if(o=N.cache,kn(i,ms,o),o!==w.cache&&Ku(i,[ms],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=Fg(e,i,o,r);break e}else if(o!==m){m=pi(Error(a(424)),i),Ua(m),i=Fg(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(Gt=yi(e.firstChild),Ts=i,mt=!0,Cn=null,mi=!0,r=Iv(i,null,o,r),i.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling}else{if(sr(),o===m){i=Zi(e,i,r);break e}Rs(e,i,o,r)}i=i.child}return i;case 26:return Hl(e,i),e===null?(r=n_(i.type,null,i.pendingProps,null))?i.memoizedState=r:mt||(r=i.type,e=i.pendingProps,o=ec(fe.current).createElement(r),o[Xe]=i,o[lt]=e,Ms(o,r,e),Tt(o),i.stateNode=o):i.memoizedState=n_(i.type,e.memoizedProps,i.pendingProps,e.memoizedState),null;case 27:return ae(i),e===null&&mt&&(o=i.stateNode=t_(i.type,i.pendingProps,fe.current),Ts=i,mi=!0,m=Gt,zn(i.type)?(pd=m,Gt=yi(o.firstChild)):Gt=m),Rs(e,i,i.pendingProps.children,r),Hl(e,i),e===null&&(i.flags|=4194304),i.child;case 5:return e===null&&mt&&((m=o=Gt)&&(o=Ew(o,i.type,i.pendingProps,mi),o!==null?(i.stateNode=o,Ts=i,Gt=yi(o.firstChild),mi=!1,m=!0):m=!1),m||En(i)),ae(i),m=i.type,w=i.pendingProps,N=e!==null?e.memoizedProps:null,o=w.children,cd(m,w)?o=null:N!==null&&cd(m,N)&&(i.flags|=32),i.memoizedState!==null&&(m=lh(e,i,$S,null,null,r),go._currentValue=m),Hl(e,i),Rs(e,i,o,r),i.child;case 6:return e===null&&mt&&((e=r=Gt)&&(r=kw(r,i.pendingProps,mi),r!==null?(i.stateNode=r,Ts=i,Gt=null,e=!0):e=!1),e||En(i)),null;case 13:return qg(e,i,r);case 4:return z(i,i.stateNode.containerInfo),o=i.pendingProps,e===null?i.child=lr(i,null,o,r):Rs(e,i,o,r),i.child;case 11:return Og(e,i,i.type,i.pendingProps,r);case 7:return Rs(e,i,i.pendingProps,r),i.child;case 8:return Rs(e,i,i.pendingProps.children,r),i.child;case 12:return Rs(e,i,i.pendingProps.children,r),i.child;case 10:return o=i.pendingProps,kn(i,i.type,o.value),Rs(e,i,o.children,r),i.child;case 9:return m=i.type._context,o=i.pendingProps.children,nr(i),m=As(m),o=o(m),i.flags|=1,Rs(e,i,o,r),i.child;case 14:return Bg(e,i,i.type,i.pendingProps,r);case 15:return Hg(e,i,i.type,i.pendingProps,r);case 19:return Gg(e,i,r);case 31:return YS(e,i,r);case 22:return Ig(e,i,r,i.pendingProps);case 24:return nr(i),o=As(ms),e===null?(m=Zu(),m===null&&(m=Pt,w=Xu(),m.pooledCache=w,w.refCount++,w!==null&&(m.pooledCacheLanes|=r),m=w),i.memoizedState={parent:o,cache:m},eh(i),kn(i,ms,m)):((e.lanes&r)!==0&&(th(e,i),Ka(i,null,null,r),Ya()),m=e.memoizedState,w=i.memoizedState,m.parent!==o?(m={parent:o,cache:o},i.memoizedState=m,i.lanes===0&&(i.memoizedState=i.updateQueue.baseState=m),kn(i,ms,o)):(o=w.cache,kn(i,ms,o),o!==m.cache&&Ku(i,[ms],r,!0))),Rs(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 Bh(e,i,r,o,m){if((i=(e.mode&32)!==0)&&(i=!1),i){if(e.flags|=16777216,(m&335544128)===m)if(e.stateNode.complete)e.flags|=8192;else if(bm())e.flags|=8192;else throw or=wl,Qu}else e.flags&=-16777217}function Yg(e,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)e.flags&=-16777217;else if(e.flags|=16777216,!c_(i))if(bm())e.flags|=8192;else throw or=wl,Qu}function zl(e,i){i!==null&&(e.flags|=4),e.flags&16384&&(i=e.tag!==22?ki():536870912,e.lanes|=i,ea|=i)}function to(e,i){if(!mt)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 Vt(e){var i=e.alternate!==null&&e.alternate.child===e.child,r=0,o=0;if(i)for(var m=e.child;m!==null;)r|=m.lanes|m.childLanes,o|=m.subtreeFlags&65011712,o|=m.flags&65011712,m.return=e,m=m.sibling;else for(m=e.child;m!==null;)r|=m.lanes|m.childLanes,o|=m.subtreeFlags,o|=m.flags,m.return=e,m=m.sibling;return e.subtreeFlags|=o,e.childLanes=r,i}function XS(e,i,r){var o=i.pendingProps;switch(qu(i),i.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Vt(i),null;case 1:return Vt(i),null;case 3:return r=i.stateNode,o=null,e!==null&&(o=e.memoizedState.cache),i.memoizedState.cache!==o&&(i.flags|=2048),Ki(ms),ce(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(Pr(i)?Qi(i):e===null||e.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,Gu())),Vt(i),null;case 26:var m=i.type,w=i.memoizedState;return e===null?(Qi(i),w!==null?(Vt(i),Yg(i,w)):(Vt(i),Bh(i,m,null,o,r))):w?w!==e.memoizedState?(Qi(i),Vt(i),Yg(i,w)):(Vt(i),i.flags&=-16777217):(e=e.memoizedProps,e!==o&&Qi(i),Vt(i),Bh(i,m,e,o,r)),null;case 27:if(ye(i),r=fe.current,m=i.type,e!==null&&i.stateNode!=null)e.memoizedProps!==o&&Qi(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Vt(i),null}e=te.current,Pr(i)?Tv(i):(e=t_(m,o,r),i.stateNode=e,Qi(i))}return Vt(i),null;case 5:if(ye(i),m=i.type,e!==null&&i.stateNode!=null)e.memoizedProps!==o&&Qi(i);else{if(!o){if(i.stateNode===null)throw Error(a(166));return Vt(i),null}if(w=te.current,Pr(i))Tv(i);else{var N=ec(fe.current);switch(w){case 1:w=N.createElementNS("http://www.w3.org/2000/svg",m);break;case 2:w=N.createElementNS("http://www.w3.org/1998/Math/MathML",m);break;default:switch(m){case"svg":w=N.createElementNS("http://www.w3.org/2000/svg",m);break;case"math":w=N.createElementNS("http://www.w3.org/1998/Math/MathML",m);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(m,{is:o.is}):N.createElement(m)}}w[Xe]=i,w[lt]=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(Ms(w,m,o),m){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 Vt(i),Bh(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,Pr(i)){if(e=i.stateNode,r=i.memoizedProps,o=null,m=Ts,m!==null)switch(m.tag){case 27:case 5:o=m.memoizedProps}e[Xe]=i,e=!!(e.nodeValue===r||o!==null&&o.suppressHydrationWarning===!0||qm(e.nodeValue,r)),e||En(i,!0)}else e=ec(e).createTextNode(o),e[Xe]=i,i.stateNode=e}return Vt(i),null;case 31:if(r=i.memoizedState,e===null||e.memoizedState!==null){if(o=Pr(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[Xe]=i}else sr(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Vt(i),e=!1}else r=Gu(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=r),e=!0;if(!e)return i.flags&256?(ri(i),i):(ri(i),null);if((i.flags&128)!==0)throw Error(a(558))}return Vt(i),null;case 13:if(o=i.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(m=Pr(i),o!==null&&o.dehydrated!==null){if(e===null){if(!m)throw Error(a(318));if(m=i.memoizedState,m=m!==null?m.dehydrated:null,!m)throw Error(a(317));m[Xe]=i}else sr(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Vt(i),m=!1}else m=Gu(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=m),m=!0;if(!m)return i.flags&256?(ri(i),i):(ri(i),null)}return ri(i),(i.flags&128)!==0?(i.lanes=r,i):(r=o!==null,e=e!==null&&e.memoizedState!==null,r&&(o=i.child,m=null,o.alternate!==null&&o.alternate.memoizedState!==null&&o.alternate.memoizedState.cachePool!==null&&(m=o.alternate.memoizedState.cachePool.pool),w=null,o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(w=o.memoizedState.cachePool.pool),w!==m&&(o.flags|=2048)),r!==e&&r&&(i.child.flags|=8192),zl(i,i.updateQueue),Vt(i),null);case 4:return ce(),e===null&&nd(i.stateNode.containerInfo),Vt(i),null;case 10:return Ki(i.type),Vt(i),null;case 19:if(B(ds),o=i.memoizedState,o===null)return Vt(i),null;if(m=(i.flags&128)!==0,w=o.rendering,w===null)if(m)to(o,!1);else{if(ls!==0||e!==null&&(e.flags&128)!==0)for(e=i.child;e!==null;){if(w=kl(e),w!==null){for(i.flags|=128,to(o,!1),e=w.updateQueue,i.updateQueue=e,zl(i,e),i.subtreeFlags=0,e=r,r=i.child;r!==null;)wv(r,e),r=r.sibling;return V(ds,ds.current&1|2),mt&&Vi(i,o.treeForkCount),i.child}e=e.sibling}o.tail!==null&&tt()>ql&&(i.flags|=128,m=!0,to(o,!1),i.lanes=4194304)}else{if(!m)if(e=kl(w),e!==null){if(i.flags|=128,m=!0,e=e.updateQueue,i.updateQueue=e,zl(i,e),to(o,!0),o.tail===null&&o.tailMode==="hidden"&&!w.alternate&&!mt)return Vt(i),null}else 2*tt()-o.renderingStartTime>ql&&r!==536870912&&(i.flags|=128,m=!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=tt(),e.sibling=null,r=ds.current,V(ds,m?r&1|2:r&1),mt&&Vi(i,o.treeForkCount),e):(Vt(i),null);case 22:case 23:return ri(i),rh(),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&&(Vt(i),i.subtreeFlags&6&&(i.flags|=8192)):Vt(i),r=i.updateQueue,r!==null&&zl(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(ms),Vt(i),null;case 25:return null;case 30:return null}throw Error(a(156,i.tag))}function JS(e,i){switch(qu(i),i.tag){case 1:return e=i.flags,e&65536?(i.flags=e&-65537|128,i):null;case 3:return Ki(ms),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(ri(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(ri(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 ri(i),rh(),e!==null&&B(rr),e=i.flags,e&65536?(i.flags=e&-65537|128,i):null;case 24:return Ki(ms),null;case 25:return null;default:return null}}function Kg(e,i){switch(qu(i),i.tag){case 3:Ki(ms),ce();break;case 26:case 27:case 5:ye(i);break;case 4:ce();break;case 31:i.memoizedState!==null&&ri(i);break;case 13:ri(i);break;case 19:B(ds);break;case 10:Ki(i.type);break;case 22:case 23:ri(i),rh(),e!==null&&B(rr);break;case 24:Ki(ms)}}function so(e,i){try{var r=i.updateQueue,o=r!==null?r.lastEffect:null;if(o!==null){var m=o.next;r=m;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!==m)}}catch(I){Dt(i,i.return,I)}}function jn(e,i,r){try{var o=i.updateQueue,m=o!==null?o.lastEffect:null;if(m!==null){var w=m.next;o=w;do{if((o.tag&e)===e){var N=o.inst,I=N.destroy;if(I!==void 0){N.destroy=void 0,m=i;var Y=r,re=I;try{re()}catch(pe){Dt(m,Y,pe)}}}o=o.next}while(o!==w)}}catch(pe){Dt(i,i.return,pe)}}function Xg(e){var i=e.updateQueue;if(i!==null){var r=e.stateNode;try{$v(i,r)}catch(o){Dt(e,e.return,o)}}}function Jg(e,i,r){r.props=ur(e.type,e.memoizedProps),r.state=e.memoizedState;try{r.componentWillUnmount()}catch(o){Dt(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(m){Dt(e,i,m)}}function Ii(e,i){var r=e.ref,o=e.refCleanup;if(r!==null)if(typeof o=="function")try{o()}catch(m){Dt(e,i,m)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof r=="function")try{r(null)}catch(m){Dt(e,i,m)}else r.current=null}function Zg(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(m){Dt(e,e.return,m)}}function Hh(e,i,r){try{var o=e.stateNode;yw(o,e.type,r,i),o[lt]=i}catch(m){Dt(e,e.return,m)}}function Qg(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&zn(e.type)||e.tag===4}function Ih(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Qg(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 zh(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(zh(e,i,r),e=e.sibling;e!==null;)zh(e,i,r),e=e.sibling}function $l(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($l(e,i,r),e=e.sibling;e!==null;)$l(e,i,r),e=e.sibling}function em(e){var i=e.stateNode,r=e.memoizedProps;try{for(var o=e.type,m=i.attributes;m.length;)i.removeAttributeNode(m[0]);Ms(i,o,r),i[Xe]=e,i[lt]=r}catch(w){Dt(e,e.return,w)}}var en=!1,bs=!1,$h=!1,tm=typeof WeakSet=="function"?WeakSet:Set,Cs=null;function ZS(e,i){if(e=e.containerInfo,od=oc,e=fv(e),Nu(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 m=o.anchorOffset,w=o.focusNode;o=o.focusOffset;try{r.nodeType,w.nodeType}catch{r=null;break e}var N=0,I=-1,Y=-1,re=0,pe=0,_e=e,oe=null;t:for(;;){for(var he;_e!==r||m!==0&&_e.nodeType!==3||(I=N+m),_e!==w||o!==0&&_e.nodeType!==3||(Y=N+o),_e.nodeType===3&&(N+=_e.nodeValue.length),(he=_e.firstChild)!==null;)oe=_e,_e=he;for(;;){if(_e===e)break t;if(oe===r&&++re===m&&(I=N),oe===w&&++pe===o&&(Y=N),(he=_e.nextSibling)!==null)break;_e=oe,oe=_e.parentNode}_e=he}r=I===-1||Y===-1?null:{start:I,end:Y}}else r=null}r=r||{start:0,end:0}}else r=null;for(ld={focusedElem:e,selectionRange:r},oc=!1,Cs=i;Cs!==null;)if(i=Cs,e=i.child,(i.subtreeFlags&1028)!==0&&e!==null)e.return=i,Cs=e;else for(;Cs!==null;){switch(i=Cs,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++)m=e[r],m.ref.impl=m.nextImpl;break;case 11:case 15:break;case 1:if((e&1024)!==0&&w!==null){e=void 0,r=i,m=w.memoizedProps,w=w.memoizedState,o=r.stateNode;try{var Ne=ur(r.type,m);e=o.getSnapshotBeforeUpdate(Ne,w),o.__reactInternalSnapshotBeforeUpdate=e}catch(Ve){Dt(r,r.return,Ve)}}break;case 3:if((e&1024)!==0){if(e=i.stateNode.containerInfo,r=e.nodeType,r===9)hd(e);else if(r===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":hd(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,Cs=e;break}Cs=i.return}}function sm(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){Dt(r,r.return,N)}else{var m=ur(r.type,i.memoizedProps);i=i.memoizedState;try{e.componentDidUpdate(m,i,e.__reactInternalSnapshotBeforeUpdate)}catch(N){Dt(r,r.return,N)}}o&64&&Xg(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{$v(e,i)}catch(N){Dt(r,r.return,N)}}break;case 27:i===null&&o&4&&em(r);case 26:case 5:sn(e,r),i===null&&o&4&&Zg(r),o&512&&io(r,r.return);break;case 12:sn(e,r);break;case 31:sn(e,r),o&4&&rm(e,r);break;case 13:sn(e,r),o&4&&am(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,m=en;var w=bs;en=o,(bs=i)&&!w?nn(e,r,(r.subtreeFlags&8772)!==0):sn(e,r),en=m,bs=w}break;case 30:break;default:sn(e,r)}}function im(e){var i=e.alternate;i!==null&&(e.alternate=null,im(i)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(i=e.stateNode,i!==null&&ze(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 es=null,Ys=!1;function tn(e,i,r){for(r=r.child;r!==null;)nm(e,i,r),r=r.sibling}function nm(e,i,r){if(Wt&&typeof Wt.onCommitFiberUnmount=="function")try{Wt.onCommitFiberUnmount(rs,r)}catch{}switch(r.tag){case 26:bs||Ii(r,i),tn(e,i,r),r.memoizedState?r.memoizedState.count--:r.stateNode&&(r=r.stateNode,r.parentNode.removeChild(r));break;case 27:bs||Ii(r,i);var o=es,m=Ys;zn(r.type)&&(es=r.stateNode,Ys=!1),tn(e,i,r),fo(r.stateNode),es=o,Ys=m;break;case 5:bs||Ii(r,i);case 6:if(o=es,m=Ys,es=null,tn(e,i,r),es=o,Ys=m,es!==null)if(Ys)try{(es.nodeType===9?es.body:es.nodeName==="HTML"?es.ownerDocument.body:es).removeChild(r.stateNode)}catch(w){Dt(r,i,w)}else try{es.removeChild(r.stateNode)}catch(w){Dt(r,i,w)}break;case 18:es!==null&&(Ys?(e=es,Xm(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,r.stateNode),la(e)):Xm(es,r.stateNode));break;case 4:o=es,m=Ys,es=r.stateNode.containerInfo,Ys=!0,tn(e,i,r),es=o,Ys=m;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||(Ii(r,i),o=r.stateNode,typeof o.componentWillUnmount=="function"&&Jg(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 rm(e,i){if(i.memoizedState===null&&(e=i.alternate,e!==null&&(e=e.memoizedState,e!==null))){e=e.dehydrated;try{la(e)}catch(r){Dt(i,i.return,r)}}}function am(e,i){if(i.memoizedState===null&&(e=i.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{la(e)}catch(r){Dt(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 tm),i;case 22:return e=e.stateNode,i=e._retryCache,i===null&&(i=e._retryCache=new tm),i;default:throw Error(a(435,e.tag))}}function Pl(e,i){var r=QS(e);i.forEach(function(o){if(!r.has(o)){r.add(o);var m=lw.bind(null,e,o);o.then(m,m)}})}function Ks(e,i){var r=i.deletions;if(r!==null)for(var o=0;o<r.length;o++){var m=r[o],w=e,N=i,I=N;e:for(;I!==null;){switch(I.tag){case 27:if(zn(I.type)){es=I.stateNode,Ys=!1;break e}break;case 5:es=I.stateNode,Ys=!1;break e;case 3:case 4:es=I.stateNode.containerInfo,Ys=!0;break e}I=I.return}if(es===null)throw Error(a(160));nm(w,N,m),es=null,Ys=!1,w=m.alternate,w!==null&&(w.return=null),m.return=null}if(i.subtreeFlags&13886)for(i=i.child;i!==null;)om(i,e),i=i.sibling}var Ri=null;function om(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||Ii(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 m=Ri;if(Ks(i,e),Xs(e),o&512&&(bs||r===null||Ii(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,m=m.ownerDocument||m;t:switch(o){case"title":w=m.getElementsByTagName("title")[0],(!w||w[De]||w[Xe]||w.namespaceURI==="http://www.w3.org/2000/svg"||w.hasAttribute("itemprop"))&&(w=m.createElement(o),m.head.insertBefore(w,m.querySelector("head > title"))),Ms(w,o,r),w[Xe]=e,Tt(w),o=w;break e;case"link":var N=o_("link","href",m).get(o+(r.href||""));if(N){for(var I=0;I<N.length;I++)if(w=N[I],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(I,1);break t}}w=m.createElement(o),Ms(w,o,r),m.head.appendChild(w);break;case"meta":if(N=o_("meta","content",m).get(o+(r.content||""))){for(I=0;I<N.length;I++)if(w=N[I],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(I,1);break t}}w=m.createElement(o),Ms(w,o,r),m.head.appendChild(w);break;default:throw Error(a(468,o))}w[Xe]=e,Tt(w),o=w}e.stateNode=o}else l_(m,e.type,e.stateNode);else e.stateNode=a_(m,o,e.memoizedProps);else w!==o?(w===null?r.stateNode!==null&&(r=r.stateNode,r.parentNode.removeChild(r)):w.count--,o===null?l_(m,e.type,e.stateNode):a_(m,o,e.memoizedProps)):o===null&&e.stateNode!==null&&Hh(e,e.memoizedProps,r.memoizedProps)}break;case 27:Ks(i,e),Xs(e),o&512&&(bs||r===null||Ii(r,r.return)),r!==null&&o&4&&Hh(e,e.memoizedProps,r.memoizedProps);break;case 5:if(Ks(i,e),Xs(e),o&512&&(bs||r===null||Ii(r,r.return)),e.flags&32){m=e.stateNode;try{Dr(m,"")}catch(Ne){Dt(e,e.return,Ne)}}o&4&&e.stateNode!=null&&(m=e.memoizedProps,Hh(e,m,r!==null?r.memoizedProps:m)),o&1024&&($h=!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(Ne){Dt(e,e.return,Ne)}}break;case 3:if(ic=null,m=Ri,Ri=tc(i.containerInfo),Ks(i,e),Ri=m,Xs(e),o&4&&r!==null&&r.memoizedState.isDehydrated)try{la(i.containerInfo)}catch(Ne){Dt(e,e.return,Ne)}$h&&($h=!1,lm(e));break;case 4:o=Ri,Ri=tc(e.stateNode.containerInfo),Ks(i,e),Xs(e),Ri=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,Pl(e,o)));break;case 13:Ks(i,e),Xs(e),e.child.flags&8192&&e.memoizedState!==null!=(r!==null&&r.memoizedState!==null)&&(Fl=tt()),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,Pl(e,o)));break;case 22:m=e.memoizedState!==null;var Y=r!==null&&r.memoizedState!==null,re=en,pe=bs;if(en=re||m,bs=pe||Y,Ks(i,e),bs=pe,en=re,Xs(e),o&8192)e:for(i=e.stateNode,i._visibility=m?i._visibility&-2:i._visibility|1,m&&(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,m)N=w.style,typeof N.setProperty=="function"?N.setProperty("display","none","important"):N.display="none";else{I=Y.stateNode;var _e=Y.memoizedProps.style,oe=_e!=null&&_e.hasOwnProperty("display")?_e.display:null;I.style.display=oe==null||typeof oe=="boolean"?"":(""+oe).trim()}}catch(Ne){Dt(Y,Y.return,Ne)}}}else if(i.tag===6){if(r===null){Y=i;try{Y.stateNode.nodeValue=m?"":Y.memoizedProps}catch(Ne){Dt(Y,Y.return,Ne)}}}else if(i.tag===18){if(r===null){Y=i;try{var he=Y.stateNode;m?Jm(he,!0):Jm(Y.stateNode,!1)}catch(Ne){Dt(Y,Y.return,Ne)}}}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,Pl(e,r))));break;case 19:Ks(i,e),Xs(e),o&4&&(o=e.updateQueue,o!==null&&(e.updateQueue=null,Pl(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(Qg(o)){r=o;break}o=o.return}if(r==null)throw Error(a(160));switch(r.tag){case 27:var m=r.stateNode,w=Ih(e);$l(e,w,m);break;case 5:var N=r.stateNode;r.flags&32&&(Dr(N,""),r.flags&=-33);var I=Ih(e);$l(e,I,N);break;case 3:case 4:var Y=r.stateNode.containerInfo,re=Ih(e);zh(e,re,Y);break;default:throw Error(a(161))}}catch(pe){Dt(e,e.return,pe)}e.flags&=-3}i&4096&&(e.flags&=-4097)}function lm(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var i=e;lm(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;)sm(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:Ii(i,i.return);var r=i.stateNode;typeof r.componentWillUnmount=="function"&&Jg(i,i.return,r),hr(i);break;case 27:fo(i.stateNode);case 26:case 5:Ii(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,m=e,w=i,N=w.flags;switch(w.tag){case 0:case 11:case 15:nn(m,w,r),so(4,w);break;case 1:if(nn(m,w,r),o=w,m=o.stateNode,typeof m.componentDidMount=="function")try{m.componentDidMount()}catch(re){Dt(o,o.return,re)}if(o=w,m=o.updateQueue,m!==null){var I=o.stateNode;try{var Y=m.shared.hiddenCallbacks;if(Y!==null)for(m.shared.hiddenCallbacks=null,m=0;m<Y.length;m++)zv(Y[m],I)}catch(re){Dt(o,o.return,re)}}r&&N&64&&Xg(w),io(w,w.return);break;case 27:em(w);case 26:case 5:nn(m,w,r),r&&o===null&&N&4&&Zg(w),io(w,w.return);break;case 12:nn(m,w,r);break;case 31:nn(m,w,r),r&&N&4&&rm(m,w);break;case 13:nn(m,w,r),r&&N&4&&am(m,w);break;case 22:w.memoizedState===null&&nn(m,w,r),io(w,w.return);break;case 30:break;default:nn(m,w,r)}i=i.sibling}}function Ph(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 Uh(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 Mi(e,i,r,o){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)cm(e,i,r,o),i=i.sibling}function cm(e,i,r,o){var m=i.flags;switch(i.tag){case 0:case 11:case 15:Mi(e,i,r,o),m&2048&&so(9,i);break;case 1:Mi(e,i,r,o);break;case 3:Mi(e,i,r,o),m&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(m&2048){Mi(e,i,r,o),e=i.stateNode;try{var w=i.memoizedProps,N=w.id,I=w.onPostCommit;typeof I=="function"&&I(N,i.alternate===null?"mount":"update",e.passiveEffectDuration,-0)}catch(Y){Dt(i,i.return,Y)}}else Mi(e,i,r,o);break;case 31:Mi(e,i,r,o);break;case 13:Mi(e,i,r,o);break;case 23:break;case 22:w=i.stateNode,N=i.alternate,i.memoizedState!==null?w._visibility&2?Mi(e,i,r,o):no(e,i):w._visibility&2?Mi(e,i,r,o):(w._visibility|=2,Jr(e,i,r,o,(i.subtreeFlags&10256)!==0||!1)),m&2048&&Ph(N,i);break;case 24:Mi(e,i,r,o),m&2048&&Uh(i.alternate,i);break;default:Mi(e,i,r,o)}}function Jr(e,i,r,o,m){for(m=m&&((i.subtreeFlags&10256)!==0||!1),i=i.child;i!==null;){var w=e,N=i,I=r,Y=o,re=N.flags;switch(N.tag){case 0:case 11:case 15:Jr(w,N,I,Y,m),so(8,N);break;case 23:break;case 22:var pe=N.stateNode;N.memoizedState!==null?pe._visibility&2?Jr(w,N,I,Y,m):no(w,N):(pe._visibility|=2,Jr(w,N,I,Y,m)),m&&re&2048&&Ph(N.alternate,N);break;case 24:Jr(w,N,I,Y,m),m&&re&2048&&Uh(N.alternate,N);break;default:Jr(w,N,I,Y,m)}i=i.sibling}}function no(e,i){if(i.subtreeFlags&10256)for(i=i.child;i!==null;){var r=e,o=i,m=o.flags;switch(o.tag){case 22:no(r,o),m&2048&&Ph(o.alternate,o);break;case 24:no(r,o),m&2048&&Uh(o.alternate,o);break;default:no(r,o)}i=i.sibling}}var ro=8192;function Zr(e,i,r){if(e.subtreeFlags&ro)for(e=e.child;e!==null;)um(e,i,r),e=e.sibling}function um(e,i,r){switch(e.tag){case 26:Zr(e,i,r),e.flags&ro&&e.memoizedState!==null&&zw(r,Ri,e.memoizedState,e.memoizedProps);break;case 5:Zr(e,i,r);break;case 3:case 4:var o=Ri;Ri=tc(e.stateNode.containerInfo),Zr(e,i,r),Ri=o;break;case 22:e.memoizedState===null&&(o=e.alternate,o!==null&&o.memoizedState!==null?(o=ro,ro=16777216,Zr(e,i,r),ro=o):Zr(e,i,r));break;default:Zr(e,i,r)}}function hm(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];Cs=o,fm(o,e)}hm(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)dm(e),e=e.sibling}function dm(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,Ul(e)):ao(e);break;default:ao(e)}}function Ul(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];Cs=o,fm(o,e)}hm(e)}for(e=e.child;e!==null;){switch(i=e,i.tag){case 0:case 11:case 15:jn(8,i,i.return),Ul(i);break;case 22:r=i.stateNode,r._visibility&2&&(r._visibility&=-3,Ul(i));break;default:Ul(i)}e=e.sibling}}function fm(e,i){for(;Cs!==null;){var r=Cs;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,Cs=o;else e:for(r=e;Cs!==null;){o=Cs;var m=o.sibling,w=o.return;if(im(o),o===r){Cs=null;break e}if(m!==null){m.return=w,Cs=m;break e}Cs=w}}}var ew={getCacheForType:function(e){var i=As(ms),r=i.data.get(e);return r===void 0&&(r=e(),i.data.set(e,r)),r},cacheSignal:function(){return As(ms).controller.signal}},tw=typeof WeakMap=="function"?WeakMap:Map,Et=0,Pt=null,ut=null,ft=0,Mt=0,ai=null,Nn=!1,Qr=!1,Fh=!1,rn=0,ls=0,Ln=0,dr=0,qh=0,oi=0,ea=0,oo=null,Js=null,Wh=!1,Fl=0,pm=0,ql=1/0,Wl=null,On=null,ws=0,Bn=null,ta=null,an=0,Gh=0,Vh=null,vm=null,lo=0,Yh=null;function li(){return(Et&2)!==0&&ft!==0?ft&-ft:F.T!==null?ed():_t()}function gm(){if(oi===0)if((ft&536870912)===0||mt){var e=Nt;Nt<<=1,(Nt&3932160)===0&&(Nt=262144),oi=e}else oi=536870912;return e=ni.current,e!==null&&(e.flags|=32),oi}function Zs(e,i,r){(e===Pt&&(Mt===2||Mt===9)||e.cancelPendingCommit!==null)&&(sa(e,0),Hn(e,ft,oi,!1)),Ws(e,r),((Et&2)===0||e!==Pt)&&(e===Pt&&((Et&2)===0&&(dr|=r),ls===4&&Hn(e,ft,oi,!1)),zi(e))}function mm(e,i,r){if((Et&6)!==0)throw Error(a(327));var o=!r&&(i&127)===0&&(i&e.expiredLanes)===0||Qt(e,i),m=o?nw(e,i):Xh(e,i,!0),w=o;do{if(m===0){Qr&&!o&&Hn(e,i,0,!1);break}else{if(r=e.current.alternate,w&&!sw(r)){m=Xh(e,i,!1),w=!1;continue}if(m===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 I=e;m=oo;var Y=I.current.memoizedState.isDehydrated;if(Y&&(sa(I,N).flags|=256),N=Xh(I,N,!1),N!==2){if(Fh&&!Y){I.errorRecoveryDisabledLanes|=w,dr|=w,m=4;break e}w=Js,Js=m,w!==null&&(Js===null?Js=w:Js.push.apply(Js,w))}m=N}if(w=!1,m!==2)continue}}if(m===1){sa(e,0),Hn(e,i,0,!0);break}e:{switch(o=e,w=m,w){case 0:case 1:throw Error(a(345));case 4:if((i&4194048)!==i)break;case 6:Hn(o,i,oi,!Nn);break e;case 2:Js=null;break;case 3:case 5:break;default:throw Error(a(329))}if((i&62914560)===i&&(m=Fl+300-tt(),10<m)){if(Hn(o,i,oi,!Nn),Os(o,0,!0)!==0)break e;an=i,o.timeoutHandle=Ym(_m.bind(null,o,r,Js,Wl,Wh,i,oi,dr,ea,Nn,w,"Throttled",-0,0),m);break e}_m(o,r,Js,Wl,Wh,i,oi,dr,ea,Nn,w,null,-0,0)}}break}while(!0);zi(e)}function _m(e,i,r,o,m,w,N,I,Y,re,pe,_e,oe,he){if(e.timeoutHandle=-1,_e=i.subtreeFlags,_e&8192||(_e&16785408)===16785408){_e={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:qi},um(i,w,_e);var Ne=(w&62914560)===w?Fl-tt():(w&4194048)===w?pm-tt():0;if(Ne=$w(_e,Ne),Ne!==null){an=w,e.cancelPendingCommit=Ne(km.bind(null,e,i,w,r,o,m,N,I,Y,pe,_e,null,oe,he)),Hn(e,w,N,!re);return}}km(e,i,w,r,o,m,N,I,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 m=r[o],w=m.getSnapshot;m=m.value;try{if(!si(w(),m))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&=~qh,i&=~dr,e.suspendedLanes|=i,e.pingedLanes&=~i,o&&(e.warmLanes|=i),o=e.expirationTimes;for(var m=i;0<m;){var w=31-Rt(m),N=1<<w;o[w]=-1,m&=~N}r!==0&&ie(e,r,i)}function Gl(){return(Et&6)===0?(co(0),!1):!0}function Kh(){if(ut!==null){if(Mt===0)var e=ut.return;else e=ut,Yi=ir=null,hh(e),Gr=null,Wa=0,e=ut;for(;e!==null;)Kg(e.alternate,e),e=e.return;ut=null}}function sa(e,i){var r=e.timeoutHandle;r!==-1&&(e.timeoutHandle=-1,ww(r)),r=e.cancelPendingCommit,r!==null&&(e.cancelPendingCommit=null,r()),an=0,Kh(),Pt=e,ut=r=Gi(e.current,null),ft=i,Mt=0,ai=null,Nn=!1,Qr=Qt(e,i),Fh=!1,ea=oi=qh=dr=Ln=ls=0,Js=oo=null,Wh=!1,(i&8)!==0&&(i|=i&32);var o=e.entangledLanes;if(o!==0)for(e=e.entanglements,o&=i;0<o;){var m=31-Rt(o),w=1<<m;i|=e[m],o&=~w}return rn=i,fl(),r}function ym(e,i){st=null,F.H=Qa,i===Wr||i===Sl?(i=Ov(),Mt=3):i===Qu?(i=Ov(),Mt=4):Mt=i===Th?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,ai=i,ut===null&&(ls=1,Ol(e,pi(i,e.current)))}function bm(){var e=ni.current;return e===null?!0:(ft&4194048)===ft?_i===null:(ft&62914560)===ft||(ft&536870912)!==0?e===_i:!1}function Sm(){var e=F.H;return F.H=Qa,e===null?Qa:e}function wm(){var e=F.A;return F.A=ew,e}function Vl(){ls=4,Nn||(ft&4194048)!==ft&&ni.current!==null||(Qr=!0),(Ln&134217727)===0&&(dr&134217727)===0||Pt===null||Hn(Pt,ft,oi,!1)}function Xh(e,i,r){var o=Et;Et|=2;var m=Sm(),w=wm();(Pt!==e||ft!==i)&&(Wl=null,sa(e,i)),i=!1;var N=ls;e:do try{if(Mt!==0&&ut!==null){var I=ut,Y=ai;switch(Mt){case 8:Kh(),N=6;break e;case 3:case 2:case 9:case 6:ni.current===null&&(i=!0);var re=Mt;if(Mt=0,ai=null,ia(e,I,Y,re),r&&Qr){N=0;break e}break;default:re=Mt,Mt=0,ai=null,ia(e,I,Y,re)}}iw(),N=ls;break}catch(pe){ym(e,pe)}while(!0);return i&&e.shellSuspendCounter++,Yi=ir=null,Et=o,F.H=m,F.A=w,ut===null&&(Pt=null,ft=0,fl()),N}function iw(){for(;ut!==null;)xm(ut)}function nw(e,i){var r=Et;Et|=2;var o=Sm(),m=wm();Pt!==e||ft!==i?(Wl=null,ql=tt()+500,sa(e,i)):Qr=Qt(e,i);e:do try{if(Mt!==0&&ut!==null){i=ut;var w=ai;t:switch(Mt){case 1:Mt=0,ai=null,ia(e,i,w,1);break;case 2:case 9:if(Nv(w)){Mt=0,ai=null,Cm(i);break}i=function(){Mt!==2&&Mt!==9||Pt!==e||(Mt=7),zi(e)},w.then(i,i);break e;case 3:Mt=7;break e;case 4:Mt=5;break e;case 7:Nv(w)?(Mt=0,ai=null,Cm(i)):(Mt=0,ai=null,ia(e,i,w,7));break;case 5:var N=null;switch(ut.tag){case 26:N=ut.memoizedState;case 5:case 27:var I=ut;if(N?c_(N):I.stateNode.complete){Mt=0,ai=null;var Y=I.sibling;if(Y!==null)ut=Y;else{var re=I.return;re!==null?(ut=re,Yl(re)):ut=null}break t}}Mt=0,ai=null,ia(e,i,w,5);break;case 6:Mt=0,ai=null,ia(e,i,w,6);break;case 8:Kh(),ls=6;break e;default:throw Error(a(462))}}rw();break}catch(pe){ym(e,pe)}while(!0);return Yi=ir=null,F.H=o,F.A=m,Et=r,ut!==null?0:(Pt=null,ft=0,fl(),ls)}function rw(){for(;ut!==null&&!ns();)xm(ut)}function xm(e){var i=Vg(e.alternate,e,rn);e.memoizedProps=e.pendingProps,i===null?Yl(e):ut=i}function Cm(e){var i=e,r=i.alternate;switch(i.tag){case 15:case 0:i=Pg(r,i,i.pendingProps,i.type,void 0,ft);break;case 11:i=Pg(r,i,i.pendingProps,i.type.render,i.ref,ft);break;case 5:hh(i);default:Kg(r,i),i=ut=wv(i,rn),i=Vg(r,i,rn)}e.memoizedProps=e.pendingProps,i===null?Yl(e):ut=i}function ia(e,i,r,o){Yi=ir=null,hh(i),Gr=null,Wa=0;var m=i.return;try{if(VS(e,m,i,r,ft)){ls=1,Ol(e,pi(r,e.current)),ut=null;return}}catch(w){if(m!==null)throw ut=m,w;ls=1,Ol(e,pi(r,e.current)),ut=null;return}i.flags&32768?(mt||o===1?e=!0:Qr||(ft&536870912)!==0?e=!1:(Nn=e=!0,(o===2||o===9||o===3||o===6)&&(o=ni.current,o!==null&&o.tag===13&&(o.flags|=16384))),Em(i,e)):Yl(i)}function Yl(e){var i=e;do{if((i.flags&32768)!==0){Em(i,Nn);return}e=i.return;var r=XS(i.alternate,i,rn);if(r!==null){ut=r;return}if(i=i.sibling,i!==null){ut=i;return}ut=i=e}while(i!==null);ls===0&&(ls=5)}function Em(e,i){do{var r=JS(e.alternate,e);if(r!==null){r.flags&=32767,ut=r;return}if(r=e.return,r!==null&&(r.flags|=32768,r.subtreeFlags=0,r.deletions=null),!i&&(e=e.sibling,e!==null)){ut=e;return}ut=e=r}while(e!==null);ls=6,ut=null}function km(e,i,r,o,m,w,N,I,Y){e.cancelPendingCommit=null;do Kl();while(ws!==0);if((Et&6)!==0)throw Error(a(327));if(i!==null){if(i===e.current)throw Error(a(177));if(w=i.lanes|i.childLanes,w|=Iu,yn(e,r,w,N,I,Y),e===Pt&&(ut=Pt=null,ft=0),ta=i,Bn=e,an=r,Gh=w,Vh=m,vm=o,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,cw(gt,function(){return Dm(),null})):(e.callbackNode=null,e.callbackPriority=0),o=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||o){o=F.T,F.T=null,m=G.p,G.p=2,N=Et,Et|=4;try{ZS(e,i,r)}finally{Et=N,G.p=m,F.T=o}}ws=1,Tm(),Am(),Rm()}}function Tm(){if(ws===1){ws=0;var e=Bn,i=ta,r=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||r){r=F.T,F.T=null;var o=G.p;G.p=2;var m=Et;Et|=4;try{om(i,e);var w=ld,N=fv(e.containerInfo),I=w.focusedElem,Y=w.selectionRange;if(N!==I&&I&&I.ownerDocument&&dv(I.ownerDocument.documentElement,I)){if(Y!==null&&Nu(I)){var re=Y.start,pe=Y.end;if(pe===void 0&&(pe=re),"selectionStart"in I)I.selectionStart=re,I.selectionEnd=Math.min(pe,I.value.length);else{var _e=I.ownerDocument||document,oe=_e&&_e.defaultView||window;if(oe.getSelection){var he=oe.getSelection(),Ne=I.textContent.length,Ve=Math.min(Y.start,Ne),Bt=Y.end===void 0?Ve:Math.min(Y.end,Ne);!he.extend&&Ve>Bt&&(N=Bt,Bt=Ve,Ve=N);var se=hv(I,Ve),Q=hv(I,Bt);if(se&&Q&&(he.rangeCount!==1||he.anchorNode!==se.node||he.anchorOffset!==se.offset||he.focusNode!==Q.node||he.focusOffset!==Q.offset)){var ne=_e.createRange();ne.setStart(se.node,se.offset),he.removeAllRanges(),Ve>Bt?(he.addRange(ne),he.extend(Q.node,Q.offset)):(ne.setEnd(Q.node,Q.offset),he.addRange(ne))}}}}for(_e=[],he=I;he=he.parentNode;)he.nodeType===1&&_e.push({element:he,left:he.scrollLeft,top:he.scrollTop});for(typeof I.focus=="function"&&I.focus(),I=0;I<_e.length;I++){var ge=_e[I];ge.element.scrollLeft=ge.left,ge.element.scrollTop=ge.top}}oc=!!od,ld=od=null}finally{Et=m,G.p=o,F.T=r}}e.current=i,ws=2}}function Am(){if(ws===2){ws=0;var e=Bn,i=ta,r=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||r){r=F.T,F.T=null;var o=G.p;G.p=2;var m=Et;Et|=4;try{sm(e,i.alternate,i)}finally{Et=m,G.p=o,F.T=r}}ws=3}}function Rm(){if(ws===4||ws===3){ws=0,Ct();var e=Bn,i=ta,r=an,o=vm;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?ws=5:(ws=0,ta=Bn=null,Mm(e,e.pendingLanes));var m=e.pendingLanes;if(m===0&&(On=null),Me(r),i=i.stateNode,Wt&&typeof Wt.onCommitFiberRoot=="function")try{Wt.onCommitFiberRoot(rs,i,void 0,(i.current.flags&128)===128)}catch{}if(o!==null){i=F.T,m=G.p,G.p=2,F.T=null;try{for(var w=e.onRecoverableError,N=0;N<o.length;N++){var I=o[N];w(I.value,{componentStack:I.stack})}}finally{F.T=i,G.p=m}}(an&3)!==0&&Kl(),zi(e),m=e.pendingLanes,(r&261930)!==0&&(m&42)!==0?e===Yh?lo++:(lo=0,Yh=e):lo=0,co(0)}}function Mm(e,i){(e.pooledCacheLanes&=i)===0&&(i=e.pooledCache,i!=null&&(e.pooledCache=null,Fa(i)))}function Kl(){return Tm(),Am(),Rm(),Dm()}function Dm(){if(ws!==5)return!1;var e=Bn,i=Gh;Gh=0;var r=Me(an),o=F.T,m=G.p;try{G.p=32>r?32:r,F.T=null,r=Vh,Vh=null;var w=Bn,N=an;if(ws=0,ta=Bn=null,an=0,(Et&6)!==0)throw Error(a(331));var I=Et;if(Et|=4,dm(w.current),cm(w,w.current,N,r),Et=I,co(0,!1),Wt&&typeof Wt.onPostCommitFiberRoot=="function")try{Wt.onPostCommitFiberRoot(rs,w)}catch{}return!0}finally{G.p=m,F.T=o,Mm(e,i)}}function jm(e,i,r){i=pi(r,i),i=kh(e.stateNode,i,2),e=Rn(e,i,2),e!==null&&(Ws(e,2),zi(e))}function Dt(e,i,r){if(e.tag===3)jm(e,e,r);else for(;i!==null;){if(i.tag===3){jm(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=pi(r,e),r=Ng(2),o=Rn(i,r,2),o!==null&&(Lg(r,o,i,e),Ws(o,2),zi(o));break}}i=i.return}}function Jh(e,i,r){var o=e.pingCache;if(o===null){o=e.pingCache=new tw;var m=new Set;o.set(i,m)}else m=o.get(i),m===void 0&&(m=new Set,o.set(i,m));m.has(r)||(Fh=!0,m.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>tt()-Fl?(Et&2)===0&&sa(e,0):qh|=r,ea===ft&&(ea=0)),zi(e)}function Nm(e,i){i===0&&(i=ki()),e=er(e,i),e!==null&&(Ws(e,i),zi(e))}function ow(e){var i=e.memoizedState,r=0;i!==null&&(r=i.retryLane),Nm(e,r)}function lw(e,i){var r=0;switch(e.tag){case 31:case 13:var o=e.stateNode,m=e.memoizedState;m!==null&&(r=m.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),Nm(e,r)}function cw(e,i){return $t(e,i)}var Xl=null,na=null,Zh=!1,Jl=!1,Qh=!1,In=0;function zi(e){e!==na&&e.next===null&&(na===null?Xl=na=e:na=na.next=e),Jl=!0,Zh||(Zh=!0,hw())}function co(e,i){if(!Qh&&Jl){Qh=!0;do for(var r=!1,o=Xl;o!==null;){if(e!==0){var m=o.pendingLanes;if(m===0)var w=0;else{var N=o.suspendedLanes,I=o.pingedLanes;w=(1<<31-Rt(42|e)+1)-1,w&=m&~(N&~I),w=w&201326741?w&201326741|1:w?w|2:0}w!==0&&(r=!0,Hm(o,w))}else w=ft,w=Os(o,o===Pt?w:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),(w&3)===0||Qt(o,w)||(r=!0,Hm(o,w));o=o.next}while(r);Qh=!1}}function uw(){Lm()}function Lm(){Jl=Zh=!1;var e=0;In!==0&&Sw()&&(e=In);for(var i=tt(),r=null,o=Xl;o!==null;){var m=o.next,w=Om(o,i);w===0?(o.next=null,r===null?Xl=m:r.next=m,m===null&&(na=r)):(r=o,(e!==0||(w&3)!==0)&&(Jl=!0)),o=m}ws!==0&&ws!==5||co(e),In!==0&&(In=0)}function Om(e,i){for(var r=e.suspendedLanes,o=e.pingedLanes,m=e.expirationTimes,w=e.pendingLanes&-62914561;0<w;){var N=31-Rt(w),I=1<<N,Y=m[N];Y===-1?((I&r)===0||(I&o)!==0)&&(m[N]=Li(I,i)):Y<=i&&(e.expiredLanes|=I),w&=~I}if(i=Pt,r=ft,r=Os(e,e===i?r:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),o=e.callbackNode,r===0||e===i&&(Mt===2||Mt===9)||e.cancelPendingCommit!==null)return o!==null&&o!==null&&kt(o),e.callbackNode=null,e.callbackPriority=0;if((r&3)===0||Qt(e,r)){if(i=r&-r,i===e.callbackPriority)return i;switch(o!==null&&kt(o),Me(r)){case 2:case 8:r=Ls;break;case 32:r=gt;break;case 268435456:r=is;break;default:r=gt}return o=Bm.bind(null,e),r=$t(r,o),e.callbackPriority=i,e.callbackNode=r,i}return o!==null&&o!==null&&kt(o),e.callbackPriority=2,e.callbackNode=null,2}function Bm(e,i){if(ws!==0&&ws!==5)return e.callbackNode=null,e.callbackPriority=0,null;var r=e.callbackNode;if(Kl()&&e.callbackNode!==r)return null;var o=ft;return o=Os(e,e===Pt?o:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),o===0?null:(mm(e,o,i),Om(e,tt()),e.callbackNode!=null&&e.callbackNode===r?Bm.bind(null,e):null)}function Hm(e,i){if(Kl())return null;mm(e,i,!0)}function hw(){xw(function(){(Et&6)!==0?$t(He,uw):Lm()})}function ed(){if(In===0){var e=Fr;e===0&&(e=it,it<<=1,(it&261888)===0&&(it=256)),In=e}return In}function Im(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:rl(""+e)}function zm(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,m){if(i==="submit"&&r&&r.stateNode===m){var w=Im((m[lt]||null).action),N=o.submitter;N&&(i=(i=N[lt]||null)?Im(i.formAction):N.getAttribute("formAction"),i!==null&&(w=i,N=null));var I=new cl("action","action",null,o,m);e.push({event:I,listeners:[{instance:null,listener:function(){if(o.defaultPrevented){if(In!==0){var Y=N?zm(m,N):new FormData(m);bh(r,{pending:!0,data:Y,method:m.method,action:w},null,Y)}}else typeof w=="function"&&(I.preventDefault(),Y=N?zm(m,N):new FormData(m),bh(r,{pending:!0,data:Y,method:m.method,action:w},w,Y))},currentTarget:m}]})}}for(var td=0;td<Hu.length;td++){var sd=Hu[td],fw=sd.toLowerCase(),pw=sd[0].toUpperCase()+sd.slice(1);Ai(fw,"on"+pw)}Ai(gv,"onAnimationEnd"),Ai(mv,"onAnimationIteration"),Ai(_v,"onAnimationStart"),Ai("dblclick","onDoubleClick"),Ai("focusin","onFocus"),Ai("focusout","onBlur"),Ai(MS,"onTransitionRun"),Ai(DS,"onTransitionStart"),Ai(jS,"onTransitionCancel"),Ai(yv,"onTransitionEnd"),Ti("onMouseEnter",["mouseout","mouseover"]),Ti("onMouseLeave",["mouseout","mouseover"]),Ti("onPointerEnter",["pointerout","pointerover"]),Ti("onPointerLeave",["pointerout","pointerover"]),as("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),as("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),as("onBeforeInput",["compositionend","keypress","textInput","paste"]),as("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),as("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),as("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 $m(e,i){i=(i&4)!==0;for(var r=0;r<e.length;r++){var o=e[r],m=o.event;o=o.listeners;e:{var w=void 0;if(i)for(var N=o.length-1;0<=N;N--){var I=o[N],Y=I.instance,re=I.currentTarget;if(I=I.listener,Y!==w&&m.isPropagationStopped())break e;w=I,m.currentTarget=re;try{w(m)}catch(pe){dl(pe)}m.currentTarget=null,w=Y}else for(N=0;N<o.length;N++){if(I=o[N],Y=I.instance,re=I.currentTarget,I=I.listener,Y!==w&&m.isPropagationStopped())break e;w=I,m.currentTarget=re;try{w(m)}catch(pe){dl(pe)}m.currentTarget=null,w=Y}}}}function ht(e,i){var r=i[vs];r===void 0&&(r=i[vs]=new Set);var o=e+"__bubble";r.has(o)||(Pm(i,e,2,!1),r.add(o))}function id(e,i,r){var o=0;i&&(o|=4),Pm(r,e,o,i)}var Zl="_reactListening"+Math.random().toString(36).slice(2);function nd(e){if(!e[Zl]){e[Zl]=!0,bn.forEach(function(r){r!=="selectionchange"&&(vw.has(r)||id(r,!1,e),id(r,!0,e))});var i=e.nodeType===9?e:e.ownerDocument;i===null||i[Zl]||(i[Zl]=!0,id("selectionchange",!1,i))}}function Pm(e,i,r,o){switch(g_(i)){case 2:var m=Fw;break;case 8:m=qw;break;default:m=yd}r=m.bind(null,i,r,e),m=void 0,!Cu||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(m=!0),o?m!==void 0?e.addEventListener(i,r,{capture:!0,passive:m}):e.addEventListener(i,r,!0):m!==void 0?e.addEventListener(i,r,{passive:m}):e.addEventListener(i,r,!1)}function rd(e,i,r,o,m){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 I=o.stateNode.containerInfo;if(I===m)break;if(N===4)for(N=o.return;N!==null;){var Y=N.tag;if((Y===3||Y===4)&&N.stateNode.containerInfo===m)return;N=N.return}for(;I!==null;){if(N=St(I),N===null)return;if(Y=N.tag,Y===5||Y===6||Y===26||Y===27){o=w=N;continue e}I=I.parentNode}}o=o.return}Gp(function(){var re=w,pe=wu(r),_e=[];e:{var oe=bv.get(e);if(oe!==void 0){var he=cl,Ne=e;switch(e){case"keypress":if(ol(r)===0)break e;case"keydown":case"keyup":he=lS;break;case"focusin":Ne="focus",he=Au;break;case"focusout":Ne="blur",he=Au;break;case"beforeblur":case"afterblur":he=Au;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=Kp;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 gv:case mv:case _v:he=Qb;break;case yv: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=Jp;break;case"toggle":case"beforetoggle":he=mS}var Ve=(i&4)!==0,Bt=!Ve&&(e==="scroll"||e==="scrollend"),se=Ve?oe!==null?oe+"Capture":null:oe;Ve=[];for(var Q=re,ne;Q!==null;){var ge=Q;if(ne=ge.stateNode,ge=ge.tag,ge!==5&&ge!==26&&ge!==27||ne===null||se===null||(ge=ja(Q,se),ge!=null&&Ve.push(ho(Q,ge,ne))),Bt)break;Q=Q.return}0<Ve.length&&(oe=new he(oe,Ne,null,r,pe),_e.push({event:oe,listeners:Ve}))}}if((i&7)===0){e:{if(oe=e==="mouseover"||e==="pointerover",he=e==="mouseout"||e==="pointerout",oe&&r!==Su&&(Ne=r.relatedTarget||r.fromElement)&&(St(Ne)||Ne[yt]))break e;if((he||oe)&&(oe=pe.window===pe?pe:(oe=pe.ownerDocument)?oe.defaultView||oe.parentWindow:window,he?(Ne=r.relatedTarget||r.toElement,he=re,Ne=Ne?St(Ne):null,Ne!==null&&(Bt=d(Ne),Ve=Ne.tag,Ne!==Bt||Ve!==5&&Ve!==27&&Ve!==6)&&(Ne=null)):(he=null,Ne=re),he!==Ne)){if(Ve=Kp,ge="onMouseLeave",se="onMouseEnter",Q="mouse",(e==="pointerout"||e==="pointerover")&&(Ve=Jp,ge="onPointerLeave",se="onPointerEnter",Q="pointer"),Bt=he==null?oe:us(he),ne=Ne==null?oe:us(Ne),oe=new Ve(ge,Q+"leave",he,r,pe),oe.target=Bt,oe.relatedTarget=ne,ge=null,St(pe)===re&&(Ve=new Ve(se,Q+"enter",Ne,r,pe),Ve.target=ne,Ve.relatedTarget=Bt,ge=Ve),Bt=ge,he&&Ne)t:{for(Ve=gw,se=he,Q=Ne,ne=0,ge=se;ge;ge=Ve(ge))ne++;ge=0;for(var Fe=Q;Fe;Fe=Ve(Fe))ge++;for(;0<ne-ge;)se=Ve(se),ne--;for(;0<ge-ne;)Q=Ve(Q),ge--;for(;ne--;){if(se===Q||Q!==null&&se===Q.alternate){Ve=se;break t}se=Ve(se),Q=Ve(Q)}Ve=null}else Ve=null;he!==null&&Um(_e,oe,he,Ve,!1),Ne!==null&&Bt!==null&&Um(_e,Bt,Ne,Ve,!0)}}e:{if(oe=re?us(re):window,he=oe.nodeName&&oe.nodeName.toLowerCase(),he==="select"||he==="input"&&oe.type==="file")var wt=rv;else if(iv(oe))if(av)wt=TS;else{wt=ES;var Oe=CS}else he=oe.nodeName,!he||he.toLowerCase()!=="input"||oe.type!=="checkbox"&&oe.type!=="radio"?re&&bu(re.elementType)&&(wt=rv):wt=kS;if(wt&&(wt=wt(e,re))){nv(_e,wt,r,pe);break e}Oe&&Oe(e,oe,re),e==="focusout"&&re&&oe.type==="number"&&re.memoizedProps.value!=null&&yu(oe,"number",oe.value)}switch(Oe=re?us(re):window,e){case"focusin":(iv(Oe)||Oe.contentEditable==="true")&&(Or=Oe,Lu=re,$a=null);break;case"focusout":$a=Lu=Or=null;break;case"mousedown":Ou=!0;break;case"contextmenu":case"mouseup":case"dragend":Ou=!1,pv(_e,r,pe);break;case"selectionchange":if(RS)break;case"keydown":case"keyup":pv(_e,r,pe)}var nt;if(Mu)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 Lr?tv(e,r)&&(pt="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(pt="onCompositionStart");pt&&(Zp&&r.locale!=="ko"&&(Lr||pt!=="onCompositionStart"?pt==="onCompositionEnd"&&Lr&&(nt=Vp()):(wn=pe,Eu="value"in wn?wn.value:wn.textContent,Lr=!0)),Oe=Ql(re,pt),0<Oe.length&&(pt=new Xp(pt,e,null,r,pe),_e.push({event:pt,listeners:Oe}),nt?pt.data=nt:(nt=sv(r),nt!==null&&(pt.data=nt)))),(nt=yS?bS(e,r):SS(e,r))&&(pt=Ql(re,"onBeforeInput"),0<pt.length&&(Oe=new Xp("onBeforeInput","beforeinput",null,r,pe),_e.push({event:Oe,listeners:pt}),Oe.data=nt)),dw(_e,e,re,r,pe)}$m(_e,i)})}function ho(e,i,r){return{instance:e,listener:i,currentTarget:r}}function Ql(e,i){for(var r=i+"Capture",o=[];e!==null;){var m=e,w=m.stateNode;if(m=m.tag,m!==5&&m!==26&&m!==27||w===null||(m=ja(e,r),m!=null&&o.unshift(ho(e,m,w)),m=ja(e,i),m!=null&&o.push(ho(e,m,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 Um(e,i,r,o,m){for(var w=i._reactName,N=[];r!==null&&r!==o;){var I=r,Y=I.alternate,re=I.stateNode;if(I=I.tag,Y!==null&&Y===o)break;I!==5&&I!==26&&I!==27||re===null||(Y=re,m?(re=ja(r,w),re!=null&&N.unshift(ho(r,re,Y))):m||(re=ja(r,w),re!=null&&N.push(ho(r,re,Y)))),r=r.return}N.length!==0&&e.push({event:i,listeners:N})}var mw=/\r\n?/g,_w=/\u0000|\uFFFD/g;function Fm(e){return(typeof e=="string"?e:""+e).replace(mw,`
|
|
49
|
+
`).replace(_w,"")}function qm(e,i){return i=Fm(i),Fm(e)===i}function Ot(e,i,r,o,m,w){switch(r){case"children":typeof o=="string"?i==="body"||i==="textarea"&&o===""||Dr(e,o):(typeof o=="number"||typeof o=="bigint")&&i!=="body"&&Dr(e,""+o);break;case"className":Re(e,"class",o);break;case"tabIndex":Re(e,"tabindex",o);break;case"dir":case"role":case"viewBox":case"width":case"height":Re(e,r,o);break;case"style":qp(e,o,w);break;case"data":if(i!=="object"){Re(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=rl(""+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"&&Ot(e,i,"name",m.name,m,null),Ot(e,i,"formEncType",m.formEncType,m,null),Ot(e,i,"formMethod",m.formMethod,m,null),Ot(e,i,"formTarget",m.formTarget,m,null)):(Ot(e,i,"encType",m.encType,m,null),Ot(e,i,"method",m.method,m,null),Ot(e,i,"target",m.target,m,null)));if(o==null||typeof o=="symbol"||typeof o=="boolean"){e.removeAttribute(r);break}o=rl(""+o),e.setAttribute(r,o);break;case"onClick":o!=null&&(e.onclick=qi);break;case"onScroll":o!=null&&ht("scroll",e);break;case"onScrollEnd":o!=null&&ht("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(m.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=rl(""+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":ht("beforetoggle",e),ht("toggle",e),Se(e,"popover",o);break;case"xlinkActuate":Ge(e,"http://www.w3.org/1999/xlink","xlink:actuate",o);break;case"xlinkArcrole":Ge(e,"http://www.w3.org/1999/xlink","xlink:arcrole",o);break;case"xlinkRole":Ge(e,"http://www.w3.org/1999/xlink","xlink:role",o);break;case"xlinkShow":Ge(e,"http://www.w3.org/1999/xlink","xlink:show",o);break;case"xlinkTitle":Ge(e,"http://www.w3.org/1999/xlink","xlink:title",o);break;case"xlinkType":Ge(e,"http://www.w3.org/1999/xlink","xlink:type",o);break;case"xmlBase":Ge(e,"http://www.w3.org/XML/1998/namespace","xml:base",o);break;case"xmlLang":Ge(e,"http://www.w3.org/XML/1998/namespace","xml:lang",o);break;case"xmlSpace":Ge(e,"http://www.w3.org/XML/1998/namespace","xml:space",o);break;case"is":Se(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,Se(e,r,o))}}function ad(e,i,r,o,m,w){switch(r){case"style":qp(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(m.children!=null)throw Error(a(60));e.innerHTML=r}}break;case"children":typeof o=="string"?Dr(e,o):(typeof o=="number"||typeof o=="bigint")&&Dr(e,""+o);break;case"onScroll":o!=null&&ht("scroll",e);break;case"onScrollEnd":o!=null&&ht("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(!Oi.hasOwnProperty(r))e:{if(r[0]==="o"&&r[1]==="n"&&(m=r.endsWith("Capture"),i=r.slice(2,m?r.length-7:void 0),w=e[lt]||null,w=w!=null?w[r]:null,typeof w=="function"&&e.removeEventListener(i,w,m),typeof o=="function")){typeof w!="function"&&w!==null&&(r in e?e[r]=null:e.hasAttribute(r)&&e.removeAttribute(r)),e.addEventListener(i,o,m);break e}r in e?e[r]=o:o===!0?e.setAttribute(r,""):Se(e,r,o)}}}function Ms(e,i,r){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":ht("error",e),ht("load",e);var o=!1,m=!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":m=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:Ot(e,i,w,N,r,null)}}m&&Ot(e,i,"srcSet",r.srcSet,r,null),o&&Ot(e,i,"src",r.src,r,null);return;case"input":ht("invalid",e);var I=w=N=m=null,Y=null,re=null;for(o in r)if(r.hasOwnProperty(o)){var pe=r[o];if(pe!=null)switch(o){case"name":m=pe;break;case"type":N=pe;break;case"checked":Y=pe;break;case"defaultChecked":re=pe;break;case"value":w=pe;break;case"defaultValue":I=pe;break;case"children":case"dangerouslySetInnerHTML":if(pe!=null)throw Error(a(137,i));break;default:Ot(e,i,o,pe,r,null)}}$p(e,w,I,Y,re,N,m,!1);return;case"select":ht("invalid",e),o=N=w=null;for(m in r)if(r.hasOwnProperty(m)&&(I=r[m],I!=null))switch(m){case"value":w=I;break;case"defaultValue":N=I;break;case"multiple":o=I;default:Ot(e,i,m,I,r,null)}i=w,r=N,e.multiple=!!o,i!=null?Mr(e,!!o,i,!1):r!=null&&Mr(e,!!o,r,!0);return;case"textarea":ht("invalid",e),w=m=o=null;for(N in r)if(r.hasOwnProperty(N)&&(I=r[N],I!=null))switch(N){case"value":o=I;break;case"defaultValue":m=I;break;case"children":w=I;break;case"dangerouslySetInnerHTML":if(I!=null)throw Error(a(91));break;default:Ot(e,i,N,I,r,null)}Up(e,o,m,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:Ot(e,i,Y,o,r,null)}return;case"dialog":ht("beforetoggle",e),ht("toggle",e),ht("cancel",e),ht("close",e);break;case"iframe":case"object":ht("load",e);break;case"video":case"audio":for(o=0;o<uo.length;o++)ht(uo[o],e);break;case"image":ht("error",e),ht("load",e);break;case"details":ht("toggle",e);break;case"embed":case"source":case"link":ht("error",e),ht("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(re in r)if(r.hasOwnProperty(re)&&(o=r[re],o!=null))switch(re){case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:Ot(e,i,re,o,r,null)}return;default:if(bu(i)){for(pe in r)r.hasOwnProperty(pe)&&(o=r[pe],o!==void 0&&ad(e,i,pe,o,r,void 0));return}}for(I in r)r.hasOwnProperty(I)&&(o=r[I],o!=null&&Ot(e,i,I,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 m=null,w=null,N=null,I=null,Y=null,re=null,pe=null;for(he in r){var _e=r[he];if(r.hasOwnProperty(he)&&_e!=null)switch(he){case"checked":break;case"value":break;case"defaultValue":Y=_e;default:o.hasOwnProperty(he)||Ot(e,i,he,null,o,_e)}}for(var oe in o){var he=o[oe];if(_e=r[oe],o.hasOwnProperty(oe)&&(he!=null||_e!=null))switch(oe){case"type":w=he;break;case"name":m=he;break;case"checked":re=he;break;case"defaultChecked":pe=he;break;case"value":N=he;break;case"defaultValue":I=he;break;case"children":case"dangerouslySetInnerHTML":if(he!=null)throw Error(a(137,i));break;default:he!==_e&&Ot(e,i,oe,he,o,_e)}}_u(e,N,I,Y,re,pe,w,m);return;case"select":he=N=I=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)||Ot(e,i,w,null,o,Y)}for(m in o)if(w=o[m],Y=r[m],o.hasOwnProperty(m)&&(w!=null||Y!=null))switch(m){case"value":oe=w;break;case"defaultValue":I=w;break;case"multiple":N=w;default:w!==Y&&Ot(e,i,m,w,o,Y)}i=I,r=N,o=he,oe!=null?Mr(e,!!r,oe,!1):!!o!=!!r&&(i!=null?Mr(e,!!r,i,!0):Mr(e,!!r,r?[]:"",!1));return;case"textarea":he=oe=null;for(I in r)if(m=r[I],r.hasOwnProperty(I)&&m!=null&&!o.hasOwnProperty(I))switch(I){case"value":break;case"children":break;default:Ot(e,i,I,null,o,m)}for(N in o)if(m=o[N],w=r[N],o.hasOwnProperty(N)&&(m!=null||w!=null))switch(N){case"value":oe=m;break;case"defaultValue":he=m;break;case"children":break;case"dangerouslySetInnerHTML":if(m!=null)throw Error(a(91));break;default:m!==w&&Ot(e,i,N,m,o,w)}Pp(e,oe,he);return;case"option":for(var Ne in r)if(oe=r[Ne],r.hasOwnProperty(Ne)&&oe!=null&&!o.hasOwnProperty(Ne))switch(Ne){case"selected":e.selected=!1;break;default:Ot(e,i,Ne,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:Ot(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)&&Ot(e,i,Ve,null,o,oe);for(re in o)if(oe=o[re],he=r[re],o.hasOwnProperty(re)&&oe!==he&&(oe!=null||he!=null))switch(re){case"children":case"dangerouslySetInnerHTML":if(oe!=null)throw Error(a(137,i));break;default:Ot(e,i,re,oe,o,he)}return;default:if(bu(i)){for(var Bt in r)oe=r[Bt],r.hasOwnProperty(Bt)&&oe!==void 0&&!o.hasOwnProperty(Bt)&&ad(e,i,Bt,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||ad(e,i,pe,oe,o,he);return}}for(var se in r)oe=r[se],r.hasOwnProperty(se)&&oe!=null&&!o.hasOwnProperty(se)&&Ot(e,i,se,null,o,oe);for(_e in o)oe=o[_e],he=r[_e],!o.hasOwnProperty(_e)||oe===he||oe==null&&he==null||Ot(e,i,_e,oe,o,he)}function Wm(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 m=r[o],w=m.transferSize,N=m.initiatorType,I=m.duration;if(w&&I&&Wm(N)){for(N=0,I=m.responseEnd,o+=1;o<r.length;o++){var Y=r[o],re=Y.startTime;if(re>I)break;var pe=Y.transferSize,_e=Y.initiatorType;pe&&Wm(_e)&&(Y=Y.responseEnd,N+=pe*(Y<I?1:(I-re)/(Y-re)))}if(--o,i+=8*(w+N)/(m.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 od=null,ld=null;function ec(e){return e.nodeType===9?e:e.ownerDocument}function Gm(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 Vm(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 cd(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 ud=null;function Sw(){var e=window.event;return e&&e.type==="popstate"?e===ud?!1:(ud=e,!0):(ud=null,!1)}var Ym=typeof setTimeout=="function"?setTimeout:void 0,ww=typeof clearTimeout=="function"?clearTimeout:void 0,Km=typeof Promise=="function"?Promise:void 0,xw=typeof queueMicrotask=="function"?queueMicrotask:typeof Km<"u"?function(e){return Km.resolve(null).then(e).catch(Cw)}:Ym;function Cw(e){setTimeout(function(){throw e})}function zn(e){return e==="head"}function Xm(e,i){var r=i,o=0;do{var m=r.nextSibling;if(e.removeChild(r),m&&m.nodeType===8)if(r=m.data,r==="/$"||r==="/&"){if(o===0){e.removeChild(m),la(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,I=w.nodeName;w[De]||I==="SCRIPT"||I==="STYLE"||I==="LINK"&&w.rel.toLowerCase()==="stylesheet"||r.removeChild(w),w=N}}else r==="body"&&fo(e.ownerDocument.body);r=m}while(r);la(i)}function Jm(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 hd(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":hd(r),ze(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 m=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!==m.rel||e.getAttribute("href")!==(m.href==null||m.href===""?null:m.href)||e.getAttribute("crossorigin")!==(m.crossOrigin==null?null:m.crossOrigin)||e.getAttribute("title")!==(m.title==null?null:m.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(w=e.getAttribute("src"),(w!==(m.src==null?null:m.src)||e.getAttribute("type")!==(m.type==null?null:m.type)||e.getAttribute("crossorigin")!==(m.crossOrigin==null?null:m.crossOrigin))&&w&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(i==="input"&&e.type==="hidden"){var w=m.name==null?null:""+m.name;if(m.type==="hidden"&&e.getAttribute("name")===w)return e}else return e;if(e=yi(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=yi(e.nextSibling),e===null))return null;return e}function Zm(e,i){for(;e.nodeType!==8;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!i||(e=yi(e.nextSibling),e===null))return null;return e}function dd(e){return e.data==="$?"||e.data==="$~"}function fd(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 yi(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 pd=null;function Qm(e){e=e.nextSibling;for(var i=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"||r==="/&"){if(i===0)return yi(e.nextSibling);i--}else r!=="$"&&r!=="$!"&&r!=="$?"&&r!=="$~"&&r!=="&"||i++}e=e.nextSibling}return null}function e_(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 t_(e,i,r){switch(i=ec(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]);ze(e)}var bi=new Map,s_=new Set;function tc(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}var on=G.d;G.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=Gl();return e||i}function Rw(e){var i=We(e);i!==null&&i.tag===5&&i.type==="form"?yg(i):on.r(e)}var ra=typeof document>"u"?null:document;function i_(e,i,r){var o=ra;if(o&&typeof i=="string"&&i){var m=di(i);m='link[rel="'+e+'"][href="'+m+'"]',typeof r=="string"&&(m+='[crossorigin="'+r+'"]'),s_.has(m)||(s_.add(m),e={rel:e,crossOrigin:r,href:i},o.querySelector(m)===null&&(i=o.createElement("link"),Ms(i,"link",e),Tt(i),o.head.appendChild(i)))}}function Mw(e){on.D(e),i_("dns-prefetch",e,null)}function Dw(e,i){on.C(e,i),i_("preconnect",e,i)}function jw(e,i,r){on.L(e,i,r);var o=ra;if(o&&e&&i){var m='link[rel="preload"][as="'+di(i)+'"]';i==="image"&&r&&r.imageSrcSet?(m+='[imagesrcset="'+di(r.imageSrcSet)+'"]',typeof r.imageSizes=="string"&&(m+='[imagesizes="'+di(r.imageSizes)+'"]')):m+='[href="'+di(e)+'"]';var w=m;switch(i){case"style":w=aa(e);break;case"script":w=oa(e)}bi.has(w)||(e=f({rel:"preload",href:i==="image"&&r&&r.imageSrcSet?void 0:e,as:i},r),bi.set(w,e),o.querySelector(m)!==null||i==="style"&&o.querySelector(po(w))||i==="script"&&o.querySelector(vo(w))||(i=o.createElement("link"),Ms(i,"link",e),Tt(i),o.head.appendChild(i)))}}function Nw(e,i){on.m(e,i);var r=ra;if(r&&e){var o=i&&typeof i.as=="string"?i.as:"script",m='link[rel="modulepreload"][as="'+di(o)+'"][href="'+di(e)+'"]',w=m;switch(o){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":w=oa(e)}if(!bi.has(w)&&(e=f({rel:"modulepreload",href:e},i),bi.set(w,e),r.querySelector(m)===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"),Ms(o,"link",e),Tt(o),r.head.appendChild(o)}}}function Lw(e,i,r){on.S(e,i,r);var o=ra;if(o&&e){var m=ks(o).hoistableStyles,w=aa(e);i=i||"default";var N=m.get(w);if(!N){var I={loading:0,preload:null};if(N=o.querySelector(po(w)))I.loading=5;else{e=f({rel:"stylesheet",href:e,"data-precedence":i},r),(r=bi.get(w))&&vd(e,r);var Y=N=o.createElement("link");Tt(Y),Ms(Y,"link",e),Y._p=new Promise(function(re,pe){Y.onload=re,Y.onerror=pe}),Y.addEventListener("load",function(){I.loading|=1}),Y.addEventListener("error",function(){I.loading|=2}),I.loading|=4,sc(N,i,o)}N={type:"stylesheet",instance:N,count:1,state:I},m.set(w,N)}}}function Ow(e,i){on.X(e,i);var r=ra;if(r&&e){var o=ks(r).hoistableScripts,m=oa(e),w=o.get(m);w||(w=r.querySelector(vo(m)),w||(e=f({src:e,async:!0},i),(i=bi.get(m))&&gd(e,i),w=r.createElement("script"),Tt(w),Ms(w,"link",e),r.head.appendChild(w)),w={type:"script",instance:w,count:1,state:null},o.set(m,w))}}function Bw(e,i){on.M(e,i);var r=ra;if(r&&e){var o=ks(r).hoistableScripts,m=oa(e),w=o.get(m);w||(w=r.querySelector(vo(m)),w||(e=f({src:e,async:!0,type:"module"},i),(i=bi.get(m))&&gd(e,i),w=r.createElement("script"),Tt(w),Ms(w,"link",e),r.head.appendChild(w)),w={type:"script",instance:w,count:1,state:null},o.set(m,w))}}function n_(e,i,r,o){var m=(m=fe.current)?tc(m):null;if(!m)throw Error(a(446));switch(e){case"meta":case"title":return null;case"style":return typeof r.precedence=="string"&&typeof r.href=="string"?(i=aa(r.href),r=ks(m).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=aa(r.href);var w=ks(m).hoistableStyles,N=w.get(e);if(N||(m=m.ownerDocument||m,N={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},w.set(e,N),(w=m.querySelector(po(e)))&&!w._p&&(N.instance=w,N.state.loading=5),bi.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},bi.set(e,r),w||Hw(m,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=oa(r),r=ks(m).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 aa(e){return'href="'+di(e)+'"'}function po(e){return'link[rel="stylesheet"]['+e+"]"}function r_(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}),Ms(i,"link",r),Tt(i),e.head.appendChild(i))}function oa(e){return'[src="'+di(e)+'"]'}function vo(e){return"script[async]"+e}function a_(e,i,r){if(i.count++,i.instance===null)switch(i.type){case"style":var o=e.querySelector('style[data-href~="'+di(r.href)+'"]');if(o)return i.instance=o,Tt(o),o;var m=f({},r,{"data-href":r.href,"data-precedence":r.precedence,href:null,precedence:null});return o=(e.ownerDocument||e).createElement("style"),Tt(o),Ms(o,"style",m),sc(o,r.precedence,e),i.instance=o;case"stylesheet":m=aa(r.href);var w=e.querySelector(po(m));if(w)return i.state.loading|=4,i.instance=w,Tt(w),w;o=r_(r),(m=bi.get(m))&&vd(o,m),w=(e.ownerDocument||e).createElement("link"),Tt(w);var N=w;return N._p=new Promise(function(I,Y){N.onload=I,N.onerror=Y}),Ms(w,"link",o),i.state.loading|=4,sc(w,r.precedence,e),i.instance=w;case"script":return w=oa(r.src),(m=e.querySelector(vo(w)))?(i.instance=m,Tt(m),m):(o=r,(m=bi.get(w))&&(o=f({},r),gd(o,m)),e=e.ownerDocument||e,m=e.createElement("script"),Tt(m),Ms(m,"link",o),e.head.appendChild(m),i.instance=m);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,sc(o,r.precedence,e));return i.instance}function sc(e,i,r){for(var o=r.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),m=o.length?o[o.length-1]:null,w=m,N=0;N<o.length;N++){var I=o[N];if(I.dataset.precedence===i)w=I;else if(w!==m)break}w?w.parentNode.insertBefore(e,w.nextSibling):(i=r.nodeType===9?r.head:r,i.insertBefore(e,i.firstChild))}function vd(e,i){e.crossOrigin==null&&(e.crossOrigin=i.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=i.referrerPolicy),e.title==null&&(e.title=i.title)}function gd(e,i){e.crossOrigin==null&&(e.crossOrigin=i.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=i.referrerPolicy),e.integrity==null&&(e.integrity=i.integrity)}var ic=null;function o_(e,i,r){if(ic===null){var o=new Map,m=ic=new Map;m.set(r,o)}else m=ic,o=m.get(r),o||(o=new Map,m.set(r,o));if(o.has(e))return o;for(o.set(e,null),r=r.getElementsByTagName(e),m=0;m<r.length;m++){var w=r[m];if(!(w[De]||w[Xe]||e==="link"&&w.getAttribute("rel")==="stylesheet")&&w.namespaceURI!=="http://www.w3.org/2000/svg"){var N=w.getAttribute(i)||"";N=e+N;var I=o.get(N);I?I.push(w):o.set(N,[w])}}return o}function l_(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 c_(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 m=aa(o.href),w=i.querySelector(po(m));if(w){i=w._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(e.count++,e=nc.bind(e),i.then(e,e)),r.state.loading|=4,r.instance=w,Tt(w);return}w=i.ownerDocument||i,o=r_(o),(m=bi.get(m))&&vd(o,m),w=w.createElement("link"),Tt(w);var N=w;N._p=new Promise(function(I,Y){N.onload=I,N.onerror=Y}),Ms(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=nc.bind(e),i.addEventListener("load",r),i.addEventListener("error",r))}}var md=0;function $w(e,i){return e.stylesheets&&e.count===0&&ac(e,e.stylesheets),0<e.count||0<e.imgCount?function(r){var o=setTimeout(function(){if(e.stylesheets&&ac(e,e.stylesheets),e.unsuspend){var w=e.unsuspend;e.unsuspend=null,w()}},6e4+i);0<e.imgBytes&&md===0&&(md=62500*bw());var m=setTimeout(function(){if(e.waitingForImages=!1,e.count===0&&(e.stylesheets&&ac(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(m)}}:null}function nc(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)ac(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var rc=null;function ac(e,i){e.stylesheets=null,e.unsuspend!==null&&(e.count++,rc=new Map,i.forEach(Pw,e),rc=null,nc.call(e))}function Pw(e,i){if(!(i.state.loading&4)){var r=rc.get(e);if(r)var o=r.get(null);else{r=new Map,rc.set(e,r);for(var m=e.querySelectorAll("link[data-precedence],style[data-precedence]"),w=0;w<m.length;w++){var N=m[w];(N.nodeName==="LINK"||N.getAttribute("media")!=="not all")&&(r.set(N.dataset.precedence,N),o=N)}o&&r.set(null,o)}m=i.instance,N=m.getAttribute("data-precedence"),w=r.get(N)||o,w===o&&r.set(null,m),r.set(N,m),this.count++,o=nc.bind(this),m.addEventListener("load",o),m.addEventListener("error",o),w?w.parentNode.insertBefore(m,w.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(m,e.firstChild)),i.state.loading|=4}}var go={$$typeof:_,Provider:null,Consumer:null,_currentValue:ee,_currentValue2:ee,_threadCount:0};function Uw(e,i,r,o,m,w,N,I,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=ti(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ti(0),this.hiddenUpdates=ti(null),this.identifierPrefix=o,this.onUncaughtError=m,this.onCaughtError=w,this.onRecoverableError=N,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=Y,this.incompleteTransitions=new Map}function u_(e,i,r,o,m,w,N,I,Y,re,pe,_e){return e=new Uw(e,i,r,N,Y,re,pe,_e,I),i=1,w===!0&&(i|=24),w=ii(3,null,null,i),e.current=w,w.stateNode=e,i=Xu(),i.refCount++,e.pooledCache=i,i.refCount++,w.memoizedState={element:o,isDehydrated:r,cache:i},eh(w),e}function h_(e){return e?(e=Ir,e):Ir}function d_(e,i,r,o,m,w){m=h_(m),o.context===null?o.context=m:o.pendingContext=m,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 f_(e,i){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<i?r:i}}function _d(e,i){f_(e,i),(e=e.alternate)&&f_(e,i)}function p_(e){if(e.tag===13||e.tag===31){var i=er(e,67108864);i!==null&&Zs(i,e,67108864),_d(e,67108864)}}function v_(e){if(e.tag===13||e.tag===31){var i=li();i=be(i);var r=er(e,i);r!==null&&Zs(r,e,i),_d(e,i)}}var oc=!0;function Fw(e,i,r,o){var m=F.T;F.T=null;var w=G.p;try{G.p=2,yd(e,i,r,o)}finally{G.p=w,F.T=m}}function qw(e,i,r,o){var m=F.T;F.T=null;var w=G.p;try{G.p=8,yd(e,i,r,o)}finally{G.p=w,F.T=m}}function yd(e,i,r,o){if(oc){var m=bd(o);if(m===null)rd(e,i,o,lc,r),m_(e,o);else if(Gw(m,e,i,r,o))o.stopPropagation();else if(m_(e,o),i&4&&-1<Ww.indexOf(e)){for(;m!==null;){var w=We(m);if(w!==null)switch(w.tag){case 3:if(w=w.stateNode,w.current.memoizedState.isDehydrated){var N=xs(w.pendingLanes);if(N!==0){var I=w;for(I.pendingLanes|=2,I.entangledLanes|=2;N;){var Y=1<<31-Rt(N);I.entanglements[1]|=Y,N&=~Y}zi(w),(Et&6)===0&&(ql=tt()+500,co(0))}}break;case 31:case 13:I=er(w,2),I!==null&&Zs(I,w,2),Gl(),_d(w,2)}if(w=bd(o),w===null&&rd(e,i,o,lc,r),w===m)break;m=w}m!==null&&o.stopPropagation()}else rd(e,i,o,null,r)}}function bd(e){return e=wu(e),Sd(e)}var lc=null;function Sd(e){if(lc=null,e=St(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 lc=e,null}function g_(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(Be()){case He:return 2;case Ls:return 8;case gt:case qt:return 32;case is:return 268435456;default:return 32}default:return 32}}var wd=!1,$n=null,Pn=null,Un=null,mo=new Map,_o=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 m_(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":mo.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":_o.delete(i.pointerId)}}function yo(e,i,r,o,m,w){return e===null||e.nativeEvent!==w?(e={blockedOn:i,domEventName:r,eventSystemFlags:o,nativeEvent:w,targetContainers:[m]},i!==null&&(i=We(i),i!==null&&p_(i)),e):(e.eventSystemFlags|=o,i=e.targetContainers,m!==null&&i.indexOf(m)===-1&&i.push(m),e)}function Gw(e,i,r,o,m){switch(i){case"focusin":return $n=yo($n,e,i,r,o,m),!0;case"dragenter":return Pn=yo(Pn,e,i,r,o,m),!0;case"mouseover":return Un=yo(Un,e,i,r,o,m),!0;case"pointerover":var w=m.pointerId;return mo.set(w,yo(mo.get(w)||null,e,i,r,o,m)),!0;case"gotpointercapture":return w=m.pointerId,_o.set(w,yo(_o.get(w)||null,e,i,r,o,m)),!0}return!1}function __(e){var i=St(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(){v_(r)});return}}else if(i===31){if(i=c(r),i!==null){e.blockedOn=i,ot(e.priority,function(){v_(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 cc(e){if(e.blockedOn!==null)return!1;for(var i=e.targetContainers;0<i.length;){var r=bd(e.nativeEvent);if(r===null){r=e.nativeEvent;var o=new r.constructor(r.type,r);Su=o,r.target.dispatchEvent(o),Su=null}else return i=We(r),i!==null&&p_(i),e.blockedOn=r,!1;i.shift()}return!0}function y_(e,i,r){cc(e)&&r.delete(i)}function Vw(){wd=!1,$n!==null&&cc($n)&&($n=null),Pn!==null&&cc(Pn)&&(Pn=null),Un!==null&&cc(Un)&&(Un=null),mo.forEach(y_),_o.forEach(y_)}function uc(e,i){e.blockedOn===i&&(e.blockedOn=null,wd||(wd=!0,s.unstable_scheduleCallback(s.unstable_NormalPriority,Vw)))}var hc=null;function b_(e){hc!==e&&(hc=e,s.unstable_scheduleCallback(s.unstable_NormalPriority,function(){hc===e&&(hc=null);for(var i=0;i<e.length;i+=3){var r=e[i],o=e[i+1],m=e[i+2];if(typeof o!="function"){if(Sd(o||r)===null)continue;break}var w=We(r);w!==null&&(e.splice(i,3),i-=3,bh(w,{pending:!0,data:m,method:r.method,action:o},o,m))}}))}function la(e){function i(Y){return uc(Y,e)}$n!==null&&uc($n,e),Pn!==null&&uc(Pn,e),Un!==null&&uc(Un,e),mo.forEach(i),_o.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);)__(r),r.blockedOn===null&&Fn.shift();if(r=(e.ownerDocument||e).$$reactFormReplay,r!=null)for(o=0;o<r.length;o+=3){var m=r[o],w=r[o+1],N=m[lt]||null;if(typeof w=="function")N||b_(r);else if(N){var I=null;if(w&&w.hasAttribute("formAction")){if(m=w,N=w[lt]||null)I=N.formAction;else if(Sd(m)!==null)continue}else I=N.action;typeof I=="function"?r[o+1]=I:(r.splice(o,3),o-=3),b_(r)}}}function S_(){function e(w){w.canIntercept&&w.info==="react-transition"&&w.intercept({handler:function(){return new Promise(function(N){return m=N})},focusReset:"manual",scroll:"manual"})}function i(){m!==null&&(m(),m=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,m=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),m!==null&&(m(),m=null)}}}function xd(e){this._internalRoot=e}dc.prototype.render=xd.prototype.render=function(e){var i=this._internalRoot;if(i===null)throw Error(a(409));var r=i.current,o=li();d_(r,o,e,i,null,null)},dc.prototype.unmount=xd.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var i=e.containerInfo;d_(e.current,2,null,e,null,null),Gl(),i[yt]=null}};function dc(e){this._internalRoot=e}dc.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&&__(e)}};var w_=t.version;if(w_!=="19.2.7")throw Error(a(527,w_,"19.2.7"));G.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:F,reconcilerVersion:"19.2.7"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var fc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!fc.isDisabled&&fc.supportsFiber)try{rs=fc.inject(Yw),Wt=fc}catch{}}return So.createRoot=function(e,i){if(!l(e))throw Error(a(299));var r=!1,o="",m=Rg,w=Mg,N=Dg;return i!=null&&(i.unstable_strictMode===!0&&(r=!0),i.identifierPrefix!==void 0&&(o=i.identifierPrefix),i.onUncaughtError!==void 0&&(m=i.onUncaughtError),i.onCaughtError!==void 0&&(w=i.onCaughtError),i.onRecoverableError!==void 0&&(N=i.onRecoverableError)),i=u_(e,1,!1,null,null,r,o,null,m,w,N,S_),e[yt]=i.current,nd(e),new xd(i)},So.hydrateRoot=function(e,i,r){if(!l(e))throw Error(a(299));var o=!1,m="",w=Rg,N=Mg,I=Dg,Y=null;return r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(m=r.identifierPrefix),r.onUncaughtError!==void 0&&(w=r.onUncaughtError),r.onCaughtError!==void 0&&(N=r.onCaughtError),r.onRecoverableError!==void 0&&(I=r.onRecoverableError),r.formState!==void 0&&(Y=r.formState)),i=u_(e,1,!0,i,r??null,o,m,Y,w,N,I,S_),i.context=h_(null),r=i.current,o=li(),o=be(o),m=An(o),m.callback=null,Rn(r,m,o),r=o,i.current.lanes=r,Ws(i,r),zi(i),e[yt]=i.current,nd(e),new dc(i)},So.version="19.2.7",So}var j_;function rx(){if(j_)return Td.exports;j_=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(),Td.exports=nx(),Td.exports}var ax=rx();const Ay="sapiom-harness-theme",_f=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(Ay):null;return s==="light"||s==="dark"?s:ox()?"dark":"light"}let hp=lx();function lu(){return hp}function cx(s){hp=s,document.documentElement.dataset.theme=s,window.localStorage.setItem(Ay,s),_f.forEach(t=>t(s))}function ux(){cx(hp==="dark"?"light":"dark")}function dp(s){return _f.add(s),()=>_f.delete(s)}const Ry=Date.now(),Ds=s=>new Date(Ry-s*6e4).toISOString(),rt=s=>new Date(Ry-s*24*60*6e4).toISOString(),N_="/Users/demo/acme-app";Ds(1),Ds(1),Ds(42),Ds(20),rt(2),rt(1),rt(1),rt(1),rt(3),rt(3),Ds(0),Ds(0),Ds(3),Ds(3);Ds(1),rt(1),rt(1),rt(3),rt(6),rt(45),rt(1);Ds(48),Ds(1),Ds(48),Ds(47),Ds(46),Ds(45),Ds(3),Ds(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 My(){return!1}function _a(s){return(s==null?void 0:s.boundWorkflowPath)??null}class $s extends Error{constructor(n,a,l){super(a);Cd(this,"status");Cd(this,"reason");this.name="ApiError",this.status=n,this.reason=l}}function ya(){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":ya(),...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 $s(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:lu(),...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 $s&&(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":ya()},body:JSON.stringify(t)});if(!a.ok||!a.body){const h=await a.text().catch(()=>"");throw new $s(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":ya(),...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 $s(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 mx(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 _x(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}=_x(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 Ui(){if(typeof window>"u")return{};try{const s=window.localStorage.getItem(jy);return s?JSON.parse(s):{}}catch{return{}}}function _n(s){if(!(typeof window>"u"))try{window.localStorage.setItem(jy,JSON.stringify({...Ui(),...s}))}catch{}}function cu(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 xa(s){if(typeof s=="string")return s;try{return JSON.stringify(s,null,2)??String(s)}catch{return String(s)}}function uu(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 L_=3e3,O_=2e3;function xx(s){return s<1e3?`${s}ms`:`${(s/1e3).toFixed(1)}s`}function B_(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>O_?`${t.slice(0,O_)}
|
|
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
|
+
${B_(t.input)}`),(t==null?void 0:t.output)!==void 0&&a.push(`
|
|
57
|
+
Output:
|
|
58
|
+
${B_(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>L_?d.slice(d.length-L_):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 H_(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(H_(s.output)),s.logSlice&&a(s.logSlice),s.calls)for(const l of s.calls)l.result!==void 0&&a(H_(l.result));return n}const Ly="https://app.sapiom.ai",Oy=`${Ly}/agents`;function hu(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 I_=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 Dd={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=$.createContext({}),jx=()=>$.useContext(Dx),Nx=$.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 $.createElement("svg",{ref:h,...Dd,width:t??v??Dd.width,height:t??v??Dd.height,stroke:s??x,strokeWidth:A,className:By("lucide",E,l),...!d&&!Mx(c)&&{"aria-hidden":"true"},...c},[...p.map(([C,y])=>$.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 Le=(s,t)=>{const n=$.forwardRef(({className:a,...l},d)=>$.createElement(Nx,{ref:d,iconNode:t,className:By(`lucide-${Ax(I_(s))}`,`lucide-${s}`,a),...l}));return n.displayName=I_(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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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=Le("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"}]],mC=Le("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 _C=[["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=Le("external-link",_C);/**
|
|
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=Le("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=Le("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:"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=Le("folder",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=[["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"}]],TC=Le("frame",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=[["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"}]],RC=Le("globe",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=[["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"}]],DC=Le("hammer",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:"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"}]],NC=Le("history",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:"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"}]],OC=Le("image-up",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=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],HC=Le("info",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=[["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"}]],zC=Le("layout-template",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=[["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"}]],PC=Le("list-checks",$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:"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"}]],FC=Le("list",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:"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"}]],WC=Le("loader",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:"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"}]],VC=Le("log-out",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:"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"}]],KC=Le("maximize-2",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:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],JC=Le("menu",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:"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"}]],QC=Le("message-square",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:"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"}]],t2=Le("minimize-2",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:"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"}]],i2=Le("moon",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=[["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"}]],r2=Le("panel-left-close",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:"m14 9 3 3-3 3",key:"8010ee"}]],o2=Le("panel-left-open",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:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]],c2=Le("panel-right-close",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:"m10 15-3-3 3-3",key:"1pgupc"}]],h2=Le("panel-right-open",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=[["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"}]],f2=Le("paperclip",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:"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"}]],v2=Le("pencil",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:"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"}]],m2=Le("play",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 _2=[["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"}]],y2=Le("plug",_2);/**
|
|
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:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],S2=Le("plus",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:"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"}]],x2=Le("radio",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:"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"}]],E2=Le("refresh-cw",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:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],T2=Le("search",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:"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"}]],R2=Le("settings",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:"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"}]],D2=Le("sparkles",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:"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"}]],N2=Le("square-terminal",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=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],O2=Le("square",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=[["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"}]],H2=Le("sun",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=[["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"}]],z2=Le("tags",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:"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"}]],P2=Le("trash-2",$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:"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"}]],F2=Le("triangle-alert",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.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"}]],W2=Le("wand-sparkles",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=[["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"}]],V2=Le("workflow",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=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],K2=Le("x",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:"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"}]],J2=Le("zap",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=[["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"}]],Q2=Le("zoom-in",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:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],tE=Le("zoom-out",eE),sE={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:EC,FolderOpen:xC,Frame:TC,Globe:RC,Hammer:DC,History:NC,ImageUp:OC,Info:HC,LayoutTemplate:zC,List:FC,ListChecks:PC,Loader:WC,LogOut:VC,Maximize2:KC,Menu:JC,MessageSquare:QC,Minimize2:t2,MoreHorizontal:mC,Moon:i2,PanelLeftClose:r2,PanelLeftOpen:o2,PanelRightClose:c2,PanelRightOpen:h2,Paperclip:f2,Pencil:v2,Play:m2,Plug:y2,Plus:S2,Radio:x2,RefreshCw:E2,Search:T2,Settings:R2,Sparkles:D2,Square:O2,SquareTerminal:N2,Sun:H2,Tags:z2,Trash2:P2,TriangleAlert:F2,Wand2:W2,Workflow:V2,X:K2,Zap:J2,ZoomIn:Q2,ZoomOut:tE};function de({name:s,size:t=16}){const n=sE[s]??tC;return u.jsx(n,{size:t,strokeWidth:1.75,"aria-hidden":"true"})}function du(){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]=$.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 iE({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,g)=>b+(g.latencyMs??0),0),h=s.steps.some(b=>b.latencyMs!==void 0),v=new Set,S=[];for(const b of s.steps)for(const g of Ny(b))v.has(g.url)||(v.add(g.url),S.push(g));const f=[...s.steps].reverse().find(b=>b.output!==void 0),x=(n==null?void 0:n.definitionId)!=null?hu(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:pp(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:xa(f.output),className:"canvas-run-result",testid:"run-summary-output",copyTestid:"payload-copy-result"})]})}function nE({deployState:s,workflow:t,onDismiss:n,onOpenCode:a}){const l=(t==null?void 0:t.definitionId)!=null?hu(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:xa(t.result)})]})]},`${t.capability}-${n}`))})]})}function fp({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 pp(s){return s?`${s} run`:"run"}function fu({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 pc(s){return s.kind==="branching"?"branch":s.kind==="cross"?"pause resume":s.kind==="launch"?"launch":null}function rE({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 aE({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 oE(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=oE(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 z_({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:pp(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(fu,{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})]}),cu(s,n.name)&&u.jsx(du,{}),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(fp,{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 lE({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:pp(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=mx(A,s.edges),g=uu(t,A.id),_=g?[g.latencyMs!==void 0?Vn(g.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")}),g?u.jsx(fu,{status:g.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})]}),g&&cu(t,A.id)&&u.jsx(du,{}),u.jsx("span",{className:"canvas-step-meta",children:(_.length>0?_: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(cE,{graph:s,node:A,run:t,workflows:a,onOpenWorkflow:l,onAskAgent:d})})]},A.id)})]},`${x.group??"ungrouped"}-${E}`))]})}function cE({graph:s,node:t,run:n,workflows:a,onOpenWorkflow:l,onAskAgent:d}){const p=uu(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(fu,{status:p.status}),p.status,cu(n,t.id)&&u.jsx(du,{})]})]}),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:xa(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:xa(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(fp,{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)}),pc(f)&&u.jsx("span",{className:"canvas-detail-edge-kind",children:pc(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)}),pc(f)&&u.jsx("span",{className:"canvas-detail-edge-kind",children:pc(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 uE({node:s,run:t,workflows:n,onOpenWorkflow:a}){const l=uu(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(rE,{node:s}),u.jsx(aE,{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(fu,{status:l.status}),l.status,cu(t,s.id)&&u.jsx(du,{})]}),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:xa(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:xa(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(fp,{run:t})]})}function hE({node:s,run:t,onInjectPrompt:n,onClose:a}){const l=s?uu(t,s.id):null,[d,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}
|
|
427
|
+
|
|
428
|
+
${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:2,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 $_=24;function dE({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=$.useRef(null),x=$.useRef(null),E=$.useRef(null),A=$.useRef(null),C=$.useRef(Ui().canvasInspectorHeight??null),[y,b]=$.useState(null),[g,_]=$.useState(!1),[k,R]=$.useState(!1),D=k||S;$.useEffect(()=>{S&&R(!1)},[S]),$.useEffect(()=>{if(!k)return;const J=window.setTimeout(()=>R(!1),8e3);return()=>window.clearTimeout(J)},[k]);const j=()=>{var F;const J=(F=f.current)==null?void 0:F.parentElement;return J?Math.round(J.getBoundingClientRect().height*.5):Number.MAX_SAFE_INTEGER},T=()=>{var J;return(((J=x.current)==null?void 0:J.offsetHeight)??40)+1},M=$.useCallback(()=>{const J=x.current,F=E.current,G=A.current;if(!J||!F||!G)return;const ee=j(),O=C.current,P=window.getComputedStyle(F),L=(parseFloat(P.paddingTop)||0)+(parseFloat(P.paddingBottom)||0),B=J.offsetHeight+G.offsetHeight+L+1,V=O!=null?Math.min(Math.max(O,T()),ee):Math.min(B,ee);b(V)},[]);$.useLayoutEffect(M),$.useEffect(()=>{var G;if(typeof ResizeObserver>"u")return;const J=new ResizeObserver(M),F=(G=f.current)==null?void 0:G.parentElement;return F&&J.observe(F),A.current&&J.observe(A.current),()=>J.disconnect()},[M]);const H=J=>{C.current=Math.round(Math.min(Math.max(J,T()),j())),M()},U=()=>{_n({canvasInspectorHeight:C.current})},W=()=>{C.current=null,_n({canvasInspectorHeight:null}),M()},q=J=>{if(J.button!==0)return;const F=J.currentTarget,G=f.current;if(!G)return;try{F.setPointerCapture(J.pointerId)}catch{}_(!0);const ee=J.clientY,O=G.getBoundingClientRect().height,P=B=>{H(O+(ee-B.clientY))},L=()=>{_(!1),U(),window.removeEventListener("pointermove",P),window.removeEventListener("pointerup",L),window.removeEventListener("pointercancel",L)};window.addEventListener("pointermove",P),window.addEventListener("pointerup",L),window.addEventListener("pointercancel",L)},X=J=>{var G;const F=((G=f.current)==null?void 0:G.getBoundingClientRect().height)??0;J.key==="ArrowUp"?(J.preventDefault(),H(F+$_),U()):J.key==="ArrowDown"?(J.preventDefault(),H(F-$_),U()):J.key==="Home"&&(J.preventDefault(),W())};return u.jsxs("div",{ref:f,className:"canvas-overview"+(g?" 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:q,onDoubleClick:W,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("span",{className:"canvas-overview-stats",children:((s==null?void 0:s.stats)??"").split("·").map(J=>{const F=J.trim();if(!F)return null;const G=F.indexOf(" "),ee=G===-1?F:F.slice(0,G),O=G===-1?"":F.slice(G+1);return u.jsxs("span",{className:"canvas-overview-stat",children:[u.jsx("strong",{children:ee})," ",O]},F)})}),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(uE,{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(J=>u.jsx("li",{children:J},J))}),u.jsxs("div",{className:"canvas-legend-row","aria-hidden":"true",children:[u.jsxs("span",{children:[u.jsx("span",{className:"dot dot--entry"}),"entry / active step"]}),u.jsxs("span",{children:[u.jsx("span",{className:"dot dot--step"}),"step"]}),u.jsxs("span",{children:[u.jsx("span",{className:"dot dot--terminal"}),"terminal"]})]})]})})})]})}function ji({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 fE(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 pE=Ty();function sl(s,{onDismiss:t,containerRef:n,triggerRef:a}){$.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,Di=8;function vE(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*Di,t.startsWith("right")?(p.left=(a??s).getBoundingClientRect().right+wo,t.endsWith("start")?(p.top=d.top,l&&(p.maxHeight=window.innerHeight-d.top-Di)):(p.bottom=window.innerHeight-d.bottom,l&&(p.maxHeight=d.bottom-Di)),p):(t.startsWith("down")?(p.top=d.bottom+wo,l&&(p.maxHeight=window.innerHeight-d.bottom-wo-Di)):(p.bottom=window.innerHeight-d.top+wo,l&&(p.maxHeight=d.top-wo-Di)),t.endsWith("start")?p.left=Math.max(Di,d.left):p.right=Math.max(Di,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=$.useRef(null),[x,E]=$.useState(null);sl(s,{onDismiss:n,containerRef:f,triggerRef:t});const A=$.useCallback(()=>{const C=t.current;C&&E(vE(C,a,l,(d==null?void 0:d.current)??null,!p))},[t,a,l,d,p]);return $.useLayoutEffect(()=>{s?A():E(null)},[s,A]),$.useLayoutEffect(()=>{if(!s||x==null)return;const C=f.current;if(!C)return;const y=C.getBoundingClientRect();let b=0;y.left<Di?b=Di-y.left:y.right>window.innerWidth-Di&&(b=window.innerWidth-Di-y.right),!(Math.abs(b)<.5)&&E(g=>g==null?g:{...g,left:typeof g.left=="number"?g.left+b:g.left,right:typeof g.right=="number"?g.right-b:g.right})},[s,x]),$.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:pE.createPortal(u.jsx("div",{ref:f,className:c,role:h,"data-testid":v,style:x,children:S}),document.body)}function gE(s,t){return`${t?`${t} run`:"run"} ${s.status}`}function mE({workflow:s,detailStep:t,onBack:n,onAskAgent:a,surface:l,stepsSummary:d,run:p,runTarget:c,runs:h,onSelectRun:v}){const[S,f]=$.useState(!1),x=$.useRef(null),E=$.useCallback(()=>f(!1),[]),[A,C]=$.useState(!1),y=$.useRef(null),b=$.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(g=>!g),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 g;(g=navigator.clipboard)==null||g.writeText(t.label).catch(()=>{}),E()},children:[u.jsx(de,{name:"Copy",size:13}),"Copy step name"]})]})]})]});if(l==="steps"){const g=p&&u.jsxs(u.Fragment,{children:[p.status==="running"&&u.jsx("span",{className:"canvas-run-status is-running","aria-hidden":"true"}),gE(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:g}),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(_=>!_),children:[g,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((_,k)=>{const R=h.length-k,D=_.run.executionId===p.executionId,j=fE(_.observedAt);return u.jsxs("button",{role:"menuitemradio","aria-checked":D,className:"profile-menu-item"+(D?" is-selected":""),"data-testid":`canvas-run-option-${_.run.executionId}`,title:_.run.executionId,onClick:()=>{v(_.run.executionId),b()},children:[u.jsx(de,{name:D?"Check":"Play",size:13}),u.jsx("span",{children:`run ${R} · ${_.run.status} · ${_.target}`}),u.jsx("span",{className:"canvas-run-option-meta",children:j})]},_.run.executionId)})})]})]})}return null}const _E=4e3;function yE({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:g,preview:_,deployState:k,onDismissDeploy:R,onOpenCode:D,workflows:j,onOpenWorkflow:T,onCanvasState:M}){const[H,U]=$.useState(!1),W=$.useRef(M);W.current=M;const[q,X]=$.useState(0),[J,F]=$.useState(lu()),[G,ee]=$.useState(!1),[O,P]=$.useState(!0),[L,B]=$.useState(!1),V=$.useRef(null),te=$.useRef(null),ue=$.useRef(0),fe=$.useCallback(()=>{P(!1),B(!0),V.current&&clearTimeout(V.current),V.current=setTimeout(()=>B(!1),360)},[]),K=()=>{const me=ue.current-Date.now();te.current&&clearTimeout(te.current),me>0?te.current=setTimeout(fe,me):fe()};$.useEffect(()=>()=>{V.current&&clearTimeout(V.current),te.current&&clearTimeout(te.current)},[]),$.useEffect(()=>{if(!O)return;const me=window.setTimeout(fe,_E);return()=>window.clearTimeout(me)},[O,fe]);const[z,ce]=$.useState(1),[ae,ye]=$.useState({x:0,y:0}),[Ce,$e]=$.useState(!1),Pe=$.useRef(null),qe=$.useRef(null),[Ue,je]=$.useState(.25),Ke=me=>Math.min(3,Math.max(Ue,Math.round(me*100)/100)),[vt,$t]=$.useState(null),kt=$.useRef(!1),[ns,Ct]=$.useState({zoom:1,x:0,y:0}),tt=$.useCallback(()=>{const me=Pe.current;if(!vt||!me)return null;const De=me.getBoundingClientRect();if(De.width<80||De.height<80)return null;const ze=De.width-vt.insetX*2,St=De.height-vt.insetTop-vt.insetBottom;if(ze<=0||St<=0)return null;const We=Math.min(1,ze/vt.width,St/vt.height);return{zoom:Math.max(.1,Math.round(We*100)/100),x:0,y:0}},[vt]),Be=$.useCallback(()=>{let me=12;const De=()=>{const ze=tt();if(ze){je(Math.min(.25,ze.zoom)),kt.current=!1,ce(ze.zoom),ye({x:ze.x,y:ze.y}),Ct(ze);return}if(vt&&me-- >0){requestAnimationFrame(De);return}je(.25),kt.current=!1,ce(1),ye({x:0,y:0}),Ct({zoom:1,x:0,y:0})};De()},[tt,vt]);$.useEffect(()=>{!vt||kt.current||Be()},[vt,Be]),$.useEffect(()=>{const me=Pe.current;if(!me||typeof ResizeObserver>"u")return;const De=new ResizeObserver(()=>{kt.current||Be()});return De.observe(me),()=>De.disconnect()},[Be]),$.useEffect(()=>{var ze,St,We;(St=(ze=qe.current)==null?void 0:ze.contentWindow)==null||St.postMessage({type:"sapiom-canvas:view",zoom:z,x:ae.x,y:ae.y},"*");const me=cs.current,De=qe.current;if(me&&De){const us=De.getBoundingClientRect();(We=De.contentWindow)==null||We.postMessage({type:"sapiom-canvas:hover",x:me.x-us.left,y:me.y-us.top},"*")}},[z,ae]),$.useEffect(()=>{const me=Pe.current;if(!me)return;const De=ze=>{ze.preventDefault(),kt.current=!0,ce(St=>Ke(St*(ze.deltaY<0?1.1:1/1.1)))};return me.addEventListener("wheel",De,{passive:!1}),()=>me.removeEventListener("wheel",De)});const He=me=>{var St,We;const De=qe.current;if(!De)return;const ze=De.getBoundingClientRect();if(typeof me.clientX=="number"&&typeof me.clientY=="number"){const{clientX:us,clientY:ks,...Tt}=me;(St=De.contentWindow)==null||St.postMessage({...Tt,x:us-ze.left,y:ks-ze.top},"*");return}(We=De.contentWindow)==null||We.postMessage(me,"*")},[Ls,gt]=$.useState(!1),qt=$.useRef(!1),is=$.useRef(0),cs=$.useRef(null),at=me=>{if(cs.current={x:me.clientX,y:me.clientY},Ce)return;const{clientX:De,clientY:ze}=me;cancelAnimationFrame(is.current),is.current=requestAnimationFrame(()=>{He({type:"sapiom-canvas:hover",clientX:De,clientY:ze})})},rs=()=>{cancelAnimationFrame(is.current),cs.current=null,gt(!1),qt.current=!1,He({type:"sapiom-canvas:hover",x:-1,y:-1})},Wt=me=>{if(me.button!==0)return;const De=me.currentTarget;try{De.setPointerCapture(me.pointerId)}catch{}$e(!0),He({type:"sapiom-canvas:press",clientX:me.clientX,clientY:me.clientY,down:!0});let ze=!0;const St=()=>{ze&&(ze=!1,He({type:"sapiom-canvas:press",down:!1}))};let We=me.clientX,us=me.clientY;const ks=me.clientX,Tt=me.clientY,bn=as=>{const Ti=as.clientX-We,Ar=as.clientY-us;We=as.clientX,us=as.clientY,(Math.abs(as.clientX-ks)>=4||Math.abs(as.clientY-Tt)>=4)&&(St(),kt.current=!0),ye(Sn=>({x:Sn.x+Ti,y:Sn.y+Ar}))},Oi=as=>{$e(!1),St(),De.removeEventListener("pointermove",bn),De.removeEventListener("pointerup",Oi),De.removeEventListener("pointercancel",Oi),Math.abs(as.clientX-ks)<4&&Math.abs(as.clientY-Tt)<4&&(He({type:"sapiom-canvas:pick",clientX:as.clientX,clientY:as.clientY}),qt.current||Rt(null))};De.addEventListener("pointermove",bn),De.addEventListener("pointerup",Oi),De.addEventListener("pointercancel",Oi)},[bt,Rt]=$.useState(null);$.useEffect(()=>{if(!p&&bt==null)return;const me=De=>{De.key==="Escape"&&(bt!=null?Rt(null):c())};return window.addEventListener("keydown",me),()=>window.removeEventListener("keydown",me)},[p,bt,c]);const[Zt,qs]=$.useState(!0),[Ee,it]=$.useState(!1),[Nt,Es]=$.useState(null),[xs,Os]=$.useState(null),[Qt,Li]=$.useState(null),[ki,ti]=$.useState(null);$.useEffect(()=>{const me=De=>{var St;const ze=De.data;if(!(!ze||De.source!==((St=qe.current)==null?void 0:St.contentWindow))){if(ze.type==="sapiom-canvas:overview")Es({description:typeof ze.description=="string"?ze.description:"",stats:typeof ze.stats=="string"?ze.stats:"",notes:Array.isArray(ze.notes)?ze.notes.filter(We=>typeof We=="string"):[]});else if(ze.type==="sapiom-canvas:graph")Li(Sx(ze.graph));else if(ze.type==="sapiom-canvas:node"){const We=ze.id;typeof We=="string"&&Rt(We)}else if(ze.type==="sapiom:node-click"){const We=ze.stepName;typeof We=="string"&&Li(us=>{if(us){const ks=us.nodes.find(Tt=>Tt.label===We)??us.nodes.find(Tt=>Tt.id===We)??null;ks&&Rt(ks.id)}return us})}else if(ze.type==="sapiom-canvas:hit"){const We=typeof ze.id=="string";gt(We),qt.current=We}else if(ze.type==="sapiom-canvas:size"){const We=ze;typeof We.width=="number"&&We.width>0&&typeof We.height=="number"&&We.height>0&&$t({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(ze.type==="sapiom-canvas:error"){const We=ze;Os({title:typeof We.title=="string"?We.title:"",reason:typeof We.reason=="string"?We.reason:""})}}};return window.addEventListener("message",me),()=>window.removeEventListener("message",me)},[]),$.useEffect(()=>{Es(null),Os(null),Li(null),Rt(null),ti(null),qs(!0),gt(!1),qt.current=!1,$t(null),ce(1),ye({x:0,y:0}),Ct({zoom:1,x:0,y:0}),kt.current=!1},[s,q]);const Ws=Qt&&bt?Qt.nodes.find(me=>me.id===bt)??null:null;$.useEffect(()=>{var me,De;(De=(me=qe.current)==null?void 0:me.contentWindow)==null||De.postMessage({type:"sapiom-canvas:select",id:bt},"*")},[bt]);const yn=$.useCallback(()=>{var me,De;!C||!y||!s||My()||O||(De=(me=qe.current)==null?void 0:me.contentWindow)==null||De.postMessage({type:"sapiom:run-state",steps:C.steps,status:C.status,target:y},"*")},[C,y,s,O]);$.useEffect(()=>{yn()},[yn]);const ie=Nt??void 0,[ve,xe]=$.useState(new Set);$.useEffect(()=>dp(F),[]),$.useEffect(()=>{var De;if(P(!0),!s){U(!1),(De=W.current)==null||De.call(W,!1);return}U(!1);let me=!1;return ee(!0),fetch(`/canvas/${s}/`,{method:"HEAD"}).then(ze=>{var St;me||(U(ze.ok),(St=W.current)==null||St.call(W,ze.ok))}).catch(()=>{}).finally(()=>!me&&ee(!1)),()=>{me=!0}},[s]),$.useEffect(()=>{var me;!t||!s||t.type==="canvas.reload"&&t.harnessSessionId===s&&(U(!0),(me=W.current)==null||me.call(W,!0),P(!0),X(De=>De+1))},[t,s]);const be=(n==null?void 0:n.path)??null;$.useEffect(()=>{P(!0),X(me=>me+1),ce(1),ye({x:0,y:0}),Ct({zoom:1,x:0,y:0}),kt.current=!1},[be]);const Me=v.filter(me=>me.harnessSessionId===s&&(me.workflowPath==null||me.workflowPath===be)),_t=Me.some(me=>me.status==="running"&&me.macroId==="describe"),ot=Me.find(me=>me.status==="running"&&me.macroId!=="describe")??null,Ze=Me.filter(me=>me.status!=="running"&&me.macroId!=="describe").sort((me,De)=>(De.endedAt??"").localeCompare(me.endedAt??""))[0],Xe=!ot&&(Ze==null?void 0:Ze.status)==="failed"&&!ve.has(Ze.id)?Ze:null,lt=Xe?h.find(me=>me.id===Xe.macroId)??null:null,yt=h.find(me=>me.id==="visualize")??null,vs=s!=null&&!0,dt=H&&vs,Gs=u.jsxs(u.Fragment,{children:[k&&u.jsx(nE,{deployState:k,workflow:n,onDismiss:R,onOpenCode:D}),C&&u.jsx(iE,{run:C,runTarget:y,workflow:n,preview:_})]});return u.jsxs("aside",{className:"canvas-pane",children:[n&&!l&&u.jsx(mE,{workflow:n,detailStep:null,onBack:()=>{},onAskAgent:f,surface:E,stepsSummary:Qt&&Qt.nodes.length>0?yx(Qt):null,run:C,runTarget:y,runs:b,onSelectRun:g}),a?u.jsx(ji,{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(ji,{className:"canvas-empty",icon:"Radio",title:"No session",body:"Start a session to see the agent's steps here."}):u.jsx(ji,{className:"canvas-empty",icon:"Radio",title:"No session",body:"Start a session to see its canvas here."}):Xe?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})," ",Xe.label," failed."]}),Xe.errorTail&&u.jsx("pre",{className:"canvas-task-error",children:Xe.errorTail}),u.jsxs("div",{className:"canvas-task-actions",children:[lt&&u.jsx("button",{className:"btn-primary","data-testid":"canvas-task-retry",onClick:()=>S(lt),children:"Retry"}),u.jsx("button",{className:"btn-ghost","data-testid":"canvas-task-dismiss",onClick:()=>xe(me=>{const De=new Set(me);return De.add(Xe.id),De}),children:"Dismiss"})]})]}):ot&&!dt?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((me,De)=>u.jsx("li",{children:me},`${De}-${me}`))}),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."})]}):G?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…"})]}):!dt&&E==="steps"&&(C||k)?u.jsxs("div",{className:"canvas-steps-surface","data-testid":"canvas-steps-surface",children:[Gs,C&&u.jsx(z_,{run:C,target:y})]}):!dt&&d?u.jsx(ji,{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.`}):dt?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:z<=Ue+.001,onClick:()=>{kt.current=!0,ce(me=>Math.max(Ue,Math.round((me-.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:z===1,onClick:()=>{kt.current=!0,ce(1)},children:[Math.round(z*100),"%"]}),u.jsx("button",{className:"theme-toggle","data-testid":"canvas-zoom-in","aria-label":"Zoom in",title:"Zoom in",disabled:z>=2,onClick:()=>{kt.current=!0,ce(me=>Math.min(2,Math.round((me+.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:z===ns.zoom&&ae.x===ns.x&&ae.y===ns.y,onClick:Be,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"})]}),xs&&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 me=xs.reason.trim();return me.length<4?"The agent graph could not be extracted. Open the terminal for details.":me.includes(": ")?me.slice(me.indexOf(": ")+2).split(". ")[0]:me})()}),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 ${xs.title||"this agent"} failed: ${xs.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:()=>{yt?S(yt):(ue.current=Date.now()+900,P(!0),X(me=>me+1))},children:"Retry"})]}),u.jsxs("details",{className:"canvas-error-details",children:[u.jsx("summary",{children:"Details"}),u.jsx("pre",{children:xs.reason.trim().length>=4?xs.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((me,De)=>u.jsx("li",{children:me},`${De}-${me}`))}),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&&!Zt&&!Ws&&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:()=>qs(!0),children:"i"}),E==="board"&&u.jsx("button",{className:"theme-toggle canvas-chat-toggle"+(Ee?" is-active":""),"data-testid":"canvas-chat-toggle","aria-label":Ee?"Close chat":"Open chat","data-tooltip":"Chat — ask about this agent or the selected step",onClick:()=>it(me=>!me),children:u.jsx(de,{name:"MessageSquare",size:14})}),u.jsx("iframe",{ref:qe,className:"canvas-iframe",src:`/canvas/${s}/?theme=${J}`,sandbox:"allow-scripts",scrolling:"no",onLoad:()=>{var me,De,ze,St;K(),(De=(me=qe.current)==null?void 0:me.contentWindow)==null||De.postMessage({type:"sapiom-canvas:view",zoom:z,x:ae.x,y:ae.y},"*"),C&&y&&s&&((St=(ze=qe.current)==null?void 0:ze.contentWindow)==null||St.postMessage({type:"sapiom:run-state",steps:C.steps,status:C.status,target:y},"*"))},onError:fe},`${s}:${q}`),u.jsx("div",{ref:Pe,className:"canvas-pan-layer"+(Ce?" is-panning":""),"data-testid":"canvas-pan-layer","data-over-node":Ls&&!Ce?"true":void 0,onPointerDown:Wt,onPointerMove:at,onPointerLeave:rs,onDoubleClick:Be})]}),E==="steps"&&u.jsxs("div",{className:"canvas-steps-surface","data-testid":"canvas-steps-surface",children:[Gs,Qt&&Qt.nodes.length>0?u.jsx(lE,{graph:Qt,run:C,runTarget:y,workflows:j,onOpenWorkflow:T,onAskAgent:f,expandedId:ki,onToggle:me=>ti(De=>De===me?null:me)}):C?u.jsx(z_,{run:C,target:y}):u.jsx(ji,{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&&Zt||Ws)&&u.jsx(dE,{overview:ie??null,selectedNode:Ws,graph:Qt,run:C,workflows:j,onOpenWorkflow:T,onOpenSteps:()=>{bt&&ti(bt),A()},onDeselect:()=>Rt(null),onCollapse:()=>qs(!1),onDescribeWithAI:n&&s&&!d?()=>x(n):void 0,describing:_t}),E==="board"&&Ee&&u.jsx(hE,{node:Ws,run:C,onInjectPrompt:f,onClose:()=>it(!1)})]})})}):u.jsx(ji,{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 bE="https://tools.sapiom.ai",SE="x-sapiom-api-key",wE="YOUR_SAPIOM_API_KEY";function xE(s){return s==null?"{ /* your input */ }":JSON.stringify(s,null,2).replace(/\n/g,`
|
|
429
|
+
`)}function CE(s){return s==null?"{}":JSON.stringify(s)}function EE(s){return s.replace(/'/g,"'\\''")}function kE(s,t){return`import { agents } from "@sapiom/tools";
|
|
430
|
+
|
|
431
|
+
const result = await agents.run({
|
|
432
|
+
definition: ${JSON.stringify(s)},
|
|
433
|
+
input: ${xE(t)},
|
|
434
|
+
});
|
|
435
|
+
|
|
436
|
+
if (result.status === "completed") {
|
|
437
|
+
console.log(result.output);
|
|
438
|
+
}
|
|
439
|
+
`}function TE(s,t,n){const a=EE(`{ "input": ${CE(t)} }`),l=encodeURIComponent(s);return`curl -X POST ${n}/agents/v1/definitions/${l}/executions \\
|
|
440
|
+
-H "${SE}: ${wE}" \\
|
|
441
|
+
-H "Content-Type: application/json" \\
|
|
442
|
+
-d '${a}'
|
|
443
|
+
`}function AE(s){const{definition:t,inputSample:n,baseUrl:a=bE}=s;return{typescript:kE(t,n),curl:TE(t,n,a)}}const RE=new Set(["pending","queued","building"]),ME=new Set(["failed","cancelled","superseded","stale"]);function Ca(s,t=null){return s.activeBuildRunStatus==="ready"?"ready":s.activeBuildRunStatus!=null&&RE.has(s.activeBuildRunStatus)?"building":t!=null||s.activeBuildRunStatus!=null&&ME.has(s.activeBuildRunStatus)?"failed":s.definitionId==null?"draft":"linked"}function yf(s){return(s==null?void 0:s.activeBuildRunStatus)==="ready"}function DE(s,t=null){switch(Ca(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 jE="https://app.sapiom.ai/settings?tab=api-keys";function NE({boundWorkflow:s,agentsBaseUrl:t}){return yf(s)?u.jsx(LE,{boundWorkflow:s,agentsBaseUrl:t}):null}function LE({boundWorkflow:s,agentsBaseUrl:t}){const[n,a]=$.useState("typescript"),[l,d]=$.useState(!1),p=s.definitionSlug==null,c=s.definitionSlug??s.name,{typescript:h,curl:v}=AE({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:jE,target:"_blank",rel:"noreferrer",children:"Sapiom dashboard"}),"."]})]})}function OE({boundWorkflow:s,noSessionAgent:t=null,agentsBaseUrl:n,lastDeployError:a=null}){if(!s)return u.jsx(ji,{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=Ca(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(NE,{boundWorkflow:s,agentsBaseUrl:n},s.path)}):u.jsx(ji,{className:"code-panel-empty",icon:"Code",title:c,body:h})]})}function P_(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 BE={command:"LayoutTemplate",session:"Radio",past:"History",workflow:"Workflow",recent:"Folder",path:"Folder"},jd={command:"Actions",session:"Sessions",past:"Past sessions",workflow:"Agents",recent:"Folders",path:"Folders"},HE=6;function U_(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 IE(s,t){const n=P_(s,t.label);if(n)return{item:{...t,labelIndices:n.indices},score:1e3+n.score};const a=P_(s,t.meta);return a?{item:{...t,metaIndices:a.indices},score:a.score}:null}function zE({sessions:s,workflows:t,recentDirs:n,history:a,listDir:l,onSelectSession:d,onReviewSummary:p,onOpenPath:c,onBrowseTemplates:h,onClose:v}){const[S,f]=$.useState(""),[x,E]=$.useState([]),[A,C]=$.useState(!1),[y,b]=$.useState(!1),[g,_]=$.useState(0),k=$.useRef(null);$.useEffect(()=>{var M;(M=k.current)==null||M.focus()},[]);const R=S.startsWith("/")||S.startsWith("~");$.useEffect(()=>{if(!R){E([]),b(!1);return}let M=!1;C(!0),b(!1);const H=setTimeout(()=>{l(S).then(U=>{M||E(U.dirs)}).catch(()=>{M||(E([]),b(!0))}).finally(()=>!M&&C(!1))},150);return()=>{M=!0,clearTimeout(H)}},[S,R,l]);const D=$.useMemo(()=>{if(R){const G=S.trim(),ee=G?[{id:`confirm:${G}`,kind:"path",label:G,meta:"Open this path",path:G}]:[],O=x.map(P=>({id:`dir:${P.path}`,kind:"path",label:P.name,meta:P.path,path:P.path}));return[...ee,...O]}const M=s.filter(G=>G.status!=="exited").map(G=>({id:`session:${G.id}`,kind:"session",label:G.title,meta:G.cwd,sessionId:G.id})),H=new Set(s.map(G=>G.id)),U=new Set(s.map(G=>G.agentSessionId).filter(G=>G!=null)),W=[...s.filter(G=>G.status==="exited").map(G=>({id:`past:${G.id}`,kind:"past",label:G.title,meta:G.cwd,sessionId:G.id})),...a.filter(G=>!(G.harnessSessionId!=null&&H.has(G.harnessSessionId))&&!U.has(G.agentSessionId)).map(G=>({id:`summary:${G.agentSessionId}`,kind:"past",label:G.title,meta:G.cwd,summary:G}))],q=t.map(G=>({id:`workflow:${G.path}`,kind:"workflow",label:G.name,meta:G.path,path:G.path})),X=[{id:"command:browse-templates",kind:"command",label:"Browse templates",meta:"Gallery and starters"}],J=new Set(t.map(G=>G.path)),F=n.filter(G=>!J.has(G)).map(G=>({id:`recent:${G}`,kind:"recent",label:G.split("/").filter(Boolean).pop()??G,meta:G,path:G}));return S?[M,W,q,F,X].flatMap(G=>G.map(ee=>IE(S,ee)).filter(ee=>ee!==null).sort((ee,O)=>O.score-ee.score).map(ee=>ee.item)).slice(0,20):[...M,...W.slice(0,HE),...q,...F].slice(0,20-X.length).concat(X)},[S,R,x,s,t,n,a]);$.useEffect(()=>_(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(),_(H=>Math.min(H+1,D.length-1));else if(M.key==="ArrowUp")M.preventDefault(),_(H=>Math.max(H-1,0));else if(M.key==="Enter"){M.preventDefault();const H=D[g];H&&j(H)}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,H)=>u.jsxs("div",{className:"command-palette-row",children:[!R&&(H===0||jd[M.kind]!==jd[D[H-1].kind])&&u.jsx("div",{className:"command-palette-section","data-testid":"command-palette-section",children:jd[M.kind]}),u.jsxs("button",{type:"button",className:"command-palette-item"+(H===g?" is-selected":""),"data-testid":`command-palette-item-${H}`,onMouseEnter:()=>_(H),onClick:()=>j(M),children:[u.jsx(de,{name:BE[M.kind],size:14}),u.jsx("span",{className:"command-palette-item-label",children:U_(M.label,M.labelIndices)}),u.jsx("span",{className:"command-palette-item-meta",children:U_(M.meta,M.metaIndices)})]})]},M.id))]})]})})}const $E={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 PE({status:s,onRetry:t,retrying:n=!1,detail:a,onStartAuth:l}){const d=$E[s],[p,c]=$.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 UE({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 FE(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 qE=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,qE)}const il={"claude-code":"Claude Code",codex:"Codex"};function vp(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 WE(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 F_(s){return s.resumeMode===void 0?"checking":s.resumeMode==="agent-resume"?"resume":(s.turnCount??s.messageCount??0)>0?"from-summary":"empty"}function GE(s){switch(s){case"resume":return null;case"from-summary":return"from summary";case"empty":return"nothing recorded";case"checking":return"checking…"}}function bf(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?GE(n.state):null;return d&&a.push(d),a.push(vp(s.lastActiveAt,t)),a.join(" · ")}function Fy(s,t){const[n,a]=$.useState(s===null?{status:"empty"}:{status:"loading"});return $.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(`
|
|
444
|
+
`),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(`
|
|
445
|
+
`)})},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 q_={"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."},VE=["assistant-narration-gap","truncated-tool-output","missing-assistant-text","incomplete-final-turn","compacted-archive","dropped-early-turns"];function YE(s){const t=new Set(s),n=VE.filter(l=>t.has(l)).map(l=>q_[l]),a=[...t].filter(l=>!(l in q_)).map(l=>`Known gap reported by the harness: ${l}.`);return[...n,...a]}function KE(s){if(!s)return null;const t=[];return s.inputTokens!=null&&t.push(`${W_(s.inputTokens)} in`),s.outputTokens!=null&&t.push(`${W_(s.outputTokens)} out`),t.length>0?t.join(" · "):null}function W_(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 XE(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 JE({record:s}){const t=YE(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(ZE,{turn:a},a.index))})]})}function ZE({turn:s}){const t=KE(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(QE,{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 QE({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:XE(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 G_(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 ek({session:s,resumeMode:t,loadRecord:n,onResume:a,onContinue:l,onClose:d}){const p=s.agentSessionId!=null&&t!=="rehydrate",c=WE(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:vp(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:G_(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:[G_(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 tk({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:[bf(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(JE,{record:s.record})}const sk="~/.sapiom/harness",ik={events:`${sk}/events.ndjson`},nk=["image/png","image/jpeg","image/gif","image/webp"],V_=10*1024*1024,rk=["claude-code","codex"],ak=$.createContext(null),Nd=s=>s<1024?`${s} B`:s<1024*1024?`${Math.round(s/1024)} KB`:`${(s/(1024*1024)).toFixed(1)} MB`,ok=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)}),lk=({sessionId:s,harness:t,api:n,showToast:a,children:l})=>{const[d,p]=$.useState(null),[c,h]=$.useState([]),[v,S]=$.useState(!1),[f,x]=$.useState(!1),E=$.useRef(null),A=$.useRef(0);$.useEffect(()=>{let T=!1;return n.listHarnesses().then(M=>{T||p(M)}).catch(()=>{}),()=>{T=!0}},[n]);const C=$.useMemo(()=>{var T;return d?((T=d.find(M=>M.id===t))==null?void 0:T.imageInput)??!1:!0},[d,t]);$.useEffect(()=>{h([]),A.current=0,S(!1)},[s]);const y=$.useCallback(async T=>{const M=T.filter(U=>U.type.startsWith("image/"));if(M.length===0)return;const H=[];for(const U of M){if(!nk.includes(U.type)){a(`${U.name||"image"}: ${U.type} isn't a supported image type.`);continue}if(U.size>V_){a(`${U.name||"image"} is ${Nd(U.size)}, over the ${Nd(V_)} limit.`);continue}try{const W=await ok(U);H.push({id:crypto.randomUUID(),dataUrl:W,filename:U.name||"pasted-image",mediaType:U.type,bytes:U.size})}catch{a(`Could not read ${U.name||"image"}.`)}}H.length>0&&h(U=>[...U,...H])},[a]);$.useEffect(()=>{if(!C)return;const T=M=>{var W;const H=(W=M.clipboardData)==null?void 0:W.items;if(!H)return;const U=[];for(let q=0;q<H.length;q+=1){const X=H[q];if(X.kind==="file"&&X.type.startsWith("image/")){const J=X.getAsFile();J&&U.push(J)}}U.length!==0&&(M.preventDefault(),y(U))};return window.addEventListener("paste",T),()=>window.removeEventListener("paste",T)},[C,y]);const b=$.useCallback(T=>{h(M=>M.filter(H=>H.id!==T))},[]),g=$.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(H=>H.filter(U=>U.id!==M.id))}catch(H){T=H instanceof $s&&H.reason?H.reason:H.message;break}x(!1),T&&a(T)},[c,f,n,s,a]),_=$.useCallback(T=>{Array.from(T.dataTransfer.types).includes("Files")&&(A.current+=1,S(!0))},[]),k=$.useCallback(T=>{Array.from(T.dataTransfer.types).includes("Files")&&T.preventDefault()},[]),R=$.useCallback(()=>{A.current=Math.max(0,A.current-1),A.current===0&&S(!1)},[]),D=$.useCallback(T=>{Array.from(T.dataTransfer.types).includes("Files")&&(T.preventDefault(),A.current=0,S(!1),y(Array.from(T.dataTransfer.files)))},[y]),j=$.useCallback(()=>{var T;(T=E.current)==null||T.click()},[]);return C?u.jsxs("div",{className:"image-composer","data-testid":"image-composer",onDragEnter:_,onDragOver:k,onDragLeave:R,onDrop:D,children:[u.jsx(ak.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} · ${Nd(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 g(),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 ck({onCancel:s,onConfirm:t,triggerRef:n}){const a=$.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 uk(s){return s.split("/").filter(Boolean).pop()??s}function hk({overviewMode:s=!1,openedAgentName:t=null,reviewTitle:n=null,composing:a=!1,activeSession:l,sessionName:d,onRenameSession:p,boundWorkflowName:c,busy:h,onExpandRail:v,onExpandRight:S,onCloseSession:f,onOpenInEditor:x,onToast:E,actions:A=null,onNewSession:C=null,sessions:y=[],onSelectSession:b=null,labelOf:g}){const[_,k]=$.useState(!1),[R,D]=$.useState(!1),[j,T]=$.useState(!1),[M,H]=$.useState(""),U=$.useRef(null),W=()=>D(!1),q=()=>{l&&p(l.id,M),T(!1)},X=l?y.filter(F=>F.id!==l.id):[],J=l?[l,...X]:[];return u.jsxs("div",{className:"session-bar",children:[v&&u.jsx("button",{className:"gear-btn","data-testid":"rail-expand","aria-label":"Expand workspace panel",title:"Expand workspace panel",onClick:v,children:u.jsx(de,{name:"Menu",size:15})}),u.jsx("div",{className:"session-queue","data-testid":"session-context","data-session-id":(l==null?void 0:l.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?u.jsxs("div",{className:"session-current session-current-static",children:[u.jsx(de,{name:"MessageSquare",size:13}),u.jsx("span",{className:"session-context-title","data-testid":"session-context-title",children:"new session"})]}):l?u.jsx(u.Fragment,{children:u.jsxs("div",{className:"session-current-wrap",children:[j?u.jsx("input",{className:"group-name-input session-rename-input session-context-rename","data-testid":"session-rename-input",value:M,autoFocus:!0,onFocus:F=>F.currentTarget.select(),onChange:F=>H(F.target.value),onKeyDown:F=>{F.key==="Enter"&&q(),F.key==="Escape"&&T(!1)},onBlur:q}):u.jsxs("button",{ref:U,className:"session-current session-title-trigger","data-testid":"session-menu","aria-haspopup":"menu","aria-expanded":R,"data-tooltip":`${il[l.harness]} · ${uk(l.cwd)} · ${l.cwd}`,onClick:()=>D(F=>!F),children:[h?u.jsx("span",{className:"session-busy","data-testid":"session-busy","aria-hidden":"true"}):u.jsx("span",{className:"session-dot","data-status":l.status}),u.jsx("span",{className:"session-context-title","data-testid":"session-context-title",children:g?g(l):d??l.title}),u.jsx(de,{name:"ChevronDown",size:13})]}),u.jsxs(Yn,{open:R,anchorRef:U,onDismiss:W,placement:"down-start",className:"session-menu",role:"menu",testid:"session-menu-popover",children:[u.jsx("div",{className:"session-menu-section",children:"Sessions"}),J.map(F=>{const G=F.id===l.id;return u.jsxs("button",{role:"menuitemradio","aria-checked":G,className:"profile-menu-item session-switch-item"+(G?" is-selected":""),"data-testid":`session-switch-${F.id}`,onClick:()=>{G||b==null||b(F.id),W()},children:[u.jsx("span",{className:"session-dot","data-status":F.status}),u.jsx("span",{className:"session-switch-label",children:g?g(F):F.title}),u.jsx("span",{className:"session-switch-meta",children:vp(F.lastActiveAt)}),G&&u.jsx(de,{name:"Check",size:13})]},F.id)}),C&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item session-menu-new","data-testid":"session-new-menu",onClick:()=>{C(),W()},children:[u.jsx(de,{name:"Plus",size:13}),"New session"]}),u.jsx("div",{className:"session-menu-divider",role:"separator"}),c&&u.jsxs("div",{className:"session-menu-bound","data-testid":"session-workflow-chip",children:["Bound to ",u.jsx("strong",{children:c})," · shown in Canvas"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item",onClick:()=>{var F;(F=navigator.clipboard)==null||F.writeText(l.cwd).then(()=>E("Path copied.")).catch(()=>E("Couldn't copy the path.")),W()},children:[u.jsx(de,{name:"Copy",size:13}),"Copy path"]}),u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"session-rename",onClick:()=>{H(d??l.title),T(!0),W()},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:()=>{x(l.cwd),W()},children:[u.jsx(de,{name:"Code",size:13}),"Open in editor"]}),l.status!=="exited"&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item session-menu-danger","data-testid":"session-end-btn",onClick:()=>{W(),k(!0)},children:[u.jsx(de,{name:"X",size:13}),"End session…"]})]})]})}):u.jsx("span",{className:"session-context-none",children:"No active session"})}),C&&(l||a)&&u.jsx("button",{className:"session-new","data-testid":"session-new","aria-label":"New session","data-tooltip":"New session",onClick:C,children:u.jsx(de,{name:"Plus",size:15})}),A,S&&u.jsx("button",{className:"gear-btn","data-testid":"right-expand","aria-label":"Expand canvas panel",title:"Expand canvas panel",onClick:S,children:u.jsx(de,{name:"List",size:15})}),_&&l&&u.jsx(ck,{triggerRef:U,onCancel:()=>k(!1),onConfirm:()=>{k(!1),f(l.id)}})]})}const Y_={deploy:"deploy",prod_run:"prod-run",run_local:"run-local"};function Vy(s){return Object.prototype.hasOwnProperty.call(Y_,s)?Y_[s]:null}function dk(s){return Vy(s.id)===null&&s.action.kind==="inject"}function fk(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 pk(s,t){return s.replace("{{workflow.definitionId}}",String((t==null?void 0:t.definitionId)??""))}function Hc(s,t,n){const a={event:s,...t?{data:t}:{}};fetch("/api/track",{method:"POST",headers:{"Content-Type":"application/json","X-Harness-Token":ya()},body:JSON.stringify(a),keepalive:!0}).catch(()=>{})}function vk({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(g=>g.id===b),f=Ca(s,p),x=f==="ready",E=s.definitionId!=null?hu(s.definitionId):Ly,[A,C]=$.useState(null);$.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 g=b.needsAuth&&!c?"Connect your account first":null,_=b.needsDeploy?DE(s,p):null,k=!n&&b.macro&&dk(b.macro)?"Session is starting":null,R=g??_??k??(b.macro?fk(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),Hc("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 gk({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 mk=/^[a-z0-9][a-z0-9-]{0,213}$/,gp="sapiom-agent",_k=3,K_=32,yk=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 mk.test(s)}function bk(s){var p;const t=s.toLowerCase().replace(/[^a-z0-9]+/g," ").split(" ").filter(Boolean),n=t.filter(c=>!yk.has(c)),a=n.length>0?n:t,l=[];for(const c of a.slice(0,_k)){if((l.length===0?c:`${l.join("-")}-${c}`).length>K_)break;l.push(c)}const d=l.join("-")||((p=a[0])==null?void 0:p.slice(0,K_))||"";return Yy(d)?d:gp}function Ky(s,t){const n=(t==null?void 0:t.trim().replace(/\/+$/,""))??"",a=s.trim();return!n||!a?"":`${n}/${a}`}function Sk(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 wk(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 xk(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 X_=[{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."}],Ck={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 Ek(s){return s?Ck[s]??s.replace(/-/g," ").replace(/^./,t=>t.toUpperCase()):"Uncategorised"}function mp(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 kk(s){return`${s.label}: ${Xy(s)}`}function J_(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 Tk(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: ${Sf(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 Ak(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 Sf(s,t){return"call the sapiom_dev_agents_scaffold tool with "+JSON.stringify({dir:s,template:t})}function Rk(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 Mk(s,t){const n=s.kind==="starter"&&s.id==="default"?gp:s.id;return Ky(n,t)}const ba="(none)",Z_={query:"",category:null,cadence:null};function Dk(s){return s.query.trim()!==""||s.category!==null||s.cadence!==null}const jk={"on-demand":"On demand",scheduled:"Scheduled","on-event":"On event","on-webhook":"Webhook"};function Jy(s){return s?jk[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)??ba;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===ba?1:d.value===ba?-1:d.count-l.count||l.label.localeCompare(d.label))}function Nk(s){return Zy(s,t=>t.category,t=>t===ba?"Uncategorised":Ek(t))}function Lk(s){return Zy(s,t=>t.cadence,t=>t===ba?"No trigger declared":Jy(t))}function Q_(s,t){return t===null?!0:t===ba?s===null:s===t}function Ok(s,t,n){return s.filter(a=>n(a,t.query)&&Q_(a.category,t.category)&&Q_(a.cadence,t.cadence))}function Ac({children:s,variant:t="tag",title:n}){return u.jsx("span",{className:t==="count"?"pill pill--count":"pill",title:n,children:s})}const e0=3;function Bk({template:s,onPreview:t,onUse:n}){const[a,l]=$.useState(!1),d=$.useRef(null),p=[{term:"Steps",value:String(s.stepCount)},{term:"Trigger",value:s.cadence?Jy(s.cadence):"Not declared"},{term:"Complexity",value:mp(s.complexity),...s.complexity?{title:kk(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 t0({template:s,onOpen:t,onUse:n}){const a=s.kind==="gallery"?s.tags.slice(0,e0):[],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(Bk,{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(Ac,{children:"bundled"})}):a.length>0&&u.jsxs("div",{className:"template-card-tags",children:[a.map(d=>u.jsx(Ac,{children:d},d)),l>0&&u.jsxs(Ac,{variant:"count",title:s.tags.slice(e0).join(", "),children:["+",l]})]})]})}function Hk({detail:s}){const t=Rk(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 Ik({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 zk({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(Hk,{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:mp(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(Ik,{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 $k({template:s,getTemplate:t}){const[n,a]=$.useState(null),[l,d]=$.useState(null);return $.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(zk,{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 s0({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(Ac,{variant:"count",children:h.count})]},h.testId)})})]})}function Pk({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(s0,{title:"Category",allLabel:"All templates",allCount:s.length,options:Nk(s),value:t.category,onSelect:a=>n({...t,category:a}),testIdPrefix:"templates-category"}),u.jsx(s0,{title:"Trigger",allLabel:"Any trigger",allCount:s.length,options:Lk(s),value:t.cadence,onSelect:a=>n({...t,cadence:a}),testIdPrefix:"templates-cadence"})]})}function Uk(){return typeof window>"u"?void 0:window}function _p(s=Uk()){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 Fk(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 qk(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]=$.useState(s),[v,S]=$.useState([]),[f,x]=$.useState(s),[E,A]=$.useState(!1),[C,y]=$.useState(null),[b,g]=$.useState(0),[_,k]=$.useState(!0),[R,D]=$.useState(!1),[j,T]=$.useState(0),M=$.useRef(null),[H,U]=$.useState("none"),W=()=>{const B=M.current;if(!B)return;const V=B.scrollLeft>2,te=B.scrollLeft+B.clientWidth<B.scrollWidth-2;U(V&&te?"both":V?"left":te?"right":"none")};$.useEffect(()=>{W()},[a]),$.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 q=s.startsWith(c)?s.slice(c.length).replace(/^\//,""):"",X=q?v.filter(B=>B.name.toLowerCase().startsWith(q.toLowerCase())):v,J=Math.min(b,Math.max(X.length-1,0)),F=!E&&!C&&X.length===0&&(R||q!=="");$.useEffect(()=>{d==null||d(F)},[F]),$.useEffect(()=>{E||C||p==null||p({resolvedPath:c,dirs:v,parent:f,isNew:F})},[c,v,f,F,E,C]);const G=B=>t(B),ee=((L=_p())==null?void 0:L.chooseDirectory)??null,O=()=>{if(ee){ee(s||c||void 0).then(B=>{B&&t(B)}).catch(()=>{});return}if(!_){k(!0);return}F&&c&&c!==s?G(c):k(!1)},P=B=>{var te;const V=_&&X.length>0;B.key==="ArrowDown"&&V?(B.preventDefault(),g(Math.min(J+1,X.length-1))):B.key==="ArrowUp"&&V?(B.preventDefault(),g(Math.max(J-1,0))):B.key==="Enter"&&(V?(G(((te=X[J])==null?void 0:te.path)??X[0].path),g(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:()=>G(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:P}),u.jsx("button",{type:"button",className:"dir-picker-up dir-picker-browse"+(!ee&&_?" is-active":""),"data-testid":"dir-picker-browse","aria-pressed":ee?void 0:_,onClick:O,"aria-label":ee?"Choose a folder":"Browse subdirectories","data-tooltip":ee?"Choose a folder…":_?F?"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":H,onScroll:W,children:a.map(B=>u.jsx("button",{type:"button",className:"recent-dir-chip",title:B,onClick:()=>G(B),children:qk(B)},B))}),_&&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"})]}),F&&u.jsx("div",{className:"dir-picker-newdir","data-testid":"dir-picker-newdir",children:"New folder. It will be created when you start."}),!E&&!C&&!F&&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===J?" is-selected":""),"data-testid":`dir-picker-item-${B.name}`,onMouseEnter:()=>g(V),onClick:()=>G(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 Wk({template:s,initialDest:t,recentDirs:n,listDir:a,onCancel:l,onConfirm:d,triggerRef:p}){const[c,h]=$.useState(t),[v,S]=$.useState(!1),[f,x]=$.useState(null),E=$.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 Gk({projectRoot:s,recentDirs:t,listDir:n,onExit:a,onUse:l,listTemplates:d,getTemplate:p,openTemplateId:c}){const[h,v]=$.useState(null),[S,f]=$.useState(null),[x,E]=$.useState(Z_),[A,C]=$.useState(null),[y,b]=$.useState(null),g=$.useRef(null);$.useEffect(()=>{let M=!1;return d().then(H=>{M||v(H)}).catch(H=>{M||f(H instanceof Error?H.message:String(H))}),()=>{M=!0}},[]);const _=$.useMemo(()=>((h==null?void 0:h.templates)??[]).map(M=>({...M,kind:"gallery"})),[h]),k=$.useMemo(()=>Ok(_,x,J_),[_,x]),R=$.useMemo(()=>x.category!==null||x.cadence!==null?[]:X_.filter(M=>J_(M,x.query)),[x]),D=$.useRef(null);$.useEffect(()=>{if(!c||D.current===c)return;const M=_.find(H=>H.id===c)??X_.find(H=>H.id===c);M&&(D.current=c,C(M))},[c,_]);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:g,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($k,{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…":`${_.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(Pk,{catalog:_,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(t0,{template:M,onOpen:C,onUse:b},M.id))}),k.length===0&&!j&&_.length>0&&u.jsx(ji,{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 ${_.length}.`,cta:Dk(x)?u.jsx("button",{type:"button",className:"btn-line","data-testid":"templates-empty-clear",onClick:()=>E(Z_),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(t0,{template:M,onOpen:C,onUse:b},M.id))})]})]})]})]})})}),y&&u.jsx(Wk,{template:y,initialDest:Mk(y,s),recentDirs:t,listDir:n,onCancel:()=>b(null),triggerRef:g,onConfirm:async M=>{await l(M,y),a()}})]})}var Ld={exports:{}},i0;function Vk(){return i0||(i0=1,(function(s,t){(function(n,a){s.exports=a()})(globalThis,(()=>(()=>{var n={4567:function(p,c,h){var v=this&&this.__decorate||function(g,_,k,R){var D,j=arguments.length,T=j<3?_:R===null?R=Object.getOwnPropertyDescriptor(_,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(g,_,k,R);else for(var M=g.length-1;M>=0;M--)(D=g[M])&&(T=(j<3?D(T):j>3?D(_,k,T):D(_,k))||T);return j>3&&T&&Object.defineProperty(_,k,T),T},S=this&&this.__param||function(g,_){return function(k,R){_(k,R,g)}};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(g,_,k,R){super(),this._terminal=g,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(`
|
|
446
|
+
`)))),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(g){for(let _=0;_<g;_++)this._handleChar(" ")}_handleChar(g){this._liveRegionLineCount<21&&(this._charsToConsume.length>0?this._charsToConsume.shift()!==g&&(this._charsToAnnounce+=g):this._charsToAnnounce+=g,g===`
|
|
447
|
+
`&&(this._liveRegionLineCount++,this._liveRegionLineCount===21&&(this._liveRegion.textContent+=f.tooMuchOutput)))}_clearLiveRegion(){this._liveRegion.textContent="",this._liveRegionLineCount=0}_handleKey(g){this._clearLiveRegion(),new RegExp("\\p{Control}","u").test(g)||this._charsToConsume.push(g)}_refreshRows(g,_){this._liveRegionDebouncer.refresh(g,_,this._terminal.rows)}_renderRows(g,_){const k=this._terminal.buffer,R=k.lines.length.toString();for(let D=g;D<=_;D++){const j=k.lines.get(k.ydisp+D),T=[],M=(j==null?void 0:j.translateToString(!0,void 0,void 0,T))||"",H=(k.ydisp+D+1).toString(),U=this._rowElements[D];U&&(M.length===0?(U.innerText=" ",this._rowColumns.set(U,[0,1])):(U.textContent=M,this._rowColumns.set(U,T)),U.setAttribute("aria-posinset",H),U.setAttribute("aria-setsize",R))}this._announceCharacters()}_announceCharacters(){this._charsToAnnounce.length!==0&&(this._liveRegion.textContent+=this._charsToAnnounce,this._charsToAnnounce="")}_handleBoundaryFocus(g,_){const k=g.target,R=this._rowElements[_===0?1:this._rowElements.length-2];if(k.getAttribute("aria-posinset")===(_===0?"1":`${this._terminal.buffer.lines.length}`)||g.relatedTarget!==R)return;let D,j;if(_===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),_===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(_===0?-1:1),this._rowElements[_===0?1:this._rowElements.length-2].focus(),g.preventDefault(),g.stopImmediatePropagation()}_handleSelectionChange(){var M;if(this._rowElements.length===0)return;const g=document.getSelection();if(!g)return;if(g.isCollapsed)return void(this._rowContainer.contains(g.anchorNode)&&this._terminal.clearSelection());if(!g.anchorNode||!g.focusNode)return void console.error("anchorNode and/or focusNode are null");let _={node:g.anchorNode,offset:g.anchorOffset},k={node:g.focusNode,offset:g.focusOffset};if((_.node.compareDocumentPosition(k.node)&Node.DOCUMENT_POSITION_PRECEDING||_.node===k.node&&_.offset>k.offset)&&([_,k]=[k,_]),_.node.compareDocumentPosition(this._rowElements[0])&(Node.DOCUMENT_POSITION_CONTAINED_BY|Node.DOCUMENT_POSITION_FOLLOWING)&&(_={node:this._rowElements[0].childNodes[0],offset:0}),!this._rowContainer.contains(_.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:H,offset:U})=>{const W=H instanceof Text?H.parentNode:H;let q=parseInt(W==null?void 0:W.getAttribute("aria-posinset"),10)-1;if(isNaN(q))return console.warn("row is invalid. Race condition?"),null;const X=this._rowColumns.get(W);if(!X)return console.warn("columns is null. Race condition?"),null;let J=U<X.length?X[U]:X.slice(-1)[0]+1;return J>=this._terminal.cols&&(++q,J=0),{row:q,column:J}},j=D(_),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(g){this._rowElements[this._rowElements.length-1].removeEventListener("focus",this._bottomBoundaryFocusListener);for(let _=this._rowContainer.children.length;_<this._terminal.rows;_++)this._rowElements[_]=this._createAccessibilityTreeNode(),this._rowContainer.appendChild(this._rowElements[_]);for(;this._rowElements.length>g;)this._rowContainer.removeChild(this._rowElements.pop());this._rowElements[this._rowElements.length-1].addEventListener("focus",this._bottomBoundaryFocusListener),this._refreshRowsDimensions()}_createAccessibilityTreeNode(){const g=this._coreBrowserService.mainDocument.createElement("div");return g.setAttribute("role","listitem"),g.tabIndex=-1,this._refreshRowDimensions(g),g}_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 g=0;g<this._terminal.rows;g++)this._refreshRowDimensions(this._rowElements[g])}}_refreshRowDimensions(g){g.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,g,_,k){var R,D=arguments.length,j=D<3?g:k===null?k=Object.getOwnPropertyDescriptor(g,_):k;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(b,g,_,k);else for(var T=b.length-1;T>=0;T--)(R=b[T])&&(j=(D<3?R(j):D>3?R(g,_,j):R(g,_))||j);return D>3&&j&&Object.defineProperty(g,_,j),j},S=this&&this.__param||function(b,g){return function(_,k){g(_,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,g,_,k,R){super(),this._element=b,this._mouseService=g,this._renderService=_,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 g=this._positionFromMouseEvent(b,this._element,this._mouseService);if(!g)return;this._isMouseOut=!1;const _=b.composedPath();for(let k=0;k<_.length;k++){const R=_[k];if(R.classList.contains("xterm"))break;if(R.classList.contains("xterm-hover"))return}this._lastBufferCell&&g.x===this._lastBufferCell.x&&g.y===this._lastBufferCell.y||(this._handleHover(g),this._lastBufferCell=g)}_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,g){var k,R;this._activeProviderReplies&&g||((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 _=!1;for(const[D,j]of this._linkProviderService.linkProviders.entries())g?(R=this._activeProviderReplies)!=null&&R.get(D)&&(_=this._checkLinkProviderResult(D,b,_)):j.provideLinks(b.y,(T=>{var H,U;if(this._isMouseOut)return;const M=T==null?void 0:T.map((W=>({link:W})));(H=this._activeProviderReplies)==null||H.set(D,M),_=this._checkLinkProviderResult(D,b,_),((U=this._activeProviderReplies)==null?void 0:U.size)===this._linkProviderService.linkProviders.length&&this._removeIntersectingLinks(b.y,this._activeProviderReplies)}))}_removeIntersectingLinks(b,g){const _=new Set;for(let k=0;k<g.size;k++){const R=g.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 H=T;H<=M;H++){if(_.has(H)){R.splice(D--,1);break}_.add(H)}}}}_checkLinkProviderResult(b,g,_){var D;if(!this._activeProviderReplies)return _;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,g)));j&&(_=!0,this._handleNewLink(j))}if(this._activeProviderReplies.size===this._linkProviderService.linkProviders.length&&!_)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,g)));if(T){_=!0,this._handleNewLink(T);break}}return _}_handleMouseDown(){this._mouseDownLink=this._currentLink}_handleMouseUp(b){if(!this._currentLink)return;const g=this._positionFromMouseEvent(b,this._element,this._mouseService);g&&this._mouseDownLink===this._currentLink&&this._linkAtPosition(this._currentLink.link,g)&&this._currentLink.link.activate(b,this._currentLink.link.text)}_clearCurrentLink(b,g){this._currentLink&&this._lastMouseEvent&&(!b||!g||this._currentLink.link.range.start.y>=b&&this._currentLink.link.range.end.y<=g)&&(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 g=this._positionFromMouseEvent(this._lastMouseEvent,this._element,this._mouseService);g&&this._linkAtPosition(b.link,g)&&(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 _,k;return(k=(_=this._currentLink)==null?void 0:_.state)==null?void 0:k.decorations.pointerCursor},set:_=>{var k;(k=this._currentLink)!=null&&k.state&&this._currentLink.state.decorations.pointerCursor!==_&&(this._currentLink.state.decorations.pointerCursor=_,this._currentLink.state.isHovered&&this._element.classList.toggle("xterm-cursor-pointer",_))}},underline:{get:()=>{var _,k;return(k=(_=this._currentLink)==null?void 0:_.state)==null?void 0:k.decorations.underline},set:_=>{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)!==_&&(this._currentLink.state.decorations.underline=_,this._currentLink.state.isHovered&&this._fireUnderlineEvent(b.link,_))}}}),this._linkCacheDisposables.push(this._renderService.onRenderedViewportChange((_=>{if(!this._currentLink)return;const k=_.start===0?0:_.start+1+this._bufferService.buffer.ydisp,R=this._bufferService.buffer.ydisp+1+_.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,g,_){var k;(k=this._currentLink)!=null&&k.state&&(this._currentLink.state.isHovered=!0,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(g,!0),this._currentLink.state.decorations.pointerCursor&&b.classList.add("xterm-cursor-pointer")),g.hover&&g.hover(_,g.text)}_fireUnderlineEvent(b,g){const _=b.range,k=this._bufferService.buffer.ydisp,R=this._createLinkUnderlineEvent(_.start.x-1,_.start.y-k-1,_.end.x,_.end.y-k-1,void 0);(g?this._onShowLinkUnderline:this._onHideLinkUnderline).fire(R)}_linkLeave(b,g,_){var k;(k=this._currentLink)!=null&&k.state&&(this._currentLink.state.isHovered=!1,this._currentLink.state.decorations.underline&&this._fireUnderlineEvent(g,!1),this._currentLink.state.decorations.pointerCursor&&b.classList.remove("xterm-cursor-pointer")),g.leave&&g.leave(_,g.text)}_linkAtPosition(b,g){const _=b.range.start.y*this._bufferService.cols+b.range.start.x,k=b.range.end.y*this._bufferService.cols+b.range.end.x,R=g.y*this._bufferService.cols+g.x;return _<=R&&R<=k}_positionFromMouseEvent(b,g,_){const k=_.getCoords(b,g,this._bufferService.cols,this._bufferService.rows);if(k)return{x:k[0],y:k[1]+this._bufferService.buffer.ydisp}}_createLinkUnderlineEvent(b,g,_,k,R){return{x1:b,y1:g,x2:_,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,g){var _,k=arguments.length,R=k<3?y:g===null?g=Object.getOwnPropertyDescriptor(y,b):g;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")R=Reflect.decorate(C,y,b,g);else for(var D=C.length-1;D>=0;D--)(_=C[D])&&(R=(k<3?_(R):k>3?_(y,b,R):_(y,b))||R);return k>3&&R&&Object.defineProperty(y,b,R),R},S=this&&this.__param||function(C,y){return function(b,g){y(b,g,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 g=[],_=this._optionsService.rawOptions.linkHandler,k=new f.CellData,R=b.getTrimmedLength();let D=-1,j=-1,T=!1;for(let H=0;H<R;H++)if(j!==-1||b.hasContent(H)){if(b.loadCell(H,k),k.hasExtendedAttrs()&&k.extended.urlId){if(j===-1){j=H,D=k.extended.urlId;continue}T=k.extended.urlId!==D}else j!==-1&&(T=!0);if(T||j!==-1&&H===R-1){const U=(M=this._oscLinkService.getLinkData(D))==null?void 0:M.uri;if(U){const W={start:{x:j+1,y:C},end:{x:H+(T||H!==R-1?0:1),y:C}};let q=!1;if(!(_!=null&&_.allowNonHttpProtocols))try{const X=new URL(U);["http:","https:"].includes(X.protocol)||(q=!0)}catch{q=!0}q||g.push({text:U,range:W,activate:(X,J)=>_?_.activate(X,J,W):A(0,J),hover:(X,J)=>{var F;return(F=_==null?void 0:_.hover)==null?void 0:F.call(_,X,J,W)},leave:(X,J)=>{var F;return(F=_==null?void 0:_.leave)==null?void 0:F.call(_,X,J,W)}})}T=!1,k.hasExtendedAttrs()&&k.extended.urlId?(j=H,D=k.extended.urlId):(j=-1,D=-1)}}y(g)}};function A(C,y){if(confirm(`Do you want to navigate to ${y}?
|
|
448
|
+
|
|
449
|
+
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),g=h(1296),_=h(428),k=h(4269),R=h(5114),D=h(8934),j=h(3230),T=h(9312),M=h(4725),H=h(6731),U=h(8055),W=h(8969),q=h(8460),X=h(844),J=h(6114),F=h(8437),G=h(2584),ee=h(7399),O=h(5941),P=h(9074),L=h(2585),B=h(5435),V=h(4567),te=h(779);class ue extends W.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=J,this._keyDownHandled=!1,this._keyDownSeen=!1,this._keyPressHandled=!1,this._unprocessedDeadKey=!1,this._accessibilityManager=this.register(new X.MutableDisposable),this._onCursorMove=this.register(new q.EventEmitter),this.onCursorMove=this._onCursorMove.event,this._onKey=this.register(new q.EventEmitter),this.onKey=this._onKey.event,this._onRender=this.register(new q.EventEmitter),this.onRender=this._onRender.event,this._onSelectionChange=this.register(new q.EventEmitter),this.onSelectionChange=this._onSelectionChange.event,this._onTitleChange=this.register(new q.EventEmitter),this.onTitleChange=this._onTitleChange.event,this._onBell=this.register(new q.EventEmitter),this.onBell=this._onBell.event,this._onFocus=this.register(new q.EventEmitter),this._onBlur=this.register(new q.EventEmitter),this._onA11yCharEmitter=this.register(new q.EventEmitter),this._onA11yTabEmitter=this.register(new q.EventEmitter),this._onWillOpen=this.register(new q.EventEmitter),this._setup(),this._decorationService=this._instantiationService.createInstance(P.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(((z,ce)=>this.refresh(z,ce)))),this.register(this._inputHandler.onRequestSendFocus((()=>this._reportFocus()))),this.register(this._inputHandler.onRequestReset((()=>this.reset()))),this.register(this._inputHandler.onRequestWindowsOptionsReport((z=>this._reportWindowsOptions(z)))),this.register(this._inputHandler.onColor((z=>this._handleColorEvent(z)))),this.register((0,q.forwardEvent)(this._inputHandler.onCursorMove,this._onCursorMove)),this.register((0,q.forwardEvent)(this._inputHandler.onTitleChange,this._onTitleChange)),this.register((0,q.forwardEvent)(this._inputHandler.onA11yChar,this._onA11yCharEmitter)),this.register((0,q.forwardEvent)(this._inputHandler.onA11yTab,this._onA11yTabEmitter)),this.register(this._bufferService.onResize((z=>this._afterResize(z.cols,z.rows)))),this.register((0,X.toDisposable)((()=>{var z,ce;this._customKeyEventHandler=void 0,(ce=(z=this.element)==null?void 0:z.parentNode)==null||ce.removeChild(this.element)})))}_handleColorEvent(K){if(this._themeService)for(const z of K){let ce,ae="";switch(z.index){case 256:ce="foreground",ae="10";break;case 257:ce="background",ae="11";break;case 258:ce="cursor",ae="12";break;default:ce="ansi",ae="4;"+z.index}switch(z.type){case 0:const ye=U.color.toColorRGB(ce==="ansi"?this._themeService.colors.ansi[z.index]:this._themeService.colors[ce]);this.coreService.triggerDataEvent(`${G.C0.ESC}]${ae};${(0,O.toRgbString)(ye)}${G.C1_ESCAPED.ST}`);break;case 1:if(ce==="ansi")this._themeService.modifyColors((Ce=>Ce.ansi[z.index]=U.channels.toColor(...z.color)));else{const Ce=ce;this._themeService.modifyColors(($e=>$e[Ce]=U.channels.toColor(...z.color)))}break;case 2:this._themeService.restoreColor(z.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(G.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(G.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,z=this.buffer.lines.get(K);if(!z)return;const ce=Math.min(this.buffer.x,this.cols-1),ae=this._renderService.dimensions.css.cell.height,ye=z.getWidth(ce),Ce=this._renderService.dimensions.css.cell.width*ye,$e=this.buffer.y*this._renderService.dimensions.css.cell.height,Pe=ce*this._renderService.dimensions.css.cell.width;this.textarea.style.left=Pe+"px",this.textarea.style.top=$e+"px",this.textarea.style.width=Ce+"px",this.textarea.style.height=ae+"px",this.textarea.style.lineHeight=ae+"px",this.textarea.style.zIndex="-5"}_initGlobal(){this._bindKeys(),this.register((0,S.addDisposableDomListener)(this.element,"copy",(z=>{this.hasSelection()&&(0,v.copyHandler)(z,this._selectionService)})));const K=z=>(0,v.handlePasteEvent)(z,this.textarea,this.coreService,this.optionsService);this.register((0,S.addDisposableDomListener)(this.textarea,"paste",K)),this.register((0,S.addDisposableDomListener)(this.element,"paste",K)),J.isFirefox?this.register((0,S.addDisposableDomListener)(this.element,"mousedown",(z=>{z.button===2&&(0,v.rightClickHandler)(z,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)}))):this.register((0,S.addDisposableDomListener)(this.element,"contextmenu",(z=>{(0,v.rightClickHandler)(z,this.textarea,this.screenElement,this._selectionService,this.options.rightClickSelectsWord)}))),J.isLinux&&this.register((0,S.addDisposableDomListener)(this.element,"auxclick",(z=>{z.button===1&&(0,v.moveTextAreaUnderMouseCursor)(z,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 z=this._document.createDocumentFragment();this._viewportElement=this._document.createElement("div"),this._viewportElement.classList.add("xterm-viewport"),z.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",(ae=>this.updateCursorStyle(ae)))),this._helperContainer=this._document.createElement("div"),this._helperContainer.classList.add("xterm-helpers"),this.screenElement.appendChild(this._helperContainer),z.appendChild(this.screenElement),this.textarea=this._document.createElement("textarea"),this.textarea.classList.add("xterm-helper-textarea"),this.textarea.setAttribute("aria-label",x.promptLabel),J.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",(ae=>this._handleTextAreaFocus(ae)))),this.register((0,S.addDisposableDomListener)(this.textarea,"blur",(()=>this._handleTextAreaBlur()))),this._helperContainer.appendChild(this.textarea),this._charSizeService=this._instantiationService.createInstance(_.CharSizeService,this._document,this._helperContainer),this._instantiationService.setService(M.ICharSizeService,this._charSizeService),this._themeService=this._instantiationService.createInstance(H.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((ae=>this._onRender.fire(ae)))),this.onResize((ae=>this._renderService.resize(ae.cols,ae.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(z);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((ae=>this.scrollLines(ae.amount,ae.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((ae=>this.scrollLines(ae.amount,ae.suppressScrollEvent)))),this.register(this._selectionService.onSelectionChange((()=>this._onSelectionChange.fire()))),this.register(this._selectionService.onRequestRedraw((ae=>this._renderService.handleSelectionChanged(ae.start,ae.end,ae.columnSelectMode)))),this.register(this._selectionService.onLinuxMouseSelection((ae=>{this.textarea.value=ae,this.textarea.focus(),this.textarea.select()}))),this.register(this._onScroll.event((ae=>{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",(ae=>this._selectionService.handleMouseDown(ae)))),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",(ae=>this._handleScreenReaderModeOptionChange(ae)))),this.options.overviewRulerWidth&&(this._overviewRulerRenderer=this.register(this._instantiationService.createInstance(y.OverviewRulerRenderer,this._viewportElement,this.screenElement))),this.optionsService.onSpecificOptionChange("overviewRulerWidth",(ae=>{!this._overviewRulerRenderer&&ae&&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(g.DomRenderer,this,this._document,this.element,this.screenElement,this._viewportElement,this._helperContainer,this.linkifier)}bindMouse(){const K=this,z=this.element;function ce(Ce){const $e=K._mouseService.getMouseReportCoords(Ce,K.screenElement);if(!$e)return!1;let Pe,qe;switch(Ce.overrideType||Ce.type){case"mousemove":qe=32,Ce.buttons===void 0?(Pe=3,Ce.button!==void 0&&(Pe=Ce.button<3?Ce.button:3)):Pe=1&Ce.buttons?0:4&Ce.buttons?1:2&Ce.buttons?2:3;break;case"mouseup":qe=0,Pe=Ce.button<3?Ce.button:3;break;case"mousedown":qe=1,Pe=Ce.button<3?Ce.button:3;break;case"wheel":if(K._customWheelEventHandler&&K._customWheelEventHandler(Ce)===!1||K.viewport.getLinesScrolled(Ce)===0)return!1;qe=Ce.deltaY<0?0:1,Pe=4;break;default:return!1}return!(qe===void 0||Pe===void 0||Pe>4)&&K.coreMouseService.triggerMouseEvent({col:$e.col,row:$e.row,x:$e.x,y:$e.y,button:Pe,action:qe,ctrl:Ce.ctrlKey,alt:Ce.altKey,shift:Ce.shiftKey})}const ae={mouseup:null,wheel:null,mousedrag:null,mousemove:null},ye={mouseup:Ce=>(ce(Ce),Ce.buttons||(this._document.removeEventListener("mouseup",ae.mouseup),ae.mousedrag&&this._document.removeEventListener("mousemove",ae.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?ae.mousemove||(z.addEventListener("mousemove",ye.mousemove),ae.mousemove=ye.mousemove):(z.removeEventListener("mousemove",ae.mousemove),ae.mousemove=null),16&Ce?ae.wheel||(z.addEventListener("wheel",ye.wheel,{passive:!1}),ae.wheel=ye.wheel):(z.removeEventListener("wheel",ae.wheel),ae.wheel=null),2&Ce?ae.mouseup||(ae.mouseup=ye.mouseup):(this._document.removeEventListener("mouseup",ae.mouseup),ae.mouseup=null),4&Ce?ae.mousedrag||(ae.mousedrag=ye.mousedrag):(this._document.removeEventListener("mousemove",ae.mousedrag),ae.mousedrag=null)}))),this.coreMouseService.activeProtocol=this.coreMouseService.activeProtocol,this.register((0,S.addDisposableDomListener)(z,"mousedown",(Ce=>{if(Ce.preventDefault(),this.focus(),this.coreMouseService.areMouseEventsActive&&!this._selectionService.shouldForceSelection(Ce))return ce(Ce),ae.mouseup&&this._document.addEventListener("mouseup",ae.mouseup),ae.mousedrag&&this._document.addEventListener("mousemove",ae.mousedrag),this.cancel(Ce)}))),this.register((0,S.addDisposableDomListener)(z,"wheel",(Ce=>{if(!ae.wheel){if(this._customWheelEventHandler&&this._customWheelEventHandler(Ce)===!1)return!1;if(!this.buffer.hasScrollback){const $e=this.viewport.getLinesScrolled(Ce);if($e===0)return;const Pe=G.C0.ESC+(this.coreService.decPrivateModes.applicationCursorKeys?"O":"[")+(Ce.deltaY<0?"A":"B");let qe="";for(let Ue=0;Ue<Math.abs($e);Ue++)qe+=Pe;return this.coreService.triggerDataEvent(qe,!0),this.cancel(Ce,!0)}return this.viewport.handleWheel(Ce)?this.cancel(Ce):void 0}}),{passive:!1})),this.register((0,S.addDisposableDomListener)(z,"touchstart",(Ce=>{if(!this.coreMouseService.areMouseEventsActive)return this.viewport.handleTouchStart(Ce),this.cancel(Ce)}),{passive:!0})),this.register((0,S.addDisposableDomListener)(z,"touchmove",(Ce=>{if(!this.coreMouseService.areMouseEventsActive)return this.viewport.handleTouchMove(Ce)?void 0:this.cancel(Ce)}),{passive:!1}))}refresh(K,z){var ce;(ce=this._renderService)==null||ce.refreshRows(K,z)}updateCursorStyle(K){var z;(z=this._selectionService)!=null&&z.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,z,ce=0){var ae;ce===1?(super.scrollLines(K,z,ce),this.refresh(0,this.rows-1)):(ae=this.viewport)==null||ae.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 z=this._characterJoinerService.register(K);return this.refresh(0,this.rows-1),z}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,z,ce){this._selectionService.setSelection(K,z,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,z){var ce;(ce=this._selectionService)==null||ce.selectLines(K,z)}_keyDown(K){if(this._keyDownHandled=!1,this._keyDownSeen=!0,this._customKeyEventHandler&&this._customKeyEventHandler(K)===!1)return!1;const z=this.browser.isMac&&this.options.macOptionIsMeta&&K.altKey;if(!z&&!this._compositionHelper.keydown(K))return this.options.scrollOnUserInput&&this.buffer.ybase!==this.buffer.ydisp&&this.scrollToBottom(),!1;z||K.key!=="Dead"&&K.key!=="AltGraph"||(this._unprocessedDeadKey=!0);const ce=(0,ee.evaluateKeyboardEvent)(K,this.coreService.decPrivateModes.applicationCursorKeys,this.browser.isMac,this.options.macOptionIsMeta);if(this.updateCursorStyle(K),ce.type===3||ce.type===2){const ae=this.rows-1;return this.scrollLines(ce.type===2?-ae:ae),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!==G.C0.ETX&&ce.key!==G.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,z){const ce=K.isMac&&!this.options.macOptionIsMeta&&z.altKey&&!z.ctrlKey&&!z.metaKey||K.isWindows&&z.altKey&&z.ctrlKey&&!z.metaKey||K.isWindows&&z.getModifierState("AltGraph");return z.type==="keypress"?ce:ce&&(!z.keyCode||z.keyCode>47)}_keyUp(K){this._keyDownSeen=!1,this._customKeyEventHandler&&this._customKeyEventHandler(K)===!1||((function(z){return z.keyCode===16||z.keyCode===17||z.keyCode===18})(K)||this.focus(),this.updateCursorStyle(K),this._keyPressHandled=!1)}_keyPress(K){let z;if(this._keyPressHandled=!1,this._keyDownHandled||this._customKeyEventHandler&&this._customKeyEventHandler(K)===!1)return!1;if(this.cancel(K),K.charCode)z=K.charCode;else if(K.which===null||K.which===void 0)z=K.keyCode;else{if(K.which===0||K.charCode===0)return!1;z=K.which}return!(!z||(K.altKey||K.ctrlKey||K.metaKey)&&!this._isThirdLevelShift(this.browser,K)||(z=String.fromCharCode(z),this._onKey.fire({key:z,domEvent:K}),this._showCursor(),this.coreService.triggerDataEvent(z,!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 z=K.data;return this.coreService.triggerDataEvent(z,!0),this.cancel(K),!0}return!1}resize(K,z){K!==this.cols||z!==this.rows?super.resize(K,z):this._charSizeService&&!this._charSizeService.hasValidSize&&this._charSizeService.measure()}_afterResize(K,z){var ce,ae;(ce=this._charSizeService)==null||ce.measure(),(ae=this.viewport)==null||ae.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 z=1;z<this.rows;z++)this.buffer.lines.push(this.buffer.getBlankLine(F.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 z,ce;this.options.rows=this.rows,this.options.cols=this.cols;const K=this._customKeyEventHandler;this._setup(),super.reset(),(z=this._selectionService)==null||z.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(G.C0.ESC+"[I"):this.coreService.triggerDataEvent(G.C0.ESC+"[O")}_reportWindowsOptions(K){if(this._renderService)switch(K){case B.WindowsOptionsReportType.GET_WIN_SIZE_PIXELS:const z=this._renderService.dimensions.css.canvas.width.toFixed(0),ce=this._renderService.dimensions.css.canvas.height.toFixed(0);this.coreService.triggerDataEvent(`${G.C0.ESC}[4;${ce};${z}t`);break;case B.WindowsOptionsReportType.GET_CELL_SIZE_PIXELS:const ae=this._renderService.dimensions.css.cell.width.toFixed(0),ye=this._renderService.dimensions.css.cell.height.toFixed(0);this.coreService.triggerDataEvent(`${G.C0.ESC}[6;${ye};${ae}t`)}}cancel(K,z){if(this.options.cancelEvents||z)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,g,_,k){var R,D=arguments.length,j=D<3?g:k===null?k=Object.getOwnPropertyDescriptor(g,_):k;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(b,g,_,k);else for(var T=b.length-1;T>=0;T--)(R=b[T])&&(j=(D<3?R(j):D>3?R(g,_,j):R(g,_))||j);return D>3&&j&&Object.defineProperty(g,_,j),j},S=this&&this.__param||function(b,g){return function(_,k){g(_,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,g,_,k,R,D,j,T){super(),this._viewportElement=b,this._scrollArea=g,this._bufferService=_,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 g=Math.round(this._currentRowHeight*this._lastRecordedBufferLength)+(this._lastRecordedViewportHeight-this._renderDimensions.css.canvas.height);this._lastRecordedBufferHeight!==g&&(this._lastRecordedBufferHeight=g,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 g=Math.round(this._lastScrollTop/this._currentRowHeight)-this._bufferService.buffer.ydisp;this._onRequestScrollLines.fire({amount:g,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,g){const _=this._viewportElement.scrollTop+this._lastRecordedViewportHeight;return!(g<0&&this._viewportElement.scrollTop!==0||g>0&&_<this._lastRecordedBufferHeight)||(b.cancelable&&b.preventDefault(),!1)}handleWheel(b){const g=this._getPixelsScrolled(b);return g!==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+g:this._smoothScrollState.target+=g,this._smoothScrollState.target=Math.max(Math.min(this._smoothScrollState.target,this._viewportElement.scrollHeight),0),this._smoothScroll()):this._clearSmoothScrollState()):this._viewportElement.scrollTop+=g,this._bubbleScroll(b,g))}scrollLines(b){if(b!==0)if(this._optionsService.rawOptions.smoothScrollDuration){const g=b*this._currentRowHeight;this._smoothScrollState.startTime=Date.now(),this._smoothScrollPercent()<1?(this._smoothScrollState.origin=this._viewportElement.scrollTop,this._smoothScrollState.target=this._smoothScrollState.origin+g,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 g=this._applyScrollModifier(b.deltaY,b);return b.deltaMode===WheelEvent.DOM_DELTA_LINE?g*=this._currentRowHeight:b.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(g*=this._currentRowHeight*this._bufferService.rows),g}getBufferElements(b,g){var T;let _,k="";const R=[],D=g??this._bufferService.buffer.lines.length,j=this._bufferService.buffer.lines;for(let M=b;M<D;M++){const H=j.get(M);if(!H)continue;const U=(T=j.get(M+1))==null?void 0:T.isWrapped;if(k+=H.translateToString(!U),!U||M===j.length-1){const W=document.createElement("div");W.textContent=k,R.push(W),k.length>0&&(_=W),k=""}}return{bufferElements:R,cursorElement:_}}getLinesScrolled(b){if(b.deltaY===0||b.shiftKey)return 0;let g=this._applyScrollModifier(b.deltaY,b);return b.deltaMode===WheelEvent.DOM_DELTA_PIXEL?(g/=this._currentRowHeight+0,this._wheelPartialScroll+=g,g=Math.floor(Math.abs(this._wheelPartialScroll))*(this._wheelPartialScroll>0?1:-1),this._wheelPartialScroll%=1):b.deltaMode===WheelEvent.DOM_DELTA_PAGE&&(g*=this._bufferService.rows),g}_applyScrollModifier(b,g){const _=this._optionsService.rawOptions.fastScrollModifier;return _==="alt"&&g.altKey||_==="ctrl"&&g.ctrlKey||_==="shift"&&g.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 g=this._lastTouchY-b.touches[0].pageY;return this._lastTouchY=b.touches[0].pageY,g!==0&&(this._viewportElement.scrollTop+=g,this._bubbleScroll(b,g))}};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,g){var _,k=arguments.length,R=k<3?y:g===null?g=Object.getOwnPropertyDescriptor(y,b):g;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")R=Reflect.decorate(C,y,b,g);else for(var D=C.length-1;D>=0;D--)(_=C[D])&&(R=(k<3?_(R):k>3?_(y,b,R):_(y,b))||R);return k>3&&R&&Object.defineProperty(y,b,R),R},S=this&&this.__param||function(C,y){return function(b,g){y(b,g,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,g,_){super(),this._screenElement=C,this._bufferService=y,this._coreBrowserService=b,this._decorationService=g,this._renderService=_,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 g;const y=this._coreBrowserService.mainDocument.createElement("div");y.classList.add("xterm-decoration"),y.classList.toggle("xterm-decoration-top-layer",((g=C==null?void 0:C.options)==null?void 0:g.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(_,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(_,k,R,D);else for(var H=_.length-1;H>=0;H--)(j=_[H])&&(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(_,k){return function(R,D){k(R,D,_)}};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 g=c.OverviewRulerRenderer=class extends E.Disposable{get _width(){return this._optionsService.options.overviewRulerWidth||0}constructor(_,k,R,D,j,T,M){var U;super(),this._viewportElement=_,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(),(U=this._viewportElement.parentElement)==null||U.insertBefore(this._canvas,this._viewportElement);const H=this._canvas.getContext("2d");if(!H)throw new Error("Ctx cannot be null");this._ctx=H,this._registerDecorationListeners(),this._registerBufferChangeListeners(),this._registerDimensionChangeListeners(),this.register((0,E.toDisposable)((()=>{var W;(W=this._canvas)==null||W.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 _=Math.floor(this._canvas.width/3),k=Math.ceil(this._canvas.width/3);y.full=this._canvas.width,y.left=_,y.center=k,y.right=_,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 _=this._canvas.height/this._bufferService.buffer.lines.length,k=Math.round(Math.max(Math.min(_,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 _=this._colorZoneStore.zones;for(const k of _)k.position!=="full"&&this._renderColorZone(k);for(const k of _)k.position==="full"&&this._renderColorZone(k);this._shouldUpdateDimensions=!1,this._shouldUpdateAnchor=!1}_renderColorZone(_){this._ctx.fillStyle=_.color,this._ctx.fillRect(b[_.position||"full"],Math.round((this._canvas.height-1)*(_.startBufferLine/this._bufferService.buffers.active.lines.length)-C[_.position||"full"]/2),y[_.position||"full"],Math.round((this._canvas.height-1)*((_.endBufferLine-_.startBufferLine)/this._bufferService.buffers.active.lines.length)+C[_.position||"full"]))}_queueRefresh(_,k){this._shouldUpdateDimensions=_||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=g=v([S(2,A.IBufferService),S(3,A.IDecorationService),S(4,x.IRenderService),S(5,A.IOptionsService),S(6,x.ICoreBrowserService)],g)},2950:function(p,c,h){var v=this&&this.__decorate||function(C,y,b,g){var _,k=arguments.length,R=k<3?y:g===null?g=Object.getOwnPropertyDescriptor(y,b):g;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")R=Reflect.decorate(C,y,b,g);else for(var D=C.length-1;D>=0;D--)(_=C[D])&&(R=(k<3?_(R):k>3?_(y,b,R):_(y,b))||R);return k>3&&R&&Object.defineProperty(y,b,R),R},S=this&&this.__param||function(C,y){return function(b,g){y(b,g,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,g,_,k){this._textarea=C,this._compositionView=y,this._bufferService=b,this._optionsService=g,this._coreService=_,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,g=this._bufferService.buffer.y*this._renderService.dimensions.css.cell.height,_=y*this._renderService.dimensions.css.cell.width;this._compositionView.style.left=_+"px",this._compositionView.style.top=g+"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=_+"px",this._textarea.style.top=g+"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 g=h(v,S,f);return g?(g[0]=Math.ceil((g[0]+(b?C/2:0))/C),g[1]=Math.ceil(g[1]/y),g[0]=Math.min(Math.max(g[0],1),x+(b?1:0)),g[1]=Math.min(Math.max(g[1],1),E),g):void 0}},9504:(p,c,h)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.moveToCellSequence=void 0;const v=h(2584);function S(y,b,g,_){const k=y-f(y,g),R=b-f(b,g),D=Math.abs(k-R)-(function(j,T,M){let H=0;const U=j-f(j,M),W=T-f(T,M);for(let q=0;q<Math.abs(U-W);q++){const X=x(j,T)==="A"?-1:1,J=M.buffer.lines.get(U+X*q);J!=null&&J.isWrapped&&H++}return H})(y,b,g);return C(D,A(x(y,b),_))}function f(y,b){let g=0,_=b.buffer.lines.get(y),k=_==null?void 0:_.isWrapped;for(;k&&y>=0&&y<b.rows;)g++,_=b.buffer.lines.get(--y),k=_==null?void 0:_.isWrapped;return g}function x(y,b){return y>b?"A":"B"}function E(y,b,g,_,k,R){let D=y,j=b,T="";for(;D!==g||j!==_;)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 g=b?"O":"[";return v.C0.ESC+g+y}function C(y,b){y=Math.floor(y);let g="";for(let _=0;_<y;_++)g+=b;return g}c.moveToCellSequence=function(y,b,g,_){const k=g.buffer.x,R=g.buffer.y;if(!g.buffer.hasScrollback)return(function(T,M,H,U,W,q){return S(M,U,W,q).length===0?"":C(E(T,M,T,M-f(M,W),!1,W).length,A("D",q))})(k,R,0,b,g,_)+S(R,b,g,_)+(function(T,M,H,U,W,q){let X;X=S(M,U,W,q).length>0?U-f(U,W):M;const J=U,F=(function(G,ee,O,P,L,B){let V;return V=S(O,P,L,B).length>0?P-f(P,L):ee,G<O&&V<=P||G>=O&&V<P?"C":"D"})(T,M,H,U,W,q);return C(E(T,X,H,J,F==="C",W).length,A(F,q))})(k,R,y,b,g,_);let D;if(R===b)return D=k>y?"D":"C",C(Math.abs(k-y),A(D,_));D=R>b?"D":"C";const j=Math.abs(R-b);return C((function(T,M){return M.cols-T})(R>b?y:k,g)+(j-1)*g.cols+1+((R>b?k:y)-1),A(D,_))}},1296:function(p,c,h){var v=this&&this.__decorate||function(q,X,J,F){var G,ee=arguments.length,O=ee<3?X:F===null?F=Object.getOwnPropertyDescriptor(X,J):F;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")O=Reflect.decorate(q,X,J,F);else for(var P=q.length-1;P>=0;P--)(G=q[P])&&(O=(ee<3?G(O):ee>3?G(X,J,O):G(X,J))||O);return ee>3&&O&&Object.defineProperty(X,J,O),O},S=this&&this.__param||function(q,X){return function(J,F){X(J,F,q)}};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),g=h(8460),_=h(844),k=h(2585),R="xterm-dom-renderer-owner-",D="xterm-rows",j="xterm-fg-",T="xterm-bg-",M="xterm-focus",H="xterm-selection";let U=1,W=c.DomRenderer=class extends _.Disposable{constructor(q,X,J,F,G,ee,O,P,L,B,V,te,ue){super(),this._terminal=q,this._document=X,this._element=J,this._screenElement=F,this._viewportElement=G,this._helperContainer=ee,this._linkifier2=O,this._charSizeService=L,this._optionsService=B,this._bufferService=V,this._coreBrowserService=te,this._themeService=ue,this._terminalClass=U++,this._rowElements=[],this._selectionRenderModel=(0,C.createSelectionRenderModel)(),this.onRequestRedraw=this.register(new g.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(H),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=P.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,_.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 q=this._coreBrowserService.dpr;this.dimensions.device.char.width=this._charSizeService.width*q,this.dimensions.device.char.height=Math.ceil(this._charSizeService.height*q),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/q),this.dimensions.css.canvas.height=Math.round(this.dimensions.device.canvas.height/q),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 J of this._rowElements)J.style.width=`${this.dimensions.css.canvas.width}px`,J.style.height=`${this.dimensions.css.cell.height}px`,J.style.lineHeight=`${this.dimensions.css.cell.height}px`,J.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(q){this._themeStyleElement||(this._themeStyleElement=this._document.createElement("style"),this._screenElement.appendChild(this._themeStyleElement));let X=`${this._terminalSelector} .${D} { color: ${q.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(q.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 J=`blink_underline_${this._terminalClass}`,F=`blink_bar_${this._terminalClass}`,G=`blink_block_${this._terminalClass}`;X+=`@keyframes ${J} { 50% { border-bottom-style: hidden; }}`,X+=`@keyframes ${F} { 50% { box-shadow: none; }}`,X+=`@keyframes ${G} { 0% { background-color: ${q.cursor.css}; color: ${q.cursorAccent.css}; } 50% { background-color: inherit; color: ${q.cursor.css}; }}`,X+=`${this._terminalSelector} .${D}.${M} .xterm-cursor.xterm-cursor-blink.xterm-cursor-underline { animation: ${J} 1s step-end infinite;}${this._terminalSelector} .${D}.${M} .xterm-cursor.xterm-cursor-blink.xterm-cursor-bar { animation: ${F} 1s step-end infinite;}${this._terminalSelector} .${D}.${M} .xterm-cursor.xterm-cursor-blink.xterm-cursor-block { animation: ${G} 1s step-end infinite;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-block { background-color: ${q.cursor.css}; color: ${q.cursorAccent.css};}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-block:not(.xterm-cursor-blink) { background-color: ${q.cursor.css} !important; color: ${q.cursorAccent.css} !important;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-outline { outline: 1px solid ${q.cursor.css}; outline-offset: -1px;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-bar { box-shadow: ${this._optionsService.rawOptions.cursorWidth}px 0 0 ${q.cursor.css} inset;}${this._terminalSelector} .${D} .xterm-cursor.xterm-cursor-underline { border-bottom: 1px ${q.cursor.css}; border-bottom-style: solid; height: calc(100% - 1px);}`,X+=`${this._terminalSelector} .${H} { position: absolute; top: 0; left: 0; z-index: 1; pointer-events: none;}${this._terminalSelector}.focus .${H} div { position: absolute; background-color: ${q.selectionBackgroundOpaque.css};}${this._terminalSelector} .${H} div { position: absolute; background-color: ${q.selectionInactiveBackgroundOpaque.css};}`;for(const[ee,O]of q.ansi.entries())X+=`${this._terminalSelector} .${j}${ee} { color: ${O.css}; }${this._terminalSelector} .${j}${ee}.xterm-dim { color: ${b.color.multiplyOpacity(O,.5).css}; }${this._terminalSelector} .${T}${ee} { background-color: ${O.css}; }`;X+=`${this._terminalSelector} .${j}${E.INVERTED_DEFAULT_COLOR} { color: ${b.color.opaque(q.background).css}; }${this._terminalSelector} .${j}${E.INVERTED_DEFAULT_COLOR}.xterm-dim { color: ${b.color.multiplyOpacity(b.color.opaque(q.background),.5).css}; }${this._terminalSelector} .${T}${E.INVERTED_DEFAULT_COLOR} { background-color: ${q.foreground.css}; }`,this._themeStyleElement.textContent=X}_setDefaultSpacing(){const q=this.dimensions.css.cell.width-this._widthCache.get("W",!1,!1);this._rowContainer.style.letterSpacing=`${q}px`,this._rowFactory.defaultSpacing=q}handleDevicePixelRatioChange(){this._updateDimensions(),this._widthCache.clear(),this._setDefaultSpacing()}_refreshRowElements(q,X){for(let J=this._rowElements.length;J<=X;J++){const F=this._document.createElement("div");this._rowContainer.appendChild(F),this._rowElements.push(F)}for(;this._rowElements.length>X;)this._rowContainer.removeChild(this._rowElements.pop())}handleResize(q,X){this._refreshRowElements(q,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(q,X,J){if(this._selectionContainer.replaceChildren(),this._rowFactory.handleSelectionChanged(q,X,J),this.renderRows(0,this._bufferService.rows-1),!q||!X)return;this._selectionRenderModel.update(this._terminal,q,X,J);const F=this._selectionRenderModel.viewportStartRow,G=this._selectionRenderModel.viewportEndRow,ee=this._selectionRenderModel.viewportCappedStartRow,O=this._selectionRenderModel.viewportCappedEndRow;if(ee>=this._bufferService.rows||O<0)return;const P=this._document.createDocumentFragment();if(J){const L=q[0]>X[0];P.appendChild(this._createSelectionElement(ee,L?X[0]:q[0],L?q[0]:X[0],O-ee+1))}else{const L=F===ee?q[0]:0,B=ee===G?X[0]:this._bufferService.cols;P.appendChild(this._createSelectionElement(ee,L,B));const V=O-ee-1;if(P.appendChild(this._createSelectionElement(ee+1,0,this._bufferService.cols,V)),ee!==O){const te=G===O?X[0]:this._bufferService.cols;P.appendChild(this._createSelectionElement(O,0,te))}}this._selectionContainer.appendChild(P)}_createSelectionElement(q,X,J,F=1){const G=this._document.createElement("div"),ee=X*this.dimensions.css.cell.width;let O=this.dimensions.css.cell.width*(J-X);return ee+O>this.dimensions.css.canvas.width&&(O=this.dimensions.css.canvas.width-ee),G.style.height=F*this.dimensions.css.cell.height+"px",G.style.top=q*this.dimensions.css.cell.height+"px",G.style.left=`${ee}px`,G.style.width=`${O}px`,G}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 q of this._rowElements)q.replaceChildren()}renderRows(q,X){const J=this._bufferService.buffer,F=J.ybase+J.y,G=Math.min(J.x,this._bufferService.cols-1),ee=this._optionsService.rawOptions.cursorBlink,O=this._optionsService.rawOptions.cursorStyle,P=this._optionsService.rawOptions.cursorInactiveStyle;for(let L=q;L<=X;L++){const B=L+J.ydisp,V=this._rowElements[L],te=J.lines.get(B);if(!V||!te)break;V.replaceChildren(...this._rowFactory.createRow(te,B,B===F,O,P,G,ee,this.dimensions.css.cell.width,this._widthCache,-1,-1))}}get _terminalSelector(){return`.${R}${this._terminalClass}`}_handleLinkHover(q){this._setCellUnderline(q.x1,q.x2,q.y1,q.y2,q.cols,!0)}_handleLinkLeave(q){this._setCellUnderline(q.x1,q.x2,q.y1,q.y2,q.cols,!1)}_setCellUnderline(q,X,J,F,G,ee){J<0&&(q=0),F<0&&(X=0);const O=this._bufferService.rows-1;J=Math.max(Math.min(J,O),0),F=Math.max(Math.min(F,O),0),G=Math.min(G,this._bufferService.cols);const P=this._bufferService.buffer,L=P.ybase+P.y,B=Math.min(P.x,G-1),V=this._optionsService.rawOptions.cursorBlink,te=this._optionsService.rawOptions.cursorStyle,ue=this._optionsService.rawOptions.cursorInactiveStyle;for(let fe=J;fe<=F;++fe){const K=fe+P.ydisp,z=this._rowElements[fe],ce=P.lines.get(K);if(!z||!ce)break;z.replaceChildren(...this._rowFactory.createRow(ce,K,K===L,te,ue,B,V,this.dimensions.css.cell.width,this._widthCache,ee?fe===J?q:0:-1,ee?(fe===F?X:G)-1:-1))}}};c.DomRenderer=W=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)],W)},3787:function(p,c,h){var v=this&&this.__decorate||function(D,j,T,M){var H,U=arguments.length,W=U<3?j:M===null?M=Object.getOwnPropertyDescriptor(j,T):M;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")W=Reflect.decorate(D,j,T,M);else for(var q=D.length-1;q>=0;q--)(H=D[q])&&(W=(U<3?H(W):U>3?H(j,T,W):H(j,T))||W);return U>3&&W&&Object.defineProperty(j,T,W),W},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),g=h(6171),_=h(3734);let k=c.DomRendererRowFactory=class{constructor(D,j,T,M,H,U,W){this._document=D,this._characterJoinerService=j,this._optionsService=T,this._coreBrowserService=M,this._coreService=H,this._decorationService=U,this._themeService=W,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,H,U,W,q,X,J,F){const G=[],ee=this._characterJoinerService.getJoinedCharacters(j),O=this._themeService.colors;let P,L=D.getNoBgTrimmedLength();T&&L<U+1&&(L=U+1);let B=0,V="",te=0,ue=0,fe=0,K=!1,z=0,ce=!1,ae=0;const ye=[],Ce=J!==-1&&F!==-1;for(let $e=0;$e<L;$e++){D.loadCell($e,this._workCell);let Pe=this._workCell.getWidth();if(Pe===0)continue;let qe=!1,Ue=$e,je=this._workCell;if(ee.length>0&&$e===ee[0][0]){qe=!0;const at=ee.shift();je=new b.JoinedCellData(this._workCell,D.translateToString(!0,at[0],at[1]),at[1]-at[0]),Ue=at[1]-1,Pe=je.getWidth()}const Ke=this._isCellInSelection($e,j),vt=T&&$e===U,$t=Ce&&$e>=J&&$e<=F;let kt=!1;this._decorationService.forEachDecorationAtCell($e,j,void 0,(at=>{kt=!0}));let ns=je.getChars()||x.WHITESPACE_CELL_CHAR;if(ns===" "&&(je.isUnderline()||je.isOverline())&&(ns=" "),ae=Pe*q-X.get(ns,je.isBold(),je.isItalic()),P){if(B&&(Ke&&ce||!Ke&&!ce&&je.bg===te)&&(Ke&&ce&&O.selectionForeground||je.fg===ue)&&je.extended.ext===fe&&$t===K&&ae===z&&!vt&&!qe&&!kt){je.isInvisible()?V+=x.WHITESPACE_CELL_CHAR:V+=ns,B++;continue}B&&(P.textContent=V),P=this._document.createElement("span"),B=0,V=""}else P=this._document.createElement("span");if(te=je.bg,ue=je.fg,fe=je.extended.ext,K=$t,z=ae,ce=Ke,qe&&U>=$e&&U<=Ue&&(U=$e),!this._coreService.isCursorHidden&&vt&&this._coreService.isCursorInitialized){if(ye.push("xterm-cursor"),this._coreBrowserService.isFocused)W&&ye.push("xterm-cursor-blink"),ye.push(M==="bar"?"xterm-cursor-bar":M==="underline"?"xterm-cursor-underline":"xterm-cursor-block");else if(H)switch(H){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(je.isBold()&&ye.push("xterm-bold"),je.isItalic()&&ye.push("xterm-italic"),je.isDim()&&ye.push("xterm-dim"),V=je.isInvisible()?x.WHITESPACE_CELL_CHAR:je.getChars()||x.WHITESPACE_CELL_CHAR,je.isUnderline()&&(ye.push(`xterm-underline-${je.extended.underlineStyle}`),V===" "&&(V=" "),!je.isUnderlineColorDefault()))if(je.isUnderlineColorRGB())P.style.textDecorationColor=`rgb(${_.AttributeData.toColorRGB(je.getUnderlineColor()).join(",")})`;else{let at=je.getUnderlineColor();this._optionsService.rawOptions.drawBoldTextInBrightColors&&je.isBold()&&at<8&&(at+=8),P.style.textDecorationColor=O.ansi[at].css}je.isOverline()&&(ye.push("xterm-overline"),V===" "&&(V=" ")),je.isStrikethrough()&&ye.push("xterm-strikethrough"),$t&&(P.style.textDecoration="underline");let Ct=je.getFgColor(),tt=je.getFgColorMode(),Be=je.getBgColor(),He=je.getBgColorMode();const Ls=!!je.isInverse();if(Ls){const at=Ct;Ct=Be,Be=at;const rs=tt;tt=He,He=rs}let gt,qt,is,cs=!1;switch(this._decorationService.forEachDecorationAtCell($e,j,void 0,(at=>{at.options.layer!=="top"&&cs||(at.backgroundColorRGB&&(He=50331648,Be=at.backgroundColorRGB.rgba>>8&16777215,gt=at.backgroundColorRGB),at.foregroundColorRGB&&(tt=50331648,Ct=at.foregroundColorRGB.rgba>>8&16777215,qt=at.foregroundColorRGB),cs=at.options.layer==="top")})),!cs&&Ke&&(gt=this._coreBrowserService.isFocused?O.selectionBackgroundOpaque:O.selectionInactiveBackgroundOpaque,Be=gt.rgba>>8&16777215,He=50331648,cs=!0,O.selectionForeground&&(tt=50331648,Ct=O.selectionForeground.rgba>>8&16777215,qt=O.selectionForeground)),cs&&ye.push("xterm-decoration-top"),He){case 16777216:case 33554432:is=O.ansi[Be],ye.push(`xterm-bg-${Be}`);break;case 50331648:is=C.channels.toColor(Be>>16,Be>>8&255,255&Be),this._addStyle(P,`background-color:#${R((Be>>>0).toString(16),"0",6)}`);break;default:Ls?(is=O.foreground,ye.push(`xterm-bg-${f.INVERTED_DEFAULT_COLOR}`)):is=O.background}switch(gt||je.isDim()&&(gt=C.color.multiplyOpacity(is,.5)),tt){case 16777216:case 33554432:je.isBold()&&Ct<8&&this._optionsService.rawOptions.drawBoldTextInBrightColors&&(Ct+=8),this._applyMinimumContrast(P,is,O.ansi[Ct],je,gt,void 0)||ye.push(`xterm-fg-${Ct}`);break;case 50331648:const at=C.channels.toColor(Ct>>16&255,Ct>>8&255,255&Ct);this._applyMinimumContrast(P,is,at,je,gt,qt)||this._addStyle(P,`color:#${R(Ct.toString(16),"0",6)}`);break;default:this._applyMinimumContrast(P,is,O.foreground,je,gt,qt)||Ls&&ye.push(`xterm-fg-${f.INVERTED_DEFAULT_COLOR}`)}ye.length&&(P.className=ye.join(" "),ye.length=0),vt||qe||kt?P.textContent=V:B++,ae!==this.defaultSpacing&&(P.style.letterSpacing=`${ae}px`),G.push(P),$e=Ue}return P&&B&&(P.textContent=V),G}_applyMinimumContrast(D,j,T,M,H,U){if(this._optionsService.rawOptions.minimumContrastRatio===1||(0,g.treatGlyphAsBackgroundColor)(M.getCode()))return!1;const W=this._getContrastCache(M);let q;if(H||U||(q=W.getColor(j.rgba,T.rgba)),q===void 0){const X=this._optionsService.rawOptions.minimumContrastRatio/(M.isDim()?2:1);q=C.color.ensureContrastRatio(H||j,U||T,X),W.setColor((H||j).rgba,(U||T).rgba,q??null)}return!!q&&(this._addStyle(D,`color:${q.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),g=Math.min(y,S.rows-1);b>=S.rows||g<0?this.clear():(this.hasSelection=!0,this.columnSelectMode=E,this.viewportStartRow=C,this.viewportEndRow=y,this.viewportCappedStartRow=b,this.viewportCappedEndRow=g,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(g,_,k,R){var D,j=arguments.length,T=j<3?_:R===null?R=Object.getOwnPropertyDescriptor(_,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(g,_,k,R);else for(var M=g.length-1;M>=0;M--)(D=g[M])&&(T=(j<3?D(T):j>3?D(_,k,T):D(_,k))||T);return j>3&&T&&Object.defineProperty(_,k,T),T},S=this&&this.__param||function(g,_){return function(k,R){_(k,R,g)}};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(g,_,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(g,_,this._optionsService))}this.register(this._optionsService.onMultipleOptionChange(["fontFamily","fontSize"],(()=>this.measure())))}measure(){const g=this._measureStrategy.measure();g.width===this.width&&g.height===this.height||(this.width=g.width,this.height=g.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(_,k){_!==void 0&&_>0&&k!==void 0&&k>0&&(this._result.width=_,this._result.height=k)}}class y extends C{constructor(_,k,R){super(),this._document=_,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(_){super(),this._optionsService=_,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 _=this._ctx.measureText("W");return this._validateAndSet(_.width,_.fontBoundingBoxAscent+_.fontBoundingBoxDescent),this._result}}},4269:function(p,c,h){var v=this&&this.__decorate||function(b,g,_,k){var R,D=arguments.length,j=D<3?g:k===null?k=Object.getOwnPropertyDescriptor(g,_):k;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(b,g,_,k);else for(var T=b.length-1;T>=0;T--)(R=b[T])&&(j=(D<3?R(j):D>3?R(g,_,j):R(g,_))||j);return D>3&&j&&Object.defineProperty(g,_,j),j},S=this&&this.__param||function(b,g){return function(_,k){g(_,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(g,_,k){super(),this.content=0,this.combinedData="",this.fg=g.fg,this.bg=g.bg,this.combinedData=_,this._width=k}isCombined(){return 2097152}getWidth(){return this._width}getChars(){return this.combinedData}getCode(){return 2097151}setFromCharData(g){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(g){this._bufferService=g,this._characterJoiners=[],this._nextCharacterJoinerId=0,this._workCell=new E.CellData}register(g){const _={id:this._nextCharacterJoinerId++,handler:g};return this._characterJoiners.push(_),_.id}deregister(g){for(let _=0;_<this._characterJoiners.length;_++)if(this._characterJoiners[_].id===g)return this._characterJoiners.splice(_,1),!0;return!1}getJoinedCharacters(g){if(this._characterJoiners.length===0)return[];const _=this._bufferService.buffer.lines.get(g);if(!_||_.length===0)return[];const k=[],R=_.translateToString(!0);let D=0,j=0,T=0,M=_.getFg(0),H=_.getBg(0);for(let U=0;U<_.getTrimmedLength();U++)if(_.loadCell(U,this._workCell),this._workCell.getWidth()!==0){if(this._workCell.fg!==M||this._workCell.bg!==H){if(U-D>1){const W=this._getJoinedRanges(R,T,j,_,D);for(let q=0;q<W.length;q++)k.push(W[q])}D=U,T=j,M=this._workCell.fg,H=this._workCell.bg}j+=this._workCell.getChars().length||x.WHITESPACE_CELL_CHAR.length}if(this._bufferService.cols-D>1){const U=this._getJoinedRanges(R,T,j,_,D);for(let W=0;W<U.length;W++)k.push(U[W])}return k}_getJoinedRanges(g,_,k,R,D){const j=g.substring(_,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 H=this._characterJoiners[M].handler(j);for(let U=0;U<H.length;U++)e1._mergeRanges(T,H[U])}catch(H){console.error(H)}return this._stringRangesToCellRanges(T,R,D),T}_stringRangesToCellRanges(g,_,k){let R=0,D=!1,j=0,T=g[R];if(T){for(let M=k;M<this._bufferService.cols;M++){const H=_.getWidth(M),U=_.getString(M).length||x.WHITESPACE_CELL_CHAR.length;if(H!==0){if(!D&&T[0]<=j&&(T[0]=M,D=!0),T[1]<=j){if(T[1]=M,T=g[++R],!T)break;T[0]<=j?(T[0]=M,D=!0):D=!1}j+=U}}T&&(T[1]=this._bufferService.cols)}}static _mergeRanges(g,_){let k=!1;for(let R=0;R<g.length;R++){const D=g[R];if(k){if(_[1]<=D[0])return g[R-1][1]=_[1],g;if(_[1]<=D[1])return g[R-1][1]=Math.max(_[1],D[1]),g.splice(R,1),g;g.splice(R,1),R--}else{if(_[1]<=D[0])return g.splice(R,0,_),g;if(_[1]<=D[1])return D[0]=Math.min(_[0],D[0]),g;_[0]<D[1]&&(D[0]=Math.min(_[0],D[0]),k=!0)}}return k?g[g.length-1][1]=_[1]:g.push(_),g}};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((g=>this._screenDprMonitor.setWindow(g)))),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 g,_=arguments.length,k=_<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--)(g=A[R])&&(k=(_<3?g(k):_>3?g(C,y,k):g(C,y))||k);return _>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,g){return(0,x.getCoords)(window,A,C,y,b,this._charSizeService.hasValidSize,this._renderService.dimensions.css.cell.width,this._renderService.dimensions.css.cell.height,g)}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(g,_,k,R){var D,j=arguments.length,T=j<3?_:R===null?R=Object.getOwnPropertyDescriptor(_,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(g,_,k,R);else for(var M=g.length-1;M>=0;M--)(D=g[M])&&(T=(j<3?D(T):j>3?D(_,k,T):D(_,k))||T);return j>3&&T&&Object.defineProperty(_,k,T),T},S=this&&this.__param||function(g,_){return function(k,R){_(k,R,g)}};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(g,_,k,R,D,j,T,M){super(),this._rowCount=g,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(((H,U)=>this._renderRows(H,U)),T),this.register(this._renderDebouncer),this.register(T.onDprChange((()=>this.handleDevicePixelRatioChange()))),this.register(j.onResize((()=>this._fullRefresh()))),this.register(j.buffers.onBufferActivate((()=>{var H;return(H=this._renderer.value)==null?void 0:H.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,_),this.register(T.onWindowChange((H=>this._registerIntersectionObserver(H,_))))}_registerIntersectionObserver(g,_){if("IntersectionObserver"in g){const k=new g.IntersectionObserver((R=>this._handleIntersectionChange(R[R.length-1])),{threshold:0});k.observe(_),this._observerDisposable.value=(0,A.toDisposable)((()=>k.disconnect()))}}_handleIntersectionChange(g){this._isPaused=g.isIntersecting===void 0?g.intersectionRatio===0:!g.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(g,_,k=!1){this._isPaused?this._needsFullRefresh=!0:(k||(this._isNextRenderRedrawOnly=!1),this._renderDebouncer.refresh(g,_,this._rowCount))}_renderRows(g,_){this._renderer.value&&(g=Math.min(g,this._rowCount-1),_=Math.min(_,this._rowCount-1),this._renderer.value.renderRows(g,_),this._needsSelectionRefresh&&(this._renderer.value.handleSelectionChanged(this._selectionState.start,this._selectionState.end,this._selectionState.columnSelectMode),this._needsSelectionRefresh=!1),this._isNextRenderRedrawOnly||this._onRenderedViewportChange.fire({start:g,end:_}),this._onRender.fire({start:g,end:_}),this._isNextRenderRedrawOnly=!0)}resize(g,_){this._rowCount=_,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(g){this._renderer.value=g,this._renderer.value&&(this._renderer.value.onRequestRedraw((_=>this.refreshRows(_.start,_.end,!0))),this._needsSelectionRefresh=!0,this._fullRefresh())}addRefreshCallback(g){return this._renderDebouncer.addRefreshCallback(g)}_fullRefresh(){this._isPaused?this._needsFullRefresh=!0:this.refreshRows(0,this._rowCount-1)}clearTextureAtlas(){var g,_;this._renderer.value&&((_=(g=this._renderer.value).clearTextureAtlas)==null||_.call(g),this._fullRefresh())}handleDevicePixelRatioChange(){this._charSizeService.measure(),this._renderer.value&&(this._renderer.value.handleDevicePixelRatioChange(),this.refreshRows(0,this._rowCount-1))}handleResize(g,_){this._renderer.value&&(this._isPaused?this._pausedResizeTask.set((()=>{var k;return(k=this._renderer.value)==null?void 0:k.handleResize(g,_)})):this._renderer.value.handleResize(g,_),this._fullRefresh())}handleCharSizeChanged(){var g;(g=this._renderer.value)==null||g.handleCharSizeChanged()}handleBlur(){var g;(g=this._renderer.value)==null||g.handleBlur()}handleFocus(){var g;(g=this._renderer.value)==null||g.handleFocus()}handleSelectionChanged(g,_,k){var R;this._selectionState.start=g,this._selectionState.end=_,this._selectionState.columnSelectMode=k,(R=this._renderer.value)==null||R.handleSelectionChanged(g,_,k)}handleCursorMove(){var g;(g=this._renderer.value)==null||g.handleCursorMove()}clear(){var g;(g=this._renderer.value)==null||g.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,H,U){var W,q=arguments.length,X=q<3?M:U===null?U=Object.getOwnPropertyDescriptor(M,H):U;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")X=Reflect.decorate(T,M,H,U);else for(var J=T.length-1;J>=0;J--)(W=T[J])&&(X=(q<3?W(X):q>3?W(M,H,X):W(M,H))||X);return q>3&&X&&Object.defineProperty(M,H,X),X},S=this&&this.__param||function(T,M){return function(H,U){M(H,U,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),g=h(4841),_=h(511),k=h(2585),R=" ",D=new RegExp(R,"g");let j=c.SelectionService=class extends y.Disposable{constructor(T,M,H,U,W,q,X,J,F){super(),this._element=T,this._screenElement=M,this._linkifier=H,this._bufferService=U,this._coreService=W,this._mouseService=q,this._optionsService=X,this._renderService=J,this._coreBrowserService=F,this._dragScrollAmount=0,this._enabled=!0,this._workCell=new _.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=G=>this._handleMouseMove(G),this._mouseUpListener=G=>this._handleMouseUp(G),this._coreService.onUserInput((()=>{this.hasSelection&&this.clearSelection()})),this._trimListener=this._bufferService.buffer.lines.onTrim((G=>this._handleTrim(G))),this.register(this._bufferService.buffers.onBufferActivate((G=>this._handleBufferActivate(G)))),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 H=this._bufferService.buffer,U=[];if(this._activeSelectionMode===3){if(T[0]===M[0])return"";const W=T[0]<M[0]?T[0]:M[0],q=T[0]<M[0]?M[0]:T[0];for(let X=T[1];X<=M[1];X++){const J=H.translateBufferLineToString(X,!0,W,q);U.push(J)}}else{const W=T[1]===M[1]?M[0]:void 0;U.push(H.translateBufferLineToString(T[1],!0,T[0],W));for(let q=T[1]+1;q<=M[1]-1;q++){const X=H.lines.get(q),J=H.translateBufferLineToString(q,!0);X!=null&&X.isWrapped?U[U.length-1]+=J:U.push(J)}if(T[1]!==M[1]){const q=H.lines.get(M[1]),X=H.translateBufferLineToString(M[1],!0,0,M[0]);q&&q.isWrapped?U[U.length-1]+=X:U.push(X)}}return U.map((W=>W.replace(D," "))).join(b.isWindows?`\r
|
|
450
|
+
`:`
|
|
451
|
+
`)}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),H=this._model.finalSelectionStart,U=this._model.finalSelectionEnd;return!!(H&&U&&M)&&this._areCoordsInSelection(M,H,U)}isCellInSelection(T,M){const H=this._model.finalSelectionStart,U=this._model.finalSelectionEnd;return!(!H||!U)&&this._areCoordsInSelection([T,M],H,U)}_areCoordsInSelection(T,M,H){return T[1]>M[1]&&T[1]<H[1]||M[1]===H[1]&&T[1]===M[1]&&T[0]>=M[0]&&T[0]<H[0]||M[1]<H[1]&&T[1]===H[1]&&T[0]<H[0]||M[1]<H[1]&&T[1]===M[1]&&T[0]>=M[0]}_selectWordAtCursor(T,M){var W,q;const H=(q=(W=this._linkifier.currentLink)==null?void 0:W.link)==null?void 0:q.range;if(H)return this._model.selectionStart=[H.start.x-1,H.start.y-1],this._model.selectionStartLength=(0,g.getRangeLength)(H,this._bufferService.cols),this._model.selectionEnd=void 0,!0;const U=this._getMouseBufferCoords(T);return!!U&&(this._selectWordAt(U,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 H=this._renderService.dimensions.css.canvas.height;return M>=0&&M<=H?0:(M>H&&(M-=H),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 H=this._bufferService.buffer;if(this._model.selectionEnd[1]<H.lines.length){const U=H.lines.get(this._model.selectionEnd[1]);U&&U.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 H=this._mouseService.getCoords(T,this._element,this._bufferService.cols,this._bufferService.rows,!1);if(H&&H[0]!==void 0&&H[1]!==void 0){const U=(0,x.moveToCellSequence)(H[0]-1,H[1]-1,this._bufferService,this._coreService.decPrivateModes.applicationCursorKeys);this._coreService.triggerDataEvent(U,!0)}}}else this._fireEventIfSelectionChanged()}_fireEventIfSelectionChanged(){const T=this._model.finalSelectionStart,M=this._model.finalSelectionEnd,H=!(!T||!M||T[0]===M[0]&&T[1]===M[1]);H?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,H)):this._oldHasSelection&&this._fireOnSelectionChange(T,M,H)}_fireOnSelectionChange(T,M,H){this._oldSelectionStart=T,this._oldSelectionEnd=M,this._oldHasSelection=H,this._onSelectionChange.fire()}_handleBufferActivate(T){this.clearSelection(),this._trimListener.dispose(),this._trimListener=T.activeBuffer.lines.onTrim((M=>this._handleTrim(M)))}_convertViewportColToCharacterIndex(T,M){let H=M;for(let U=0;M>=U;U++){const W=T.loadCell(U,this._workCell).getChars().length;this._workCell.getWidth()===0?H--:W>1&&M!==U&&(H+=W-1)}return H}setSelection(T,M,H){this._model.clearSelection(),this._removeMouseDownListeners(),this._model.selectionStart=[T,M],this._model.selectionStartLength=H,this.refresh(),this._fireEventIfSelectionChanged()}rightClickSelect(T){this._isClickInSelection(T)||(this._selectWordAtCursor(T,!1)&&this.refresh(!0),this._fireEventIfSelectionChanged())}_getWordAt(T,M,H=!0,U=!0){if(T[0]>=this._bufferService.cols)return;const W=this._bufferService.buffer,q=W.lines.get(T[1]);if(!q)return;const X=W.translateBufferLineToString(T[1],!1);let J=this._convertViewportColToCharacterIndex(q,T[0]),F=J;const G=T[0]-J;let ee=0,O=0,P=0,L=0;if(X.charAt(J)===" "){for(;J>0&&X.charAt(J-1)===" ";)J--;for(;F<X.length&&X.charAt(F+1)===" ";)F++}else{let te=T[0],ue=T[0];q.getWidth(te)===0&&(ee++,te--),q.getWidth(ue)===2&&(O++,ue++);const fe=q.getString(ue).length;for(fe>1&&(L+=fe-1,F+=fe-1);te>0&&J>0&&!this._isCharWordSeparator(q.loadCell(te-1,this._workCell));){q.loadCell(te-1,this._workCell);const K=this._workCell.getChars().length;this._workCell.getWidth()===0?(ee++,te--):K>1&&(P+=K-1,J-=K-1),J--,te--}for(;ue<q.length&&F+1<X.length&&!this._isCharWordSeparator(q.loadCell(ue+1,this._workCell));){q.loadCell(ue+1,this._workCell);const K=this._workCell.getChars().length;this._workCell.getWidth()===2?(O++,ue++):K>1&&(L+=K-1,F+=K-1),F++,ue++}}F++;let B=J+G-ee+P,V=Math.min(this._bufferService.cols,F-J+ee+O-P-L);if(M||X.slice(J,F).trim()!==""){if(H&&B===0&&q.getCodePoint(0)!==32){const te=W.lines.get(T[1]-1);if(te&&q.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(U&&B+V===this._bufferService.cols&&q.getCodePoint(this._bufferService.cols-1)!==32){const te=W.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 H=this._getWordAt(T,M);if(H){for(;H.start<0;)H.start+=this._bufferService.cols,T[1]--;this._model.selectionStart=[H.start,T[1]],this._model.selectionStartLength=H.length}}_selectToWordAt(T){const M=this._getWordAt(T,!0);if(M){let H=T[1];for(;M.start<0;)M.start+=this._bufferService.cols,H--;if(!this._model.areSelectionValuesReversed())for(;M.start+M.length>this._bufferService.cols;)M.length-=this._bufferService.cols,H++;this._model.selectionEnd=[this._model.areSelectionValuesReversed()?M.start:M.start+M.length,H]}}_isCharWordSeparator(T){return T.getWidth()!==0&&this._optionsService.rawOptions.wordSeparator.indexOf(T.getChars())>=0}_selectLineAt(T){const M=this._bufferService.buffer.getWrappedRangeForLine(T),H={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,g.getRangeLength)(H,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,H){var U,W=arguments.length,q=W<3?T:H===null?H=Object.getOwnPropertyDescriptor(T,M):H;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")q=Reflect.decorate(j,T,M,H);else for(var X=j.length-1;X>=0;X--)(U=j[X])&&(q=(W<3?U(q):W>3?U(T,M,q):U(T,M))||q);return W>3&&q&&Object.defineProperty(T,M,q),q},S=this&&this.__param||function(j,T){return function(M,H){T(M,H,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"),g=x.css.toColor("#ffffff"),_=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 H=T[M/36%6|0],U=T[M/6%6|0],W=T[M%6];j.push({css:x.channels.toCss(H,U,W),rgba:x.channels.toRgba(H,U,W)})}for(let M=0;M<24;M++){const H=8+10*M;j.push({css:x.channels.toCss(H,H,H),rgba:x.channels.toRgba(H,H,H)})}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:g,cursorAccent:_,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,g),T.cursorAccent=D(j.cursorAccent,_),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 H=0;H<M;H++)T.ansi[H+16]=D(j.extendedAnsi[H],c.DEFAULT_ANSI_COLORS[H+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(_){const k=_.toString(16);return k.length<2?"0"+k:k}function g(_,k){return _<k?(k+.05)/(_+.05):(_+.05)/(k+.05)}c.NULL_COLOR={css:"#00000000",rgba:0},(function(_){_.toCss=function(k,R,D,j){return j!==void 0?`#${b(k)}${b(R)}${b(D)}${b(j)}`:`#${b(k)}${b(R)}${b(D)}`},_.toRgba=function(k,R,D,j=255){return(k<<24|R<<16|D<<8|j)>>>0},_.toColor=function(k,R,D,j){return{css:_.toCss(k,R,D,j),rgba:_.toRgba(k,R,D,j)}}})(x||(c.channels=x={})),(function(_){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)}}_.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,H=R.rgba>>24&255,U=R.rgba>>16&255,W=R.rgba>>8&255;return h=H+Math.round((j-H)*f),v=U+Math.round((T-U)*f),S=W+Math.round((M-W)*f),{css:x.toCss(h,v,S),rgba:x.toRgba(h,v,S)}},_.isOpaque=function(R){return(255&R.rgba)==255},_.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)},_.opaque=function(R){const D=(255|R.rgba)>>>0;return[h,v,S]=y.toChannels(D),{css:x.toCss(h,v,S),rgba:D}},_.opacity=k,_.multiplyOpacity=function(R,D){return f=255&R.rgba,k(R,f*D/255)},_.toColorRGB=function(R){return[R.rgba>>24&255,R.rgba>>16&255,R.rgba>>8&255]}})(E||(c.color=E={})),(function(_){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{}_.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(_){function k(R,D,j){const T=R/255,M=D/255,H=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*(H<=.03928?H/12.92:Math.pow((H+.055)/1.055,2.4))}_.relativeLuminance=function(R){return k(R>>16&255,R>>8&255,255&R)},_.relativeLuminance2=k})(C||(c.rgb=C={})),(function(_){function k(D,j,T){const M=D>>24&255,H=D>>16&255,U=D>>8&255;let W=j>>24&255,q=j>>16&255,X=j>>8&255,J=g(C.relativeLuminance2(W,q,X),C.relativeLuminance2(M,H,U));for(;J<T&&(W>0||q>0||X>0);)W-=Math.max(0,Math.ceil(.1*W)),q-=Math.max(0,Math.ceil(.1*q)),X-=Math.max(0,Math.ceil(.1*X)),J=g(C.relativeLuminance2(W,q,X),C.relativeLuminance2(M,H,U));return(W<<24|q<<16|X<<8|255)>>>0}function R(D,j,T){const M=D>>24&255,H=D>>16&255,U=D>>8&255;let W=j>>24&255,q=j>>16&255,X=j>>8&255,J=g(C.relativeLuminance2(W,q,X),C.relativeLuminance2(M,H,U));for(;J<T&&(W<255||q<255||X<255);)W=Math.min(255,W+Math.ceil(.1*(255-W))),q=Math.min(255,q+Math.ceil(.1*(255-q))),X=Math.min(255,X+Math.ceil(.1*(255-X))),J=g(C.relativeLuminance2(W,q,X),C.relativeLuminance2(M,H,U));return(W<<24|q<<16|X<<8|255)>>>0}_.blend=function(D,j){if(f=(255&j)/255,f===1)return j;const T=j>>24&255,M=j>>16&255,H=j>>8&255,U=D>>24&255,W=D>>16&255,q=D>>8&255;return h=U+Math.round((T-U)*f),v=W+Math.round((M-W)*f),S=q+Math.round((H-q)*f),x.toRgba(h,v,S)},_.ensureContrastRatio=function(D,j,T){const M=C.relativeLuminance(D>>8),H=C.relativeLuminance(j>>8);if(g(M,H)<T){if(H<M){const q=k(D,j,T),X=g(M,C.relativeLuminance(q>>8));if(X<T){const J=R(D,j,T);return X>g(M,C.relativeLuminance(J>>8))?q:J}return q}const U=R(D,j,T),W=g(M,C.relativeLuminance(U>>8));if(W<T){const q=k(D,j,T);return W>g(M,C.relativeLuminance(q>>8))?U:q}return U}},_.reduceLuminance=k,_.increaseLuminance=R,_.toChannels=function(D){return[D>>24&255,D>>16&255,D>>8&255,255&D]}})(y||(c.rgba=y={})),c.toPaddedHex=b,c.contrastRatio=g},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),g=h(1480),_=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((U=>{var W;(W=this._onScrollApi)==null||W.fire(U.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(U){for(const W in U)this.optionsService.options[W]=U[W]}constructor(U){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(U)),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(g.UnicodeService)),this._instantiationService.setService(S.IUnicodeService,this.unicodeService),this._charsetService=this._instantiationService.createInstance(_.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((W=>{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((W=>{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(((W,q)=>this._inputHandler.parse(W,q)))),this.register((0,y.forwardEvent)(this._writeBuffer.onWriteParsed,this._onWriteParsed))}write(U,W){this._writeBuffer.write(U,W)}writeSync(U,W){this._logService.logLevel<=S.LogLevelEnum.WARN&&!T&&(this._logService.warn("writeSync is unreliable and will be removed soon."),T=!0),this._writeBuffer.writeSync(U,W)}input(U,W=!0){this.coreService.triggerDataEvent(U,W)}resize(U,W){isNaN(U)||isNaN(W)||(U=Math.max(U,E.MINIMUM_COLS),W=Math.max(W,E.MINIMUM_ROWS),this._bufferService.resize(U,W))}scroll(U,W=!1){this._bufferService.scroll(U,W)}scrollLines(U,W,q){this._bufferService.scrollLines(U,W,q)}scrollPages(U){this.scrollLines(U*(this.rows-1))}scrollToTop(){this.scrollLines(-this._bufferService.buffer.ydisp)}scrollToBottom(){this.scrollLines(this._bufferService.buffer.ybase-this._bufferService.buffer.ydisp)}scrollToLine(U){const W=U-this._bufferService.buffer.ydisp;W!==0&&this.scrollLines(W)}registerEscHandler(U,W){return this._inputHandler.registerEscHandler(U,W)}registerDcsHandler(U,W){return this._inputHandler.registerDcsHandler(U,W)}registerCsiHandler(U,W){return this._inputHandler.registerCsiHandler(U,W)}registerOscHandler(U,W){return this._inputHandler.registerOscHandler(U,W)}_setup(){this._handleWindowsPtyOptionChange()}reset(){this._inputHandler.reset(),this._bufferService.reset(),this._charsetService.reset(),this.coreService.reset(),this.coreMouseService.reset()}_handleWindowsPtyOptionChange(){let U=!1;const W=this.optionsService.rawOptions.windowsPty;W&&W.buildNumber!==void 0&&W.buildNumber!==void 0?U=W.backend==="conpty"&&W.buildNumber<21376:this.optionsService.rawOptions.windowsMode&&(U=!0),U?this._enableWindowsWrappingHeuristics():this._windowsWrappingHeuristics.clear()}_enableWindowsWrappingHeuristics(){if(!this._windowsWrappingHeuristics.value){const U=[];U.push(this.onLineFeed(k.updateWindowsModeWrappedState.bind(null,this._bufferService))),U.push(this.registerCsiHandler({final:"H"},(()=>((0,k.updateWindowsModeWrappedState)(this._bufferService),!1)))),this._windowsWrappingHeuristics.value=(0,v.toDisposable)((()=>{for(const W of U)W.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(ee,O,P,L){var B,V=arguments.length,te=V<3?O:L===null?L=Object.getOwnPropertyDescriptor(O,P):L;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")te=Reflect.decorate(ee,O,P,L);else for(var ue=ee.length-1;ue>=0;ue--)(B=ee[ue])&&(te=(V<3?B(te):V>3?B(O,P,te):B(O,P))||te);return V>3&&te&&Object.defineProperty(O,P,te),te},S=this&&this.__param||function(ee,O){return function(P,L){O(P,L,ee)}};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),g=h(643),_=h(511),k=h(3734),R=h(2585),D=h(1480),j=h(6242),T=h(6351),M=h(5941),H={"(":0,")":1,"*":2,"+":3,"-":1,".":2},U=131072;function W(ee,O){if(ee>24)return O.setWinLines||!1;switch(ee){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 q;(function(ee){ee[ee.GET_WIN_SIZE_PIXELS=0]="GET_WIN_SIZE_PIXELS",ee[ee.GET_CELL_SIZE_PIXELS=1]="GET_CELL_SIZE_PIXELS"})(q||(c.WindowsOptionsReportType=q={}));let X=0;class J extends A.Disposable{getAttrData(){return this._curAttrData}constructor(O,P,L,B,V,te,ue,fe,K=new E.EscapeSequenceParser){super(),this._bufferService=O,this._charsetService=P,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 _.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 F(this._bufferService),this._activeBuffer=this._bufferService.buffer,this.register(this._bufferService.buffers.onBufferActivate((z=>this._activeBuffer=z.activeBuffer))),this._parser.setCsiHandlerFallback(((z,ce)=>{this._logService.debug("Unknown CSI code: ",{identifier:this._parser.identToString(z),params:ce.toArray()})})),this._parser.setEscHandlerFallback((z=>{this._logService.debug("Unknown ESC code: ",{identifier:this._parser.identToString(z)})})),this._parser.setExecuteHandlerFallback((z=>{this._logService.debug("Unknown EXECUTE code: ",{code:z})})),this._parser.setOscHandlerFallback(((z,ce,ae)=>{this._logService.debug("Unknown OSC code: ",{identifier:z,action:ce,data:ae})})),this._parser.setDcsHandlerFallback(((z,ce,ae)=>{ce==="HOOK"&&(ae=ae.toArray()),this._logService.debug("Unknown DCS code: ",{identifier:this._parser.identToString(z),action:ce,payload:ae})})),this._parser.setPrintHandler(((z,ce,ae)=>this.print(z,ce,ae))),this._parser.registerCsiHandler({final:"@"},(z=>this.insertChars(z))),this._parser.registerCsiHandler({intermediates:" ",final:"@"},(z=>this.scrollLeft(z))),this._parser.registerCsiHandler({final:"A"},(z=>this.cursorUp(z))),this._parser.registerCsiHandler({intermediates:" ",final:"A"},(z=>this.scrollRight(z))),this._parser.registerCsiHandler({final:"B"},(z=>this.cursorDown(z))),this._parser.registerCsiHandler({final:"C"},(z=>this.cursorForward(z))),this._parser.registerCsiHandler({final:"D"},(z=>this.cursorBackward(z))),this._parser.registerCsiHandler({final:"E"},(z=>this.cursorNextLine(z))),this._parser.registerCsiHandler({final:"F"},(z=>this.cursorPrecedingLine(z))),this._parser.registerCsiHandler({final:"G"},(z=>this.cursorCharAbsolute(z))),this._parser.registerCsiHandler({final:"H"},(z=>this.cursorPosition(z))),this._parser.registerCsiHandler({final:"I"},(z=>this.cursorForwardTab(z))),this._parser.registerCsiHandler({final:"J"},(z=>this.eraseInDisplay(z,!1))),this._parser.registerCsiHandler({prefix:"?",final:"J"},(z=>this.eraseInDisplay(z,!0))),this._parser.registerCsiHandler({final:"K"},(z=>this.eraseInLine(z,!1))),this._parser.registerCsiHandler({prefix:"?",final:"K"},(z=>this.eraseInLine(z,!0))),this._parser.registerCsiHandler({final:"L"},(z=>this.insertLines(z))),this._parser.registerCsiHandler({final:"M"},(z=>this.deleteLines(z))),this._parser.registerCsiHandler({final:"P"},(z=>this.deleteChars(z))),this._parser.registerCsiHandler({final:"S"},(z=>this.scrollUp(z))),this._parser.registerCsiHandler({final:"T"},(z=>this.scrollDown(z))),this._parser.registerCsiHandler({final:"X"},(z=>this.eraseChars(z))),this._parser.registerCsiHandler({final:"Z"},(z=>this.cursorBackwardTab(z))),this._parser.registerCsiHandler({final:"`"},(z=>this.charPosAbsolute(z))),this._parser.registerCsiHandler({final:"a"},(z=>this.hPositionRelative(z))),this._parser.registerCsiHandler({final:"b"},(z=>this.repeatPrecedingCharacter(z))),this._parser.registerCsiHandler({final:"c"},(z=>this.sendDeviceAttributesPrimary(z))),this._parser.registerCsiHandler({prefix:">",final:"c"},(z=>this.sendDeviceAttributesSecondary(z))),this._parser.registerCsiHandler({final:"d"},(z=>this.linePosAbsolute(z))),this._parser.registerCsiHandler({final:"e"},(z=>this.vPositionRelative(z))),this._parser.registerCsiHandler({final:"f"},(z=>this.hVPosition(z))),this._parser.registerCsiHandler({final:"g"},(z=>this.tabClear(z))),this._parser.registerCsiHandler({final:"h"},(z=>this.setMode(z))),this._parser.registerCsiHandler({prefix:"?",final:"h"},(z=>this.setModePrivate(z))),this._parser.registerCsiHandler({final:"l"},(z=>this.resetMode(z))),this._parser.registerCsiHandler({prefix:"?",final:"l"},(z=>this.resetModePrivate(z))),this._parser.registerCsiHandler({final:"m"},(z=>this.charAttributes(z))),this._parser.registerCsiHandler({final:"n"},(z=>this.deviceStatus(z))),this._parser.registerCsiHandler({prefix:"?",final:"n"},(z=>this.deviceStatusPrivate(z))),this._parser.registerCsiHandler({intermediates:"!",final:"p"},(z=>this.softReset(z))),this._parser.registerCsiHandler({intermediates:" ",final:"q"},(z=>this.setCursorStyle(z))),this._parser.registerCsiHandler({final:"r"},(z=>this.setScrollRegion(z))),this._parser.registerCsiHandler({final:"s"},(z=>this.saveCursor(z))),this._parser.registerCsiHandler({final:"t"},(z=>this.windowOptions(z))),this._parser.registerCsiHandler({final:"u"},(z=>this.restoreCursor(z))),this._parser.registerCsiHandler({intermediates:"'",final:"}"},(z=>this.insertColumns(z))),this._parser.registerCsiHandler({intermediates:"'",final:"~"},(z=>this.deleteColumns(z))),this._parser.registerCsiHandler({intermediates:'"',final:"q"},(z=>this.selectProtected(z))),this._parser.registerCsiHandler({intermediates:"$",final:"p"},(z=>this.requestMode(z,!0))),this._parser.registerCsiHandler({prefix:"?",intermediates:"$",final:"p"},(z=>this.requestMode(z,!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((z=>(this.setTitle(z),this.setIconName(z),!0)))),this._parser.registerOscHandler(1,new j.OscHandler((z=>this.setIconName(z)))),this._parser.registerOscHandler(2,new j.OscHandler((z=>this.setTitle(z)))),this._parser.registerOscHandler(4,new j.OscHandler((z=>this.setOrReportIndexedColor(z)))),this._parser.registerOscHandler(8,new j.OscHandler((z=>this.setHyperlink(z)))),this._parser.registerOscHandler(10,new j.OscHandler((z=>this.setOrReportFgColor(z)))),this._parser.registerOscHandler(11,new j.OscHandler((z=>this.setOrReportBgColor(z)))),this._parser.registerOscHandler(12,new j.OscHandler((z=>this.setOrReportCursorColor(z)))),this._parser.registerOscHandler(104,new j.OscHandler((z=>this.restoreIndexedColor(z)))),this._parser.registerOscHandler(110,new j.OscHandler((z=>this.restoreFgColor(z)))),this._parser.registerOscHandler(111,new j.OscHandler((z=>this.restoreBgColor(z)))),this._parser.registerOscHandler(112,new j.OscHandler((z=>this.restoreCursorColor(z)))),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 z in x.CHARSETS)this._parser.registerEscHandler({intermediates:"(",final:z},(()=>this.selectCharset("("+z))),this._parser.registerEscHandler({intermediates:")",final:z},(()=>this.selectCharset(")"+z))),this._parser.registerEscHandler({intermediates:"*",final:z},(()=>this.selectCharset("*"+z))),this._parser.registerEscHandler({intermediates:"+",final:z},(()=>this.selectCharset("+"+z))),this._parser.registerEscHandler({intermediates:"-",final:z},(()=>this.selectCharset("-"+z))),this._parser.registerEscHandler({intermediates:".",final:z},(()=>this.selectCharset("."+z))),this._parser.registerEscHandler({intermediates:"/",final:z},(()=>this.selectCharset("/"+z)));this._parser.registerEscHandler({intermediates:"#",final:"8"},(()=>this.screenAlignmentPattern())),this._parser.setErrorHandler((z=>(this._logService.error("Parsing error: ",z),z))),this._parser.registerDcsHandler({intermediates:"$",final:"q"},new T.DcsHandler(((z,ce)=>this.requestStatusString(z,ce))))}_preserveStack(O,P,L,B){this._parseStack.paused=!0,this._parseStack.cursorStartX=O,this._parseStack.cursorStartY=P,this._parseStack.decodedLength=L,this._parseStack.position=B}_logSlowResolvingAsync(O){this._logService.logLevel<=R.LogLevelEnum.WARN&&Promise.race([O,new Promise(((P,L)=>setTimeout((()=>L("#SLOW_TIMEOUT")),5e3)))]).catch((P=>{if(P!=="#SLOW_TIMEOUT")throw P;console.warn("async parser handler taking longer than 5000 ms")}))}_getCurrentLinkId(){return this._curAttrData.extended.urlId}parse(O,P){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,P))return this._logSlowResolvingAsync(L),L;B=this._parseStack.cursorStartX,V=this._parseStack.cursorStartY,this._parseStack.paused=!1,O.length>U&&(te=this._parseStack.position+U)}if(this._logService.logLevel<=R.LogLevelEnum.DEBUG&&this._logService.debug("parsing data"+(typeof O=="string"?` "${O}"`:` "${Array.prototype.map.call(O,(z=>String.fromCharCode(z))).join("")}"`),typeof O=="string"?O.split("").map((z=>z.charCodeAt(0))):O),this._parseBuffer.length<O.length&&this._parseBuffer.length<U&&(this._parseBuffer=new Uint32Array(Math.min(O.length,U))),ue||this._dirtyRowTracker.clearRange(),O.length>U)for(let z=te;z<O.length;z+=U){const ce=z+U<O.length?z+U:O.length,ae=typeof O=="string"?this._stringDecoder.decode(O.substring(z,ce),this._parseBuffer):this._utf8Decoder.decode(O.subarray(z,ce),this._parseBuffer);if(L=this._parser.parse(this._parseBuffer,ae))return this._preserveStack(B,V,ae,z),this._logSlowResolvingAsync(L),L}else if(!ue){const z=typeof O=="string"?this._stringDecoder.decode(O,this._parseBuffer):this._utf8Decoder.decode(O,this._parseBuffer);if(L=this._parser.parse(this._parseBuffer,z))return this._preserveStack(B,V,z,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,P,L){let B,V;const te=this._charsetService.charset,ue=this._optionsService.rawOptions.screenReaderMode,fe=this._bufferService.cols,K=this._coreService.decPrivateModes.wraparound,z=this._coreService.modes.insertMode,ce=this._curAttrData;let ae=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._activeBuffer.x&&L-P>0&&ae.getWidth(this._activeBuffer.x-1)===2&&ae.setCellFromCodepoint(this._activeBuffer.x-1,0,1,ce);let ye=this._parser.precedingJoinState;for(let Ce=P;Ce<L;++Ce){if(B=O[Ce],B<127&&te){const Ue=te[String.fromCharCode(B)];Ue&&(B=Ue.charCodeAt(0))}const $e=this._unicodeService.charProperties(B,ye);V=D.UnicodeService.extractWidth($e);const Pe=D.UnicodeService.extractShouldJoin($e),qe=Pe?D.UnicodeService.extractWidth(ye):0;if(ye=$e,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-qe>fe){if(K){const Ue=ae;let je=this._activeBuffer.x-qe;for(this._activeBuffer.x=qe,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),ae=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y),qe>0&&ae instanceof y.BufferLine&&ae.copyCellsFrom(Ue,je,0,qe,!1);je<fe;)Ue.setCellFromCodepoint(je++,0,1,ce)}else if(this._activeBuffer.x=fe-1,V===2)continue}if(Pe&&this._activeBuffer.x){const Ue=ae.getWidth(this._activeBuffer.x-1)?1:2;ae.addCodepointToCell(this._activeBuffer.x-Ue,B,V);for(let je=V-qe;--je>=0;)ae.setCellFromCodepoint(this._activeBuffer.x++,0,0,ce)}else if(z&&(ae.insertCells(this._activeBuffer.x,V-qe,this._activeBuffer.getNullCell(ce)),ae.getWidth(fe-1)===2&&ae.setCellFromCodepoint(fe-1,g.NULL_CELL_CODE,g.NULL_CELL_WIDTH,ce)),ae.setCellFromCodepoint(this._activeBuffer.x++,B,V,ce),V>0)for(;--V;)ae.setCellFromCodepoint(this._activeBuffer.x++,0,0,ce)}this._parser.precedingJoinState=ye,this._activeBuffer.x<fe&&L-P>0&&ae.getWidth(this._activeBuffer.x)===0&&!ae.hasContent(this._activeBuffer.x)&&ae.setCellFromCodepoint(this._activeBuffer.x,0,1,ce),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}registerCsiHandler(O,P){return O.final!=="t"||O.prefix||O.intermediates?this._parser.registerCsiHandler(O,P):this._parser.registerCsiHandler(O,(L=>!W(L.params[0],this._optionsService.rawOptions.windowOptions)||P(L)))}registerDcsHandler(O,P){return this._parser.registerDcsHandler(O,new T.DcsHandler(P))}registerEscHandler(O,P){return this._parser.registerEscHandler(O,P)}registerOscHandler(O,P){return this._parser.registerOscHandler(O,new j.OscHandler(P))}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 P=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);P.hasWidth(this._activeBuffer.x)&&!P.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,P){this._dirtyRowTracker.markDirty(this._activeBuffer.y),this._coreService.decPrivateModes.origin?(this._activeBuffer.x=O,this._activeBuffer.y=this._activeBuffer.scrollTop+P):(this._activeBuffer.x=O,this._activeBuffer.y=P),this._restrictCursor(),this._dirtyRowTracker.markDirty(this._activeBuffer.y)}_moveCursor(O,P){this._restrictCursor(),this._setCursor(this._activeBuffer.x+O,this._activeBuffer.y+P)}cursorUp(O){const P=this._activeBuffer.y-this._activeBuffer.scrollTop;return P>=0?this._moveCursor(0,-Math.min(P,O.params[0]||1)):this._moveCursor(0,-(O.params[0]||1)),!0}cursorDown(O){const P=this._activeBuffer.scrollBottom-this._activeBuffer.y;return P>=0?this._moveCursor(0,Math.min(P,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 P=O.params[0];return P===0?delete this._activeBuffer.tabs[this._activeBuffer.x]:P===3&&(this._activeBuffer.tabs={}),!0}cursorForwardTab(O){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let P=O.params[0]||1;for(;P--;)this._activeBuffer.x=this._activeBuffer.nextStop();return!0}cursorBackwardTab(O){if(this._activeBuffer.x>=this._bufferService.cols)return!0;let P=O.params[0]||1;for(;P--;)this._activeBuffer.x=this._activeBuffer.prevStop();return!0}selectProtected(O){const P=O.params[0];return P===1&&(this._curAttrData.bg|=536870912),P!==2&&P!==0||(this._curAttrData.bg&=-536870913),!0}_eraseInBufferLine(O,P,L,B=!1,V=!1){const te=this._activeBuffer.lines.get(this._activeBuffer.ybase+O);te.replaceCells(P,L,this._activeBuffer.getNullCell(this._eraseAttrData()),V),B&&(te.isWrapped=!1)}_resetBufferLine(O,P=!1){const L=this._activeBuffer.lines.get(this._activeBuffer.ybase+O);L&&(L.fill(this._activeBuffer.getNullCell(this._eraseAttrData()),P),this._bufferService.buffer.clearMarkers(this._activeBuffer.ybase+O),L.isWrapped=!1)}eraseInDisplay(O,P=!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,P);L<this._bufferService.rows;L++)this._resetBufferLine(L,P);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,P),this._activeBuffer.x+1>=this._bufferService.cols&&(this._activeBuffer.lines.get(L+1).isWrapped=!1);L--;)this._resetBufferLine(L,P);this._dirtyRowTracker.markDirty(0);break;case 2:for(L=this._bufferService.rows,this._dirtyRowTracker.markDirty(L-1);L--;)this._resetBufferLine(L,P);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,P=!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,P);break;case 1:this._eraseInBufferLine(this._activeBuffer.y,0,this._activeBuffer.x+1,!1,P);break;case 2:this._eraseInBufferLine(this._activeBuffer.y,0,this._bufferService.cols,!0,P)}return this._dirtyRowTracker.markDirty(this._activeBuffer.y),!0}insertLines(O){this._restrictCursor();let P=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(;P--;)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 P=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;P--;)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 P=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return P&&(P.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 P=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return P&&(P.deleteCells(this._activeBuffer.x,O.params[0]||1,this._activeBuffer.getNullCell(this._eraseAttrData())),this._dirtyRowTracker.markDirty(this._activeBuffer.y)),!0}scrollUp(O){let P=O.params[0]||1;for(;P--;)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 P=O.params[0]||1;for(;P--;)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 P=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,P,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 P=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,P,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 P=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,P,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 P=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,P,this._activeBuffer.getNullCell(this._eraseAttrData())),B.isWrapped=!1}return this._dirtyRowTracker.markRangeDirty(this._activeBuffer.scrollTop,this._activeBuffer.scrollBottom),!0}eraseChars(O){this._restrictCursor();const P=this._activeBuffer.lines.get(this._activeBuffer.ybase+this._activeBuffer.y);return P&&(P.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 P=this._parser.precedingJoinState;if(!P)return!0;const L=O.params[0]||1,B=D.UnicodeService.extractWidth(P),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 z=0;z<te.length;){const ce=te.codePointAt(z)||0;ue[fe++]=ce,z+=ce>65535?2:1}let K=fe;for(let z=1;z<L;++z)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 P=0;P<O.length;P++)switch(O.params[P]){case 4:this._coreService.modes.insertMode=!0;break;case 20:this._optionsService.options.convertEol=!0}return!0}setModePrivate(O){for(let P=0;P<O.length;P++)switch(O.params[P]){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 P=0;P<O.length;P++)switch(O.params[P]){case 4:this._coreService.modes.insertMode=!1;break;case 20:this._optionsService.options.convertEol=!1}return!0}resetModePrivate(O){for(let P=0;P<O.length;P++)switch(O.params[P]){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[P]===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,P){const L=this._coreService.decPrivateModes,{activeProtocol:B,activeEncoding:V}=this._coreMouseService,te=this._coreService,{buffers:ue,cols:fe}=this._bufferService,{active:K,alt:z}=ue,ce=this._optionsService.rawOptions,ae=Pe=>Pe?1:2,ye=O.params[0];return Ce=ye,$e=P?ye===2?4:ye===4?ae(te.modes.insertMode):ye===12?3:ye===20?ae(ce.convertEol):0:ye===1?ae(L.applicationCursorKeys):ye===3?ce.windowOptions.setWinLines?fe===80?2:fe===132?1:0:0:ye===6?ae(L.origin):ye===7?ae(L.wraparound):ye===8?3:ye===9?ae(B==="X10"):ye===12?ae(ce.cursorBlink):ye===25?ae(!te.isCursorHidden):ye===45?ae(L.reverseWraparound):ye===66?ae(L.applicationKeypad):ye===67?4:ye===1e3?ae(B==="VT200"):ye===1002?ae(B==="DRAG"):ye===1003?ae(B==="ANY"):ye===1004?ae(L.sendFocus):ye===1005?4:ye===1006?ae(V==="SGR"):ye===1015?4:ye===1016?ae(V==="SGR_PIXELS"):ye===1048?1:ye===47||ye===1047||ye===1049?ae(K===z):ye===2004?ae(L.bracketedPasteMode):0,te.triggerDataEvent(`${f.C0.ESC}[${P?"":"?"}${Ce};${$e}$y`),!0;var Ce,$e}_updateAttrColor(O,P,L,B,V){return P===2?(O|=50331648,O&=-16777216,O|=k.AttributeData.fromColorRGB([L,B,V])):P===5&&(O&=-50331904,O|=33554432|255&L),O}_extractColor(O,P,L){const B=[0,0,-1,0,0,0];let V=0,te=0;do{if(B[te+V]=O.params[P+te],O.hasSubParams(P+te)){const ue=O.getSubParams(P+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+P<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,P){P.extended=P.extended.clone(),(!~O||O>5)&&(O=1),P.extended.underlineStyle=O,P.fg|=268435456,O===0&&(P.fg&=-268435457),P.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 P=O.length;let L;const B=this._curAttrData;for(let V=0;V<P;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 P=this._activeBuffer.y+1,L=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${f.C0.ESC}[${P};${L}R`)}return!0}deviceStatusPrivate(O){if(O.params[0]===6){const P=this._activeBuffer.y+1,L=this._activeBuffer.x+1;this._coreService.triggerDataEvent(`${f.C0.ESC}[?${P};${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 P=O.params[0]||1;switch(P){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=P%2==1;return this._optionsService.options.cursorBlink=L,!0}setScrollRegion(O){const P=O.params[0]||1;let L;return(O.length<2||(L=O.params[1])>this._bufferService.rows||L===0)&&(L=this._bufferService.rows),L>P&&(this._activeBuffer.scrollTop=P-1,this._activeBuffer.scrollBottom=L-1,this._setCursor(0,0)),!0}windowOptions(O){if(!W(O.params[0],this._optionsService.rawOptions.windowOptions))return!0;const P=O.length>1?O.params[1]:0;switch(O.params[0]){case 14:P!==2&&this._onRequestWindowsOptionsReport.fire(q.GET_WIN_SIZE_PIXELS);break;case 16:this._onRequestWindowsOptionsReport.fire(q.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:P!==0&&P!==2||(this._windowTitleStack.push(this._windowTitle),this._windowTitleStack.length>10&&this._windowTitleStack.shift()),P!==0&&P!==1||(this._iconNameStack.push(this._iconName),this._iconNameStack.length>10&&this._iconNameStack.shift());break;case 23:P!==0&&P!==2||this._windowTitleStack.length&&this.setTitle(this._windowTitleStack.pop()),P!==0&&P!==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 P=[],L=O.split(";");for(;L.length>1;){const B=L.shift(),V=L.shift();if(/^\d+$/.exec(B)){const te=parseInt(B);if(G(te))if(V==="?")P.push({type:0,index:te});else{const ue=(0,M.parseColor)(V);ue&&P.push({type:1,index:te,color:ue})}}}return P.length&&this._onColor.fire(P),!0}setHyperlink(O){const P=O.split(";");return!(P.length<2)&&(P[1]?this._createHyperlink(P[0],P[1]):!P[0]&&this._finishHyperlink())}_createHyperlink(O,P){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:P}),this._curAttrData.updateExtended(),!0}_finishHyperlink(){return this._curAttrData.extended=this._curAttrData.extended.clone(),this._curAttrData.extended.urlId=0,this._curAttrData.updateExtended(),!0}_setOrReportSpecialColor(O,P){const L=O.split(";");for(let B=0;B<L.length&&!(P>=this._specialColors.length);++B,++P)if(L[B]==="?")this._onColor.fire([{type:0,index:this._specialColors[P]}]);else{const V=(0,M.parseColor)(L[B]);V&&this._onColor.fire([{type:1,index:this._specialColors[P],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 P=[],L=O.split(";");for(let B=0;B<L.length;++B)if(/^\d+$/.exec(L[B])){const V=parseInt(L[B]);G(V)&&P.push({type:2,index:V})}return P.length&&this._onColor.fire(P),!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(H[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 _.CellData;O.content=4194373,O.fg=this._curAttrData.fg,O.bg=this._curAttrData.bg,this._setCursor(0,0);for(let P=0;P<this._bufferService.rows;++P){const L=this._activeBuffer.ybase+this._activeBuffer.y+P,B=this._activeBuffer.lines.get(L);B&&(B.fill(O),B.isWrapped=!1)}return this._dirtyRowTracker.markAllDirty(),this._setCursor(0,0),!0}requestStatusString(O,P){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,P){this._dirtyRowTracker.markRangeDirty(O,P)}}c.InputHandler=J;let F=class{constructor(ee){this._bufferService=ee,this.clearRange()}clearRange(){this.start=this._bufferService.buffer.y,this.end=this._bufferService.buffer.y}markDirty(ee){ee<this.start?this.start=ee:ee>this.end&&(this.end=ee)}markRangeDirty(ee,O){ee>O&&(X=ee,ee=O,O=X),ee<this.start&&(this.start=ee),O>this.end&&(this.end=O)}markAllDirty(){this.markRangeDirty(0,this._bufferService.rows-1)}};function G(ee){return 0<=ee&&ee<256}F=v([S(0,R.IBufferService)],F)},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(g,_,k){this._hasScrollback=g,this._optionsService=_,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(g){return g?(this._nullCell.fg=g.fg,this._nullCell.bg=g.bg,this._nullCell.extended=g.extended):(this._nullCell.fg=0,this._nullCell.bg=0,this._nullCell.extended=new f.ExtendedAttrs),this._nullCell}getWhitespaceCell(g){return g?(this._whitespaceCell.fg=g.fg,this._whitespaceCell.bg=g.bg,this._whitespaceCell.extended=g.extended):(this._whitespaceCell.fg=0,this._whitespaceCell.bg=0,this._whitespaceCell.extended=new f.ExtendedAttrs),this._whitespaceCell}getBlankLine(g,_){return new x.BufferLine(this._bufferService.cols,this.getNullCell(g),_)}get hasScrollback(){return this._hasScrollback&&this.lines.maxLength>this._rows}get isCursorInViewport(){const g=this.ybase+this.y-this.ydisp;return g>=0&&g<this._rows}_getCorrectBufferLength(g){if(!this._hasScrollback)return g;const _=g+this._optionsService.rawOptions.scrollback;return _>c.MAX_BUFFER_SIZE?c.MAX_BUFFER_SIZE:_}fillViewportRows(g){if(this.lines.length===0){g===void 0&&(g=x.DEFAULT_ATTR_DATA);let _=this._rows;for(;_--;)this.lines.push(this.getBlankLine(g))}}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(g,_){const k=this.getNullCell(x.DEFAULT_ATTR_DATA);let R=0;const D=this._getCorrectBufferLength(_);if(D>this.lines.maxLength&&(this.lines.maxLength=D),this.lines.length>0){if(this._cols<g)for(let T=0;T<this.lines.length;T++)R+=+this.lines.get(T).resize(g,k);let j=0;if(this._rows<_)for(let T=this._rows;T<_;T++)this.lines.length<_+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(g,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(g,k)));else for(let T=this._rows;T>_;T--)this.lines.length>_+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,g-1),this.y=Math.min(this.y,_-1),j&&(this.y+=j),this.savedX=Math.min(this.savedX,g-1),this.scrollTop=0}if(this.scrollBottom=_-1,this._isReflowEnabled&&(this._reflow(g,_),this._cols>g))for(let j=0;j<this.lines.length;j++)R+=+this.lines.get(j).resize(g,k);this._cols=g,this._rows=_,this._memoryCleanupQueue.clear(),R>.1*this.lines.length&&(this._memoryCleanupPosition=0,this._memoryCleanupQueue.enqueue((()=>this._batchedMemoryCleanup())))}_batchedMemoryCleanup(){let g=!0;this._memoryCleanupPosition>=this.lines.length&&(this._memoryCleanupPosition=0,g=!1);let _=0;for(;this._memoryCleanupPosition<this.lines.length;)if(_+=this.lines.get(this._memoryCleanupPosition++).cleanupMemory(),_>100)return!0;return g}get _isReflowEnabled(){const g=this._optionsService.rawOptions.windowsPty;return g&&g.buildNumber?this._hasScrollback&&g.backend==="conpty"&&g.buildNumber>=21376:this._hasScrollback&&!this._optionsService.rawOptions.windowsMode}_reflow(g,_){this._cols!==g&&(g>this._cols?this._reflowLarger(g,_):this._reflowSmaller(g,_))}_reflowLarger(g,_){const k=(0,E.reflowLargerGetLinesToRemove)(this.lines,this._cols,g,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(g,_,R.countRemoved)}}_reflowLargerAdjustViewport(g,_,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<_&&this.lines.push(new x.BufferLine(g,R))):(this.ydisp===this.ybase&&this.ydisp--,this.ybase--);this.savedY=Math.max(this.savedY-k,0)}_reflowSmaller(g,_){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()<=g)continue;const M=[T];for(;T.isWrapped&&j>0;)T=this.lines.get(--j),M.unshift(T);const H=this.ybase+this.y;if(H>=j&&H<j+M.length)continue;const U=M[M.length-1].getTrimmedLength(),W=(0,E.reflowSmallerGetNewLineLengths)(M,this._cols,g),q=W.length-M.length;let X;X=this.ybase===0&&this.y!==this.lines.length-1?Math.max(0,this.y-this.lines.maxLength+q):Math.max(0,this.lines.length-this.lines.maxLength+q);const J=[];for(let L=0;L<q;L++){const B=this.getBlankLine(x.DEFAULT_ATTR_DATA,!0);J.push(B)}J.length>0&&(R.push({start:j+M.length+D,newLines:J}),D+=J.length),M.push(...J);let F=W.length-1,G=W[F];G===0&&(F--,G=W[F]);let ee=M.length-q-1,O=U;for(;ee>=0;){const L=Math.min(O,G);if(M[F]===void 0)break;if(M[F].copyCellsFrom(M[ee],O-L,G-L,L,!0),G-=L,G===0&&(F--,G=W[F]),O-=L,O===0){ee--;const B=Math.max(ee,0);O=(0,E.getWrappedLineTrimmedLength)(M,B,this._cols)}}for(let L=0;L<M.length;L++)W[L]<g&&M[L].setCell(W[L],k);let P=q-X;for(;P-- >0;)this.ybase===0?this.y<_-1?(this.y++,this.lines.pop()):(this.ybase++,this.ydisp++):this.ybase<Math.min(this.lines.maxLength,this.lines.length+D)-_&&(this.ybase===this.ydisp&&this.ydisp++,this.ybase++);this.savedY=Math.min(this.savedY+q,this.ybase+_-1)}if(R.length>0){const j=[],T=[];for(let F=0;F<this.lines.length;F++)T.push(this.lines.get(F));const M=this.lines.length;let H=M-1,U=0,W=R[U];this.lines.length=Math.min(this.lines.maxLength,this.lines.length+D);let q=0;for(let F=Math.min(this.lines.maxLength-1,M+D-1);F>=0;F--)if(W&&W.start>H+q){for(let G=W.newLines.length-1;G>=0;G--)this.lines.set(F--,W.newLines[G]);F++,j.push({index:H+1,amount:W.newLines.length}),q+=W.newLines.length,W=R[++U]}else this.lines.set(F,T[H--]);let X=0;for(let F=j.length-1;F>=0;F--)j[F].index+=X,this.lines.onInsertEmitter.fire(j[F]),X+=j[F].amount;const J=Math.max(0,M+D-this.lines.maxLength);J>0&&this.lines.onTrimEmitter.fire(J)}}translateBufferLineToString(g,_,k=0,R){const D=this.lines.get(g);return D?D.translateToString(_,k,R):""}getWrappedRangeForLine(g){let _=g,k=g;for(;_>0&&this.lines.get(_).isWrapped;)_--;for(;k+1<this.lines.length&&this.lines.get(k+1).isWrapped;)k++;return{first:_,last:k}}setupTabStops(g){for(g!=null?this.tabs[g]||(g=this.prevStop(g)):(this.tabs={},g=0);g<this._cols;g+=this._optionsService.rawOptions.tabStopWidth)this.tabs[g]=!0}prevStop(g){for(g==null&&(g=this.x);!this.tabs[--g]&&g>0;);return g>=this._cols?this._cols-1:g<0?0:g}nextStop(g){for(g==null&&(g=this.x);!this.tabs[++g]&&g<this._cols;);return g>=this._cols?this._cols-1:g<0?0:g}clearMarkers(g){this._isClearing=!0;for(let _=0;_<this.markers.length;_++)this.markers[_].line===g&&(this.markers[_].dispose(),this.markers.splice(_--,1));this._isClearing=!1}clearAllMarkers(){this._isClearing=!0;for(let g=0;g<this.markers.length;g++)this.markers[g].dispose(),this.markers.splice(g--,1);this._isClearing=!1}addMarker(g){const _=new y.Marker(g);return this.markers.push(_),_.register(this.lines.onTrim((k=>{_.line-=k,_.line<0&&_.dispose()}))),_.register(this.lines.onInsert((k=>{_.line>=k.index&&(_.line+=k.amount)}))),_.register(this.lines.onDelete((k=>{_.line>=k.index&&_.line<k.index+k.amount&&_.dispose(),_.line>k.index&&(_.line-=k.amount)}))),_.register(_.onDispose((()=>this._removeMarker(_)))),_}_removeMarker(g){this._isClearing||this.markers.splice(this.markers.indexOf(g),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,g=!1){this.isWrapped=g,this._combined={},this._extendedAttrs={},this._data=new Uint32Array(3*y);const _=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,_);this.length=y}get(y){const b=this._data[3*y+0],g=2097151&b;return[this._data[3*y+1],2097152&b?this._combined[y]:g?(0,x.stringFromCodePoint)(g):"",b>>22,2097152&b?this._combined[y].charCodeAt(this._combined[y].length-1):g]}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,g,_){268435456&_.bg&&(this._extendedAttrs[y]=_.extended),this._data[3*y+0]=b|g<<22,this._data[3*y+1]=_.fg,this._data[3*y+2]=_.bg}addCodepointToCell(y,b,g){let _=this._data[3*y+0];2097152&_?this._combined[y]+=(0,x.stringFromCodePoint)(b):2097151&_?(this._combined[y]=(0,x.stringFromCodePoint)(2097151&_)+(0,x.stringFromCodePoint)(b),_&=-2097152,_|=2097152):_=b|4194304,g&&(_&=-12582913,_|=g<<22),this._data[3*y+0]=_}insertCells(y,b,g){if((y%=this.length)&&this.getWidth(y-1)===2&&this.setCellFromCodepoint(y-1,0,1,g),b<this.length-y){const _=new S.CellData;for(let k=this.length-y-b-1;k>=0;--k)this.setCell(y+b+k,this.loadCell(y+k,_));for(let k=0;k<b;++k)this.setCell(y+k,g)}else for(let _=y;_<this.length;++_)this.setCell(_,g);this.getWidth(this.length-1)===2&&this.setCellFromCodepoint(this.length-1,0,1,g)}deleteCells(y,b,g){if(y%=this.length,b<this.length-y){const _=new S.CellData;for(let k=0;k<this.length-y-b;++k)this.setCell(y+k,this.loadCell(y+b+k,_));for(let k=this.length-b;k<this.length;++k)this.setCell(k,g)}else for(let _=y;_<this.length;++_)this.setCell(_,g);y&&this.getWidth(y-1)===2&&this.setCellFromCodepoint(y-1,0,1,g),this.getWidth(y)!==0||this.hasContent(y)||this.setCellFromCodepoint(y,0,1,g)}replaceCells(y,b,g,_=!1){if(_)for(y&&this.getWidth(y-1)===2&&!this.isProtected(y-1)&&this.setCellFromCodepoint(y-1,0,1,g),b<this.length&&this.getWidth(b-1)===2&&!this.isProtected(b)&&this.setCellFromCodepoint(b,0,1,g);y<b&&y<this.length;)this.isProtected(y)||this.setCell(y,g),y++;else for(y&&this.getWidth(y-1)===2&&this.setCellFromCodepoint(y-1,0,1,g),b<this.length&&this.getWidth(b-1)===2&&this.setCellFromCodepoint(b,0,1,g);y<b&&y<this.length;)this.setCell(y++,g)}resize(y,b){if(y===this.length)return 4*this._data.length*2<this._data.buffer.byteLength;const g=3*y;if(y>this.length){if(this._data.buffer.byteLength>=4*g)this._data=new Uint32Array(this._data.buffer,0,g);else{const _=new Uint32Array(g);_.set(this._data),this._data=_}for(let _=this.length;_<y;++_)this.setCell(_,b)}else{this._data=this._data.subarray(0,g);const _=Object.keys(this._combined);for(let R=0;R<_.length;R++){const D=parseInt(_[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*g*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 g=0;g<this.length;++g)this.isProtected(g)||this.setCell(g,y);else{this._combined={},this._extendedAttrs={};for(let g=0;g<this.length;++g)this.setCell(g,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,g,_,k){const R=y._data;if(k)for(let j=_-1;j>=0;j--){for(let T=0;T<3;T++)this._data[3*(g+j)+T]=R[3*(b+j)+T];268435456&R[3*(b+j)+2]&&(this._extendedAttrs[g+j]=y._extendedAttrs[b+j])}else for(let j=0;j<_;j++){for(let T=0;T<3;T++)this._data[3*(g+j)+T]=R[3*(b+j)+T];268435456&R[3*(b+j)+2]&&(this._extendedAttrs[g+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+g]=y._combined[T])}}translateToString(y,b,g,_){b=b??0,g=g??this.length,y&&(g=Math.min(g,this.getTrimmedLength())),_&&(_.length=0);let k="";for(;b<g;){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,_)for(let T=0;T<j.length;++T)_.push(b);b+=R>>22||1}return _&&_.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 g=[v.get(C)];for(;y<v.length&&b.isWrapped;)g.push(b),b=v.get(++y);if(x>=C&&x<y){C+=g.length-1;continue}let _=0,k=h(g,_,S),R=1,D=0;for(;R<g.length;){const T=h(g,R,S),M=T-D,H=f-k,U=Math.min(M,H);g[_].copyCellsFrom(g[R],D,k,U,!1),k+=U,k===f&&(_++,k=0),D+=U,D===T&&(R++,D=0),k===0&&_!==0&&g[_-1].getWidth(f-1)===2&&(g[_].copyCellsFrom(g[_-1],f-1,k++,1,!1),g[_-1].setCell(f-1,E))}g[_].replaceCells(k,f,E);let j=0;for(let T=g.length-1;T>0&&(T>_||g[T].getTrimmedLength()===0);T--)j++;j>0&&(A.push(C+g.length-j),A.push(j)),C+=g.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,g)=>h(v,g,S))).reduce(((b,g)=>b+g));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 g=v[C].getWidth(A-1)===2;g&&A--;const _=g?f-1:f;x.push(_),y+=_}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=`
|
|
452
|
+
`,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],g=b==null?void 0:b[f.shiftKey?1:0];if(g)C.key=v.C0.ESC+g;else if(f.keyCode>=65&&f.keyCode<=90){const _=f.ctrlKey?f.keyCode-64:f.keyCode+32;let k=String.fromCharCode(_);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 _=f.code.slice(3,4);f.shiftKey||(_=_.toLowerCase()),C.key=v.C0.ESC+_,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 g=S-4;let _=b;for(;_<S;){for(;!(!(_<g)||128&(f=h[_])||128&(x=h[_+1])||128&(E=h[_+2])||128&(A=h[_+3]));)v[C++]=f,v[C++]=x,v[C++]=E,v[C++]=A,_+=4;if(f=h[_++],f<128)v[C++]=f;else if((224&f)==192){if(_>=S)return this.interim[0]=f,C;if(x=h[_++],(192&x)!=128){_--;continue}if(y=(31&f)<<6|63&x,y<128){_--;continue}v[C++]=y}else if((240&f)==224){if(_>=S)return this.interim[0]=f,C;if(x=h[_++],(192&x)!=128){_--;continue}if(_>=S)return this.interim[0]=f,this.interim[1]=x,C;if(E=h[_++],(192&E)!=128){_--;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(_>=S)return this.interim[0]=f,C;if(x=h[_++],(192&x)!=128){_--;continue}if(_>=S)return this.interim[0]=f,this.interim[1]=x,C;if(E=h[_++],(192&E)!=128){_--;continue}if(_>=S)return this.interim[0]=f,this.interim[1]=x,this.interim[2]=E,C;if(A=h[_++],(192&A)!=128){_--;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,g=C.length-1;if(A<C[0][0]||A>C[g][1])return!1;for(;g>=b;)if(y=b+g>>1,A>C[y][1])b=y+1;else{if(!(A<C[y][0]))return!0;g=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 _=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(_)}const g=this._callbacks[this._bufferOffset];if(g&&g(),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,g=!1;if(this._stack.paused&&(b=this._stack.loopPosition-1,y=C,g=this._stack.fallThrough,this._stack.paused=!1),!g&&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,g){this.table.fill(b<<4|g)}add(b,g,_,k){this.table[g<<8|b]=_<<4|k}addMany(b,g,_,k){for(let R=0;R<b.length;R++)this.table[g<<8|b[R]]=_<<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)),g=(j,T)=>b.slice(j,T),_=g(32,127),k=g(0,24);k.push(25),k.push.apply(k,g(28,32));const R=g(0,14);let D;for(D in y.setDefault(1,0),y.addMany(_,0,2,0),R)y.addMany([24,26,153,154],D,3,0),y.addMany(g(128,144),D,3,0),y.addMany(g(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(_,8,5,8),y.add(127,8,5,8),y.addMany([156,27,24,26,7],8,6,0),y.addMany(g(28,32),8,0,8),y.addMany([88,94,95],1,0,7),y.addMany(_,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(g(64,127),3,7,0),y.addMany(g(48,60),3,8,4),y.addMany([60,61,62,63],3,9,4),y.addMany(g(48,60),4,8,4),y.addMany(g(64,127),4,7,0),y.addMany([60,61,62,63],4,0,6),y.addMany(g(32,64),6,0,6),y.add(127,6,0,6),y.addMany(g(64,127),6,0,0),y.addMany(g(32,48),3,9,5),y.addMany(g(32,48),5,9,5),y.addMany(g(48,64),5,0,6),y.addMany(g(64,127),5,7,0),y.addMany(g(32,48),4,9,5),y.addMany(g(32,48),1,9,2),y.addMany(g(32,48),2,9,2),y.addMany(g(48,127),2,10,0),y.addMany(g(48,80),1,10,0),y.addMany(g(81,88),1,10,0),y.addMany([89,90,92],1,10,0),y.addMany(g(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(g(28,32),9,0,9),y.addMany(g(32,48),9,9,12),y.addMany(g(48,60),9,8,10),y.addMany([60,61,62,63],9,9,10),y.addMany(k,11,0,11),y.addMany(g(32,128),11,0,11),y.addMany(g(28,32),11,0,11),y.addMany(k,10,0,10),y.add(127,10,0,10),y.addMany(g(28,32),10,0,10),y.addMany(g(48,60),10,8,10),y.addMany([60,61,62,63],10,0,11),y.addMany(g(32,48),10,9,12),y.addMany(k,12,0,12),y.add(127,12,0,12),y.addMany(g(28,32),12,0,12),y.addMany(g(32,48),12,9,12),y.addMany(g(48,64),12,0,11),y.addMany(g(64,127),12,12,13),y.addMany(g(64,127),10,12,13),y.addMany(g(64,127),9,12,13),y.addMany(k,13,13,13),y.addMany(_,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=(g,_,k)=>{},this._executeHandlerFb=g=>{},this._csiHandlerFb=(g,_)=>{},this._escHandlerFb=g=>{},this._errorHandlerFb=g=>g,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,g=[64,126]){let _=0;if(b.prefix){if(b.prefix.length>1)throw new Error("only one byte as prefix supported");if(_=b.prefix.charCodeAt(0),_&&60>_||_>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");_<<=8,_|=D}}if(b.final.length!==1)throw new Error("final must be a single byte");const k=b.final.charCodeAt(0);if(g[0]>k||k>g[1])throw new Error(`final must be in range ${g[0]} .. ${g[1]}`);return _<<=8,_|=k,_}identToString(b){const g=[];for(;b;)g.push(String.fromCharCode(255&b)),b>>=8;return g.reverse().join("")}setPrintHandler(b){this._printHandler=b}clearPrintHandler(){this._printHandler=this._printHandlerFb}registerEscHandler(b,g){const _=this._identifier(b,[48,126]);this._escHandlers[_]===void 0&&(this._escHandlers[_]=[]);const k=this._escHandlers[_];return k.push(g),{dispose:()=>{const R=k.indexOf(g);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,g){this._executeHandlers[b.charCodeAt(0)]=g}clearExecuteHandler(b){this._executeHandlers[b.charCodeAt(0)]&&delete this._executeHandlers[b.charCodeAt(0)]}setExecuteHandlerFallback(b){this._executeHandlerFb=b}registerCsiHandler(b,g){const _=this._identifier(b);this._csiHandlers[_]===void 0&&(this._csiHandlers[_]=[]);const k=this._csiHandlers[_];return k.push(g),{dispose:()=>{const R=k.indexOf(g);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,g){return this._dcsParser.registerHandler(this._identifier(b),g)}clearDcsHandler(b){this._dcsParser.clearHandler(this._identifier(b))}setDcsHandlerFallback(b){this._dcsParser.setHandlerFallback(b)}registerOscHandler(b,g){return this._oscParser.registerHandler(b,g)}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,g,_,k,R){this._parseStack.state=b,this._parseStack.handlers=g,this._parseStack.handlerPos=_,this._parseStack.transition=k,this._parseStack.chunkPos=R}parse(b,g,_){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(_===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(_===!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(_===!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,_),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,_),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<g;++T){switch(R=b[T],D=this._transitions.table[this.currentState<<8|(R<160?R:A)],D>>4){case 2:for(let q=T+1;;++q){if(q>=g||(R=b[q])<32||R>126&&R<A){this._printHandler(b,T,q),T=q-1;break}if(++q>=g||(R=b[q])<32||R>126&&R<A){this._printHandler(b,T,q),T=q-1;break}if(++q>=g||(R=b[q])<32||R>126&&R<A){this._printHandler(b,T,q),T=q-1;break}if(++q>=g||(R=b[q])<32||R>126&&R<A){this._printHandler(b,T,q),T=q-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 H=M?M.length-1:-1;for(;H>=0&&(k=M[H](this._params),k!==!0);H--)if(k instanceof Promise)return this._preserveStack(3,M,H,D,T),k;H<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<g&&(R=b[T])>47&&R<60);T--;break;case 9:this._collect<<=8,this._collect|=R;break;case 10:const U=this._escHandlers[this._collect<<8|R];let W=U?U.length-1:-1;for(;W>=0&&(k=U[W](),k!==!0);W--)if(k instanceof Promise)return this._preserveStack(4,U,W,D,T),k;W<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 q=T+1;;++q)if(q>=g||(R=b[q])===24||R===26||R===27||R>127&&R<A){this._dcsParser.put(b,T,q),T=q-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 q=T+1;;q++)if(q>=g||(R=b[q])<32||R>127&&R<A){this._oscParser.put(b,T,q),T=q-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,g,_){var k,R=arguments.length,D=R<3?b:_===null?_=Object.getOwnPropertyDescriptor(b,g):_;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")D=Reflect.decorate(y,b,g,_);else for(var j=y.length-1;j>=0;j--)(k=y[j])&&(D=(R<3?k(D):R>3?k(b,g,D):k(b,g))||D);return R>3&&D&&Object.defineProperty(b,g,D),D},S=this&&this.__param||function(y,b){return function(g,_){b(g,_,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 g=this.buffer;let _;_=this._cachedBlankLine,_&&_.length===this.cols&&_.getFg(0)===y.fg&&_.getBg(0)===y.bg||(_=g.getBlankLine(y,b),this._cachedBlankLine=_),_.isWrapped=b;const k=g.ybase+g.scrollTop,R=g.ybase+g.scrollBottom;if(g.scrollTop===0){const D=g.lines.isFull;R===g.lines.length-1?D?g.lines.recycle().copyFrom(_):g.lines.push(_.clone()):g.lines.splice(R+1,0,_.clone()),D?this.isUserScrolling&&(g.ydisp=Math.max(g.ydisp-1,0)):(g.ybase++,this.isUserScrolling||g.ydisp++)}else{const D=R-k+1;g.lines.shiftElements(k+1,D-1,-1),g.lines.set(R,_.clone())}this.isUserScrolling||(g.ydisp=g.ybase),this._onScroll.fire(g.ydisp)}scrollLines(y,b,g){const _=this.buffer;if(y<0){if(_.ydisp===0)return;this.isUserScrolling=!0}else y+_.ydisp>=_.ybase&&(this.isUserScrolling=!1);const k=_.ydisp;_.ydisp=Math.max(Math.min(_.ydisp+y,_.ybase),0),k!==_.ydisp&&(b||this._onScroll.fire(_.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(_,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(_,k,R,D);else for(var H=_.length-1;H>=0;H--)(j=_[H])&&(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(_,k){return function(R,D){k(R,D,_)}};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:_=>_.button!==4&&_.action===1&&(_.ctrl=!1,_.alt=!1,_.shift=!1,!0)},VT200:{events:19,restrict:_=>_.action!==32},DRAG:{events:23,restrict:_=>_.action!==32||_.button!==3},ANY:{events:31,restrict:_=>!0}};function C(_,k){let R=(_.ctrl?16:0)|(_.shift?4:0)|(_.alt?8:0);return _.button===4?(R|=64,R|=_.action):(R|=3&_.button,4&_.button&&(R|=64),8&_.button&&(R|=128),_.action===32?R|=32:_.action!==0||k||(R|=3)),R}const y=String.fromCharCode,b={DEFAULT:_=>{const k=[C(_,!1)+32,_.col+32,_.row+32];return k[0]>255||k[1]>255||k[2]>255?"":`\x1B[M${y(k[0])}${y(k[1])}${y(k[2])}`},SGR:_=>{const k=_.action===0&&_.button!==4?"m":"M";return`\x1B[<${C(_,!0)};${_.col};${_.row}${k}`},SGR_PIXELS:_=>{const k=_.action===0&&_.button!==4?"m":"M";return`\x1B[<${C(_,!0)};${_.x};${_.y}${k}`}};let g=c.CoreMouseService=class extends E.Disposable{constructor(_,k){super(),this._bufferService=_,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(_,k){this._protocols[_]=k}addEncoding(_,k){this._encodings[_]=k}get activeProtocol(){return this._activeProtocol}get areMouseEventsActive(){return this._protocols[this._activeProtocol].events!==0}set activeProtocol(_){if(!this._protocols[_])throw new Error(`unknown protocol "${_}"`);this._activeProtocol=_,this._onProtocolChange.fire(this._protocols[_].events)}get activeEncoding(){return this._activeEncoding}set activeEncoding(_){if(!this._encodings[_])throw new Error(`unknown encoding "${_}"`);this._activeEncoding=_}reset(){this.activeProtocol="NONE",this.activeEncoding="DEFAULT",this._lastEvent=null}triggerMouseEvent(_){if(_.col<0||_.col>=this._bufferService.cols||_.row<0||_.row>=this._bufferService.rows||_.button===4&&_.action===32||_.button===3&&_.action!==32||_.button!==4&&(_.action===2||_.action===3)||(_.col++,_.row++,_.action===32&&this._lastEvent&&this._equalEvents(this._lastEvent,_,this._activeEncoding==="SGR_PIXELS"))||!this._protocols[this._activeProtocol].restrict(_))return!1;const k=this._encodings[this._activeEncoding](_);return k&&(this._activeEncoding==="DEFAULT"?this._coreService.triggerBinaryEvent(k):this._coreService.triggerDataEvent(k,!0)),this._lastEvent=_,!0}explainEvents(_){return{down:!!(1&_),up:!!(2&_),drag:!!(4&_),move:!!(8&_),wheel:!!(16&_)}}_equalEvents(_,k,R){if(R){if(_.x!==k.x||_.y!==k.y)return!1}else if(_.col!==k.col||_.row!==k.row)return!1;return _.button===k.button&&_.action===k.action&&_.ctrl===k.ctrl&&_.alt===k.alt&&_.shift===k.shift}};c.CoreMouseService=g=v([S(0,f.IBufferService),S(1,f.ICoreService)],g)},6975:function(p,c,h){var v=this&&this.__decorate||function(g,_,k,R){var D,j=arguments.length,T=j<3?_:R===null?R=Object.getOwnPropertyDescriptor(_,k):R;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")T=Reflect.decorate(g,_,k,R);else for(var M=g.length-1;M>=0;M--)(D=g[M])&&(T=(j<3?D(T):j>3?D(_,k,T):D(_,k))||T);return j>3&&T&&Object.defineProperty(_,k,T),T},S=this&&this.__param||function(g,_){return function(k,R){_(k,R,g)}};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(g,_,k){super(),this._bufferService=g,this._logService=_,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(g,_=!1){if(this._optionsService.rawOptions.disableStdin)return;const k=this._bufferService.buffer;_&&this._optionsService.rawOptions.scrollOnUserInput&&k.ybase!==k.ydisp&&this._onRequestScrollToBottom.fire(),_&&this._onUserInput.fire(),this._logService.debug(`sending data "${g}"`,(()=>g.split("").map((R=>R.charCodeAt(0))))),this._onData.fire(g)}triggerBinaryEvent(g){this._optionsService.rawOptions.disableStdin||(this._logService.debug(`sending binary "${g}"`,(()=>g.split("").map((_=>_.charCodeAt(0))))),this._onBinary.fire(g))}};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((g=>g==null?void 0:g.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(g){if(g.marker.isDisposed)return;const _=new y(g);if(_){const k=_.marker.onDispose((()=>_.dispose()));_.onDispose((()=>{_&&(this._decorations.delete(_)&&this._onDecorationRemoved.fire(_),k.dispose())})),this._decorations.insert(_),this._onDecorationRegistered.fire(_)}return _}reset(){for(const g of this._decorations.values())g.dispose();this._decorations.clear()}*getDecorationsAtCell(g,_,k){let R=0,D=0;for(const j of this._decorations.getKeyIterator(_))R=j.options.x??0,D=R+(j.options.width??1),g>=R&&g<D&&(!k||(j.options.layer??"bottom")===k)&&(yield j)}forEachDecorationAtCell(g,_,k,R){this._decorations.forEachByKey(_,(D=>{E=D.options.x??0,A=E+(D.options.width??1),g>=E&&g<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(g){super(),this.options=g,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=g.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,g)=>b.index-g.index)),C=[];for(const b of A){const g=this._services.get(b.id);if(!g)throw new Error(`[createInstance] ${x.name} depends on UNKNOWN service ${b.id}.`);C.push(g)}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,g,_){var k,R=arguments.length,D=R<3?b:_===null?_=Object.getOwnPropertyDescriptor(b,g):_;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")D=Reflect.decorate(y,b,g,_);else for(var j=y.length-1;j>=0;j--)(k=y[j])&&(D=(R<3?k(D):R>3?k(b,g,D):k(b,g))||D);return R>3&&D&&Object.defineProperty(b,g,D),D},S=this&&this.__param||function(y,b){return function(g,_){b(g,_,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,g){this._evalLazyOptionalParams(g),y.call(console,(this._optionsService.options.logger?"":"xterm.js: ")+b,...g)}trace(y,...b){var g;this._logLevel<=x.LogLevelEnum.TRACE&&this._log(((g=this._optionsService.options.logger)==null?void 0:g.trace.bind(this._optionsService.options.logger))??console.log,y,b)}debug(y,...b){var g;this._logLevel<=x.LogLevelEnum.DEBUG&&this._log(((g=this._optionsService.options.logger)==null?void 0:g.debug.bind(this._optionsService.options.logger))??console.log,y,b)}info(y,...b){var g;this._logLevel<=x.LogLevelEnum.INFO&&this._log(((g=this._optionsService.options.logger)==null?void 0:g.info.bind(this._optionsService.options.logger))??console.info,y,b)}warn(y,...b){var g;this._logLevel<=x.LogLevelEnum.WARN&&this._log(((g=this._optionsService.options.logger)==null?void 0:g.warn.bind(this._optionsService.options.logger))??console.warn,y,b)}error(y,...b){var g;this._logLevel<=x.LogLevelEnum.ERROR&&this._log(((g=this._optionsService.options.logger)==null?void 0:g.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,g){if(typeof g.value!="function")throw new Error("not supported");const _=g.value;g.value=function(...k){if(A.logLevel!==x.LogLevelEnum.TRACE)return _.apply(this,k);A.trace(`GlyphRenderer#${_.name}(${k.map((D=>JSON.stringify(D))).join(", ")})`);const R=_.apply(this,k);return A.trace(`GlyphRenderer#${_.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 g=C[b];y[b]=this._sanitizeAndValidateOption(b,g)}catch(g){console.error(g)}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,g)=>{if(!(b in c.DEFAULT_OPTIONS))throw new Error(`No option with key "${b}"`);g=this._sanitizeAndValidateOption(b,g),this.rawOptions[b]!==g&&(this.rawOptions[b]=g,this._onOptionChange.fire(b))};for(const b in this.rawOptions){const g={get:C.bind(this,b),set:y.bind(this,b)};Object.defineProperty(this.options,b,g)}}_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,g=arguments.length,_=g<3?A:y===null?y=Object.getOwnPropertyDescriptor(A,C):y;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")_=Reflect.decorate(E,A,C,y);else for(var k=E.length-1;k>=0;k--)(b=E[k])&&(_=(g<3?b(_):g>3?b(A,C,_):b(A,C))||_);return g>3&&_&&Object.defineProperty(A,C,_),_},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 g=A.addMarker(A.ybase+A.y),_={id:this._nextId++,key:this._getEntryIdKey(C),data:C,lines:[g]};return g.onDispose((()=>this._removeMarkerFromLink(_,g))),this._entriesWithId.set(_.key,_),this._dataByLinkId.set(_.id,_),_.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 g=E.charCodeAt(b);if(55296<=g&&g<=56319){if(++b>=y)return A+this.wcwidth(g);const R=E.charCodeAt(b);56320<=R&&R<=57343?g=1024*(g-55296)+R-56320+65536:A+=this.wcwidth(R)}const _=this.charProperties(g,C);let k=f.extractWidth(_);f.extractShouldJoin(_)&&(k-=f.extractWidth(C)),A+=k,C=_}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 g=k=>this._core.options[k],_=(k,R)=>{this._checkReadonlyOptions(k),this._core.options[k]=R};for(const k in this._core.options){const R={get:g.bind(this,k),set:_.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 g="none";switch(this._core.coreMouseService.activeProtocol){case"X10":g="x10";break;case"VT200":g="vt200";break;case"DRAG":g="drag";break;case"ANY":g="any"}return{applicationCursorKeysMode:b.applicationCursorKeys,applicationKeypadMode:b.applicationKeypad,bracketedPasteMode:b.bracketedPasteMode,insertMode:this._core.coreService.modes.insertMode,mouseTrackingMode:g,originMode:b.origin,reverseWraparoundMode:b.reverseWraparound,sendFocusMode:b.sendFocus,wraparoundMode:b.wraparound}}get options(){return this._publicOptions}set options(b){for(const g in b)this._publicOptions[g]=b[g]}blur(){this._core.blur()}focus(){this._core.focus()}input(b,g=!0){this._core.input(b,g)}resize(b,g){this._verifyIntegers(b,g),this._core.resize(b,g)}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,g,_){this._verifyIntegers(b,g,_),this._core.select(b,g,_)}getSelection(){return this._core.getSelection()}getSelectionPosition(){return this._core.getSelectionPosition()}clearSelection(){this._core.clearSelection()}selectAll(){this._core.selectAll()}selectLines(b,g){this._verifyIntegers(b,g),this._core.selectLines(b,g)}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,g){this._core.write(b,g)}writeln(b,g){this._core.write(b),this._core.write(`\r
|
|
453
|
+
`,g)}paste(b){this._core.paste(b)}refresh(b,g){this._verifyIntegers(b,g),this._core.refresh(b,g)}reset(){this._core.reset()}clearTextureAtlas(){this._core.clearTextureAtlas()}loadAddon(b){this._addonManager.loadAddon(this,b)}static get strings(){return c}_verifyIntegers(...b){for(const g of b)if(g===1/0||isNaN(g)||g%1!=0)throw new Error("This API only accepts integers")}_verifyPositiveIntegers(...b){for(const g of b)if(g&&(g===1/0||isNaN(g)||g%1!=0||g<0))throw new Error("This API only accepts positive integers")}}p.Terminal=C})(),d})()))})(Ld)),Ld.exports}var Yk=Vk(),Od={exports:{}},n0;function Kk(){return n0||(n0=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})()))})(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={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),g=y.join("");let _;const k=[];for(;_=C.exec(g);){const R=_[0];if(!h(R))continue;const[D,j]=v._mapStrIdx(E,b,0,_.index),[T,M]=v._mapStrIdx(E,D,j,R.length);if(D===-1||j===-1||T===-1||M===-1)continue;const H={start:{x:j+1,y:D+1},end:{x:M,y:T+1}};k.push({range:H,text:R,activate:A})}return k}static _getWindowedLineStrings(f,x){let E,A=f,C=f,y=0,b="";const g=[];if(E=x.buffer.active.getLine(f)){const _=E.translateToString(!0);if(E.isWrapped&&_[0]!==" "){for(y=0;(E=x.buffer.active.getLine(--A))&&y<2048&&(b=E.translateToString(!0),y+=b.length,g.push(b),E.isWrapped&&b.indexOf(" ")===-1););g.reverse()}for(g.push(_),y=0;(E=x.buffer.active.getLine(++C))&&E.isWrapped&&y<2048&&(b=E.translateToString(!0),y+=b.length,g.push(b),b.indexOf(" ")===-1););}return[g,A]}static _mapStrIdx(f,x,E,A){const C=f.buffer.active,y=C.getNullCell();let b=E;for(;A;){const g=C.getLine(x);if(!g)return[-1,-1];for(let _=b;_<g.length;++_){g.getCell(_,y);const k=y.getChars();if(y.getWidth()&&(A-=k.length||1,_===g.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,_]}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})()))})(Bd)),Bd.exports}var Zk=Jk();function Qk(s,t){return`${window.location.protocol==="https:"?"wss:":"ws:"}//${window.location.host}/ws/terminal?session=${encodeURIComponent(s)}&token=${encodeURIComponent(t)}`}const e3=15e3,t3=new Set([4001,4004]),s3='"Geist Mono", ui-monospace, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace';function Rc(s,t){return typeof document>"u"?t:getComputedStyle(document.documentElement).getPropertyValue(s).trim()||t}const i3={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"},n3={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 a0(s){const t=Rc("--bg",s==="dark"?"#0b0e13":"#f8f9fa"),n=Rc("--ink",s==="dark"?"#f3f3f5":"#16161a"),a=Rc("--brand",s==="dark"?"#6be195":"#167e3a");return{...s==="dark"?i3:n3,background:t,foreground:n,cursor:a,cursorAccent:t,selectionBackground:`${a}40`}}const r3=({sessionId:s,token:t})=>{const n=$.useRef(null),a=$.useRef(null),[l,d]=$.useState("connecting"),[p,c]=$.useState(null);return $.useEffect(()=>dp(h=>{a.current&&(a.current.options.theme=a0(h))}),[]),$.useEffect(()=>{var _;const h=n.current;if(!h)return;let v=!1,S=0,f=null,x=null;const E=new Yk.Terminal({cursorBlink:!0,fontSize:13,fontFamily:Rc("--mono",s3),theme:a0(lu()),scrollback:1e4,allowProposedApi:!0});a.current=E;const A=new Xk.FitAddon;E.loadAddon(A),E.loadAddon(new Zk.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,U=>U.charCodeAt(0)),H=new TextDecoder().decode(M);(j=navigator.clipboard)==null||j.writeText(H).catch(()=>{})}catch{}return!0}),E.open(h),A.fit(),(_=document.fonts)==null||_.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 g(){if(v)return;const k=new WebSocket(Qk(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(t3.has(R.code)){d("error"),c(R.reason||`Connection refused (${R.code})`);return}const D=Math.min(1e3*2**S,e3);S+=1,d("connecting"),f=setTimeout(g,D)}}return g(),()=>{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"})})},a3=8e3;function o3({message:s,onDismiss:t}){return $.useEffect(()=>{const n=window.setTimeout(t,a3);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 l3(){const s=$.useRef(null);return $.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,g=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(g)}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 c3=[{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 u3(s){const t=s.filter(n=>n.id==="sapiom");return t.length===0?s:[...t,...s.filter(n=>n.id!=="sapiom")]}function yp(s){return s.mode==="embedded"&&s.installed&&rk.includes(s.id)}function h3(s){if(yp(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 d3(s,t){var n;return((n=s.find(a=>a.id===t))==null?void 0:n.label)??t}function Hd(s){return s.length>1?s.replace(/\/+$/,""):s}async function f3(s,t,n){const a=Hd(s.trim());if(!a)return{kind:"new"};if(t)return{kind:"new"};const l=wk(a);try{const d=l?await n(l):null;if(!!(d!=null&&d.dirs.some(v=>Hd(v.path)===a&&v.hasAgentProject)))return{kind:"project"};const c=await n(a);if(Hd(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]=$.useState(n??t??s[0]??""),[S,f]=$.useState(null),[x,E]=$.useState(!0),[A,C]=$.useState(!1),[y,b]=$.useState(null),g=$.useRef(null);sl(!0,{onDismiss:l,containerRef:g,triggerRef:c}),$.useEffect(()=>{E(!0)},[h]);const _=$.useRef(h);_.current=h;const k=$.useRef(0),R=$.useCallback(q=>{const X=_.current.trim(),J=++k.current;if(!X){f(null),E(!1);return}f3(X,q.isNew,a).then(F=>{J===k.current&&(f(F),b(null))}).catch(F=>{J===k.current&&(f(null),b(F.message))}).finally(()=>{J===k.current&&E(!1)})},[a]),D=async q=>{C(!0),b(null);try{await q(),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)),H=()=>void D(async()=>{if(await p(j)===0)throw new Error("No agent projects found under this folder.")}),U=()=>{A||x||!S||!j||!T||(S.kind==="project"?M():S.kind==="multi"&&H())},W=q=>{q.key==="Enter"&&(q.metaKey||q.ctrlKey)&&(q.preventDefault(),U())};return u.jsx("div",{className:"modal-backdrop",children:u.jsxs("div",{className:"modal modal-start",role:"dialog","aria-label":"Add existing agents",ref:g,onKeyDown:W,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:U,recentDirs:[],listDir:a,onResolve:R})}),S&&u.jsx(p3,{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(v3,{outcome:S,checking:x,busy:A,onConnect:M,onScan:H})]})]})})}function p3({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 v3({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 g3="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",m3="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",_3={"claude-code":g3,codex:m3},y3=["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 bp({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:y3.map(a=>u.jsx("path",{d:a},a.slice(0,16)))});const n=_3[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 b3({entries:s,activeId:t,testidPrefix:n,onPick:a}){return u.jsx(u.Fragment,{children:s.map(l=>{const d=yp(l),p=l.id===t,c=h3(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(bp,{kind:l.id,size:13}),l.label]},l.id)})})}const S3=[{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."}],w3=3;function x3(s){const t=s.getHours();return t<12?"Good morning.":t<18?"Good afternoon.":"Good evening."}function C3(s){return s.replace(/\s+/g,"-")}function E3({firstRun:s,onBack:t,onSubmitIdea:n,onUseTemplate:a,onBrowseTemplates:l,listHarnesses:d,listTemplates:p,telemetryOptIn:c,onToggleTelemetry:h,recentDirs:v,projectRoot:S,listDir:f,onConnect:x,onScan:E,onScaffold:A,onSaveProjectRoot:C}){const[y,b]=$.useState(""),[g,_]=$.useState(()=>Ui().preferredHarness??"claude-code"),[k,R]=$.useState(c3),[D,j]=$.useState(!1),[T,M]=$.useState([]),[H,U]=$.useState(!1),[W,q]=$.useState(!1),X=$.useRef(null),J=$.useRef(null),F=$.useRef(null),G=$.useCallback(()=>j(!1),[]);$.useEffect(()=>{let L=!1;return d().then(B=>{if(L||B.length===0)return;R(u3(B));const V=B.filter(yp);_(te=>{var ue;return V.some(fe=>fe.id===te)?te:((ue=V[0])==null?void 0:ue.id)??te})}).catch(()=>{}),()=>{L=!0}},[d]),$.useEffect(()=>{let L=!1;return p().then(B=>{L||M(B.templates.map(V=>({...V,kind:"gallery"})).slice(0,w3))}).catch(()=>{}),()=>{L=!0}},[p]);const ee=L=>{_(L),_n({preferredHarness:L==="codex"?"codex":"claude-code"}),G()},O=L=>{W||(q(!0),window.setTimeout(L,170))},P=()=>O(()=>n(y.trim(),g));return u.jsxs("div",{className:"composer-home"+(W?" is-leaving":""),"data-testid":"new-session-composer",children:[t&&u.jsxs("button",{type:"button",className:"composer-back","data-testid":"composer-back",onClick:t,children:[u.jsx(de,{name:"ArrowLeft",size:14})," Back"]}),u.jsxs("div",{className:"composer-hero",children:[u.jsxs("p",{className:"composer-greeting","data-testid":"composer-greeting",children:[x3(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:S3.map(L=>u.jsx("button",{type:"button",role:"listitem",className:"composer-chip","data-testid":`composer-chip-${C3(L.label)}`,onClick:()=>{var B;b(L.prompt),(B=X.current)==null||B.focus()},children:L.label},L.label))}),u.jsxs("div",{className:"composer-box",children:[u.jsx("textarea",{ref:X,className:"composer-input","data-testid":"composer-input",placeholder:"Describe the outcome you want",value:y,rows:2,autoFocus:!0,onChange:L=>b(L.target.value),onKeyDown:L=>{L.key==="Enter"&&!L.shiftKey&&(L.preventDefault(),P())}}),u.jsxs("div",{className:"composer-box-actions",children:[u.jsx("button",{ref:F,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:()=>U(!0),children:u.jsx(de,{name:"Plus",size:16})}),u.jsxs("div",{className:"composer-box-right",children:[u.jsxs("button",{ref:J,type:"button",className:"harness-select composer-harness","data-testid":"composer-harness-select","aria-haspopup":"menu","aria-expanded":D,"aria-label":"Coding agent for this session","data-tooltip":"Which coding agent runs this session",onClick:()=>j(L=>!L),children:[u.jsx(bp,{kind:g,size:14}),u.jsx("span",{className:"harness-select-label",children:d3(k,g)}),u.jsx("span",{className:"disclosure-caret"+(D?" is-open":""),"aria-hidden":"true",children:u.jsx(de,{name:"ChevronDown",size:12})})]}),u.jsx(Yn,{open:D,anchorRef:J,onDismiss:G,placement:"up-end",className:"session-menu harness-select-menu",role:"menu",testid:"composer-harness-menu",children:u.jsx(b3,{entries:k,activeId:g,testidPrefix:"composer-harness-option",onPick:ee})}),u.jsx("button",{type:"button",className:"composer-send","data-testid":"composer-send","aria-label":"Start session",title:"Start session",onClick:P,children:u.jsx(de,{name:"ArrowUp",size:16})})]})]})]})]}),T.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:l,children:["Browse all templates ",u.jsx(de,{name:"ChevronRight",size:13})]})]}),u.jsx("div",{className:"composer-template-grid",children:T.map((L,B)=>u.jsxs("button",{type:"button",className:"composer-template-card","data-testid":`composer-template-${L.id}`,onClick:()=>O(()=>a(L)),children:[u.jsxs("span",{className:"composer-template-cardhead",children:[u.jsx("span",{className:"composer-template-name",children:L.name}),B===0&&u.jsx("span",{className:"composer-template-suggested",children:"Suggested"})]}),u.jsx("span",{className:"composer-template-desc",children:L.description}),u.jsxs("span",{className:"composer-template-meta",children:[L.stepCount," ",L.stepCount===1?"step":"steps"," ·"," ",mp(L.complexity),L.capabilities.length>0&&` · ${L.capabilities.length} ${L.capabilities.length===1?"capability":"capabilities"}`]})]},L.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":c,"data-testid":"welcome-telemetry-toggle",className:"toggle-switch"+(c?" is-on":""),onClick:()=>void h(!c),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})]})]}),H&&u.jsx(t1,{recentDirs:v,projectRoot:S,listDir:f,onClose:()=>U(!1),onConnect:x,onScan:E,triggerRef:F})]})}const k3="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",o0=89,Ic=24,T3=19.9385,A3=(Ic-T3)/Ic;function R3({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":`${A3*s}px`,...n},width:o0/Ic*s,height:s,viewBox:`0 0 ${o0} ${Ic}`,fill:"none",focusable:"false",role:l?"img":void 0,"aria-hidden":l?void 0:!0,children:u.jsx("path",{d:k3,fill:"currentColor"})})}function M3({onCollapse:s}){const[t,n]=$.useState(lu());return $.useEffect(()=>dp(n),[]),u.jsxs("header",{className:"brand-header",children:[u.jsxs("h1",{className:"brand-lockup",children:[u.jsxs("span",{className:"brand-mark",children:[u.jsx(R3,{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:15})}),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:15})})]})]})}function D3({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 vc({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 j3({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]=$.useState(!1),[A,C]=$.useState({status:"idle"}),y=l==="env-forced-off",b=y?!1:n,g=y?!1:a,_=async()=>{const T=!n;E(!0);try{await p(T),Hc("consent.changed",{optIn:T})}finally{E(!1)}},k=async()=>{const T=!a;E(!0);try{await c(T),Hc("consent.changed",{productAnalytics:T})}finally{E(!1)}},R=async()=>{E(!0);try{await v(!h)}finally{E(!1)}},D=async()=>{C({status:"pending"});try{await S()}catch(T){const M=T instanceof Error?T.message:"Could not start sign-in. Try again.";C({status:"error",message:M})}},j=async()=>{E(!0);try{await f()}finally{E(!1)}};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})]})}),s&&u.jsx("div",{className:"settings-auth-row",children:u.jsxs("button",{type:"button",className:"settings-disconnect-btn","data-testid":"settings-disconnect-btn",disabled:x,onClick:()=>void j(),children:[u.jsx(de,{name:"LogOut",size:13}),x?"Signing out…":"Disconnect"]})}),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 _(),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:ik.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":g,"data-testid":"product-analytics-toggle",className:"toggle-switch"+(g?" 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 l0({workflow:s,isFocused:t,onFocus:n}){const a=Ca(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 Id=s=>s.split("/").filter(Boolean).pop()??s,N3=(s,t)=>s===t||s.startsWith(`${t}/`),wf=s=>(t,n)=>s==="name"?t.name.localeCompare(n.name):t.path.localeCompare(n.path);function L3(s,t,n="workspace",a="recent",l=[]){return n==="deployment"?O3(s,a):B3(s,t,a,l)}function O3(s,t){const n=wf(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 B3(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"?Id(E).localeCompare(Id(A))||E.localeCompare(A):h(E,A)||E.localeCompare(A)),S=E=>{let A=null;for(const C of v)N3(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(wf(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:Id(E),isDirectory:!0,agents:A,bareSessions:C})}const x=Array.from(d).sort(wf(n)).map(E=>({workflow:E}));return{workspaces:f,orphanAgents:x}}const H3=typeof navigator<"u"&&navigator.platform.toUpperCase().includes("MAC"),I3=H3?"⌘K":"Ctrl+K";function z3({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 $3({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 c0({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(bp,{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 P3({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:g,launchDir:_,listDir:k,onCreateSession:R,listHarnesses:D,onScaffoldSession:j,onScaffoldInSession:T,projectRoot:M,onSaveProjectRoot:H,onBrowseTemplates:U,templatesActive:W,onScanWorkflows:q,onToast:X,telemetryOptIn:J,productAnalyticsOptIn:F,rollingSummary:G,consentSource:ee,consentEnvReason:O,authenticated:P,organizationName:L,onToggleTelemetry:B,onToggleProductAnalytics:V,onToggleRollingSummary:te,onStartAuth:ue,onDisconnect:fe,settingsOpen:K,onSetSettingsOpen:z}){const[ce,ae]=$.useState(!1),ye=$.useRef(null),Ce=$.useRef(null),[$e,Pe]=$.useState(!1),[qe,Ue]=$.useState(!1),[je,Ke]=$.useState(()=>Ui().railGrouping??"workspace"),[vt,$t]=$.useState(()=>Ui().railSort??"recent"),kt=Ee=>{Ke(Ee),_n({railGrouping:Ee})},ns=Ee=>{$t(Ee),_n({railSort:Ee})},Ct=$.useRef(null),tt=$.useCallback(()=>{Pe(!1),Ue(!1)},[]),[Be,He]=$.useState(()=>new Set(Ui().collapsedCwds??[])),Ls=Ee=>{He(it=>{const Nt=new Set(it);return Nt.has(Ee)?Nt.delete(Ee):Nt.add(Ee),Nt})};$.useEffect(()=>{_n({collapsedCwds:Array.from(Be)})},[Be]);const gt=a.filter(Ee=>Ee.status==="exited"),qt=()=>{const Ee=!$e;if(Ue(!1),Pe(Ee),Ee){const it=Uy(a,g,l);it.length>0&&b(it)}},is=new Set(a.map(Ee=>Ee.id)),cs=new Set(a.map(Ee=>Ee.agentSessionId).filter(Ee=>Ee!=null)),at=C.filter(Ee=>!(Ee.harnessSessionId!=null&&is.has(Ee.harnessSessionId))&&!cs.has(Ee.agentSessionId)),rs=[...gt.map(Ee=>({kind:"exited",at:Ee.lastActiveAt,session:Ee})),...at.map(Ee=>({kind:"summary",at:Ee.lastActiveAt,summary:Ee}))].sort((Ee,it)=>it.at.localeCompare(Ee.at)),Wt=new Map(C.map(Ee=>[Ee.agentSessionId,Ee])),{workspaces:bt,orphanAgents:Rt}=L3(n,a,je,vt,g),Zt=bt.length===0&&Rt.length===0,qs=Ee=>{var it;(it=navigator.clipboard)==null||it.writeText(Ee).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(M3,{onCollapse:v}),u.jsxs("nav",{className:"rail-nav","aria-label":"Primary",children:[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:I3})]}),u.jsxs("button",{type:"button",className:"rail-nav-cta"+(Zt?" is-empty":""),"data-testid":"rail-create-new","aria-label":"Create a new agent",onClick:()=>{Pe(!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"+(W?" is-selected":""),"data-testid":"rail-templates","aria-current":W?"page":void 0,onClick:U,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:()=>{Pe(!1),ae(!0)},children:[u.jsx(de,{name:"FolderOpen",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:Ct,className:"theme-toggle rail-header-btn","data-testid":"history-trigger","aria-label":"Workspace options","aria-haspopup":"menu","aria-expanded":$e,"data-tooltip":"Grouping, sorting and past sessions",onClick:qt,children:u.jsx(de,{name:"MoreHorizontal",size:14})})})]}),u.jsxs("div",{className:"rail-tree",children:[u.jsx(Yn,{open:$e,anchorRef:Ct,onDismiss:tt,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:tt,"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:()=>Ue(!1),children:[u.jsx("div",{className:"session-dropdown-section",children:"Group by"}),u.jsx(vc,{testid:"group-workspace",icon:"FolderOpen",label:"Workspace",checked:je==="workspace",onPick:()=>kt("workspace")}),u.jsx(vc,{testid:"group-deployment",icon:"Cloud",label:"Deployment",checked:je==="deployment",onPick:()=>kt("deployment")}),u.jsx("div",{className:"session-dropdown-section",children:"Sort"}),u.jsx(vc,{testid:"sort-recent",icon:"History",label:"Recent activity",checked:vt==="recent",onPick:()=>ns("recent")}),u.jsx(vc,{testid:"sort-name",icon:"ArrowDown",label:"Name",checked:vt==="name",onPick:()=>ns("name")})]}),u.jsxs("button",{type:"button",className:"session-dropdown-item nested-trigger"+(qe?" is-open":""),"data-testid":"past-sessions-trigger","aria-haspopup":"menu","aria-expanded":qe,onMouseEnter:()=>Ue(!0),onClick:()=>Ue(Ee=>!Ee),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"})}),gt.length>0&&u.jsx("span",{className:"session-history-badge","data-testid":"session-history-badge",children:gt.length}),u.jsx(de,{name:"ChevronRight",size:13})]})]})]}),qe&&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:()=>Ue(!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:[rs.map(Ee=>{if(Ee.kind==="exited"){const it=Ee.session.agentSessionId==null?void 0:Wt.get(Ee.session.agentSessionId),Nt=Ee.session.agentSessionId==null?"rehydrate":it==null?void 0:it.resumeMode;return u.jsx(c0,{testid:`exited-session-${Ee.session.id}`,harness:Ee.session.harness,title:Ee.session.title,meta:bf({...Ee.session,gitBranch:it==null?void 0:it.gitBranch,turnCount:it==null?void 0:it.turnCount,messageCount:it==null?void 0:it.messageCount},void 0,{includeHarness:!1,state:F_({resumeMode:Nt,turnCount:it==null?void 0:it.turnCount})}),cwd:Ee.session.cwd,resumeMode:Nt,isSelected:Ee.session.id===l,onOpen:()=>{S(Ee.session.id),tt()}},Ee.session.id)}return u.jsx(c0,{testid:`history-${Ee.summary.agentSessionId}`,harness:Ee.summary.harness,title:Ee.summary.title,meta:bf(Ee.summary,void 0,{includeHarness:!1,state:F_(Ee.summary)}),cwd:Ee.summary.cwd,resumeMode:Ee.summary.resumeMode,isSelected:!1,onOpen:()=>{A(Ee.summary),tt()}},Ee.summary.agentSessionId)}),y&&u.jsx("div",{className:"session-dropdown-empty",children:"Loading…"}),!y&&rs.length===0&&u.jsx("div",{className:"session-dropdown-empty",children:"No past sessions yet"})]})]})]})]})}),u.jsxs("div",{className:"rail-list",children:[bt.length===0&&Rt.length===0&&u.jsx(ji,{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."}),bt.map(Ee=>{const it=Be.has(Ee.cwd);if(Ee.agents.length===0&&Ee.bareSessions.length>0){const Es=Ee.bareSessions[0];return u.jsx("div",{className:"workspace-group",children:u.jsx($3,{label:Ee.label,cwd:Ee.cwd,sessionId:Es.id,isFocused:Ee.cwd===d,onFocus:p,onScaffold:T,onCopyPath:qs})},Ee.cwd)}return u.jsxs("div",{className:"workspace-group",children:[u.jsx(z3,{label:Ee.label,cwd:Ee.cwd,isDirectory:Ee.isDirectory,collapsed:it,onToggleCollapsed:()=>Ls(Ee.cwd),onCopyPath:qs}),!it&&Ee.agents.map(Es=>u.jsx(l0,{workflow:Es.workflow,isFocused:Es.workflow.path===d,onFocus:p},Es.workflow.path))]},Ee.cwd)}),Rt.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"})]})}),Rt.map(Ee=>u.jsx(l0,{workflow:Ee.workflow,isFocused:Ee.workflow.path===d,onFocus:p},Ee.workflow.path))]})]})]}),u.jsxs("div",{className:"rail-footer",children:[u.jsx(D3,{plan:null}),u.jsx(U3,{onToast:X,authenticated:P,organizationName:L,telemetryOptIn:J,productAnalyticsOptIn:F,rollingSummary:G,consentSource:ee,consentEnvReason:O,onToggleTelemetry:B,onToggleProductAnalytics:V,onToggleRollingSummary:te,onStartAuth:ue,onDisconnect:fe,settingsOpen:K,onSetSettingsOpen:z,overviewSelected:f,onSelectOverview:x})]}),ce&&u.jsx(t1,{recentDirs:g,launchDir:_,projectRoot:M,listDir:k,onClose:()=>ae(!1),onConnect:h,onScan:q,triggerRef:ye})]})}function U3({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,g]=$.useState(!1),[_,k]=$.useState({status:"idle"}),R=$.useRef(null),D=$.useCallback(()=>g(!1),[]),j=$.useCallback(()=>E(!1),[E]),T=My(),M=_.status==="pending",H=_p(),[U,W]=$.useState(!1),q=async()=>{if(!(!H||U)){W(!0),D();try{y(Fk(await H.checkForUpdates()).text)}catch{y("Couldn't check for updates.")}finally{W(!1)}}};s&&_.status==="pending"&&k({status:"idle"});const X=M?"Connecting…":s?t??"Signed in":"Not signed in",J=M?"opening browser":s?"Sapiom account":"connect to get started",F=(t??"S").charAt(0).toUpperCase(),G=async()=>{D(),k({status:"pending"});try{await S()}catch(ee){const O=ee instanceof Error?ee.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:()=>g(ee=>!ee),children:[u.jsx("span",{className:"rail-profile-avatar","aria-hidden":"true",children:F}),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}),J]})]}),u.jsx(de,{name:"ChevronDown",size:13})]}),u.jsx(Yn,{open:x,anchorRef:R,onDismiss:j,placement:"up-start",matchWidth:!0,className:"settings-popover",testid:"settings-popover",children:u.jsx(j3,{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"]}),H&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"profile-check-updates",disabled:U,onClick:()=>void q(),children:[u.jsx(de,{name:U?"Loader":"RefreshCw",size:13}),U?"Checking…":"Check for updates",H.appVersion&&u.jsxs("span",{className:"profile-menu-version","data-testid":"app-version",children:["v",H.appVersion]})]}),!s&&u.jsxs("button",{role:"menuitem",className:"profile-menu-item","data-testid":"profile-connect-account",disabled:M,onClick:()=>void G(),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,_.status==="error"&&u.jsx("p",{className:"profile-menu-auth-error","data-testid":"profile-auth-error",children:_.message})]})]})}const F3=new Set([401,403]);function q3(s){return s?s.networkError===!0||s.status===void 0:!1}function W3(s){return(s==null?void 0:s.status)!==void 0&&F3.has(s.status)}function G3(s){const{online:t,error:n}=s;return!t||q3(n)?"offline":W3(n)?"auth":n?"error":"online"}function u0(){return typeof navigator>"u"?!0:navigator.onLine!==!1}function V3(){const[s,t]=$.useState(u0);return $.useEffect(()=>{const n=()=>t(u0());return window.addEventListener("online",n),window.addEventListener("offline",n),n(),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",n)}},[]),s}function h0(s,t){return s!=null&&s.workflowPath===t}function Y3(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 K3({agentLabel:s,onCancel:t,onConfirm:n}){const a=$.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,Us=Is==null?void 0:Is.navigator,Ae=Is==null?void 0:Is.document,ps=Is==null?void 0:Is.location,Sp=Is==null?void 0:Is.fetch,xf=Is!=null&&Is.XMLHttpRequest&&"withCredentials"in new Is.XMLHttpRequest?Is.XMLHttpRequest:void 0,d0=Is==null?void 0:Is.AbortController,X3=Is==null?void 0:Is.CompressionStream,Qs=Us==null?void 0:Us.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 Ie=le??{},At={DEBUG:!1,LIB_VERSION:"0.3.1",LIB_NAME:"browser-common"};function f0(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 Kt(s){return function(){var t=this,n=arguments;return new Promise((function(a,l){var d=s.apply(t,n);function p(h){f0(d,a,l,p,c,"next",h)}function c(h){f0(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 p0=s=>{if(typeof s!="string")return s;try{return JSON.parse(s)}catch{return s}};function v0(s){return typeof s=="string"||s}function g0(s){return typeof s=="string"?s:void 0}var Co,J3=["$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})({}),Z3=["$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"],Q3=["token"],n1="NativeGzipValidationError",Cf=s=>s.length>=2&&s[0]===31&&s[1]===139,_0=(s,t)=>s===m0.GZipJS||t===m0.GZipJS||t==="gzip",y0=s=>!(!s||typeof s!="object")&&("name"in s?String(s.name):"")==="NotReadableError",gc=s=>{var t=new Error("Native gzip produced invalid output: "+s);throw t.name=n1,t},e4=(function(){var s=Kt((function*(t,n){18>t.size&&gc("too-short");var a=new Uint8Array(yield t.slice(0,10).arrayBuffer());Cf(a)&&a[2]===8||gc("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)&&gc("invalid-crc");var d=n.length>>>0;l.getUint32(4,!0)!==d&&gc("invalid-size")}));return function(t,n){return s.apply(this,arguments)}})();function Ef(){return Ef=Kt((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=Kt((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 e4(h,a),h}catch(v){if(n!=null&&n.rethrow)throw v;return t&&console.error("Failed to gzip compress data",v),null}})),Ef.apply(this,arguments)}var t4=["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"],b0=function(s,t){if(t===void 0&&(t=[]),!s)return!1;var n=s.toLowerCase();return t4.concat(t).some((a=>{var l=a.toLowerCase();return n.indexOf(l)!==-1}))};function Ye(s,t){return s.indexOf(t)!==-1}var pu=function(s){return s.trim()},kf=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,vu=a1.toString,Je=Array.isArray||function(s){return vu.call(s)==="[object Array]"},ci=s=>typeof s=="function",Yt=s=>s===Object(s)&&!Je(s),Wn=s=>{if(Yt(s)){for(var t in s)if(o1.call(s,t))return!1;return!0}return!1},ke=s=>s===void 0,It=s=>vu.call(s)=="[object String]",Tf=s=>It(s)&&s.trim().length===0,Fs=s=>s===null,et=s=>ke(s)||Fs(s),Ns=s=>vu.call(s)=="[object Number]"&&s==s,un=s=>Ns(s)&&s>0,Ni=s=>vu.call(s)==="[object Boolean]",s4=s=>s instanceof FormData,i4=s=>Ye(Z3,s),n4=s=>Ye(Q3,s);function l1(s){return s===null||typeof s!="object"}function zc(s,t){return{}.toString.call(s)==="[object "+t+"]"}function wp(s){return typeof Event<"u"&&(function(t,n){try{return t instanceof n}catch{return!1}})(s,Event)}var r4=[!0,"true",1,"1","yes"],zd=s=>Ye(r4,s),a4=[!1,"false",0,"0","no"];function Fi(s,t,n,a,l){return t>n&&(a.warn("min cannot be greater than max."),t=n),Ns(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),Fi(l||n,t,n,a))}class o4{constructor(t){this.tt={},this.et=t.et,this.rt=Fi(t.bucketSize,0,100,t.it),this.nt=Fi(t.refillRate,0,this.rt,t.it),this.st=Fi(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 hi="Mobile",$c="iOS",mn="Android",Ea="Tablet",c1=mn+" "+Ea,u1="iPad",h1="Apple",d1=h1+" Watch",zo="Safari",ka="BlackBerry",f1="Samsung",p1=f1+"Browser",v1=f1+" Internet",kr="Chrome",l4=kr+" OS",g1=kr+" "+$c,xp="Internet Explorer",m1=xp+" "+hi,Cp="Opera",c4=Cp+" Mini",Ep="Edge",_1="Microsoft "+Ep,Sa="Firefox",y1=Sa+" "+$c,Yo="Nintendo",Ko="PlayStation",wa="Xbox",b1=mn+" "+hi,S1=hi+" "+zo,No="Windows",Af=No+" Phone",S0="Nokia",Rf="Ouya",w1="Generic",u4=w1+" "+hi.toLowerCase(),x1=w1+" "+Ea.toLowerCase(),Mf="Konqueror",C1="Oculus Browser",Pc="Vivaldi",E1="Yandex",Uc="Whale",Df="DuckDuckGo",k1="Pale Moon",Fc="Waterfox",$o="Brave",T1="Google Search App",ts="(\\d+(\\.\\d+)?)",$d=new RegExp("Version/"+ts),h4=new RegExp(wa,"i"),d4=new RegExp(Ko+" \\w+","i"),f4=new RegExp(Yo+" \\w+","i"),kp=new RegExp(ka+"|PlayBook|BB10","i"),p4={"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")?c4:Ye(s," OPR/")?Cp:kp.test(s)?ka:Ye(s,"IE"+hi)||Ye(s,"WPDesktop")?m1:Ye(s,"OculusBrowser")?C1:Ye(s,p1)?v1:Ye(s,Ep)||Ye(s,"Edg/")?_1:Ye(s,Pc+"/")?Pc:Ye(s,"YaBrowser/")?E1:Ye(s,Uc+"/")?Uc:Ye(s,Df+"/")||Ye(s,"Ddg/")?Df:Ye(s,"FBIOS")?"Facebook "+hi:Ye(s,"UCWEB")||Ye(s,"UCBrowser")?"UC Browser":Ye(s,"CriOS")?g1:Ye(s,"CrMo")||Ye(s,kr)?kr:Ye(s,mn)&&Ye(s,zo)?b1:Ye(s,"FxiOS")?y1:Ye(s.toLowerCase(),Mf.toLowerCase())?Mf:Ye(s,$o+"/")?$o:((d,p)=>p&&Ye(p,h1)||(function(c){return Ye(c,zo)&&!Ye(c,kr)&&!Ye(c,mn)})(d))(s,t)?Ye(s,hi)?S1:zo:Ye(s,"PaleMoon/")?k1:Ye(s,Fc+"/")?Fc:Ye(s,Sa)?Sa:Ye(s,"MSIE")||Ye(s,"Trident/")?xp:Ye(s,"Gecko")?Sa:"")},v4={[m1]:[new RegExp("rv:"+ts)],[_1]:[new RegExp(Ep+"?\\/"+ts)],[kr]:[new RegExp("("+kr+"|CrMo)\\/"+ts)],[g1]:[new RegExp("CriOS\\/"+ts)],"UC Browser":[new RegExp("(UCBrowser|UCWEB)\\/"+ts)],[zo]:[$d],[S1]:[$d],[Cp]:[new RegExp("(Opera|OPR)\\/"+ts)],[Sa]:[new RegExp(Sa+"\\/"+ts)],[y1]:[new RegExp("FxiOS\\/"+ts)],[Mf]:[new RegExp("Konqueror[:/]?"+ts,"i")],[ka]:[new RegExp(ka+" "+ts),$d],[b1]:[new RegExp("android\\s"+ts,"i")],[v1]:[new RegExp(p1+"\\/"+ts)],[C1]:[new RegExp("OculusBrowser\\/"+ts)],[Pc]:[new RegExp(Pc+"\\/"+ts)],[E1]:[new RegExp("YaBrowser\\/"+ts)],[Uc]:[new RegExp(Uc+"\\/"+ts)],[$o]:[new RegExp($o+"\\/"+ts)],[Df]:[new RegExp("(DuckDuckGo|Ddg)\\/"+ts)],[k1]:[new RegExp("PaleMoon\\/"+ts)],[Fc]:[new RegExp(Fc+"\\/"+ts)],[T1]:[new RegExp("GSA\\/"+ts)],[xp]:[new RegExp("(rv:|MSIE )"+ts)],Mozilla:[new RegExp("rv:"+ts)]},g4=function(s,t,n,a){var l=A1(s,t,n,a),d=v4[l];if(ke(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},w0=[[new RegExp(wa+"; "+wa+" (.*?)[);]","i"),s=>[wa,s&&s[1]||""]],[new RegExp(Yo,"i"),[Yo,""]],[new RegExp(Ko,"i"),[Ko,""]],[kp,[ka,""]],[new RegExp(No,"i"),(s,t)=>{if(/Phone/.test(t)||/WPDesktop/.test(t))return[Af,""];if(new RegExp(hi).test(t)&&!/IEMobile\b/.test(t))return[No+" "+hi,""];var n=/Windows NT ([0-9.]+)/i.exec(t);if(n&&n[1]){var a=p4[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]?[$c,[s[3],s[4],s[5]||"0"].join(".")]:[$c,""]],[/(watch.*\/(\d+\.\d+\.\d+)|watch os,(\d+\.\d+),)/i,s=>{var t="";return s&&s.length>=3&&(t=ke(s[2])?s[3]:s[2]),["watchOS",t]}],[new RegExp("("+mn+" (\\d+)\\.(\\d+)\\.?(\\d+)?|"+mn+")","i"),s=>s&&s[2]?[mn,[s[2],s[3],s[4]||"0"].join(".")]:[mn,""]],[/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/,[l4,""]],[/Linux|debian/i,["Linux",""]]],x0=function(s){return f4.test(s)?Yo:d4.test(s)?Ko:h4.test(s)?wa:new RegExp(Rf,"i").test(s)?Rf:new RegExp("("+Af+"|WPDesktop)","i").test(s)?Af:/iPad/.test(s)?u1:/iPod/.test(s)?"iPod Touch":/iPhone/.test(s)?"iPhone":/(watch)(?: ?os[,/]|\d,\d\/)[\d.]+/i.test(s)?d1:kp.test(s)?ka:/(kobo)\s(ereader|touch)/i.test(s)?"Kobo":new RegExp(S0,"i").test(s)?S0:/(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(hi).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)?mn:c1:new RegExp("(pda|"+hi+")","i").test(s)?u4:new RegExp(Ea,"i").test(s)&&!new RegExp(Ea+" pc","i").test(s)?x1:""},m4=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function C0(s,t){return typeof(n=s)=="string"&&m4.test(n)?s:t();var n}function Kn(s){return s&&s.split("#")[0]}function Mc(s,t){var n=setTimeout(s,t);return n!=null&&n.unref&&(n==null||n.unref()),n}var _4=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}},y4=R1.info;function M1(s){if(Ni(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(Je(s))return{arrayValue:{values:s.map((t=>M1(t)))}};try{return{stringValue:JSON.stringify(s)}}catch{return{stringValue:String(s)}}}function qc(s){var t=[];for(var n in s){var a=s[n];Fs(a)||ke(a)||t.push({key:n,value:M1(a)})}return t}function b4(s,t){var n=R1[s.level||"info"]||y4,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:qc(c)};return s.trace_id&&(h.traceId=s.trace_id),s.span_id&&(h.spanId=s.span_id),ke(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:qc(t)},scopeLogs:[{scope:{name:n,version:a},logRecords:s}]}]}}let S4=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:b4(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=Je(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 Kt((function*(){if(!s._instance.isDisabled)return s.vt||(s.vt=s.Ft().finally((()=>{s.vt=null}))),s.vt}))()}Ft(){var s=this;return Kt((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 Kt((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=Mc((()=>{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 Kt((function*(){t.Tt();var n=t.flush().catch((()=>{}));s!==void 0?yield Promise.race([n,new Promise((a=>Mc(a,s)))]):yield n}))()}flushWithTimeout(s){var t=this;return Kt((function*(){var n=!1,a=t.flush(),l=new Promise((d=>Mc((()=>{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 Pd=[0,5,10,25,50,75,100,250,500,750,1e3,2500,5e3,7500,1e4];function E0(s){return String(s)+"000000"}function k0(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 w4=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=Kt((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=k0(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(Pd.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,Pd)]+=1}}Rt(s){var t=this.Te.beforeSend;if(!t)return s;var n=Je(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=Mc((()=>{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 Kt((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:qc(n)},scopeMetrics:[{scope:{name:a,version:l},metrics:t}]}]};var t,n,a,l}Xt(s){var t=E0(Date.now()),n=new Map;for(var a of s.values()){var l,d=k0(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=qc((l=a.attributes)!==null&&l!==void 0?l:{}),h=E0(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:Pd})}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,T0,Ud;function x4(s){var t=globalThis._posthogChunkIds;if(t){var n=Object.keys(t);return Ud&&n.length===T0||(T0=n.length,Ud=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}),{})),Ud}}class C4{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 Kt((function*(){for(var a of t)a.stacktrace&&a.stacktrace.frames&&Je(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 Kt((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:x4(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 Ta="?";function jf(s,t,n,a,l){var d={platform:s,filename:t,function:n==="<anonymous>"?Ta:n,in_app:!0};return ke(a)||(d.lineno=a),ke(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]:Ta,n?"safari-extension:"+t:"safari-web-extension:"+t]:[s,t]},E4=/^\s*at (\S+?)(?::(\d+))(?::(\d+))\s*$/i,k4=/^\s*at (?:(.+?\)(?: \[.+\])?|.*?) ?\((?:address at )?)?(?:async )?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,T4=/\((\S*)(?::(\d+))(?::(\d+))\)/,A4=(s,t)=>{var n=E4.exec(s);if(n)return jf(t,n[1],Ta,+n[2],+n[3]);var a=k4.exec(s);if(a){if(a[2]&&a[2].indexOf("eval")===0){var l=T4.exec(a[2]);l&&(a[2]=l[1],a[3]=l[2],a[4]=l[3])}var d=N1(a[1]||Ta,a[2]);return jf(t,d[1],d[0],a[3]?+a[3]:void 0,a[4]?+a[4]:void 0)}},R4=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. /=]+)(?::(\d+))?(?::(\d+))?\s*$/i,M4=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,D4=(s,t)=>{var n=R4.exec(s);if(n){if(n[3]&&n[3].indexOf(" > eval")>-1){var a=M4.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]||Ta,p=N1(d,l);return jf(t,l=p[1],d=p[0],n[4]?+n[4]:void 0,n[5]?+n[5]:void 0)}},A0=/\(error: (.*)\)/;class j4{match(t){return this.isDOMException(t)||this.isDOMError(t)}coerce(t,n){var a=It(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 zc(t,"DOMException")}isDOMError(t){return zc(t,"DOMError")}}class N4{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 L4{constructor(){}match(t){return zc(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 O4=/^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/i;class B4{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(O4);return l&&(n=l[1],a=l[2]),[n,a]}}var H4=["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 I4{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 wp(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 It(t)&&!Tf(t)&&H4.indexOf(t)>=0}getErrorPropertyFromObject(t){for(var n in t)if({}.hasOwnProperty.call(t,n)){var a=t[n];if(_4(a))return a}}getObjectClassName(t){try{var n=Object.getPrototypeOf(t);return n?n.constructor.name:void 0}catch{return}}}class z4{match(t){return wp(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 $4{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 P4{match(t){return zc(t,"PromiseRejectionEvent")||this.isCustomEventWrappingRejection(t)}isCustomEventWrappingRejection(t){if(!wp(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 Wc="$message",Gc="$timestamp",U4=new Set([Wc,Gc]),Fd={enabled:!0,max_bytes:32768};function Vc(s){var t;return s?{enabled:(t=s.enabled)!==null&&t!==void 0?t:Fd.enabled,max_bytes:q4(s.max_bytes,Fd.max_bytes)}:we({},Fd)}class F4{constructor(t){this.$e=[],this.ze=0,this.Te=Vc(t)}setConfig(t){this.Te=Vc(t),this.Ze()}add(t){var n=(function(l){var d;try{d=r1(l)}catch{return}try{var p=JSON.parse(d);if(!Yt(p))return;var c=p,h=c[Wc],v=c[Gc];return!It(h)||h.trim().length===0||!It(v)&&!Ns(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 q4(s,t){if(!Ns(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&&(At.DEBUG||le.POSTHOG_DEBUG||n)&&!ke(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]"),Jt=Te.createLogger,W4=Jt("[ExternalScriptsLoader]"),qd=(s,t,n)=>{if(s.config.disable_external_dependency_loading)return W4.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)};Ie.__PosthogExtensions__=Ie.__PosthogExtensions__||{},Ie.__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)}qd(s,a,n)}else{var p=s.requestRouter.endpointFor("assets","/array/"+s.config.token+"/config.js");qd(s,p,n)}},Ie.__PosthogExtensions__.loadSiteApp=(s,t,n)=>{var a=s.requestRouter.endpointFor("api",t);qd(s,a,n)};At.DEBUG=!1,At.LIB_VERSION="1.409.5",At.LIB_NAME="web";var B1="$people_distinct_id",Xo="$device_id",Wd="$device_model",Lo="__alias",Oo="__timers",Nf="$autocapture_disabled_server_side",Lf="$heatmaps_enabled_server_side",Of="$exception_capture_enabled_server_side",Bf="$error_tracking_suppression_rules",Hf="$error_tracking_capture_extension_exceptions",If="$web_vitals_enabled_server_side",Tp="$dead_clicks_enabled_server_side",Ap="$product_tours_enabled_server_side",zf="$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",ga="$sesid",Rp="$session_is_sampled",xr="$enabled_feature_flags",Dc="$active_feature_flags",Bo="$early_access_features",$f="$feature_flag_details",jc="$feature_flag_payloads",Pf="$feature_flag_request_id",Yc="$minimal_flag_called_events",hn="$override_feature_flags",fa="$override_feature_flag_payloads",br="$stored_person_properties",Sr="$stored_group_properties",Uf="$surveys",Kc="$surveys_loaded_at",Ff="$surveys_activated",Nc="$surveys_activated_session",Ho="ph_product_tours",Po="$flag_call_reported",qf="$flag_call_reported_session_id",Wf="$feature_flag_errors",Jo="$feature_flag_evaluated_at",wi="$user_state",Gf="$client_session_props",Vf="$capture_rate_limit",Yf="$initial_campaign_params",Kf="$initial_referrer_info",Xc="$initial_person_info",Jc="$epp",_c="$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",Mp="PostHog loadExternalDependency extension not found.",wr="on_reject",pn="always",ca="anonymous",fr="identified",Xf="identified_only",Zc="visibilitychange",Qc="beforeunload",pa="$pageview",Gd="$pageleave",Vd="$identify",R0="$groupidentify";function yc(s,t){Je(s)&&s.forEach(t)}function zt(s,t){if(!et(s))if(Je(s))s.forEach(t);else if(s4(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 Lc(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 M0=function(s){try{return s()}catch{return}},G4=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)}}},Dp=function(s){var t={};return zt(s,(function(n,a){(It(n)&&n.length>0||Ns(n))&&(t[a]=n)})),t},V4=["herokuapp.com","vercel.app","netlify.app"];function Y4(s){var t=s==null?void 0:s.hostname;if(!It(t))return!1;var n=t.split(".").slice(-2).join(".");for(var a of V4)if(n===a)return!1;return!0}function ss(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 Ns(s)&&isFinite(s)&&Math.floor(s)===s});class eu{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 eu(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 eu(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 K4{generate(){var t=this.generateOrAbort();if(!ke(t))return t;this.S=0;var n=this.generateOrAbort();if(ke(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 eu.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 X4}}var D0,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&&!ke(le.crypto)&&crypto.getRandomValues&&(Y1=s=>crypto.getRandomValues(s));class X4{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=()=>J4().toString(),J4=()=>(D0||(D0=new K4)).generate(),Eo="",Z4=/[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),g="dmn_chk_"+fn();!Eo&&b--;){var _=y.slice(b).join("."),k=g+"=1;domain=."+_+";path=/";C.cookie=k+";max-age=3",C.cookie.includes(g)&&(C.cookie=k+";max-age=0",Eo=_)}return Eo})(S);if(!x){var E=(A=>{var C=A.match(Z4);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}}},Yd=null,Ut={N(){if(!Fs(Yd))return Yd;var s=!0;if(ke(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"),Yd=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)}}},Q4=[Xo,"distinct_id",ga,Rp,Jc,Xc,wi],bc={},e5={N:()=>!0,P(s){Te.error("memoryStorage error: "+s)},q:s=>bc[s]||null,F:s=>bc[s]||null,A:(s,t)=>(bc[s]=t,!0),D(s){delete bc[s]}},pr=null,js={N(){if(!Fs(pr))return pr;if(pr=!0,ke(le))pr=!1;else try{var s="__support__";js.A(s,"xyz"),js.q(s)!=='"xyz"'&&(pr=!1),js.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){js.P(t)}return null},F(s){try{return JSON.parse(js.q(s))||null}catch{}return null},A(s,t){try{return le==null||le.sessionStorage.setItem(s,JSON.stringify(t)),!0}catch(n){js.P(n)}return!1},D(s){try{le==null||le.sessionStorage.removeItem(s)}catch(t){js.P(t)}}};class t5{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 zd(t)?1:Ye(a4,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(zd(a.q(this.Ke))),a.D(this.Ke,this.Te.cross_subdomain_cookie))}return this.Ye}Ge(){return!!this.Te.respect_dnt&&[Us==null?void 0:Us.doNotTrack,Us==null?void 0:Us.msDoNotTrack,Ie.doNotTrack].some((t=>zd(t)))}}function K1(s,t){var n,a=s==null||(n=s.config)==null?void 0:n.get_current_url;if(!ci(a))return t;try{var l=a(t);return It(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__",s5=1,i5=3,n5=11;function j0(s){return s instanceof Element&&(s.id===X1||!(s.closest==null||!s.closest(".toolbar-global-fade-container")))}function Xn(s){return!!s&&s.nodeType===s5}function ui(s,t){return!!s&&!!s.tagName&&s.tagName.toLowerCase()===t.toLowerCase()}function J1(s){return!!s&&s.nodeType===i5}function Z1(s){return!!s&&s.nodeType===n5&&Xn(s.host)}var Q1=1e3;function jp(s){return s?pu(s).split(/\s+/):[]}function N0(s,t){var n=(function(a){var l,d=le==null||(l=le.location)==null?void 0:l.href;return ke(d)?void 0:K1(a,d)})(t);return!!(n&&s&&s.some((a=>n.match(a))))}function tu(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 jp(t)}function eb(s){return et(s)?null:pu(s).split(/(\s+)/).filter((t=>Uo(t))).join("").replace(/[\r\n]/g," ").replace(/[ ]+/g," ").substring(0,255)}function Zo(s){var t="";return Zf(s)&&!nb(s)&&s.childNodes&&s.childNodes.length&&zt(s.childNodes,(function(n){var a;J1(n)&&n.textContent&&(t+=(a=eb(n.textContent))!==null&&a!==void 0?a:"")})),pu(t)}function Kd(s){var t;return ke(s.target)?s.srcElement||null:(t=s.target)!=null&&t.shadowRoot?s.composedPath()[0]||null:s.target||null}var Np=["a","button","form","input","select","textarea","label"];function Jf(s,t){if(ke(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 r5=[".ph-no-autocapture","[data-ph-no-autocapture]"],sb=["next","previous","prev",">","<"],a5=[...sb,"+","-","−","–"],L0=(s,t)=>/[a-z0-9]/i.test(t)?s.includes(t):s===t,O0=[".ph-no-rageclick",".ph-no-capture"],o5=["","text","search","email","password","url","tel","number"];function B0(s,t){if(!le||Lp(s))return!1;var n,a,l,d,p;if(Ni(t)?(n=!!t&&O0,a=void 0,l=!1):(n=(d=t==null?void 0:t.css_selector_ignorelist)!==null&&d!==void 0?d:O0,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))&&(!!ui(h,"textarea")||(ui(h,"input")?Ye(o5,(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||ke(h))return!1;var S;if(h===!0)S=sb;else{if(!Je(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=>L0(x,A)||L0(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())||""}})))&&!Jf(c,n)}var Lp=s=>!s||ui(s,"html")||!Xn(s),ib=(s,t)=>{if(!le||Lp(s))return{parentIsUsefulElement:!1,targetElementList:[]};for(var n=!1,a=[s],l=s;l.parentNode&&!ui(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||Np.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 Zf(s){for(var t=new Set,n=0,a=s;a.parentNode&&!ui(a,"body");a=a.parentNode){if(n++>=Q1||t.has(a))return!1;t.add(a);var l=tu(a);if(Ye(l,"ph-sensitive")||Ye(l,"ph-no-capture"))return!1}if(Ye(tu(s),"ph-include"))return!0;var d=s.type||"";if(It(d))switch(d.toLowerCase()){case"hidden":case"password":return!1}var p=s.name||s.id||"";return!It(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!!(ui(s,"input")&&!["button","checkbox","submit","reset"].includes(s.type)||ui(s,"select")||ui(s,"textarea")||s.getAttribute("contenteditable")==="true")}var H0=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}))$"),I0=/(^|[^0-9A-Za-z_])([0-9][0-9 -]*[0-9])(?=$|[^0-9A-Za-z_])/g,l5=[16,15,14,13],c5=new RegExp("^(\\d{3}-?\\d{2}-?\\d{4})$"),z0=new RegExp("(^|[^0-9])((?!000|666)[0-9]{3}-?(?!00)[0-9]{2}-?(?!0000)[0-9]{4})(?=$|([^0-9]))","g"),$0=/[0-9A-Za-z_]/;function u5(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(It(s)){s=pu(s);var n=t?H0.test((s||"").replace(/[- ]/g,"")):(function(l){var d;for(I0.lastIndex=0;d=I0.exec(l);){var p=d[2];if(p)for(var c=p.replace(/[- ]/g,""),h=0;c.length>h;h++)for(var v of l5){var S=h+v;if(c.length>=S){var f=c.slice(h,S);if(H0.test(f)&&u5(f))return!0}}}return!1})(s);if(n)return!1;var a=t?c5.test(s):(function(l){var d;for(z0.lastIndex=0;d=z0.exec(l);){var p=d[1],c=d[3];if(!(p&&c&&$0.test(p)&&$0.test(c)))return!0}return!1})(s);if(a)return!1}return!0}function P0(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&&zt(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 U0(s){return s.replace(/"|\\"/g,'\\"')}function h5(s){var t=s.attr__class;if(t)return Je(t)?t:jp(t)}var Sc=Jt("[Dead Clicks]"),d5=()=>!0,f5=s=>{var t,n=!((t=s.instance.persistence)==null||!t.get_property(Tp)),a=s.instance.config.capture_dead_clicks;return Ni(a)?a:!!Yt(a)||n};class F0{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({[Tp]:n.captureDeadClicks}),this.startIfEnabledOrStop())}}startIfEnabledOrStop(){this.isEnabled(this)?this.tr((()=>{this.er()})):this.stop()}tr(t){var n,a;(n=Ie.__PosthogExtensions__)!=null&&n.initDeadClicksAutocapture?t():(a=Ie.__PosthogExtensions__)==null||a.loadExternalDependency==null||a.loadExternalDependency(this.instance,"dead-clicks-autocapture",(l=>{l?Sc.error("failed to load script",l):t()}))}er(){var t;if(Ae){if(!this.Xe&&(t=Ie.__PosthogExtensions__)!=null&&t.initDeadClicksAutocapture){var n=Yt(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=Ie.__PosthogExtensions__.initDeadClicksAutocapture(this.instance,n),this.Xe.start(Ae),Sc.info("starting...")}}else Sc.error("`document` not found. Cannot start.")}stop(){this.Xe&&(this.Xe.stop(),this.Xe=void 0,Sc.info("stopping..."))}}var Xd=Jt("[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,g=((f=S.exception)==null?void 0:f.values)||[],_=g.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=g[0])==null?void 0:x.value)||S.message,$exception_type:(E=g[0])==null?void 0:E.type,$exception_level:S.level,$exception_list:_,$sentry_event_id:S.event_id,$sentry_exception:S.exception,$sentry_exception_message:((A=g[0])==null?void 0:A.value)||S.message,$sentry_exception_type:(C=g[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 p5{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 q0{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(!(ke(p)||ke(c)||ke(h)||ke(v)||ke(S)||ke(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?Fi(c/p,0,1,Te):1,E=p>1?Fi(h/p,0,1,Te):1,A=v>1?Fi(S/v,0,1,Te):1,C=v>1?Fi(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 Jd=["flags","surveys"],v5={[B1]:{exposure:"hidden"},[Lo]:{exposure:"hidden"},__cmpns:{exposure:"hidden"},[Oo]:{exposure:"hidden"},[Nf]:{exposure:"event"},[Lf]:{exposure:"hidden"},[Of]:{exposure:"event"},[Bf]:{exposure:"hidden"},[Hf]:{exposure:"event"},[If]:{exposure:"event"},[Tp]:{exposure:"event"},[Ap]:{exposure:"hidden"},[zf]:{exposure:"event"},[Er]:{exposure:"hidden"},$session_recording_enabled_server_side:{exposure:"hidden"},[ga]:{exposure:"hidden"},[Rp]:{exposure:"event"},[H1]:{exposure:"event",shouldSkipFromEventProperties:s=>Fs(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(!Yt(s))return{};for(var t={},n=Object.keys(s),a=0;n.length>a;a++)t["$feature/"+n[a]]=s[n[a]];return t}},[Dc]:{exposure:"event",storageGroup:"flags"},[Bo]:{exposure:"hidden"},[$f]:{exposure:"hidden",storageGroup:"flags"},[jc]:{exposure:"event",storageGroup:"flags"},[Pf]:{exposure:"event",storageGroup:"flags",volatile:!0},[Yc]:{exposure:"hidden",storageGroup:"flags"},[hn]:{exposure:"event"},[fa]:{exposure:"hidden"},[br]:{exposure:"hidden"},[Sr]:{exposure:"hidden"},[Uf]:{exposure:"hidden",storageGroup:"surveys"},[Kc]:{exposure:"hidden",storageGroup:"surveys",volatile:!0},[Ff]:{exposure:"event"},[Nc]:{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"},[qf]:{exposure:"hidden"},[Wf]:{exposure:"hidden"},[Jo]:{exposure:"hidden",storageGroup:"flags",volatile:!0},[wi]:{exposure:"hidden"},[Gf]:{exposure:"hidden"},[Vf]:{exposure:"hidden"},[Yf]:{exposure:"hidden"},[Kf]:{exposure:"hidden"},[Xc]:{exposure:"hidden"},[Jc]:{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"}},g5=[["$posthog_sr_group_event_trigger_",{exposure:"hidden"}],["$posthog_sr_group_url_trigger_",{exposure:"hidden"}],["$posthog_sr_group_sampling_",{exposure:"hidden"}]],vr=s=>{var t=v5[s];if(t)return t;for(var n of g5){var a=n[1];if(s.indexOf(n[0])===0)return a}},ma=(s,t)=>{try{return JSON.stringify(s,((n,a)=>typeof a=="bigint"?a.toString():a),t)}catch{return r1(s)}},su=s=>{var t=Ae==null?void 0:Ae.createElement("a");return ke(t)?null:(t.href=s,t)},Aa=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(!Je(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("=");Je(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},iu=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},wc="https?://(.*)",Ra=["gclid","gclsrc","dclid","gbraid","wbraid","fbclid","msclkid","twclid","li_fat_id","igshid","ttclid","rdt_cid","epik","qclid","sccid","irclid","_kx"],m5=["utm_source","utm_medium","utm_campaign","utm_content","utm_term","gad_source","mc_cid",...Ra],el="<masked>",_5=["li_fat_id"];function ub(s,t,n){if(!Ae)return{};var a,l=t?[...Ra,...n||[]]:[],d=hb(Qo(Ae.URL,l,el),s),p=(a={},zt(_5,(function(c){var h=V1(c);a[c]=h||null})),a);return Ft(p,d)}function hb(s,t){var n=m5.concat(t||[]),a={};return zt(n,(function(l){var d=Aa(s,l);a[l]=d||null})),a}function db(s){var t=(function(d){return d?d.search(wc+"google.([^/?]*)")===0?"google":d.search(wc+"bing.com")===0?"bing":d.search(wc+"yahoo.com")===0?"yahoo":d.search(wc+"duckduckgo.com")===0?"duckduckgo":null:null})(s),n=t!="yahoo"?"q":"p",a={};if(!Fs(t)){a.$search_engine=t;var l=Ae?Aa(Ae.referrer,n):"";l.length&&(a.ph_keyword=l)}return a}function W0(){return navigator.language||navigator.userLanguage}var nu="$direct";function fb(){return(Ae==null?void 0:Ae.referrer)||nu}function pb(s,t,n){n===void 0&&(n=!1);var a=s?[...Ra,...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==nu?nu:(n=su(a))==null?void 0:n.host};if(d){p.$current_url=d;var c=su(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 y5(){try{return new Date().getTimezoneOffset()}catch{return}}var b5={flags:Jo,surveys:Kc},S5=["cookie","localstorage","localstorage+cookie","sessionstorage","memory"],ua="main";class Zd{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();ss(le,"beforeunload",l,{capture:!1}),ss(le,"pagehide",l,{capture:!1})}}mr(){var t,n=(t=this.Te)==null?void 0:t.persistence_save_debounce_ms;return Ns(n)&&n>0?n:0}isDisabled(){return!!this.yr}pr(t){S5.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=[...Q4,...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];Fs(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"&&js.N()?n=js:d==="memory"?n=e5: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 zt(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 Jd){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=b5[t];if(!a)return!1;var l=n[a],d=this.props[a];return Ns(l)&&Ns(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?ke(this.Er)&&(this.Er=setTimeout((()=>{this.Er=void 0,this.Rr()}),t)):this.Rr()}}flush(){ke(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,ua))}Pr(){var t=this.Fr(),n=t.main,a=t.groups;for(var l of(this.Or(this.Je,this.vr,n,ua),Jd)){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 zt(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===ua)return JSON.stringify(t)+"|"+this.Ar+"|"+this.$r+"|"+this.Lr;var a={};return zt(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===ua||d.dirty||ke(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!==ua&&(d.persisted=!0),ke(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(ke(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 Jd)Ut.D(this.br(l));a?delete this.lr[ua]:this.lr={}}clear(){this.remove(),this.props={}}register_once(t,n,a){if(Yt(t)){ke(n)&&(n="None"),this.Ar=ke(a)?this.Dr:a;var l=!1;if(zt(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(Yt(t)){this.Ar=ke(n)?this.Dr:n;var a=!1;if(zt(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(Dp(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=su(Ae.referrer))==null?void 0:t.host)||nu},void 0)}set_initial_person_info(){this.props[Yf]||this.props[Kf]||this.register_once({[Xc]: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={};zt([Kf,Yf],(l=>{var d=this.props[l];d&&zt(d,(function(p,c){t["$initial_"+kf(c)]=p}))}));var n=this.props[Xc];if(n){var a=(function(l,d){d===void 0&&(d=!1);var p=vb(l,d),c={};return zt(p,(function(h,v){c["$initial_"+kf(v)]=h})),c})(n,this.Te.disable_capture_url_hashes);Ft(t,a)}return t}safe_merge(t){return zt(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 ke(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 xc(s){var t=!0;return{dispose(){if(t){t=!1;var n=s();n&&ci(n.then)&&n.then(void 0,(()=>{}))}}}}var Ps={GZipJS:"gzip-js",Base64:"base64"},ko={Activation:"events",Cancellation:"cancelEvents"},Qd={Popover:"popover",API:"api",Widget:"widget"},gn={SHOWN:"survey shown",DISMISSED:"survey dismissed",SENT:"survey sent"},ef={SURVEY_ID:"$survey_id",SURVEY_ITERATION:"$survey_iteration",SURVEY_LAST_SEEN_DATE:"$survey_last_seen_date"},Qf={Popover:"popover",Inline:"inline"},w5={SHOWN:"product tour shown"},G0={TOUR_LAST_SEEN_DATE:"$product_tour_last_seen_date",TOUR_TYPE:"$product_tour_type"},V0=Jt("[RateLimiter]");class x5{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=>{V0.info((l||"events")+" is quota limited."),this.serverLimits[l]=new Date().getTime()+6e4}))}catch(l){return void V0.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(Vf))!==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(Vf,h),{isRateLimited:v,remainingTokens:h.tokens}}isServerRateLimited(t){var n=this.serverLimits[t||"events"]||!1;return n!==!1&&new Date().getTime()<n}}var gr=Jt("[RemoteConfig]");class mb{constructor(t){this._instance=t}get remoteConfig(){var t;return(t=Ie._POSTHOG_REMOTE_CONFIG)==null||(t=t[this._instance.config.token])==null?void 0:t.config}qr(t){var n,a;(n=Ie.__PosthogExtensions__)!=null&&n.loadExternalDependency?(a=Ie.__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 Ei=Uint8Array,ei=Uint16Array,Ma=Uint32Array,Op=new Ei([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]),Bp=new Ei([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]),Y0=new Ei([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),_b=function(s,t){for(var n=new ei(31),a=0;31>a;++a)n[a]=t+=1<<s[a-1];var l=new Ma(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=_b(Op,2),ep=yb[1];yb[0][28]=258,ep[258]=28;for(var K0=_b(Bp,0)[1],bb=new ei(32768),Xt=0;32768>Xt;++Xt){var ha=(43690&Xt)>>>1|(21845&Xt)<<1;bb[Xt]=((65280&(ha=(61680&(ha=(52428&ha)>>>2|(13107&ha)<<2))>>>4|(3855&ha)<<4))>>>8|(255&ha)<<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 Ei(288);for(Xt=0;144>Xt;++Xt)Tr[Xt]=8;for(Xt=144;256>Xt;++Xt)Tr[Xt]=9;for(Xt=256;280>Xt;++Xt)Tr[Xt]=7;for(Xt=280;288>Xt;++Xt)Tr[Xt]=8;var ru=new Ei(32);for(Xt=0;32>Xt;++Xt)ru[Xt]=5;var C5=Fo(Tr,9),E5=Fo(ru,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 Ma?Ma:Ei)(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},tf=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 Ei(0),0];if(l==1){var p=new Ei(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=tp(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 g=d[a].s;if(t>=E[g])break;C+=b-(1<<A-E[g]),E[g]=t}for(C>>>=y;C>0;){var _=d[a].s;t>E[_]?C-=1<<t-E[_]++-1:++a}for(;a>=0&&C;--a){var k=d[a].s;E[k]==t&&(--E[k],++C)}A=t}return[new Ei(E),A]},tp=function(s,t,n){return s.s==-1?Math.max(tp(s.l,t,n+1),tp(s.r,t,n+1)):t[s.s]=n},X0=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},sp=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)},J0=function(s,t,n,a,l,d,p,c,h,v,S){ln(t,S++,n),++l[256];for(var f=tf(l,15),x=f[0],E=f[1],A=tf(d,15),C=A[0],y=A[1],b=X0(x),g=b[0],_=b[1],k=X0(C),R=k[0],D=k[1],j=new ei(19),T=0;g.length>T;++T)j[31&g[T]]++;for(T=0;R.length>T;++T)j[31&R[T]]++;for(var M=tf(j,7),H=M[0],U=M[1],W=19;W>4&&!H[Y0[W-1]];--W);var q,X,J,F,G=v+5<<3,ee=Ao(l,Tr)+Ao(d,ru)+p,O=Ao(l,x)+Ao(d,C)+p+14+3*W+Ao(j,H)+(2*j[16]+3*j[17]+7*j[18]);if(ee>=G&&O>=G)return sp(t,S,s.subarray(h,h+v));if(ln(t,S,1+(ee>O)),S+=2,ee>O){q=Fo(x,E),X=x,J=Fo(C,y),F=C;var P=Fo(H,U);for(ln(t,S,_-257),ln(t,S+5,D-1),ln(t,S+10,W-4),S+=14,T=0;W>T;++T)ln(t,S+3*T,H[Y0[T]]);S+=3*W;for(var L=[g,R],B=0;2>B;++B){var V=L[B];for(T=0;V.length>T;++T)ln(t,S,P[te=31&V[T]]),S+=H[te],te>15&&(ln(t,S,V[T]>>>5&127),S+=V[T]>>>12)}}else q=C5,X=Tr,J=E5,F=ru;for(T=0;c>T;++T)if(a[T]>255){var te;To(t,S,q[257+(te=a[T]>>>18&31)]),S+=X[te+257],te>7&&(ln(t,S,a[T]>>>23&31),S+=Op[te]);var ue=31&a[T];To(t,S,J[ue]),S+=F[ue],ue>3&&(To(t,S,a[T]>>>5&8191),S+=Bp[ue])}else To(t,S,q[a[T]]),S+=X[a[T]];return To(t,S,q[256]),S+X[256]},k5=new Ma([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),T5=(function(){for(var s=new Ma(256),t=0;256>t;++t){for(var n=t,a=9;--a;)n=(1&n&&3988292384)^n>>>1;s[t]=n}return s})(),sf=function(s,t,n){for(;n;++t)s[t]=n,n>>>=8};function A5(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=T5[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,g=new Ei(A+b+5*(1+Math.floor(b/7e3))+C),_=g.subarray(A,g.length-C),k=0;if(!x||8>b)for(var R=0;b>=R;R+=65535){var D=R+65535;b>D?k=sp(_,k,f.subarray(R,D)):(_[R]=!0,k=sp(_,k,f.subarray(R,b)))}else{for(var j=k5[x-1],T=j>>>13,M=8191&j,H=(1<<E)-1,U=new ei(32768),W=new ei(H+1),q=Math.ceil(E/3),X=2*q,J=function(Ct){return(f[Ct]^f[Ct+1]<<q^f[Ct+2]<<X)&H},F=new Ma(25e3),G=new ei(288),ee=new ei(32),O=0,P=0,L=(R=0,0),B=0,V=0;b>R;++R){var te=J(R),ue=32767&R,fe=W[te];if(U[ue]=fe,W[te]=ue,R>=B){var K=b-R;if((O>7e3||L>24576)&&K>423){k=J0(f,_,0,F,G,ee,P,L,V,R-V,k),L=O=P=0,V=R;for(var z=0;286>z;++z)G[z]=0;for(z=0;30>z;++z)ee[z]=0}var ce=2,ae=0,ye=M,Ce=ue-fe&32767;if(K>2&&te==J(R-Ce))for(var $e=Math.min(T,K)-1,Pe=Math.min(32767,R),qe=Math.min(258,K);Pe>=Ce&&--ye&&ue!=fe;){if(f[R+ce]==f[R+ce-Ce]){for(var Ue=0;qe>Ue&&f[R+Ue]==f[R+Ue-Ce];++Ue);if(Ue>ce){if(ce=Ue,ae=Ce,Ue>$e)break;var je=Math.min(Ce,Ue-2),Ke=0;for(z=0;je>z;++z){var vt=R-Ce+z+32768&32767,$t=vt-U[vt]+32768&32767;$t>Ke&&(Ke=$t,fe=vt)}}}Ce+=(ue=fe)-(fe=U[ue])+32768&32767}if(ae){F[L++]=268435456|ep[ce]<<18|K0[ae];var kt=31&ep[ce],ns=31&K0[ae];P+=Op[kt]+Bp[ns],++G[257+kt],++ee[ns],B=R+ce,++O}else F[L++]=f[R],++G[f[R]]}}k=J0(f,_,!0,F,G,ee,P,L,V,R-V,k)}return wb(g,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&&sf(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),sf(v,S-8,n.d()),sf(v,S-4,a),v}var R5=!!xf||!!Sp,xb="text/plain",Oc=!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:"")},gu=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 zt(S,(function(C,y){ke(C)||ke(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},nf=s=>{if(s.Vr)return s.Vr;var t=s.data,n=s.compression;if(t){if(n===Ps.GZipJS){var a=A5((function(c,h){var v=c.length;if(typeof TextEncoder<"u")return new TextEncoder().encode(c);for(var S=new Ei(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 Ei(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)})(ma(t)),{mtime:0});return{contentType:xb,body:a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength),estimatedSize:a.byteLength}}if(n===Ps.Base64){var l=(function(c){return c&&btoa(encodeURIComponent(c).replace(/%([0-9A-F]{2})/g,((h,v)=>String.fromCharCode(parseInt(v,16)))))})(ma(t)),d=(c=>"data="+encodeURIComponent(typeof c=="string"?c:ma(c)))(l);return{contentType:"application/x-www-form-urlencoded",body:d,estimatedSize:new Blob([d]).size}}var p=ma(t);return{contentType:"application/json",body:p,estimatedSize:new Blob([p]).size}}},Eb=s=>{var t,n,a=()=>s.transport==="sendBeacon"?{url:gu(s.url,{compression:Ps.Base64}),encodedBody:nf(we({},s,{compression:Ps.Base64,Vr:void 0}))}:{url:Cb(s.url,"compression"),encodedBody:nf(we({},s,{compression:void 0,Vr:void 0}))};try{t=nf(s)}catch(l){if(_0(s.compression,Aa(s.url,"compression")))return Te.error("Failed to gzip request body, sending uncompressed payload",l),a();throw l}return t&&_0(s.compression,Aa(s.url,"compression"))&&!((n=t.body)instanceof ArrayBuffer?Cf(new Uint8Array(n)):ArrayBuffer.isView(n)&&Cf(new Uint8Array(n.buffer,n.byteOffset,n.byteLength)))?(Oc=!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}))}},M5=(function(){var s=Kt((function*(t){var n=ma(t.data),a=yield(function(d,p,c){return Ef.apply(this,arguments)})(n,At.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)}})(),D5=/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;zt(s.headers,(function(A,C){h.append(C,A)})),d&&h.append("Content-Type",d);var v=null,S=!1;if(d0){var f=new d0;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"&&D5.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;Sp(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)}}},ip=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(Us.sendBeacon(a,h))return;var v=Je(s.data)?s.data:(t=s.data)==null?void 0:t.batch;if(Je(v)&&v.length>1&&(c??0)>16384){var S=Math.ceil(v.length/2),f=x=>Je(s.data)?x:we({},s.data,{batch:x});return ip(we({},s,{data:f(v.slice(0,S))})),void ip(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)}},Z0=(s,t,n,a)=>{var l=a==="query"?t==="POST"?"sent_at":"_":void 0;return gu(n===Ps.GZipJS?Cb(s,"compression"):s,we({},l?{[l]:Date.now().toString()}:{},n===Ps.GZipJS?{}:{compression:n}))},Bc=[];Sp&&Bc.push({transport:"fetch",method:Tb}),xf&&Bc.push({transport:"XHR",method(s){var t=kb(s);if(t){var n=new xf,a=t.encodedBody;n.open(s.method||"GET",t.url,!0);var l=a??{},d=l.contentType,p=l.body;zt(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)}}}),Us!=null&&Us.sendBeacon&&Bc.push({transport:"sendBeacon",method:ip});var np=3e3;class j5{constructor(t,n){this.Zr=!0,this.Gr=[],this.Qr=Fi((n==null?void 0:n.flush_interval_ms)||np,250,5e3,Te.createLogger("flush interval"),np),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&&Je(d.data)&&zt(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 zt(this.Gr,(n=>{var a,l=n,d=(l?l.batchKey:null)||l.url;ke(t[d])&&(t[d]=we({},l,{data:[]})),(a=t[d].data)==null||a.push(l.data)})),this.Gr=[],t}}var N5=["retriesPerformedSoFar"];class L5{constructor(t){this.ri=!1,this.ii=3e3,this.Gr=[],this._instance=t,this.Gr=[],this.ni=!0,!ke(le)&&"onLine"in le.navigator&&(this.ni=le.navigator.onLine,this.si=()=>{this.ni=!0,this.oi()},this.ai=()=>{this.ni=!1},ss(le,"online",this.si),ss(le,"offline",this.ai))}get length(){return this.Gr.length}retriableRequest(t){var n=t.retriesPerformedSoFar,a=i1(t,N5);un(n)&&(a.url=gu(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,ke(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 O5{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(){ss(le,"scroll",this.hi,{capture:!0}),ss(le,"scrollend",this.hi,{capture:!0}),ss(le,"resize",this.hi)}scrollElement(){if(!this.ci)return le==null?void 0:le.document.documentElement;var t=Je(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 B5=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 Q0{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({[Gf]:c})}},this._instance=t,this.yi=n,this.mi=a,this.gi=l||B5,this.yi.onSessionId(this.fi)}pi(){return this.mi.props[Gf]}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 zt(Dp(this.getSetOnceProps()),((n,a)=>{a==="$current_url"&&(a="url"),t["$session_entry_"+kf(a)]=n})),t}}class Hp{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=Jt("[SessionId]");class ey{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 Hp,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*Fi(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=js.F(this.Oi),c=js.F(this.Fi);p&&!c?this.Ii=p:js.D(this.Oi),js.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 ke(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&&js.N()}Di(t){t!==this.Ii&&(this.Ii=t,this.Ai()&&js.A(this.Oi,t))}Ni(){return this.Ii?this.Ii:this.Ai()?js.F(this.Oi):null}qi(t){var n=this.xi;return!Fs(n)&&!Fs(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({[ga]:[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(ga):(this.mi.flush(),this.mi.load())}Hi(){var t;if(!Fs(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({[ga]:[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[ga];return Je(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(Qc,this.Si,{capture:!1}),this.Si=void 0),this.ki=[]}Li(){this.Si=()=>{this.Hi(),this.Ai()&&js.D(this.Fi)},ss(le,Qc,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 g={noSessionId:x,activityTimeout:A,sessionPastMaximumLength:v,crossTabAdoption:f};return S&&this.ki.forEach((_=>_(d,h,g))),{sessionId:d,windowId:h,sessionStartTimestamp:b,changeReason:S?g: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&&b0(n,t))return!0;try{var a=s==null?void 0:s.userAgentData;if(a!=null&&a.brands&&a.brands.some((l=>b0(l==null?void 0:l.brand,t))))return!0}catch{}return!!s.webdriver};function Rb(){return(Rb=Kt((function*(){var s=Us==null?void 0:Us.userAgentData;if(s!=null&&s.getHighEntropyValues)try{var t=yield s.getHighEntropyValues(["model"]),n=t==null?void 0:t.model;return It(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 au=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 rf(s,t,n){return ma({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=>au(n,a))))),not_regex:(s,t)=>t.every((n=>s.every((a=>!au(n,a))))),icontains:(s,t)=>t.map(Cc).some((n=>s.map(Cc).some((a=>n.includes(a))))),not_icontains:(s,t)=>t.map(Cc).every((n=>s.map(Cc).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)))}))},Cc=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(ke(l)||Fs(l))return!1;var d=[String(l)],p=Mb[a.operator];return!!p&&p(a.values,d)}))}var rp="custom",ty="i.posthog.com",H5=/^\/static\//;class I5{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("."+ty,".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":rp),this.Zi[this.apiHost]}Gi(t){if(H5.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===rp)return this.apiHost+n;var l=ty+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 jt=Jt("[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){jt.error("Failed to persist survey seen state",n)}},z5=[Qd.Popover,Qd.Widget,Qd.API],$5={ignoreConditions:!1,ignoreDelay:!1,displayType:Qf.Popover},P5=Jt("[PostHog ExternalIntegrations]"),U5={intercom:"intercom-integration",crispChat:"crisp-chat-integration"};class F5{constructor(t){this._instance=t}tr(t,n){var a;(a=Ie.__PosthogExtensions__)==null||a.loadExternalDependency==null||a.loadExternalDependency(this._instance,t,(l=>{if(l)return P5.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=Ie.__PosthogExtensions__)!=null&&(d=d.integrations)!=null&&d[h]||t.tr(U5[h],(()=>{var S;(S=Ie.__PosthogExtensions__)==null||(S=S.integrations)==null||(S=S[h])==null||S.start(t._instance)})),!v&&(p=Ie.__PosthogExtensions__)!=null&&(p=p.integrations)!=null&&p[h]&&((c=Ie.__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 q5{constructor(t,n){this.it=t,this.Qi=n,this.Ji=new Map,this.Ki=!1}add(t){var n=this;return Kt((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&&ci(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 W5{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 sy="extensionsRemoteConfig";class G5{constructor(t){this.Ki=!1,this.instance=t,this.it=Te.createLogger("[BrowserExtensions]"),this.Xi=t.tn,this.kv=new W5(t),this.onEvent=n=>xc(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 xc((()=>{}));var a=d=>{try{n(d)}catch(p){this.it.error("Browser extension remote config listener failed",p)}},l=this.instance.en.on(sy,a);return this.Xi&&a(this.Xi),xc(l)},this.rn=new q5(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 Kt((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 xc(this.instance.nn(t))}handleRemoteConfig(t){this.Ki||(this.Xi=t,this.instance.en.emit(sy,t))}sendRequest(t,n){var a=this;return Kt((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?gu(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={},af=0,ou=()=>{},iy='Consent opt in/out is not valid with cookieless_mode="always" and will be ignored',Mo="Surveys module not available",ny="sanitize_properties is deprecated. Use before_send instead",Ob="Invalid value for property_denylist config: ",V5=["token","distinct_id",U1],va="posthog",Bb=!R5&&(Qs==null?void 0:Qs.indexOf("MSIE"))===-1&&(Qs==null?void 0:Qs.indexOf("Mozilla"))===-1,of=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:Y4(Ae==null?void 0:Ae.location),persistence:"localStorage+cookie",persistence_name:"",cookie_persisted_properties:[],loaded:ou,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&&It(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:Xf,before_send:void 0,get_current_url:void 0,request_queue_config:{flush_interval_ms:np},error_tracking:{},_onCapture:ou},(n=>({rageclick:n&&n>="2026-05-30"?{content_ignorelist:a5,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))},Y5=[["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"]],ry=s=>{var t={};for(var n of Y5){var a=n[0],l=n[1];ke(s[a])||(t[l]=s[a])}var d=Ft({},t,s),p=s.__preview_external_dependency_versioned_paths;return ke(p)||(ke(s.strict_script_versioning)&&(d.strict_script_versioning=!!p),It(p)&&ke(s.asset_host)&&(d.asset_host=p)),Je(s.property_blacklist)&&(ke(s.property_denylist)?d.property_denylist=s.property_blacklist:Je(s.property_denylist)?d.property_denylist=[...s.property_blacklist,...s.property_denylist]:Te.error(Ob+s.property_denylist)),d};class K5{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 xi{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 K5,this.un=!1,this.version=At.LIB_VERSION,this.en=new Hp,this.Ji=[],this.hn=[],this._calculate_event_properties=this.calculateEventProperties.bind(this),this.config=of(),this.SentryIntegration=p5,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 O5(this),this.pageViewManager=new q0(this),this.rateLimiter=new x5(this),this.requestRouter=new I5(this),this.consent=new t5(this),this.externalIntegrations=new F5(this);var n=(t=xi.__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=It(a)?{[a]:l}:a;this.setPersonProperties(p),d==null||d({})},set_once:(a,l,d)=>{var p=It(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!==va){var l,d=(l=qo[a])!==null&&l!==void 0?l:new xi;return d._init(t,n,a),qo[a]=d,qo[va][a]=d,d}return this._init(t,n,a)}_init(t,n,a){var l,d;n===void 0&&(n={});var p=It(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=of(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=of(n.defaults),h=ry(n),v=Ft({},c,h,{name:a,token:p});Yt(c.rageclick)&&Yt(h.rageclick)&&(v.rageclick=Ft({},c.rageclick,h.rageclick)),Yt(c.session_recording)&&Yt(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:Ps.GZipJS;var S=this.yn();this.persistence=new Zd(this.config,S),this.sessionPersistence=this.config.persistence==="sessionStorage"||this.config.persistence==="memory"?this.persistence:new Zd(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 j5((k=>this._n(k)),this.config.request_queue_config),this.wn=new L5(this),this.__request_queue=[];var E=this.ln();if(E||(this.sessionManager=new ey(this),this.sessionPropsManager=new Q0(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)),At.DEBUG=At.DEBUG||this.config.debug,At.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(wi);if(n.bootstrap.isIdentifiedID&&C!=null&&C!==A&&y===ca)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()),g=n.bootstrap.isIdentifiedID?b:A;this.persistence.set_property(wi,n.bootstrap.isIdentifiedID?fr:ca),this.register({distinct_id:A,$device_id:g})}}if(E)this.register_once({distinct_id:_c,$device_id:null},"");else if(!this.get_distinct_id()){var _=this.config.get_device_id(fn());this.register_once({distinct_id:_,$device_id:_},""),this.persistence.set_property(wi,ca)}return ss(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 H=W=>{var q=()=>W.anonymousId()||fn();j.config.get_device_id=q,W.id()&&(j.register({distinct_id:W.id(),$device_id:q()}),j.persistence.set_property(wi,fr)),T()},U=M.user();"then"in U&&ci(U.then)?U.then(H):H(U)})(k,(()=>{D.register((j=>{typeof Promise<"u"&&Promise.resolve||Xd.warn("This browser does not have Promise support, and can not use the segment integration");var T=(M,H)=>{if(!H)return M;M.event.userId||M.event.anonymousId===j.get_distinct_id()||(Xd.info("No userId set, resetting PostHog"),j.reset()),M.event.userId&&M.event.userId!==j.get_distinct_id()&&(Xd.info("UserId set, identifying with PostHog"),j.identify(M.event.userId));var U=j.calculateEventProperties(H,M.event.properties);return M.event.properties=Object.assign({},U,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,pa),identify:M=>T(M,Vd),screen:M=>T(M,"$screen")}})(k)).then((()=>{R()}))}))})(this,(()=>this.kn())):this.kn(),ci(this.config._onCapture)&&this.config._onCapture!==ou&&(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({[Wd]:k})})).catch(ou),this}xn(t){var n,a,l,d,p,c,h,v,S=performance.now(),f=we({},xi.__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,f5)),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,Ps.GZipJS)?Ps.GZipJS:Ye(l.supportedCompression,Ps.Base64)?Ps.Base64:void 0),(a=l.analytics)!=null&&a.endpoint&&(this.analyticsDefaultEndpoint=l.analytics.endpoint)}this.set_config({person_profiles:this.vn?this.vn:Xf}),(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 mb(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()&&yc(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(Gd),(a=this.logs)==null||a.flushLogs("sendBeacon"),(l=this.bn)==null||l.unload(),(d=this.wn)==null||d.unload()):this.Rn()&&this.capture(Gd,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,(ke(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"&&ke(p.compression)&&p.data&&(p.compression=Ps.Base64),p.method==="POST"&&p.data&&(p.timestampMode==="capture-body"?p.data={api_key:(h=(f=(S=Je(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()),Je(C)?C.map((b=>we({},b,{sent_at:y}))):we({},C,{sent_at:y})})(p.data))),p.url=Z0(p.url,p.method,p.compression,p.timestampMode);var E=Bc.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===Ps.GZipJS&&X3&&typeof Promise<"u"&&!Oc?M5(p).then((C=>{A(C)})).catch((C=>{if(y0(C))return Oc=!0,void A(we({},p,{compression:void 0,url:Z0(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 y0(y)||b===n1})(C)&&(Oc=!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){af++;try{var n,a=[],l=[],d=[];yc(t,(c=>{if(c)if(Je(n=c[0]))d.push(c);else if(ci(c))try{c.call(this)}catch(h){Te.error("Error executing queued PostHog call",c,h)}else Je(c)&&n==="alias"?a.push(c):Je(c)&&n.indexOf("capture")!==-1&&ci(this[n])?d.push(c):l.push(c)}));var p=function(c,h){yc(c,(function(v){try{if(Je(v[0])){var S=h;zt(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{af--}}push(t){if(af>0&&Je(t)&&It(t[0])){var n=xi.prototype[t[0]];ci(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(!ke(t)&&It(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(P){Te.error("Failed to produce browser extension event properties",P)}n=we({},E,n??{})}var C;(l=n)!=null&&l.$current_url&&!It((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,g=C0(a==null?void 0:a.uuid,fn),_={uuid:g,event:t,properties:this.calculateEventProperties(t,n||{},b,g)};t===pa&&this.config.__preview_capture_bot_pageviews&&f&&(_.event="$bot_pageview",_.properties.$browser_type="bot"),x&&(_.properties.$lib_rate_limit_remaining_tokens=x.remainingTokens);var k=t==="$feature_flag_called"&&_.properties.$feature_flag_has_experiment===!1&&this.get_property(Yc)===!0;a!=null&&a.$set&&!k&&(_.$set=a==null?void 0:a.$set);var R=a==null?void 0:a.$unset;R&&(_.$unset=R);var D,j,T,M=k?void 0:this.On(a==null?void 0:a.$set_once,t!==R0,t===Vd);if(M&&(_.$set_once=M),a!=null&&a._noTruncate||(c=this.config.properties_string_max_length,h=_,v=P=>It(P)?P.slice(0,c):P,S=new Set,_=(function P(L,B){if(L!==Object(L))return v?v(L):L;if(!S.has(L)){var V;if(S.add(L),Je(L))V=[],yc(L,(ue=>{V.push(P(ue))}));else{var te={};zt(L,((ue,fe)=>{S.has(ue)||(te[fe]=P(ue))})),V=te}return V}})(h)),_.timestamp=b,ke(a==null?void 0:a.timestamp)||(_.properties.$event_time_override_provided=!0,_.properties.$event_time_override_system_time=y),k&&(_.properties=(function(P,L){L===void 0&&(L=[]);var B={},V=te=>{P[te]!==void 0&&(B[te]=P[te])};return J3.forEach(V),L.forEach(V),B})(_.properties,V5)),t===gn.DISMISSED||t===gn.SENT){var H,U,W=(H=n)==null?void 0:H[ef.SURVEY_ID],q=(U=n)==null?void 0:U[ef.SURVEY_ITERATION];Lb({id:W,current_iteration:q}),_.$set=we({},_.$set,{[(D={id:W,current_iteration:q},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&&(_.$set=we({},_.$set,{[ef.SURVEY_LAST_SEEN_DATE]:new Date().toISOString()}));if(t===w5.SHOWN){var X,J=(X=n)==null?void 0:X[G0.TOUR_TYPE];J&&(_.$set=we({},_.$set,{[G0.TOUR_LAST_SEEN_DATE+"/"+J]:new Date().toISOString()}))}var F=we({},_.properties.$set,_.$set);if(Wn(F)||this.setPersonPropertiesForFlags(F),!et(this.config.before_send)){var G=this.Rt(_);if(!G)return;(_=G).uuid=C0(_.uuid,fn)}this.en.emit("eventCaptured",_);var ee=(p=a==null?void 0:a._url)!==null&&p!==void 0?p:this.requestRouter.endpointFor("api",this.analyticsDefaultEndpoint),O={method:"POST",url:ee,data:_,compression:"best-available",timestampMode:(a==null?void 0:a._batchKey)==="recordings"||/\/s\/(?:\?|$)/.test(ee)?"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),_}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 G5(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,(!It(c.distinct_id)&&!Ns(c.distinct_id)||Tf(c.distinct_id))&&Te.error("Invalid distinct_id for replay event. This indicates a bug in your implementation"),c}var v,S=(function(_,k,R,D){var j,T,M,H;if(D===void 0&&(D=!1),!Qs)return{};var U,W=_?[...Ra,...k||[]]:[],q=(function($e){for(var Pe=0;w0.length>Pe;Pe++){var qe=w0[Pe],Ue=qe[1],je=qe[0].exec($e),Ke=je&&(ci(Ue)?Ue(je,$e):Ue);if(Ke)return Ke}return["",""]})(Qs),X=q[0],J=q[1],F=(U=typeof navigator<"u"?navigator:void 0)!=null&&U.brave?{brave:!0}:{},G={};ke(R)||(G.detectGoogleSearchApp=R);var ee={},O=(j=navigator)==null||(j=j.userAgentData)==null?void 0:j.platform,P=(T=navigator)==null?void 0:T.maxTouchPoints,L=le==null||(M=le.screen)==null?void 0:M.width,B=le==null||(H=le.screen)==null?void 0:H.height,V=le==null?void 0:le.devicePixelRatio;ke(O)||(ee.userAgentDataPlatform=O),ke(P)||(ee.maxTouchPoints=P),ke(L)||(ee.screenWidth=L),ke(B)||(ee.screenHeight=B),ke(V)||(ee.devicePixelRatio=V);var te,ue,fe,K,z,ce,ae,ye,Ce=Ft(Dp({$os:X,$os_version:J,$browser:A1(Qs,navigator.vendor,F,G),$device:x0(Qs),$device_type:(ue=Qs,fe=ee,ye=x0(ue),ye===u1||ye===c1||ye==="Kobo"||ye==="Kindle Fire"||ye===x1?Ea:ye===Yo||ye===wa||ye===Ko||ye===Rf?"Console":ye===d1?"Wearable":ye?hi:(fe==null?void 0:fe.userAgentDataPlatform)==="Android"&&((K=fe==null?void 0:fe.maxTouchPoints)!==null&&K!==void 0?K:0)>0?600>Math.min((z=fe==null?void 0:fe.screenWidth)!==null&&z!==void 0?z:0,(ce=fe==null?void 0:fe.screenHeight)!==null&&ce!==void 0?ce:0)/((ae=fe==null?void 0:fe.devicePixelRatio)!==null&&ae!==void 0?ae:1)?hi:Ea:"Desktop"),$timezone:gb(),$timezone_offset:y5()}),{$current_url:Qo(D?Kn(ps==null?void 0:ps.href):ps==null?void 0:ps.href,W,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:g4(Qs,navigator.vendor,F,G),$browser_language:W0(),$browser_language_prefix:(te=W0(),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:At.LIB_NAME,$lib_version:At.LIB_VERSION,$insert_id:Math.random().toString(36).substring(2,10)+Math.random().toString(36).substring(2,10),$time:Date.now()/1e3});return At.SDK_DIST_CHANNEL&&(Ce.$sdk_dist_channel=At.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(_){c.$sdk_debug_error_capturing_properties=String(_)}if(this.requestRouter.region===rp&&(c.$lib_custom_api_host=this.config.api_host),v=t!==pa||d?t!==Gd||d?this.pageViewManager.doEvent():this.pageViewManager.doPageLeave(a):this.pageViewManager.doPageView(a,l),c=Ft(c,v),t===pa&&Ae&&(c.title=Ae.title),!ke(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();zt(["$referrer","$referring_domain"],(_=>{_ in C&&delete y[_]})),(c=Ft({},S,C,y,c)).$is_identified=this._isIdentified(),Je(this.config.property_denylist)?zt(this.config.property_denylist,(function(_){delete c[_]})):Te.error(Ob+this.config.property_denylist+" or property_blacklist config: "+this.config.property_blacklist);var b=this.config.sanitize_properties;b&&(Te.error(ny),c=b(c,t));var g=this.An();return c.$process_person_profile=g,g&&!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(ny),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=$5),(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||Tf(t)?(Te.critical("Unique user id has not been set in posthog.identify"),!1):t===_c?(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(Ns(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(wi)||ca)===ca,c=t!==l,h=!c&&p;if(c&&p)this.persistence.set_property(wi,fr),this.setPersonPropertiesForFlags({$set:n||{},$set_once:a||{}},!1),this.capture(Vd,{distinct_id:t,$anon_distinct_id:l},{$set:n||{},$set_once:a||{}}),this.fn=rf(t,n,a),(d=this.featureFlags)==null||d.setAnonymousDistinctId(l);else if(h){this.persistence.set_property(wi,fr);var v=n||{},S=a||{};this.setPersonPropertiesForFlags({$set:v,$set_once:S},!1),this.capture("$set",{$set:v,$set_once:S}),this.fn=rf(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=rf(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=(Je(t)?t:[t]).filter((l=>It(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(R0,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(Wd),C=this.get_property(Er);if(this.consent.reset(),(n=this.persistence)==null||n.clear(),(a=this.sessionPersistence)==null||a.clear(),ke(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(wi,ca),(f=this.sessionManager)==null||f.resetSessionId(),this.fn=null,this.config.cookieless_mode===pn)this.register_once({distinct_id:_c,$device_id:null},"");else{var y=this.config.get_device_id(fn());this.register_once({distinct_id:y,$device_id:t?y:E},""),t||ke(A)||this.register({[Wd]: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 Kt((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")?(ke(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(Yt(t)){var a,l,d,p,c,h,v,S,f,x,E;Ft(this.config,ry(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 Zd(we({},this.config,{persistence:"sessionStorage"}),A,!1);var C=this.pn(this.config.debug);Ni(C)&&(this.config.debug=C),Ni(this.config.debug)&&(this.config.debug?(At.DEBUG=!0,Ut.N()&&Ut.A("ph_debug",!0),Te.info("set_config",{config:t,oldConfig:n,newConfig:we({},this.config)})):(At.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){At.LIB_NAME=t,At.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:xi.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:va;return n!==va&&(n=va+"."+n),n}_isIdentified(){var t,n;return((t=this.persistence)==null?void 0:t.get_property(wi))===fr||((n=this.sessionPersistence)==null?void 0:n.get_property(wi))===fr}An(){var t,n;return!(this.config.person_profiles==="never"||this.config.person_profiles===Xf&&!this._isIdentified()&&Wn(this.getGroups())&&((t=this.persistence)==null||(t=t.props)==null||!t[Lo])&&((n=this.persistence)==null||(n=n.props)==null||!n[Jc]))}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(Jc,!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 ey(this),this.pageViewManager=new q0(this),this.persistence&&(this.sessionPropsManager=new Q0(this,this.sessionManager,this.persistence));var h,v=(d=(p=this.config.__extensionClasses)==null?void 0:p.sessionRecording)!==null&&d!==void 0?d:(c=xi.__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()),(ke(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(iy)}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:_c,$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(iy)}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 Us?Ab(Us,this.config.custom_blocked_useragents):void 0}Tn(){Ae&&(Ae.visibilityState==="visible"?this.dn||(this.dn=!0,this.capture(pa,{title:Ae.title},{send_instantly:!0}),this.cn&&(Ae.removeEventListener(Zc,this.cn),this.cn=null)):this.cn||(this.cn=this.Tn.bind(this),ss(Ae,Zc,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(n4),l=Je(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 i4(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=Ni(t)&&!t,a=Ut.N()&&Ut.q("ph_debug")==="true";return!n&&(!!a||t)}}xi.__defaultExtensionClasses={},xi.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]]=G4(s.prototype[t[n]])})(xi,["identify"]);class ay{constructor(t){this.disabled=t===!1;var n=Yt(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 lf="$copy_autocapture",cf=Jt("[AutoCapture]");function uf(s,t){return t.length>s?t.slice(0,s)+"...":t}function X5(s){if(s.previousElementSibling)return s.previousElementSibling;var t=s;do t=t.previousSibling;while(t&&!Xn(t));return t}function J5(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&&!ui(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={},g=!1,_=!1;if(zt(S,(T=>{var M=Zf(T);if(ui(T,"a")){var H=T.getAttribute("href");g=!!(M&&H&&Uo(H))&&(v?Kn(H):H)}Ye(tu(T),"ph-no-capture")&&(_=!0),y.push((function(W,q,X,J,F){F===void 0&&(F=!1);var G=W.tagName.toLowerCase(),ee={tag_name:G};Np.indexOf(G)>-1&&!X&&(ee.$el_text=G.toLowerCase()==="a"||G.toLowerCase()==="button"?uf(1024,P0(W)):uf(1024,Zo(W)));var O=tu(W);O.length>0&&(ee.classes=O.filter((function(V){return V!==""}))),zt(W.attributes,(function(V){var te;if((!nb(W)||["name","id","class","aria-label"].indexOf(V.name)!==-1)&&(J==null||!J.includes(V.name))&&!q&&Uo(V.value)&&(!It(te=V.name)||te.substring(0,10)!=="_ngcontent"&&te.substring(0,7)!=="_nghost")){var ue=V.value;V.name==="class"&&(ue=jp(ue).join(" ")),ee["attr__"+V.name]=uf(1024,V.name==="href"&&F?Kn(ue):ue)}}));for(var P=1,L=1,B=W;B=X5(B);)P++,B.tagName===W.tagName&&L++;return ee.nth_child=P,ee.nth_of_type=L,ee})(T,d,p,c,v));var U=(function(W){if(!Zf(W))return{};var q={};return zt(W.attributes,(function(X){if(X.name&&X.name.indexOf("data-ph-capture-attribute")===0){var J=X.name.replace("data-ph-capture-attribute-",""),F=X.value;J&&F&&Uo(F)&&(q[J]=F)}})),q})(T);Ft(b,U)})),_)return{props:{},explicitNoCapture:_};if(p||(y[0].$el_text=ui(s,"a")||ui(s,"button")?P0(s):Zo(s)),g){var k,R;y[0].attr__href=g;var D=(k=su(g))==null?void 0:k.host,j=le==null||(R=le.location)==null?void 0:R.host;D&&j&&D!==j&&(A=g)}return{props:Ft({$event_type:l.type,$ce_version:1},h?{}:{$elements:y},{$elements_chain:(C=y,(function(T){return T.map((M=>{var H,U,W="";if(M.tag_name&&(W+=M.tag_name),M.attr_class)for(var q of(M.attr_class.sort(),M.attr_class))W+="."+q.replace(/"/g,"");var X=we({},M.text?{text:M.text}:{},{"nth-child":(H=M.nth_child)!==null&&H!==void 0?H:0,"nth-of-type":(U=M.nth_of_type)!==null&&U!==void 0?U:0},M.href?{href:M.href}:{},M.attr_id?{attr_id:M.attr_id}:{},M.attributes),J={};return Lc(X).sort(((F,G)=>F[0].localeCompare(G[0]))).forEach((F=>{var G=F[1];return J[U0(F[0].toString())]=U0(G.toString())})),(W+=":")+Lc(J).map((F=>F[0]+'="'+F[1]+'"')).join("")})).join(";")})((function(T){return T.map((M=>{var H,U,W={text:(H=M.$el_text)==null?void 0:H.slice(0,400),tag_name:M.tag_name,href:(U=M.attr__href)==null?void 0:U.slice(0,2048),attr_class:h5(M),attr_id:M.attr__id,nth_child:M.nth_child,nth_of_type:M.nth_of_type,attributes:{}};return Lc(M).filter((q=>q[0].indexOf("attr__")===0)).forEach((q=>W.attributes[q[0]]=q[1])),W}))})(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=Jt("[ExceptionAutocapture]"),oy=()=>{},Z5=Jt("[TracingHeaders]"),mr=Jt("[Web Vitals]"),ly=9e5,cy="disabled",uy="lazy_loading",jo="awaiting_config",Ec="missing_config";Jt("[SessionRecording]"),Jt("[SessionRecording]");var ap="[SessionRecording]",cn=Jt(ap),Q5=Jt("[Heatmaps]");function hf(s){return Yt(s)&&"clientX"in s&&"clientY"in s&&Ns(s.clientX)&&Ns(s.clientY)}var df=Jt("[Product Tours]"),ff=s=>{var t;return!s.config.disable_product_tours&&!((t=s.persistence)==null||!t.get_property(Ap))},eT=["$set_once","$set"],$i=Jt("[SiteApps]"),hy="Error while initializing PostHog app with config id ";function da(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 tT{constructor(t){this.Hn=new Hp,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;ke((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(!ke((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"||!da(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=>da(c.href,n.href,n.href_matching||"exact")));var d,p=(t==null||(a=t.properties)==null?void 0:a.$elements_chain)||"";return!!p&&da((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=>da(v.text,n.text,n.text_matching||"exact")||da(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=>da(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=Je(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 sT{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;ke((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 tT(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 iT extends sT{constructor(t){super(t)}Ts(){return Ff}Es(){return Nc}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 jt}Ss(t){var n;(n=this._instance)==null||(n=n.persistence)==null||n.register({[Ff]:t})}Rs(t){var n;(n=this._instance)==null||(n=n.persistence)==null||n.register({[Nc]:t})}Ps(){var t;(t=this._instance)==null||(t=t.persistence)==null||t.unregister(Nc)}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 kc="SDK is not enabled or survey functionality is not yet loaded",dy="Disabled. Not loading surveys.",nT=le!=null&&le.location?iu(le.location.hash,"__posthog")||iu(location.hash,"state"):null,fy="_postHogToolbarParams",py=Jt("[Toolbar]"),Ss=Jt("[FeatureFlags]"),_r=Jt("[FeatureFlags]",{debugEnabled:!0}),pf=`" failed. Feature flags didn't load in time.`,vy=s=>{for(var t={},n=0;s.length>n;n++)t[s[n]]=!0;return t},gy=s=>{var t={};for(var n of Lc(s||{})){var a=n[1];a&&(t[n[0]]=a)}return t},Pi=Jt("[Error tracking]"),my="Refusing to render web experiment since the viewer is a likely bot",rT={icontains:(s,t)=>t.toLowerCase().indexOf(s.toLowerCase())>-1,not_icontains:(s,t)=>t.toLowerCase().indexOf(s.toLowerCase())===-1,regex:(s,t)=>au(t,s),not_regex:(s,t)=>!au(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);It(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=Aa(t==null?void 0:t.search,"__experiment_id"),a=Aa(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||rT[(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 Us&&this._instance?Ab(Us,this.Te.custom_blocked_useragents):void 0}}var Si=Jt("[Conversations]"),yr="Conversations not available yet.",_y="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&&ss(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(!ke(s)){if(Je(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(jc))!==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:v0(x),variant:g0(x),reason:void 0,metadata:ke(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($f),t=this.Xs(hn),n=this.Xs(fa);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=ke(v)?(p=h==null?void 0:h.enabled)!==null&&p!==void 0&&p:!!v,f=ke(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:v0(a),variant:g0(a),payload:p0(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(jc),t=this.Xs(fa);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:At.LIB_NAME,$lib_version:At.LIB_VERSION}),group_properties:this.Xs(Sr),timezone:gb()};Fs(a)||ke(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();ke(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:Ps.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({[Wf]: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+pf)}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(Pf)||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(qf);f&&f!==x&&(v={},(S=this.mi)==null||S.register({[Po]:v,[qf]:f}))}if((t.send_event||!("send_event"in t))&&(!(s in v)||!v[s].includes(p))){var E,A,C,y,b,g,_,k,R,D,j;Je(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(Wf))!==null&&A!==void 0?A:[]];ke(l)&&M.push("flag_missing");var H={$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};ke(T==null||(b=T.metadata)==null?void 0:b.has_experiment)||(H.$feature_flag_has_experiment=T.metadata.has_experiment),ke(T==null||(g=T.metadata)==null?void 0:g.version)||(H.$feature_flag_version=T.metadata.version);var U,W=(_=T==null||(k=T.reason)==null?void 0:k.description)!==null&&_!==void 0?_:T==null||(R=T.reason)==null?void 0:R.code;W&&(H.$feature_flag_reason=W),T!=null&&(D=T.metadata)!=null&&D.id&&(H.$feature_flag_id=T.metadata.id),ke(T==null?void 0:T.original_variant)&&ke(T==null?void 0:T.original_enabled)||(H.$feature_flag_original_response=ke(T.original_variant)?T.original_enabled:T.original_variant),T!=null&&(j=T.metadata)!=null&&j.original_payload&&(H.$feature_flag_original_payload=T==null||(U=T.metadata)==null?void 0:U.original_payload),M.length&&(H.$feature_flag_error=M.join(",")),this._instance.capture("$feature_flag_called",H)}if(a)return{key:s,enabled:!!l,variant:typeof l=="string"?l:void 0,payload:p0(d)}}}else Ss.warn('getFeatureFlagResult for key "'+s+pf)}getRemoteConfigPayload(s,t){var n=this.Te.token,a={distinct_id:this._instance.get_distinct_id(),token:n,person_properties:{$lib:At.LIB_NAME,$lib_version:At.LIB_VERSION}};this.no()&&(a.evaluation_contexts=this.io());var l=this.so();ke(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:Ps.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+pf),t.defaultValue;var n=this.getFeatureFlag(s,t);return ke(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((H=>{var U;return[H,(U=M[H].variant)!==null&&U!==void 0?U:M[H].enabled]}))),T.featureFlagPayloads=Object.fromEntries(Object.keys(M).filter((H=>M[H].enabled)).filter((H=>{var U;return(U=M[H].metadata)==null?void 0:U.payload})).map((H=>{var U;return[H,(U=M[H].metadata)==null?void 0:U.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(Je(A)){Ss.warn("v1 of the feature flags endpoint is deprecated. Please use the latest version.");var g={};if(A)for(var _=0;A.length>_;_++)g[A[_]]=!0;c&&c.register({[Dc]:A,[xr]:g,[Yc]:!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({[Dc]:Object.keys(gy(k)),[xr]:k||{},[jc]:R||{},[$f]:D||{},[Yc]:p.minimalFlagCalledEvents===!0},y?{[Pf]: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(fa),this.ho(),_r.info("All overrides cleared");if(Je(s)){var t=vy(s);return this.mi.register({[hn]:t}),this.ho(),_r.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),_r.info("Flag overrides cleared");else if(a.flags){if(Je(a.flags)){var l=vy(a.flags);this.mi.register({[hn]:l})}else this.mi.register({[hn]:a.flags});_r.info("Flag overrides set",{flags:a.flags})}}return"payloads"in a&&(a.payloads===!1?(this.mi.unregister(fa),_r.info("Payload overrides cleared")):a.payloads&&(this.mi.register({[fa]:a.payloads}),_r.info("Payload overrides set",{payloads:a.payloads}))),void this.ho()}if(s&&typeof s=="object")return this.mi.register({[hn]:s}),this.ho(),_r.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({[Dc]:Object.keys(gy(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}}},aT={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===Ec?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=cy,this.fo=void 0,this._instance=s,!this._instance.sessionManager)throw cn.error("started without valid sessionManager"),new Error(ap+" started without valid sessionManager. This is a bug.");if(this.Te.cookieless_mode===pn)throw new Error(ap+' 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=!ke(Object.assign)&&!ke(Array.from);this.po&&n?(this.mo(s),cn.info("starting")):(this.vo=cy,this.stopRecording())}}mo(s){var t,n,a;this.po&&(this.vo!==jo&&this.vo!==Ec&&(this.vo=uy),Ie!=null&&(t=Ie.__PosthogExtensions__)!=null&&(t=t.rrweb)!=null&&t.record&&(n=Ie.__PosthogExtensions__)!=null&&n.initSessionRecording?this.yo(s):(a=Ie.__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(Rp),(t=this.mi)==null||t.unregister(H1)}xo(s,t){if(et(s))return null;var n,a=Ns(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:ke(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=Ec,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=Ie.__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=Ie.__PosthogExtensions__)==null?void 0:n.initSessionRecording(this._instance),this.co._forceAllowLocalhostNetworkCapture=this._forceAllowLocalhostNetworkCapture),!this.So())return this.vo===Ec||this.vo===jo?void 0:(this.vo=jo,cn.info("persisted remote config is stale, requesting fresh config before starting"),void new mb(this._instance).load());this.vo=uy,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))}}},oT={autocapture:class{constructor(s){this.Co=!1,this.Mo=null,this.Io=!1,this.To=!1,this.instance=s,this.rageclicks=new ay(s.config.rageclick),this.Eo=null}initialize(){this.startIfEnabled()}get Te(){var s,t,n=Yt(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){cf.error("Failed to capture event",a)}};if(ss(Ae,"submit",s,{capture:!0}),ss(Ae,"change",s,{capture:!0}),ss(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,lf)}catch(a){cf.error("Failed to capture copy/cut event",a)}};ss(Ae,"copy",t,{capture:!0}),ss(Ae,"cut",t,{capture:!0})}}}else cf.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;Ni(n)&&(this.instance.persistence&&this.instance.persistence.register({[Nf]: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[Nf],a=this.Mo,l=this.instance.Ur()&&!this.Io;if(Fs(a)&&!Ni(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=Kd(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())&&B0(a,this.instance.config.rageclick)&&this.Po(s,"$rageclick");var l=t===lf;if(a&&(function(f,x,E,A,C,y){var b;if(!le||Lp(f)||E!=null&&E.url_allowlist&&!N0(E.url_allowlist,y)||E!=null&&E.url_ignorelist&&N0(E.url_ignorelist,y))return!1;if(E!=null&&E.dom_event_allowlist){var g=E.dom_event_allowlist;if(g&&!g.some((T=>x.type===T)))return!1}var _=ib(f,A),k=_.parentIsUsefulElement,R=_.targetElementList;if(!(function(T,M){var H=M==null?void 0:M.element_allowlist;if(ke(H))return!0;var U,W=function(X){if(H.some((J=>X.tagName.toLowerCase()===J)))return{v:!0}};for(var q of T)if(U=W(q))return U.v;return!1})(R,E)||!Jf(R,E==null?void 0:E.css_selector_allowlist)||Jf(R,(b=E==null?void 0:E.css_selector_ignorelist)!==null&&b!==void 0?b:r5))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&&(Np.indexOf(j)>-1||f.getAttribute("contenteditable")==="true")}})(a,s,this.Te,l,l?["copy","cut"]:void 0,this.instance)){var d=J5(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===lf){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 ci(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 oy;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 ci(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];ci(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 oy}})(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(pa,{navigation_type:s}),this.Oo=n}catch(a){Te.error("Error capturing "+s+" pageview",a)}}$o(){if(!this.Fo){var s=()=>{this.Lo("popstate")};ss(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[Lf]),this.rageclicks=new ay(s.config.rageclick)}initialize(){this.startIfEnabled()}get flushIntervalMilliseconds(){var s=5e3;return Yt(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;Q5.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({[Lf]:n}),this.Do=n,this.startIfEnabled()}}}getAndClearBuffer(){var s=this.R;return this.R=void 0,s}Bo(s){hf(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),ss(le,Qc,this.Ho),this.Uo=s=>this.pe(s||(le==null?void 0:le.event)),ss(Ae,"click",this.Uo,{capture:!0}),this.zo=s=>this.Vo(s||(le==null?void 0:le.event)),ss(Ae,"mousemove",this.zo,{capture:!0}),this.Wo=new F0(this.instance,d5,this.Bo.bind(this)),this.Wo.startIfEnabledOrStop(),this.Zo=this.xe.bind(this),ss(Ae,Zc,this.Zo),this.Co=!0)}jo(){var s;le&&Ae&&(this.Ho&&le.removeEventListener(Qc,this.Ho),this.Uo&&Ae.removeEventListener("click",this.Uo,{capture:!0}),this.zo&&Ae.removeEventListener("mousemove",this.zo,{capture:!0}),this.Zo&&Ae.removeEventListener(Zc,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)&&!ui(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})(Kd(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"),!j0(s.target)&&hf(s)){var a=this.Qo(s,t);(n=this.rageclicks)!=null&&n.isRageClick(s.clientX,s.clientY,new Date().getTime())&&B0(Kd(s),this.instance.config.rageclick)&&this.Wt(we({},a,{type:"rageclick"})),this.Wt(a)}}Vo(s){!j0(s.target)&&hf(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?[...Ra,...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:F0,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(!ke(l))if(et(n==null?void 0:n.name)||et(n==null?void 0:n.value))mr.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)),ke(this.R.url)&&(this.R.url=l),this.R.firstMetricTimestamp=ke(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()});ke(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 mr.error("Ignoring metric with value >= "+this.ta,n)},this.ea=()=>{if(!this.Co){var n,a,l,d,p=Ie.__PosthogExtensions__;if(!ke(p)&&!ke(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):mr.error("web vitals callbacks not loaded - not starting")}},this._instance=s,this.Do=!((t=this._instance.persistence)==null||!t.props[If]),this.startIfEnabled()}get ra(){return this._instance.config.capture_performance}get allowedMetrics(){var s,t,n=Yt(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[zf])||["CLS","FCP","INP","LCP"]:n}get flushToCaptureTimeoutMs(){return(Yt(this.ra)?this.ra.web_vitals_delayed_flush_ms:void 0)||5e3}get useAttribution(){var s=Yt(this.ra)?this.ra.web_vitals_attribution:void 0;return s!=null&&s}get ta(){var s=Yt(this.ra)&&Ns(this.ra.__web_vitals_max_value)?this.ra.__web_vitals_max_value:ly;return s>0&&6e4>=s?ly:s}get isEnabled(){var s=ps==null?void 0:ps.protocol;if(s!=="http:"&&s!=="https:")return mr.info("Web Vitals are disabled on non-http/https protocols"),!1;var t=Yt(this.ra)?this.ra.web_vitals:Ni(this.ra)?this.ra:void 0;return Ni(t)?t:this.Do}startIfEnabled(){this.isEnabled&&!this.Co&&(mr.info("enabled, starting..."),this.tr(this.ea))}onRemoteConfig(s){if(s.ok){var t=s.config;if("capturePerformance"in t){var n=Yt(t.capturePerformance)&&!!t.capturePerformance.web_vitals,a=Yt(t.capturePerformance)?t.capturePerformance.web_vitals_allowed_metrics:void 0;this._instance.persistence&&(this._instance.persistence.register({[If]:n}),this._instance.persistence.register({[zf]:a})),this.Do=n,this.startIfEnabled()}}}tr(s){var t,n;(t=Ie.__PosthogExtensions__)!=null&&t.postHogWebVitalsCallbacks?s():(n=Ie.__PosthogExtensions__)==null||n.loadExternalDependency==null||n.loadExternalDependency(this._instance,this.useAttribution?"web-vitals-with-attribution":"web-vitals",(a=>{a?mr.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?[...Ra,...t||[]]:[];return Qo(s,n,el)}mr.error("Could not determine current URL")}}},lT={exceptionObserver:class{constructor(s){var t;this.ea=()=>{var n;if(le&&this.isEnabled&&(n=Ie.__PosthogExtensions__)!=null&&n.errorWrappingFunctions){var a=Ie.__PosthogExtensions__.errorWrappingFunctions.wrapOnError,l=Ie.__PosthogExtensions__.errorWrappingFunctions.wrapUnhandledRejection,d=Ie.__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[Of]),this.la=new o4(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 Yt(s)?t=we({},t,s):(ke(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=Ie.__PosthogExtensions__)!=null&&t.errorWrappingFunctions?s():(n=Ie.__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({[Of]: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 C4([new j4,new P4,new L4,new N4,new z4,new I4,new B4,new $4],(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(`
|
|
454
|
+
`),f=h;S.length>f;f++){var x=S[f];if(1024>=x.length){var E=A0.test(x)?x.replace(A0,"$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((g=>{return we({},g,{filename:g.filename||(_=b,_[_.length-1]||{}).filename,function:g.function||Ta});var _}))})(v)}})("web:javascript",A4,D4)),this._instance=s,this.ha=(t=(n=this._instance.persistence)==null?void 0:n.get_property(Bf))!==null&&t!==void 0?t:[],this.ca=Vc(this.va()),this.fa=new F4(this.ca)}onConfigChange(){this.ca=Vc(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({[Bf]:this.ha,[Hf]:p})}}}get pa(){var s,t=!!this._instance.get_property(Hf),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(!It(s)||s.trim().length===0)return void Pi.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)=>U4.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&&Pi.warn("Ignoring reserved exception step fields",{droppedKeys:l}),this.fa.add(we({[Wc]:s,[Gc]:new Date().toISOString()},a))}catch(d){Pi.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 Pi.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 Pi.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 Pi.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 Pi.error("Failed to capture exception event. Dropping this exception.",p),void this.fa.clear()}}catch(p){return void Pi.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 Pi.error("Failed to read buffered exception steps. Capturing exception without steps.",n),s}}ba(s){this.ca.enabled&&this.fa.add({[Wc]:s,[Gc]:new Date().toISOString()})}ga(s){return Yt(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 It(l)&&l.length>0&&n.$exception_types.push(l),It(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=Je(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 Pi.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)&&Je(s)}}},cT=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({[Ap]:!!t.productTours}),!ff(this._instance))return!this.ka&&et((n=this.mi)==null?void 0:n.props[Ho])||df.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&&ff(this._instance)&&this.tr((()=>this.Ca()))}tr(s){var t,n;(t=Ie.__PosthogExtensions__)!=null&&t.generateProductTours?s():(n=Ie.__PosthogExtensions__)==null||n.loadExternalDependency==null||n.loadExternalDependency(this._instance,"product-tours",(a=>{a?df.error("Could not load product tours script",a):s()}))}Ca(){var s;!this.ka&&(s=Ie.__PosthogExtensions__)!=null&&s.generateProductTours&&(this.ka=Ie.__PosthogExtensions__.generateProductTours(this._instance,!0))}getProductTours(s,t){if(t===void 0&&(t=!1),!Je(this.Sa)||t){var n=this.mi;if(n){var a=n.props[Ho];if(Je(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(ff(this._instance)){var d=l.statusCode;if(d!==200||!l.json){var p="Product Tours API could not be loaded, status: "+d;return df.error(p),void s([],{isLoaded:!1,error:p})}var c=Je(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),uT={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=Ie._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,eT),{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)||($i.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)||($i.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,g)=>{if(y!=null&&y[b]){var _=y[b];y[b]=g(_),S.push((()=>{y[b]=_}))}},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=>!Fs(b)));return E(v,"appendChild",(y=>function(b){var g=A(b);return g?y.call(this,g):b})),E(v,"insertBefore",(y=>function(b,g){var _=A(b);return _?y.call(this,_,g):b})),E(v,"replaceChild",(y=>function(b,g){var _=A(b);return _?y.call(this,_,g):g})),[(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 g=arguments.length,_=new Array(g),k=0;g>k;k++)_[k]=arguments[k];return b.apply(this,C(_))})),E(y,"prepend",(b=>function(){for(var g=arguments.length,_=new Array(g),k=0;g>k;k++)_[k]=arguments[k];return b.apply(this,C(_))}))})),[(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 g=arguments.length,_=new Array(g),k=0;g>k;k++)_[k]=arguments[k];return b.apply(this,C(_))})),E(y,"after",(b=>function(){for(var g=arguments.length,_=new Array(g),k=0;g>k;k++)_[k]=arguments[k];return b.apply(this,C(_))})),E(y,"replaceWith",(b=>function(){for(var g=arguments.length,_=new Array(g),k=0;g>k;k++)_[k]=arguments[k];var R=C(_);return _.length&&!R.length?void 0:b.apply(this,R)}))})),E((c=h.Element)==null?void 0:c.prototype,"insertAdjacentElement",(y=>function(b,g){var _=A(g);return _?y.call(this,b,_):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&&($i.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,$i.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){$i.error(hy+s.id,p),l(!1)}if(a&&t.loaded)try{n()}catch(p){$i.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){$i.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 $i.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;Ie["__$$ph_site_app_"+v]=l._instance,(h=Ie.__PosthogExtensions__)==null||h.loadSiteApp==null||h.loadSiteApp(l._instance,S,(f=>{if(f)return $i.error(hy+v,f)}))};for(var c of d.siteApps)p()}else $i.error('PostHog site apps are disabled. Enable the "opt_in_site_apps" config to proceed.')}}}},hT={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?(ke(this.Da)&&(this.Da=(t=Ie.__PosthogExtensions__)==null||(t=t.tracingHeadersPatchFns)==null?void 0:t._patchXHR(a,(()=>this._instance.get_distinct_id()),this._instance.sessionManager)),ke(this.Na)&&(this.Na=(n=Ie.__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=Ie.__PosthogExtensions__)!=null&&t.tracingHeadersPatchFns?s():(n=Ie.__PosthogExtensions__)==null||n.loadExternalDependency==null||n.loadExternalDependency(this._instance,"tracing-headers",(a=>{if(a)return Z5.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 Je(s)?(Je(this.qa)?this.qa.splice(0,this.qa.length,...s):this.qa=[...s],s.length>0?this.qa:void 0):(Je(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()}}},dT=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 jt.warn("Remote config unavailable. Not loading surveys.");var t=s.config.surveys;if(et(t))return jt.warn("Flags not loaded yet. Not loading surveys.");var n=Je(t);this.Ha=n?t.length>0:t,jt.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)jt.info("Already initializing surveys, skipping...");else if(this.Te.disable_surveys)jt.info(dy);else if(this.Te.cookieless_mode&&this._instance.consent.isOptedOut())jt.info("Not loading surveys in cookieless mode without consent.");else{var s=Ie==null?void 0:Ie.__PosthogExtensions__;if(s){if(!ke(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(Mp);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 jt.error("PostHog Extensions not found.")}}Za(s,t){this._surveyManager=s(this._instance,t),this._surveyEventReceiver=new iT(this._instance),jt.info("Surveys loaded successfully"),this.Qa({isLoaded:!0})}Ga(s,t){jt.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 jt.info(dy),s([]);var n,a=this._instance.get_property(Uf);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;jt.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({[Uf]:S,[Kc]: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(Kc);return Ns(s)&&Date.now()-s>3e5}Ya(){return Ns(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){jt.error("Error in survey callback",n)}}getActiveMatchingSurveys(s,t){if(t===void 0&&(t=!1),!et(this._surveyManager))return this._surveyManager.getActiveMatchingSurveys(s,t);jt.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:kc};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:kc};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 jt.warn("init was not called"),{visible:!1,disabledReason:kc};var t=this.el(s);return{visible:t.eligible,disabledReason:t.reason}}canRenderSurveyAsync(s,t){return et(this._surveyManager)?(jt.warn("init was not called"),Promise.resolve({visible:!1,disabledReason:kc})):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))jt.warn("init was not called");else{var l=typeof s=="string"?this.Xa(s):s;if(l!=null&&l.id)if(z5.includes(l.type)){var d=Ae==null?void 0:Ae.querySelector(t);if(d)return(a=l.appearance)!=null&&a.surveyPopupDelaySeconds?(jt.info("Rendering survey "+l.id+" with delay of "+l.appearance.surveyPopupDelaySeconds+" seconds"),void setTimeout((()=>{var p,c;jt.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),jt.info("Survey "+l.id+" rendered")}),1e3*l.appearance.surveyPopupDelaySeconds)):void this._surveyManager.renderSurvey(l,d,n);jt.warn("Survey element not found")}else jt.warn("Surveys of type "+l.type+" cannot be rendered in the app");else jt.warn("Survey not found")}}displaySurvey(s,t){var n;if(et(this._surveyManager))jt.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!==Qf.Popover&&t.initialResponses&&jt.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 jt.warn("Survey is not eligible to be displayed: ",d.reason)}t.displayType!==Qf.Inline?this._surveyManager.handlePopoverSurvey(l,t):this.renderSurvey(l,t.selector,t.properties)}else jt.warn("Survey not found")}}cancelPendingSurvey(s){et(this._surveyManager)?jt.warn("init was not called"):this._surveyManager.cancelSurvey(s)}handlePageUnload(){var s;(s=this._surveyManager)==null||s.handlePageUnload==null||s.handlePageUnload()}}},mu),fT={toolbar:class{constructor(s){this.instance=s}rl(s){Ie.ph_toolbar_state=s}il(){var s;return(s=Ie.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=nT||iu(s.hash,"__posthog")||iu(s.hash,"state"),d=l?M0((()=>JSON.parse(atob(decodeURIComponent(l)))))||M0((()=>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(fy)||"{}")).source="localstorage",delete a.userIntent),!(!a.token||this.instance.config.token!==a.token||(this.loadToolbar(a),0))}catch{return!1}}nl(s){var t=Ie.ph_load_toolbar||Ie.ph_load_editor;!et(t)&&ci(t)?t(s,this.instance):py.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(fy,JSON.stringify(we({},a,{source:void 0}))),this.il()===2)this.nl(a);else if(this.il()===0){var l;this.rl(1),(l=Ie.__PosthogExtensions__)==null||l.loadExternalDependency==null||l.loadExternalDependency(this.instance,"toolbar",(d=>{if(d)return py.error("[Toolbar] Failed to load",d),void this.rl(0);this.rl(2),this.nl(a)})),ss(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)}}},pT=we({experiments:Hs},mu),vT={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)||(Ni(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=Ie==null?void 0:Ie.__PosthogExtensions__;if(s&&!ke(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(Mp);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 Si.error("Conversations enabled but missing token in remote config.")}}ul(s){if(this.ll)try{this._conversationsManager=s(this.ll,this._instance),Si.info("Conversations loaded successfully")}catch(t){this.hl("Error completing conversations initialization",t)}else Si.error("Cannot complete initialization: remote config is null")}hl(s,t){Si.error(s,t),this._conversationsManager=null,this.al=!1}show(){this._conversationsManager?this._conversationsManager.show():Si.warn("Conversations not loaded yet.")}hide(){this._conversationsManager&&this._conversationsManager.hide()}isAvailable(){return this.ol===!0&&!Fs(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 Kt((function*(){return a._conversationsManager?a._conversationsManager.sendMessage(s,t,n):(Si.warn(yr),null)}))()}getMessages(s,t){var n=this;return Kt((function*(){return n._conversationsManager?n._conversationsManager.getMessages(s,t):(Si.warn(yr),null)}))()}markAsRead(s){var t=this;return Kt((function*(){return t._conversationsManager?t._conversationsManager.markAsRead(s):(Si.warn(yr),null)}))()}getTickets(s){var t=this;return Kt((function*(){return t._conversationsManager?t._conversationsManager.getTickets(s):(Si.warn(yr),null)}))()}requestRestoreLink(s){var t=this;return Kt((function*(){return t._conversationsManager?t._conversationsManager.requestRestoreLink(s):(Si.warn(yr),null)}))()}restoreFromToken(s){var t=this;return Kt((function*(){return t._conversationsManager?t._conversationsManager.restoreFromToken(s):(Si.warn(yr),null)}))()}restoreFromUrlToken(){var s=this;return Kt((function*(){return s._conversationsManager?s._conversationsManager.restoreFromUrlToken():(Si.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()}}},gT={logs:class{constructor(s){var t;this.dl=!1,this.cl=!1,this.it=Jt("[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&&ss(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,g=ke(b)?Math.max(y,2048):Math.max(y,b),_=p==null?void 0:p.resourceAttributes;return{serviceName:(f=(x=_==null?void 0:_["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=_==null?void 0:_["service.version"])!==null&&E!==void 0?E:p==null?void 0:p.serviceVersion,environment:(A=_==null?void 0:_["deployment.environment"])!==null&&A!==void 0?A:p==null?void 0:p.environment,resourceAttributes:_,beforeSend:p==null?void 0:p.beforeSend,flushIntervalMs:C,maxBufferSize:y,maxQueueSize:g,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 S4(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},_y);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=Ie==null?void 0:Ie.__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(Mp)}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:()=>At.LIB_NAME,getLibraryVersion:()=>At.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,At.LIB_NAME,(t=>{this.Gr=t})),this.vl.length>0&&this.Rl(s,this.vl,this.Cl,_y,(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,At.LIB_NAME,At.LIB_VERSION),a,At.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(Ie!=null&&(s=Ie.location)!=null&&s.href&&(t.currentUrl=this._instance.config.disable_capture_url_hashes?Kn(Ie.location.href):Ie.location.href),this._instance.featureFlags){var p=this._instance.featureFlags.getFlags();p&&p.length>0&&(t.activeFeatureFlags=p)}return t}}},mT={metrics:class{constructor(s){this.it=Jt("[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 w4(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:()=>At.LIB_NAME,getLibraryVersion:()=>At.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)}}},_T=we({},mu,aT,oT,lT,cT,uT,dT,hT,fT,pT,vT,gT,mT);xi.__defaultExtensionClasses=we({},_T);var Ci=(function(){At.SDK_DIST_CHANNEL="npm";var s=qo[va]=new xi;return(function(){function t(){t.done||(t.done=!0,Bb=!1,zt(qo,(function(n){n._dom_loaded()})))}Ae!=null&&Ae.addEventListener?Ae.readyState==="complete"?t():ss(Ae,"DOMContentLoaded",t,{capture:!1}):le&&Te.error("Browser doesn't support `document.addEventListener` so PostHog couldn't be initialized")})(),s})();const yy=120,yT=new Set(["attr__class","attr__id"]),bT=/attr__href="([^"]*)"/gi,ST=/(?:current_url|referrer|pathname)$/;function wT(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>yy?`${s.slice(0,yy)}…`:s}function xT(s,t){if(t){delete s.$el_text;for(const n of Object.keys(s))n.startsWith("attr__")&&!yT.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 CT(s,t){const n=s.$elements;if(Array.isArray(n))for(const a of n)a&&typeof a=="object"&&xT(a,t);if(typeof s.$elements_chain=="string"){if(t){delete s.$elements_chain;return}s.$elements_chain=s.$elements_chain.replace(bT,(a,l)=>{const d=Wo(l);return typeof d=="string"?`attr__href="${d}"`:a})}}function ET(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))ST.test(l)&&(a[l]=Wo(a[l]))}}function kT(s,t){typeof s.$el_text=="string"&&(t?delete s.$el_text:s.$el_text=Hb(s.$el_text)),CT(s,t)}function TT(s){if(!s)return s;try{const t=s.properties??{},n=wT(t);return ET(s,t),kT(t,n),s.properties=t,s}catch{return s}}function AT(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{Ci.capture(s,t)}catch{}}function RT(s){try{const t={};for(const[n,a]of Object.entries(s))a!=null&&a!==""&&(t[n]=a);Ci.register(t)}catch{}}function MT(s){try{const t=AT(s);Ci.register({journey:t,view:DT(s)})}catch{}}function DT(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 jT(){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 NT(s){return s.consentSource==="env-forced-off"}function Ib(s){return!NT(s)&&s.productAnalyticsOptIn}let Go=!1;function LT(s){if(Go){vf(s),mf(s);return}const t=jT();if(t&&Ib(s)){if(Ci.__loaded){Go=!0,vf(s),mf(s);return}Ci.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:TT,persistence:"localStorage",disable_session_recording:!0}),Go=!0,vf(s),mf(s)}}function vf(s){if(Go)try{Ib(s)?Ci.has_opted_out_capturing()&&Ci.opt_in_capturing():Ci.has_opted_out_capturing()||Ci.opt_out_capturing()}catch{}}let gf=null;function mf(s){if(Go)try{if(s.authenticated&&s.userId){gf=s.userId,Ci.identify(s.userId),s.tenantId&&Ci.group("organization",s.tenantId,{...s.organizationName?{name:s.organizationName}:{}}),RT({active_organization_id:s.tenantId??void 0,app_version:s.version});return}gf&&(gf=null,Ci.reset())}catch{}}function OT(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(`
|
|
455
|
+
`)}const zb=s=>s.split("/").filter(Boolean).pop()??s;function by(s,t){var n;return(n=t[s.id])!=null&&n.trim()?!1:!s.title||s.title===zb(s.cwd)}function Sy(s,t,n){var c;const a=(c=n[s.id])==null?void 0:c.trim();if(a)return a;if(!by(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)&&by(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 op(){return typeof window<"u"&&window.matchMedia($b).matches}function BT(s){const t=window.matchMedia($b);return t.addEventListener("change",s),()=>t.removeEventListener("change",s)}function HT(){return $.useSyncExternalStore(BT,op,()=>!1)}const Pb="sapiom-harness-pane-widths",Ip=180,Ub=480,lp=320,tl=320,Fb=720;function cp(s,t,n){return Math.min(Math.max(s,t),n)}function IT(){const s={rail:lp,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:cp(typeof n.rail=="number"?n.rail:lp,Ip,Ub),canvas:typeof n.canvas=="number"?cp(n.canvas,tl,Fb):null}}catch{return s}}function wy(s){window.localStorage.setItem(Pb,JSON.stringify(s))}function zT(){const[s,t]=$.useState(IT),[n,a]=$.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=g=>{const _=cp(C+(g.clientX-A)*c,h,v);t(k=>k[p]===_?k:{...k,[p]:_})},b=()=>{E.removeEventListener("pointermove",y),E.removeEventListener("pointerup",b),f==null||f(!1),t(g=>(wy(g),g))};E.addEventListener("pointermove",y),E.addEventListener("pointerup",b)},d=(p,c)=>{t(h=>{const v={...h,[p]:c};return wy(v),v})};return{widths:s,canvasResizing:n,startRailDrag:l("rail",1,Ip,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",lp),resetCanvas:()=>{a(!0),d("canvas",null),window.setTimeout(()=>a(!1),0)}}}const $T=2e3;function PT(s){const t=new URL("/ws/events",window.location.href);t.protocol=t.protocol==="https:"?"wss:":"ws:",t.searchParams.set("token",ya());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,$T))})};return d(),()=>{l=!0,a&&clearTimeout(a),n==null||n.close()}}function xy(s){const t=s.split(/[\\/]/).filter(Boolean);return t[t.length-1]??s}function UT(s,t){const n=[];for(const a of t)s.has(a.path)||n.push(a.path);return n}function Cy(s,t){return t?"exception":s==="linking"?"link_failed":"build_failed"}function Vo(s){return typeof s=="string"&&s!==""?s:void 0}function FT(s){if(Vo(s.templateId))return"template";const t=Vo(s.starterId);return t&&t!=="default"?"starter":Vo(s.forkId)?"fork":"scratch"}function Ey(s){if(!s)return{};const t=FT(s);return t==="template"?{source:t,template_id:Vo(s.templateId)}:t==="starter"?{source:t,template_id:Vo(s.starterId)}:{source:t}}const ky=4e3;function qT(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 WT(s){if(!Array.isArray(s)||s.length===0)return;const t=s.map(qT).join(`
|
|
456
|
+
`).trim();if(t!=="")return t.length>ky?t.slice(t.length-ky):t}function GT(s){return s==="succeeded"?"passed":s==="threw"?"failed":"pending"}function VT(s){return s==="completed"?"completed":s==="failed"?"failed":"running"}function YT(s){var a;const t={id:`${s.step}-${s.attempt}`,name:s.step,status:GT(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=WT(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 KT(s,t={}){const n={executionId:t.executionId??"",status:VT(t.outcome),steps:s.map(YT),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 Ht=gx(),XT=3e3,JT=8;function ZT(){const[s,t]=$.useState(null),[n,a]=$.useState(null),l=$.useRef(null);l.current=n;const d=$.useRef([]);d.current=(s==null?void 0:s.workflows)??[];const[p,c]=$.useState(!0),[h,v]=$.useState(null),[S,f]=$.useState(null),[x,E]=$.useState(0),[A,C]=$.useState(null),[y,b]=$.useState(null),[g,_]=$.useState([]),[k,R]=$.useState(null),[D,j]=$.useState(!1),T=$.useRef(new Map),M=$.useRef(0),H=$.useRef(new Map),[U,W]=$.useState(null),[q,X]=$.useState(new Set),[J,F]=$.useState([]),G=$.useRef(new Map),[ee,O]=$.useState(new Map),[P,L]=$.useState(new Map),[B,V]=$.useState(new Map),te=$.useRef(new Map),[ue,fe]=$.useState(new Map),[K,z]=$.useState(new Map),[ce,ae]=$.useState(new Map),ye=$.useCallback((ie,ve)=>{ae(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,$e]=$.useState(0),Pe=$.useCallback(()=>{$e(ie=>ie+1)},[]),qe=$.useRef(0),Ue=$.useCallback(ie=>{qe.current+=1,b(ie)},[]),je=$.useRef([]),Ke=$.useCallback(ie=>{Ht.getRunState(ie).then(ve=>O(xe=>{const be=xe.get(ie);return be?new Map(xe).set(ie,{...be,run:ve}):xe})).catch(()=>{})},[]),vt=$.useCallback((ie,ve,xe)=>{const be=te.current.get(ie);be&&clearInterval(be);const Me=_a(je.current.find(Ze=>Ze.id===ie)),_t=Date.now();L(Ze=>{const Xe=Ze.get(ie)??[];return Xe.includes(ve)?Ze:new Map(Ze).set(ie,[...Xe,ve])}),V(Ze=>{if(!Ze.has(ie))return Ze;const Xe=new Map(Ze);return Xe.delete(ie),Xe});const ot=async()=>{try{const Ze=await Ht.getRunState(ve);if(O(Xe=>new Map(Xe).set(ve,{run:Ze,target:xe,workflowPath:Me,observedAt:_t})),Ze.status!=="running"){const Xe=te.current.get(ie);Xe&&clearInterval(Xe),te.current.delete(ie)}}catch{const Ze=te.current.get(ie);Ze&&clearInterval(Ze),te.current.delete(ie)}};ot(),te.current.set(ie,setInterval(()=>void ot(),2e3))},[]),$t=$.useRef(0),kt=$.useCallback(async(ie,ve,xe)=>{$t.current+=1;const be=`local-${Date.now()}-${$t.current}`,Me=_a(je.current.find(dt=>dt.id===ie)),_t=Date.now(),ot=[];let Ze,Xe,lt;L(dt=>{const Gs=dt.get(ie)??[];return Gs.includes(be)?dt:new Map(dt).set(ie,[...Gs,be])}),V(dt=>{if(!dt.has(ie))return dt;const Gs=new Map(dt);return Gs.delete(ie),Gs});const yt=()=>{const dt=KT(ot,{executionId:be,outcome:Ze,unusedStubs:Xe,stubWarnings:lt});O(Gs=>new Map(Gs).set(be,{run:dt,target:"local",workflowPath:Me,observedAt:_t}))};yt();const vs=dt=>{dt.kind==="summary"?(Ze=dt.outcome,Xe=dt.unusedStubs,lt=dt.stubWarnings):dt.kind==="error"?(Ze="failed",ot.push({step:"run-local",attempt:1,input:xe,status:"threw",error:{name:"RunLocalError",message:dt.error},logs:[]})):ot.push(dt),yt()};try{await Ht.runLocal({sourceDir:ve,input:xe},vs)}catch(dt){Ze="failed",yt(),R(dt instanceof $s&&dt.reason?dt.reason:dt.message)}finally{Pe()}},[Pe]),ns=$.useCallback((ie,ve)=>{V(xe=>new Map(xe).set(ie,ve)),Ke(ve)},[Ke]),Ct=$.useMemo(()=>{const ie=new Map;return P.forEach((ve,xe)=>{const be=B.get(xe),Me=be&&ve.includes(be)?be:ve[ve.length-1],_t=Me?ee.get(Me):void 0;_t&&ie.set(xe,_t)}),ie},[P,B,ee]);$.useEffect(()=>{je.current=(s==null?void 0:s.sessions)??[]},[s]),$.useEffect(()=>{const ie=te.current;return()=>{ie.forEach(ve=>clearInterval(ve)),ie.clear()}},[]),$.useEffect(()=>{const ie=G.current;return()=>{ie.forEach(ve=>clearTimeout(ve)),ie.clear()}},[]);const tt=$.useRef(null);$.useEffect(()=>{let ie=!1;return x>0&&(c(!0),v(null),f(null)),Promise.all([Ht.getState(),Ht.getSettings()]).then(([ve,xe])=>{if(ie)return;t(ve);const be=tt.current??(tt.current=new Set);for(const _t of ve.workflows)be.add(_t.path);a(xe),f(null),ve.tasks&&F(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 $s?{status:ve.status}:{networkError:!0}))}).finally(()=>!ie&&c(!1)),()=>{ie=!0}},[x]);const Be=$.useCallback(()=>E(ie=>ie+1),[]);$.useEffect(()=>{if(!y)return;const ie=s==null?void 0:s.sessions.find(ve=>ve.id===y);C(_a(ie)??null)},[y]);const He=$.useCallback(async()=>{const ie=await Ht.listWorkflows();return t(ve=>ve&&{...ve,workflows:ie}),ie},[]);$.useEffect(()=>PT(ie=>{if(W(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=G.current.get(ve);xe&&(clearTimeout(xe),G.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")He().then(ve=>{const xe=tt.current;if(xe===null){tt.current=new Set(ve.map(be=>be.path));return}for(const be of UT(xe,ve))xe.add(be),Cr("agent.created",{workflow_slug:xy(be),...Ey(ve.find(Me=>Me.path===be))})});else if(ie.type==="execution.started")vt(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")F(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=G.current.get(ve);xe&&clearTimeout(xe),G.current.set(ve,setTimeout(()=>{G.current.delete(ve),X(be=>{if(!be.has(ve))return be;const Me=new Set(be);return Me.delete(ve),Me})},XT))}else ie.type==="auth.changed"&&(t(ve=>ve&&{...ve,authenticated:ie.authenticated,organizationName:ie.organizationName}),He())}),[He,vt]);const Ls=$.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=Ht.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,Ze)=>{ot.status==="fulfilled"&&(_t.add(ve[Ze]),Me.push(...ot.value))}),_(ot=>FE(ot,Me,_t))}finally{M.current-=1,M.current===0&&j(!1)}},[]),gt=$.useCallback(async ie=>{var be;const ve=await Ht.createSession(ie);t(Me=>Me&&!Me.sessions.some(_t=>_t.id===ve.id)?{...Me,sessions:[...Me.sessions,ve]}:Me),Ue(ve.id);const xe=[ie.cwd,...(((be=l.current)==null?void 0:be.recentDirs)??[]).filter(Me=>Me!==ie.cwd)].slice(0,JT);a(Me=>Me&&{...Me,recentDirs:xe});try{const Me=await Ht.updateSettings({recentDirs:xe});a(_t=>_t&&{..._t,recentDirs:Me.recentDirs})}catch{}return ve},[Ue]),qt=$.useCallback(()=>Ht.listTemplates(),[]),is=$.useCallback(ie=>Ht.getTemplate(ie),[]),cs=$.useCallback(ie=>Ht.sessionRecord(ie),[]),at=$.useCallback(async ie=>{const ve=qe.current;try{const xe=await Ht.resumeSession(ie);return t(be=>be&&{...be,sessions:be.sessions.map(Me=>Me.id===xe.id?xe:Me)}),qe.current===ve&&Ue(xe.id),xe}catch(xe){throw R(xe instanceof $s&&xe.reason?xe.reason:xe.message),xe}},[Ue]),rs=$.useCallback(async({cwd:ie,harness:ve,from:xe})=>{const be=await gt({cwd:ie,harness:ve,rehydrateFrom:xe});return be.rehydratedFrom||R("Nothing was recorded for that session, so this one starts fresh."),be},[gt]),Wt=$.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 rs({cwd:ie.cwd,harness:ie.harness,from:ve??ie.agentSessionId});if(ve)return at(ve);try{const be=await Ht.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}}),Ue(be.id),be}catch(be){throw R(be instanceof $s&&be.reason?be.reason:be.message),be}},[s,at,rs,Ue]),bt=$.useCallback(async ie=>{try{await Ht.killSession(ie)}catch(xe){throw R(xe instanceof $s&&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");Ue(xe?xe.id:null)}},[s,y,Ue]),Rt=$.useCallback(async ie=>{const ve=await Ht.connectWorkflow(ie);return t(xe=>xe&&{...xe,workflows:[...xe.workflows.filter(be=>be.path!==ve.path),ve]}),(tt.current??(tt.current=new Set)).add(ve.path),ve},[]),Zt=$.useCallback(async ie=>{const ve=await Ht.scanWorkflows(ie),xe=await He(),be=tt.current??(tt.current=new Set);for(const Me of xe)be.add(Me.path);return ve},[He]),qs=$.useCallback(()=>Ht.listHarnesses(),[]),Ee=$.useCallback(async(ie,ve)=>{const xe=await Ht.bindWorkflow(ie,ve);t(be=>be&&{...be,sessions:be.sessions.map(Me=>Me.id===xe.id?xe:Me)})},[]),it=$.useCallback(async ie=>{const ve=await Ht.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},[]),Nt=$.useCallback(async(ie,ve)=>{try{await Ht.runMacro(ie,ve)}catch(xe){R(xe instanceof $s&&xe.reason?xe.reason:xe.message)}},[]),Es=$.useCallback(ie=>{const ve=H.current.get(ie);if(ve)return ve;const xe=(async()=>{R("Deploying…");const be=xy(ie),Me=Ey(d.current.find(lt=>lt.path===ie)),_t=performance.now();Cr("agent.deploy_started",{workflow_slug:be,...Me});let ot=null,Ze=null,Xe=!1;try{const lt=await Ht.deploy(ie,yt=>{yt.phase==="linking"?(ot="linking",ye(ie,{phase:"linking"}),R(`Deploying — creating the agent "${yt.name}" on Sapiom…`)):yt.phase==="warning"?(Ze=yt.message,R(yt.message)):yt.phase==="building"&&(ot="building",ye(ie,{phase:"building"}),R("Deploying — building on Sapiom…"),He())});if(lt.phase==="ready")ye(ie,{phase:"ready"}),Cr("agent.deploy_succeeded",{workflow_slug:be,duration_ms:Math.round(performance.now()-_t),...Me}),Xe=!0,R(Ze?`Deployed to Sapiom. ${Ze}`:"Deployed to Sapiom."),z(yt=>{if(!yt.has(ie))return yt;const vs=new Map(yt);return vs.delete(ie),vs}),await He();else if(lt.phase==="error"){const yt=ot==="linking"?"Couldn't create the agent":"Deploy failed",vs=lt.hint?`${yt}: ${lt.message} (${lt.hint})`:`${yt}: ${lt.message}`;ye(ie,{phase:"error",message:vs}),Cr("agent.deploy_failed",{workflow_slug:be,error_kind:Cy(ot,!1),...Me}),Xe=!0,R(vs),z(dt=>new Map(dt).set(ie,vs)),await He()}}catch(lt){const yt=lt instanceof $s&<.reason?lt.reason:lt.message;ye(ie,{phase:"error",message:yt}),Xe||Cr("agent.deploy_failed",{workflow_slug:be,error_kind:Cy(ot,!0),...Me}),R(yt),z(vs=>new Map(vs).set(ie,yt))}finally{Pe(),H.current.delete(ie)}})();return H.current.set(ie,xe),xe},[He,Pe,ye]),xs=$.useCallback(async(ie,ve,xe)=>{try{const{executionId:be}=await Ht.run({definitionId:ve,input:xe});vt(ie,be,"prod")}catch(be){R(be instanceof $s&&be.reason?be.reason:be.message)}finally{Pe()}},[vt,Pe]),Os=$.useCallback(async()=>Ht.startAuth(),[]),Qt=$.useCallback(async()=>{try{await Ht.disconnect()}catch(ie){R(ie instanceof $s&&ie.reason?ie.reason:ie.message)}},[]),Li=$.useCallback(()=>R(null),[]),ki=$.useCallback(async(ie,ve)=>{await Ht.injectInput(ie,{text:ve,submit:!0})},[]),ti=$.useCallback(ie=>{R(ie)},[]),Ws=$.useCallback(ie=>K.get(ie)??null,[K]),yn=$.useCallback(ie=>Ht.listDir(ie),[]);return{state:s,loading:p,error:h,errorKind:S,reload:Be,settings:n,bootToken:ya(),selectedWorkflowPath:A,setSelectedWorkflowPath:C,activeSessionId:y,setActiveSessionId:Ue,history:g,historyLoading:D,loadHistory:Ls,createSession:gt,listTemplates:qt,getTemplate:is,sessionRecord:cs,resumeSession:at,rehydrateSession:rs,resumeFromHistory:Wt,closeSession:bt,connectWorkflow:Rt,scanWorkflows:Zt,listHarnesses:qs,bindWorkflow:Ee,updateSettings:it,runMacro:Nt,deploy:Es,startProdRun:xs,runLocal:kt,injectInput:ki,showToast:ti,lastDeployErrorFor:Ws,deployStateByPath:ce,dismissDeployState:ie=>ye(ie,null),directActionSettleSeq:Ce,listDir:yn,lastMessage:U,runsBySession:Ct,runsByExecution:ee,runIdsBySession:P,selectRun:ns,previewBySession:ue,toast:k,dismissToast:Li,busySessionIds:q,tasks:J,api:Ht,startAuth:Os,disconnect:Qt}}function Tc(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 QT=()=>{var me,De,ze,St,We,us,ks,Tt,bn,Oi,as,Ti,Ar,Sn,Da;const s=ZT(),t=V3(),[n,a]=$.useState(!1),[l,d]=$.useState(!1),[p,c]=$.useState(null),h=$.useRef(null),v=$.useRef(null),S=$.useRef(Y3()),f=$.useRef(!1),x=$.useRef(null),[E,A]=$.useState(null),[C,y]=$.useState(null),[b,g]=$.useState(!1),[_,k]=$.useState(()=>{const Z=Ui().rightTab;return Z==="canvas"||Z==="steps"||Z==="code"?Z:"canvas"}),[R,D]=$.useState(_==="code"),[j,T]=$.useState(null),[M,H]=$.useState(!1),[U,W]=$.useState(()=>Ui().sessionNames??{}),q=(Z,Se)=>{W(Re=>{const Ge={...Re},ct=Se.trim();return ct?Ge[Z]=ct:delete Ge[Z],_n({sessionNames:Ge}),Ge})},[X,J]=$.useState(()=>op()||(Ui().railCollapsed??!1)),[F,G]=$.useState(()=>op()||(Ui().rightCollapsed??!1)),[ee,O]=$.useState(!1),P=HT(),{widths:L,canvasResizing:B,startRailDrag:V,startCanvasDrag:te,resetRail:ue,resetCanvas:fe}=zT(),[K,z]=$.useState(!1),ce=$.useRef(!1),ae=$.useRef(!1),ye=$.useRef(null),Ce=$.useRef(null),$e=$.useCallback(Z=>{Z&&!ce.current&&Z.style.setProperty("--rp-w",`${Z.offsetWidth}px`)},[]),Pe=$.useCallback(Z=>{var Re;if((Re=Ce.current)==null||Re.disconnect(),ye.current=Z,!Z){Ce.current=null;return}const Se=new ResizeObserver(()=>{ae.current||$e(Z)});Se.observe(Z),Ce.current=Se},[$e]);ce.current=F,ae.current=K,$.useLayoutEffect(()=>{if(P)return;z(!0);const Z=window.setTimeout(()=>{z(!1),$e(ye.current)},260);return()=>window.clearTimeout(Z)},[F,P,$e]),$.useEffect(()=>{const Z=Se=>{var Ge;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 hs=Tc(((Ge=s.state)==null?void 0:Ge.sessions)??[],p)[Number(Se.key)-1];hs&&(Se.preventDefault(),d(!1),T(null),s.setActiveSessionId(hs.id))}};return window.addEventListener("keydown",Z),()=>window.removeEventListener("keydown",Z)},[(me=s.state)==null?void 0:me.sessions,p]);const qe=Sk({settingsRoot:(De=s.settings)==null?void 0:De.projectRoot,defaultProjectRoot:(ze=s.state)==null?void 0:ze.defaultProjectRoot,launchDir:(St=s.state)==null?void 0:St.launchDir}),Ue=async Z=>{await s.updateSettings({projectRoot:Z})};$.useEffect(()=>{var Se;if(!n||!s.state)return;const Z=Uy(s.state.sessions,((Se=s.settings)==null?void 0:Se.recentDirs)??[],s.activeSessionId);Z.length>0&&s.loadHistory(Z)},[n]);const je=$.useRef(!1);$.useEffect(()=>{var Se;if(je.current||!s.state)return;je.current=!0;const Z=s.state.sessions.find(Re=>Re.id===s.activeSessionId);c(_a(Z)??((Se=s.state.workflows[0])==null?void 0:Se.path)??null)},[s.state,s.activeSessionId]);const Ke=s.state;$.useEffect(()=>{Ke&<(Ke)},[Ke,Ke==null?void 0:Ke.authenticated,Ke==null?void 0:Ke.userId,Ke==null?void 0:Ke.tenantId,Ke==null?void 0:Ke.consentSource,Ke==null?void 0:Ke.productAnalyticsOptIn,Ke==null?void 0:Ke.version]),$.useEffect(()=>{if(!Ke)return;const Z=Ke.sessions.find(Re=>Re.id===s.activeSessionId),Se={firstRun:Ke.firstRun===!0,settingsOpen:b,templatesOpen:M,hasLiveSession:Ke.sessions.some(Re=>Re.status!=="exited"),inspectingDeadSession:(Z==null?void 0:Z.status)==="exited",rightTab:_};MT(Se)},[Ke,s.activeSessionId,b,M,_]);const vt=$.useRef(P);$.useEffect(()=>{vt.current!==P&&(vt.current=P,J(P),G(P))},[P]),$.useEffect(()=>{P||_n({railCollapsed:X,rightCollapsed:F})},[X,F,P]),$.useEffect(()=>{_n({rightTab:_})},[_]);const $t=((We=s.state)==null?void 0:We.sessions.find(Z=>Z.id===s.activeSessionId&&Z.status==="exited"))??null,kt=$t!=null&&$t.agentSessionId?(us=s.history.find(Z=>Z.agentSessionId===$t.agentSessionId))==null?void 0:us.resumeMode:"rehydrate",ns=($t==null?void 0:$t.agentSessionId)!=null&&kt===void 0?$t.cwd:null,Ct=s.loadHistory;$.useEffect(()=>{ns&&Ct([ns])},[ns,Ct]);const tt=$.useRef(new Map);if($.useEffect(()=>{for(const Z of s.tasks){if(Z.macroId!=="describe")continue;tt.current.get(Z.id)==="running"&&Z.status!=="running"&&s.showToast(Z.status==="failed"?"Couldn't generate descriptions — check the agent terminal for details.":"Describe run finished — the canvas updates if the agent changed the source."),tt.current.set(Z.id,Z.status)}},[s.tasks,s.showToast]),$.useEffect(()=>{const Z=_p();if(Z!=null&&Z.onDeepLink)return Z.onDeepLink(Se=>{var Re;return(Re=h.current)==null?void 0:Re.call(h,Se)})},[]),$.useEffect(()=>{var Se;if(s.loading)return;const Z=S.current;!Z||f.current||(f.current=!0,(Se=h.current)==null||Se.call(h,Z))},[s.loading]),$.useEffect(()=>{var Se;const Z=x.current;Z&&((Se=v.current)!=null&&Se.call(v,Z))&&(x.current=null)},[(ks=s.state)==null?void 0:ks.workflows]),s.loading)return u.jsx("div",{className:"app-status",children:"Loading Agent Studio…"});if(s.error||!s.state){const Z=G3({online:t,error:s.errorKind});return u.jsx(PE,{status:Z==="online"?"error":Z,onRetry:s.reload,detail:s.error,onStartAuth:Z==="auth"?s.startAuth:void 0})}const{state:Be}=s,He=Be.sessions.find(Z=>Z.id===s.activeSessionId)??null,Ls=_a(He),gt=Be.workflows.find(Z=>Z.path===Ls)??null,qt=Be.workflows.find(Z=>Z.path===p)??null,is=Tc(Be.sessions,p),cs=j!=null,at=!cs&&(He==null?void 0:He.status)==="exited",rs=!cs&&!at&&!l&&qt!=null&&is.length===0,Wt=!cs&&!at&&!l&&!rs&&He!=null&&He.status!=="exited",bt=!cs&&!at&&(l||!rs&&!Wt),Rt=l&&He!=null&&He.status!=="exited",Zt=rs?null:gt,qs=rs?(qt==null?void 0:qt.name)??null:null,Ee=Zt?Ca(Zt,s.lastDeployErrorFor(Zt.path)):null,it=s.activeSessionId?s.runsBySession.get(s.activeSessionId)??null:null,Nt=h0(it,Ls)?it:null,Es=s.activeSessionId?(s.runIdsBySession.get(s.activeSessionId)??[]).map(Z=>s.runsByExecution.get(Z)).filter(Z=>Z!==void 0).filter(Z=>h0(Z,Ls)):[],xs=(Nt==null?void 0:Nt.run.status)==="running"?Nt.target:null,Os=()=>{P&&J(!0)},Qt=async(Z,Se)=>{d(!1),T(null),c(Z),Os();const Re=await s.createSession({cwd:Z,harness:Se});return Hc("session.created"),Cr("session.started",{harness_kind:Se,origin:"user"}),Re},Li=async(Z,Se)=>{await Qt(Z,Se)},ki=(Z,Se,Re)=>{const Ge=async ct=>{try{await s.injectInput(Z,Se)}catch(hs){if(ct<6&&hs instanceof $s&&hs.status===409){window.setTimeout(()=>void Ge(ct+1),1500);return}s.showToast(Re)}};Ge(0)},ti=async(Z,Se,Re)=>{const Ge=await Qt(Z,Se),ct=`Scaffold a new Sapiom agent project in this directory: ${Sf(Z,"default")}, then run npm install, read AGENTS.md, and use the sapiom-agent-authoring skill to`,hs=Re==null?void 0:Re.trim();ki(Ge.id,hs?`${ct} build this:
|
|
457
|
+
|
|
458
|
+
${hs}`:`${ct} define the first agent.`,"Couldn't send the scaffold prompt. Ask the coding agent to call sapiom_dev_agents_scaffold.")},Ws=Z=>{(async()=>{const Se=Tc(Be.sessions,Z.path)[0],Re=(Se==null?void 0:Se.cwd)??Z.path;try{const Ge=await Qt(Re,"claude-code");await s.bindWorkflow(Ge.id,Z.path),c(Z.path)}catch(Ge){s.showToast(Ge.message||"Couldn't start the session.")}})()},yn=Z=>{var Re;const Se=((Re=Be.sessions.find(Ge=>Ge.id===Z))==null?void 0:Re.cwd)??".";ki(Z,`Scaffold a new Sapiom agent project in this directory: ${Sf(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.")},ie=async(Z,Se,Re="template_gallery")=>{const Ge=await Qt(Z,"claude-code");Cr("agent.template_cloned",{template_slug:Se.id,template_id:Se.id,surface:Re}),ki(Ge.id,Tk(Se,Z),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.")},ve=Z=>{const Se=new Set;for(const Re of Be.sessions){const Ge=Re.cwd.split("/").filter(Boolean).pop();Ge&&Se.add(Ge)}for(const Re of Be.workflows){const Ge=Re.path.split("/").filter(Boolean).pop();Ge&&Se.add(Ge)}return Ky(xk(Z,Se),qe||null)},xe=(Z,Se)=>{const Re=ve(Z.trim()?bk(Z):gp);if(!Re){s.showToast("Set a project folder first — use the + to open one.");return}G(!0),ti(Re,Se,Z.trim()||void 0)},be=Z=>{const Se=ve(Z.id);if(!Se){s.showToast("Set a project folder first — use the + to open one.");return}G(!0),ie(Se,Z,"welcome")},Me=async Z=>{const Se=await s.scanWorkflows(Z);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},_t=Z=>{d(!1),T(null),H(!1),Os();const Se=Be.sessions.find(Re=>Re.id===Z);Se&&c(_a(Se)??Se.cwd),s.setActiveSessionId(Z)},ot=Z=>{d(!1),T(null),H(!1),s.setActiveSessionId(Z)},Ze=Z=>{d(!1),T(Z),H(!1),Os()},Xe=Z=>{var Re;const Se=((Re=s.settings)==null?void 0:Re.editorUrlTemplate)??"vscode://file{path}";window.location.href=Se.replace("{path}",encodeURI(Z))},lt=Z=>{var Ge;d(!1),T(null),H(!1),c(Z),Os();const Se=Tc(Be.sessions,Z),Re=Se.some(ct=>ct.id===s.activeSessionId)?s.activeSessionId:((Ge=Se[Se.length-1])==null?void 0:Ge.id)??null;Re!==s.activeSessionId&&s.setActiveSessionId(Re)};v.current=Z=>{const Se=Be.workflows.find(Re=>Re.definitionId!=null&&String(Re.definitionId)===Z);return Se?(lt(Se.path),!0):!1},h.current=Z=>{var Se;if(Z.kind==="template"){y(Z.templateId),H(!0);return}(Se=v.current)!=null&&Se.call(v,Z.definitionId)||A(Z)};const yt=async Z=>{var Re;A(null);const Se=ve(((Re=Z.slug)==null?void 0:Re.trim())||`agent-${Z.definitionId}`);if(!Se){s.showToast("Set a project folder first — use the + to open one.");return}x.current=Z.definitionId,G(!0);try{const Ge=await Qt(Se,"claude-code");ki(Ge.id,Ak(Z.definitionId,Se),"Couldn't send the clone prompt. Ask the coding agent to run sapiom_dev_agents_clone.")}catch(Ge){x.current=null,s.showToast(Ge.message||"Couldn't start a session to clone the agent.")}},vs=async Z=>{Os();const Se=Be.sessions.filter(gs=>gs.status!=="exited"),Re=gs=>gs.boundWorkflowPath===Z||Z===gs.cwd||Z.startsWith(`${gs.cwd}/`),Ge=Se.find(gs=>gs.id===s.activeSessionId),ct=Ge&&Re(Ge)?Ge:Se.filter(Re).sort((gs,Rr)=>Rr.cwd.length-gs.cwd.length||Rr.createdAt.localeCompare(gs.createdAt))[0];let hs;if(ct)d(!1),T(null),ct.id!==s.activeSessionId&&s.setActiveSessionId(ct.id),hs=ct.id;else try{hs=(await Qt(Z,"claude-code")).id}catch(gs){return s.showToast(gs.message||"Couldn't start a session in this folder."),null}return await s.bindWorkflow(hs,Z),c(Z),hs},dt=(Z,Se)=>{(async()=>{const Re=Vy(Se.id);((Re==="deploy"||Re==="run-local")&&Z!=null||Re==="prod-run"&&(Z==null?void 0:Z.definitionId)!=null&&yf(Z))&&(k("steps"),G(!1));let ct=s.activeSessionId;if(Z&&(ct=await vs(Z.path)??ct),Se.action.kind==="open-url"){window.open(pk(Se.action.url,Z),"_blank","noopener,noreferrer");return}if(ct){if(Re!==null){if(Re==="deploy")Z?s.deploy(Z.path):s.showToast("Select an agent first.");else if(Re==="prod-run")if((Z==null?void 0:Z.definitionId)!=null&&yf(Z))s.startProdRun(ct,String(Z.definitionId));else{const hs=Z?s.lastDeployErrorFor(Z.path):null,gs=Z?Ca(Z,hs):"draft";s.showToast(gs==="failed"?"Last deploy failed — retry Deploy.":gs==="building"?"The cloud build is still in progress.":gs==="linked"?"No ready deployment yet — deploy it first.":"This agent isn't deployed yet — deploy it first.")}else Re==="run-local"&&(Z?s.runLocal(ct,Z.path):s.showToast("Select an agent first."));return}s.runMacro(Se.id,{harnessSessionId:ct,workflowPath:Z==null?void 0:Z.path})}})()},Gs=Z=>{(async()=>{const Se=await vs(Z.path)??s.activeSessionId;Se&&s.runMacro("describe",{harnessSessionId:Se,workflowPath:Z.path,subject:OT(Z)})})()};return u.jsxs("div",{className:"app-shell","data-rail-collapsed":X||void 0,children:[P&&!X&&u.jsx("div",{className:"shell-scrim","data-testid":"rail-drawer-scrim","aria-hidden":"true",onClick:()=>J(!0)}),!X&&u.jsx(P3,{projectRoot:qe||null,onSaveProjectRoot:Ue,width:L.rail,minWidth:Ip,workflows:Be.workflows,sessions:Be.sessions,activeSessionId:s.activeSessionId,focusedAgentPath:p,onFocusAgent:lt,onOpenPalette:()=>a(!0),onConnect:async Z=>{await s.connectWorkflow(Z)},onCollapse:()=>J(!0),onSelectSession:_t,overviewSelected:bt,onSelectOverview:()=>{d(!0),T(null),H(!1),Os()},onNewSession:()=>{d(!0),H(!1)},onReviewSummary:Ze,history:s.history,historyLoading:s.historyLoading,onOpenHistory:Z=>void s.loadHistory(Z),recentDirs:((Tt=s.settings)==null?void 0:Tt.recentDirs)??[],launchDir:Be.launchDir??null,listDir:s.listDir,onCreateSession:Li,listHarnesses:s.listHarnesses,onScaffoldSession:ti,onScaffoldInSession:yn,onBrowseTemplates:()=>H(!0),templatesActive:M,onScanWorkflows:Me,onToast:s.showToast,telemetryOptIn:((bn=s.settings)==null?void 0:bn.telemetryOptIn)??Be.telemetryOptIn,consentSource:Be.consentSource,consentEnvReason:Be.consentEnvReason,authenticated:Be.authenticated,organizationName:Be.organizationName,onToggleTelemetry:async Z=>{await s.updateSettings({telemetryOptIn:Z})},productAnalyticsOptIn:Be.productAnalyticsOptIn,onToggleProductAnalytics:async Z=>{await s.updateSettings({productAnalyticsOptIn:Z})},rollingSummary:((Oi=s.settings)==null?void 0:Oi.rollingSummary)===!0,onToggleRollingSummary:async Z=>{await s.updateSettings({rollingSummary:Z})},onStartAuth:s.startAuth,onDisconnect:s.disconnect,settingsOpen:b,onSetSettingsOpen:g}),!X&&!P&&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(UE,{}),Be.consentSource==="default-silent"&&!((as=s.settings)!=null&&as.telemetryNoticeDismissed)&&u.jsx(gk,{onDismiss:()=>{s.updateSettings({telemetryNoticeDismissed:!0})},onOpenSettings:()=>g(!0)}),u.jsxs("div",{className:"app"+(M?" is-browsing":"")+(!M&&!P&&!bt?" canvas-animated":"")+(K?" canvas-sliding":"")+(B?" canvas-dragging":""),style:{gridTemplateColumns:M||P||bt?"minmax(0, 1fr)":`minmax(${tl}px, 1fr) ${F?L.canvas==null?"0fr":"0px":L.canvas==null?"1fr":`${L.canvas}px`}`},children:[M&&u.jsx(Gk,{projectRoot:qe||null,recentDirs:((Ti=s.settings)==null?void 0:Ti.recentDirs)??[],listDir:s.listDir,onExit:()=>H(!1),onUse:ie,listTemplates:s.listTemplates,getTemplate:s.getTemplate,openTemplateId:C}),u.jsxs("div",{className:"center-pane",children:[u.jsx(hk,{openedAgentName:qs,reviewTitle:j?j.title:null,composing:bt,activeSession:Wt||at?He:null,sessionName:He?Sy(He,Be.sessions,U):null,onRenameSession:q,boundWorkflowName:(gt==null?void 0:gt.name)??null,sessions:Wt?is:[],onSelectSession:ot,labelOf:Z=>{const Se=Sy(Z,Be.sessions,U),Re=Z.cwd.split("/").filter(Boolean).pop()??"",Ge=Se.startsWith(`${Re} `)?Se.slice(Re.length+1):"";if(!(Se===Re||/^\d+$/.test(Ge))||!qt)return Se;const hs=is.findIndex(gs=>gs.id===Z.id);return hs>0?`${qt.name} ${hs+1}`:qt.name},busy:He!=null&&s.busySessionIds.has(He.id),onCloseSession:Z=>void s.closeSession(Z),onOpenInEditor:Xe,onToast:s.showToast,onExpandRail:X?()=>J(!1):null,onExpandRight:F?()=>G(!1):null,onNewSession:()=>d(!0),actions:Wt&&He&>?u.jsx(vk,{workflow:gt,activeSessionId:s.activeSessionId,sessionReady:He.ready===!0&&He.status!=="exited",macros:Be.macros,onRunMacro:Z=>dt(gt,Z),preview:s.previewBySession.get(He.id)??null,lastDeployError:s.lastDeployErrorFor(gt.path),authenticated:Be.authenticated,directActionSettleSeq:s.directActionSettleSeq,runningTarget:xs}):null}),u.jsx("div",{className:"terminal-slot",children:cs&&j?u.jsx(tk,{summary:j,loadRecord:s.sessionRecord,onStart:()=>{const Z=j;T(null),s.resumeFromHistory(Z)},onClose:()=>T(null)}):at&&He?u.jsx(ek,{session:He,resumeMode:kt,loadRecord:s.sessionRecord,onResume:()=>void s.resumeSession(He.id),onContinue:()=>void s.rehydrateSession({cwd:He.cwd,harness:He.harness,from:He.id}),onClose:()=>void s.closeSession(He.id)}):rs&&qt?u.jsx(ji,{className:"terminal-empty",testId:"open-agent-empty",icon:"Radio",title:`No running session for ${qt.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:()=>Ws(qt),children:[u.jsx(de,{name:"Plus",size:14})," Start session"]})}):Wt&&s.activeSessionId?u.jsx(lk,{sessionId:s.activeSessionId,harness:(He==null?void 0:He.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(r3,{sessionId:s.activeSessionId,token:s.bootToken,cwd:(He==null?void 0:He.cwd)??null})})})}):u.jsx(E3,{firstRun:Be.firstRun===!0,onBack:Rt?()=>d(!1):null,onSubmitIdea:xe,onUseTemplate:be,onBrowseTemplates:()=>H(!0),listHarnesses:s.listHarnesses,listTemplates:s.listTemplates,telemetryOptIn:((Ar=s.settings)==null?void 0:Ar.telemetryOptIn)??Be.telemetryOptIn,onToggleTelemetry:async Z=>{await s.updateSettings({telemetryOptIn:Z})},recentDirs:((Sn=s.settings)==null?void 0:Sn.recentDirs)??[],projectRoot:qe||null,listDir:s.listDir,onConnect:async Z=>{await s.connectWorkflow(Z)},onScan:Me,onScaffold:ti,onSaveProjectRoot:Ue})})]}),!F&&!P&&!bt&&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"}),P&&!F&&u.jsx("div",{className:"shell-scrim","data-testid":"right-sheet-scrim","aria-hidden":"true",onClick:()=>G(!0)}),u.jsxs("div",{ref:Pe,className:"right-pane"+(F||bt?" is-collapsed":""),children:[u.jsxs("div",{className:"right-pane-tabs",role:"tablist","aria-label":"Right pane",children:[u.jsxs("button",{role:"tab","aria-selected":_==="canvas",className:"right-pane-tab"+(_==="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":_==="steps",className:"right-pane-tab"+(_==="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":_==="code",className:"right-pane-tab"+(_==="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:[_==="canvas"&&(Zt==null?void 0:Zt.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":Ee??void 0,href:hu(Zt.definitionId),target:"_blank",rel:"noreferrer","aria-label":`${Ee} — open in the Sapiom dashboard`,"data-tooltip":"Open this agent in the Sapiom dashboard",children:[u.jsx(de,{name:"Cloud",size:12}),Ee==="ready"?"deployed":Ee==="building"?"building":Ee==="failed"?"deploy failed":"linked"]}),_==="canvas"&&u.jsx("button",{className:"theme-toggle","data-testid":"canvas-expand","aria-label":ee?"Exit expanded canvas":"Expand canvas",title:ee?"Exit expanded canvas":"Expand canvas",onClick:()=>O(Z=>!Z),children:u.jsx(de,{name:ee?"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:()=>G(!0),children:u.jsx(de,{name:"PanelRightClose",size:15})})]})]}),u.jsx("div",{className:"right-pane-panel"+(_==="canvas"||_==="steps"?"":" is-hidden"),"data-testid":"right-panel-canvas",children:u.jsx(yE,{sessionId:s.activeSessionId,lastMessage:s.lastMessage,boundWorkflow:Zt,noSessionAgent:qs,overviewActive:bt,sessionExited:at,onCanvasState:Z=>{var Re;if(P)return;const Se=((Re=Be.sessions.find(Ge=>Ge.id===s.activeSessionId))==null?void 0:Re.status)==="exited";G(!Z&&!Se)},expanded:ee,onToggleExpanded:()=>O(Z=>!Z),macros:Be.macros,tasks:s.tasks,surface:_==="steps"?"steps":"board",onOpenSteps:()=>k("steps"),run:(Nt==null?void 0:Nt.run)??null,runTarget:(Nt==null?void 0:Nt.target)??null,runs:Es,onSelectRun:Z=>{s.activeSessionId&&s.selectRun(s.activeSessionId,Z)},preview:s.activeSessionId?s.previewBySession.get(s.activeSessionId)??null:null,deployState:Zt?s.deployStateByPath.get(Zt.path)??null:null,onDismissDeploy:()=>{Zt&&s.dismissDeployState(Zt.path)},onOpenCode:()=>{k("code"),D(!0)},workflows:Be.workflows,onOpenWorkflow:Z=>void vs(Z),onRunMacro:Z=>dt(gt,Z),onInjectPrompt:Z=>{s.activeSessionId&&s.injectInput(s.activeSessionId,Z)},onDescribeWorkflow:Gs})}),(_==="code"||R)&&u.jsx("div",{className:"right-pane-panel"+(_==="code"?"":" is-hidden"),"data-testid":"right-panel-code",children:u.jsx(OE,{boundWorkflow:Zt,noSessionAgent:qs,agentsBaseUrl:Be.agentsBaseUrl,lastDeployError:Zt?s.lastDeployErrorFor(Zt.path):null})})]})]})]}),n&&u.jsx(zE,{sessions:Be.sessions,workflows:Be.workflows,recentDirs:((Da=s.settings)==null?void 0:Da.recentDirs)??[],history:s.history,listDir:s.listDir,onSelectSession:_t,onReviewSummary:Ze,onOpenPath:Z=>void Li(Z,"claude-code"),onBrowseTemplates:()=>H(!0),onClose:()=>a(!1)}),E&&u.jsx(K3,{agentLabel:E.slug?`“${E.slug}”`:`Agent ${E.definitionId}`,onCancel:()=>A(null),onConfirm:()=>void yt(E)}),s.toast&&u.jsx(o3,{message:s.toast,onDismiss:s.dismissToast}),u.jsx(l3,{})]})};function eA(s=typeof window>"u"?"":window.location.search){return new URLSearchParams(s).get("frame")==="macos"?"macos":"web"}document.documentElement.dataset.windowFrame=eA();window.addEventListener("scroll",()=>{(window.scrollX!==0||window.scrollY!==0)&&window.scrollTo(0,0)},{passive:!0});ax.createRoot(document.getElementById("root")).render(u.jsx($.StrictMode,{children:u.jsx(QT,{})}));
|