botschat 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -15
- package/migrations/0012_push_tokens.sql +11 -0
- package/package.json +7 -1
- package/packages/api/src/do/connection-do.ts +90 -1
- package/packages/api/src/env.ts +2 -0
- package/packages/api/src/index.ts +4 -1
- package/packages/api/src/routes/auth.ts +39 -6
- package/packages/api/src/routes/push.ts +52 -0
- package/packages/api/src/utils/fcm.ts +167 -0
- package/packages/api/src/utils/firebase.ts +89 -1
- package/packages/plugin/package.json +1 -1
- package/packages/web/dist/assets/index-B9qN5gs6.js +1 -0
- package/packages/web/dist/assets/index-BQNMGVyU.js +2 -0
- package/packages/web/dist/assets/{index-CCBhODDo.css → index-Bd_RDcgO.css} +1 -1
- package/packages/web/dist/assets/{index-CCFgKLX_.js → index-Civeg2lm.js} +1 -1
- package/packages/web/dist/assets/index-Dk33VSnY.js +2 -0
- package/packages/web/dist/assets/index-Kr85Nj_-.js +1516 -0
- package/packages/web/dist/assets/{index-Dx64BDkP.js → index-lVB82JKU.js} +1 -1
- package/packages/web/dist/assets/index.esm-CtMkqqqb.js +599 -0
- package/packages/web/dist/assets/{web-DJQW-VLX.js → web-CUXjh_UA.js} +1 -1
- package/packages/web/dist/assets/web-vKLTVUul.js +1 -0
- package/packages/web/dist/index.html +6 -4
- package/packages/web/dist/sw.js +158 -1
- package/packages/web/index.html +4 -2
- package/packages/web/src/App.tsx +42 -2
- package/packages/web/src/api.ts +10 -0
- package/packages/web/src/components/AccountSettings.tsx +131 -0
- package/packages/web/src/components/DataConsentModal.tsx +249 -0
- package/packages/web/src/components/LoginPage.tsx +49 -9
- package/packages/web/src/firebase.ts +89 -2
- package/packages/web/src/foreground.ts +51 -0
- package/packages/web/src/main.tsx +2 -1
- package/packages/web/src/push.ts +205 -0
- package/scripts/dev.sh +139 -13
- package/scripts/mock-openclaw.mjs +382 -0
- package/packages/web/dist/assets/index-D8mBAwjS.js +0 -1516
- package/packages/web/dist/assets/index-E-nzPZl8.js +0 -2
|
@@ -0,0 +1,1516 @@
|
|
|
1
|
+
var Tw=Object.defineProperty;var zy=e=>{throw TypeError(e)};var Nw=(e,t,r)=>t in e?Tw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var ms=(e,t,r)=>Nw(e,typeof t!="symbol"?t+"":t,r),By=(e,t,r)=>t.has(e)||zy("Cannot "+r);var Po=(e,t,r)=>(By(e,t,"read from private field"),r?r.call(e):t.get(e)),Uy=(e,t,r)=>t.has(e)?zy("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),Py=(e,t,r,a)=>(By(e,t,"write to private field"),a?a.call(e,r):t.set(e,r),r);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))a(o);new MutationObserver(o=>{for(const c of o)if(c.type==="childList")for(const u of c.addedNodes)u.tagName==="LINK"&&u.rel==="modulepreload"&&a(u)}).observe(document,{childList:!0,subtree:!0});function r(o){const c={};return o.integrity&&(c.integrity=o.integrity),o.referrerPolicy&&(c.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?c.credentials="include":o.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function a(o){if(o.ep)return;o.ep=!0;const c=r(o);fetch(o.href,c)}})();const Cw="modulepreload",Aw=function(e){return"/"+e},Hy={},sr=function(t,r,a){let o=Promise.resolve();if(r&&r.length>0){let u=function(m){return Promise.all(m.map(b=>Promise.resolve(b).then(y=>({status:"fulfilled",value:y}),y=>({status:"rejected",reason:y}))))};document.getElementsByTagName("link");const f=document.querySelector("meta[property=csp-nonce]"),p=(f==null?void 0:f.nonce)||(f==null?void 0:f.getAttribute("nonce"));o=u(r.map(m=>{if(m=Aw(m),m in Hy)return;Hy[m]=!0;const b=m.endsWith(".css"),y=b?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${m}"]${y}`))return;const v=document.createElement("link");if(v.rel=b?"stylesheet":Cw,b||(v.as="script"),v.crossOrigin="",v.href=m,p&&v.setAttribute("nonce",p),document.head.appendChild(v),b)return new Promise((x,S)=>{v.addEventListener("load",x),v.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${m}`)))})}))}function c(u){const f=new Event("vite:preloadError",{cancelable:!0});if(f.payload=u,window.dispatchEvent(f),!f.defaultPrevented)throw u}return o.then(u=>{for(const f of u||[])f.status==="rejected"&&c(f.reason);return t().catch(c)})};function El(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Yf={exports:{}},Ho={};/**
|
|
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 Fy;function Ow(){if(Fy)return Ho;Fy=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(a,o,c){var u=null;if(c!==void 0&&(u=""+c),o.key!==void 0&&(u=""+o.key),"key"in o){c={};for(var f in o)f!=="key"&&(c[f]=o[f])}else c=o;return o=c.ref,{$$typeof:e,type:a,key:u,ref:o!==void 0?o:null,props:c}}return Ho.Fragment=t,Ho.jsx=r,Ho.jsxs=r,Ho}var $y;function Mw(){return $y||($y=1,Yf.exports=Ow()),Yf.exports}var d=Mw(),Wf={exports:{}},Ue={};/**
|
|
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 Gy;function Rw(){if(Gy)return Ue;Gy=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),u=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),p=Symbol.for("react.suspense"),m=Symbol.for("react.memo"),b=Symbol.for("react.lazy"),y=Symbol.for("react.activity"),v=Symbol.iterator;function x(L){return L===null||typeof L!="object"?null:(L=v&&L[v]||L["@@iterator"],typeof L=="function"?L:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,A={};function T(L,O,w){this.props=L,this.context=O,this.refs=A,this.updater=w||S}T.prototype.isReactComponent={},T.prototype.setState=function(L,O){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,O,"setState")},T.prototype.forceUpdate=function(L){this.updater.enqueueForceUpdate(this,L,"forceUpdate")};function D(){}D.prototype=T.prototype;function k(L,O,w){this.props=L,this.context=O,this.refs=A,this.updater=w||S}var C=k.prototype=new D;C.constructor=k,_(C,T.prototype),C.isPureReactComponent=!0;var j=Array.isArray;function I(){}var $={H:null,A:null,T:null,S:null},V=Object.prototype.hasOwnProperty;function te(L,O,w){var J=w.ref;return{$$typeof:e,type:L,key:O,ref:J!==void 0?J:null,props:w}}function P(L,O){return te(L.type,O,L.props)}function F(L){return typeof L=="object"&&L!==null&&L.$$typeof===e}function q(L){var O={"=":"=0",":":"=2"};return"$"+L.replace(/[=:]/g,function(w){return O[w]})}var ce=/\/+/g;function ie(L,O){return typeof L=="object"&&L!==null&&L.key!=null?q(""+L.key):O.toString(36)}function K(L){switch(L.status){case"fulfilled":return L.value;case"rejected":throw L.reason;default:switch(typeof L.status=="string"?L.then(I,I):(L.status="pending",L.then(function(O){L.status==="pending"&&(L.status="fulfilled",L.value=O)},function(O){L.status==="pending"&&(L.status="rejected",L.reason=O)})),L.status){case"fulfilled":return L.value;case"rejected":throw L.reason}}throw L}function U(L,O,w,J,ge){var ae=typeof L;(ae==="undefined"||ae==="boolean")&&(L=null);var Ce=!1;if(L===null)Ce=!0;else switch(ae){case"bigint":case"string":case"number":Ce=!0;break;case"object":switch(L.$$typeof){case e:case t:Ce=!0;break;case b:return Ce=L._init,U(Ce(L._payload),O,w,J,ge)}}if(Ce)return ge=ge(L),Ce=J===""?"."+ie(L,0):J,j(ge)?(w="",Ce!=null&&(w=Ce.replace(ce,"$&/")+"/"),U(ge,O,w,"",function(qe){return qe})):ge!=null&&(F(ge)&&(ge=P(ge,w+(ge.key==null||L&&L.key===ge.key?"":(""+ge.key).replace(ce,"$&/")+"/")+Ce)),O.push(ge)),1;Ce=0;var Ee=J===""?".":J+":";if(j(L))for(var Ne=0;Ne<L.length;Ne++)J=L[Ne],ae=Ee+ie(J,Ne),Ce+=U(J,O,w,ae,ge);else if(Ne=x(L),typeof Ne=="function")for(L=Ne.call(L),Ne=0;!(J=L.next()).done;)J=J.value,ae=Ee+ie(J,Ne++),Ce+=U(J,O,w,ae,ge);else if(ae==="object"){if(typeof L.then=="function")return U(K(L),O,w,J,ge);throw O=String(L),Error("Objects are not valid as a React child (found: "+(O==="[object Object]"?"object with keys {"+Object.keys(L).join(", ")+"}":O)+"). If you meant to render a collection of children, use an array instead.")}return Ce}function ee(L,O,w){if(L==null)return L;var J=[],ge=0;return U(L,J,"","",function(ae){return O.call(w,ae,ge++)}),J}function se(L){if(L._status===-1){var O=L._result;O=O(),O.then(function(w){(L._status===0||L._status===-1)&&(L._status=1,L._result=w)},function(w){(L._status===0||L._status===-1)&&(L._status=2,L._result=w)}),L._status===-1&&(L._status=0,L._result=O)}if(L._status===1)return L._result.default;throw L._result}var be=typeof reportError=="function"?reportError:function(L){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var O=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(O))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",L);return}console.error(L)},M={map:ee,forEach:function(L,O,w){ee(L,function(){O.apply(this,arguments)},w)},count:function(L){var O=0;return ee(L,function(){O++}),O},toArray:function(L){return ee(L,function(O){return O})||[]},only:function(L){if(!F(L))throw Error("React.Children.only expected to receive a single React element child.");return L}};return Ue.Activity=y,Ue.Children=M,Ue.Component=T,Ue.Fragment=r,Ue.Profiler=o,Ue.PureComponent=k,Ue.StrictMode=a,Ue.Suspense=p,Ue.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=$,Ue.__COMPILER_RUNTIME={__proto__:null,c:function(L){return $.H.useMemoCache(L)}},Ue.cache=function(L){return function(){return L.apply(null,arguments)}},Ue.cacheSignal=function(){return null},Ue.cloneElement=function(L,O,w){if(L==null)throw Error("The argument must be a React element, but you passed "+L+".");var J=_({},L.props),ge=L.key;if(O!=null)for(ae in O.key!==void 0&&(ge=""+O.key),O)!V.call(O,ae)||ae==="key"||ae==="__self"||ae==="__source"||ae==="ref"&&O.ref===void 0||(J[ae]=O[ae]);var ae=arguments.length-2;if(ae===1)J.children=w;else if(1<ae){for(var Ce=Array(ae),Ee=0;Ee<ae;Ee++)Ce[Ee]=arguments[Ee+2];J.children=Ce}return te(L.type,ge,J)},Ue.createContext=function(L){return L={$$typeof:u,_currentValue:L,_currentValue2:L,_threadCount:0,Provider:null,Consumer:null},L.Provider=L,L.Consumer={$$typeof:c,_context:L},L},Ue.createElement=function(L,O,w){var J,ge={},ae=null;if(O!=null)for(J in O.key!==void 0&&(ae=""+O.key),O)V.call(O,J)&&J!=="key"&&J!=="__self"&&J!=="__source"&&(ge[J]=O[J]);var Ce=arguments.length-2;if(Ce===1)ge.children=w;else if(1<Ce){for(var Ee=Array(Ce),Ne=0;Ne<Ce;Ne++)Ee[Ne]=arguments[Ne+2];ge.children=Ee}if(L&&L.defaultProps)for(J in Ce=L.defaultProps,Ce)ge[J]===void 0&&(ge[J]=Ce[J]);return te(L,ae,ge)},Ue.createRef=function(){return{current:null}},Ue.forwardRef=function(L){return{$$typeof:f,render:L}},Ue.isValidElement=F,Ue.lazy=function(L){return{$$typeof:b,_payload:{_status:-1,_result:L},_init:se}},Ue.memo=function(L,O){return{$$typeof:m,type:L,compare:O===void 0?null:O}},Ue.startTransition=function(L){var O=$.T,w={};$.T=w;try{var J=L(),ge=$.S;ge!==null&&ge(w,J),typeof J=="object"&&J!==null&&typeof J.then=="function"&&J.then(I,be)}catch(ae){be(ae)}finally{O!==null&&w.types!==null&&(O.types=w.types),$.T=O}},Ue.unstable_useCacheRefresh=function(){return $.H.useCacheRefresh()},Ue.use=function(L){return $.H.use(L)},Ue.useActionState=function(L,O,w){return $.H.useActionState(L,O,w)},Ue.useCallback=function(L,O){return $.H.useCallback(L,O)},Ue.useContext=function(L){return $.H.useContext(L)},Ue.useDebugValue=function(){},Ue.useDeferredValue=function(L,O){return $.H.useDeferredValue(L,O)},Ue.useEffect=function(L,O){return $.H.useEffect(L,O)},Ue.useEffectEvent=function(L){return $.H.useEffectEvent(L)},Ue.useId=function(){return $.H.useId()},Ue.useImperativeHandle=function(L,O,w){return $.H.useImperativeHandle(L,O,w)},Ue.useInsertionEffect=function(L,O){return $.H.useInsertionEffect(L,O)},Ue.useLayoutEffect=function(L,O){return $.H.useLayoutEffect(L,O)},Ue.useMemo=function(L,O){return $.H.useMemo(L,O)},Ue.useOptimistic=function(L,O){return $.H.useOptimistic(L,O)},Ue.useReducer=function(L,O,w){return $.H.useReducer(L,O,w)},Ue.useRef=function(L){return $.H.useRef(L)},Ue.useState=function(L){return $.H.useState(L)},Ue.useSyncExternalStore=function(L,O,w){return $.H.useSyncExternalStore(L,O,w)},Ue.useTransition=function(){return $.H.useTransition()},Ue.version="19.2.4",Ue}var Ky;function gp(){return Ky||(Ky=1,Wf.exports=Rw()),Wf.exports}var R=gp();const dl=El(R);var Xf={exports:{}},Fo={},Zf={exports:{}},Jf={};/**
|
|
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 qy;function Iw(){return qy||(qy=1,(function(e){function t(U,ee){var se=U.length;U.push(ee);e:for(;0<se;){var be=se-1>>>1,M=U[be];if(0<o(M,ee))U[be]=ee,U[se]=M,se=be;else break e}}function r(U){return U.length===0?null:U[0]}function a(U){if(U.length===0)return null;var ee=U[0],se=U.pop();if(se!==ee){U[0]=se;e:for(var be=0,M=U.length,L=M>>>1;be<L;){var O=2*(be+1)-1,w=U[O],J=O+1,ge=U[J];if(0>o(w,se))J<M&&0>o(ge,w)?(U[be]=ge,U[J]=se,be=J):(U[be]=w,U[O]=se,be=O);else if(J<M&&0>o(ge,se))U[be]=ge,U[J]=se,be=J;else break e}}return ee}function o(U,ee){var se=U.sortIndex-ee.sortIndex;return se!==0?se:U.id-ee.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var c=performance;e.unstable_now=function(){return c.now()}}else{var u=Date,f=u.now();e.unstable_now=function(){return u.now()-f}}var p=[],m=[],b=1,y=null,v=3,x=!1,S=!1,_=!1,A=!1,T=typeof setTimeout=="function"?setTimeout:null,D=typeof clearTimeout=="function"?clearTimeout:null,k=typeof setImmediate<"u"?setImmediate:null;function C(U){for(var ee=r(m);ee!==null;){if(ee.callback===null)a(m);else if(ee.startTime<=U)a(m),ee.sortIndex=ee.expirationTime,t(p,ee);else break;ee=r(m)}}function j(U){if(_=!1,C(U),!S)if(r(p)!==null)S=!0,I||(I=!0,q());else{var ee=r(m);ee!==null&&K(j,ee.startTime-U)}}var I=!1,$=-1,V=5,te=-1;function P(){return A?!0:!(e.unstable_now()-te<V)}function F(){if(A=!1,I){var U=e.unstable_now();te=U;var ee=!0;try{e:{S=!1,_&&(_=!1,D($),$=-1),x=!0;var se=v;try{t:{for(C(U),y=r(p);y!==null&&!(y.expirationTime>U&&P());){var be=y.callback;if(typeof be=="function"){y.callback=null,v=y.priorityLevel;var M=be(y.expirationTime<=U);if(U=e.unstable_now(),typeof M=="function"){y.callback=M,C(U),ee=!0;break t}y===r(p)&&a(p),C(U)}else a(p);y=r(p)}if(y!==null)ee=!0;else{var L=r(m);L!==null&&K(j,L.startTime-U),ee=!1}}break e}finally{y=null,v=se,x=!1}ee=void 0}}finally{ee?q():I=!1}}}var q;if(typeof k=="function")q=function(){k(F)};else if(typeof MessageChannel<"u"){var ce=new MessageChannel,ie=ce.port2;ce.port1.onmessage=F,q=function(){ie.postMessage(null)}}else q=function(){T(F,0)};function K(U,ee){$=T(function(){U(e.unstable_now())},ee)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(U){U.callback=null},e.unstable_forceFrameRate=function(U){0>U||125<U?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):V=0<U?Math.floor(1e3/U):5},e.unstable_getCurrentPriorityLevel=function(){return v},e.unstable_next=function(U){switch(v){case 1:case 2:case 3:var ee=3;break;default:ee=v}var se=v;v=ee;try{return U()}finally{v=se}},e.unstable_requestPaint=function(){A=!0},e.unstable_runWithPriority=function(U,ee){switch(U){case 1:case 2:case 3:case 4:case 5:break;default:U=3}var se=v;v=U;try{return ee()}finally{v=se}},e.unstable_scheduleCallback=function(U,ee,se){var be=e.unstable_now();switch(typeof se=="object"&&se!==null?(se=se.delay,se=typeof se=="number"&&0<se?be+se:be):se=be,U){case 1:var M=-1;break;case 2:M=250;break;case 5:M=1073741823;break;case 4:M=1e4;break;default:M=5e3}return M=se+M,U={id:b++,callback:ee,priorityLevel:U,startTime:se,expirationTime:M,sortIndex:-1},se>be?(U.sortIndex=se,t(m,U),r(p)===null&&U===r(m)&&(_?(D($),$=-1):_=!0,K(j,se-be))):(U.sortIndex=M,t(p,U),S||x||(S=!0,I||(I=!0,q()))),U},e.unstable_shouldYield=P,e.unstable_wrapCallback=function(U){var ee=v;return function(){var se=v;v=ee;try{return U.apply(this,arguments)}finally{v=se}}}})(Jf)),Jf}var Vy;function Dw(){return Vy||(Vy=1,Zf.exports=Iw()),Zf.exports}var Qf={exports:{}},un={};/**
|
|
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 Yy;function Lw(){if(Yy)return un;Yy=1;var e=gp();function t(p){var m="https://react.dev/errors/"+p;if(1<arguments.length){m+="?args[]="+encodeURIComponent(arguments[1]);for(var b=2;b<arguments.length;b++)m+="&args[]="+encodeURIComponent(arguments[b])}return"Minified React error #"+p+"; visit "+m+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function r(){}var a={d:{f:r,r:function(){throw Error(t(522))},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},o=Symbol.for("react.portal");function c(p,m,b){var y=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:o,key:y==null?null:""+y,children:p,containerInfo:m,implementation:b}}var u=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function f(p,m){if(p==="font")return"";if(typeof m=="string")return m==="use-credentials"?m:""}return un.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,un.createPortal=function(p,m){var b=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!m||m.nodeType!==1&&m.nodeType!==9&&m.nodeType!==11)throw Error(t(299));return c(p,m,null,b)},un.flushSync=function(p){var m=u.T,b=a.p;try{if(u.T=null,a.p=2,p)return p()}finally{u.T=m,a.p=b,a.d.f()}},un.preconnect=function(p,m){typeof p=="string"&&(m?(m=m.crossOrigin,m=typeof m=="string"?m==="use-credentials"?m:"":void 0):m=null,a.d.C(p,m))},un.prefetchDNS=function(p){typeof p=="string"&&a.d.D(p)},un.preinit=function(p,m){if(typeof p=="string"&&m&&typeof m.as=="string"){var b=m.as,y=f(b,m.crossOrigin),v=typeof m.integrity=="string"?m.integrity:void 0,x=typeof m.fetchPriority=="string"?m.fetchPriority:void 0;b==="style"?a.d.S(p,typeof m.precedence=="string"?m.precedence:void 0,{crossOrigin:y,integrity:v,fetchPriority:x}):b==="script"&&a.d.X(p,{crossOrigin:y,integrity:v,fetchPriority:x,nonce:typeof m.nonce=="string"?m.nonce:void 0})}},un.preinitModule=function(p,m){if(typeof p=="string")if(typeof m=="object"&&m!==null){if(m.as==null||m.as==="script"){var b=f(m.as,m.crossOrigin);a.d.M(p,{crossOrigin:b,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0})}}else m==null&&a.d.M(p)},un.preload=function(p,m){if(typeof p=="string"&&typeof m=="object"&&m!==null&&typeof m.as=="string"){var b=m.as,y=f(b,m.crossOrigin);a.d.L(p,b,{crossOrigin:y,integrity:typeof m.integrity=="string"?m.integrity:void 0,nonce:typeof m.nonce=="string"?m.nonce:void 0,type:typeof m.type=="string"?m.type:void 0,fetchPriority:typeof m.fetchPriority=="string"?m.fetchPriority:void 0,referrerPolicy:typeof m.referrerPolicy=="string"?m.referrerPolicy:void 0,imageSrcSet:typeof m.imageSrcSet=="string"?m.imageSrcSet:void 0,imageSizes:typeof m.imageSizes=="string"?m.imageSizes:void 0,media:typeof m.media=="string"?m.media:void 0})}},un.preloadModule=function(p,m){if(typeof p=="string")if(m){var b=f(m.as,m.crossOrigin);a.d.m(p,{as:typeof m.as=="string"&&m.as!=="script"?m.as:void 0,crossOrigin:b,integrity:typeof m.integrity=="string"?m.integrity:void 0})}else a.d.m(p)},un.requestFormReset=function(p){a.d.r(p)},un.unstable_batchedUpdates=function(p,m){return p(m)},un.useFormState=function(p,m,b){return u.H.useFormState(p,m,b)},un.useFormStatus=function(){return u.H.useHostTransitionStatus()},un.version="19.2.4",un}var Wy;function jw(){if(Wy)return Qf.exports;Wy=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),Qf.exports=Lw(),Qf.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 Xy;function zw(){if(Xy)return Fo;Xy=1;var e=Dw(),t=gp(),r=jw();function a(n){var i="https://react.dev/errors/"+n;if(1<arguments.length){i+="?args[]="+encodeURIComponent(arguments[1]);for(var s=2;s<arguments.length;s++)i+="&args[]="+encodeURIComponent(arguments[s])}return"Minified React error #"+n+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function o(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function c(n){var i=n,s=n;if(n.alternate)for(;i.return;)i=i.return;else{n=i;do i=n,(i.flags&4098)!==0&&(s=i.return),n=i.return;while(n)}return i.tag===3?s:null}function u(n){if(n.tag===13){var i=n.memoizedState;if(i===null&&(n=n.alternate,n!==null&&(i=n.memoizedState)),i!==null)return i.dehydrated}return null}function f(n){if(n.tag===31){var i=n.memoizedState;if(i===null&&(n=n.alternate,n!==null&&(i=n.memoizedState)),i!==null)return i.dehydrated}return null}function p(n){if(c(n)!==n)throw Error(a(188))}function m(n){var i=n.alternate;if(!i){if(i=c(n),i===null)throw Error(a(188));return i!==n?null:n}for(var s=n,l=i;;){var h=s.return;if(h===null)break;var g=h.alternate;if(g===null){if(l=h.return,l!==null){s=l;continue}break}if(h.child===g.child){for(g=h.child;g;){if(g===s)return p(h),n;if(g===l)return p(h),i;g=g.sibling}throw Error(a(188))}if(s.return!==l.return)s=h,l=g;else{for(var E=!1,N=h.child;N;){if(N===s){E=!0,s=h,l=g;break}if(N===l){E=!0,l=h,s=g;break}N=N.sibling}if(!E){for(N=g.child;N;){if(N===s){E=!0,s=g,l=h;break}if(N===l){E=!0,l=g,s=h;break}N=N.sibling}if(!E)throw Error(a(189))}}if(s.alternate!==l)throw Error(a(190))}if(s.tag!==3)throw Error(a(188));return s.stateNode.current===s?n:i}function b(n){var i=n.tag;if(i===5||i===26||i===27||i===6)return n;for(n=n.child;n!==null;){if(i=b(n),i!==null)return i;n=n.sibling}return null}var y=Object.assign,v=Symbol.for("react.element"),x=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),_=Symbol.for("react.fragment"),A=Symbol.for("react.strict_mode"),T=Symbol.for("react.profiler"),D=Symbol.for("react.consumer"),k=Symbol.for("react.context"),C=Symbol.for("react.forward_ref"),j=Symbol.for("react.suspense"),I=Symbol.for("react.suspense_list"),$=Symbol.for("react.memo"),V=Symbol.for("react.lazy"),te=Symbol.for("react.activity"),P=Symbol.for("react.memo_cache_sentinel"),F=Symbol.iterator;function q(n){return n===null||typeof n!="object"?null:(n=F&&n[F]||n["@@iterator"],typeof n=="function"?n:null)}var ce=Symbol.for("react.client.reference");function ie(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===ce?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case _:return"Fragment";case T:return"Profiler";case A:return"StrictMode";case j:return"Suspense";case I:return"SuspenseList";case te:return"Activity"}if(typeof n=="object")switch(n.$$typeof){case S:return"Portal";case k:return n.displayName||"Context";case D:return(n._context.displayName||"Context")+".Consumer";case C:var i=n.render;return n=n.displayName,n||(n=i.displayName||i.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case $:return i=n.displayName||null,i!==null?i:ie(n.type)||"Memo";case V:i=n._payload,n=n._init;try{return ie(n(i))}catch{}}return null}var K=Array.isArray,U=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ee=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,se={pending:!1,data:null,method:null,action:null},be=[],M=-1;function L(n){return{current:n}}function O(n){0>M||(n.current=be[M],be[M]=null,M--)}function w(n,i){M++,be[M]=n.current,n.current=i}var J=L(null),ge=L(null),ae=L(null),Ce=L(null);function Ee(n,i){switch(w(ae,i),w(ge,n),w(J,null),i.nodeType){case 9:case 11:n=(n=i.documentElement)&&(n=n.namespaceURI)?sy(n):0;break;default:if(n=i.tagName,i=i.namespaceURI)i=sy(i),n=oy(i,n);else switch(n){case"svg":n=1;break;case"math":n=2;break;default:n=0}}O(J),w(J,n)}function Ne(){O(J),O(ge),O(ae)}function qe(n){n.memoizedState!==null&&w(Ce,n);var i=J.current,s=oy(i,n.type);i!==s&&(w(ge,n),w(J,s))}function it(n){ge.current===n&&(O(J),O(ge)),Ce.current===n&&(O(Ce),jo._currentValue=se)}var Vn,lr;function de(n){if(Vn===void 0)try{throw Error()}catch(s){var i=s.stack.trim().match(/\n( *(at )?)/);Vn=i&&i[1]||"",lr=-1<s.stack.indexOf(`
|
|
42
|
+
at`)?" (<anonymous>)":-1<s.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
43
|
+
`+Vn+n+lr}var me=!1;function ve(n,i){if(!n||me)return"";me=!0;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var l={DetermineComponentFrameRoot:function(){try{if(i){var ue=function(){throw Error()};if(Object.defineProperty(ue.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ue,[])}catch(Q){var X=Q}Reflect.construct(n,[],ue)}else{try{ue.call()}catch(Q){X=Q}n.call(ue.prototype)}}else{try{throw Error()}catch(Q){X=Q}(ue=n())&&typeof ue.catch=="function"&&ue.catch(function(){})}}catch(Q){if(Q&&X&&typeof Q.stack=="string")return[Q.stack,X.stack]}return[null,null]}};l.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var h=Object.getOwnPropertyDescriptor(l.DetermineComponentFrameRoot,"name");h&&h.configurable&&Object.defineProperty(l.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var g=l.DetermineComponentFrameRoot(),E=g[0],N=g[1];if(E&&N){var z=E.split(`
|
|
44
|
+
`),W=N.split(`
|
|
45
|
+
`);for(h=l=0;l<z.length&&!z[l].includes("DetermineComponentFrameRoot");)l++;for(;h<W.length&&!W[h].includes("DetermineComponentFrameRoot");)h++;if(l===z.length||h===W.length)for(l=z.length-1,h=W.length-1;1<=l&&0<=h&&z[l]!==W[h];)h--;for(;1<=l&&0<=h;l--,h--)if(z[l]!==W[h]){if(l!==1||h!==1)do if(l--,h--,0>h||z[l]!==W[h]){var re=`
|
|
46
|
+
`+z[l].replace(" at new "," at ");return n.displayName&&re.includes("<anonymous>")&&(re=re.replace("<anonymous>",n.displayName)),re}while(1<=l&&0<=h);break}}}finally{me=!1,Error.prepareStackTrace=s}return(s=n?n.displayName||n.name:"")?de(s):""}function Ae(n,i){switch(n.tag){case 26:case 27:case 5:return de(n.type);case 16:return de("Lazy");case 13:return n.child!==i&&i!==null?de("Suspense Fallback"):de("Suspense");case 19:return de("SuspenseList");case 0:case 15:return ve(n.type,!1);case 11:return ve(n.type.render,!1);case 1:return ve(n.type,!0);case 31:return de("Activity");default:return""}}function Ge(n){try{var i="",s=null;do i+=Ae(n,s),s=n,n=n.return;while(n);return i}catch(l){return`
|
|
47
|
+
Error generating stack: `+l.message+`
|
|
48
|
+
`+l.stack}}var vt=Object.prototype.hasOwnProperty,Yt=e.unstable_scheduleCallback,cr=e.unstable_cancelCallback,Zt=e.unstable_shouldYield,Rr=e.unstable_requestPaint,Tt=e.unstable_now,Ma=e.unstable_getCurrentPriorityLevel,ne=e.unstable_ImmediatePriority,pe=e.unstable_UserBlockingPriority,Ie=e.unstable_NormalPriority,Ke=e.unstable_LowPriority,at=e.unstable_IdlePriority,hn=e.log,ur=e.unstable_setDisableYieldValue,Jt=null,It=null;function on(n){if(typeof hn=="function"&&ur(n),It&&typeof It.setStrictMode=="function")try{It.setStrictMode(Jt,n)}catch{}}var ct=Math.clz32?Math.clz32:Ml,yr=Math.log,pn=Math.LN2;function Ml(n){return n>>>=0,n===0?32:31-(yr(n)/pn|0)|0}var Wi=256,Ra=262144,Xi=4194304;function _n(n){var i=n&42;if(i!==0)return i;switch(n&-n){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 n&261888;case 262144:case 524288:case 1048576:case 2097152:return n&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return n&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return n}}function B(n,i,s){var l=n.pendingLanes;if(l===0)return 0;var h=0,g=n.suspendedLanes,E=n.pingedLanes;n=n.warmLanes;var N=l&134217727;return N!==0?(l=N&~g,l!==0?h=_n(l):(E&=N,E!==0?h=_n(E):s||(s=N&~n,s!==0&&(h=_n(s))))):(N=l&~g,N!==0?h=_n(N):E!==0?h=_n(E):s||(s=l&~n,s!==0&&(h=_n(s)))),h===0?0:i!==0&&i!==h&&(i&g)===0&&(g=h&-h,s=i&-i,g>=s||g===32&&(s&4194048)!==0)?i:h}function oe(n,i){return(n.pendingLanes&~(n.suspendedLanes&~n.pingedLanes)&i)===0}function xe(n,i){switch(n){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 Be(){var n=Xi;return Xi<<=1,(Xi&62914560)===0&&(Xi=4194304),n}function Nt(n){for(var i=[],s=0;31>s;s++)i.push(n);return i}function xt(n,i){n.pendingLanes|=i,i!==268435456&&(n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0)}function we(n,i,s,l,h,g){var E=n.pendingLanes;n.pendingLanes=s,n.suspendedLanes=0,n.pingedLanes=0,n.warmLanes=0,n.expiredLanes&=s,n.entangledLanes&=s,n.errorRecoveryDisabledLanes&=s,n.shellSuspendCounter=0;var N=n.entanglements,z=n.expirationTimes,W=n.hiddenUpdates;for(s=E&~s;0<s;){var re=31-ct(s),ue=1<<re;N[re]=0,z[re]=-1;var X=W[re];if(X!==null)for(W[re]=null,re=0;re<X.length;re++){var Q=X[re];Q!==null&&(Q.lane&=-536870913)}s&=~ue}l!==0&&Se(n,l,0),g!==0&&h===0&&n.tag!==0&&(n.suspendedLanes|=g&~(E&~i))}function Se(n,i,s){n.pendingLanes|=i,n.suspendedLanes&=~i;var l=31-ct(i);n.entangledLanes|=i,n.entanglements[l]=n.entanglements[l]|1073741824|s&261930}function je(n,i){var s=n.entangledLanes|=i;for(n=n.entanglements;s;){var l=31-ct(s),h=1<<l;h&i|n[l]&i&&(n[l]|=i),s&=~h}}function jt(n,i){var s=i&-i;return s=(s&42)!==0?1:Ot(s),(s&(n.suspendedLanes|i))!==0?0:s}function Ot(n){switch(n){case 2:n=1;break;case 8:n=4;break;case 32:n=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:n=128;break;case 268435456:n=134217728;break;default:n=0}return n}function Ir(n){return n&=-n,2<n?8<n?(n&134217727)!==0?32:268435456:8:2}function Ia(){var n=ee.p;return n!==0?n:(n=window.event,n===void 0?32:Oy(n.type))}function Da(n,i){var s=ee.p;try{return ee.p=n,i()}finally{ee.p=s}}var vr=Math.random().toString(36).slice(2),zt="__reactFiber$"+vr,ln="__reactProps$"+vr,di="__reactContainer$"+vr,qs="__reactEvents$"+vr,Rl="__reactListeners$"+vr,La="__reactHandles$"+vr,Il="__reactResources$"+vr,Zi="__reactMarker$"+vr;function Vs(n){delete n[zt],delete n[ln],delete n[qs],delete n[Rl],delete n[La]}function mn(n){var i=n[zt];if(i)return i;for(var s=n.parentNode;s;){if(i=s[di]||s[zt]){if(s=i.alternate,i.child!==null||s!==null&&s.child!==null)for(n=py(n);n!==null;){if(s=n[zt])return s;n=py(n)}return i}n=s,s=n.parentNode}return null}function Dr(n){if(n=n[zt]||n[di]){var i=n.tag;if(i===5||i===6||i===13||i===31||i===26||i===27||i===3)return n}return null}function fi(n){var i=n.tag;if(i===5||i===26||i===27||i===6)return n.stateNode;throw Error(a(33))}function hi(n){var i=n[Il];return i||(i=n[Il]={hoistableStyles:new Map,hoistableScripts:new Map}),i}function Ht(n){n[Zi]=!0}var Dl=new Set,Ji={};function Lr(n,i){fe(n,i),fe(n+"Capture",i)}function fe(n,i){for(Ji[n]=i,n=0;n<i.length;n++)Dl.add(i[n])}var Oe=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]*$"),Ve={},ut={};function Bt(n){return vt.call(ut,n)?!0:vt.call(Ve,n)?!1:Oe.test(n)?ut[n]=!0:(Ve[n]=!0,!1)}function cn(n,i,s){if(Bt(i))if(s===null)n.removeAttribute(i);else{switch(typeof s){case"undefined":case"function":case"symbol":n.removeAttribute(i);return;case"boolean":var l=i.toLowerCase().slice(0,5);if(l!=="data-"&&l!=="aria-"){n.removeAttribute(i);return}}n.setAttribute(i,""+s)}}function Ln(n,i,s){if(s===null)n.removeAttribute(i);else{switch(typeof s){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(i);return}n.setAttribute(i,""+s)}}function wn(n,i,s,l){if(l===null)n.removeAttribute(s);else{switch(typeof l){case"undefined":case"function":case"symbol":case"boolean":n.removeAttribute(s);return}n.setAttributeNS(i,s,""+l)}}function wt(n){switch(typeof n){case"bigint":case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function jn(n){var i=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function Ll(n,i,s){var l=Object.getOwnPropertyDescriptor(n.constructor.prototype,i);if(!n.hasOwnProperty(i)&&typeof l<"u"&&typeof l.get=="function"&&typeof l.set=="function"){var h=l.get,g=l.set;return Object.defineProperty(n,i,{configurable:!0,get:function(){return h.call(this)},set:function(E){s=""+E,g.call(this,E)}}),Object.defineProperty(n,i,{enumerable:l.enumerable}),{getValue:function(){return s},setValue:function(E){s=""+E},stopTracking:function(){n._valueTracker=null,delete n[i]}}}}function ja(n){if(!n._valueTracker){var i=jn(n)?"checked":"value";n._valueTracker=Ll(n,i,""+n[i])}}function Ys(n){if(!n)return!1;var i=n._valueTracker;if(!i)return!0;var s=i.getValue(),l="";return n&&(l=jn(n)?n.checked?"true":"false":n.value),n=l,n!==s?(i.setValue(n),!0):!1}function za(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}var qu=/[\n"\\]/g;function kn(n){return n.replace(qu,function(i){return"\\"+i.charCodeAt(0).toString(16)+" "})}function Ws(n,i,s,l,h,g,E,N){n.name="",E!=null&&typeof E!="function"&&typeof E!="symbol"&&typeof E!="boolean"?n.type=E:n.removeAttribute("type"),i!=null?E==="number"?(i===0&&n.value===""||n.value!=i)&&(n.value=""+wt(i)):n.value!==""+wt(i)&&(n.value=""+wt(i)):E!=="submit"&&E!=="reset"||n.removeAttribute("value"),i!=null?Ba(n,E,wt(i)):s!=null?Ba(n,E,wt(s)):l!=null&&n.removeAttribute("value"),h==null&&g!=null&&(n.defaultChecked=!!g),h!=null&&(n.checked=h&&typeof h!="function"&&typeof h!="symbol"),N!=null&&typeof N!="function"&&typeof N!="symbol"&&typeof N!="boolean"?n.name=""+wt(N):n.removeAttribute("name")}function Qi(n,i,s,l,h,g,E,N){if(g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"&&(n.type=g),i!=null||s!=null){if(!(g!=="submit"&&g!=="reset"||i!=null)){ja(n);return}s=s!=null?""+wt(s):"",i=i!=null?""+wt(i):s,N||i===n.value||(n.value=i),n.defaultValue=i}l=l??h,l=typeof l!="function"&&typeof l!="symbol"&&!!l,n.checked=N?n.checked:!!l,n.defaultChecked=!!l,E!=null&&typeof E!="function"&&typeof E!="symbol"&&typeof E!="boolean"&&(n.name=E),ja(n)}function Ba(n,i,s){i==="number"&&za(n.ownerDocument)===n||n.defaultValue===""+s||(n.defaultValue=""+s)}function Qt(n,i,s,l){if(n=n.options,i){i={};for(var h=0;h<s.length;h++)i["$"+s[h]]=!0;for(s=0;s<n.length;s++)h=i.hasOwnProperty("$"+n[s].value),n[s].selected!==h&&(n[s].selected=h),h&&l&&(n[s].defaultSelected=!0)}else{for(s=""+wt(s),i=null,h=0;h<n.length;h++){if(n[h].value===s){n[h].selected=!0,l&&(n[h].defaultSelected=!0);return}i!==null||n[h].disabled||(i=n[h])}i!==null&&(i.selected=!0)}}function jl(n,i,s){if(i!=null&&(i=""+wt(i),i!==n.value&&(n.value=i),s==null)){n.defaultValue!==i&&(n.defaultValue=i);return}n.defaultValue=s!=null?""+wt(s):""}function Ua(n,i,s,l){if(i==null){if(l!=null){if(s!=null)throw Error(a(92));if(K(l)){if(1<l.length)throw Error(a(93));l=l[0]}s=l}s==null&&(s=""),i=s}s=wt(i),n.defaultValue=s,l=n.textContent,l===s&&l!==""&&l!==null&&(n.value=l),ja(n)}function Le(n,i){if(i){var s=n.firstChild;if(s&&s===n.lastChild&&s.nodeType===3){s.nodeValue=i;return}}n.textContent=i}var zl=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 Ft(n,i,s){var l=i.indexOf("--")===0;s==null||typeof s=="boolean"||s===""?l?n.setProperty(i,""):i==="float"?n.cssFloat="":n[i]="":l?n.setProperty(i,s):typeof s!="number"||s===0||zl.has(i)?i==="float"?n.cssFloat=s:n[i]=(""+s).trim():n[i]=s+"px"}function dt(n,i,s){if(i!=null&&typeof i!="object")throw Error(a(62));if(n=n.style,s!=null){for(var l in s)!s.hasOwnProperty(l)||i!=null&&i.hasOwnProperty(l)||(l.indexOf("--")===0?n.setProperty(l,""):l==="float"?n.cssFloat="":n[l]="");for(var h in i)l=i[h],i.hasOwnProperty(h)&&s[h]!==l&&Ft(n,h,l)}else for(var g in i)i.hasOwnProperty(g)&&Ft(n,g,i[g])}function pi(n){if(n.indexOf("-")===-1)return!1;switch(n){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 jr=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"]]),Xs=/^[\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 mi(n){return Xs.test(""+n)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":n}function ye(){}var ke=null;function Pe(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var Ze=null,Rt=null;function Yn(n){var i=Dr(n);if(i&&(n=i.stateNode)){var s=n[ln]||null;e:switch(n=i.stateNode,i.type){case"input":if(Ws(n,s.value,s.defaultValue,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name),i=s.name,s.type==="radio"&&i!=null){for(s=n;s.parentNode;)s=s.parentNode;for(s=s.querySelectorAll('input[name="'+kn(""+i)+'"][type="radio"]'),i=0;i<s.length;i++){var l=s[i];if(l!==n&&l.form===n.form){var h=l[ln]||null;if(!h)throw Error(a(90));Ws(l,h.value,h.defaultValue,h.defaultValue,h.checked,h.defaultChecked,h.type,h.name)}}for(i=0;i<s.length;i++)l=s[i],l.form===n.form&&Ys(l)}break e;case"textarea":jl(n,s.value,s.defaultValue);break e;case"select":i=s.value,i!=null&&Qt(n,!!s.multiple,i,!1)}}}var Zs=!1;function Bl(n,i,s){if(Zs)return n(i,s);Zs=!0;try{var l=n(i);return l}finally{if(Zs=!1,(Ze!==null||Rt!==null)&&(kc(),Ze&&(i=Ze,n=Rt,Rt=Ze=null,Yn(i),n)))for(i=0;i<n.length;i++)Yn(n[i])}}function Js(n,i){var s=n.stateNode;if(s===null)return null;var l=s[ln]||null;if(l===null)return null;s=l[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":(l=!l.disabled)||(n=n.type,l=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!l;break e;default:n=!1}if(n)return null;if(s&&typeof s!="function")throw Error(a(231,i,typeof s));return s}var zr=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Vu=!1;if(zr)try{var Qs={};Object.defineProperty(Qs,"passive",{get:function(){Vu=!0}}),window.addEventListener("test",Qs,Qs),window.removeEventListener("test",Qs,Qs)}catch{Vu=!1}var gi=null,Yu=null,Ul=null;function om(){if(Ul)return Ul;var n,i=Yu,s=i.length,l,h="value"in gi?gi.value:gi.textContent,g=h.length;for(n=0;n<s&&i[n]===h[n];n++);var E=s-n;for(l=1;l<=E&&i[s-l]===h[g-l];l++);return Ul=h.slice(n,1<l?1-l:void 0)}function Pl(n){var i=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&i===13&&(n=13)):n=i,n===10&&(n=13),32<=n||n===13?n:0}function Hl(){return!0}function lm(){return!1}function Tn(n){function i(s,l,h,g,E){this._reactName=s,this._targetInst=h,this.type=l,this.nativeEvent=g,this.target=E,this.currentTarget=null;for(var N in n)n.hasOwnProperty(N)&&(s=n[N],this[N]=s?s(g):g[N]);return this.isDefaultPrevented=(g.defaultPrevented!=null?g.defaultPrevented:g.returnValue===!1)?Hl:lm,this.isPropagationStopped=lm,this}return y(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var s=this.nativeEvent;s&&(s.preventDefault?s.preventDefault():typeof s.returnValue!="unknown"&&(s.returnValue=!1),this.isDefaultPrevented=Hl)},stopPropagation:function(){var s=this.nativeEvent;s&&(s.stopPropagation?s.stopPropagation():typeof s.cancelBubble!="unknown"&&(s.cancelBubble=!0),this.isPropagationStopped=Hl)},persist:function(){},isPersistent:Hl}),i}var ea={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Fl=Tn(ea),eo=y({},ea,{view:0,detail:0}),wS=Tn(eo),Wu,Xu,to,$l=y({},eo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ju,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==to&&(to&&n.type==="mousemove"?(Wu=n.screenX-to.screenX,Xu=n.screenY-to.screenY):Xu=Wu=0,to=n),Wu)},movementY:function(n){return"movementY"in n?n.movementY:Xu}}),cm=Tn($l),kS=y({},$l,{dataTransfer:0}),TS=Tn(kS),NS=y({},eo,{relatedTarget:0}),Zu=Tn(NS),CS=y({},ea,{animationName:0,elapsedTime:0,pseudoElement:0}),AS=Tn(CS),OS=y({},ea,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),MS=Tn(OS),RS=y({},ea,{data:0}),um=Tn(RS),IS={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},DS={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"},LS={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function jS(n){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(n):(n=LS[n])?!!i[n]:!1}function Ju(){return jS}var zS=y({},eo,{key:function(n){if(n.key){var i=IS[n.key]||n.key;if(i!=="Unidentified")return i}return n.type==="keypress"?(n=Pl(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?DS[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Ju,charCode:function(n){return n.type==="keypress"?Pl(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?Pl(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),BS=Tn(zS),US=y({},$l,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),dm=Tn(US),PS=y({},eo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ju}),HS=Tn(PS),FS=y({},ea,{propertyName:0,elapsedTime:0,pseudoElement:0}),$S=Tn(FS),GS=y({},$l,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),KS=Tn(GS),qS=y({},ea,{newState:0,oldState:0}),VS=Tn(qS),YS=[9,13,27,32],Qu=zr&&"CompositionEvent"in window,no=null;zr&&"documentMode"in document&&(no=document.documentMode);var WS=zr&&"TextEvent"in window&&!no,fm=zr&&(!Qu||no&&8<no&&11>=no),hm=" ",pm=!1;function mm(n,i){switch(n){case"keyup":return YS.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function gm(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Pa=!1;function XS(n,i){switch(n){case"compositionend":return gm(i);case"keypress":return i.which!==32?null:(pm=!0,hm);case"textInput":return n=i.data,n===hm&&pm?null:n;default:return null}}function ZS(n,i){if(Pa)return n==="compositionend"||!Qu&&mm(n,i)?(n=om(),Ul=Yu=gi=null,Pa=!1,n):null;switch(n){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 fm&&i.locale!=="ko"?null:i.data;default:return null}}var JS={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 bm(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i==="input"?!!JS[n.type]:i==="textarea"}function ym(n,i,s,l){Ze?Rt?Rt.push(l):Rt=[l]:Ze=l,i=Rc(i,"onChange"),0<i.length&&(s=new Fl("onChange","change",null,s,l),n.push({event:s,listeners:i}))}var ro=null,io=null;function QS(n){ey(n,0)}function Gl(n){var i=fi(n);if(Ys(i))return n}function vm(n,i){if(n==="change")return i}var xm=!1;if(zr){var ed;if(zr){var td="oninput"in document;if(!td){var Em=document.createElement("div");Em.setAttribute("oninput","return;"),td=typeof Em.oninput=="function"}ed=td}else ed=!1;xm=ed&&(!document.documentMode||9<document.documentMode)}function Sm(){ro&&(ro.detachEvent("onpropertychange",_m),io=ro=null)}function _m(n){if(n.propertyName==="value"&&Gl(io)){var i=[];ym(i,io,n,Pe(n)),Bl(QS,i)}}function e_(n,i,s){n==="focusin"?(Sm(),ro=i,io=s,ro.attachEvent("onpropertychange",_m)):n==="focusout"&&Sm()}function t_(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Gl(io)}function n_(n,i){if(n==="click")return Gl(i)}function r_(n,i){if(n==="input"||n==="change")return Gl(i)}function i_(n,i){return n===i&&(n!==0||1/n===1/i)||n!==n&&i!==i}var zn=typeof Object.is=="function"?Object.is:i_;function ao(n,i){if(zn(n,i))return!0;if(typeof n!="object"||n===null||typeof i!="object"||i===null)return!1;var s=Object.keys(n),l=Object.keys(i);if(s.length!==l.length)return!1;for(l=0;l<s.length;l++){var h=s[l];if(!vt.call(i,h)||!zn(n[h],i[h]))return!1}return!0}function wm(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function km(n,i){var s=wm(n);n=0;for(var l;s;){if(s.nodeType===3){if(l=n+s.textContent.length,n<=i&&l>=i)return{node:s,offset:i-n};n=l}e:{for(;s;){if(s.nextSibling){s=s.nextSibling;break e}s=s.parentNode}s=void 0}s=wm(s)}}function Tm(n,i){return n&&i?n===i?!0:n&&n.nodeType===3?!1:i&&i.nodeType===3?Tm(n,i.parentNode):"contains"in n?n.contains(i):n.compareDocumentPosition?!!(n.compareDocumentPosition(i)&16):!1:!1}function Nm(n){n=n!=null&&n.ownerDocument!=null&&n.ownerDocument.defaultView!=null?n.ownerDocument.defaultView:window;for(var i=za(n.document);i instanceof n.HTMLIFrameElement;){try{var s=typeof i.contentWindow.location.href=="string"}catch{s=!1}if(s)n=i.contentWindow;else break;i=za(n.document)}return i}function nd(n){var i=n&&n.nodeName&&n.nodeName.toLowerCase();return i&&(i==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||i==="textarea"||n.contentEditable==="true")}var a_=zr&&"documentMode"in document&&11>=document.documentMode,Ha=null,rd=null,so=null,id=!1;function Cm(n,i,s){var l=s.window===s?s.document:s.nodeType===9?s:s.ownerDocument;id||Ha==null||Ha!==za(l)||(l=Ha,"selectionStart"in l&&nd(l)?l={start:l.selectionStart,end:l.selectionEnd}:(l=(l.ownerDocument&&l.ownerDocument.defaultView||window).getSelection(),l={anchorNode:l.anchorNode,anchorOffset:l.anchorOffset,focusNode:l.focusNode,focusOffset:l.focusOffset}),so&&ao(so,l)||(so=l,l=Rc(rd,"onSelect"),0<l.length&&(i=new Fl("onSelect","select",null,i,s),n.push({event:i,listeners:l}),i.target=Ha)))}function ta(n,i){var s={};return s[n.toLowerCase()]=i.toLowerCase(),s["Webkit"+n]="webkit"+i,s["Moz"+n]="moz"+i,s}var Fa={animationend:ta("Animation","AnimationEnd"),animationiteration:ta("Animation","AnimationIteration"),animationstart:ta("Animation","AnimationStart"),transitionrun:ta("Transition","TransitionRun"),transitionstart:ta("Transition","TransitionStart"),transitioncancel:ta("Transition","TransitionCancel"),transitionend:ta("Transition","TransitionEnd")},ad={},Am={};zr&&(Am=document.createElement("div").style,"AnimationEvent"in window||(delete Fa.animationend.animation,delete Fa.animationiteration.animation,delete Fa.animationstart.animation),"TransitionEvent"in window||delete Fa.transitionend.transition);function na(n){if(ad[n])return ad[n];if(!Fa[n])return n;var i=Fa[n],s;for(s in i)if(i.hasOwnProperty(s)&&s in Am)return ad[n]=i[s];return n}var Om=na("animationend"),Mm=na("animationiteration"),Rm=na("animationstart"),s_=na("transitionrun"),o_=na("transitionstart"),l_=na("transitioncancel"),Im=na("transitionend"),Dm=new Map,sd="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(" ");sd.push("scrollEnd");function dr(n,i){Dm.set(n,i),Lr(i,[n])}var Kl=typeof reportError=="function"?reportError:function(n){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var i=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof n=="object"&&n!==null&&typeof n.message=="string"?String(n.message):String(n),error:n});if(!window.dispatchEvent(i))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",n);return}console.error(n)},Wn=[],$a=0,od=0;function ql(){for(var n=$a,i=od=$a=0;i<n;){var s=Wn[i];Wn[i++]=null;var l=Wn[i];Wn[i++]=null;var h=Wn[i];Wn[i++]=null;var g=Wn[i];if(Wn[i++]=null,l!==null&&h!==null){var E=l.pending;E===null?h.next=h:(h.next=E.next,E.next=h),l.pending=h}g!==0&&Lm(s,h,g)}}function Vl(n,i,s,l){Wn[$a++]=n,Wn[$a++]=i,Wn[$a++]=s,Wn[$a++]=l,od|=l,n.lanes|=l,n=n.alternate,n!==null&&(n.lanes|=l)}function ld(n,i,s,l){return Vl(n,i,s,l),Yl(n)}function ra(n,i){return Vl(n,null,null,i),Yl(n)}function Lm(n,i,s){n.lanes|=s;var l=n.alternate;l!==null&&(l.lanes|=s);for(var h=!1,g=n.return;g!==null;)g.childLanes|=s,l=g.alternate,l!==null&&(l.childLanes|=s),g.tag===22&&(n=g.stateNode,n===null||n._visibility&1||(h=!0)),n=g,g=g.return;return n.tag===3?(g=n.stateNode,h&&i!==null&&(h=31-ct(s),n=g.hiddenUpdates,l=n[h],l===null?n[h]=[i]:l.push(i),i.lane=s|536870912),g):null}function Yl(n){if(50<Ao)throw Ao=0,yf=null,Error(a(185));for(var i=n.return;i!==null;)n=i,i=n.return;return n.tag===3?n.stateNode:null}var Ga={};function c_(n,i,s,l){this.tag=n,this.key=s,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=i,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=l,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Bn(n,i,s,l){return new c_(n,i,s,l)}function cd(n){return n=n.prototype,!(!n||!n.isReactComponent)}function Br(n,i){var s=n.alternate;return s===null?(s=Bn(n.tag,i,n.key,n.mode),s.elementType=n.elementType,s.type=n.type,s.stateNode=n.stateNode,s.alternate=n,n.alternate=s):(s.pendingProps=i,s.type=n.type,s.flags=0,s.subtreeFlags=0,s.deletions=null),s.flags=n.flags&65011712,s.childLanes=n.childLanes,s.lanes=n.lanes,s.child=n.child,s.memoizedProps=n.memoizedProps,s.memoizedState=n.memoizedState,s.updateQueue=n.updateQueue,i=n.dependencies,s.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},s.sibling=n.sibling,s.index=n.index,s.ref=n.ref,s.refCleanup=n.refCleanup,s}function jm(n,i){n.flags&=65011714;var s=n.alternate;return s===null?(n.childLanes=0,n.lanes=i,n.child=null,n.subtreeFlags=0,n.memoizedProps=null,n.memoizedState=null,n.updateQueue=null,n.dependencies=null,n.stateNode=null):(n.childLanes=s.childLanes,n.lanes=s.lanes,n.child=s.child,n.subtreeFlags=0,n.deletions=null,n.memoizedProps=s.memoizedProps,n.memoizedState=s.memoizedState,n.updateQueue=s.updateQueue,n.type=s.type,i=s.dependencies,n.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),n}function Wl(n,i,s,l,h,g){var E=0;if(l=n,typeof n=="function")cd(n)&&(E=1);else if(typeof n=="string")E=pw(n,s,J.current)?26:n==="html"||n==="head"||n==="body"?27:5;else e:switch(n){case te:return n=Bn(31,s,i,h),n.elementType=te,n.lanes=g,n;case _:return ia(s.children,h,g,i);case A:E=8,h|=24;break;case T:return n=Bn(12,s,i,h|2),n.elementType=T,n.lanes=g,n;case j:return n=Bn(13,s,i,h),n.elementType=j,n.lanes=g,n;case I:return n=Bn(19,s,i,h),n.elementType=I,n.lanes=g,n;default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case k:E=10;break e;case D:E=9;break e;case C:E=11;break e;case $:E=14;break e;case V:E=16,l=null;break e}E=29,s=Error(a(130,n===null?"null":typeof n,"")),l=null}return i=Bn(E,s,i,h),i.elementType=n,i.type=l,i.lanes=g,i}function ia(n,i,s,l){return n=Bn(7,n,l,i),n.lanes=s,n}function ud(n,i,s){return n=Bn(6,n,null,i),n.lanes=s,n}function zm(n){var i=Bn(18,null,null,0);return i.stateNode=n,i}function dd(n,i,s){return i=Bn(4,n.children!==null?n.children:[],n.key,i),i.lanes=s,i.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},i}var Bm=new WeakMap;function Xn(n,i){if(typeof n=="object"&&n!==null){var s=Bm.get(n);return s!==void 0?s:(i={value:n,source:i,stack:Ge(i)},Bm.set(n,i),i)}return{value:n,source:i,stack:Ge(i)}}var Ka=[],qa=0,Xl=null,oo=0,Zn=[],Jn=0,bi=null,xr=1,Er="";function Ur(n,i){Ka[qa++]=oo,Ka[qa++]=Xl,Xl=n,oo=i}function Um(n,i,s){Zn[Jn++]=xr,Zn[Jn++]=Er,Zn[Jn++]=bi,bi=n;var l=xr;n=Er;var h=32-ct(l)-1;l&=~(1<<h),s+=1;var g=32-ct(i)+h;if(30<g){var E=h-h%5;g=(l&(1<<E)-1).toString(32),l>>=E,h-=E,xr=1<<32-ct(i)+h|s<<h|l,Er=g+n}else xr=1<<g|s<<h|l,Er=n}function fd(n){n.return!==null&&(Ur(n,1),Um(n,1,0))}function hd(n){for(;n===Xl;)Xl=Ka[--qa],Ka[qa]=null,oo=Ka[--qa],Ka[qa]=null;for(;n===bi;)bi=Zn[--Jn],Zn[Jn]=null,Er=Zn[--Jn],Zn[Jn]=null,xr=Zn[--Jn],Zn[Jn]=null}function Pm(n,i){Zn[Jn++]=xr,Zn[Jn++]=Er,Zn[Jn++]=bi,xr=i.id,Er=i.overflow,bi=n}var en=null,Ct=null,et=!1,yi=null,Qn=!1,pd=Error(a(519));function vi(n){var i=Error(a(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw lo(Xn(i,n)),pd}function Hm(n){var i=n.stateNode,s=n.type,l=n.memoizedProps;switch(i[zt]=n,i[ln]=l,s){case"dialog":We("cancel",i),We("close",i);break;case"iframe":case"object":case"embed":We("load",i);break;case"video":case"audio":for(s=0;s<Mo.length;s++)We(Mo[s],i);break;case"source":We("error",i);break;case"img":case"image":case"link":We("error",i),We("load",i);break;case"details":We("toggle",i);break;case"input":We("invalid",i),Qi(i,l.value,l.defaultValue,l.checked,l.defaultChecked,l.type,l.name,!0);break;case"select":We("invalid",i);break;case"textarea":We("invalid",i),Ua(i,l.value,l.defaultValue,l.children)}s=l.children,typeof s!="string"&&typeof s!="number"&&typeof s!="bigint"||i.textContent===""+s||l.suppressHydrationWarning===!0||iy(i.textContent,s)?(l.popover!=null&&(We("beforetoggle",i),We("toggle",i)),l.onScroll!=null&&We("scroll",i),l.onScrollEnd!=null&&We("scrollend",i),l.onClick!=null&&(i.onclick=ye),i=!0):i=!1,i||vi(n,!0)}function Fm(n){for(en=n.return;en;)switch(en.tag){case 5:case 31:case 13:Qn=!1;return;case 27:case 3:Qn=!0;return;default:en=en.return}}function Va(n){if(n!==en)return!1;if(!et)return Fm(n),et=!0,!1;var i=n.tag,s;if((s=i!==3&&i!==27)&&((s=i===5)&&(s=n.type,s=!(s!=="form"&&s!=="button")||If(n.type,n.memoizedProps)),s=!s),s&&Ct&&vi(n),Fm(n),i===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(317));Ct=hy(n)}else if(i===31){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(317));Ct=hy(n)}else i===27?(i=Ct,Ii(n.type)?(n=Bf,Bf=null,Ct=n):Ct=i):Ct=en?tr(n.stateNode.nextSibling):null;return!0}function aa(){Ct=en=null,et=!1}function md(){var n=yi;return n!==null&&(On===null?On=n:On.push.apply(On,n),yi=null),n}function lo(n){yi===null?yi=[n]:yi.push(n)}var gd=L(null),sa=null,Pr=null;function xi(n,i,s){w(gd,i._currentValue),i._currentValue=s}function Hr(n){n._currentValue=gd.current,O(gd)}function bd(n,i,s){for(;n!==null;){var l=n.alternate;if((n.childLanes&i)!==i?(n.childLanes|=i,l!==null&&(l.childLanes|=i)):l!==null&&(l.childLanes&i)!==i&&(l.childLanes|=i),n===s)break;n=n.return}}function yd(n,i,s,l){var h=n.child;for(h!==null&&(h.return=n);h!==null;){var g=h.dependencies;if(g!==null){var E=h.child;g=g.firstContext;e:for(;g!==null;){var N=g;g=h;for(var z=0;z<i.length;z++)if(N.context===i[z]){g.lanes|=s,N=g.alternate,N!==null&&(N.lanes|=s),bd(g.return,s,n),l||(E=null);break e}g=N.next}}else if(h.tag===18){if(E=h.return,E===null)throw Error(a(341));E.lanes|=s,g=E.alternate,g!==null&&(g.lanes|=s),bd(E,s,n),E=null}else E=h.child;if(E!==null)E.return=h;else for(E=h;E!==null;){if(E===n){E=null;break}if(h=E.sibling,h!==null){h.return=E.return,E=h;break}E=E.return}h=E}}function Ya(n,i,s,l){n=null;for(var h=i,g=!1;h!==null;){if(!g){if((h.flags&524288)!==0)g=!0;else if((h.flags&262144)!==0)break}if(h.tag===10){var E=h.alternate;if(E===null)throw Error(a(387));if(E=E.memoizedProps,E!==null){var N=h.type;zn(h.pendingProps.value,E.value)||(n!==null?n.push(N):n=[N])}}else if(h===Ce.current){if(E=h.alternate,E===null)throw Error(a(387));E.memoizedState.memoizedState!==h.memoizedState.memoizedState&&(n!==null?n.push(jo):n=[jo])}h=h.return}n!==null&&yd(i,n,s,l),i.flags|=262144}function Zl(n){for(n=n.firstContext;n!==null;){if(!zn(n.context._currentValue,n.memoizedValue))return!0;n=n.next}return!1}function oa(n){sa=n,Pr=null,n=n.dependencies,n!==null&&(n.firstContext=null)}function tn(n){return $m(sa,n)}function Jl(n,i){return sa===null&&oa(n),$m(n,i)}function $m(n,i){var s=i._currentValue;if(i={context:i,memoizedValue:s,next:null},Pr===null){if(n===null)throw Error(a(308));Pr=i,n.dependencies={lanes:0,firstContext:i},n.flags|=524288}else Pr=Pr.next=i;return s}var u_=typeof AbortController<"u"?AbortController:function(){var n=[],i=this.signal={aborted:!1,addEventListener:function(s,l){n.push(l)}};this.abort=function(){i.aborted=!0,n.forEach(function(s){return s()})}},d_=e.unstable_scheduleCallback,f_=e.unstable_NormalPriority,$t={$$typeof:k,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function vd(){return{controller:new u_,data:new Map,refCount:0}}function co(n){n.refCount--,n.refCount===0&&d_(f_,function(){n.controller.abort()})}var uo=null,xd=0,Wa=0,Xa=null;function h_(n,i){if(uo===null){var s=uo=[];xd=0,Wa=wf(),Xa={status:"pending",value:void 0,then:function(l){s.push(l)}}}return xd++,i.then(Gm,Gm),i}function Gm(){if(--xd===0&&uo!==null){Xa!==null&&(Xa.status="fulfilled");var n=uo;uo=null,Wa=0,Xa=null;for(var i=0;i<n.length;i++)(0,n[i])()}}function p_(n,i){var s=[],l={status:"pending",value:null,reason:null,then:function(h){s.push(h)}};return n.then(function(){l.status="fulfilled",l.value=i;for(var h=0;h<s.length;h++)(0,s[h])(i)},function(h){for(l.status="rejected",l.reason=h,h=0;h<s.length;h++)(0,s[h])(void 0)}),l}var Km=U.S;U.S=function(n,i){Cb=Tt(),typeof i=="object"&&i!==null&&typeof i.then=="function"&&h_(n,i),Km!==null&&Km(n,i)};var la=L(null);function Ed(){var n=la.current;return n!==null?n:Et.pooledCache}function Ql(n,i){i===null?w(la,la.current):w(la,i.pool)}function qm(){var n=Ed();return n===null?null:{parent:$t._currentValue,pool:n}}var Za=Error(a(460)),Sd=Error(a(474)),ec=Error(a(542)),tc={then:function(){}};function Vm(n){return n=n.status,n==="fulfilled"||n==="rejected"}function Ym(n,i,s){switch(s=n[s],s===void 0?n.push(i):s!==i&&(i.then(ye,ye),i=s),i.status){case"fulfilled":return i.value;case"rejected":throw n=i.reason,Xm(n),n;default:if(typeof i.status=="string")i.then(ye,ye);else{if(n=Et,n!==null&&100<n.shellSuspendCounter)throw Error(a(482));n=i,n.status="pending",n.then(function(l){if(i.status==="pending"){var h=i;h.status="fulfilled",h.value=l}},function(l){if(i.status==="pending"){var h=i;h.status="rejected",h.reason=l}})}switch(i.status){case"fulfilled":return i.value;case"rejected":throw n=i.reason,Xm(n),n}throw ua=i,Za}}function ca(n){try{var i=n._init;return i(n._payload)}catch(s){throw s!==null&&typeof s=="object"&&typeof s.then=="function"?(ua=s,Za):s}}var ua=null;function Wm(){if(ua===null)throw Error(a(459));var n=ua;return ua=null,n}function Xm(n){if(n===Za||n===ec)throw Error(a(483))}var Ja=null,fo=0;function nc(n){var i=fo;return fo+=1,Ja===null&&(Ja=[]),Ym(Ja,n,i)}function ho(n,i){i=i.props.ref,n.ref=i!==void 0?i:null}function rc(n,i){throw i.$$typeof===v?Error(a(525)):(n=Object.prototype.toString.call(i),Error(a(31,n==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":n)))}function Zm(n){function i(G,H){if(n){var Y=G.deletions;Y===null?(G.deletions=[H],G.flags|=16):Y.push(H)}}function s(G,H){if(!n)return null;for(;H!==null;)i(G,H),H=H.sibling;return null}function l(G){for(var H=new Map;G!==null;)G.key!==null?H.set(G.key,G):H.set(G.index,G),G=G.sibling;return H}function h(G,H){return G=Br(G,H),G.index=0,G.sibling=null,G}function g(G,H,Y){return G.index=Y,n?(Y=G.alternate,Y!==null?(Y=Y.index,Y<H?(G.flags|=67108866,H):Y):(G.flags|=67108866,H)):(G.flags|=1048576,H)}function E(G){return n&&G.alternate===null&&(G.flags|=67108866),G}function N(G,H,Y,le){return H===null||H.tag!==6?(H=ud(Y,G.mode,le),H.return=G,H):(H=h(H,Y),H.return=G,H)}function z(G,H,Y,le){var Me=Y.type;return Me===_?re(G,H,Y.props.children,le,Y.key):H!==null&&(H.elementType===Me||typeof Me=="object"&&Me!==null&&Me.$$typeof===V&&ca(Me)===H.type)?(H=h(H,Y.props),ho(H,Y),H.return=G,H):(H=Wl(Y.type,Y.key,Y.props,null,G.mode,le),ho(H,Y),H.return=G,H)}function W(G,H,Y,le){return H===null||H.tag!==4||H.stateNode.containerInfo!==Y.containerInfo||H.stateNode.implementation!==Y.implementation?(H=dd(Y,G.mode,le),H.return=G,H):(H=h(H,Y.children||[]),H.return=G,H)}function re(G,H,Y,le,Me){return H===null||H.tag!==7?(H=ia(Y,G.mode,le,Me),H.return=G,H):(H=h(H,Y),H.return=G,H)}function ue(G,H,Y){if(typeof H=="string"&&H!==""||typeof H=="number"||typeof H=="bigint")return H=ud(""+H,G.mode,Y),H.return=G,H;if(typeof H=="object"&&H!==null){switch(H.$$typeof){case x:return Y=Wl(H.type,H.key,H.props,null,G.mode,Y),ho(Y,H),Y.return=G,Y;case S:return H=dd(H,G.mode,Y),H.return=G,H;case V:return H=ca(H),ue(G,H,Y)}if(K(H)||q(H))return H=ia(H,G.mode,Y,null),H.return=G,H;if(typeof H.then=="function")return ue(G,nc(H),Y);if(H.$$typeof===k)return ue(G,Jl(G,H),Y);rc(G,H)}return null}function X(G,H,Y,le){var Me=H!==null?H.key:null;if(typeof Y=="string"&&Y!==""||typeof Y=="number"||typeof Y=="bigint")return Me!==null?null:N(G,H,""+Y,le);if(typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case x:return Y.key===Me?z(G,H,Y,le):null;case S:return Y.key===Me?W(G,H,Y,le):null;case V:return Y=ca(Y),X(G,H,Y,le)}if(K(Y)||q(Y))return Me!==null?null:re(G,H,Y,le,null);if(typeof Y.then=="function")return X(G,H,nc(Y),le);if(Y.$$typeof===k)return X(G,H,Jl(G,Y),le);rc(G,Y)}return null}function Q(G,H,Y,le,Me){if(typeof le=="string"&&le!==""||typeof le=="number"||typeof le=="bigint")return G=G.get(Y)||null,N(H,G,""+le,Me);if(typeof le=="object"&&le!==null){switch(le.$$typeof){case x:return G=G.get(le.key===null?Y:le.key)||null,z(H,G,le,Me);case S:return G=G.get(le.key===null?Y:le.key)||null,W(H,G,le,Me);case V:return le=ca(le),Q(G,H,Y,le,Me)}if(K(le)||q(le))return G=G.get(Y)||null,re(H,G,le,Me,null);if(typeof le.then=="function")return Q(G,H,Y,nc(le),Me);if(le.$$typeof===k)return Q(G,H,Y,Jl(H,le),Me);rc(H,le)}return null}function _e(G,H,Y,le){for(var Me=null,st=null,Te=H,Fe=H=0,Qe=null;Te!==null&&Fe<Y.length;Fe++){Te.index>Fe?(Qe=Te,Te=null):Qe=Te.sibling;var ot=X(G,Te,Y[Fe],le);if(ot===null){Te===null&&(Te=Qe);break}n&&Te&&ot.alternate===null&&i(G,Te),H=g(ot,H,Fe),st===null?Me=ot:st.sibling=ot,st=ot,Te=Qe}if(Fe===Y.length)return s(G,Te),et&&Ur(G,Fe),Me;if(Te===null){for(;Fe<Y.length;Fe++)Te=ue(G,Y[Fe],le),Te!==null&&(H=g(Te,H,Fe),st===null?Me=Te:st.sibling=Te,st=Te);return et&&Ur(G,Fe),Me}for(Te=l(Te);Fe<Y.length;Fe++)Qe=Q(Te,G,Fe,Y[Fe],le),Qe!==null&&(n&&Qe.alternate!==null&&Te.delete(Qe.key===null?Fe:Qe.key),H=g(Qe,H,Fe),st===null?Me=Qe:st.sibling=Qe,st=Qe);return n&&Te.forEach(function(Bi){return i(G,Bi)}),et&&Ur(G,Fe),Me}function De(G,H,Y,le){if(Y==null)throw Error(a(151));for(var Me=null,st=null,Te=H,Fe=H=0,Qe=null,ot=Y.next();Te!==null&&!ot.done;Fe++,ot=Y.next()){Te.index>Fe?(Qe=Te,Te=null):Qe=Te.sibling;var Bi=X(G,Te,ot.value,le);if(Bi===null){Te===null&&(Te=Qe);break}n&&Te&&Bi.alternate===null&&i(G,Te),H=g(Bi,H,Fe),st===null?Me=Bi:st.sibling=Bi,st=Bi,Te=Qe}if(ot.done)return s(G,Te),et&&Ur(G,Fe),Me;if(Te===null){for(;!ot.done;Fe++,ot=Y.next())ot=ue(G,ot.value,le),ot!==null&&(H=g(ot,H,Fe),st===null?Me=ot:st.sibling=ot,st=ot);return et&&Ur(G,Fe),Me}for(Te=l(Te);!ot.done;Fe++,ot=Y.next())ot=Q(Te,G,Fe,ot.value,le),ot!==null&&(n&&ot.alternate!==null&&Te.delete(ot.key===null?Fe:ot.key),H=g(ot,H,Fe),st===null?Me=ot:st.sibling=ot,st=ot);return n&&Te.forEach(function(kw){return i(G,kw)}),et&&Ur(G,Fe),Me}function bt(G,H,Y,le){if(typeof Y=="object"&&Y!==null&&Y.type===_&&Y.key===null&&(Y=Y.props.children),typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case x:e:{for(var Me=Y.key;H!==null;){if(H.key===Me){if(Me=Y.type,Me===_){if(H.tag===7){s(G,H.sibling),le=h(H,Y.props.children),le.return=G,G=le;break e}}else if(H.elementType===Me||typeof Me=="object"&&Me!==null&&Me.$$typeof===V&&ca(Me)===H.type){s(G,H.sibling),le=h(H,Y.props),ho(le,Y),le.return=G,G=le;break e}s(G,H);break}else i(G,H);H=H.sibling}Y.type===_?(le=ia(Y.props.children,G.mode,le,Y.key),le.return=G,G=le):(le=Wl(Y.type,Y.key,Y.props,null,G.mode,le),ho(le,Y),le.return=G,G=le)}return E(G);case S:e:{for(Me=Y.key;H!==null;){if(H.key===Me)if(H.tag===4&&H.stateNode.containerInfo===Y.containerInfo&&H.stateNode.implementation===Y.implementation){s(G,H.sibling),le=h(H,Y.children||[]),le.return=G,G=le;break e}else{s(G,H);break}else i(G,H);H=H.sibling}le=dd(Y,G.mode,le),le.return=G,G=le}return E(G);case V:return Y=ca(Y),bt(G,H,Y,le)}if(K(Y))return _e(G,H,Y,le);if(q(Y)){if(Me=q(Y),typeof Me!="function")throw Error(a(150));return Y=Me.call(Y),De(G,H,Y,le)}if(typeof Y.then=="function")return bt(G,H,nc(Y),le);if(Y.$$typeof===k)return bt(G,H,Jl(G,Y),le);rc(G,Y)}return typeof Y=="string"&&Y!==""||typeof Y=="number"||typeof Y=="bigint"?(Y=""+Y,H!==null&&H.tag===6?(s(G,H.sibling),le=h(H,Y),le.return=G,G=le):(s(G,H),le=ud(Y,G.mode,le),le.return=G,G=le),E(G)):s(G,H)}return function(G,H,Y,le){try{fo=0;var Me=bt(G,H,Y,le);return Ja=null,Me}catch(Te){if(Te===Za||Te===ec)throw Te;var st=Bn(29,Te,null,G.mode);return st.lanes=le,st.return=G,st}finally{}}}var da=Zm(!0),Jm=Zm(!1),Ei=!1;function _d(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function wd(n,i){n=n.updateQueue,i.updateQueue===n&&(i.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,callbacks:null})}function Si(n){return{lane:n,tag:0,payload:null,callback:null,next:null}}function _i(n,i,s){var l=n.updateQueue;if(l===null)return null;if(l=l.shared,(lt&2)!==0){var h=l.pending;return h===null?i.next=i:(i.next=h.next,h.next=i),l.pending=i,i=Yl(n),Lm(n,null,s),i}return Vl(n,l,i,s),Yl(n)}function po(n,i,s){if(i=i.updateQueue,i!==null&&(i=i.shared,(s&4194048)!==0)){var l=i.lanes;l&=n.pendingLanes,s|=l,i.lanes=s,je(n,s)}}function kd(n,i){var s=n.updateQueue,l=n.alternate;if(l!==null&&(l=l.updateQueue,s===l)){var h=null,g=null;if(s=s.firstBaseUpdate,s!==null){do{var E={lane:s.lane,tag:s.tag,payload:s.payload,callback:null,next:null};g===null?h=g=E:g=g.next=E,s=s.next}while(s!==null);g===null?h=g=i:g=g.next=i}else h=g=i;s={baseState:l.baseState,firstBaseUpdate:h,lastBaseUpdate:g,shared:l.shared,callbacks:l.callbacks},n.updateQueue=s;return}n=s.lastBaseUpdate,n===null?s.firstBaseUpdate=i:n.next=i,s.lastBaseUpdate=i}var Td=!1;function mo(){if(Td){var n=Xa;if(n!==null)throw n}}function go(n,i,s,l){Td=!1;var h=n.updateQueue;Ei=!1;var g=h.firstBaseUpdate,E=h.lastBaseUpdate,N=h.shared.pending;if(N!==null){h.shared.pending=null;var z=N,W=z.next;z.next=null,E===null?g=W:E.next=W,E=z;var re=n.alternate;re!==null&&(re=re.updateQueue,N=re.lastBaseUpdate,N!==E&&(N===null?re.firstBaseUpdate=W:N.next=W,re.lastBaseUpdate=z))}if(g!==null){var ue=h.baseState;E=0,re=W=z=null,N=g;do{var X=N.lane&-536870913,Q=X!==N.lane;if(Q?(Je&X)===X:(l&X)===X){X!==0&&X===Wa&&(Td=!0),re!==null&&(re=re.next={lane:0,tag:N.tag,payload:N.payload,callback:null,next:null});e:{var _e=n,De=N;X=i;var bt=s;switch(De.tag){case 1:if(_e=De.payload,typeof _e=="function"){ue=_e.call(bt,ue,X);break e}ue=_e;break e;case 3:_e.flags=_e.flags&-65537|128;case 0:if(_e=De.payload,X=typeof _e=="function"?_e.call(bt,ue,X):_e,X==null)break e;ue=y({},ue,X);break e;case 2:Ei=!0}}X=N.callback,X!==null&&(n.flags|=64,Q&&(n.flags|=8192),Q=h.callbacks,Q===null?h.callbacks=[X]:Q.push(X))}else Q={lane:X,tag:N.tag,payload:N.payload,callback:N.callback,next:null},re===null?(W=re=Q,z=ue):re=re.next=Q,E|=X;if(N=N.next,N===null){if(N=h.shared.pending,N===null)break;Q=N,N=Q.next,Q.next=null,h.lastBaseUpdate=Q,h.shared.pending=null}}while(!0);re===null&&(z=ue),h.baseState=z,h.firstBaseUpdate=W,h.lastBaseUpdate=re,g===null&&(h.shared.lanes=0),Ci|=E,n.lanes=E,n.memoizedState=ue}}function Qm(n,i){if(typeof n!="function")throw Error(a(191,n));n.call(i)}function eg(n,i){var s=n.callbacks;if(s!==null)for(n.callbacks=null,n=0;n<s.length;n++)Qm(s[n],i)}var Qa=L(null),ic=L(0);function tg(n,i){n=Xr,w(ic,n),w(Qa,i),Xr=n|i.baseLanes}function Nd(){w(ic,Xr),w(Qa,Qa.current)}function Cd(){Xr=ic.current,O(Qa),O(ic)}var Un=L(null),er=null;function wi(n){var i=n.alternate;w(Ut,Ut.current&1),w(Un,n),er===null&&(i===null||Qa.current!==null||i.memoizedState!==null)&&(er=n)}function Ad(n){w(Ut,Ut.current),w(Un,n),er===null&&(er=n)}function ng(n){n.tag===22?(w(Ut,Ut.current),w(Un,n),er===null&&(er=n)):ki()}function ki(){w(Ut,Ut.current),w(Un,Un.current)}function Pn(n){O(Un),er===n&&(er=null),O(Ut)}var Ut=L(0);function ac(n){for(var i=n;i!==null;){if(i.tag===13){var s=i.memoizedState;if(s!==null&&(s=s.dehydrated,s===null||jf(s)||zf(s)))return i}else if(i.tag===19&&(i.memoizedProps.revealOrder==="forwards"||i.memoizedProps.revealOrder==="backwards"||i.memoizedProps.revealOrder==="unstable_legacy-backwards"||i.memoizedProps.revealOrder==="together")){if((i.flags&128)!==0)return i}else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}var Fr=0,He=null,mt=null,Gt=null,sc=!1,es=!1,fa=!1,oc=0,bo=0,ts=null,m_=0;function Dt(){throw Error(a(321))}function Od(n,i){if(i===null)return!1;for(var s=0;s<i.length&&s<n.length;s++)if(!zn(n[s],i[s]))return!1;return!0}function Md(n,i,s,l,h,g){return Fr=g,He=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,U.H=n===null||n.memoizedState===null?Ug:qd,fa=!1,g=s(l,h),fa=!1,es&&(g=ig(i,s,l,h)),rg(n),g}function rg(n){U.H=xo;var i=mt!==null&&mt.next!==null;if(Fr=0,Gt=mt=He=null,sc=!1,bo=0,ts=null,i)throw Error(a(300));n===null||Kt||(n=n.dependencies,n!==null&&Zl(n)&&(Kt=!0))}function ig(n,i,s,l){He=n;var h=0;do{if(es&&(ts=null),bo=0,es=!1,25<=h)throw Error(a(301));if(h+=1,Gt=mt=null,n.updateQueue!=null){var g=n.updateQueue;g.lastEffect=null,g.events=null,g.stores=null,g.memoCache!=null&&(g.memoCache.index=0)}U.H=Pg,g=i(s,l)}while(es);return g}function g_(){var n=U.H,i=n.useState()[0];return i=typeof i.then=="function"?yo(i):i,n=n.useState()[0],(mt!==null?mt.memoizedState:null)!==n&&(He.flags|=1024),i}function Rd(){var n=oc!==0;return oc=0,n}function Id(n,i,s){i.updateQueue=n.updateQueue,i.flags&=-2053,n.lanes&=~s}function Dd(n){if(sc){for(n=n.memoizedState;n!==null;){var i=n.queue;i!==null&&(i.pending=null),n=n.next}sc=!1}Fr=0,Gt=mt=He=null,es=!1,bo=oc=0,ts=null}function gn(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Gt===null?He.memoizedState=Gt=n:Gt=Gt.next=n,Gt}function Pt(){if(mt===null){var n=He.alternate;n=n!==null?n.memoizedState:null}else n=mt.next;var i=Gt===null?He.memoizedState:Gt.next;if(i!==null)Gt=i,mt=n;else{if(n===null)throw He.alternate===null?Error(a(467)):Error(a(310));mt=n,n={memoizedState:mt.memoizedState,baseState:mt.baseState,baseQueue:mt.baseQueue,queue:mt.queue,next:null},Gt===null?He.memoizedState=Gt=n:Gt=Gt.next=n}return Gt}function lc(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function yo(n){var i=bo;return bo+=1,ts===null&&(ts=[]),n=Ym(ts,n,i),i=He,(Gt===null?i.memoizedState:Gt.next)===null&&(i=i.alternate,U.H=i===null||i.memoizedState===null?Ug:qd),n}function cc(n){if(n!==null&&typeof n=="object"){if(typeof n.then=="function")return yo(n);if(n.$$typeof===k)return tn(n)}throw Error(a(438,String(n)))}function Ld(n){var i=null,s=He.updateQueue;if(s!==null&&(i=s.memoCache),i==null){var l=He.alternate;l!==null&&(l=l.updateQueue,l!==null&&(l=l.memoCache,l!=null&&(i={data:l.data.map(function(h){return h.slice()}),index:0})))}if(i==null&&(i={data:[],index:0}),s===null&&(s=lc(),He.updateQueue=s),s.memoCache=i,s=i.data[i.index],s===void 0)for(s=i.data[i.index]=Array(n),l=0;l<n;l++)s[l]=P;return i.index++,s}function $r(n,i){return typeof i=="function"?i(n):i}function uc(n){var i=Pt();return jd(i,mt,n)}function jd(n,i,s){var l=n.queue;if(l===null)throw Error(a(311));l.lastRenderedReducer=s;var h=n.baseQueue,g=l.pending;if(g!==null){if(h!==null){var E=h.next;h.next=g.next,g.next=E}i.baseQueue=h=g,l.pending=null}if(g=n.baseState,h===null)n.memoizedState=g;else{i=h.next;var N=E=null,z=null,W=i,re=!1;do{var ue=W.lane&-536870913;if(ue!==W.lane?(Je&ue)===ue:(Fr&ue)===ue){var X=W.revertLane;if(X===0)z!==null&&(z=z.next={lane:0,revertLane:0,gesture:null,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null}),ue===Wa&&(re=!0);else if((Fr&X)===X){W=W.next,X===Wa&&(re=!0);continue}else ue={lane:0,revertLane:W.revertLane,gesture:null,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null},z===null?(N=z=ue,E=g):z=z.next=ue,He.lanes|=X,Ci|=X;ue=W.action,fa&&s(g,ue),g=W.hasEagerState?W.eagerState:s(g,ue)}else X={lane:ue,revertLane:W.revertLane,gesture:W.gesture,action:W.action,hasEagerState:W.hasEagerState,eagerState:W.eagerState,next:null},z===null?(N=z=X,E=g):z=z.next=X,He.lanes|=ue,Ci|=ue;W=W.next}while(W!==null&&W!==i);if(z===null?E=g:z.next=N,!zn(g,n.memoizedState)&&(Kt=!0,re&&(s=Xa,s!==null)))throw s;n.memoizedState=g,n.baseState=E,n.baseQueue=z,l.lastRenderedState=g}return h===null&&(l.lanes=0),[n.memoizedState,l.dispatch]}function zd(n){var i=Pt(),s=i.queue;if(s===null)throw Error(a(311));s.lastRenderedReducer=n;var l=s.dispatch,h=s.pending,g=i.memoizedState;if(h!==null){s.pending=null;var E=h=h.next;do g=n(g,E.action),E=E.next;while(E!==h);zn(g,i.memoizedState)||(Kt=!0),i.memoizedState=g,i.baseQueue===null&&(i.baseState=g),s.lastRenderedState=g}return[g,l]}function ag(n,i,s){var l=He,h=Pt(),g=et;if(g){if(s===void 0)throw Error(a(407));s=s()}else s=i();var E=!zn((mt||h).memoizedState,s);if(E&&(h.memoizedState=s,Kt=!0),h=h.queue,Pd(lg.bind(null,l,h,n),[n]),h.getSnapshot!==i||E||Gt!==null&&Gt.memoizedState.tag&1){if(l.flags|=2048,ns(9,{destroy:void 0},og.bind(null,l,h,s,i),null),Et===null)throw Error(a(349));g||(Fr&127)!==0||sg(l,i,s)}return s}function sg(n,i,s){n.flags|=16384,n={getSnapshot:i,value:s},i=He.updateQueue,i===null?(i=lc(),He.updateQueue=i,i.stores=[n]):(s=i.stores,s===null?i.stores=[n]:s.push(n))}function og(n,i,s,l){i.value=s,i.getSnapshot=l,cg(i)&&ug(n)}function lg(n,i,s){return s(function(){cg(i)&&ug(n)})}function cg(n){var i=n.getSnapshot;n=n.value;try{var s=i();return!zn(n,s)}catch{return!0}}function ug(n){var i=ra(n,2);i!==null&&Mn(i,n,2)}function Bd(n){var i=gn();if(typeof n=="function"){var s=n;if(n=s(),fa){on(!0);try{s()}finally{on(!1)}}}return i.memoizedState=i.baseState=n,i.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:$r,lastRenderedState:n},i}function dg(n,i,s,l){return n.baseState=s,jd(n,mt,typeof l=="function"?l:$r)}function b_(n,i,s,l,h){if(hc(n))throw Error(a(485));if(n=i.action,n!==null){var g={payload:h,action:n,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(E){g.listeners.push(E)}};U.T!==null?s(!0):g.isTransition=!1,l(g),s=i.pending,s===null?(g.next=i.pending=g,fg(i,g)):(g.next=s.next,i.pending=s.next=g)}}function fg(n,i){var s=i.action,l=i.payload,h=n.state;if(i.isTransition){var g=U.T,E={};U.T=E;try{var N=s(h,l),z=U.S;z!==null&&z(E,N),hg(n,i,N)}catch(W){Ud(n,i,W)}finally{g!==null&&E.types!==null&&(g.types=E.types),U.T=g}}else try{g=s(h,l),hg(n,i,g)}catch(W){Ud(n,i,W)}}function hg(n,i,s){s!==null&&typeof s=="object"&&typeof s.then=="function"?s.then(function(l){pg(n,i,l)},function(l){return Ud(n,i,l)}):pg(n,i,s)}function pg(n,i,s){i.status="fulfilled",i.value=s,mg(i),n.state=s,i=n.pending,i!==null&&(s=i.next,s===i?n.pending=null:(s=s.next,i.next=s,fg(n,s)))}function Ud(n,i,s){var l=n.pending;if(n.pending=null,l!==null){l=l.next;do i.status="rejected",i.reason=s,mg(i),i=i.next;while(i!==l)}n.action=null}function mg(n){n=n.listeners;for(var i=0;i<n.length;i++)(0,n[i])()}function gg(n,i){return i}function bg(n,i){if(et){var s=Et.formState;if(s!==null){e:{var l=He;if(et){if(Ct){t:{for(var h=Ct,g=Qn;h.nodeType!==8;){if(!g){h=null;break t}if(h=tr(h.nextSibling),h===null){h=null;break t}}g=h.data,h=g==="F!"||g==="F"?h:null}if(h){Ct=tr(h.nextSibling),l=h.data==="F!";break e}}vi(l)}l=!1}l&&(i=s[0])}}return s=gn(),s.memoizedState=s.baseState=i,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:gg,lastRenderedState:i},s.queue=l,s=jg.bind(null,He,l),l.dispatch=s,l=Bd(!1),g=Kd.bind(null,He,!1,l.queue),l=gn(),h={state:i,dispatch:null,action:n,pending:null},l.queue=h,s=b_.bind(null,He,h,g,s),h.dispatch=s,l.memoizedState=n,[i,s,!1]}function yg(n){var i=Pt();return vg(i,mt,n)}function vg(n,i,s){if(i=jd(n,i,gg)[0],n=uc($r)[0],typeof i=="object"&&i!==null&&typeof i.then=="function")try{var l=yo(i)}catch(E){throw E===Za?ec:E}else l=i;i=Pt();var h=i.queue,g=h.dispatch;return s!==i.memoizedState&&(He.flags|=2048,ns(9,{destroy:void 0},y_.bind(null,h,s),null)),[l,g,n]}function y_(n,i){n.action=i}function xg(n){var i=Pt(),s=mt;if(s!==null)return vg(i,s,n);Pt(),i=i.memoizedState,s=Pt();var l=s.queue.dispatch;return s.memoizedState=n,[i,l,!1]}function ns(n,i,s,l){return n={tag:n,create:s,deps:l,inst:i,next:null},i=He.updateQueue,i===null&&(i=lc(),He.updateQueue=i),s=i.lastEffect,s===null?i.lastEffect=n.next=n:(l=s.next,s.next=n,n.next=l,i.lastEffect=n),n}function Eg(){return Pt().memoizedState}function dc(n,i,s,l){var h=gn();He.flags|=n,h.memoizedState=ns(1|i,{destroy:void 0},s,l===void 0?null:l)}function fc(n,i,s,l){var h=Pt();l=l===void 0?null:l;var g=h.memoizedState.inst;mt!==null&&l!==null&&Od(l,mt.memoizedState.deps)?h.memoizedState=ns(i,g,s,l):(He.flags|=n,h.memoizedState=ns(1|i,g,s,l))}function Sg(n,i){dc(8390656,8,n,i)}function Pd(n,i){fc(2048,8,n,i)}function v_(n){He.flags|=4;var i=He.updateQueue;if(i===null)i=lc(),He.updateQueue=i,i.events=[n];else{var s=i.events;s===null?i.events=[n]:s.push(n)}}function _g(n){var i=Pt().memoizedState;return v_({ref:i,nextImpl:n}),function(){if((lt&2)!==0)throw Error(a(440));return i.impl.apply(void 0,arguments)}}function wg(n,i){return fc(4,2,n,i)}function kg(n,i){return fc(4,4,n,i)}function Tg(n,i){if(typeof i=="function"){n=n();var s=i(n);return function(){typeof s=="function"?s():i(null)}}if(i!=null)return n=n(),i.current=n,function(){i.current=null}}function Ng(n,i,s){s=s!=null?s.concat([n]):null,fc(4,4,Tg.bind(null,i,n),s)}function Hd(){}function Cg(n,i){var s=Pt();i=i===void 0?null:i;var l=s.memoizedState;return i!==null&&Od(i,l[1])?l[0]:(s.memoizedState=[n,i],n)}function Ag(n,i){var s=Pt();i=i===void 0?null:i;var l=s.memoizedState;if(i!==null&&Od(i,l[1]))return l[0];if(l=n(),fa){on(!0);try{n()}finally{on(!1)}}return s.memoizedState=[l,i],l}function Fd(n,i,s){return s===void 0||(Fr&1073741824)!==0&&(Je&261930)===0?n.memoizedState=i:(n.memoizedState=s,n=Ob(),He.lanes|=n,Ci|=n,s)}function Og(n,i,s,l){return zn(s,i)?s:Qa.current!==null?(n=Fd(n,s,l),zn(n,i)||(Kt=!0),n):(Fr&42)===0||(Fr&1073741824)!==0&&(Je&261930)===0?(Kt=!0,n.memoizedState=s):(n=Ob(),He.lanes|=n,Ci|=n,i)}function Mg(n,i,s,l,h){var g=ee.p;ee.p=g!==0&&8>g?g:8;var E=U.T,N={};U.T=N,Kd(n,!1,i,s);try{var z=h(),W=U.S;if(W!==null&&W(N,z),z!==null&&typeof z=="object"&&typeof z.then=="function"){var re=p_(z,l);vo(n,i,re,$n(n))}else vo(n,i,l,$n(n))}catch(ue){vo(n,i,{then:function(){},status:"rejected",reason:ue},$n())}finally{ee.p=g,E!==null&&N.types!==null&&(E.types=N.types),U.T=E}}function x_(){}function $d(n,i,s,l){if(n.tag!==5)throw Error(a(476));var h=Rg(n).queue;Mg(n,h,i,se,s===null?x_:function(){return Ig(n),s(l)})}function Rg(n){var i=n.memoizedState;if(i!==null)return i;i={memoizedState:se,baseState:se,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:$r,lastRenderedState:se},next:null};var s={};return i.next={memoizedState:s,baseState:s,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:$r,lastRenderedState:s},next:null},n.memoizedState=i,n=n.alternate,n!==null&&(n.memoizedState=i),i}function Ig(n){var i=Rg(n);i.next===null&&(i=n.alternate.memoizedState),vo(n,i.next.queue,{},$n())}function Gd(){return tn(jo)}function Dg(){return Pt().memoizedState}function Lg(){return Pt().memoizedState}function E_(n){for(var i=n.return;i!==null;){switch(i.tag){case 24:case 3:var s=$n();n=Si(s);var l=_i(i,n,s);l!==null&&(Mn(l,i,s),po(l,i,s)),i={cache:vd()},n.payload=i;return}i=i.return}}function S_(n,i,s){var l=$n();s={lane:l,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null},hc(n)?zg(i,s):(s=ld(n,i,s,l),s!==null&&(Mn(s,n,l),Bg(s,i,l)))}function jg(n,i,s){var l=$n();vo(n,i,s,l)}function vo(n,i,s,l){var h={lane:l,revertLane:0,gesture:null,action:s,hasEagerState:!1,eagerState:null,next:null};if(hc(n))zg(i,h);else{var g=n.alternate;if(n.lanes===0&&(g===null||g.lanes===0)&&(g=i.lastRenderedReducer,g!==null))try{var E=i.lastRenderedState,N=g(E,s);if(h.hasEagerState=!0,h.eagerState=N,zn(N,E))return Vl(n,i,h,0),Et===null&&ql(),!1}catch{}finally{}if(s=ld(n,i,h,l),s!==null)return Mn(s,n,l),Bg(s,i,l),!0}return!1}function Kd(n,i,s,l){if(l={lane:2,revertLane:wf(),gesture:null,action:l,hasEagerState:!1,eagerState:null,next:null},hc(n)){if(i)throw Error(a(479))}else i=ld(n,s,l,2),i!==null&&Mn(i,n,2)}function hc(n){var i=n.alternate;return n===He||i!==null&&i===He}function zg(n,i){es=sc=!0;var s=n.pending;s===null?i.next=i:(i.next=s.next,s.next=i),n.pending=i}function Bg(n,i,s){if((s&4194048)!==0){var l=i.lanes;l&=n.pendingLanes,s|=l,i.lanes=s,je(n,s)}}var xo={readContext:tn,use:cc,useCallback:Dt,useContext:Dt,useEffect:Dt,useImperativeHandle:Dt,useLayoutEffect:Dt,useInsertionEffect:Dt,useMemo:Dt,useReducer:Dt,useRef:Dt,useState:Dt,useDebugValue:Dt,useDeferredValue:Dt,useTransition:Dt,useSyncExternalStore:Dt,useId:Dt,useHostTransitionStatus:Dt,useFormState:Dt,useActionState:Dt,useOptimistic:Dt,useMemoCache:Dt,useCacheRefresh:Dt};xo.useEffectEvent=Dt;var Ug={readContext:tn,use:cc,useCallback:function(n,i){return gn().memoizedState=[n,i===void 0?null:i],n},useContext:tn,useEffect:Sg,useImperativeHandle:function(n,i,s){s=s!=null?s.concat([n]):null,dc(4194308,4,Tg.bind(null,i,n),s)},useLayoutEffect:function(n,i){return dc(4194308,4,n,i)},useInsertionEffect:function(n,i){dc(4,2,n,i)},useMemo:function(n,i){var s=gn();i=i===void 0?null:i;var l=n();if(fa){on(!0);try{n()}finally{on(!1)}}return s.memoizedState=[l,i],l},useReducer:function(n,i,s){var l=gn();if(s!==void 0){var h=s(i);if(fa){on(!0);try{s(i)}finally{on(!1)}}}else h=i;return l.memoizedState=l.baseState=h,n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:h},l.queue=n,n=n.dispatch=S_.bind(null,He,n),[l.memoizedState,n]},useRef:function(n){var i=gn();return n={current:n},i.memoizedState=n},useState:function(n){n=Bd(n);var i=n.queue,s=jg.bind(null,He,i);return i.dispatch=s,[n.memoizedState,s]},useDebugValue:Hd,useDeferredValue:function(n,i){var s=gn();return Fd(s,n,i)},useTransition:function(){var n=Bd(!1);return n=Mg.bind(null,He,n.queue,!0,!1),gn().memoizedState=n,[!1,n]},useSyncExternalStore:function(n,i,s){var l=He,h=gn();if(et){if(s===void 0)throw Error(a(407));s=s()}else{if(s=i(),Et===null)throw Error(a(349));(Je&127)!==0||sg(l,i,s)}h.memoizedState=s;var g={value:s,getSnapshot:i};return h.queue=g,Sg(lg.bind(null,l,g,n),[n]),l.flags|=2048,ns(9,{destroy:void 0},og.bind(null,l,g,s,i),null),s},useId:function(){var n=gn(),i=Et.identifierPrefix;if(et){var s=Er,l=xr;s=(l&~(1<<32-ct(l)-1)).toString(32)+s,i="_"+i+"R_"+s,s=oc++,0<s&&(i+="H"+s.toString(32)),i+="_"}else s=m_++,i="_"+i+"r_"+s.toString(32)+"_";return n.memoizedState=i},useHostTransitionStatus:Gd,useFormState:bg,useActionState:bg,useOptimistic:function(n){var i=gn();i.memoizedState=i.baseState=n;var s={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return i.queue=s,i=Kd.bind(null,He,!0,s),s.dispatch=i,[n,i]},useMemoCache:Ld,useCacheRefresh:function(){return gn().memoizedState=E_.bind(null,He)},useEffectEvent:function(n){var i=gn(),s={impl:n};return i.memoizedState=s,function(){if((lt&2)!==0)throw Error(a(440));return s.impl.apply(void 0,arguments)}}},qd={readContext:tn,use:cc,useCallback:Cg,useContext:tn,useEffect:Pd,useImperativeHandle:Ng,useInsertionEffect:wg,useLayoutEffect:kg,useMemo:Ag,useReducer:uc,useRef:Eg,useState:function(){return uc($r)},useDebugValue:Hd,useDeferredValue:function(n,i){var s=Pt();return Og(s,mt.memoizedState,n,i)},useTransition:function(){var n=uc($r)[0],i=Pt().memoizedState;return[typeof n=="boolean"?n:yo(n),i]},useSyncExternalStore:ag,useId:Dg,useHostTransitionStatus:Gd,useFormState:yg,useActionState:yg,useOptimistic:function(n,i){var s=Pt();return dg(s,mt,n,i)},useMemoCache:Ld,useCacheRefresh:Lg};qd.useEffectEvent=_g;var Pg={readContext:tn,use:cc,useCallback:Cg,useContext:tn,useEffect:Pd,useImperativeHandle:Ng,useInsertionEffect:wg,useLayoutEffect:kg,useMemo:Ag,useReducer:zd,useRef:Eg,useState:function(){return zd($r)},useDebugValue:Hd,useDeferredValue:function(n,i){var s=Pt();return mt===null?Fd(s,n,i):Og(s,mt.memoizedState,n,i)},useTransition:function(){var n=zd($r)[0],i=Pt().memoizedState;return[typeof n=="boolean"?n:yo(n),i]},useSyncExternalStore:ag,useId:Dg,useHostTransitionStatus:Gd,useFormState:xg,useActionState:xg,useOptimistic:function(n,i){var s=Pt();return mt!==null?dg(s,mt,n,i):(s.baseState=n,[n,s.queue.dispatch])},useMemoCache:Ld,useCacheRefresh:Lg};Pg.useEffectEvent=_g;function Vd(n,i,s,l){i=n.memoizedState,s=s(l,i),s=s==null?i:y({},i,s),n.memoizedState=s,n.lanes===0&&(n.updateQueue.baseState=s)}var Yd={enqueueSetState:function(n,i,s){n=n._reactInternals;var l=$n(),h=Si(l);h.payload=i,s!=null&&(h.callback=s),i=_i(n,h,l),i!==null&&(Mn(i,n,l),po(i,n,l))},enqueueReplaceState:function(n,i,s){n=n._reactInternals;var l=$n(),h=Si(l);h.tag=1,h.payload=i,s!=null&&(h.callback=s),i=_i(n,h,l),i!==null&&(Mn(i,n,l),po(i,n,l))},enqueueForceUpdate:function(n,i){n=n._reactInternals;var s=$n(),l=Si(s);l.tag=2,i!=null&&(l.callback=i),i=_i(n,l,s),i!==null&&(Mn(i,n,s),po(i,n,s))}};function Hg(n,i,s,l,h,g,E){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(l,g,E):i.prototype&&i.prototype.isPureReactComponent?!ao(s,l)||!ao(h,g):!0}function Fg(n,i,s,l){n=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(s,l),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(s,l),i.state!==n&&Yd.enqueueReplaceState(i,i.state,null)}function ha(n,i){var s=i;if("ref"in i){s={};for(var l in i)l!=="ref"&&(s[l]=i[l])}if(n=n.defaultProps){s===i&&(s=y({},s));for(var h in n)s[h]===void 0&&(s[h]=n[h])}return s}function $g(n){Kl(n)}function Gg(n){console.error(n)}function Kg(n){Kl(n)}function pc(n,i){try{var s=n.onUncaughtError;s(i.value,{componentStack:i.stack})}catch(l){setTimeout(function(){throw l})}}function qg(n,i,s){try{var l=n.onCaughtError;l(s.value,{componentStack:s.stack,errorBoundary:i.tag===1?i.stateNode:null})}catch(h){setTimeout(function(){throw h})}}function Wd(n,i,s){return s=Si(s),s.tag=3,s.payload={element:null},s.callback=function(){pc(n,i)},s}function Vg(n){return n=Si(n),n.tag=3,n}function Yg(n,i,s,l){var h=s.type.getDerivedStateFromError;if(typeof h=="function"){var g=l.value;n.payload=function(){return h(g)},n.callback=function(){qg(i,s,l)}}var E=s.stateNode;E!==null&&typeof E.componentDidCatch=="function"&&(n.callback=function(){qg(i,s,l),typeof h!="function"&&(Ai===null?Ai=new Set([this]):Ai.add(this));var N=l.stack;this.componentDidCatch(l.value,{componentStack:N!==null?N:""})})}function __(n,i,s,l,h){if(s.flags|=32768,l!==null&&typeof l=="object"&&typeof l.then=="function"){if(i=s.alternate,i!==null&&Ya(i,s,h,!0),s=Un.current,s!==null){switch(s.tag){case 31:case 13:return er===null?Tc():s.alternate===null&&Lt===0&&(Lt=3),s.flags&=-257,s.flags|=65536,s.lanes=h,l===tc?s.flags|=16384:(i=s.updateQueue,i===null?s.updateQueue=new Set([l]):i.add(l),Ef(n,l,h)),!1;case 22:return s.flags|=65536,l===tc?s.flags|=16384:(i=s.updateQueue,i===null?(i={transitions:null,markerInstances:null,retryQueue:new Set([l])},s.updateQueue=i):(s=i.retryQueue,s===null?i.retryQueue=new Set([l]):s.add(l)),Ef(n,l,h)),!1}throw Error(a(435,s.tag))}return Ef(n,l,h),Tc(),!1}if(et)return i=Un.current,i!==null?((i.flags&65536)===0&&(i.flags|=256),i.flags|=65536,i.lanes=h,l!==pd&&(n=Error(a(422),{cause:l}),lo(Xn(n,s)))):(l!==pd&&(i=Error(a(423),{cause:l}),lo(Xn(i,s))),n=n.current.alternate,n.flags|=65536,h&=-h,n.lanes|=h,l=Xn(l,s),h=Wd(n.stateNode,l,h),kd(n,h),Lt!==4&&(Lt=2)),!1;var g=Error(a(520),{cause:l});if(g=Xn(g,s),Co===null?Co=[g]:Co.push(g),Lt!==4&&(Lt=2),i===null)return!0;l=Xn(l,s),s=i;do{switch(s.tag){case 3:return s.flags|=65536,n=h&-h,s.lanes|=n,n=Wd(s.stateNode,l,n),kd(s,n),!1;case 1:if(i=s.type,g=s.stateNode,(s.flags&128)===0&&(typeof i.getDerivedStateFromError=="function"||g!==null&&typeof g.componentDidCatch=="function"&&(Ai===null||!Ai.has(g))))return s.flags|=65536,h&=-h,s.lanes|=h,h=Vg(h),Yg(h,n,s,l),kd(s,h),!1}s=s.return}while(s!==null);return!1}var Xd=Error(a(461)),Kt=!1;function nn(n,i,s,l){i.child=n===null?Jm(i,null,s,l):da(i,n.child,s,l)}function Wg(n,i,s,l,h){s=s.render;var g=i.ref;if("ref"in l){var E={};for(var N in l)N!=="ref"&&(E[N]=l[N])}else E=l;return oa(i),l=Md(n,i,s,E,g,h),N=Rd(),n!==null&&!Kt?(Id(n,i,h),Gr(n,i,h)):(et&&N&&fd(i),i.flags|=1,nn(n,i,l,h),i.child)}function Xg(n,i,s,l,h){if(n===null){var g=s.type;return typeof g=="function"&&!cd(g)&&g.defaultProps===void 0&&s.compare===null?(i.tag=15,i.type=g,Zg(n,i,g,l,h)):(n=Wl(s.type,null,l,i,i.mode,h),n.ref=i.ref,n.return=i,i.child=n)}if(g=n.child,!af(n,h)){var E=g.memoizedProps;if(s=s.compare,s=s!==null?s:ao,s(E,l)&&n.ref===i.ref)return Gr(n,i,h)}return i.flags|=1,n=Br(g,l),n.ref=i.ref,n.return=i,i.child=n}function Zg(n,i,s,l,h){if(n!==null){var g=n.memoizedProps;if(ao(g,l)&&n.ref===i.ref)if(Kt=!1,i.pendingProps=l=g,af(n,h))(n.flags&131072)!==0&&(Kt=!0);else return i.lanes=n.lanes,Gr(n,i,h)}return Zd(n,i,s,l,h)}function Jg(n,i,s,l){var h=l.children,g=n!==null?n.memoizedState:null;if(n===null&&i.stateNode===null&&(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),l.mode==="hidden"){if((i.flags&128)!==0){if(g=g!==null?g.baseLanes|s:s,n!==null){for(l=i.child=n.child,h=0;l!==null;)h=h|l.lanes|l.childLanes,l=l.sibling;l=h&~g}else l=0,i.child=null;return Qg(n,i,g,s,l)}if((s&536870912)!==0)i.memoizedState={baseLanes:0,cachePool:null},n!==null&&Ql(i,g!==null?g.cachePool:null),g!==null?tg(i,g):Nd(),ng(i);else return l=i.lanes=536870912,Qg(n,i,g!==null?g.baseLanes|s:s,s,l)}else g!==null?(Ql(i,g.cachePool),tg(i,g),ki(),i.memoizedState=null):(n!==null&&Ql(i,null),Nd(),ki());return nn(n,i,h,s),i.child}function Eo(n,i){return n!==null&&n.tag===22||i.stateNode!==null||(i.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),i.sibling}function Qg(n,i,s,l,h){var g=Ed();return g=g===null?null:{parent:$t._currentValue,pool:g},i.memoizedState={baseLanes:s,cachePool:g},n!==null&&Ql(i,null),Nd(),ng(i),n!==null&&Ya(n,i,l,!0),i.childLanes=h,null}function mc(n,i){return i=bc({mode:i.mode,children:i.children},n.mode),i.ref=n.ref,n.child=i,i.return=n,i}function eb(n,i,s){return da(i,n.child,null,s),n=mc(i,i.pendingProps),n.flags|=2,Pn(i),i.memoizedState=null,n}function w_(n,i,s){var l=i.pendingProps,h=(i.flags&128)!==0;if(i.flags&=-129,n===null){if(et){if(l.mode==="hidden")return n=mc(i,l),i.lanes=536870912,Eo(null,n);if(Ad(i),(n=Ct)?(n=fy(n,Qn),n=n!==null&&n.data==="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:bi!==null?{id:xr,overflow:Er}:null,retryLane:536870912,hydrationErrors:null},s=zm(n),s.return=i,i.child=s,en=i,Ct=null)):n=null,n===null)throw vi(i);return i.lanes=536870912,null}return mc(i,l)}var g=n.memoizedState;if(g!==null){var E=g.dehydrated;if(Ad(i),h)if(i.flags&256)i.flags&=-257,i=eb(n,i,s);else if(i.memoizedState!==null)i.child=n.child,i.flags|=128,i=null;else throw Error(a(558));else if(Kt||Ya(n,i,s,!1),h=(s&n.childLanes)!==0,Kt||h){if(l=Et,l!==null&&(E=jt(l,s),E!==0&&E!==g.retryLane))throw g.retryLane=E,ra(n,E),Mn(l,n,E),Xd;Tc(),i=eb(n,i,s)}else n=g.treeContext,Ct=tr(E.nextSibling),en=i,et=!0,yi=null,Qn=!1,n!==null&&Pm(i,n),i=mc(i,l),i.flags|=4096;return i}return n=Br(n.child,{mode:l.mode,children:l.children}),n.ref=i.ref,i.child=n,n.return=i,n}function gc(n,i){var s=i.ref;if(s===null)n!==null&&n.ref!==null&&(i.flags|=4194816);else{if(typeof s!="function"&&typeof s!="object")throw Error(a(284));(n===null||n.ref!==s)&&(i.flags|=4194816)}}function Zd(n,i,s,l,h){return oa(i),s=Md(n,i,s,l,void 0,h),l=Rd(),n!==null&&!Kt?(Id(n,i,h),Gr(n,i,h)):(et&&l&&fd(i),i.flags|=1,nn(n,i,s,h),i.child)}function tb(n,i,s,l,h,g){return oa(i),i.updateQueue=null,s=ig(i,l,s,h),rg(n),l=Rd(),n!==null&&!Kt?(Id(n,i,g),Gr(n,i,g)):(et&&l&&fd(i),i.flags|=1,nn(n,i,s,g),i.child)}function nb(n,i,s,l,h){if(oa(i),i.stateNode===null){var g=Ga,E=s.contextType;typeof E=="object"&&E!==null&&(g=tn(E)),g=new s(l,g),i.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,g.updater=Yd,i.stateNode=g,g._reactInternals=i,g=i.stateNode,g.props=l,g.state=i.memoizedState,g.refs={},_d(i),E=s.contextType,g.context=typeof E=="object"&&E!==null?tn(E):Ga,g.state=i.memoizedState,E=s.getDerivedStateFromProps,typeof E=="function"&&(Vd(i,s,E,l),g.state=i.memoizedState),typeof s.getDerivedStateFromProps=="function"||typeof g.getSnapshotBeforeUpdate=="function"||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(E=g.state,typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount(),E!==g.state&&Yd.enqueueReplaceState(g,g.state,null),go(i,l,g,h),mo(),g.state=i.memoizedState),typeof g.componentDidMount=="function"&&(i.flags|=4194308),l=!0}else if(n===null){g=i.stateNode;var N=i.memoizedProps,z=ha(s,N);g.props=z;var W=g.context,re=s.contextType;E=Ga,typeof re=="object"&&re!==null&&(E=tn(re));var ue=s.getDerivedStateFromProps;re=typeof ue=="function"||typeof g.getSnapshotBeforeUpdate=="function",N=i.pendingProps!==N,re||typeof g.UNSAFE_componentWillReceiveProps!="function"&&typeof g.componentWillReceiveProps!="function"||(N||W!==E)&&Fg(i,g,l,E),Ei=!1;var X=i.memoizedState;g.state=X,go(i,l,g,h),mo(),W=i.memoizedState,N||X!==W||Ei?(typeof ue=="function"&&(Vd(i,s,ue,l),W=i.memoizedState),(z=Ei||Hg(i,s,z,l,X,W,E))?(re||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount()),typeof g.componentDidMount=="function"&&(i.flags|=4194308)):(typeof g.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=l,i.memoizedState=W),g.props=l,g.state=W,g.context=E,l=z):(typeof g.componentDidMount=="function"&&(i.flags|=4194308),l=!1)}else{g=i.stateNode,wd(n,i),E=i.memoizedProps,re=ha(s,E),g.props=re,ue=i.pendingProps,X=g.context,W=s.contextType,z=Ga,typeof W=="object"&&W!==null&&(z=tn(W)),N=s.getDerivedStateFromProps,(W=typeof N=="function"||typeof g.getSnapshotBeforeUpdate=="function")||typeof g.UNSAFE_componentWillReceiveProps!="function"&&typeof g.componentWillReceiveProps!="function"||(E!==ue||X!==z)&&Fg(i,g,l,z),Ei=!1,X=i.memoizedState,g.state=X,go(i,l,g,h),mo();var Q=i.memoizedState;E!==ue||X!==Q||Ei||n!==null&&n.dependencies!==null&&Zl(n.dependencies)?(typeof N=="function"&&(Vd(i,s,N,l),Q=i.memoizedState),(re=Ei||Hg(i,s,re,l,X,Q,z)||n!==null&&n.dependencies!==null&&Zl(n.dependencies))?(W||typeof g.UNSAFE_componentWillUpdate!="function"&&typeof g.componentWillUpdate!="function"||(typeof g.componentWillUpdate=="function"&&g.componentWillUpdate(l,Q,z),typeof g.UNSAFE_componentWillUpdate=="function"&&g.UNSAFE_componentWillUpdate(l,Q,z)),typeof g.componentDidUpdate=="function"&&(i.flags|=4),typeof g.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof g.componentDidUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=4),typeof g.getSnapshotBeforeUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=1024),i.memoizedProps=l,i.memoizedState=Q),g.props=l,g.state=Q,g.context=z,l=re):(typeof g.componentDidUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=4),typeof g.getSnapshotBeforeUpdate!="function"||E===n.memoizedProps&&X===n.memoizedState||(i.flags|=1024),l=!1)}return g=l,gc(n,i),l=(i.flags&128)!==0,g||l?(g=i.stateNode,s=l&&typeof s.getDerivedStateFromError!="function"?null:g.render(),i.flags|=1,n!==null&&l?(i.child=da(i,n.child,null,h),i.child=da(i,null,s,h)):nn(n,i,s,h),i.memoizedState=g.state,n=i.child):n=Gr(n,i,h),n}function rb(n,i,s,l){return aa(),i.flags|=256,nn(n,i,s,l),i.child}var Jd={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Qd(n){return{baseLanes:n,cachePool:qm()}}function ef(n,i,s){return n=n!==null?n.childLanes&~s:0,i&&(n|=Fn),n}function ib(n,i,s){var l=i.pendingProps,h=!1,g=(i.flags&128)!==0,E;if((E=g)||(E=n!==null&&n.memoizedState===null?!1:(Ut.current&2)!==0),E&&(h=!0,i.flags&=-129),E=(i.flags&32)!==0,i.flags&=-33,n===null){if(et){if(h?wi(i):ki(),(n=Ct)?(n=fy(n,Qn),n=n!==null&&n.data!=="&"?n:null,n!==null&&(i.memoizedState={dehydrated:n,treeContext:bi!==null?{id:xr,overflow:Er}:null,retryLane:536870912,hydrationErrors:null},s=zm(n),s.return=i,i.child=s,en=i,Ct=null)):n=null,n===null)throw vi(i);return zf(n)?i.lanes=32:i.lanes=536870912,null}var N=l.children;return l=l.fallback,h?(ki(),h=i.mode,N=bc({mode:"hidden",children:N},h),l=ia(l,h,s,null),N.return=i,l.return=i,N.sibling=l,i.child=N,l=i.child,l.memoizedState=Qd(s),l.childLanes=ef(n,E,s),i.memoizedState=Jd,Eo(null,l)):(wi(i),tf(i,N))}var z=n.memoizedState;if(z!==null&&(N=z.dehydrated,N!==null)){if(g)i.flags&256?(wi(i),i.flags&=-257,i=nf(n,i,s)):i.memoizedState!==null?(ki(),i.child=n.child,i.flags|=128,i=null):(ki(),N=l.fallback,h=i.mode,l=bc({mode:"visible",children:l.children},h),N=ia(N,h,s,null),N.flags|=2,l.return=i,N.return=i,l.sibling=N,i.child=l,da(i,n.child,null,s),l=i.child,l.memoizedState=Qd(s),l.childLanes=ef(n,E,s),i.memoizedState=Jd,i=Eo(null,l));else if(wi(i),zf(N)){if(E=N.nextSibling&&N.nextSibling.dataset,E)var W=E.dgst;E=W,l=Error(a(419)),l.stack="",l.digest=E,lo({value:l,source:null,stack:null}),i=nf(n,i,s)}else if(Kt||Ya(n,i,s,!1),E=(s&n.childLanes)!==0,Kt||E){if(E=Et,E!==null&&(l=jt(E,s),l!==0&&l!==z.retryLane))throw z.retryLane=l,ra(n,l),Mn(E,n,l),Xd;jf(N)||Tc(),i=nf(n,i,s)}else jf(N)?(i.flags|=192,i.child=n.child,i=null):(n=z.treeContext,Ct=tr(N.nextSibling),en=i,et=!0,yi=null,Qn=!1,n!==null&&Pm(i,n),i=tf(i,l.children),i.flags|=4096);return i}return h?(ki(),N=l.fallback,h=i.mode,z=n.child,W=z.sibling,l=Br(z,{mode:"hidden",children:l.children}),l.subtreeFlags=z.subtreeFlags&65011712,W!==null?N=Br(W,N):(N=ia(N,h,s,null),N.flags|=2),N.return=i,l.return=i,l.sibling=N,i.child=l,Eo(null,l),l=i.child,N=n.child.memoizedState,N===null?N=Qd(s):(h=N.cachePool,h!==null?(z=$t._currentValue,h=h.parent!==z?{parent:z,pool:z}:h):h=qm(),N={baseLanes:N.baseLanes|s,cachePool:h}),l.memoizedState=N,l.childLanes=ef(n,E,s),i.memoizedState=Jd,Eo(n.child,l)):(wi(i),s=n.child,n=s.sibling,s=Br(s,{mode:"visible",children:l.children}),s.return=i,s.sibling=null,n!==null&&(E=i.deletions,E===null?(i.deletions=[n],i.flags|=16):E.push(n)),i.child=s,i.memoizedState=null,s)}function tf(n,i){return i=bc({mode:"visible",children:i},n.mode),i.return=n,n.child=i}function bc(n,i){return n=Bn(22,n,null,i),n.lanes=0,n}function nf(n,i,s){return da(i,n.child,null,s),n=tf(i,i.pendingProps.children),n.flags|=2,i.memoizedState=null,n}function ab(n,i,s){n.lanes|=i;var l=n.alternate;l!==null&&(l.lanes|=i),bd(n.return,i,s)}function rf(n,i,s,l,h,g){var E=n.memoizedState;E===null?n.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:l,tail:s,tailMode:h,treeForkCount:g}:(E.isBackwards=i,E.rendering=null,E.renderingStartTime=0,E.last=l,E.tail=s,E.tailMode=h,E.treeForkCount=g)}function sb(n,i,s){var l=i.pendingProps,h=l.revealOrder,g=l.tail;l=l.children;var E=Ut.current,N=(E&2)!==0;if(N?(E=E&1|2,i.flags|=128):E&=1,w(Ut,E),nn(n,i,l,s),l=et?oo:0,!N&&n!==null&&(n.flags&128)!==0)e:for(n=i.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&ab(n,s,i);else if(n.tag===19)ab(n,s,i);else if(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}switch(h){case"forwards":for(s=i.child,h=null;s!==null;)n=s.alternate,n!==null&&ac(n)===null&&(h=s),s=s.sibling;s=h,s===null?(h=i.child,i.child=null):(h=s.sibling,s.sibling=null),rf(i,!1,h,s,g,l);break;case"backwards":case"unstable_legacy-backwards":for(s=null,h=i.child,i.child=null;h!==null;){if(n=h.alternate,n!==null&&ac(n)===null){i.child=h;break}n=h.sibling,h.sibling=s,s=h,h=n}rf(i,!0,s,null,g,l);break;case"together":rf(i,!1,null,null,void 0,l);break;default:i.memoizedState=null}return i.child}function Gr(n,i,s){if(n!==null&&(i.dependencies=n.dependencies),Ci|=i.lanes,(s&i.childLanes)===0)if(n!==null){if(Ya(n,i,s,!1),(s&i.childLanes)===0)return null}else return null;if(n!==null&&i.child!==n.child)throw Error(a(153));if(i.child!==null){for(n=i.child,s=Br(n,n.pendingProps),i.child=s,s.return=i;n.sibling!==null;)n=n.sibling,s=s.sibling=Br(n,n.pendingProps),s.return=i;s.sibling=null}return i.child}function af(n,i){return(n.lanes&i)!==0?!0:(n=n.dependencies,!!(n!==null&&Zl(n)))}function k_(n,i,s){switch(i.tag){case 3:Ee(i,i.stateNode.containerInfo),xi(i,$t,n.memoizedState.cache),aa();break;case 27:case 5:qe(i);break;case 4:Ee(i,i.stateNode.containerInfo);break;case 10:xi(i,i.type,i.memoizedProps.value);break;case 31:if(i.memoizedState!==null)return i.flags|=128,Ad(i),null;break;case 13:var l=i.memoizedState;if(l!==null)return l.dehydrated!==null?(wi(i),i.flags|=128,null):(s&i.child.childLanes)!==0?ib(n,i,s):(wi(i),n=Gr(n,i,s),n!==null?n.sibling:null);wi(i);break;case 19:var h=(n.flags&128)!==0;if(l=(s&i.childLanes)!==0,l||(Ya(n,i,s,!1),l=(s&i.childLanes)!==0),h){if(l)return sb(n,i,s);i.flags|=128}if(h=i.memoizedState,h!==null&&(h.rendering=null,h.tail=null,h.lastEffect=null),w(Ut,Ut.current),l)break;return null;case 22:return i.lanes=0,Jg(n,i,s,i.pendingProps);case 24:xi(i,$t,n.memoizedState.cache)}return Gr(n,i,s)}function ob(n,i,s){if(n!==null)if(n.memoizedProps!==i.pendingProps)Kt=!0;else{if(!af(n,s)&&(i.flags&128)===0)return Kt=!1,k_(n,i,s);Kt=(n.flags&131072)!==0}else Kt=!1,et&&(i.flags&1048576)!==0&&Um(i,oo,i.index);switch(i.lanes=0,i.tag){case 16:e:{var l=i.pendingProps;if(n=ca(i.elementType),i.type=n,typeof n=="function")cd(n)?(l=ha(n,l),i.tag=1,i=nb(null,i,n,l,s)):(i.tag=0,i=Zd(null,i,n,l,s));else{if(n!=null){var h=n.$$typeof;if(h===C){i.tag=11,i=Wg(null,i,n,l,s);break e}else if(h===$){i.tag=14,i=Xg(null,i,n,l,s);break e}}throw i=ie(n)||n,Error(a(306,i,""))}}return i;case 0:return Zd(n,i,i.type,i.pendingProps,s);case 1:return l=i.type,h=ha(l,i.pendingProps),nb(n,i,l,h,s);case 3:e:{if(Ee(i,i.stateNode.containerInfo),n===null)throw Error(a(387));l=i.pendingProps;var g=i.memoizedState;h=g.element,wd(n,i),go(i,l,null,s);var E=i.memoizedState;if(l=E.cache,xi(i,$t,l),l!==g.cache&&yd(i,[$t],s,!0),mo(),l=E.element,g.isDehydrated)if(g={element:l,isDehydrated:!1,cache:E.cache},i.updateQueue.baseState=g,i.memoizedState=g,i.flags&256){i=rb(n,i,l,s);break e}else if(l!==h){h=Xn(Error(a(424)),i),lo(h),i=rb(n,i,l,s);break e}else{switch(n=i.stateNode.containerInfo,n.nodeType){case 9:n=n.body;break;default:n=n.nodeName==="HTML"?n.ownerDocument.body:n}for(Ct=tr(n.firstChild),en=i,et=!0,yi=null,Qn=!0,s=Jm(i,null,l,s),i.child=s;s;)s.flags=s.flags&-3|4096,s=s.sibling}else{if(aa(),l===h){i=Gr(n,i,s);break e}nn(n,i,l,s)}i=i.child}return i;case 26:return gc(n,i),n===null?(s=yy(i.type,null,i.pendingProps,null))?i.memoizedState=s:et||(s=i.type,n=i.pendingProps,l=Ic(ae.current).createElement(s),l[zt]=i,l[ln]=n,rn(l,s,n),Ht(l),i.stateNode=l):i.memoizedState=yy(i.type,n.memoizedProps,i.pendingProps,n.memoizedState),null;case 27:return qe(i),n===null&&et&&(l=i.stateNode=my(i.type,i.pendingProps,ae.current),en=i,Qn=!0,h=Ct,Ii(i.type)?(Bf=h,Ct=tr(l.firstChild)):Ct=h),nn(n,i,i.pendingProps.children,s),gc(n,i),n===null&&(i.flags|=4194304),i.child;case 5:return n===null&&et&&((h=l=Ct)&&(l=tw(l,i.type,i.pendingProps,Qn),l!==null?(i.stateNode=l,en=i,Ct=tr(l.firstChild),Qn=!1,h=!0):h=!1),h||vi(i)),qe(i),h=i.type,g=i.pendingProps,E=n!==null?n.memoizedProps:null,l=g.children,If(h,g)?l=null:E!==null&&If(h,E)&&(i.flags|=32),i.memoizedState!==null&&(h=Md(n,i,g_,null,null,s),jo._currentValue=h),gc(n,i),nn(n,i,l,s),i.child;case 6:return n===null&&et&&((n=s=Ct)&&(s=nw(s,i.pendingProps,Qn),s!==null?(i.stateNode=s,en=i,Ct=null,n=!0):n=!1),n||vi(i)),null;case 13:return ib(n,i,s);case 4:return Ee(i,i.stateNode.containerInfo),l=i.pendingProps,n===null?i.child=da(i,null,l,s):nn(n,i,l,s),i.child;case 11:return Wg(n,i,i.type,i.pendingProps,s);case 7:return nn(n,i,i.pendingProps,s),i.child;case 8:return nn(n,i,i.pendingProps.children,s),i.child;case 12:return nn(n,i,i.pendingProps.children,s),i.child;case 10:return l=i.pendingProps,xi(i,i.type,l.value),nn(n,i,l.children,s),i.child;case 9:return h=i.type._context,l=i.pendingProps.children,oa(i),h=tn(h),l=l(h),i.flags|=1,nn(n,i,l,s),i.child;case 14:return Xg(n,i,i.type,i.pendingProps,s);case 15:return Zg(n,i,i.type,i.pendingProps,s);case 19:return sb(n,i,s);case 31:return w_(n,i,s);case 22:return Jg(n,i,s,i.pendingProps);case 24:return oa(i),l=tn($t),n===null?(h=Ed(),h===null&&(h=Et,g=vd(),h.pooledCache=g,g.refCount++,g!==null&&(h.pooledCacheLanes|=s),h=g),i.memoizedState={parent:l,cache:h},_d(i),xi(i,$t,h)):((n.lanes&s)!==0&&(wd(n,i),go(i,null,null,s),mo()),h=n.memoizedState,g=i.memoizedState,h.parent!==l?(h={parent:l,cache:l},i.memoizedState=h,i.lanes===0&&(i.memoizedState=i.updateQueue.baseState=h),xi(i,$t,l)):(l=g.cache,xi(i,$t,l),l!==h.cache&&yd(i,[$t],s,!0))),nn(n,i,i.pendingProps.children,s),i.child;case 29:throw i.pendingProps}throw Error(a(156,i.tag))}function Kr(n){n.flags|=4}function sf(n,i,s,l,h){if((i=(n.mode&32)!==0)&&(i=!1),i){if(n.flags|=16777216,(h&335544128)===h)if(n.stateNode.complete)n.flags|=8192;else if(Db())n.flags|=8192;else throw ua=tc,Sd}else n.flags&=-16777217}function lb(n,i){if(i.type!=="stylesheet"||(i.state.loading&4)!==0)n.flags&=-16777217;else if(n.flags|=16777216,!_y(i))if(Db())n.flags|=8192;else throw ua=tc,Sd}function yc(n,i){i!==null&&(n.flags|=4),n.flags&16384&&(i=n.tag!==22?Be():536870912,n.lanes|=i,ss|=i)}function So(n,i){if(!et)switch(n.tailMode){case"hidden":i=n.tail;for(var s=null;i!==null;)i.alternate!==null&&(s=i),i=i.sibling;s===null?n.tail=null:s.sibling=null;break;case"collapsed":s=n.tail;for(var l=null;s!==null;)s.alternate!==null&&(l=s),s=s.sibling;l===null?i||n.tail===null?n.tail=null:n.tail.sibling=null:l.sibling=null}}function At(n){var i=n.alternate!==null&&n.alternate.child===n.child,s=0,l=0;if(i)for(var h=n.child;h!==null;)s|=h.lanes|h.childLanes,l|=h.subtreeFlags&65011712,l|=h.flags&65011712,h.return=n,h=h.sibling;else for(h=n.child;h!==null;)s|=h.lanes|h.childLanes,l|=h.subtreeFlags,l|=h.flags,h.return=n,h=h.sibling;return n.subtreeFlags|=l,n.childLanes=s,i}function T_(n,i,s){var l=i.pendingProps;switch(hd(i),i.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return At(i),null;case 1:return At(i),null;case 3:return s=i.stateNode,l=null,n!==null&&(l=n.memoizedState.cache),i.memoizedState.cache!==l&&(i.flags|=2048),Hr($t),Ne(),s.pendingContext&&(s.context=s.pendingContext,s.pendingContext=null),(n===null||n.child===null)&&(Va(i)?Kr(i):n===null||n.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,md())),At(i),null;case 26:var h=i.type,g=i.memoizedState;return n===null?(Kr(i),g!==null?(At(i),lb(i,g)):(At(i),sf(i,h,null,l,s))):g?g!==n.memoizedState?(Kr(i),At(i),lb(i,g)):(At(i),i.flags&=-16777217):(n=n.memoizedProps,n!==l&&Kr(i),At(i),sf(i,h,n,l,s)),null;case 27:if(it(i),s=ae.current,h=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==l&&Kr(i);else{if(!l){if(i.stateNode===null)throw Error(a(166));return At(i),null}n=J.current,Va(i)?Hm(i):(n=my(h,l,s),i.stateNode=n,Kr(i))}return At(i),null;case 5:if(it(i),h=i.type,n!==null&&i.stateNode!=null)n.memoizedProps!==l&&Kr(i);else{if(!l){if(i.stateNode===null)throw Error(a(166));return At(i),null}if(g=J.current,Va(i))Hm(i);else{var E=Ic(ae.current);switch(g){case 1:g=E.createElementNS("http://www.w3.org/2000/svg",h);break;case 2:g=E.createElementNS("http://www.w3.org/1998/Math/MathML",h);break;default:switch(h){case"svg":g=E.createElementNS("http://www.w3.org/2000/svg",h);break;case"math":g=E.createElementNS("http://www.w3.org/1998/Math/MathML",h);break;case"script":g=E.createElement("div"),g.innerHTML="<script><\/script>",g=g.removeChild(g.firstChild);break;case"select":g=typeof l.is=="string"?E.createElement("select",{is:l.is}):E.createElement("select"),l.multiple?g.multiple=!0:l.size&&(g.size=l.size);break;default:g=typeof l.is=="string"?E.createElement(h,{is:l.is}):E.createElement(h)}}g[zt]=i,g[ln]=l;e:for(E=i.child;E!==null;){if(E.tag===5||E.tag===6)g.appendChild(E.stateNode);else if(E.tag!==4&&E.tag!==27&&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}i.stateNode=g;e:switch(rn(g,h,l),h){case"button":case"input":case"select":case"textarea":l=!!l.autoFocus;break e;case"img":l=!0;break e;default:l=!1}l&&Kr(i)}}return At(i),sf(i,i.type,n===null?null:n.memoizedProps,i.pendingProps,s),null;case 6:if(n&&i.stateNode!=null)n.memoizedProps!==l&&Kr(i);else{if(typeof l!="string"&&i.stateNode===null)throw Error(a(166));if(n=ae.current,Va(i)){if(n=i.stateNode,s=i.memoizedProps,l=null,h=en,h!==null)switch(h.tag){case 27:case 5:l=h.memoizedProps}n[zt]=i,n=!!(n.nodeValue===s||l!==null&&l.suppressHydrationWarning===!0||iy(n.nodeValue,s)),n||vi(i,!0)}else n=Ic(n).createTextNode(l),n[zt]=i,i.stateNode=n}return At(i),null;case 31:if(s=i.memoizedState,n===null||n.memoizedState!==null){if(l=Va(i),s!==null){if(n===null){if(!l)throw Error(a(318));if(n=i.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(a(557));n[zt]=i}else aa(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;At(i),n=!1}else s=md(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=s),n=!0;if(!n)return i.flags&256?(Pn(i),i):(Pn(i),null);if((i.flags&128)!==0)throw Error(a(558))}return At(i),null;case 13:if(l=i.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(h=Va(i),l!==null&&l.dehydrated!==null){if(n===null){if(!h)throw Error(a(318));if(h=i.memoizedState,h=h!==null?h.dehydrated:null,!h)throw Error(a(317));h[zt]=i}else aa(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;At(i),h=!1}else h=md(),n!==null&&n.memoizedState!==null&&(n.memoizedState.hydrationErrors=h),h=!0;if(!h)return i.flags&256?(Pn(i),i):(Pn(i),null)}return Pn(i),(i.flags&128)!==0?(i.lanes=s,i):(s=l!==null,n=n!==null&&n.memoizedState!==null,s&&(l=i.child,h=null,l.alternate!==null&&l.alternate.memoizedState!==null&&l.alternate.memoizedState.cachePool!==null&&(h=l.alternate.memoizedState.cachePool.pool),g=null,l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(g=l.memoizedState.cachePool.pool),g!==h&&(l.flags|=2048)),s!==n&&s&&(i.child.flags|=8192),yc(i,i.updateQueue),At(i),null);case 4:return Ne(),n===null&&Cf(i.stateNode.containerInfo),At(i),null;case 10:return Hr(i.type),At(i),null;case 19:if(O(Ut),l=i.memoizedState,l===null)return At(i),null;if(h=(i.flags&128)!==0,g=l.rendering,g===null)if(h)So(l,!1);else{if(Lt!==0||n!==null&&(n.flags&128)!==0)for(n=i.child;n!==null;){if(g=ac(n),g!==null){for(i.flags|=128,So(l,!1),n=g.updateQueue,i.updateQueue=n,yc(i,n),i.subtreeFlags=0,n=s,s=i.child;s!==null;)jm(s,n),s=s.sibling;return w(Ut,Ut.current&1|2),et&&Ur(i,l.treeForkCount),i.child}n=n.sibling}l.tail!==null&&Tt()>_c&&(i.flags|=128,h=!0,So(l,!1),i.lanes=4194304)}else{if(!h)if(n=ac(g),n!==null){if(i.flags|=128,h=!0,n=n.updateQueue,i.updateQueue=n,yc(i,n),So(l,!0),l.tail===null&&l.tailMode==="hidden"&&!g.alternate&&!et)return At(i),null}else 2*Tt()-l.renderingStartTime>_c&&s!==536870912&&(i.flags|=128,h=!0,So(l,!1),i.lanes=4194304);l.isBackwards?(g.sibling=i.child,i.child=g):(n=l.last,n!==null?n.sibling=g:i.child=g,l.last=g)}return l.tail!==null?(n=l.tail,l.rendering=n,l.tail=n.sibling,l.renderingStartTime=Tt(),n.sibling=null,s=Ut.current,w(Ut,h?s&1|2:s&1),et&&Ur(i,l.treeForkCount),n):(At(i),null);case 22:case 23:return Pn(i),Cd(),l=i.memoizedState!==null,n!==null?n.memoizedState!==null!==l&&(i.flags|=8192):l&&(i.flags|=8192),l?(s&536870912)!==0&&(i.flags&128)===0&&(At(i),i.subtreeFlags&6&&(i.flags|=8192)):At(i),s=i.updateQueue,s!==null&&yc(i,s.retryQueue),s=null,n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(s=n.memoizedState.cachePool.pool),l=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(l=i.memoizedState.cachePool.pool),l!==s&&(i.flags|=2048),n!==null&&O(la),null;case 24:return s=null,n!==null&&(s=n.memoizedState.cache),i.memoizedState.cache!==s&&(i.flags|=2048),Hr($t),At(i),null;case 25:return null;case 30:return null}throw Error(a(156,i.tag))}function N_(n,i){switch(hd(i),i.tag){case 1:return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 3:return Hr($t),Ne(),n=i.flags,(n&65536)!==0&&(n&128)===0?(i.flags=n&-65537|128,i):null;case 26:case 27:case 5:return it(i),null;case 31:if(i.memoizedState!==null){if(Pn(i),i.alternate===null)throw Error(a(340));aa()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 13:if(Pn(i),n=i.memoizedState,n!==null&&n.dehydrated!==null){if(i.alternate===null)throw Error(a(340));aa()}return n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 19:return O(Ut),null;case 4:return Ne(),null;case 10:return Hr(i.type),null;case 22:case 23:return Pn(i),Cd(),n!==null&&O(la),n=i.flags,n&65536?(i.flags=n&-65537|128,i):null;case 24:return Hr($t),null;case 25:return null;default:return null}}function cb(n,i){switch(hd(i),i.tag){case 3:Hr($t),Ne();break;case 26:case 27:case 5:it(i);break;case 4:Ne();break;case 31:i.memoizedState!==null&&Pn(i);break;case 13:Pn(i);break;case 19:O(Ut);break;case 10:Hr(i.type);break;case 22:case 23:Pn(i),Cd(),n!==null&&O(la);break;case 24:Hr($t)}}function _o(n,i){try{var s=i.updateQueue,l=s!==null?s.lastEffect:null;if(l!==null){var h=l.next;s=h;do{if((s.tag&n)===n){l=void 0;var g=s.create,E=s.inst;l=g(),E.destroy=l}s=s.next}while(s!==h)}}catch(N){ht(i,i.return,N)}}function Ti(n,i,s){try{var l=i.updateQueue,h=l!==null?l.lastEffect:null;if(h!==null){var g=h.next;l=g;do{if((l.tag&n)===n){var E=l.inst,N=E.destroy;if(N!==void 0){E.destroy=void 0,h=i;var z=s,W=N;try{W()}catch(re){ht(h,z,re)}}}l=l.next}while(l!==g)}}catch(re){ht(i,i.return,re)}}function ub(n){var i=n.updateQueue;if(i!==null){var s=n.stateNode;try{eg(i,s)}catch(l){ht(n,n.return,l)}}}function db(n,i,s){s.props=ha(n.type,n.memoizedProps),s.state=n.memoizedState;try{s.componentWillUnmount()}catch(l){ht(n,i,l)}}function wo(n,i){try{var s=n.ref;if(s!==null){switch(n.tag){case 26:case 27:case 5:var l=n.stateNode;break;case 30:l=n.stateNode;break;default:l=n.stateNode}typeof s=="function"?n.refCleanup=s(l):s.current=l}}catch(h){ht(n,i,h)}}function Sr(n,i){var s=n.ref,l=n.refCleanup;if(s!==null)if(typeof l=="function")try{l()}catch(h){ht(n,i,h)}finally{n.refCleanup=null,n=n.alternate,n!=null&&(n.refCleanup=null)}else if(typeof s=="function")try{s(null)}catch(h){ht(n,i,h)}else s.current=null}function fb(n){var i=n.type,s=n.memoizedProps,l=n.stateNode;try{e:switch(i){case"button":case"input":case"select":case"textarea":s.autoFocus&&l.focus();break e;case"img":s.src?l.src=s.src:s.srcSet&&(l.srcset=s.srcSet)}}catch(h){ht(n,n.return,h)}}function of(n,i,s){try{var l=n.stateNode;W_(l,n.type,s,i),l[ln]=i}catch(h){ht(n,n.return,h)}}function hb(n){return n.tag===5||n.tag===3||n.tag===26||n.tag===27&&Ii(n.type)||n.tag===4}function lf(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||hb(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.tag===27&&Ii(n.type)||n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function cf(n,i,s){var l=n.tag;if(l===5||l===6)n=n.stateNode,i?(s.nodeType===9?s.body:s.nodeName==="HTML"?s.ownerDocument.body:s).insertBefore(n,i):(i=s.nodeType===9?s.body:s.nodeName==="HTML"?s.ownerDocument.body:s,i.appendChild(n),s=s._reactRootContainer,s!=null||i.onclick!==null||(i.onclick=ye));else if(l!==4&&(l===27&&Ii(n.type)&&(s=n.stateNode,i=null),n=n.child,n!==null))for(cf(n,i,s),n=n.sibling;n!==null;)cf(n,i,s),n=n.sibling}function vc(n,i,s){var l=n.tag;if(l===5||l===6)n=n.stateNode,i?s.insertBefore(n,i):s.appendChild(n);else if(l!==4&&(l===27&&Ii(n.type)&&(s=n.stateNode),n=n.child,n!==null))for(vc(n,i,s),n=n.sibling;n!==null;)vc(n,i,s),n=n.sibling}function pb(n){var i=n.stateNode,s=n.memoizedProps;try{for(var l=n.type,h=i.attributes;h.length;)i.removeAttributeNode(h[0]);rn(i,l,s),i[zt]=n,i[ln]=s}catch(g){ht(n,n.return,g)}}var qr=!1,qt=!1,uf=!1,mb=typeof WeakSet=="function"?WeakSet:Set,Xt=null;function C_(n,i){if(n=n.containerInfo,Mf=Pc,n=Nm(n),nd(n)){if("selectionStart"in n)var s={start:n.selectionStart,end:n.selectionEnd};else e:{s=(s=n.ownerDocument)&&s.defaultView||window;var l=s.getSelection&&s.getSelection();if(l&&l.rangeCount!==0){s=l.anchorNode;var h=l.anchorOffset,g=l.focusNode;l=l.focusOffset;try{s.nodeType,g.nodeType}catch{s=null;break e}var E=0,N=-1,z=-1,W=0,re=0,ue=n,X=null;t:for(;;){for(var Q;ue!==s||h!==0&&ue.nodeType!==3||(N=E+h),ue!==g||l!==0&&ue.nodeType!==3||(z=E+l),ue.nodeType===3&&(E+=ue.nodeValue.length),(Q=ue.firstChild)!==null;)X=ue,ue=Q;for(;;){if(ue===n)break t;if(X===s&&++W===h&&(N=E),X===g&&++re===l&&(z=E),(Q=ue.nextSibling)!==null)break;ue=X,X=ue.parentNode}ue=Q}s=N===-1||z===-1?null:{start:N,end:z}}else s=null}s=s||{start:0,end:0}}else s=null;for(Rf={focusedElem:n,selectionRange:s},Pc=!1,Xt=i;Xt!==null;)if(i=Xt,n=i.child,(i.subtreeFlags&1028)!==0&&n!==null)n.return=i,Xt=n;else for(;Xt!==null;){switch(i=Xt,g=i.alternate,n=i.flags,i.tag){case 0:if((n&4)!==0&&(n=i.updateQueue,n=n!==null?n.events:null,n!==null))for(s=0;s<n.length;s++)h=n[s],h.ref.impl=h.nextImpl;break;case 11:case 15:break;case 1:if((n&1024)!==0&&g!==null){n=void 0,s=i,h=g.memoizedProps,g=g.memoizedState,l=s.stateNode;try{var _e=ha(s.type,h);n=l.getSnapshotBeforeUpdate(_e,g),l.__reactInternalSnapshotBeforeUpdate=n}catch(De){ht(s,s.return,De)}}break;case 3:if((n&1024)!==0){if(n=i.stateNode.containerInfo,s=n.nodeType,s===9)Lf(n);else if(s===1)switch(n.nodeName){case"HEAD":case"HTML":case"BODY":Lf(n);break;default:n.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((n&1024)!==0)throw Error(a(163))}if(n=i.sibling,n!==null){n.return=i.return,Xt=n;break}Xt=i.return}}function gb(n,i,s){var l=s.flags;switch(s.tag){case 0:case 11:case 15:Yr(n,s),l&4&&_o(5,s);break;case 1:if(Yr(n,s),l&4)if(n=s.stateNode,i===null)try{n.componentDidMount()}catch(E){ht(s,s.return,E)}else{var h=ha(s.type,i.memoizedProps);i=i.memoizedState;try{n.componentDidUpdate(h,i,n.__reactInternalSnapshotBeforeUpdate)}catch(E){ht(s,s.return,E)}}l&64&&ub(s),l&512&&wo(s,s.return);break;case 3:if(Yr(n,s),l&64&&(n=s.updateQueue,n!==null)){if(i=null,s.child!==null)switch(s.child.tag){case 27:case 5:i=s.child.stateNode;break;case 1:i=s.child.stateNode}try{eg(n,i)}catch(E){ht(s,s.return,E)}}break;case 27:i===null&&l&4&&pb(s);case 26:case 5:Yr(n,s),i===null&&l&4&&fb(s),l&512&&wo(s,s.return);break;case 12:Yr(n,s);break;case 31:Yr(n,s),l&4&&vb(n,s);break;case 13:Yr(n,s),l&4&&xb(n,s),l&64&&(n=s.memoizedState,n!==null&&(n=n.dehydrated,n!==null&&(s=z_.bind(null,s),rw(n,s))));break;case 22:if(l=s.memoizedState!==null||qr,!l){i=i!==null&&i.memoizedState!==null||qt,h=qr;var g=qt;qr=l,(qt=i)&&!g?Wr(n,s,(s.subtreeFlags&8772)!==0):Yr(n,s),qr=h,qt=g}break;case 30:break;default:Yr(n,s)}}function bb(n){var i=n.alternate;i!==null&&(n.alternate=null,bb(i)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(i=n.stateNode,i!==null&&Vs(i)),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}var Mt=null,Nn=!1;function Vr(n,i,s){for(s=s.child;s!==null;)yb(n,i,s),s=s.sibling}function yb(n,i,s){if(It&&typeof It.onCommitFiberUnmount=="function")try{It.onCommitFiberUnmount(Jt,s)}catch{}switch(s.tag){case 26:qt||Sr(s,i),Vr(n,i,s),s.memoizedState?s.memoizedState.count--:s.stateNode&&(s=s.stateNode,s.parentNode.removeChild(s));break;case 27:qt||Sr(s,i);var l=Mt,h=Nn;Ii(s.type)&&(Mt=s.stateNode,Nn=!1),Vr(n,i,s),Io(s.stateNode),Mt=l,Nn=h;break;case 5:qt||Sr(s,i);case 6:if(l=Mt,h=Nn,Mt=null,Vr(n,i,s),Mt=l,Nn=h,Mt!==null)if(Nn)try{(Mt.nodeType===9?Mt.body:Mt.nodeName==="HTML"?Mt.ownerDocument.body:Mt).removeChild(s.stateNode)}catch(g){ht(s,i,g)}else try{Mt.removeChild(s.stateNode)}catch(g){ht(s,i,g)}break;case 18:Mt!==null&&(Nn?(n=Mt,uy(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,s.stateNode),ps(n)):uy(Mt,s.stateNode));break;case 4:l=Mt,h=Nn,Mt=s.stateNode.containerInfo,Nn=!0,Vr(n,i,s),Mt=l,Nn=h;break;case 0:case 11:case 14:case 15:Ti(2,s,i),qt||Ti(4,s,i),Vr(n,i,s);break;case 1:qt||(Sr(s,i),l=s.stateNode,typeof l.componentWillUnmount=="function"&&db(s,i,l)),Vr(n,i,s);break;case 21:Vr(n,i,s);break;case 22:qt=(l=qt)||s.memoizedState!==null,Vr(n,i,s),qt=l;break;default:Vr(n,i,s)}}function vb(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null))){n=n.dehydrated;try{ps(n)}catch(s){ht(i,i.return,s)}}}function xb(n,i){if(i.memoizedState===null&&(n=i.alternate,n!==null&&(n=n.memoizedState,n!==null&&(n=n.dehydrated,n!==null))))try{ps(n)}catch(s){ht(i,i.return,s)}}function A_(n){switch(n.tag){case 31:case 13:case 19:var i=n.stateNode;return i===null&&(i=n.stateNode=new mb),i;case 22:return n=n.stateNode,i=n._retryCache,i===null&&(i=n._retryCache=new mb),i;default:throw Error(a(435,n.tag))}}function xc(n,i){var s=A_(n);i.forEach(function(l){if(!s.has(l)){s.add(l);var h=B_.bind(null,n,l);l.then(h,h)}})}function Cn(n,i){var s=i.deletions;if(s!==null)for(var l=0;l<s.length;l++){var h=s[l],g=n,E=i,N=E;e:for(;N!==null;){switch(N.tag){case 27:if(Ii(N.type)){Mt=N.stateNode,Nn=!1;break e}break;case 5:Mt=N.stateNode,Nn=!1;break e;case 3:case 4:Mt=N.stateNode.containerInfo,Nn=!0;break e}N=N.return}if(Mt===null)throw Error(a(160));yb(g,E,h),Mt=null,Nn=!1,g=h.alternate,g!==null&&(g.return=null),h.return=null}if(i.subtreeFlags&13886)for(i=i.child;i!==null;)Eb(i,n),i=i.sibling}var fr=null;function Eb(n,i){var s=n.alternate,l=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:Cn(i,n),An(n),l&4&&(Ti(3,n,n.return),_o(3,n),Ti(5,n,n.return));break;case 1:Cn(i,n),An(n),l&512&&(qt||s===null||Sr(s,s.return)),l&64&&qr&&(n=n.updateQueue,n!==null&&(l=n.callbacks,l!==null&&(s=n.shared.hiddenCallbacks,n.shared.hiddenCallbacks=s===null?l:s.concat(l))));break;case 26:var h=fr;if(Cn(i,n),An(n),l&512&&(qt||s===null||Sr(s,s.return)),l&4){var g=s!==null?s.memoizedState:null;if(l=n.memoizedState,s===null)if(l===null)if(n.stateNode===null){e:{l=n.type,s=n.memoizedProps,h=h.ownerDocument||h;t:switch(l){case"title":g=h.getElementsByTagName("title")[0],(!g||g[Zi]||g[zt]||g.namespaceURI==="http://www.w3.org/2000/svg"||g.hasAttribute("itemprop"))&&(g=h.createElement(l),h.head.insertBefore(g,h.querySelector("head > title"))),rn(g,l,s),g[zt]=n,Ht(g),l=g;break e;case"link":var E=Ey("link","href",h).get(l+(s.href||""));if(E){for(var N=0;N<E.length;N++)if(g=E[N],g.getAttribute("href")===(s.href==null||s.href===""?null:s.href)&&g.getAttribute("rel")===(s.rel==null?null:s.rel)&&g.getAttribute("title")===(s.title==null?null:s.title)&&g.getAttribute("crossorigin")===(s.crossOrigin==null?null:s.crossOrigin)){E.splice(N,1);break t}}g=h.createElement(l),rn(g,l,s),h.head.appendChild(g);break;case"meta":if(E=Ey("meta","content",h).get(l+(s.content||""))){for(N=0;N<E.length;N++)if(g=E[N],g.getAttribute("content")===(s.content==null?null:""+s.content)&&g.getAttribute("name")===(s.name==null?null:s.name)&&g.getAttribute("property")===(s.property==null?null:s.property)&&g.getAttribute("http-equiv")===(s.httpEquiv==null?null:s.httpEquiv)&&g.getAttribute("charset")===(s.charSet==null?null:s.charSet)){E.splice(N,1);break t}}g=h.createElement(l),rn(g,l,s),h.head.appendChild(g);break;default:throw Error(a(468,l))}g[zt]=n,Ht(g),l=g}n.stateNode=l}else Sy(h,n.type,n.stateNode);else n.stateNode=xy(h,l,n.memoizedProps);else g!==l?(g===null?s.stateNode!==null&&(s=s.stateNode,s.parentNode.removeChild(s)):g.count--,l===null?Sy(h,n.type,n.stateNode):xy(h,l,n.memoizedProps)):l===null&&n.stateNode!==null&&of(n,n.memoizedProps,s.memoizedProps)}break;case 27:Cn(i,n),An(n),l&512&&(qt||s===null||Sr(s,s.return)),s!==null&&l&4&&of(n,n.memoizedProps,s.memoizedProps);break;case 5:if(Cn(i,n),An(n),l&512&&(qt||s===null||Sr(s,s.return)),n.flags&32){h=n.stateNode;try{Le(h,"")}catch(_e){ht(n,n.return,_e)}}l&4&&n.stateNode!=null&&(h=n.memoizedProps,of(n,h,s!==null?s.memoizedProps:h)),l&1024&&(uf=!0);break;case 6:if(Cn(i,n),An(n),l&4){if(n.stateNode===null)throw Error(a(162));l=n.memoizedProps,s=n.stateNode;try{s.nodeValue=l}catch(_e){ht(n,n.return,_e)}}break;case 3:if(jc=null,h=fr,fr=Dc(i.containerInfo),Cn(i,n),fr=h,An(n),l&4&&s!==null&&s.memoizedState.isDehydrated)try{ps(i.containerInfo)}catch(_e){ht(n,n.return,_e)}uf&&(uf=!1,Sb(n));break;case 4:l=fr,fr=Dc(n.stateNode.containerInfo),Cn(i,n),An(n),fr=l;break;case 12:Cn(i,n),An(n);break;case 31:Cn(i,n),An(n),l&4&&(l=n.updateQueue,l!==null&&(n.updateQueue=null,xc(n,l)));break;case 13:Cn(i,n),An(n),n.child.flags&8192&&n.memoizedState!==null!=(s!==null&&s.memoizedState!==null)&&(Sc=Tt()),l&4&&(l=n.updateQueue,l!==null&&(n.updateQueue=null,xc(n,l)));break;case 22:h=n.memoizedState!==null;var z=s!==null&&s.memoizedState!==null,W=qr,re=qt;if(qr=W||h,qt=re||z,Cn(i,n),qt=re,qr=W,An(n),l&8192)e:for(i=n.stateNode,i._visibility=h?i._visibility&-2:i._visibility|1,h&&(s===null||z||qr||qt||pa(n)),s=null,i=n;;){if(i.tag===5||i.tag===26){if(s===null){z=s=i;try{if(g=z.stateNode,h)E=g.style,typeof E.setProperty=="function"?E.setProperty("display","none","important"):E.display="none";else{N=z.stateNode;var ue=z.memoizedProps.style,X=ue!=null&&ue.hasOwnProperty("display")?ue.display:null;N.style.display=X==null||typeof X=="boolean"?"":(""+X).trim()}}catch(_e){ht(z,z.return,_e)}}}else if(i.tag===6){if(s===null){z=i;try{z.stateNode.nodeValue=h?"":z.memoizedProps}catch(_e){ht(z,z.return,_e)}}}else if(i.tag===18){if(s===null){z=i;try{var Q=z.stateNode;h?dy(Q,!0):dy(z.stateNode,!1)}catch(_e){ht(z,z.return,_e)}}}else if((i.tag!==22&&i.tag!==23||i.memoizedState===null||i===n)&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===n)break e;for(;i.sibling===null;){if(i.return===null||i.return===n)break e;s===i&&(s=null),i=i.return}s===i&&(s=null),i.sibling.return=i.return,i=i.sibling}l&4&&(l=n.updateQueue,l!==null&&(s=l.retryQueue,s!==null&&(l.retryQueue=null,xc(n,s))));break;case 19:Cn(i,n),An(n),l&4&&(l=n.updateQueue,l!==null&&(n.updateQueue=null,xc(n,l)));break;case 30:break;case 21:break;default:Cn(i,n),An(n)}}function An(n){var i=n.flags;if(i&2){try{for(var s,l=n.return;l!==null;){if(hb(l)){s=l;break}l=l.return}if(s==null)throw Error(a(160));switch(s.tag){case 27:var h=s.stateNode,g=lf(n);vc(n,g,h);break;case 5:var E=s.stateNode;s.flags&32&&(Le(E,""),s.flags&=-33);var N=lf(n);vc(n,N,E);break;case 3:case 4:var z=s.stateNode.containerInfo,W=lf(n);cf(n,W,z);break;default:throw Error(a(161))}}catch(re){ht(n,n.return,re)}n.flags&=-3}i&4096&&(n.flags&=-4097)}function Sb(n){if(n.subtreeFlags&1024)for(n=n.child;n!==null;){var i=n;Sb(i),i.tag===5&&i.flags&1024&&i.stateNode.reset(),n=n.sibling}}function Yr(n,i){if(i.subtreeFlags&8772)for(i=i.child;i!==null;)gb(n,i.alternate,i),i=i.sibling}function pa(n){for(n=n.child;n!==null;){var i=n;switch(i.tag){case 0:case 11:case 14:case 15:Ti(4,i,i.return),pa(i);break;case 1:Sr(i,i.return);var s=i.stateNode;typeof s.componentWillUnmount=="function"&&db(i,i.return,s),pa(i);break;case 27:Io(i.stateNode);case 26:case 5:Sr(i,i.return),pa(i);break;case 22:i.memoizedState===null&&pa(i);break;case 30:pa(i);break;default:pa(i)}n=n.sibling}}function Wr(n,i,s){for(s=s&&(i.subtreeFlags&8772)!==0,i=i.child;i!==null;){var l=i.alternate,h=n,g=i,E=g.flags;switch(g.tag){case 0:case 11:case 15:Wr(h,g,s),_o(4,g);break;case 1:if(Wr(h,g,s),l=g,h=l.stateNode,typeof h.componentDidMount=="function")try{h.componentDidMount()}catch(W){ht(l,l.return,W)}if(l=g,h=l.updateQueue,h!==null){var N=l.stateNode;try{var z=h.shared.hiddenCallbacks;if(z!==null)for(h.shared.hiddenCallbacks=null,h=0;h<z.length;h++)Qm(z[h],N)}catch(W){ht(l,l.return,W)}}s&&E&64&&ub(g),wo(g,g.return);break;case 27:pb(g);case 26:case 5:Wr(h,g,s),s&&l===null&&E&4&&fb(g),wo(g,g.return);break;case 12:Wr(h,g,s);break;case 31:Wr(h,g,s),s&&E&4&&vb(h,g);break;case 13:Wr(h,g,s),s&&E&4&&xb(h,g);break;case 22:g.memoizedState===null&&Wr(h,g,s),wo(g,g.return);break;case 30:break;default:Wr(h,g,s)}i=i.sibling}}function df(n,i){var s=null;n!==null&&n.memoizedState!==null&&n.memoizedState.cachePool!==null&&(s=n.memoizedState.cachePool.pool),n=null,i.memoizedState!==null&&i.memoizedState.cachePool!==null&&(n=i.memoizedState.cachePool.pool),n!==s&&(n!=null&&n.refCount++,s!=null&&co(s))}function ff(n,i){n=null,i.alternate!==null&&(n=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==n&&(i.refCount++,n!=null&&co(n))}function hr(n,i,s,l){if(i.subtreeFlags&10256)for(i=i.child;i!==null;)_b(n,i,s,l),i=i.sibling}function _b(n,i,s,l){var h=i.flags;switch(i.tag){case 0:case 11:case 15:hr(n,i,s,l),h&2048&&_o(9,i);break;case 1:hr(n,i,s,l);break;case 3:hr(n,i,s,l),h&2048&&(n=null,i.alternate!==null&&(n=i.alternate.memoizedState.cache),i=i.memoizedState.cache,i!==n&&(i.refCount++,n!=null&&co(n)));break;case 12:if(h&2048){hr(n,i,s,l),n=i.stateNode;try{var g=i.memoizedProps,E=g.id,N=g.onPostCommit;typeof N=="function"&&N(E,i.alternate===null?"mount":"update",n.passiveEffectDuration,-0)}catch(z){ht(i,i.return,z)}}else hr(n,i,s,l);break;case 31:hr(n,i,s,l);break;case 13:hr(n,i,s,l);break;case 23:break;case 22:g=i.stateNode,E=i.alternate,i.memoizedState!==null?g._visibility&2?hr(n,i,s,l):ko(n,i):g._visibility&2?hr(n,i,s,l):(g._visibility|=2,rs(n,i,s,l,(i.subtreeFlags&10256)!==0||!1)),h&2048&&df(E,i);break;case 24:hr(n,i,s,l),h&2048&&ff(i.alternate,i);break;default:hr(n,i,s,l)}}function rs(n,i,s,l,h){for(h=h&&((i.subtreeFlags&10256)!==0||!1),i=i.child;i!==null;){var g=n,E=i,N=s,z=l,W=E.flags;switch(E.tag){case 0:case 11:case 15:rs(g,E,N,z,h),_o(8,E);break;case 23:break;case 22:var re=E.stateNode;E.memoizedState!==null?re._visibility&2?rs(g,E,N,z,h):ko(g,E):(re._visibility|=2,rs(g,E,N,z,h)),h&&W&2048&&df(E.alternate,E);break;case 24:rs(g,E,N,z,h),h&&W&2048&&ff(E.alternate,E);break;default:rs(g,E,N,z,h)}i=i.sibling}}function ko(n,i){if(i.subtreeFlags&10256)for(i=i.child;i!==null;){var s=n,l=i,h=l.flags;switch(l.tag){case 22:ko(s,l),h&2048&&df(l.alternate,l);break;case 24:ko(s,l),h&2048&&ff(l.alternate,l);break;default:ko(s,l)}i=i.sibling}}var To=8192;function is(n,i,s){if(n.subtreeFlags&To)for(n=n.child;n!==null;)wb(n,i,s),n=n.sibling}function wb(n,i,s){switch(n.tag){case 26:is(n,i,s),n.flags&To&&n.memoizedState!==null&&mw(s,fr,n.memoizedState,n.memoizedProps);break;case 5:is(n,i,s);break;case 3:case 4:var l=fr;fr=Dc(n.stateNode.containerInfo),is(n,i,s),fr=l;break;case 22:n.memoizedState===null&&(l=n.alternate,l!==null&&l.memoizedState!==null?(l=To,To=16777216,is(n,i,s),To=l):is(n,i,s));break;default:is(n,i,s)}}function kb(n){var i=n.alternate;if(i!==null&&(n=i.child,n!==null)){i.child=null;do i=n.sibling,n.sibling=null,n=i;while(n!==null)}}function No(n){var i=n.deletions;if((n.flags&16)!==0){if(i!==null)for(var s=0;s<i.length;s++){var l=i[s];Xt=l,Nb(l,n)}kb(n)}if(n.subtreeFlags&10256)for(n=n.child;n!==null;)Tb(n),n=n.sibling}function Tb(n){switch(n.tag){case 0:case 11:case 15:No(n),n.flags&2048&&Ti(9,n,n.return);break;case 3:No(n);break;case 12:No(n);break;case 22:var i=n.stateNode;n.memoizedState!==null&&i._visibility&2&&(n.return===null||n.return.tag!==13)?(i._visibility&=-3,Ec(n)):No(n);break;default:No(n)}}function Ec(n){var i=n.deletions;if((n.flags&16)!==0){if(i!==null)for(var s=0;s<i.length;s++){var l=i[s];Xt=l,Nb(l,n)}kb(n)}for(n=n.child;n!==null;){switch(i=n,i.tag){case 0:case 11:case 15:Ti(8,i,i.return),Ec(i);break;case 22:s=i.stateNode,s._visibility&2&&(s._visibility&=-3,Ec(i));break;default:Ec(i)}n=n.sibling}}function Nb(n,i){for(;Xt!==null;){var s=Xt;switch(s.tag){case 0:case 11:case 15:Ti(8,s,i);break;case 23:case 22:if(s.memoizedState!==null&&s.memoizedState.cachePool!==null){var l=s.memoizedState.cachePool.pool;l!=null&&l.refCount++}break;case 24:co(s.memoizedState.cache)}if(l=s.child,l!==null)l.return=s,Xt=l;else e:for(s=n;Xt!==null;){l=Xt;var h=l.sibling,g=l.return;if(bb(l),l===s){Xt=null;break e}if(h!==null){h.return=g,Xt=h;break e}Xt=g}}}var O_={getCacheForType:function(n){var i=tn($t),s=i.data.get(n);return s===void 0&&(s=n(),i.data.set(n,s)),s},cacheSignal:function(){return tn($t).controller.signal}},M_=typeof WeakMap=="function"?WeakMap:Map,lt=0,Et=null,Ye=null,Je=0,ft=0,Hn=null,Ni=!1,as=!1,hf=!1,Xr=0,Lt=0,Ci=0,ma=0,pf=0,Fn=0,ss=0,Co=null,On=null,mf=!1,Sc=0,Cb=0,_c=1/0,wc=null,Ai=null,Wt=0,Oi=null,os=null,Zr=0,gf=0,bf=null,Ab=null,Ao=0,yf=null;function $n(){return(lt&2)!==0&&Je!==0?Je&-Je:U.T!==null?wf():Ia()}function Ob(){if(Fn===0)if((Je&536870912)===0||et){var n=Ra;Ra<<=1,(Ra&3932160)===0&&(Ra=262144),Fn=n}else Fn=536870912;return n=Un.current,n!==null&&(n.flags|=32),Fn}function Mn(n,i,s){(n===Et&&(ft===2||ft===9)||n.cancelPendingCommit!==null)&&(ls(n,0),Mi(n,Je,Fn,!1)),xt(n,s),((lt&2)===0||n!==Et)&&(n===Et&&((lt&2)===0&&(ma|=s),Lt===4&&Mi(n,Je,Fn,!1)),_r(n))}function Mb(n,i,s){if((lt&6)!==0)throw Error(a(327));var l=!s&&(i&127)===0&&(i&n.expiredLanes)===0||oe(n,i),h=l?D_(n,i):xf(n,i,!0),g=l;do{if(h===0){as&&!l&&Mi(n,i,0,!1);break}else{if(s=n.current.alternate,g&&!R_(s)){h=xf(n,i,!1),g=!1;continue}if(h===2){if(g=i,n.errorRecoveryDisabledLanes&g)var E=0;else E=n.pendingLanes&-536870913,E=E!==0?E:E&536870912?536870912:0;if(E!==0){i=E;e:{var N=n;h=Co;var z=N.current.memoizedState.isDehydrated;if(z&&(ls(N,E).flags|=256),E=xf(N,E,!1),E!==2){if(hf&&!z){N.errorRecoveryDisabledLanes|=g,ma|=g,h=4;break e}g=On,On=h,g!==null&&(On===null?On=g:On.push.apply(On,g))}h=E}if(g=!1,h!==2)continue}}if(h===1){ls(n,0),Mi(n,i,0,!0);break}e:{switch(l=n,g=h,g){case 0:case 1:throw Error(a(345));case 4:if((i&4194048)!==i)break;case 6:Mi(l,i,Fn,!Ni);break e;case 2:On=null;break;case 3:case 5:break;default:throw Error(a(329))}if((i&62914560)===i&&(h=Sc+300-Tt(),10<h)){if(Mi(l,i,Fn,!Ni),B(l,0,!0)!==0)break e;Zr=i,l.timeoutHandle=ly(Rb.bind(null,l,s,On,wc,mf,i,Fn,ma,ss,Ni,g,"Throttled",-0,0),h);break e}Rb(l,s,On,wc,mf,i,Fn,ma,ss,Ni,g,null,-0,0)}}break}while(!0);_r(n)}function Rb(n,i,s,l,h,g,E,N,z,W,re,ue,X,Q){if(n.timeoutHandle=-1,ue=i.subtreeFlags,ue&8192||(ue&16785408)===16785408){ue={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:ye},wb(i,g,ue);var _e=(g&62914560)===g?Sc-Tt():(g&4194048)===g?Cb-Tt():0;if(_e=gw(ue,_e),_e!==null){Zr=g,n.cancelPendingCommit=_e(Pb.bind(null,n,i,g,s,l,h,E,N,z,re,ue,null,X,Q)),Mi(n,g,E,!W);return}}Pb(n,i,g,s,l,h,E,N,z)}function R_(n){for(var i=n;;){var s=i.tag;if((s===0||s===11||s===15)&&i.flags&16384&&(s=i.updateQueue,s!==null&&(s=s.stores,s!==null)))for(var l=0;l<s.length;l++){var h=s[l],g=h.getSnapshot;h=h.value;try{if(!zn(g(),h))return!1}catch{return!1}}if(s=i.child,i.subtreeFlags&16384&&s!==null)s.return=i,i=s;else{if(i===n)break;for(;i.sibling===null;){if(i.return===null||i.return===n)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function Mi(n,i,s,l){i&=~pf,i&=~ma,n.suspendedLanes|=i,n.pingedLanes&=~i,l&&(n.warmLanes|=i),l=n.expirationTimes;for(var h=i;0<h;){var g=31-ct(h),E=1<<g;l[g]=-1,h&=~E}s!==0&&Se(n,s,i)}function kc(){return(lt&6)===0?(Oo(0),!1):!0}function vf(){if(Ye!==null){if(ft===0)var n=Ye.return;else n=Ye,Pr=sa=null,Dd(n),Ja=null,fo=0,n=Ye;for(;n!==null;)cb(n.alternate,n),n=n.return;Ye=null}}function ls(n,i){var s=n.timeoutHandle;s!==-1&&(n.timeoutHandle=-1,J_(s)),s=n.cancelPendingCommit,s!==null&&(n.cancelPendingCommit=null,s()),Zr=0,vf(),Et=n,Ye=s=Br(n.current,null),Je=i,ft=0,Hn=null,Ni=!1,as=oe(n,i),hf=!1,ss=Fn=pf=ma=Ci=Lt=0,On=Co=null,mf=!1,(i&8)!==0&&(i|=i&32);var l=n.entangledLanes;if(l!==0)for(n=n.entanglements,l&=i;0<l;){var h=31-ct(l),g=1<<h;i|=n[h],l&=~g}return Xr=i,ql(),s}function Ib(n,i){He=null,U.H=xo,i===Za||i===ec?(i=Wm(),ft=3):i===Sd?(i=Wm(),ft=4):ft=i===Xd?8:i!==null&&typeof i=="object"&&typeof i.then=="function"?6:1,Hn=i,Ye===null&&(Lt=1,pc(n,Xn(i,n.current)))}function Db(){var n=Un.current;return n===null?!0:(Je&4194048)===Je?er===null:(Je&62914560)===Je||(Je&536870912)!==0?n===er:!1}function Lb(){var n=U.H;return U.H=xo,n===null?xo:n}function jb(){var n=U.A;return U.A=O_,n}function Tc(){Lt=4,Ni||(Je&4194048)!==Je&&Un.current!==null||(as=!0),(Ci&134217727)===0&&(ma&134217727)===0||Et===null||Mi(Et,Je,Fn,!1)}function xf(n,i,s){var l=lt;lt|=2;var h=Lb(),g=jb();(Et!==n||Je!==i)&&(wc=null,ls(n,i)),i=!1;var E=Lt;e:do try{if(ft!==0&&Ye!==null){var N=Ye,z=Hn;switch(ft){case 8:vf(),E=6;break e;case 3:case 2:case 9:case 6:Un.current===null&&(i=!0);var W=ft;if(ft=0,Hn=null,cs(n,N,z,W),s&&as){E=0;break e}break;default:W=ft,ft=0,Hn=null,cs(n,N,z,W)}}I_(),E=Lt;break}catch(re){Ib(n,re)}while(!0);return i&&n.shellSuspendCounter++,Pr=sa=null,lt=l,U.H=h,U.A=g,Ye===null&&(Et=null,Je=0,ql()),E}function I_(){for(;Ye!==null;)zb(Ye)}function D_(n,i){var s=lt;lt|=2;var l=Lb(),h=jb();Et!==n||Je!==i?(wc=null,_c=Tt()+500,ls(n,i)):as=oe(n,i);e:do try{if(ft!==0&&Ye!==null){i=Ye;var g=Hn;t:switch(ft){case 1:ft=0,Hn=null,cs(n,i,g,1);break;case 2:case 9:if(Vm(g)){ft=0,Hn=null,Bb(i);break}i=function(){ft!==2&&ft!==9||Et!==n||(ft=7),_r(n)},g.then(i,i);break e;case 3:ft=7;break e;case 4:ft=5;break e;case 7:Vm(g)?(ft=0,Hn=null,Bb(i)):(ft=0,Hn=null,cs(n,i,g,7));break;case 5:var E=null;switch(Ye.tag){case 26:E=Ye.memoizedState;case 5:case 27:var N=Ye;if(E?_y(E):N.stateNode.complete){ft=0,Hn=null;var z=N.sibling;if(z!==null)Ye=z;else{var W=N.return;W!==null?(Ye=W,Nc(W)):Ye=null}break t}}ft=0,Hn=null,cs(n,i,g,5);break;case 6:ft=0,Hn=null,cs(n,i,g,6);break;case 8:vf(),Lt=6;break e;default:throw Error(a(462))}}L_();break}catch(re){Ib(n,re)}while(!0);return Pr=sa=null,U.H=l,U.A=h,lt=s,Ye!==null?0:(Et=null,Je=0,ql(),Lt)}function L_(){for(;Ye!==null&&!Zt();)zb(Ye)}function zb(n){var i=ob(n.alternate,n,Xr);n.memoizedProps=n.pendingProps,i===null?Nc(n):Ye=i}function Bb(n){var i=n,s=i.alternate;switch(i.tag){case 15:case 0:i=tb(s,i,i.pendingProps,i.type,void 0,Je);break;case 11:i=tb(s,i,i.pendingProps,i.type.render,i.ref,Je);break;case 5:Dd(i);default:cb(s,i),i=Ye=jm(i,Xr),i=ob(s,i,Xr)}n.memoizedProps=n.pendingProps,i===null?Nc(n):Ye=i}function cs(n,i,s,l){Pr=sa=null,Dd(i),Ja=null,fo=0;var h=i.return;try{if(__(n,h,i,s,Je)){Lt=1,pc(n,Xn(s,n.current)),Ye=null;return}}catch(g){if(h!==null)throw Ye=h,g;Lt=1,pc(n,Xn(s,n.current)),Ye=null;return}i.flags&32768?(et||l===1?n=!0:as||(Je&536870912)!==0?n=!1:(Ni=n=!0,(l===2||l===9||l===3||l===6)&&(l=Un.current,l!==null&&l.tag===13&&(l.flags|=16384))),Ub(i,n)):Nc(i)}function Nc(n){var i=n;do{if((i.flags&32768)!==0){Ub(i,Ni);return}n=i.return;var s=T_(i.alternate,i,Xr);if(s!==null){Ye=s;return}if(i=i.sibling,i!==null){Ye=i;return}Ye=i=n}while(i!==null);Lt===0&&(Lt=5)}function Ub(n,i){do{var s=N_(n.alternate,n);if(s!==null){s.flags&=32767,Ye=s;return}if(s=n.return,s!==null&&(s.flags|=32768,s.subtreeFlags=0,s.deletions=null),!i&&(n=n.sibling,n!==null)){Ye=n;return}Ye=n=s}while(n!==null);Lt=6,Ye=null}function Pb(n,i,s,l,h,g,E,N,z){n.cancelPendingCommit=null;do Cc();while(Wt!==0);if((lt&6)!==0)throw Error(a(327));if(i!==null){if(i===n.current)throw Error(a(177));if(g=i.lanes|i.childLanes,g|=od,we(n,s,g,E,N,z),n===Et&&(Ye=Et=null,Je=0),os=i,Oi=n,Zr=s,gf=g,bf=h,Ab=l,(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?(n.callbackNode=null,n.callbackPriority=0,U_(Ie,function(){return Kb(),null})):(n.callbackNode=null,n.callbackPriority=0),l=(i.flags&13878)!==0,(i.subtreeFlags&13878)!==0||l){l=U.T,U.T=null,h=ee.p,ee.p=2,E=lt,lt|=4;try{C_(n,i,s)}finally{lt=E,ee.p=h,U.T=l}}Wt=1,Hb(),Fb(),$b()}}function Hb(){if(Wt===1){Wt=0;var n=Oi,i=os,s=(i.flags&13878)!==0;if((i.subtreeFlags&13878)!==0||s){s=U.T,U.T=null;var l=ee.p;ee.p=2;var h=lt;lt|=4;try{Eb(i,n);var g=Rf,E=Nm(n.containerInfo),N=g.focusedElem,z=g.selectionRange;if(E!==N&&N&&N.ownerDocument&&Tm(N.ownerDocument.documentElement,N)){if(z!==null&&nd(N)){var W=z.start,re=z.end;if(re===void 0&&(re=W),"selectionStart"in N)N.selectionStart=W,N.selectionEnd=Math.min(re,N.value.length);else{var ue=N.ownerDocument||document,X=ue&&ue.defaultView||window;if(X.getSelection){var Q=X.getSelection(),_e=N.textContent.length,De=Math.min(z.start,_e),bt=z.end===void 0?De:Math.min(z.end,_e);!Q.extend&&De>bt&&(E=bt,bt=De,De=E);var G=km(N,De),H=km(N,bt);if(G&&H&&(Q.rangeCount!==1||Q.anchorNode!==G.node||Q.anchorOffset!==G.offset||Q.focusNode!==H.node||Q.focusOffset!==H.offset)){var Y=ue.createRange();Y.setStart(G.node,G.offset),Q.removeAllRanges(),De>bt?(Q.addRange(Y),Q.extend(H.node,H.offset)):(Y.setEnd(H.node,H.offset),Q.addRange(Y))}}}}for(ue=[],Q=N;Q=Q.parentNode;)Q.nodeType===1&&ue.push({element:Q,left:Q.scrollLeft,top:Q.scrollTop});for(typeof N.focus=="function"&&N.focus(),N=0;N<ue.length;N++){var le=ue[N];le.element.scrollLeft=le.left,le.element.scrollTop=le.top}}Pc=!!Mf,Rf=Mf=null}finally{lt=h,ee.p=l,U.T=s}}n.current=i,Wt=2}}function Fb(){if(Wt===2){Wt=0;var n=Oi,i=os,s=(i.flags&8772)!==0;if((i.subtreeFlags&8772)!==0||s){s=U.T,U.T=null;var l=ee.p;ee.p=2;var h=lt;lt|=4;try{gb(n,i.alternate,i)}finally{lt=h,ee.p=l,U.T=s}}Wt=3}}function $b(){if(Wt===4||Wt===3){Wt=0,Rr();var n=Oi,i=os,s=Zr,l=Ab;(i.subtreeFlags&10256)!==0||(i.flags&10256)!==0?Wt=5:(Wt=0,os=Oi=null,Gb(n,n.pendingLanes));var h=n.pendingLanes;if(h===0&&(Ai=null),Ir(s),i=i.stateNode,It&&typeof It.onCommitFiberRoot=="function")try{It.onCommitFiberRoot(Jt,i,void 0,(i.current.flags&128)===128)}catch{}if(l!==null){i=U.T,h=ee.p,ee.p=2,U.T=null;try{for(var g=n.onRecoverableError,E=0;E<l.length;E++){var N=l[E];g(N.value,{componentStack:N.stack})}}finally{U.T=i,ee.p=h}}(Zr&3)!==0&&Cc(),_r(n),h=n.pendingLanes,(s&261930)!==0&&(h&42)!==0?n===yf?Ao++:(Ao=0,yf=n):Ao=0,Oo(0)}}function Gb(n,i){(n.pooledCacheLanes&=i)===0&&(i=n.pooledCache,i!=null&&(n.pooledCache=null,co(i)))}function Cc(){return Hb(),Fb(),$b(),Kb()}function Kb(){if(Wt!==5)return!1;var n=Oi,i=gf;gf=0;var s=Ir(Zr),l=U.T,h=ee.p;try{ee.p=32>s?32:s,U.T=null,s=bf,bf=null;var g=Oi,E=Zr;if(Wt=0,os=Oi=null,Zr=0,(lt&6)!==0)throw Error(a(331));var N=lt;if(lt|=4,Tb(g.current),_b(g,g.current,E,s),lt=N,Oo(0,!1),It&&typeof It.onPostCommitFiberRoot=="function")try{It.onPostCommitFiberRoot(Jt,g)}catch{}return!0}finally{ee.p=h,U.T=l,Gb(n,i)}}function qb(n,i,s){i=Xn(s,i),i=Wd(n.stateNode,i,2),n=_i(n,i,2),n!==null&&(xt(n,2),_r(n))}function ht(n,i,s){if(n.tag===3)qb(n,n,s);else for(;i!==null;){if(i.tag===3){qb(i,n,s);break}else if(i.tag===1){var l=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof l.componentDidCatch=="function"&&(Ai===null||!Ai.has(l))){n=Xn(s,n),s=Vg(2),l=_i(i,s,2),l!==null&&(Yg(s,l,i,n),xt(l,2),_r(l));break}}i=i.return}}function Ef(n,i,s){var l=n.pingCache;if(l===null){l=n.pingCache=new M_;var h=new Set;l.set(i,h)}else h=l.get(i),h===void 0&&(h=new Set,l.set(i,h));h.has(s)||(hf=!0,h.add(s),n=j_.bind(null,n,i,s),i.then(n,n))}function j_(n,i,s){var l=n.pingCache;l!==null&&l.delete(i),n.pingedLanes|=n.suspendedLanes&s,n.warmLanes&=~s,Et===n&&(Je&s)===s&&(Lt===4||Lt===3&&(Je&62914560)===Je&&300>Tt()-Sc?(lt&2)===0&&ls(n,0):pf|=s,ss===Je&&(ss=0)),_r(n)}function Vb(n,i){i===0&&(i=Be()),n=ra(n,i),n!==null&&(xt(n,i),_r(n))}function z_(n){var i=n.memoizedState,s=0;i!==null&&(s=i.retryLane),Vb(n,s)}function B_(n,i){var s=0;switch(n.tag){case 31:case 13:var l=n.stateNode,h=n.memoizedState;h!==null&&(s=h.retryLane);break;case 19:l=n.stateNode;break;case 22:l=n.stateNode._retryCache;break;default:throw Error(a(314))}l!==null&&l.delete(i),Vb(n,s)}function U_(n,i){return Yt(n,i)}var Ac=null,us=null,Sf=!1,Oc=!1,_f=!1,Ri=0;function _r(n){n!==us&&n.next===null&&(us===null?Ac=us=n:us=us.next=n),Oc=!0,Sf||(Sf=!0,H_())}function Oo(n,i){if(!_f&&Oc){_f=!0;do for(var s=!1,l=Ac;l!==null;){if(n!==0){var h=l.pendingLanes;if(h===0)var g=0;else{var E=l.suspendedLanes,N=l.pingedLanes;g=(1<<31-ct(42|n)+1)-1,g&=h&~(E&~N),g=g&201326741?g&201326741|1:g?g|2:0}g!==0&&(s=!0,Zb(l,g))}else g=Je,g=B(l,l===Et?g:0,l.cancelPendingCommit!==null||l.timeoutHandle!==-1),(g&3)===0||oe(l,g)||(s=!0,Zb(l,g));l=l.next}while(s);_f=!1}}function P_(){Yb()}function Yb(){Oc=Sf=!1;var n=0;Ri!==0&&Z_()&&(n=Ri);for(var i=Tt(),s=null,l=Ac;l!==null;){var h=l.next,g=Wb(l,i);g===0?(l.next=null,s===null?Ac=h:s.next=h,h===null&&(us=s)):(s=l,(n!==0||(g&3)!==0)&&(Oc=!0)),l=h}Wt!==0&&Wt!==5||Oo(n),Ri!==0&&(Ri=0)}function Wb(n,i){for(var s=n.suspendedLanes,l=n.pingedLanes,h=n.expirationTimes,g=n.pendingLanes&-62914561;0<g;){var E=31-ct(g),N=1<<E,z=h[E];z===-1?((N&s)===0||(N&l)!==0)&&(h[E]=xe(N,i)):z<=i&&(n.expiredLanes|=N),g&=~N}if(i=Et,s=Je,s=B(n,n===i?s:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),l=n.callbackNode,s===0||n===i&&(ft===2||ft===9)||n.cancelPendingCommit!==null)return l!==null&&l!==null&&cr(l),n.callbackNode=null,n.callbackPriority=0;if((s&3)===0||oe(n,s)){if(i=s&-s,i===n.callbackPriority)return i;switch(l!==null&&cr(l),Ir(s)){case 2:case 8:s=pe;break;case 32:s=Ie;break;case 268435456:s=at;break;default:s=Ie}return l=Xb.bind(null,n),s=Yt(s,l),n.callbackPriority=i,n.callbackNode=s,i}return l!==null&&l!==null&&cr(l),n.callbackPriority=2,n.callbackNode=null,2}function Xb(n,i){if(Wt!==0&&Wt!==5)return n.callbackNode=null,n.callbackPriority=0,null;var s=n.callbackNode;if(Cc()&&n.callbackNode!==s)return null;var l=Je;return l=B(n,n===Et?l:0,n.cancelPendingCommit!==null||n.timeoutHandle!==-1),l===0?null:(Mb(n,l,i),Wb(n,Tt()),n.callbackNode!=null&&n.callbackNode===s?Xb.bind(null,n):null)}function Zb(n,i){if(Cc())return null;Mb(n,i,!0)}function H_(){Q_(function(){(lt&6)!==0?Yt(ne,P_):Yb()})}function wf(){if(Ri===0){var n=Wa;n===0&&(n=Wi,Wi<<=1,(Wi&261888)===0&&(Wi=256)),Ri=n}return Ri}function Jb(n){return n==null||typeof n=="symbol"||typeof n=="boolean"?null:typeof n=="function"?n:mi(""+n)}function Qb(n,i){var s=i.ownerDocument.createElement("input");return s.name=i.name,s.value=i.value,n.id&&s.setAttribute("form",n.id),i.parentNode.insertBefore(s,i),n=new FormData(n),s.parentNode.removeChild(s),n}function F_(n,i,s,l,h){if(i==="submit"&&s&&s.stateNode===h){var g=Jb((h[ln]||null).action),E=l.submitter;E&&(i=(i=E[ln]||null)?Jb(i.formAction):E.getAttribute("formAction"),i!==null&&(g=i,E=null));var N=new Fl("action","action",null,l,h);n.push({event:N,listeners:[{instance:null,listener:function(){if(l.defaultPrevented){if(Ri!==0){var z=E?Qb(h,E):new FormData(h);$d(s,{pending:!0,data:z,method:h.method,action:g},null,z)}}else typeof g=="function"&&(N.preventDefault(),z=E?Qb(h,E):new FormData(h),$d(s,{pending:!0,data:z,method:h.method,action:g},g,z))},currentTarget:h}]})}}for(var kf=0;kf<sd.length;kf++){var Tf=sd[kf],$_=Tf.toLowerCase(),G_=Tf[0].toUpperCase()+Tf.slice(1);dr($_,"on"+G_)}dr(Om,"onAnimationEnd"),dr(Mm,"onAnimationIteration"),dr(Rm,"onAnimationStart"),dr("dblclick","onDoubleClick"),dr("focusin","onFocus"),dr("focusout","onBlur"),dr(s_,"onTransitionRun"),dr(o_,"onTransitionStart"),dr(l_,"onTransitionCancel"),dr(Im,"onTransitionEnd"),fe("onMouseEnter",["mouseout","mouseover"]),fe("onMouseLeave",["mouseout","mouseover"]),fe("onPointerEnter",["pointerout","pointerover"]),fe("onPointerLeave",["pointerout","pointerover"]),Lr("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Lr("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Lr("onBeforeInput",["compositionend","keypress","textInput","paste"]),Lr("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Lr("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Lr("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Mo="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(" "),K_=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Mo));function ey(n,i){i=(i&4)!==0;for(var s=0;s<n.length;s++){var l=n[s],h=l.event;l=l.listeners;e:{var g=void 0;if(i)for(var E=l.length-1;0<=E;E--){var N=l[E],z=N.instance,W=N.currentTarget;if(N=N.listener,z!==g&&h.isPropagationStopped())break e;g=N,h.currentTarget=W;try{g(h)}catch(re){Kl(re)}h.currentTarget=null,g=z}else for(E=0;E<l.length;E++){if(N=l[E],z=N.instance,W=N.currentTarget,N=N.listener,z!==g&&h.isPropagationStopped())break e;g=N,h.currentTarget=W;try{g(h)}catch(re){Kl(re)}h.currentTarget=null,g=z}}}}function We(n,i){var s=i[qs];s===void 0&&(s=i[qs]=new Set);var l=n+"__bubble";s.has(l)||(ty(i,n,2,!1),s.add(l))}function Nf(n,i,s){var l=0;i&&(l|=4),ty(s,n,l,i)}var Mc="_reactListening"+Math.random().toString(36).slice(2);function Cf(n){if(!n[Mc]){n[Mc]=!0,Dl.forEach(function(s){s!=="selectionchange"&&(K_.has(s)||Nf(s,!1,n),Nf(s,!0,n))});var i=n.nodeType===9?n:n.ownerDocument;i===null||i[Mc]||(i[Mc]=!0,Nf("selectionchange",!1,i))}}function ty(n,i,s,l){switch(Oy(i)){case 2:var h=vw;break;case 8:h=xw;break;default:h=$f}s=h.bind(null,i,s,n),h=void 0,!Vu||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(h=!0),l?h!==void 0?n.addEventListener(i,s,{capture:!0,passive:h}):n.addEventListener(i,s,!0):h!==void 0?n.addEventListener(i,s,{passive:h}):n.addEventListener(i,s,!1)}function Af(n,i,s,l,h){var g=l;if((i&1)===0&&(i&2)===0&&l!==null)e:for(;;){if(l===null)return;var E=l.tag;if(E===3||E===4){var N=l.stateNode.containerInfo;if(N===h)break;if(E===4)for(E=l.return;E!==null;){var z=E.tag;if((z===3||z===4)&&E.stateNode.containerInfo===h)return;E=E.return}for(;N!==null;){if(E=mn(N),E===null)return;if(z=E.tag,z===5||z===6||z===26||z===27){l=g=E;continue e}N=N.parentNode}}l=l.return}Bl(function(){var W=g,re=Pe(s),ue=[];e:{var X=Dm.get(n);if(X!==void 0){var Q=Fl,_e=n;switch(n){case"keypress":if(Pl(s)===0)break e;case"keydown":case"keyup":Q=BS;break;case"focusin":_e="focus",Q=Zu;break;case"focusout":_e="blur",Q=Zu;break;case"beforeblur":case"afterblur":Q=Zu;break;case"click":if(s.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Q=cm;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Q=TS;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Q=HS;break;case Om:case Mm:case Rm:Q=AS;break;case Im:Q=$S;break;case"scroll":case"scrollend":Q=wS;break;case"wheel":Q=KS;break;case"copy":case"cut":case"paste":Q=MS;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Q=dm;break;case"toggle":case"beforetoggle":Q=VS}var De=(i&4)!==0,bt=!De&&(n==="scroll"||n==="scrollend"),G=De?X!==null?X+"Capture":null:X;De=[];for(var H=W,Y;H!==null;){var le=H;if(Y=le.stateNode,le=le.tag,le!==5&&le!==26&&le!==27||Y===null||G===null||(le=Js(H,G),le!=null&&De.push(Ro(H,le,Y))),bt)break;H=H.return}0<De.length&&(X=new Q(X,_e,null,s,re),ue.push({event:X,listeners:De}))}}if((i&7)===0){e:{if(X=n==="mouseover"||n==="pointerover",Q=n==="mouseout"||n==="pointerout",X&&s!==ke&&(_e=s.relatedTarget||s.fromElement)&&(mn(_e)||_e[di]))break e;if((Q||X)&&(X=re.window===re?re:(X=re.ownerDocument)?X.defaultView||X.parentWindow:window,Q?(_e=s.relatedTarget||s.toElement,Q=W,_e=_e?mn(_e):null,_e!==null&&(bt=c(_e),De=_e.tag,_e!==bt||De!==5&&De!==27&&De!==6)&&(_e=null)):(Q=null,_e=W),Q!==_e)){if(De=cm,le="onMouseLeave",G="onMouseEnter",H="mouse",(n==="pointerout"||n==="pointerover")&&(De=dm,le="onPointerLeave",G="onPointerEnter",H="pointer"),bt=Q==null?X:fi(Q),Y=_e==null?X:fi(_e),X=new De(le,H+"leave",Q,s,re),X.target=bt,X.relatedTarget=Y,le=null,mn(re)===W&&(De=new De(G,H+"enter",_e,s,re),De.target=Y,De.relatedTarget=bt,le=De),bt=le,Q&&_e)t:{for(De=q_,G=Q,H=_e,Y=0,le=G;le;le=De(le))Y++;le=0;for(var Me=H;Me;Me=De(Me))le++;for(;0<Y-le;)G=De(G),Y--;for(;0<le-Y;)H=De(H),le--;for(;Y--;){if(G===H||H!==null&&G===H.alternate){De=G;break t}G=De(G),H=De(H)}De=null}else De=null;Q!==null&&ny(ue,X,Q,De,!1),_e!==null&&bt!==null&&ny(ue,bt,_e,De,!0)}}e:{if(X=W?fi(W):window,Q=X.nodeName&&X.nodeName.toLowerCase(),Q==="select"||Q==="input"&&X.type==="file")var st=vm;else if(bm(X))if(xm)st=r_;else{st=t_;var Te=e_}else Q=X.nodeName,!Q||Q.toLowerCase()!=="input"||X.type!=="checkbox"&&X.type!=="radio"?W&&pi(W.elementType)&&(st=vm):st=n_;if(st&&(st=st(n,W))){ym(ue,st,s,re);break e}Te&&Te(n,X,W),n==="focusout"&&W&&X.type==="number"&&W.memoizedProps.value!=null&&Ba(X,"number",X.value)}switch(Te=W?fi(W):window,n){case"focusin":(bm(Te)||Te.contentEditable==="true")&&(Ha=Te,rd=W,so=null);break;case"focusout":so=rd=Ha=null;break;case"mousedown":id=!0;break;case"contextmenu":case"mouseup":case"dragend":id=!1,Cm(ue,s,re);break;case"selectionchange":if(a_)break;case"keydown":case"keyup":Cm(ue,s,re)}var Fe;if(Qu)e:{switch(n){case"compositionstart":var Qe="onCompositionStart";break e;case"compositionend":Qe="onCompositionEnd";break e;case"compositionupdate":Qe="onCompositionUpdate";break e}Qe=void 0}else Pa?mm(n,s)&&(Qe="onCompositionEnd"):n==="keydown"&&s.keyCode===229&&(Qe="onCompositionStart");Qe&&(fm&&s.locale!=="ko"&&(Pa||Qe!=="onCompositionStart"?Qe==="onCompositionEnd"&&Pa&&(Fe=om()):(gi=re,Yu="value"in gi?gi.value:gi.textContent,Pa=!0)),Te=Rc(W,Qe),0<Te.length&&(Qe=new um(Qe,n,null,s,re),ue.push({event:Qe,listeners:Te}),Fe?Qe.data=Fe:(Fe=gm(s),Fe!==null&&(Qe.data=Fe)))),(Fe=WS?XS(n,s):ZS(n,s))&&(Qe=Rc(W,"onBeforeInput"),0<Qe.length&&(Te=new um("onBeforeInput","beforeinput",null,s,re),ue.push({event:Te,listeners:Qe}),Te.data=Fe)),F_(ue,n,W,s,re)}ey(ue,i)})}function Ro(n,i,s){return{instance:n,listener:i,currentTarget:s}}function Rc(n,i){for(var s=i+"Capture",l=[];n!==null;){var h=n,g=h.stateNode;if(h=h.tag,h!==5&&h!==26&&h!==27||g===null||(h=Js(n,s),h!=null&&l.unshift(Ro(n,h,g)),h=Js(n,i),h!=null&&l.push(Ro(n,h,g))),n.tag===3)return l;n=n.return}return[]}function q_(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5&&n.tag!==27);return n||null}function ny(n,i,s,l,h){for(var g=i._reactName,E=[];s!==null&&s!==l;){var N=s,z=N.alternate,W=N.stateNode;if(N=N.tag,z!==null&&z===l)break;N!==5&&N!==26&&N!==27||W===null||(z=W,h?(W=Js(s,g),W!=null&&E.unshift(Ro(s,W,z))):h||(W=Js(s,g),W!=null&&E.push(Ro(s,W,z)))),s=s.return}E.length!==0&&n.push({event:i,listeners:E})}var V_=/\r\n?/g,Y_=/\u0000|\uFFFD/g;function ry(n){return(typeof n=="string"?n:""+n).replace(V_,`
|
|
49
|
+
`).replace(Y_,"")}function iy(n,i){return i=ry(i),ry(n)===i}function gt(n,i,s,l,h,g){switch(s){case"children":typeof l=="string"?i==="body"||i==="textarea"&&l===""||Le(n,l):(typeof l=="number"||typeof l=="bigint")&&i!=="body"&&Le(n,""+l);break;case"className":Ln(n,"class",l);break;case"tabIndex":Ln(n,"tabindex",l);break;case"dir":case"role":case"viewBox":case"width":case"height":Ln(n,s,l);break;case"style":dt(n,l,g);break;case"data":if(i!=="object"){Ln(n,"data",l);break}case"src":case"href":if(l===""&&(i!=="a"||s!=="href")){n.removeAttribute(s);break}if(l==null||typeof l=="function"||typeof l=="symbol"||typeof l=="boolean"){n.removeAttribute(s);break}l=mi(""+l),n.setAttribute(s,l);break;case"action":case"formAction":if(typeof l=="function"){n.setAttribute(s,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof g=="function"&&(s==="formAction"?(i!=="input"&>(n,i,"name",h.name,h,null),gt(n,i,"formEncType",h.formEncType,h,null),gt(n,i,"formMethod",h.formMethod,h,null),gt(n,i,"formTarget",h.formTarget,h,null)):(gt(n,i,"encType",h.encType,h,null),gt(n,i,"method",h.method,h,null),gt(n,i,"target",h.target,h,null)));if(l==null||typeof l=="symbol"||typeof l=="boolean"){n.removeAttribute(s);break}l=mi(""+l),n.setAttribute(s,l);break;case"onClick":l!=null&&(n.onclick=ye);break;case"onScroll":l!=null&&We("scroll",n);break;case"onScrollEnd":l!=null&&We("scrollend",n);break;case"dangerouslySetInnerHTML":if(l!=null){if(typeof l!="object"||!("__html"in l))throw Error(a(61));if(s=l.__html,s!=null){if(h.children!=null)throw Error(a(60));n.innerHTML=s}}break;case"multiple":n.multiple=l&&typeof l!="function"&&typeof l!="symbol";break;case"muted":n.muted=l&&typeof l!="function"&&typeof l!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(l==null||typeof l=="function"||typeof l=="boolean"||typeof l=="symbol"){n.removeAttribute("xlink:href");break}s=mi(""+l),n.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",s);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":l!=null&&typeof l!="function"&&typeof l!="symbol"?n.setAttribute(s,""+l):n.removeAttribute(s);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":l&&typeof l!="function"&&typeof l!="symbol"?n.setAttribute(s,""):n.removeAttribute(s);break;case"capture":case"download":l===!0?n.setAttribute(s,""):l!==!1&&l!=null&&typeof l!="function"&&typeof l!="symbol"?n.setAttribute(s,l):n.removeAttribute(s);break;case"cols":case"rows":case"size":case"span":l!=null&&typeof l!="function"&&typeof l!="symbol"&&!isNaN(l)&&1<=l?n.setAttribute(s,l):n.removeAttribute(s);break;case"rowSpan":case"start":l==null||typeof l=="function"||typeof l=="symbol"||isNaN(l)?n.removeAttribute(s):n.setAttribute(s,l);break;case"popover":We("beforetoggle",n),We("toggle",n),cn(n,"popover",l);break;case"xlinkActuate":wn(n,"http://www.w3.org/1999/xlink","xlink:actuate",l);break;case"xlinkArcrole":wn(n,"http://www.w3.org/1999/xlink","xlink:arcrole",l);break;case"xlinkRole":wn(n,"http://www.w3.org/1999/xlink","xlink:role",l);break;case"xlinkShow":wn(n,"http://www.w3.org/1999/xlink","xlink:show",l);break;case"xlinkTitle":wn(n,"http://www.w3.org/1999/xlink","xlink:title",l);break;case"xlinkType":wn(n,"http://www.w3.org/1999/xlink","xlink:type",l);break;case"xmlBase":wn(n,"http://www.w3.org/XML/1998/namespace","xml:base",l);break;case"xmlLang":wn(n,"http://www.w3.org/XML/1998/namespace","xml:lang",l);break;case"xmlSpace":wn(n,"http://www.w3.org/XML/1998/namespace","xml:space",l);break;case"is":cn(n,"is",l);break;case"innerText":case"textContent":break;default:(!(2<s.length)||s[0]!=="o"&&s[0]!=="O"||s[1]!=="n"&&s[1]!=="N")&&(s=jr.get(s)||s,cn(n,s,l))}}function Of(n,i,s,l,h,g){switch(s){case"style":dt(n,l,g);break;case"dangerouslySetInnerHTML":if(l!=null){if(typeof l!="object"||!("__html"in l))throw Error(a(61));if(s=l.__html,s!=null){if(h.children!=null)throw Error(a(60));n.innerHTML=s}}break;case"children":typeof l=="string"?Le(n,l):(typeof l=="number"||typeof l=="bigint")&&Le(n,""+l);break;case"onScroll":l!=null&&We("scroll",n);break;case"onScrollEnd":l!=null&&We("scrollend",n);break;case"onClick":l!=null&&(n.onclick=ye);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Ji.hasOwnProperty(s))e:{if(s[0]==="o"&&s[1]==="n"&&(h=s.endsWith("Capture"),i=s.slice(2,h?s.length-7:void 0),g=n[ln]||null,g=g!=null?g[s]:null,typeof g=="function"&&n.removeEventListener(i,g,h),typeof l=="function")){typeof g!="function"&&g!==null&&(s in n?n[s]=null:n.hasAttribute(s)&&n.removeAttribute(s)),n.addEventListener(i,l,h);break e}s in n?n[s]=l:l===!0?n.setAttribute(s,""):cn(n,s,l)}}}function rn(n,i,s){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":We("error",n),We("load",n);var l=!1,h=!1,g;for(g in s)if(s.hasOwnProperty(g)){var E=s[g];if(E!=null)switch(g){case"src":l=!0;break;case"srcSet":h=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:gt(n,i,g,E,s,null)}}h&>(n,i,"srcSet",s.srcSet,s,null),l&>(n,i,"src",s.src,s,null);return;case"input":We("invalid",n);var N=g=E=h=null,z=null,W=null;for(l in s)if(s.hasOwnProperty(l)){var re=s[l];if(re!=null)switch(l){case"name":h=re;break;case"type":E=re;break;case"checked":z=re;break;case"defaultChecked":W=re;break;case"value":g=re;break;case"defaultValue":N=re;break;case"children":case"dangerouslySetInnerHTML":if(re!=null)throw Error(a(137,i));break;default:gt(n,i,l,re,s,null)}}Qi(n,g,N,z,W,E,h,!1);return;case"select":We("invalid",n),l=E=g=null;for(h in s)if(s.hasOwnProperty(h)&&(N=s[h],N!=null))switch(h){case"value":g=N;break;case"defaultValue":E=N;break;case"multiple":l=N;default:gt(n,i,h,N,s,null)}i=g,s=E,n.multiple=!!l,i!=null?Qt(n,!!l,i,!1):s!=null&&Qt(n,!!l,s,!0);return;case"textarea":We("invalid",n),g=h=l=null;for(E in s)if(s.hasOwnProperty(E)&&(N=s[E],N!=null))switch(E){case"value":l=N;break;case"defaultValue":h=N;break;case"children":g=N;break;case"dangerouslySetInnerHTML":if(N!=null)throw Error(a(91));break;default:gt(n,i,E,N,s,null)}Ua(n,l,h,g);return;case"option":for(z in s)if(s.hasOwnProperty(z)&&(l=s[z],l!=null))switch(z){case"selected":n.selected=l&&typeof l!="function"&&typeof l!="symbol";break;default:gt(n,i,z,l,s,null)}return;case"dialog":We("beforetoggle",n),We("toggle",n),We("cancel",n),We("close",n);break;case"iframe":case"object":We("load",n);break;case"video":case"audio":for(l=0;l<Mo.length;l++)We(Mo[l],n);break;case"image":We("error",n),We("load",n);break;case"details":We("toggle",n);break;case"embed":case"source":case"link":We("error",n),We("load",n);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(W in s)if(s.hasOwnProperty(W)&&(l=s[W],l!=null))switch(W){case"children":case"dangerouslySetInnerHTML":throw Error(a(137,i));default:gt(n,i,W,l,s,null)}return;default:if(pi(i)){for(re in s)s.hasOwnProperty(re)&&(l=s[re],l!==void 0&&Of(n,i,re,l,s,void 0));return}}for(N in s)s.hasOwnProperty(N)&&(l=s[N],l!=null&>(n,i,N,l,s,null))}function W_(n,i,s,l){switch(i){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var h=null,g=null,E=null,N=null,z=null,W=null,re=null;for(Q in s){var ue=s[Q];if(s.hasOwnProperty(Q)&&ue!=null)switch(Q){case"checked":break;case"value":break;case"defaultValue":z=ue;default:l.hasOwnProperty(Q)||gt(n,i,Q,null,l,ue)}}for(var X in l){var Q=l[X];if(ue=s[X],l.hasOwnProperty(X)&&(Q!=null||ue!=null))switch(X){case"type":g=Q;break;case"name":h=Q;break;case"checked":W=Q;break;case"defaultChecked":re=Q;break;case"value":E=Q;break;case"defaultValue":N=Q;break;case"children":case"dangerouslySetInnerHTML":if(Q!=null)throw Error(a(137,i));break;default:Q!==ue&>(n,i,X,Q,l,ue)}}Ws(n,E,N,z,W,re,g,h);return;case"select":Q=E=N=X=null;for(g in s)if(z=s[g],s.hasOwnProperty(g)&&z!=null)switch(g){case"value":break;case"multiple":Q=z;default:l.hasOwnProperty(g)||gt(n,i,g,null,l,z)}for(h in l)if(g=l[h],z=s[h],l.hasOwnProperty(h)&&(g!=null||z!=null))switch(h){case"value":X=g;break;case"defaultValue":N=g;break;case"multiple":E=g;default:g!==z&>(n,i,h,g,l,z)}i=N,s=E,l=Q,X!=null?Qt(n,!!s,X,!1):!!l!=!!s&&(i!=null?Qt(n,!!s,i,!0):Qt(n,!!s,s?[]:"",!1));return;case"textarea":Q=X=null;for(N in s)if(h=s[N],s.hasOwnProperty(N)&&h!=null&&!l.hasOwnProperty(N))switch(N){case"value":break;case"children":break;default:gt(n,i,N,null,l,h)}for(E in l)if(h=l[E],g=s[E],l.hasOwnProperty(E)&&(h!=null||g!=null))switch(E){case"value":X=h;break;case"defaultValue":Q=h;break;case"children":break;case"dangerouslySetInnerHTML":if(h!=null)throw Error(a(91));break;default:h!==g&>(n,i,E,h,l,g)}jl(n,X,Q);return;case"option":for(var _e in s)if(X=s[_e],s.hasOwnProperty(_e)&&X!=null&&!l.hasOwnProperty(_e))switch(_e){case"selected":n.selected=!1;break;default:gt(n,i,_e,null,l,X)}for(z in l)if(X=l[z],Q=s[z],l.hasOwnProperty(z)&&X!==Q&&(X!=null||Q!=null))switch(z){case"selected":n.selected=X&&typeof X!="function"&&typeof X!="symbol";break;default:gt(n,i,z,X,l,Q)}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 De in s)X=s[De],s.hasOwnProperty(De)&&X!=null&&!l.hasOwnProperty(De)&>(n,i,De,null,l,X);for(W in l)if(X=l[W],Q=s[W],l.hasOwnProperty(W)&&X!==Q&&(X!=null||Q!=null))switch(W){case"children":case"dangerouslySetInnerHTML":if(X!=null)throw Error(a(137,i));break;default:gt(n,i,W,X,l,Q)}return;default:if(pi(i)){for(var bt in s)X=s[bt],s.hasOwnProperty(bt)&&X!==void 0&&!l.hasOwnProperty(bt)&&Of(n,i,bt,void 0,l,X);for(re in l)X=l[re],Q=s[re],!l.hasOwnProperty(re)||X===Q||X===void 0&&Q===void 0||Of(n,i,re,X,l,Q);return}}for(var G in s)X=s[G],s.hasOwnProperty(G)&&X!=null&&!l.hasOwnProperty(G)&>(n,i,G,null,l,X);for(ue in l)X=l[ue],Q=s[ue],!l.hasOwnProperty(ue)||X===Q||X==null&&Q==null||gt(n,i,ue,X,l,Q)}function ay(n){switch(n){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function X_(){if(typeof performance.getEntriesByType=="function"){for(var n=0,i=0,s=performance.getEntriesByType("resource"),l=0;l<s.length;l++){var h=s[l],g=h.transferSize,E=h.initiatorType,N=h.duration;if(g&&N&&ay(E)){for(E=0,N=h.responseEnd,l+=1;l<s.length;l++){var z=s[l],W=z.startTime;if(W>N)break;var re=z.transferSize,ue=z.initiatorType;re&&ay(ue)&&(z=z.responseEnd,E+=re*(z<N?1:(N-W)/(z-W)))}if(--l,i+=8*(g+E)/(h.duration/1e3),n++,10<n)break}}if(0<n)return i/n/1e6}return navigator.connection&&(n=navigator.connection.downlink,typeof n=="number")?n:5}var Mf=null,Rf=null;function Ic(n){return n.nodeType===9?n:n.ownerDocument}function sy(n){switch(n){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function oy(n,i){if(n===0)switch(i){case"svg":return 1;case"math":return 2;default:return 0}return n===1&&i==="foreignObject"?0:n}function If(n,i){return n==="textarea"||n==="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 Df=null;function Z_(){var n=window.event;return n&&n.type==="popstate"?n===Df?!1:(Df=n,!0):(Df=null,!1)}var ly=typeof setTimeout=="function"?setTimeout:void 0,J_=typeof clearTimeout=="function"?clearTimeout:void 0,cy=typeof Promise=="function"?Promise:void 0,Q_=typeof queueMicrotask=="function"?queueMicrotask:typeof cy<"u"?function(n){return cy.resolve(null).then(n).catch(ew)}:ly;function ew(n){setTimeout(function(){throw n})}function Ii(n){return n==="head"}function uy(n,i){var s=i,l=0;do{var h=s.nextSibling;if(n.removeChild(s),h&&h.nodeType===8)if(s=h.data,s==="/$"||s==="/&"){if(l===0){n.removeChild(h),ps(i);return}l--}else if(s==="$"||s==="$?"||s==="$~"||s==="$!"||s==="&")l++;else if(s==="html")Io(n.ownerDocument.documentElement);else if(s==="head"){s=n.ownerDocument.head,Io(s);for(var g=s.firstChild;g;){var E=g.nextSibling,N=g.nodeName;g[Zi]||N==="SCRIPT"||N==="STYLE"||N==="LINK"&&g.rel.toLowerCase()==="stylesheet"||s.removeChild(g),g=E}}else s==="body"&&Io(n.ownerDocument.body);s=h}while(s);ps(i)}function dy(n,i){var s=n;n=0;do{var l=s.nextSibling;if(s.nodeType===1?i?(s._stashedDisplay=s.style.display,s.style.display="none"):(s.style.display=s._stashedDisplay||"",s.getAttribute("style")===""&&s.removeAttribute("style")):s.nodeType===3&&(i?(s._stashedText=s.nodeValue,s.nodeValue=""):s.nodeValue=s._stashedText||""),l&&l.nodeType===8)if(s=l.data,s==="/$"){if(n===0)break;n--}else s!=="$"&&s!=="$?"&&s!=="$~"&&s!=="$!"||n++;s=l}while(s)}function Lf(n){var i=n.firstChild;for(i&&i.nodeType===10&&(i=i.nextSibling);i;){var s=i;switch(i=i.nextSibling,s.nodeName){case"HTML":case"HEAD":case"BODY":Lf(s),Vs(s);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(s.rel.toLowerCase()==="stylesheet")continue}n.removeChild(s)}}function tw(n,i,s,l){for(;n.nodeType===1;){var h=s;if(n.nodeName.toLowerCase()!==i.toLowerCase()){if(!l&&(n.nodeName!=="INPUT"||n.type!=="hidden"))break}else if(l){if(!n[Zi])switch(i){case"meta":if(!n.hasAttribute("itemprop"))break;return n;case"link":if(g=n.getAttribute("rel"),g==="stylesheet"&&n.hasAttribute("data-precedence"))break;if(g!==h.rel||n.getAttribute("href")!==(h.href==null||h.href===""?null:h.href)||n.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin)||n.getAttribute("title")!==(h.title==null?null:h.title))break;return n;case"style":if(n.hasAttribute("data-precedence"))break;return n;case"script":if(g=n.getAttribute("src"),(g!==(h.src==null?null:h.src)||n.getAttribute("type")!==(h.type==null?null:h.type)||n.getAttribute("crossorigin")!==(h.crossOrigin==null?null:h.crossOrigin))&&g&&n.hasAttribute("async")&&!n.hasAttribute("itemprop"))break;return n;default:return n}}else if(i==="input"&&n.type==="hidden"){var g=h.name==null?null:""+h.name;if(h.type==="hidden"&&n.getAttribute("name")===g)return n}else return n;if(n=tr(n.nextSibling),n===null)break}return null}function nw(n,i,s){if(i==="")return null;for(;n.nodeType!==3;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!s||(n=tr(n.nextSibling),n===null))return null;return n}function fy(n,i){for(;n.nodeType!==8;)if((n.nodeType!==1||n.nodeName!=="INPUT"||n.type!=="hidden")&&!i||(n=tr(n.nextSibling),n===null))return null;return n}function jf(n){return n.data==="$?"||n.data==="$~"}function zf(n){return n.data==="$!"||n.data==="$?"&&n.ownerDocument.readyState!=="loading"}function rw(n,i){var s=n.ownerDocument;if(n.data==="$~")n._reactRetry=i;else if(n.data!=="$?"||s.readyState!=="loading")i();else{var l=function(){i(),s.removeEventListener("DOMContentLoaded",l)};s.addEventListener("DOMContentLoaded",l),n._reactRetry=l}}function tr(n){for(;n!=null;n=n.nextSibling){var i=n.nodeType;if(i===1||i===3)break;if(i===8){if(i=n.data,i==="$"||i==="$!"||i==="$?"||i==="$~"||i==="&"||i==="F!"||i==="F")break;if(i==="/$"||i==="/&")return null}}return n}var Bf=null;function hy(n){n=n.nextSibling;for(var i=0;n;){if(n.nodeType===8){var s=n.data;if(s==="/$"||s==="/&"){if(i===0)return tr(n.nextSibling);i--}else s!=="$"&&s!=="$!"&&s!=="$?"&&s!=="$~"&&s!=="&"||i++}n=n.nextSibling}return null}function py(n){n=n.previousSibling;for(var i=0;n;){if(n.nodeType===8){var s=n.data;if(s==="$"||s==="$!"||s==="$?"||s==="$~"||s==="&"){if(i===0)return n;i--}else s!=="/$"&&s!=="/&"||i++}n=n.previousSibling}return null}function my(n,i,s){switch(i=Ic(s),n){case"html":if(n=i.documentElement,!n)throw Error(a(452));return n;case"head":if(n=i.head,!n)throw Error(a(453));return n;case"body":if(n=i.body,!n)throw Error(a(454));return n;default:throw Error(a(451))}}function Io(n){for(var i=n.attributes;i.length;)n.removeAttributeNode(i[0]);Vs(n)}var nr=new Map,gy=new Set;function Dc(n){return typeof n.getRootNode=="function"?n.getRootNode():n.nodeType===9?n:n.ownerDocument}var Jr=ee.d;ee.d={f:iw,r:aw,D:sw,C:ow,L:lw,m:cw,X:dw,S:uw,M:fw};function iw(){var n=Jr.f(),i=kc();return n||i}function aw(n){var i=Dr(n);i!==null&&i.tag===5&&i.type==="form"?Ig(i):Jr.r(n)}var ds=typeof document>"u"?null:document;function by(n,i,s){var l=ds;if(l&&typeof i=="string"&&i){var h=kn(i);h='link[rel="'+n+'"][href="'+h+'"]',typeof s=="string"&&(h+='[crossorigin="'+s+'"]'),gy.has(h)||(gy.add(h),n={rel:n,crossOrigin:s,href:i},l.querySelector(h)===null&&(i=l.createElement("link"),rn(i,"link",n),Ht(i),l.head.appendChild(i)))}}function sw(n){Jr.D(n),by("dns-prefetch",n,null)}function ow(n,i){Jr.C(n,i),by("preconnect",n,i)}function lw(n,i,s){Jr.L(n,i,s);var l=ds;if(l&&n&&i){var h='link[rel="preload"][as="'+kn(i)+'"]';i==="image"&&s&&s.imageSrcSet?(h+='[imagesrcset="'+kn(s.imageSrcSet)+'"]',typeof s.imageSizes=="string"&&(h+='[imagesizes="'+kn(s.imageSizes)+'"]')):h+='[href="'+kn(n)+'"]';var g=h;switch(i){case"style":g=fs(n);break;case"script":g=hs(n)}nr.has(g)||(n=y({rel:"preload",href:i==="image"&&s&&s.imageSrcSet?void 0:n,as:i},s),nr.set(g,n),l.querySelector(h)!==null||i==="style"&&l.querySelector(Do(g))||i==="script"&&l.querySelector(Lo(g))||(i=l.createElement("link"),rn(i,"link",n),Ht(i),l.head.appendChild(i)))}}function cw(n,i){Jr.m(n,i);var s=ds;if(s&&n){var l=i&&typeof i.as=="string"?i.as:"script",h='link[rel="modulepreload"][as="'+kn(l)+'"][href="'+kn(n)+'"]',g=h;switch(l){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":g=hs(n)}if(!nr.has(g)&&(n=y({rel:"modulepreload",href:n},i),nr.set(g,n),s.querySelector(h)===null)){switch(l){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(s.querySelector(Lo(g)))return}l=s.createElement("link"),rn(l,"link",n),Ht(l),s.head.appendChild(l)}}}function uw(n,i,s){Jr.S(n,i,s);var l=ds;if(l&&n){var h=hi(l).hoistableStyles,g=fs(n);i=i||"default";var E=h.get(g);if(!E){var N={loading:0,preload:null};if(E=l.querySelector(Do(g)))N.loading=5;else{n=y({rel:"stylesheet",href:n,"data-precedence":i},s),(s=nr.get(g))&&Uf(n,s);var z=E=l.createElement("link");Ht(z),rn(z,"link",n),z._p=new Promise(function(W,re){z.onload=W,z.onerror=re}),z.addEventListener("load",function(){N.loading|=1}),z.addEventListener("error",function(){N.loading|=2}),N.loading|=4,Lc(E,i,l)}E={type:"stylesheet",instance:E,count:1,state:N},h.set(g,E)}}}function dw(n,i){Jr.X(n,i);var s=ds;if(s&&n){var l=hi(s).hoistableScripts,h=hs(n),g=l.get(h);g||(g=s.querySelector(Lo(h)),g||(n=y({src:n,async:!0},i),(i=nr.get(h))&&Pf(n,i),g=s.createElement("script"),Ht(g),rn(g,"link",n),s.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},l.set(h,g))}}function fw(n,i){Jr.M(n,i);var s=ds;if(s&&n){var l=hi(s).hoistableScripts,h=hs(n),g=l.get(h);g||(g=s.querySelector(Lo(h)),g||(n=y({src:n,async:!0,type:"module"},i),(i=nr.get(h))&&Pf(n,i),g=s.createElement("script"),Ht(g),rn(g,"link",n),s.head.appendChild(g)),g={type:"script",instance:g,count:1,state:null},l.set(h,g))}}function yy(n,i,s,l){var h=(h=ae.current)?Dc(h):null;if(!h)throw Error(a(446));switch(n){case"meta":case"title":return null;case"style":return typeof s.precedence=="string"&&typeof s.href=="string"?(i=fs(s.href),s=hi(h).hoistableStyles,l=s.get(i),l||(l={type:"style",instance:null,count:0,state:null},s.set(i,l)),l):{type:"void",instance:null,count:0,state:null};case"link":if(s.rel==="stylesheet"&&typeof s.href=="string"&&typeof s.precedence=="string"){n=fs(s.href);var g=hi(h).hoistableStyles,E=g.get(n);if(E||(h=h.ownerDocument||h,E={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},g.set(n,E),(g=h.querySelector(Do(n)))&&!g._p&&(E.instance=g,E.state.loading=5),nr.has(n)||(s={rel:"preload",as:"style",href:s.href,crossOrigin:s.crossOrigin,integrity:s.integrity,media:s.media,hrefLang:s.hrefLang,referrerPolicy:s.referrerPolicy},nr.set(n,s),g||hw(h,n,s,E.state))),i&&l===null)throw Error(a(528,""));return E}if(i&&l!==null)throw Error(a(529,""));return null;case"script":return i=s.async,s=s.src,typeof s=="string"&&i&&typeof i!="function"&&typeof i!="symbol"?(i=hs(s),s=hi(h).hoistableScripts,l=s.get(i),l||(l={type:"script",instance:null,count:0,state:null},s.set(i,l)),l):{type:"void",instance:null,count:0,state:null};default:throw Error(a(444,n))}}function fs(n){return'href="'+kn(n)+'"'}function Do(n){return'link[rel="stylesheet"]['+n+"]"}function vy(n){return y({},n,{"data-precedence":n.precedence,precedence:null})}function hw(n,i,s,l){n.querySelector('link[rel="preload"][as="style"]['+i+"]")?l.loading=1:(i=n.createElement("link"),l.preload=i,i.addEventListener("load",function(){return l.loading|=1}),i.addEventListener("error",function(){return l.loading|=2}),rn(i,"link",s),Ht(i),n.head.appendChild(i))}function hs(n){return'[src="'+kn(n)+'"]'}function Lo(n){return"script[async]"+n}function xy(n,i,s){if(i.count++,i.instance===null)switch(i.type){case"style":var l=n.querySelector('style[data-href~="'+kn(s.href)+'"]');if(l)return i.instance=l,Ht(l),l;var h=y({},s,{"data-href":s.href,"data-precedence":s.precedence,href:null,precedence:null});return l=(n.ownerDocument||n).createElement("style"),Ht(l),rn(l,"style",h),Lc(l,s.precedence,n),i.instance=l;case"stylesheet":h=fs(s.href);var g=n.querySelector(Do(h));if(g)return i.state.loading|=4,i.instance=g,Ht(g),g;l=vy(s),(h=nr.get(h))&&Uf(l,h),g=(n.ownerDocument||n).createElement("link"),Ht(g);var E=g;return E._p=new Promise(function(N,z){E.onload=N,E.onerror=z}),rn(g,"link",l),i.state.loading|=4,Lc(g,s.precedence,n),i.instance=g;case"script":return g=hs(s.src),(h=n.querySelector(Lo(g)))?(i.instance=h,Ht(h),h):(l=s,(h=nr.get(g))&&(l=y({},s),Pf(l,h)),n=n.ownerDocument||n,h=n.createElement("script"),Ht(h),rn(h,"link",l),n.head.appendChild(h),i.instance=h);case"void":return null;default:throw Error(a(443,i.type))}else i.type==="stylesheet"&&(i.state.loading&4)===0&&(l=i.instance,i.state.loading|=4,Lc(l,s.precedence,n));return i.instance}function Lc(n,i,s){for(var l=s.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),h=l.length?l[l.length-1]:null,g=h,E=0;E<l.length;E++){var N=l[E];if(N.dataset.precedence===i)g=N;else if(g!==h)break}g?g.parentNode.insertBefore(n,g.nextSibling):(i=s.nodeType===9?s.head:s,i.insertBefore(n,i.firstChild))}function Uf(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.title==null&&(n.title=i.title)}function Pf(n,i){n.crossOrigin==null&&(n.crossOrigin=i.crossOrigin),n.referrerPolicy==null&&(n.referrerPolicy=i.referrerPolicy),n.integrity==null&&(n.integrity=i.integrity)}var jc=null;function Ey(n,i,s){if(jc===null){var l=new Map,h=jc=new Map;h.set(s,l)}else h=jc,l=h.get(s),l||(l=new Map,h.set(s,l));if(l.has(n))return l;for(l.set(n,null),s=s.getElementsByTagName(n),h=0;h<s.length;h++){var g=s[h];if(!(g[Zi]||g[zt]||n==="link"&&g.getAttribute("rel")==="stylesheet")&&g.namespaceURI!=="http://www.w3.org/2000/svg"){var E=g.getAttribute(i)||"";E=n+E;var N=l.get(E);N?N.push(g):l.set(E,[g])}}return l}function Sy(n,i,s){n=n.ownerDocument||n,n.head.insertBefore(s,i==="title"?n.querySelector("head > title"):null)}function pw(n,i,s){if(s===1||i.itemProp!=null)return!1;switch(n){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 n=i.disabled,typeof i.precedence=="string"&&n==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 _y(n){return!(n.type==="stylesheet"&&(n.state.loading&3)===0)}function mw(n,i,s,l){if(s.type==="stylesheet"&&(typeof l.media!="string"||matchMedia(l.media).matches!==!1)&&(s.state.loading&4)===0){if(s.instance===null){var h=fs(l.href),g=i.querySelector(Do(h));if(g){i=g._p,i!==null&&typeof i=="object"&&typeof i.then=="function"&&(n.count++,n=zc.bind(n),i.then(n,n)),s.state.loading|=4,s.instance=g,Ht(g);return}g=i.ownerDocument||i,l=vy(l),(h=nr.get(h))&&Uf(l,h),g=g.createElement("link"),Ht(g);var E=g;E._p=new Promise(function(N,z){E.onload=N,E.onerror=z}),rn(g,"link",l),s.instance=g}n.stylesheets===null&&(n.stylesheets=new Map),n.stylesheets.set(s,i),(i=s.state.preload)&&(s.state.loading&3)===0&&(n.count++,s=zc.bind(n),i.addEventListener("load",s),i.addEventListener("error",s))}}var Hf=0;function gw(n,i){return n.stylesheets&&n.count===0&&Uc(n,n.stylesheets),0<n.count||0<n.imgCount?function(s){var l=setTimeout(function(){if(n.stylesheets&&Uc(n,n.stylesheets),n.unsuspend){var g=n.unsuspend;n.unsuspend=null,g()}},6e4+i);0<n.imgBytes&&Hf===0&&(Hf=62500*X_());var h=setTimeout(function(){if(n.waitingForImages=!1,n.count===0&&(n.stylesheets&&Uc(n,n.stylesheets),n.unsuspend)){var g=n.unsuspend;n.unsuspend=null,g()}},(n.imgBytes>Hf?50:800)+i);return n.unsuspend=s,function(){n.unsuspend=null,clearTimeout(l),clearTimeout(h)}}:null}function zc(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Uc(this,this.stylesheets);else if(this.unsuspend){var n=this.unsuspend;this.unsuspend=null,n()}}}var Bc=null;function Uc(n,i){n.stylesheets=null,n.unsuspend!==null&&(n.count++,Bc=new Map,i.forEach(bw,n),Bc=null,zc.call(n))}function bw(n,i){if(!(i.state.loading&4)){var s=Bc.get(n);if(s)var l=s.get(null);else{s=new Map,Bc.set(n,s);for(var h=n.querySelectorAll("link[data-precedence],style[data-precedence]"),g=0;g<h.length;g++){var E=h[g];(E.nodeName==="LINK"||E.getAttribute("media")!=="not all")&&(s.set(E.dataset.precedence,E),l=E)}l&&s.set(null,l)}h=i.instance,E=h.getAttribute("data-precedence"),g=s.get(E)||l,g===l&&s.set(null,h),s.set(E,h),this.count++,l=zc.bind(this),h.addEventListener("load",l),h.addEventListener("error",l),g?g.parentNode.insertBefore(h,g.nextSibling):(n=n.nodeType===9?n.head:n,n.insertBefore(h,n.firstChild)),i.state.loading|=4}}var jo={$$typeof:k,Provider:null,Consumer:null,_currentValue:se,_currentValue2:se,_threadCount:0};function yw(n,i,s,l,h,g,E,N,z){this.tag=1,this.containerInfo=n,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=Nt(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Nt(0),this.hiddenUpdates=Nt(null),this.identifierPrefix=l,this.onUncaughtError=h,this.onCaughtError=g,this.onRecoverableError=E,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=z,this.incompleteTransitions=new Map}function wy(n,i,s,l,h,g,E,N,z,W,re,ue){return n=new yw(n,i,s,E,z,W,re,ue,N),i=1,g===!0&&(i|=24),g=Bn(3,null,null,i),n.current=g,g.stateNode=n,i=vd(),i.refCount++,n.pooledCache=i,i.refCount++,g.memoizedState={element:l,isDehydrated:s,cache:i},_d(g),n}function ky(n){return n?(n=Ga,n):Ga}function Ty(n,i,s,l,h,g){h=ky(h),l.context===null?l.context=h:l.pendingContext=h,l=Si(i),l.payload={element:s},g=g===void 0?null:g,g!==null&&(l.callback=g),s=_i(n,l,i),s!==null&&(Mn(s,n,i),po(s,n,i))}function Ny(n,i){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var s=n.retryLane;n.retryLane=s!==0&&s<i?s:i}}function Ff(n,i){Ny(n,i),(n=n.alternate)&&Ny(n,i)}function Cy(n){if(n.tag===13||n.tag===31){var i=ra(n,67108864);i!==null&&Mn(i,n,67108864),Ff(n,67108864)}}function Ay(n){if(n.tag===13||n.tag===31){var i=$n();i=Ot(i);var s=ra(n,i);s!==null&&Mn(s,n,i),Ff(n,i)}}var Pc=!0;function vw(n,i,s,l){var h=U.T;U.T=null;var g=ee.p;try{ee.p=2,$f(n,i,s,l)}finally{ee.p=g,U.T=h}}function xw(n,i,s,l){var h=U.T;U.T=null;var g=ee.p;try{ee.p=8,$f(n,i,s,l)}finally{ee.p=g,U.T=h}}function $f(n,i,s,l){if(Pc){var h=Gf(l);if(h===null)Af(n,i,l,Hc,s),My(n,l);else if(Sw(h,n,i,s,l))l.stopPropagation();else if(My(n,l),i&4&&-1<Ew.indexOf(n)){for(;h!==null;){var g=Dr(h);if(g!==null)switch(g.tag){case 3:if(g=g.stateNode,g.current.memoizedState.isDehydrated){var E=_n(g.pendingLanes);if(E!==0){var N=g;for(N.pendingLanes|=2,N.entangledLanes|=2;E;){var z=1<<31-ct(E);N.entanglements[1]|=z,E&=~z}_r(g),(lt&6)===0&&(_c=Tt()+500,Oo(0))}}break;case 31:case 13:N=ra(g,2),N!==null&&Mn(N,g,2),kc(),Ff(g,2)}if(g=Gf(l),g===null&&Af(n,i,l,Hc,s),g===h)break;h=g}h!==null&&l.stopPropagation()}else Af(n,i,l,null,s)}}function Gf(n){return n=Pe(n),Kf(n)}var Hc=null;function Kf(n){if(Hc=null,n=mn(n),n!==null){var i=c(n);if(i===null)n=null;else{var s=i.tag;if(s===13){if(n=u(i),n!==null)return n;n=null}else if(s===31){if(n=f(i),n!==null)return n;n=null}else if(s===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;n=null}else i!==n&&(n=null)}}return Hc=n,null}function Oy(n){switch(n){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(Ma()){case ne:return 2;case pe:return 8;case Ie:case Ke:return 32;case at:return 268435456;default:return 32}default:return 32}}var qf=!1,Di=null,Li=null,ji=null,zo=new Map,Bo=new Map,zi=[],Ew="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 My(n,i){switch(n){case"focusin":case"focusout":Di=null;break;case"dragenter":case"dragleave":Li=null;break;case"mouseover":case"mouseout":ji=null;break;case"pointerover":case"pointerout":zo.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":Bo.delete(i.pointerId)}}function Uo(n,i,s,l,h,g){return n===null||n.nativeEvent!==g?(n={blockedOn:i,domEventName:s,eventSystemFlags:l,nativeEvent:g,targetContainers:[h]},i!==null&&(i=Dr(i),i!==null&&Cy(i)),n):(n.eventSystemFlags|=l,i=n.targetContainers,h!==null&&i.indexOf(h)===-1&&i.push(h),n)}function Sw(n,i,s,l,h){switch(i){case"focusin":return Di=Uo(Di,n,i,s,l,h),!0;case"dragenter":return Li=Uo(Li,n,i,s,l,h),!0;case"mouseover":return ji=Uo(ji,n,i,s,l,h),!0;case"pointerover":var g=h.pointerId;return zo.set(g,Uo(zo.get(g)||null,n,i,s,l,h)),!0;case"gotpointercapture":return g=h.pointerId,Bo.set(g,Uo(Bo.get(g)||null,n,i,s,l,h)),!0}return!1}function Ry(n){var i=mn(n.target);if(i!==null){var s=c(i);if(s!==null){if(i=s.tag,i===13){if(i=u(s),i!==null){n.blockedOn=i,Da(n.priority,function(){Ay(s)});return}}else if(i===31){if(i=f(s),i!==null){n.blockedOn=i,Da(n.priority,function(){Ay(s)});return}}else if(i===3&&s.stateNode.current.memoizedState.isDehydrated){n.blockedOn=s.tag===3?s.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Fc(n){if(n.blockedOn!==null)return!1;for(var i=n.targetContainers;0<i.length;){var s=Gf(n.nativeEvent);if(s===null){s=n.nativeEvent;var l=new s.constructor(s.type,s);ke=l,s.target.dispatchEvent(l),ke=null}else return i=Dr(s),i!==null&&Cy(i),n.blockedOn=s,!1;i.shift()}return!0}function Iy(n,i,s){Fc(n)&&s.delete(i)}function _w(){qf=!1,Di!==null&&Fc(Di)&&(Di=null),Li!==null&&Fc(Li)&&(Li=null),ji!==null&&Fc(ji)&&(ji=null),zo.forEach(Iy),Bo.forEach(Iy)}function $c(n,i){n.blockedOn===i&&(n.blockedOn=null,qf||(qf=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,_w)))}var Gc=null;function Dy(n){Gc!==n&&(Gc=n,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){Gc===n&&(Gc=null);for(var i=0;i<n.length;i+=3){var s=n[i],l=n[i+1],h=n[i+2];if(typeof l!="function"){if(Kf(l||s)===null)continue;break}var g=Dr(s);g!==null&&(n.splice(i,3),i-=3,$d(g,{pending:!0,data:h,method:s.method,action:l},l,h))}}))}function ps(n){function i(z){return $c(z,n)}Di!==null&&$c(Di,n),Li!==null&&$c(Li,n),ji!==null&&$c(ji,n),zo.forEach(i),Bo.forEach(i);for(var s=0;s<zi.length;s++){var l=zi[s];l.blockedOn===n&&(l.blockedOn=null)}for(;0<zi.length&&(s=zi[0],s.blockedOn===null);)Ry(s),s.blockedOn===null&&zi.shift();if(s=(n.ownerDocument||n).$$reactFormReplay,s!=null)for(l=0;l<s.length;l+=3){var h=s[l],g=s[l+1],E=h[ln]||null;if(typeof g=="function")E||Dy(s);else if(E){var N=null;if(g&&g.hasAttribute("formAction")){if(h=g,E=g[ln]||null)N=E.formAction;else if(Kf(h)!==null)continue}else N=E.action;typeof N=="function"?s[l+1]=N:(s.splice(l,3),l-=3),Dy(s)}}}function Ly(){function n(g){g.canIntercept&&g.info==="react-transition"&&g.intercept({handler:function(){return new Promise(function(E){return h=E})},focusReset:"manual",scroll:"manual"})}function i(){h!==null&&(h(),h=null),l||setTimeout(s,20)}function s(){if(!l&&!navigation.transition){var g=navigation.currentEntry;g&&g.url!=null&&navigation.navigate(g.url,{state:g.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var l=!1,h=null;return navigation.addEventListener("navigate",n),navigation.addEventListener("navigatesuccess",i),navigation.addEventListener("navigateerror",i),setTimeout(s,100),function(){l=!0,navigation.removeEventListener("navigate",n),navigation.removeEventListener("navigatesuccess",i),navigation.removeEventListener("navigateerror",i),h!==null&&(h(),h=null)}}}function Vf(n){this._internalRoot=n}Kc.prototype.render=Vf.prototype.render=function(n){var i=this._internalRoot;if(i===null)throw Error(a(409));var s=i.current,l=$n();Ty(s,l,n,i,null,null)},Kc.prototype.unmount=Vf.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var i=n.containerInfo;Ty(n.current,2,null,n,null,null),kc(),i[di]=null}};function Kc(n){this._internalRoot=n}Kc.prototype.unstable_scheduleHydration=function(n){if(n){var i=Ia();n={blockedOn:null,target:n,priority:i};for(var s=0;s<zi.length&&i!==0&&i<zi[s].priority;s++);zi.splice(s,0,n),s===0&&Ry(n)}};var jy=t.version;if(jy!=="19.2.4")throw Error(a(527,jy,"19.2.4"));ee.findDOMNode=function(n){var i=n._reactInternals;if(i===void 0)throw typeof n.render=="function"?Error(a(188)):(n=Object.keys(n).join(","),Error(a(268,n)));return n=m(i),n=n!==null?b(n):null,n=n===null?null:n.stateNode,n};var ww={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:U,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var qc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!qc.isDisabled&&qc.supportsFiber)try{Jt=qc.inject(ww),It=qc}catch{}}return Fo.createRoot=function(n,i){if(!o(n))throw Error(a(299));var s=!1,l="",h=$g,g=Gg,E=Kg;return i!=null&&(i.unstable_strictMode===!0&&(s=!0),i.identifierPrefix!==void 0&&(l=i.identifierPrefix),i.onUncaughtError!==void 0&&(h=i.onUncaughtError),i.onCaughtError!==void 0&&(g=i.onCaughtError),i.onRecoverableError!==void 0&&(E=i.onRecoverableError)),i=wy(n,1,!1,null,null,s,l,null,h,g,E,Ly),n[di]=i.current,Cf(n),new Vf(i)},Fo.hydrateRoot=function(n,i,s){if(!o(n))throw Error(a(299));var l=!1,h="",g=$g,E=Gg,N=Kg,z=null;return s!=null&&(s.unstable_strictMode===!0&&(l=!0),s.identifierPrefix!==void 0&&(h=s.identifierPrefix),s.onUncaughtError!==void 0&&(g=s.onUncaughtError),s.onCaughtError!==void 0&&(E=s.onCaughtError),s.onRecoverableError!==void 0&&(N=s.onRecoverableError),s.formState!==void 0&&(z=s.formState)),i=wy(n,1,!0,i,s??null,l,h,z,g,E,N,Ly),i.context=ky(null),s=i.current,l=$n(),l=Ot(l),h=Si(l),h.callback=null,_i(s,h,l),s=l,i.current.lanes=s,xt(i,s),_r(i),n[di]=i.current,Cf(n),new Kc(i)},Fo.version="19.2.4",Fo}var Zy;function Bw(){if(Zy)return Xf.exports;Zy=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),Xf.exports=zw(),Xf.exports}var Uw=Bw();const Pw=El(Uw);/*! Capacitor: https://capacitorjs.com/ - MIT License */var Ls;(function(e){e.Unimplemented="UNIMPLEMENTED",e.Unavailable="UNAVAILABLE"})(Ls||(Ls={}));class eh extends Error{constructor(t,r,a){super(t),this.message=t,this.code=r,this.data=a}}const Hw=e=>{var t,r;return e!=null&&e.androidBridge?"android":!((r=(t=e==null?void 0:e.webkit)===null||t===void 0?void 0:t.messageHandlers)===null||r===void 0)&&r.bridge?"ios":"web"},Fw=e=>{const t=e.CapacitorCustomPlatform||null,r=e.Capacitor||{},a=r.Plugins=r.Plugins||{},o=()=>t!==null?t.name:Hw(e),c=()=>o()!=="web",u=y=>{const v=m.get(y);return!!(v!=null&&v.platforms.has(o())||f(y))},f=y=>{var v;return(v=r.PluginHeaders)===null||v===void 0?void 0:v.find(x=>x.name===y)},p=y=>e.console.error(y),m=new Map,b=(y,v={})=>{const x=m.get(y);if(x)return console.warn(`Capacitor plugin "${y}" already registered. Cannot register plugins twice.`),x.proxy;const S=o(),_=f(y);let A;const T=async()=>(!A&&S in v?A=typeof v[S]=="function"?A=await v[S]():A=v[S]:t!==null&&!A&&"web"in v&&(A=typeof v.web=="function"?A=await v.web():A=v.web),A),D=(V,te)=>{var P,F;if(_){const q=_==null?void 0:_.methods.find(ce=>te===ce.name);if(q)return q.rtype==="promise"?ce=>r.nativePromise(y,te.toString(),ce):(ce,ie)=>r.nativeCallback(y,te.toString(),ce,ie);if(V)return(P=V[te])===null||P===void 0?void 0:P.bind(V)}else{if(V)return(F=V[te])===null||F===void 0?void 0:F.bind(V);throw new eh(`"${y}" plugin is not implemented on ${S}`,Ls.Unimplemented)}},k=V=>{let te;const P=(...F)=>{const q=T().then(ce=>{const ie=D(ce,V);if(ie){const K=ie(...F);return te=K==null?void 0:K.remove,K}else throw new eh(`"${y}.${V}()" is not implemented on ${S}`,Ls.Unimplemented)});return V==="addListener"&&(q.remove=async()=>te()),q};return P.toString=()=>`${V.toString()}() { [capacitor code] }`,Object.defineProperty(P,"name",{value:V,writable:!1,configurable:!1}),P},C=k("addListener"),j=k("removeListener"),I=(V,te)=>{const P=C({eventName:V},te),F=async()=>{const ce=await P;j({eventName:V,callbackId:ce},te)},q=new Promise(ce=>P.then(()=>ce({remove:F})));return q.remove=async()=>{console.warn("Using addListener() without 'await' is deprecated."),await F()},q},$=new Proxy({},{get(V,te){switch(te){case"$$typeof":return;case"toJSON":return()=>({});case"addListener":return _?I:C;case"removeListener":return j;default:return k(te)}}});return a[y]=$,m.set(y,{name:y,proxy:$,platforms:new Set([...Object.keys(v),..._?[S]:[]])}),$};return r.convertFileSrc||(r.convertFileSrc=y=>y),r.getPlatform=o,r.handleError=p,r.isNativePlatform=c,r.isPluginAvailable=u,r.registerPlugin=b,r.Exception=eh,r.DEBUG=!!r.DEBUG,r.isLoggingEnabled=!!r.isLoggingEnabled,r},$w=e=>e.Capacitor=Fw(e),sn=$w(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),bp=sn.registerPlugin;class yp{constructor(){this.listeners={},this.retainedEventArguments={},this.windowListeners={}}addListener(t,r){let a=!1;this.listeners[t]||(this.listeners[t]=[],a=!0),this.listeners[t].push(r);const c=this.windowListeners[t];c&&!c.registered&&this.addWindowListener(c),a&&this.sendRetainedArgumentsForEvent(t);const u=async()=>this.removeListener(t,r);return Promise.resolve({remove:u})}async removeAllListeners(){this.listeners={};for(const t in this.windowListeners)this.removeWindowListener(this.windowListeners[t]);this.windowListeners={}}notifyListeners(t,r,a){const o=this.listeners[t];if(!o){if(a){let c=this.retainedEventArguments[t];c||(c=[]),c.push(r),this.retainedEventArguments[t]=c}return}o.forEach(c=>c(r))}hasListeners(t){var r;return!!(!((r=this.listeners[t])===null||r===void 0)&&r.length)}registerWindowListener(t,r){this.windowListeners[r]={registered:!1,windowEventName:t,pluginEventName:r,handler:a=>{this.notifyListeners(r,a)}}}unimplemented(t="not implemented"){return new sn.Exception(t,Ls.Unimplemented)}unavailable(t="not available"){return new sn.Exception(t,Ls.Unavailable)}async removeListener(t,r){const a=this.listeners[t];if(!a)return;const o=a.indexOf(r);this.listeners[t].splice(o,1),this.listeners[t].length||this.removeWindowListener(this.windowListeners[t])}addWindowListener(t){window.addEventListener(t.windowEventName,t.handler),t.registered=!0}removeWindowListener(t){t&&(window.removeEventListener(t.windowEventName,t.handler),t.registered=!1)}sendRetainedArgumentsForEvent(t){const r=this.retainedEventArguments[t];r&&(delete this.retainedEventArguments[t],r.forEach(a=>{this.notifyListeners(t,a)}))}}const Jy=e=>encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape),Qy=e=>e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent);class Gw extends yp{async getCookies(){const t=document.cookie,r={};return t.split(";").forEach(a=>{if(a.length<=0)return;let[o,c]=a.replace(/=/,"CAP_COOKIE").split("CAP_COOKIE");o=Qy(o).trim(),c=Qy(c).trim(),r[o]=c}),r}async setCookie(t){try{const r=Jy(t.key),a=Jy(t.value),o=t.expires?`; expires=${t.expires.replace("expires=","")}`:"",c=(t.path||"/").replace("path=",""),u=t.url!=null&&t.url.length>0?`domain=${t.url}`:"";document.cookie=`${r}=${a||""}${o}; path=${c}; ${u};`}catch(r){return Promise.reject(r)}}async deleteCookie(t){try{document.cookie=`${t.key}=; Max-Age=0`}catch(r){return Promise.reject(r)}}async clearCookies(){try{const t=document.cookie.split(";")||[];for(const r of t)document.cookie=r.replace(/^ +/,"").replace(/=.*/,`=;expires=${new Date().toUTCString()};path=/`)}catch(t){return Promise.reject(t)}}async clearAllCookies(){try{await this.clearCookies()}catch(t){return Promise.reject(t)}}}bp("CapacitorCookies",{web:()=>new Gw});const Kw=async e=>new Promise((t,r)=>{const a=new FileReader;a.onload=()=>{const o=a.result;t(o.indexOf(",")>=0?o.split(",")[1]:o)},a.onerror=o=>r(o),a.readAsDataURL(e)}),qw=(e={})=>{const t=Object.keys(e);return Object.keys(e).map(o=>o.toLocaleLowerCase()).reduce((o,c,u)=>(o[c]=e[t[u]],o),{})},Vw=(e,t=!0)=>e?Object.entries(e).reduce((a,o)=>{const[c,u]=o;let f,p;return Array.isArray(u)?(p="",u.forEach(m=>{f=t?encodeURIComponent(m):m,p+=`${c}=${f}&`}),p.slice(0,-1)):(f=t?encodeURIComponent(u):u,p=`${c}=${f}`),`${a}&${p}`},"").substr(1):null,Yw=(e,t={})=>{const r=Object.assign({method:e.method||"GET",headers:e.headers},t),o=qw(e.headers)["content-type"]||"";if(typeof e.data=="string")r.body=e.data;else if(o.includes("application/x-www-form-urlencoded")){const c=new URLSearchParams;for(const[u,f]of Object.entries(e.data||{}))c.set(u,f);r.body=c.toString()}else if(o.includes("multipart/form-data")||e.data instanceof FormData){const c=new FormData;if(e.data instanceof FormData)e.data.forEach((f,p)=>{c.append(p,f)});else for(const f of Object.keys(e.data))c.append(f,e.data[f]);r.body=c;const u=new Headers(r.headers);u.delete("content-type"),r.headers=u}else(o.includes("application/json")||typeof e.data=="object")&&(r.body=JSON.stringify(e.data));return r};class Ww extends yp{async request(t){const r=Yw(t,t.webFetchExtra),a=Vw(t.params,t.shouldEncodeUrlParams),o=a?`${t.url}?${a}`:t.url,c=await fetch(o,r),u=c.headers.get("content-type")||"";let{responseType:f="text"}=c.ok?t:{};u.includes("application/json")&&(f="json");let p,m;switch(f){case"arraybuffer":case"blob":m=await c.blob(),p=await Kw(m);break;case"json":p=await c.json();break;case"document":case"text":default:p=await c.text()}const b={};return c.headers.forEach((y,v)=>{b[v]=y}),{data:p,headers:b,status:c.status,url:c.url}}async get(t){return this.request(Object.assign(Object.assign({},t),{method:"GET"}))}async post(t){return this.request(Object.assign(Object.assign({},t),{method:"POST"}))}async put(t){return this.request(Object.assign(Object.assign({},t),{method:"PUT"}))}async patch(t){return this.request(Object.assign(Object.assign({},t),{method:"PATCH"}))}async delete(t){return this.request(Object.assign(Object.assign({},t),{method:"DELETE"}))}}bp("CapacitorHttp",{web:()=>new Ww});var ev;(function(e){e.Dark="DARK",e.Light="LIGHT",e.Default="DEFAULT"})(ev||(ev={}));var tv;(function(e){e.StatusBar="StatusBar",e.NavigationBar="NavigationBar"})(tv||(tv={}));class Xw extends yp{async setStyle(){this.unavailable("not available for web")}async setAnimation(){this.unavailable("not available for web")}async show(){this.unavailable("not available for web")}async hide(){this.unavailable("not available for web")}}bp("SystemBars",{web:()=>new Xw});function Zw(e,t){const r=getComputedStyle(e),a=parseFloat(r.fontSize);return t*a}function Jw(e,t){const r=getComputedStyle(e.ownerDocument.body),a=parseFloat(r.fontSize);return t*a}function Qw(e){return e/100*window.innerHeight}function ek(e){return e/100*window.innerWidth}function tk(e){switch(typeof e){case"number":return[e,"px"];case"string":{const t=parseFloat(e);return e.endsWith("%")?[t,"%"]:e.endsWith("px")?[t,"px"]:e.endsWith("rem")?[t,"rem"]:e.endsWith("em")?[t,"em"]:e.endsWith("vh")?[t,"vh"]:e.endsWith("vw")?[t,"vw"]:[t,"%"]}}}function Vc({groupSize:e,panelElement:t,styleProp:r}){let a;const[o,c]=tk(r);switch(c){case"%":{a=o/100*e;break}case"px":{a=o;break}case"rem":{a=Jw(t,o);break}case"em":{a=Zw(t,o);break}case"vh":{a=Qw(o);break}case"vw":{a=ek(o);break}}return a}function pr(e){return parseFloat(e.toFixed(3))}function js({group:e}){const{orientation:t,panels:r}=e;return r.reduce((a,o)=>(a+=t==="horizontal"?o.element.offsetWidth:o.element.offsetHeight,a),0)}function Ph(e){const{panels:t}=e,r=js({group:e});return r===0?t.map(a=>({collapsedSize:0,collapsible:a.panelConstraints.collapsible===!0,defaultSize:void 0,disabled:a.panelConstraints.disabled,minSize:0,maxSize:100,panelId:a.id})):t.map(a=>{const{element:o,panelConstraints:c}=a;let u=0;if(c.collapsedSize!==void 0){const b=Vc({groupSize:r,panelElement:o,styleProp:c.collapsedSize});u=pr(b/r*100)}let f;if(c.defaultSize!==void 0){const b=Vc({groupSize:r,panelElement:o,styleProp:c.defaultSize});f=pr(b/r*100)}let p=0;if(c.minSize!==void 0){const b=Vc({groupSize:r,panelElement:o,styleProp:c.minSize});p=pr(b/r*100)}let m=100;if(c.maxSize!==void 0){const b=Vc({groupSize:r,panelElement:o,styleProp:c.maxSize});m=pr(b/r*100)}return{collapsedSize:u,collapsible:c.collapsible===!0,defaultSize:f,disabled:c.disabled,minSize:p,maxSize:m,panelId:a.id}})}function pt(e,t="Assertion error"){if(!e)throw Error(t)}function Hh(e,t){return Array.from(t).sort(e==="horizontal"?nk:rk)}function nk(e,t){const r=e.element.offsetLeft-t.element.offsetLeft;return r!==0?r:e.element.offsetWidth-t.element.offsetWidth}function rk(e,t){const r=e.element.offsetTop-t.element.offsetTop;return r!==0?r:e.element.offsetHeight-t.element.offsetHeight}function f1(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function h1(e,t){return{x:e.x>=t.left&&e.x<=t.right?0:Math.min(Math.abs(e.x-t.left),Math.abs(e.x-t.right)),y:e.y>=t.top&&e.y<=t.bottom?0:Math.min(Math.abs(e.y-t.top),Math.abs(e.y-t.bottom))}}function ik({orientation:e,rects:t,targetRect:r}){const a={x:r.x+r.width/2,y:r.y+r.height/2};let o,c=Number.MAX_VALUE;for(const u of t){const{x:f,y:p}=h1(a,u),m=e==="horizontal"?f:p;m<c&&(c=m,o=u)}return pt(o,"No rect found"),o}let Yc;function ak(){return Yc===void 0&&(typeof matchMedia=="function"?Yc=!!matchMedia("(pointer:coarse)").matches:Yc=!1),Yc}function p1(e){const{element:t,orientation:r,panels:a,separators:o}=e,c=Hh(r,Array.from(t.children).filter(f1).map(S=>({element:S}))).map(({element:S})=>S),u=[];let f=!1,p=!1,m=-1,b=-1,y=0,v,x=[];{let S=-1;for(const _ of c)_.hasAttribute("data-panel")&&(S++,_.ariaDisabled===null&&(y++,m===-1&&(m=S),b=S))}if(y>1){let S=-1;for(const _ of c)if(_.hasAttribute("data-panel")){S++;const A=a.find(T=>T.element===_);if(A){if(v){const T=v.element.getBoundingClientRect(),D=_.getBoundingClientRect();let k;if(p){const C=r==="horizontal"?new DOMRect(T.right,T.top,0,T.height):new DOMRect(T.left,T.bottom,T.width,0),j=r==="horizontal"?new DOMRect(D.left,D.top,0,D.height):new DOMRect(D.left,D.top,D.width,0);switch(x.length){case 0:{k=[C,j];break}case 1:{const I=x[0],$=ik({orientation:r,rects:[T,D],targetRect:I.element.getBoundingClientRect()});k=[I,$===T?j:C];break}default:{k=x;break}}}else x.length?k=x:k=[r==="horizontal"?new DOMRect(T.right,D.top,D.left-T.right,D.height):new DOMRect(D.left,T.bottom,D.width,D.top-T.bottom)];for(const C of k){let j="width"in C?C:C.element.getBoundingClientRect();const I=ak()?e.resizeTargetMinimumSize.coarse:e.resizeTargetMinimumSize.fine;if(j.width<I){const V=I-j.width;j=new DOMRect(j.x-V/2,j.y,j.width+V,j.height)}if(j.height<I){const V=I-j.height;j=new DOMRect(j.x,j.y-V/2,j.width,j.height+V)}const $=S<=m||S>b;!f&&!$&&u.push({group:e,groupSize:js({group:e}),panels:[v,A],separator:"width"in C?void 0:C,rect:j}),f=!1}}p=!1,v=A,x=[]}}else if(_.hasAttribute("data-separator")){_.ariaDisabled!==null&&(f=!0);const A=o.find(T=>T.element===_);A?x.push(A):(v=void 0,x=[])}else p=!0}return u}var Gi;class sk{constructor(){Uy(this,Gi,{})}addListener(t,r){const a=Po(this,Gi)[t];return a===void 0?Po(this,Gi)[t]=[r]:a.includes(r)||a.push(r),()=>{this.removeListener(t,r)}}emit(t,r){const a=Po(this,Gi)[t];if(a!==void 0)if(a.length===1)a[0].call(null,r);else{let o=!1,c=null;const u=Array.from(a);for(let f=0;f<u.length;f++){const p=u[f];try{p.call(null,r)}catch(m){c===null&&(o=!0,c=m)}}if(o)throw c}}removeAllListeners(){Py(this,Gi,{})}removeListener(t,r){const a=Po(this,Gi)[t];if(a!==void 0){const o=a.indexOf(r);o>=0&&a.splice(o,1)}}}Gi=new WeakMap;function yn(e,t,r=0){return Math.abs(pr(e)-pr(t))<=r}let rr={cursorFlags:0,interactionState:{state:"inactive"},mountedGroups:new Map};const ri=new sk;function xn(){return rr}function En(e){const t=typeof e=="function"?e(rr):e;if(rr===t)return rr;const r=rr;return rr={...rr,...t},t.cursorFlags!==void 0&&ri.emit("cursorFlagsChange",rr.cursorFlags),t.interactionState!==void 0&&ri.emit("interactionStateChange",rr.interactionState),t.mountedGroups!==void 0&&(rr.mountedGroups.forEach((a,o)=>{a.derivedPanelConstraints.forEach(c=>{if(c.collapsible){const{layout:u}=r.mountedGroups.get(o)??{};if(u){const f=yn(c.collapsedSize,a.layout[c.panelId]),p=yn(c.collapsedSize,u[c.panelId]);f&&!p&&(o.inMemoryLastExpandedPanelSizes[c.panelId]=u[c.panelId])}}})}),ri.emit("mountedGroupsChange",rr.mountedGroups)),rr}function ok(e,t,r){let a,o={x:1/0,y:1/0};for(const c of t){const u=h1(r,c.rect);switch(e){case"horizontal":{u.x<=o.x&&(a=c,o=u);break}case"vertical":{u.y<=o.y&&(a=c,o=u);break}}}return a?{distance:o,hitRegion:a}:void 0}function lk(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE}function ck(e,t){if(e===t)throw new Error("Cannot compare node with itself");const r={a:iv(e),b:iv(t)};let a;for(;r.a.at(-1)===r.b.at(-1);)a=r.a.pop(),r.b.pop();pt(a,"Stacking order can only be calculated for elements with a common ancestor");const o={a:rv(nv(r.a)),b:rv(nv(r.b))};if(o.a===o.b){const c=a.childNodes,u={a:r.a.at(-1),b:r.b.at(-1)};let f=c.length;for(;f--;){const p=c[f];if(p===u.a)return 1;if(p===u.b)return-1}}return Math.sign(o.a-o.b)}const uk=/\b(?:position|zIndex|opacity|transform|webkitTransform|mixBlendMode|filter|webkitFilter|isolation)\b/;function dk(e){const t=getComputedStyle(m1(e)??e).display;return t==="flex"||t==="inline-flex"}function fk(e){const t=getComputedStyle(e);return!!(t.position==="fixed"||t.zIndex!=="auto"&&(t.position!=="static"||dk(e))||+t.opacity<1||"transform"in t&&t.transform!=="none"||"webkitTransform"in t&&t.webkitTransform!=="none"||"mixBlendMode"in t&&t.mixBlendMode!=="normal"||"filter"in t&&t.filter!=="none"||"webkitFilter"in t&&t.webkitFilter!=="none"||"isolation"in t&&t.isolation==="isolate"||uk.test(t.willChange)||t.webkitOverflowScrolling==="touch")}function nv(e){let t=e.length;for(;t--;){const r=e[t];if(pt(r,"Missing node"),fk(r))return r}return null}function rv(e){return e&&Number(getComputedStyle(e).zIndex)||0}function iv(e){const t=[];for(;e;)t.push(e),e=m1(e);return t}function m1(e){const{parentNode:t}=e;return lk(t)?t.host:t}function hk(e,t){return e.x<t.x+t.width&&e.x+e.width>t.x&&e.y<t.y+t.height&&e.y+e.height>t.y}function pk({groupElement:e,hitRegion:t,pointerEventTarget:r}){if(!f1(r)||r.contains(e)||e.contains(r))return!0;if(ck(r,e)>0){let a=r;for(;a;){if(a.contains(e))return!0;if(hk(a.getBoundingClientRect(),t))return!1;a=a.parentElement}}return!0}function vp(e,t){const r=[];return t.forEach((a,o)=>{if(o.disabled)return;const c=p1(o),u=ok(o.orientation,c,{x:e.clientX,y:e.clientY});u&&u.distance.x<=0&&u.distance.y<=0&&pk({groupElement:o.element,hitRegion:u.hitRegion.rect,pointerEventTarget:e.target})&&r.push(u.hitRegion)}),r}function mk(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!=t[r])return!1;return!0}function Tr(e,t){return yn(e,t)?0:e>t?1:-1}function ks({overrideDisabledPanels:e,panelConstraints:t,prevSize:r,size:a}){const{collapsedSize:o=0,collapsible:c,disabled:u,maxSize:f=100,minSize:p=0}=t;if(u&&!e)return r;if(Tr(a,p)<0)if(c){const m=(o+p)/2;Tr(a,m)<0?a=o:a=p}else a=p;return a=Math.min(f,a),a=pr(a),a}function fl({delta:e,initialLayout:t,panelConstraints:r,pivotIndices:a,prevLayout:o,trigger:c}){if(yn(e,0))return t;const u=c==="imperative-api",f=Object.values(t),p=Object.values(o),m=[...f],[b,y]=a;pt(b!=null,"Invalid first pivot index"),pt(y!=null,"Invalid second pivot index");let v=0;switch(c){case"keyboard":{{const _=e<0?y:b,A=r[_];pt(A,`Panel constraints not found for index ${_}`);const{collapsedSize:T=0,collapsible:D,minSize:k=0}=A;if(D){const C=f[_];if(pt(C!=null,`Previous layout not found for panel index ${_}`),yn(C,T)){const j=k-C;Tr(j,Math.abs(e))>0&&(e=e<0?0-j:j)}}}{const _=e<0?b:y,A=r[_];pt(A,`No panel constraints found for index ${_}`);const{collapsedSize:T=0,collapsible:D,minSize:k=0}=A;if(D){const C=f[_];if(pt(C!=null,`Previous layout not found for panel index ${_}`),yn(C,k)){const j=C-T;Tr(j,Math.abs(e))>0&&(e=e<0?0-j:j)}}}break}default:{const _=e<0?y:b,A=r[_];pt(A,`Panel constraints not found for index ${_}`);const T=f[_],{collapsible:D,collapsedSize:k,minSize:C}=A;if(D&&Tr(T,C)<0)if(e>0){const j=C-k,I=j/2,$=T+e;Tr($,C)<0&&(e=Tr(e,I)<=0?0:j)}else{const j=C-k,I=100-j/2,$=T-e;Tr($,C)<0&&(e=Tr(100+e,I)>0?0:-j)}break}}{const _=e<0?1:-1;let A=e<0?y:b,T=0;for(;;){const k=f[A];pt(k!=null,`Previous layout not found for panel index ${A}`);const C=ks({overrideDisabledPanels:u,panelConstraints:r[A],prevSize:k,size:100})-k;if(T+=C,A+=_,A<0||A>=r.length)break}const D=Math.min(Math.abs(e),Math.abs(T));e=e<0?0-D:D}{let _=e<0?b:y;for(;_>=0&&_<r.length;){const A=Math.abs(e)-Math.abs(v),T=f[_];pt(T!=null,`Previous layout not found for panel index ${_}`);const D=T-A,k=ks({overrideDisabledPanels:u,panelConstraints:r[_],prevSize:T,size:D});if(!yn(T,k)&&(v+=T-k,m[_]=k,v.toFixed(3).localeCompare(Math.abs(e).toFixed(3),void 0,{numeric:!0})>=0))break;e<0?_--:_++}}if(mk(p,m))return o;{const _=e<0?y:b,A=f[_];pt(A!=null,`Previous layout not found for panel index ${_}`);const T=A+v,D=ks({overrideDisabledPanels:u,panelConstraints:r[_],prevSize:A,size:T});if(m[_]=D,!yn(D,T)){let k=T-D,C=e<0?y:b;for(;C>=0&&C<r.length;){const j=m[C];pt(j!=null,`Previous layout not found for panel index ${C}`);const I=j+k,$=ks({overrideDisabledPanels:u,panelConstraints:r[C],prevSize:j,size:I});if(yn(j,$)||(k-=$-j,m[C]=$),yn(k,0))break;e>0?C--:C++}}}const x=Object.values(m).reduce((_,A)=>A+_,0);if(!yn(x,100,.1))return o;const S=Object.keys(o);return m.reduce((_,A,T)=>(_[S[T]]=A,_),{})}function _a(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const r in e)if(t[r]===void 0||Tr(e[r],t[r])!==0)return!1;return!0}function wa({layout:e,panelConstraints:t}){const r=Object.values(e),a=[...r],o=a.reduce((f,p)=>f+p,0);if(a.length!==t.length)throw Error(`Invalid ${t.length} panel layout: ${a.map(f=>`${f}%`).join(", ")}`);if(!yn(o,100)&&a.length>0)for(let f=0;f<t.length;f++){const p=a[f];pt(p!=null,`No layout data found for index ${f}`);const m=100/o*p;a[f]=m}let c=0;for(let f=0;f<t.length;f++){const p=r[f];pt(p!=null,`No layout data found for index ${f}`);const m=a[f];pt(m!=null,`No layout data found for index ${f}`);const b=ks({overrideDisabledPanels:!0,panelConstraints:t[f],prevSize:p,size:m});m!=b&&(c+=m-b,a[f]=b)}if(!yn(c,0))for(let f=0;f<t.length;f++){const p=a[f];pt(p!=null,`No layout data found for index ${f}`);const m=p+c,b=ks({overrideDisabledPanels:!0,panelConstraints:t[f],prevSize:p,size:m});if(p!==b&&(c-=b-p,a[f]=b,yn(c,0)))break}const u=Object.keys(e);return a.reduce((f,p,m)=>(f[u[m]]=p,f),{})}function g1({groupId:e,panelId:t}){const r=()=>{const{mountedGroups:f}=xn();for(const[p,{defaultLayoutDeferred:m,derivedPanelConstraints:b,layout:y,separatorToPanels:v}]of f)if(p.id===e)return{defaultLayoutDeferred:m,derivedPanelConstraints:b,group:p,layout:y,separatorToPanels:v};throw Error(`Group ${e} not found`)},a=()=>{const f=r().derivedPanelConstraints.find(p=>p.panelId===t);if(f!==void 0)return f;throw Error(`Panel constraints not found for Panel ${t}`)},o=()=>{const f=r().group.panels.find(p=>p.id===t);if(f!==void 0)return f;throw Error(`Layout not found for Panel ${t}`)},c=()=>{const f=r().layout[t];if(f!==void 0)return f;throw Error(`Layout not found for Panel ${t}`)},u=f=>{const p=c();if(f===p)return;const{defaultLayoutDeferred:m,derivedPanelConstraints:b,group:y,layout:v,separatorToPanels:x}=r(),S=y.panels.findIndex(D=>D.id===t),_=S===y.panels.length-1,A=fl({delta:_?p-f:f-p,initialLayout:v,panelConstraints:b,pivotIndices:_?[S-1,S]:[S,S+1],prevLayout:v,trigger:"imperative-api"}),T=wa({layout:A,panelConstraints:b});_a(v,T)||En(D=>({mountedGroups:new Map(D.mountedGroups).set(y,{defaultLayoutDeferred:m,derivedPanelConstraints:b,layout:T,separatorToPanels:x})}))};return{collapse:()=>{const{collapsible:f,collapsedSize:p}=a(),{mutableValues:m}=o(),b=c();f&&b!==p&&(m.expandToSize=b,u(p))},expand:()=>{const{collapsible:f,collapsedSize:p,minSize:m}=a(),{mutableValues:b}=o(),y=c();if(f&&y===p){let v=b.expandToSize??m;v===0&&(v=1),u(v)}},getSize:()=>{const{group:f}=r(),p=c(),{element:m}=o(),b=f.orientation==="horizontal"?m.offsetWidth:m.offsetHeight;return{asPercentage:p,inPixels:b}},isCollapsed:()=>{const{collapsible:f,collapsedSize:p}=a(),m=c();return f&&yn(p,m)},resize:f=>{if(c()!==f){let p;switch(typeof f){case"number":{const{group:m}=r(),b=js({group:m});p=pr(f/b*100);break}case"string":{p=parseFloat(f);break}}u(p)}}}}function av(e){if(e.defaultPrevented)return;const{mountedGroups:t}=xn();vp(e,t).forEach(r=>{if(r.separator){const a=r.panels.find(o=>o.panelConstraints.defaultSize!==void 0);if(a){const o=a.panelConstraints.defaultSize,c=g1({groupId:r.group.id,panelId:a.id});c&&o!==void 0&&(c.resize(o),e.preventDefault())}}})}function du(e){const{mountedGroups:t}=xn();for(const[r]of t)if(r.separators.some(a=>a.element===e))return r;throw Error("Could not find parent Group for separator element")}function b1({groupId:e}){const t=()=>{const{mountedGroups:r}=xn();for(const[a,o]of r)if(a.id===e)return{group:a,...o};throw Error(`Could not find Group with id "${e}"`)};return{getLayout(){const{defaultLayoutDeferred:r,layout:a}=t();return r?{}:a},setLayout(r){const{defaultLayoutDeferred:a,derivedPanelConstraints:o,group:c,layout:u,separatorToPanels:f}=t(),p=wa({layout:r,panelConstraints:o});if(a)return u;if(!_a(u,p)){En(b=>({mountedGroups:new Map(b.mountedGroups).set(c,{defaultLayoutDeferred:a,derivedPanelConstraints:o,layout:p,separatorToPanels:f})}));const m=c.panels.map(({id:b})=>b).join(",");c.inMemoryLayouts[m]=p}return p}}}function y1(e){const{mountedGroups:t}=xn(),r=t.get(e);return pt(r,`Mounted Group ${e.id} not found`),r}function ga(e,t){const r=du(e),a=y1(r),o=r.separators.find(b=>b.element===e);pt(o,"Matching separator not found");const c=a.separatorToPanels.get(o);pt(c,"Matching panels not found");const u=c.map(b=>r.panels.indexOf(b)),f=b1({groupId:r.id}).getLayout(),p=fl({delta:t,initialLayout:f,panelConstraints:a.derivedPanelConstraints,pivotIndices:u,prevLayout:f,trigger:"keyboard"}),m=wa({layout:p,panelConstraints:a.derivedPanelConstraints});_a(f,m)||En(b=>({mountedGroups:new Map(b.mountedGroups).set(r,{defaultLayoutDeferred:a.defaultLayoutDeferred,derivedPanelConstraints:a.derivedPanelConstraints,layout:m,separatorToPanels:a.separatorToPanels})}))}function sv(e){if(e.defaultPrevented)return;const t=e.currentTarget,r=du(t);if(!r.disabled)switch(e.key){case"ArrowDown":{e.preventDefault(),r.orientation==="vertical"&&ga(t,5);break}case"ArrowLeft":{e.preventDefault(),r.orientation==="horizontal"&&ga(t,-5);break}case"ArrowRight":{e.preventDefault(),r.orientation==="horizontal"&&ga(t,5);break}case"ArrowUp":{e.preventDefault(),r.orientation==="vertical"&&ga(t,-5);break}case"End":{e.preventDefault(),ga(t,100);break}case"Enter":{e.preventDefault();const a=du(t),{derivedPanelConstraints:o,layout:c,separatorToPanels:u}=y1(a),f=a.separators.find(y=>y.element===t);pt(f,"Matching separator not found");const p=u.get(f);pt(p,"Matching panels not found");const m=p[0],b=o.find(y=>y.panelId===m.id);if(pt(b,"Panel metadata not found"),b.collapsible){const y=c[m.id],v=b.collapsedSize===y?a.inMemoryLastExpandedPanelSizes[m.id]??b.minSize:b.collapsedSize;ga(t,v-y)}break}case"F6":{e.preventDefault();const a=du(t).separators.map(u=>u.element),o=Array.from(a).findIndex(u=>u===e.currentTarget);pt(o!==null,"Index not found");const c=e.shiftKey?o>0?o-1:a.length-1:o+1<a.length?o+1:0;a[c].focus();break}case"Home":{e.preventDefault(),ga(t,-100);break}}}function ov(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{mountedGroups:t}=xn(),r=vp(e,t),a=new Map;let o=!1;r.forEach(c=>{c.separator&&(o||(o=!0,c.separator.element.focus()));const u=t.get(c.group);u&&a.set(c.group,u.layout)}),En({interactionState:{hitRegions:r,initialLayoutMap:a,pointerDownAtPoint:{x:e.clientX,y:e.clientY},state:"active"}}),r.length&&e.preventDefault()}const gk=e=>e,th=()=>{},v1=1,x1=2,E1=4,S1=8,lv=3,cv=12;let Wc;function uv(){return Wc===void 0&&(Wc=!1,typeof window<"u"&&(window.navigator.userAgent.includes("Chrome")||window.navigator.userAgent.includes("Firefox"))&&(Wc=!0)),Wc}function bk({cursorFlags:e,groups:t,state:r}){let a=0,o=0;switch(r){case"active":case"hover":t.forEach(c=>{if(!c.disableCursor)switch(c.orientation){case"horizontal":{a++;break}case"vertical":{o++;break}}})}if(!(a===0&&o===0)){switch(r){case"active":{if(e&&uv()){const c=(e&v1)!==0,u=(e&x1)!==0,f=(e&E1)!==0,p=(e&S1)!==0;if(c)return f?"se-resize":p?"ne-resize":"e-resize";if(u)return f?"sw-resize":p?"nw-resize":"w-resize";if(f)return"s-resize";if(p)return"n-resize"}break}}return uv()?a>0&&o>0?"move":a>0?"ew-resize":"ns-resize":a>0&&o>0?"grab":a>0?"col-resize":"row-resize"}}const dv=new WeakMap;function xp(e){if(e.defaultView===null||e.defaultView===void 0)return;let{prevStyle:t,styleSheet:r}=dv.get(e)??{};r===void 0&&(r=new e.defaultView.CSSStyleSheet,e.adoptedStyleSheets.push(r));const{cursorFlags:a,interactionState:o}=xn();switch(o.state){case"active":case"hover":{const c=bk({cursorFlags:a,groups:o.hitRegions.map(f=>f.group),state:o.state}),u=`*, *:hover {cursor: ${c} !important; ${o.state==="active"?"touch-action: none;":""} }`;if(t===u)return;t=u,c?r.cssRules.length===0?r.insertRule(u):r.replaceSync(u):r.cssRules.length===1&&r.deleteRule(0);break}case"inactive":{t=void 0,r.cssRules.length===1&&r.deleteRule(0);break}}dv.set(e,{prevStyle:t,styleSheet:r})}function _1({document:e,event:t,hitRegions:r,initialLayoutMap:a,mountedGroups:o,pointerDownAtPoint:c,prevCursorFlags:u}){let f=0;const p=new Map(o);r.forEach(b=>{const{group:y,groupSize:v}=b,{disableCursor:x,orientation:S,panels:_}=y;let A=0;c?S==="horizontal"?A=(t.clientX-c.x)/v*100:A=(t.clientY-c.y)/v*100:S==="horizontal"?A=t.clientX<0?-100:100:A=t.clientY<0?-100:100;const T=a.get(y),{defaultLayoutDeferred:D,derivedPanelConstraints:k,layout:C,separatorToPanels:j}=o.get(y)??{defaultLayoutDeferred:!1};if(k&&T&&C&&j){const I=fl({delta:A,initialLayout:T,panelConstraints:k,pivotIndices:b.panels.map($=>_.indexOf($)),prevLayout:C,trigger:"mouse-or-touch"});if(_a(I,C)){if(A!==0&&!x)switch(S){case"horizontal":{f|=A<0?v1:x1;break}case"vertical":{f|=A<0?E1:S1;break}}}else{p.set(b.group,{defaultLayoutDeferred:D,derivedPanelConstraints:k,layout:I,separatorToPanels:j});const $=b.group.panels.map(({id:V})=>V).join(",");b.group.inMemoryLayouts[$]=I}}});let m=0;t.movementX===0?m|=u&lv:m|=f&lv,t.movementY===0?m|=u&cv:m|=f&cv,En({cursorFlags:m,mountedGroups:p}),xp(e)}function fv(e){const{cursorFlags:t,interactionState:r,mountedGroups:a}=xn();switch(r.state){case"active":_1({document:e.currentTarget,event:e,hitRegions:r.hitRegions,initialLayoutMap:r.initialLayoutMap,mountedGroups:a,prevCursorFlags:t})}}function hv(e){if(e.defaultPrevented)return;const{cursorFlags:t,interactionState:r,mountedGroups:a}=xn();switch(r.state){case"active":{if(e.buttons===0){En(o=>o.interactionState.state==="inactive"?o:{cursorFlags:0,interactionState:{state:"inactive"}}),En(o=>({mountedGroups:new Map(o.mountedGroups)}));return}_1({document:e.currentTarget,event:e,hitRegions:r.hitRegions,initialLayoutMap:r.initialLayoutMap,mountedGroups:a,pointerDownAtPoint:r.pointerDownAtPoint,prevCursorFlags:t});break}default:{const o=vp(e,a);o.length===0?r.state!=="inactive"&&En({interactionState:{state:"inactive"}}):En({interactionState:{hitRegions:o,state:"hover"}}),xp(e.currentTarget);break}}}function pv(e){if(e.relatedTarget instanceof HTMLIFrameElement){const{interactionState:t}=xn();switch(t.state){case"hover":En({interactionState:{state:"inactive"}})}}}function mv(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{interactionState:t}=xn();switch(t.state){case"active":En({cursorFlags:0,interactionState:{state:"inactive"}}),t.hitRegions.length>0&&(xp(e.currentTarget),En(r=>({mountedGroups:new Map(r.mountedGroups)})),e.preventDefault())}}function gv(e){let t=0,r=0;const a={};for(const c of e)if(c.defaultSize!==void 0){t++;const u=pr(c.defaultSize);r+=u,a[c.panelId]=u}else a[c.panelId]=void 0;const o=e.length-t;if(o!==0){const c=pr((100-r)/o);for(const u of e)u.defaultSize===void 0&&(a[u.panelId]=c)}return a}function yk(e,t,r){if(!r[0])return;const a=e.panels.find(p=>p.element===t);if(!a||!a.onResize)return;const o=js({group:e}),c=e.orientation==="horizontal"?a.element.offsetWidth:a.element.offsetHeight,u=a.mutableValues.prevSize,f={asPercentage:pr(c/o*100),inPixels:c};a.mutableValues.prevSize=f,a.onResize(f,a.id,u)}function vk(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const r in e)if(e[r]!==t[r])return!1;return!0}function xk(e,t){const r=e.map(o=>o.id),a=Object.keys(t);if(r.length!==a.length)return!1;for(const o of r)if(!a.includes(o))return!1;return!0}const gs=new Map;function Ek(e){let t=!0;pt(e.element.ownerDocument.defaultView,"Cannot register an unmounted Group");const r=e.element.ownerDocument.defaultView.ResizeObserver,a=new Set,o=new Set,c=new r(S=>{for(const _ of S){const{borderBoxSize:A,target:T}=_;if(T===e.element){if(t){if(js({group:e})===0)return;En(D=>{const k=D.mountedGroups.get(e);if(k){const C=Ph(e),j=k.defaultLayoutDeferred?gv(C):k.layout,I=wa({layout:j,panelConstraints:C});return!k.defaultLayoutDeferred&&_a(j,I)&&vk(k.derivedPanelConstraints,C)?D:{mountedGroups:new Map(D.mountedGroups).set(e,{defaultLayoutDeferred:!1,derivedPanelConstraints:C,layout:I,separatorToPanels:k.separatorToPanels})}}return D})}}else yk(e,T,A)}});c.observe(e.element),e.panels.forEach(S=>{pt(!a.has(S.id),`Panel ids must be unique; id "${S.id}" was used more than once`),a.add(S.id),S.onResize&&c.observe(S.element)});const u=js({group:e}),f=Ph(e),p=e.panels.map(({id:S})=>S).join(",");let m=e.defaultLayout;m&&(xk(e.panels,m)||(m=void 0));const b=e.inMemoryLayouts[p]??m??gv(f),y=wa({layout:b,panelConstraints:f}),v=p1(e),x=e.element.ownerDocument;return En(S=>{const _=new Map;return gs.set(x,(gs.get(x)??0)+1),v.forEach(A=>{A.separator&&_.set(A.separator,A.panels)}),{mountedGroups:new Map(S.mountedGroups).set(e,{defaultLayoutDeferred:u===0,derivedPanelConstraints:f,layout:y,separatorToPanels:_})}}),e.separators.forEach(S=>{pt(!o.has(S.id),`Separator ids must be unique; id "${S.id}" was used more than once`),o.add(S.id),S.element.addEventListener("keydown",sv)}),gs.get(x)===1&&(x.addEventListener("dblclick",av,!0),x.addEventListener("pointerdown",ov,!0),x.addEventListener("pointerleave",fv),x.addEventListener("pointermove",hv),x.addEventListener("pointerout",pv),x.addEventListener("pointerup",mv,!0)),function(){t=!1,gs.set(x,Math.max(0,(gs.get(x)??0)-1)),En(S=>{const _=new Map(S.mountedGroups);return _.delete(e),{mountedGroups:_}}),e.separators.forEach(S=>{S.element.removeEventListener("keydown",sv)}),gs.get(x)||(x.removeEventListener("dblclick",av,!0),x.removeEventListener("pointerdown",ov,!0),x.removeEventListener("pointerleave",fv),x.removeEventListener("pointermove",hv),x.removeEventListener("pointerout",pv),x.removeEventListener("pointerup",mv,!0)),c.disconnect()}}function Sk(){const[e,t]=R.useState({}),r=R.useCallback(()=>t({}),[]);return[e,r]}function Ep(e){const t=R.useId();return`${e??t}`}const Na=typeof window<"u"?R.useLayoutEffect:R.useEffect;function Qo(e){const t=R.useRef(e);return Na(()=>{t.current=e},[e]),R.useCallback((...r)=>{var a;return(a=t.current)==null?void 0:a.call(t,...r)},[t])}function Sp(...e){return Qo(t=>{e.forEach(r=>{if(r)switch(typeof r){case"function":{r(t);break}case"object":{r.current=t;break}}})})}function _p(e){const t=R.useRef({...e});return Na(()=>{for(const r in e)t.current[r]=e[r]},[e]),t.current}const w1=R.createContext(null);function _k(e,t){const r=R.useRef({getLayout:()=>({}),setLayout:gk});R.useImperativeHandle(t,()=>r.current,[]),Na(()=>{Object.assign(r.current,b1({groupId:e}))})}function hl({children:e,className:t,defaultLayout:r,disableCursor:a,disabled:o,elementRef:c,groupRef:u,id:f,onLayoutChange:p,onLayoutChanged:m,orientation:b="horizontal",resizeTargetMinimumSize:y={coarse:20,fine:10},style:v,...x}){const S=R.useRef({onLayoutChange:{},onLayoutChanged:{}}),_=Qo(F=>{_a(S.current.onLayoutChange,F)||(S.current.onLayoutChange=F,p==null||p(F))}),A=Qo(F=>{_a(S.current.onLayoutChanged,F)||(S.current.onLayoutChanged=F,m==null||m(F))}),T=Ep(f),D=R.useRef(null),[k,C]=Sk(),j=R.useRef({lastExpandedPanelSizes:{},layouts:{},panels:[],resizeTargetMinimumSize:y,separators:[]}),I=Sp(D,c);_k(T,u);const $=Qo((F,q)=>{const{interactionState:ce,mountedGroups:ie}=xn();for(const K of ie.keys())if(K.id===F){const U=ie.get(K);if(U){let ee=!1;switch(ce.state){case"active":{ee=ce.hitRegions.some(se=>se.group===K);break}}return{flexGrow:U.layout[q]??1,pointerEvents:ee?"none":void 0}}}return{flexGrow:(r==null?void 0:r[q])??1}}),V=_p({defaultLayout:r,disableCursor:a}),te=R.useMemo(()=>({get disableCursor(){return!!V.disableCursor},getPanelStyles:$,id:T,orientation:b,registerPanel:F=>{const q=j.current;return q.panels=Hh(b,[...q.panels,F]),C(),()=>{q.panels=q.panels.filter(ce=>ce!==F),C()}},registerSeparator:F=>{const q=j.current;return q.separators=Hh(b,[...q.separators,F]),C(),()=>{q.separators=q.separators.filter(ce=>ce!==F),C()}},togglePanelDisabled:(F,q)=>{const ce=j.current.panels.find(K=>K.id===F);ce&&(ce.panelConstraints.disabled=q);const{mountedGroups:ie}=xn();for(const K of ie.keys())if(K.id===T){const U=ie.get(K);U&&(U.derivedPanelConstraints=Ph(K))}},toggleSeparatorDisabled:(F,q)=>{const ce=j.current.separators.find(ie=>ie.id===F);ce&&(ce.disabled=q)}}),[$,T,C,b,V]),P=R.useRef(null);return Na(()=>{const F=D.current;if(F===null)return;const q=j.current;let ce;if(V.defaultLayout!==void 0&&Object.keys(V.defaultLayout).length===q.panels.length){ce={};for(const be of q.panels){const M=V.defaultLayout[be.id];M!==void 0&&(ce[be.id]=M)}}const ie={defaultLayout:ce,disableCursor:!!V.disableCursor,disabled:!!o,element:F,id:T,inMemoryLastExpandedPanelSizes:j.current.lastExpandedPanelSizes,inMemoryLayouts:j.current.layouts,orientation:b,panels:q.panels,resizeTargetMinimumSize:q.resizeTargetMinimumSize,separators:q.separators};P.current=ie;const K=Ek(ie),U=xn().mountedGroups.get(ie);if(U){const{defaultLayoutDeferred:be,derivedPanelConstraints:M,layout:L}=U;!be&&M.length>0&&(_(L),A(L))}const ee=ri.addListener("interactionStateChange",be=>{be.state}),se=ri.addListener("mountedGroupsChange",be=>{const M=be.get(ie);if(M){const{defaultLayoutDeferred:L,derivedPanelConstraints:O,layout:w}=M;if(L||O.length===0)return;const{interactionState:J}=xn(),ge=J.state!=="active";_(w),ge&&A(w)}});return()=>{P.current=null,K(),ee(),se()}},[o,T,A,_,b,k,V]),R.useEffect(()=>{const F=P.current;F&&(F.defaultLayout=r,F.disableCursor=!!a)}),d.jsx(w1.Provider,{value:te,children:d.jsx("div",{...x,className:t,"data-group":!0,"data-testid":T,id:T,ref:I,style:{height:"100%",width:"100%",overflow:"hidden",...v,display:"flex",flexDirection:b==="horizontal"?"row":"column",flexWrap:"nowrap"},children:e})})}hl.displayName="Group";function nh(e,t){return`react-resizable-panels:${[e,...t].join(":")}`}function bu({debounceSaveMs:e=100,panelIds:t,storage:r=localStorage,...a}){const o=t!==void 0,c="id"in a?a.id:a.groupId,u=nh(c,t??[]),f=R.useSyncExternalStore(wk,()=>r.getItem(u),()=>r.getItem(u)),p=R.useMemo(()=>f?JSON.parse(f):void 0,[f]),m=R.useRef(null),b=R.useCallback(()=>{const x=m.current;x&&(m.current=null,clearTimeout(x))},[]);R.useLayoutEffect(()=>()=>{b()},[b]);const y=R.useCallback(x=>{b();let S;o?S=nh(c,Object.keys(x)):S=nh(c,[]);try{r.setItem(S,JSON.stringify(x))}catch(_){console.error(_)}},[b,o,c,r]),v=R.useCallback(x=>{b(),e===0?y(x):m.current=setTimeout(()=>{y(x)},e)},[b,e,y]);return{defaultLayout:p,onLayoutChange:v,onLayoutChanged:y}}function wk(){return function(){}}function wp(){const e=R.useContext(w1);return pt(e,"Group Context not found; did you render a Panel or Separator outside of a Group?"),e}function kk(e,t){const{id:r}=wp(),a=R.useRef({collapse:th,expand:th,getSize:()=>({asPercentage:0,inPixels:0}),isCollapsed:()=>!1,resize:th});R.useImperativeHandle(t,()=>a.current,[]),Na(()=>{Object.assign(a.current,g1({groupId:r,panelId:e}))})}function Nr({children:e,className:t,collapsedSize:r="0%",collapsible:a=!1,defaultSize:o,disabled:c,elementRef:u,id:f,maxSize:p="100%",minSize:m="0%",onResize:b,panelRef:y,style:v,...x}){const S=!!f,_=Ep(f),A=_p({disabled:c}),T=R.useRef(null),D=Sp(T,u),{getPanelStyles:k,id:C,registerPanel:j,togglePanelDisabled:I}=wp(),$=b!==null,V=Qo((P,F,q)=>{b==null||b(P,f,q)});Na(()=>{const P=T.current;if(P!==null){const F={element:P,id:_,idIsStable:S,mutableValues:{expandToSize:void 0,prevSize:void 0},onResize:$?V:void 0,panelConstraints:{collapsedSize:r,collapsible:a,defaultSize:o,disabled:A.disabled,maxSize:p,minSize:m}};return j(F)}},[r,a,o,$,_,S,p,m,V,j,A]),R.useEffect(()=>{I(_,!!c)},[c,_,I]),kk(_,y);const te=R.useSyncExternalStore(P=>(ri.addListener("mountedGroupsChange",P),()=>{ri.removeListener("mountedGroupsChange",P)}),()=>JSON.stringify(k(C,_)),()=>JSON.stringify(k(C,_)));return d.jsx("div",{...x,"aria-disabled":c||void 0,"data-panel":!0,"data-testid":_,id:_,ref:D,style:{...Tk,display:"flex",flexBasis:0,flexShrink:1,overflow:"hidden",...JSON.parse(te)},children:d.jsx("div",{className:t,style:{maxHeight:"100%",maxWidth:"100%",flexGrow:1,...v},children:e})})}Nr.displayName="Panel";const Tk={minHeight:0,maxHeight:"100%",height:"auto",minWidth:0,maxWidth:"100%",width:"auto",border:"none",borderWidth:0,padding:0,margin:0};function Nk({layout:e,panelConstraints:t,panelId:r,panelIndex:a}){let o,c;const u=e[r],f=t.find(p=>p.panelId===r);if(f){const p=f.maxSize,m=f.collapsible?f.collapsedSize:f.minSize,b=[a,a+1];c=wa({layout:fl({delta:m-u,initialLayout:e,panelConstraints:t,pivotIndices:b,prevLayout:e}),panelConstraints:t})[r],o=wa({layout:fl({delta:p-u,initialLayout:e,panelConstraints:t,pivotIndices:b,prevLayout:e}),panelConstraints:t})[r]}return{valueControls:r,valueMax:o,valueMin:c,valueNow:u}}function k1({children:e,className:t,disabled:r,elementRef:a,id:o,style:c,...u}){const f=Ep(o),p=_p({disabled:r}),[m,b]=R.useState({}),[y,v]=R.useState("inactive"),x=R.useRef(null),S=Sp(x,a),{disableCursor:_,id:A,orientation:T,registerSeparator:D,toggleSeparatorDisabled:k}=wp(),C=T==="horizontal"?"vertical":"horizontal";Na(()=>{const I=x.current;if(I!==null){const $={disabled:p.disabled,element:I,id:f},V=D($),te=ri.addListener("interactionStateChange",F=>{v(F.state!=="inactive"&&F.hitRegions.some(q=>q.separator===$)?F.state:"inactive")}),P=ri.addListener("mountedGroupsChange",F=>{F.forEach(({derivedPanelConstraints:q,layout:ce,separatorToPanels:ie},K)=>{if(K.id===A){const U=ie.get($);if(U){const ee=U[0],se=K.panels.indexOf(ee);b(Nk({layout:ce,panelConstraints:q,panelId:ee.id,panelIndex:se}))}}})});return()=>{te(),P(),V()}}},[A,f,D,p]),R.useEffect(()=>{k(f,!!r)},[r,f,k]);let j;return r&&!_&&(j="not-allowed"),d.jsx("div",{...u,"aria-controls":m.valueControls,"aria-disabled":r||void 0,"aria-orientation":C,"aria-valuemax":m.valueMax,"aria-valuemin":m.valueMin,"aria-valuenow":m.valueNow,children:e,className:t,"data-separator":r?"disabled":y,"data-testid":f,id:f,ref:S,role:"separator",style:{flexBasis:"auto",cursor:j,...c,flexGrow:0,flexShrink:0},tabIndex:r?void 0:0})}k1.displayName="Separator";const kp={user:null,activeView:"messages",agents:[],selectedAgentId:null,selectedSessionKey:null,channels:[],selectedChannelId:null,sessions:[],selectedSessionId:null,tasks:[],selectedTaskId:null,jobs:[],selectedJobId:null,messages:[],threadMessages:[],activeThreadId:null,threadReplyCounts:{},openclawConnected:!1,sessionModel:null,wsConnected:!1,models:[],defaultModel:null,streamingRunId:null,streamingSessionKey:null,streamingThreadId:null,cronTasks:[],selectedCronTaskId:null,cronJobs:[],selectedCronJobId:null};function Ck(e,t){switch(t.type){case"SET_USER":return{...e,user:t.user};case"SET_ACTIVE_VIEW":return{...e,activeView:t.view};case"SET_AGENTS":return{...e,agents:t.agents};case"SELECT_AGENT":return{...e,selectedAgentId:t.agentId,selectedSessionKey:t.sessionKey,sessions:[],selectedSessionId:null,messages:[],jobs:[],selectedJobId:null,activeThreadId:null,threadMessages:[]};case"SET_CHANNELS":return{...e,channels:t.channels};case"SELECT_CHANNEL":return{...e,selectedChannelId:t.channelId,sessions:[],selectedSessionId:null,tasks:[],selectedTaskId:null,jobs:[],selectedJobId:null,messages:[]};case"SET_SESSIONS":return{...e,sessions:t.sessions};case"SELECT_SESSION":{const r=t.sessionKey??e.selectedSessionKey,a=r!==e.selectedSessionKey;return{...e,selectedSessionId:t.sessionId,selectedSessionKey:r,messages:a?[]:e.messages,activeThreadId:a?null:e.activeThreadId,threadMessages:a?[]:e.threadMessages}}case"ADD_SESSION":return{...e,sessions:[...e.sessions,t.session]};case"REMOVE_SESSION":return{...e,sessions:e.sessions.filter(r=>r.id!==t.sessionId),...e.selectedSessionId===t.sessionId?{selectedSessionId:null,selectedSessionKey:null,messages:[]}:{}};case"RENAME_SESSION":return{...e,sessions:e.sessions.map(r=>r.id===t.sessionId?{...r,name:t.name}:r)};case"SET_TASKS":return{...e,tasks:t.tasks};case"SELECT_TASK":{const r=t.sessionKey??e.selectedSessionKey,a=r!==e.selectedSessionKey;return{...e,selectedTaskId:t.taskId,selectedSessionKey:r,messages:a?[]:e.messages,jobs:[],selectedJobId:null}}case"SET_JOBS":return{...e,jobs:t.jobs};case"SELECT_JOB":return{...e,selectedJobId:t.jobId,selectedSessionKey:t.sessionKey??e.selectedSessionKey,messages:[]};case"ADD_JOB":return{...e,jobs:[t.job,...e.jobs]};case"ADD_MESSAGE":{const r=e.messages[e.messages.length-1];return t.message.sender==="agent"&&(r!=null&&r.isStreaming)?{...e,streamingRunId:null,streamingSessionKey:null,messages:[...e.messages.slice(0,-1),{...t.message,isStreaming:!1}]}:{...e,messages:[...e.messages,t.message]}}case"SET_MESSAGES":return{...e,messages:t.messages,...t.replyCounts?{threadReplyCounts:{...e.threadReplyCounts,...t.replyCounts}}:{}};case"OPEN_THREAD":return{...e,activeThreadId:t.threadId,threadMessages:t.messages,threadReplyCounts:{...e.threadReplyCounts,...t.messages.length>0?{[t.threadId]:t.messages.length}:{}}};case"CLOSE_THREAD":return{...e,activeThreadId:null,threadMessages:[]};case"ADD_THREAD_MESSAGE":{const r=t.message.threadId??e.activeThreadId,a=!!(r&&r===e.activeThreadId);let o=e.threadMessages,c={};if(a){const f=e.threadMessages[e.threadMessages.length-1];t.message.sender==="agent"&&(f!=null&&f.isStreaming)?(o=[...e.threadMessages.slice(0,-1),{...t.message,isStreaming:!1}],c={streamingRunId:null,streamingSessionKey:null,streamingThreadId:null}):o=[...e.threadMessages,t.message]}const u={...e.threadReplyCounts};return r&&(a?u[r]=o.length:u[r]=(u[r]??0)+1),{...e,...c,threadMessages:o,threadReplyCounts:u}}case"SET_OPENCLAW_CONNECTED":return{...e,openclawConnected:t.connected,defaultModel:e.defaultModel??t.defaultModel??null};case"SET_SESSION_MODEL":return{...e,sessionModel:t.model};case"SET_WS_CONNECTED":return{...e,wsConnected:t.connected};case"SET_MODELS":return{...e,models:t.models};case"SET_DEFAULT_MODEL":return{...e,defaultModel:t.model};case"RESOLVE_ACTION":return{...e,messages:e.messages.map(r=>r.id===t.messageId?{...r,resolvedActions:{...r.resolvedActions,[t.promptHash]:{value:t.value,label:t.label}}}:r)};case"STREAM_START":{const r={id:`stream_${t.runId}`,sender:"agent",text:"",timestamp:Date.now(),isStreaming:!0},a=!!t.threadId;return{...e,streamingRunId:t.runId,streamingSessionKey:t.sessionKey,streamingThreadId:t.threadId??null,...a?{threadMessages:[...e.threadMessages,r]}:{messages:[...e.messages,r]}}}case"STREAM_CHUNK":{if(e.streamingRunId!==t.runId)return e;const r=`stream_${t.runId}`;return e.streamingThreadId?{...e,threadMessages:e.threadMessages.map(a=>a.id===r?{...a,text:t.text}:a)}:{...e,messages:e.messages.map(a=>a.id===r?{...a,text:t.text}:a)}}case"STREAM_END":return e.streamingRunId&&e.streamingRunId!==t.runId?e:{...e,streamingRunId:null,streamingSessionKey:null,streamingThreadId:null};case"SET_CRON_TASKS":return{...e,cronTasks:t.cronTasks};case"MERGE_SCAN_DATA":{const r=new Map(t.scanTasks.map(c=>[c.cronJobId,c])),a=e.cronTasks.map(c=>{const u=c.openclawCronJobId?r.get(c.openclawCronJobId):null;return u?{...c,schedule:u.schedule||null,instructions:u.instructions||null,model:u.model||null,enabled:u.enabled}:c}),o=e.tasks.map(c=>{const u=c.openclawCronJobId?r.get(c.openclawCronJobId):null;return u?{...c,schedule:u.schedule||null,instructions:u.instructions||null,model:u.model||null,enabled:u.enabled}:c});return{...e,cronTasks:a,tasks:o}}case"UPDATE_CRON_TASK":return{...e,cronTasks:e.cronTasks.map(r=>r.id===t.taskId?{...r,...t.updates}:r),tasks:e.tasks.map(r=>r.id===t.taskId?{...r,...t.updates}:r)};case"SELECT_CRON_TASK":return e.selectedCronTaskId===t.taskId?e:{...e,selectedCronTaskId:t.taskId,cronJobs:[],selectedCronJobId:null,messages:[],selectedSessionKey:null};case"SET_CRON_JOBS":return{...e,cronJobs:t.cronJobs};case"SELECT_CRON_JOB":return{...e,selectedCronJobId:t.jobId,selectedSessionKey:t.sessionKey??e.selectedSessionKey,messages:[]};case"ADD_CRON_JOB":return{...e,cronJobs:[t.job,...e.cronJobs]};case"UPDATE_CRON_JOB":return e.cronJobs.some(a=>a.id===t.job.id)?{...e,cronJobs:e.cronJobs.map(a=>{var c;if(a.id!==t.job.id)return a;const o=a.summary&&a.summary.length>(((c=t.job.summary)==null?void 0:c.length)||0)?a.summary:t.job.summary;return{...a,...t.job,summary:o}})}:{...e,cronJobs:[t.job,...e.cronJobs]};case"APPEND_JOB_OUTPUT":{const r=a=>a.map(o=>o.id===t.jobId?{...o,summary:t.text}:o);return{...e,jobs:r(e.jobs),cronJobs:r(e.cronJobs)}}case"LOGOUT":return{...kp};default:return e}}const xa=R.createContext(kp),Es=R.createContext(()=>{});function or(){return R.useContext(xa)}function ci(){return R.useContext(Es)}const bv=500;let Ak=1;const Ts=[],yu=new Set;function bs(e,t,r,a){const o={id:Ak++,ts:Date.now(),level:e,tag:t,message:r,detail:a!==void 0?typeof a=="string"?a:JSON.stringify(a,null,2):void 0};Ts.push(o),Ts.length>bv&&Ts.splice(0,Ts.length-bv);for(const c of yu)c()}function Ok(){return Ts}function Mk(){Ts.length=0;for(const e of yu)e()}function Rk(e){return yu.add(e),()=>yu.delete(e)}const Z={info:(e,t,r)=>bs("info",e,t,r),warn:(e,t,r)=>bs("warn",e,t,r),error:(e,t,r)=>bs("error",e,t,r),wsIn:(e,t,r)=>bs("ws-in",e,t,r),wsOut:(e,t,r)=>bs("ws-out",e,t,r),api:(e,t,r)=>bs("api",e,t,r)},Ik=sn.isNativePlatform()?"https://console.botschat.app":"",Fh=`${Ik}/api`;let el=localStorage.getItem("botschat_token"),vu=localStorage.getItem("botschat_refresh_token");function ii(e){el=e,e?localStorage.setItem("botschat_token",e):localStorage.removeItem("botschat_token")}function ka(e){vu=e,e?localStorage.setItem("botschat_refresh_token",e):localStorage.removeItem("botschat_refresh_token")}function rh(){return el}async function T1(){if(!vu)return!1;try{const e=await fetch(`${Fh}/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:vu})});if(!e.ok)return!1;const t=await e.json();return ii(t.token),Z.info("API","Access token refreshed successfully"),!0}catch{return!1}}async function nt(e,t,r){const a=`${e} ${t}`;Z.api("API",`→ ${a}`,r);const o={"Content-Type":"application/json"};el&&(o.Authorization=`Bearer ${el}`);const c=performance.now();let u;try{u=await fetch(`${Fh}${t}`,{method:e,headers:o,body:r?JSON.stringify(r):void 0,cache:"no-store"})}catch(m){const b=Math.round(performance.now()-c);throw Z.error("API",`✗ ${a} — network error (${b}ms)`,String(m)),m}if(u.status===401&&vu&&!t.includes("/auth/refresh")&&await T1()){o.Authorization=`Bearer ${el}`;try{u=await fetch(`${Fh}${t}`,{method:e,headers:o,body:r?JSON.stringify(r):void 0,cache:"no-store"})}catch(b){const y=Math.round(performance.now()-c);throw Z.error("API",`✗ ${a} — network error on retry (${y}ms)`,String(b)),b}}const f=Math.round(performance.now()-c);if(!u.ok){const b=(await u.json().catch(()=>({error:u.statusText}))).error??`HTTP ${u.status}`;throw Z.error("API",`✗ ${a} — ${u.status} (${f}ms): ${b}`),new Error(b)}const p=await u.json();return Z.api("API",`✓ ${a} — ${u.status} (${f}ms)`,p),p}const $h={config:()=>nt("GET","/auth/config"),register:(e,t,r)=>nt("POST","/auth/register",{email:e,password:t,displayName:r}),login:(e,t)=>nt("POST","/auth/login",{email:e,password:t}),firebase:e=>nt("POST","/auth/firebase",{idToken:e}),me:()=>nt("GET","/me"),deleteAccount:()=>nt("DELETE","/auth/account")},Dk={updateSettings:e=>nt("PATCH","/me",e)},Lk={list:()=>nt("GET","/models")},As={list:()=>nt("GET","/agents")},ar={list:()=>nt("GET","/channels"),get:e=>nt("GET",`/channels/${e}`),create:e=>nt("POST","/channels",e),update:(e,t)=>nt("PATCH",`/channels/${e}`,t),delete:e=>nt("DELETE",`/channels/${e}`)},Ns={list:e=>nt("GET",`/channels/${e}/sessions`),create:(e,t)=>nt("POST",`/channels/${e}/sessions`,{name:t}),rename:(e,t,r)=>nt("PATCH",`/channels/${e}/sessions/${t}`,{name:r}),delete:(e,t)=>nt("DELETE",`/channels/${e}/sessions/${t}`)},In={list:e=>nt("GET",`/channels/${e}/tasks`),listAll:(e="background")=>nt("GET",`/tasks?kind=${e}`),scanData:()=>nt("GET","/task-scan"),create:(e,t)=>nt("POST",`/channels/${e}/tasks`,t),update:(e,t,r)=>nt("PATCH",`/channels/${e}/tasks/${t}`,r),delete:(e,t)=>nt("DELETE",`/channels/${e}/tasks/${t}`),run:(e,t)=>nt("POST",`/channels/${e}/tasks/${t}/run`)},Gh={list:(e,t)=>nt("GET",`/channels/${e}/tasks/${t}/jobs`),listByTask:e=>nt("GET",`/tasks/${e}/jobs`)},N1={list:(e,t,r)=>nt("GET",`/messages/${e}?sessionKey=${encodeURIComponent(t)}${r?`&threadId=${encodeURIComponent(r)}`:""}`)},Wo={list:()=>nt("GET","/pairing-tokens"),create:e=>nt("POST","/pairing-tokens",{label:e}),delete:e=>nt("DELETE",`/pairing-tokens/${e}`)},C1={register:(e,t)=>nt("POST","/push-tokens",{token:e,platform:t}),unregister:e=>nt("DELETE","/push-tokens",{token:e})},A1={cloudUrl:()=>nt("GET","/setup/cloud-url")};function Du({value:e,onChange:t,models:r,disabled:a,placeholder:o="Select model...",compact:c}){const f=!r.find(_=>_.id===e)&&e?r.find(_=>_.name===e):null,p=f?f.id:e,m=!p||r.some(_=>_.id===p);R.useEffect(()=>{f&&e!==f.id&&t(f.id)},[f,e,t]);const b=R.useRef(null),[y,v]=R.useState(void 0),x=p||o,S=R.useCallback(()=>{if(!c||!b.current)return;const _=getComputedStyle(b.current),T=document.createElement("canvas").getContext("2d");if(!T)return;T.font=`${_.fontSize} ${_.fontFamily}`;const D=T.measureText(x).width,k=parseFloat(_.paddingLeft)||6,C=parseFloat(_.paddingRight)||6;v(Math.ceil(D)+k+C+22)},[c,x]);return R.useEffect(()=>{S()},[S]),d.jsxs("select",{ref:b,value:p,onChange:_=>t(_.target.value),disabled:a,className:`rounded-sm focus:outline-none ${c?"text-caption py-0.5 px-1.5":"text-body py-1.5 px-2.5"}`,style:{background:c?"transparent":"var(--bg-hover)",color:p?"var(--text-primary)":"var(--text-muted)",border:c?"1px solid transparent":"1px solid var(--border)",cursor:a?"not-allowed":"pointer",opacity:a?.5:1,width:c&&y?y:void 0,maxWidth:"100%",fontFamily:"var(--font-mono)",textOverflow:"ellipsis",overflow:"hidden"},children:[!p&&d.jsx("option",{value:"",children:o}),p&&!m&&d.jsx("option",{value:p,children:p}),r.map(_=>d.jsx("option",{value:_.id,children:_.id},_.id))]})}var d1;const Hs=typeof globalThis.process<"u"&&typeof((d1=globalThis.process.versions)==null?void 0:d1.node)=="string",O1=31e4,M1=32,R1=16,I1="botschat-e2e:";function pl(e){return new TextEncoder().encode(e)}function jk(e){return new TextDecoder().decode(e)}async function zk(e,t){const r=pl(e),a=pl(I1+t),o=await crypto.subtle.importKey("raw",r.buffer,"PBKDF2",!1,["deriveBits"]),c=new ArrayBuffer(a.byteLength);new Uint8Array(c).set(a);const u=await crypto.subtle.deriveBits({name:"PBKDF2",salt:c,iterations:O1,hash:"SHA-256"},o,M1*8);return new Uint8Array(u)}async function D1(e,t){const r=await crypto.subtle.importKey("raw",e.buffer,{name:"HMAC",hash:"SHA-256"},!1,["sign"]),a=pl("nonce-"+t),o=new Uint8Array(a.length+1);o.set(a),o[a.length]=1;const c=await crypto.subtle.sign("HMAC",r,o.buffer);return new Uint8Array(c).slice(0,R1)}async function L1(e,t,r){const a=await D1(e,r),o=await crypto.subtle.importKey("raw",e.buffer,{name:"AES-CTR"},!1,["encrypt"]),c=await crypto.subtle.encrypt({name:"AES-CTR",counter:new Uint8Array(a).buffer,length:128},o,t.buffer);return new Uint8Array(c)}async function j1(e,t,r){const a=await D1(e,r),o=await crypto.subtle.importKey("raw",e.buffer,{name:"AES-CTR"},!1,["decrypt"]),c=await crypto.subtle.decrypt({name:"AES-CTR",counter:new Uint8Array(a).buffer,length:128},o,t.buffer);return new Uint8Array(c)}let Ki=null,tl=null;const nl=globalThis;Hs&&nl.__e2e_nodeCrypto&&(Ki=nl.__e2e_nodeCrypto,tl=nl.__e2e_nodeUtil);async function Lu(){Ki&&tl||(Ki=await sr(()=>import("./__vite-browser-external-BIHI7g3E.js"),[]),tl=await sr(()=>import("./__vite-browser-external-BIHI7g3E.js"),[]),nl.__e2e_nodeCrypto=Ki,nl.__e2e_nodeUtil=tl)}async function Bk(e,t){await Lu();const r=tl.promisify(Ki.pbkdf2),a=I1+t,o=await r(e,a,O1,M1,"sha256");return new Uint8Array(o)}async function z1(e,t){await Lu();const r=pl("nonce-"+t),a=new Uint8Array(r.length+1);a.set(r),a[r.length]=1;const o=Ki.createHmac("sha256",Buffer.from(e));o.update(Buffer.from(a));const c=o.digest();return new Uint8Array(c.buffer,c.byteOffset,R1)}async function B1(e,t,r){await Lu();const a=await z1(e,r),o=Ki.createCipheriv("aes-256-ctr",Buffer.from(e),Buffer.from(a)),c=Buffer.concat([o.update(Buffer.from(t)),o.final()]);return new Uint8Array(c)}async function U1(e,t,r){await Lu();const a=await z1(e,r),o=Ki.createDecipheriv("aes-256-ctr",Buffer.from(e),Buffer.from(a)),c=Buffer.concat([o.update(Buffer.from(t)),o.final()]);return new Uint8Array(c)}async function Uk(e,t){return Hs?Bk(e,t):zk(e,t)}async function Pk(e,t,r){const a=pl(t);return Hs?B1(e,a,r):L1(e,a,r)}async function yv(e,t,r){const a=Hs?await U1(e,t,r):await j1(e,t,r);return jk(a)}async function Hk(e,t,r){return Hs?B1(e,t,r):L1(e,t,r)}async function Fk(e,t,r){return Hs?await U1(e,t,r):await j1(e,t,r)}function vv(e){if(typeof Buffer<"u")return Buffer.from(e).toString("base64");let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function Kh(e){if(typeof Buffer<"u"){const a=Buffer.from(e,"base64");return new Uint8Array(a.buffer,a.byteOffset,a.byteLength)}const t=atob(e),r=new Uint8Array(t.length);for(let a=0;a<t.length;a++)r[a]=t.charCodeAt(a);return r}const ya="botschat_e2e_pwd_cache",Xo="botschat_e2e_key_cache";let an=null,Zo=null;const ih=new Set;try{const e=localStorage.getItem(Xo);e&&(an=Kh(e),Zo=localStorage.getItem(ya))}catch{}const tt={subscribe(e){return ih.add(e),()=>ih.delete(e)},notify(){ih.forEach(e=>e())},async setPassword(e,t,r){if(!e){an=null,Zo=null,localStorage.removeItem(ya),localStorage.removeItem(Xo),this.notify();return}try{an=await Uk(e,t),Zo=e,r?(localStorage.setItem(ya,e),localStorage.setItem(Xo,vv(an))):(localStorage.removeItem(ya),localStorage.removeItem(Xo)),this.notify()}catch(a){throw console.error("Failed to derive E2E key:",a),a}},clear(){an=null,Zo=null,localStorage.removeItem(ya),localStorage.removeItem(Xo),this.notify()},hasKey(){return!!an},hasSavedPassword(){return!!localStorage.getItem(ya)},async loadSavedPassword(e){if(an)return!0;const t=localStorage.getItem(ya);if(!t)return!1;try{return await this.setPassword(t,e,!0),!0}catch{return!1}},async encrypt(e,t){if(!an)throw new Error("E2E key not set");const r=t||crypto.randomUUID(),a=await Pk(an,e,r);return{ciphertext:vv(a),messageId:r}},async decrypt(e,t){if(!an)throw new Error("E2E key not set");const r=Kh(e);return yv(an,r,t)},getPassword(){return Zo},async encryptMedia(e,t){if(!an)throw new Error("E2E key not set");const r=t||crypto.randomUUID();return{encrypted:await Hk(an,e,r),contextId:r}},async decryptMedia(e,t){if(!an)throw new Error("E2E key not set");return Fk(an,e,t)},async decryptBytesLegacy(e,t){if(!an)throw new Error("E2E key not set");const r=Kh(e),a=await yv(an,r,t);return new TextEncoder().encode(a)}};class $k{constructor(t){ms(this,"ws",null);ms(this,"reconnectTimer",null);ms(this,"backoffMs",1e3);ms(this,"intentionalClose",!1);ms(this,"_connected",!1);this.opts=t}get connected(){return this._connected}connect(){this.intentionalClose=!1;let t;sn.isNativePlatform()?t=`wss://console.botschat.app/api/ws/${this.opts.userId}/${this.opts.sessionId}`:t=`${window.location.protocol==="https:"?"wss:":"ws:"}//${window.location.host}/api/ws/${this.opts.userId}/${this.opts.sessionId}`,Z.info("WS",`Connecting to ${t}`),this.ws=new WebSocket(t),this.ws.onopen=()=>{var a;Z.info("WS","Socket opened, sending auth");const r=this.opts.getToken();if(!r){Z.error("WS","No access token available, closing"),(a=this.ws)==null||a.close();return}this.ws.send(JSON.stringify({type:"auth",token:r}))},this.ws.onmessage=async r=>{try{const a=JSON.parse(r.data);if(console.log(`[E2E-WS] msg.type=${a.type} encrypted=${a.encrypted} hasKey=${tt.hasKey()} messageId=${a.messageId}`),a.encrypted&&tt.hasKey())try{if(a.type==="agent.text"||a.type==="agent.media"){const o=a.text,c=a.caption,u=a.messageId;o&&u&&(a.text=await tt.decrypt(o,u),a.encrypted=!1),c&&u&&(a.caption=await tt.decrypt(c,u),a.encrypted=!1)}else if(a.type==="job.update"){const o=a.summary,c=a.jobId;o&&c&&(a.summary=await tt.decrypt(o,c),a.encrypted=!1)}}catch(o){Z.warn("E2E","Decryption failed",o),a.decryptionError=!0}if(a.type==="task.scan.result"&&Array.isArray(a.tasks)&&tt.hasKey()){for(const o of a.tasks)if(o.encrypted&&o.iv)try{o.schedule&&(o.schedule=await tt.decrypt(o.schedule,o.iv)),o.instructions&&(o.instructions=await tt.decrypt(o.instructions,o.iv)),o.encrypted=!1}catch(c){Z.warn("E2E",`Task decryption failed for ${o.cronJobId}`,c),o.decryptionError=!0}}if(a.type==="auth.ok"){Z.info("WS","Auth OK — connected");const o=a.userId;if(console.log(`[E2E-WS] auth.ok userId=${o}, hasSavedPwd=${tt.hasSavedPassword()}`),o&&tt.hasSavedPassword()){const c=await tt.loadSavedPassword(o);console.log(`[E2E-WS] loadSavedPassword result=${c}, hasKey=${tt.hasKey()}`)}this.backoffMs=1e3,this._connected=!0,this.opts.onStatusChange(!0)}else this.opts.onMessage(a)}catch(a){Z.warn("WS","Failed to process incoming message",a)}},this.ws.onclose=r=>{if(this._connected=!1,this.opts.onStatusChange(!1),this.intentionalClose)Z.info("WS","Connection closed (intentional)");else{const a=r.code===4001;Z.warn("WS",`Connection closed (code=${r.code}), reconnecting in ${this.backoffMs}ms${a?" (will refresh token)":""}`),this.reconnectTimer=setTimeout(async()=>{this.backoffMs=Math.min(this.backoffMs*2,3e4),a&&(Z.info("WS","Refreshing access token before reconnect..."),await T1()?(Z.info("WS","Token refreshed, reconnecting"),this.backoffMs=1e3):Z.error("WS","Token refresh failed — will retry on next cycle")),this.connect()},this.backoffMs)}},this.ws.onerror=()=>{Z.error("WS","WebSocket error (close event will follow)")}}async send(t){var r,a;if(((r=this.ws)==null?void 0:r.readyState)===WebSocket.OPEN){if(t.type==="user.message"&&tt.hasKey()&&typeof t.text=="string")try{const o=t.messageId||void 0,{ciphertext:c,messageId:u}=await tt.encrypt(t.text,o);t.text=c,o||(t.messageId=u),t.encrypted=!0}catch(o){Z.error("E2E","Encryption failed",o);return}this.ws.send(JSON.stringify(t))}else Z.warn("WS",`Cannot send — socket not open (readyState=${(a=this.ws)==null?void 0:a.readyState})`,t)}disconnect(){var t;this.intentionalClose=!0,this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null),(t=this.ws)==null||t.close(),this.ws=null,this._connected=!1,this.opts.onStatusChange(!1)}}let xv=!1;const Gk="botschat-sw",qh="keys",Ev="e2e_key";function Kk(){return new Promise((e,t)=>{const r=indexedDB.open(Gk,1);r.onupgradeneeded=()=>{r.result.createObjectStore(qh)},r.onsuccess=()=>e(r.result),r.onerror=()=>t(r.error)})}async function Sv(){try{const t=(await Kk()).transaction(qh,"readwrite"),r=t.objectStore(qh),a=localStorage.getItem("botschat_e2e_key_cache");if(a){const o=atob(a),c=new Uint8Array(o.length);for(let u=0;u<o.length;u++)c[u]=o.charCodeAt(u);r.put(c,Ev)}else r.delete(Ev);await new Promise((o,c)=>{t.oncomplete=()=>o(),t.onerror=()=>c(t.error)})}catch(e){Z.warn("Push","Failed to sync E2E key to SW IndexedDB",e)}}async function qk(){xv||(await Sv(),tt.subscribe(()=>{Sv().catch(()=>{})}),sn.isNativePlatform()?await Yk():await Vk(),xv=!0)}async function Vk(){try{if(!("Notification"in self)){Z.warn("Push","Notifications not supported in this browser");return}if(await Notification.requestPermission()!=="granted"){Z.warn("Push","Notification permission denied");return}const{getMessaging:t,getToken:r,onMessage:a}=await sr(async()=>{const{getMessaging:b,getToken:y,onMessage:v}=await import("./index.esm-CtMkqqqb.js");return{getMessaging:b,getToken:y,onMessage:v}},[]),{ensureFirebaseApp:o}=await sr(async()=>{const{ensureFirebaseApp:b}=await Promise.resolve().then(()=>wD);return{ensureFirebaseApp:b}},void 0),c=o();if(!c){Z.warn("Push","Firebase not configured (missing env vars)");return}const u=t(c),f=await navigator.serviceWorker.getRegistration();if(!f){Z.warn("Push","No service worker registration found");return}const p="BJQuKLWCFa67k1dakYUqnEkHFQK8YR6PxDJTDlkiscVWmQHu54E8_zy6-a40jPuFOI-aFELTNtlxOjyYDOvd3Tc",m=await r(u,{vapidKey:p,serviceWorkerRegistration:f});m&&(Z.info("Push",`FCM token obtained (${m.slice(0,20)}...)`),await C1.register(m,"web"),Z.info("Push","Token registered with backend")),a(u,b=>{Z.info("Push","Foreground FCM message received (suppressed)")})}catch(e){Z.error("Push","Web push init failed",e)}}async function Yk(){try{const{PushNotifications:e}=await sr(async()=>{const{PushNotifications:r}=await import("./index-B9qN5gs6.js");return{PushNotifications:r}},[]);if((await e.requestPermissions()).receive!=="granted"){Z.warn("Push","Native push permission denied");return}await e.register(),e.addListener("registration",async r=>{Z.info("Push",`Native push token: ${r.value.slice(0,20)}...`);const a=sn.getPlatform();await C1.register(r.value,a),Z.info("Push","Native token registered with backend")}),e.addListener("registrationError",r=>{Z.error("Push","Native push registration failed",r)}),e.addListener("pushNotificationReceived",r=>{Z.info("Push","Foreground native notification (suppressed)")}),e.addListener("pushNotificationActionPerformed",r=>{Z.info("Push","Notification tapped",r)})}catch(e){Z.error("Push","Native push init failed",e)}}function Wk(e){const t=()=>{e.send({type:"foreground.enter"}),Z.info("Foreground","Entered foreground")},r=()=>{e.send({type:"foreground.leave"}),Z.info("Foreground","Entered background")};if(sn.isNativePlatform()){let o=null;return sr(async()=>{const{App:c}=await import("./index-BQNMGVyU.js");return{App:c}},[]).then(({App:c})=>{const u=c.addListener("appStateChange",({isActive:f})=>{f?t():r()});o=()=>u.then(f=>f.remove())}),t(),()=>o==null?void 0:o()}const a=()=>{document.hidden?r():t()};return document.addEventListener("visibilitychange",a),document.hidden||t(),()=>{document.removeEventListener("visibilitychange",a)}}function Xk({onToggleTheme:e,onOpenSettings:t,theme:r}){var b,y,v,x,S,_,A,T,D,k;const a=or(),o=ci(),[c,u]=dl.useState(!1),f=()=>{var C;Z.info("Auth",`Logout — user ${(C=a.user)==null?void 0:C.email}`),ii(null),ka(null),o({type:"LOGOUT"})},p=C=>{Z.info("Nav",`Switch view → ${C}`),o({type:"SET_ACTIVE_VIEW",view:C})},m=((v=(y=(b=a.user)==null?void 0:b.displayName)==null?void 0:y[0])==null?void 0:v.toUpperCase())??((_=(S=(x=a.user)==null?void 0:x.email)==null?void 0:S[0])==null?void 0:_.toUpperCase())??"?";return d.jsxs("div",{className:"flex flex-col items-center py-3 gap-2 h-full",style:{width:48,background:"var(--bg-primary)",borderRight:"1px solid var(--border)"},children:[d.jsx("button",{className:"w-8 h-8 rounded-lg flex items-center justify-center overflow-hidden hover:rounded-xl transition-all",title:"BotsChat",children:d.jsx("img",{src:"/botschat-logo.png",alt:"BotsChat",className:`w-8 h-8 ${r==="dark"?"invert":""}`})}),d.jsx("div",{className:"w-7 border-t my-1",style:{borderColor:"var(--sidebar-divider)"}}),d.jsx(Xc,{label:"Messages",active:a.activeView==="messages",onClick:()=>p("messages"),icon:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})})}),d.jsx(Xc,{label:"Automations",active:a.activeView==="automations",onClick:()=>p("automations"),icon:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})}),d.jsx("div",{className:"flex-1"}),d.jsx(Xc,{label:"Settings",active:!1,onClick:t,icon:d.jsxs("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z"}),d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),d.jsx(Xc,{label:r==="dark"?"Light mode":"Dark mode",active:!1,onClick:e,icon:r==="dark"?d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z"})}):d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z"})})}),d.jsxs("div",{className:"relative",children:[d.jsx("button",{onClick:()=>u(!c),className:"w-6 h-6 rounded flex items-center justify-center text-[10px] font-bold text-white mt-1 cursor-pointer",style:{background:"#9B59B6"},title:((A=a.user)==null?void 0:A.displayName)??((T=a.user)==null?void 0:T.email)??"User",children:m}),c&&d.jsx("div",{className:"fixed inset-0 z-50",onClick:()=>u(!1),children:d.jsxs("div",{className:"absolute rounded-lg py-1 min-w-[200px]",style:{bottom:12,left:56,background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.15)"},onClick:C=>C.stopPropagation(),children:[d.jsxs("div",{className:"px-4 py-2.5",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("div",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:((D=a.user)==null?void 0:D.displayName)??"User"}),d.jsx("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:(k=a.user)==null?void 0:k.email})]}),d.jsxs("button",{className:"w-full text-left px-4 py-2.5 text-body flex items-center gap-2.5",style:{color:"var(--accent-red)"},onClick:()=>{f(),u(!1)},onMouseEnter:C=>{C.currentTarget.style.background="var(--sidebar-hover)"},onMouseLeave:C=>{C.currentTarget.style.background=""},children:[d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"})}),"Logout"]})]})})]})]})}function Xc({label:e,active:t,icon:r,onClick:a}){return d.jsxs("div",{className:"relative flex items-center justify-center",children:[t&&d.jsx("div",{className:"absolute left-0 w-[3px] h-5 rounded-r-sm",style:{left:-4,background:"var(--text-sidebar-active)"}}),d.jsx("button",{onClick:a,className:`w-8 h-8 rounded-lg flex items-center justify-center transition-colors ${t?"text-[--text-sidebar-active]":"text-[--text-sidebar] hover:text-[--text-sidebar-active]"}`,style:t?{background:"var(--sidebar-hover)"}:void 0,onMouseEnter:o=>{t||(o.currentTarget.style.background="var(--sidebar-hover)")},onMouseLeave:o=>{t||(o.currentTarget.style.background="")},title:e,"aria-label":e,children:r})]})}function P1({onOpenSettings:e,onNavigate:t}={}){const r=or(),a=ci(),[o,c]=R.useState(!1),[u,f]=R.useState(""),[p,m]=R.useState(""),[b,y]=R.useState(!0),v=async()=>{if(u.trim()){Z.info("Channel",`Creating channel: "${u}"${p?` (${p})`:""}`);try{await ar.create({name:u,description:p});const{agents:k}=await As.list(),{channels:C}=await ar.list();a({type:"SET_AGENTS",agents:k}),a({type:"SET_CHANNELS",channels:C});const j=k.find(I=>I.name===u.trim());if(j){Z.info("Channel",`Channel created → agent ${j.id}, auto-selected`),a({type:"SELECT_AGENT",agentId:j.id,sessionKey:j.sessionKey});try{localStorage.setItem("botschat_last_agent",j.id)}catch{}t==null||t()}c(!1),f(""),m("")}catch(k){Z.error("Channel",`Failed to create channel: ${k}`)}}},[x,S]=R.useState(null),_=(k,C)=>{if(r.activeView!=="messages"&&a({type:"SET_ACTIVE_VIEW",view:"messages"}),r.selectedAgentId===k){t==null||t();return}const j=r.agents.find(I=>I.id===k);Z.info("Channel",`Selected channel: ${(j==null?void 0:j.name)??k} (session=${C})`),a({type:"SELECT_AGENT",agentId:k,sessionKey:C}),t==null||t();try{localStorage.setItem("botschat_last_agent",k)}catch{}},A=async k=>{const C=r.channels.find(j=>j.id===k);Z.info("Channel",`Deleting channel: ${(C==null?void 0:C.name)??k}`);try{await ar.delete(k),Z.info("Channel",`Channel deleted: ${(C==null?void 0:C.name)??k}`);const j=r.agents.find(V=>V.channelId===k);j&&r.selectedAgentId===j.id&&a({type:"SELECT_AGENT",agentId:null,sessionKey:null});const{agents:I}=await As.list(),{channels:$}=await ar.list();a({type:"SET_AGENTS",agents:I}),a({type:"SET_CHANNELS",channels:$})}catch(j){Z.error("Channel",`Failed to delete channel: ${j}`)}finally{S(null)}},T=r.agents.filter(k=>k.isDefault),D=r.agents.filter(k=>!k.isDefault&&k.name!=="Default");return d.jsxs("div",{className:"flex flex-col",style:{background:"var(--bg-secondary)"},children:[d.jsxs("div",{className:"px-4 py-3 flex items-center gap-2",children:[d.jsx("span",{className:"text-[--text-sidebar-active] font-bold text-h2 truncate flex-1",children:"BotsChat"}),e&&d.jsx("button",{onClick:e,className:"p-1 rounded transition-colors hover:bg-[--sidebar-hover]",style:{color:"var(--text-sidebar)"},title:"Settings",children:d.jsxs("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z"}),d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),d.jsx("svg",{className:"w-3 h-3 text-[--text-sidebar]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})})]}),d.jsx("div",{className:"px-4 pb-2",children:d.jsxs("div",{className:"flex items-center gap-1.5",children:[d.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:r.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),d.jsx("span",{className:"text-tiny text-[--text-muted]",children:r.openclawConnected?"OpenClaw connected":"OpenClaw offline"})]})}),d.jsxs("div",{className:"flex-1 overflow-y-auto sidebar-scroll",children:[d.jsx(Zk,{label:"Channels",expanded:b,onToggle:()=>y(!b),onAdd:k=>{k.stopPropagation(),b||y(!0),c(!o)}}),b&&d.jsxs("div",{children:[T.map(k=>d.jsx(_v,{label:`# ${k.name}`,active:r.selectedAgentId===k.id,onClick:()=>_(k.id,k.sessionKey)},k.id)),D.map(k=>d.jsx(_v,{label:`# ${k.name}`,active:r.selectedAgentId===k.id,onClick:()=>_(k.id,k.sessionKey),showDelete:!0,confirmDelete:x===k.channelId,onDeleteClick:C=>{C.stopPropagation(),S(k.channelId)},onDeleteConfirm:C=>{C.stopPropagation(),k.channelId&&A(k.channelId)},onDeleteCancel:C=>{C.stopPropagation(),S(null)}},k.id)),D.length===0&&T.length===0&&d.jsx("div",{className:"px-8 py-2 text-tiny text-[--text-muted]",children:"Loading channels…"}),o&&d.jsxs("div",{className:"px-4 py-2 space-y-2",children:[d.jsx("input",{type:"text",placeholder:"Channel name",value:u,onChange:k=>f(k.target.value),onKeyDown:k=>k.key==="Enter"&&!k.nativeEvent.isComposing&&v(),className:"w-full px-2 py-1.5 text-caption text-[--text-sidebar] rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--sidebar-hover)",border:"1px solid var(--sidebar-border)"},autoFocus:!0}),d.jsx("input",{type:"text",placeholder:"Description (optional)",value:p,onChange:k=>m(k.target.value),onKeyDown:k=>k.key==="Enter"&&!k.nativeEvent.isComposing&&v(),className:"w-full px-2 py-1.5 text-caption text-[--text-sidebar] rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--sidebar-hover)",border:"1px solid var(--sidebar-border)"}}),d.jsxs("div",{className:"flex gap-2",children:[d.jsx("button",{onClick:v,className:"flex-1 px-3 py-1.5 text-caption bg-[--bg-active] text-white rounded-sm font-bold hover:brightness-110",children:"Create"}),d.jsx("button",{onClick:()=>c(!1),className:"px-3 py-1.5 text-caption text-[--text-muted] hover:text-[--text-sidebar]",children:"Cancel"})]})]})]})]})]})}function Zk({label:e,expanded:t,onToggle:r,onAdd:a}){return d.jsxs("div",{className:"w-full flex items-center px-4 py-1.5",children:[d.jsxs("button",{onClick:r,className:"flex items-center gap-1 text-tiny uppercase tracking-wider text-[--text-sidebar] hover:text-[--text-sidebar-active] transition-colors",children:[d.jsx("svg",{className:`w-3 h-3 transition-transform ${t?"rotate-0":"-rotate-90"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})}),e]}),a&&d.jsx("button",{onClick:a,className:"ml-auto p-0.5 rounded transition-colors text-[--text-sidebar] hover:text-[--text-sidebar-active] hover:bg-[--sidebar-hover]",title:`New ${e.toLowerCase().replace(/s$/,"")}`,children:d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"})})})]})}function _v({label:e,active:t,onClick:r,showDelete:a,confirmDelete:o,onDeleteClick:c,onDeleteConfirm:u,onDeleteCancel:f}){const[p,m]=R.useState(!1),b=R.useRef(null);return R.useEffect(()=>{if(!o)return;const y=v=>{b.current&&!b.current.contains(v.target)&&(f==null||f(v))};return document.addEventListener("mousedown",y),()=>document.removeEventListener("mousedown",y)},[o,f]),o?d.jsxs("div",{ref:b,className:"px-4 py-1.5 flex items-center gap-1.5",style:{paddingLeft:32,background:"var(--sidebar-hover)"},children:[d.jsx("span",{className:"text-caption text-[--text-sidebar] truncate flex-1",children:"Delete?"}),d.jsx("button",{onClick:u,className:"px-1.5 py-0.5 text-tiny rounded-sm font-bold text-white",style:{background:"var(--accent-red, #e53935)"},children:"Yes"}),d.jsx("button",{onClick:f,className:"px-1.5 py-0.5 text-tiny rounded-sm text-[--text-muted] hover:text-[--text-sidebar]",children:"No"})]}):d.jsxs("div",{className:"relative group",onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),children:[d.jsx("button",{onClick:r,className:"w-full text-left py-[5px] text-body truncate transition-colors",onMouseEnter:y=>{t||(y.currentTarget.style.background="var(--sidebar-hover)")},onMouseLeave:y=>{t||(y.currentTarget.style.background=t?"var(--bg-hover)":"")},style:{paddingLeft:t?29:32,paddingRight:a?28:void 0,background:t?"var(--bg-hover)":void 0,borderLeft:t?"3px solid var(--bg-active)":"3px solid transparent",color:t?"var(--text-sidebar-active)":"var(--text-sidebar)",fontWeight:t?700:void 0},children:e}),a&&p&&d.jsx("button",{onClick:c,className:"absolute right-2 top-1/2 -translate-y-1/2 w-5 h-5 flex items-center justify-center rounded-sm text-[--text-muted] hover:text-[--accent-red] hover:bg-[--sidebar-hover] transition-colors",title:"Delete channel",children:d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})})]})}function Jk(e,t){const r={};return(e[e.length-1]===""?[...e,""]:e).join((r.padRight?" ":"")+","+(r.padLeft===!1?"":" ")).trim()}const Qk=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,e2=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,t2={};function wv(e,t){return(t2.jsx?e2:Qk).test(e)}const n2=/[ \t\n\f\r]/g;function r2(e){return typeof e=="object"?e.type==="text"?kv(e.value):!1:kv(e)}function kv(e){return e.replace(n2,"")===""}class Sl{constructor(t,r,a){this.normal=r,this.property=t,a&&(this.space=a)}}Sl.prototype.normal={};Sl.prototype.property={};Sl.prototype.space=void 0;function H1(e,t){const r={},a={};for(const o of e)Object.assign(r,o.property),Object.assign(a,o.normal);return new Sl(r,a,t)}function Vh(e){return e.toLowerCase()}class Dn{constructor(t,r){this.attribute=r,this.property=t}}Dn.prototype.attribute="";Dn.prototype.booleanish=!1;Dn.prototype.boolean=!1;Dn.prototype.commaOrSpaceSeparated=!1;Dn.prototype.commaSeparated=!1;Dn.prototype.defined=!1;Dn.prototype.mustUseProperty=!1;Dn.prototype.number=!1;Dn.prototype.overloadedBoolean=!1;Dn.prototype.property="";Dn.prototype.spaceSeparated=!1;Dn.prototype.space=void 0;let i2=0;const $e=Ca(),Vt=Ca(),Yh=Ca(),he=Ca(),kt=Ca(),Os=Ca(),Gn=Ca();function Ca(){return 2**++i2}const Wh=Object.freeze(Object.defineProperty({__proto__:null,boolean:$e,booleanish:Vt,commaOrSpaceSeparated:Gn,commaSeparated:Os,number:he,overloadedBoolean:Yh,spaceSeparated:kt},Symbol.toStringTag,{value:"Module"})),ah=Object.keys(Wh);class Tp extends Dn{constructor(t,r,a,o){let c=-1;if(super(t,r),Tv(this,"space",o),typeof a=="number")for(;++c<ah.length;){const u=ah[c];Tv(this,ah[c],(a&Wh[u])===Wh[u])}}}Tp.prototype.defined=!0;function Tv(e,t,r){r&&(e[t]=r)}function Fs(e){const t={},r={};for(const[a,o]of Object.entries(e.properties)){const c=new Tp(a,e.transform(e.attributes||{},a),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(a)&&(c.mustUseProperty=!0),t[a]=c,r[Vh(a)]=a,r[Vh(c.attribute)]=a}return new Sl(t,r,e.space)}const F1=Fs({properties:{ariaActiveDescendant:null,ariaAtomic:Vt,ariaAutoComplete:null,ariaBusy:Vt,ariaChecked:Vt,ariaColCount:he,ariaColIndex:he,ariaColSpan:he,ariaControls:kt,ariaCurrent:null,ariaDescribedBy:kt,ariaDetails:null,ariaDisabled:Vt,ariaDropEffect:kt,ariaErrorMessage:null,ariaExpanded:Vt,ariaFlowTo:kt,ariaGrabbed:Vt,ariaHasPopup:null,ariaHidden:Vt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:kt,ariaLevel:he,ariaLive:null,ariaModal:Vt,ariaMultiLine:Vt,ariaMultiSelectable:Vt,ariaOrientation:null,ariaOwns:kt,ariaPlaceholder:null,ariaPosInSet:he,ariaPressed:Vt,ariaReadOnly:Vt,ariaRelevant:null,ariaRequired:Vt,ariaRoleDescription:kt,ariaRowCount:he,ariaRowIndex:he,ariaRowSpan:he,ariaSelected:Vt,ariaSetSize:he,ariaSort:null,ariaValueMax:he,ariaValueMin:he,ariaValueNow:he,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function $1(e,t){return t in e?e[t]:t}function G1(e,t){return $1(e,t.toLowerCase())}const a2=Fs({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Os,acceptCharset:kt,accessKey:kt,action:null,allow:null,allowFullScreen:$e,allowPaymentRequest:$e,allowUserMedia:$e,alt:null,as:null,async:$e,autoCapitalize:null,autoComplete:kt,autoFocus:$e,autoPlay:$e,blocking:kt,capture:null,charSet:null,checked:$e,cite:null,className:kt,cols:he,colSpan:null,content:null,contentEditable:Vt,controls:$e,controlsList:kt,coords:he|Os,crossOrigin:null,data:null,dateTime:null,decoding:null,default:$e,defer:$e,dir:null,dirName:null,disabled:$e,download:Yh,draggable:Vt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:$e,formTarget:null,headers:kt,height:he,hidden:Yh,high:he,href:null,hrefLang:null,htmlFor:kt,httpEquiv:kt,id:null,imageSizes:null,imageSrcSet:null,inert:$e,inputMode:null,integrity:null,is:null,isMap:$e,itemId:null,itemProp:kt,itemRef:kt,itemScope:$e,itemType:kt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:$e,low:he,manifest:null,max:null,maxLength:he,media:null,method:null,min:null,minLength:he,multiple:$e,muted:$e,name:null,nonce:null,noModule:$e,noValidate:$e,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:$e,optimum:he,pattern:null,ping:kt,placeholder:null,playsInline:$e,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:$e,referrerPolicy:null,rel:kt,required:$e,reversed:$e,rows:he,rowSpan:he,sandbox:kt,scope:null,scoped:$e,seamless:$e,selected:$e,shadowRootClonable:$e,shadowRootDelegatesFocus:$e,shadowRootMode:null,shape:null,size:he,sizes:null,slot:null,span:he,spellCheck:Vt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:he,step:null,style:null,tabIndex:he,target:null,title:null,translate:null,type:null,typeMustMatch:$e,useMap:null,value:Vt,width:he,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:kt,axis:null,background:null,bgColor:null,border:he,borderColor:null,bottomMargin:he,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:$e,declare:$e,event:null,face:null,frame:null,frameBorder:null,hSpace:he,leftMargin:he,link:null,longDesc:null,lowSrc:null,marginHeight:he,marginWidth:he,noResize:$e,noHref:$e,noShade:$e,noWrap:$e,object:null,profile:null,prompt:null,rev:null,rightMargin:he,rules:null,scheme:null,scrolling:Vt,standby:null,summary:null,text:null,topMargin:he,valueType:null,version:null,vAlign:null,vLink:null,vSpace:he,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:$e,disableRemotePlayback:$e,prefix:null,property:null,results:he,security:null,unselectable:null},space:"html",transform:G1}),s2=Fs({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:Gn,accentHeight:he,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:he,amplitude:he,arabicForm:null,ascent:he,attributeName:null,attributeType:null,azimuth:he,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:he,by:null,calcMode:null,capHeight:he,className:kt,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:he,diffuseConstant:he,direction:null,display:null,dur:null,divisor:he,dominantBaseline:null,download:$e,dx:null,dy:null,edgeMode:null,editable:null,elevation:he,enableBackground:null,end:null,event:null,exponent:he,externalResourcesRequired:null,fill:null,fillOpacity:he,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:Os,g2:Os,glyphName:Os,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:he,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:he,horizOriginX:he,horizOriginY:he,id:null,ideographic:he,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:he,k:he,k1:he,k2:he,k3:he,k4:he,kernelMatrix:Gn,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:he,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:he,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:he,overlineThickness:he,paintOrder:null,panose1:null,path:null,pathLength:he,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:kt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:he,pointsAtY:he,pointsAtZ:he,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Gn,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Gn,rev:Gn,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Gn,requiredFeatures:Gn,requiredFonts:Gn,requiredFormats:Gn,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:he,specularExponent:he,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:he,strikethroughThickness:he,string:null,stroke:null,strokeDashArray:Gn,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:he,strokeOpacity:he,strokeWidth:null,style:null,surfaceScale:he,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Gn,tabIndex:he,tableValues:null,target:null,targetX:he,targetY:he,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Gn,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:he,underlineThickness:he,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:he,values:null,vAlphabetic:he,vMathematical:he,vectorEffect:null,vHanging:he,vIdeographic:he,version:null,vertAdvY:he,vertOriginX:he,vertOriginY:he,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:he,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:$1}),K1=Fs({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),q1=Fs({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:G1}),V1=Fs({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),o2={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},l2=/[A-Z]/g,Nv=/-[a-z]/g,c2=/^data[-\w.:]+$/i;function u2(e,t){const r=Vh(t);let a=t,o=Dn;if(r in e.normal)return e.property[e.normal[r]];if(r.length>4&&r.slice(0,4)==="data"&&c2.test(t)){if(t.charAt(4)==="-"){const c=t.slice(5).replace(Nv,f2);a="data"+c.charAt(0).toUpperCase()+c.slice(1)}else{const c=t.slice(4);if(!Nv.test(c)){let u=c.replace(l2,d2);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}o=Tp}return new o(a,t)}function d2(e){return"-"+e.toLowerCase()}function f2(e){return e.charAt(1).toUpperCase()}const h2=H1([F1,a2,K1,q1,V1],"html"),Np=H1([F1,s2,K1,q1,V1],"svg");function p2(e){return e.join(" ").trim()}var ys={},sh,Cv;function m2(){if(Cv)return sh;Cv=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,r=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,c=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,u=/^[;\s]*/,f=/^\s+|\s+$/g,p=`
|
|
50
|
+
`,m="/",b="*",y="",v="comment",x="declaration";function S(A,T){if(typeof A!="string")throw new TypeError("First argument must be a string");if(!A)return[];T=T||{};var D=1,k=1;function C(ie){var K=ie.match(t);K&&(D+=K.length);var U=ie.lastIndexOf(p);k=~U?ie.length-U:k+ie.length}function j(){var ie={line:D,column:k};return function(K){return K.position=new I(ie),te(),K}}function I(ie){this.start=ie,this.end={line:D,column:k},this.source=T.source}I.prototype.content=A;function $(ie){var K=new Error(T.source+":"+D+":"+k+": "+ie);if(K.reason=ie,K.filename=T.source,K.line=D,K.column=k,K.source=A,!T.silent)throw K}function V(ie){var K=ie.exec(A);if(K){var U=K[0];return C(U),A=A.slice(U.length),K}}function te(){V(r)}function P(ie){var K;for(ie=ie||[];K=F();)K!==!1&&ie.push(K);return ie}function F(){var ie=j();if(!(m!=A.charAt(0)||b!=A.charAt(1))){for(var K=2;y!=A.charAt(K)&&(b!=A.charAt(K)||m!=A.charAt(K+1));)++K;if(K+=2,y===A.charAt(K-1))return $("End of comment missing");var U=A.slice(2,K-2);return k+=2,C(U),A=A.slice(K),k+=2,ie({type:v,comment:U})}}function q(){var ie=j(),K=V(a);if(K){if(F(),!V(o))return $("property missing ':'");var U=V(c),ee=ie({type:x,property:_(K[0].replace(e,y)),value:U?_(U[0].replace(e,y)):y});return V(u),ee}}function ce(){var ie=[];P(ie);for(var K;K=q();)K!==!1&&(ie.push(K),P(ie));return ie}return te(),ce()}function _(A){return A?A.replace(f,y):y}return sh=S,sh}var Av;function g2(){if(Av)return ys;Av=1;var e=ys&&ys.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(ys,"__esModule",{value:!0}),ys.default=r;const t=e(m2());function r(a,o){let c=null;if(!a||typeof a!="string")return c;const u=(0,t.default)(a),f=typeof o=="function";return u.forEach(p=>{if(p.type!=="declaration")return;const{property:m,value:b}=p;f?o(m,b,p):b&&(c=c||{},c[m]=b)}),c}return ys}var $o={},Ov;function b2(){if(Ov)return $o;Ov=1,Object.defineProperty($o,"__esModule",{value:!0}),$o.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,r=/^[^-]+$/,a=/^-(webkit|moz|ms|o|khtml)-/,o=/^-(ms)-/,c=function(m){return!m||r.test(m)||e.test(m)},u=function(m,b){return b.toUpperCase()},f=function(m,b){return"".concat(b,"-")},p=function(m,b){return b===void 0&&(b={}),c(m)?m:(m=m.toLowerCase(),b.reactCompat?m=m.replace(o,f):m=m.replace(a,f),m.replace(t,u))};return $o.camelCase=p,$o}var Go,Mv;function y2(){if(Mv)return Go;Mv=1;var e=Go&&Go.__importDefault||function(o){return o&&o.__esModule?o:{default:o}},t=e(g2()),r=b2();function a(o,c){var u={};return!o||typeof o!="string"||(0,t.default)(o,function(f,p){f&&p&&(u[(0,r.camelCase)(f,c)]=p)}),u}return a.default=a,Go=a,Go}var v2=y2();const x2=El(v2),Y1=W1("end"),Cp=W1("start");function W1(e){return t;function t(r){const a=r&&r.position&&r.position[e]||{};if(typeof a.line=="number"&&a.line>0&&typeof a.column=="number"&&a.column>0)return{line:a.line,column:a.column,offset:typeof a.offset=="number"&&a.offset>-1?a.offset:void 0}}}function E2(e){const t=Cp(e),r=Y1(e);if(t&&r)return{start:t,end:r}}function rl(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?Rv(e.position):"start"in e||"end"in e?Rv(e):"line"in e||"column"in e?Xh(e):""}function Xh(e){return Iv(e&&e.line)+":"+Iv(e&&e.column)}function Rv(e){return Xh(e&&e.start)+"-"+Xh(e&&e.end)}function Iv(e){return e&&typeof e=="number"?e:1}class fn extends Error{constructor(t,r,a){super(),typeof r=="string"&&(a=r,r=void 0);let o="",c={},u=!1;if(r&&("line"in r&&"column"in r?c={place:r}:"start"in r&&"end"in r?c={place:r}:"type"in r?c={ancestors:[r],place:r.position}:c={...r}),typeof t=="string"?o=t:!c.cause&&t&&(u=!0,o=t.message,c.cause=t),!c.ruleId&&!c.source&&typeof a=="string"){const p=a.indexOf(":");p===-1?c.ruleId=a:(c.source=a.slice(0,p),c.ruleId=a.slice(p+1))}if(!c.place&&c.ancestors&&c.ancestors){const p=c.ancestors[c.ancestors.length-1];p&&(c.place=p.position)}const f=c.place&&"start"in c.place?c.place.start:c.place;this.ancestors=c.ancestors||void 0,this.cause=c.cause||void 0,this.column=f?f.column:void 0,this.fatal=void 0,this.file="",this.message=o,this.line=f?f.line:void 0,this.name=rl(c.place)||"1:1",this.place=c.place||void 0,this.reason=this.message,this.ruleId=c.ruleId||void 0,this.source=c.source||void 0,this.stack=u&&c.cause&&typeof c.cause.stack=="string"?c.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}fn.prototype.file="";fn.prototype.name="";fn.prototype.reason="";fn.prototype.message="";fn.prototype.stack="";fn.prototype.column=void 0;fn.prototype.line=void 0;fn.prototype.ancestors=void 0;fn.prototype.cause=void 0;fn.prototype.fatal=void 0;fn.prototype.place=void 0;fn.prototype.ruleId=void 0;fn.prototype.source=void 0;const Ap={}.hasOwnProperty,S2=new Map,_2=/[A-Z]/g,w2=new Set(["table","tbody","thead","tfoot","tr"]),k2=new Set(["td","th"]),X1="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function T2(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const r=t.filePath||void 0;let a;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");a=D2(r,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");a=I2(r,t.jsx,t.jsxs)}const o={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:a,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:r,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?Np:h2,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},c=Z1(o,e,void 0);return c&&typeof c!="string"?c:o.create(e,o.Fragment,{children:c||void 0},void 0)}function Z1(e,t,r){if(t.type==="element")return N2(e,t,r);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return C2(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return O2(e,t,r);if(t.type==="mdxjsEsm")return A2(e,t);if(t.type==="root")return M2(e,t,r);if(t.type==="text")return R2(e,t)}function N2(e,t,r){const a=e.schema;let o=a;t.tagName.toLowerCase()==="svg"&&a.space==="html"&&(o=Np,e.schema=o),e.ancestors.push(t);const c=Q1(e,t.tagName,!1),u=L2(e,t);let f=Mp(e,t);return w2.has(t.tagName)&&(f=f.filter(function(p){return typeof p=="string"?!r2(p):!0})),J1(e,u,c,t),Op(u,f),e.ancestors.pop(),e.schema=a,e.create(t,c,u,r)}function C2(e,t){if(t.data&&t.data.estree&&e.evaluater){const a=t.data.estree.body[0];return a.type,e.evaluater.evaluateExpression(a.expression)}ml(e,t.position)}function A2(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);ml(e,t.position)}function O2(e,t,r){const a=e.schema;let o=a;t.name==="svg"&&a.space==="html"&&(o=Np,e.schema=o),e.ancestors.push(t);const c=t.name===null?e.Fragment:Q1(e,t.name,!0),u=j2(e,t),f=Mp(e,t);return J1(e,u,c,t),Op(u,f),e.ancestors.pop(),e.schema=a,e.create(t,c,u,r)}function M2(e,t,r){const a={};return Op(a,Mp(e,t)),e.create(t,e.Fragment,a,r)}function R2(e,t){return t.value}function J1(e,t,r,a){typeof r!="string"&&r!==e.Fragment&&e.passNode&&(t.node=a)}function Op(e,t){if(t.length>0){const r=t.length>1?t:t[0];r&&(e.children=r)}}function I2(e,t,r){return a;function a(o,c,u,f){const m=Array.isArray(u.children)?r:t;return f?m(c,u,f):m(c,u)}}function D2(e,t){return r;function r(a,o,c,u){const f=Array.isArray(c.children),p=Cp(a);return t(o,c,u,f,{columnNumber:p?p.column-1:void 0,fileName:e,lineNumber:p?p.line:void 0},void 0)}}function L2(e,t){const r={};let a,o;for(o in t.properties)if(o!=="children"&&Ap.call(t.properties,o)){const c=z2(e,o,t.properties[o]);if(c){const[u,f]=c;e.tableCellAlignToStyle&&u==="align"&&typeof f=="string"&&k2.has(t.tagName)?a=f:r[u]=f}}if(a){const c=r.style||(r.style={});c[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=a}return r}function j2(e,t){const r={};for(const a of t.attributes)if(a.type==="mdxJsxExpressionAttribute")if(a.data&&a.data.estree&&e.evaluater){const c=a.data.estree.body[0];c.type;const u=c.expression;u.type;const f=u.properties[0];f.type,Object.assign(r,e.evaluater.evaluateExpression(f.argument))}else ml(e,t.position);else{const o=a.name;let c;if(a.value&&typeof a.value=="object")if(a.value.data&&a.value.data.estree&&e.evaluater){const f=a.value.data.estree.body[0];f.type,c=e.evaluater.evaluateExpression(f.expression)}else ml(e,t.position);else c=a.value===null?!0:a.value;r[o]=c}return r}function Mp(e,t){const r=[];let a=-1;const o=e.passKeys?new Map:S2;for(;++a<t.children.length;){const c=t.children[a];let u;if(e.passKeys){const p=c.type==="element"?c.tagName:c.type==="mdxJsxFlowElement"||c.type==="mdxJsxTextElement"?c.name:void 0;if(p){const m=o.get(p)||0;u=p+"-"+m,o.set(p,m+1)}}const f=Z1(e,c,u);f!==void 0&&r.push(f)}return r}function z2(e,t,r){const a=u2(e.schema,t);if(!(r==null||typeof r=="number"&&Number.isNaN(r))){if(Array.isArray(r)&&(r=a.commaSeparated?Jk(r):p2(r)),a.property==="style"){let o=typeof r=="object"?r:B2(e,String(r));return e.stylePropertyNameCase==="css"&&(o=U2(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&a.space?o2[a.property]||a.property:a.attribute,r]}}function B2(e,t){try{return x2(t,{reactCompat:!0})}catch(r){if(e.ignoreInvalidStyle)return{};const a=r,o=new fn("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:a,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=X1+"#cannot-parse-style-attribute",o}}function Q1(e,t,r){let a;if(!r)a={type:"Literal",value:t};else if(t.includes(".")){const o=t.split(".");let c=-1,u;for(;++c<o.length;){const f=wv(o[c])?{type:"Identifier",name:o[c]}:{type:"Literal",value:o[c]};u=u?{type:"MemberExpression",object:u,property:f,computed:!!(c&&f.type==="Literal"),optional:!1}:f}a=u}else a=wv(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(a.type==="Literal"){const o=a.value;return Ap.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(a);ml(e)}function ml(e,t){const r=new fn("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw r.file=e.filePath||void 0,r.url=X1+"#cannot-handle-mdx-estrees-without-createevaluater",r}function U2(e){const t={};let r;for(r in e)Ap.call(e,r)&&(t[P2(r)]=e[r]);return t}function P2(e){let t=e.replace(_2,H2);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function H2(e){return"-"+e.toLowerCase()}const oh={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},F2={};function Rp(e,t){const r=F2,a=typeof r.includeImageAlt=="boolean"?r.includeImageAlt:!0,o=typeof r.includeHtml=="boolean"?r.includeHtml:!0;return e0(e,a,o)}function e0(e,t,r){if($2(e)){if("value"in e)return e.type==="html"&&!r?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Dv(e.children,t,r)}return Array.isArray(e)?Dv(e,t,r):""}function Dv(e,t,r){const a=[];let o=-1;for(;++o<e.length;)a[o]=e0(e[o],t,r);return a.join("")}function $2(e){return!!(e&&typeof e=="object")}const Lv=document.createElement("i");function Ip(e){const t="&"+e+";";Lv.innerHTML=t;const r=Lv.textContent;return r.charCodeAt(r.length-1)===59&&e!=="semi"||r===t?!1:r}function qn(e,t,r,a){const o=e.length;let c=0,u;if(t<0?t=-t>o?0:o+t:t=t>o?o:t,r=r>0?r:0,a.length<1e4)u=Array.from(a),u.unshift(t,r),e.splice(...u);else for(r&&e.splice(t,r);c<a.length;)u=a.slice(c,c+1e4),u.unshift(t,0),e.splice(...u),c+=1e4,t+=1e4}function ir(e,t){return e.length>0?(qn(e,e.length,0,t),e):t}const jv={}.hasOwnProperty;function t0(e){const t={};let r=-1;for(;++r<e.length;)G2(t,e[r]);return t}function G2(e,t){let r;for(r in t){const o=(jv.call(e,r)?e[r]:void 0)||(e[r]={}),c=t[r];let u;if(c)for(u in c){jv.call(o,u)||(o[u]=[]);const f=c[u];K2(o[u],Array.isArray(f)?f:f?[f]:[])}}}function K2(e,t){let r=-1;const a=[];for(;++r<t.length;)(t[r].add==="after"?e:a).push(t[r]);qn(e,0,0,a)}function n0(e,t){const r=Number.parseInt(e,t);return r<9||r===11||r>13&&r<32||r>126&&r<160||r>55295&&r<57344||r>64975&&r<65008||(r&65535)===65535||(r&65535)===65534||r>1114111?"�":String.fromCodePoint(r)}function gr(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const vn=Vi(/[A-Za-z]/),dn=Vi(/[\dA-Za-z]/),q2=Vi(/[#-'*+\--9=?A-Z^-~]/);function xu(e){return e!==null&&(e<32||e===127)}const Zh=Vi(/\d/),V2=Vi(/[\dA-Fa-f]/),Y2=Vi(/[!-/:-@[-`{-~]/);function Re(e){return e!==null&&e<-2}function _t(e){return e!==null&&(e<0||e===32)}function Xe(e){return e===-2||e===-1||e===32}const ju=Vi(new RegExp("\\p{P}|\\p{S}","u")),Ta=Vi(/\s/);function Vi(e){return t;function t(r){return r!==null&&r>-1&&e.test(String.fromCharCode(r))}}function $s(e){const t=[];let r=-1,a=0,o=0;for(;++r<e.length;){const c=e.charCodeAt(r);let u="";if(c===37&&dn(e.charCodeAt(r+1))&&dn(e.charCodeAt(r+2)))o=2;else if(c<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(c))||(u=String.fromCharCode(c));else if(c>55295&&c<57344){const f=e.charCodeAt(r+1);c<56320&&f>56319&&f<57344?(u=String.fromCharCode(c,f),o=1):u="�"}else u=String.fromCharCode(c);u&&(t.push(e.slice(a,r),encodeURIComponent(u)),a=r+o+1,u=""),o&&(r+=o,o=0)}return t.join("")+e.slice(a)}function rt(e,t,r,a){const o=a?a-1:Number.POSITIVE_INFINITY;let c=0;return u;function u(p){return Xe(p)?(e.enter(r),f(p)):t(p)}function f(p){return Xe(p)&&c++<o?(e.consume(p),f):(e.exit(r),t(p))}}const W2={tokenize:X2};function X2(e){const t=e.attempt(this.parser.constructs.contentInitial,a,o);let r;return t;function a(f){if(f===null){e.consume(f);return}return e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),rt(e,t,"linePrefix")}function o(f){return e.enter("paragraph"),c(f)}function c(f){const p=e.enter("chunkText",{contentType:"text",previous:r});return r&&(r.next=p),r=p,u(f)}function u(f){if(f===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(f);return}return Re(f)?(e.consume(f),e.exit("chunkText"),c):(e.consume(f),u)}}const Z2={tokenize:J2},zv={tokenize:Q2};function J2(e){const t=this,r=[];let a=0,o,c,u;return f;function f(k){if(a<r.length){const C=r[a];return t.containerState=C[1],e.attempt(C[0].continuation,p,m)(k)}return m(k)}function p(k){if(a++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&D();const C=t.events.length;let j=C,I;for(;j--;)if(t.events[j][0]==="exit"&&t.events[j][1].type==="chunkFlow"){I=t.events[j][1].end;break}T(a);let $=C;for(;$<t.events.length;)t.events[$][1].end={...I},$++;return qn(t.events,j+1,0,t.events.slice(C)),t.events.length=$,m(k)}return f(k)}function m(k){if(a===r.length){if(!o)return v(k);if(o.currentConstruct&&o.currentConstruct.concrete)return S(k);t.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(zv,b,y)(k)}function b(k){return o&&D(),T(a),v(k)}function y(k){return t.parser.lazy[t.now().line]=a!==r.length,u=t.now().offset,S(k)}function v(k){return t.containerState={},e.attempt(zv,x,S)(k)}function x(k){return a++,r.push([t.currentConstruct,t.containerState]),v(k)}function S(k){if(k===null){o&&D(),T(0),e.consume(k);return}return o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:c}),_(k)}function _(k){if(k===null){A(e.exit("chunkFlow"),!0),T(0),e.consume(k);return}return Re(k)?(e.consume(k),A(e.exit("chunkFlow")),a=0,t.interrupt=void 0,f):(e.consume(k),_)}function A(k,C){const j=t.sliceStream(k);if(C&&j.push(null),k.previous=c,c&&(c.next=k),c=k,o.defineSkip(k.start),o.write(j),t.parser.lazy[k.start.line]){let I=o.events.length;for(;I--;)if(o.events[I][1].start.offset<u&&(!o.events[I][1].end||o.events[I][1].end.offset>u))return;const $=t.events.length;let V=$,te,P;for(;V--;)if(t.events[V][0]==="exit"&&t.events[V][1].type==="chunkFlow"){if(te){P=t.events[V][1].end;break}te=!0}for(T(a),I=$;I<t.events.length;)t.events[I][1].end={...P},I++;qn(t.events,V+1,0,t.events.slice($)),t.events.length=I}}function T(k){let C=r.length;for(;C-- >k;){const j=r[C];t.containerState=j[1],j[0].exit.call(t,e)}r.length=k}function D(){o.write([null]),c=void 0,o=void 0,t.containerState._closeFlow=void 0}}function Q2(e,t,r){return rt(e,e.attempt(this.parser.constructs.document,t,r),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function zs(e){if(e===null||_t(e)||Ta(e))return 1;if(ju(e))return 2}function zu(e,t,r){const a=[];let o=-1;for(;++o<e.length;){const c=e[o].resolveAll;c&&!a.includes(c)&&(t=c(t,r),a.push(c))}return t}const Jh={name:"attention",resolveAll:eT,tokenize:tT};function eT(e,t){let r=-1,a,o,c,u,f,p,m,b;for(;++r<e.length;)if(e[r][0]==="enter"&&e[r][1].type==="attentionSequence"&&e[r][1]._close){for(a=r;a--;)if(e[a][0]==="exit"&&e[a][1].type==="attentionSequence"&&e[a][1]._open&&t.sliceSerialize(e[a][1]).charCodeAt(0)===t.sliceSerialize(e[r][1]).charCodeAt(0)){if((e[a][1]._close||e[r][1]._open)&&(e[r][1].end.offset-e[r][1].start.offset)%3&&!((e[a][1].end.offset-e[a][1].start.offset+e[r][1].end.offset-e[r][1].start.offset)%3))continue;p=e[a][1].end.offset-e[a][1].start.offset>1&&e[r][1].end.offset-e[r][1].start.offset>1?2:1;const y={...e[a][1].end},v={...e[r][1].start};Bv(y,-p),Bv(v,p),u={type:p>1?"strongSequence":"emphasisSequence",start:y,end:{...e[a][1].end}},f={type:p>1?"strongSequence":"emphasisSequence",start:{...e[r][1].start},end:v},c={type:p>1?"strongText":"emphasisText",start:{...e[a][1].end},end:{...e[r][1].start}},o={type:p>1?"strong":"emphasis",start:{...u.start},end:{...f.end}},e[a][1].end={...u.start},e[r][1].start={...f.end},m=[],e[a][1].end.offset-e[a][1].start.offset&&(m=ir(m,[["enter",e[a][1],t],["exit",e[a][1],t]])),m=ir(m,[["enter",o,t],["enter",u,t],["exit",u,t],["enter",c,t]]),m=ir(m,zu(t.parser.constructs.insideSpan.null,e.slice(a+1,r),t)),m=ir(m,[["exit",c,t],["enter",f,t],["exit",f,t],["exit",o,t]]),e[r][1].end.offset-e[r][1].start.offset?(b=2,m=ir(m,[["enter",e[r][1],t],["exit",e[r][1],t]])):b=0,qn(e,a-1,r-a+3,m),r=a+m.length-b-2;break}}for(r=-1;++r<e.length;)e[r][1].type==="attentionSequence"&&(e[r][1].type="data");return e}function tT(e,t){const r=this.parser.constructs.attentionMarkers.null,a=this.previous,o=zs(a);let c;return u;function u(p){return c=p,e.enter("attentionSequence"),f(p)}function f(p){if(p===c)return e.consume(p),f;const m=e.exit("attentionSequence"),b=zs(p),y=!b||b===2&&o||r.includes(p),v=!o||o===2&&b||r.includes(a);return m._open=!!(c===42?y:y&&(o||!v)),m._close=!!(c===42?v:v&&(b||!y)),t(p)}}function Bv(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const nT={name:"autolink",tokenize:rT};function rT(e,t,r){let a=0;return o;function o(x){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),c}function c(x){return vn(x)?(e.consume(x),u):x===64?r(x):m(x)}function u(x){return x===43||x===45||x===46||dn(x)?(a=1,f(x)):m(x)}function f(x){return x===58?(e.consume(x),a=0,p):(x===43||x===45||x===46||dn(x))&&a++<32?(e.consume(x),f):(a=0,m(x))}function p(x){return x===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):x===null||x===32||x===60||xu(x)?r(x):(e.consume(x),p)}function m(x){return x===64?(e.consume(x),b):q2(x)?(e.consume(x),m):r(x)}function b(x){return dn(x)?y(x):r(x)}function y(x){return x===46?(e.consume(x),a=0,b):x===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(x),e.exit("autolinkMarker"),e.exit("autolink"),t):v(x)}function v(x){if((x===45||dn(x))&&a++<63){const S=x===45?v:y;return e.consume(x),S}return r(x)}}const _l={partial:!0,tokenize:iT};function iT(e,t,r){return a;function a(c){return Xe(c)?rt(e,o,"linePrefix")(c):o(c)}function o(c){return c===null||Re(c)?t(c):r(c)}}const r0={continuation:{tokenize:sT},exit:oT,name:"blockQuote",tokenize:aT};function aT(e,t,r){const a=this;return o;function o(u){if(u===62){const f=a.containerState;return f.open||(e.enter("blockQuote",{_container:!0}),f.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(u),e.exit("blockQuoteMarker"),c}return r(u)}function c(u){return Xe(u)?(e.enter("blockQuotePrefixWhitespace"),e.consume(u),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(u))}}function sT(e,t,r){const a=this;return o;function o(u){return Xe(u)?rt(e,c,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):c(u)}function c(u){return e.attempt(r0,t,r)(u)}}function oT(e){e.exit("blockQuote")}const i0={name:"characterEscape",tokenize:lT};function lT(e,t,r){return a;function a(c){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(c),e.exit("escapeMarker"),o}function o(c){return Y2(c)?(e.enter("characterEscapeValue"),e.consume(c),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):r(c)}}const a0={name:"characterReference",tokenize:cT};function cT(e,t,r){const a=this;let o=0,c,u;return f;function f(y){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(y),e.exit("characterReferenceMarker"),p}function p(y){return y===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(y),e.exit("characterReferenceMarkerNumeric"),m):(e.enter("characterReferenceValue"),c=31,u=dn,b(y))}function m(y){return y===88||y===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(y),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),c=6,u=V2,b):(e.enter("characterReferenceValue"),c=7,u=Zh,b(y))}function b(y){if(y===59&&o){const v=e.exit("characterReferenceValue");return u===dn&&!Ip(a.sliceSerialize(v))?r(y):(e.enter("characterReferenceMarker"),e.consume(y),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return u(y)&&o++<c?(e.consume(y),b):r(y)}}const Uv={partial:!0,tokenize:dT},Pv={concrete:!0,name:"codeFenced",tokenize:uT};function uT(e,t,r){const a=this,o={partial:!0,tokenize:j};let c=0,u=0,f;return p;function p(I){return m(I)}function m(I){const $=a.events[a.events.length-1];return c=$&&$[1].type==="linePrefix"?$[2].sliceSerialize($[1],!0).length:0,f=I,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),b(I)}function b(I){return I===f?(u++,e.consume(I),b):u<3?r(I):(e.exit("codeFencedFenceSequence"),Xe(I)?rt(e,y,"whitespace")(I):y(I))}function y(I){return I===null||Re(I)?(e.exit("codeFencedFence"),a.interrupt?t(I):e.check(Uv,_,C)(I)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),v(I))}function v(I){return I===null||Re(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),y(I)):Xe(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),rt(e,x,"whitespace")(I)):I===96&&I===f?r(I):(e.consume(I),v)}function x(I){return I===null||Re(I)?y(I):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),S(I))}function S(I){return I===null||Re(I)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),y(I)):I===96&&I===f?r(I):(e.consume(I),S)}function _(I){return e.attempt(o,C,A)(I)}function A(I){return e.enter("lineEnding"),e.consume(I),e.exit("lineEnding"),T}function T(I){return c>0&&Xe(I)?rt(e,D,"linePrefix",c+1)(I):D(I)}function D(I){return I===null||Re(I)?e.check(Uv,_,C)(I):(e.enter("codeFlowValue"),k(I))}function k(I){return I===null||Re(I)?(e.exit("codeFlowValue"),D(I)):(e.consume(I),k)}function C(I){return e.exit("codeFenced"),t(I)}function j(I,$,V){let te=0;return P;function P(K){return I.enter("lineEnding"),I.consume(K),I.exit("lineEnding"),F}function F(K){return I.enter("codeFencedFence"),Xe(K)?rt(I,q,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(K):q(K)}function q(K){return K===f?(I.enter("codeFencedFenceSequence"),ce(K)):V(K)}function ce(K){return K===f?(te++,I.consume(K),ce):te>=u?(I.exit("codeFencedFenceSequence"),Xe(K)?rt(I,ie,"whitespace")(K):ie(K)):V(K)}function ie(K){return K===null||Re(K)?(I.exit("codeFencedFence"),$(K)):V(K)}}}function dT(e,t,r){const a=this;return o;function o(u){return u===null?r(u):(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),c)}function c(u){return a.parser.lazy[a.now().line]?r(u):t(u)}}const lh={name:"codeIndented",tokenize:hT},fT={partial:!0,tokenize:pT};function hT(e,t,r){const a=this;return o;function o(m){return e.enter("codeIndented"),rt(e,c,"linePrefix",5)(m)}function c(m){const b=a.events[a.events.length-1];return b&&b[1].type==="linePrefix"&&b[2].sliceSerialize(b[1],!0).length>=4?u(m):r(m)}function u(m){return m===null?p(m):Re(m)?e.attempt(fT,u,p)(m):(e.enter("codeFlowValue"),f(m))}function f(m){return m===null||Re(m)?(e.exit("codeFlowValue"),u(m)):(e.consume(m),f)}function p(m){return e.exit("codeIndented"),t(m)}}function pT(e,t,r){const a=this;return o;function o(u){return a.parser.lazy[a.now().line]?r(u):Re(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),o):rt(e,c,"linePrefix",5)(u)}function c(u){const f=a.events[a.events.length-1];return f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?t(u):Re(u)?o(u):r(u)}}const mT={name:"codeText",previous:bT,resolve:gT,tokenize:yT};function gT(e){let t=e.length-4,r=3,a,o;if((e[r][1].type==="lineEnding"||e[r][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(a=r;++a<t;)if(e[a][1].type==="codeTextData"){e[r][1].type="codeTextPadding",e[t][1].type="codeTextPadding",r+=2,t-=2;break}}for(a=r-1,t++;++a<=t;)o===void 0?a!==t&&e[a][1].type!=="lineEnding"&&(o=a):(a===t||e[a][1].type==="lineEnding")&&(e[o][1].type="codeTextData",a!==o+2&&(e[o][1].end=e[a-1][1].end,e.splice(o+2,a-o-2),t-=a-o-2,a=o+2),o=void 0);return e}function bT(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function yT(e,t,r){let a=0,o,c;return u;function u(y){return e.enter("codeText"),e.enter("codeTextSequence"),f(y)}function f(y){return y===96?(e.consume(y),a++,f):(e.exit("codeTextSequence"),p(y))}function p(y){return y===null?r(y):y===32?(e.enter("space"),e.consume(y),e.exit("space"),p):y===96?(c=e.enter("codeTextSequence"),o=0,b(y)):Re(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),p):(e.enter("codeTextData"),m(y))}function m(y){return y===null||y===32||y===96||Re(y)?(e.exit("codeTextData"),p(y)):(e.consume(y),m)}function b(y){return y===96?(e.consume(y),o++,b):o===a?(e.exit("codeTextSequence"),e.exit("codeText"),t(y)):(c.type="codeTextData",m(y))}}class vT{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,r){const a=r??Number.POSITIVE_INFINITY;return a<this.left.length?this.left.slice(t,a):t>this.left.length?this.right.slice(this.right.length-a+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-a+this.left.length).reverse())}splice(t,r,a){const o=r||0;this.setCursor(Math.trunc(t));const c=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return a&&Ko(this.left,a),c.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),Ko(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),Ko(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const r=this.left.splice(t,Number.POSITIVE_INFINITY);Ko(this.right,r.reverse())}else{const r=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);Ko(this.left,r.reverse())}}}function Ko(e,t){let r=0;if(t.length<1e4)e.push(...t);else for(;r<t.length;)e.push(...t.slice(r,r+1e4)),r+=1e4}function s0(e){const t={};let r=-1,a,o,c,u,f,p,m;const b=new vT(e);for(;++r<b.length;){for(;r in t;)r=t[r];if(a=b.get(r),r&&a[1].type==="chunkFlow"&&b.get(r-1)[1].type==="listItemPrefix"&&(p=a[1]._tokenizer.events,c=0,c<p.length&&p[c][1].type==="lineEndingBlank"&&(c+=2),c<p.length&&p[c][1].type==="content"))for(;++c<p.length&&p[c][1].type!=="content";)p[c][1].type==="chunkText"&&(p[c][1]._isInFirstContentOfListItem=!0,c++);if(a[0]==="enter")a[1].contentType&&(Object.assign(t,xT(b,r)),r=t[r],m=!0);else if(a[1]._container){for(c=r,o=void 0;c--;)if(u=b.get(c),u[1].type==="lineEnding"||u[1].type==="lineEndingBlank")u[0]==="enter"&&(o&&(b.get(o)[1].type="lineEndingBlank"),u[1].type="lineEnding",o=c);else if(!(u[1].type==="linePrefix"||u[1].type==="listItemIndent"))break;o&&(a[1].end={...b.get(o)[1].start},f=b.slice(o,r),f.unshift(a),b.splice(o,r-o+1,f))}}return qn(e,0,Number.POSITIVE_INFINITY,b.slice(0)),!m}function xT(e,t){const r=e.get(t)[1],a=e.get(t)[2];let o=t-1;const c=[];let u=r._tokenizer;u||(u=a.parser[r.contentType](r.start),r._contentTypeTextTrailing&&(u._contentTypeTextTrailing=!0));const f=u.events,p=[],m={};let b,y,v=-1,x=r,S=0,_=0;const A=[_];for(;x;){for(;e.get(++o)[1]!==x;);c.push(o),x._tokenizer||(b=a.sliceStream(x),x.next||b.push(null),y&&u.defineSkip(x.start),x._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=!0),u.write(b),x._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=void 0)),y=x,x=x.next}for(x=r;++v<f.length;)f[v][0]==="exit"&&f[v-1][0]==="enter"&&f[v][1].type===f[v-1][1].type&&f[v][1].start.line!==f[v][1].end.line&&(_=v+1,A.push(_),x._tokenizer=void 0,x.previous=void 0,x=x.next);for(u.events=[],x?(x._tokenizer=void 0,x.previous=void 0):A.pop(),v=A.length;v--;){const T=f.slice(A[v],A[v+1]),D=c.pop();p.push([D,D+T.length-1]),e.splice(D,2,T)}for(p.reverse(),v=-1;++v<p.length;)m[S+p[v][0]]=S+p[v][1],S+=p[v][1]-p[v][0]-1;return m}const ET={resolve:_T,tokenize:wT},ST={partial:!0,tokenize:kT};function _T(e){return s0(e),e}function wT(e,t){let r;return a;function a(f){return e.enter("content"),r=e.enter("chunkContent",{contentType:"content"}),o(f)}function o(f){return f===null?c(f):Re(f)?e.check(ST,u,c)(f):(e.consume(f),o)}function c(f){return e.exit("chunkContent"),e.exit("content"),t(f)}function u(f){return e.consume(f),e.exit("chunkContent"),r.next=e.enter("chunkContent",{contentType:"content",previous:r}),r=r.next,o}}function kT(e,t,r){const a=this;return o;function o(u){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),rt(e,c,"linePrefix")}function c(u){if(u===null||Re(u))return r(u);const f=a.events[a.events.length-1];return!a.parser.constructs.disable.null.includes("codeIndented")&&f&&f[1].type==="linePrefix"&&f[2].sliceSerialize(f[1],!0).length>=4?t(u):e.interrupt(a.parser.constructs.flow,r,t)(u)}}function o0(e,t,r,a,o,c,u,f,p){const m=p||Number.POSITIVE_INFINITY;let b=0;return y;function y(T){return T===60?(e.enter(a),e.enter(o),e.enter(c),e.consume(T),e.exit(c),v):T===null||T===32||T===41||xu(T)?r(T):(e.enter(a),e.enter(u),e.enter(f),e.enter("chunkString",{contentType:"string"}),_(T))}function v(T){return T===62?(e.enter(c),e.consume(T),e.exit(c),e.exit(o),e.exit(a),t):(e.enter(f),e.enter("chunkString",{contentType:"string"}),x(T))}function x(T){return T===62?(e.exit("chunkString"),e.exit(f),v(T)):T===null||T===60||Re(T)?r(T):(e.consume(T),T===92?S:x)}function S(T){return T===60||T===62||T===92?(e.consume(T),x):x(T)}function _(T){return!b&&(T===null||T===41||_t(T))?(e.exit("chunkString"),e.exit(f),e.exit(u),e.exit(a),t(T)):b<m&&T===40?(e.consume(T),b++,_):T===41?(e.consume(T),b--,_):T===null||T===32||T===40||xu(T)?r(T):(e.consume(T),T===92?A:_)}function A(T){return T===40||T===41||T===92?(e.consume(T),_):_(T)}}function l0(e,t,r,a,o,c){const u=this;let f=0,p;return m;function m(x){return e.enter(a),e.enter(o),e.consume(x),e.exit(o),e.enter(c),b}function b(x){return f>999||x===null||x===91||x===93&&!p||x===94&&!f&&"_hiddenFootnoteSupport"in u.parser.constructs?r(x):x===93?(e.exit(c),e.enter(o),e.consume(x),e.exit(o),e.exit(a),t):Re(x)?(e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),b):(e.enter("chunkString",{contentType:"string"}),y(x))}function y(x){return x===null||x===91||x===93||Re(x)||f++>999?(e.exit("chunkString"),b(x)):(e.consume(x),p||(p=!Xe(x)),x===92?v:y)}function v(x){return x===91||x===92||x===93?(e.consume(x),f++,y):y(x)}}function c0(e,t,r,a,o,c){let u;return f;function f(v){return v===34||v===39||v===40?(e.enter(a),e.enter(o),e.consume(v),e.exit(o),u=v===40?41:v,p):r(v)}function p(v){return v===u?(e.enter(o),e.consume(v),e.exit(o),e.exit(a),t):(e.enter(c),m(v))}function m(v){return v===u?(e.exit(c),p(u)):v===null?r(v):Re(v)?(e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),rt(e,m,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),b(v))}function b(v){return v===u||v===null||Re(v)?(e.exit("chunkString"),m(v)):(e.consume(v),v===92?y:b)}function y(v){return v===u||v===92?(e.consume(v),b):b(v)}}function il(e,t){let r;return a;function a(o){return Re(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),r=!0,a):Xe(o)?rt(e,a,r?"linePrefix":"lineSuffix")(o):t(o)}}const TT={name:"definition",tokenize:CT},NT={partial:!0,tokenize:AT};function CT(e,t,r){const a=this;let o;return c;function c(x){return e.enter("definition"),u(x)}function u(x){return l0.call(a,e,f,r,"definitionLabel","definitionLabelMarker","definitionLabelString")(x)}function f(x){return o=gr(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)),x===58?(e.enter("definitionMarker"),e.consume(x),e.exit("definitionMarker"),p):r(x)}function p(x){return _t(x)?il(e,m)(x):m(x)}function m(x){return o0(e,b,r,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(x)}function b(x){return e.attempt(NT,y,y)(x)}function y(x){return Xe(x)?rt(e,v,"whitespace")(x):v(x)}function v(x){return x===null||Re(x)?(e.exit("definition"),a.parser.defined.push(o),t(x)):r(x)}}function AT(e,t,r){return a;function a(f){return _t(f)?il(e,o)(f):r(f)}function o(f){return c0(e,c,r,"definitionTitle","definitionTitleMarker","definitionTitleString")(f)}function c(f){return Xe(f)?rt(e,u,"whitespace")(f):u(f)}function u(f){return f===null||Re(f)?t(f):r(f)}}const OT={name:"hardBreakEscape",tokenize:MT};function MT(e,t,r){return a;function a(c){return e.enter("hardBreakEscape"),e.consume(c),o}function o(c){return Re(c)?(e.exit("hardBreakEscape"),t(c)):r(c)}}const RT={name:"headingAtx",resolve:IT,tokenize:DT};function IT(e,t){let r=e.length-2,a=3,o,c;return e[a][1].type==="whitespace"&&(a+=2),r-2>a&&e[r][1].type==="whitespace"&&(r-=2),e[r][1].type==="atxHeadingSequence"&&(a===r-1||r-4>a&&e[r-2][1].type==="whitespace")&&(r-=a+1===r?2:4),r>a&&(o={type:"atxHeadingText",start:e[a][1].start,end:e[r][1].end},c={type:"chunkText",start:e[a][1].start,end:e[r][1].end,contentType:"text"},qn(e,a,r-a+1,[["enter",o,t],["enter",c,t],["exit",c,t],["exit",o,t]])),e}function DT(e,t,r){let a=0;return o;function o(b){return e.enter("atxHeading"),c(b)}function c(b){return e.enter("atxHeadingSequence"),u(b)}function u(b){return b===35&&a++<6?(e.consume(b),u):b===null||_t(b)?(e.exit("atxHeadingSequence"),f(b)):r(b)}function f(b){return b===35?(e.enter("atxHeadingSequence"),p(b)):b===null||Re(b)?(e.exit("atxHeading"),t(b)):Xe(b)?rt(e,f,"whitespace")(b):(e.enter("atxHeadingText"),m(b))}function p(b){return b===35?(e.consume(b),p):(e.exit("atxHeadingSequence"),f(b))}function m(b){return b===null||b===35||_t(b)?(e.exit("atxHeadingText"),f(b)):(e.consume(b),m)}}const LT=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Hv=["pre","script","style","textarea"],jT={concrete:!0,name:"htmlFlow",resolveTo:UT,tokenize:PT},zT={partial:!0,tokenize:FT},BT={partial:!0,tokenize:HT};function UT(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function PT(e,t,r){const a=this;let o,c,u,f,p;return m;function m(w){return b(w)}function b(w){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(w),y}function y(w){return w===33?(e.consume(w),v):w===47?(e.consume(w),c=!0,_):w===63?(e.consume(w),o=3,a.interrupt?t:M):vn(w)?(e.consume(w),u=String.fromCharCode(w),A):r(w)}function v(w){return w===45?(e.consume(w),o=2,x):w===91?(e.consume(w),o=5,f=0,S):vn(w)?(e.consume(w),o=4,a.interrupt?t:M):r(w)}function x(w){return w===45?(e.consume(w),a.interrupt?t:M):r(w)}function S(w){const J="CDATA[";return w===J.charCodeAt(f++)?(e.consume(w),f===J.length?a.interrupt?t:q:S):r(w)}function _(w){return vn(w)?(e.consume(w),u=String.fromCharCode(w),A):r(w)}function A(w){if(w===null||w===47||w===62||_t(w)){const J=w===47,ge=u.toLowerCase();return!J&&!c&&Hv.includes(ge)?(o=1,a.interrupt?t(w):q(w)):LT.includes(u.toLowerCase())?(o=6,J?(e.consume(w),T):a.interrupt?t(w):q(w)):(o=7,a.interrupt&&!a.parser.lazy[a.now().line]?r(w):c?D(w):k(w))}return w===45||dn(w)?(e.consume(w),u+=String.fromCharCode(w),A):r(w)}function T(w){return w===62?(e.consume(w),a.interrupt?t:q):r(w)}function D(w){return Xe(w)?(e.consume(w),D):P(w)}function k(w){return w===47?(e.consume(w),P):w===58||w===95||vn(w)?(e.consume(w),C):Xe(w)?(e.consume(w),k):P(w)}function C(w){return w===45||w===46||w===58||w===95||dn(w)?(e.consume(w),C):j(w)}function j(w){return w===61?(e.consume(w),I):Xe(w)?(e.consume(w),j):k(w)}function I(w){return w===null||w===60||w===61||w===62||w===96?r(w):w===34||w===39?(e.consume(w),p=w,$):Xe(w)?(e.consume(w),I):V(w)}function $(w){return w===p?(e.consume(w),p=null,te):w===null||Re(w)?r(w):(e.consume(w),$)}function V(w){return w===null||w===34||w===39||w===47||w===60||w===61||w===62||w===96||_t(w)?j(w):(e.consume(w),V)}function te(w){return w===47||w===62||Xe(w)?k(w):r(w)}function P(w){return w===62?(e.consume(w),F):r(w)}function F(w){return w===null||Re(w)?q(w):Xe(w)?(e.consume(w),F):r(w)}function q(w){return w===45&&o===2?(e.consume(w),U):w===60&&o===1?(e.consume(w),ee):w===62&&o===4?(e.consume(w),L):w===63&&o===3?(e.consume(w),M):w===93&&o===5?(e.consume(w),be):Re(w)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check(zT,O,ce)(w)):w===null||Re(w)?(e.exit("htmlFlowData"),ce(w)):(e.consume(w),q)}function ce(w){return e.check(BT,ie,O)(w)}function ie(w){return e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),K}function K(w){return w===null||Re(w)?ce(w):(e.enter("htmlFlowData"),q(w))}function U(w){return w===45?(e.consume(w),M):q(w)}function ee(w){return w===47?(e.consume(w),u="",se):q(w)}function se(w){if(w===62){const J=u.toLowerCase();return Hv.includes(J)?(e.consume(w),L):q(w)}return vn(w)&&u.length<8?(e.consume(w),u+=String.fromCharCode(w),se):q(w)}function be(w){return w===93?(e.consume(w),M):q(w)}function M(w){return w===62?(e.consume(w),L):w===45&&o===2?(e.consume(w),M):q(w)}function L(w){return w===null||Re(w)?(e.exit("htmlFlowData"),O(w)):(e.consume(w),L)}function O(w){return e.exit("htmlFlow"),t(w)}}function HT(e,t,r){const a=this;return o;function o(u){return Re(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),c):r(u)}function c(u){return a.parser.lazy[a.now().line]?r(u):t(u)}}function FT(e,t,r){return a;function a(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(_l,t,r)}}const $T={name:"htmlText",tokenize:GT};function GT(e,t,r){const a=this;let o,c,u;return f;function f(M){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(M),p}function p(M){return M===33?(e.consume(M),m):M===47?(e.consume(M),j):M===63?(e.consume(M),k):vn(M)?(e.consume(M),V):r(M)}function m(M){return M===45?(e.consume(M),b):M===91?(e.consume(M),c=0,S):vn(M)?(e.consume(M),D):r(M)}function b(M){return M===45?(e.consume(M),x):r(M)}function y(M){return M===null?r(M):M===45?(e.consume(M),v):Re(M)?(u=y,ee(M)):(e.consume(M),y)}function v(M){return M===45?(e.consume(M),x):y(M)}function x(M){return M===62?U(M):M===45?v(M):y(M)}function S(M){const L="CDATA[";return M===L.charCodeAt(c++)?(e.consume(M),c===L.length?_:S):r(M)}function _(M){return M===null?r(M):M===93?(e.consume(M),A):Re(M)?(u=_,ee(M)):(e.consume(M),_)}function A(M){return M===93?(e.consume(M),T):_(M)}function T(M){return M===62?U(M):M===93?(e.consume(M),T):_(M)}function D(M){return M===null||M===62?U(M):Re(M)?(u=D,ee(M)):(e.consume(M),D)}function k(M){return M===null?r(M):M===63?(e.consume(M),C):Re(M)?(u=k,ee(M)):(e.consume(M),k)}function C(M){return M===62?U(M):k(M)}function j(M){return vn(M)?(e.consume(M),I):r(M)}function I(M){return M===45||dn(M)?(e.consume(M),I):$(M)}function $(M){return Re(M)?(u=$,ee(M)):Xe(M)?(e.consume(M),$):U(M)}function V(M){return M===45||dn(M)?(e.consume(M),V):M===47||M===62||_t(M)?te(M):r(M)}function te(M){return M===47?(e.consume(M),U):M===58||M===95||vn(M)?(e.consume(M),P):Re(M)?(u=te,ee(M)):Xe(M)?(e.consume(M),te):U(M)}function P(M){return M===45||M===46||M===58||M===95||dn(M)?(e.consume(M),P):F(M)}function F(M){return M===61?(e.consume(M),q):Re(M)?(u=F,ee(M)):Xe(M)?(e.consume(M),F):te(M)}function q(M){return M===null||M===60||M===61||M===62||M===96?r(M):M===34||M===39?(e.consume(M),o=M,ce):Re(M)?(u=q,ee(M)):Xe(M)?(e.consume(M),q):(e.consume(M),ie)}function ce(M){return M===o?(e.consume(M),o=void 0,K):M===null?r(M):Re(M)?(u=ce,ee(M)):(e.consume(M),ce)}function ie(M){return M===null||M===34||M===39||M===60||M===61||M===96?r(M):M===47||M===62||_t(M)?te(M):(e.consume(M),ie)}function K(M){return M===47||M===62||_t(M)?te(M):r(M)}function U(M){return M===62?(e.consume(M),e.exit("htmlTextData"),e.exit("htmlText"),t):r(M)}function ee(M){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(M),e.exit("lineEnding"),se}function se(M){return Xe(M)?rt(e,be,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(M):be(M)}function be(M){return e.enter("htmlTextData"),u(M)}}const Dp={name:"labelEnd",resolveAll:YT,resolveTo:WT,tokenize:XT},KT={tokenize:ZT},qT={tokenize:JT},VT={tokenize:QT};function YT(e){let t=-1;const r=[];for(;++t<e.length;){const a=e[t][1];if(r.push(e[t]),a.type==="labelImage"||a.type==="labelLink"||a.type==="labelEnd"){const o=a.type==="labelImage"?4:2;a.type="data",t+=o}}return e.length!==r.length&&qn(e,0,e.length,r),e}function WT(e,t){let r=e.length,a=0,o,c,u,f;for(;r--;)if(o=e[r][1],c){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[r][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(u){if(e[r][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(c=r,o.type!=="labelLink")){a=2;break}}else o.type==="labelEnd"&&(u=r);const p={type:e[c][1].type==="labelLink"?"link":"image",start:{...e[c][1].start},end:{...e[e.length-1][1].end}},m={type:"label",start:{...e[c][1].start},end:{...e[u][1].end}},b={type:"labelText",start:{...e[c+a+2][1].end},end:{...e[u-2][1].start}};return f=[["enter",p,t],["enter",m,t]],f=ir(f,e.slice(c+1,c+a+3)),f=ir(f,[["enter",b,t]]),f=ir(f,zu(t.parser.constructs.insideSpan.null,e.slice(c+a+4,u-3),t)),f=ir(f,[["exit",b,t],e[u-2],e[u-1],["exit",m,t]]),f=ir(f,e.slice(u+1)),f=ir(f,[["exit",p,t]]),qn(e,c,e.length,f),e}function XT(e,t,r){const a=this;let o=a.events.length,c,u;for(;o--;)if((a.events[o][1].type==="labelImage"||a.events[o][1].type==="labelLink")&&!a.events[o][1]._balanced){c=a.events[o][1];break}return f;function f(v){return c?c._inactive?y(v):(u=a.parser.defined.includes(gr(a.sliceSerialize({start:c.end,end:a.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(v),e.exit("labelMarker"),e.exit("labelEnd"),p):r(v)}function p(v){return v===40?e.attempt(KT,b,u?b:y)(v):v===91?e.attempt(qT,b,u?m:y)(v):u?b(v):y(v)}function m(v){return e.attempt(VT,b,y)(v)}function b(v){return t(v)}function y(v){return c._balanced=!0,r(v)}}function ZT(e,t,r){return a;function a(y){return e.enter("resource"),e.enter("resourceMarker"),e.consume(y),e.exit("resourceMarker"),o}function o(y){return _t(y)?il(e,c)(y):c(y)}function c(y){return y===41?b(y):o0(e,u,f,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(y)}function u(y){return _t(y)?il(e,p)(y):b(y)}function f(y){return r(y)}function p(y){return y===34||y===39||y===40?c0(e,m,r,"resourceTitle","resourceTitleMarker","resourceTitleString")(y):b(y)}function m(y){return _t(y)?il(e,b)(y):b(y)}function b(y){return y===41?(e.enter("resourceMarker"),e.consume(y),e.exit("resourceMarker"),e.exit("resource"),t):r(y)}}function JT(e,t,r){const a=this;return o;function o(f){return l0.call(a,e,c,u,"reference","referenceMarker","referenceString")(f)}function c(f){return a.parser.defined.includes(gr(a.sliceSerialize(a.events[a.events.length-1][1]).slice(1,-1)))?t(f):r(f)}function u(f){return r(f)}}function QT(e,t,r){return a;function a(c){return e.enter("reference"),e.enter("referenceMarker"),e.consume(c),e.exit("referenceMarker"),o}function o(c){return c===93?(e.enter("referenceMarker"),e.consume(c),e.exit("referenceMarker"),e.exit("reference"),t):r(c)}}const eN={name:"labelStartImage",resolveAll:Dp.resolveAll,tokenize:tN};function tN(e,t,r){const a=this;return o;function o(f){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(f),e.exit("labelImageMarker"),c}function c(f){return f===91?(e.enter("labelMarker"),e.consume(f),e.exit("labelMarker"),e.exit("labelImage"),u):r(f)}function u(f){return f===94&&"_hiddenFootnoteSupport"in a.parser.constructs?r(f):t(f)}}const nN={name:"labelStartLink",resolveAll:Dp.resolveAll,tokenize:rN};function rN(e,t,r){const a=this;return o;function o(u){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(u),e.exit("labelMarker"),e.exit("labelLink"),c}function c(u){return u===94&&"_hiddenFootnoteSupport"in a.parser.constructs?r(u):t(u)}}const ch={name:"lineEnding",tokenize:iN};function iN(e,t){return r;function r(a){return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),rt(e,t,"linePrefix")}}const fu={name:"thematicBreak",tokenize:aN};function aN(e,t,r){let a=0,o;return c;function c(m){return e.enter("thematicBreak"),u(m)}function u(m){return o=m,f(m)}function f(m){return m===o?(e.enter("thematicBreakSequence"),p(m)):a>=3&&(m===null||Re(m))?(e.exit("thematicBreak"),t(m)):r(m)}function p(m){return m===o?(e.consume(m),a++,p):(e.exit("thematicBreakSequence"),Xe(m)?rt(e,f,"whitespace")(m):f(m))}}const Rn={continuation:{tokenize:cN},exit:dN,name:"list",tokenize:lN},sN={partial:!0,tokenize:fN},oN={partial:!0,tokenize:uN};function lN(e,t,r){const a=this,o=a.events[a.events.length-1];let c=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,u=0;return f;function f(x){const S=a.containerState.type||(x===42||x===43||x===45?"listUnordered":"listOrdered");if(S==="listUnordered"?!a.containerState.marker||x===a.containerState.marker:Zh(x)){if(a.containerState.type||(a.containerState.type=S,e.enter(S,{_container:!0})),S==="listUnordered")return e.enter("listItemPrefix"),x===42||x===45?e.check(fu,r,m)(x):m(x);if(!a.interrupt||x===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),p(x)}return r(x)}function p(x){return Zh(x)&&++u<10?(e.consume(x),p):(!a.interrupt||u<2)&&(a.containerState.marker?x===a.containerState.marker:x===41||x===46)?(e.exit("listItemValue"),m(x)):r(x)}function m(x){return e.enter("listItemMarker"),e.consume(x),e.exit("listItemMarker"),a.containerState.marker=a.containerState.marker||x,e.check(_l,a.interrupt?r:b,e.attempt(sN,v,y))}function b(x){return a.containerState.initialBlankLine=!0,c++,v(x)}function y(x){return Xe(x)?(e.enter("listItemPrefixWhitespace"),e.consume(x),e.exit("listItemPrefixWhitespace"),v):r(x)}function v(x){return a.containerState.size=c+a.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(x)}}function cN(e,t,r){const a=this;return a.containerState._closeFlow=void 0,e.check(_l,o,c);function o(f){return a.containerState.furtherBlankLines=a.containerState.furtherBlankLines||a.containerState.initialBlankLine,rt(e,t,"listItemIndent",a.containerState.size+1)(f)}function c(f){return a.containerState.furtherBlankLines||!Xe(f)?(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,u(f)):(a.containerState.furtherBlankLines=void 0,a.containerState.initialBlankLine=void 0,e.attempt(oN,t,u)(f))}function u(f){return a.containerState._closeFlow=!0,a.interrupt=void 0,rt(e,e.attempt(Rn,t,r),"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(f)}}function uN(e,t,r){const a=this;return rt(e,o,"listItemIndent",a.containerState.size+1);function o(c){const u=a.events[a.events.length-1];return u&&u[1].type==="listItemIndent"&&u[2].sliceSerialize(u[1],!0).length===a.containerState.size?t(c):r(c)}}function dN(e){e.exit(this.containerState.type)}function fN(e,t,r){const a=this;return rt(e,o,"listItemPrefixWhitespace",a.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(c){const u=a.events[a.events.length-1];return!Xe(c)&&u&&u[1].type==="listItemPrefixWhitespace"?t(c):r(c)}}const Fv={name:"setextUnderline",resolveTo:hN,tokenize:pN};function hN(e,t){let r=e.length,a,o,c;for(;r--;)if(e[r][0]==="enter"){if(e[r][1].type==="content"){a=r;break}e[r][1].type==="paragraph"&&(o=r)}else e[r][1].type==="content"&&e.splice(r,1),!c&&e[r][1].type==="definition"&&(c=r);const u={type:"setextHeading",start:{...e[a][1].start},end:{...e[e.length-1][1].end}};return e[o][1].type="setextHeadingText",c?(e.splice(o,0,["enter",u,t]),e.splice(c+1,0,["exit",e[a][1],t]),e[a][1].end={...e[c][1].end}):e[a][1]=u,e.push(["exit",u,t]),e}function pN(e,t,r){const a=this;let o;return c;function c(m){let b=a.events.length,y;for(;b--;)if(a.events[b][1].type!=="lineEnding"&&a.events[b][1].type!=="linePrefix"&&a.events[b][1].type!=="content"){y=a.events[b][1].type==="paragraph";break}return!a.parser.lazy[a.now().line]&&(a.interrupt||y)?(e.enter("setextHeadingLine"),o=m,u(m)):r(m)}function u(m){return e.enter("setextHeadingLineSequence"),f(m)}function f(m){return m===o?(e.consume(m),f):(e.exit("setextHeadingLineSequence"),Xe(m)?rt(e,p,"lineSuffix")(m):p(m))}function p(m){return m===null||Re(m)?(e.exit("setextHeadingLine"),t(m)):r(m)}}const mN={tokenize:gN};function gN(e){const t=this,r=e.attempt(_l,a,e.attempt(this.parser.constructs.flowInitial,o,rt(e,e.attempt(this.parser.constructs.flow,o,e.attempt(ET,o)),"linePrefix")));return r;function a(c){if(c===null){e.consume(c);return}return e.enter("lineEndingBlank"),e.consume(c),e.exit("lineEndingBlank"),t.currentConstruct=void 0,r}function o(c){if(c===null){e.consume(c);return}return e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),t.currentConstruct=void 0,r}}const bN={resolveAll:d0()},yN=u0("string"),vN=u0("text");function u0(e){return{resolveAll:d0(e==="text"?xN:void 0),tokenize:t};function t(r){const a=this,o=this.parser.constructs[e],c=r.attempt(o,u,f);return u;function u(b){return m(b)?c(b):f(b)}function f(b){if(b===null){r.consume(b);return}return r.enter("data"),r.consume(b),p}function p(b){return m(b)?(r.exit("data"),c(b)):(r.consume(b),p)}function m(b){if(b===null)return!0;const y=o[b];let v=-1;if(y)for(;++v<y.length;){const x=y[v];if(!x.previous||x.previous.call(a,a.previous))return!0}return!1}}}function d0(e){return t;function t(r,a){let o=-1,c;for(;++o<=r.length;)c===void 0?r[o]&&r[o][1].type==="data"&&(c=o,o++):(!r[o]||r[o][1].type!=="data")&&(o!==c+2&&(r[c][1].end=r[o-1][1].end,r.splice(c+2,o-c-2),o=c+2),c=void 0);return e?e(r,a):r}}function xN(e,t){let r=0;for(;++r<=e.length;)if((r===e.length||e[r][1].type==="lineEnding")&&e[r-1][1].type==="data"){const a=e[r-1][1],o=t.sliceStream(a);let c=o.length,u=-1,f=0,p;for(;c--;){const m=o[c];if(typeof m=="string"){for(u=m.length;m.charCodeAt(u-1)===32;)f++,u--;if(u)break;u=-1}else if(m===-2)p=!0,f++;else if(m!==-1){c++;break}}if(t._contentTypeTextTrailing&&r===e.length&&(f=0),f){const m={type:r===e.length||p||f<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:c?u:a.start._bufferIndex+u,_index:a.start._index+c,line:a.end.line,column:a.end.column-f,offset:a.end.offset-f},end:{...a.end}};a.end={...m.start},a.start.offset===a.end.offset?Object.assign(a,m):(e.splice(r,0,["enter",m,t],["exit",m,t]),r+=2)}r++}return e}const EN={42:Rn,43:Rn,45:Rn,48:Rn,49:Rn,50:Rn,51:Rn,52:Rn,53:Rn,54:Rn,55:Rn,56:Rn,57:Rn,62:r0},SN={91:TT},_N={[-2]:lh,[-1]:lh,32:lh},wN={35:RT,42:fu,45:[Fv,fu],60:jT,61:Fv,95:fu,96:Pv,126:Pv},kN={38:a0,92:i0},TN={[-5]:ch,[-4]:ch,[-3]:ch,33:eN,38:a0,42:Jh,60:[nT,$T],91:nN,92:[OT,i0],93:Dp,95:Jh,96:mT},NN={null:[Jh,bN]},CN={null:[42,95]},AN={null:[]},ON=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:CN,contentInitial:SN,disable:AN,document:EN,flow:wN,flowInitial:_N,insideSpan:NN,string:kN,text:TN},Symbol.toStringTag,{value:"Module"}));function MN(e,t,r){let a={_bufferIndex:-1,_index:0,line:r&&r.line||1,column:r&&r.column||1,offset:r&&r.offset||0};const o={},c=[];let u=[],f=[];const p={attempt:$(j),check:$(I),consume:D,enter:k,exit:C,interrupt:$(I,{interrupt:!0})},m={code:null,containerState:{},defineSkip:_,events:[],now:S,parser:e,previous:null,sliceSerialize:v,sliceStream:x,write:y};let b=t.tokenize.call(m,p);return t.resolveAll&&c.push(t),m;function y(F){return u=ir(u,F),A(),u[u.length-1]!==null?[]:(V(t,0),m.events=zu(c,m.events,m),m.events)}function v(F,q){return IN(x(F),q)}function x(F){return RN(u,F)}function S(){const{_bufferIndex:F,_index:q,line:ce,column:ie,offset:K}=a;return{_bufferIndex:F,_index:q,line:ce,column:ie,offset:K}}function _(F){o[F.line]=F.column,P()}function A(){let F;for(;a._index<u.length;){const q=u[a._index];if(typeof q=="string")for(F=a._index,a._bufferIndex<0&&(a._bufferIndex=0);a._index===F&&a._bufferIndex<q.length;)T(q.charCodeAt(a._bufferIndex));else T(q)}}function T(F){b=b(F)}function D(F){Re(F)?(a.line++,a.column=1,a.offset+=F===-3?2:1,P()):F!==-1&&(a.column++,a.offset++),a._bufferIndex<0?a._index++:(a._bufferIndex++,a._bufferIndex===u[a._index].length&&(a._bufferIndex=-1,a._index++)),m.previous=F}function k(F,q){const ce=q||{};return ce.type=F,ce.start=S(),m.events.push(["enter",ce,m]),f.push(ce),ce}function C(F){const q=f.pop();return q.end=S(),m.events.push(["exit",q,m]),q}function j(F,q){V(F,q.from)}function I(F,q){q.restore()}function $(F,q){return ce;function ce(ie,K,U){let ee,se,be,M;return Array.isArray(ie)?O(ie):"tokenize"in ie?O([ie]):L(ie);function L(ae){return Ce;function Ce(Ee){const Ne=Ee!==null&&ae[Ee],qe=Ee!==null&&ae.null,it=[...Array.isArray(Ne)?Ne:Ne?[Ne]:[],...Array.isArray(qe)?qe:qe?[qe]:[]];return O(it)(Ee)}}function O(ae){return ee=ae,se=0,ae.length===0?U:w(ae[se])}function w(ae){return Ce;function Ce(Ee){return M=te(),be=ae,ae.partial||(m.currentConstruct=ae),ae.name&&m.parser.constructs.disable.null.includes(ae.name)?ge():ae.tokenize.call(q?Object.assign(Object.create(m),q):m,p,J,ge)(Ee)}}function J(ae){return F(be,M),K}function ge(ae){return M.restore(),++se<ee.length?w(ee[se]):U}}}function V(F,q){F.resolveAll&&!c.includes(F)&&c.push(F),F.resolve&&qn(m.events,q,m.events.length-q,F.resolve(m.events.slice(q),m)),F.resolveTo&&(m.events=F.resolveTo(m.events,m))}function te(){const F=S(),q=m.previous,ce=m.currentConstruct,ie=m.events.length,K=Array.from(f);return{from:ie,restore:U};function U(){a=F,m.previous=q,m.currentConstruct=ce,m.events.length=ie,f=K,P()}}function P(){a.line in o&&a.column<2&&(a.column=o[a.line],a.offset+=o[a.line]-1)}}function RN(e,t){const r=t.start._index,a=t.start._bufferIndex,o=t.end._index,c=t.end._bufferIndex;let u;if(r===o)u=[e[r].slice(a,c)];else{if(u=e.slice(r,o),a>-1){const f=u[0];typeof f=="string"?u[0]=f.slice(a):u.shift()}c>0&&u.push(e[o].slice(0,c))}return u}function IN(e,t){let r=-1;const a=[];let o;for(;++r<e.length;){const c=e[r];let u;if(typeof c=="string")u=c;else switch(c){case-5:{u="\r";break}case-4:{u=`
|
|
51
|
+
`;break}case-3:{u=`\r
|
|
52
|
+
`;break}case-2:{u=t?" ":" ";break}case-1:{if(!t&&o)continue;u=" ";break}default:u=String.fromCharCode(c)}o=c===-2,a.push(u)}return a.join("")}function DN(e){const a={constructs:t0([ON,...(e||{}).extensions||[]]),content:o(W2),defined:[],document:o(Z2),flow:o(mN),lazy:{},string:o(yN),text:o(vN)};return a;function o(c){return u;function u(f){return MN(a,c,f)}}}function LN(e){for(;!s0(e););return e}const $v=/[\0\t\n\r]/g;function jN(){let e=1,t="",r=!0,a;return o;function o(c,u,f){const p=[];let m,b,y,v,x;for(c=t+(typeof c=="string"?c.toString():new TextDecoder(u||void 0).decode(c)),y=0,t="",r&&(c.charCodeAt(0)===65279&&y++,r=void 0);y<c.length;){if($v.lastIndex=y,m=$v.exec(c),v=m&&m.index!==void 0?m.index:c.length,x=c.charCodeAt(v),!m){t=c.slice(y);break}if(x===10&&y===v&&a)p.push(-3),a=void 0;else switch(a&&(p.push(-5),a=void 0),y<v&&(p.push(c.slice(y,v)),e+=v-y),x){case 0:{p.push(65533),e++;break}case 9:{for(b=Math.ceil(e/4)*4,p.push(-2);e++<b;)p.push(-1);break}case 10:{p.push(-4),e=1;break}default:a=!0,e=1}y=v+1}return f&&(a&&p.push(-5),t&&p.push(t),p.push(null)),p}}const zN=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function BN(e){return e.replace(zN,UN)}function UN(e,t,r){if(t)return t;if(r.charCodeAt(0)===35){const o=r.charCodeAt(1),c=o===120||o===88;return n0(r.slice(c?2:1),c?16:10)}return Ip(r)||e}const f0={}.hasOwnProperty;function PN(e,t,r){return typeof t!="string"&&(r=t,t=void 0),HN(r)(LN(DN(r).document().write(jN()(e,t,!0))))}function HN(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:c(vt),autolinkProtocol:te,autolinkEmail:te,atxHeading:c(me),blockQuote:c(qe),characterEscape:te,characterReference:te,codeFenced:c(it),codeFencedFenceInfo:u,codeFencedFenceMeta:u,codeIndented:c(it,u),codeText:c(Vn,u),codeTextData:te,data:te,codeFlowValue:te,definition:c(lr),definitionDestinationString:u,definitionLabelString:u,definitionTitleString:u,emphasis:c(de),hardBreakEscape:c(ve),hardBreakTrailing:c(ve),htmlFlow:c(Ae,u),htmlFlowData:te,htmlText:c(Ae,u),htmlTextData:te,image:c(Ge),label:u,link:c(vt),listItem:c(cr),listItemValue:v,listOrdered:c(Yt,y),listUnordered:c(Yt),paragraph:c(Zt),reference:w,referenceString:u,resourceDestinationString:u,resourceTitleString:u,setextHeading:c(me),strong:c(Rr),thematicBreak:c(Ma)},exit:{atxHeading:p(),atxHeadingSequence:j,autolink:p(),autolinkEmail:Ne,autolinkProtocol:Ee,blockQuote:p(),characterEscapeValue:P,characterReferenceMarkerHexadecimal:ge,characterReferenceMarkerNumeric:ge,characterReferenceValue:ae,characterReference:Ce,codeFenced:p(A),codeFencedFence:_,codeFencedFenceInfo:x,codeFencedFenceMeta:S,codeFlowValue:P,codeIndented:p(T),codeText:p(K),codeTextData:P,data:P,definition:p(),definitionDestinationString:C,definitionLabelString:D,definitionTitleString:k,emphasis:p(),hardBreakEscape:p(q),hardBreakTrailing:p(q),htmlFlow:p(ce),htmlFlowData:P,htmlText:p(ie),htmlTextData:P,image:p(ee),label:be,labelText:se,lineEnding:F,link:p(U),listItem:p(),listOrdered:p(),listUnordered:p(),paragraph:p(),referenceString:J,resourceDestinationString:M,resourceTitleString:L,resource:O,setextHeading:p(V),setextHeadingLineSequence:$,setextHeadingText:I,strong:p(),thematicBreak:p()}};h0(t,(e||{}).mdastExtensions||[]);const r={};return a;function a(ne){let pe={type:"root",children:[]};const Ie={stack:[pe],tokenStack:[],config:t,enter:f,exit:m,buffer:u,resume:b,data:r},Ke=[];let at=-1;for(;++at<ne.length;)if(ne[at][1].type==="listOrdered"||ne[at][1].type==="listUnordered")if(ne[at][0]==="enter")Ke.push(at);else{const hn=Ke.pop();at=o(ne,hn,at)}for(at=-1;++at<ne.length;){const hn=t[ne[at][0]];f0.call(hn,ne[at][1].type)&&hn[ne[at][1].type].call(Object.assign({sliceSerialize:ne[at][2].sliceSerialize},Ie),ne[at][1])}if(Ie.tokenStack.length>0){const hn=Ie.tokenStack[Ie.tokenStack.length-1];(hn[1]||Gv).call(Ie,void 0,hn[0])}for(pe.position={start:Ui(ne.length>0?ne[0][1].start:{line:1,column:1,offset:0}),end:Ui(ne.length>0?ne[ne.length-2][1].end:{line:1,column:1,offset:0})},at=-1;++at<t.transforms.length;)pe=t.transforms[at](pe)||pe;return pe}function o(ne,pe,Ie){let Ke=pe-1,at=-1,hn=!1,ur,Jt,It,on;for(;++Ke<=Ie;){const ct=ne[Ke];switch(ct[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{ct[0]==="enter"?at++:at--,on=void 0;break}case"lineEndingBlank":{ct[0]==="enter"&&(ur&&!on&&!at&&!It&&(It=Ke),on=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:on=void 0}if(!at&&ct[0]==="enter"&&ct[1].type==="listItemPrefix"||at===-1&&ct[0]==="exit"&&(ct[1].type==="listUnordered"||ct[1].type==="listOrdered")){if(ur){let yr=Ke;for(Jt=void 0;yr--;){const pn=ne[yr];if(pn[1].type==="lineEnding"||pn[1].type==="lineEndingBlank"){if(pn[0]==="exit")continue;Jt&&(ne[Jt][1].type="lineEndingBlank",hn=!0),pn[1].type="lineEnding",Jt=yr}else if(!(pn[1].type==="linePrefix"||pn[1].type==="blockQuotePrefix"||pn[1].type==="blockQuotePrefixWhitespace"||pn[1].type==="blockQuoteMarker"||pn[1].type==="listItemIndent"))break}It&&(!Jt||It<Jt)&&(ur._spread=!0),ur.end=Object.assign({},Jt?ne[Jt][1].start:ct[1].end),ne.splice(Jt||Ke,0,["exit",ur,ct[2]]),Ke++,Ie++}if(ct[1].type==="listItemPrefix"){const yr={type:"listItem",_spread:!1,start:Object.assign({},ct[1].start),end:void 0};ur=yr,ne.splice(Ke,0,["enter",yr,ct[2]]),Ke++,Ie++,It=void 0,on=!0}}}return ne[pe][1]._spread=hn,Ie}function c(ne,pe){return Ie;function Ie(Ke){f.call(this,ne(Ke),Ke),pe&&pe.call(this,Ke)}}function u(){this.stack.push({type:"fragment",children:[]})}function f(ne,pe,Ie){this.stack[this.stack.length-1].children.push(ne),this.stack.push(ne),this.tokenStack.push([pe,Ie||void 0]),ne.position={start:Ui(pe.start),end:void 0}}function p(ne){return pe;function pe(Ie){ne&&ne.call(this,Ie),m.call(this,Ie)}}function m(ne,pe){const Ie=this.stack.pop(),Ke=this.tokenStack.pop();if(Ke)Ke[0].type!==ne.type&&(pe?pe.call(this,ne,Ke[0]):(Ke[1]||Gv).call(this,ne,Ke[0]));else throw new Error("Cannot close `"+ne.type+"` ("+rl({start:ne.start,end:ne.end})+"): it’s not open");Ie.position.end=Ui(ne.end)}function b(){return Rp(this.stack.pop())}function y(){this.data.expectingFirstListItemValue=!0}function v(ne){if(this.data.expectingFirstListItemValue){const pe=this.stack[this.stack.length-2];pe.start=Number.parseInt(this.sliceSerialize(ne),10),this.data.expectingFirstListItemValue=void 0}}function x(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.lang=ne}function S(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.meta=ne}function _(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function A(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.value=ne.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function T(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.value=ne.replace(/(\r?\n|\r)$/g,"")}function D(ne){const pe=this.resume(),Ie=this.stack[this.stack.length-1];Ie.label=pe,Ie.identifier=gr(this.sliceSerialize(ne)).toLowerCase()}function k(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.title=ne}function C(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.url=ne}function j(ne){const pe=this.stack[this.stack.length-1];if(!pe.depth){const Ie=this.sliceSerialize(ne).length;pe.depth=Ie}}function I(){this.data.setextHeadingSlurpLineEnding=!0}function $(ne){const pe=this.stack[this.stack.length-1];pe.depth=this.sliceSerialize(ne).codePointAt(0)===61?1:2}function V(){this.data.setextHeadingSlurpLineEnding=void 0}function te(ne){const Ie=this.stack[this.stack.length-1].children;let Ke=Ie[Ie.length-1];(!Ke||Ke.type!=="text")&&(Ke=Tt(),Ke.position={start:Ui(ne.start),end:void 0},Ie.push(Ke)),this.stack.push(Ke)}function P(ne){const pe=this.stack.pop();pe.value+=this.sliceSerialize(ne),pe.position.end=Ui(ne.end)}function F(ne){const pe=this.stack[this.stack.length-1];if(this.data.atHardBreak){const Ie=pe.children[pe.children.length-1];Ie.position.end=Ui(ne.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(pe.type)&&(te.call(this,ne),P.call(this,ne))}function q(){this.data.atHardBreak=!0}function ce(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.value=ne}function ie(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.value=ne}function K(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.value=ne}function U(){const ne=this.stack[this.stack.length-1];if(this.data.inReference){const pe=this.data.referenceType||"shortcut";ne.type+="Reference",ne.referenceType=pe,delete ne.url,delete ne.title}else delete ne.identifier,delete ne.label;this.data.referenceType=void 0}function ee(){const ne=this.stack[this.stack.length-1];if(this.data.inReference){const pe=this.data.referenceType||"shortcut";ne.type+="Reference",ne.referenceType=pe,delete ne.url,delete ne.title}else delete ne.identifier,delete ne.label;this.data.referenceType=void 0}function se(ne){const pe=this.sliceSerialize(ne),Ie=this.stack[this.stack.length-2];Ie.label=BN(pe),Ie.identifier=gr(pe).toLowerCase()}function be(){const ne=this.stack[this.stack.length-1],pe=this.resume(),Ie=this.stack[this.stack.length-1];if(this.data.inReference=!0,Ie.type==="link"){const Ke=ne.children;Ie.children=Ke}else Ie.alt=pe}function M(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.url=ne}function L(){const ne=this.resume(),pe=this.stack[this.stack.length-1];pe.title=ne}function O(){this.data.inReference=void 0}function w(){this.data.referenceType="collapsed"}function J(ne){const pe=this.resume(),Ie=this.stack[this.stack.length-1];Ie.label=pe,Ie.identifier=gr(this.sliceSerialize(ne)).toLowerCase(),this.data.referenceType="full"}function ge(ne){this.data.characterReferenceType=ne.type}function ae(ne){const pe=this.sliceSerialize(ne),Ie=this.data.characterReferenceType;let Ke;Ie?(Ke=n0(pe,Ie==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Ke=Ip(pe);const at=this.stack[this.stack.length-1];at.value+=Ke}function Ce(ne){const pe=this.stack.pop();pe.position.end=Ui(ne.end)}function Ee(ne){P.call(this,ne);const pe=this.stack[this.stack.length-1];pe.url=this.sliceSerialize(ne)}function Ne(ne){P.call(this,ne);const pe=this.stack[this.stack.length-1];pe.url="mailto:"+this.sliceSerialize(ne)}function qe(){return{type:"blockquote",children:[]}}function it(){return{type:"code",lang:null,meta:null,value:""}}function Vn(){return{type:"inlineCode",value:""}}function lr(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function de(){return{type:"emphasis",children:[]}}function me(){return{type:"heading",depth:0,children:[]}}function ve(){return{type:"break"}}function Ae(){return{type:"html",value:""}}function Ge(){return{type:"image",title:null,url:"",alt:null}}function vt(){return{type:"link",title:null,url:"",children:[]}}function Yt(ne){return{type:"list",ordered:ne.type==="listOrdered",start:null,spread:ne._spread,children:[]}}function cr(ne){return{type:"listItem",spread:ne._spread,checked:null,children:[]}}function Zt(){return{type:"paragraph",children:[]}}function Rr(){return{type:"strong",children:[]}}function Tt(){return{type:"text",value:""}}function Ma(){return{type:"thematicBreak"}}}function Ui(e){return{line:e.line,column:e.column,offset:e.offset}}function h0(e,t){let r=-1;for(;++r<t.length;){const a=t[r];Array.isArray(a)?h0(e,a):FN(e,a)}}function FN(e,t){let r;for(r in t)if(f0.call(t,r))switch(r){case"canContainEols":{const a=t[r];a&&e[r].push(...a);break}case"transforms":{const a=t[r];a&&e[r].push(...a);break}case"enter":case"exit":{const a=t[r];a&&Object.assign(e[r],a);break}}}function Gv(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+rl({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+rl({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+rl({start:t.start,end:t.end})+") is still open")}function $N(e){const t=this;t.parser=r;function r(a){return PN(a,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function GN(e,t){const r={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,r),e.applyData(t,r)}function KN(e,t){const r={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,r),[e.applyData(t,r),{type:"text",value:`
|
|
53
|
+
`}]}function qN(e,t){const r=t.value?t.value+`
|
|
54
|
+
`:"",a={},o=t.lang?t.lang.split(/\s+/):[];o.length>0&&(a.className=["language-"+o[0]]);let c={type:"element",tagName:"code",properties:a,children:[{type:"text",value:r}]};return t.meta&&(c.data={meta:t.meta}),e.patch(t,c),c=e.applyData(t,c),c={type:"element",tagName:"pre",properties:{},children:[c]},e.patch(t,c),c}function VN(e,t){const r={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function YN(e,t){const r={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function WN(e,t){const r=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",a=String(t.identifier).toUpperCase(),o=$s(a.toLowerCase()),c=e.footnoteOrder.indexOf(a);let u,f=e.footnoteCounts.get(a);f===void 0?(f=0,e.footnoteOrder.push(a),u=e.footnoteOrder.length):u=c+1,f+=1,e.footnoteCounts.set(a,f);const p={type:"element",tagName:"a",properties:{href:"#"+r+"fn-"+o,id:r+"fnref-"+o+(f>1?"-"+f:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(u)}]};e.patch(t,p);const m={type:"element",tagName:"sup",properties:{},children:[p]};return e.patch(t,m),e.applyData(t,m)}function XN(e,t){const r={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function ZN(e,t){if(e.options.allowDangerousHtml){const r={type:"raw",value:t.value};return e.patch(t,r),e.applyData(t,r)}}function p0(e,t){const r=t.referenceType;let a="]";if(r==="collapsed"?a+="[]":r==="full"&&(a+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+a}];const o=e.all(t),c=o[0];c&&c.type==="text"?c.value="["+c.value:o.unshift({type:"text",value:"["});const u=o[o.length-1];return u&&u.type==="text"?u.value+=a:o.push({type:"text",value:a}),o}function JN(e,t){const r=String(t.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return p0(e,t);const o={src:$s(a.url||""),alt:t.alt};a.title!==null&&a.title!==void 0&&(o.title=a.title);const c={type:"element",tagName:"img",properties:o,children:[]};return e.patch(t,c),e.applyData(t,c)}function QN(e,t){const r={src:$s(t.url)};t.alt!==null&&t.alt!==void 0&&(r.alt=t.alt),t.title!==null&&t.title!==void 0&&(r.title=t.title);const a={type:"element",tagName:"img",properties:r,children:[]};return e.patch(t,a),e.applyData(t,a)}function eC(e,t){const r={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,r);const a={type:"element",tagName:"code",properties:{},children:[r]};return e.patch(t,a),e.applyData(t,a)}function tC(e,t){const r=String(t.identifier).toUpperCase(),a=e.definitionById.get(r);if(!a)return p0(e,t);const o={href:$s(a.url||"")};a.title!==null&&a.title!==void 0&&(o.title=a.title);const c={type:"element",tagName:"a",properties:o,children:e.all(t)};return e.patch(t,c),e.applyData(t,c)}function nC(e,t){const r={href:$s(t.url)};t.title!==null&&t.title!==void 0&&(r.title=t.title);const a={type:"element",tagName:"a",properties:r,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function rC(e,t,r){const a=e.all(t),o=r?iC(r):m0(t),c={},u=[];if(typeof t.checked=="boolean"){const b=a[0];let y;b&&b.type==="element"&&b.tagName==="p"?y=b:(y={type:"element",tagName:"p",properties:{},children:[]},a.unshift(y)),y.children.length>0&&y.children.unshift({type:"text",value:" "}),y.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),c.className=["task-list-item"]}let f=-1;for(;++f<a.length;){const b=a[f];(o||f!==0||b.type!=="element"||b.tagName!=="p")&&u.push({type:"text",value:`
|
|
55
|
+
`}),b.type==="element"&&b.tagName==="p"&&!o?u.push(...b.children):u.push(b)}const p=a[a.length-1];p&&(o||p.type!=="element"||p.tagName!=="p")&&u.push({type:"text",value:`
|
|
56
|
+
`});const m={type:"element",tagName:"li",properties:c,children:u};return e.patch(t,m),e.applyData(t,m)}function iC(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const r=e.children;let a=-1;for(;!t&&++a<r.length;)t=m0(r[a])}return t}function m0(e){const t=e.spread;return t??e.children.length>1}function aC(e,t){const r={},a=e.all(t);let o=-1;for(typeof t.start=="number"&&t.start!==1&&(r.start=t.start);++o<a.length;){const u=a[o];if(u.type==="element"&&u.tagName==="li"&&u.properties&&Array.isArray(u.properties.className)&&u.properties.className.includes("task-list-item")){r.className=["contains-task-list"];break}}const c={type:"element",tagName:t.ordered?"ol":"ul",properties:r,children:e.wrap(a,!0)};return e.patch(t,c),e.applyData(t,c)}function sC(e,t){const r={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function oC(e,t){const r={type:"root",children:e.wrap(e.all(t))};return e.patch(t,r),e.applyData(t,r)}function lC(e,t){const r={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function cC(e,t){const r=e.all(t),a=r.shift(),o=[];if(a){const u={type:"element",tagName:"thead",properties:{},children:e.wrap([a],!0)};e.patch(t.children[0],u),o.push(u)}if(r.length>0){const u={type:"element",tagName:"tbody",properties:{},children:e.wrap(r,!0)},f=Cp(t.children[1]),p=Y1(t.children[t.children.length-1]);f&&p&&(u.position={start:f,end:p}),o.push(u)}const c={type:"element",tagName:"table",properties:{},children:e.wrap(o,!0)};return e.patch(t,c),e.applyData(t,c)}function uC(e,t,r){const a=r?r.children:void 0,c=(a?a.indexOf(t):1)===0?"th":"td",u=r&&r.type==="table"?r.align:void 0,f=u?u.length:t.children.length;let p=-1;const m=[];for(;++p<f;){const y=t.children[p],v={},x=u?u[p]:void 0;x&&(v.align=x);let S={type:"element",tagName:c,properties:v,children:[]};y&&(S.children=e.all(y),e.patch(y,S),S=e.applyData(y,S)),m.push(S)}const b={type:"element",tagName:"tr",properties:{},children:e.wrap(m,!0)};return e.patch(t,b),e.applyData(t,b)}function dC(e,t){const r={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}const Kv=9,qv=32;function fC(e){const t=String(e),r=/\r?\n|\r/g;let a=r.exec(t),o=0;const c=[];for(;a;)c.push(Vv(t.slice(o,a.index),o>0,!0),a[0]),o=a.index+a[0].length,a=r.exec(t);return c.push(Vv(t.slice(o),o>0,!1)),c.join("")}function Vv(e,t,r){let a=0,o=e.length;if(t){let c=e.codePointAt(a);for(;c===Kv||c===qv;)a++,c=e.codePointAt(a)}if(r){let c=e.codePointAt(o-1);for(;c===Kv||c===qv;)o--,c=e.codePointAt(o-1)}return o>a?e.slice(a,o):""}function hC(e,t){const r={type:"text",value:fC(String(t.value))};return e.patch(t,r),e.applyData(t,r)}function pC(e,t){const r={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,r),e.applyData(t,r)}const mC={blockquote:GN,break:KN,code:qN,delete:VN,emphasis:YN,footnoteReference:WN,heading:XN,html:ZN,imageReference:JN,image:QN,inlineCode:eC,linkReference:tC,link:nC,listItem:rC,list:aC,paragraph:sC,root:oC,strong:lC,table:cC,tableCell:dC,tableRow:uC,text:hC,thematicBreak:pC,toml:Zc,yaml:Zc,definition:Zc,footnoteDefinition:Zc};function Zc(){}const g0=-1,Bu=0,al=1,Eu=2,Lp=3,jp=4,zp=5,Bp=6,b0=7,y0=8,Yv=typeof self=="object"?self:globalThis,gC=(e,t)=>{const r=(o,c)=>(e.set(c,o),o),a=o=>{if(e.has(o))return e.get(o);const[c,u]=t[o];switch(c){case Bu:case g0:return r(u,o);case al:{const f=r([],o);for(const p of u)f.push(a(p));return f}case Eu:{const f=r({},o);for(const[p,m]of u)f[a(p)]=a(m);return f}case Lp:return r(new Date(u),o);case jp:{const{source:f,flags:p}=u;return r(new RegExp(f,p),o)}case zp:{const f=r(new Map,o);for(const[p,m]of u)f.set(a(p),a(m));return f}case Bp:{const f=r(new Set,o);for(const p of u)f.add(a(p));return f}case b0:{const{name:f,message:p}=u;return r(new Yv[f](p),o)}case y0:return r(BigInt(u),o);case"BigInt":return r(Object(BigInt(u)),o);case"ArrayBuffer":return r(new Uint8Array(u).buffer,u);case"DataView":{const{buffer:f}=new Uint8Array(u);return r(new DataView(f),u)}}return r(new Yv[c](u),o)};return a},Wv=e=>gC(new Map,e)(0),vs="",{toString:bC}={},{keys:yC}=Object,qo=e=>{const t=typeof e;if(t!=="object"||!e)return[Bu,t];const r=bC.call(e).slice(8,-1);switch(r){case"Array":return[al,vs];case"Object":return[Eu,vs];case"Date":return[Lp,vs];case"RegExp":return[jp,vs];case"Map":return[zp,vs];case"Set":return[Bp,vs];case"DataView":return[al,r]}return r.includes("Array")?[al,r]:r.includes("Error")?[b0,r]:[Eu,r]},Jc=([e,t])=>e===Bu&&(t==="function"||t==="symbol"),vC=(e,t,r,a)=>{const o=(u,f)=>{const p=a.push(u)-1;return r.set(f,p),p},c=u=>{if(r.has(u))return r.get(u);let[f,p]=qo(u);switch(f){case Bu:{let b=u;switch(p){case"bigint":f=y0,b=u.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+p);b=null;break;case"undefined":return o([g0],u)}return o([f,b],u)}case al:{if(p){let v=u;return p==="DataView"?v=new Uint8Array(u.buffer):p==="ArrayBuffer"&&(v=new Uint8Array(u)),o([p,[...v]],u)}const b=[],y=o([f,b],u);for(const v of u)b.push(c(v));return y}case Eu:{if(p)switch(p){case"BigInt":return o([p,u.toString()],u);case"Boolean":case"Number":case"String":return o([p,u.valueOf()],u)}if(t&&"toJSON"in u)return c(u.toJSON());const b=[],y=o([f,b],u);for(const v of yC(u))(e||!Jc(qo(u[v])))&&b.push([c(v),c(u[v])]);return y}case Lp:return o([f,u.toISOString()],u);case jp:{const{source:b,flags:y}=u;return o([f,{source:b,flags:y}],u)}case zp:{const b=[],y=o([f,b],u);for(const[v,x]of u)(e||!(Jc(qo(v))||Jc(qo(x))))&&b.push([c(v),c(x)]);return y}case Bp:{const b=[],y=o([f,b],u);for(const v of u)(e||!Jc(qo(v)))&&b.push(c(v));return y}}const{message:m}=u;return o([f,{name:p,message:m}],u)};return c},Xv=(e,{json:t,lossy:r}={})=>{const a=[];return vC(!(t||r),!!t,new Map,a)(e),a},Su=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?Wv(Xv(e,t)):structuredClone(e):(e,t)=>Wv(Xv(e,t));function xC(e,t){const r=[{type:"text",value:"↩"}];return t>1&&r.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),r}function EC(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function SC(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=e.options.footnoteBackContent||xC,a=e.options.footnoteBackLabel||EC,o=e.options.footnoteLabel||"Footnotes",c=e.options.footnoteLabelTagName||"h2",u=e.options.footnoteLabelProperties||{className:["sr-only"]},f=[];let p=-1;for(;++p<e.footnoteOrder.length;){const m=e.footnoteById.get(e.footnoteOrder[p]);if(!m)continue;const b=e.all(m),y=String(m.identifier).toUpperCase(),v=$s(y.toLowerCase());let x=0;const S=[],_=e.footnoteCounts.get(y);for(;_!==void 0&&++x<=_;){S.length>0&&S.push({type:"text",value:" "});let D=typeof r=="string"?r:r(p,x);typeof D=="string"&&(D={type:"text",value:D}),S.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+v+(x>1?"-"+x:""),dataFootnoteBackref:"",ariaLabel:typeof a=="string"?a:a(p,x),className:["data-footnote-backref"]},children:Array.isArray(D)?D:[D]})}const A=b[b.length-1];if(A&&A.type==="element"&&A.tagName==="p"){const D=A.children[A.children.length-1];D&&D.type==="text"?D.value+=" ":A.children.push({type:"text",value:" "}),A.children.push(...S)}else b.push(...S);const T={type:"element",tagName:"li",properties:{id:t+"fn-"+v},children:e.wrap(b,!0)};e.patch(m,T),f.push(T)}if(f.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:c,properties:{...Su(u),id:"footnote-label"},children:[{type:"text",value:o}]},{type:"text",value:`
|
|
57
|
+
`},{type:"element",tagName:"ol",properties:{},children:e.wrap(f,!0)},{type:"text",value:`
|
|
58
|
+
`}]}}const wl=(function(e){if(e==null)return TC;if(typeof e=="function")return Uu(e);if(typeof e=="object")return Array.isArray(e)?_C(e):wC(e);if(typeof e=="string")return kC(e);throw new Error("Expected function, string, or object as test")});function _C(e){const t=[];let r=-1;for(;++r<e.length;)t[r]=wl(e[r]);return Uu(a);function a(...o){let c=-1;for(;++c<t.length;)if(t[c].apply(this,o))return!0;return!1}}function wC(e){const t=e;return Uu(r);function r(a){const o=a;let c;for(c in e)if(o[c]!==t[c])return!1;return!0}}function kC(e){return Uu(t);function t(r){return r&&r.type===e}}function Uu(e){return t;function t(r,a,o){return!!(NC(r)&&e.call(this,r,typeof a=="number"?a:void 0,o||void 0))}}function TC(){return!0}function NC(e){return e!==null&&typeof e=="object"&&"type"in e}const v0=[],CC=!0,Qh=!1,AC="skip";function x0(e,t,r,a){let o;typeof t=="function"&&typeof r!="function"?(a=r,r=t):o=t;const c=wl(o),u=a?-1:1;f(e,void 0,[])();function f(p,m,b){const y=p&&typeof p=="object"?p:{};if(typeof y.type=="string"){const x=typeof y.tagName=="string"?y.tagName:typeof y.name=="string"?y.name:void 0;Object.defineProperty(v,"name",{value:"node ("+(p.type+(x?"<"+x+">":""))+")"})}return v;function v(){let x=v0,S,_,A;if((!t||c(p,m,b[b.length-1]||void 0))&&(x=OC(r(p,b)),x[0]===Qh))return x;if("children"in p&&p.children){const T=p;if(T.children&&x[0]!==AC)for(_=(a?T.children.length:-1)+u,A=b.concat(T);_>-1&&_<T.children.length;){const D=T.children[_];if(S=f(D,_,A)(),S[0]===Qh)return S;_=typeof S[1]=="number"?S[1]:_+u}}return x}}}function OC(e){return Array.isArray(e)?e:typeof e=="number"?[CC,e]:e==null?v0:[e]}function Pu(e,t,r,a){let o,c,u;typeof t=="function"&&typeof r!="function"?(c=void 0,u=t,o=r):(c=t,u=r,o=a),x0(e,c,f,o);function f(p,m){const b=m[m.length-1],y=b?b.children.indexOf(p):void 0;return u(p,y,b)}}const ep={}.hasOwnProperty,MC={};function RC(e,t){const r=t||MC,a=new Map,o=new Map,c=new Map,u={...mC,...r.handlers},f={all:m,applyData:DC,definitionById:a,footnoteById:o,footnoteCounts:c,footnoteOrder:[],handlers:u,one:p,options:r,patch:IC,wrap:jC};return Pu(e,function(b){if(b.type==="definition"||b.type==="footnoteDefinition"){const y=b.type==="definition"?a:o,v=String(b.identifier).toUpperCase();y.has(v)||y.set(v,b)}}),f;function p(b,y){const v=b.type,x=f.handlers[v];if(ep.call(f.handlers,v)&&x)return x(f,b,y);if(f.options.passThrough&&f.options.passThrough.includes(v)){if("children"in b){const{children:_,...A}=b,T=Su(A);return T.children=f.all(b),T}return Su(b)}return(f.options.unknownHandler||LC)(f,b,y)}function m(b){const y=[];if("children"in b){const v=b.children;let x=-1;for(;++x<v.length;){const S=f.one(v[x],b);if(S){if(x&&v[x-1].type==="break"&&(!Array.isArray(S)&&S.type==="text"&&(S.value=Zv(S.value)),!Array.isArray(S)&&S.type==="element")){const _=S.children[0];_&&_.type==="text"&&(_.value=Zv(_.value))}Array.isArray(S)?y.push(...S):y.push(S)}}}return y}}function IC(e,t){e.position&&(t.position=E2(e))}function DC(e,t){let r=t;if(e&&e.data){const a=e.data.hName,o=e.data.hChildren,c=e.data.hProperties;if(typeof a=="string")if(r.type==="element")r.tagName=a;else{const u="children"in r?r.children:[r];r={type:"element",tagName:a,properties:{},children:u}}r.type==="element"&&c&&Object.assign(r.properties,Su(c)),"children"in r&&r.children&&o!==null&&o!==void 0&&(r.children=o)}return r}function LC(e,t){const r=t.data||{},a="value"in t&&!(ep.call(r,"hProperties")||ep.call(r,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function jC(e,t){const r=[];let a=-1;for(t&&r.push({type:"text",value:`
|
|
59
|
+
`});++a<e.length;)a&&r.push({type:"text",value:`
|
|
60
|
+
`}),r.push(e[a]);return t&&e.length>0&&r.push({type:"text",value:`
|
|
61
|
+
`}),r}function Zv(e){let t=0,r=e.charCodeAt(t);for(;r===9||r===32;)t++,r=e.charCodeAt(t);return e.slice(t)}function Jv(e,t){const r=RC(e,t),a=r.one(e,void 0),o=SC(r),c=Array.isArray(a)?{type:"root",children:a}:a||{type:"root",children:[]};return o&&c.children.push({type:"text",value:`
|
|
62
|
+
`},o),c}function zC(e,t){return e&&"run"in e?async function(r,a){const o=Jv(r,{file:a,...t});await e.run(o,a)}:function(r,a){return Jv(r,{file:a,...e||t})}}function Qv(e){if(e)throw e}var uh,ex;function BC(){if(ex)return uh;ex=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=function(m){return typeof Array.isArray=="function"?Array.isArray(m):t.call(m)==="[object Array]"},c=function(m){if(!m||t.call(m)!=="[object Object]")return!1;var b=e.call(m,"constructor"),y=m.constructor&&m.constructor.prototype&&e.call(m.constructor.prototype,"isPrototypeOf");if(m.constructor&&!b&&!y)return!1;var v;for(v in m);return typeof v>"u"||e.call(m,v)},u=function(m,b){r&&b.name==="__proto__"?r(m,b.name,{enumerable:!0,configurable:!0,value:b.newValue,writable:!0}):m[b.name]=b.newValue},f=function(m,b){if(b==="__proto__")if(e.call(m,b)){if(a)return a(m,b).value}else return;return m[b]};return uh=function p(){var m,b,y,v,x,S,_=arguments[0],A=1,T=arguments.length,D=!1;for(typeof _=="boolean"&&(D=_,_=arguments[1]||{},A=2),(_==null||typeof _!="object"&&typeof _!="function")&&(_={});A<T;++A)if(m=arguments[A],m!=null)for(b in m)y=f(_,b),v=f(m,b),_!==v&&(D&&v&&(c(v)||(x=o(v)))?(x?(x=!1,S=y&&o(y)?y:[]):S=y&&c(y)?y:{},u(_,{name:b,newValue:p(D,S,v)})):typeof v<"u"&&u(_,{name:b,newValue:v}));return _},uh}var UC=BC();const dh=El(UC);function tp(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function PC(){const e=[],t={run:r,use:a};return t;function r(...o){let c=-1;const u=o.pop();if(typeof u!="function")throw new TypeError("Expected function as last argument, not "+u);f(null,...o);function f(p,...m){const b=e[++c];let y=-1;if(p){u(p);return}for(;++y<o.length;)(m[y]===null||m[y]===void 0)&&(m[y]=o[y]);o=m,b?HC(b,f)(...m):u(null,...m)}}function a(o){if(typeof o!="function")throw new TypeError("Expected `middelware` to be a function, not "+o);return e.push(o),t}}function HC(e,t){let r;return a;function a(...u){const f=e.length>u.length;let p;f&&u.push(o);try{p=e.apply(this,u)}catch(m){const b=m;if(f&&r)throw b;return o(b)}f||(p&&p.then&&typeof p.then=="function"?p.then(c,o):p instanceof Error?o(p):c(p))}function o(u,...f){r||(r=!0,t(u,...f))}function c(u){o(null,u)}}const kr={basename:FC,dirname:$C,extname:GC,join:KC,sep:"/"};function FC(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');kl(e);let r=0,a=-1,o=e.length,c;if(t===void 0||t.length===0||t.length>e.length){for(;o--;)if(e.codePointAt(o)===47){if(c){r=o+1;break}}else a<0&&(c=!0,a=o+1);return a<0?"":e.slice(r,a)}if(t===e)return"";let u=-1,f=t.length-1;for(;o--;)if(e.codePointAt(o)===47){if(c){r=o+1;break}}else u<0&&(c=!0,u=o+1),f>-1&&(e.codePointAt(o)===t.codePointAt(f--)?f<0&&(a=o):(f=-1,a=u));return r===a?a=u:a<0&&(a=e.length),e.slice(r,a)}function $C(e){if(kl(e),e.length===0)return".";let t=-1,r=e.length,a;for(;--r;)if(e.codePointAt(r)===47){if(a){t=r;break}}else a||(a=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function GC(e){kl(e);let t=e.length,r=-1,a=0,o=-1,c=0,u;for(;t--;){const f=e.codePointAt(t);if(f===47){if(u){a=t+1;break}continue}r<0&&(u=!0,r=t+1),f===46?o<0?o=t:c!==1&&(c=1):o>-1&&(c=-1)}return o<0||r<0||c===0||c===1&&o===r-1&&o===a+1?"":e.slice(o,r)}function KC(...e){let t=-1,r;for(;++t<e.length;)kl(e[t]),e[t]&&(r=r===void 0?e[t]:r+"/"+e[t]);return r===void 0?".":qC(r)}function qC(e){kl(e);const t=e.codePointAt(0)===47;let r=VC(e,!t);return r.length===0&&!t&&(r="."),r.length>0&&e.codePointAt(e.length-1)===47&&(r+="/"),t?"/"+r:r}function VC(e,t){let r="",a=0,o=-1,c=0,u=-1,f,p;for(;++u<=e.length;){if(u<e.length)f=e.codePointAt(u);else{if(f===47)break;f=47}if(f===47){if(!(o===u-1||c===1))if(o!==u-1&&c===2){if(r.length<2||a!==2||r.codePointAt(r.length-1)!==46||r.codePointAt(r.length-2)!==46){if(r.length>2){if(p=r.lastIndexOf("/"),p!==r.length-1){p<0?(r="",a=0):(r=r.slice(0,p),a=r.length-1-r.lastIndexOf("/")),o=u,c=0;continue}}else if(r.length>0){r="",a=0,o=u,c=0;continue}}t&&(r=r.length>0?r+"/..":"..",a=2)}else r.length>0?r+="/"+e.slice(o+1,u):r=e.slice(o+1,u),a=u-o-1;o=u,c=0}else f===46&&c>-1?c++:c=-1}return r}function kl(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const YC={cwd:WC};function WC(){return"/"}function np(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function XC(e){if(typeof e=="string")e=new URL(e);else if(!np(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return ZC(e)}function ZC(e){if(e.hostname!==""){const a=new TypeError('File URL host must be "localhost" or empty on darwin');throw a.code="ERR_INVALID_FILE_URL_HOST",a}const t=e.pathname;let r=-1;for(;++r<t.length;)if(t.codePointAt(r)===37&&t.codePointAt(r+1)===50){const a=t.codePointAt(r+2);if(a===70||a===102){const o=new TypeError("File URL path must not include encoded / characters");throw o.code="ERR_INVALID_FILE_URL_PATH",o}}return decodeURIComponent(t)}const fh=["history","path","basename","stem","extname","dirname"];class E0{constructor(t){let r;t?np(t)?r={path:t}:typeof t=="string"||JC(t)?r={value:t}:r=t:r={},this.cwd="cwd"in r?"":YC.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let a=-1;for(;++a<fh.length;){const c=fh[a];c in r&&r[c]!==void 0&&r[c]!==null&&(this[c]=c==="history"?[...r[c]]:r[c])}let o;for(o in r)fh.includes(o)||(this[o]=r[o])}get basename(){return typeof this.path=="string"?kr.basename(this.path):void 0}set basename(t){ph(t,"basename"),hh(t,"basename"),this.path=kr.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?kr.dirname(this.path):void 0}set dirname(t){tx(this.basename,"dirname"),this.path=kr.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?kr.extname(this.path):void 0}set extname(t){if(hh(t,"extname"),tx(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=kr.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){np(t)&&(t=XC(t)),ph(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?kr.basename(this.path,this.extname):void 0}set stem(t){ph(t,"stem"),hh(t,"stem"),this.path=kr.join(this.dirname||"",t+(this.extname||""))}fail(t,r,a){const o=this.message(t,r,a);throw o.fatal=!0,o}info(t,r,a){const o=this.message(t,r,a);return o.fatal=void 0,o}message(t,r,a){const o=new fn(t,r,a);return this.path&&(o.name=this.path+":"+o.name,o.file=this.path),o.fatal=!1,this.messages.push(o),o}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function hh(e,t){if(e&&e.includes(kr.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+kr.sep+"`")}function ph(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function tx(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function JC(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const QC=(function(e){const a=this.constructor.prototype,o=a[e],c=function(){return o.apply(c,arguments)};return Object.setPrototypeOf(c,a),c}),eA={}.hasOwnProperty;class Up extends QC{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=PC()}copy(){const t=new Up;let r=-1;for(;++r<this.attachers.length;){const a=this.attachers[r];t.use(...a)}return t.data(dh(!0,{},this.namespace)),t}data(t,r){return typeof t=="string"?arguments.length===2?(bh("data",this.frozen),this.namespace[t]=r,this):eA.call(this.namespace,t)&&this.namespace[t]||void 0:t?(bh("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[r,...a]=this.attachers[this.freezeIndex];if(a[0]===!1)continue;a[0]===!0&&(a[0]=void 0);const o=r.call(t,...a);typeof o=="function"&&this.transformers.use(o)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const r=Qc(t),a=this.parser||this.Parser;return mh("parse",a),a(String(r),r)}process(t,r){const a=this;return this.freeze(),mh("process",this.parser||this.Parser),gh("process",this.compiler||this.Compiler),r?o(void 0,r):new Promise(o);function o(c,u){const f=Qc(t),p=a.parse(f);a.run(p,f,function(b,y,v){if(b||!y||!v)return m(b);const x=y,S=a.stringify(x,v);rA(S)?v.value=S:v.result=S,m(b,v)});function m(b,y){b||!y?u(b):c?c(y):r(void 0,y)}}}processSync(t){let r=!1,a;return this.freeze(),mh("processSync",this.parser||this.Parser),gh("processSync",this.compiler||this.Compiler),this.process(t,o),rx("processSync","process",r),a;function o(c,u){r=!0,Qv(c),a=u}}run(t,r,a){nx(t),this.freeze();const o=this.transformers;return!a&&typeof r=="function"&&(a=r,r=void 0),a?c(void 0,a):new Promise(c);function c(u,f){const p=Qc(r);o.run(t,p,m);function m(b,y,v){const x=y||t;b?f(b):u?u(x):a(void 0,x,v)}}}runSync(t,r){let a=!1,o;return this.run(t,r,c),rx("runSync","run",a),o;function c(u,f){Qv(u),o=f,a=!0}}stringify(t,r){this.freeze();const a=Qc(r),o=this.compiler||this.Compiler;return gh("stringify",o),nx(t),o(t,a)}use(t,...r){const a=this.attachers,o=this.namespace;if(bh("use",this.frozen),t!=null)if(typeof t=="function")p(t,r);else if(typeof t=="object")Array.isArray(t)?f(t):u(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function c(m){if(typeof m=="function")p(m,[]);else if(typeof m=="object")if(Array.isArray(m)){const[b,...y]=m;p(b,y)}else u(m);else throw new TypeError("Expected usable value, not `"+m+"`")}function u(m){if(!("plugins"in m)&&!("settings"in m))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");f(m.plugins),m.settings&&(o.settings=dh(!0,o.settings,m.settings))}function f(m){let b=-1;if(m!=null)if(Array.isArray(m))for(;++b<m.length;){const y=m[b];c(y)}else throw new TypeError("Expected a list of plugins, not `"+m+"`")}function p(m,b){let y=-1,v=-1;for(;++y<a.length;)if(a[y][0]===m){v=y;break}if(v===-1)a.push([m,...b]);else if(b.length>0){let[x,...S]=b;const _=a[v][1];tp(_)&&tp(x)&&(x=dh(!0,_,x)),a[v]=[m,x,...S]}}}}const tA=new Up().freeze();function mh(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function gh(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function bh(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function nx(e){if(!tp(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function rx(e,t,r){if(!r)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Qc(e){return nA(e)?e:new E0(e)}function nA(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function rA(e){return typeof e=="string"||iA(e)}function iA(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const aA="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",ix=[],ax={allowDangerousHtml:!0},sA=/^(https?|ircs?|mailto|xmpp)$/i,oA=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function S0(e){const t=lA(e),r=cA(e);return uA(t.runSync(t.parse(r),r),e)}function lA(e){const t=e.rehypePlugins||ix,r=e.remarkPlugins||ix,a=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...ax}:ax;return tA().use($N).use(r).use(zC,a).use(t)}function cA(e){const t=e.children||"",r=new E0;return typeof t=="string"&&(r.value=t),r}function uA(e,t){const r=t.allowedElements,a=t.allowElement,o=t.components,c=t.disallowedElements,u=t.skipHtml,f=t.unwrapDisallowed,p=t.urlTransform||dA;for(const b of oA)Object.hasOwn(t,b.from)&&(""+b.from+(b.to?"use `"+b.to+"` instead":"remove it")+aA+b.id,void 0);return Pu(e,m),T2(e,{Fragment:d.Fragment,components:o,ignoreInvalidStyle:!0,jsx:d.jsx,jsxs:d.jsxs,passKeys:!0,passNode:!0});function m(b,y,v){if(b.type==="raw"&&v&&typeof y=="number")return u?v.children.splice(y,1):v.children[y]={type:"text",value:b.value},y;if(b.type==="element"){let x;for(x in oh)if(Object.hasOwn(oh,x)&&Object.hasOwn(b.properties,x)){const S=b.properties[x],_=oh[x];(_===null||_.includes(b.tagName))&&(b.properties[x]=p(String(S||""),x,b))}}if(b.type==="element"){let x=r?!r.includes(b.tagName):c?c.includes(b.tagName):!1;if(!x&&a&&typeof y=="number"&&(x=!a(b,y,v)),x&&v&&typeof y=="number")return f&&b.children?v.children.splice(y,1,...b.children):v.children.splice(y,1),y}}}function dA(e){const t=e.indexOf(":"),r=e.indexOf("?"),a=e.indexOf("#"),o=e.indexOf("/");return t===-1||o!==-1&&t>o||r!==-1&&t>r||a!==-1&&t>a||sA.test(e.slice(0,t))?e:""}function sx(e,t){const r=String(e);if(typeof t!="string")throw new TypeError("Expected character");let a=0,o=r.indexOf(t);for(;o!==-1;)a++,o=r.indexOf(t,o+t.length);return a}function fA(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function hA(e,t,r){const o=wl((r||{}).ignore||[]),c=pA(t);let u=-1;for(;++u<c.length;)x0(e,"text",f);function f(m,b){let y=-1,v;for(;++y<b.length;){const x=b[y],S=v?v.children:void 0;if(o(x,S?S.indexOf(x):void 0,v))return;v=x}if(v)return p(m,b)}function p(m,b){const y=b[b.length-1],v=c[u][0],x=c[u][1];let S=0;const A=y.children.indexOf(m);let T=!1,D=[];v.lastIndex=0;let k=v.exec(m.value);for(;k;){const C=k.index,j={index:k.index,input:k.input,stack:[...b,m]};let I=x(...k,j);if(typeof I=="string"&&(I=I.length>0?{type:"text",value:I}:void 0),I===!1?v.lastIndex=C+1:(S!==C&&D.push({type:"text",value:m.value.slice(S,C)}),Array.isArray(I)?D.push(...I):I&&D.push(I),S=C+k[0].length,T=!0),!v.global)break;k=v.exec(m.value)}return T?(S<m.value.length&&D.push({type:"text",value:m.value.slice(S)}),y.children.splice(A,1,...D)):D=[m],A+D.length}}function pA(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const r=!e[0]||Array.isArray(e[0])?e:[e];let a=-1;for(;++a<r.length;){const o=r[a];t.push([mA(o[0]),gA(o[1])])}return t}function mA(e){return typeof e=="string"?new RegExp(fA(e),"g"):e}function gA(e){return typeof e=="function"?e:function(){return e}}const yh="phrasing",vh=["autolink","link","image","label"];function bA(){return{transforms:[wA],enter:{literalAutolink:vA,literalAutolinkEmail:xh,literalAutolinkHttp:xh,literalAutolinkWww:xh},exit:{literalAutolink:_A,literalAutolinkEmail:SA,literalAutolinkHttp:xA,literalAutolinkWww:EA}}}function yA(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:yh,notInConstruct:vh},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:yh,notInConstruct:vh},{character:":",before:"[ps]",after:"\\/",inConstruct:yh,notInConstruct:vh}]}}function vA(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function xh(e){this.config.enter.autolinkProtocol.call(this,e)}function xA(e){this.config.exit.autolinkProtocol.call(this,e)}function EA(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function SA(e){this.config.exit.autolinkEmail.call(this,e)}function _A(e){this.exit(e)}function wA(e){hA(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,kA],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),TA]],{ignore:["link","linkReference"]})}function kA(e,t,r,a,o){let c="";if(!_0(o)||(/^w/i.test(t)&&(r=t+r,t="",c="http://"),!NA(r)))return!1;const u=CA(r+a);if(!u[0])return!1;const f={type:"link",title:null,url:c+t+u[0],children:[{type:"text",value:t+u[0]}]};return u[1]?[f,{type:"text",value:u[1]}]:f}function TA(e,t,r,a){return!_0(a,!0)||/[-\d_]$/.test(r)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+r,children:[{type:"text",value:t+"@"+r}]}}function NA(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function CA(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let r=t[0],a=r.indexOf(")");const o=sx(e,"(");let c=sx(e,")");for(;a!==-1&&o>c;)e+=r.slice(0,a+1),r=r.slice(a+1),a=r.indexOf(")"),c++;return[e,r]}function _0(e,t){const r=e.input.charCodeAt(e.index-1);return(e.index===0||Ta(r)||ju(r))&&(!t||r!==47)}w0.peek=zA;function AA(){this.buffer()}function OA(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function MA(){this.buffer()}function RA(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function IA(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=gr(this.sliceSerialize(e)).toLowerCase(),r.label=t}function DA(e){this.exit(e)}function LA(e){const t=this.resume(),r=this.stack[this.stack.length-1];r.type,r.identifier=gr(this.sliceSerialize(e)).toLowerCase(),r.label=t}function jA(e){this.exit(e)}function zA(){return"["}function w0(e,t,r,a){const o=r.createTracker(a);let c=o.move("[^");const u=r.enter("footnoteReference"),f=r.enter("reference");return c+=o.move(r.safe(r.associationId(e),{after:"]",before:c})),f(),u(),c+=o.move("]"),c}function BA(){return{enter:{gfmFootnoteCallString:AA,gfmFootnoteCall:OA,gfmFootnoteDefinitionLabelString:MA,gfmFootnoteDefinition:RA},exit:{gfmFootnoteCallString:IA,gfmFootnoteCall:DA,gfmFootnoteDefinitionLabelString:LA,gfmFootnoteDefinition:jA}}}function UA(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:r,footnoteReference:w0},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function r(a,o,c,u){const f=c.createTracker(u);let p=f.move("[^");const m=c.enter("footnoteDefinition"),b=c.enter("label");return p+=f.move(c.safe(c.associationId(a),{before:p,after:"]"})),b(),p+=f.move("]:"),a.children&&a.children.length>0&&(f.shift(4),p+=f.move((t?`
|
|
63
|
+
`:" ")+c.indentLines(c.containerFlow(a,f.current()),t?k0:PA))),m(),p}}function PA(e,t,r){return t===0?e:k0(e,t,r)}function k0(e,t,r){return(r?"":" ")+e}const HA=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];T0.peek=qA;function FA(){return{canContainEols:["delete"],enter:{strikethrough:GA},exit:{strikethrough:KA}}}function $A(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:HA}],handlers:{delete:T0}}}function GA(e){this.enter({type:"delete",children:[]},e)}function KA(e){this.exit(e)}function T0(e,t,r,a){const o=r.createTracker(a),c=r.enter("strikethrough");let u=o.move("~~");return u+=r.containerPhrasing(e,{...o.current(),before:u,after:"~"}),u+=o.move("~~"),c(),u}function qA(){return"~"}function VA(e){return e.length}function YA(e,t){const r=t||{},a=(r.align||[]).concat(),o=r.stringLength||VA,c=[],u=[],f=[],p=[];let m=0,b=-1;for(;++b<e.length;){const _=[],A=[];let T=-1;for(e[b].length>m&&(m=e[b].length);++T<e[b].length;){const D=WA(e[b][T]);if(r.alignDelimiters!==!1){const k=o(D);A[T]=k,(p[T]===void 0||k>p[T])&&(p[T]=k)}_.push(D)}u[b]=_,f[b]=A}let y=-1;if(typeof a=="object"&&"length"in a)for(;++y<m;)c[y]=ox(a[y]);else{const _=ox(a);for(;++y<m;)c[y]=_}y=-1;const v=[],x=[];for(;++y<m;){const _=c[y];let A="",T="";_===99?(A=":",T=":"):_===108?A=":":_===114&&(T=":");let D=r.alignDelimiters===!1?1:Math.max(1,p[y]-A.length-T.length);const k=A+"-".repeat(D)+T;r.alignDelimiters!==!1&&(D=A.length+D+T.length,D>p[y]&&(p[y]=D),x[y]=D),v[y]=k}u.splice(1,0,v),f.splice(1,0,x),b=-1;const S=[];for(;++b<u.length;){const _=u[b],A=f[b];y=-1;const T=[];for(;++y<m;){const D=_[y]||"";let k="",C="";if(r.alignDelimiters!==!1){const j=p[y]-(A[y]||0),I=c[y];I===114?k=" ".repeat(j):I===99?j%2?(k=" ".repeat(j/2+.5),C=" ".repeat(j/2-.5)):(k=" ".repeat(j/2),C=k):C=" ".repeat(j)}r.delimiterStart!==!1&&!y&&T.push("|"),r.padding!==!1&&!(r.alignDelimiters===!1&&D==="")&&(r.delimiterStart!==!1||y)&&T.push(" "),r.alignDelimiters!==!1&&T.push(k),T.push(D),r.alignDelimiters!==!1&&T.push(C),r.padding!==!1&&T.push(" "),(r.delimiterEnd!==!1||y!==m-1)&&T.push("|")}S.push(r.delimiterEnd===!1?T.join("").replace(/ +$/,""):T.join(""))}return S.join(`
|
|
64
|
+
`)}function WA(e){return e==null?"":String(e)}function ox(e){const t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function XA(e,t,r,a){const o=r.enter("blockquote"),c=r.createTracker(a);c.move("> "),c.shift(2);const u=r.indentLines(r.containerFlow(e,c.current()),ZA);return o(),u}function ZA(e,t,r){return">"+(r?"":" ")+e}function JA(e,t){return lx(e,t.inConstruct,!0)&&!lx(e,t.notInConstruct,!1)}function lx(e,t,r){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return r;let a=-1;for(;++a<t.length;)if(e.includes(t[a]))return!0;return!1}function cx(e,t,r,a){let o=-1;for(;++o<r.unsafe.length;)if(r.unsafe[o].character===`
|
|
65
|
+
`&&JA(r.stack,r.unsafe[o]))return/[ \t]/.test(a.before)?"":" ";return`\\
|
|
66
|
+
`}function QA(e,t){const r=String(e);let a=r.indexOf(t),o=a,c=0,u=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;a!==-1;)a===o?++c>u&&(u=c):c=1,o=a+t.length,a=r.indexOf(t,o);return u}function eO(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function tO(e){const t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function nO(e,t,r,a){const o=tO(r),c=e.value||"",u=o==="`"?"GraveAccent":"Tilde";if(eO(e,r)){const y=r.enter("codeIndented"),v=r.indentLines(c,rO);return y(),v}const f=r.createTracker(a),p=o.repeat(Math.max(QA(c,o)+1,3)),m=r.enter("codeFenced");let b=f.move(p);if(e.lang){const y=r.enter(`codeFencedLang${u}`);b+=f.move(r.safe(e.lang,{before:b,after:" ",encode:["`"],...f.current()})),y()}if(e.lang&&e.meta){const y=r.enter(`codeFencedMeta${u}`);b+=f.move(" "),b+=f.move(r.safe(e.meta,{before:b,after:`
|
|
67
|
+
`,encode:["`"],...f.current()})),y()}return b+=f.move(`
|
|
68
|
+
`),c&&(b+=f.move(c+`
|
|
69
|
+
`)),b+=f.move(p),m(),b}function rO(e,t,r){return(r?"":" ")+e}function Pp(e){const t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function iO(e,t,r,a){const o=Pp(r),c=o==='"'?"Quote":"Apostrophe",u=r.enter("definition");let f=r.enter("label");const p=r.createTracker(a);let m=p.move("[");return m+=p.move(r.safe(r.associationId(e),{before:m,after:"]",...p.current()})),m+=p.move("]: "),f(),!e.url||/[\0- \u007F]/.test(e.url)?(f=r.enter("destinationLiteral"),m+=p.move("<"),m+=p.move(r.safe(e.url,{before:m,after:">",...p.current()})),m+=p.move(">")):(f=r.enter("destinationRaw"),m+=p.move(r.safe(e.url,{before:m,after:e.title?" ":`
|
|
70
|
+
`,...p.current()}))),f(),e.title&&(f=r.enter(`title${c}`),m+=p.move(" "+o),m+=p.move(r.safe(e.title,{before:m,after:o,...p.current()})),m+=p.move(o),f()),u(),m}function aO(e){const t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function gl(e){return"&#x"+e.toString(16).toUpperCase()+";"}function _u(e,t,r){const a=zs(e),o=zs(t);return a===void 0?o===void 0?r==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:o===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:a===1?o===void 0?{inside:!1,outside:!1}:o===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:o===void 0?{inside:!1,outside:!1}:o===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}N0.peek=sO;function N0(e,t,r,a){const o=aO(r),c=r.enter("emphasis"),u=r.createTracker(a),f=u.move(o);let p=u.move(r.containerPhrasing(e,{after:o,before:f,...u.current()}));const m=p.charCodeAt(0),b=_u(a.before.charCodeAt(a.before.length-1),m,o);b.inside&&(p=gl(m)+p.slice(1));const y=p.charCodeAt(p.length-1),v=_u(a.after.charCodeAt(0),y,o);v.inside&&(p=p.slice(0,-1)+gl(y));const x=u.move(o);return c(),r.attentionEncodeSurroundingInfo={after:v.outside,before:b.outside},f+p+x}function sO(e,t,r){return r.options.emphasis||"*"}function oO(e,t){let r=!1;return Pu(e,function(a){if("value"in a&&/\r?\n|\r/.test(a.value)||a.type==="break")return r=!0,Qh}),!!((!e.depth||e.depth<3)&&Rp(e)&&(t.options.setext||r))}function lO(e,t,r,a){const o=Math.max(Math.min(6,e.depth||1),1),c=r.createTracker(a);if(oO(e,r)){const b=r.enter("headingSetext"),y=r.enter("phrasing"),v=r.containerPhrasing(e,{...c.current(),before:`
|
|
71
|
+
`,after:`
|
|
72
|
+
`});return y(),b(),v+`
|
|
73
|
+
`+(o===1?"=":"-").repeat(v.length-(Math.max(v.lastIndexOf("\r"),v.lastIndexOf(`
|
|
74
|
+
`))+1))}const u="#".repeat(o),f=r.enter("headingAtx"),p=r.enter("phrasing");c.move(u+" ");let m=r.containerPhrasing(e,{before:"# ",after:`
|
|
75
|
+
`,...c.current()});return/^[\t ]/.test(m)&&(m=gl(m.charCodeAt(0))+m.slice(1)),m=m?u+" "+m:u,r.options.closeAtx&&(m+=" "+u),p(),f(),m}C0.peek=cO;function C0(e){return e.value||""}function cO(){return"<"}A0.peek=uO;function A0(e,t,r,a){const o=Pp(r),c=o==='"'?"Quote":"Apostrophe",u=r.enter("image");let f=r.enter("label");const p=r.createTracker(a);let m=p.move("![");return m+=p.move(r.safe(e.alt,{before:m,after:"]",...p.current()})),m+=p.move("]("),f(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(f=r.enter("destinationLiteral"),m+=p.move("<"),m+=p.move(r.safe(e.url,{before:m,after:">",...p.current()})),m+=p.move(">")):(f=r.enter("destinationRaw"),m+=p.move(r.safe(e.url,{before:m,after:e.title?" ":")",...p.current()}))),f(),e.title&&(f=r.enter(`title${c}`),m+=p.move(" "+o),m+=p.move(r.safe(e.title,{before:m,after:o,...p.current()})),m+=p.move(o),f()),m+=p.move(")"),u(),m}function uO(){return"!"}O0.peek=dO;function O0(e,t,r,a){const o=e.referenceType,c=r.enter("imageReference");let u=r.enter("label");const f=r.createTracker(a);let p=f.move("![");const m=r.safe(e.alt,{before:p,after:"]",...f.current()});p+=f.move(m+"]["),u();const b=r.stack;r.stack=[],u=r.enter("reference");const y=r.safe(r.associationId(e),{before:p,after:"]",...f.current()});return u(),r.stack=b,c(),o==="full"||!m||m!==y?p+=f.move(y+"]"):o==="shortcut"?p=p.slice(0,-1):p+=f.move("]"),p}function dO(){return"!"}M0.peek=fO;function M0(e,t,r){let a=e.value||"",o="`",c=-1;for(;new RegExp("(^|[^`])"+o+"([^`]|$)").test(a);)o+="`";for(/[^ \r\n]/.test(a)&&(/^[ \r\n]/.test(a)&&/[ \r\n]$/.test(a)||/^`|`$/.test(a))&&(a=" "+a+" ");++c<r.unsafe.length;){const u=r.unsafe[c],f=r.compilePattern(u);let p;if(u.atBreak)for(;p=f.exec(a);){let m=p.index;a.charCodeAt(m)===10&&a.charCodeAt(m-1)===13&&m--,a=a.slice(0,m)+" "+a.slice(p.index+1)}}return o+a+o}function fO(){return"`"}function R0(e,t){const r=Rp(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(r===e.url||"mailto:"+r===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}I0.peek=hO;function I0(e,t,r,a){const o=Pp(r),c=o==='"'?"Quote":"Apostrophe",u=r.createTracker(a);let f,p;if(R0(e,r)){const b=r.stack;r.stack=[],f=r.enter("autolink");let y=u.move("<");return y+=u.move(r.containerPhrasing(e,{before:y,after:">",...u.current()})),y+=u.move(">"),f(),r.stack=b,y}f=r.enter("link"),p=r.enter("label");let m=u.move("[");return m+=u.move(r.containerPhrasing(e,{before:m,after:"](",...u.current()})),m+=u.move("]("),p(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(p=r.enter("destinationLiteral"),m+=u.move("<"),m+=u.move(r.safe(e.url,{before:m,after:">",...u.current()})),m+=u.move(">")):(p=r.enter("destinationRaw"),m+=u.move(r.safe(e.url,{before:m,after:e.title?" ":")",...u.current()}))),p(),e.title&&(p=r.enter(`title${c}`),m+=u.move(" "+o),m+=u.move(r.safe(e.title,{before:m,after:o,...u.current()})),m+=u.move(o),p()),m+=u.move(")"),f(),m}function hO(e,t,r){return R0(e,r)?"<":"["}D0.peek=pO;function D0(e,t,r,a){const o=e.referenceType,c=r.enter("linkReference");let u=r.enter("label");const f=r.createTracker(a);let p=f.move("[");const m=r.containerPhrasing(e,{before:p,after:"]",...f.current()});p+=f.move(m+"]["),u();const b=r.stack;r.stack=[],u=r.enter("reference");const y=r.safe(r.associationId(e),{before:p,after:"]",...f.current()});return u(),r.stack=b,c(),o==="full"||!m||m!==y?p+=f.move(y+"]"):o==="shortcut"?p=p.slice(0,-1):p+=f.move("]"),p}function pO(){return"["}function Hp(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function mO(e){const t=Hp(e),r=e.options.bulletOther;if(!r)return t==="*"?"-":"*";if(r!=="*"&&r!=="+"&&r!=="-")throw new Error("Cannot serialize items with `"+r+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(r===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+r+"`) to be different");return r}function gO(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function L0(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function bO(e,t,r,a){const o=r.enter("list"),c=r.bulletCurrent;let u=e.ordered?gO(r):Hp(r);const f=e.ordered?u==="."?")":".":mO(r);let p=t&&r.bulletLastUsed?u===r.bulletLastUsed:!1;if(!e.ordered){const b=e.children?e.children[0]:void 0;if((u==="*"||u==="-")&&b&&(!b.children||!b.children[0])&&r.stack[r.stack.length-1]==="list"&&r.stack[r.stack.length-2]==="listItem"&&r.stack[r.stack.length-3]==="list"&&r.stack[r.stack.length-4]==="listItem"&&r.indexStack[r.indexStack.length-1]===0&&r.indexStack[r.indexStack.length-2]===0&&r.indexStack[r.indexStack.length-3]===0&&(p=!0),L0(r)===u&&b){let y=-1;for(;++y<e.children.length;){const v=e.children[y];if(v&&v.type==="listItem"&&v.children&&v.children[0]&&v.children[0].type==="thematicBreak"){p=!0;break}}}}p&&(u=f),r.bulletCurrent=u;const m=r.containerFlow(e,a);return r.bulletLastUsed=u,r.bulletCurrent=c,o(),m}function yO(e){const t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function vO(e,t,r,a){const o=yO(r);let c=r.bulletCurrent||Hp(r);t&&t.type==="list"&&t.ordered&&(c=(typeof t.start=="number"&&t.start>-1?t.start:1)+(r.options.incrementListMarker===!1?0:t.children.indexOf(e))+c);let u=c.length+1;(o==="tab"||o==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(u=Math.ceil(u/4)*4);const f=r.createTracker(a);f.move(c+" ".repeat(u-c.length)),f.shift(u);const p=r.enter("listItem"),m=r.indentLines(r.containerFlow(e,f.current()),b);return p(),m;function b(y,v,x){return v?(x?"":" ".repeat(u))+y:(x?c:c+" ".repeat(u-c.length))+y}}function xO(e,t,r,a){const o=r.enter("paragraph"),c=r.enter("phrasing"),u=r.containerPhrasing(e,a);return c(),o(),u}const EO=wl(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function SO(e,t,r,a){return(e.children.some(function(u){return EO(u)})?r.containerPhrasing:r.containerFlow).call(r,e,a)}function _O(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}j0.peek=wO;function j0(e,t,r,a){const o=_O(r),c=r.enter("strong"),u=r.createTracker(a),f=u.move(o+o);let p=u.move(r.containerPhrasing(e,{after:o,before:f,...u.current()}));const m=p.charCodeAt(0),b=_u(a.before.charCodeAt(a.before.length-1),m,o);b.inside&&(p=gl(m)+p.slice(1));const y=p.charCodeAt(p.length-1),v=_u(a.after.charCodeAt(0),y,o);v.inside&&(p=p.slice(0,-1)+gl(y));const x=u.move(o+o);return c(),r.attentionEncodeSurroundingInfo={after:v.outside,before:b.outside},f+p+x}function wO(e,t,r){return r.options.strong||"*"}function kO(e,t,r,a){return r.safe(e.value,a)}function TO(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function NO(e,t,r){const a=(L0(r)+(r.options.ruleSpaces?" ":"")).repeat(TO(r));return r.options.ruleSpaces?a.slice(0,-1):a}const z0={blockquote:XA,break:cx,code:nO,definition:iO,emphasis:N0,hardBreak:cx,heading:lO,html:C0,image:A0,imageReference:O0,inlineCode:M0,link:I0,linkReference:D0,list:bO,listItem:vO,paragraph:xO,root:SO,strong:j0,text:kO,thematicBreak:NO};function CO(){return{enter:{table:AO,tableData:ux,tableHeader:ux,tableRow:MO},exit:{codeText:RO,table:OO,tableData:Eh,tableHeader:Eh,tableRow:Eh}}}function AO(e){const t=e._align;this.enter({type:"table",align:t.map(function(r){return r==="none"?null:r}),children:[]},e),this.data.inTable=!0}function OO(e){this.exit(e),this.data.inTable=void 0}function MO(e){this.enter({type:"tableRow",children:[]},e)}function Eh(e){this.exit(e)}function ux(e){this.enter({type:"tableCell",children:[]},e)}function RO(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,IO));const r=this.stack[this.stack.length-1];r.type,r.value=t,this.exit(e)}function IO(e,t){return t==="|"?t:e}function DO(e){const t=e||{},r=t.tableCellPadding,a=t.tablePipeAlign,o=t.stringLength,c=r?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
76
|
+
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:v,table:u,tableCell:p,tableRow:f}};function u(x,S,_,A){return m(b(x,_,A),x.align)}function f(x,S,_,A){const T=y(x,_,A),D=m([T]);return D.slice(0,D.indexOf(`
|
|
77
|
+
`))}function p(x,S,_,A){const T=_.enter("tableCell"),D=_.enter("phrasing"),k=_.containerPhrasing(x,{...A,before:c,after:c});return D(),T(),k}function m(x,S){return YA(x,{align:S,alignDelimiters:a,padding:r,stringLength:o})}function b(x,S,_){const A=x.children;let T=-1;const D=[],k=S.enter("table");for(;++T<A.length;)D[T]=y(A[T],S,_);return k(),D}function y(x,S,_){const A=x.children;let T=-1;const D=[],k=S.enter("tableRow");for(;++T<A.length;)D[T]=p(A[T],x,S,_);return k(),D}function v(x,S,_){let A=z0.inlineCode(x,S,_);return _.stack.includes("tableCell")&&(A=A.replace(/\|/g,"\\$&")),A}}function LO(){return{exit:{taskListCheckValueChecked:dx,taskListCheckValueUnchecked:dx,paragraph:zO}}}function jO(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:BO}}}function dx(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function zO(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const r=this.stack[this.stack.length-1];r.type;const a=r.children[0];if(a&&a.type==="text"){const o=t.children;let c=-1,u;for(;++c<o.length;){const f=o[c];if(f.type==="paragraph"){u=f;break}}u===r&&(a.value=a.value.slice(1),a.value.length===0?r.children.shift():r.position&&a.position&&typeof a.position.start.offset=="number"&&(a.position.start.column++,a.position.start.offset++,r.position.start=Object.assign({},a.position.start)))}}this.exit(e)}function BO(e,t,r,a){const o=e.children[0],c=typeof e.checked=="boolean"&&o&&o.type==="paragraph",u="["+(e.checked?"x":" ")+"] ",f=r.createTracker(a);c&&f.move(u);let p=z0.listItem(e,t,r,{...a,...f.current()});return c&&(p=p.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,m)),p;function m(b){return b+u}}function UO(){return[bA(),BA(),FA(),CO(),LO()]}function PO(e){return{extensions:[yA(),UA(e),$A(),DO(e),jO()]}}const HO={tokenize:VO,partial:!0},B0={tokenize:YO,partial:!0},U0={tokenize:WO,partial:!0},P0={tokenize:XO,partial:!0},FO={tokenize:ZO,partial:!0},H0={name:"wwwAutolink",tokenize:KO,previous:$0},F0={name:"protocolAutolink",tokenize:qO,previous:G0},ui={name:"emailAutolink",tokenize:GO,previous:K0},Mr={};function $O(){return{text:Mr}}let ba=48;for(;ba<123;)Mr[ba]=ui,ba++,ba===58?ba=65:ba===91&&(ba=97);Mr[43]=ui;Mr[45]=ui;Mr[46]=ui;Mr[95]=ui;Mr[72]=[ui,F0];Mr[104]=[ui,F0];Mr[87]=[ui,H0];Mr[119]=[ui,H0];function GO(e,t,r){const a=this;let o,c;return u;function u(y){return!rp(y)||!K0.call(a,a.previous)||Fp(a.events)?r(y):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),f(y))}function f(y){return rp(y)?(e.consume(y),f):y===64?(e.consume(y),p):r(y)}function p(y){return y===46?e.check(FO,b,m)(y):y===45||y===95||dn(y)?(c=!0,e.consume(y),p):b(y)}function m(y){return e.consume(y),o=!0,p}function b(y){return c&&o&&vn(a.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(y)):r(y)}}function KO(e,t,r){const a=this;return o;function o(u){return u!==87&&u!==119||!$0.call(a,a.previous)||Fp(a.events)?r(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(HO,e.attempt(B0,e.attempt(U0,c),r),r)(u))}function c(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function qO(e,t,r){const a=this;let o="",c=!1;return u;function u(y){return(y===72||y===104)&&G0.call(a,a.previous)&&!Fp(a.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),o+=String.fromCodePoint(y),e.consume(y),f):r(y)}function f(y){if(vn(y)&&o.length<5)return o+=String.fromCodePoint(y),e.consume(y),f;if(y===58){const v=o.toLowerCase();if(v==="http"||v==="https")return e.consume(y),p}return r(y)}function p(y){return y===47?(e.consume(y),c?m:(c=!0,p)):r(y)}function m(y){return y===null||xu(y)||_t(y)||Ta(y)||ju(y)?r(y):e.attempt(B0,e.attempt(U0,b),r)(y)}function b(y){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(y)}}function VO(e,t,r){let a=0;return o;function o(u){return(u===87||u===119)&&a<3?(a++,e.consume(u),o):u===46&&a===3?(e.consume(u),c):r(u)}function c(u){return u===null?r(u):t(u)}}function YO(e,t,r){let a,o,c;return u;function u(m){return m===46||m===95?e.check(P0,p,f)(m):m===null||_t(m)||Ta(m)||m!==45&&ju(m)?p(m):(c=!0,e.consume(m),u)}function f(m){return m===95?a=!0:(o=a,a=void 0),e.consume(m),u}function p(m){return o||a||!c?r(m):t(m)}}function WO(e,t){let r=0,a=0;return o;function o(u){return u===40?(r++,e.consume(u),o):u===41&&a<r?c(u):u===33||u===34||u===38||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===60||u===63||u===93||u===95||u===126?e.check(P0,t,c)(u):u===null||_t(u)||Ta(u)?t(u):(e.consume(u),o)}function c(u){return u===41&&a++,e.consume(u),o}}function XO(e,t,r){return a;function a(f){return f===33||f===34||f===39||f===41||f===42||f===44||f===46||f===58||f===59||f===63||f===95||f===126?(e.consume(f),a):f===38?(e.consume(f),c):f===93?(e.consume(f),o):f===60||f===null||_t(f)||Ta(f)?t(f):r(f)}function o(f){return f===null||f===40||f===91||_t(f)||Ta(f)?t(f):a(f)}function c(f){return vn(f)?u(f):r(f)}function u(f){return f===59?(e.consume(f),a):vn(f)?(e.consume(f),u):r(f)}}function ZO(e,t,r){return a;function a(c){return e.consume(c),o}function o(c){return dn(c)?r(c):t(c)}}function $0(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||_t(e)}function G0(e){return!vn(e)}function K0(e){return!(e===47||rp(e))}function rp(e){return e===43||e===45||e===46||e===95||dn(e)}function Fp(e){let t=e.length,r=!1;for(;t--;){const a=e[t][1];if((a.type==="labelLink"||a.type==="labelImage")&&!a._balanced){r=!0;break}if(a._gfmAutolinkLiteralWalkedInto){r=!1;break}}return e.length>0&&!r&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),r}const JO={tokenize:s5,partial:!0};function QO(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:r5,continuation:{tokenize:i5},exit:a5}},text:{91:{name:"gfmFootnoteCall",tokenize:n5},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:e5,resolveTo:t5}}}}function e5(e,t,r){const a=this;let o=a.events.length;const c=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let u;for(;o--;){const p=a.events[o][1];if(p.type==="labelImage"){u=p;break}if(p.type==="gfmFootnoteCall"||p.type==="labelLink"||p.type==="label"||p.type==="image"||p.type==="link")break}return f;function f(p){if(!u||!u._balanced)return r(p);const m=gr(a.sliceSerialize({start:u.end,end:a.now()}));return m.codePointAt(0)!==94||!c.includes(m.slice(1))?r(p):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(p),e.exit("gfmFootnoteCallLabelMarker"),t(p))}}function t5(e,t){let r=e.length;for(;r--;)if(e[r][1].type==="labelImage"&&e[r][0]==="enter"){e[r][1];break}e[r+1][1].type="data",e[r+3][1].type="gfmFootnoteCallLabelMarker";const a={type:"gfmFootnoteCall",start:Object.assign({},e[r+3][1].start),end:Object.assign({},e[e.length-1][1].end)},o={type:"gfmFootnoteCallMarker",start:Object.assign({},e[r+3][1].end),end:Object.assign({},e[r+3][1].end)};o.end.column++,o.end.offset++,o.end._bufferIndex++;const c={type:"gfmFootnoteCallString",start:Object.assign({},o.end),end:Object.assign({},e[e.length-1][1].start)},u={type:"chunkString",contentType:"string",start:Object.assign({},c.start),end:Object.assign({},c.end)},f=[e[r+1],e[r+2],["enter",a,t],e[r+3],e[r+4],["enter",o,t],["exit",o,t],["enter",c,t],["enter",u,t],["exit",u,t],["exit",c,t],e[e.length-2],e[e.length-1],["exit",a,t]];return e.splice(r,e.length-r+1,...f),e}function n5(e,t,r){const a=this,o=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let c=0,u;return f;function f(y){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(y),e.exit("gfmFootnoteCallLabelMarker"),p}function p(y){return y!==94?r(y):(e.enter("gfmFootnoteCallMarker"),e.consume(y),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",m)}function m(y){if(c>999||y===93&&!u||y===null||y===91||_t(y))return r(y);if(y===93){e.exit("chunkString");const v=e.exit("gfmFootnoteCallString");return o.includes(gr(a.sliceSerialize(v)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(y),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):r(y)}return _t(y)||(u=!0),c++,e.consume(y),y===92?b:m}function b(y){return y===91||y===92||y===93?(e.consume(y),c++,m):m(y)}}function r5(e,t,r){const a=this,o=a.parser.gfmFootnotes||(a.parser.gfmFootnotes=[]);let c,u=0,f;return p;function p(S){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionLabelMarker"),m}function m(S){return S===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",b):r(S)}function b(S){if(u>999||S===93&&!f||S===null||S===91||_t(S))return r(S);if(S===93){e.exit("chunkString");const _=e.exit("gfmFootnoteDefinitionLabelString");return c=gr(a.sliceSerialize(_)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(S),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),v}return _t(S)||(f=!0),u++,e.consume(S),S===92?y:b}function y(S){return S===91||S===92||S===93?(e.consume(S),u++,b):b(S)}function v(S){return S===58?(e.enter("definitionMarker"),e.consume(S),e.exit("definitionMarker"),o.includes(c)||o.push(c),rt(e,x,"gfmFootnoteDefinitionWhitespace")):r(S)}function x(S){return t(S)}}function i5(e,t,r){return e.check(_l,t,e.attempt(JO,t,r))}function a5(e){e.exit("gfmFootnoteDefinition")}function s5(e,t,r){const a=this;return rt(e,o,"gfmFootnoteDefinitionIndent",5);function o(c){const u=a.events[a.events.length-1];return u&&u[1].type==="gfmFootnoteDefinitionIndent"&&u[2].sliceSerialize(u[1],!0).length===4?t(c):r(c)}}function o5(e){let r=(e||{}).singleTilde;const a={name:"strikethrough",tokenize:c,resolveAll:o};return r==null&&(r=!0),{text:{126:a},insideSpan:{null:[a]},attentionMarkers:{null:[126]}};function o(u,f){let p=-1;for(;++p<u.length;)if(u[p][0]==="enter"&&u[p][1].type==="strikethroughSequenceTemporary"&&u[p][1]._close){let m=p;for(;m--;)if(u[m][0]==="exit"&&u[m][1].type==="strikethroughSequenceTemporary"&&u[m][1]._open&&u[p][1].end.offset-u[p][1].start.offset===u[m][1].end.offset-u[m][1].start.offset){u[p][1].type="strikethroughSequence",u[m][1].type="strikethroughSequence";const b={type:"strikethrough",start:Object.assign({},u[m][1].start),end:Object.assign({},u[p][1].end)},y={type:"strikethroughText",start:Object.assign({},u[m][1].end),end:Object.assign({},u[p][1].start)},v=[["enter",b,f],["enter",u[m][1],f],["exit",u[m][1],f],["enter",y,f]],x=f.parser.constructs.insideSpan.null;x&&qn(v,v.length,0,zu(x,u.slice(m+1,p),f)),qn(v,v.length,0,[["exit",y,f],["enter",u[p][1],f],["exit",u[p][1],f],["exit",b,f]]),qn(u,m-1,p-m+3,v),p=m+v.length-2;break}}for(p=-1;++p<u.length;)u[p][1].type==="strikethroughSequenceTemporary"&&(u[p][1].type="data");return u}function c(u,f,p){const m=this.previous,b=this.events;let y=0;return v;function v(S){return m===126&&b[b.length-1][1].type!=="characterEscape"?p(S):(u.enter("strikethroughSequenceTemporary"),x(S))}function x(S){const _=zs(m);if(S===126)return y>1?p(S):(u.consume(S),y++,x);if(y<2&&!r)return p(S);const A=u.exit("strikethroughSequenceTemporary"),T=zs(S);return A._open=!T||T===2&&!!_,A._close=!_||_===2&&!!T,f(S)}}}class l5{constructor(){this.map=[]}add(t,r,a){c5(this,t,r,a)}consume(t){if(this.map.sort(function(c,u){return c[0]-u[0]}),this.map.length===0)return;let r=this.map.length;const a=[];for(;r>0;)r-=1,a.push(t.slice(this.map[r][0]+this.map[r][1]),this.map[r][2]),t.length=this.map[r][0];a.push(t.slice()),t.length=0;let o=a.pop();for(;o;){for(const c of o)t.push(c);o=a.pop()}this.map.length=0}}function c5(e,t,r,a){let o=0;if(!(r===0&&a.length===0)){for(;o<e.map.length;){if(e.map[o][0]===t){e.map[o][1]+=r,e.map[o][2].push(...a);return}o+=1}e.map.push([t,r,a])}}function u5(e,t){let r=!1;const a=[];for(;t<e.length;){const o=e[t];if(r){if(o[0]==="enter")o[1].type==="tableContent"&&a.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(o[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const c=a.length-1;a[c]=a[c]==="left"?"center":"right"}}else if(o[1].type==="tableDelimiterRow")break}else o[0]==="enter"&&o[1].type==="tableDelimiterRow"&&(r=!0);t+=1}return a}function d5(){return{flow:{null:{name:"table",tokenize:f5,resolveAll:h5}}}}function f5(e,t,r){const a=this;let o=0,c=0,u;return f;function f(P){let F=a.events.length-1;for(;F>-1;){const ie=a.events[F][1].type;if(ie==="lineEnding"||ie==="linePrefix")F--;else break}const q=F>-1?a.events[F][1].type:null,ce=q==="tableHead"||q==="tableRow"?I:p;return ce===I&&a.parser.lazy[a.now().line]?r(P):ce(P)}function p(P){return e.enter("tableHead"),e.enter("tableRow"),m(P)}function m(P){return P===124||(u=!0,c+=1),b(P)}function b(P){return P===null?r(P):Re(P)?c>1?(c=0,a.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(P),e.exit("lineEnding"),x):r(P):Xe(P)?rt(e,b,"whitespace")(P):(c+=1,u&&(u=!1,o+=1),P===124?(e.enter("tableCellDivider"),e.consume(P),e.exit("tableCellDivider"),u=!0,b):(e.enter("data"),y(P)))}function y(P){return P===null||P===124||_t(P)?(e.exit("data"),b(P)):(e.consume(P),P===92?v:y)}function v(P){return P===92||P===124?(e.consume(P),y):y(P)}function x(P){return a.interrupt=!1,a.parser.lazy[a.now().line]?r(P):(e.enter("tableDelimiterRow"),u=!1,Xe(P)?rt(e,S,"linePrefix",a.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(P):S(P))}function S(P){return P===45||P===58?A(P):P===124?(u=!0,e.enter("tableCellDivider"),e.consume(P),e.exit("tableCellDivider"),_):j(P)}function _(P){return Xe(P)?rt(e,A,"whitespace")(P):A(P)}function A(P){return P===58?(c+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume(P),e.exit("tableDelimiterMarker"),T):P===45?(c+=1,T(P)):P===null||Re(P)?C(P):j(P)}function T(P){return P===45?(e.enter("tableDelimiterFiller"),D(P)):j(P)}function D(P){return P===45?(e.consume(P),D):P===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(P),e.exit("tableDelimiterMarker"),k):(e.exit("tableDelimiterFiller"),k(P))}function k(P){return Xe(P)?rt(e,C,"whitespace")(P):C(P)}function C(P){return P===124?S(P):P===null||Re(P)?!u||o!==c?j(P):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(P)):j(P)}function j(P){return r(P)}function I(P){return e.enter("tableRow"),$(P)}function $(P){return P===124?(e.enter("tableCellDivider"),e.consume(P),e.exit("tableCellDivider"),$):P===null||Re(P)?(e.exit("tableRow"),t(P)):Xe(P)?rt(e,$,"whitespace")(P):(e.enter("data"),V(P))}function V(P){return P===null||P===124||_t(P)?(e.exit("data"),$(P)):(e.consume(P),P===92?te:V)}function te(P){return P===92||P===124?(e.consume(P),V):V(P)}}function h5(e,t){let r=-1,a=!0,o=0,c=[0,0,0,0],u=[0,0,0,0],f=!1,p=0,m,b,y;const v=new l5;for(;++r<e.length;){const x=e[r],S=x[1];x[0]==="enter"?S.type==="tableHead"?(f=!1,p!==0&&(fx(v,t,p,m,b),b=void 0,p=0),m={type:"table",start:Object.assign({},S.start),end:Object.assign({},S.end)},v.add(r,0,[["enter",m,t]])):S.type==="tableRow"||S.type==="tableDelimiterRow"?(a=!0,y=void 0,c=[0,0,0,0],u=[0,r+1,0,0],f&&(f=!1,b={type:"tableBody",start:Object.assign({},S.start),end:Object.assign({},S.end)},v.add(r,0,[["enter",b,t]])),o=S.type==="tableDelimiterRow"?2:b?3:1):o&&(S.type==="data"||S.type==="tableDelimiterMarker"||S.type==="tableDelimiterFiller")?(a=!1,u[2]===0&&(c[1]!==0&&(u[0]=u[1],y=eu(v,t,c,o,void 0,y),c=[0,0,0,0]),u[2]=r)):S.type==="tableCellDivider"&&(a?a=!1:(c[1]!==0&&(u[0]=u[1],y=eu(v,t,c,o,void 0,y)),c=u,u=[c[1],r,0,0])):S.type==="tableHead"?(f=!0,p=r):S.type==="tableRow"||S.type==="tableDelimiterRow"?(p=r,c[1]!==0?(u[0]=u[1],y=eu(v,t,c,o,r,y)):u[1]!==0&&(y=eu(v,t,u,o,r,y)),o=0):o&&(S.type==="data"||S.type==="tableDelimiterMarker"||S.type==="tableDelimiterFiller")&&(u[3]=r)}for(p!==0&&fx(v,t,p,m,b),v.consume(t.events),r=-1;++r<t.events.length;){const x=t.events[r];x[0]==="enter"&&x[1].type==="table"&&(x[1]._align=u5(t.events,r))}return e}function eu(e,t,r,a,o,c){const u=a===1?"tableHeader":a===2?"tableDelimiter":"tableData",f="tableContent";r[0]!==0&&(c.end=Object.assign({},Ss(t.events,r[0])),e.add(r[0],0,[["exit",c,t]]));const p=Ss(t.events,r[1]);if(c={type:u,start:Object.assign({},p),end:Object.assign({},p)},e.add(r[1],0,[["enter",c,t]]),r[2]!==0){const m=Ss(t.events,r[2]),b=Ss(t.events,r[3]),y={type:f,start:Object.assign({},m),end:Object.assign({},b)};if(e.add(r[2],0,[["enter",y,t]]),a!==2){const v=t.events[r[2]],x=t.events[r[3]];if(v[1].end=Object.assign({},x[1].end),v[1].type="chunkText",v[1].contentType="text",r[3]>r[2]+1){const S=r[2]+1,_=r[3]-r[2]-1;e.add(S,_,[])}}e.add(r[3]+1,0,[["exit",y,t]])}return o!==void 0&&(c.end=Object.assign({},Ss(t.events,o)),e.add(o,0,[["exit",c,t]]),c=void 0),c}function fx(e,t,r,a,o){const c=[],u=Ss(t.events,r);o&&(o.end=Object.assign({},u),c.push(["exit",o,t])),a.end=Object.assign({},u),c.push(["exit",a,t]),e.add(r+1,0,c)}function Ss(e,t){const r=e[t],a=r[0]==="enter"?"start":"end";return r[1][a]}const p5={name:"tasklistCheck",tokenize:g5};function m5(){return{text:{91:p5}}}function g5(e,t,r){const a=this;return o;function o(p){return a.previous!==null||!a._gfmTasklistFirstContentOfListItem?r(p):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(p),e.exit("taskListCheckMarker"),c)}function c(p){return _t(p)?(e.enter("taskListCheckValueUnchecked"),e.consume(p),e.exit("taskListCheckValueUnchecked"),u):p===88||p===120?(e.enter("taskListCheckValueChecked"),e.consume(p),e.exit("taskListCheckValueChecked"),u):r(p)}function u(p){return p===93?(e.enter("taskListCheckMarker"),e.consume(p),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),f):r(p)}function f(p){return Re(p)?t(p):Xe(p)?e.check({tokenize:b5},t,r)(p):r(p)}}function b5(e,t,r){return rt(e,a,"whitespace");function a(o){return o===null?r(o):t(o)}}function y5(e){return t0([$O(),QO(),o5(e),d5(),m5()])}const v5={};function q0(e){const t=this,r=e||v5,a=t.data(),o=a.micromarkExtensions||(a.micromarkExtensions=[]),c=a.fromMarkdownExtensions||(a.fromMarkdownExtensions=[]),u=a.toMarkdownExtensions||(a.toMarkdownExtensions=[]);o.push(y5(r)),c.push(UO()),u.push(PO(r))}const hx=(function(e,t,r){const a=wl(r);if(!e||!e.type||!e.children)throw new Error("Expected parent node");if(typeof t=="number"){if(t<0||t===Number.POSITIVE_INFINITY)throw new Error("Expected positive finite number as index")}else if(t=e.children.indexOf(t),t<0)throw new Error("Expected child node or index");for(;++t<e.children.length;)if(a(e.children[t],t,e))return e.children[t]}),Aa=(function(e){if(e==null)return S5;if(typeof e=="string")return E5(e);if(typeof e=="object")return x5(e);if(typeof e=="function")return $p(e);throw new Error("Expected function, string, or array as `test`")});function x5(e){const t=[];let r=-1;for(;++r<e.length;)t[r]=Aa(e[r]);return $p(a);function a(...o){let c=-1;for(;++c<t.length;)if(t[c].apply(this,o))return!0;return!1}}function E5(e){return $p(t);function t(r){return r.tagName===e}}function $p(e){return t;function t(r,a,o){return!!(_5(r)&&e.call(this,r,typeof a=="number"?a:void 0,o||void 0))}}function S5(e){return!!(e&&typeof e=="object"&&"type"in e&&e.type==="element"&&"tagName"in e&&typeof e.tagName=="string")}function _5(e){return e!==null&&typeof e=="object"&&"type"in e&&"tagName"in e}const px=/\n/g,mx=/[\t ]+/g,ip=Aa("br"),gx=Aa(M5),w5=Aa("p"),bx=Aa("tr"),k5=Aa(["datalist","head","noembed","noframes","noscript","rp","script","style","template","title",O5,R5]),V0=Aa(["address","article","aside","blockquote","body","caption","center","dd","dialog","dir","dl","dt","div","figure","figcaption","footer","form,","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","legend","li","listing","main","menu","nav","ol","p","plaintext","pre","section","ul","xmp"]);function T5(e,t){const r=t||{},a="children"in e?e.children:[],o=V0(e),c=X0(e,{whitespace:r.whitespace||"normal"}),u=[];(e.type==="text"||e.type==="comment")&&u.push(...W0(e,{breakBefore:!0,breakAfter:!0}));let f=-1;for(;++f<a.length;)u.push(...Y0(a[f],e,{whitespace:c,breakBefore:f?void 0:o,breakAfter:f<a.length-1?ip(a[f+1]):o}));const p=[];let m;for(f=-1;++f<u.length;){const b=u[f];typeof b=="number"?m!==void 0&&b>m&&(m=b):b&&(m!==void 0&&m>-1&&p.push(`
|
|
78
|
+
`.repeat(m)||" "),m=-1,p.push(b))}return p.join("")}function Y0(e,t,r){return e.type==="element"?N5(e,t,r):e.type==="text"?r.whitespace==="normal"?W0(e,r):C5(e):[]}function N5(e,t,r){const a=X0(e,r),o=e.children||[];let c=-1,u=[];if(k5(e))return u;let f,p;for(ip(e)||bx(e)&&hx(t,e,bx)?p=`
|
|
79
|
+
`:w5(e)?(f=2,p=2):V0(e)&&(f=1,p=1);++c<o.length;)u=u.concat(Y0(o[c],e,{whitespace:a,breakBefore:c?void 0:f,breakAfter:c<o.length-1?ip(o[c+1]):p}));return gx(e)&&hx(t,e,gx)&&u.push(" "),f&&u.unshift(f),p&&u.push(p),u}function W0(e,t){const r=String(e.value),a=[],o=[];let c=0;for(;c<=r.length;){px.lastIndex=c;const p=px.exec(r),m=p&&"index"in p?p.index:r.length;a.push(A5(r.slice(c,m).replace(/[\u061C\u200E\u200F\u202A-\u202E\u2066-\u2069]/g,""),c===0?t.breakBefore:!0,m===r.length?t.breakAfter:!0)),c=m+1}let u=-1,f;for(;++u<a.length;)a[u].charCodeAt(a[u].length-1)===8203||u<a.length-1&&a[u+1].charCodeAt(0)===8203?(o.push(a[u]),f=void 0):a[u]?(typeof f=="number"&&o.push(f),o.push(a[u]),f=0):(u===0||u===a.length-1)&&o.push(0);return o}function C5(e){return[String(e.value)]}function A5(e,t,r){const a=[];let o=0,c;for(;o<e.length;){mx.lastIndex=o;const u=mx.exec(e);c=u?u.index:e.length,!o&&!c&&u&&!t&&a.push(""),o!==c&&a.push(e.slice(o,c)),o=u?c+u[0].length:c}return o!==c&&!r&&a.push(""),a.join(" ")}function X0(e,t){if(e.type==="element"){const r=e.properties||{};switch(e.tagName){case"listing":case"plaintext":case"xmp":return"pre";case"nobr":return"nowrap";case"pre":return r.wrap?"pre-wrap":"pre";case"td":case"th":return r.noWrap?"nowrap":t.whitespace;case"textarea":return"pre-wrap"}}return t.whitespace}function O5(e){return!!(e.properties||{}).hidden}function M5(e){return e.tagName==="td"||e.tagName==="th"}function R5(e){return e.tagName==="dialog"&&!(e.properties||{}).open}function I5(e){const t=e.regex,r=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),a="decltype\\(auto\\)",o="[a-zA-Z_]\\w*::",u="(?!struct)("+a+"|"+t.optional(o)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",f={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},m={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},b={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},y={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(m,{className:"string"}),{className:"string",begin:/<.*?>/},r,e.C_BLOCK_COMMENT_MODE]},v={className:"title",begin:t.optional(o)+e.IDENT_RE,relevance:0},x=t.optional(o)+e.IDENT_RE+"\\s*\\(",S=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],_=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],A=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","flat_map","flat_set","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],T=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],C={type:_,keyword:S,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:A},j={className:"function.dispatch",relevance:0,keywords:{_hint:T},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},I=[j,y,f,r,e.C_BLOCK_COMMENT_MODE,b,m],$={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:C,contains:I.concat([{begin:/\(/,end:/\)/,keywords:C,contains:I.concat(["self"]),relevance:0}]),relevance:0},V={className:"function",begin:"("+u+"[\\*&\\s]+)+"+x,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:C,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:C,relevance:0},{begin:x,returnBegin:!0,contains:[v],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[m,b]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:C,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,m,b,f,{begin:/\(/,end:/\)/,keywords:C,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,m,b,f]}]},f,r,e.C_BLOCK_COMMENT_MODE,y]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:C,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat($,V,j,I,[y,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)",end:">",keywords:C,contains:["self",f]},{begin:e.IDENT_RE+"::",keywords:C},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function D5(e){const t={type:["boolean","byte","word","String"],built_in:["KeyboardController","MouseController","SoftwareSerial","EthernetServer","EthernetClient","LiquidCrystal","RobotControl","GSMVoiceCall","EthernetUDP","EsploraTFT","HttpClient","RobotMotor","WiFiClient","GSMScanner","FileSystem","Scheduler","GSMServer","YunClient","YunServer","IPAddress","GSMClient","GSMModem","Keyboard","Ethernet","Console","GSMBand","Esplora","Stepper","Process","WiFiUDP","GSM_SMS","Mailbox","USBHost","Firmata","PImage","Client","Server","GSMPIN","FileIO","Bridge","Serial","EEPROM","Stream","Mouse","Audio","Servo","File","Task","GPRS","WiFi","Wire","TFT","GSM","SPI","SD"],_hints:["setup","loop","runShellCommandAsynchronously","analogWriteResolution","retrieveCallingNumber","printFirmwareVersion","analogReadResolution","sendDigitalPortPair","noListenOnLocalhost","readJoystickButton","setFirmwareVersion","readJoystickSwitch","scrollDisplayRight","getVoiceCallStatus","scrollDisplayLeft","writeMicroseconds","delayMicroseconds","beginTransmission","getSignalStrength","runAsynchronously","getAsynchronously","listenOnLocalhost","getCurrentCarrier","readAccelerometer","messageAvailable","sendDigitalPorts","lineFollowConfig","countryNameWrite","runShellCommand","readStringUntil","rewindDirectory","readTemperature","setClockDivider","readLightSensor","endTransmission","analogReference","detachInterrupt","countryNameRead","attachInterrupt","encryptionType","readBytesUntil","robotNameWrite","readMicrophone","robotNameRead","cityNameWrite","userNameWrite","readJoystickY","readJoystickX","mouseReleased","openNextFile","scanNetworks","noInterrupts","digitalWrite","beginSpeaker","mousePressed","isActionDone","mouseDragged","displayLogos","noAutoscroll","addParameter","remoteNumber","getModifiers","keyboardRead","userNameRead","waitContinue","processInput","parseCommand","printVersion","readNetworks","writeMessage","blinkVersion","cityNameRead","readMessage","setDataMode","parsePacket","isListening","setBitOrder","beginPacket","isDirectory","motorsWrite","drawCompass","digitalRead","clearScreen","serialEvent","rightToLeft","setTextSize","leftToRight","requestFrom","keyReleased","compassRead","analogWrite","interrupts","WiFiServer","disconnect","playMelody","parseFloat","autoscroll","getPINUsed","setPINUsed","setTimeout","sendAnalog","readSlider","analogRead","beginWrite","createChar","motorsStop","keyPressed","tempoWrite","readButton","subnetMask","debugPrint","macAddress","writeGreen","randomSeed","attachGPRS","readString","sendString","remotePort","releaseAll","mouseMoved","background","getXChange","getYChange","answerCall","getResult","voiceCall","endPacket","constrain","getSocket","writeJSON","getButton","available","connected","findUntil","readBytes","exitValue","readGreen","writeBlue","startLoop","IPAddress","isPressed","sendSysex","pauseMode","gatewayIP","setCursor","getOemKey","tuneWrite","noDisplay","loadImage","switchPIN","onRequest","onReceive","changePIN","playFile","noBuffer","parseInt","overflow","checkPIN","knobRead","beginTFT","bitClear","updateIR","bitWrite","position","writeRGB","highByte","writeRed","setSpeed","readBlue","noStroke","remoteIP","transfer","shutdown","hangCall","beginSMS","endWrite","attached","maintain","noCursor","checkReg","checkPUK","shiftOut","isValid","shiftIn","pulseIn","connect","println","localIP","pinMode","getIMEI","display","noBlink","process","getBand","running","beginSD","drawBMP","lowByte","setBand","release","bitRead","prepare","pointTo","readRed","setMode","noFill","remove","listen","stroke","detach","attach","noTone","exists","buffer","height","bitSet","circle","config","cursor","random","IRread","setDNS","endSMS","getKey","micros","millis","begin","print","write","ready","flush","width","isPIN","blink","clear","press","mkdir","rmdir","close","point","yield","image","BSSID","click","delay","read","text","move","peek","beep","rect","line","open","seek","fill","size","turn","stop","home","find","step","tone","sqrt","RSSI","SSID","end","bit","tan","cos","sin","pow","map","abs","max","min","get","run","put"],literal:["DIGITAL_MESSAGE","FIRMATA_STRING","ANALOG_MESSAGE","REPORT_DIGITAL","REPORT_ANALOG","INPUT_PULLUP","SET_PIN_MODE","INTERNAL2V56","SYSTEM_RESET","LED_BUILTIN","INTERNAL1V1","SYSEX_START","INTERNAL","EXTERNAL","DEFAULT","OUTPUT","INPUT","HIGH","LOW"]},r=I5(e),a=r.keywords;return a.type=[...a.type,...t.type],a.literal=[...a.literal,...t.literal],a.built_in=[...a.built_in,...t.built_in],a._hints=t._hints,r.name="Arduino",r.aliases=["ino"],r.supersetOf="cpp",r}function L5(e){const t=e.regex,r={},a={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[r]}]};Object.assign(r,{className:"variable",variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},a]});const o={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},c=e.inherit(e.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:"comment"}}),u={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},f={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r,o]};o.contains.push(f);const p={match:/\\"/},m={className:"string",begin:/'/,end:/'/},b={match:/\\'/},y={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,r]},v=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],x=e.SHEBANG({binary:`(${v.join("|")})`,relevance:10}),S={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},_=["if","then","else","elif","fi","time","for","while","until","in","do","done","case","esac","coproc","function","select"],A=["true","false"],T={match:/(\/[a-z._-]+)+/},D=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],k=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],C=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],j=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:_,literal:A,built_in:[...D,...k,"set","shopt",...C,...j]},contains:[x,e.SHEBANG(),S,y,c,u,T,f,p,m,b,r]}}function j5(e){const t=e.regex,r=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),a="decltype\\(auto\\)",o="[a-zA-Z_]\\w*::",u="("+a+"|"+t.optional(o)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",f={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},m={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},b={className:"number",variants:[{match:/\b(0b[01']+)/},{match:/(-?)\b([\d']+(\.[\d']*)?|\.[\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)/},{match:/(-?)\b(0[xX][a-fA-F0-9]+(?:'[a-fA-F0-9]+)*(?:\.[a-fA-F0-9]*(?:'[a-fA-F0-9]*)*)?(?:[pP][-+]?[0-9]+)?(l|L)?(u|U)?)/},{match:/(-?)\b\d+(?:'\d+)*(?:\.\d*(?:'\d*)*)?(?:[eE][-+]?\d+)?/}],relevance:0},y={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef elifdef elifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(m,{className:"string"}),{className:"string",begin:/<.*?>/},r,e.C_BLOCK_COMMENT_MODE]},v={className:"title",begin:t.optional(o)+e.IDENT_RE,relevance:0},x=t.optional(o)+e.IDENT_RE+"\\s*\\(",A={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","typeof","typeof_unqual","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_BitInt","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal96","_Decimal128","_Decimal64x","_Decimal128x","_Float16","_Float32","_Float64","_Float128","_Float32x","_Float64x","_Float128x","const","static","constexpr","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},T=[y,f,r,e.C_BLOCK_COMMENT_MODE,b,m],D={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:A,contains:T.concat([{begin:/\(/,end:/\)/,keywords:A,contains:T.concat(["self"]),relevance:0}]),relevance:0},k={begin:"("+u+"[\\*&\\s]+)+"+x,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:A,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:A,relevance:0},{begin:x,returnBegin:!0,contains:[e.inherit(v,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,m,b,f,{begin:/\(/,end:/\)/,keywords:A,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,m,b,f]}]},f,r,e.C_BLOCK_COMMENT_MODE,y]};return{name:"C",aliases:["h"],keywords:A,disableAutodetect:!0,illegal:"</",contains:[].concat(D,k,T,[y,{begin:e.IDENT_RE+"::",keywords:A},{className:"class",beginKeywords:"enum class struct union",end:/[{;:<>=]/,contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:y,strings:m,keywords:A}}}function z5(e){const t=e.regex,r=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),a="decltype\\(auto\\)",o="[a-zA-Z_]\\w*::",u="(?!struct)("+a+"|"+t.optional(o)+"[a-zA-Z_]\\w*"+t.optional("<[^<>]+>")+")",f={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},m={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+"\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)"+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},b={className:"number",variants:[{begin:"[+-]?(?:(?:[0-9](?:'?[0-9])*\\.(?:[0-9](?:'?[0-9])*)?|\\.[0-9](?:'?[0-9])*)(?:[Ee][+-]?[0-9](?:'?[0-9])*)?|[0-9](?:'?[0-9])*[Ee][+-]?[0-9](?:'?[0-9])*|0[Xx](?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*(?:\\.(?:[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)?)?|\\.[0-9A-Fa-f](?:'?[0-9A-Fa-f])*)[Pp][+-]?[0-9](?:'?[0-9])*)(?:[Ff](?:16|32|64|128)?|(BF|bf)16|[Ll]|)"},{begin:"[+-]?\\b(?:0[Bb][01](?:'?[01])*|0[Xx][0-9A-Fa-f](?:'?[0-9A-Fa-f])*|0(?:'?[0-7])*|[1-9](?:'?[0-9])*)(?:[Uu](?:LL?|ll?)|[Uu][Zz]?|(?:LL?|ll?)[Uu]?|[Zz][Uu]|)"}],relevance:0},y={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(m,{className:"string"}),{className:"string",begin:/<.*?>/},r,e.C_BLOCK_COMMENT_MODE]},v={className:"title",begin:t.optional(o)+e.IDENT_RE,relevance:0},x=t.optional(o)+e.IDENT_RE+"\\s*\\(",S=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],_=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],A=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","flat_map","flat_set","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],T=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],C={type:_,keyword:S,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:A},j={className:"function.dispatch",relevance:0,keywords:{_hint:T},begin:t.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\s*\(/))},I=[j,y,f,r,e.C_BLOCK_COMMENT_MODE,b,m],$={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:C,contains:I.concat([{begin:/\(/,end:/\)/,keywords:C,contains:I.concat(["self"]),relevance:0}]),relevance:0},V={className:"function",begin:"("+u+"[\\*&\\s]+)+"+x,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:C,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:a,keywords:C,relevance:0},{begin:x,returnBegin:!0,contains:[v],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[m,b]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:C,relevance:0,contains:[r,e.C_BLOCK_COMMENT_MODE,m,b,f,{begin:/\(/,end:/\)/,keywords:C,relevance:0,contains:["self",r,e.C_BLOCK_COMMENT_MODE,m,b,f]}]},f,r,e.C_BLOCK_COMMENT_MODE,y]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:C,illegal:"</",classNameAliases:{"function.dispatch":"built_in"},contains:[].concat($,V,j,I,[y,{begin:"\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function|flat_map|flat_set)\\s*<(?!<)",end:">",keywords:C,contains:["self",f]},{begin:e.IDENT_RE+"::",keywords:C},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}function B5(e){const t=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],r=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],a=["default","false","null","true"],o=["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],c=["add","alias","and","ascending","args","async","await","by","descending","dynamic","equals","file","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","record","remove","required","scoped","select","set","unmanaged","value|0","var","when","where","with","yield"],u={keyword:o.concat(c),built_in:t,literal:a},f=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),p={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},m={className:"string",begin:/"""("*)(?!")(.|\n)*?"""\1/,relevance:1},b={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},y=e.inherit(b,{illegal:/\n/}),v={className:"subst",begin:/\{/,end:/\}/,keywords:u},x=e.inherit(v,{illegal:/\n/}),S={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},e.BACKSLASH_ESCAPE,x]},_={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},v]},A=e.inherit(_,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},x]});v.contains=[_,S,b,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,e.C_BLOCK_COMMENT_MODE],x.contains=[A,S,y,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const T={variants:[m,_,S,b,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},D={begin:"<",end:">",contains:[{beginKeywords:"in out"},f]},k=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",C={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:u,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"<!--|-->"},{begin:"</?",end:">"}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},T,p,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},f,D,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[f,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[f,D,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+k+"\\s+)+"+e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:u,contains:[{beginKeywords:r.join(" "),relevance:0},{begin:e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[e.TITLE_MODE,D],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:u,relevance:0,contains:[T,p,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},C]}}const U5=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),P5=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],H5=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],F5=[...P5,...H5],$5=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),G5=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),K5=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),q5=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function V5(e){const t=e.regex,r=U5(e),a={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},o="and or not only",c=/@-?\w[\w]*(-\w+)*/,u="[a-zA-Z-][a-zA-Z0-9_-]*",f=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[r.BLOCK_COMMENT,a,r.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+u,relevance:0},r.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+G5.join("|")+")"},{begin:":(:)?("+K5.join("|")+")"}]},r.CSS_VARIABLE,{className:"attribute",begin:"\\b("+q5.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[r.BLOCK_COMMENT,r.HEXCOLOR,r.IMPORTANT,r.CSS_NUMBER_MODE,...f,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...f,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},r.FUNCTION_DISPATCH]},{begin:t.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:c},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:o,attribute:$5.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...f,r.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+F5.join("|")+")\\b"}]}}function Y5(e){const t=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:t.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:t.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}function W5(e){const c={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:c,illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",variants:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:"`",end:"`"}]},{className:"number",variants:[{match:/-?\b0[xX]\.[a-fA-F0-9](_?[a-fA-F0-9])*[pP][+-]?\d(_?\d)*i?/,relevance:0},{match:/-?\b0[xX](_?[a-fA-F0-9])+((\.([a-fA-F0-9](_?[a-fA-F0-9])*)?)?[pP][+-]?\d(_?\d)*)?i?/,relevance:0},{match:/-?\b0[oO](_?[0-7])*i?/,relevance:0},{match:/-?\.\d(_?\d)*([eE][+-]?\d(_?\d)*)?i?/,relevance:0},{match:/-?\b\d(_?\d)*(\.(\d(_?\d)*)?)?([eE][+-]?\d(_?\d)*)?i?/,relevance:0}]},{begin:/:=/},{className:"function",beginKeywords:"func",end:"\\s*(\\{|$)",excludeEnd:!0,contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:c,illegal:/["']/}]}]}}function X5(e){const t=e.regex,r=/[_A-Za-z][_0-9A-Za-z]*/;return{name:"GraphQL",aliases:["gql"],case_insensitive:!0,disableAutodetect:!1,keywords:{keyword:["query","mutation","subscription","type","input","schema","directive","interface","union","scalar","fragment","enum","on"],literal:["true","false","null"]},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{scope:"punctuation",match:/[.]{3}/,relevance:0},{scope:"punctuation",begin:/[\!\(\)\:\=\[\]\{\|\}]{1}/,relevance:0},{scope:"variable",begin:/\$/,end:/\W/,excludeEnd:!0,relevance:0},{scope:"meta",match:/@\w+/,excludeEnd:!0},{scope:"symbol",begin:t.concat(r,t.lookahead(/\s*:/)),relevance:0}],illegal:[/[;<']/,/BEGIN/]}}function Z5(e){const t=e.regex,r={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:e.NUMBER_RE}]},a=e.COMMENT();a.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const o={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},c={className:"literal",begin:/\bon|off|true|false|yes|no\b/},u={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},f={begin:/\[/,end:/\]/,contains:[a,c,o,u,r,"self"],relevance:0},p=/[A-Za-z0-9_-]+/,m=/"(\\"|[^"])*"/,b=/'[^']*'/,y=t.either(p,m,b),v=t.concat(y,"(\\s*\\.\\s*",y,")*",t.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[a,{className:"section",begin:/\[+/,end:/\]+/},{begin:v,className:"attr",starts:{end:/$/,contains:[a,f,c,o,u,r]}}]}}var _s="[0-9](_*[0-9])*",tu=`\\.(${_s})`,nu="[0-9a-fA-F](_*[0-9a-fA-F])*",yx={className:"number",variants:[{begin:`(\\b(${_s})((${tu})|\\.)?|(${tu}))[eE][+-]?(${_s})[fFdD]?\\b`},{begin:`\\b(${_s})((${tu})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${tu})[fFdD]?\\b`},{begin:`\\b(${_s})[fFdD]\\b`},{begin:`\\b0[xX]((${nu})\\.?|(${nu})?\\.(${nu}))[pP][+-]?(${_s})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${nu})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function Z0(e,t,r){return r===-1?"":e.replace(t,a=>Z0(e,t,r-1))}function J5(e){const t=e.regex,r="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",a=r+Z0("(?:<"+r+"~~~(?:\\s*,\\s*"+r+"~~~)*>)?",/~~~/g,2),p={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits","goto","when"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},m={className:"meta",begin:"@"+r,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},b={className:"params",begin:/\(/,end:/\)/,keywords:p,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:p,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[e.BACKSLASH_ESCAPE]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,r],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[t.concat(/(?!else)/,r),/\s+/,r,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,r],className:{1:"keyword",3:"title.class"},contains:[b,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+a+"\\s+)",e.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:p,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:p,relevance:0,contains:[m,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,yx,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},yx,m]}}const vx="[A-Za-z$_][0-9A-Za-z$_]*",Q5=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],eM=["true","false","null","undefined","NaN","Infinity"],J0=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],Q0=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],eE=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],tM=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],nM=[].concat(eE,J0,Q0);function rM(e){const t=e.regex,r=(se,{after:be})=>{const M="</"+se[0].slice(1);return se.input.indexOf(M,be)!==-1},a=vx,o={begin:"<>",end:"</>"},c=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(se,be)=>{const M=se[0].length+se.index,L=se.input[M];if(L==="<"||L===","){be.ignoreMatch();return}L===">"&&(r(se,{after:M})||be.ignoreMatch());let O;const w=se.input.substring(M);if(O=w.match(/^\s*=/)){be.ignoreMatch();return}if((O=w.match(/^\s+extends\s+/))&&O.index===0){be.ignoreMatch();return}}},f={$pattern:vx,keyword:Q5,literal:eM,built_in:nM,"variable.language":tM},p="[0-9](_?[0-9])*",m=`\\.(${p})`,b="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",y={className:"number",variants:[{begin:`(\\b(${b})((${m})|\\.)?|(${m}))[eE][+-]?(${p})\\b`},{begin:`\\b(${b})\\b((${m})\\b|\\.)?|(${m})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},v={className:"subst",begin:"\\$\\{",end:"\\}",keywords:f,contains:[]},x={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"xml"}},S={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"css"}},_={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"graphql"}},A={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,v]},D={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:a+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},k=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,A,{match:/\$\d+/},y];v.contains=k.concat({begin:/\{/,end:/\}/,keywords:f,contains:["self"].concat(k)});const C=[].concat(D,v.contains),j=C.concat([{begin:/(\s*)\(/,end:/\)/,keywords:f,contains:["self"].concat(C)}]),I={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:f,contains:j},$={variants:[{match:[/class/,/\s+/,a,/\s+/,/extends/,/\s+/,t.concat(a,"(",t.concat(/\./,a),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,a],scope:{1:"keyword",3:"title.class"}}]},V={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...J0,...Q0]}},te={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},P={variants:[{match:[/function/,/\s+/,a,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[I],illegal:/%/},F={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function q(se){return t.concat("(?!",se.join("|"),")")}const ce={match:t.concat(/\b/,q([...eE,"super","import"].map(se=>`${se}\\s*\\(`)),a,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},ie={begin:t.concat(/\./,t.lookahead(t.concat(a,/(?![0-9A-Za-z$_(])/))),end:a,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},K={match:[/get|set/,/\s+/,a,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},I]},U="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",ee={match:[/const|var|let/,/\s+/,a,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(U)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[I]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:f,exports:{PARAMS_CONTAINS:j,CLASS_REFERENCE:V},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),te,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,A,D,{match:/\$\d+/},y,V,{scope:"attr",match:a+t.lookahead(":"),relevance:0},ee,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[D,e.REGEXP_MODE,{className:"function",begin:U,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:f,contains:j}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:o.begin,end:o.end},{match:c},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},P,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[I,e.inherit(e.TITLE_MODE,{begin:a,className:"title.function"})]},{match:/\.\.\./,relevance:0},ie,{match:"\\$"+a,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[I]},ce,F,$,K,{match:/\$[(.]/}]}}function iM(e){const t={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},r={match:/[{}[\],:]/,className:"punctuation",relevance:0},a=["true","false","null"],o={scope:"literal",beginKeywords:a.join(" ")};return{name:"JSON",aliases:["jsonc"],keywords:{literal:a},contains:[t,r,e.QUOTE_STRING_MODE,o,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}var ws="[0-9](_*[0-9])*",ru=`\\.(${ws})`,iu="[0-9a-fA-F](_*[0-9a-fA-F])*",aM={className:"number",variants:[{begin:`(\\b(${ws})((${ru})|\\.)?|(${ru}))[eE][+-]?(${ws})[fFdD]?\\b`},{begin:`\\b(${ws})((${ru})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${ru})[fFdD]?\\b`},{begin:`\\b(${ws})[fFdD]\\b`},{begin:`\\b0[xX]((${iu})\\.?|(${iu})?\\.(${iu}))[pP][+-]?(${ws})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${iu})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function sM(e){const t={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},r={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},a={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},o={className:"subst",begin:/\$\{/,end:/\}/,contains:[e.C_NUMBER_MODE]},c={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},u={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[c,o]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,c,o]}]};o.contains.push(u);const f={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},p={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(u,{className:"string"}),"self"]}]},m=aM,b=e.COMMENT("/\\*","\\*/",{contains:[e.C_BLOCK_COMMENT_MODE]}),y={variants:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},v=y;return v.variants[1].contains=[y],y.variants[1].contains=[v],{name:"Kotlin",aliases:["kt","kts"],keywords:t,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,b,r,a,f,p,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:t,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[y,e.C_LINE_COMMENT_MODE,b],relevance:0},e.C_LINE_COMMENT_MODE,b,f,p,u,e.C_NUMBER_MODE]},b]},{begin:[/class|interface|trait/,/\s+/,e.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},f,p]},u,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:`
|
|
80
|
+
`},m]}}const oM=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),lM=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],cM=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],uM=[...lM,...cM],dM=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),tE=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),nE=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),fM=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse(),hM=tE.concat(nE).sort().reverse();function pM(e){const t=oM(e),r=hM,a="and or not only",o="[\\w-]+",c="("+o+"|@\\{"+o+"\\})",u=[],f=[],p=function(k){return{className:"string",begin:"~?"+k+".*?"+k}},m=function(k,C,j){return{className:k,begin:C,relevance:j}},b={$pattern:/[a-z-]+/,keyword:a,attribute:dM.join(" ")},y={begin:"\\(",end:"\\)",contains:f,keywords:b,relevance:0};f.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,p("'"),p('"'),t.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},t.HEXCOLOR,y,m("variable","@@?"+o,10),m("variable","@\\{"+o+"\\}"),m("built_in","~?`[^`]*?`"),{className:"attribute",begin:o+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},t.IMPORTANT,{beginKeywords:"and not"},t.FUNCTION_DISPATCH);const v=f.concat({begin:/\{/,end:/\}/,contains:u}),x={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(f)},S={begin:c+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+fM.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:f}}]},_={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:b,returnEnd:!0,contains:f,relevance:0}},A={className:"variable",variants:[{begin:"@"+o+"\\s*:",relevance:15},{begin:"@"+o}],starts:{end:"[;}]",returnEnd:!0,contains:v}},T={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:c,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,x,m("keyword","all\\b"),m("variable","@\\{"+o+"\\}"),{begin:"\\b("+uM.join("|")+")\\b",className:"selector-tag"},t.CSS_NUMBER_MODE,m("selector-tag",c,0),m("selector-id","#"+c),m("selector-class","\\."+c,0),m("selector-tag","&",0),t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+tE.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+nE.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:v},{begin:"!important"},t.FUNCTION_DISPATCH]},D={begin:o+`:(:)?(${r.join("|")})`,returnBegin:!0,contains:[T]};return u.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,_,A,D,S,T,x,t.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:u}}function mM(e){const t="\\[=*\\[",r="\\]=*\\]",a={begin:t,end:r,contains:["self"]},o=[e.COMMENT("--(?!"+t+")","$"),e.COMMENT("--"+t,r,{contains:[a],relevance:10})];return{name:"Lua",aliases:["pluto"],keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:o.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:o}].concat(o)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:t,end:r,contains:[a],relevance:5}])}}function gM(e){const t={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},r={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t]},a={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[t,r]},o={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},c={className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},u={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[t]};return{name:"Makefile",aliases:["mk","mak","make"],keywords:{$pattern:/[\w-]+/,keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"},contains:[e.HASH_COMMENT_MODE,t,r,a,o,c,u]}}function bM(e){const t=e.regex,r={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},a={begin:"^[-\\*]{3,}",end:"$"},o={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},c={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},u={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},f=/[A-Za-z][A-Za-z0-9+.-]*/,p={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:t.concat(/\[.+?\]\(/,f,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},m={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},b={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},y=e.inherit(m,{contains:[]}),v=e.inherit(b,{contains:[]});m.contains.push(v),b.contains.push(y);let x=[r,p];return[m,b,y,v].forEach(T=>{T.contains=T.contains.concat(x)}),x=x.concat(m,b),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:x},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:x}]}]},r,c,m,b,{className:"quote",begin:"^>\\s+",contains:x,end:"$"},o,a,p,u,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}function yM(e){const t={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},r=/[a-zA-Z@][a-zA-Z0-9_]*/,f={"variable.language":["this","super"],$pattern:r,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},p={$pattern:r,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:f,illegal:"</",contains:[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]}]},{className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),{className:"string",begin:/<.*?>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+p.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:p,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}function vM(e){const t=e.regex,r=["abs","accept","alarm","and","atan2","bind","binmode","bless","break","caller","chdir","chmod","chomp","chop","chown","chr","chroot","class","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","defined","delete","die","do","dump","each","else","elsif","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval","exec","exists","exit","exp","fcntl","field","fileno","flock","for","foreach","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethostbyname","gethostent","getlogin","getnetbyaddr","getnetbyname","getnetent","getpeername","getpgrp","getpriority","getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam","getpwuid","getservbyname","getservbyport","getservent","getsockname","getsockopt","given","glob","gmtime","goto","grep","gt","hex","if","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","listen","local","localtime","log","lstat","lt","ma","map","method","mkdir","msgctl","msgget","msgrcv","msgsnd","my","ne","next","no","not","oct","open","opendir","or","ord","our","pack","package","pipe","pop","pos","print","printf","prototype","push","q|0","qq","quotemeta","qw","qx","rand","read","readdir","readline","readlink","readpipe","recv","redo","ref","rename","require","reset","return","reverse","rewinddir","rindex","rmdir","say","scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnetent","setpgrp","setpriority","setprotoent","setpwent","setservent","setsockopt","shift","shmctl","shmget","shmread","shmwrite","shutdown","sin","sleep","socket","socketpair","sort","splice","split","sprintf","sqrt","srand","stat","state","study","sub","substr","symlink","syscall","sysopen","sysread","sysseek","system","syswrite","tell","telldir","tie","tied","time","times","tr","truncate","uc","ucfirst","umask","undef","unless","unlink","unpack","unshift","untie","until","use","utime","values","vec","wait","waitpid","wantarray","warn","when","while","write","x|0","xor","y|0"],a=/[dualxmsipngr]{0,12}/,o={$pattern:/[\w.]+/,keyword:r.join(" ")},c={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:o},u={begin:/->\{/,end:/\}/},f={scope:"attr",match:/\s+:\s*\w+(\s*\(.*?\))?/},p={scope:"variable",variants:[{begin:/\$\d/},{begin:t.concat(/[$%@](?!")(\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@](?!")[^\s\w{=]|\$=/,relevance:0}],contains:[f]},m={className:"number",variants:[{match:/0?\.[0-9][0-9_]+\b/},{match:/\bv?(0|[1-9][0-9_]*(\.[0-9_]+)?|[1-9][0-9_]*)\b/},{match:/\b0[0-7][0-7_]*\b/},{match:/\b0x[0-9a-fA-F][0-9a-fA-F_]*\b/},{match:/\b0b[0-1][0-1_]*\b/}],relevance:0},b=[e.BACKSLASH_ESCAPE,c,p],y=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],v=(_,A,T="\\1")=>{const D=T==="\\1"?T:t.concat(T,A);return t.concat(t.concat("(?:",_,")"),A,/(?:\\.|[^\\\/])*?/,D,/(?:\\.|[^\\\/])*?/,T,a)},x=(_,A,T)=>t.concat(t.concat("(?:",_,")"),A,/(?:\\.|[^\\\/])*?/,T,a),S=[p,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),u,{className:"string",contains:b,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},m,{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:v("s|tr|y",t.either(...y,{capture:!0}))},{begin:v("s|tr|y","\\(","\\)")},{begin:v("s|tr|y","\\[","\\]")},{begin:v("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:x("(?:m|qr)?",/\//,/\//)},{begin:x("m|qr",t.either(...y,{capture:!0}),/\1/)},{begin:x("m|qr",/\(/,/\)/)},{begin:x("m|qr",/\[/,/\]/)},{begin:x("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub method",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE,f]},{className:"class",beginKeywords:"class",end:"[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE,f,m]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return c.contains=S,u.contains=S,{name:"Perl",aliases:["pl","pm"],keywords:o,contains:S}}function xM(e){const t=e.regex,r=/(?![A-Za-z0-9])(?![$])/,a=t.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,r),o=t.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,r),c=t.concat(/[A-Z]+/,r),u={scope:"variable",match:"\\$+"+a},f={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},p={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},m=e.inherit(e.APOS_STRING_MODE,{illegal:null}),b=e.inherit(e.QUOTE_STRING_MODE,{illegal:null,contains:e.QUOTE_STRING_MODE.contains.concat(p)}),y={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:e.QUOTE_STRING_MODE.contains.concat(p),"on:begin":(ie,K)=>{K.data._beginMatch=ie[1]||ie[2]},"on:end":(ie,K)=>{K.data._beginMatch!==ie[1]&&K.ignoreMatch()}},v=e.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),x=`[
|
|
81
|
+
]`,S={scope:"string",variants:[b,m,y,v]},_={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},A=["false","null","true"],T=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],D=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],C={keyword:T,literal:(ie=>{const K=[];return ie.forEach(U=>{K.push(U),U.toLowerCase()===U?K.push(U.toUpperCase()):K.push(U.toLowerCase())}),K})(A),built_in:D},j=ie=>ie.map(K=>K.replace(/\|\d+$/,"")),I={variants:[{match:[/new/,t.concat(x,"+"),t.concat("(?!",j(D).join("\\b|"),"\\b)"),o],scope:{1:"keyword",4:"title.class"}}]},$=t.concat(a,"\\b(?!\\()"),V={variants:[{match:[t.concat(/::/,t.lookahead(/(?!class\b)/)),$],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[o,t.concat(/::/,t.lookahead(/(?!class\b)/)),$],scope:{1:"title.class",3:"variable.constant"}},{match:[o,t.concat("::",t.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[o,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},te={scope:"attr",match:t.concat(a,t.lookahead(":"),t.lookahead(/(?!::)/))},P={relevance:0,begin:/\(/,end:/\)/,keywords:C,contains:[te,u,V,e.C_BLOCK_COMMENT_MODE,S,_,I]},F={relevance:0,match:[/\b/,t.concat("(?!fn\\b|function\\b|",j(T).join("\\b|"),"|",j(D).join("\\b|"),"\\b)"),a,t.concat(x,"*"),t.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[P]};P.contains.push(F);const q=[te,V,e.C_BLOCK_COMMENT_MODE,S,_,I],ce={begin:t.concat(/#\[\s*\\?/,t.either(o,c)),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:A,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:A,keyword:["new","array"]},contains:["self",...q]},...q,{scope:"meta",variants:[{match:o},{match:c}]}]};return{case_insensitive:!1,keywords:C,contains:[ce,e.HASH_COMMENT_MODE,e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:e.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},f,{scope:"variable.language",match:/\$this\b/},u,F,V,{match:[/const/,/\s/,a],scope:{1:"keyword",3:"variable.constant"}},I,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:C,contains:["self",ce,u,V,e.C_BLOCK_COMMENT_MODE,S,_]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},e.UNDERSCORE_TITLE_MODE]},S,_]}}function EM(e){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}function SM(e){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}function _M(e){const t=e.regex,r=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),a=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],f={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:a,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},p={className:"meta",begin:/^(>>>|\.\.\.) /},m={className:"subst",begin:/\{/,end:/\}/,keywords:f,illegal:/#/},b={begin:/\{\{/,relevance:0},y={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,p],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,p],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,p,b,m]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,p,b,m]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,b,m]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,b,m]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},v="[0-9](_?[0-9])*",x=`(\\b(${v}))?\\.(${v})|\\b(${v})\\.`,S=`\\b|${a.join("|")}`,_={className:"number",relevance:0,variants:[{begin:`(\\b(${v})|(${x}))[eE][+-]?(${v})[jJ]?(?=${S})`},{begin:`(${x})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${S})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${S})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${S})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${S})`},{begin:`\\b(${v})[jJ](?=${S})`}]},A={className:"comment",begin:t.lookahead(/# type:/),end:/$/,keywords:f,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},T={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:f,contains:["self",p,_,y,e.HASH_COMMENT_MODE]}]};return m.contains=[y,_,p],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:f,illegal:/(<\/|\?)|=>/,contains:[p,_,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},y,A,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,r],scope:{1:"keyword",3:"title.function"},contains:[T]},{variants:[{match:[/\bclass/,/\s+/,r,/\s*/,/\(\s*/,r,/\s*\)/]},{match:[/\bclass/,/\s+/,r]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[_,T,y]}]}}function wM(e){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}function kM(e){const t=e.regex,r=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,a=t.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),o=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,c=t.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:r,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[e.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:t.lookahead(t.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:r},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),e.HASH_COMMENT_MODE,{scope:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[o,a]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,a]},{scope:{1:"punctuation",2:"number"},match:[c,a]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,a]}]},{scope:{3:"operator"},match:[r,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:o},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:c},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}function TM(e){const t=e.regex,r="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",a=t.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),o=t.concat(a,/(::\w+)*/),u={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield",...["include","extend","prepend","public","private","protected","raise","throw"]],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},f={className:"doctag",begin:"@[A-Za-z]+"},p={begin:"#<",end:">"},m=[e.COMMENT("#","$",{contains:[f]}),e.COMMENT("^=begin","^=end",{contains:[f],relevance:10}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],b={className:"subst",begin:/#\{/,end:/\}/,keywords:u},y={className:"string",contains:[e.BACKSLASH_ESCAPE,b],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?</,end:/>/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:t.concat(/<<[-~]?'?/,t.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,b]})]}]},v="[1-9](_?[0-9])*|0",x="[0-9](_?[0-9])*",S={className:"number",relevance:0,variants:[{begin:`\\b(${v})(\\.(${x}))?([eE][+-]?(${x})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},_={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:u}]},I=[y,{variants:[{match:[/class\s+/,o,/\s+<\s+/,o]},{match:[/\b(class|module)\s+/,o]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:u},{match:[/(include|extend)\s+/,o],scope:{2:"title.class"},keywords:u},{relevance:0,match:[o,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:a,scope:"title.class"},{match:[/def/,/\s+/,r],scope:{1:"keyword",3:"title.function"},contains:[_]},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[y,{begin:r}],relevance:0},S,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|(?!=)/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:u},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,b],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(p,m),relevance:0}].concat(p,m);b.contains=I,_.contains=I;const P=[{begin:/^\s*=>/,starts:{end:"$",contains:I}},{className:"meta.prompt",begin:"^("+"[>?]>"+"|"+"[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]"+"|"+"(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>"+")(?=[ ])",starts:{end:"$",keywords:u,contains:I}}];return m.unshift(p),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:u,illegal:/\/\*/,contains:[e.SHEBANG({binary:"ruby"})].concat(P).concat(m).concat(I)}}function NM(e){const t=e.regex,r=/(r#)?/,a=t.concat(r,e.UNDERSCORE_IDENT_RE),o=t.concat(r,e.IDENT_RE),c={className:"title.function.invoke",relevance:0,begin:t.concat(/\b/,/(?!let|for|while|if|else|match\b)/,o,t.lookahead(/\s*\(/))},u="([ui](8|16|32|64|128|size)|f(32|64))?",f=["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","union","unsafe","unsized","use","virtual","where","while","yield"],p=["true","false","Some","None","Ok","Err"],m=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","eprintln!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],b=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",type:b,keyword:f,literal:p,built_in:m},illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:"symbol",begin:/'[a-zA-Z_][a-zA-Z0-9_]*(?!')/},{scope:"string",variants:[{begin:/b?r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'/,end:/'/,contains:[{scope:"char.escape",match:/\\('|\w|x\w{2}|u\w{4}|U\w{8})/}]}]},{className:"number",variants:[{begin:"\\b0b([01_]+)"+u},{begin:"\\b0o([0-7_]+)"+u},{begin:"\\b0x([A-Fa-f0-9_]+)"+u},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+u}],relevance:0},{begin:[/fn/,/\s+/,a],className:{1:"keyword",3:"title.function"}},{className:"meta",begin:"#!?\\[",end:"\\]",contains:[{className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE]}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,a],className:{1:"keyword",3:"keyword",4:"variable"}},{begin:[/for/,/\s+/,a,/\s+/,/in/],className:{1:"keyword",3:"variable",5:"keyword"}},{begin:[/type/,/\s+/,a],className:{1:"keyword",3:"title.class"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,a],className:{1:"keyword",3:"title.class"}},{begin:e.IDENT_RE+"::",keywords:{keyword:"Self",built_in:m,type:b}},{className:"punctuation",begin:"->"},c]}}const CM=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),AM=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],OM=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],MM=[...AM,...OM],RM=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),IM=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),DM=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),LM=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function jM(e){const t=CM(e),r=DM,a=IM,o="@[a-z-]+",c="and or not only",f={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},t.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+MM.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+a.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+r.join("|")+")"},f,{begin:/\(/,end:/\)/,contains:[t.CSS_NUMBER_MODE]},t.CSS_VARIABLE,{className:"attribute",begin:"\\b("+LM.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[t.BLOCK_COMMENT,f,t.HEXCOLOR,t.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.IMPORTANT,t.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:o,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:c,attribute:RM.join(" ")},contains:[{begin:o,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},f,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.HEXCOLOR,t.CSS_NUMBER_MODE]},t.FUNCTION_DISPATCH]}}function zM(e){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}function BM(e){const t=e.regex,r=e.COMMENT("--","$"),a={scope:"string",variants:[{begin:/'/,end:/'/,contains:[{match:/''/}]}]},o={begin:/"/,end:/"/,contains:[{match:/""/}]},c=["true","false","unknown"],u=["double precision","large object","with timezone","without timezone"],f=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],p=["add","asc","collation","desc","final","first","last","view"],m=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],b=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],y=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],v=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],x=b,S=[...m,...p].filter(j=>!b.includes(j)),_={scope:"variable",match:/@[a-z0-9][a-z0-9_]*/},A={scope:"operator",match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},T={match:t.concat(/\b/,t.either(...x),/\s*\(/),relevance:0,keywords:{built_in:x}};function D(j){return t.concat(/\b/,t.either(...j.map(I=>I.replace(/\s+/,"\\s+"))),/\b/)}const k={scope:"keyword",match:D(v),relevance:0};function C(j,{exceptions:I,when:$}={}){const V=$;return I=I||[],j.map(te=>te.match(/\|\d+$/)||I.includes(te)?te:V(te)?`${te}|0`:te)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:C(S,{when:j=>j.length<3}),literal:c,type:f,built_in:y},contains:[{scope:"type",match:D(u)},k,T,_,a,o,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,r,A]}}function rE(e){return e?typeof e=="string"?e:e.source:null}function Vo(e){return yt("(?=",e,")")}function yt(...e){return e.map(r=>rE(r)).join("")}function UM(e){const t=e[e.length-1];return typeof t=="object"&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function bn(...e){return"("+(UM(e).capture?"":"?:")+e.map(a=>rE(a)).join("|")+")"}const Gp=e=>yt(/\b/,e,/\w$/.test(e)?/\b/:/\B/),PM=["Protocol","Type"].map(Gp),xx=["init","self"].map(Gp),HM=["Any","Self"],Sh=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","borrowing","break","case","catch","class","consume","consuming","continue","convenience","copy","default","defer","deinit","didSet","distributed","do","dynamic","each","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","macro","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","package","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],Ex=["false","nil","true"],FM=["assignment","associativity","higherThan","left","lowerThan","none","right"],$M=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warning"],Sx=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],iE=bn(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),aE=bn(iE,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),_h=yt(iE,aE,"*"),sE=bn(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),wu=bn(sE,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),wr=yt(sE,wu,"*"),au=yt(/[A-Z]/,wu,"*"),GM=["attached","autoclosure",yt(/convention\(/,bn("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","freestanding","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",yt(/objc\(/,wr,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","Sendable","testable","UIApplicationMain","unchecked","unknown","usableFromInline","warn_unqualified_access"],KM=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function qM(e){const t={match:/\s+/,relevance:0},r=e.COMMENT("/\\*","\\*/",{contains:["self"]}),a=[e.C_LINE_COMMENT_MODE,r],o={match:[/\./,bn(...PM,...xx)],className:{2:"keyword"}},c={match:yt(/\./,bn(...Sh)),relevance:0},u=Sh.filter(ve=>typeof ve=="string").concat(["_|0"]),f=Sh.filter(ve=>typeof ve!="string").concat(HM).map(Gp),p={variants:[{className:"keyword",match:bn(...f,...xx)}]},m={$pattern:bn(/\b\w+/,/#\w+/),keyword:u.concat($M),literal:Ex},b=[o,c,p],y={match:yt(/\./,bn(...Sx)),relevance:0},v={className:"built_in",match:yt(/\b/,bn(...Sx),/(?=\()/)},x=[y,v],S={match:/->/,relevance:0},_={className:"operator",relevance:0,variants:[{match:_h},{match:`\\.(\\.|${aE})+`}]},A=[S,_],T="([0-9]_*)+",D="([0-9a-fA-F]_*)+",k={className:"number",relevance:0,variants:[{match:`\\b(${T})(\\.(${T}))?([eE][+-]?(${T}))?\\b`},{match:`\\b0x(${D})(\\.(${D}))?([pP][+-]?(${T}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},C=(ve="")=>({className:"subst",variants:[{match:yt(/\\/,ve,/[0\\tnr"']/)},{match:yt(/\\/,ve,/u\{[0-9a-fA-F]{1,8}\}/)}]}),j=(ve="")=>({className:"subst",match:yt(/\\/,ve,/[\t ]*(?:[\r\n]|\r\n)/)}),I=(ve="")=>({className:"subst",label:"interpol",begin:yt(/\\/,ve,/\(/),end:/\)/}),$=(ve="")=>({begin:yt(ve,/"""/),end:yt(/"""/,ve),contains:[C(ve),j(ve),I(ve)]}),V=(ve="")=>({begin:yt(ve,/"/),end:yt(/"/,ve),contains:[C(ve),I(ve)]}),te={className:"string",variants:[$(),$("#"),$("##"),$("###"),V(),V("#"),V("##"),V("###")]},P=[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}],F={begin:/\/[^\s](?=[^/\n]*\/)/,end:/\//,contains:P},q=ve=>{const Ae=yt(ve,/\//),Ge=yt(/\//,ve);return{begin:Ae,end:Ge,contains:[...P,{scope:"comment",begin:`#(?!.*${Ge})`,end:/$/}]}},ce={scope:"regexp",variants:[q("###"),q("##"),q("#"),F]},ie={match:yt(/`/,wr,/`/)},K={className:"variable",match:/\$\d+/},U={className:"variable",match:`\\$${wu}+`},ee=[ie,K,U],se={match:/(@|#(un)?)available/,scope:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:KM,contains:[...A,k,te]}]}},be={scope:"keyword",match:yt(/@/,bn(...GM),Vo(bn(/\(/,/\s+/)))},M={scope:"meta",match:yt(/@/,wr)},L=[se,be,M],O={match:Vo(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:yt(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,wu,"+")},{className:"type",match:au,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:yt(/\s+&\s+/,Vo(au)),relevance:0}]},w={begin:/</,end:/>/,keywords:m,contains:[...a,...b,...L,S,O]};O.contains.push(w);const J={match:yt(wr,/\s*:/),keywords:"_|0",relevance:0},ge={begin:/\(/,end:/\)/,relevance:0,keywords:m,contains:["self",J,...a,ce,...b,...x,...A,k,te,...ee,...L,O]},ae={begin:/</,end:/>/,keywords:"repeat each",contains:[...a,O]},Ce={begin:bn(Vo(yt(wr,/\s*:/)),Vo(yt(wr,/\s+/,wr,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:wr}]},Ee={begin:/\(/,end:/\)/,keywords:m,contains:[Ce,...a,...b,...A,k,te,...L,O,ge],endsParent:!0,illegal:/["']/},Ne={match:[/(func|macro)/,/\s+/,bn(ie.match,wr,_h)],className:{1:"keyword",3:"title.function"},contains:[ae,Ee,t],illegal:[/\[/,/%/]},qe={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[ae,Ee,t],illegal:/\[|%/},it={match:[/operator/,/\s+/,_h],className:{1:"keyword",3:"title"}},Vn={begin:[/precedencegroup/,/\s+/,au],className:{1:"keyword",3:"title"},contains:[O],keywords:[...FM,...Ex],end:/}/},lr={match:[/class\b/,/\s+/,/func\b/,/\s+/,/\b[A-Za-z_][A-Za-z0-9_]*\b/],scope:{1:"keyword",3:"keyword",5:"title.function"}},de={match:[/class\b/,/\s+/,/var\b/],scope:{1:"keyword",3:"keyword"}},me={begin:[/(struct|protocol|class|extension|enum|actor)/,/\s+/,wr,/\s*/],beginScope:{1:"keyword",3:"title.class"},keywords:m,contains:[ae,...b,{begin:/:/,end:/\{/,keywords:m,contains:[{scope:"title.class.inherited",match:au},...b],relevance:0}]};for(const ve of te.variants){const Ae=ve.contains.find(vt=>vt.label==="interpol");Ae.keywords=m;const Ge=[...b,...x,...A,k,te,...ee];Ae.contains=[...Ge,{begin:/\(/,end:/\)/,contains:["self",...Ge]}]}return{name:"Swift",keywords:m,contains:[...a,Ne,qe,lr,de,me,it,Vn,{beginKeywords:"import",end:/$/,contains:[...a],relevance:0},ce,...b,...x,...A,k,te,...ee,...L,O,ge]}}const ku="[A-Za-z$_][0-9A-Za-z$_]*",oE=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],lE=["true","false","null","undefined","NaN","Infinity"],cE=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],uE=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],dE=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],fE=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],hE=[].concat(dE,cE,uE);function VM(e){const t=e.regex,r=(se,{after:be})=>{const M="</"+se[0].slice(1);return se.input.indexOf(M,be)!==-1},a=ku,o={begin:"<>",end:"</>"},c=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(se,be)=>{const M=se[0].length+se.index,L=se.input[M];if(L==="<"||L===","){be.ignoreMatch();return}L===">"&&(r(se,{after:M})||be.ignoreMatch());let O;const w=se.input.substring(M);if(O=w.match(/^\s*=/)){be.ignoreMatch();return}if((O=w.match(/^\s+extends\s+/))&&O.index===0){be.ignoreMatch();return}}},f={$pattern:ku,keyword:oE,literal:lE,built_in:hE,"variable.language":fE},p="[0-9](_?[0-9])*",m=`\\.(${p})`,b="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",y={className:"number",variants:[{begin:`(\\b(${b})((${m})|\\.)?|(${m}))[eE][+-]?(${p})\\b`},{begin:`\\b(${b})\\b((${m})\\b|\\.)?|(${m})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},v={className:"subst",begin:"\\$\\{",end:"\\}",keywords:f,contains:[]},x={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"xml"}},S={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"css"}},_={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,v],subLanguage:"graphql"}},A={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,v]},D={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:a+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},k=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,A,{match:/\$\d+/},y];v.contains=k.concat({begin:/\{/,end:/\}/,keywords:f,contains:["self"].concat(k)});const C=[].concat(D,v.contains),j=C.concat([{begin:/(\s*)\(/,end:/\)/,keywords:f,contains:["self"].concat(C)}]),I={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:f,contains:j},$={variants:[{match:[/class/,/\s+/,a,/\s+/,/extends/,/\s+/,t.concat(a,"(",t.concat(/\./,a),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,a],scope:{1:"keyword",3:"title.class"}}]},V={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...cE,...uE]}},te={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},P={variants:[{match:[/function/,/\s+/,a,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[I],illegal:/%/},F={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function q(se){return t.concat("(?!",se.join("|"),")")}const ce={match:t.concat(/\b/,q([...dE,"super","import"].map(se=>`${se}\\s*\\(`)),a,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},ie={begin:t.concat(/\./,t.lookahead(t.concat(a,/(?![0-9A-Za-z$_(])/))),end:a,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},K={match:[/get|set/,/\s+/,a,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},I]},U="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",ee={match:[/const|var|let/,/\s+/,a,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(U)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[I]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:f,exports:{PARAMS_CONTAINS:j,CLASS_REFERENCE:V},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),te,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,x,S,_,A,D,{match:/\$\d+/},y,V,{scope:"attr",match:a+t.lookahead(":"),relevance:0},ee,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[D,e.REGEXP_MODE,{className:"function",begin:U,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:f,contains:j}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:o.begin,end:o.end},{match:c},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},P,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[I,e.inherit(e.TITLE_MODE,{begin:a,className:"title.function"})]},{match:/\.\.\./,relevance:0},ie,{match:"\\$"+a,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[I]},ce,F,$,K,{match:/\$[(.]/}]}}function YM(e){const t=e.regex,r=VM(e),a=ku,o=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],c={begin:[/namespace/,/\s+/,e.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},u={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:o},contains:[r.exports.CLASS_REFERENCE]},f={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},p=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],m={$pattern:ku,keyword:oE.concat(p),literal:lE,built_in:hE.concat(o),"variable.language":fE},b={className:"meta",begin:"@"+a},y=(_,A,T)=>{const D=_.contains.findIndex(k=>k.label===A);if(D===-1)throw new Error("can not find mode to replace");_.contains.splice(D,1,T)};Object.assign(r.keywords,m),r.exports.PARAMS_CONTAINS.push(b);const v=r.contains.find(_=>_.scope==="attr"),x=Object.assign({},v,{match:t.concat(a,t.lookahead(/\s*\?:/))});r.exports.PARAMS_CONTAINS.push([r.exports.CLASS_REFERENCE,v,x]),r.contains=r.contains.concat([b,c,u,x]),y(r,"shebang",e.SHEBANG()),y(r,"use_strict",f);const S=r.contains.find(_=>_.label==="func.def");return S.relevance=0,Object.assign(r,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),r}function WM(e){const t=e.regex,r={className:"string",begin:/"(""|[^/n])"C\b/},a={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},o=/\d{1,2}\/\d{1,2}\/\d{4}/,c=/\d{4}-\d{1,2}-\d{1,2}/,u=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,f=/\d{1,2}(:\d{1,2}){1,2}/,p={className:"literal",variants:[{begin:t.concat(/# */,t.either(c,o),/ *#/)},{begin:t.concat(/# */,f,/ *#/)},{begin:t.concat(/# */,u,/ *#/)},{begin:t.concat(/# */,t.either(c,o),/ +/,t.either(u,f),/ *#/)}]},m={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},b={className:"label",begin:/^\w+:/},y=e.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),v=e.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[r,a,p,m,b,y,v,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[v]}]}}function XM(e){e.regex;const t=e.COMMENT(/\(;/,/;\)/);t.contains.push("self");const r=e.COMMENT(/;;/,/$/),a=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],o={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},c={className:"variable",begin:/\$[\w_]+/},u={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},f={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},p={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},m={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:a},contains:[r,t,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},c,u,o,e.QUOTE_STRING_MODE,p,m,f]}}function ZM(e){const t=e.regex,r=t.concat(/[\p{L}_]/u,t.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),a=/[\p{L}0-9._:-]+/u,o={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},c={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},u=e.inherit(c,{begin:/\(/,end:/\)/}),f=e.inherit(e.APOS_STRING_MODE,{className:"string"}),p=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),m={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:a,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[o]},{begin:/'/,end:/'/,contains:[o]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[c,p,f,u,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[c,u,p,f]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},o,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[p]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[m],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[m],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:t.concat(/</,t.lookahead(t.concat(r,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:r,relevance:0,starts:m}]},{className:"tag",begin:t.concat(/<\//,t.lookahead(t.concat(r,/>/))),contains:[{className:"name",begin:r,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}function JM(e){const t="true false yes no null",r="[\\w#;/?:@&=+$,.~*'()[\\]]+",a={className:"attr",variants:[{begin:/[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/},{begin:/"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/},{begin:/'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/}]},o={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},c={className:"string",relevance:0,begin:/'/,end:/'/,contains:[{match:/''/,scope:"char.escape",relevance:0}]},u={className:"string",relevance:0,variants:[{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,o]},f=e.inherit(u,{variants:[{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),v={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},x={end:",",endsWithParent:!0,excludeEnd:!0,keywords:t,relevance:0},S={begin:/\{/,end:/\}/,contains:[x],illegal:"\\n",relevance:0},_={begin:"\\[",end:"\\]",contains:[x],illegal:"\\n",relevance:0},A=[a,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+r},{className:"type",begin:"!<"+r+">"},{className:"type",begin:"!"+r},{className:"type",begin:"!!"+r},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},v,{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},S,_,c,u],T=[...A];return T.pop(),T.push(f),x.contains=T,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:A}}const QM={arduino:D5,bash:L5,c:j5,cpp:z5,csharp:B5,css:V5,diff:Y5,go:W5,graphql:X5,ini:Z5,java:J5,javascript:rM,json:iM,kotlin:sM,less:pM,lua:mM,makefile:gM,markdown:bM,objectivec:yM,perl:vM,php:xM,"php-template":EM,plaintext:SM,python:_M,"python-repl":wM,r:kM,ruby:TM,rust:NM,scss:jM,shell:zM,sql:BM,swift:qM,typescript:YM,vbnet:WM,wasm:XM,xml:ZM,yaml:JM};var wh,_x;function eR(){if(_x)return wh;_x=1;function e(B){return B instanceof Map?B.clear=B.delete=B.set=function(){throw new Error("map is read-only")}:B instanceof Set&&(B.add=B.clear=B.delete=function(){throw new Error("set is read-only")}),Object.freeze(B),Object.getOwnPropertyNames(B).forEach(oe=>{const xe=B[oe],Be=typeof xe;(Be==="object"||Be==="function")&&!Object.isFrozen(xe)&&e(xe)}),B}class t{constructor(oe){oe.data===void 0&&(oe.data={}),this.data=oe.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function r(B){return B.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function a(B,...oe){const xe=Object.create(null);for(const Be in B)xe[Be]=B[Be];return oe.forEach(function(Be){for(const Nt in Be)xe[Nt]=Be[Nt]}),xe}const o="</span>",c=B=>!!B.scope,u=(B,{prefix:oe})=>{if(B.startsWith("language:"))return B.replace("language:","language-");if(B.includes(".")){const xe=B.split(".");return[`${oe}${xe.shift()}`,...xe.map((Be,Nt)=>`${Be}${"_".repeat(Nt+1)}`)].join(" ")}return`${oe}${B}`};class f{constructor(oe,xe){this.buffer="",this.classPrefix=xe.classPrefix,oe.walk(this)}addText(oe){this.buffer+=r(oe)}openNode(oe){if(!c(oe))return;const xe=u(oe.scope,{prefix:this.classPrefix});this.span(xe)}closeNode(oe){c(oe)&&(this.buffer+=o)}value(){return this.buffer}span(oe){this.buffer+=`<span class="${oe}">`}}const p=(B={})=>{const oe={children:[]};return Object.assign(oe,B),oe};class m{constructor(){this.rootNode=p(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(oe){this.top.children.push(oe)}openNode(oe){const xe=p({scope:oe});this.add(xe),this.stack.push(xe)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(oe){return this.constructor._walk(oe,this.rootNode)}static _walk(oe,xe){return typeof xe=="string"?oe.addText(xe):xe.children&&(oe.openNode(xe),xe.children.forEach(Be=>this._walk(oe,Be)),oe.closeNode(xe)),oe}static _collapse(oe){typeof oe!="string"&&oe.children&&(oe.children.every(xe=>typeof xe=="string")?oe.children=[oe.children.join("")]:oe.children.forEach(xe=>{m._collapse(xe)}))}}class b extends m{constructor(oe){super(),this.options=oe}addText(oe){oe!==""&&this.add(oe)}startScope(oe){this.openNode(oe)}endScope(){this.closeNode()}__addSublanguage(oe,xe){const Be=oe.root;xe&&(Be.scope=`language:${xe}`),this.add(Be)}toHTML(){return new f(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function y(B){return B?typeof B=="string"?B:B.source:null}function v(B){return _("(?=",B,")")}function x(B){return _("(?:",B,")*")}function S(B){return _("(?:",B,")?")}function _(...B){return B.map(xe=>y(xe)).join("")}function A(B){const oe=B[B.length-1];return typeof oe=="object"&&oe.constructor===Object?(B.splice(B.length-1,1),oe):{}}function T(...B){return"("+(A(B).capture?"":"?:")+B.map(Be=>y(Be)).join("|")+")"}function D(B){return new RegExp(B.toString()+"|").exec("").length-1}function k(B,oe){const xe=B&&B.exec(oe);return xe&&xe.index===0}const C=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function j(B,{joinWith:oe}){let xe=0;return B.map(Be=>{xe+=1;const Nt=xe;let xt=y(Be),we="";for(;xt.length>0;){const Se=C.exec(xt);if(!Se){we+=xt;break}we+=xt.substring(0,Se.index),xt=xt.substring(Se.index+Se[0].length),Se[0][0]==="\\"&&Se[1]?we+="\\"+String(Number(Se[1])+Nt):(we+=Se[0],Se[0]==="("&&xe++)}return we}).map(Be=>`(${Be})`).join(oe)}const I=/\b\B/,$="[a-zA-Z]\\w*",V="[a-zA-Z_]\\w*",te="\\b\\d+(\\.\\d+)?",P="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",F="\\b(0b[01]+)",q="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",ce=(B={})=>{const oe=/^#![ ]*\//;return B.binary&&(B.begin=_(oe,/.*\b/,B.binary,/\b.*/)),a({scope:"meta",begin:oe,end:/$/,relevance:0,"on:begin":(xe,Be)=>{xe.index!==0&&Be.ignoreMatch()}},B)},ie={begin:"\\\\[\\s\\S]",relevance:0},K={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[ie]},U={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[ie]},ee={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},se=function(B,oe,xe={}){const Be=a({scope:"comment",begin:B,end:oe,contains:[]},xe);Be.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const Nt=T("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return Be.contains.push({begin:_(/[ ]+/,"(",Nt,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),Be},be=se("//","$"),M=se("/\\*","\\*/"),L=se("#","$"),O={scope:"number",begin:te,relevance:0},w={scope:"number",begin:P,relevance:0},J={scope:"number",begin:F,relevance:0},ge={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[ie,{begin:/\[/,end:/\]/,relevance:0,contains:[ie]}]},ae={scope:"title",begin:$,relevance:0},Ce={scope:"title",begin:V,relevance:0},Ee={begin:"\\.\\s*"+V,relevance:0};var qe=Object.freeze({__proto__:null,APOS_STRING_MODE:K,BACKSLASH_ESCAPE:ie,BINARY_NUMBER_MODE:J,BINARY_NUMBER_RE:F,COMMENT:se,C_BLOCK_COMMENT_MODE:M,C_LINE_COMMENT_MODE:be,C_NUMBER_MODE:w,C_NUMBER_RE:P,END_SAME_AS_BEGIN:function(B){return Object.assign(B,{"on:begin":(oe,xe)=>{xe.data._beginMatch=oe[1]},"on:end":(oe,xe)=>{xe.data._beginMatch!==oe[1]&&xe.ignoreMatch()}})},HASH_COMMENT_MODE:L,IDENT_RE:$,MATCH_NOTHING_RE:I,METHOD_GUARD:Ee,NUMBER_MODE:O,NUMBER_RE:te,PHRASAL_WORDS_MODE:ee,QUOTE_STRING_MODE:U,REGEXP_MODE:ge,RE_STARTERS_RE:q,SHEBANG:ce,TITLE_MODE:ae,UNDERSCORE_IDENT_RE:V,UNDERSCORE_TITLE_MODE:Ce});function it(B,oe){B.input[B.index-1]==="."&&oe.ignoreMatch()}function Vn(B,oe){B.className!==void 0&&(B.scope=B.className,delete B.className)}function lr(B,oe){oe&&B.beginKeywords&&(B.begin="\\b("+B.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",B.__beforeBegin=it,B.keywords=B.keywords||B.beginKeywords,delete B.beginKeywords,B.relevance===void 0&&(B.relevance=0))}function de(B,oe){Array.isArray(B.illegal)&&(B.illegal=T(...B.illegal))}function me(B,oe){if(B.match){if(B.begin||B.end)throw new Error("begin & end are not supported with match");B.begin=B.match,delete B.match}}function ve(B,oe){B.relevance===void 0&&(B.relevance=1)}const Ae=(B,oe)=>{if(!B.beforeMatch)return;if(B.starts)throw new Error("beforeMatch cannot be used with starts");const xe=Object.assign({},B);Object.keys(B).forEach(Be=>{delete B[Be]}),B.keywords=xe.keywords,B.begin=_(xe.beforeMatch,v(xe.begin)),B.starts={relevance:0,contains:[Object.assign(xe,{endsParent:!0})]},B.relevance=0,delete xe.beforeMatch},Ge=["of","and","for","in","not","or","if","then","parent","list","value"],vt="keyword";function Yt(B,oe,xe=vt){const Be=Object.create(null);return typeof B=="string"?Nt(xe,B.split(" ")):Array.isArray(B)?Nt(xe,B):Object.keys(B).forEach(function(xt){Object.assign(Be,Yt(B[xt],oe,xt))}),Be;function Nt(xt,we){oe&&(we=we.map(Se=>Se.toLowerCase())),we.forEach(function(Se){const je=Se.split("|");Be[je[0]]=[xt,cr(je[0],je[1])]})}}function cr(B,oe){return oe?Number(oe):Zt(B)?0:1}function Zt(B){return Ge.includes(B.toLowerCase())}const Rr={},Tt=B=>{console.error(B)},Ma=(B,...oe)=>{console.log(`WARN: ${B}`,...oe)},ne=(B,oe)=>{Rr[`${B}/${oe}`]||(console.log(`Deprecated as of ${B}. ${oe}`),Rr[`${B}/${oe}`]=!0)},pe=new Error;function Ie(B,oe,{key:xe}){let Be=0;const Nt=B[xe],xt={},we={};for(let Se=1;Se<=oe.length;Se++)we[Se+Be]=Nt[Se],xt[Se+Be]=!0,Be+=D(oe[Se-1]);B[xe]=we,B[xe]._emit=xt,B[xe]._multi=!0}function Ke(B){if(Array.isArray(B.begin)){if(B.skip||B.excludeBegin||B.returnBegin)throw Tt("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),pe;if(typeof B.beginScope!="object"||B.beginScope===null)throw Tt("beginScope must be object"),pe;Ie(B,B.begin,{key:"beginScope"}),B.begin=j(B.begin,{joinWith:""})}}function at(B){if(Array.isArray(B.end)){if(B.skip||B.excludeEnd||B.returnEnd)throw Tt("skip, excludeEnd, returnEnd not compatible with endScope: {}"),pe;if(typeof B.endScope!="object"||B.endScope===null)throw Tt("endScope must be object"),pe;Ie(B,B.end,{key:"endScope"}),B.end=j(B.end,{joinWith:""})}}function hn(B){B.scope&&typeof B.scope=="object"&&B.scope!==null&&(B.beginScope=B.scope,delete B.scope)}function ur(B){hn(B),typeof B.beginScope=="string"&&(B.beginScope={_wrap:B.beginScope}),typeof B.endScope=="string"&&(B.endScope={_wrap:B.endScope}),Ke(B),at(B)}function Jt(B){function oe(we,Se){return new RegExp(y(we),"m"+(B.case_insensitive?"i":"")+(B.unicodeRegex?"u":"")+(Se?"g":""))}class xe{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(Se,je){je.position=this.position++,this.matchIndexes[this.matchAt]=je,this.regexes.push([je,Se]),this.matchAt+=D(Se)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const Se=this.regexes.map(je=>je[1]);this.matcherRe=oe(j(Se,{joinWith:"|"}),!0),this.lastIndex=0}exec(Se){this.matcherRe.lastIndex=this.lastIndex;const je=this.matcherRe.exec(Se);if(!je)return null;const jt=je.findIndex((Ir,Ia)=>Ia>0&&Ir!==void 0),Ot=this.matchIndexes[jt];return je.splice(0,jt),Object.assign(je,Ot)}}class Be{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(Se){if(this.multiRegexes[Se])return this.multiRegexes[Se];const je=new xe;return this.rules.slice(Se).forEach(([jt,Ot])=>je.addRule(jt,Ot)),je.compile(),this.multiRegexes[Se]=je,je}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(Se,je){this.rules.push([Se,je]),je.type==="begin"&&this.count++}exec(Se){const je=this.getMatcher(this.regexIndex);je.lastIndex=this.lastIndex;let jt=je.exec(Se);if(this.resumingScanAtSamePosition()&&!(jt&&jt.index===this.lastIndex)){const Ot=this.getMatcher(0);Ot.lastIndex=this.lastIndex+1,jt=Ot.exec(Se)}return jt&&(this.regexIndex+=jt.position+1,this.regexIndex===this.count&&this.considerAll()),jt}}function Nt(we){const Se=new Be;return we.contains.forEach(je=>Se.addRule(je.begin,{rule:je,type:"begin"})),we.terminatorEnd&&Se.addRule(we.terminatorEnd,{type:"end"}),we.illegal&&Se.addRule(we.illegal,{type:"illegal"}),Se}function xt(we,Se){const je=we;if(we.isCompiled)return je;[Vn,me,ur,Ae].forEach(Ot=>Ot(we,Se)),B.compilerExtensions.forEach(Ot=>Ot(we,Se)),we.__beforeBegin=null,[lr,de,ve].forEach(Ot=>Ot(we,Se)),we.isCompiled=!0;let jt=null;return typeof we.keywords=="object"&&we.keywords.$pattern&&(we.keywords=Object.assign({},we.keywords),jt=we.keywords.$pattern,delete we.keywords.$pattern),jt=jt||/\w+/,we.keywords&&(we.keywords=Yt(we.keywords,B.case_insensitive)),je.keywordPatternRe=oe(jt,!0),Se&&(we.begin||(we.begin=/\B|\b/),je.beginRe=oe(je.begin),!we.end&&!we.endsWithParent&&(we.end=/\B|\b/),we.end&&(je.endRe=oe(je.end)),je.terminatorEnd=y(je.end)||"",we.endsWithParent&&Se.terminatorEnd&&(je.terminatorEnd+=(we.end?"|":"")+Se.terminatorEnd)),we.illegal&&(je.illegalRe=oe(we.illegal)),we.contains||(we.contains=[]),we.contains=[].concat(...we.contains.map(function(Ot){return on(Ot==="self"?we:Ot)})),we.contains.forEach(function(Ot){xt(Ot,je)}),we.starts&&xt(we.starts,Se),je.matcher=Nt(je),je}if(B.compilerExtensions||(B.compilerExtensions=[]),B.contains&&B.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return B.classNameAliases=a(B.classNameAliases||{}),xt(B)}function It(B){return B?B.endsWithParent||It(B.starts):!1}function on(B){return B.variants&&!B.cachedVariants&&(B.cachedVariants=B.variants.map(function(oe){return a(B,{variants:null},oe)})),B.cachedVariants?B.cachedVariants:It(B)?a(B,{starts:B.starts?a(B.starts):null}):Object.isFrozen(B)?a(B):B}var ct="11.11.1";class yr extends Error{constructor(oe,xe){super(oe),this.name="HTMLInjectionError",this.html=xe}}const pn=r,Ml=a,Wi=Symbol("nomatch"),Ra=7,Xi=function(B){const oe=Object.create(null),xe=Object.create(null),Be=[];let Nt=!0;const xt="Could not find the language '{}', did you forget to load/include a language module?",we={disableAutodetect:!0,name:"Plain text",contains:[]};let Se={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:b};function je(fe){return Se.noHighlightRe.test(fe)}function jt(fe){let Oe=fe.className+" ";Oe+=fe.parentNode?fe.parentNode.className:"";const Ve=Se.languageDetectRe.exec(Oe);if(Ve){const ut=mn(Ve[1]);return ut||(Ma(xt.replace("{}",Ve[1])),Ma("Falling back to no-highlight mode for this block.",fe)),ut?Ve[1]:"no-highlight"}return Oe.split(/\s+/).find(ut=>je(ut)||mn(ut))}function Ot(fe,Oe,Ve){let ut="",Bt="";typeof Oe=="object"?(ut=fe,Ve=Oe.ignoreIllegals,Bt=Oe.language):(ne("10.7.0","highlight(lang, code, ...args) has been deprecated."),ne("10.7.0",`Please use highlight(code, options) instead.
|
|
82
|
+
https://github.com/highlightjs/highlight.js/issues/2277`),Bt=fe,ut=Oe),Ve===void 0&&(Ve=!0);const cn={code:ut,language:Bt};Ji("before:highlight",cn);const Ln=cn.result?cn.result:Ir(cn.language,cn.code,Ve);return Ln.code=cn.code,Ji("after:highlight",Ln),Ln}function Ir(fe,Oe,Ve,ut){const Bt=Object.create(null);function cn(ye,ke){return ye.keywords[ke]}function Ln(){if(!Le.keywords){Ft.addText(dt);return}let ye=0;Le.keywordPatternRe.lastIndex=0;let ke=Le.keywordPatternRe.exec(dt),Pe="";for(;ke;){Pe+=dt.substring(ye,ke.index);const Ze=Qt.case_insensitive?ke[0].toLowerCase():ke[0],Rt=cn(Le,Ze);if(Rt){const[Yn,Zs]=Rt;if(Ft.addText(Pe),Pe="",Bt[Ze]=(Bt[Ze]||0)+1,Bt[Ze]<=Ra&&(pi+=Zs),Yn.startsWith("_"))Pe+=ke[0];else{const Bl=Qt.classNameAliases[Yn]||Yn;jn(ke[0],Bl)}}else Pe+=ke[0];ye=Le.keywordPatternRe.lastIndex,ke=Le.keywordPatternRe.exec(dt)}Pe+=dt.substring(ye),Ft.addText(Pe)}function wn(){if(dt==="")return;let ye=null;if(typeof Le.subLanguage=="string"){if(!oe[Le.subLanguage]){Ft.addText(dt);return}ye=Ir(Le.subLanguage,dt,!0,zl[Le.subLanguage]),zl[Le.subLanguage]=ye._top}else ye=Da(dt,Le.subLanguage.length?Le.subLanguage:null);Le.relevance>0&&(pi+=ye.relevance),Ft.__addSublanguage(ye._emitter,ye.language)}function wt(){Le.subLanguage!=null?wn():Ln(),dt=""}function jn(ye,ke){ye!==""&&(Ft.startScope(ke),Ft.addText(ye),Ft.endScope())}function Ll(ye,ke){let Pe=1;const Ze=ke.length-1;for(;Pe<=Ze;){if(!ye._emit[Pe]){Pe++;continue}const Rt=Qt.classNameAliases[ye[Pe]]||ye[Pe],Yn=ke[Pe];Rt?jn(Yn,Rt):(dt=Yn,Ln(),dt=""),Pe++}}function ja(ye,ke){return ye.scope&&typeof ye.scope=="string"&&Ft.openNode(Qt.classNameAliases[ye.scope]||ye.scope),ye.beginScope&&(ye.beginScope._wrap?(jn(dt,Qt.classNameAliases[ye.beginScope._wrap]||ye.beginScope._wrap),dt=""):ye.beginScope._multi&&(Ll(ye.beginScope,ke),dt="")),Le=Object.create(ye,{parent:{value:Le}}),Le}function Ys(ye,ke,Pe){let Ze=k(ye.endRe,Pe);if(Ze){if(ye["on:end"]){const Rt=new t(ye);ye["on:end"](ke,Rt),Rt.isMatchIgnored&&(Ze=!1)}if(Ze){for(;ye.endsParent&&ye.parent;)ye=ye.parent;return ye}}if(ye.endsWithParent)return Ys(ye.parent,ke,Pe)}function za(ye){return Le.matcher.regexIndex===0?(dt+=ye[0],1):(mi=!0,0)}function qu(ye){const ke=ye[0],Pe=ye.rule,Ze=new t(Pe),Rt=[Pe.__beforeBegin,Pe["on:begin"]];for(const Yn of Rt)if(Yn&&(Yn(ye,Ze),Ze.isMatchIgnored))return za(ke);return Pe.skip?dt+=ke:(Pe.excludeBegin&&(dt+=ke),wt(),!Pe.returnBegin&&!Pe.excludeBegin&&(dt=ke)),ja(Pe,ye),Pe.returnBegin?0:ke.length}function kn(ye){const ke=ye[0],Pe=Oe.substring(ye.index),Ze=Ys(Le,ye,Pe);if(!Ze)return Wi;const Rt=Le;Le.endScope&&Le.endScope._wrap?(wt(),jn(ke,Le.endScope._wrap)):Le.endScope&&Le.endScope._multi?(wt(),Ll(Le.endScope,ye)):Rt.skip?dt+=ke:(Rt.returnEnd||Rt.excludeEnd||(dt+=ke),wt(),Rt.excludeEnd&&(dt=ke));do Le.scope&&Ft.closeNode(),!Le.skip&&!Le.subLanguage&&(pi+=Le.relevance),Le=Le.parent;while(Le!==Ze.parent);return Ze.starts&&ja(Ze.starts,ye),Rt.returnEnd?0:ke.length}function Ws(){const ye=[];for(let ke=Le;ke!==Qt;ke=ke.parent)ke.scope&&ye.unshift(ke.scope);ye.forEach(ke=>Ft.openNode(ke))}let Qi={};function Ba(ye,ke){const Pe=ke&&ke[0];if(dt+=ye,Pe==null)return wt(),0;if(Qi.type==="begin"&&ke.type==="end"&&Qi.index===ke.index&&Pe===""){if(dt+=Oe.slice(ke.index,ke.index+1),!Nt){const Ze=new Error(`0 width match regex (${fe})`);throw Ze.languageName=fe,Ze.badRule=Qi.rule,Ze}return 1}if(Qi=ke,ke.type==="begin")return qu(ke);if(ke.type==="illegal"&&!Ve){const Ze=new Error('Illegal lexeme "'+Pe+'" for mode "'+(Le.scope||"<unnamed>")+'"');throw Ze.mode=Le,Ze}else if(ke.type==="end"){const Ze=kn(ke);if(Ze!==Wi)return Ze}if(ke.type==="illegal"&&Pe==="")return dt+=`
|
|
83
|
+
`,1;if(Xs>1e5&&Xs>ke.index*3)throw new Error("potential infinite loop, way more iterations than matches");return dt+=Pe,Pe.length}const Qt=mn(fe);if(!Qt)throw Tt(xt.replace("{}",fe)),new Error('Unknown language: "'+fe+'"');const jl=Jt(Qt);let Ua="",Le=ut||jl;const zl={},Ft=new Se.__emitter(Se);Ws();let dt="",pi=0,jr=0,Xs=0,mi=!1;try{if(Qt.__emitTokens)Qt.__emitTokens(Oe,Ft);else{for(Le.matcher.considerAll();;){Xs++,mi?mi=!1:Le.matcher.considerAll(),Le.matcher.lastIndex=jr;const ye=Le.matcher.exec(Oe);if(!ye)break;const ke=Oe.substring(jr,ye.index),Pe=Ba(ke,ye);jr=ye.index+Pe}Ba(Oe.substring(jr))}return Ft.finalize(),Ua=Ft.toHTML(),{language:fe,value:Ua,relevance:pi,illegal:!1,_emitter:Ft,_top:Le}}catch(ye){if(ye.message&&ye.message.includes("Illegal"))return{language:fe,value:pn(Oe),illegal:!0,relevance:0,_illegalBy:{message:ye.message,index:jr,context:Oe.slice(jr-100,jr+100),mode:ye.mode,resultSoFar:Ua},_emitter:Ft};if(Nt)return{language:fe,value:pn(Oe),illegal:!1,relevance:0,errorRaised:ye,_emitter:Ft,_top:Le};throw ye}}function Ia(fe){const Oe={value:pn(fe),illegal:!1,relevance:0,_top:we,_emitter:new Se.__emitter(Se)};return Oe._emitter.addText(fe),Oe}function Da(fe,Oe){Oe=Oe||Se.languages||Object.keys(oe);const Ve=Ia(fe),ut=Oe.filter(mn).filter(fi).map(wt=>Ir(wt,fe,!1));ut.unshift(Ve);const Bt=ut.sort((wt,jn)=>{if(wt.relevance!==jn.relevance)return jn.relevance-wt.relevance;if(wt.language&&jn.language){if(mn(wt.language).supersetOf===jn.language)return 1;if(mn(jn.language).supersetOf===wt.language)return-1}return 0}),[cn,Ln]=Bt,wn=cn;return wn.secondBest=Ln,wn}function vr(fe,Oe,Ve){const ut=Oe&&xe[Oe]||Ve;fe.classList.add("hljs"),fe.classList.add(`language-${ut}`)}function zt(fe){let Oe=null;const Ve=jt(fe);if(je(Ve))return;if(Ji("before:highlightElement",{el:fe,language:Ve}),fe.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",fe);return}if(fe.children.length>0&&(Se.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(fe)),Se.throwUnescapedHTML))throw new yr("One of your code blocks includes unescaped HTML.",fe.innerHTML);Oe=fe;const ut=Oe.textContent,Bt=Ve?Ot(ut,{language:Ve,ignoreIllegals:!0}):Da(ut);fe.innerHTML=Bt.value,fe.dataset.highlighted="yes",vr(fe,Ve,Bt.language),fe.result={language:Bt.language,re:Bt.relevance,relevance:Bt.relevance},Bt.secondBest&&(fe.secondBest={language:Bt.secondBest.language,relevance:Bt.secondBest.relevance}),Ji("after:highlightElement",{el:fe,result:Bt,text:ut})}function ln(fe){Se=Ml(Se,fe)}const di=()=>{La(),ne("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function qs(){La(),ne("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let Rl=!1;function La(){function fe(){La()}if(document.readyState==="loading"){Rl||window.addEventListener("DOMContentLoaded",fe,!1),Rl=!0;return}document.querySelectorAll(Se.cssSelector).forEach(zt)}function Il(fe,Oe){let Ve=null;try{Ve=Oe(B)}catch(ut){if(Tt("Language definition for '{}' could not be registered.".replace("{}",fe)),Nt)Tt(ut);else throw ut;Ve=we}Ve.name||(Ve.name=fe),oe[fe]=Ve,Ve.rawDefinition=Oe.bind(null,B),Ve.aliases&&Dr(Ve.aliases,{languageName:fe})}function Zi(fe){delete oe[fe];for(const Oe of Object.keys(xe))xe[Oe]===fe&&delete xe[Oe]}function Vs(){return Object.keys(oe)}function mn(fe){return fe=(fe||"").toLowerCase(),oe[fe]||oe[xe[fe]]}function Dr(fe,{languageName:Oe}){typeof fe=="string"&&(fe=[fe]),fe.forEach(Ve=>{xe[Ve.toLowerCase()]=Oe})}function fi(fe){const Oe=mn(fe);return Oe&&!Oe.disableAutodetect}function hi(fe){fe["before:highlightBlock"]&&!fe["before:highlightElement"]&&(fe["before:highlightElement"]=Oe=>{fe["before:highlightBlock"](Object.assign({block:Oe.el},Oe))}),fe["after:highlightBlock"]&&!fe["after:highlightElement"]&&(fe["after:highlightElement"]=Oe=>{fe["after:highlightBlock"](Object.assign({block:Oe.el},Oe))})}function Ht(fe){hi(fe),Be.push(fe)}function Dl(fe){const Oe=Be.indexOf(fe);Oe!==-1&&Be.splice(Oe,1)}function Ji(fe,Oe){const Ve=fe;Be.forEach(function(ut){ut[Ve]&&ut[Ve](Oe)})}function Lr(fe){return ne("10.7.0","highlightBlock will be removed entirely in v12.0"),ne("10.7.0","Please use highlightElement now."),zt(fe)}Object.assign(B,{highlight:Ot,highlightAuto:Da,highlightAll:La,highlightElement:zt,highlightBlock:Lr,configure:ln,initHighlighting:di,initHighlightingOnLoad:qs,registerLanguage:Il,unregisterLanguage:Zi,listLanguages:Vs,getLanguage:mn,registerAliases:Dr,autoDetection:fi,inherit:Ml,addPlugin:Ht,removePlugin:Dl}),B.debugMode=function(){Nt=!1},B.safeMode=function(){Nt=!0},B.versionString=ct,B.regex={concat:_,lookahead:v,either:T,optional:S,anyNumberOfTimes:x};for(const fe in qe)typeof qe[fe]=="object"&&e(qe[fe]);return Object.assign(B,qe),B},_n=Xi({});return _n.newInstance=()=>Xi({}),wh=_n,_n.HighlightJS=_n,_n.default=_n,wh}var tR=eR();const nR=El(tR),wx={},rR="hljs-";function iR(e){const t=nR.newInstance();return e&&c(e),{highlight:r,highlightAuto:a,listLanguages:o,register:c,registerAlias:u,registered:f};function r(p,m,b){const y=b||wx,v=typeof y.prefix=="string"?y.prefix:rR;if(!t.getLanguage(p))throw new Error("Unknown language: `"+p+"` is not registered");t.configure({__emitter:aR,classPrefix:v});const x=t.highlight(m,{ignoreIllegals:!0,language:p});if(x.errorRaised)throw new Error("Could not highlight with `Highlight.js`",{cause:x.errorRaised});const S=x._emitter.root,_=S.data;return _.language=x.language,_.relevance=x.relevance,S}function a(p,m){const y=(m||wx).subset||o();let v=-1,x=0,S;for(;++v<y.length;){const _=y[v];if(!t.getLanguage(_))continue;const A=r(_,p,m);A.data&&A.data.relevance!==void 0&&A.data.relevance>x&&(x=A.data.relevance,S=A)}return S||{type:"root",children:[],data:{language:void 0,relevance:x}}}function o(){return t.listLanguages()}function c(p,m){if(typeof p=="string")t.registerLanguage(p,m);else{let b;for(b in p)Object.hasOwn(p,b)&&t.registerLanguage(b,p[b])}}function u(p,m){if(typeof p=="string")t.registerAliases(typeof m=="string"?m:[...m],{languageName:p});else{let b;for(b in p)if(Object.hasOwn(p,b)){const y=p[b];t.registerAliases(typeof y=="string"?y:[...y],{languageName:b})}}}function f(p){return!!t.getLanguage(p)}}class aR{constructor(t){this.options=t,this.root={type:"root",children:[],data:{language:void 0,relevance:0}},this.stack=[this.root]}addText(t){if(t==="")return;const r=this.stack[this.stack.length-1],a=r.children[r.children.length-1];a&&a.type==="text"?a.value+=t:r.children.push({type:"text",value:t})}startScope(t){this.openNode(String(t))}endScope(){this.closeNode()}__addSublanguage(t,r){const a=this.stack[this.stack.length-1],o=t.root.children;r?a.children.push({type:"element",tagName:"span",properties:{className:[r]},children:o}):a.children.push(...o)}openNode(t){const r=this,a=t.split(".").map(function(u,f){return f?u+"_".repeat(f):r.options.classPrefix+u}),o=this.stack[this.stack.length-1],c={type:"element",tagName:"span",properties:{className:a},children:[]};o.children.push(c),this.stack.push(c)}closeNode(){this.stack.pop()}finalize(){}toHTML(){return""}}const sR={};function oR(e){const t=e||sR,r=t.aliases,a=t.detect||!1,o=t.languages||QM,c=t.plainText,u=t.prefix,f=t.subset;let p="hljs";const m=iR(o);if(r&&m.registerAlias(r),u){const b=u.indexOf("-");p=b===-1?u:u.slice(0,b)}return function(b,y){Pu(b,"element",function(v,x,S){if(v.tagName!=="code"||!S||S.type!=="element"||S.tagName!=="pre")return;const _=lR(v);if(_===!1||!_&&!a||_&&c&&c.includes(_))return;Array.isArray(v.properties.className)||(v.properties.className=[]),v.properties.className.includes(p)||v.properties.className.unshift(p);const A=T5(v,{whitespace:"pre"});let T;try{T=_?m.highlight(_,A,{prefix:u}):m.highlightAuto(A,{prefix:u,subset:f})}catch(D){const k=D;if(_&&/Unknown language/.test(k.message)){y.message("Cannot highlight as `"+_+"`, it’s not registered",{ancestors:[S,v],cause:k,place:v.position,ruleId:"missing-language",source:"rehype-highlight"});return}throw k}!_&&T.data&&T.data.language&&v.properties.className.push("language-"+T.data.language),T.children.length>0&&(v.children=T.children)})}}function lR(e){const t=e.properties.className;let r=-1;if(!Array.isArray(t))return;let a;for(;++r<t.length;){const o=String(t[r]);if(o==="no-highlight"||o==="nohighlight")return!1;!a&&o.slice(0,5)==="lang-"&&(a=o.slice(5)),!a&&o.slice(0,9)==="language-"&&(a=o.slice(9))}return a}function xs(e){return e?typeof e=="string"?e:"literalString"in e?e.literalString:"dataPath"in e?`{{${e.dataPath}}}`:"":""}function su(e){return e?Array.isArray(e)?e:"explicitList"in e?e.explicitList:[]:[]}function cR({className:e,children:t}){const[r,a]=R.useState(!1),o=String(t).replace(/\n$/,""),c=(e==null?void 0:e.replace(/^language-/,""))??"",u=R.useCallback(()=>{navigator.clipboard.writeText(o).then(()=>{a(!0),setTimeout(()=>a(!1),2e3)})},[o]);return d.jsxs("div",{className:"group/code relative my-2 rounded-md overflow-hidden",style:{border:"1px solid var(--border)"},children:[d.jsxs("div",{className:"flex items-center justify-between px-3 py-1.5",style:{background:"var(--bg-hover)",borderBottom:"1px solid var(--border)"},children:[d.jsx("span",{className:"text-tiny font-mono uppercase",style:{color:"var(--text-muted)"},children:c||"code"}),d.jsx("button",{onClick:u,className:"flex items-center gap-1 px-2 py-0.5 rounded text-tiny transition-colors",style:{color:r?"var(--accent-green)":"var(--text-muted)",background:"transparent"},title:"Copy code",children:r?d.jsxs(d.Fragment,{children:[d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),"Copied"]}):d.jsxs(d.Fragment,{children:[d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0013.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 01-.75.75H9.75a.75.75 0 01-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 01-2.25 2.25H6.75A2.25 2.25 0 014.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 011.927-.184"})}),"Copy"]})})]}),d.jsx("pre",{className:"overflow-x-auto p-3 text-[13px] leading-[1.5]",style:{background:"var(--code-bg)",color:"var(--text-primary)",margin:0},children:d.jsx("code",{className:e,style:{fontFamily:"var(--font-mono)"},children:t})})]})}function uR({children:e}){return d.jsx("div",{className:"my-2 overflow-x-auto rounded-md",style:{border:"1px solid var(--border)"},children:d.jsx("table",{className:"min-w-full text-[13px]",style:{borderCollapse:"collapse"},children:e})})}function dR({children:e}){return d.jsx("thead",{style:{background:"var(--bg-hover)"},children:e})}function fR({children:e,...t}){return d.jsx("tr",{...t,style:{borderBottom:"1px solid var(--border)"},className:"hover:bg-[--bg-hover] transition-colors",children:e})}function kx({children:e,isHeader:t=!1,style:r}){const a=t?"th":"td";return d.jsx(a,{className:`px-3 py-2 text-left ${t?"font-bold":""}`,style:{color:t?"var(--text-primary)":"var(--text-secondary)",whiteSpace:"nowrap",...r},children:e})}function hR({jsonl:e,onAction:t}){const r=R.useMemo(()=>pR(e),[e]);return r?d.jsx("div",{className:"mt-1",children:Jo(r.rootId,r.components,t)}):d.jsxs("div",{className:"mt-2 px-2 py-1.5 rounded-sm text-caption",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-secondary)"},children:[d.jsx("span",{className:"font-bold text-tiny",style:{color:"var(--text-muted)"},children:"A2UI"}),d.jsx("pre",{className:"mt-1 overflow-x-auto whitespace-pre-wrap break-words max-h-32",style:{fontFamily:"var(--font-mono)",fontSize:12},children:e})]})}function pR(e){try{const t=e.trim().split(`
|
|
84
|
+
`).filter(Boolean),r=new Map;let a="";for(const o of t){const c=JSON.parse(o);if("surfaceUpdate"in c)for(const u of c.surfaceUpdate.components)r.set(u.id,u.component);"beginRendering"in c&&(a=c.beginRendering.root)}return!a||r.size===0?null:{rootId:a,components:r}}catch{return null}}function Jo(e,t,r){const a=t.get(e);if(!a)return null;if("Text"in a){const{text:o,usageHint:c}=a.Text,u=xs(o),f=c??"body",p={h1:"text-h1 font-bold",h2:"text-h2 font-bold",h3:"text-[14px] font-bold",h4:"text-caption font-bold",h5:"text-tiny font-bold uppercase tracking-wide",caption:"text-caption",body:"text-body"};return d.jsx("p",{className:`${p[f]??"text-body"} my-0.5`,style:{color:f.startsWith("h")?"var(--text-primary)":"var(--text-secondary)"},children:u},e)}if("Button"in a){const{label:o,action:c,style:u}=a.Button,f=xs(o),p=u==="primary"||u==="filled";return d.jsx("button",{onClick:()=>{c!=null&&c.sendMessage&&r&&r(c.sendMessage,c)},className:`inline-flex items-center gap-1.5 px-3 py-1.5 rounded-sm text-caption font-bold transition-colors ${p?"text-white":"hover:bg-[--bg-hover]"}`,style:{background:p?"var(--bg-active)":"transparent",color:p?"#fff":"var(--text-link)",border:p?"none":"1px solid var(--border)"},children:f},e)}if("Column"in a){const o=su(a.Column.children),c=a.Column.gap??4;return d.jsx("div",{className:"flex flex-col",style:{gap:c},children:o.map(u=>Jo(u,t,r))},e)}if("Row"in a){const o=su(a.Row.children),c=a.Row.gap??8;return d.jsx("div",{className:"flex flex-row flex-wrap items-center",style:{gap:c},children:o.map(u=>Jo(u,t,r))},e)}if("Card"in a){const o=su(a.Card.children),c=a.Card.title?xs(a.Card.title):null;return d.jsxs("div",{className:"rounded-md p-3 my-1",style:{background:"var(--bg-hover)",border:"1px solid var(--border)"},children:[c&&d.jsx("p",{className:"text-h2 font-bold mb-2",style:{color:"var(--text-primary)"},children:c}),d.jsx("div",{className:"flex flex-col gap-1",children:o.map(u=>Jo(u,t,r))})]},e)}if("List"in a){const o=su(a.List.children);return d.jsx("div",{className:"flex flex-col gap-0.5 my-1",children:o.map(c=>d.jsxs("div",{className:"flex items-start gap-2 px-2 py-1.5 rounded hover:bg-[--bg-hover] transition-colors",children:[d.jsx("span",{className:"text-tiny mt-1",style:{color:"var(--text-muted)"},children:"•"}),Jo(c,t,r)]},c))},e)}if("Image"in a){const o=xs(a.Image.url),c=a.Image.alt?xs(a.Image.alt):"";return d.jsx("img",{src:o,alt:c,className:"max-w-[360px] max-h-64 rounded-md object-contain my-1",style:{border:"1px solid var(--border)"}},e)}if("Divider"in a)return d.jsx("hr",{className:"my-2",style:{border:"none",borderTop:"1px solid var(--border)"}},e);if("Icon"in a){const o=xs(a.Icon.name);return d.jsxs("span",{className:"text-body",style:{color:"var(--text-secondary)"},children:["[",o,"]"]},e)}return null}function mR(e,t){return{pre({children:r,node:a}){var c,u,f,p;const o=(c=a==null?void 0:a.children)==null?void 0:c[0];if((o==null?void 0:o.tagName)==="code"){const m=(u=o.properties)!=null&&u.className?Array.isArray(o.properties.className)?o.properties.className.join(" "):String(o.properties.className):void 0;if(m!=null&&m.includes("language-action")){const b=String(((f=r==null?void 0:r.props)==null?void 0:f.children)??r).trim();try{const y=JSON.parse(b);if(y&&typeof y=="object"&&y.kind){const v=gR(y.prompt??b),x=t==null?void 0:t[v];return d.jsx(vR,{action:y,resolved:x,onResolve:e?(S,_)=>e(S,_):void 0})}}catch{}}return d.jsx(cR,{className:m,children:((p=r==null?void 0:r.props)==null?void 0:p.children)??r})}return d.jsx("pre",{children:r})},code({className:r,children:a,...o}){return d.jsx("code",{className:"px-1 py-0.5 rounded text-[0.85em]",style:{background:"var(--code-bg)",color:"var(--code-text)",fontFamily:"var(--font-mono)"},...o,children:a})},table({children:r}){return d.jsx(uR,{children:r})},thead({children:r}){return d.jsx(dR,{children:r})},tr({children:r,...a}){return d.jsx(fR,{...a,children:r})},th({children:r,style:a}){return d.jsx(kx,{isHeader:!0,style:a,children:r})},td({children:r,style:a}){return d.jsx(kx,{style:a,children:r})},a({href:r,children:a,...o}){return d.jsx("a",{href:r,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--text-link)"},className:"underline underline-offset-2 hover:opacity-80 transition-opacity",...o,children:a})},blockquote({children:r}){return d.jsx("blockquote",{className:"my-2 pl-3 py-0.5",style:{borderLeft:"3px solid var(--bg-active)",color:"var(--text-secondary)"},children:r})}}}function gR(e){let t=0;for(let r=0;r<e.length;r++)t=(t<<5)-t+e.charCodeAt(r)|0;return t.toString(36)}function bR(e,t){if(!e.includes("```action"))return e;const r=[];let a=e;const o=/```action\s*\n[\s\S]*?```/g;let c=0,u;for(;(u=o.exec(a))!==null;)u.index>c&&r.push(a.slice(c,u.index)),r.push(u[0]),c=u.index+u[0].length;const f=a.slice(c),p=f.indexOf("```action");return p!==-1&&t?r.push(f.slice(0,p)):r.push(f),r.join("")}function yR(e){return e.includes("```action")?e.replace(/```action\s*\n[\s\S]*?```/g,"").includes("```action"):!1}function vR({action:e,resolved:t,onResolve:r}){var b,y;const[a,o]=R.useState(""),[c,u]=R.useState(null);if(t)return d.jsxs("div",{className:"mt-2 rounded-lg px-4 py-3 flex items-center gap-2",style:{background:"var(--bg-hover)",border:"1px solid var(--border)",opacity:.85},children:[d.jsx("svg",{className:"w-4 h-4 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2.5,style:{color:"var(--accent-green, #34d399)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}),d.jsxs("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:["Selected: ",d.jsx("strong",{style:{color:"var(--text-primary)"},children:t.label??t.value})]})]});const f=v=>{r&&r(v.value,v.label)},p=()=>{const v=a.trim();v&&r&&r(v,v)},m=(v,x)=>{const S=c===x;return v.style==="primary"?{background:"var(--bg-active)",color:"#fff",border:"none",opacity:S?.9:1}:v.style==="danger"?{background:S?"rgba(239,68,68,0.15)":"transparent",color:"var(--accent-red, #ef4444)",border:"1px solid var(--accent-red, #ef4444)"}:{background:S?"var(--bg-hover)":"transparent",color:"var(--text-link)",border:"1px solid var(--border)"}};if(e.kind==="confirm"){const v=((b=e.items)==null?void 0:b[0])??{label:"Yes",value:"yes"},x=((y=e.items)==null?void 0:y[1])??{label:"No",value:"no"};return d.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&d.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:d.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),d.jsxs("div",{className:"flex",children:[d.jsx("button",{onClick:()=>f(x),onMouseEnter:()=>u(0),onMouseLeave:()=>u(null),className:"flex-1 px-4 py-2.5 text-caption font-bold transition-all cursor-pointer",style:{background:c===0?"var(--bg-hover)":"transparent",color:"var(--text-secondary)",borderRight:"1px solid var(--border)",border:"none",borderRightWidth:1,borderRightStyle:"solid",borderRightColor:"var(--border)"},children:x.label}),d.jsx("button",{onClick:()=>f(v),onMouseEnter:()=>u(1),onMouseLeave:()=>u(null),className:"flex-1 px-4 py-2.5 text-caption font-bold transition-all cursor-pointer",style:{background:"var(--bg-active)",color:"#fff",border:"none",opacity:c===1?.9:1},children:v.label})]})]})}return e.kind==="buttons"&&e.items?d.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&d.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:d.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),d.jsx("div",{className:"flex flex-wrap gap-2 px-4 py-3",children:e.items.map((v,x)=>d.jsx("button",{onClick:()=>f(v),onMouseEnter:()=>u(x),onMouseLeave:()=>u(null),className:"inline-flex items-center gap-1.5 px-4 py-2 rounded-md text-caption font-bold transition-all cursor-pointer",style:m(v,x),children:v.label},v.value))})]}):e.kind==="select"&&e.items?d.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&d.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:d.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),d.jsx("div",{className:"flex flex-col",children:e.items.map((v,x)=>d.jsxs("button",{onClick:()=>f(v),onMouseEnter:()=>u(x),onMouseLeave:()=>u(null),className:"flex items-center gap-3 px-4 py-2.5 text-left transition-all cursor-pointer",style:{background:c===x?"var(--bg-hover)":"transparent",color:"var(--text-primary)",borderBottom:x<e.items.length-1?"1px solid var(--border)":"none",border:"none",borderBottomWidth:x<e.items.length-1?1:0,borderBottomStyle:"solid",borderBottomColor:"var(--border)"},children:[d.jsx("span",{className:"w-5 h-5 rounded-full flex items-center justify-center flex-shrink-0",style:{border:"2px solid var(--border)",background:c===x?"var(--bg-active)":"transparent"},children:c===x&&d.jsx("span",{className:"w-2 h-2 rounded-full",style:{background:"#fff"}})}),d.jsx("span",{className:"text-caption",children:v.label})]},v.value))})]}):e.kind==="input"?d.jsxs("div",{className:"mt-2 rounded-lg overflow-hidden",style:{border:"1px solid var(--border)",background:"var(--bg-secondary, var(--bg-hover))"},children:[e.prompt&&d.jsx("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:d.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:e.prompt})}),d.jsxs("div",{className:"flex items-center gap-2 px-4 py-3",children:[d.jsx("input",{type:"text",value:a,onChange:v=>o(v.target.value),onKeyDown:v=>{v.key==="Enter"&&p()},placeholder:e.placeholder??"Type your answer...",className:"flex-1 px-3 py-2 rounded-md text-caption outline-none",style:{background:"var(--bg-primary, var(--bg))",color:"var(--text-primary)",border:"1px solid var(--border)"}}),d.jsx("button",{onClick:p,disabled:!a.trim(),className:"px-4 py-2 rounded-md text-caption font-bold transition-all cursor-pointer",style:{background:a.trim()?"var(--bg-active)":"var(--bg-hover)",color:a.trim()?"#fff":"var(--text-muted)",border:"none"},children:"Submit"})]})]}):null}function xR(){return d.jsxs("div",{className:"mt-2 rounded-lg px-4 py-3 flex items-center gap-3",style:{background:"var(--bg-secondary, var(--bg-hover))",border:"1px solid var(--border)"},children:[d.jsx("span",{className:"inline-block w-2 h-2 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),d.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Preparing options..."})]})}function ap({text:e,mediaUrl:t,messageId:r,encrypted:a,a2ui:o,className:c="",isStreaming:u,onAction:f,onResolveAction:p,resolvedActions:m}){const b=R.useMemo(()=>mR(p,m),[p,m]),y=R.useMemo(()=>bR(e,u),[e,u]),v=u&&yR(e);return d.jsxs("div",{className:c,children:[t&&d.jsx("div",{className:"mb-2",children:d.jsx(ER,{url:t,mediaContextId:a&&r?`${r}:media`:void 0})}),y?d.jsx("div",{className:"prose prose-sm max-w-none overflow-hidden prose-p:my-1 prose-ul:my-1 prose-ol:my-1 prose-pre:my-0 prose-code:before:content-none prose-code:after:content-none prose-headings:my-2",style:{color:"var(--text-primary)",overflowWrap:"break-word",wordBreak:"break-word","--tw-prose-headings":"var(--text-primary)","--tw-prose-bold":"var(--text-primary)","--tw-prose-code":"var(--code-text)","--tw-prose-pre-code":"var(--text-primary)","--tw-prose-pre-bg":"var(--code-bg)","--tw-prose-bullets":"var(--text-muted)","--tw-prose-counters":"var(--text-muted)"},children:d.jsx(S0,{remarkPlugins:[q0],rehypePlugins:[oR],components:b,children:y})}):null,v&&d.jsx(xR,{}),o&&d.jsx(hR,{jsonl:o,onAction:f})]})}function ER({url:e,mediaContextId:t}){var p,m;const[r,a]=R.useState(null),[o,c]=R.useState(!1);R.useEffect(()=>{if(!t||!tt.hasKey()){a(null);return}let b=!1;return c(!0),(async()=>{try{const y=await fetch(e);if(!y.ok)throw new Error(`HTTP ${y.status}`);const v=new Uint8Array(await y.arrayBuffer()),x=await tt.decryptMedia(v,t);if(!b){const S=new Blob([x.buffer.slice(0)]);a(URL.createObjectURL(S))}}catch(y){console.warn("[E2E] Media decryption failed, falling back to direct URL:",y),b||a(null)}finally{b||c(!1)}})(),()=>{b=!0,r&&URL.revokeObjectURL(r)}},[e,t]);const u=r||e,f=((p=e.split(".").pop())==null?void 0:p.toLowerCase().split("?")[0])??"";if(o)return d.jsx("div",{className:"flex items-center gap-2 px-3 py-2 rounded-md max-w-[360px]",style:{background:"var(--bg-hover)",border:"1px solid var(--border)"},children:d.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Decrypting media..."})});if(["mp3","wav","ogg","m4a","aac","webm"].includes(f))return d.jsxs("div",{className:"flex items-center gap-3 px-3 py-2 rounded-md max-w-[360px]",style:{background:"var(--bg-hover)",border:"1px solid var(--border)"},children:[d.jsx("svg",{className:"w-8 h-8 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-link)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.114 5.636a9 9 0 010 12.728M16.463 8.288a5.25 5.25 0 010 7.424M6.75 8.25l4.72-4.72a.75.75 0 011.28.53v15.88a.75.75 0 01-1.28.53l-4.72-4.72H4.51c-.88 0-1.704-.507-1.938-1.354A9.01 9.01 0 012.25 12c0-.83.112-1.633.322-2.396C2.806 8.756 3.63 8.25 4.51 8.25H6.75z"})}),d.jsx("audio",{controls:!0,className:"flex-1 h-8",style:{maxWidth:280},children:d.jsx("source",{src:u})})]});if(["mp4","mov","avi","mkv"].includes(f))return d.jsx("video",{controls:!0,className:"max-w-[360px] max-h-64 rounded-md",style:{border:"1px solid var(--border)"},children:d.jsx("source",{src:u})});if(["pdf","zip","tar","gz","doc","docx","xls","xlsx","csv"].includes(f)){const b=((m=e.split("/").pop())==null?void 0:m.split("?")[0])??"file";return d.jsxs("a",{href:u,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-3 px-3 py-2.5 rounded-md max-w-[360px] hover:opacity-90 transition-opacity",style:{background:"var(--bg-hover)",border:"1px solid var(--border)",textDecoration:"none"},children:[d.jsx("svg",{className:"w-8 h-8 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-link)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"})}),d.jsxs("div",{className:"flex-1 min-w-0",children:[d.jsx("p",{className:"text-caption font-bold truncate",style:{color:"var(--text-primary)"},children:b}),d.jsxs("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:[f.toUpperCase()," — Click to open"]})]}),d.jsx("svg",{className:"w-4 h-4 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5M16.5 12L12 16.5m0 0L7.5 12m4.5 4.5V3"})})]})}return d.jsx("img",{src:u,alt:"",className:"max-w-[360px] max-h-64 rounded-md object-contain cursor-pointer hover:opacity-90 transition-opacity",style:{border:"1px solid var(--border)"},onClick:()=>window.open(u,"_blank")})}const bl="botschat:sessionHistory",kh="botschat:sessionCounter";function SR(e){try{const t=JSON.parse(localStorage.getItem(bl)||"{}");return Array.isArray(t[e])?t[e]:[]}catch{return[]}}function Tx(e,t){try{const r=JSON.parse(localStorage.getItem(bl)||"{}"),o=(Array.isArray(r[e])?r[e]:[]).filter(c=>c!==t);o.unshift(t),r[e]=o.slice(0,50),localStorage.setItem(bl,JSON.stringify(r))}catch{}}function _R(e){const t=e.match(/^Session\s+(\d+)$/);return t?parseInt(t[1],10):0}function wR(e,t){let r=0;try{const c=JSON.parse(localStorage.getItem(kh)||"{}");r=typeof c[e]=="number"?c[e]:0}catch{}const a=t.reduce((c,u)=>Math.max(c,_R(u.name)),0),o=Math.max(r,a)+1;try{const c=JSON.parse(localStorage.getItem(kh)||"{}");c[e]=o,localStorage.setItem(kh,JSON.stringify(c))}catch{}return o}function kR(e,t){try{const r=JSON.parse(localStorage.getItem(bl)||"{}"),a=Array.isArray(r[e])?r[e]:[];r[e]=a.filter(o=>o!==t),localStorage.setItem(bl,JSON.stringify(r))}catch{}}function TR({channelId:e}){const t=or(),r=ci(),[a,o]=R.useState(null),[c,u]=R.useState(""),[f,p]=R.useState(null),m=R.useRef(null),b=R.useRef(null),y=R.useRef(null),v=t.sessions,x=t.selectedSessionId;R.useEffect(()=>{a&&m.current&&(m.current.focus(),m.current.select())},[a]),R.useEffect(()=>{if(!f)return;const k=C=>{y.current&&!y.current.contains(C.target)&&p(null)};return document.addEventListener("mousedown",k),()=>document.removeEventListener("mousedown",k)},[f]);const S=R.useCallback(k=>{if(k===x)return;const C=v.find(j=>j.id===k);C&&(Z.info("Session",`Switched to session: ${C.name} (${C.id})`),e&&Tx(e,C.id),r({type:"SELECT_SESSION",sessionId:C.id,sessionKey:C.sessionKey}))},[x,v,e,r]),_=R.useCallback(async()=>{try{let k=e;if(!k){Z.info("Session","No channel for default agent — auto-creating General channel"),k=(await ar.create({name:"General",openclawAgentId:"main"})).id;const[{agents:$},{channels:V}]=await Promise.all([As.list(),ar.list()]);r({type:"SET_AGENTS",agents:$}),r({type:"SET_CHANNELS",channels:V});const{sessions:te}=await Ns.list(k);r({type:"SET_SESSIONS",sessions:te}),te.length>0&&r({type:"SELECT_SESSION",sessionId:te[0].id,sessionKey:te[0].sessionKey});return}const C=wR(k,v),j=await Ns.create(k,`Session ${C}`);Z.info("Session",`Created session: ${j.name} (${j.id})`),r({type:"ADD_SESSION",session:j}),Tx(k,j.id),r({type:"SELECT_SESSION",sessionId:j.id,sessionKey:j.sessionKey}),requestAnimationFrame(()=>{b.current&&(b.current.scrollLeft=b.current.scrollWidth)})}catch(k){Z.error("Session",`Failed to create session: ${k}`)}},[e,v,r]),A=R.useCallback(async k=>{if(!(v.length<=1||!e))try{if(await Ns.delete(e,k),Z.info("Session",`Deleted session: ${k}`),r({type:"REMOVE_SESSION",sessionId:k}),kR(e,k),p(null),x===k){const C=v.filter(j=>j.id!==k);if(C.length>0){const I=SR(e).map($=>C.find(V=>V.id===$)).find(Boolean)??C[0];r({type:"SELECT_SESSION",sessionId:I.id,sessionKey:I.sessionKey})}}}catch(C){Z.error("Session",`Failed to delete session: ${C}`)}},[e,v,x,r]),T=R.useCallback((k,C)=>{o(k),u(C)},[]),D=R.useCallback(async()=>{if(!a||!c.trim()||!e){o(null);return}try{await Ns.rename(e,a,c.trim()),Z.info("Session",`Renamed session ${a} to: ${c.trim()}`),r({type:"RENAME_SESSION",sessionId:a,name:c.trim()})}catch(k){Z.error("Session",`Failed to rename session: ${k}`)}o(null)},[e,a,c,r]);return d.jsxs("div",{className:"flex items-center gap-0 px-3",style:{height:36,borderBottom:"1px solid var(--border)",background:"var(--bg-surface)"},children:[d.jsxs("div",{ref:b,className:"flex items-center gap-0.5 overflow-x-auto no-scrollbar",children:[v.map(k=>{const C=k.id===x,j=k.id===a;return d.jsx("div",{className:"group relative flex items-center shrink-0",children:j?d.jsx("input",{ref:m,value:c,onChange:I=>u(I.target.value),onBlur:D,onKeyDown:I=>{I.key==="Enter"&&!I.nativeEvent.isComposing&&(I.preventDefault(),D()),I.key==="Escape"&&o(null)},className:"px-2.5 py-1 text-caption rounded-t-md focus:outline-none",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)",borderBottom:"none",minWidth:60,maxWidth:140}}):d.jsx("button",{onClick:()=>S(k.id),onDoubleClick:()=>T(k.id,k.name),className:"flex items-center gap-1 px-2.5 py-1 text-caption rounded-t-md transition-colors whitespace-nowrap",style:{background:C?"var(--bg-hover)":"transparent",color:C?"var(--text-primary)":"var(--text-secondary)",fontWeight:C?700:400,borderBottom:C?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:-1},title:`${k.name} (double-click to rename)`,children:d.jsx("span",{className:"max-w-[120px] truncate",children:k.name})})},k.id)}),d.jsx("button",{onClick:_,className:"shrink-0 w-7 h-7 flex items-center justify-center rounded-md transition-colors ml-0.5",style:{color:"var(--text-muted)"},title:"New session","aria-label":"New session",onMouseEnter:k=>{k.currentTarget.style.background="var(--bg-hover)",k.currentTarget.style.color="var(--text-primary)"},onMouseLeave:k=>{k.currentTarget.style.background="",k.currentTarget.style.color="var(--text-muted)"},children:d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"})})})]}),v.length>1&&x&&d.jsxs("div",{className:"relative ml-auto pl-2 flex-shrink-0",children:[d.jsx("button",{onClick:()=>p(x),className:"w-7 h-7 flex items-center justify-center rounded-md transition-colors",style:{color:"var(--text-muted)"},title:"Close current session","aria-label":"Close current session",onMouseEnter:k=>{k.currentTarget.style.background="var(--bg-hover)",k.currentTarget.style.color="var(--text-primary)"},onMouseLeave:k=>{k.currentTarget.style.background="",k.currentTarget.style.color="var(--text-muted)"},children:d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})}),f&&d.jsxs("div",{ref:y,className:"absolute right-0 top-full mt-1 z-50 rounded-md shadow-lg py-2 px-3 min-w-[180px]",style:{background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.15)"},children:[d.jsx("p",{className:"text-caption mb-2",style:{color:"var(--text-primary)"},children:"Close this session?"}),d.jsxs("div",{className:"flex items-center gap-2 justify-end",children:[d.jsx("button",{onClick:()=>p(null),className:"px-2.5 py-1 text-caption rounded-md transition-colors",style:{color:"var(--text-secondary)"},onMouseEnter:k=>{k.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:k=>{k.currentTarget.style.background=""},children:"Cancel"}),d.jsx("button",{onClick:()=>A(f),className:"px-2.5 py-1 text-caption font-bold rounded-md text-white transition-colors",style:{background:"#e74c3c"},onMouseEnter:k=>{k.currentTarget.style.background="#c0392b"},onMouseLeave:k=>{k.currentTarget.style.background="#e74c3c"},children:"Close"})]})]})]})]})}const Nx=768;function Kp(){const[e,t]=R.useState(()=>typeof window>"u"?!1:window.innerWidth<Nx);return R.useEffect(()=>{const r=window.matchMedia(`(max-width: ${Nx-1}px)`),a=o=>t(o.matches);return t(r.matches),r.addEventListener("change",a),()=>r.removeEventListener("change",a)},[]),e}function Kn(){if(typeof crypto<"u"&&typeof crypto.randomUUID=="function")return crypto.randomUUID();const e=new Uint8Array(16);if(typeof crypto<"u"&&typeof crypto.getRandomValues=="function")crypto.getRandomValues(e);else for(let r=0;r<16;r++)e[r]=Math.floor(Math.random()*256);e[6]=e[6]&15|64,e[8]=e[8]&63|128;const t=Array.from(e,r=>r.toString(16).padStart(2,"0")).join("");return`${t.slice(0,8)}-${t.slice(8,12)}-${t.slice(12,16)}-${t.slice(16,20)}-${t.slice(20)}`}function NR(e){let t=0;for(let r=0;r<e.length;r++)t=(t<<5)-t+e.charCodeAt(r)|0;return t.toString(36)}const Cx=[{cmd:"/help",label:"Help",icon:"?"},{cmd:"/status",label:"Status",icon:"i"},{cmd:"/model",label:"Model",icon:"M"},{cmd:"/clear",label:"Clear",icon:"C"},{cmd:"/think",label:"Think",icon:"T"},{cmd:"/image",label:"Image",icon:"I"},{cmd:"/search",label:"Search",icon:"S"},{cmd:"/summarize",label:"Summarize",icon:"Σ"},{cmd:"/translate",label:"Translate",icon:"翻"},{cmd:"/reset",label:"Reset",icon:"R"}],pE="botschat_skill_freq_v2",Ax="botschat_skill_freq",CR=2,AR=14;function mE(e=new Date){return e.toISOString().slice(0,10)}function gE(e){const t=Date.now()-AR*864e5;for(const r of Object.values(e))for(const a of Object.keys(r.daily))new Date(a).getTime()<t&&delete r.daily[a]}function bE(){try{const e=localStorage.getItem(pE);if(e){const r=JSON.parse(e);return gE(r),r}const t=localStorage.getItem(Ax);if(t){const r=JSON.parse(t),a=mE(),o={};for(const[c,u]of Object.entries(r))o[c]={total:u,daily:{[a]:u}};return yE(o),localStorage.removeItem(Ax),o}return{}}catch{return{}}}function yE(e){gE(e),localStorage.setItem(pE,JSON.stringify(e))}function Th(e){const t=e.match(/^\/(\S+)/);if(!t)return null;const r=`/${t[1]}`,a=bE(),o=mE();return a[r]||(a[r]={total:0,daily:{}}),a[r].total+=1,a[r].daily[o]=(a[r].daily[o]??0)+1,yE(a),r}function vE(e){const t=Date.now()-CR*864e5;let r=0;for(const[a,o]of Object.entries(e.daily))new Date(a).getTime()>=t&&(r+=o);return r}function Ox(e){return vE(e)*5+e.total}function OR(){const e=bE(),t=new Set(Cx.map(o=>o.cmd)),r=Object.keys(e).filter(o=>!t.has(o)&&o.startsWith("/")).map(o=>({cmd:o,label:o.slice(1).charAt(0).toUpperCase()+o.slice(2),icon:o.slice(1).charAt(0).toUpperCase()}));return{skills:[...Cx,...r].sort((o,c)=>{const u=e[o.cmd]?Ox(e[o.cmd]):0;return(e[c.cmd]?Ox(e[c.cmd]):0)-u}),store:e}}function xE({sendMessage:e}){var qe,it,Vn,lr;const t=or(),r=ci(),a=Kp(),[o,c]=R.useState(""),[u,f]=R.useState(0),[p,m]=R.useState(null),[b,y]=R.useState(!1),[v,x]=R.useState(!1),[S,_]=R.useState(null),A=R.useRef(null),T=R.useRef(null),D=R.useRef(null),k=R.useRef(null),C=t.selectedSessionKey,{skills:j,store:I}=R.useMemo(()=>OR(),[u]);R.useEffect(()=>{var de;(de=A.current)==null||de.scrollIntoView({behavior:"smooth"})},[t.messages]),R.useEffect(()=>{T.current&&(T.current.style.height="auto",T.current.style.height=Math.min(T.current.scrollHeight,160)+"px")},[o]),R.useEffect(()=>{a||C&&T.current&&requestAnimationFrame(()=>{var de;(de=T.current)==null||de.focus()})},[C,a]),R.useEffect(()=>{if(C)try{const me=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}")[C];me&&me!==t.sessionModel?r({type:"SET_SESSION_MODEL",model:me}):!me&&t.sessionModel&&r({type:"SET_SESSION_MODEL",model:null})}catch{}},[C]);const $=t.sessionModel??t.defaultModel,V=R.useCallback(de=>{var ve;if(!de||!C||de===$)return;Z.info("Chat",`Model change: ${$??"none"} → ${de}`),r({type:"SET_SESSION_MODEL",model:de});try{const Ae=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}");Ae[C]=de,localStorage.setItem("botschat:sessionModels",JSON.stringify(Ae))}catch{}Th("/model"),f(Ae=>Ae+1);const me={id:Kn(),sender:"user",text:`/model ${de}`,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:me}),e({type:"user.message",sessionKey:C,text:`/model ${de}`,userId:((ve=t.user)==null?void 0:ve.id)??"",messageId:me.id}),requestAnimationFrame(()=>{var Ae;(Ae=A.current)==null||Ae.scrollIntoView({behavior:"smooth"})})},[C,$,(qe=t.user)==null?void 0:qe.id,e,r]),te=R.useCallback(de=>{var me;Z.info("Skill",`Skill button clicked: ${de}`),c(ve=>ve.startsWith(de+" ")||ve===de?ve:de+" "),(me=T.current)==null||me.focus()},[]),P=R.useCallback(de=>{var Ae,Ge;const me=(Ae=de.target.files)==null?void 0:Ae[0];if(!me)return;const ve=me.type.startsWith("image/")?URL.createObjectURL(me):"";m({file:me,preview:ve}),de.target.value="",(Ge=T.current)==null||Ge.focus()},[]),F=R.useCallback(()=>{p&&(URL.revokeObjectURL(p.preview),m(null))},[p]),q=R.useCallback(async(de,me)=>{const ve=localStorage.getItem("botschat_token");try{let Ae=de;if(tt.hasKey()&&me){const Zt=await de.arrayBuffer(),Rr=new Uint8Array(Zt),{encrypted:Tt}=await tt.encryptMedia(Rr,me);Ae=new Blob([Tt.buffer.slice(0)],{type:de.type}),Z.info("E2E",`Encrypted media (${Rr.length} bytes, ctx=${me.slice(0,8)}…)`)}const Ge=new FormData;Ge.append("file",Ae,de.name);const vt=await fetch("/api/upload",{method:"POST",headers:ve?{Authorization:`Bearer ${ve}`}:{},body:Ge});if(!vt.ok){const Zt=await vt.json().catch(()=>({error:"Upload failed"}));throw new Error(Zt.error??`HTTP ${vt.status}`)}const Yt=await vt.json();return{url:Yt.url.startsWith("/")?`${window.location.origin}${Yt.url}`:Yt.url}}catch(Ae){return Z.error("Upload",`File upload failed: ${Ae}`),null}},[]),ce=R.useCallback(de=>{de.preventDefault(),de.stopPropagation(),de.dataTransfer.types.includes("Files")&&x(!0)},[]),ie=R.useCallback(de=>{var ve;de.preventDefault(),de.stopPropagation();const me=(ve=k.current)==null?void 0:ve.getBoundingClientRect();if(me){const{clientX:Ae,clientY:Ge}=de;(Ae<me.left||Ae>me.right||Ge<me.top||Ge>me.bottom)&&x(!1)}},[]),K=R.useCallback(de=>{de.preventDefault(),de.stopPropagation()},[]),U=R.useCallback(de=>{var ve,Ae;de.preventDefault(),de.stopPropagation(),x(!1);const me=(ve=de.dataTransfer.files)==null?void 0:ve[0];if(me){const Ge=me.type.startsWith("image/")?URL.createObjectURL(me):"";m({file:me,preview:Ge}),(Ae=T.current)==null||Ae.focus()}},[]),ee=R.useCallback(de=>{var ve;const me=(ve=de.clipboardData)==null?void 0:ve.items;if(me){for(let Ae=0;Ae<me.length;Ae++)if(me[Ae].type.startsWith("image/")){de.preventDefault();const Ge=me[Ae].getAsFile();if(Ge){const vt=URL.createObjectURL(Ge);m({file:Ge,preview:vt})}return}}},[]),se=async()=>{var cr;if(!o.trim()&&!p||!C)return;t.openclawConnected||Z.warn("Chat","Sending while OpenClaw appears offline — message will be delivered when reconnected");const de=o.trim(),me=S?`> ${S.text.split(`
|
|
85
|
+
`).slice(0,3).join(`
|
|
86
|
+
> `)}
|
|
87
|
+
|
|
88
|
+
${de}`:de;_(null);const ve=me.length>0,Ae=ve&&me.startsWith("/");Z.info("Chat",`Send message${Ae?" (skill)":""}${p?" +image":""}: ${me.length>120?me.slice(0,120)+"…":me}`,{sessionKey:C,isSkill:Ae}),ve&&(Th(me),f(Zt=>Zt+1));const Ge=Kn();let vt;if(p){y(!0);const Zt=await q(p.file,`${Ge}:media`);if(y(!1),!Zt)return;vt=Zt.url,F()}const Yt={id:Ge,sender:"user",text:me,timestamp:Date.now(),mediaUrl:vt};r({type:"ADD_MESSAGE",message:Yt}),e({type:"user.message",sessionKey:C,text:me,userId:((cr=t.user)==null?void 0:cr.id)??"",messageId:Yt.id,...vt?{mediaUrl:vt}:{}}),c(""),requestAnimationFrame(()=>{var Zt;(Zt=A.current)==null||Zt.scrollIntoView({behavior:"smooth"})})},be=de=>{Z.info("Thread",`Open thread for message: ${de}`),r({type:"OPEN_THREAD",threadId:de,messages:[]})},M=R.useCallback(de=>{var me;_(de),a||(me=T.current)==null||me.focus()},[a]),L=R.useCallback(async de=>{try{await navigator.clipboard.writeText(de)}catch{const me=document.createElement("textarea");me.value=de,me.style.position="fixed",me.style.left="-9999px",document.body.appendChild(me),me.select(),document.execCommand("copy"),document.body.removeChild(me)}},[]),O=R.useCallback(de=>{var ve;if(!C)return;Z.info("A2UI",`Action triggered: ${de}`);const me={id:Kn(),sender:"user",text:de,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:me}),e({type:"user.message",sessionKey:C,text:de,userId:((ve=t.user)==null?void 0:ve.id)??"",messageId:me.id}),requestAnimationFrame(()=>{var Ae;(Ae=A.current)==null||Ae.scrollIntoView({behavior:"smooth"})})},[C,(it=t.user)==null?void 0:it.id,e,r]),w=R.useCallback((de,me,ve)=>{var vt;if(!C)return;Z.info("ActionCard",`Resolved: "${ve}" (value="${me}")`);const Ae=NR(ve+me);r({type:"RESOLVE_ACTION",messageId:de,promptHash:Ae,value:me,label:ve});const Ge={id:Kn(),sender:"user",text:ve,timestamp:Date.now()};r({type:"ADD_MESSAGE",message:Ge}),e({type:"user.message",sessionKey:C,text:ve,userId:((vt=t.user)==null?void 0:vt.id)??"",messageId:Ge.id}),requestAnimationFrame(()=>{var Yt;(Yt=A.current)==null||Yt.scrollIntoView({behavior:"smooth"})})},[C,(Vn=t.user)==null?void 0:Vn.id,e,r]),J=R.useCallback(()=>{var ve;if(!C||!t.streamingRunId)return;Z.info("Chat","Stop streaming requested");const de=t.streamingThreadId?`${C}:thread:${t.streamingThreadId}`:C,me={id:Kn(),sender:"user",text:"/stop",timestamp:Date.now()};t.streamingThreadId?r({type:"ADD_THREAD_MESSAGE",message:me}):r({type:"ADD_MESSAGE",message:me}),e({type:"user.message",sessionKey:de,text:"/stop",userId:((ve=t.user)==null?void 0:ve.id)??"",messageId:me.id}),Th("/stop"),f(Ae=>Ae+1),requestAnimationFrame(()=>{var Ae;(Ae=A.current)==null||Ae.scrollIntoView({behavior:"smooth"})})},[C,t.streamingRunId,t.streamingThreadId,(lr=t.user)==null?void 0:lr.id,e,r]),ge=!!t.streamingRunId&&!t.streamingThreadId,ae=t.agents.find(de=>de.id===t.selectedAgentId),Ce=(ae==null?void 0:ae.name)??"channel",Ee=(ae==null?void 0:ae.channelId)??null,Ne=!!ae;return C?d.jsxs("div",{ref:k,className:"flex-1 flex flex-col min-w-0 h-full relative",style:{background:"var(--bg-surface)"},onDragEnter:ce,onDragLeave:ie,onDragOver:K,onDrop:U,children:[v&&d.jsx("div",{className:"absolute inset-0 z-50 flex items-center justify-center",style:{background:"rgba(0,0,0,0.4)",pointerEvents:"none"},children:d.jsxs("div",{className:"flex flex-col items-center gap-3 p-8 rounded-lg",style:{background:"var(--bg-surface)",border:"2px dashed var(--text-link)"},children:[d.jsx("svg",{className:"w-12 h-12",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-link)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909M3.75 21h16.5a1.5 1.5 0 001.5-1.5V6a1.5 1.5 0 00-1.5-1.5H3.75A1.5 1.5 0 002.25 6v13.5A1.5 1.5 0 003.75 21z"})}),d.jsx("span",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Drop image here"})]})}),!a&&d.jsxs("div",{className:"flex items-center justify-between px-3 sm:px-5 gap-2 flex-shrink-0",style:{height:44,borderBottom:"1px solid var(--border)"},children:[d.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[d.jsxs("span",{className:"text-h1 truncate",style:{color:"var(--text-primary)"},children:["# ",Ce]}),ae&&!ae.isDefault&&d.jsx("span",{className:"text-caption hidden sm:inline flex-shrink-0",style:{color:"var(--text-secondary)"},children:"— custom channel"})]}),d.jsxs("div",{className:"flex items-center gap-1.5 flex-shrink-0",children:[d.jsx("svg",{className:"w-3.5 h-3.5 hidden sm:block",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.455 2.456L21.75 6l-1.036.259a3.375 3.375 0 00-2.455 2.456z"})}),d.jsx(Du,{value:$??"",onChange:V,models:t.models,disabled:!t.openclawConnected,placeholder:"No model",compact:!0})]})]}),Ne&&d.jsx(TR,{channelId:Ee}),d.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto overflow-x-hidden",children:[t.messages.length===0&&d.jsx("div",{className:"py-12 px-5 text-center",children:d.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:"No messages yet. Start a conversation."})}),t.messages.map((de,me)=>{const ve=me>0?t.messages[me-1]:null,Ae=(ve==null?void 0:ve.sender)===de.sender&&de.timestamp-ve.timestamp<3e5;return d.jsx(MR,{msg:de,grouped:Ae,onOpenThread:()=>be(de.id),onQuote:()=>M(de),onCopy:()=>L(de.text),onAction:O,onResolveAction:(Ge,vt)=>w(de.id,Ge,vt),onStop:J},de.id)}),d.jsx("div",{ref:A})]}),d.jsxs("div",{className:"flex-shrink-0 px-3 sm:px-5 pb-3 sm:pb-4 pt-2",children:[d.jsx("div",{className:"flex items-center gap-1.5 pb-1.5 overflow-x-auto no-scrollbar",children:j.map(de=>{const me=I[de.cmd],ve=(me==null?void 0:me.total)??0,Ae=me?vE(me):0,Ge=o.startsWith(de.cmd+" ")||o===de.cmd;return d.jsxs("button",{onClick:()=>te(de.cmd),className:"flex items-center gap-1 px-2 py-1 rounded-md text-xs whitespace-nowrap transition-colors shrink-0",style:{background:Ge?"var(--bg-active)":"var(--bg-hover)",color:Ge?"#fff":"var(--text-secondary)",border:"1px solid transparent"},title:`${de.cmd}${ve>0?` (total ${ve}x${Ae>0?`, recent ${Ae}x`:""})`:""}`,children:[d.jsx("span",{className:"font-mono text-[10px] opacity-70",children:de.cmd}),ve>0&&d.jsx("span",{className:"ml-0.5 px-1 rounded-sm text-[10px] font-bold",style:{background:Ge?"rgba(255,255,255,0.2)":"var(--bg-surface)",color:Ge?"#fff":"var(--text-muted)"},children:ve})]},de.cmd)})}),S&&d.jsxs("div",{className:"flex items-center gap-2 px-3 py-2 mb-1 rounded-md text-caption",style:{background:"var(--bg-hover)",borderLeft:"3px solid var(--text-link)",color:"var(--text-secondary)"},children:[d.jsx("svg",{className:"w-3.5 h-3.5 shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3"})}),d.jsxs("span",{className:"truncate flex-1",children:[S.sender==="user"?"You":"Agent",": ",S.text.slice(0,80),S.text.length>80?"...":""]}),d.jsx("button",{onClick:()=>_(null),className:"p-0.5 rounded hover:bg-[--bg-surface] shrink-0",style:{color:"var(--text-muted)"},children:d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),d.jsxs("div",{className:"rounded-md",style:{border:"1px solid var(--border)",background:"var(--bg-surface)"},children:[p&&d.jsxs("div",{className:"px-3 pt-2 flex items-start gap-2",children:[d.jsxs("div",{className:"relative",children:[p.preview?d.jsx("img",{src:p.preview,alt:"Preview",className:"max-w-[120px] max-h-[80px] rounded-md object-contain",style:{border:"1px solid var(--border)"}}):d.jsxs("div",{className:"flex items-center gap-1.5 px-3 py-2 rounded-md text-caption",style:{border:"1px solid var(--border)",background:"var(--bg-hover)"},children:[d.jsx("svg",{className:"w-4 h-4 shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"})}),d.jsx("span",{className:"truncate max-w-[100px]",style:{color:"var(--text-secondary)"},children:p.file.name})]}),d.jsx("button",{onClick:F,className:"absolute -top-1.5 -right-1.5 w-5 h-5 rounded-full flex items-center justify-center text-white opacity-80 hover:opacity-100 transition-opacity",style:{background:"#e74c3c",fontSize:11},title:"Remove file",children:"✕"})]}),b&&d.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Uploading…"})]}),d.jsx("textarea",{ref:T,value:o,onChange:de=>c(de.target.value),onKeyDown:de=>{de.key==="Enter"&&!de.shiftKey&&!de.nativeEvent.isComposing&&(de.preventDefault(),se())},onPaste:ee,placeholder:t.openclawConnected?`Message #${Ce}`:"OpenClaw is offline…",disabled:!t.openclawConnected,rows:1,className:"w-full px-3 py-2.5 text-body bg-transparent resize-none focus:outline-none disabled:opacity-50 placeholder:text-[--text-muted]",style:{color:"var(--text-primary)",minHeight:40}}),d.jsxs("div",{className:"flex items-center justify-between px-3 pb-2",children:[d.jsxs("div",{className:"flex items-center gap-1",children:[d.jsx("input",{ref:D,type:"file",accept:"image/*,application/pdf,.txt,.csv,.md,.json,.zip,.gz,.mp3,.wav,.mp4,.mov",className:"hidden",onChange:P}),d.jsx("button",{onClick:()=>{var de;return(de=D.current)==null?void 0:de.click()},className:"p-1.5 rounded hover:bg-[--bg-hover] transition-colors flex items-center gap-1",style:{color:"var(--text-secondary)"},title:"Attach file","aria-label":"Attach file",disabled:!t.openclawConnected,children:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.375 12.739l-7.693 7.693a4.5 4.5 0 01-6.364-6.364l10.94-10.94A3 3 0 1119.5 7.372L8.552 18.32m.009-.01l-.01.01m5.699-9.941l-7.81 7.81a1.5 1.5 0 002.112 2.13"})})})]}),ge?d.jsx("button",{onClick:J,className:"px-3 py-1.5 rounded-sm text-caption font-bold text-white transition-colors",style:{background:"#e74c3c"},onMouseEnter:de=>{de.currentTarget.style.background="#c0392b"},onMouseLeave:de=>{de.currentTarget.style.background="#e74c3c"},title:"Stop generating",children:d.jsxs("div",{className:"flex items-center gap-1.5",children:[d.jsx("svg",{className:"w-4 h-4",fill:"currentColor",viewBox:"0 0 24 24",children:d.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})}):d.jsx("button",{onClick:se,disabled:!o.trim()&&!p,className:"px-3 py-1.5 rounded-sm text-caption font-bold text-white disabled:opacity-40 disabled:cursor-not-allowed transition-colors",style:{background:"var(--bg-active)"},children:d.jsxs("div",{className:"flex items-center gap-1.5",children:[d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5"})}),"Send"]})})]})]})]})]}):d.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:d.jsxs("div",{className:"text-center",children:[d.jsx("svg",{className:"w-16 h-16 mx-auto mb-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})}),d.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select a channel to get started"}),d.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a channel from the sidebar"})]})})}function MR({msg:e,grouped:t,onOpenThread:r,onQuote:a,onCopy:o,onAction:c,onResolveAction:u,onStop:f}){const p=or(),m=e.sender==="user"?"You":"OpenClaw Agent",b=e.sender==="user"?"#9B59B6":"#2BAC76",y=e.sender==="user"?"U":"A",v=p.threadReplyCounts[e.id]??0,[x,S]=R.useState(!1),_=R.useRef(null),A=R.useRef(!1),T=R.useCallback(()=>{A.current=!1,_.current=setTimeout(()=>{A.current||S(!0)},500)},[]),D=R.useCallback(()=>{A.current=!0,_.current&&clearTimeout(_.current)},[]),k=R.useCallback(()=>{_.current&&clearTimeout(_.current)},[]),[C,j]=R.useState(!1),I=R.useCallback(()=>{o(),j(!0),setTimeout(()=>j(!1),1500),S(!1)},[o]);return d.jsxs("div",{className:"group relative px-3 sm:px-5 hover:bg-[--bg-hover] transition-colors",style:{paddingTop:t?2:8,paddingBottom:2},onTouchStart:T,onTouchMove:D,onTouchEnd:k,onContextMenu:$=>{$.preventDefault(),S(!0)},children:[d.jsxs("div",{className:"flex gap-2 max-w-message",children:[d.jsx("div",{className:"flex-shrink-0",style:{width:36},children:!t&&d.jsx("div",{className:"w-9 h-9 rounded flex items-center justify-center text-white text-caption font-bold",style:{background:b},children:y})}),d.jsxs("div",{className:"flex-1 min-w-0",children:[!t&&d.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[d.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:m}),d.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(e.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),d.jsx(ap,{text:e.text,mediaUrl:e.mediaUrl,messageId:e.id,encrypted:!!e.mediaUrl&&tt.hasKey(),a2ui:e.a2ui,isStreaming:e.isStreaming,onAction:c,onResolveAction:u,resolvedActions:e.resolvedActions}),e.isStreaming&&d.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[d.jsx("span",{className:"inline-block w-1.5 h-4 rounded-sm animate-pulse",style:{background:"var(--text-link)",verticalAlign:"text-bottom"}}),f&&d.jsxs("button",{onClick:f,className:"flex items-center gap-1 px-2 py-0.5 rounded-md text-xs font-medium transition-colors",style:{color:"var(--text-secondary)",background:"var(--bg-hover)",border:"1px solid var(--border)"},onMouseEnter:$=>{$.currentTarget.style.background="#e74c3c",$.currentTarget.style.color="#fff",$.currentTarget.style.borderColor="#e74c3c"},onMouseLeave:$=>{$.currentTarget.style.background="var(--bg-hover)",$.currentTarget.style.color="var(--text-secondary)",$.currentTarget.style.borderColor="var(--border)"},title:"Stop generating",children:[d.jsx("svg",{className:"w-3 h-3",fill:"currentColor",viewBox:"0 0 24 24",children:d.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})]}),v>0&&d.jsxs("button",{onClick:r,className:"flex items-center gap-2 mt-1 py-1 px-1 -ml-1 rounded hover:bg-[--bg-hover] transition-colors cursor-pointer group/thread",children:[d.jsxs("span",{className:"text-caption font-bold",style:{color:"var(--text-link)"},children:[v," ",v===1?"reply":"replies"]}),d.jsx("span",{className:"text-caption opacity-0 group-hover/thread:opacity-100 transition-opacity",style:{color:"var(--text-secondary)"},children:"View thread"}),d.jsx("svg",{className:"w-4 h-4 opacity-0 group-hover/thread:opacity-100 transition-opacity",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-secondary)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8.25 4.5l7.5 7.5-7.5 7.5"})})]})]})]}),d.jsxs("div",{className:"absolute top-0 right-5 -translate-y-1/2 opacity-0 group-hover:opacity-100 transition-opacity flex items-center gap-0.5 px-1 py-0.5 rounded",style:{background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"var(--shadow-sm)"},children:[d.jsx(Ch,{label:"Reply in thread",onClick:r,icon:d.jsx("svg",{className:"w-[18px] h-[18px]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})})}),d.jsx(Ch,{label:"Quote reply",onClick:()=>{a()},icon:d.jsx("svg",{className:"w-[18px] h-[18px]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3"})})}),d.jsx(Ch,{label:C?"Copied!":"Copy text",onClick:I,icon:C?d.jsx("svg",{className:"w-[18px] h-[18px]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}):d.jsx("svg",{className:"w-[18px] h-[18px]",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0013.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 01-.75.75H9.75a.75.75 0 01-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 01-2.25 2.25H6.75A2.25 2.25 0 014.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 011.927-.184"})})})]}),x&&d.jsx("div",{className:"fixed inset-0 z-50 flex items-end justify-center",style:{background:"rgba(0,0,0,0.4)"},onClick:()=>S(!1),children:d.jsxs("div",{className:"w-full max-w-md rounded-t-xl overflow-hidden",style:{background:"var(--bg-surface)",paddingBottom:"env(safe-area-inset-bottom, 12px)"},onClick:$=>$.stopPropagation(),children:[d.jsxs("div",{className:"px-4 py-3",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:e.sender==="user"?"You":"Agent"}),d.jsxs("p",{className:"text-body mt-0.5 line-clamp-2",style:{color:"var(--text-primary)"},children:[e.text.slice(0,120),e.text.length>120?"...":""]})]}),d.jsx(Nh,{label:"Reply in thread",icon:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"})}),onClick:()=>{S(!1),r()}}),d.jsx(Nh,{label:"Quote reply",icon:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3"})}),onClick:()=>{S(!1),a()}}),d.jsx(Nh,{label:"Copy text",icon:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.666 3.888A2.25 2.25 0 0013.5 2.25h-3c-1.03 0-1.9.693-2.166 1.638m7.332 0c.055.194.084.4.084.612v0a.75.75 0 01-.75.75H9.75a.75.75 0 01-.75-.75v0c0-.212.03-.418.084-.612m7.332 0c.646.049 1.288.11 1.927.184 1.1.128 1.907 1.077 1.907 2.185V19.5a2.25 2.25 0 01-2.25 2.25H6.75A2.25 2.25 0 014.5 19.5V6.257c0-1.108.806-2.057 1.907-2.185a48.208 48.208 0 011.927-.184"})}),onClick:I}),d.jsx("button",{onClick:()=>S(!1),className:"w-full py-3 text-body font-bold",style:{color:"var(--text-muted)",borderTop:"1px solid var(--border)"},children:"Cancel"})]})})]})}function Nh({label:e,icon:t,onClick:r}){return d.jsxs("button",{onClick:r,className:"w-full flex items-center gap-3 px-4 py-3 text-body transition-colors active:bg-[--bg-hover]",style:{color:"var(--text-primary)"},children:[d.jsx("span",{style:{color:"var(--text-secondary)"},children:t}),e]})}function Ch({label:e,icon:t,onClick:r}){return d.jsx("button",{onClick:r,className:"p-1 rounded hover:bg-[--bg-hover] transition-colors",style:{color:"var(--text-secondary)"},title:e,"aria-label":e,children:t})}function RR(e){let t=0;for(let r=0;r<e.length;r++)t=(t<<5)-t+e.charCodeAt(r)|0;return t.toString(36)}function EE({sendMessage:e}){var v,x,S;const t=or(),r=ci(),[a,o]=R.useState("");if(R.useEffect(()=>{if(!t.activeThreadId||!t.selectedSessionKey||!t.user)return;const _=`${t.selectedSessionKey}:thread:${t.activeThreadId}`;Z.info("Thread",`Loading history for thread ${t.activeThreadId}`),N1.list(t.user.id,_,t.activeThreadId).then(({messages:A})=>{Z.info("Thread",`Loaded ${A.length} thread messages`),A.length>0&&r({type:"OPEN_THREAD",threadId:t.activeThreadId,messages:A})}).catch(A=>{Z.error("Thread",`Failed to load thread history: ${A}`)})},[t.activeThreadId]),!t.activeThreadId)return null;const c=t.messages.find(_=>_.id===t.activeThreadId),u=t.selectedSessionKey?`${t.selectedSessionKey}:thread:${t.activeThreadId}`:null,f=R.useCallback(_=>{var T;if(!u)return;Z.info("Thread/A2UI",`Action triggered: ${_}`);const A={id:Kn(),sender:"user",text:_,timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:A}),e({type:"user.message",sessionKey:u,text:_,userId:((T=t.user)==null?void 0:T.id)??"",messageId:A.id})},[u,t.activeThreadId,(v=t.user)==null?void 0:v.id,e,r]),p=R.useCallback((_,A,T)=>{var C;if(!u)return;Z.info("Thread/ActionCard",`Resolved: "${T}" (value="${A}")`);const D=RR(T+A);r({type:"RESOLVE_ACTION",messageId:_,promptHash:D,value:A,label:T});const k={id:Kn(),sender:"user",text:T,timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:k}),e({type:"user.message",sessionKey:u,text:T,userId:((C=t.user)==null?void 0:C.id)??"",messageId:k.id})},[u,t.activeThreadId,(x=t.user)==null?void 0:x.id,e,r]),m=R.useCallback(()=>{var A;if(!u||!t.streamingRunId||!t.streamingThreadId)return;Z.info("Thread","Stop streaming requested");const _={id:Kn(),sender:"user",text:"/stop",timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:_}),e({type:"user.message",sessionKey:u,text:"/stop",userId:((A=t.user)==null?void 0:A.id)??"",messageId:_.id})},[u,t.streamingRunId,t.streamingThreadId,t.activeThreadId,(S=t.user)==null?void 0:S.id,e,r]),b=!!t.streamingRunId&&!!t.streamingThreadId,y=()=>{var T;if(!a.trim()||!t.selectedSessionKey)return;const _=a.trim();Z.info("Thread",`Send reply: ${_.length>120?_.slice(0,120)+"…":_}`,{threadId:t.activeThreadId});const A={id:Kn(),sender:"user",text:_,timestamp:Date.now(),threadId:t.activeThreadId??void 0};r({type:"ADD_THREAD_MESSAGE",message:A}),e({type:"user.message",sessionKey:u,text:_,userId:((T=t.user)==null?void 0:T.id)??"",messageId:A.id}),o("")};return d.jsxs("div",{className:"flex flex-col h-full",style:{background:"var(--bg-surface)"},children:[d.jsxs("div",{className:"flex items-center justify-between px-4 flex-shrink-0",style:{height:44,borderBottom:"1px solid var(--border)"},children:[d.jsx("h3",{className:"text-h1",style:{color:"var(--text-primary)"},children:"Thread"}),d.jsx("button",{onClick:()=>r({type:"CLOSE_THREAD"}),className:"p-1 rounded hover:bg-[--bg-hover] transition-colors",style:{color:"var(--text-secondary)"},"aria-label":"Close thread",children:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),d.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[c&&d.jsx("div",{className:"px-5 py-3",style:{borderBottom:"1px solid var(--border)"},children:d.jsxs("div",{className:"flex gap-2",children:[d.jsx("div",{className:"w-9 h-9 rounded flex-shrink-0 flex items-center justify-center text-white text-caption font-bold",style:{background:c.sender==="user"?"#9B59B6":"#2BAC76"},children:c.sender==="user"?"U":"A"}),d.jsxs("div",{className:"flex-1 min-w-0",children:[d.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[d.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:c.sender==="user"?"You":"OpenClaw Agent"}),d.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(c.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),d.jsx(ap,{text:c.text,mediaUrl:c.mediaUrl,a2ui:c.a2ui,onAction:f,onResolveAction:(_,A)=>p(c.id,_,A),resolvedActions:c.resolvedActions})]})]})}),d.jsx("div",{className:"px-5 py-2",style:{borderBottom:"1px solid var(--border)"},children:d.jsxs("span",{className:"text-caption font-bold",style:{color:"var(--text-link)"},children:[t.threadMessages.length," ",t.threadMessages.length===1?"reply":"replies"]})}),t.threadMessages.map((_,A)=>{const T=A>0?t.threadMessages[A-1]:null,D=(T==null?void 0:T.sender)===_.sender&&_.timestamp-T.timestamp<3e5;return d.jsx("div",{className:"px-5 hover:bg-[--bg-hover] transition-colors",style:{paddingTop:D?2:8,paddingBottom:2},children:d.jsxs("div",{className:"flex gap-2",children:[d.jsx("div",{className:"flex-shrink-0",style:{width:36},children:!D&&d.jsx("div",{className:"w-9 h-9 rounded flex items-center justify-center text-white text-caption font-bold",style:{background:_.sender==="user"?"#9B59B6":"#2BAC76"},children:_.sender==="user"?"U":"A"})}),d.jsxs("div",{className:"flex-1 min-w-0",children:[!D&&d.jsxs("div",{className:"flex items-baseline gap-2 mb-0.5",children:[d.jsx("span",{className:"text-h2",style:{color:"var(--text-primary)"},children:_.sender==="user"?"You":"OpenClaw Agent"}),d.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:new Date(_.timestamp).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})})]}),d.jsx(ap,{text:_.text,mediaUrl:_.mediaUrl,a2ui:_.a2ui,isStreaming:_.isStreaming,onAction:f,onResolveAction:(k,C)=>p(_.id,k,C),resolvedActions:_.resolvedActions}),_.isStreaming&&d.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[d.jsx("span",{className:"inline-block w-1.5 h-4 rounded-sm animate-pulse",style:{background:"var(--text-link)",verticalAlign:"text-bottom"}}),d.jsxs("button",{onClick:m,className:"flex items-center gap-1 px-2 py-0.5 rounded-md text-xs font-medium transition-colors",style:{color:"var(--text-secondary)",background:"var(--bg-hover)",border:"1px solid var(--border)"},onMouseEnter:k=>{k.currentTarget.style.background="#e74c3c",k.currentTarget.style.color="#fff",k.currentTarget.style.borderColor="#e74c3c"},onMouseLeave:k=>{k.currentTarget.style.background="var(--bg-hover)",k.currentTarget.style.color="var(--text-secondary)",k.currentTarget.style.borderColor="var(--border)"},title:"Stop generating",children:[d.jsx("svg",{className:"w-3 h-3",fill:"currentColor",viewBox:"0 0 24 24",children:d.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})]})]})]})},_.id)})]})," ",d.jsx("div",{className:"px-4 pb-3 pt-2",children:d.jsxs("div",{className:"rounded-md",style:{border:"1px solid var(--border)",background:"var(--bg-surface)"},children:[d.jsx("textarea",{value:a,onChange:_=>o(_.target.value),onKeyDown:_=>{_.key==="Enter"&&!_.shiftKey&&!_.nativeEvent.isComposing&&(_.preventDefault(),y())},placeholder:"Reply…",rows:1,className:"w-full px-3 py-2 text-body bg-transparent resize-none focus:outline-none placeholder:text-[--text-muted]",style:{color:"var(--text-primary)",minHeight:36}}),d.jsx("div",{className:"flex justify-end px-3 pb-2",children:b?d.jsx("button",{onClick:m,className:"px-3 py-1 rounded-sm text-caption font-bold text-white transition-colors",style:{background:"#e74c3c"},onMouseEnter:_=>{_.currentTarget.style.background="#c0392b"},onMouseLeave:_=>{_.currentTarget.style.background="#e74c3c"},title:"Stop generating",children:d.jsxs("div",{className:"flex items-center gap-1",children:[d.jsx("svg",{className:"w-3.5 h-3.5",fill:"currentColor",viewBox:"0 0 24 24",children:d.jsx("rect",{x:"6",y:"6",width:"12",height:"12",rx:"2"})}),"Stop"]})}):d.jsx("button",{onClick:y,disabled:!a.trim(),className:"px-3 py-1 rounded-sm text-caption font-bold text-white disabled:opacity-40 disabled:cursor-not-allowed transition-colors",style:{background:"var(--bg-active)"},children:"Send"})})]})})]})}function IR(e){switch(e){case"ok":return"OK";case"error":return"ERR";case"skipped":return"SKIP";case"running":return"RUN";default:return e.toUpperCase()}}function DR(e){switch(e){case"ok":return{bg:"rgba(43,172,118,0.15)",fg:"var(--accent-green)"};case"error":return{bg:"rgba(224,30,90,0.15)",fg:"var(--accent-red)"};case"running":return{bg:"rgba(29,155,209,0.15)",fg:"var(--text-link)"};default:return{bg:"rgba(232,162,48,0.15)",fg:"var(--accent-yellow)"}}}function LR({jobs:e,selectedJobId:t,onSelectJob:r}){return e.length===0?d.jsx("div",{className:"flex items-center justify-center h-full",style:{background:"var(--bg-surface)"},children:d.jsxs("div",{className:"text-center p-4",children:[d.jsx("svg",{className:"w-8 h-8 mx-auto mb-2",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})}),d.jsxs("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:["No runs yet.",d.jsx("br",{}),"Waiting for schedule..."]})]})}):d.jsxs("div",{className:"overflow-y-auto h-full",style:{background:"var(--bg-surface)"},children:[d.jsxs("div",{className:"px-3 py-2",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("span",{className:"text-tiny uppercase tracking-wider font-bold",style:{color:"var(--text-muted)"},children:"Job History"}),d.jsxs("span",{className:"text-tiny ml-1",style:{color:"var(--text-muted)"},children:["(",e.length,")"]})]}),e.map((a,o)=>{const c=DR(a.status),u=a.number||e.length-o;return d.jsxs("button",{onClick:()=>r(a.id),className:`w-full text-left px-3 py-2 hover:bg-[--bg-hover] transition-colors ${t===a.id?"bg-[--bg-hover]":""}`,style:{borderBottom:"1px solid var(--border)",...t===a.id?{borderLeft:"3px solid var(--bg-active)"}:{}},children:[d.jsxs("div",{className:"flex items-center justify-between",children:[d.jsxs("span",{className:"text-tiny font-mono",style:{color:"var(--text-muted)"},children:["#",u]}),d.jsx("span",{className:"text-tiny px-1.5 py-0.5 rounded-sm font-bold",style:{background:c.bg,color:c.fg},children:IR(a.status)})]}),d.jsxs("div",{className:"text-tiny mt-0.5",style:{color:"var(--text-muted)"},children:[a.time,a.durationMs!=null&&d.jsxs("span",{className:"ml-1",children:["(",(a.durationMs/1e3).toFixed(1),"s)"]})]}),a.summary&&d.jsx("div",{className:"text-caption mt-1 truncate",style:{color:"var(--text-secondary)"},children:a.summary})]},a.id)})]})}const jR=()=>{};var Mx={};/**
|
|
89
|
+
* @license
|
|
90
|
+
* Copyright 2017 Google LLC
|
|
91
|
+
*
|
|
92
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
93
|
+
* you may not use this file except in compliance with the License.
|
|
94
|
+
* You may obtain a copy of the License at
|
|
95
|
+
*
|
|
96
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
97
|
+
*
|
|
98
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
99
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
100
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
101
|
+
* See the License for the specific language governing permissions and
|
|
102
|
+
* limitations under the License.
|
|
103
|
+
*/const SE=function(e){const t=[];let r=0;for(let a=0;a<e.length;a++){let o=e.charCodeAt(a);o<128?t[r++]=o:o<2048?(t[r++]=o>>6|192,t[r++]=o&63|128):(o&64512)===55296&&a+1<e.length&&(e.charCodeAt(a+1)&64512)===56320?(o=65536+((o&1023)<<10)+(e.charCodeAt(++a)&1023),t[r++]=o>>18|240,t[r++]=o>>12&63|128,t[r++]=o>>6&63|128,t[r++]=o&63|128):(t[r++]=o>>12|224,t[r++]=o>>6&63|128,t[r++]=o&63|128)}return t},zR=function(e){const t=[];let r=0,a=0;for(;r<e.length;){const o=e[r++];if(o<128)t[a++]=String.fromCharCode(o);else if(o>191&&o<224){const c=e[r++];t[a++]=String.fromCharCode((o&31)<<6|c&63)}else if(o>239&&o<365){const c=e[r++],u=e[r++],f=e[r++],p=((o&7)<<18|(c&63)<<12|(u&63)<<6|f&63)-65536;t[a++]=String.fromCharCode(55296+(p>>10)),t[a++]=String.fromCharCode(56320+(p&1023))}else{const c=e[r++],u=e[r++];t[a++]=String.fromCharCode((o&15)<<12|(c&63)<<6|u&63)}}return t.join("")},_E={byteToCharMap_:null,charToByteMap_:null,byteToCharMapWebSafe_:null,charToByteMapWebSafe_:null,ENCODED_VALS_BASE:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",get ENCODED_VALS(){return this.ENCODED_VALS_BASE+"+/="},get ENCODED_VALS_WEBSAFE(){return this.ENCODED_VALS_BASE+"-_."},HAS_NATIVE_SUPPORT:typeof atob=="function",encodeByteArray(e,t){if(!Array.isArray(e))throw Error("encodeByteArray takes an array as a parameter");this.init_();const r=t?this.byteToCharMapWebSafe_:this.byteToCharMap_,a=[];for(let o=0;o<e.length;o+=3){const c=e[o],u=o+1<e.length,f=u?e[o+1]:0,p=o+2<e.length,m=p?e[o+2]:0,b=c>>2,y=(c&3)<<4|f>>4;let v=(f&15)<<2|m>>6,x=m&63;p||(x=64,u||(v=64)),a.push(r[b],r[y],r[v],r[x])}return a.join("")},encodeString(e,t){return this.HAS_NATIVE_SUPPORT&&!t?btoa(e):this.encodeByteArray(SE(e),t)},decodeString(e,t){return this.HAS_NATIVE_SUPPORT&&!t?atob(e):zR(this.decodeStringToByteArray(e,t))},decodeStringToByteArray(e,t){this.init_();const r=t?this.charToByteMapWebSafe_:this.charToByteMap_,a=[];for(let o=0;o<e.length;){const c=r[e.charAt(o++)],f=o<e.length?r[e.charAt(o)]:0;++o;const m=o<e.length?r[e.charAt(o)]:64;++o;const y=o<e.length?r[e.charAt(o)]:64;if(++o,c==null||f==null||m==null||y==null)throw new BR;const v=c<<2|f>>4;if(a.push(v),m!==64){const x=f<<4&240|m>>2;if(a.push(x),y!==64){const S=m<<6&192|y;a.push(S)}}}return a},init_(){if(!this.byteToCharMap_){this.byteToCharMap_={},this.charToByteMap_={},this.byteToCharMapWebSafe_={},this.charToByteMapWebSafe_={};for(let e=0;e<this.ENCODED_VALS.length;e++)this.byteToCharMap_[e]=this.ENCODED_VALS.charAt(e),this.charToByteMap_[this.byteToCharMap_[e]]=e,this.byteToCharMapWebSafe_[e]=this.ENCODED_VALS_WEBSAFE.charAt(e),this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[e]]=e,e>=this.ENCODED_VALS_BASE.length&&(this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(e)]=e,this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(e)]=e)}}};class BR extends Error{constructor(){super(...arguments),this.name="DecodeBase64StringError"}}const UR=function(e){const t=SE(e);return _E.encodeByteArray(t,!0)},wE=function(e){return UR(e).replace(/\./g,"")},kE=function(e){try{return _E.decodeString(e,!0)}catch(t){console.error("base64Decode failed: ",t)}return null};/**
|
|
104
|
+
* @license
|
|
105
|
+
* Copyright 2022 Google LLC
|
|
106
|
+
*
|
|
107
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
108
|
+
* you may not use this file except in compliance with the License.
|
|
109
|
+
* You may obtain a copy of the License at
|
|
110
|
+
*
|
|
111
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
112
|
+
*
|
|
113
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
114
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
115
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
116
|
+
* See the License for the specific language governing permissions and
|
|
117
|
+
* limitations under the License.
|
|
118
|
+
*/function PR(){if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("Unable to locate global object.")}/**
|
|
119
|
+
* @license
|
|
120
|
+
* Copyright 2022 Google LLC
|
|
121
|
+
*
|
|
122
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
123
|
+
* you may not use this file except in compliance with the License.
|
|
124
|
+
* You may obtain a copy of the License at
|
|
125
|
+
*
|
|
126
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
127
|
+
*
|
|
128
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
129
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
130
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
131
|
+
* See the License for the specific language governing permissions and
|
|
132
|
+
* limitations under the License.
|
|
133
|
+
*/const HR=()=>PR().__FIREBASE_DEFAULTS__,FR=()=>{if(typeof process>"u"||typeof Mx>"u")return;const e=Mx.__FIREBASE_DEFAULTS__;if(e)return JSON.parse(e)},$R=()=>{if(typeof document>"u")return;let e;try{e=document.cookie.match(/__FIREBASE_DEFAULTS__=([^;]+)/)}catch{return}const t=e&&kE(e[1]);return t&&JSON.parse(t)},qp=()=>{try{return jR()||HR()||FR()||$R()}catch(e){console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${e}`);return}},GR=e=>{var t,r;return(r=(t=qp())==null?void 0:t.emulatorHosts)==null?void 0:r[e]},TE=()=>{var e;return(e=qp())==null?void 0:e.config},NE=e=>{var t;return(t=qp())==null?void 0:t[`_${e}`]};/**
|
|
134
|
+
* @license
|
|
135
|
+
* Copyright 2017 Google LLC
|
|
136
|
+
*
|
|
137
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
138
|
+
* you may not use this file except in compliance with the License.
|
|
139
|
+
* You may obtain a copy of the License at
|
|
140
|
+
*
|
|
141
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
142
|
+
*
|
|
143
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
144
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
145
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
146
|
+
* See the License for the specific language governing permissions and
|
|
147
|
+
* limitations under the License.
|
|
148
|
+
*/class KR{constructor(){this.reject=()=>{},this.resolve=()=>{},this.promise=new Promise((t,r)=>{this.resolve=t,this.reject=r})}wrapCallback(t){return(r,a)=>{r?this.reject(r):this.resolve(a),typeof t=="function"&&(this.promise.catch(()=>{}),t.length===1?t(r):t(r,a))}}}/**
|
|
149
|
+
* @license
|
|
150
|
+
* Copyright 2025 Google LLC
|
|
151
|
+
*
|
|
152
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
153
|
+
* you may not use this file except in compliance with the License.
|
|
154
|
+
* You may obtain a copy of the License at
|
|
155
|
+
*
|
|
156
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
157
|
+
*
|
|
158
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
159
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
160
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
161
|
+
* See the License for the specific language governing permissions and
|
|
162
|
+
* limitations under the License.
|
|
163
|
+
*/function Hu(e){try{return(e.startsWith("http://")||e.startsWith("https://")?new URL(e).hostname:e).endsWith(".cloudworkstations.dev")}catch{return!1}}async function qR(e){return(await fetch(e,{credentials:"include"})).ok}const sl={};function VR(){const e={prod:[],emulator:[]};for(const t of Object.keys(sl))sl[t]?e.emulator.push(t):e.prod.push(t);return e}function YR(e){let t=document.getElementById(e),r=!1;return t||(t=document.createElement("div"),t.setAttribute("id",e),r=!0),{created:r,element:t}}let Rx=!1;function WR(e,t){if(typeof window>"u"||typeof document>"u"||!Hu(window.location.host)||sl[e]===t||sl[e]||Rx)return;sl[e]=t;function r(v){return`__firebase__banner__${v}`}const a="__firebase__banner",c=VR().prod.length>0;function u(){const v=document.getElementById(a);v&&v.remove()}function f(v){v.style.display="flex",v.style.background="#7faaf0",v.style.position="fixed",v.style.bottom="5px",v.style.left="5px",v.style.padding=".5em",v.style.borderRadius="5px",v.style.alignItems="center"}function p(v,x){v.setAttribute("width","24"),v.setAttribute("id",x),v.setAttribute("height","24"),v.setAttribute("viewBox","0 0 24 24"),v.setAttribute("fill","none"),v.style.marginLeft="-6px"}function m(){const v=document.createElement("span");return v.style.cursor="pointer",v.style.marginLeft="16px",v.style.fontSize="24px",v.innerHTML=" ×",v.onclick=()=>{Rx=!0,u()},v}function b(v,x){v.setAttribute("id",x),v.innerText="Learn more",v.href="https://firebase.google.com/docs/studio/preview-apps#preview-backend",v.setAttribute("target","__blank"),v.style.paddingLeft="5px",v.style.textDecoration="underline"}function y(){const v=YR(a),x=r("text"),S=document.getElementById(x)||document.createElement("span"),_=r("learnmore"),A=document.getElementById(_)||document.createElement("a"),T=r("preprendIcon"),D=document.getElementById(T)||document.createElementNS("http://www.w3.org/2000/svg","svg");if(v.created){const k=v.element;f(k),b(A,_);const C=m();p(D,T),k.append(D,S,A,C),document.body.appendChild(k)}c?(S.innerText="Preview backend disconnected.",D.innerHTML=`<g clip-path="url(#clip0_6013_33858)">
|
|
164
|
+
<path d="M4.8 17.6L12 5.6L19.2 17.6H4.8ZM6.91667 16.4H17.0833L12 7.93333L6.91667 16.4ZM12 15.6C12.1667 15.6 12.3056 15.5444 12.4167 15.4333C12.5389 15.3111 12.6 15.1667 12.6 15C12.6 14.8333 12.5389 14.6944 12.4167 14.5833C12.3056 14.4611 12.1667 14.4 12 14.4C11.8333 14.4 11.6889 14.4611 11.5667 14.5833C11.4556 14.6944 11.4 14.8333 11.4 15C11.4 15.1667 11.4556 15.3111 11.5667 15.4333C11.6889 15.5444 11.8333 15.6 12 15.6ZM11.4 13.6H12.6V10.4H11.4V13.6Z" fill="#212121"/>
|
|
165
|
+
</g>
|
|
166
|
+
<defs>
|
|
167
|
+
<clipPath id="clip0_6013_33858">
|
|
168
|
+
<rect width="24" height="24" fill="white"/>
|
|
169
|
+
</clipPath>
|
|
170
|
+
</defs>`):(D.innerHTML=`<g clip-path="url(#clip0_6083_34804)">
|
|
171
|
+
<path d="M11.4 15.2H12.6V11.2H11.4V15.2ZM12 10C12.1667 10 12.3056 9.94444 12.4167 9.83333C12.5389 9.71111 12.6 9.56667 12.6 9.4C12.6 9.23333 12.5389 9.09444 12.4167 8.98333C12.3056 8.86111 12.1667 8.8 12 8.8C11.8333 8.8 11.6889 8.86111 11.5667 8.98333C11.4556 9.09444 11.4 9.23333 11.4 9.4C11.4 9.56667 11.4556 9.71111 11.5667 9.83333C11.6889 9.94444 11.8333 10 12 10ZM12 18.4C11.1222 18.4 10.2944 18.2333 9.51667 17.9C8.73889 17.5667 8.05556 17.1111 7.46667 16.5333C6.88889 15.9444 6.43333 15.2611 6.1 14.4833C5.76667 13.7056 5.6 12.8778 5.6 12C5.6 11.1111 5.76667 10.2833 6.1 9.51667C6.43333 8.73889 6.88889 8.06111 7.46667 7.48333C8.05556 6.89444 8.73889 6.43333 9.51667 6.1C10.2944 5.76667 11.1222 5.6 12 5.6C12.8889 5.6 13.7167 5.76667 14.4833 6.1C15.2611 6.43333 15.9389 6.89444 16.5167 7.48333C17.1056 8.06111 17.5667 8.73889 17.9 9.51667C18.2333 10.2833 18.4 11.1111 18.4 12C18.4 12.8778 18.2333 13.7056 17.9 14.4833C17.5667 15.2611 17.1056 15.9444 16.5167 16.5333C15.9389 17.1111 15.2611 17.5667 14.4833 17.9C13.7167 18.2333 12.8889 18.4 12 18.4ZM12 17.2C13.4444 17.2 14.6722 16.6944 15.6833 15.6833C16.6944 14.6722 17.2 13.4444 17.2 12C17.2 10.5556 16.6944 9.32778 15.6833 8.31667C14.6722 7.30555 13.4444 6.8 12 6.8C10.5556 6.8 9.32778 7.30555 8.31667 8.31667C7.30556 9.32778 6.8 10.5556 6.8 12C6.8 13.4444 7.30556 14.6722 8.31667 15.6833C9.32778 16.6944 10.5556 17.2 12 17.2Z" fill="#212121"/>
|
|
172
|
+
</g>
|
|
173
|
+
<defs>
|
|
174
|
+
<clipPath id="clip0_6083_34804">
|
|
175
|
+
<rect width="24" height="24" fill="white"/>
|
|
176
|
+
</clipPath>
|
|
177
|
+
</defs>`,S.innerText="Preview backend running in this workspace."),S.setAttribute("id",x)}document.readyState==="loading"?window.addEventListener("DOMContentLoaded",y):y()}/**
|
|
178
|
+
* @license
|
|
179
|
+
* Copyright 2017 Google LLC
|
|
180
|
+
*
|
|
181
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
|
+
* you may not use this file except in compliance with the License.
|
|
183
|
+
* You may obtain a copy of the License at
|
|
184
|
+
*
|
|
185
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
186
|
+
*
|
|
187
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
188
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
189
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
190
|
+
* See the License for the specific language governing permissions and
|
|
191
|
+
* limitations under the License.
|
|
192
|
+
*/function Sn(){return typeof navigator<"u"&&typeof navigator.userAgent=="string"?navigator.userAgent:""}function XR(){return typeof window<"u"&&!!(window.cordova||window.phonegap||window.PhoneGap)&&/ios|iphone|ipod|ipad|android|blackberry|iemobile/i.test(Sn())}function ZR(){return typeof navigator<"u"&&navigator.userAgent==="Cloudflare-Workers"}function JR(){const e=typeof chrome=="object"?chrome.runtime:typeof browser=="object"?browser.runtime:void 0;return typeof e=="object"&&e.id!==void 0}function QR(){return typeof navigator=="object"&&navigator.product==="ReactNative"}function e3(){const e=Sn();return e.indexOf("MSIE ")>=0||e.indexOf("Trident/")>=0}function t3(){try{return typeof indexedDB=="object"}catch{return!1}}function n3(){return new Promise((e,t)=>{try{let r=!0;const a="validate-browser-context-for-indexeddb-analytics-module",o=self.indexedDB.open(a);o.onsuccess=()=>{o.result.close(),r||self.indexedDB.deleteDatabase(a),e(!0)},o.onupgradeneeded=()=>{r=!1},o.onerror=()=>{var c;t(((c=o.error)==null?void 0:c.message)||"")}}catch(r){t(r)}})}function eL(){return!(typeof navigator>"u"||!navigator.cookieEnabled)}/**
|
|
193
|
+
* @license
|
|
194
|
+
* Copyright 2017 Google LLC
|
|
195
|
+
*
|
|
196
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
197
|
+
* you may not use this file except in compliance with the License.
|
|
198
|
+
* You may obtain a copy of the License at
|
|
199
|
+
*
|
|
200
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
201
|
+
*
|
|
202
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
203
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
204
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
205
|
+
* See the License for the specific language governing permissions and
|
|
206
|
+
* limitations under the License.
|
|
207
|
+
*/const r3="FirebaseError";class Yi extends Error{constructor(t,r,a){super(r),this.code=t,this.customData=a,this.name=r3,Object.setPrototypeOf(this,Yi.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,Tl.prototype.create)}}class Tl{constructor(t,r,a){this.service=t,this.serviceName=r,this.errors=a}create(t,...r){const a=r[0]||{},o=`${this.service}/${t}`,c=this.errors[t],u=c?i3(c,a):"Error",f=`${this.serviceName}: ${u} (${o}).`;return new Yi(o,f,a)}}function i3(e,t){return e.replace(a3,(r,a)=>{const o=t[a];return o!=null?String(o):`<${a}?>`})}const a3=/\{\$([^}]+)}/g;function s3(e){for(const t in e)if(Object.prototype.hasOwnProperty.call(e,t))return!1;return!0}function Bs(e,t){if(e===t)return!0;const r=Object.keys(e),a=Object.keys(t);for(const o of r){if(!a.includes(o))return!1;const c=e[o],u=t[o];if(Ix(c)&&Ix(u)){if(!Bs(c,u))return!1}else if(c!==u)return!1}for(const o of a)if(!r.includes(o))return!1;return!0}function Ix(e){return e!==null&&typeof e=="object"}/**
|
|
208
|
+
* @license
|
|
209
|
+
* Copyright 2017 Google LLC
|
|
210
|
+
*
|
|
211
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
212
|
+
* you may not use this file except in compliance with the License.
|
|
213
|
+
* You may obtain a copy of the License at
|
|
214
|
+
*
|
|
215
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
216
|
+
*
|
|
217
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
218
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
219
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
220
|
+
* See the License for the specific language governing permissions and
|
|
221
|
+
* limitations under the License.
|
|
222
|
+
*/function Nl(e){const t=[];for(const[r,a]of Object.entries(e))Array.isArray(a)?a.forEach(o=>{t.push(encodeURIComponent(r)+"="+encodeURIComponent(o))}):t.push(encodeURIComponent(r)+"="+encodeURIComponent(a));return t.length?"&"+t.join("&"):""}function o3(e,t){const r=new l3(e,t);return r.subscribe.bind(r)}class l3{constructor(t,r){this.observers=[],this.unsubscribes=[],this.observerCount=0,this.task=Promise.resolve(),this.finalized=!1,this.onNoObservers=r,this.task.then(()=>{t(this)}).catch(a=>{this.error(a)})}next(t){this.forEachObserver(r=>{r.next(t)})}error(t){this.forEachObserver(r=>{r.error(t)}),this.close(t)}complete(){this.forEachObserver(t=>{t.complete()}),this.close()}subscribe(t,r,a){let o;if(t===void 0&&r===void 0&&a===void 0)throw new Error("Missing Observer.");c3(t,["next","error","complete"])?o=t:o={next:t,error:r,complete:a},o.next===void 0&&(o.next=Ah),o.error===void 0&&(o.error=Ah),o.complete===void 0&&(o.complete=Ah);const c=this.unsubscribeOne.bind(this,this.observers.length);return this.finalized&&this.task.then(()=>{try{this.finalError?o.error(this.finalError):o.complete()}catch{}}),this.observers.push(o),c}unsubscribeOne(t){this.observers===void 0||this.observers[t]===void 0||(delete this.observers[t],this.observerCount-=1,this.observerCount===0&&this.onNoObservers!==void 0&&this.onNoObservers(this))}forEachObserver(t){if(!this.finalized)for(let r=0;r<this.observers.length;r++)this.sendOne(r,t)}sendOne(t,r){this.task.then(()=>{if(this.observers!==void 0&&this.observers[t]!==void 0)try{r(this.observers[t])}catch(a){typeof console<"u"&&console.error&&console.error(a)}})}close(t){this.finalized||(this.finalized=!0,t!==void 0&&(this.finalError=t),this.task.then(()=>{this.observers=void 0,this.onNoObservers=void 0}))}}function c3(e,t){if(typeof e!="object"||e===null)return!1;for(const r of t)if(r in e&&typeof e[r]=="function")return!0;return!1}function Ah(){}/**
|
|
223
|
+
* @license
|
|
224
|
+
* Copyright 2021 Google LLC
|
|
225
|
+
*
|
|
226
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
227
|
+
* you may not use this file except in compliance with the License.
|
|
228
|
+
* You may obtain a copy of the License at
|
|
229
|
+
*
|
|
230
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
231
|
+
*
|
|
232
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
233
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
234
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
235
|
+
* See the License for the specific language governing permissions and
|
|
236
|
+
* limitations under the License.
|
|
237
|
+
*/function Oa(e){return e&&e._delegate?e._delegate:e}class Us{constructor(t,r,a){this.name=t,this.instanceFactory=r,this.type=a,this.multipleInstances=!1,this.serviceProps={},this.instantiationMode="LAZY",this.onInstanceCreated=null}setInstantiationMode(t){return this.instantiationMode=t,this}setMultipleInstances(t){return this.multipleInstances=t,this}setServiceProps(t){return this.serviceProps=t,this}setInstanceCreatedCallback(t){return this.onInstanceCreated=t,this}}/**
|
|
238
|
+
* @license
|
|
239
|
+
* Copyright 2019 Google LLC
|
|
240
|
+
*
|
|
241
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
242
|
+
* you may not use this file except in compliance with the License.
|
|
243
|
+
* You may obtain a copy of the License at
|
|
244
|
+
*
|
|
245
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
246
|
+
*
|
|
247
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
248
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
249
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
250
|
+
* See the License for the specific language governing permissions and
|
|
251
|
+
* limitations under the License.
|
|
252
|
+
*/const va="[DEFAULT]";/**
|
|
253
|
+
* @license
|
|
254
|
+
* Copyright 2019 Google LLC
|
|
255
|
+
*
|
|
256
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
257
|
+
* you may not use this file except in compliance with the License.
|
|
258
|
+
* You may obtain a copy of the License at
|
|
259
|
+
*
|
|
260
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
261
|
+
*
|
|
262
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
263
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
264
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
265
|
+
* See the License for the specific language governing permissions and
|
|
266
|
+
* limitations under the License.
|
|
267
|
+
*/class u3{constructor(t,r){this.name=t,this.container=r,this.component=null,this.instances=new Map,this.instancesDeferred=new Map,this.instancesOptions=new Map,this.onInitCallbacks=new Map}get(t){const r=this.normalizeInstanceIdentifier(t);if(!this.instancesDeferred.has(r)){const a=new KR;if(this.instancesDeferred.set(r,a),this.isInitialized(r)||this.shouldAutoInitialize())try{const o=this.getOrInitializeService({instanceIdentifier:r});o&&a.resolve(o)}catch{}}return this.instancesDeferred.get(r).promise}getImmediate(t){const r=this.normalizeInstanceIdentifier(t==null?void 0:t.identifier),a=(t==null?void 0:t.optional)??!1;if(this.isInitialized(r)||this.shouldAutoInitialize())try{return this.getOrInitializeService({instanceIdentifier:r})}catch(o){if(a)return null;throw o}else{if(a)return null;throw Error(`Service ${this.name} is not available`)}}getComponent(){return this.component}setComponent(t){if(t.name!==this.name)throw Error(`Mismatching Component ${t.name} for Provider ${this.name}.`);if(this.component)throw Error(`Component for ${this.name} has already been provided`);if(this.component=t,!!this.shouldAutoInitialize()){if(f3(t))try{this.getOrInitializeService({instanceIdentifier:va})}catch{}for(const[r,a]of this.instancesDeferred.entries()){const o=this.normalizeInstanceIdentifier(r);try{const c=this.getOrInitializeService({instanceIdentifier:o});a.resolve(c)}catch{}}}}clearInstance(t=va){this.instancesDeferred.delete(t),this.instancesOptions.delete(t),this.instances.delete(t)}async delete(){const t=Array.from(this.instances.values());await Promise.all([...t.filter(r=>"INTERNAL"in r).map(r=>r.INTERNAL.delete()),...t.filter(r=>"_delete"in r).map(r=>r._delete())])}isComponentSet(){return this.component!=null}isInitialized(t=va){return this.instances.has(t)}getOptions(t=va){return this.instancesOptions.get(t)||{}}initialize(t={}){const{options:r={}}=t,a=this.normalizeInstanceIdentifier(t.instanceIdentifier);if(this.isInitialized(a))throw Error(`${this.name}(${a}) has already been initialized`);if(!this.isComponentSet())throw Error(`Component ${this.name} has not been registered yet`);const o=this.getOrInitializeService({instanceIdentifier:a,options:r});for(const[c,u]of this.instancesDeferred.entries()){const f=this.normalizeInstanceIdentifier(c);a===f&&u.resolve(o)}return o}onInit(t,r){const a=this.normalizeInstanceIdentifier(r),o=this.onInitCallbacks.get(a)??new Set;o.add(t),this.onInitCallbacks.set(a,o);const c=this.instances.get(a);return c&&t(c,a),()=>{o.delete(t)}}invokeOnInitCallbacks(t,r){const a=this.onInitCallbacks.get(r);if(a)for(const o of a)try{o(t,r)}catch{}}getOrInitializeService({instanceIdentifier:t,options:r={}}){let a=this.instances.get(t);if(!a&&this.component&&(a=this.component.instanceFactory(this.container,{instanceIdentifier:d3(t),options:r}),this.instances.set(t,a),this.instancesOptions.set(t,r),this.invokeOnInitCallbacks(a,t),this.component.onInstanceCreated))try{this.component.onInstanceCreated(this.container,t,a)}catch{}return a||null}normalizeInstanceIdentifier(t=va){return this.component?this.component.multipleInstances?t:va:t}shouldAutoInitialize(){return!!this.component&&this.component.instantiationMode!=="EXPLICIT"}}function d3(e){return e===va?void 0:e}function f3(e){return e.instantiationMode==="EAGER"}/**
|
|
268
|
+
* @license
|
|
269
|
+
* Copyright 2019 Google LLC
|
|
270
|
+
*
|
|
271
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
272
|
+
* you may not use this file except in compliance with the License.
|
|
273
|
+
* You may obtain a copy of the License at
|
|
274
|
+
*
|
|
275
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
276
|
+
*
|
|
277
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
278
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
279
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
280
|
+
* See the License for the specific language governing permissions and
|
|
281
|
+
* limitations under the License.
|
|
282
|
+
*/class h3{constructor(t){this.name=t,this.providers=new Map}addComponent(t){const r=this.getProvider(t.name);if(r.isComponentSet())throw new Error(`Component ${t.name} has already been registered with ${this.name}`);r.setComponent(t)}addOrOverwriteComponent(t){this.getProvider(t.name).isComponentSet()&&this.providers.delete(t.name),this.addComponent(t)}getProvider(t){if(this.providers.has(t))return this.providers.get(t);const r=new u3(t,this);return this.providers.set(t,r),r}getProviders(){return Array.from(this.providers.values())}}/**
|
|
283
|
+
* @license
|
|
284
|
+
* Copyright 2017 Google LLC
|
|
285
|
+
*
|
|
286
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
287
|
+
* you may not use this file except in compliance with the License.
|
|
288
|
+
* You may obtain a copy of the License at
|
|
289
|
+
*
|
|
290
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
291
|
+
*
|
|
292
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
293
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
294
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
295
|
+
* See the License for the specific language governing permissions and
|
|
296
|
+
* limitations under the License.
|
|
297
|
+
*/var St;(function(e){e[e.DEBUG=0]="DEBUG",e[e.VERBOSE=1]="VERBOSE",e[e.INFO=2]="INFO",e[e.WARN=3]="WARN",e[e.ERROR=4]="ERROR",e[e.SILENT=5]="SILENT"})(St||(St={}));const p3={debug:St.DEBUG,verbose:St.VERBOSE,info:St.INFO,warn:St.WARN,error:St.ERROR,silent:St.SILENT},m3=St.INFO,g3={[St.DEBUG]:"log",[St.VERBOSE]:"log",[St.INFO]:"info",[St.WARN]:"warn",[St.ERROR]:"error"},b3=(e,t,...r)=>{if(t<e.logLevel)return;const a=new Date().toISOString(),o=g3[t];if(o)console[o](`[${a}] ${e.name}:`,...r);else throw new Error(`Attempted to log a message with an invalid logType (value: ${t})`)};class CE{constructor(t){this.name=t,this._logLevel=m3,this._logHandler=b3,this._userLogHandler=null}get logLevel(){return this._logLevel}set logLevel(t){if(!(t in St))throw new TypeError(`Invalid value "${t}" assigned to \`logLevel\``);this._logLevel=t}setLogLevel(t){this._logLevel=typeof t=="string"?p3[t]:t}get logHandler(){return this._logHandler}set logHandler(t){if(typeof t!="function")throw new TypeError("Value assigned to `logHandler` must be a function");this._logHandler=t}get userLogHandler(){return this._userLogHandler}set userLogHandler(t){this._userLogHandler=t}debug(...t){this._userLogHandler&&this._userLogHandler(this,St.DEBUG,...t),this._logHandler(this,St.DEBUG,...t)}log(...t){this._userLogHandler&&this._userLogHandler(this,St.VERBOSE,...t),this._logHandler(this,St.VERBOSE,...t)}info(...t){this._userLogHandler&&this._userLogHandler(this,St.INFO,...t),this._logHandler(this,St.INFO,...t)}warn(...t){this._userLogHandler&&this._userLogHandler(this,St.WARN,...t),this._logHandler(this,St.WARN,...t)}error(...t){this._userLogHandler&&this._userLogHandler(this,St.ERROR,...t),this._logHandler(this,St.ERROR,...t)}}const y3=(e,t)=>t.some(r=>e instanceof r);let Dx,Lx;function v3(){return Dx||(Dx=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function x3(){return Lx||(Lx=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const AE=new WeakMap,sp=new WeakMap,OE=new WeakMap,Oh=new WeakMap,Vp=new WeakMap;function E3(e){const t=new Promise((r,a)=>{const o=()=>{e.removeEventListener("success",c),e.removeEventListener("error",u)},c=()=>{r(ai(e.result)),o()},u=()=>{a(e.error),o()};e.addEventListener("success",c),e.addEventListener("error",u)});return t.then(r=>{r instanceof IDBCursor&&AE.set(r,e)}).catch(()=>{}),Vp.set(t,e),t}function S3(e){if(sp.has(e))return;const t=new Promise((r,a)=>{const o=()=>{e.removeEventListener("complete",c),e.removeEventListener("error",u),e.removeEventListener("abort",u)},c=()=>{r(),o()},u=()=>{a(e.error||new DOMException("AbortError","AbortError")),o()};e.addEventListener("complete",c),e.addEventListener("error",u),e.addEventListener("abort",u)});sp.set(e,t)}let op={get(e,t,r){if(e instanceof IDBTransaction){if(t==="done")return sp.get(e);if(t==="objectStoreNames")return e.objectStoreNames||OE.get(e);if(t==="store")return r.objectStoreNames[1]?void 0:r.objectStore(r.objectStoreNames[0])}return ai(e[t])},set(e,t,r){return e[t]=r,!0},has(e,t){return e instanceof IDBTransaction&&(t==="done"||t==="store")?!0:t in e}};function _3(e){op=e(op)}function w3(e){return e===IDBDatabase.prototype.transaction&&!("objectStoreNames"in IDBTransaction.prototype)?function(t,...r){const a=e.call(Mh(this),t,...r);return OE.set(a,t.sort?t.sort():[t]),ai(a)}:x3().includes(e)?function(...t){return e.apply(Mh(this),t),ai(AE.get(this))}:function(...t){return ai(e.apply(Mh(this),t))}}function k3(e){return typeof e=="function"?w3(e):(e instanceof IDBTransaction&&S3(e),y3(e,v3())?new Proxy(e,op):e)}function ai(e){if(e instanceof IDBRequest)return E3(e);if(Oh.has(e))return Oh.get(e);const t=k3(e);return t!==e&&(Oh.set(e,t),Vp.set(t,e)),t}const Mh=e=>Vp.get(e);function T3(e,t,{blocked:r,upgrade:a,blocking:o,terminated:c}={}){const u=indexedDB.open(e,t),f=ai(u);return a&&u.addEventListener("upgradeneeded",p=>{a(ai(u.result),p.oldVersion,p.newVersion,ai(u.transaction),p)}),r&&u.addEventListener("blocked",p=>r(p.oldVersion,p.newVersion,p)),f.then(p=>{c&&p.addEventListener("close",()=>c()),o&&p.addEventListener("versionchange",m=>o(m.oldVersion,m.newVersion,m))}).catch(()=>{}),f}function tL(e,{blocked:t}={}){const r=indexedDB.deleteDatabase(e);return t&&r.addEventListener("blocked",a=>t(a.oldVersion,a)),ai(r).then(()=>{})}const N3=["get","getKey","getAll","getAllKeys","count"],C3=["put","add","delete","clear"],Rh=new Map;function jx(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&typeof t=="string"))return;if(Rh.get(t))return Rh.get(t);const r=t.replace(/FromIndex$/,""),a=t!==r,o=C3.includes(r);if(!(r in(a?IDBIndex:IDBObjectStore).prototype)||!(o||N3.includes(r)))return;const c=async function(u,...f){const p=this.transaction(u,o?"readwrite":"readonly");let m=p.store;return a&&(m=m.index(f.shift())),(await Promise.all([m[r](...f),o&&p.done]))[0]};return Rh.set(t,c),c}_3(e=>({...e,get:(t,r,a)=>jx(t,r)||e.get(t,r,a),has:(t,r)=>!!jx(t,r)||e.has(t,r)}));/**
|
|
298
|
+
* @license
|
|
299
|
+
* Copyright 2019 Google LLC
|
|
300
|
+
*
|
|
301
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
302
|
+
* you may not use this file except in compliance with the License.
|
|
303
|
+
* You may obtain a copy of the License at
|
|
304
|
+
*
|
|
305
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
306
|
+
*
|
|
307
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
308
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
309
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
310
|
+
* See the License for the specific language governing permissions and
|
|
311
|
+
* limitations under the License.
|
|
312
|
+
*/class A3{constructor(t){this.container=t}getPlatformInfoString(){return this.container.getProviders().map(r=>{if(O3(r)){const a=r.getImmediate();return`${a.library}/${a.version}`}else return null}).filter(r=>r).join(" ")}}function O3(e){const t=e.getComponent();return(t==null?void 0:t.type)==="VERSION"}const lp="@firebase/app",zx="0.14.8";/**
|
|
313
|
+
* @license
|
|
314
|
+
* Copyright 2019 Google LLC
|
|
315
|
+
*
|
|
316
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
317
|
+
* you may not use this file except in compliance with the License.
|
|
318
|
+
* You may obtain a copy of the License at
|
|
319
|
+
*
|
|
320
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
321
|
+
*
|
|
322
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
323
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
324
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
325
|
+
* See the License for the specific language governing permissions and
|
|
326
|
+
* limitations under the License.
|
|
327
|
+
*/const si=new CE("@firebase/app"),M3="@firebase/app-compat",R3="@firebase/analytics-compat",I3="@firebase/analytics",D3="@firebase/app-check-compat",L3="@firebase/app-check",j3="@firebase/auth",z3="@firebase/auth-compat",B3="@firebase/database",U3="@firebase/data-connect",P3="@firebase/database-compat",H3="@firebase/functions",F3="@firebase/functions-compat",$3="@firebase/installations",G3="@firebase/installations-compat",K3="@firebase/messaging",q3="@firebase/messaging-compat",V3="@firebase/performance",Y3="@firebase/performance-compat",W3="@firebase/remote-config",X3="@firebase/remote-config-compat",Z3="@firebase/storage",J3="@firebase/storage-compat",Q3="@firebase/firestore",eI="@firebase/ai",tI="@firebase/firestore-compat",nI="firebase",rI="12.9.0";/**
|
|
328
|
+
* @license
|
|
329
|
+
* Copyright 2019 Google LLC
|
|
330
|
+
*
|
|
331
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
332
|
+
* you may not use this file except in compliance with the License.
|
|
333
|
+
* You may obtain a copy of the License at
|
|
334
|
+
*
|
|
335
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
336
|
+
*
|
|
337
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
338
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
339
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
340
|
+
* See the License for the specific language governing permissions and
|
|
341
|
+
* limitations under the License.
|
|
342
|
+
*/const cp="[DEFAULT]",iI={[lp]:"fire-core",[M3]:"fire-core-compat",[I3]:"fire-analytics",[R3]:"fire-analytics-compat",[L3]:"fire-app-check",[D3]:"fire-app-check-compat",[j3]:"fire-auth",[z3]:"fire-auth-compat",[B3]:"fire-rtdb",[U3]:"fire-data-connect",[P3]:"fire-rtdb-compat",[H3]:"fire-fn",[F3]:"fire-fn-compat",[$3]:"fire-iid",[G3]:"fire-iid-compat",[K3]:"fire-fcm",[q3]:"fire-fcm-compat",[V3]:"fire-perf",[Y3]:"fire-perf-compat",[W3]:"fire-rc",[X3]:"fire-rc-compat",[Z3]:"fire-gcs",[J3]:"fire-gcs-compat",[Q3]:"fire-fst",[tI]:"fire-fst-compat",[eI]:"fire-vertex","fire-js":"fire-js",[nI]:"fire-js-all"};/**
|
|
343
|
+
* @license
|
|
344
|
+
* Copyright 2019 Google LLC
|
|
345
|
+
*
|
|
346
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
347
|
+
* you may not use this file except in compliance with the License.
|
|
348
|
+
* You may obtain a copy of the License at
|
|
349
|
+
*
|
|
350
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
351
|
+
*
|
|
352
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
353
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
354
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
355
|
+
* See the License for the specific language governing permissions and
|
|
356
|
+
* limitations under the License.
|
|
357
|
+
*/const Tu=new Map,aI=new Map,up=new Map;function Bx(e,t){try{e.container.addComponent(t)}catch(r){si.debug(`Component ${t.name} failed to register with FirebaseApp ${e.name}`,r)}}function yl(e){const t=e.name;if(up.has(t))return si.debug(`There were multiple attempts to register component ${t}.`),!1;up.set(t,e);for(const r of Tu.values())Bx(r,e);for(const r of aI.values())Bx(r,e);return!0}function ME(e,t){const r=e.container.getProvider("heartbeat").getImmediate({optional:!0});return r&&r.triggerHeartbeat(),e.container.getProvider(t)}function Cr(e){return e==null?!1:e.settings!==void 0}/**
|
|
358
|
+
* @license
|
|
359
|
+
* Copyright 2019 Google LLC
|
|
360
|
+
*
|
|
361
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
362
|
+
* you may not use this file except in compliance with the License.
|
|
363
|
+
* You may obtain a copy of the License at
|
|
364
|
+
*
|
|
365
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
366
|
+
*
|
|
367
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
368
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
369
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
370
|
+
* See the License for the specific language governing permissions and
|
|
371
|
+
* limitations under the License.
|
|
372
|
+
*/const sI={"no-app":"No Firebase App '{$appName}' has been created - call initializeApp() first","bad-app-name":"Illegal App name: '{$appName}'","duplicate-app":"Firebase App named '{$appName}' already exists with different options or config","app-deleted":"Firebase App named '{$appName}' already deleted","server-app-deleted":"Firebase Server App has been deleted","no-options":"Need to provide options, when not being deployed to hosting via source.","invalid-app-argument":"firebase.{$appName}() takes either no argument or a Firebase App instance.","invalid-log-argument":"First argument to `onLog` must be null or a function.","idb-open":"Error thrown when opening IndexedDB. Original error: {$originalErrorMessage}.","idb-get":"Error thrown when reading from IndexedDB. Original error: {$originalErrorMessage}.","idb-set":"Error thrown when writing to IndexedDB. Original error: {$originalErrorMessage}.","idb-delete":"Error thrown when deleting from IndexedDB. Original error: {$originalErrorMessage}.","finalization-registry-not-supported":"FirebaseServerApp deleteOnDeref field defined but the JS runtime does not support FinalizationRegistry.","invalid-server-app-environment":"FirebaseServerApp is not for use in browser environments."},qi=new Tl("app","Firebase",sI);/**
|
|
373
|
+
* @license
|
|
374
|
+
* Copyright 2019 Google LLC
|
|
375
|
+
*
|
|
376
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
377
|
+
* you may not use this file except in compliance with the License.
|
|
378
|
+
* You may obtain a copy of the License at
|
|
379
|
+
*
|
|
380
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
381
|
+
*
|
|
382
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
383
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
384
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
385
|
+
* See the License for the specific language governing permissions and
|
|
386
|
+
* limitations under the License.
|
|
387
|
+
*/class oI{constructor(t,r,a){this._isDeleted=!1,this._options={...t},this._config={...r},this._name=r.name,this._automaticDataCollectionEnabled=r.automaticDataCollectionEnabled,this._container=a,this.container.addComponent(new Us("app",()=>this,"PUBLIC"))}get automaticDataCollectionEnabled(){return this.checkDestroyed(),this._automaticDataCollectionEnabled}set automaticDataCollectionEnabled(t){this.checkDestroyed(),this._automaticDataCollectionEnabled=t}get name(){return this.checkDestroyed(),this._name}get options(){return this.checkDestroyed(),this._options}get config(){return this.checkDestroyed(),this._config}get container(){return this._container}get isDeleted(){return this._isDeleted}set isDeleted(t){this._isDeleted=t}checkDestroyed(){if(this.isDeleted)throw qi.create("app-deleted",{appName:this._name})}}/**
|
|
388
|
+
* @license
|
|
389
|
+
* Copyright 2019 Google LLC
|
|
390
|
+
*
|
|
391
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
392
|
+
* you may not use this file except in compliance with the License.
|
|
393
|
+
* You may obtain a copy of the License at
|
|
394
|
+
*
|
|
395
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
396
|
+
*
|
|
397
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
398
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
399
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
400
|
+
* See the License for the specific language governing permissions and
|
|
401
|
+
* limitations under the License.
|
|
402
|
+
*/const Cl=rI;function Yp(e,t={}){let r=e;typeof t!="object"&&(t={name:t});const a={name:cp,automaticDataCollectionEnabled:!0,...t},o=a.name;if(typeof o!="string"||!o)throw qi.create("bad-app-name",{appName:String(o)});if(r||(r=TE()),!r)throw qi.create("no-options");const c=Tu.get(o);if(c){if(Bs(r,c.options)&&Bs(a,c.config))return c;throw qi.create("duplicate-app",{appName:o})}const u=new h3(o);for(const p of up.values())u.addComponent(p);const f=new oI(r,a,u);return Tu.set(o,f),f}function lI(e=cp){const t=Tu.get(e);if(!t&&e===cp&&TE())return Yp();if(!t)throw qi.create("no-app",{appName:e});return t}function Ms(e,t,r){let a=iI[e]??e;r&&(a+=`-${r}`);const o=a.match(/\s|\//),c=t.match(/\s|\//);if(o||c){const u=[`Unable to register library "${a}" with version "${t}":`];o&&u.push(`library name "${a}" contains illegal characters (whitespace or "/")`),o&&c&&u.push("and"),c&&u.push(`version name "${t}" contains illegal characters (whitespace or "/")`),si.warn(u.join(" "));return}yl(new Us(`${a}-version`,()=>({library:a,version:t}),"VERSION"))}/**
|
|
403
|
+
* @license
|
|
404
|
+
* Copyright 2021 Google LLC
|
|
405
|
+
*
|
|
406
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
407
|
+
* you may not use this file except in compliance with the License.
|
|
408
|
+
* You may obtain a copy of the License at
|
|
409
|
+
*
|
|
410
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
411
|
+
*
|
|
412
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
413
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
414
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
415
|
+
* See the License for the specific language governing permissions and
|
|
416
|
+
* limitations under the License.
|
|
417
|
+
*/const cI="firebase-heartbeat-database",uI=1,vl="firebase-heartbeat-store";let Ih=null;function RE(){return Ih||(Ih=T3(cI,uI,{upgrade:(e,t)=>{switch(t){case 0:try{e.createObjectStore(vl)}catch(r){console.warn(r)}}}}).catch(e=>{throw qi.create("idb-open",{originalErrorMessage:e.message})})),Ih}async function dI(e){try{const r=(await RE()).transaction(vl),a=await r.objectStore(vl).get(IE(e));return await r.done,a}catch(t){if(t instanceof Yi)si.warn(t.message);else{const r=qi.create("idb-get",{originalErrorMessage:t==null?void 0:t.message});si.warn(r.message)}}}async function Ux(e,t){try{const a=(await RE()).transaction(vl,"readwrite");await a.objectStore(vl).put(t,IE(e)),await a.done}catch(r){if(r instanceof Yi)si.warn(r.message);else{const a=qi.create("idb-set",{originalErrorMessage:r==null?void 0:r.message});si.warn(a.message)}}}function IE(e){return`${e.name}!${e.options.appId}`}/**
|
|
418
|
+
* @license
|
|
419
|
+
* Copyright 2021 Google LLC
|
|
420
|
+
*
|
|
421
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
422
|
+
* you may not use this file except in compliance with the License.
|
|
423
|
+
* You may obtain a copy of the License at
|
|
424
|
+
*
|
|
425
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
426
|
+
*
|
|
427
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
428
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
429
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
430
|
+
* See the License for the specific language governing permissions and
|
|
431
|
+
* limitations under the License.
|
|
432
|
+
*/const fI=1024,hI=30;class pI{constructor(t){this.container=t,this._heartbeatsCache=null;const r=this.container.getProvider("app").getImmediate();this._storage=new gI(r),this._heartbeatsCachePromise=this._storage.read().then(a=>(this._heartbeatsCache=a,a))}async triggerHeartbeat(){var t,r;try{const o=this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(),c=Px();if(((t=this._heartbeatsCache)==null?void 0:t.heartbeats)==null&&(this._heartbeatsCache=await this._heartbeatsCachePromise,((r=this._heartbeatsCache)==null?void 0:r.heartbeats)==null)||this._heartbeatsCache.lastSentHeartbeatDate===c||this._heartbeatsCache.heartbeats.some(u=>u.date===c))return;if(this._heartbeatsCache.heartbeats.push({date:c,agent:o}),this._heartbeatsCache.heartbeats.length>hI){const u=bI(this._heartbeatsCache.heartbeats);this._heartbeatsCache.heartbeats.splice(u,1)}return this._storage.overwrite(this._heartbeatsCache)}catch(a){si.warn(a)}}async getHeartbeatsHeader(){var t;try{if(this._heartbeatsCache===null&&await this._heartbeatsCachePromise,((t=this._heartbeatsCache)==null?void 0:t.heartbeats)==null||this._heartbeatsCache.heartbeats.length===0)return"";const r=Px(),{heartbeatsToSend:a,unsentEntries:o}=mI(this._heartbeatsCache.heartbeats),c=wE(JSON.stringify({version:2,heartbeats:a}));return this._heartbeatsCache.lastSentHeartbeatDate=r,o.length>0?(this._heartbeatsCache.heartbeats=o,await this._storage.overwrite(this._heartbeatsCache)):(this._heartbeatsCache.heartbeats=[],this._storage.overwrite(this._heartbeatsCache)),c}catch(r){return si.warn(r),""}}}function Px(){return new Date().toISOString().substring(0,10)}function mI(e,t=fI){const r=[];let a=e.slice();for(const o of e){const c=r.find(u=>u.agent===o.agent);if(c){if(c.dates.push(o.date),Hx(r)>t){c.dates.pop();break}}else if(r.push({agent:o.agent,dates:[o.date]}),Hx(r)>t){r.pop();break}a=a.slice(1)}return{heartbeatsToSend:r,unsentEntries:a}}class gI{constructor(t){this.app=t,this._canUseIndexedDBPromise=this.runIndexedDBEnvironmentCheck()}async runIndexedDBEnvironmentCheck(){return t3()?n3().then(()=>!0).catch(()=>!1):!1}async read(){if(await this._canUseIndexedDBPromise){const r=await dI(this.app);return r!=null&&r.heartbeats?r:{heartbeats:[]}}else return{heartbeats:[]}}async overwrite(t){if(await this._canUseIndexedDBPromise){const a=await this.read();return Ux(this.app,{lastSentHeartbeatDate:t.lastSentHeartbeatDate??a.lastSentHeartbeatDate,heartbeats:t.heartbeats})}else return}async add(t){if(await this._canUseIndexedDBPromise){const a=await this.read();return Ux(this.app,{lastSentHeartbeatDate:t.lastSentHeartbeatDate??a.lastSentHeartbeatDate,heartbeats:[...a.heartbeats,...t.heartbeats]})}else return}}function Hx(e){return wE(JSON.stringify({version:2,heartbeats:e})).length}function bI(e){if(e.length===0)return-1;let t=0,r=e[0].date;for(let a=1;a<e.length;a++)e[a].date<r&&(r=e[a].date,t=a);return t}/**
|
|
433
|
+
* @license
|
|
434
|
+
* Copyright 2019 Google LLC
|
|
435
|
+
*
|
|
436
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
437
|
+
* you may not use this file except in compliance with the License.
|
|
438
|
+
* You may obtain a copy of the License at
|
|
439
|
+
*
|
|
440
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
441
|
+
*
|
|
442
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
443
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
444
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
445
|
+
* See the License for the specific language governing permissions and
|
|
446
|
+
* limitations under the License.
|
|
447
|
+
*/function yI(e){yl(new Us("platform-logger",t=>new A3(t),"PRIVATE")),yl(new Us("heartbeat",t=>new pI(t),"PRIVATE")),Ms(lp,zx,e),Ms(lp,zx,"esm2020"),Ms("fire-js","")}yI("");var vI="firebase",xI="12.9.0";/**
|
|
448
|
+
* @license
|
|
449
|
+
* Copyright 2020 Google LLC
|
|
450
|
+
*
|
|
451
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
452
|
+
* you may not use this file except in compliance with the License.
|
|
453
|
+
* You may obtain a copy of the License at
|
|
454
|
+
*
|
|
455
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
456
|
+
*
|
|
457
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
458
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
459
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
460
|
+
* See the License for the specific language governing permissions and
|
|
461
|
+
* limitations under the License.
|
|
462
|
+
*/Ms(vI,xI,"app");function DE(){return{"dependent-sdk-initialized-before-auth":"Another Firebase SDK was initialized and is trying to use Auth before Auth is initialized. Please be sure to call `initializeAuth` or `getAuth` before starting any other Firebase SDK."}}const EI=DE,LE=new Tl("auth","Firebase",DE());/**
|
|
463
|
+
* @license
|
|
464
|
+
* Copyright 2020 Google LLC
|
|
465
|
+
*
|
|
466
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
467
|
+
* you may not use this file except in compliance with the License.
|
|
468
|
+
* You may obtain a copy of the License at
|
|
469
|
+
*
|
|
470
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
471
|
+
*
|
|
472
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
473
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
474
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
475
|
+
* See the License for the specific language governing permissions and
|
|
476
|
+
* limitations under the License.
|
|
477
|
+
*/const Nu=new CE("@firebase/auth");function SI(e,...t){Nu.logLevel<=St.WARN&&Nu.warn(`Auth (${Cl}): ${e}`,...t)}function hu(e,...t){Nu.logLevel<=St.ERROR&&Nu.error(`Auth (${Cl}): ${e}`,...t)}/**
|
|
478
|
+
* @license
|
|
479
|
+
* Copyright 2020 Google LLC
|
|
480
|
+
*
|
|
481
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
482
|
+
* you may not use this file except in compliance with the License.
|
|
483
|
+
* You may obtain a copy of the License at
|
|
484
|
+
*
|
|
485
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
486
|
+
*
|
|
487
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
488
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
489
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
490
|
+
* See the License for the specific language governing permissions and
|
|
491
|
+
* limitations under the License.
|
|
492
|
+
*/function Or(e,...t){throw Xp(e,...t)}function br(e,...t){return Xp(e,...t)}function Wp(e,t,r){const a={...EI(),[t]:r};return new Tl("auth","Firebase",a).create(t,{appName:e.name})}function Sa(e){return Wp(e,"operation-not-supported-in-this-environment","Operations that alter the current user are not supported in conjunction with FirebaseServerApp")}function _I(e,t,r){const a=r;if(!(t instanceof a))throw a.name!==t.constructor.name&&Or(e,"argument-error"),Wp(e,"argument-error",`Type of ${t.constructor.name} does not match expected instance.Did you pass a reference from a different Auth SDK?`)}function Xp(e,...t){if(typeof e!="string"){const r=t[0],a=[...t.slice(1)];return a[0]&&(a[0].appName=e.name),e._errorFactory.create(r,...a)}return LE.create(e,...t)}function ze(e,t,...r){if(!e)throw Xp(t,...r)}function ti(e){const t="INTERNAL ASSERTION FAILED: "+e;throw hu(t),new Error(t)}function oi(e,t){e||ti(t)}/**
|
|
493
|
+
* @license
|
|
494
|
+
* Copyright 2020 Google LLC
|
|
495
|
+
*
|
|
496
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
497
|
+
* you may not use this file except in compliance with the License.
|
|
498
|
+
* You may obtain a copy of the License at
|
|
499
|
+
*
|
|
500
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
501
|
+
*
|
|
502
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
503
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
504
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
505
|
+
* See the License for the specific language governing permissions and
|
|
506
|
+
* limitations under the License.
|
|
507
|
+
*/function dp(){var e;return typeof self<"u"&&((e=self.location)==null?void 0:e.href)||""}function wI(){return Fx()==="http:"||Fx()==="https:"}function Fx(){var e;return typeof self<"u"&&((e=self.location)==null?void 0:e.protocol)||null}/**
|
|
508
|
+
* @license
|
|
509
|
+
* Copyright 2020 Google LLC
|
|
510
|
+
*
|
|
511
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
512
|
+
* you may not use this file except in compliance with the License.
|
|
513
|
+
* You may obtain a copy of the License at
|
|
514
|
+
*
|
|
515
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
516
|
+
*
|
|
517
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
518
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
519
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
520
|
+
* See the License for the specific language governing permissions and
|
|
521
|
+
* limitations under the License.
|
|
522
|
+
*/function kI(){return typeof navigator<"u"&&navigator&&"onLine"in navigator&&typeof navigator.onLine=="boolean"&&(wI()||JR()||"connection"in navigator)?navigator.onLine:!0}function TI(){if(typeof navigator>"u")return null;const e=navigator;return e.languages&&e.languages[0]||e.language||null}/**
|
|
523
|
+
* @license
|
|
524
|
+
* Copyright 2020 Google LLC
|
|
525
|
+
*
|
|
526
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
527
|
+
* you may not use this file except in compliance with the License.
|
|
528
|
+
* You may obtain a copy of the License at
|
|
529
|
+
*
|
|
530
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
531
|
+
*
|
|
532
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
533
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
534
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
535
|
+
* See the License for the specific language governing permissions and
|
|
536
|
+
* limitations under the License.
|
|
537
|
+
*/class Al{constructor(t,r){this.shortDelay=t,this.longDelay=r,oi(r>t,"Short delay should be less than long delay!"),this.isMobile=XR()||QR()}get(){return kI()?this.isMobile?this.longDelay:this.shortDelay:Math.min(5e3,this.shortDelay)}}/**
|
|
538
|
+
* @license
|
|
539
|
+
* Copyright 2020 Google LLC
|
|
540
|
+
*
|
|
541
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
542
|
+
* you may not use this file except in compliance with the License.
|
|
543
|
+
* You may obtain a copy of the License at
|
|
544
|
+
*
|
|
545
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
546
|
+
*
|
|
547
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
548
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
549
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
550
|
+
* See the License for the specific language governing permissions and
|
|
551
|
+
* limitations under the License.
|
|
552
|
+
*/function Zp(e,t){oi(e.emulator,"Emulator should always be set here");const{url:r}=e.emulator;return t?`${r}${t.startsWith("/")?t.slice(1):t}`:r}/**
|
|
553
|
+
* @license
|
|
554
|
+
* Copyright 2020 Google LLC
|
|
555
|
+
*
|
|
556
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
557
|
+
* you may not use this file except in compliance with the License.
|
|
558
|
+
* You may obtain a copy of the License at
|
|
559
|
+
*
|
|
560
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
561
|
+
*
|
|
562
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
563
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
564
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
565
|
+
* See the License for the specific language governing permissions and
|
|
566
|
+
* limitations under the License.
|
|
567
|
+
*/class jE{static initialize(t,r,a){this.fetchImpl=t,r&&(this.headersImpl=r),a&&(this.responseImpl=a)}static fetch(){if(this.fetchImpl)return this.fetchImpl;if(typeof self<"u"&&"fetch"in self)return self.fetch;if(typeof globalThis<"u"&&globalThis.fetch)return globalThis.fetch;if(typeof fetch<"u")return fetch;ti("Could not find fetch implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}static headers(){if(this.headersImpl)return this.headersImpl;if(typeof self<"u"&&"Headers"in self)return self.Headers;if(typeof globalThis<"u"&&globalThis.Headers)return globalThis.Headers;if(typeof Headers<"u")return Headers;ti("Could not find Headers implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}static response(){if(this.responseImpl)return this.responseImpl;if(typeof self<"u"&&"Response"in self)return self.Response;if(typeof globalThis<"u"&&globalThis.Response)return globalThis.Response;if(typeof Response<"u")return Response;ti("Could not find Response implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill")}}/**
|
|
568
|
+
* @license
|
|
569
|
+
* Copyright 2020 Google LLC
|
|
570
|
+
*
|
|
571
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
572
|
+
* you may not use this file except in compliance with the License.
|
|
573
|
+
* You may obtain a copy of the License at
|
|
574
|
+
*
|
|
575
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
576
|
+
*
|
|
577
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
578
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
579
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
580
|
+
* See the License for the specific language governing permissions and
|
|
581
|
+
* limitations under the License.
|
|
582
|
+
*/const NI={CREDENTIAL_MISMATCH:"custom-token-mismatch",MISSING_CUSTOM_TOKEN:"internal-error",INVALID_IDENTIFIER:"invalid-email",MISSING_CONTINUE_URI:"internal-error",INVALID_PASSWORD:"wrong-password",MISSING_PASSWORD:"missing-password",INVALID_LOGIN_CREDENTIALS:"invalid-credential",EMAIL_EXISTS:"email-already-in-use",PASSWORD_LOGIN_DISABLED:"operation-not-allowed",INVALID_IDP_RESPONSE:"invalid-credential",INVALID_PENDING_TOKEN:"invalid-credential",FEDERATED_USER_ID_ALREADY_LINKED:"credential-already-in-use",MISSING_REQ_TYPE:"internal-error",EMAIL_NOT_FOUND:"user-not-found",RESET_PASSWORD_EXCEED_LIMIT:"too-many-requests",EXPIRED_OOB_CODE:"expired-action-code",INVALID_OOB_CODE:"invalid-action-code",MISSING_OOB_CODE:"internal-error",CREDENTIAL_TOO_OLD_LOGIN_AGAIN:"requires-recent-login",INVALID_ID_TOKEN:"invalid-user-token",TOKEN_EXPIRED:"user-token-expired",USER_NOT_FOUND:"user-token-expired",TOO_MANY_ATTEMPTS_TRY_LATER:"too-many-requests",PASSWORD_DOES_NOT_MEET_REQUIREMENTS:"password-does-not-meet-requirements",INVALID_CODE:"invalid-verification-code",INVALID_SESSION_INFO:"invalid-verification-id",INVALID_TEMPORARY_PROOF:"invalid-credential",MISSING_SESSION_INFO:"missing-verification-id",SESSION_EXPIRED:"code-expired",MISSING_ANDROID_PACKAGE_NAME:"missing-android-pkg-name",UNAUTHORIZED_DOMAIN:"unauthorized-continue-uri",INVALID_OAUTH_CLIENT_ID:"invalid-oauth-client-id",ADMIN_ONLY_OPERATION:"admin-restricted-operation",INVALID_MFA_PENDING_CREDENTIAL:"invalid-multi-factor-session",MFA_ENROLLMENT_NOT_FOUND:"multi-factor-info-not-found",MISSING_MFA_ENROLLMENT_ID:"missing-multi-factor-info",MISSING_MFA_PENDING_CREDENTIAL:"missing-multi-factor-session",SECOND_FACTOR_EXISTS:"second-factor-already-in-use",SECOND_FACTOR_LIMIT_EXCEEDED:"maximum-second-factor-count-exceeded",BLOCKING_FUNCTION_ERROR_RESPONSE:"internal-error",RECAPTCHA_NOT_ENABLED:"recaptcha-not-enabled",MISSING_RECAPTCHA_TOKEN:"missing-recaptcha-token",INVALID_RECAPTCHA_TOKEN:"invalid-recaptcha-token",INVALID_RECAPTCHA_ACTION:"invalid-recaptcha-action",MISSING_CLIENT_TYPE:"missing-client-type",MISSING_RECAPTCHA_VERSION:"missing-recaptcha-version",INVALID_RECAPTCHA_VERSION:"invalid-recaptcha-version",INVALID_REQ_TYPE:"invalid-req-type"};/**
|
|
583
|
+
* @license
|
|
584
|
+
* Copyright 2020 Google LLC
|
|
585
|
+
*
|
|
586
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
587
|
+
* you may not use this file except in compliance with the License.
|
|
588
|
+
* You may obtain a copy of the License at
|
|
589
|
+
*
|
|
590
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
591
|
+
*
|
|
592
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
593
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
594
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
595
|
+
* See the License for the specific language governing permissions and
|
|
596
|
+
* limitations under the License.
|
|
597
|
+
*/const CI=["/v1/accounts:signInWithCustomToken","/v1/accounts:signInWithEmailLink","/v1/accounts:signInWithIdp","/v1/accounts:signInWithPassword","/v1/accounts:signInWithPhoneNumber","/v1/token"],AI=new Al(3e4,6e4);function Jp(e,t){return e.tenantId&&!t.tenantId?{...t,tenantId:e.tenantId}:t}async function Gs(e,t,r,a,o={}){return zE(e,o,async()=>{let c={},u={};a&&(t==="GET"?u=a:c={body:JSON.stringify(a)});const f=Nl({key:e.config.apiKey,...u}).slice(1),p=await e._getAdditionalHeaders();p["Content-Type"]="application/json",e.languageCode&&(p["X-Firebase-Locale"]=e.languageCode);const m={method:t,headers:p,...c};return ZR()||(m.referrerPolicy="no-referrer"),e.emulatorConfig&&Hu(e.emulatorConfig.host)&&(m.credentials="include"),jE.fetch()(await BE(e,e.config.apiHost,r,f),m)})}async function zE(e,t,r){e._canInitEmulator=!1;const a={...NI,...t};try{const o=new MI(e),c=await Promise.race([r(),o.promise]);o.clearNetworkTimeout();const u=await c.json();if("needConfirmation"in u)throw ou(e,"account-exists-with-different-credential",u);if(c.ok&&!("errorMessage"in u))return u;{const f=c.ok?u.errorMessage:u.error.message,[p,m]=f.split(" : ");if(p==="FEDERATED_USER_ID_ALREADY_LINKED")throw ou(e,"credential-already-in-use",u);if(p==="EMAIL_EXISTS")throw ou(e,"email-already-in-use",u);if(p==="USER_DISABLED")throw ou(e,"user-disabled",u);const b=a[p]||p.toLowerCase().replace(/[_\s]+/g,"-");if(m)throw Wp(e,b,m);Or(e,b)}}catch(o){if(o instanceof Yi)throw o;Or(e,"network-request-failed",{message:String(o)})}}async function OI(e,t,r,a,o={}){const c=await Gs(e,t,r,a,o);return"mfaPendingCredential"in c&&Or(e,"multi-factor-auth-required",{_serverResponse:c}),c}async function BE(e,t,r,a){const o=`${t}${r}?${a}`,c=e,u=c.config.emulator?Zp(e.config,o):`${e.config.apiScheme}://${o}`;return CI.includes(r)&&(await c._persistenceManagerAvailable,c._getPersistenceType()==="COOKIE")?c._getPersistence()._getFinalTarget(u).toString():u}class MI{clearNetworkTimeout(){clearTimeout(this.timer)}constructor(t){this.auth=t,this.timer=null,this.promise=new Promise((r,a)=>{this.timer=setTimeout(()=>a(br(this.auth,"network-request-failed")),AI.get())})}}function ou(e,t,r){const a={appName:e.name};r.email&&(a.email=r.email),r.phoneNumber&&(a.phoneNumber=r.phoneNumber);const o=br(e,t,a);return o.customData._tokenResponse=r,o}/**
|
|
598
|
+
* @license
|
|
599
|
+
* Copyright 2020 Google LLC
|
|
600
|
+
*
|
|
601
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
602
|
+
* you may not use this file except in compliance with the License.
|
|
603
|
+
* You may obtain a copy of the License at
|
|
604
|
+
*
|
|
605
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
606
|
+
*
|
|
607
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
608
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
609
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
610
|
+
* See the License for the specific language governing permissions and
|
|
611
|
+
* limitations under the License.
|
|
612
|
+
*/async function RI(e,t){return Gs(e,"POST","/v1/accounts:delete",t)}async function Cu(e,t){return Gs(e,"POST","/v1/accounts:lookup",t)}/**
|
|
613
|
+
* @license
|
|
614
|
+
* Copyright 2020 Google LLC
|
|
615
|
+
*
|
|
616
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
617
|
+
* you may not use this file except in compliance with the License.
|
|
618
|
+
* You may obtain a copy of the License at
|
|
619
|
+
*
|
|
620
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
621
|
+
*
|
|
622
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
623
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
624
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
625
|
+
* See the License for the specific language governing permissions and
|
|
626
|
+
* limitations under the License.
|
|
627
|
+
*/function ol(e){if(e)try{const t=new Date(Number(e));if(!isNaN(t.getTime()))return t.toUTCString()}catch{}}async function II(e,t=!1){const r=Oa(e),a=await r.getIdToken(t),o=Qp(a);ze(o&&o.exp&&o.auth_time&&o.iat,r.auth,"internal-error");const c=typeof o.firebase=="object"?o.firebase:void 0,u=c==null?void 0:c.sign_in_provider;return{claims:o,token:a,authTime:ol(Dh(o.auth_time)),issuedAtTime:ol(Dh(o.iat)),expirationTime:ol(Dh(o.exp)),signInProvider:u||null,signInSecondFactor:(c==null?void 0:c.sign_in_second_factor)||null}}function Dh(e){return Number(e)*1e3}function Qp(e){const[t,r,a]=e.split(".");if(t===void 0||r===void 0||a===void 0)return hu("JWT malformed, contained fewer than 3 sections"),null;try{const o=kE(r);return o?JSON.parse(o):(hu("Failed to decode base64 JWT payload"),null)}catch(o){return hu("Caught error parsing JWT payload as JSON",o==null?void 0:o.toString()),null}}function $x(e){const t=Qp(e);return ze(t,"internal-error"),ze(typeof t.exp<"u","internal-error"),ze(typeof t.iat<"u","internal-error"),Number(t.exp)-Number(t.iat)}/**
|
|
628
|
+
* @license
|
|
629
|
+
* Copyright 2020 Google LLC
|
|
630
|
+
*
|
|
631
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
632
|
+
* you may not use this file except in compliance with the License.
|
|
633
|
+
* You may obtain a copy of the License at
|
|
634
|
+
*
|
|
635
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
636
|
+
*
|
|
637
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
638
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
639
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
640
|
+
* See the License for the specific language governing permissions and
|
|
641
|
+
* limitations under the License.
|
|
642
|
+
*/async function xl(e,t,r=!1){if(r)return t;try{return await t}catch(a){throw a instanceof Yi&&DI(a)&&e.auth.currentUser===e&&await e.auth.signOut(),a}}function DI({code:e}){return e==="auth/user-disabled"||e==="auth/user-token-expired"}/**
|
|
643
|
+
* @license
|
|
644
|
+
* Copyright 2020 Google LLC
|
|
645
|
+
*
|
|
646
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
647
|
+
* you may not use this file except in compliance with the License.
|
|
648
|
+
* You may obtain a copy of the License at
|
|
649
|
+
*
|
|
650
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
651
|
+
*
|
|
652
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
653
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
654
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
655
|
+
* See the License for the specific language governing permissions and
|
|
656
|
+
* limitations under the License.
|
|
657
|
+
*/class LI{constructor(t){this.user=t,this.isRunning=!1,this.timerId=null,this.errorBackoff=3e4}_start(){this.isRunning||(this.isRunning=!0,this.schedule())}_stop(){this.isRunning&&(this.isRunning=!1,this.timerId!==null&&clearTimeout(this.timerId))}getInterval(t){if(t){const r=this.errorBackoff;return this.errorBackoff=Math.min(this.errorBackoff*2,96e4),r}else{this.errorBackoff=3e4;const a=(this.user.stsTokenManager.expirationTime??0)-Date.now()-3e5;return Math.max(0,a)}}schedule(t=!1){if(!this.isRunning)return;const r=this.getInterval(t);this.timerId=setTimeout(async()=>{await this.iteration()},r)}async iteration(){try{await this.user.getIdToken(!0)}catch(t){(t==null?void 0:t.code)==="auth/network-request-failed"&&this.schedule(!0);return}this.schedule()}}/**
|
|
658
|
+
* @license
|
|
659
|
+
* Copyright 2020 Google LLC
|
|
660
|
+
*
|
|
661
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
662
|
+
* you may not use this file except in compliance with the License.
|
|
663
|
+
* You may obtain a copy of the License at
|
|
664
|
+
*
|
|
665
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
666
|
+
*
|
|
667
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
668
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
669
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
670
|
+
* See the License for the specific language governing permissions and
|
|
671
|
+
* limitations under the License.
|
|
672
|
+
*/class fp{constructor(t,r){this.createdAt=t,this.lastLoginAt=r,this._initializeTime()}_initializeTime(){this.lastSignInTime=ol(this.lastLoginAt),this.creationTime=ol(this.createdAt)}_copy(t){this.createdAt=t.createdAt,this.lastLoginAt=t.lastLoginAt,this._initializeTime()}toJSON(){return{createdAt:this.createdAt,lastLoginAt:this.lastLoginAt}}}/**
|
|
673
|
+
* @license
|
|
674
|
+
* Copyright 2019 Google LLC
|
|
675
|
+
*
|
|
676
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
677
|
+
* you may not use this file except in compliance with the License.
|
|
678
|
+
* You may obtain a copy of the License at
|
|
679
|
+
*
|
|
680
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
681
|
+
*
|
|
682
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
683
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
684
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
685
|
+
* See the License for the specific language governing permissions and
|
|
686
|
+
* limitations under the License.
|
|
687
|
+
*/async function Au(e){var y;const t=e.auth,r=await e.getIdToken(),a=await xl(e,Cu(t,{idToken:r}));ze(a==null?void 0:a.users.length,t,"internal-error");const o=a.users[0];e._notifyReloadListener(o);const c=(y=o.providerUserInfo)!=null&&y.length?UE(o.providerUserInfo):[],u=zI(e.providerData,c),f=e.isAnonymous,p=!(e.email&&o.passwordHash)&&!(u!=null&&u.length),m=f?p:!1,b={uid:o.localId,displayName:o.displayName||null,photoURL:o.photoUrl||null,email:o.email||null,emailVerified:o.emailVerified||!1,phoneNumber:o.phoneNumber||null,tenantId:o.tenantId||null,providerData:u,metadata:new fp(o.createdAt,o.lastLoginAt),isAnonymous:m};Object.assign(e,b)}async function jI(e){const t=Oa(e);await Au(t),await t.auth._persistUserIfCurrent(t),t.auth._notifyListenersIfCurrent(t)}function zI(e,t){return[...e.filter(a=>!t.some(o=>o.providerId===a.providerId)),...t]}function UE(e){return e.map(({providerId:t,...r})=>({providerId:t,uid:r.rawId||"",displayName:r.displayName||null,email:r.email||null,phoneNumber:r.phoneNumber||null,photoURL:r.photoUrl||null}))}/**
|
|
688
|
+
* @license
|
|
689
|
+
* Copyright 2020 Google LLC
|
|
690
|
+
*
|
|
691
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
692
|
+
* you may not use this file except in compliance with the License.
|
|
693
|
+
* You may obtain a copy of the License at
|
|
694
|
+
*
|
|
695
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
696
|
+
*
|
|
697
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
698
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
699
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
700
|
+
* See the License for the specific language governing permissions and
|
|
701
|
+
* limitations under the License.
|
|
702
|
+
*/async function BI(e,t){const r=await zE(e,{},async()=>{const a=Nl({grant_type:"refresh_token",refresh_token:t}).slice(1),{tokenApiHost:o,apiKey:c}=e.config,u=await BE(e,o,"/v1/token",`key=${c}`),f=await e._getAdditionalHeaders();f["Content-Type"]="application/x-www-form-urlencoded";const p={method:"POST",headers:f,body:a};return e.emulatorConfig&&Hu(e.emulatorConfig.host)&&(p.credentials="include"),jE.fetch()(u,p)});return{accessToken:r.access_token,expiresIn:r.expires_in,refreshToken:r.refresh_token}}async function UI(e,t){return Gs(e,"POST","/v2/accounts:revokeToken",Jp(e,t))}/**
|
|
703
|
+
* @license
|
|
704
|
+
* Copyright 2020 Google LLC
|
|
705
|
+
*
|
|
706
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
707
|
+
* you may not use this file except in compliance with the License.
|
|
708
|
+
* You may obtain a copy of the License at
|
|
709
|
+
*
|
|
710
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
711
|
+
*
|
|
712
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
713
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
714
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
715
|
+
* See the License for the specific language governing permissions and
|
|
716
|
+
* limitations under the License.
|
|
717
|
+
*/class Rs{constructor(){this.refreshToken=null,this.accessToken=null,this.expirationTime=null}get isExpired(){return!this.expirationTime||Date.now()>this.expirationTime-3e4}updateFromServerResponse(t){ze(t.idToken,"internal-error"),ze(typeof t.idToken<"u","internal-error"),ze(typeof t.refreshToken<"u","internal-error");const r="expiresIn"in t&&typeof t.expiresIn<"u"?Number(t.expiresIn):$x(t.idToken);this.updateTokensAndExpiration(t.idToken,t.refreshToken,r)}updateFromIdToken(t){ze(t.length!==0,"internal-error");const r=$x(t);this.updateTokensAndExpiration(t,null,r)}async getToken(t,r=!1){return!r&&this.accessToken&&!this.isExpired?this.accessToken:(ze(this.refreshToken,t,"user-token-expired"),this.refreshToken?(await this.refresh(t,this.refreshToken),this.accessToken):null)}clearRefreshToken(){this.refreshToken=null}async refresh(t,r){const{accessToken:a,refreshToken:o,expiresIn:c}=await BI(t,r);this.updateTokensAndExpiration(a,o,Number(c))}updateTokensAndExpiration(t,r,a){this.refreshToken=r||null,this.accessToken=t||null,this.expirationTime=Date.now()+a*1e3}static fromJSON(t,r){const{refreshToken:a,accessToken:o,expirationTime:c}=r,u=new Rs;return a&&(ze(typeof a=="string","internal-error",{appName:t}),u.refreshToken=a),o&&(ze(typeof o=="string","internal-error",{appName:t}),u.accessToken=o),c&&(ze(typeof c=="number","internal-error",{appName:t}),u.expirationTime=c),u}toJSON(){return{refreshToken:this.refreshToken,accessToken:this.accessToken,expirationTime:this.expirationTime}}_assign(t){this.accessToken=t.accessToken,this.refreshToken=t.refreshToken,this.expirationTime=t.expirationTime}_clone(){return Object.assign(new Rs,this.toJSON())}_performRefresh(){return ti("not implemented")}}/**
|
|
718
|
+
* @license
|
|
719
|
+
* Copyright 2020 Google LLC
|
|
720
|
+
*
|
|
721
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
722
|
+
* you may not use this file except in compliance with the License.
|
|
723
|
+
* You may obtain a copy of the License at
|
|
724
|
+
*
|
|
725
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
726
|
+
*
|
|
727
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
728
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
729
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
730
|
+
* See the License for the specific language governing permissions and
|
|
731
|
+
* limitations under the License.
|
|
732
|
+
*/function Pi(e,t){ze(typeof e=="string"||typeof e>"u","internal-error",{appName:t})}class mr{constructor({uid:t,auth:r,stsTokenManager:a,...o}){this.providerId="firebase",this.proactiveRefresh=new LI(this),this.reloadUserInfo=null,this.reloadListener=null,this.uid=t,this.auth=r,this.stsTokenManager=a,this.accessToken=a.accessToken,this.displayName=o.displayName||null,this.email=o.email||null,this.emailVerified=o.emailVerified||!1,this.phoneNumber=o.phoneNumber||null,this.photoURL=o.photoURL||null,this.isAnonymous=o.isAnonymous||!1,this.tenantId=o.tenantId||null,this.providerData=o.providerData?[...o.providerData]:[],this.metadata=new fp(o.createdAt||void 0,o.lastLoginAt||void 0)}async getIdToken(t){const r=await xl(this,this.stsTokenManager.getToken(this.auth,t));return ze(r,this.auth,"internal-error"),this.accessToken!==r&&(this.accessToken=r,await this.auth._persistUserIfCurrent(this),this.auth._notifyListenersIfCurrent(this)),r}getIdTokenResult(t){return II(this,t)}reload(){return jI(this)}_assign(t){this!==t&&(ze(this.uid===t.uid,this.auth,"internal-error"),this.displayName=t.displayName,this.photoURL=t.photoURL,this.email=t.email,this.emailVerified=t.emailVerified,this.phoneNumber=t.phoneNumber,this.isAnonymous=t.isAnonymous,this.tenantId=t.tenantId,this.providerData=t.providerData.map(r=>({...r})),this.metadata._copy(t.metadata),this.stsTokenManager._assign(t.stsTokenManager))}_clone(t){const r=new mr({...this,auth:t,stsTokenManager:this.stsTokenManager._clone()});return r.metadata._copy(this.metadata),r}_onReload(t){ze(!this.reloadListener,this.auth,"internal-error"),this.reloadListener=t,this.reloadUserInfo&&(this._notifyReloadListener(this.reloadUserInfo),this.reloadUserInfo=null)}_notifyReloadListener(t){this.reloadListener?this.reloadListener(t):this.reloadUserInfo=t}_startProactiveRefresh(){this.proactiveRefresh._start()}_stopProactiveRefresh(){this.proactiveRefresh._stop()}async _updateTokensIfNecessary(t,r=!1){let a=!1;t.idToken&&t.idToken!==this.stsTokenManager.accessToken&&(this.stsTokenManager.updateFromServerResponse(t),a=!0),r&&await Au(this),await this.auth._persistUserIfCurrent(this),a&&this.auth._notifyListenersIfCurrent(this)}async delete(){if(Cr(this.auth.app))return Promise.reject(Sa(this.auth));const t=await this.getIdToken();return await xl(this,RI(this.auth,{idToken:t})),this.stsTokenManager.clearRefreshToken(),this.auth.signOut()}toJSON(){return{uid:this.uid,email:this.email||void 0,emailVerified:this.emailVerified,displayName:this.displayName||void 0,isAnonymous:this.isAnonymous,photoURL:this.photoURL||void 0,phoneNumber:this.phoneNumber||void 0,tenantId:this.tenantId||void 0,providerData:this.providerData.map(t=>({...t})),stsTokenManager:this.stsTokenManager.toJSON(),_redirectEventId:this._redirectEventId,...this.metadata.toJSON(),apiKey:this.auth.config.apiKey,appName:this.auth.name}}get refreshToken(){return this.stsTokenManager.refreshToken||""}static _fromJSON(t,r){const a=r.displayName??void 0,o=r.email??void 0,c=r.phoneNumber??void 0,u=r.photoURL??void 0,f=r.tenantId??void 0,p=r._redirectEventId??void 0,m=r.createdAt??void 0,b=r.lastLoginAt??void 0,{uid:y,emailVerified:v,isAnonymous:x,providerData:S,stsTokenManager:_}=r;ze(y&&_,t,"internal-error");const A=Rs.fromJSON(this.name,_);ze(typeof y=="string",t,"internal-error"),Pi(a,t.name),Pi(o,t.name),ze(typeof v=="boolean",t,"internal-error"),ze(typeof x=="boolean",t,"internal-error"),Pi(c,t.name),Pi(u,t.name),Pi(f,t.name),Pi(p,t.name),Pi(m,t.name),Pi(b,t.name);const T=new mr({uid:y,auth:t,email:o,emailVerified:v,displayName:a,isAnonymous:x,photoURL:u,phoneNumber:c,tenantId:f,stsTokenManager:A,createdAt:m,lastLoginAt:b});return S&&Array.isArray(S)&&(T.providerData=S.map(D=>({...D}))),p&&(T._redirectEventId=p),T}static async _fromIdTokenResponse(t,r,a=!1){const o=new Rs;o.updateFromServerResponse(r);const c=new mr({uid:r.localId,auth:t,stsTokenManager:o,isAnonymous:a});return await Au(c),c}static async _fromGetAccountInfoResponse(t,r,a){const o=r.users[0];ze(o.localId!==void 0,"internal-error");const c=o.providerUserInfo!==void 0?UE(o.providerUserInfo):[],u=!(o.email&&o.passwordHash)&&!(c!=null&&c.length),f=new Rs;f.updateFromIdToken(a);const p=new mr({uid:o.localId,auth:t,stsTokenManager:f,isAnonymous:u}),m={uid:o.localId,displayName:o.displayName||null,photoURL:o.photoUrl||null,email:o.email||null,emailVerified:o.emailVerified||!1,phoneNumber:o.phoneNumber||null,tenantId:o.tenantId||null,providerData:c,metadata:new fp(o.createdAt,o.lastLoginAt),isAnonymous:!(o.email&&o.passwordHash)&&!(c!=null&&c.length)};return Object.assign(p,m),p}}/**
|
|
733
|
+
* @license
|
|
734
|
+
* Copyright 2020 Google LLC
|
|
735
|
+
*
|
|
736
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
737
|
+
* you may not use this file except in compliance with the License.
|
|
738
|
+
* You may obtain a copy of the License at
|
|
739
|
+
*
|
|
740
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
741
|
+
*
|
|
742
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
743
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
744
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
745
|
+
* See the License for the specific language governing permissions and
|
|
746
|
+
* limitations under the License.
|
|
747
|
+
*/const Gx=new Map;function ni(e){oi(e instanceof Function,"Expected a class definition");let t=Gx.get(e);return t?(oi(t instanceof e,"Instance stored in cache mismatched with class"),t):(t=new e,Gx.set(e,t),t)}/**
|
|
748
|
+
* @license
|
|
749
|
+
* Copyright 2019 Google LLC
|
|
750
|
+
*
|
|
751
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
752
|
+
* you may not use this file except in compliance with the License.
|
|
753
|
+
* You may obtain a copy of the License at
|
|
754
|
+
*
|
|
755
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
756
|
+
*
|
|
757
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
758
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
759
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
760
|
+
* See the License for the specific language governing permissions and
|
|
761
|
+
* limitations under the License.
|
|
762
|
+
*/class PE{constructor(){this.type="NONE",this.storage={}}async _isAvailable(){return!0}async _set(t,r){this.storage[t]=r}async _get(t){const r=this.storage[t];return r===void 0?null:r}async _remove(t){delete this.storage[t]}_addListener(t,r){}_removeListener(t,r){}}PE.type="NONE";const hp=PE;/**
|
|
763
|
+
* @license
|
|
764
|
+
* Copyright 2019 Google LLC
|
|
765
|
+
*
|
|
766
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
767
|
+
* you may not use this file except in compliance with the License.
|
|
768
|
+
* You may obtain a copy of the License at
|
|
769
|
+
*
|
|
770
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
771
|
+
*
|
|
772
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
773
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
774
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
775
|
+
* See the License for the specific language governing permissions and
|
|
776
|
+
* limitations under the License.
|
|
777
|
+
*/function pu(e,t,r){return`firebase:${e}:${t}:${r}`}class Is{constructor(t,r,a){this.persistence=t,this.auth=r,this.userKey=a;const{config:o,name:c}=this.auth;this.fullUserKey=pu(this.userKey,o.apiKey,c),this.fullPersistenceKey=pu("persistence",o.apiKey,c),this.boundEventHandler=r._onStorageEvent.bind(r),this.persistence._addListener(this.fullUserKey,this.boundEventHandler)}setCurrentUser(t){return this.persistence._set(this.fullUserKey,t.toJSON())}async getCurrentUser(){const t=await this.persistence._get(this.fullUserKey);if(!t)return null;if(typeof t=="string"){const r=await Cu(this.auth,{idToken:t}).catch(()=>{});return r?mr._fromGetAccountInfoResponse(this.auth,r,t):null}return mr._fromJSON(this.auth,t)}removeCurrentUser(){return this.persistence._remove(this.fullUserKey)}savePersistenceForRedirect(){return this.persistence._set(this.fullPersistenceKey,this.persistence.type)}async setPersistence(t){if(this.persistence===t)return;const r=await this.getCurrentUser();if(await this.removeCurrentUser(),this.persistence=t,r)return this.setCurrentUser(r)}delete(){this.persistence._removeListener(this.fullUserKey,this.boundEventHandler)}static async create(t,r,a="authUser"){if(!r.length)return new Is(ni(hp),t,a);const o=(await Promise.all(r.map(async m=>{if(await m._isAvailable())return m}))).filter(m=>m);let c=o[0]||ni(hp);const u=pu(a,t.config.apiKey,t.name);let f=null;for(const m of r)try{const b=await m._get(u);if(b){let y;if(typeof b=="string"){const v=await Cu(t,{idToken:b}).catch(()=>{});if(!v)break;y=await mr._fromGetAccountInfoResponse(t,v,b)}else y=mr._fromJSON(t,b);m!==c&&(f=y),c=m;break}}catch{}const p=o.filter(m=>m._shouldAllowMigration);return!c._shouldAllowMigration||!p.length?new Is(c,t,a):(c=p[0],f&&await c._set(u,f.toJSON()),await Promise.all(r.map(async m=>{if(m!==c)try{await m._remove(u)}catch{}})),new Is(c,t,a))}}/**
|
|
778
|
+
* @license
|
|
779
|
+
* Copyright 2020 Google LLC
|
|
780
|
+
*
|
|
781
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
782
|
+
* you may not use this file except in compliance with the License.
|
|
783
|
+
* You may obtain a copy of the License at
|
|
784
|
+
*
|
|
785
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
786
|
+
*
|
|
787
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
788
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
789
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
790
|
+
* See the License for the specific language governing permissions and
|
|
791
|
+
* limitations under the License.
|
|
792
|
+
*/function Kx(e){const t=e.toLowerCase();if(t.includes("opera/")||t.includes("opr/")||t.includes("opios/"))return"Opera";if(GE(t))return"IEMobile";if(t.includes("msie")||t.includes("trident/"))return"IE";if(t.includes("edge/"))return"Edge";if(HE(t))return"Firefox";if(t.includes("silk/"))return"Silk";if(qE(t))return"Blackberry";if(VE(t))return"Webos";if(FE(t))return"Safari";if((t.includes("chrome/")||$E(t))&&!t.includes("edge/"))return"Chrome";if(KE(t))return"Android";{const r=/([a-zA-Z\d\.]+)\/[a-zA-Z\d\.]*$/,a=e.match(r);if((a==null?void 0:a.length)===2)return a[1]}return"Other"}function HE(e=Sn()){return/firefox\//i.test(e)}function FE(e=Sn()){const t=e.toLowerCase();return t.includes("safari/")&&!t.includes("chrome/")&&!t.includes("crios/")&&!t.includes("android")}function $E(e=Sn()){return/crios\//i.test(e)}function GE(e=Sn()){return/iemobile/i.test(e)}function KE(e=Sn()){return/android/i.test(e)}function qE(e=Sn()){return/blackberry/i.test(e)}function VE(e=Sn()){return/webos/i.test(e)}function em(e=Sn()){return/iphone|ipad|ipod/i.test(e)||/macintosh/i.test(e)&&/mobile/i.test(e)}function PI(e=Sn()){var t;return em(e)&&!!((t=window.navigator)!=null&&t.standalone)}function HI(){return e3()&&document.documentMode===10}function YE(e=Sn()){return em(e)||KE(e)||VE(e)||qE(e)||/windows phone/i.test(e)||GE(e)}/**
|
|
793
|
+
* @license
|
|
794
|
+
* Copyright 2020 Google LLC
|
|
795
|
+
*
|
|
796
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
797
|
+
* you may not use this file except in compliance with the License.
|
|
798
|
+
* You may obtain a copy of the License at
|
|
799
|
+
*
|
|
800
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
801
|
+
*
|
|
802
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
803
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
804
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
805
|
+
* See the License for the specific language governing permissions and
|
|
806
|
+
* limitations under the License.
|
|
807
|
+
*/function WE(e,t=[]){let r;switch(e){case"Browser":r=Kx(Sn());break;case"Worker":r=`${Kx(Sn())}-${e}`;break;default:r=e}const a=t.length?t.join(","):"FirebaseCore-web";return`${r}/JsCore/${Cl}/${a}`}/**
|
|
808
|
+
* @license
|
|
809
|
+
* Copyright 2022 Google LLC
|
|
810
|
+
*
|
|
811
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
812
|
+
* you may not use this file except in compliance with the License.
|
|
813
|
+
* You may obtain a copy of the License at
|
|
814
|
+
*
|
|
815
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
816
|
+
*
|
|
817
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
818
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
819
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
820
|
+
* See the License for the specific language governing permissions and
|
|
821
|
+
* limitations under the License.
|
|
822
|
+
*/class FI{constructor(t){this.auth=t,this.queue=[]}pushCallback(t,r){const a=c=>new Promise((u,f)=>{try{const p=t(c);u(p)}catch(p){f(p)}});a.onAbort=r,this.queue.push(a);const o=this.queue.length-1;return()=>{this.queue[o]=()=>Promise.resolve()}}async runMiddleware(t){if(this.auth.currentUser===t)return;const r=[];try{for(const a of this.queue)await a(t),a.onAbort&&r.push(a.onAbort)}catch(a){r.reverse();for(const o of r)try{o()}catch{}throw this.auth._errorFactory.create("login-blocked",{originalMessage:a==null?void 0:a.message})}}}/**
|
|
823
|
+
* @license
|
|
824
|
+
* Copyright 2023 Google LLC
|
|
825
|
+
*
|
|
826
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
827
|
+
* you may not use this file except in compliance with the License.
|
|
828
|
+
* You may obtain a copy of the License at
|
|
829
|
+
*
|
|
830
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
831
|
+
*
|
|
832
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
833
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
834
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
835
|
+
* See the License for the specific language governing permissions and
|
|
836
|
+
* limitations under the License.
|
|
837
|
+
*/async function $I(e,t={}){return Gs(e,"GET","/v2/passwordPolicy",Jp(e,t))}/**
|
|
838
|
+
* @license
|
|
839
|
+
* Copyright 2023 Google LLC
|
|
840
|
+
*
|
|
841
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
842
|
+
* you may not use this file except in compliance with the License.
|
|
843
|
+
* You may obtain a copy of the License at
|
|
844
|
+
*
|
|
845
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
846
|
+
*
|
|
847
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
848
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
849
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
850
|
+
* See the License for the specific language governing permissions and
|
|
851
|
+
* limitations under the License.
|
|
852
|
+
*/const GI=6;class KI{constructor(t){var a;const r=t.customStrengthOptions;this.customStrengthOptions={},this.customStrengthOptions.minPasswordLength=r.minPasswordLength??GI,r.maxPasswordLength&&(this.customStrengthOptions.maxPasswordLength=r.maxPasswordLength),r.containsLowercaseCharacter!==void 0&&(this.customStrengthOptions.containsLowercaseLetter=r.containsLowercaseCharacter),r.containsUppercaseCharacter!==void 0&&(this.customStrengthOptions.containsUppercaseLetter=r.containsUppercaseCharacter),r.containsNumericCharacter!==void 0&&(this.customStrengthOptions.containsNumericCharacter=r.containsNumericCharacter),r.containsNonAlphanumericCharacter!==void 0&&(this.customStrengthOptions.containsNonAlphanumericCharacter=r.containsNonAlphanumericCharacter),this.enforcementState=t.enforcementState,this.enforcementState==="ENFORCEMENT_STATE_UNSPECIFIED"&&(this.enforcementState="OFF"),this.allowedNonAlphanumericCharacters=((a=t.allowedNonAlphanumericCharacters)==null?void 0:a.join(""))??"",this.forceUpgradeOnSignin=t.forceUpgradeOnSignin??!1,this.schemaVersion=t.schemaVersion}validatePassword(t){const r={isValid:!0,passwordPolicy:this};return this.validatePasswordLengthOptions(t,r),this.validatePasswordCharacterOptions(t,r),r.isValid&&(r.isValid=r.meetsMinPasswordLength??!0),r.isValid&&(r.isValid=r.meetsMaxPasswordLength??!0),r.isValid&&(r.isValid=r.containsLowercaseLetter??!0),r.isValid&&(r.isValid=r.containsUppercaseLetter??!0),r.isValid&&(r.isValid=r.containsNumericCharacter??!0),r.isValid&&(r.isValid=r.containsNonAlphanumericCharacter??!0),r}validatePasswordLengthOptions(t,r){const a=this.customStrengthOptions.minPasswordLength,o=this.customStrengthOptions.maxPasswordLength;a&&(r.meetsMinPasswordLength=t.length>=a),o&&(r.meetsMaxPasswordLength=t.length<=o)}validatePasswordCharacterOptions(t,r){this.updatePasswordCharacterOptionsStatuses(r,!1,!1,!1,!1);let a;for(let o=0;o<t.length;o++)a=t.charAt(o),this.updatePasswordCharacterOptionsStatuses(r,a>="a"&&a<="z",a>="A"&&a<="Z",a>="0"&&a<="9",this.allowedNonAlphanumericCharacters.includes(a))}updatePasswordCharacterOptionsStatuses(t,r,a,o,c){this.customStrengthOptions.containsLowercaseLetter&&(t.containsLowercaseLetter||(t.containsLowercaseLetter=r)),this.customStrengthOptions.containsUppercaseLetter&&(t.containsUppercaseLetter||(t.containsUppercaseLetter=a)),this.customStrengthOptions.containsNumericCharacter&&(t.containsNumericCharacter||(t.containsNumericCharacter=o)),this.customStrengthOptions.containsNonAlphanumericCharacter&&(t.containsNonAlphanumericCharacter||(t.containsNonAlphanumericCharacter=c))}}/**
|
|
853
|
+
* @license
|
|
854
|
+
* Copyright 2020 Google LLC
|
|
855
|
+
*
|
|
856
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
857
|
+
* you may not use this file except in compliance with the License.
|
|
858
|
+
* You may obtain a copy of the License at
|
|
859
|
+
*
|
|
860
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
861
|
+
*
|
|
862
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
863
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
864
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
865
|
+
* See the License for the specific language governing permissions and
|
|
866
|
+
* limitations under the License.
|
|
867
|
+
*/class qI{constructor(t,r,a,o){this.app=t,this.heartbeatServiceProvider=r,this.appCheckServiceProvider=a,this.config=o,this.currentUser=null,this.emulatorConfig=null,this.operations=Promise.resolve(),this.authStateSubscription=new qx(this),this.idTokenSubscription=new qx(this),this.beforeStateQueue=new FI(this),this.redirectUser=null,this.isProactiveRefreshEnabled=!1,this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION=1,this._canInitEmulator=!0,this._isInitialized=!1,this._deleted=!1,this._initializationPromise=null,this._popupRedirectResolver=null,this._errorFactory=LE,this._agentRecaptchaConfig=null,this._tenantRecaptchaConfigs={},this._projectPasswordPolicy=null,this._tenantPasswordPolicies={},this._resolvePersistenceManagerAvailable=void 0,this.lastNotifiedUid=void 0,this.languageCode=null,this.tenantId=null,this.settings={appVerificationDisabledForTesting:!1},this.frameworks=[],this.name=t.name,this.clientVersion=o.sdkClientVersion,this._persistenceManagerAvailable=new Promise(c=>this._resolvePersistenceManagerAvailable=c)}_initializeWithPersistence(t,r){return r&&(this._popupRedirectResolver=ni(r)),this._initializationPromise=this.queue(async()=>{var a,o,c;if(!this._deleted&&(this.persistenceManager=await Is.create(this,t),(a=this._resolvePersistenceManagerAvailable)==null||a.call(this),!this._deleted)){if((o=this._popupRedirectResolver)!=null&&o._shouldInitProactively)try{await this._popupRedirectResolver._initialize(this)}catch{}await this.initializeCurrentUser(r),this.lastNotifiedUid=((c=this.currentUser)==null?void 0:c.uid)||null,!this._deleted&&(this._isInitialized=!0)}}),this._initializationPromise}async _onStorageEvent(){if(this._deleted)return;const t=await this.assertedPersistence.getCurrentUser();if(!(!this.currentUser&&!t)){if(this.currentUser&&t&&this.currentUser.uid===t.uid){this._currentUser._assign(t),await this.currentUser.getIdToken();return}await this._updateCurrentUser(t,!0)}}async initializeCurrentUserFromIdToken(t){try{const r=await Cu(this,{idToken:t}),a=await mr._fromGetAccountInfoResponse(this,r,t);await this.directlySetCurrentUser(a)}catch(r){console.warn("FirebaseServerApp could not login user with provided authIdToken: ",r),await this.directlySetCurrentUser(null)}}async initializeCurrentUser(t){var c;if(Cr(this.app)){const u=this.app.settings.authIdToken;return u?new Promise(f=>{setTimeout(()=>this.initializeCurrentUserFromIdToken(u).then(f,f))}):this.directlySetCurrentUser(null)}const r=await this.assertedPersistence.getCurrentUser();let a=r,o=!1;if(t&&this.config.authDomain){await this.getOrInitRedirectPersistenceManager();const u=(c=this.redirectUser)==null?void 0:c._redirectEventId,f=a==null?void 0:a._redirectEventId,p=await this.tryRedirectSignIn(t);(!u||u===f)&&(p!=null&&p.user)&&(a=p.user,o=!0)}if(!a)return this.directlySetCurrentUser(null);if(!a._redirectEventId){if(o)try{await this.beforeStateQueue.runMiddleware(a)}catch(u){a=r,this._popupRedirectResolver._overrideRedirectResult(this,()=>Promise.reject(u))}return a?this.reloadAndSetCurrentUserOrClear(a):this.directlySetCurrentUser(null)}return ze(this._popupRedirectResolver,this,"argument-error"),await this.getOrInitRedirectPersistenceManager(),this.redirectUser&&this.redirectUser._redirectEventId===a._redirectEventId?this.directlySetCurrentUser(a):this.reloadAndSetCurrentUserOrClear(a)}async tryRedirectSignIn(t){let r=null;try{r=await this._popupRedirectResolver._completeRedirectFn(this,t,!0)}catch{await this._setRedirectUser(null)}return r}async reloadAndSetCurrentUserOrClear(t){try{await Au(t)}catch(r){if((r==null?void 0:r.code)!=="auth/network-request-failed")return this.directlySetCurrentUser(null)}return this.directlySetCurrentUser(t)}useDeviceLanguage(){this.languageCode=TI()}async _delete(){this._deleted=!0}async updateCurrentUser(t){if(Cr(this.app))return Promise.reject(Sa(this));const r=t?Oa(t):null;return r&&ze(r.auth.config.apiKey===this.config.apiKey,this,"invalid-user-token"),this._updateCurrentUser(r&&r._clone(this))}async _updateCurrentUser(t,r=!1){if(!this._deleted)return t&&ze(this.tenantId===t.tenantId,this,"tenant-id-mismatch"),r||await this.beforeStateQueue.runMiddleware(t),this.queue(async()=>{await this.directlySetCurrentUser(t),this.notifyAuthListeners()})}async signOut(){return Cr(this.app)?Promise.reject(Sa(this)):(await this.beforeStateQueue.runMiddleware(null),(this.redirectPersistenceManager||this._popupRedirectResolver)&&await this._setRedirectUser(null),this._updateCurrentUser(null,!0))}setPersistence(t){return Cr(this.app)?Promise.reject(Sa(this)):this.queue(async()=>{await this.assertedPersistence.setPersistence(ni(t))})}_getRecaptchaConfig(){return this.tenantId==null?this._agentRecaptchaConfig:this._tenantRecaptchaConfigs[this.tenantId]}async validatePassword(t){this._getPasswordPolicyInternal()||await this._updatePasswordPolicy();const r=this._getPasswordPolicyInternal();return r.schemaVersion!==this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION?Promise.reject(this._errorFactory.create("unsupported-password-policy-schema-version",{})):r.validatePassword(t)}_getPasswordPolicyInternal(){return this.tenantId===null?this._projectPasswordPolicy:this._tenantPasswordPolicies[this.tenantId]}async _updatePasswordPolicy(){const t=await $I(this),r=new KI(t);this.tenantId===null?this._projectPasswordPolicy=r:this._tenantPasswordPolicies[this.tenantId]=r}_getPersistenceType(){return this.assertedPersistence.persistence.type}_getPersistence(){return this.assertedPersistence.persistence}_updateErrorMap(t){this._errorFactory=new Tl("auth","Firebase",t())}onAuthStateChanged(t,r,a){return this.registerStateListener(this.authStateSubscription,t,r,a)}beforeAuthStateChanged(t,r){return this.beforeStateQueue.pushCallback(t,r)}onIdTokenChanged(t,r,a){return this.registerStateListener(this.idTokenSubscription,t,r,a)}authStateReady(){return new Promise((t,r)=>{if(this.currentUser)t();else{const a=this.onAuthStateChanged(()=>{a(),t()},r)}})}async revokeAccessToken(t){if(this.currentUser){const r=await this.currentUser.getIdToken(),a={providerId:"apple.com",tokenType:"ACCESS_TOKEN",token:t,idToken:r};this.tenantId!=null&&(a.tenantId=this.tenantId),await UI(this,a)}}toJSON(){var t;return{apiKey:this.config.apiKey,authDomain:this.config.authDomain,appName:this.name,currentUser:(t=this._currentUser)==null?void 0:t.toJSON()}}async _setRedirectUser(t,r){const a=await this.getOrInitRedirectPersistenceManager(r);return t===null?a.removeCurrentUser():a.setCurrentUser(t)}async getOrInitRedirectPersistenceManager(t){if(!this.redirectPersistenceManager){const r=t&&ni(t)||this._popupRedirectResolver;ze(r,this,"argument-error"),this.redirectPersistenceManager=await Is.create(this,[ni(r._redirectPersistence)],"redirectUser"),this.redirectUser=await this.redirectPersistenceManager.getCurrentUser()}return this.redirectPersistenceManager}async _redirectUserForId(t){var r,a;return this._isInitialized&&await this.queue(async()=>{}),((r=this._currentUser)==null?void 0:r._redirectEventId)===t?this._currentUser:((a=this.redirectUser)==null?void 0:a._redirectEventId)===t?this.redirectUser:null}async _persistUserIfCurrent(t){if(t===this.currentUser)return this.queue(async()=>this.directlySetCurrentUser(t))}_notifyListenersIfCurrent(t){t===this.currentUser&&this.notifyAuthListeners()}_key(){return`${this.config.authDomain}:${this.config.apiKey}:${this.name}`}_startProactiveRefresh(){this.isProactiveRefreshEnabled=!0,this.currentUser&&this._currentUser._startProactiveRefresh()}_stopProactiveRefresh(){this.isProactiveRefreshEnabled=!1,this.currentUser&&this._currentUser._stopProactiveRefresh()}get _currentUser(){return this.currentUser}notifyAuthListeners(){var r;if(!this._isInitialized)return;this.idTokenSubscription.next(this.currentUser);const t=((r=this.currentUser)==null?void 0:r.uid)??null;this.lastNotifiedUid!==t&&(this.lastNotifiedUid=t,this.authStateSubscription.next(this.currentUser))}registerStateListener(t,r,a,o){if(this._deleted)return()=>{};const c=typeof r=="function"?r:r.next.bind(r);let u=!1;const f=this._isInitialized?Promise.resolve():this._initializationPromise;if(ze(f,this,"internal-error"),f.then(()=>{u||c(this.currentUser)}),typeof r=="function"){const p=t.addObserver(r,a,o);return()=>{u=!0,p()}}else{const p=t.addObserver(r);return()=>{u=!0,p()}}}async directlySetCurrentUser(t){this.currentUser&&this.currentUser!==t&&this._currentUser._stopProactiveRefresh(),t&&this.isProactiveRefreshEnabled&&t._startProactiveRefresh(),this.currentUser=t,t?await this.assertedPersistence.setCurrentUser(t):await this.assertedPersistence.removeCurrentUser()}queue(t){return this.operations=this.operations.then(t,t),this.operations}get assertedPersistence(){return ze(this.persistenceManager,this,"internal-error"),this.persistenceManager}_logFramework(t){!t||this.frameworks.includes(t)||(this.frameworks.push(t),this.frameworks.sort(),this.clientVersion=WE(this.config.clientPlatform,this._getFrameworks()))}_getFrameworks(){return this.frameworks}async _getAdditionalHeaders(){var o;const t={"X-Client-Version":this.clientVersion};this.app.options.appId&&(t["X-Firebase-gmpid"]=this.app.options.appId);const r=await((o=this.heartbeatServiceProvider.getImmediate({optional:!0}))==null?void 0:o.getHeartbeatsHeader());r&&(t["X-Firebase-Client"]=r);const a=await this._getAppCheckToken();return a&&(t["X-Firebase-AppCheck"]=a),t}async _getAppCheckToken(){var r;if(Cr(this.app)&&this.app.settings.appCheckToken)return this.app.settings.appCheckToken;const t=await((r=this.appCheckServiceProvider.getImmediate({optional:!0}))==null?void 0:r.getToken());return t!=null&&t.error&&SI(`Error while retrieving App Check token: ${t.error}`),t==null?void 0:t.token}}function Fu(e){return Oa(e)}class qx{constructor(t){this.auth=t,this.observer=null,this.addObserver=o3(r=>this.observer=r)}get next(){return ze(this.observer,this.auth,"internal-error"),this.observer.next.bind(this.observer)}}/**
|
|
868
|
+
* @license
|
|
869
|
+
* Copyright 2020 Google LLC
|
|
870
|
+
*
|
|
871
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
872
|
+
* you may not use this file except in compliance with the License.
|
|
873
|
+
* You may obtain a copy of the License at
|
|
874
|
+
*
|
|
875
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
876
|
+
*
|
|
877
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
878
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
879
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
880
|
+
* See the License for the specific language governing permissions and
|
|
881
|
+
* limitations under the License.
|
|
882
|
+
*/let tm={async loadJS(){throw new Error("Unable to load external scripts")},recaptchaV2Script:"",recaptchaEnterpriseScript:"",gapiScript:""};function VI(e){tm=e}function YI(e){return tm.loadJS(e)}function WI(){return tm.gapiScript}function XI(e){return`__${e}${Math.floor(Math.random()*1e6)}`}/**
|
|
883
|
+
* @license
|
|
884
|
+
* Copyright 2020 Google LLC
|
|
885
|
+
*
|
|
886
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
887
|
+
* you may not use this file except in compliance with the License.
|
|
888
|
+
* You may obtain a copy of the License at
|
|
889
|
+
*
|
|
890
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
891
|
+
*
|
|
892
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
893
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
894
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
895
|
+
* See the License for the specific language governing permissions and
|
|
896
|
+
* limitations under the License.
|
|
897
|
+
*/function ZI(e,t){const r=ME(e,"auth");if(r.isInitialized()){const o=r.getImmediate(),c=r.getOptions();if(Bs(c,t??{}))return o;Or(o,"already-initialized")}return r.initialize({options:t})}function JI(e,t){const r=(t==null?void 0:t.persistence)||[],a=(Array.isArray(r)?r:[r]).map(ni);t!=null&&t.errorMap&&e._updateErrorMap(t.errorMap),e._initializeWithPersistence(a,t==null?void 0:t.popupRedirectResolver)}function QI(e,t,r){const a=Fu(e);ze(/^https?:\/\//.test(t),a,"invalid-emulator-scheme");const o=!1,c=XE(t),{host:u,port:f}=e4(t),p=f===null?"":`:${f}`,m={url:`${c}//${u}${p}/`},b=Object.freeze({host:u,port:f,protocol:c.replace(":",""),options:Object.freeze({disableWarnings:o})});if(!a._canInitEmulator){ze(a.config.emulator&&a.emulatorConfig,a,"emulator-config-failed"),ze(Bs(m,a.config.emulator)&&Bs(b,a.emulatorConfig),a,"emulator-config-failed");return}a.config.emulator=m,a.emulatorConfig=b,a.settings.appVerificationDisabledForTesting=!0,Hu(u)?(qR(`${c}//${u}${p}`),WR("Auth",!0)):t4()}function XE(e){const t=e.indexOf(":");return t<0?"":e.substr(0,t+1)}function e4(e){const t=XE(e),r=/(\/\/)?([^?#/]+)/.exec(e.substr(t.length));if(!r)return{host:"",port:null};const a=r[2].split("@").pop()||"",o=/^(\[[^\]]+\])(:|$)/.exec(a);if(o){const c=o[1];return{host:c,port:Vx(a.substr(c.length+1))}}else{const[c,u]=a.split(":");return{host:c,port:Vx(u)}}}function Vx(e){if(!e)return null;const t=Number(e);return isNaN(t)?null:t}function t4(){function e(){const t=document.createElement("p"),r=t.style;t.innerText="Running in emulator mode. Do not use with production credentials.",r.position="fixed",r.width="100%",r.backgroundColor="#ffffff",r.border=".1em solid #000000",r.color="#b50000",r.bottom="0px",r.left="0px",r.margin="0px",r.zIndex="10000",r.textAlign="center",t.classList.add("firebase-emulator-warning"),document.body.appendChild(t)}typeof console<"u"&&typeof console.info=="function"&&console.info("WARNING: You are using the Auth Emulator, which is intended for local testing only. Do not use with production credentials."),typeof window<"u"&&typeof document<"u"&&(document.readyState==="loading"?window.addEventListener("DOMContentLoaded",e):e())}/**
|
|
898
|
+
* @license
|
|
899
|
+
* Copyright 2020 Google LLC
|
|
900
|
+
*
|
|
901
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
902
|
+
* you may not use this file except in compliance with the License.
|
|
903
|
+
* You may obtain a copy of the License at
|
|
904
|
+
*
|
|
905
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
906
|
+
*
|
|
907
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
908
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
909
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
910
|
+
* See the License for the specific language governing permissions and
|
|
911
|
+
* limitations under the License.
|
|
912
|
+
*/class ZE{constructor(t,r){this.providerId=t,this.signInMethod=r}toJSON(){return ti("not implemented")}_getIdTokenResponse(t){return ti("not implemented")}_linkToIdToken(t,r){return ti("not implemented")}_getReauthenticationResolver(t){return ti("not implemented")}}/**
|
|
913
|
+
* @license
|
|
914
|
+
* Copyright 2020 Google LLC
|
|
915
|
+
*
|
|
916
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
917
|
+
* you may not use this file except in compliance with the License.
|
|
918
|
+
* You may obtain a copy of the License at
|
|
919
|
+
*
|
|
920
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
921
|
+
*
|
|
922
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
923
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
924
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
925
|
+
* See the License for the specific language governing permissions and
|
|
926
|
+
* limitations under the License.
|
|
927
|
+
*/async function Ds(e,t){return OI(e,"POST","/v1/accounts:signInWithIdp",Jp(e,t))}/**
|
|
928
|
+
* @license
|
|
929
|
+
* Copyright 2020 Google LLC
|
|
930
|
+
*
|
|
931
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
932
|
+
* you may not use this file except in compliance with the License.
|
|
933
|
+
* You may obtain a copy of the License at
|
|
934
|
+
*
|
|
935
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
936
|
+
*
|
|
937
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
938
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
939
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
940
|
+
* See the License for the specific language governing permissions and
|
|
941
|
+
* limitations under the License.
|
|
942
|
+
*/const n4="http://localhost";class li extends ZE{constructor(){super(...arguments),this.pendingToken=null}static _fromParams(t){const r=new li(t.providerId,t.signInMethod);return t.idToken||t.accessToken?(t.idToken&&(r.idToken=t.idToken),t.accessToken&&(r.accessToken=t.accessToken),t.nonce&&!t.pendingToken&&(r.nonce=t.nonce),t.pendingToken&&(r.pendingToken=t.pendingToken)):t.oauthToken&&t.oauthTokenSecret?(r.accessToken=t.oauthToken,r.secret=t.oauthTokenSecret):Or("argument-error"),r}toJSON(){return{idToken:this.idToken,accessToken:this.accessToken,secret:this.secret,nonce:this.nonce,pendingToken:this.pendingToken,providerId:this.providerId,signInMethod:this.signInMethod}}static fromJSON(t){const r=typeof t=="string"?JSON.parse(t):t,{providerId:a,signInMethod:o,...c}=r;if(!a||!o)return null;const u=new li(a,o);return u.idToken=c.idToken||void 0,u.accessToken=c.accessToken||void 0,u.secret=c.secret,u.nonce=c.nonce,u.pendingToken=c.pendingToken||null,u}_getIdTokenResponse(t){const r=this.buildRequest();return Ds(t,r)}_linkToIdToken(t,r){const a=this.buildRequest();return a.idToken=r,Ds(t,a)}_getReauthenticationResolver(t){const r=this.buildRequest();return r.autoCreate=!1,Ds(t,r)}buildRequest(){const t={requestUri:n4,returnSecureToken:!0};if(this.pendingToken)t.pendingToken=this.pendingToken;else{const r={};this.idToken&&(r.id_token=this.idToken),this.accessToken&&(r.access_token=this.accessToken),this.secret&&(r.oauth_token_secret=this.secret),r.providerId=this.providerId,this.nonce&&!this.pendingToken&&(r.nonce=this.nonce),t.postBody=Nl(r)}return t}}/**
|
|
943
|
+
* @license
|
|
944
|
+
* Copyright 2020 Google LLC
|
|
945
|
+
*
|
|
946
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
947
|
+
* you may not use this file except in compliance with the License.
|
|
948
|
+
* You may obtain a copy of the License at
|
|
949
|
+
*
|
|
950
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
951
|
+
*
|
|
952
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
953
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
954
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
955
|
+
* See the License for the specific language governing permissions and
|
|
956
|
+
* limitations under the License.
|
|
957
|
+
*/class nm{constructor(t){this.providerId=t,this.defaultLanguageCode=null,this.customParameters={}}setDefaultLanguage(t){this.defaultLanguageCode=t}setCustomParameters(t){return this.customParameters=t,this}getCustomParameters(){return this.customParameters}}/**
|
|
958
|
+
* @license
|
|
959
|
+
* Copyright 2019 Google LLC
|
|
960
|
+
*
|
|
961
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
962
|
+
* you may not use this file except in compliance with the License.
|
|
963
|
+
* You may obtain a copy of the License at
|
|
964
|
+
*
|
|
965
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
966
|
+
*
|
|
967
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
968
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
969
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
970
|
+
* See the License for the specific language governing permissions and
|
|
971
|
+
* limitations under the License.
|
|
972
|
+
*/class Ks extends nm{constructor(){super(...arguments),this.scopes=[]}addScope(t){return this.scopes.includes(t)||this.scopes.push(t),this}getScopes(){return[...this.scopes]}}class ll extends Ks{static credentialFromJSON(t){const r=typeof t=="string"?JSON.parse(t):t;return ze("providerId"in r&&"signInMethod"in r,"argument-error"),li._fromParams(r)}credential(t){return this._credential({...t,nonce:t.rawNonce})}_credential(t){return ze(t.idToken||t.accessToken,"argument-error"),li._fromParams({...t,providerId:this.providerId,signInMethod:this.providerId})}static credentialFromResult(t){return ll.oauthCredentialFromTaggedObject(t)}static credentialFromError(t){return ll.oauthCredentialFromTaggedObject(t.customData||{})}static oauthCredentialFromTaggedObject({_tokenResponse:t}){if(!t)return null;const{oauthIdToken:r,oauthAccessToken:a,oauthTokenSecret:o,pendingToken:c,nonce:u,providerId:f}=t;if(!a&&!o&&!r&&!c||!f)return null;try{return new ll(f)._credential({idToken:r,accessToken:a,nonce:u,pendingToken:c})}catch{return null}}}/**
|
|
973
|
+
* @license
|
|
974
|
+
* Copyright 2020 Google LLC
|
|
975
|
+
*
|
|
976
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
977
|
+
* you may not use this file except in compliance with the License.
|
|
978
|
+
* You may obtain a copy of the License at
|
|
979
|
+
*
|
|
980
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
981
|
+
*
|
|
982
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
983
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
984
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
985
|
+
* See the License for the specific language governing permissions and
|
|
986
|
+
* limitations under the License.
|
|
987
|
+
*/class Fi extends Ks{constructor(){super("facebook.com")}static credential(t){return li._fromParams({providerId:Fi.PROVIDER_ID,signInMethod:Fi.FACEBOOK_SIGN_IN_METHOD,accessToken:t})}static credentialFromResult(t){return Fi.credentialFromTaggedObject(t)}static credentialFromError(t){return Fi.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t||!("oauthAccessToken"in t)||!t.oauthAccessToken)return null;try{return Fi.credential(t.oauthAccessToken)}catch{return null}}}Fi.FACEBOOK_SIGN_IN_METHOD="facebook.com";Fi.PROVIDER_ID="facebook.com";/**
|
|
988
|
+
* @license
|
|
989
|
+
* Copyright 2020 Google LLC
|
|
990
|
+
*
|
|
991
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
992
|
+
* you may not use this file except in compliance with the License.
|
|
993
|
+
* You may obtain a copy of the License at
|
|
994
|
+
*
|
|
995
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
996
|
+
*
|
|
997
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
998
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
999
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1000
|
+
* See the License for the specific language governing permissions and
|
|
1001
|
+
* limitations under the License.
|
|
1002
|
+
*/class Qr extends Ks{constructor(){super("google.com"),this.addScope("profile")}static credential(t,r){return li._fromParams({providerId:Qr.PROVIDER_ID,signInMethod:Qr.GOOGLE_SIGN_IN_METHOD,idToken:t,accessToken:r})}static credentialFromResult(t){return Qr.credentialFromTaggedObject(t)}static credentialFromError(t){return Qr.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t)return null;const{oauthIdToken:r,oauthAccessToken:a}=t;if(!r&&!a)return null;try{return Qr.credential(r,a)}catch{return null}}}Qr.GOOGLE_SIGN_IN_METHOD="google.com";Qr.PROVIDER_ID="google.com";/**
|
|
1003
|
+
* @license
|
|
1004
|
+
* Copyright 2020 Google LLC
|
|
1005
|
+
*
|
|
1006
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1007
|
+
* you may not use this file except in compliance with the License.
|
|
1008
|
+
* You may obtain a copy of the License at
|
|
1009
|
+
*
|
|
1010
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1011
|
+
*
|
|
1012
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1013
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1014
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1015
|
+
* See the License for the specific language governing permissions and
|
|
1016
|
+
* limitations under the License.
|
|
1017
|
+
*/class ei extends Ks{constructor(){super("github.com")}static credential(t){return li._fromParams({providerId:ei.PROVIDER_ID,signInMethod:ei.GITHUB_SIGN_IN_METHOD,accessToken:t})}static credentialFromResult(t){return ei.credentialFromTaggedObject(t)}static credentialFromError(t){return ei.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t||!("oauthAccessToken"in t)||!t.oauthAccessToken)return null;try{return ei.credential(t.oauthAccessToken)}catch{return null}}}ei.GITHUB_SIGN_IN_METHOD="github.com";ei.PROVIDER_ID="github.com";/**
|
|
1018
|
+
* @license
|
|
1019
|
+
* Copyright 2020 Google LLC
|
|
1020
|
+
*
|
|
1021
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1022
|
+
* you may not use this file except in compliance with the License.
|
|
1023
|
+
* You may obtain a copy of the License at
|
|
1024
|
+
*
|
|
1025
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1026
|
+
*
|
|
1027
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1028
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1029
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1030
|
+
* See the License for the specific language governing permissions and
|
|
1031
|
+
* limitations under the License.
|
|
1032
|
+
*/class $i extends Ks{constructor(){super("twitter.com")}static credential(t,r){return li._fromParams({providerId:$i.PROVIDER_ID,signInMethod:$i.TWITTER_SIGN_IN_METHOD,oauthToken:t,oauthTokenSecret:r})}static credentialFromResult(t){return $i.credentialFromTaggedObject(t)}static credentialFromError(t){return $i.credentialFromTaggedObject(t.customData||{})}static credentialFromTaggedObject({_tokenResponse:t}){if(!t)return null;const{oauthAccessToken:r,oauthTokenSecret:a}=t;if(!r||!a)return null;try{return $i.credential(r,a)}catch{return null}}}$i.TWITTER_SIGN_IN_METHOD="twitter.com";$i.PROVIDER_ID="twitter.com";/**
|
|
1033
|
+
* @license
|
|
1034
|
+
* Copyright 2020 Google LLC
|
|
1035
|
+
*
|
|
1036
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1037
|
+
* you may not use this file except in compliance with the License.
|
|
1038
|
+
* You may obtain a copy of the License at
|
|
1039
|
+
*
|
|
1040
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1041
|
+
*
|
|
1042
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1043
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1044
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1045
|
+
* See the License for the specific language governing permissions and
|
|
1046
|
+
* limitations under the License.
|
|
1047
|
+
*/class Ps{constructor(t){this.user=t.user,this.providerId=t.providerId,this._tokenResponse=t._tokenResponse,this.operationType=t.operationType}static async _fromIdTokenResponse(t,r,a,o=!1){const c=await mr._fromIdTokenResponse(t,a,o),u=Yx(a);return new Ps({user:c,providerId:u,_tokenResponse:a,operationType:r})}static async _forOperation(t,r,a){await t._updateTokensIfNecessary(a,!0);const o=Yx(a);return new Ps({user:t,providerId:o,_tokenResponse:a,operationType:r})}}function Yx(e){return e.providerId?e.providerId:"phoneNumber"in e?"phone":null}/**
|
|
1048
|
+
* @license
|
|
1049
|
+
* Copyright 2020 Google LLC
|
|
1050
|
+
*
|
|
1051
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1052
|
+
* you may not use this file except in compliance with the License.
|
|
1053
|
+
* You may obtain a copy of the License at
|
|
1054
|
+
*
|
|
1055
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1056
|
+
*
|
|
1057
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1058
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1059
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1060
|
+
* See the License for the specific language governing permissions and
|
|
1061
|
+
* limitations under the License.
|
|
1062
|
+
*/class Ou extends Yi{constructor(t,r,a,o){super(r.code,r.message),this.operationType=a,this.user=o,Object.setPrototypeOf(this,Ou.prototype),this.customData={appName:t.name,tenantId:t.tenantId??void 0,_serverResponse:r.customData._serverResponse,operationType:a}}static _fromErrorAndOperation(t,r,a,o){return new Ou(t,r,a,o)}}function JE(e,t,r,a){return(t==="reauthenticate"?r._getReauthenticationResolver(e):r._getIdTokenResponse(e)).catch(c=>{throw c.code==="auth/multi-factor-auth-required"?Ou._fromErrorAndOperation(e,c,t,a):c})}async function r4(e,t,r=!1){const a=await xl(e,t._linkToIdToken(e.auth,await e.getIdToken()),r);return Ps._forOperation(e,"link",a)}/**
|
|
1063
|
+
* @license
|
|
1064
|
+
* Copyright 2019 Google LLC
|
|
1065
|
+
*
|
|
1066
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1067
|
+
* you may not use this file except in compliance with the License.
|
|
1068
|
+
* You may obtain a copy of the License at
|
|
1069
|
+
*
|
|
1070
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1071
|
+
*
|
|
1072
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1073
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1074
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1075
|
+
* See the License for the specific language governing permissions and
|
|
1076
|
+
* limitations under the License.
|
|
1077
|
+
*/async function i4(e,t,r=!1){const{auth:a}=e;if(Cr(a.app))return Promise.reject(Sa(a));const o="reauthenticate";try{const c=await xl(e,JE(a,o,t,e),r);ze(c.idToken,a,"internal-error");const u=Qp(c.idToken);ze(u,a,"internal-error");const{sub:f}=u;return ze(e.uid===f,a,"user-mismatch"),Ps._forOperation(e,o,c)}catch(c){throw(c==null?void 0:c.code)==="auth/user-not-found"&&Or(a,"user-mismatch"),c}}/**
|
|
1078
|
+
* @license
|
|
1079
|
+
* Copyright 2020 Google LLC
|
|
1080
|
+
*
|
|
1081
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1082
|
+
* you may not use this file except in compliance with the License.
|
|
1083
|
+
* You may obtain a copy of the License at
|
|
1084
|
+
*
|
|
1085
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1086
|
+
*
|
|
1087
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1088
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1089
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1090
|
+
* See the License for the specific language governing permissions and
|
|
1091
|
+
* limitations under the License.
|
|
1092
|
+
*/async function a4(e,t,r=!1){if(Cr(e.app))return Promise.reject(Sa(e));const a="signIn",o=await JE(e,a,t),c=await Ps._fromIdTokenResponse(e,a,o);return r||await e._updateCurrentUser(c.user),c}/**
|
|
1093
|
+
* @license
|
|
1094
|
+
* Copyright 2020 Google LLC
|
|
1095
|
+
*
|
|
1096
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1097
|
+
* you may not use this file except in compliance with the License.
|
|
1098
|
+
* You may obtain a copy of the License at
|
|
1099
|
+
*
|
|
1100
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1101
|
+
*
|
|
1102
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1103
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1104
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1105
|
+
* See the License for the specific language governing permissions and
|
|
1106
|
+
* limitations under the License.
|
|
1107
|
+
*/function s4(e,t){return Oa(e).setPersistence(t)}function o4(e,t,r,a){return Oa(e).onIdTokenChanged(t,r,a)}function l4(e,t,r){return Oa(e).beforeAuthStateChanged(t,r)}const Mu="__sak";/**
|
|
1108
|
+
* @license
|
|
1109
|
+
* Copyright 2019 Google LLC
|
|
1110
|
+
*
|
|
1111
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1112
|
+
* you may not use this file except in compliance with the License.
|
|
1113
|
+
* You may obtain a copy of the License at
|
|
1114
|
+
*
|
|
1115
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1116
|
+
*
|
|
1117
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1118
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1119
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1120
|
+
* See the License for the specific language governing permissions and
|
|
1121
|
+
* limitations under the License.
|
|
1122
|
+
*/class QE{constructor(t,r){this.storageRetriever=t,this.type=r}_isAvailable(){try{return this.storage?(this.storage.setItem(Mu,"1"),this.storage.removeItem(Mu),Promise.resolve(!0)):Promise.resolve(!1)}catch{return Promise.resolve(!1)}}_set(t,r){return this.storage.setItem(t,JSON.stringify(r)),Promise.resolve()}_get(t){const r=this.storage.getItem(t);return Promise.resolve(r?JSON.parse(r):null)}_remove(t){return this.storage.removeItem(t),Promise.resolve()}get storage(){return this.storageRetriever()}}/**
|
|
1123
|
+
* @license
|
|
1124
|
+
* Copyright 2020 Google LLC
|
|
1125
|
+
*
|
|
1126
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1127
|
+
* you may not use this file except in compliance with the License.
|
|
1128
|
+
* You may obtain a copy of the License at
|
|
1129
|
+
*
|
|
1130
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1131
|
+
*
|
|
1132
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1133
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1134
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1135
|
+
* See the License for the specific language governing permissions and
|
|
1136
|
+
* limitations under the License.
|
|
1137
|
+
*/const c4=1e3,u4=10;class eS extends QE{constructor(){super(()=>window.localStorage,"LOCAL"),this.boundEventHandler=(t,r)=>this.onStorageEvent(t,r),this.listeners={},this.localCache={},this.pollTimer=null,this.fallbackToPolling=YE(),this._shouldAllowMigration=!0}forAllChangedKeys(t){for(const r of Object.keys(this.listeners)){const a=this.storage.getItem(r),o=this.localCache[r];a!==o&&t(r,o,a)}}onStorageEvent(t,r=!1){if(!t.key){this.forAllChangedKeys((u,f,p)=>{this.notifyListeners(u,p)});return}const a=t.key;r?this.detachListener():this.stopPolling();const o=()=>{const u=this.storage.getItem(a);!r&&this.localCache[a]===u||this.notifyListeners(a,u)},c=this.storage.getItem(a);HI()&&c!==t.newValue&&t.newValue!==t.oldValue?setTimeout(o,u4):o()}notifyListeners(t,r){this.localCache[t]=r;const a=this.listeners[t];if(a)for(const o of Array.from(a))o(r&&JSON.parse(r))}startPolling(){this.stopPolling(),this.pollTimer=setInterval(()=>{this.forAllChangedKeys((t,r,a)=>{this.onStorageEvent(new StorageEvent("storage",{key:t,oldValue:r,newValue:a}),!0)})},c4)}stopPolling(){this.pollTimer&&(clearInterval(this.pollTimer),this.pollTimer=null)}attachListener(){window.addEventListener("storage",this.boundEventHandler)}detachListener(){window.removeEventListener("storage",this.boundEventHandler)}_addListener(t,r){Object.keys(this.listeners).length===0&&(this.fallbackToPolling?this.startPolling():this.attachListener()),this.listeners[t]||(this.listeners[t]=new Set,this.localCache[t]=this.storage.getItem(t)),this.listeners[t].add(r)}_removeListener(t,r){this.listeners[t]&&(this.listeners[t].delete(r),this.listeners[t].size===0&&delete this.listeners[t]),Object.keys(this.listeners).length===0&&(this.detachListener(),this.stopPolling())}async _set(t,r){await super._set(t,r),this.localCache[t]=JSON.stringify(r)}async _get(t){const r=await super._get(t);return this.localCache[t]=JSON.stringify(r),r}async _remove(t){await super._remove(t),delete this.localCache[t]}}eS.type="LOCAL";const d4=eS;/**
|
|
1138
|
+
* @license
|
|
1139
|
+
* Copyright 2020 Google LLC
|
|
1140
|
+
*
|
|
1141
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1142
|
+
* you may not use this file except in compliance with the License.
|
|
1143
|
+
* You may obtain a copy of the License at
|
|
1144
|
+
*
|
|
1145
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1146
|
+
*
|
|
1147
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1148
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1149
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1150
|
+
* See the License for the specific language governing permissions and
|
|
1151
|
+
* limitations under the License.
|
|
1152
|
+
*/class tS extends QE{constructor(){super(()=>window.sessionStorage,"SESSION")}_addListener(t,r){}_removeListener(t,r){}}tS.type="SESSION";const nS=tS;/**
|
|
1153
|
+
* @license
|
|
1154
|
+
* Copyright 2019 Google LLC
|
|
1155
|
+
*
|
|
1156
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1157
|
+
* you may not use this file except in compliance with the License.
|
|
1158
|
+
* You may obtain a copy of the License at
|
|
1159
|
+
*
|
|
1160
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1161
|
+
*
|
|
1162
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1163
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1164
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1165
|
+
* See the License for the specific language governing permissions and
|
|
1166
|
+
* limitations under the License.
|
|
1167
|
+
*/function f4(e){return Promise.all(e.map(async t=>{try{return{fulfilled:!0,value:await t}}catch(r){return{fulfilled:!1,reason:r}}}))}/**
|
|
1168
|
+
* @license
|
|
1169
|
+
* Copyright 2019 Google LLC
|
|
1170
|
+
*
|
|
1171
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1172
|
+
* you may not use this file except in compliance with the License.
|
|
1173
|
+
* You may obtain a copy of the License at
|
|
1174
|
+
*
|
|
1175
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1176
|
+
*
|
|
1177
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1178
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1179
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1180
|
+
* See the License for the specific language governing permissions and
|
|
1181
|
+
* limitations under the License.
|
|
1182
|
+
*/class $u{constructor(t){this.eventTarget=t,this.handlersMap={},this.boundEventHandler=this.handleEvent.bind(this)}static _getInstance(t){const r=this.receivers.find(o=>o.isListeningto(t));if(r)return r;const a=new $u(t);return this.receivers.push(a),a}isListeningto(t){return this.eventTarget===t}async handleEvent(t){const r=t,{eventId:a,eventType:o,data:c}=r.data,u=this.handlersMap[o];if(!(u!=null&&u.size))return;r.ports[0].postMessage({status:"ack",eventId:a,eventType:o});const f=Array.from(u).map(async m=>m(r.origin,c)),p=await f4(f);r.ports[0].postMessage({status:"done",eventId:a,eventType:o,response:p})}_subscribe(t,r){Object.keys(this.handlersMap).length===0&&this.eventTarget.addEventListener("message",this.boundEventHandler),this.handlersMap[t]||(this.handlersMap[t]=new Set),this.handlersMap[t].add(r)}_unsubscribe(t,r){this.handlersMap[t]&&r&&this.handlersMap[t].delete(r),(!r||this.handlersMap[t].size===0)&&delete this.handlersMap[t],Object.keys(this.handlersMap).length===0&&this.eventTarget.removeEventListener("message",this.boundEventHandler)}}$u.receivers=[];/**
|
|
1183
|
+
* @license
|
|
1184
|
+
* Copyright 2020 Google LLC
|
|
1185
|
+
*
|
|
1186
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1187
|
+
* you may not use this file except in compliance with the License.
|
|
1188
|
+
* You may obtain a copy of the License at
|
|
1189
|
+
*
|
|
1190
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1191
|
+
*
|
|
1192
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1193
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1194
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1195
|
+
* See the License for the specific language governing permissions and
|
|
1196
|
+
* limitations under the License.
|
|
1197
|
+
*/function rm(e="",t=10){let r="";for(let a=0;a<t;a++)r+=Math.floor(Math.random()*10);return e+r}/**
|
|
1198
|
+
* @license
|
|
1199
|
+
* Copyright 2019 Google LLC
|
|
1200
|
+
*
|
|
1201
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1202
|
+
* you may not use this file except in compliance with the License.
|
|
1203
|
+
* You may obtain a copy of the License at
|
|
1204
|
+
*
|
|
1205
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1206
|
+
*
|
|
1207
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1208
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1209
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1210
|
+
* See the License for the specific language governing permissions and
|
|
1211
|
+
* limitations under the License.
|
|
1212
|
+
*/class h4{constructor(t){this.target=t,this.handlers=new Set}removeMessageHandler(t){t.messageChannel&&(t.messageChannel.port1.removeEventListener("message",t.onMessage),t.messageChannel.port1.close()),this.handlers.delete(t)}async _send(t,r,a=50){const o=typeof MessageChannel<"u"?new MessageChannel:null;if(!o)throw new Error("connection_unavailable");let c,u;return new Promise((f,p)=>{const m=rm("",20);o.port1.start();const b=setTimeout(()=>{p(new Error("unsupported_event"))},a);u={messageChannel:o,onMessage(y){const v=y;if(v.data.eventId===m)switch(v.data.status){case"ack":clearTimeout(b),c=setTimeout(()=>{p(new Error("timeout"))},3e3);break;case"done":clearTimeout(c),f(v.data.response);break;default:clearTimeout(b),clearTimeout(c),p(new Error("invalid_response"));break}}},this.handlers.add(u),o.port1.addEventListener("message",u.onMessage),this.target.postMessage({eventType:t,eventId:m,data:r},[o.port2])}).finally(()=>{u&&this.removeMessageHandler(u)})}}/**
|
|
1213
|
+
* @license
|
|
1214
|
+
* Copyright 2020 Google LLC
|
|
1215
|
+
*
|
|
1216
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1217
|
+
* you may not use this file except in compliance with the License.
|
|
1218
|
+
* You may obtain a copy of the License at
|
|
1219
|
+
*
|
|
1220
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1221
|
+
*
|
|
1222
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1223
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1224
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1225
|
+
* See the License for the specific language governing permissions and
|
|
1226
|
+
* limitations under the License.
|
|
1227
|
+
*/function Ar(){return window}function p4(e){Ar().location.href=e}/**
|
|
1228
|
+
* @license
|
|
1229
|
+
* Copyright 2020 Google LLC.
|
|
1230
|
+
*
|
|
1231
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1232
|
+
* you may not use this file except in compliance with the License.
|
|
1233
|
+
* You may obtain a copy of the License at
|
|
1234
|
+
*
|
|
1235
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1236
|
+
*
|
|
1237
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1238
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1239
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1240
|
+
* See the License for the specific language governing permissions and
|
|
1241
|
+
* limitations under the License.
|
|
1242
|
+
*/function rS(){return typeof Ar().WorkerGlobalScope<"u"&&typeof Ar().importScripts=="function"}async function m4(){if(!(navigator!=null&&navigator.serviceWorker))return null;try{return(await navigator.serviceWorker.ready).active}catch{return null}}function g4(){var e;return((e=navigator==null?void 0:navigator.serviceWorker)==null?void 0:e.controller)||null}function b4(){return rS()?self:null}/**
|
|
1243
|
+
* @license
|
|
1244
|
+
* Copyright 2019 Google LLC
|
|
1245
|
+
*
|
|
1246
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1247
|
+
* you may not use this file except in compliance with the License.
|
|
1248
|
+
* You may obtain a copy of the License at
|
|
1249
|
+
*
|
|
1250
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1251
|
+
*
|
|
1252
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1253
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1254
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1255
|
+
* See the License for the specific language governing permissions and
|
|
1256
|
+
* limitations under the License.
|
|
1257
|
+
*/const iS="firebaseLocalStorageDb",y4=1,Ru="firebaseLocalStorage",aS="fbase_key";class Ol{constructor(t){this.request=t}toPromise(){return new Promise((t,r)=>{this.request.addEventListener("success",()=>{t(this.request.result)}),this.request.addEventListener("error",()=>{r(this.request.error)})})}}function Gu(e,t){return e.transaction([Ru],t?"readwrite":"readonly").objectStore(Ru)}function v4(){const e=indexedDB.deleteDatabase(iS);return new Ol(e).toPromise()}function pp(){const e=indexedDB.open(iS,y4);return new Promise((t,r)=>{e.addEventListener("error",()=>{r(e.error)}),e.addEventListener("upgradeneeded",()=>{const a=e.result;try{a.createObjectStore(Ru,{keyPath:aS})}catch(o){r(o)}}),e.addEventListener("success",async()=>{const a=e.result;a.objectStoreNames.contains(Ru)?t(a):(a.close(),await v4(),t(await pp()))})})}async function Wx(e,t,r){const a=Gu(e,!0).put({[aS]:t,value:r});return new Ol(a).toPromise()}async function x4(e,t){const r=Gu(e,!1).get(t),a=await new Ol(r).toPromise();return a===void 0?null:a.value}function Xx(e,t){const r=Gu(e,!0).delete(t);return new Ol(r).toPromise()}const E4=800,S4=3;class sS{constructor(){this.type="LOCAL",this._shouldAllowMigration=!0,this.listeners={},this.localCache={},this.pollTimer=null,this.pendingWrites=0,this.receiver=null,this.sender=null,this.serviceWorkerReceiverAvailable=!1,this.activeServiceWorker=null,this._workerInitializationPromise=this.initializeServiceWorkerMessaging().then(()=>{},()=>{})}async _openDb(){return this.db?this.db:(this.db=await pp(),this.db)}async _withRetries(t){let r=0;for(;;)try{const a=await this._openDb();return await t(a)}catch(a){if(r++>S4)throw a;this.db&&(this.db.close(),this.db=void 0)}}async initializeServiceWorkerMessaging(){return rS()?this.initializeReceiver():this.initializeSender()}async initializeReceiver(){this.receiver=$u._getInstance(b4()),this.receiver._subscribe("keyChanged",async(t,r)=>({keyProcessed:(await this._poll()).includes(r.key)})),this.receiver._subscribe("ping",async(t,r)=>["keyChanged"])}async initializeSender(){var r,a;if(this.activeServiceWorker=await m4(),!this.activeServiceWorker)return;this.sender=new h4(this.activeServiceWorker);const t=await this.sender._send("ping",{},800);t&&(r=t[0])!=null&&r.fulfilled&&(a=t[0])!=null&&a.value.includes("keyChanged")&&(this.serviceWorkerReceiverAvailable=!0)}async notifyServiceWorker(t){if(!(!this.sender||!this.activeServiceWorker||g4()!==this.activeServiceWorker))try{await this.sender._send("keyChanged",{key:t},this.serviceWorkerReceiverAvailable?800:50)}catch{}}async _isAvailable(){try{if(!indexedDB)return!1;const t=await pp();return await Wx(t,Mu,"1"),await Xx(t,Mu),!0}catch{}return!1}async _withPendingWrite(t){this.pendingWrites++;try{await t()}finally{this.pendingWrites--}}async _set(t,r){return this._withPendingWrite(async()=>(await this._withRetries(a=>Wx(a,t,r)),this.localCache[t]=r,this.notifyServiceWorker(t)))}async _get(t){const r=await this._withRetries(a=>x4(a,t));return this.localCache[t]=r,r}async _remove(t){return this._withPendingWrite(async()=>(await this._withRetries(r=>Xx(r,t)),delete this.localCache[t],this.notifyServiceWorker(t)))}async _poll(){const t=await this._withRetries(o=>{const c=Gu(o,!1).getAll();return new Ol(c).toPromise()});if(!t)return[];if(this.pendingWrites!==0)return[];const r=[],a=new Set;if(t.length!==0)for(const{fbase_key:o,value:c}of t)a.add(o),JSON.stringify(this.localCache[o])!==JSON.stringify(c)&&(this.notifyListeners(o,c),r.push(o));for(const o of Object.keys(this.localCache))this.localCache[o]&&!a.has(o)&&(this.notifyListeners(o,null),r.push(o));return r}notifyListeners(t,r){this.localCache[t]=r;const a=this.listeners[t];if(a)for(const o of Array.from(a))o(r)}startPolling(){this.stopPolling(),this.pollTimer=setInterval(async()=>this._poll(),E4)}stopPolling(){this.pollTimer&&(clearInterval(this.pollTimer),this.pollTimer=null)}_addListener(t,r){Object.keys(this.listeners).length===0&&this.startPolling(),this.listeners[t]||(this.listeners[t]=new Set,this._get(t)),this.listeners[t].add(r)}_removeListener(t,r){this.listeners[t]&&(this.listeners[t].delete(r),this.listeners[t].size===0&&delete this.listeners[t]),Object.keys(this.listeners).length===0&&this.stopPolling()}}sS.type="LOCAL";const _4=sS;new Al(3e4,6e4);/**
|
|
1258
|
+
* @license
|
|
1259
|
+
* Copyright 2021 Google LLC
|
|
1260
|
+
*
|
|
1261
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1262
|
+
* you may not use this file except in compliance with the License.
|
|
1263
|
+
* You may obtain a copy of the License at
|
|
1264
|
+
*
|
|
1265
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1266
|
+
*
|
|
1267
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1268
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1269
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1270
|
+
* See the License for the specific language governing permissions and
|
|
1271
|
+
* limitations under the License.
|
|
1272
|
+
*/function oS(e,t){return t?ni(t):(ze(e._popupRedirectResolver,e,"argument-error"),e._popupRedirectResolver)}/**
|
|
1273
|
+
* @license
|
|
1274
|
+
* Copyright 2019 Google LLC
|
|
1275
|
+
*
|
|
1276
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1277
|
+
* you may not use this file except in compliance with the License.
|
|
1278
|
+
* You may obtain a copy of the License at
|
|
1279
|
+
*
|
|
1280
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1281
|
+
*
|
|
1282
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1283
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1284
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1285
|
+
* See the License for the specific language governing permissions and
|
|
1286
|
+
* limitations under the License.
|
|
1287
|
+
*/class im extends ZE{constructor(t){super("custom","custom"),this.params=t}_getIdTokenResponse(t){return Ds(t,this._buildIdpRequest())}_linkToIdToken(t,r){return Ds(t,this._buildIdpRequest(r))}_getReauthenticationResolver(t){return Ds(t,this._buildIdpRequest())}_buildIdpRequest(t){const r={requestUri:this.params.requestUri,sessionId:this.params.sessionId,postBody:this.params.postBody,tenantId:this.params.tenantId,pendingToken:this.params.pendingToken,returnSecureToken:!0,returnIdpCredential:!0};return t&&(r.idToken=t),r}}function w4(e){return a4(e.auth,new im(e),e.bypassAuthState)}function k4(e){const{auth:t,user:r}=e;return ze(r,t,"internal-error"),i4(r,new im(e),e.bypassAuthState)}async function T4(e){const{auth:t,user:r}=e;return ze(r,t,"internal-error"),r4(r,new im(e),e.bypassAuthState)}/**
|
|
1288
|
+
* @license
|
|
1289
|
+
* Copyright 2020 Google LLC
|
|
1290
|
+
*
|
|
1291
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1292
|
+
* you may not use this file except in compliance with the License.
|
|
1293
|
+
* You may obtain a copy of the License at
|
|
1294
|
+
*
|
|
1295
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1296
|
+
*
|
|
1297
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1298
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1299
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1300
|
+
* See the License for the specific language governing permissions and
|
|
1301
|
+
* limitations under the License.
|
|
1302
|
+
*/class lS{constructor(t,r,a,o,c=!1){this.auth=t,this.resolver=a,this.user=o,this.bypassAuthState=c,this.pendingPromise=null,this.eventManager=null,this.filter=Array.isArray(r)?r:[r]}execute(){return new Promise(async(t,r)=>{this.pendingPromise={resolve:t,reject:r};try{this.eventManager=await this.resolver._initialize(this.auth),await this.onExecution(),this.eventManager.registerConsumer(this)}catch(a){this.reject(a)}})}async onAuthEvent(t){const{urlResponse:r,sessionId:a,postBody:o,tenantId:c,error:u,type:f}=t;if(u){this.reject(u);return}const p={auth:this.auth,requestUri:r,sessionId:a,tenantId:c||void 0,postBody:o||void 0,user:this.user,bypassAuthState:this.bypassAuthState};try{this.resolve(await this.getIdpTask(f)(p))}catch(m){this.reject(m)}}onError(t){this.reject(t)}getIdpTask(t){switch(t){case"signInViaPopup":case"signInViaRedirect":return w4;case"linkViaPopup":case"linkViaRedirect":return T4;case"reauthViaPopup":case"reauthViaRedirect":return k4;default:Or(this.auth,"internal-error")}}resolve(t){oi(this.pendingPromise,"Pending promise was never set"),this.pendingPromise.resolve(t),this.unregisterAndCleanUp()}reject(t){oi(this.pendingPromise,"Pending promise was never set"),this.pendingPromise.reject(t),this.unregisterAndCleanUp()}unregisterAndCleanUp(){this.eventManager&&this.eventManager.unregisterConsumer(this),this.pendingPromise=null,this.cleanUp()}}/**
|
|
1303
|
+
* @license
|
|
1304
|
+
* Copyright 2020 Google LLC
|
|
1305
|
+
*
|
|
1306
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1307
|
+
* you may not use this file except in compliance with the License.
|
|
1308
|
+
* You may obtain a copy of the License at
|
|
1309
|
+
*
|
|
1310
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1311
|
+
*
|
|
1312
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1313
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1314
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1315
|
+
* See the License for the specific language governing permissions and
|
|
1316
|
+
* limitations under the License.
|
|
1317
|
+
*/const N4=new Al(2e3,1e4);async function am(e,t,r){if(Cr(e.app))return Promise.reject(br(e,"operation-not-supported-in-this-environment"));const a=Fu(e);_I(e,t,nm);const o=oS(a,r);return new Ea(a,"signInViaPopup",t,o).executeNotNull()}class Ea extends lS{constructor(t,r,a,o,c){super(t,r,o,c),this.provider=a,this.authWindow=null,this.pollId=null,Ea.currentPopupAction&&Ea.currentPopupAction.cancel(),Ea.currentPopupAction=this}async executeNotNull(){const t=await this.execute();return ze(t,this.auth,"internal-error"),t}async onExecution(){oi(this.filter.length===1,"Popup operations only handle one event");const t=rm();this.authWindow=await this.resolver._openPopup(this.auth,this.provider,this.filter[0],t),this.authWindow.associatedEvent=t,this.resolver._originValidation(this.auth).catch(r=>{this.reject(r)}),this.resolver._isIframeWebStorageSupported(this.auth,r=>{r||this.reject(br(this.auth,"web-storage-unsupported"))}),this.pollUserCancellation()}get eventId(){var t;return((t=this.authWindow)==null?void 0:t.associatedEvent)||null}cancel(){this.reject(br(this.auth,"cancelled-popup-request"))}cleanUp(){this.authWindow&&this.authWindow.close(),this.pollId&&window.clearTimeout(this.pollId),this.authWindow=null,this.pollId=null,Ea.currentPopupAction=null}pollUserCancellation(){const t=()=>{var r,a;if((a=(r=this.authWindow)==null?void 0:r.window)!=null&&a.closed){this.pollId=window.setTimeout(()=>{this.pollId=null,this.reject(br(this.auth,"popup-closed-by-user"))},8e3);return}this.pollId=window.setTimeout(t,N4.get())};t()}}Ea.currentPopupAction=null;/**
|
|
1318
|
+
* @license
|
|
1319
|
+
* Copyright 2020 Google LLC
|
|
1320
|
+
*
|
|
1321
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1322
|
+
* you may not use this file except in compliance with the License.
|
|
1323
|
+
* You may obtain a copy of the License at
|
|
1324
|
+
*
|
|
1325
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1326
|
+
*
|
|
1327
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1328
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1329
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1330
|
+
* See the License for the specific language governing permissions and
|
|
1331
|
+
* limitations under the License.
|
|
1332
|
+
*/const C4="pendingRedirect",mu=new Map;class A4 extends lS{constructor(t,r,a=!1){super(t,["signInViaRedirect","linkViaRedirect","reauthViaRedirect","unknown"],r,void 0,a),this.eventId=null}async execute(){let t=mu.get(this.auth._key());if(!t){try{const a=await O4(this.resolver,this.auth)?await super.execute():null;t=()=>Promise.resolve(a)}catch(r){t=()=>Promise.reject(r)}mu.set(this.auth._key(),t)}return this.bypassAuthState||mu.set(this.auth._key(),()=>Promise.resolve(null)),t()}async onAuthEvent(t){if(t.type==="signInViaRedirect")return super.onAuthEvent(t);if(t.type==="unknown"){this.resolve(null);return}if(t.eventId){const r=await this.auth._redirectUserForId(t.eventId);if(r)return this.user=r,super.onAuthEvent(t);this.resolve(null)}}async onExecution(){}cleanUp(){}}async function O4(e,t){const r=I4(t),a=R4(e);if(!await a._isAvailable())return!1;const o=await a._get(r)==="true";return await a._remove(r),o}function M4(e,t){mu.set(e._key(),t)}function R4(e){return ni(e._redirectPersistence)}function I4(e){return pu(C4,e.config.apiKey,e.name)}async function D4(e,t,r=!1){if(Cr(e.app))return Promise.reject(Sa(e));const a=Fu(e),o=oS(a,t),u=await new A4(a,o,r).execute();return u&&!r&&(delete u.user._redirectEventId,await a._persistUserIfCurrent(u.user),await a._setRedirectUser(null,t)),u}/**
|
|
1333
|
+
* @license
|
|
1334
|
+
* Copyright 2020 Google LLC
|
|
1335
|
+
*
|
|
1336
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1337
|
+
* you may not use this file except in compliance with the License.
|
|
1338
|
+
* You may obtain a copy of the License at
|
|
1339
|
+
*
|
|
1340
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1341
|
+
*
|
|
1342
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1343
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1344
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1345
|
+
* See the License for the specific language governing permissions and
|
|
1346
|
+
* limitations under the License.
|
|
1347
|
+
*/const L4=600*1e3;class j4{constructor(t){this.auth=t,this.cachedEventUids=new Set,this.consumers=new Set,this.queuedRedirectEvent=null,this.hasHandledPotentialRedirect=!1,this.lastProcessedEventTime=Date.now()}registerConsumer(t){this.consumers.add(t),this.queuedRedirectEvent&&this.isEventForConsumer(this.queuedRedirectEvent,t)&&(this.sendToConsumer(this.queuedRedirectEvent,t),this.saveEventToCache(this.queuedRedirectEvent),this.queuedRedirectEvent=null)}unregisterConsumer(t){this.consumers.delete(t)}onEvent(t){if(this.hasEventBeenHandled(t))return!1;let r=!1;return this.consumers.forEach(a=>{this.isEventForConsumer(t,a)&&(r=!0,this.sendToConsumer(t,a),this.saveEventToCache(t))}),this.hasHandledPotentialRedirect||!z4(t)||(this.hasHandledPotentialRedirect=!0,r||(this.queuedRedirectEvent=t,r=!0)),r}sendToConsumer(t,r){var a;if(t.error&&!cS(t)){const o=((a=t.error.code)==null?void 0:a.split("auth/")[1])||"internal-error";r.onError(br(this.auth,o))}else r.onAuthEvent(t)}isEventForConsumer(t,r){const a=r.eventId===null||!!t.eventId&&t.eventId===r.eventId;return r.filter.includes(t.type)&&a}hasEventBeenHandled(t){return Date.now()-this.lastProcessedEventTime>=L4&&this.cachedEventUids.clear(),this.cachedEventUids.has(Zx(t))}saveEventToCache(t){this.cachedEventUids.add(Zx(t)),this.lastProcessedEventTime=Date.now()}}function Zx(e){return[e.type,e.eventId,e.sessionId,e.tenantId].filter(t=>t).join("-")}function cS({type:e,error:t}){return e==="unknown"&&(t==null?void 0:t.code)==="auth/no-auth-event"}function z4(e){switch(e.type){case"signInViaRedirect":case"linkViaRedirect":case"reauthViaRedirect":return!0;case"unknown":return cS(e);default:return!1}}/**
|
|
1348
|
+
* @license
|
|
1349
|
+
* Copyright 2020 Google LLC
|
|
1350
|
+
*
|
|
1351
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1352
|
+
* you may not use this file except in compliance with the License.
|
|
1353
|
+
* You may obtain a copy of the License at
|
|
1354
|
+
*
|
|
1355
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1356
|
+
*
|
|
1357
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1358
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1359
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1360
|
+
* See the License for the specific language governing permissions and
|
|
1361
|
+
* limitations under the License.
|
|
1362
|
+
*/async function B4(e,t={}){return Gs(e,"GET","/v1/projects",t)}/**
|
|
1363
|
+
* @license
|
|
1364
|
+
* Copyright 2020 Google LLC
|
|
1365
|
+
*
|
|
1366
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1367
|
+
* you may not use this file except in compliance with the License.
|
|
1368
|
+
* You may obtain a copy of the License at
|
|
1369
|
+
*
|
|
1370
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1371
|
+
*
|
|
1372
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1373
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1374
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1375
|
+
* See the License for the specific language governing permissions and
|
|
1376
|
+
* limitations under the License.
|
|
1377
|
+
*/const U4=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,P4=/^https?/;async function H4(e){if(e.config.emulator)return;const{authorizedDomains:t}=await B4(e);for(const r of t)try{if(F4(r))return}catch{}Or(e,"unauthorized-domain")}function F4(e){const t=dp(),{protocol:r,hostname:a}=new URL(t);if(e.startsWith("chrome-extension://")){const u=new URL(e);return u.hostname===""&&a===""?r==="chrome-extension:"&&e.replace("chrome-extension://","")===t.replace("chrome-extension://",""):r==="chrome-extension:"&&u.hostname===a}if(!P4.test(r))return!1;if(U4.test(e))return a===e;const o=e.replace(/\./g,"\\.");return new RegExp("^(.+\\."+o+"|"+o+")$","i").test(a)}/**
|
|
1378
|
+
* @license
|
|
1379
|
+
* Copyright 2020 Google LLC.
|
|
1380
|
+
*
|
|
1381
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1382
|
+
* you may not use this file except in compliance with the License.
|
|
1383
|
+
* You may obtain a copy of the License at
|
|
1384
|
+
*
|
|
1385
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1386
|
+
*
|
|
1387
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1388
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1389
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1390
|
+
* See the License for the specific language governing permissions and
|
|
1391
|
+
* limitations under the License.
|
|
1392
|
+
*/const $4=new Al(3e4,6e4);function Jx(){const e=Ar().___jsl;if(e!=null&&e.H){for(const t of Object.keys(e.H))if(e.H[t].r=e.H[t].r||[],e.H[t].L=e.H[t].L||[],e.H[t].r=[...e.H[t].L],e.CP)for(let r=0;r<e.CP.length;r++)e.CP[r]=null}}function G4(e){return new Promise((t,r)=>{var o,c,u;function a(){Jx(),gapi.load("gapi.iframes",{callback:()=>{t(gapi.iframes.getContext())},ontimeout:()=>{Jx(),r(br(e,"network-request-failed"))},timeout:$4.get()})}if((c=(o=Ar().gapi)==null?void 0:o.iframes)!=null&&c.Iframe)t(gapi.iframes.getContext());else if((u=Ar().gapi)!=null&&u.load)a();else{const f=XI("iframefcb");return Ar()[f]=()=>{gapi.load?a():r(br(e,"network-request-failed"))},YI(`${WI()}?onload=${f}`).catch(p=>r(p))}}).catch(t=>{throw gu=null,t})}let gu=null;function K4(e){return gu=gu||G4(e),gu}/**
|
|
1393
|
+
* @license
|
|
1394
|
+
* Copyright 2020 Google LLC.
|
|
1395
|
+
*
|
|
1396
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1397
|
+
* you may not use this file except in compliance with the License.
|
|
1398
|
+
* You may obtain a copy of the License at
|
|
1399
|
+
*
|
|
1400
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1401
|
+
*
|
|
1402
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1403
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1404
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1405
|
+
* See the License for the specific language governing permissions and
|
|
1406
|
+
* limitations under the License.
|
|
1407
|
+
*/const q4=new Al(5e3,15e3),V4="__/auth/iframe",Y4="emulator/auth/iframe",W4={style:{position:"absolute",top:"-100px",width:"1px",height:"1px"},"aria-hidden":"true",tabindex:"-1"},X4=new Map([["identitytoolkit.googleapis.com","p"],["staging-identitytoolkit.sandbox.googleapis.com","s"],["test-identitytoolkit.sandbox.googleapis.com","t"]]);function Z4(e){const t=e.config;ze(t.authDomain,e,"auth-domain-config-required");const r=t.emulator?Zp(t,Y4):`https://${e.config.authDomain}/${V4}`,a={apiKey:t.apiKey,appName:e.name,v:Cl},o=X4.get(e.config.apiHost);o&&(a.eid=o);const c=e._getFrameworks();return c.length&&(a.fw=c.join(",")),`${r}?${Nl(a).slice(1)}`}async function J4(e){const t=await K4(e),r=Ar().gapi;return ze(r,e,"internal-error"),t.open({where:document.body,url:Z4(e),messageHandlersFilter:r.iframes.CROSS_ORIGIN_IFRAMES_FILTER,attributes:W4,dontclear:!0},a=>new Promise(async(o,c)=>{await a.restyle({setHideOnLeave:!1});const u=br(e,"network-request-failed"),f=Ar().setTimeout(()=>{c(u)},q4.get());function p(){Ar().clearTimeout(f),o(a)}a.ping(p).then(p,()=>{c(u)})}))}/**
|
|
1408
|
+
* @license
|
|
1409
|
+
* Copyright 2020 Google LLC.
|
|
1410
|
+
*
|
|
1411
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1412
|
+
* you may not use this file except in compliance with the License.
|
|
1413
|
+
* You may obtain a copy of the License at
|
|
1414
|
+
*
|
|
1415
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1416
|
+
*
|
|
1417
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1418
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1419
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1420
|
+
* See the License for the specific language governing permissions and
|
|
1421
|
+
* limitations under the License.
|
|
1422
|
+
*/const Q4={location:"yes",resizable:"yes",statusbar:"yes",toolbar:"no"},eD=500,tD=600,nD="_blank",rD="http://localhost";class Qx{constructor(t){this.window=t,this.associatedEvent=null}close(){if(this.window)try{this.window.close()}catch{}}}function iD(e,t,r,a=eD,o=tD){const c=Math.max((window.screen.availHeight-o)/2,0).toString(),u=Math.max((window.screen.availWidth-a)/2,0).toString();let f="";const p={...Q4,width:a.toString(),height:o.toString(),top:c,left:u},m=Sn().toLowerCase();r&&(f=$E(m)?nD:r),HE(m)&&(t=t||rD,p.scrollbars="yes");const b=Object.entries(p).reduce((v,[x,S])=>`${v}${x}=${S},`,"");if(PI(m)&&f!=="_self")return aD(t||"",f),new Qx(null);const y=window.open(t||"",f,b);ze(y,e,"popup-blocked");try{y.focus()}catch{}return new Qx(y)}function aD(e,t){const r=document.createElement("a");r.href=e,r.target=t;const a=document.createEvent("MouseEvent");a.initMouseEvent("click",!0,!0,window,1,0,0,0,0,!1,!1,!1,!1,1,null),r.dispatchEvent(a)}/**
|
|
1423
|
+
* @license
|
|
1424
|
+
* Copyright 2021 Google LLC
|
|
1425
|
+
*
|
|
1426
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1427
|
+
* you may not use this file except in compliance with the License.
|
|
1428
|
+
* You may obtain a copy of the License at
|
|
1429
|
+
*
|
|
1430
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1431
|
+
*
|
|
1432
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1433
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1434
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1435
|
+
* See the License for the specific language governing permissions and
|
|
1436
|
+
* limitations under the License.
|
|
1437
|
+
*/const sD="__/auth/handler",oD="emulator/auth/handler",lD=encodeURIComponent("fac");async function e1(e,t,r,a,o,c){ze(e.config.authDomain,e,"auth-domain-config-required"),ze(e.config.apiKey,e,"invalid-api-key");const u={apiKey:e.config.apiKey,appName:e.name,authType:r,redirectUrl:a,v:Cl,eventId:o};if(t instanceof nm){t.setDefaultLanguage(e.languageCode),u.providerId=t.providerId||"",s3(t.getCustomParameters())||(u.customParameters=JSON.stringify(t.getCustomParameters()));for(const[b,y]of Object.entries({}))u[b]=y}if(t instanceof Ks){const b=t.getScopes().filter(y=>y!=="");b.length>0&&(u.scopes=b.join(","))}e.tenantId&&(u.tid=e.tenantId);const f=u;for(const b of Object.keys(f))f[b]===void 0&&delete f[b];const p=await e._getAppCheckToken(),m=p?`#${lD}=${encodeURIComponent(p)}`:"";return`${cD(e)}?${Nl(f).slice(1)}${m}`}function cD({config:e}){return e.emulator?Zp(e,oD):`https://${e.authDomain}/${sD}`}/**
|
|
1438
|
+
* @license
|
|
1439
|
+
* Copyright 2020 Google LLC
|
|
1440
|
+
*
|
|
1441
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1442
|
+
* you may not use this file except in compliance with the License.
|
|
1443
|
+
* You may obtain a copy of the License at
|
|
1444
|
+
*
|
|
1445
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1446
|
+
*
|
|
1447
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1448
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1449
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1450
|
+
* See the License for the specific language governing permissions and
|
|
1451
|
+
* limitations under the License.
|
|
1452
|
+
*/const Lh="webStorageSupport";class uD{constructor(){this.eventManagers={},this.iframes={},this.originValidationPromises={},this._redirectPersistence=nS,this._completeRedirectFn=D4,this._overrideRedirectResult=M4}async _openPopup(t,r,a,o){var u;oi((u=this.eventManagers[t._key()])==null?void 0:u.manager,"_initialize() not called before _openPopup()");const c=await e1(t,r,a,dp(),o);return iD(t,c,rm())}async _openRedirect(t,r,a,o){await this._originValidation(t);const c=await e1(t,r,a,dp(),o);return p4(c),new Promise(()=>{})}_initialize(t){const r=t._key();if(this.eventManagers[r]){const{manager:o,promise:c}=this.eventManagers[r];return o?Promise.resolve(o):(oi(c,"If manager is not set, promise should be"),c)}const a=this.initAndGetManager(t);return this.eventManagers[r]={promise:a},a.catch(()=>{delete this.eventManagers[r]}),a}async initAndGetManager(t){const r=await J4(t),a=new j4(t);return r.register("authEvent",o=>(ze(o==null?void 0:o.authEvent,t,"invalid-auth-event"),{status:a.onEvent(o.authEvent)?"ACK":"ERROR"}),gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER),this.eventManagers[t._key()]={manager:a},this.iframes[t._key()]=r,a}_isIframeWebStorageSupported(t,r){this.iframes[t._key()].send(Lh,{type:Lh},o=>{var u;const c=(u=o==null?void 0:o[0])==null?void 0:u[Lh];c!==void 0&&r(!!c),Or(t,"internal-error")},gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER)}_originValidation(t){const r=t._key();return this.originValidationPromises[r]||(this.originValidationPromises[r]=H4(t)),this.originValidationPromises[r]}get _shouldInitProactively(){return YE()||FE()||em()}}const dD=uD;var t1="@firebase/auth",n1="1.12.0";/**
|
|
1453
|
+
* @license
|
|
1454
|
+
* Copyright 2020 Google LLC
|
|
1455
|
+
*
|
|
1456
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1457
|
+
* you may not use this file except in compliance with the License.
|
|
1458
|
+
* You may obtain a copy of the License at
|
|
1459
|
+
*
|
|
1460
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1461
|
+
*
|
|
1462
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1463
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1464
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1465
|
+
* See the License for the specific language governing permissions and
|
|
1466
|
+
* limitations under the License.
|
|
1467
|
+
*/class fD{constructor(t){this.auth=t,this.internalListeners=new Map}getUid(){var t;return this.assertAuthConfigured(),((t=this.auth.currentUser)==null?void 0:t.uid)||null}async getToken(t){return this.assertAuthConfigured(),await this.auth._initializationPromise,this.auth.currentUser?{accessToken:await this.auth.currentUser.getIdToken(t)}:null}addAuthTokenListener(t){if(this.assertAuthConfigured(),this.internalListeners.has(t))return;const r=this.auth.onIdTokenChanged(a=>{t((a==null?void 0:a.stsTokenManager.accessToken)||null)});this.internalListeners.set(t,r),this.updateProactiveRefresh()}removeAuthTokenListener(t){this.assertAuthConfigured();const r=this.internalListeners.get(t);r&&(this.internalListeners.delete(t),r(),this.updateProactiveRefresh())}assertAuthConfigured(){ze(this.auth._initializationPromise,"dependent-sdk-initialized-before-auth")}updateProactiveRefresh(){this.internalListeners.size>0?this.auth._startProactiveRefresh():this.auth._stopProactiveRefresh()}}/**
|
|
1468
|
+
* @license
|
|
1469
|
+
* Copyright 2020 Google LLC
|
|
1470
|
+
*
|
|
1471
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1472
|
+
* you may not use this file except in compliance with the License.
|
|
1473
|
+
* You may obtain a copy of the License at
|
|
1474
|
+
*
|
|
1475
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1476
|
+
*
|
|
1477
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1478
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1479
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1480
|
+
* See the License for the specific language governing permissions and
|
|
1481
|
+
* limitations under the License.
|
|
1482
|
+
*/function hD(e){switch(e){case"Node":return"node";case"ReactNative":return"rn";case"Worker":return"webworker";case"Cordova":return"cordova";case"WebExtension":return"web-extension";default:return}}function pD(e){yl(new Us("auth",(t,{options:r})=>{const a=t.getProvider("app").getImmediate(),o=t.getProvider("heartbeat"),c=t.getProvider("app-check-internal"),{apiKey:u,authDomain:f}=a.options;ze(u&&!u.includes(":"),"invalid-api-key",{appName:a.name});const p={apiKey:u,authDomain:f,clientPlatform:e,apiHost:"identitytoolkit.googleapis.com",tokenApiHost:"securetoken.googleapis.com",apiScheme:"https",sdkClientVersion:WE(e)},m=new qI(a,o,c,p);return JI(m,r),m},"PUBLIC").setInstantiationMode("EXPLICIT").setInstanceCreatedCallback((t,r,a)=>{t.getProvider("auth-internal").initialize()})),yl(new Us("auth-internal",t=>{const r=Fu(t.getProvider("auth").getImmediate());return(a=>new fD(a))(r)},"PRIVATE").setInstantiationMode("EXPLICIT")),Ms(t1,n1,hD(e)),Ms(t1,n1,"esm2020")}/**
|
|
1483
|
+
* @license
|
|
1484
|
+
* Copyright 2021 Google LLC
|
|
1485
|
+
*
|
|
1486
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1487
|
+
* you may not use this file except in compliance with the License.
|
|
1488
|
+
* You may obtain a copy of the License at
|
|
1489
|
+
*
|
|
1490
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1491
|
+
*
|
|
1492
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1493
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1494
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1495
|
+
* See the License for the specific language governing permissions and
|
|
1496
|
+
* limitations under the License.
|
|
1497
|
+
*/const mD=300,gD=NE("authIdTokenMaxAge")||mD;let r1=null;const bD=e=>async t=>{const r=t&&await t.getIdTokenResult(),a=r&&(new Date().getTime()-Date.parse(r.issuedAtTime))/1e3;if(a&&a>gD)return;const o=r==null?void 0:r.token;r1!==o&&(r1=o,await fetch(e,{method:o?"POST":"DELETE",headers:o?{Authorization:`Bearer ${o}`}:{}}))};function yD(e=lI()){const t=ME(e,"auth");if(t.isInitialized())return t.getImmediate();const r=ZI(e,{popupRedirectResolver:dD,persistence:[_4,d4,nS]}),a=NE("authTokenSyncURL");if(a&&typeof isSecureContext=="boolean"&&isSecureContext){const c=new URL(a,location.origin);if(location.origin===c.origin){const u=bD(c.toString());l4(r,u,()=>u(r.currentUser)),o4(r,f=>u(f))}}const o=GR("auth");return o&&QI(r,`http://${o}`),r}function vD(){var e;return((e=document.getElementsByTagName("head"))==null?void 0:e[0])??document}VI({loadJS(e){return new Promise((t,r)=>{const a=document.createElement("script");a.setAttribute("src",e),a.onload=t,a.onerror=o=>{const c=br("internal-error");c.customData=o,r(c)},a.type="text/javascript",a.charset="UTF-8",vD().appendChild(a)})},gapiScript:"https://apis.google.com/js/api.js",recaptchaV2Script:"https://www.google.com/recaptcha/api.js",recaptchaEnterpriseScript:"https://www.google.com/recaptcha/enterprise.js?render="});pD("Browser");const cl={apiKey:"AIzaSyA8NdosgijoZoOSTHoRY4XA5WH-58OF3Yk",authDomain:"botschat-130ff.firebaseapp.com",projectId:"botschat-130ff",messagingSenderId:"670756745871",appId:"1:670756745871:web:f3abae021c9520296276fa"};let Cs=null,lu=null;function Ku(){return!!(cl.apiKey&&cl.authDomain&&cl.projectId)}function xD(){return Cs||(Ku()?(Cs=Yp(cl),Cs):null)}function sm(){if(!lu){if(!Ku())throw new Error("Firebase is not configured. Set VITE_FIREBASE_* env vars.");Cs=Yp(cl),lu=yD(Cs),sn.isNativePlatform()&&s4(lu,hp).catch(()=>{})}return lu}let Iu=!1;function uS(e,t,r){return new Promise((a,o)=>{const c=setTimeout(()=>o(new Error(`${r} timed out after ${t}ms`)),t);e.then(u=>{clearTimeout(c),a(u)},u=>{clearTimeout(c),o(u)})})}async function ED(){if(!sn.isNativePlatform()||Iu)return;const{SocialLogin:e}=await sr(async()=>{const{SocialLogin:o}=await import("./index-Dk33VSnY.js");return{SocialLogin:o}},[]),t="670756745871-ct1k370fk3h5oj3f3gdabqv1nq2b7r54.apps.googleusercontent.com",r="670756745871-1anrnjukhhu0a550j86blm771a2k3jou.apps.googleusercontent.com",a=sn.getPlatform();console.log("[NativeGoogleSignIn] initialize: platform =",a,"iOSClientId =",(t==null?void 0:t.substring(0,20))+"...","webClientId =",(r==null?void 0:r.substring(0,20))+"..."),await uS(e.initialize({google:{webClientId:r,iOSClientId:t,iOSServerClientId:r}}),1e4,"SocialLogin.initialize"),Iu=!0,console.log("[NativeGoogleSignIn] initialized OK")}async function SD(){var o;console.log("[NativeGoogleSignIn] Step 1: ensureNativeGoogleInit"),await ED(),console.log("[NativeGoogleSignIn] Step 2: calling SocialLogin.login()");const{SocialLogin:e}=await sr(async()=>{const{SocialLogin:c}=await import("./index-Dk33VSnY.js");return{SocialLogin:c}},[]),t=await e.login({provider:"google",options:{scopes:["email","profile"]}});console.log("[NativeGoogleSignIn] Step 3: SocialLogin.login() returned, responseType =",(o=t==null?void 0:t.result)==null?void 0:o.responseType);const r=t.result;if(r.responseType!=="online")throw new Error(`Google Sign-In returned '${r.responseType}' response; expected 'online'. Full result: ${JSON.stringify(t)}`);const a=r.idToken;if(console.log("[NativeGoogleSignIn] Step 4: idToken present =",!!a,", length =",(a==null?void 0:a.length)??0),!a)throw new Error("Google Sign-In did not return an idToken. Ensure Web Client ID (iOSServerClientId) is correct.");return console.log("[NativeGoogleSignIn] Step 5: Skipping Firebase client, sending Google ID token directly to backend"),{idToken:a,email:r.profile.email??"",displayName:r.profile.name??null,photoURL:r.profile.imageUrl??null,provider:"google"}}async function dS(){if(sn.isNativePlatform())return SD();const e=sm(),t=new Qr;t.addScope("email"),t.addScope("profile");const r=await am(e,t);return{idToken:await r.user.getIdToken(),email:r.user.email??"",displayName:r.user.displayName,photoURL:r.user.photoURL,provider:"google"}}async function fS(){const e=sm(),t=new ei;t.addScope("user:email");const r=await am(e,t);return{idToken:await r.user.getIdToken(),email:r.user.email??"",displayName:r.user.displayName,photoURL:r.user.photoURL,provider:"github"}}async function _D(){var o,c,u;console.log("[NativeAppleSignIn] Step 1: initializing");const{SocialLogin:e}=await sr(async()=>{const{SocialLogin:f}=await import("./index-Dk33VSnY.js");return{SocialLogin:f}},[]);Iu||(await uS(e.initialize({apple:{}}),1e4,"SocialLogin.initialize(apple)"),Iu=!0),console.log("[NativeAppleSignIn] Step 2: calling SocialLogin.login()");const t=await e.login({provider:"apple",options:{scopes:["email","name"]}});console.log("[NativeAppleSignIn] Step 3: SocialLogin.login() returned",JSON.stringify(t).substring(0,200));const r=t.result,a=r.idToken;if(!a)throw new Error("Apple Sign-In did not return an idToken");return console.log("[NativeAppleSignIn] Step 4: Skipping Firebase client, sending Apple ID token directly to backend"),{idToken:a,email:((o=r.profile)==null?void 0:o.email)??r.email??"",displayName:((c=r.profile)==null?void 0:c.name)??((u=r.fullName)==null?void 0:u.givenName)??null,photoURL:null,provider:"apple"}}async function hS(){if(sn.isNativePlatform())return _D();const e=sm(),t=new ll("apple.com");t.addScope("email"),t.addScope("name");const r=await am(e,t);return{idToken:await r.user.getIdToken(),email:r.user.email??"",displayName:r.user.displayName,photoURL:r.user.photoURL,provider:"apple"}}const wD=Object.freeze(Object.defineProperty({__proto__:null,ensureFirebaseApp:xD,isFirebaseConfigured:Ku,signInWithApple:hS,signInWithGitHub:fS,signInWithGoogle:dS},Symbol.toStringTag,{value:"Module"}));function kD(){return d.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 48 48",style:{flexShrink:0},children:[d.jsx("path",{fill:"#EA4335",d:"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"}),d.jsx("path",{fill:"#4285F4",d:"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"}),d.jsx("path",{fill:"#FBBC05",d:"M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"}),d.jsx("path",{fill:"#34A853",d:"M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"})]})}function TD(){return d.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"currentColor",style:{flexShrink:0},children:d.jsx("path",{d:"M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"})})}function ND(){return d.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"currentColor",style:{flexShrink:0},children:d.jsx("path",{d:"M17.05 20.28c-.98.95-2.05.88-3.08.4-1.09-.5-2.08-.48-3.24 0-1.44.62-2.2.44-3.06-.4C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z"})})}function CD(){const e=ci(),[t,r]=R.useState(!1),[a,o]=R.useState(""),[c,u]=R.useState(""),[f,p]=R.useState(""),[m,b]=R.useState(""),[y,v]=R.useState(!1),[x,S]=R.useState(null),[_,A]=R.useState(null),T=Ku(),D=y||!!x;R.useEffect(()=>{$h.config().then(A).catch(()=>{A({emailEnabled:!0,googleEnabled:T,githubEnabled:T,appleEnabled:T})})},[T]);const k=!1,C=_!==null,j=C&&(T||k),I=V=>{ii(V.token),V.refreshToken&&ka(V.refreshToken),e({type:"SET_USER",user:{id:V.id,email:V.email,displayName:V.displayName}})},$=async V=>{b(""),S(V);const P=setTimeout(()=>{S(null)},V==="apple"?12e4:3e4);try{Z.info("Auth",`Starting ${V} sign-in`);const F=V==="google"?dS:V==="github"?fS:hS,{idToken:q}=await F();Z.info("Auth",`Got Firebase ID token from ${V}, verifying with backend`);const ce=await $h.firebase(q);Z.info("Auth",`${V} sign-in success — user ${ce.id} (${ce.email})`),I(ce)}catch(F){if(F instanceof Error&&(F.message.includes("popup-closed-by-user")||F.message.includes("cancelled")))Z.info("Auth",`${V} sign-in cancelled by user`);else{const q=F instanceof Error?F.message:`${V} sign-in failed`;Z.error("Auth",`${V} sign-in failed: ${q}`),b(q)}}finally{clearTimeout(P),S(null)}};return d.jsx("div",{className:"min-h-screen flex items-center justify-center",style:{background:"var(--bg-secondary)"},children:d.jsxs("div",{className:"w-full max-w-md",children:[d.jsxs("div",{className:"text-center mb-8",children:[d.jsx("img",{src:"/botschat-logo.png",alt:"BotsChat",className:"inline-block w-16 h-16 mb-4"}),d.jsx("h1",{className:"text-3xl font-bold",style:{color:"var(--text-primary)"},children:"BotsChat"}),d.jsx("p",{className:"mt-2",style:{color:"var(--text-secondary)"},children:"Multi-channel AI chat powered by OpenClaw"})]}),d.jsxs("div",{className:"rounded-md p-8",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},children:[d.jsx("h2",{className:"text-h1 mb-6",style:{color:"var(--text-primary)"},children:"Sign in"}),!C&&d.jsx("div",{className:"py-8 text-center",style:{color:"var(--text-muted)"},children:d.jsx("span",{className:"text-body",children:"Loading sign-in options…"})}),C&&!j&&d.jsx("div",{className:"py-4 text-caption",style:{color:"var(--text-secondary)"},children:"Sign-in is not configured. Please contact support."}),C&&T&&d.jsxs(d.Fragment,{children:[d.jsxs("div",{className:"space-y-3",children:[d.jsx("button",{type:"button",onClick:()=>$("apple"),disabled:D,className:"w-full flex items-center justify-center gap-3 py-2.5 px-4 font-medium text-body rounded-sm disabled:opacity-50 transition-colors hover:brightness-95",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},children:x==="apple"?d.jsx("span",{children:"Signing in..."}):d.jsxs(d.Fragment,{children:[d.jsx(ND,{}),d.jsx("span",{children:"Continue with Apple"})]})}),d.jsx("button",{type:"button",onClick:()=>$("google"),disabled:D,className:"w-full flex items-center justify-center gap-3 py-2.5 px-4 font-medium text-body rounded-sm disabled:opacity-50 transition-colors hover:brightness-95",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},children:x==="google"?d.jsx("span",{children:"Signing in..."}):d.jsxs(d.Fragment,{children:[d.jsx(kD,{}),d.jsx("span",{children:"Continue with Google"})]})}),d.jsx("button",{type:"button",onClick:()=>$("github"),disabled:D,className:"w-full flex items-center justify-center gap-3 py-2.5 px-4 font-medium text-body rounded-sm disabled:opacity-50 transition-colors hover:brightness-95",style:{background:"var(--bg-surface)",color:"var(--text-primary)",border:"1px solid var(--border)"},children:x==="github"?d.jsx("span",{children:"Signing in..."}):d.jsxs(d.Fragment,{children:[d.jsx(TD,{}),d.jsx("span",{children:"Continue with GitHub"})]})})]}),C&&k]}),m&&d.jsx("div",{className:"text-caption px-3 py-2 rounded-sm mt-4",style:{background:"rgba(224,30,90,0.1)",color:"var(--accent-red)"},children:m}),C&&k,d.jsxs("div",{className:"mt-6 text-center",children:[d.jsx("a",{href:"https://botschat.app/privacy.html",target:"_blank",rel:"noopener noreferrer",className:"text-tiny hover:underline",style:{color:"var(--text-muted)"},children:"Privacy Policy"}),d.jsx("span",{className:"mx-2 text-tiny",style:{color:"var(--text-muted)"},children:"·"}),d.jsx("a",{href:"https://botschat.app/terms.html",target:"_blank",rel:"noopener noreferrer",className:"text-tiny hover:underline",style:{color:"var(--text-muted)"},children:"Terms of Service"})]})]})]})})}function AD({onAccept:e}){const[t,r]=R.useState(!1),[a,o]=R.useState(!1);R.useEffect(()=>{const f=setTimeout(()=>o(!0),3e3);return()=>clearTimeout(f)},[]);const c=t||a,u=f=>{const p=f.currentTarget;p.scrollHeight-p.scrollTop-p.clientHeight<20&&r(!0)};return d.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-50 p-4",style:{background:"var(--bg-secondary)"},children:d.jsxs("div",{className:"w-full max-w-lg flex flex-col rounded-md",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)",maxHeight:"90vh"},children:[d.jsxs("div",{className:"px-6 pt-6 pb-4 shrink-0",children:[d.jsxs("div",{className:"flex items-center gap-3 mb-1",children:[d.jsx("svg",{className:"w-6 h-6 shrink-0",viewBox:"0 0 24 24",fill:"none",stroke:"var(--bg-active)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:d.jsx("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"})}),d.jsx("h1",{className:"text-h1 font-bold",style:{color:"var(--text-primary)"},children:"How Your Data Works in BotsChat"})]}),d.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Please review before continuing"})]}),d.jsx("div",{className:"flex-1 min-h-0 overflow-y-auto px-6",onScroll:u,children:d.jsxs("div",{className:"space-y-5 pb-2",children:[d.jsx(Yo,{icon:d.jsx("svg",{className:"w-5 h-5",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:d.jsx("path",{d:"M22 12h-4l-3 9L9 3l-3 9H2"})}),title:"Message Relay",children:"BotsChat acts as a WebSocket relay between your browser and your own OpenClaw AI gateway. Messages you send are transmitted through BotsChat Cloud to reach your gateway."}),d.jsx(Yo,{icon:d.jsxs("svg",{className:"w-5 h-5",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),d.jsx("path",{d:"M7 11V7a5 5 0 0110 0v4"})]}),title:"End-to-End Encryption",children:"When E2E encryption is enabled, the server only stores ciphertext it cannot read. Your encryption key never leaves your device."}),d.jsx(Yo,{icon:d.jsxs("svg",{className:"w-5 h-5",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),d.jsx("rect",{x:"9",y:"9",width:"6",height:"6"}),d.jsx("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),d.jsx("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),d.jsx("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),d.jsx("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),d.jsx("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),d.jsx("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),d.jsx("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),d.jsx("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]}),title:"AI Processing",children:"AI processing happens on your OpenClaw gateway using AI services you configure (such as OpenAI, Anthropic, Google, Azure, etc.). BotsChat does not choose or control which AI service processes your data."}),d.jsx(Yo,{icon:d.jsx("svg",{className:"w-5 h-5",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:d.jsx("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 11-7.778 7.778 5.5 5.5 0 017.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"})}),title:"Your API Keys",children:"Your API keys are stored on your OpenClaw gateway machine and never pass through BotsChat Cloud."}),d.jsx(Yo,{icon:d.jsxs("svg",{className:"w-5 h-5",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("circle",{cx:"12",cy:"12",r:"10"}),d.jsx("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),d.jsx("path",{d:"M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z"})]}),title:"Third-Party Services",children:"BotsChat Cloud uses Cloudflare for hosting, database, and media storage. Authentication is provided by Google and GitHub OAuth. No data is sold or shared with advertisers."}),d.jsxs("div",{className:"rounded-md p-4",style:{background:"var(--bg-secondary)",border:"1px solid var(--border)"},children:[d.jsx("h3",{className:"text-body font-bold mb-3",style:{color:"var(--text-primary)"},children:"What You Agree To"}),d.jsxs("ul",{className:"space-y-2",children:[d.jsx(cu,{children:"Messages sent through BotsChat may be processed by third-party AI services configured in your OpenClaw gateway"}),d.jsx(cu,{children:"Your chat data is stored on Cloudflare infrastructure"}),d.jsx(cu,{children:"You can enable E2E encryption for additional privacy"}),d.jsx(cu,{children:"You can delete your account and all data at any time"})]})]})]})}),d.jsxs("div",{className:"px-6 py-4 shrink-0",style:{borderTop:"1px solid var(--border)"},children:[d.jsx("button",{onClick:e,disabled:!c,className:"w-full py-2.5 font-bold text-body text-white rounded-sm transition-all",style:{background:c?"var(--bg-active)":"var(--bg-hover, #3a3d41)",cursor:c?"pointer":"not-allowed",opacity:c?1:.5},children:"I Understand & Accept"}),d.jsxs("div",{className:"flex items-center justify-center gap-2 mt-3",children:[d.jsx("a",{href:"https://botschat.app/privacy.html",target:"_blank",rel:"noopener noreferrer",className:"text-tiny hover:underline",style:{color:"var(--text-muted)"},children:"Privacy Policy"}),d.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"·"}),d.jsx("a",{href:"https://botschat.app/terms.html",target:"_blank",rel:"noopener noreferrer",className:"text-tiny hover:underline",style:{color:"var(--text-muted)"},children:"Terms of Service"})]})]})]})})}function Yo({icon:e,title:t,children:r}){return d.jsxs("div",{className:"flex gap-3",children:[d.jsx("div",{className:"shrink-0 w-8 h-8 rounded-md flex items-center justify-center mt-0.5",style:{background:"var(--bg-secondary)",color:"var(--text-secondary)"},children:e}),d.jsxs("div",{className:"min-w-0",children:[d.jsx("h3",{className:"text-body font-bold mb-1",style:{color:"var(--text-primary)"},children:t}),d.jsx("p",{className:"text-caption",style:{color:"var(--text-secondary)",lineHeight:1.6},children:r})]})]})}function cu({children:e}){return d.jsxs("li",{className:"flex gap-2 text-caption",style:{color:"var(--text-secondary)"},children:[d.jsx("svg",{className:"w-4 h-4 shrink-0 mt-0.5",viewBox:"0 0 20 20",fill:"var(--bg-active)",children:d.jsx("path",{fillRule:"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",clipRule:"evenodd"})}),d.jsx("span",{style:{lineHeight:1.5},children:e})]})}function OD({text:e}){const[t,r]=R.useState(!1),a=async()=>{try{await navigator.clipboard.writeText(e),r(!0),setTimeout(()=>r(!1),2e3)}catch{const o=document.createElement("textarea");o.value=e,document.body.appendChild(o),o.select(),document.execCommand("copy"),document.body.removeChild(o),r(!0),setTimeout(()=>r(!1),2e3)}};return d.jsx("button",{onClick:a,className:"shrink-0 px-2.5 py-1 text-tiny font-medium rounded-sm transition-colors",style:{background:t?"var(--accent-green)":"var(--bg-hover)",color:t?"#fff":"var(--text-secondary)"},children:t?"Copied!":"Copy"})}function uu({code:e,multiline:t}){return d.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2.5",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[d.jsx("pre",{className:"flex-1 text-caption font-mono overflow-x-auto whitespace-pre-wrap break-all",style:{color:"var(--text-primary)"},children:e}),d.jsx(OD,{text:e})]})}function MD({color:e}){return d.jsxs("span",{className:"relative flex h-3 w-3",children:[d.jsx("span",{className:"animate-ping absolute inline-flex h-full w-full rounded-full opacity-75",style:{backgroundColor:e}}),d.jsx("span",{className:"relative inline-flex rounded-full h-3 w-3",style:{backgroundColor:e}})]})}function RD({onSkip:e}){const t=or(),[r,a]=R.useState(null),[o,c]=R.useState(!0),[u,f]=R.useState(""),[p,m]=R.useState(""),[b,y]=R.useState(!0),[v,x]=R.useState(!1),[S,_]=R.useState(""),[A,T]=R.useState(!1),[D,k]=R.useState(!1),[C,j]=R.useState(typeof window<"u"?window.location.origin:"https://console.botschat.app"),[I,$]=R.useState(!1),[V,te]=R.useState(),[P,F]=R.useState(!1);R.useEffect(()=>{let U=!1;async function ee(){try{const se=await A1.cloudUrl();if(U)return;j(se.cloudUrl),$(se.isLoopback),te(se.hint)}catch(se){Z.warn("Onboarding",`Failed to fetch cloudUrl, using origin: ${se}`);const be=window.location.hostname,M=be==="localhost"||be.startsWith("127.");$(M),M&&te("This URL (localhost) only works on this machine. If your OpenClaw is on a different host, replace with its LAN IP.")}}return ee(),()=>{U=!0}},[]),R.useEffect(()=>{let U=!1;async function ee(){c(!0);try{const{token:se}=await Wo.create("Default");U||a(se)}catch(se){Z.error("Onboarding",`Failed to create pairing token: ${se}`)}finally{U||c(!1)}}return ee(),()=>{U=!0}},[]);const q=u.length>=6&&u===p,ce=async()=>{var U;if(q){if(!((U=t.user)!=null&&U.id)){_("User not loaded yet. Please wait.");return}T(!0),_("");try{await tt.setPassword(u,t.user.id,b),x(!0)}catch{_("Failed to derive encryption key. Please try again.")}finally{T(!1)}}},ie=r?`openclaw plugins install @botschat/botschat && \\
|
|
1498
|
+
openclaw config set channels.botschat.cloudUrl ${C} && \\
|
|
1499
|
+
openclaw config set channels.botschat.pairingToken ${r} && \\
|
|
1500
|
+
openclaw config set channels.botschat.e2ePassword "${u}" && \\
|
|
1501
|
+
openclaw config set channels.botschat.enabled true && \\
|
|
1502
|
+
openclaw gateway restart`:"Loading...",K=t.openclawConnected;return d.jsx("div",{className:"min-h-screen flex items-center justify-center p-4",style:{background:"var(--bg-secondary)"},children:d.jsxs("div",{className:"w-full max-w-xl",children:[d.jsxs("div",{className:"text-center mb-8",children:[d.jsx("div",{className:"inline-flex items-center justify-center w-16 h-16 rounded-xl text-white text-2xl font-bold mb-4",style:{background:"#1264A3"},children:"BC"}),d.jsx("h1",{className:"text-3xl font-bold",style:{color:"var(--text-primary)"},children:"Welcome to BotsChat!"}),d.jsx("p",{className:"mt-2",style:{color:"var(--text-secondary)"},children:"Connect your OpenClaw agent to start chatting."})]}),d.jsx("div",{className:"rounded-md p-8",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},children:K?d.jsxs("div",{className:"text-center py-6",children:[d.jsx("div",{className:"inline-flex items-center justify-center w-16 h-16 rounded-full mb-4",style:{background:"rgba(43, 172, 118, 0.15)"},children:d.jsx("svg",{className:"w-8 h-8",fill:"none",viewBox:"0 0 24 24",stroke:"var(--accent-green)",strokeWidth:2.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),d.jsx("h2",{className:"text-h1 font-bold mb-2",style:{color:"var(--text-primary)"},children:"OpenClaw Connected!"}),d.jsx("p",{className:"text-body mb-6",style:{color:"var(--text-secondary)"},children:"Your agent is ready. Start chatting now."}),d.jsx("button",{onClick:e,className:"px-6 py-2.5 font-bold text-body text-white rounded-sm transition-colors hover:brightness-110",style:{background:"var(--bg-active)"},children:"Start Chatting"})]}):d.jsxs(d.Fragment,{children:[d.jsxs("div",{className:"flex items-center gap-3 rounded-md px-4 py-3 mb-6",style:{background:"rgba(232, 162, 48, 0.1)",border:"1px solid rgba(232, 162, 48, 0.3)"},children:[d.jsx(MD,{color:"var(--accent-yellow)"}),d.jsx("span",{className:"text-caption font-medium",style:{color:"var(--accent-yellow)"},children:"Waiting for OpenClaw connection..."})]}),d.jsxs("div",{className:"mb-6",children:[d.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[d.jsx("span",{className:"inline-flex items-center justify-center w-6 h-6 rounded-full text-tiny font-bold text-white",style:{background:v?"var(--accent-green)":"var(--bg-active)"},children:v?d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})}):"1"}),d.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Set your E2E encryption password"})]}),v?d.jsx("p",{className:"text-caption ml-8",style:{color:"var(--accent-green)"},children:"E2E encryption is active. Your encryption key has been derived."}):d.jsxs("div",{className:"ml-8",children:[d.jsxs("p",{className:"text-caption mb-3",style:{color:"var(--text-secondary)"},children:["Your messages, prompts, and task results will be ",d.jsx("strong",{children:"encrypted on this device"})," before they leave — the server only stores ciphertext it cannot read."]}),d.jsx("div",{className:"mb-3 rounded-md overflow-hidden",style:{border:"1px solid var(--border)"},children:d.jsx("img",{src:"/architecture.png",alt:"BotsChat E2E Encryption Architecture",className:"w-full",style:{display:"block"}})}),d.jsxs("p",{className:"text-caption mb-4",style:{color:"var(--text-muted)"},children:["Encryption keys are derived locally and never sent to the server."," ",d.jsx("a",{href:"https://botschat.app/#features",target:"_blank",rel:"noopener noreferrer",className:"underline",style:{color:"var(--text-link)"},children:"Learn more"})]}),d.jsxs("div",{className:"space-y-2.5",children:[d.jsxs("div",{className:"relative",children:[d.jsx("input",{type:D?"text":"password",value:u,onChange:U=>f(U.target.value),placeholder:"E2E encryption password (min 6 chars)",className:"w-full px-3 py-2 pr-10 rounded-sm text-caption",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"}}),d.jsx("button",{type:"button",onClick:()=>k(!D),className:"absolute right-2 top-1/2 -translate-y-1/2 p-1",style:{color:"var(--text-muted)"},tabIndex:-1,children:D?d.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94"}),d.jsx("path",{d:"M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19"}),d.jsx("path",{d:"M14.12 14.12a3 3 0 1 1-4.24-4.24"}),d.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}):d.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),d.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]}),d.jsxs("div",{className:"relative",children:[d.jsx("input",{type:D?"text":"password",value:p,onChange:U=>m(U.target.value),placeholder:"Confirm password",className:"w-full px-3 py-2 pr-10 rounded-sm text-caption",style:{background:"var(--code-bg)",border:`1px solid ${p&&u!==p?"var(--accent-red, #e53e3e)":"var(--border)"}`,color:"var(--text-primary)",outline:"none"}}),d.jsx("button",{type:"button",onClick:()=>k(!D),className:"absolute right-2 top-1/2 -translate-y-1/2 p-1",style:{color:"var(--text-muted)"},tabIndex:-1,children:D?d.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94"}),d.jsx("path",{d:"M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19"}),d.jsx("path",{d:"M14.12 14.12a3 3 0 1 1-4.24-4.24"}),d.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}):d.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),d.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]}),p&&u!==p&&d.jsx("p",{className:"text-caption",style:{color:"var(--accent-red, #e53e3e)"},children:"Passwords do not match."}),d.jsxs("label",{className:"flex items-center gap-2 text-caption",style:{color:"var(--text-secondary)"},children:[d.jsx("input",{type:"checkbox",checked:b,onChange:U=>y(U.target.checked)}),"Remember on this device"]}),S&&d.jsx("p",{className:"text-caption",style:{color:"var(--accent-red, #e53e3e)"},children:S}),d.jsx("button",{onClick:ce,disabled:!q||A,className:"w-full py-2 font-bold text-caption text-white rounded-sm transition-colors",style:{background:q&&!A?"var(--bg-active)":"var(--bg-hover)",cursor:q&&!A?"pointer":"not-allowed",opacity:q&&!A?1:.5},children:A?"Deriving key...":"Set E2E Password & Continue"})]})]})]}),d.jsxs("div",{className:"mb-6",style:{opacity:v?1:.4,pointerEvents:v?"auto":"none"},children:[d.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[d.jsx("span",{className:"inline-flex items-center justify-center w-6 h-6 rounded-full text-tiny font-bold text-white",style:{background:"var(--bg-active)"},children:"2"}),d.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Run this command on your OpenClaw machine"})]}),d.jsx("p",{className:"text-caption mb-3 ml-8",style:{color:"var(--text-secondary)"},children:"This installs the BotsChat plugin, configures the connection, and restarts the gateway."}),I&&d.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2.5 mb-3 ml-8 text-caption",style:{background:"rgba(232, 162, 48, 0.1)",border:"1px solid rgba(232, 162, 48, 0.25)",color:"var(--accent-yellow)"},children:[d.jsx("svg",{className:"w-4 h-4 mt-0.5 shrink-0",viewBox:"0 0 20 20",fill:"currentColor",children:d.jsx("path",{fillRule:"evenodd",d:"M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.168 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})}),d.jsxs("span",{children:[V||"localhost URL may not be reachable from other machines."," ",d.jsx("button",{onClick:()=>F(!0),className:"underline font-medium hover:brightness-110",style:{color:"var(--text-link)"},children:"Change URL"})]})]}),P&&d.jsxs("div",{className:"flex items-center gap-2 mb-3 ml-8",children:[d.jsx("label",{className:"text-caption font-bold shrink-0",style:{color:"var(--text-secondary)"},children:"Cloud URL:"}),d.jsx("input",{type:"text",value:C,onChange:U=>{j(U.target.value.replace(/\/+$/,"")),$(!1)},className:"flex-1 px-2.5 py-1.5 rounded-sm text-caption font-mono",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"},placeholder:"http://192.168.x.x:8787",autoFocus:!0}),d.jsx("button",{onClick:()=>F(!1),className:"px-2.5 py-1 text-tiny font-medium rounded-sm",style:{background:"var(--bg-active)",color:"#fff"},children:"Done"})]}),d.jsx("div",{className:"ml-8",children:o?d.jsx("div",{className:"rounded-md px-3 py-2.5 animate-pulse",style:{background:"var(--code-bg)",height:"80px"}}):d.jsx(uu,{code:ie,multiline:!0})})]}),d.jsxs("div",{className:"mb-6",style:{opacity:v?1:.4,pointerEvents:v?"auto":"none"},children:[d.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[d.jsx("span",{className:"inline-flex items-center justify-center w-6 h-6 rounded-full text-tiny font-bold text-white",style:{background:"var(--bg-active)"},children:"3"}),d.jsx("h3",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:"Verify connection"})]}),d.jsx("p",{className:"text-caption ml-8",style:{color:"var(--text-secondary)"},children:'Check the gateway logs — you should see "Authenticated with BotsChat cloud":'}),d.jsx("div",{className:"ml-8 mt-2",children:d.jsx(uu,{code:"openclaw gateway logs"})})]}),d.jsxs("details",{className:"mb-4",children:[d.jsx("summary",{className:"text-caption font-medium cursor-pointer select-none",style:{color:"var(--text-link)"},children:"Or configure manually"}),d.jsxs("div",{className:"mt-3 space-y-3 ml-1",children:[d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Your Pairing Token"}),r?d.jsx(uu,{code:r}):d.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:"Loading..."})]}),d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"Cloud URL"}),d.jsx(uu,{code:C})]})]})]}),d.jsx("div",{className:"text-center pt-2",children:d.jsx("button",{onClick:e,className:"text-caption hover:underline",style:{color:"var(--text-muted)"},children:"Skip for now"})})]})})]})})}function pS({text:e}){const[t,r]=R.useState(!1),a=async()=>{try{await navigator.clipboard.writeText(e),r(!0),setTimeout(()=>r(!1),2e3)}catch{const o=document.createElement("textarea");o.value=e,document.body.appendChild(o),o.select(),document.execCommand("copy"),document.body.removeChild(o),r(!0),setTimeout(()=>r(!1),2e3)}};return d.jsx("button",{onClick:a,className:"shrink-0 px-2.5 py-1 text-tiny font-medium rounded-sm transition-colors",style:{background:t?"var(--accent-green)":"var(--bg-hover)",color:t?"#fff":"var(--text-secondary)"},children:t?"Copied!":"Copy"})}function ID({code:e}){return d.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2.5",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[d.jsx("pre",{className:"flex-1 text-caption font-mono overflow-x-auto whitespace-pre-wrap break-all",style:{color:"var(--text-primary)"},children:e}),d.jsx(pS,{text:e})]})}function DD(e){const r=Date.now()/1e3-e;return r<60?"Just now":r<3600?`${Math.floor(r/60)}m ago`:r<86400?`${Math.floor(r/3600)}h ago`:r<604800?`${Math.floor(r/86400)}d ago`:new Date(e*1e3).toLocaleDateString()}function mS(){const e=or(),[t,r]=R.useState([]),[a,o]=R.useState(!0),[c,u]=R.useState(typeof window<"u"?window.location.origin:"https://console.botschat.app"),[f,p]=R.useState(!1),[m,b]=R.useState(),[y,v]=R.useState(!1),[x,S]=R.useState(!1),[_,A]=R.useState(""),[T,D]=R.useState(!1),[k,C]=R.useState(null);R.useEffect(()=>{let F=!1;return A1.cloudUrl().then(q=>{F||(u(q.cloudUrl),p(q.isLoopback),b(q.hint))}).catch(q=>{Z.warn("ConnectionSettings",`Failed to fetch cloudUrl: ${q}`);const ce=window.location.hostname,ie=ce==="localhost"||ce.startsWith("127.");p(ie),ie&&b("This URL (localhost) only works on this machine. If your OpenClaw is on a different host, replace with its LAN IP.")}),()=>{F=!0}},[]),R.useEffect(()=>{let F=!1;return o(!0),Wo.list().then(({tokens:q})=>{F||r(q)}).catch(q=>{Z.error("ConnectionSettings",`Failed to list tokens: ${q}`)}).finally(()=>{F||o(!1)}),()=>{F=!0}},[]);const j=R.useCallback(async()=>{D(!0);try{const F=await Wo.create(_.trim()||void 0);C({id:F.id,token:F.token});const{tokens:q}=await Wo.list();r(q),A(""),S(!1)}catch(F){Z.error("ConnectionSettings",`Failed to create token: ${F}`)}finally{D(!1)}},[_]),I=R.useCallback(async F=>{try{await Wo.delete(F),r(q=>q.filter(ce=>ce.id!==F)),(k==null?void 0:k.id)===F&&C(null)}catch(q){Z.error("ConnectionSettings",`Failed to revoke token: ${q}`)}},[k]),$=(k==null?void 0:k.token)??null,V=tt.getPassword(),te=$?`openclaw plugins install @botschat/botschat && \\
|
|
1503
|
+
openclaw config set channels.botschat.cloudUrl ${c} && \\
|
|
1504
|
+
openclaw config set channels.botschat.pairingToken ${$} && \\${V?`
|
|
1505
|
+
openclaw config set channels.botschat.e2ePassword "${V}" && \\`:""}
|
|
1506
|
+
openclaw config set channels.botschat.enabled true && \\
|
|
1507
|
+
openclaw gateway restart`:null,P=e.openclawConnected;return d.jsxs("div",{className:"space-y-5",children:[d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"OpenClaw Status"}),d.jsxs("div",{className:"flex items-center gap-3 rounded-md px-4 py-3",style:{background:P?"rgba(43, 172, 118, 0.1)":"rgba(232, 162, 48, 0.1)",border:`1px solid ${P?"rgba(43, 172, 118, 0.3)":"rgba(232, 162, 48, 0.3)"}`},children:[d.jsx("span",{className:"w-2.5 h-2.5 rounded-full shrink-0",style:{background:P?"var(--accent-green)":"var(--accent-yellow)"}}),d.jsx("span",{className:"text-caption font-medium",style:{color:P?"var(--accent-green)":"var(--accent-yellow)"},children:P?"Connected to OpenClaw":"Not connected"})]})]}),d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Setup Command"}),d.jsx("p",{className:"text-tiny mb-2",style:{color:"var(--text-muted)"},children:"Run this on your OpenClaw machine to install and connect the plugin."}),f&&d.jsxs("div",{className:"flex items-start gap-2 rounded-md px-3 py-2 mb-2 text-tiny",style:{background:"rgba(232, 162, 48, 0.1)",border:"1px solid rgba(232, 162, 48, 0.25)",color:"var(--accent-yellow)"},children:[d.jsx("svg",{className:"w-3.5 h-3.5 mt-0.5 shrink-0",viewBox:"0 0 20 20",fill:"currentColor",children:d.jsx("path",{fillRule:"evenodd",d:"M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.168 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})}),d.jsxs("span",{children:[m||"localhost URL may not be reachable from other machines."," ",d.jsx("button",{onClick:()=>v(!0),className:"underline font-medium hover:brightness-110",style:{color:"var(--text-link)"},children:"Change URL"})]})]}),y&&d.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[d.jsx("label",{className:"text-tiny font-bold shrink-0",style:{color:"var(--text-secondary)"},children:"Cloud URL:"}),d.jsx("input",{type:"text",value:c,onChange:F=>{u(F.target.value.replace(/\/+$/,"")),p(!1)},className:"flex-1 px-2.5 py-1 rounded-sm text-tiny font-mono",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"},placeholder:"http://192.168.x.x:8787",autoFocus:!0}),d.jsx("button",{onClick:()=>v(!1),className:"px-2.5 py-1 text-tiny font-medium rounded-sm",style:{background:"var(--bg-active)",color:"#fff"},children:"Done"})]}),a?d.jsx("div",{className:"rounded-md px-3 py-2.5 animate-pulse",style:{background:"var(--code-bg)",height:"64px"}}):te?d.jsx(ID,{code:te}):d.jsx("div",{className:"rounded-md px-4 py-3 text-caption",style:{background:"var(--code-bg)",border:"1px solid var(--border)",color:"var(--text-muted)"},children:t.length>0?"Create a new pairing token below to generate the setup command. (Token values are only shown once at creation time.)":"No pairing tokens available. Create one below to generate the setup command."}),!y&&d.jsxs("div",{className:"flex items-center gap-2 mt-2",children:[d.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"Cloud URL:"}),d.jsx("code",{className:"text-tiny font-mono",style:{color:"var(--text-secondary)"},children:c}),d.jsx("button",{onClick:()=>v(!0),className:"text-tiny hover:underline",style:{color:"var(--text-link)"},children:"Edit"})]})]}),d.jsxs("div",{children:[d.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[d.jsx("label",{className:"text-caption font-bold",style:{color:"var(--text-secondary)"},children:"Pairing Tokens"}),d.jsx("button",{onClick:()=>S(!x),className:"text-tiny font-medium hover:underline",style:{color:"var(--text-link)"},children:x?"Cancel":"+ New Token"})]}),x&&d.jsxs("div",{className:"flex items-center gap-2 rounded-md px-3 py-2.5 mb-2",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[d.jsx("input",{type:"text",value:_,onChange:F=>A(F.target.value),placeholder:"Token label (optional)",className:"flex-1 px-2 py-1 rounded-sm text-tiny",style:{background:"var(--bg-surface)",border:"1px solid var(--border)",color:"var(--text-primary)",outline:"none"},onKeyDown:F=>{F.key==="Enter"&&j()},autoFocus:!0}),d.jsx("button",{onClick:j,disabled:T,className:"px-3 py-1 text-tiny font-medium rounded-sm text-white",style:{background:T?"var(--text-muted)":"var(--bg-active)"},children:T?"Creating...":"Create"})]}),k&&d.jsxs("div",{className:"rounded-md px-3 py-2.5 mb-2",style:{background:"rgba(43, 172, 118, 0.08)",border:"1px solid rgba(43, 172, 118, 0.3)"},children:[d.jsxs("div",{className:"flex items-center justify-between mb-1",children:[d.jsx("span",{className:"text-tiny font-bold",style:{color:"var(--accent-green)"},children:"New token created — copy it now (only shown once)"}),d.jsx("button",{onClick:()=>C(null),className:"text-tiny",style:{color:"var(--text-muted)"},children:"Dismiss"})]}),d.jsxs("div",{className:"flex items-center gap-2",children:[d.jsx("code",{className:"flex-1 text-tiny font-mono break-all",style:{color:"var(--text-primary)"},children:k.token}),d.jsx(pS,{text:k.token})]})]}),a?d.jsx("div",{className:"rounded-md px-3 py-4 animate-pulse",style:{background:"var(--code-bg)"}}):t.length===0?d.jsx("p",{className:"text-tiny py-2",style:{color:"var(--text-muted)"},children:"No active pairing tokens. Create one to connect your OpenClaw agent."}):d.jsx("div",{className:"space-y-1",children:t.map(F=>d.jsxs("div",{className:"flex items-center gap-2 rounded-md px-3 py-2",style:{background:"var(--code-bg)",border:"1px solid var(--border)"},children:[d.jsx("code",{className:"text-tiny font-mono shrink-0",style:{color:"var(--text-primary)"},children:F.tokenPreview}),F.label&&d.jsx("span",{className:"text-tiny px-1.5 py-0.5 rounded",style:{background:"var(--bg-hover)",color:"var(--text-secondary)"},children:F.label}),d.jsx("span",{className:"flex-1"}),d.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:F.lastConnectedAt?DD(F.lastConnectedAt):"Never connected"}),d.jsx("button",{onClick:()=>I(F.id),className:"text-tiny font-medium hover:underline shrink-0",style:{color:"var(--accent-red)"},title:"Revoke this token",children:"Revoke"})]},F.id))})]})]})}function gS(){const{user:e}=dl.useContext(xa),[t,r]=R.useState(tt.hasKey()),[a,o]=R.useState(""),[c,u]=R.useState(!1),[f,p]=R.useState(!1),[m,b]=R.useState(null),[y,v]=R.useState(!1);R.useEffect(()=>tt.subscribe(()=>{r(tt.hasKey())}),[]);const x=async()=>{if(!(!a||!e)){p(!0),b(null);try{await tt.setPassword(a,e.id,c),o("")}catch{b("Failed to set password. check logs.")}finally{p(!1)}}},S=()=>{tt.clear()};return d.jsxs("div",{className:"space-y-6",children:[d.jsxs("div",{children:[d.jsx("h3",{className:"text-h3 font-bold mb-2",style:{color:"var(--text-primary)"},children:"End-to-End Encryption"}),d.jsx("p",{className:"text-body",style:{color:"var(--text-muted)"},children:"Your messages and tasks are encrypted before leaving your device. Only your device (with this password) can decrypt them."})]}),d.jsxs("div",{className:"p-4 rounded-md border",style:{borderColor:"var(--border)",background:t?"rgba(0, 255, 0, 0.05)":"rgba(255, 0, 0, 0.05)"},children:[d.jsxs("div",{className:"flex items-center justify-between mb-4",children:[d.jsx("span",{className:"font-bold flex items-center gap-2",style:{color:t?"var(--success)":"var(--error)"},children:t?d.jsxs(d.Fragment,{children:[d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"})}),"Active (Unlocked)"]}):d.jsxs(d.Fragment,{children:[d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 11V7a4 4 0 118 0m-4 8v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2z"})}),"Inactive (Locked)"]})}),t&&d.jsx("button",{onClick:S,className:"text-caption font-bold hover:underline",style:{color:"var(--accent-red, #e53e3e)"},children:"Lock / Clear Key"})]}),!t&&d.jsxs("div",{className:"space-y-4",children:[d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1",style:{color:"var(--text-secondary)"},children:"E2E Password"}),d.jsxs("div",{className:"relative",children:[d.jsx("input",{type:y?"text":"password",value:a,onChange:_=>o(_.target.value),className:"w-full px-3 py-2 pr-10 rounded border",style:{background:"var(--bg-input)",borderColor:"var(--border)",color:"var(--text-primary)"},placeholder:"Enter your encryption password"}),d.jsx("button",{type:"button",onClick:()=>v(!y),className:"absolute right-2 top-1/2 -translate-y-1/2 p-1",style:{color:"var(--text-muted)"},tabIndex:-1,children:y?d.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94"}),d.jsx("path",{d:"M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19"}),d.jsx("path",{d:"M14.12 14.12a3 3 0 1 1-4.24-4.24"}),d.jsx("line",{x1:"1",y1:"1",x2:"23",y2:"23"})]}):d.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[d.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),d.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]})]}),d.jsxs("div",{className:"flex items-center gap-2",children:[d.jsx("input",{type:"checkbox",id:"remember-e2e",checked:c,onChange:_=>u(_.target.checked)}),d.jsx("label",{htmlFor:"remember-e2e",className:"text-caption",style:{color:"var(--text-secondary)"},children:"Remember on this device"})]}),m&&d.jsx("p",{className:"text-caption text-red-500",children:m}),d.jsx("button",{onClick:x,disabled:!a||f,className:"px-4 py-2 rounded font-bold w-full",style:{background:"var(--bg-active, #6366f1)",color:"#fff",opacity:!a||f?.5:1},children:f?"Deriving Key...":"Unlock / Set Password"})]})]}),d.jsxs("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:[d.jsx("p",{className:"font-bold text-red-400 mb-1",children:"Warning:"}),d.jsxs("ul",{className:"list-disc ml-5 space-y-1",children:[d.jsx("li",{children:"If you lose this password, your encrypted history is lost forever."}),d.jsx("li",{children:"We do not store this password on our servers."}),d.jsx("li",{children:"You must use the same password on all devices to access your history."})]})]})]})}function LD(){var y;const e=or(),[t,r]=R.useState(!1),[a,o]=R.useState(""),[c,u]=R.useState(!1),[f,p]=R.useState(null),m=()=>{ii(null),ka(null),localStorage.clear(),window.location.reload()},b=async()=>{if(a==="DELETE"){u(!0),p(null);try{const v=localStorage.getItem("botschat_token"),x=await fetch("/api/auth/account",{method:"DELETE",headers:{Authorization:`Bearer ${v}`}});if(!x.ok){const S=await x.json().catch(()=>({error:x.statusText}));throw new Error(S.error??`HTTP ${x.status}`)}ii(null),ka(null),localStorage.clear(),window.location.reload()}catch(v){p(v instanceof Error?v.message:"Failed to delete account"),u(!1)}}};return d.jsxs("div",{className:"space-y-6",children:[d.jsxs("div",{children:[d.jsx("h3",{className:"text-h3 font-bold mb-2",style:{color:"var(--text-primary)"},children:"Account"}),d.jsx("div",{className:"space-y-1.5",children:d.jsxs("p",{className:"text-body",style:{color:"var(--text-secondary)"},children:[d.jsx("span",{style:{color:"var(--text-muted)"},children:"Email: "}),((y=e.user)==null?void 0:y.email)??"—"]})})]}),d.jsx("div",{children:d.jsx("button",{onClick:m,className:"px-4 py-2 rounded-md text-caption font-bold",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--border)"},children:"Sign Out"})}),d.jsxs("div",{className:"p-4 rounded-md border",style:{borderColor:"var(--accent-red, #e53e3e)",background:"rgba(255, 0, 0, 0.04)"},children:[d.jsx("h4",{className:"text-caption font-bold mb-2",style:{color:"var(--accent-red, #e53e3e)"},children:"Danger Zone"}),d.jsx("p",{className:"text-caption mb-3",style:{color:"var(--text-muted)"},children:"Permanently delete your account and all associated data (messages, channels, automations, media). This action cannot be undone."}),t?d.jsxs("div",{className:"space-y-3",children:[d.jsxs("p",{className:"text-caption font-bold",style:{color:"var(--text-primary)"},children:["Type ",d.jsx("code",{style:{color:"var(--accent-red, #e53e3e)"},children:"DELETE"})," to confirm:"]}),d.jsx("input",{type:"text",value:a,onChange:v=>o(v.target.value),className:"w-full px-3 py-2 rounded border text-body",style:{background:"var(--bg-input, var(--bg-surface))",borderColor:"var(--border)",color:"var(--text-primary)"},placeholder:"DELETE",autoFocus:!0}),f&&d.jsx("p",{className:"text-caption",style:{color:"var(--accent-red, #e53e3e)"},children:f}),d.jsxs("div",{className:"flex gap-2",children:[d.jsx("button",{onClick:b,disabled:a!=="DELETE"||c,className:"px-4 py-2 rounded-md text-caption font-bold",style:{background:"var(--accent-red, #e53e3e)",color:"#fff",opacity:a!=="DELETE"||c?.5:1},children:c?"Deleting...":"Permanently Delete"}),d.jsx("button",{onClick:()=>{r(!1),o(""),p(null)},className:"px-4 py-2 rounded-md text-caption font-bold",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--border)"},children:"Cancel"})]})]}):d.jsx("button",{onClick:()=>r(!0),className:"px-4 py-2 rounded-md text-caption font-bold",style:{background:"var(--accent-red, #e53e3e)",color:"#fff"},children:"Delete Account"})]})]})}const bS={info:"var(--text-muted)",warn:"var(--accent-yellow)",error:"var(--accent-red)","ws-in":"#6BCB77","ws-out":"#4D96FF",api:"#C77DFF"},yS={info:"INF",warn:"WRN",error:"ERR","ws-in":"WS↓","ws-out":"WS↑",api:"API"};function jD(e){const t=new Date(e);return t.toLocaleTimeString("en-US",{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"})+"."+String(t.getMilliseconds()).padStart(3,"0")}const jh="botschat_debug_panel_height",i1=220,zh=80,Bh=600;function zD(){const e=R.useSyncExternalStore(Rk,Ok),[t,r]=R.useState(!1),[a,o]=R.useState("all"),[c,u]=R.useState(new Set),f=R.useRef(null),p=R.useRef(!0),[m,b]=R.useState(()=>{try{const C=localStorage.getItem(jh);if(C){const j=parseInt(C,10);if(j>=zh&&j<=Bh)return j}}catch{}return i1}),y=R.useRef(!1),v=R.useRef(0),x=R.useRef(i1),S=R.useCallback(C=>{C.preventDefault(),C.stopPropagation(),y.current=!0,v.current=C.clientY,x.current=m;const j=$=>{if(!y.current)return;const V=v.current-$.clientY,te=Math.max(zh,Math.min(Bh,x.current+V));b(te)},I=()=>{y.current&&(y.current=!1,document.removeEventListener("mousemove",j),document.removeEventListener("mouseup",I),b($=>{try{localStorage.setItem(jh,String($))}catch{}return $}))};document.addEventListener("mousemove",j),document.addEventListener("mouseup",I)},[m]),_=R.useCallback(C=>{C.stopPropagation();const j=C.touches[0];y.current=!0,v.current=j.clientY,x.current=m;const I=V=>{if(!y.current)return;const te=V.touches[0],P=v.current-te.clientY,F=Math.max(zh,Math.min(Bh,x.current+P));b(F)},$=()=>{y.current&&(y.current=!1,document.removeEventListener("touchmove",I),document.removeEventListener("touchend",$),b(V=>{try{localStorage.setItem(jh,String(V))}catch{}return V}))};document.addEventListener("touchmove",I,{passive:!1}),document.addEventListener("touchend",$)},[m]);R.useEffect(()=>{t&&p.current&&f.current&&(f.current.scrollTop=f.current.scrollHeight)},[e.length,t]);const A=()=>{if(!f.current)return;const{scrollTop:C,scrollHeight:j,clientHeight:I}=f.current;p.current=j-C-I<40},T=C=>{u(j=>{const I=new Set(j);return I.has(C)?I.delete(C):I.add(C),I})},D=a==="all"?e:e.filter(C=>C.level===a),k=e.length;return d.jsxs("div",{style:{flexShrink:0,fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5},children:[t&&d.jsx("div",{onMouseDown:S,onTouchStart:_,className:"resize-handle group",style:{height:6,cursor:"row-resize",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--bg-secondary)",borderTop:"1px solid var(--border)",flexShrink:0},children:d.jsx("div",{className:"resize-handle-line",style:{width:"100%",height:1,background:"var(--border)",transition:"height 150ms, background 150ms"}})}),d.jsxs("div",{onClick:()=>r(!t),style:{display:"flex",alignItems:"center",gap:8,padding:"3px 12px",background:"var(--bg-secondary)",borderTop:t?void 0:"1px solid var(--border)",cursor:"pointer",userSelect:"none"},children:[d.jsx("svg",{width:10,height:10,viewBox:"0 0 10 10",style:{transform:t?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.15s",flexShrink:0},children:d.jsx("path",{d:"M1 7L5 3l4 4",stroke:"var(--text-muted)",strokeWidth:1.5,fill:"none"})}),d.jsx("span",{style:{color:"var(--text-muted)",fontWeight:600,fontSize:11},children:"Debug Log"}),d.jsxs("span",{style:{color:"var(--text-muted)",fontSize:10},children:["(",k,")"]}),t&&d.jsx("div",{style:{display:"flex",gap:2,marginLeft:8},onClick:C=>C.stopPropagation(),children:["all","ws-in","ws-out","api","info","warn","error"].map(C=>d.jsx("button",{onClick:()=>o(C),style:{padding:"1px 6px",borderRadius:3,border:"none",fontSize:10,fontFamily:"var(--font-mono)",cursor:"pointer",background:a===C?"var(--bg-active)":"var(--bg-hover)",color:a===C?"#fff":C==="all"?"var(--text-muted)":bS[C]},children:C==="all"?"ALL":yS[C]},C))}),t&&d.jsx("button",{onClick:C=>{C.stopPropagation(),Mk()},style:{marginLeft:"auto",padding:"1px 8px",borderRadius:3,border:"none",fontSize:10,fontFamily:"var(--font-mono)",cursor:"pointer",background:"var(--bg-hover)",color:"var(--text-muted)"},children:"Clear"})]}),t&&d.jsxs("div",{ref:f,onScroll:A,style:{height:m,overflowY:"auto",overflowX:"hidden",background:"var(--bg-primary)",borderTop:"1px solid var(--border)"},children:[D.length===0&&d.jsx("div",{style:{padding:"16px 12px",color:"var(--text-muted)",textAlign:"center"},children:"No log entries yet."}),D.map(C=>d.jsx(BD,{entry:C,expanded:c.has(C.id),onToggleExpand:()=>T(C.id)},C.id))]})]})}function BD({entry:e,expanded:t,onToggleExpand:r}){const a=bS[e.level],o=yS[e.level];return d.jsxs("div",{style:{padding:"1px 12px",borderBottom:"1px solid var(--border)",wordBreak:"break-all"},onMouseEnter:c=>c.currentTarget.style.background="var(--bg-hover)",onMouseLeave:c=>c.currentTarget.style.background="",children:[d.jsxs("div",{style:{display:"flex",gap:8,alignItems:"flex-start"},children:[d.jsx("span",{style:{color:"var(--text-muted)",flexShrink:0,width:85},children:jD(e.ts)}),d.jsx("span",{style:{color:a,fontWeight:700,flexShrink:0,width:28,textAlign:"center"},children:o}),d.jsxs("span",{style:{color:"var(--text-secondary)",flexShrink:0,minWidth:50},children:["[",e.tag,"]"]}),d.jsx("span",{style:{color:"var(--text-primary)",flex:1},children:e.message}),e.detail&&d.jsx("button",{onClick:r,style:{border:"none",background:"none",cursor:"pointer",color:"var(--text-muted)",fontSize:10,padding:"0 4px",flexShrink:0},children:t?"▼":"▶"})]}),t&&e.detail&&d.jsx("pre",{style:{margin:"2px 0 4px 121px",padding:"4px 8px",background:"var(--code-bg)",borderRadius:3,color:"var(--text-secondary)",fontSize:11,whiteSpace:"pre-wrap",wordBreak:"break-all",maxHeight:200,overflowY:"auto"},children:e.detail})]})}function vS({onNavigate:e}={}){const t=or(),r=ci(),[a,o]=R.useState(!1),[c,u]=R.useState(""),f=m=>{t.activeView!=="automations"&&r({type:"SET_ACTIVE_VIEW",view:"automations"}),r({type:"SELECT_CRON_TASK",taskId:m}),e==null||e()},p=async()=>{var b,y;if(!c.trim())return;let m=((b=t.channels.find(v=>v.name==="Default"))==null?void 0:b.id)??((y=t.channels[0])==null?void 0:y.id);if(!m)try{m=(await ar.create({name:"Default"})).id;const{channels:x}=await ar.list();r({type:"SET_CHANNELS",channels:x})}catch(v){Z.error("Cron",`Failed to create default channel: ${v}`);return}try{const v=await In.create(m,{name:c.trim(),kind:"background"});Z.info("Cron",`Created automation: ${v.name} (${v.id})`);const{tasks:x}=await In.listAll("background");r({type:"SET_CRON_TASKS",cronTasks:x}),r({type:"SELECT_CRON_TASK",taskId:v.id}),o(!1),u(""),e==null||e()}catch(v){Z.error("Cron",`Failed to create automation: ${v}`)}};return d.jsxs("div",{className:"flex flex-col",style:{background:"var(--bg-secondary)"},children:[d.jsxs("div",{className:"w-full flex items-center px-4 py-1.5",children:[d.jsx("button",{className:"flex items-center gap-1 text-tiny uppercase tracking-wider text-[--text-sidebar] hover:text-[--text-sidebar-active] transition-colors",children:"Automations"}),d.jsx("span",{className:"ml-1.5 text-tiny text-[--text-muted]",children:t.cronTasks.length>0&&`${t.cronTasks.length}`}),d.jsx("button",{onClick:()=>o(!a),className:"ml-auto p-0.5 rounded transition-colors text-[--text-sidebar] hover:text-[--text-sidebar-active] hover:bg-[--sidebar-hover]",title:"New automation",children:d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 4.5v15m7.5-7.5h-15"})})})]}),a&&d.jsxs("div",{className:"px-4 py-2 space-y-2",children:[d.jsx("input",{type:"text",placeholder:"Automation name",value:c,onChange:m=>u(m.target.value),onKeyDown:m=>m.key==="Enter"&&!m.nativeEvent.isComposing&&p(),className:"w-full px-2 py-1.5 text-caption text-[--text-sidebar] rounded-sm focus:outline-none placeholder:text-[--text-muted]",style:{background:"var(--sidebar-hover)",border:"1px solid var(--sidebar-border)"},autoFocus:!0}),d.jsxs("div",{className:"flex gap-2",children:[d.jsx("button",{onClick:p,className:"flex-1 px-3 py-1.5 text-caption bg-[--bg-active] text-white rounded-sm font-bold hover:brightness-110",children:"Create"}),d.jsx("button",{onClick:()=>{o(!1),u("")},className:"px-3 py-1.5 text-caption text-[--text-muted] hover:text-[--text-sidebar]",children:"Cancel"})]})]}),d.jsx("div",{className:"flex-1 overflow-y-auto sidebar-scroll",children:t.cronTasks.length===0&&!a?d.jsxs("div",{className:"px-4 py-8 text-center",children:[d.jsx("svg",{className:"w-10 h-10 mx-auto mb-3",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),d.jsx("p",{className:"text-caption text-[--text-muted]",children:"No automations yet."}),d.jsx("p",{className:"text-tiny text-[--text-muted] mt-1",children:"Cron jobs from OpenClaw will appear here automatically."})]}):t.cronTasks.map(m=>{const b=t.selectedCronTaskId===m.id,y=m.enabled;let v="var(--accent-green)";return y||(v="var(--text-muted)"),d.jsxs("button",{onClick:()=>f(m.id),className:"w-full text-left py-2 transition-colors",style:{paddingLeft:b?13:16,paddingRight:16,background:b?"var(--bg-hover)":void 0,borderLeft:b?"3px solid var(--bg-active)":"3px solid transparent",color:b?"var(--text-sidebar-active)":"var(--text-sidebar)"},onMouseEnter:x=>{b||(x.currentTarget.style.background="var(--sidebar-hover)")},onMouseLeave:x=>{b||(x.currentTarget.style.background=b?"var(--bg-hover)":"")},children:[d.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[d.jsx("div",{className:"w-2 h-2 rounded-full flex-shrink-0",style:{background:v}}),d.jsx("span",{className:`text-body truncate ${b?"font-bold":""}`,children:m.name})]}),d.jsxs("div",{className:"flex items-center gap-2 mt-0.5 pl-4",children:[d.jsx("span",{className:"text-tiny truncate",style:{color:"var(--text-muted)"},children:m.schedule??"no schedule"}),!y&&d.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"paused"})]})]},m.id)})})]})}function mp(e){if(!e)return null;const t=e.trim().toLowerCase(),r=t.match(/^every\s+(\d+(?:\.\d+)?)\s*(s|m|h)$/);if(r)return{kind:"every",intervalValue:parseFloat(r[1]),intervalUnit:r[2]};const a=t.match(/^at\s+(\d{1,2}:\d{2})$/);return a?{kind:"at",atTime:a[1].padStart(5,"0")}:null}function UD(e){return e.kind==="every"&&e.intervalValue&&e.intervalUnit?`every ${e.intervalValue}${e.intervalUnit}`:e.kind==="at"&&e.atTime?`at ${e.atTime}`:""}function PD({value:e,onChange:t,onSave:r,onCancel:a,saving:o}){const c=mp(e),[u,f]=R.useState((c==null?void 0:c.kind)??"every"),[p,m]=R.useState((c==null?void 0:c.intervalValue)??1),[b,y]=R.useState((c==null?void 0:c.intervalUnit)??"h"),[v,x]=R.useState((c==null?void 0:c.atTime)??"09:00");R.useEffect(()=>{const C=mp(e);C&&(f(C.kind),C.kind==="every"?(m(C.intervalValue??1),y(C.intervalUnit??"h")):x(C.atTime??"09:00"))},[e]);const S=R.useCallback((C,j,I,$)=>{const V=UD(C==="every"?{kind:"every",intervalValue:j,intervalUnit:I}:{kind:"at",atTime:$});t(V)},[t]),_=C=>{f(C),S(C,p,b,v)},A=C=>{const j=Math.max(1,Math.min(C,999));m(j),S(u,j,b,v)},T=C=>{y(C),S(u,p,C,v)},D=C=>{x(C),S(u,p,b,C)},k=C=>{C.key==="Escape"&&a(),C.key==="Enter"&&(C.preventDefault(),r())};return d.jsxs("div",{className:"flex flex-col gap-2",onKeyDown:k,children:[d.jsxs("div",{className:"flex items-center gap-1",children:[d.jsx(a1,{active:u==="every",onClick:()=>_("every"),label:"Interval",icon:d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182"})})}),d.jsx(a1,{active:u==="at",onClick:()=>_("at"),label:"Daily at",icon:d.jsx("svg",{className:"w-3.5 h-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})})})]}),d.jsxs("div",{className:"flex items-center gap-2",children:[u==="every"?d.jsxs(d.Fragment,{children:[d.jsx("span",{className:"text-caption flex-shrink-0",style:{color:"var(--text-muted)"},children:"Every"}),d.jsx("input",{type:"number",min:1,max:999,value:p,onChange:C=>A(parseInt(C.target.value,10)||1),className:"text-body px-2 py-1 rounded-sm focus:outline-none w-16 text-center",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)"},autoFocus:!0}),d.jsxs("div",{className:"flex items-center gap-0.5",children:[d.jsx(Uh,{active:b==="m",onClick:()=>T("m"),label:"min"}),d.jsx(Uh,{active:b==="h",onClick:()=>T("h"),label:"hr"}),d.jsx(Uh,{active:b==="s",onClick:()=>T("s"),label:"sec"})]})]}):d.jsxs(d.Fragment,{children:[d.jsx("span",{className:"text-caption flex-shrink-0",style:{color:"var(--text-muted)"},children:"Daily at"}),d.jsx("input",{type:"time",value:v,onChange:C=>D(C.target.value),className:"text-body px-2 py-1 rounded-sm focus:outline-none",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)"},autoFocus:!0})]}),d.jsxs("div",{className:"flex items-center gap-1 ml-auto flex-shrink-0",children:[d.jsx("button",{onClick:r,disabled:o,className:"px-2 py-1 text-tiny font-bold text-white rounded-sm disabled:opacity-50",style:{background:"var(--bg-active)"},children:o?"...":"Save"}),d.jsx("button",{onClick:a,className:"px-2 py-1 text-tiny rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})]}),d.jsx("div",{className:"text-tiny",style:{color:"var(--text-muted)"},children:u==="every"?`Runs every ${p} ${b==="h"?"hour":b==="m"?"minute":"second"}${p!==1?"s":""}`:`Runs daily at ${v}`})]})}function HD({schedule:e,onClick:t}){if(!e)return d.jsx("span",{className:"text-body cursor-pointer hover:underline",style:{color:"var(--text-muted)"},onClick:t,title:"Click to set schedule",children:"Not set"});const r=mp(e);return r?d.jsx("button",{className:"flex items-center gap-1.5 cursor-pointer group",onClick:t,title:"Click to edit schedule",children:r.kind==="every"?d.jsxs(d.Fragment,{children:[d.jsx("svg",{className:"w-3.5 h-3.5 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182"})}),d.jsxs("span",{className:"text-body group-hover:underline",style:{color:"var(--text-primary)"},children:["Every ",r.intervalValue,r.intervalUnit==="h"?"h":r.intervalUnit==="m"?"m":"s"]})]}):d.jsxs(d.Fragment,{children:[d.jsx("svg",{className:"w-3.5 h-3.5 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),d.jsxs("span",{className:"text-body group-hover:underline",style:{color:"var(--text-primary)"},children:["Daily at ",r.atTime]})]})}):d.jsx("span",{className:"text-body cursor-pointer hover:underline",style:{color:"var(--text-primary)"},onClick:t,title:"Click to edit schedule",children:e})}function a1({active:e,onClick:t,label:r,icon:a}){return d.jsxs("button",{onClick:t,className:"flex items-center gap-1.5 px-2.5 py-1 text-caption rounded-sm transition-colors",style:{background:e?"rgba(29,155,209,0.15)":"transparent",color:e?"var(--text-link)":"var(--text-muted)",border:e?"1px solid rgba(29,155,209,0.3)":"1px solid transparent"},children:[a,r]})}function Uh({active:e,onClick:t,label:r}){return d.jsx("button",{onClick:t,className:"px-2 py-1 text-caption rounded-sm transition-colors",style:{background:e?"var(--bg-active)":"var(--bg-hover)",color:e?"#fff":"var(--text-secondary)",border:e?"1px solid var(--bg-active)":"1px solid var(--border)"},children:r})}function ul({direction:e="horizontal",className:t=""}){const r=e==="vertical";return d.jsx(k1,{className:`resize-handle group relative flex items-center justify-center ${r?"h-[6px] cursor-row-resize":"w-[6px] cursor-col-resize"} ${t}`,style:{flexShrink:0,flexGrow:0},children:d.jsx("div",{className:`resize-handle-line transition-all duration-150 ${r?"w-full h-px group-hover:h-[3px]":"h-full w-px group-hover:w-[3px]"}`,style:{background:"var(--border)"}})})}function s1(e){return new Date(e*1e3).toLocaleString()}function xS(e){switch(e){case"ok":return"OK";case"error":return"ERR";case"skipped":return"SKIP";case"running":return"RUN";default:return e.toUpperCase()}}function ES(e){switch(e){case"ok":return{bg:"rgba(43,172,118,0.15)",fg:"var(--accent-green)"};case"error":return{bg:"rgba(224,30,90,0.15)",fg:"var(--accent-red)"};case"running":return{bg:"rgba(29,155,209,0.15)",fg:"var(--text-link)"};default:return{bg:"rgba(232,162,48,0.15)",fg:"var(--accent-yellow)"}}}function SS(){const e=or(),t=ci(),r=Kp(),a=e.cronTasks.find(K=>K.id===e.selectedCronTaskId),[o,c]=R.useState(null),[u,f]=R.useState(""),[p,m]=R.useState(!1),[b,y]=R.useState(!1),[v,x]=R.useState(!1),[S,_]=R.useState(!1),[A,T]=R.useState(!0),D=R.useRef(null);R.useEffect(()=>{c(null),y(!1)},[e.selectedCronTaskId]),R.useEffect(()=>{o&&D.current&&D.current.focus()},[o]);const k=R.useCallback(()=>{a&&(Z.info("Cron",`Loading jobs for task: ${a.name} (${a.id})`),Gh.listByTask(a.id).then(({jobs:K})=>{Z.info("Cron",`Loaded ${K.length} jobs for task ${a.name}`);const U=C.current,ee=new Map;for(const be of U)be.summary&&ee.set(be.id,be.summary);const se=K.map(be=>{var L;const M=ee.get(be.id);return M&&M.length>(((L=be.summary)==null?void 0:L.length)||0)?{...be,summary:M}:be});t({type:"SET_CRON_JOBS",cronJobs:se}),K.length>0&&!e.selectedCronJobId&&t({type:"SELECT_CRON_JOB",jobId:K[0].id,sessionKey:K[0].sessionKey})}).catch(K=>{Z.error("Cron",`Failed to load jobs: ${K}`)}))},[a==null?void 0:a.id]);R.useEffect(()=>{k()},[k]);const C=R.useRef(e.cronJobs);R.useEffect(()=>{C.current=e.cronJobs},[e.cronJobs]),R.useEffect(()=>{if(!e.cronJobs.some(se=>se.status==="running")||!a)return;const U=a.id,ee=setInterval(()=>{Z.info("Cron","Auto-refreshing jobs (running job detected)"),Gh.listByTask(U).then(({jobs:se})=>{const be=C.current,M=new Map;for(const O of be)O.summary&&M.set(O.id,O.summary);const L=se.map(O=>{var J;const w=M.get(O.id);return w&&w.length>(((J=O.summary)==null?void 0:J.length)||0)?{...O,summary:w}:O});t({type:"SET_CRON_JOBS",cronJobs:L})}).catch(()=>{})},3e3);return()=>clearInterval(ee)},[e.cronJobs,a==null?void 0:a.id]);const j=R.useCallback(async()=>{if(!a)return;const K=!a.enabled;Z.info("Cron",`Toggle task "${a.name}": ${a.enabled?"enabled → disabled":"disabled → enabled"}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{enabled:K}});try{await In.update(a.channelId,a.id,{schedule:a.schedule??"",instructions:a.instructions??"",enabled:K,model:a.model??""})}catch(U){Z.error("Cron",`Failed to toggle task: ${U}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{enabled:a.enabled}})}},[a]),I=R.useCallback(K=>{const U=e.cronJobs.find(ee=>ee.id===K);U&&(Z.info("Cron",`Selected job #${U.number||K} (status=${U.status})`),t({type:"SELECT_CRON_JOB",jobId:U.id,sessionKey:U.sessionKey||void 0}))},[e.cronJobs]),$=K=>{if(!a)return;const U=K==="name"?a.name:K==="schedule"?a.schedule??"":a.instructions??"";f(U),c(K)},V=R.useCallback(async K=>{if(!a)return;Z.info("Cron",`Change model for "${a.name}": → ${K||"default"}`);const U=a.model;t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{model:K||null}});try{await In.update(a.channelId,a.id,{schedule:a.schedule??"",instructions:a.instructions??"",enabled:a.enabled,model:K})}catch(ee){Z.error("Cron",`Failed to update task model: ${ee}`),t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{model:U}})}},[a]),te=R.useCallback(async()=>{if(!(!a||S)){Z.info("Cron",`Triggering immediate run for "${a.name}"`),_(!0);try{await In.run(a.channelId,a.id),Z.info("Cron",`Task "${a.name}" triggered successfully`),setTimeout(()=>{k()},1500)}catch(K){Z.error("Cron",`Failed to trigger task: ${K}`)}finally{_(!1)}}},[a,S,k]),P=()=>{c(null),f("")},F=async()=>{if(!(!a||!o)){Z.info("Cron",`Save edit "${o}" for "${a.name}": ${u.length>80?u.slice(0,80)+"…":u}`),m(!0);try{if(o==="name")t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:{name:u}}),await In.update(a.channelId,a.id,{name:u});else{const K={[o]:u};t({type:"UPDATE_CRON_TASK",taskId:a.id,updates:K}),await In.update(a.channelId,a.id,{schedule:o==="schedule"?u:a.schedule??"",instructions:o==="instructions"?u:a.instructions??"",enabled:a.enabled,model:a.model??""})}c(null)}catch(K){Z.error("Cron",`Failed to update task field "${o}": ${K}`)}finally{m(!1)}}},q=async()=>{if(a){Z.info("Cron",`Deleting task: "${a.name}" (${a.id})`),x(!0);try{await In.delete(a.channelId,a.id),Z.info("Cron",`Task deleted: "${a.name}"`);const{tasks:K}=await In.listAll("background");t({type:"SET_CRON_TASKS",cronTasks:K}),t({type:"SELECT_CRON_TASK",taskId:K.length>0?K[0].id:null}),y(!1)}catch(K){Z.error("Cron",`Failed to delete task: ${K}`)}finally{x(!1)}}},ce=K=>{K.key==="Escape"&&P(),K.key==="Enter"&&!K.shiftKey&&o!=="instructions"&&(K.preventDefault(),F())};if(!a)return d.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:d.jsxs("div",{className:"text-center",children:[d.jsx("svg",{className:"w-16 h-16 mx-auto mb-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),d.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select an automation"}),d.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a cron job from the sidebar to view details"})]})});const ie=e.channels.find(K=>K.id===a.channelId);return d.jsxs("div",{className:"flex-1 h-full flex flex-col min-w-0",style:{background:"var(--bg-surface)"},children:[d.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2 px-4 sm:px-5 py-2 sm:py-3 flex-shrink-0",style:{borderBottom:"1px solid var(--border)"},children:[d.jsxs("div",{className:"flex items-center gap-2 sm:gap-3 min-w-0 flex-1",children:[d.jsx("svg",{className:"w-5 h-5 flex-shrink-0 hidden sm:block",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,style:{color:"var(--text-secondary)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"})}),o==="name"?d.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[d.jsx("input",{ref:D,value:u,onChange:K=>f(K.target.value),onKeyDown:ce,className:"text-h2 font-bold px-2 py-0.5 rounded-sm focus:outline-none min-w-0 w-full",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)",maxWidth:280}}),d.jsx(_S,{saving:p,onSave:F,onCancel:P})]}):d.jsx("h2",{className:"text-h2 font-bold truncate cursor-pointer hover:underline",style:{color:"var(--text-primary)"},onClick:()=>$("name"),title:"Click to edit name",children:a.name}),!a.enabled&&d.jsx("span",{className:"text-tiny px-2 py-0.5 rounded-sm font-bold flex-shrink-0",style:{background:"rgba(232,162,48,0.15)",color:"var(--accent-yellow)"},children:"PAUSED"})]}),d.jsxs("div",{className:"flex items-center gap-1.5 sm:gap-2 flex-shrink-0",children:[d.jsxs("button",{onClick:te,disabled:S,className:"flex items-center gap-1 sm:gap-1.5 px-2 sm:px-3 py-1 sm:py-1.5 text-caption rounded-sm transition-colors disabled:opacity-50",style:{background:"rgba(29,155,209,0.15)",color:"var(--text-link)"},title:"Run task now (one-time)",children:[d.jsx("svg",{className:"w-3.5 h-3.5",fill:"currentColor",viewBox:"0 0 24 24",children:d.jsx("path",{d:"M8 5v14l11-7z"})}),d.jsx("span",{className:"hidden sm:inline",children:S?"Running...":"Run Now"})]}),d.jsx("button",{onClick:()=>y(!0),className:"p-1 sm:p-1.5 rounded-sm transition-colors hover:bg-[--bg-hover]",style:{color:"var(--text-muted)"},title:"Delete task",children:d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.74 9l-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 01-2.244 2.077H8.084a2.25 2.25 0 01-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 00-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 013.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 00-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 00-7.5 0"})})}),d.jsxs("button",{onClick:j,className:"flex items-center gap-1.5 sm:gap-2 px-2 sm:px-3 py-1 sm:py-1.5 text-caption rounded-sm transition-colors",style:{background:a.enabled?"rgba(43,172,118,0.15)":"rgba(107,111,118,0.15)",color:a.enabled?"var(--accent-green)":"var(--text-muted)"},children:[d.jsx("div",{className:"w-7 h-4 rounded-full relative transition-colors flex-shrink-0",style:{background:a.enabled?"var(--accent-green)":"var(--text-muted)"},children:d.jsx("div",{className:"w-3 h-3 rounded-full bg-white absolute top-0.5 transition-all",style:{left:a.enabled?14:2}})}),d.jsx("span",{className:"hidden sm:inline",children:a.enabled?"Enabled":"Disabled"})]})]})]}),b&&d.jsxs("div",{className:"px-4 sm:px-5 py-2 sm:py-3 flex flex-wrap items-center justify-between gap-2",style:{background:"rgba(224,30,90,0.08)",borderBottom:"1px solid var(--border)"},children:[d.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[d.jsx("svg",{className:"w-4 h-4 flex-shrink-0",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,style:{color:"var(--accent-red)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z"})}),d.jsxs("span",{className:"text-caption",style:{color:"var(--accent-red)"},children:['Delete "',a.name,'"?']})]}),d.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[d.jsx("button",{onClick:q,disabled:v,className:"px-3 py-1.5 text-caption font-bold text-white rounded-sm disabled:opacity-50",style:{background:"var(--accent-red)"},children:v?"Deleting...":"Delete"}),d.jsx("button",{onClick:()=>y(!1),className:"px-3 py-1.5 text-caption rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})]}),d.jsx(FD,{task:a,channel:ie,state:e,isMobile:r,infoExpanded:A,setInfoExpanded:T,editingField:o,editValue:u,setEditValue:f,editRef:D,handleKeyDown:ce,saving:p,saveEdit:F,cancelEdit:P,startEdit:$,handleModelSelectChange:V,handleSelectJob:I})]})}function FD({task:e,channel:t,state:r,isMobile:a,infoExpanded:o,setInfoExpanded:c,editingField:u,editValue:f,setEditValue:p,editRef:m,handleKeyDown:b,saving:y,saveEdit:v,cancelEdit:x,startEdit:S,handleModelSelectChange:_,handleSelectJob:A}){const T=bu({id:"botschat-cron-detail-v"}),[D,k]=R.useState(40),C=R.useRef(null),j=R.useRef({startY:0,startPct:40}),I=R.useCallback(te=>{te.preventDefault(),j.current.startY=te.touches[0].clientY,j.current.startPct=D;const P=q=>{if(q.preventDefault(),!C.current)return;const ce=C.current.getBoundingClientRect().height,ie=(q.touches[0].clientY-j.current.startY)/ce*100;k(Math.max(10,Math.min(70,j.current.startPct+ie)))},F=()=>{document.removeEventListener("touchmove",P),document.removeEventListener("touchend",F)};document.addEventListener("touchmove",P,{passive:!1}),document.addEventListener("touchend",F)},[D]),$=R.useCallback(te=>{te.preventDefault(),j.current.startY=te.clientY,j.current.startPct=D;const P=q=>{if(!C.current)return;const ce=C.current.getBoundingClientRect().height,ie=(q.clientY-j.current.startY)/ce*100;k(Math.max(10,Math.min(70,j.current.startPct+ie)))},F=()=>{document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",F)};document.addEventListener("mousemove",P),document.addEventListener("mouseup",F)},[D]),V=d.jsxs("div",{className:"h-full flex flex-col",children:[d.jsxs("button",{className:"w-full flex items-center gap-2 px-4 sm:px-5 py-2 text-tiny uppercase tracking-wider hover:bg-[--bg-hover] transition-colors flex-shrink-0",style:{color:"var(--text-muted)"},onClick:()=>c(!o),children:[d.jsx("svg",{className:`w-3 h-3 transition-transform ${o?"rotate-0":"-rotate-90"}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 9l-7 7-7-7"})}),"Task Details"]}),o&&d.jsxs("div",{className:"flex-1 overflow-y-auto px-4 sm:px-5 pb-4 space-y-4",children:[u==="schedule"?d.jsx("div",{children:d.jsx(Hi,{label:"Schedule",children:d.jsx(PD,{value:f,onChange:p,onSave:v,onCancel:x,saving:y})})}):d.jsxs("div",{className:"grid grid-cols-2 sm:grid-cols-4 gap-3 sm:gap-4",children:[d.jsx(Hi,{label:"Schedule",children:d.jsx(HD,{schedule:e.schedule,onClick:()=>S("schedule")})}),d.jsx(Hi,{label:"Model",children:d.jsx(Du,{value:e.model??"",onChange:_,models:r.models,placeholder:"Default"})}),d.jsx(Hi,{label:"Channel",children:d.jsx("span",{className:"text-body",style:{color:"var(--text-primary)"},children:(t==null?void 0:t.name)??"Default"})}),d.jsx(Hi,{label:"Status",children:d.jsxs("div",{className:"flex items-center gap-2",children:[d.jsx("div",{className:"w-2 h-2 rounded-full",style:{background:e.enabled?"var(--accent-green)":"var(--accent-yellow)"}}),d.jsx("span",{className:"text-body",style:{color:"var(--text-primary)"},children:e.enabled?"Active":"Paused"})]})})]}),d.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-3 gap-3 sm:gap-4",children:[d.jsx(Hi,{label:"Cron Job ID",children:d.jsx("span",{className:"text-caption font-mono",style:{color:"var(--text-secondary)"},children:e.openclawCronJobId??"N/A"})}),d.jsx(Hi,{label:"Created",children:d.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:e.createdAt?s1(e.createdAt):"N/A"})}),d.jsx(Hi,{label:"Updated",children:d.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:e.updatedAt?s1(e.updatedAt):"N/A"})})]}),d.jsxs("div",{children:[d.jsxs("div",{className:"flex items-center justify-between mb-1",children:[d.jsx("span",{className:"text-tiny uppercase tracking-wider",style:{color:"var(--text-muted)"},children:"Prompt / Instructions"}),u!=="instructions"&&d.jsx("button",{onClick:()=>S("instructions"),className:"text-tiny px-2 py-0.5 rounded-sm transition-colors hover:bg-[--bg-hover]",style:{color:"var(--text-link)"},children:"Edit"})]}),u==="instructions"?d.jsxs("div",{children:[d.jsx("textarea",{ref:m,value:f,onChange:te=>p(te.target.value),onKeyDown:te=>{te.key==="Escape"&&x(),te.key==="Enter"&&(te.metaKey||te.ctrlKey)&&(te.preventDefault(),v())},placeholder:"Enter the prompt or instructions for this cron task...",rows:6,className:"w-full text-caption p-3 rounded-md resize-y focus:outline-none",style:{background:"var(--bg-hover)",color:"var(--text-primary)",border:"1px solid var(--bg-active)",minHeight:80,maxHeight:300}}),d.jsxs("div",{className:"flex items-center justify-between mt-2",children:[d.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"Cmd/Ctrl+Enter to save, Esc to cancel"}),d.jsx(_S,{saving:y,onSave:v,onCancel:x})]})]}):d.jsx("div",{className:"text-caption p-3 rounded-md whitespace-pre-wrap cursor-pointer hover:border-[--text-muted] transition-colors",style:{background:"var(--bg-hover)",color:e.instructions?"var(--text-primary)":"var(--text-muted)",border:"1px solid transparent",minHeight:48},onClick:()=>S("instructions"),title:"Click to edit",children:e.instructions||"No instructions set. Click to add a prompt for this cron task."})]})]})]});return a?d.jsxs("div",{ref:C,className:"flex-1 min-h-0 flex flex-col",children:[d.jsx("div",{className:"flex-shrink-0 overflow-y-auto",style:{...o?{height:`${D}%`}:{},borderBottom:"1px solid var(--border)"},children:V}),o&&d.jsx("div",{className:"flex-shrink-0 flex items-center justify-center touch-none select-none",style:{height:20,cursor:"row-resize",background:"var(--bg-surface)",borderBottom:"1px solid var(--border)"},onTouchStart:I,onMouseDown:$,children:d.jsx("div",{className:"rounded-full",style:{width:36,height:4,background:"var(--text-muted)",opacity:.4}})}),d.jsx(o1,{cronJobs:r.cronJobs,selectedCronJobId:r.selectedCronJobId,handleSelectJob:A,mobile:!0})]}):d.jsxs(hl,{orientation:"vertical",defaultLayout:T.defaultLayout,onLayoutChanged:T.onLayoutChanged,id:"botschat-cron-detail-v",className:"flex-1 min-h-0",children:[d.jsx(Nr,{id:"cron-info",defaultSize:"40%",minSize:"5%",maxSize:"70%",children:d.jsx("div",{className:"h-full",style:{borderBottom:"1px solid var(--border)"},children:V})}),d.jsx(ul,{direction:"vertical"}),d.jsx(Nr,{id:"cron-content-area",children:d.jsx(o1,{cronJobs:r.cronJobs,selectedCronJobId:r.selectedCronJobId,handleSelectJob:A,mobile:!1})})]})}function o1({cronJobs:e,selectedCronJobId:t,handleSelectJob:r,mobile:a}){const o=bu({id:"botschat-cron-content"}),[c,u]=R.useState(!1),f=m=>{r(m),u(!0)},p=d.jsxs("div",{className:"overflow-y-auto h-full",children:[d.jsxs("div",{className:"px-3 py-2",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("span",{className:"text-tiny uppercase tracking-wider font-bold",style:{color:"var(--text-muted)"},children:"Execution History"}),d.jsxs("span",{className:"text-tiny ml-1",style:{color:"var(--text-muted)"},children:["(",e.length,")"]})]}),e.length===0?d.jsxs("div",{className:"px-4 py-6 text-center",children:[d.jsx("p",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"No runs yet."}),d.jsx("p",{className:"text-tiny mt-1",style:{color:"var(--text-muted)"},children:"Waiting for schedule..."})]}):e.map((m,b)=>{const y=ES(m.status),v=m.number||e.length-b,x=t===m.id;return d.jsxs("button",{onClick:()=>a?f(m.id):r(m.id),className:`w-full text-left px-3 py-2 hover:bg-[--bg-hover] transition-colors ${x?"bg-[--bg-hover]":""}`,style:{borderBottom:"1px solid var(--border)",...x?{borderLeft:"3px solid var(--bg-active)"}:{}},children:[d.jsxs("div",{className:"flex items-center justify-between",children:[d.jsxs("span",{className:"text-tiny font-mono",style:{color:"var(--text-muted)"},children:["#",v]}),d.jsxs("span",{className:"text-tiny px-1.5 py-0.5 rounded-sm font-bold flex items-center gap-1",style:{background:y.bg,color:y.fg},children:[m.status==="running"&&d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),xS(m.status)]})]}),d.jsxs("div",{className:"text-tiny mt-0.5",style:{color:"var(--text-muted)"},children:[m.time,m.durationMs!=null&&d.jsxs("span",{className:"ml-1",children:["(",(m.durationMs/1e3).toFixed(1),"s)"]})]}),m.summary&&d.jsx("div",{className:"text-caption mt-1 truncate",style:{color:"var(--text-secondary)"},children:m.summary})]},m.id)})]});return a?c&&t?d.jsxs("div",{className:"flex-1 flex flex-col min-h-0",children:[d.jsxs("button",{onClick:()=>u(!1),className:"flex items-center gap-1 px-4 py-2 text-caption flex-shrink-0",style:{borderBottom:"1px solid var(--border)",color:"var(--text-link)"},children:[d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5L8.25 12l7.5-7.5"})}),"Back to History"]}),d.jsx("div",{className:"flex-1 min-h-0",children:d.jsx(l1,{jobs:e,selectedJobId:t})})]}):d.jsx("div",{className:"flex-1 min-h-0",children:p}):d.jsxs(hl,{orientation:"horizontal",defaultLayout:o.defaultLayout,onLayoutChanged:o.onLayoutChanged,id:"botschat-cron-content",className:"flex-1 min-h-0",children:[d.jsx(Nr,{id:"cron-jobs",defaultSize:"20%",minSize:"8%",maxSize:"40%",children:p}),d.jsx(ul,{}),d.jsx(Nr,{id:"cron-output",children:d.jsx(l1,{jobs:e,selectedJobId:t})})]})}const $D=`prose prose-sm max-w-none
|
|
1508
|
+
prose-p:my-1.5 prose-ul:my-1.5 prose-ol:my-1.5
|
|
1509
|
+
prose-pre:my-2 prose-pre:rounded-md prose-pre:text-caption
|
|
1510
|
+
prose-code:before:content-none prose-code:after:content-none
|
|
1511
|
+
prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-caption
|
|
1512
|
+
prose-table:my-2 prose-th:px-3 prose-th:py-1.5 prose-td:px-3 prose-td:py-1.5
|
|
1513
|
+
prose-h1:text-lg prose-h2:text-base prose-h3:text-sm
|
|
1514
|
+
prose-li:my-0.5
|
|
1515
|
+
prose-blockquote:border-l-2 prose-blockquote:pl-4 prose-blockquote:my-2
|
|
1516
|
+
prose-hr:my-4`,GD={color:"var(--text-primary)","--tw-prose-headings":"var(--text-primary)","--tw-prose-bold":"var(--text-primary)","--tw-prose-links":"var(--text-link)","--tw-prose-code":"var(--text-primary)","--tw-prose-pre-code":"var(--text-primary)","--tw-prose-pre-bg":"var(--code-bg)","--tw-prose-th-borders":"var(--border)","--tw-prose-td-borders":"var(--border)","--tw-prose-quotes":"var(--text-secondary)","--tw-prose-quote-borders":"var(--border)","--tw-prose-bullets":"var(--text-muted)","--tw-prose-counters":"var(--text-muted)","--tw-prose-hr":"var(--border)"};function KD(e){return e.split(/\n\n---\n\n/).filter(t=>t.trim())}function l1({jobs:e,selectedJobId:t}){const r=t?e.find(f=>f.id===t):null,a=R.useRef(null);if(R.useEffect(()=>{a.current&&(r==null?void 0:r.status)==="running"&&(a.current.scrollTop=a.current.scrollHeight)},[r==null?void 0:r.summary,r==null?void 0:r.status]),!r)return d.jsx("div",{className:"flex-1 h-full flex items-center justify-center",style:{background:"var(--bg-surface)"},children:d.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:e.length>0?"Select a run to view output":"No execution history yet"})});const o=ES(r.status),c=r.status==="running",u=r.summary?KD(r.summary):[];return d.jsxs("div",{className:"flex-1 h-full flex flex-col min-w-0",style:{background:"var(--bg-surface)"},children:[d.jsxs("div",{className:"flex items-center gap-3 px-5 py-2.5 flex-shrink-0",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("span",{className:"text-tiny px-2 py-0.5 rounded-sm font-bold",style:{background:o.bg,color:o.fg},children:xS(r.status)}),c&&d.jsx("span",{className:"inline-block w-2 h-2 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),d.jsx("span",{className:"text-caption",style:{color:"var(--text-secondary)"},children:r.time}),r.durationMs!=null&&d.jsx("span",{className:"text-caption",style:{color:"var(--text-muted)"},children:r.durationMs>=6e4?`${(r.durationMs/6e4).toFixed(1)}m`:`${(r.durationMs/1e3).toFixed(1)}s`})]}),d.jsx("div",{className:"flex-1 overflow-y-auto px-5 py-4",ref:a,children:u.length>0?d.jsxs("div",{className:"flex flex-col gap-3",children:[u.map((f,p)=>{const m=p===u.length-1,b=c&&m;return d.jsxs("div",{className:"rounded-md px-4 py-3",style:{background:"var(--bg-primary)",border:b?"1px solid var(--text-link)":"1px solid var(--border)"},children:[d.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[d.jsx("span",{className:"text-tiny font-bold px-1.5 py-0.5 rounded-sm",style:{background:b?"var(--text-link)":"var(--bg-surface)",color:b?"#fff":"var(--text-muted)"},children:u.length>1?`#${p+1}`:"Output"}),b&&d.jsxs("div",{className:"flex items-center gap-1",children:[d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),d.jsx("span",{className:"text-tiny",style:{color:"var(--text-link)"},children:"streaming..."})]}),!b&&!c&&u.length>1&&d.jsx("span",{className:"text-tiny",style:{color:"var(--text-muted)"},children:"completed"})]}),d.jsx("div",{className:$D,style:GD,children:d.jsx(S0,{remarkPlugins:[q0],children:f})})]},p)}),c&&d.jsxs("div",{className:"flex items-center gap-1.5 pl-2",children:[d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.2s"}}),d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.4s"}})]})]}):c?d.jsxs("div",{className:"flex items-center gap-1.5 py-2 pl-1",children:[d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)"}}),d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.2s"}}),d.jsx("span",{className:"inline-block w-1.5 h-1.5 rounded-full animate-pulse",style:{background:"var(--text-link)",animationDelay:"0.4s"}})]}):d.jsx("div",{className:"flex items-center justify-center h-full",children:d.jsx("p",{className:"text-caption",style:{color:"var(--text-muted)"},children:"No output recorded for this run."})})})]})}function Hi({label:e,children:t}){return d.jsxs("div",{className:"min-w-0",children:[d.jsx("div",{className:"text-tiny uppercase tracking-wider mb-1",style:{color:"var(--text-muted)"},children:e}),t]})}function _S({saving:e,onSave:t,onCancel:r}){return d.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[d.jsx("button",{onClick:t,disabled:e,className:"px-2 py-1 text-tiny font-bold text-white rounded-sm disabled:opacity-50",style:{background:"var(--bg-active)"},children:e?"...":"Save"}),d.jsx("button",{onClick:r,className:"px-2 py-1 text-tiny rounded-sm",style:{color:"var(--text-muted)"},children:"Cancel"})]})}function qD({sendMessage:e,theme:t,onToggleTheme:r,showSettings:a,onOpenSettings:o,onCloseSettings:c,handleDefaultModelChange:u,handleSelectJob:f}){var k,C,j,I,$,V,te,P,F,q;const p=or(),m=ci(),[b,y]=R.useState(()=>p.selectedAgentId&&p.selectedSessionKey?"chat":"home"),[v,x]=R.useState(!1);dl.useEffect(()=>{p.activeThreadId&&b==="chat"&&y("thread")},[p.activeThreadId,b]),dl.useEffect(()=>{!p.activeThreadId&&b==="thread"&&y("chat")},[p.activeThreadId,b]);const S=()=>{var ce;Z.info("Auth",`Mobile logout — user ${(ce=p.user)==null?void 0:ce.email}`),ii(null),ka(null),m({type:"LOGOUT"})},_=((j=(C=(k=p.user)==null?void 0:k.displayName)==null?void 0:C[0])==null?void 0:j.toUpperCase())??((V=($=(I=p.user)==null?void 0:I.email)==null?void 0:$[0])==null?void 0:V.toUpperCase())??"?",A=R.useCallback(()=>{switch(b){case"chat":y("home");break;case"thread":m({type:"CLOSE_THREAD"}),y("chat");break;case"cron-detail":y("home");break}},[b,m]),T=()=>{switch(b){case"home":return"BotsChat";case"chat":{const ce=p.agents.find(ie=>ie.id===p.selectedAgentId);return`# ${(ce==null?void 0:ce.name)??"Chat"}`}case"thread":return"Thread";case"cron-detail":{const ce=p.cronTasks.find(ie=>ie.id===p.selectedCronTaskId);return(ce==null?void 0:ce.name)??"Task Detail"}default:return"BotsChat"}},D=b!=="home";return d.jsxs("div",{className:"flex flex-col",style:{height:"calc(100vh - var(--keyboard-height, 0px))",background:"var(--bg-surface)",transition:"height 0.2s ease-out"},children:[d.jsxs("div",{className:"flex items-center justify-between px-4 flex-shrink-0",style:{minHeight:"calc(44px + env(safe-area-inset-top, 0px))",paddingTop:"env(safe-area-inset-top, 0px)",background:"var(--bg-primary)",borderBottom:"1px solid var(--border)"},children:[d.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[D&&d.jsx("button",{onClick:A,className:"p-1 -ml-1 rounded",style:{color:"var(--text-link)"},"aria-label":"Back",children:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 19.5L8.25 12l7.5-7.5"})})}),d.jsx("span",{className:"text-h2 font-bold truncate",style:{color:"var(--text-primary)"},children:T()})]}),d.jsxs("div",{className:"flex items-center gap-1",children:[d.jsx("div",{className:"w-2 h-2 rounded-full mr-1",style:{background:p.openclawConnected?"var(--accent-green)":"var(--accent-red)"}}),d.jsx("button",{onClick:o,className:"p-1.5 rounded",style:{color:"var(--text-muted)"},children:d.jsxs("svg",{className:"w-4.5 h-4.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z"}),d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]})}),d.jsx("button",{onClick:()=>x(!v),className:"w-6 h-6 rounded flex items-center justify-center text-[10px] font-bold text-white",style:{background:"#9B59B6"},title:((te=p.user)==null?void 0:te.displayName)??((P=p.user)==null?void 0:P.email)??"User",children:_})]})]}),v&&d.jsx("div",{className:"fixed inset-0 z-50",onClick:()=>x(!1),children:d.jsxs("div",{className:"absolute right-4 rounded-lg py-1 min-w-[200px]",style:{top:"calc(44px + env(safe-area-inset-top, 0px) + 4px)",background:"var(--bg-surface)",border:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.15)"},onClick:ce=>ce.stopPropagation(),children:[d.jsxs("div",{className:"px-4 py-2.5",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("div",{className:"text-body font-bold",style:{color:"var(--text-primary)"},children:((F=p.user)==null?void 0:F.displayName)??"User"}),d.jsx("div",{className:"text-caption",style:{color:"var(--text-muted)"},children:(q=p.user)==null?void 0:q.email})]}),d.jsxs("button",{className:"w-full text-left px-4 py-2.5 text-body flex items-center gap-2.5",style:{color:"var(--text-primary)"},onClick:()=>{r(),x(!1)},children:[t==="dark"?d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z"})}):d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z"})}),t==="dark"?"Light Mode":"Dark Mode"]}),d.jsxs("button",{className:"w-full text-left px-4 py-2.5 text-body flex items-center gap-2.5",style:{color:"var(--text-primary)"},onClick:()=>{o(),x(!1)},children:[d.jsxs("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:[d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z"}),d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 12a3 3 0 11-6 0 3 3 0 016 0z"})]}),"Settings"]}),d.jsx("div",{style:{borderTop:"1px solid var(--border)"}}),d.jsxs("button",{className:"w-full text-left px-4 py-2.5 text-body flex items-center gap-2.5",style:{color:"var(--accent-red)"},onClick:()=>{S(),x(!1)},children:[d.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"})}),"Logout"]})]})}),d.jsxs("div",{className:"flex-1 min-h-0 flex flex-col overflow-hidden",children:[b==="home"&&d.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",style:{background:"var(--bg-secondary)"},children:[d.jsx(P1,{onOpenSettings:o,onNavigate:()=>y("chat")}),d.jsx(vS,{onNavigate:()=>y("cron-detail")})]}),b==="chat"&&d.jsx("div",{className:"flex-1 min-h-0 flex flex-col",children:d.jsx(xE,{sendMessage:e})}),b==="thread"&&d.jsx("div",{className:"flex-1 min-h-0 flex flex-col",children:d.jsx(EE,{sendMessage:e})}),b==="cron-detail"&&d.jsx("div",{className:"flex-1 min-h-0 flex flex-col overflow-hidden",children:d.jsx(SS,{})})]}),a&&d.jsx(VD,{state:p,onClose:c,handleDefaultModelChange:u})]})}function VD({state:e,onClose:t,handleDefaultModelChange:r}){const[a,o]=R.useState("general");return d.jsx("div",{className:"fixed inset-0 flex items-end justify-center z-50",style:{background:"rgba(0,0,0,0.5)"},onClick:t,children:d.jsxs("div",{className:"w-full rounded-t-xl p-5 max-h-[85vh] flex flex-col",style:{background:"var(--bg-surface)",paddingBottom:"calc(20px + env(safe-area-inset-bottom, 0px))"},onClick:c=>c.stopPropagation(),children:[d.jsx("div",{className:"w-10 h-1 rounded-full mx-auto mb-4",style:{background:"var(--text-muted)"}}),d.jsx("h2",{className:"text-h1 font-bold mb-3",style:{color:"var(--text-primary)"},children:"Settings"}),d.jsxs("div",{className:"flex gap-4 mb-4",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:a==="general"?"var(--text-primary)":"var(--text-muted)",borderBottom:a==="general"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>o("general"),children:"General"}),d.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:a==="connection"?"var(--text-primary)":"var(--text-muted)",borderBottom:a==="connection"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>o("connection"),children:"Connection"}),d.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:a==="security"?"var(--text-primary)":"var(--text-muted)",borderBottom:a==="security"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>o("security"),children:"Security"})]}),d.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[a==="general"&&d.jsxs("div",{className:"space-y-4",children:[d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Default Model"}),d.jsx(Du,{value:e.defaultModel??"",onChange:r,models:e.models,placeholder:"Not set (use agent default)"})]}),d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Current Session Model"}),d.jsx("span",{className:"text-body font-mono",style:{color:e.sessionModel||e.defaultModel?"var(--text-primary)":"var(--text-muted)"},children:e.sessionModel??e.defaultModel??"Not connected"})]})]}),a==="connection"&&d.jsx(mS,{}),a==="security"&&d.jsx(gS,{})]}),d.jsx("button",{onClick:t,className:"w-full mt-4 py-2.5 text-caption font-bold text-white rounded-md shrink-0",style:{background:"var(--bg-active)"},children:"Done"})]})})}const c1="G-HKJNG1X0JE";function YD(){if(typeof window>"u")return!1;if(window.gtag)return!0;window.dataLayer=window.dataLayer||[],window.gtag=function(){window.dataLayer.push(arguments)},window.gtag("js",new Date),window.gtag("config",c1);const e=document.createElement("script");return e.async=!0,e.src=`https://www.googletagmanager.com/gtag/js?id=${c1}`,document.head.appendChild(e),!0}let u1=!1;function WD(){u1||(u1=YD())}function XD(e,t){window.gtag&&window.gtag("event",e,t)}function ZD(e){XD("page_view",{page_path:`/${e}`,page_title:e})}function JD(){var L;const[e,t]=R.useReducer(Ck,kp,O=>{try{const w=localStorage.getItem("botschat_active_view");if(w==="messages"||w==="automations")return{...O,activeView:w}}catch{}return O}),r=R.useRef(null),a=R.useRef(()=>{}),o=R.useRef(!1),[c,u]=R.useState(!1),[f,p]=R.useState("general"),[m,b]=R.useState(!1),[y,v]=R.useState(tt.hasKey());R.useEffect(()=>tt.subscribe(()=>v(tt.hasKey())),[]);const x=Kp(),S=bu({id:"botschat-main"}),_=bu({id:"botschat-content"}),[A,T]=R.useState(()=>localStorage.getItem("botschat_data_consent")==="1"),D=R.useCallback(()=>{T(!0),localStorage.setItem("botschat_data_consent","1")},[]),[k,C]=R.useState(()=>localStorage.getItem("botschat_onboarding_dismissed")==="1"),j=R.useCallback(()=>{C(!0),localStorage.setItem("botschat_onboarding_dismissed","1")},[]),[I,$]=R.useState(()=>{var w;const O=localStorage.getItem("botschat_theme");return O==="light"||O==="dark"?O:(w=window.matchMedia)!=null&&w.call(window,"(prefers-color-scheme: light)").matches?"light":"dark"});R.useEffect(()=>{document.documentElement.setAttribute("data-theme",I),localStorage.setItem("botschat_theme",I);const O=document.querySelector('meta[name="theme-color"]');O&&O.setAttribute("content",I==="dark"?"#1A1D21":"#FFFFFF"),sn.isNativePlatform()&&sr(async()=>{const{StatusBar:w,Style:J}=await import("./index-lVB82JKU.js");return{StatusBar:w,Style:J}},[]).then(({StatusBar:w,Style:J})=>{w.setStyle({style:I==="dark"?J.Dark:J.Light}).catch(()=>{})})},[I]),R.useEffect(()=>{localStorage.setItem("botschat_active_view",e.activeView)},[e.activeView]),R.useEffect(()=>{ZD(e.activeView)},[e.activeView]),R.useEffect(()=>{e.selectedCronTaskId&&localStorage.setItem("botschat_last_cron_task",e.selectedCronTaskId)},[e.selectedCronTaskId]),R.useEffect(()=>{if(e.selectedSessionId){const O=e.agents.find(w=>w.id===e.selectedAgentId);O!=null&&O.channelId&&localStorage.setItem(`botschat_last_session_${O.channelId}`,e.selectedSessionId)}},[e.selectedSessionId,e.selectedAgentId,e.agents]);const V=R.useCallback(()=>{$(O=>O==="dark"?"light":"dark")},[]);R.useEffect(()=>{const O=new URLSearchParams(window.location.search),w=O.get("dev_token"),J=O.get("dev_user");if(w){Z.info("Auth","Dev-token login attempt"),fetch("/api/dev-auth/login",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({secret:w,...J?{userId:J}:{}})}).then(ae=>{if(!ae.ok)throw new Error(`HTTP ${ae.status}`);return ae.json()}).then(async ae=>{ii(ae.token),t({type:"SET_USER",user:{id:ae.userId,email:J?"auxtenwpc@gmail.com":"dev@botschat.test",displayName:J?"Auxten Wang":"Dev User"}});const Ce=O.get("dev_e2e");if(Ce)try{await tt.setPassword(Ce,ae.userId,!0),v(!0),Z.info("Auth","Dev E2E key derived successfully")}catch(Ne){Z.warn("Auth",`Dev E2E key derivation failed: ${Ne}`)}else tt.clear(),v(!1);O.delete("dev_token"),O.delete("dev_user"),O.delete("dev_e2e");const Ee=O.toString();window.history.replaceState({},"",window.location.pathname+(Ee?`?${Ee}`:"")),Z.info("Auth",`Dev-token login success: ${ae.userId}`)}).catch(ae=>{Z.warn("Auth",`Dev-token login failed: ${ae}`)});return}if(rh())Z.api("Auth","Auto-login with stored token"),$h.me().then(ae=>{Z.info("Auth",`Logged in as ${ae.email} (${ae.id})`),t({type:"SET_USER",user:ae})}).catch(ae=>{Z.warn("Auth",`Auto-login failed: ${ae}`),ii(null),ka(null)});else if(!sn.isNativePlatform()){const ae="auxtenwpc@gmail.com",Ce="http://192.168.3.232:8787";{const Ee=`${Ce}/api/auth/dev-login`;Z.info("Auth",`Debug auto-login as ${ae} via ${Ee}`),fetch(Ee,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:ae})}).then(Ne=>Ne.json()).then(Ne=>{Ne.token?(ii(Ne.token),Ne.refreshToken&&ka(Ne.refreshToken),t({type:"SET_USER",user:{id:Ne.id,email:Ne.email,displayName:Ne.displayName}}),Z.info("Auth",`Debug auto-login success: ${Ne.email}`)):Z.warn("Auth","Debug auto-login returned no token",Ne)}).catch(Ne=>Z.warn("Auth",`Debug auto-login failed: ${Ne}`))}}},[]),R.useEffect(()=>{if(!e.user)return;const O=setTimeout(()=>{e.models.length===0&&Lk.list().then(({models:w})=>{w.length>0&&t({type:"SET_MODELS",models:w})}).catch(()=>{})},2e3);return()=>clearTimeout(O)},[e.user,e.models.length]),R.useEffect(()=>{e.user&&(Z.api("Agents","Loading agents list"),As.list().then(({agents:O})=>{if(Z.info("Agents",`Loaded ${O.length} agents`,O.map(w=>({id:w.id,name:w.name,channelId:w.channelId}))),t({type:"SET_AGENTS",agents:O}),O.length>0&&!e.selectedAgentId){let w=O[0];try{const J=localStorage.getItem("botschat_last_agent");if(J){const ge=O.find(ae=>ae.id===J);ge&&(Z.info("Agents",`Restoring last channel: ${ge.name} (${ge.id})`),w=ge)}}catch{}t({type:"SELECT_AGENT",agentId:w.id,sessionKey:w.sessionKey})}}),Z.api("Channels","Loading channels list"),ar.list().then(({channels:O})=>{Z.info("Channels",`Loaded ${O.length} channels`,O.map(w=>({id:w.id,name:w.name}))),t({type:"SET_CHANNELS",channels:O}),b(!0)}))},[e.user]),R.useEffect(()=>{e.user&&e.activeView==="automations"&&(Z.api("Cron","Loading all background tasks + scan data"),Promise.all([In.listAll("background"),In.scanData()]).then(([{tasks:O},{tasks:w}])=>{if(Z.info("Cron",`Loaded ${O.length} cron tasks + ${w.length} scan entries`),t({type:"SET_CRON_TASKS",cronTasks:O}),t({type:"MERGE_SCAN_DATA",scanTasks:w.map(J=>({cronJobId:J.cronJobId,schedule:J.schedule,instructions:J.instructions,model:J.model||void 0,enabled:J.enabled}))}),O.length>0&&!e.selectedCronTaskId){let J=O[0].id;try{const ge=localStorage.getItem("botschat_last_cron_task");if(ge){const ae=O.find(Ce=>Ce.id===ge);ae&&(Z.info("Cron",`Restoring last cron task: ${ae.name} (${ae.id})`),J=ae.id)}}catch{}t({type:"SELECT_CRON_TASK",taskId:J})}}))},[e.user,e.activeView]);const te=(L=e.agents.find(O=>O.id===e.selectedAgentId))==null?void 0:L.channelId,P=e.activeView==="messages";R.useEffect(()=>{if(!P)return;if(!e.selectedAgentId){t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]});return}const O=e.agents.find(w=>w.id===e.selectedAgentId);O!=null&&O.channelId?(O.isDefault?(t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null})):In.list(O.channelId).then(({tasks:w})=>{if(t({type:"SET_TASKS",tasks:w}),w.length>0){const J=w[0];t({type:"SELECT_TASK",taskId:J.id})}}),Ns.list(O.channelId).then(({sessions:w})=>{if(Z.info("Sessions",`Loaded ${w.length} sessions for channel ${O.channelId}`),t({type:"SET_SESSIONS",sessions:w}),w.length>0){let J=w[0];try{const ge=localStorage.getItem(`botschat_last_session_${O.channelId}`);if(ge){const ae=w.find(Ce=>Ce.id===ge);ae&&(Z.info("Sessions",`Restoring last session: ${ae.name} (${ae.id})`),J=ae)}}catch{}t({type:"SELECT_SESSION",sessionId:J.id,sessionKey:J.sessionKey})}}).catch(w=>{Z.error("Sessions",`Failed to load sessions: ${w}`)})):O!=null&&O.isDefault&&!o.current&&k?(Z.info("Sessions","Default agent has no channel — auto-creating General channel"),o.current=!0,t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]}),ar.create({name:"General",openclawAgentId:"main"}).then(async w=>{Z.info("Sessions",`General channel created: ${w.id}`);const[{agents:J},{channels:ge}]=await Promise.all([As.list(),ar.list()]);t({type:"SET_AGENTS",agents:J}),t({type:"SET_CHANNELS",channels:ge});const{sessions:ae}=await Ns.list(w.id);t({type:"SET_SESSIONS",sessions:ae}),ae.length>0&&t({type:"SELECT_SESSION",sessionId:ae[0].id,sessionKey:ae[0].sessionKey})}).catch(w=>{Z.error("Sessions",`Failed to auto-create General channel: ${w}`),o.current=!1})):(t({type:"SET_TASKS",tasks:[]}),t({type:"SELECT_TASK",taskId:null}),t({type:"SET_SESSIONS",sessions:[]}))},[e.selectedAgentId,te,P,k]),R.useEffect(()=>{if(!e.selectedTaskId)return;const O=e.tasks.find(J=>J.id===e.selectedTaskId);if(!O||O.kind!=="background"){t({type:"SET_JOBS",jobs:[]});return}const w=e.agents.find(J=>J.id===e.selectedAgentId);w!=null&&w.channelId&&Gh.list(w.channelId,O.id).then(({jobs:J})=>{t({type:"SET_JOBS",jobs:J}),J.length>0&&!e.selectedJobId&&t({type:"SELECT_JOB",jobId:J[0].id,sessionKey:J[0].sessionKey})}).catch(J=>{console.error("Failed to load jobs:",J)})},[e.selectedTaskId,e.tasks]),R.useEffect(()=>{if(!e.user||!e.selectedSessionKey)return;let O=!1;return N1.list(e.user.id,e.selectedSessionKey).then(async({messages:w,replyCounts:J})=>{if(O)return;const ge=await Promise.all(w.map(async ae=>{if(ae.encrypted&&tt.hasKey())try{const Ce=await tt.decrypt(ae.text,ae.id);return{...ae,text:Ce,isEncryptedLocked:!1}}catch(Ce){return console.warn(`Failed to decrypt message ${ae.id}`,Ce),{...ae,isEncryptedLocked:!0}}else if(ae.encrypted)return{...ae,isEncryptedLocked:!0};return ae}));t({type:"SET_MESSAGES",messages:ge,replyCounts:J})}).catch(w=>{console.error("Failed to load message history:",w)}),()=>{O=!0}},[e.user,e.selectedSessionKey,y]);const F=R.useRef(e);R.useEffect(()=>{F.current=e},[e]);const q=R.useCallback(O=>{var Ce;const w=O.sessionKey,J=O.threadId??O.replyToId;Z.wsIn("WS",`${O.type}`,O);const ge=Ee=>{if(Ee)return Ee.replace(/:thread:.+$/,"")},ae=Ee=>Ee?ge(Ee)===F.current.selectedSessionKey:!0;switch(O.type){case"connection.status":Z.info("Connection",`OpenClaw ${O.openclawConnected?"connected":"disconnected"}${O.defaultModel?` (default: ${O.defaultModel})`:""}`),t({type:"SET_OPENCLAW_CONNECTED",connected:O.openclawConnected,defaultModel:O.defaultModel||void 0}),Array.isArray(O.models)&&O.models.length>0&&t({type:"SET_MODELS",models:O.models});break;case"openclaw.disconnected":Z.warn("Connection","OpenClaw disconnected"),t({type:"SET_OPENCLAW_CONNECTED",connected:!1});break;case"model.changed":if(O.model&&O.sessionKey){Z.info("Model",`Session model changed to: ${O.model} (session: ${O.sessionKey})`),t({type:"SET_SESSION_MODEL",model:O.model});try{const Ee=JSON.parse(localStorage.getItem("botschat:sessionModels")||"{}");Ee[O.sessionKey]=O.model,localStorage.setItem("botschat:sessionModels",JSON.stringify(Ee))}catch{}}break;case"agent.stream.start":if(w&&ae(w)){const Ee=J??((Ce=w.match(/:thread:(.+)$/))==null?void 0:Ce[1]);t({type:"STREAM_START",runId:O.runId,sessionKey:w,threadId:Ee})}break;case"agent.stream.chunk":t({type:"STREAM_CHUNK",runId:O.runId,sessionKey:w??"",text:O.text});break;case"agent.stream.end":t({type:"STREAM_END",runId:O.runId});break;case"agent.text":{if(!ae(w))break;const Ee={id:Kn(),sender:"agent",text:O.text,timestamp:Date.now(),threadId:J};t(J&&w?{type:"ADD_THREAD_MESSAGE",message:Ee}:{type:"ADD_MESSAGE",message:Ee});break}case"agent.media":{if(!ae(w))break;const Ee={id:Kn(),sender:"agent",text:O.caption??"",mediaUrl:O.mediaUrl,timestamp:Date.now(),threadId:J};t(J&&w?{type:"ADD_THREAD_MESSAGE",message:Ee}:{type:"ADD_MESSAGE",message:Ee});break}case"agent.a2ui":{if(!ae(w))break;const Ee={id:Kn(),sender:"agent",text:"",a2ui:O.jsonl,timestamp:Date.now(),threadId:J};t(J&&w?{type:"ADD_THREAD_MESSAGE",message:Ee}:{type:"ADD_MESSAGE",message:Ee});break}case"job.update":{const Ee={id:O.jobId,number:0,sessionKey:O.sessionKey,status:O.status,startedAt:O.startedAt,finishedAt:O.finishedAt??null,durationMs:O.durationMs??null,summary:O.summary??"",time:new Date((O.startedAt??0)*1e3).toLocaleString()};if(Ee.status==="running")t({type:"ADD_JOB",job:Ee});else{const Ne=F.current,qe=Ne.jobs.some(it=>it.id===Ee.id);t(qe?{type:"SET_JOBS",jobs:Ne.jobs.map(it=>it.id===Ee.id?{...it,...Ee}:it)}:{type:"ADD_JOB",job:Ee})}Ee.status==="running"?t({type:"ADD_CRON_JOB",job:Ee}):t({type:"UPDATE_CRON_JOB",job:Ee});break}case"job.output":{const Ee=O.jobId,Ne=O.text;Ee&&Ne&&t({type:"APPEND_JOB_OUTPUT",jobId:Ee,text:Ne});break}case"task.scan.result":{const Ee=O.tasks??[];Z.info("TaskScan",`Scan result: ${Ee.length} tasks reported`,Ee),As.list().then(({agents:qe})=>{Z.info("TaskScan",`Reloaded ${qe.length} agents`),t({type:"SET_AGENTS",agents:qe})}),ar.list().then(({channels:qe})=>{Z.info("TaskScan",`Reloaded ${qe.length} channels`),t({type:"SET_CHANNELS",channels:qe})}),In.listAll("background").then(({tasks:qe})=>{Z.info("TaskScan",`Reloaded ${qe.length} cron tasks, merging scan data`),t({type:"SET_CRON_TASKS",cronTasks:qe}),t({type:"MERGE_SCAN_DATA",scanTasks:Ee.map(it=>({cronJobId:it.cronJobId,schedule:it.schedule,instructions:it.instructions??"",model:it.model,enabled:it.enabled}))})});const Ne=F.current;if(Ne.selectedAgentId){const qe=Ne.agents.find(it=>it.id===Ne.selectedAgentId);qe!=null&&qe.channelId&&In.list(qe.channelId).then(({tasks:it})=>{t({type:"SET_TASKS",tasks:it})})}break}case"status":break;case"models.list":Array.isArray(O.models)&&t({type:"SET_MODELS",models:O.models});break;case"task.schedule.ack":O.ok?Z.info("Task",`Schedule applied to OpenClaw: ${O.cronJobId}`):Z.error("Task",`Schedule push to OpenClaw failed: ${O.error}`,O);break;case"error":Z.error("Server",O.message,O);break}},[]);R.useEffect(()=>{a.current=q},[q]),R.useEffect(()=>{if(!e.user||!rh())return;const O=Kn();Z.info("WS",`Connecting WebSocket (session=${O.slice(0,8)}...)`);const w=new $k({userId:e.user.id,sessionId:O,getToken:rh,onMessage:ge=>{a.current(ge)},onStatusChange:ge=>{Z.info("WS",ge?"WebSocket connected":"WebSocket disconnected"),t({type:"SET_WS_CONNECTED",connected:ge})}});w.connect(),r.current=w,qk().catch(ge=>{Z.warn("Push",`Push init failed: ${ge}`)});const J=Wk(w);return()=>{J(),w.disconnect(),r.current=null}},[e.user]);const ce=R.useCallback(O=>{var w;Z.wsOut("WS",`${O.type}`,O),(w=r.current)==null||w.send(O)},[]),ie=R.useCallback(async O=>{t({type:"SET_DEFAULT_MODEL",model:O||null});try{await Dk.updateSettings({defaultModel:O||void 0})}catch(w){console.error("Failed to update default model:",w)}},[]),K=R.useCallback(O=>{const w=e.jobs.find(J=>J.id===O);w&&t({type:"SELECT_JOB",jobId:w.id,sessionKey:w.sessionKey||void 0})},[e.jobs]);if(R.useEffect(()=>{if(e.openclawConnected&&!k){const O=setTimeout(()=>{j()},1500);return()=>clearTimeout(O)}},[e.openclawConnected,k,j]),!e.user)return d.jsx(xa.Provider,{value:e,children:d.jsx(Es.Provider,{value:t,children:d.jsx(CD,{})})});if(!A)return d.jsx(xa.Provider,{value:e,children:d.jsx(Es.Provider,{value:t,children:d.jsx(AD,{onAccept:D})})});if(!k&&m&&e.channels.length===0&&!e.openclawConnected)return d.jsx(xa.Provider,{value:e,children:d.jsx(Es.Provider,{value:t,children:d.jsx(RD,{onSkip:j})})});e.agents.find(O=>O.id===e.selectedAgentId);const ee=e.tasks.find(O=>O.id===e.selectedTaskId),se=(ee==null?void 0:ee.kind)==="background",be=!!e.selectedSessionKey,M=e.activeView==="automations";return x?d.jsx(xa.Provider,{value:e,children:d.jsx(Es.Provider,{value:t,children:d.jsx(qD,{sendMessage:ce,theme:I,onToggleTheme:V,showSettings:c,onOpenSettings:()=>u(!0),onCloseSettings:()=>u(!1),handleDefaultModelChange:ie,handleSelectJob:K})})}):d.jsx(xa.Provider,{value:e,children:d.jsxs(Es.Provider,{value:t,children:[d.jsxs("div",{className:"flex flex-col h-screen",children:[d.jsxs("div",{className:"flex flex-1 min-h-0",children:[d.jsx(Xk,{onToggleTheme:V,onOpenSettings:()=>u(!0),theme:I}),d.jsxs(hl,{orientation:"horizontal",defaultLayout:S.defaultLayout,onLayoutChanged:S.onLayoutChanged,id:"botschat-main",className:"flex-1",children:[d.jsx(Nr,{id:"sidebar",defaultSize:"15%",minSize:"5%",maxSize:"30%",children:M?d.jsx(vS,{}):d.jsx(P1,{})}),d.jsx(ul,{}),d.jsx(Nr,{id:"content",children:M?d.jsx(SS,{}):d.jsx("div",{className:"flex-1 flex flex-col min-w-0 h-full",children:be?d.jsxs(hl,{orientation:"horizontal",defaultLayout:_.defaultLayout,onLayoutChanged:_.onLayoutChanged,id:"botschat-content",children:[se&&d.jsxs(d.Fragment,{children:[d.jsx(Nr,{id:"joblist",defaultSize:"15%",minSize:"5%",maxSize:"30%",children:d.jsx(LR,{jobs:e.jobs,selectedJobId:e.selectedJobId,onSelectJob:K})}),d.jsx(ul,{})]}),d.jsx(Nr,{id:"chat",children:d.jsx(xE,{sendMessage:ce})}),e.activeThreadId&&d.jsxs(d.Fragment,{children:[d.jsx(ul,{}),d.jsx(Nr,{id:"thread",defaultSize:"28%",minSize:"10%",maxSize:"50%",children:d.jsx(EE,{sendMessage:ce})})]})]}):d.jsx("div",{className:"flex-1 flex items-center justify-center",style:{background:"var(--bg-surface)"},children:d.jsxs("div",{className:"text-center",children:[d.jsx("svg",{className:"w-20 h-20 mx-auto mb-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1,style:{color:"var(--text-muted)"},children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"})}),d.jsx("p",{className:"text-body font-bold",style:{color:"var(--text-muted)"},children:"Select a channel to get started"}),d.jsx("p",{className:"text-caption mt-1",style:{color:"var(--text-muted)"},children:"Choose a channel from the sidebar"})]})})})})]})]}),d.jsx(zD,{})]}),c&&d.jsx("div",{className:"fixed inset-0 flex items-center justify-center z-50",style:{background:"rgba(0,0,0,0.5)"},onClick:()=>u(!1),children:d.jsxs("div",{className:"rounded-lg p-6 w-[540px] max-w-[90vw] max-h-[85vh] flex flex-col",style:{background:"var(--bg-surface)",boxShadow:"var(--shadow-lg)"},onClick:O=>O.stopPropagation(),children:[d.jsxs("div",{className:"flex items-center justify-between mb-4",children:[d.jsx("h2",{className:"text-h1 font-bold",style:{color:"var(--text-primary)"},children:"Settings"}),d.jsx("button",{onClick:()=>u(!1),className:"p-1 hover:bg-[--bg-hover] rounded",style:{color:"var(--text-muted)"},children:d.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:d.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"})})})]}),d.jsxs("div",{className:"flex gap-4 mb-4",style:{borderBottom:"1px solid var(--border)"},children:[d.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:f==="general"?"var(--text-primary)":"var(--text-muted)",borderBottom:f==="general"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>p("general"),children:"General"}),d.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:f==="connection"?"var(--text-primary)":"var(--text-muted)",borderBottom:f==="connection"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>p("connection"),children:"Connection"}),d.jsx("button",{className:"pb-2 text-caption font-bold transition-colors",style:{color:f==="security"?"var(--text-primary)":"var(--text-muted)",borderBottom:f==="security"?"2px solid var(--bg-active)":"2px solid transparent",marginBottom:"-1px"},onClick:()=>p("security"),children:"Security"})]}),d.jsxs("div",{className:"flex-1 min-h-0 overflow-y-auto",children:[f==="general"&&d.jsxs("div",{className:"space-y-5",children:[d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Default Model"}),d.jsx(Du,{value:e.defaultModel??"",onChange:ie,models:e.models,placeholder:"Not set (use agent default)"}),d.jsxs("p",{className:"text-tiny mt-1.5",style:{color:"var(--text-muted)"},children:["Default model for new conversations. You can override per session using"," ",d.jsx("code",{children:"/model"})," or per automation in its settings."]})]}),d.jsxs("div",{children:[d.jsx("label",{className:"block text-caption font-bold mb-1.5",style:{color:"var(--text-secondary)"},children:"Current Session Model"}),d.jsx("span",{className:"text-body font-mono",style:{color:e.sessionModel||e.defaultModel?"var(--text-primary)":"var(--text-muted)"},children:e.sessionModel??e.defaultModel??"Not connected"})]}),d.jsx(LD,{})]}),f==="connection"&&d.jsx(mS,{}),f==="security"&&d.jsx(gS,{})]}),d.jsx("div",{className:"mt-4 pt-4 flex justify-end",style:{borderTop:"1px solid var(--border)"},children:d.jsx("button",{onClick:()=>u(!1),className:"px-4 py-1.5 text-caption font-bold text-white rounded-sm",style:{background:"var(--bg-active)"},children:"Done"})})]})})]})})}WD();sn.isNativePlatform()&&(sr(async()=>{const{StatusBar:e,Style:t}=await import("./index-lVB82JKU.js");return{StatusBar:e,Style:t}},[]).then(({StatusBar:e,Style:t})=>{const r=document.documentElement.getAttribute("data-theme")!=="light";e.setStyle({style:r?t.Dark:t.Light}).catch(()=>{}),e.setOverlaysWebView({overlay:!0}).catch(()=>{})}),sr(async()=>{const{Keyboard:e}=await import("./index-Civeg2lm.js");return{Keyboard:e}},[]).then(({Keyboard:e})=>{e.setAccessoryBarVisible({isVisible:!0}).catch(()=>{}),e.addListener("keyboardWillShow",t=>{document.documentElement.style.setProperty("--keyboard-height",`${t.keyboardHeight}px`)}),e.addListener("keyboardWillHide",()=>{document.documentElement.style.setProperty("--keyboard-height","0px")})}));Pw.createRoot(document.getElementById("root")).render(d.jsx(dl.StrictMode,{children:d.jsx(JD,{})}));!sn.isNativePlatform()&&"serviceWorker"in navigator&&window.addEventListener("load",()=>{navigator.serviceWorker.register("/sw.js").catch(()=>{})});export{Us as C,Tl as E,Yi as F,yp as W,yl as _,Ms as a,ME as b,lI as c,eL as d,tL as e,sr as f,Oa as g,t3 as i,T3 as o,bp as r,n3 as v};
|