@agent-deck/backend 1.3.3 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/cli-runtime.d.ts +9 -0
- package/dist/cli-runtime.d.ts.map +1 -1
- package/dist/cli-runtime.js +20 -0
- package/dist/cli-runtime.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-index.js +2 -1
- package/dist/mcp-index.js.map +1 -1
- package/dist/mcp-server.d.ts +2 -1
- package/dist/mcp-server.d.ts.map +1 -1
- package/dist/mcp-server.js +8 -6
- package/dist/mcp-server.js.map +1 -1
- package/dist/mcp-tools/register.d.ts.map +1 -1
- package/dist/mcp-tools/register.js +60 -1
- package/dist/mcp-tools/register.js.map +1 -1
- package/dist/models/database.d.ts +32 -1
- package/dist/models/database.d.ts.map +1 -1
- package/dist/models/database.js +183 -0
- package/dist/models/database.js.map +1 -1
- package/dist/playbooks/apply-patch-ops.d.ts +15 -0
- package/dist/playbooks/apply-patch-ops.d.ts.map +1 -0
- package/dist/playbooks/apply-patch-ops.js +111 -0
- package/dist/playbooks/apply-patch-ops.js.map +1 -0
- package/dist/playbooks/patch-manager.d.ts +24 -0
- package/dist/playbooks/patch-manager.d.ts.map +1 -0
- package/dist/playbooks/patch-manager.js +188 -0
- package/dist/playbooks/patch-manager.js.map +1 -0
- package/dist/routes/playbook-patches.d.ts +6 -0
- package/dist/routes/playbook-patches.d.ts.map +1 -0
- package/dist/routes/playbook-patches.js +117 -0
- package/dist/routes/playbook-patches.js.map +1 -0
- package/dist/routes/playbooks.d.ts.map +1 -1
- package/dist/routes/playbooks.js +23 -0
- package/dist/routes/playbooks.js.map +1 -1
- package/dist/server/index.d.ts +2 -0
- package/dist/server/index.d.ts.map +1 -1
- package/dist/server/index.js +25 -1
- package/dist/server/index.js.map +1 -1
- package/package.json +6 -4
- package/static-ui/assets/index-CMnf8DzQ.css +1 -0
- package/static-ui/assets/index-DtJf3KTc.js +458 -0
- package/static-ui/index.html +2 -2
- package/static-ui/assets/index-BKyay5bV.js +0 -448
- package/static-ui/assets/index-CkjtWobR.css +0 -1
|
@@ -0,0 +1,458 @@
|
|
|
1
|
+
var oR=Object.defineProperty;var sw=e=>{throw TypeError(e)};var sR=(e,t,n)=>t in e?oR(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var po=(e,t,n)=>sR(e,typeof t!="symbol"?t+"":t,n),np=(e,t,n)=>t.has(e)||sw("Cannot "+n);var D=(e,t,n)=>(np(e,t,"read from private field"),n?n.call(e):t.get(e)),we=(e,t,n)=>t.has(e)?sw("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),le=(e,t,n,r)=>(np(e,t,"write to private field"),r?r.call(e,n):t.set(e,n),n),Ie=(e,t,n)=>(np(e,t,"access private method"),n);var _u=(e,t,n,r)=>({set _(o){le(e,t,o,n)},get _(){return D(e,t,r)}});function iR(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const s=Object.getOwnPropertyDescriptor(r,o);s&&Object.defineProperty(e,o,s.get?s:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))r(o);new MutationObserver(o=>{for(const s of o)if(s.type==="childList")for(const i of s.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&r(i)}).observe(document,{childList:!0,subtree:!0});function n(o){const s={};return o.integrity&&(s.integrity=o.integrity),o.referrerPolicy&&(s.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?s.credentials="include":o.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function r(o){if(o.ep)return;o.ep=!0;const s=n(o);fetch(o.href,s)}})();var Vd=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function il(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var w_={exports:{}},Yf={},b_={exports:{}},qe={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var Gc=Symbol.for("react.element"),aR=Symbol.for("react.portal"),lR=Symbol.for("react.fragment"),cR=Symbol.for("react.strict_mode"),uR=Symbol.for("react.profiler"),dR=Symbol.for("react.provider"),fR=Symbol.for("react.context"),hR=Symbol.for("react.forward_ref"),pR=Symbol.for("react.suspense"),mR=Symbol.for("react.memo"),gR=Symbol.for("react.lazy"),iw=Symbol.iterator;function yR(e){return e===null||typeof e!="object"?null:(e=iw&&e[iw]||e["@@iterator"],typeof e=="function"?e:null)}var k_={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},__=Object.assign,S_={};function al(e,t,n){this.props=e,this.context=t,this.refs=S_,this.updater=n||k_}al.prototype.isReactComponent={};al.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};al.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function C_(){}C_.prototype=al.prototype;function Fy(e,t,n){this.props=e,this.context=t,this.refs=S_,this.updater=n||k_}var Uy=Fy.prototype=new C_;Uy.constructor=Fy;__(Uy,al.prototype);Uy.isPureReactComponent=!0;var aw=Array.isArray,E_=Object.prototype.hasOwnProperty,qy={current:null},N_={key:!0,ref:!0,__self:!0,__source:!0};function P_(e,t,n){var r,o={},s=null,i=null;if(t!=null)for(r in t.ref!==void 0&&(i=t.ref),t.key!==void 0&&(s=""+t.key),t)E_.call(t,r)&&!N_.hasOwnProperty(r)&&(o[r]=t[r]);var a=arguments.length-2;if(a===1)o.children=n;else if(1<a){for(var l=Array(a),u=0;u<a;u++)l[u]=arguments[u+2];o.children=l}if(e&&e.defaultProps)for(r in a=e.defaultProps,a)o[r]===void 0&&(o[r]=a[r]);return{$$typeof:Gc,type:e,key:s,ref:i,props:o,_owner:qy.current}}function vR(e,t){return{$$typeof:Gc,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function Vy(e){return typeof e=="object"&&e!==null&&e.$$typeof===Gc}function xR(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var lw=/\/+/g;function rp(e,t){return typeof e=="object"&&e!==null&&e.key!=null?xR(""+e.key):t.toString(36)}function fd(e,t,n,r,o){var s=typeof e;(s==="undefined"||s==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(s){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case Gc:case aR:i=!0}}if(i)return i=e,o=o(i),e=r===""?"."+rp(i,0):r,aw(o)?(n="",e!=null&&(n=e.replace(lw,"$&/")+"/"),fd(o,t,n,"",function(u){return u})):o!=null&&(Vy(o)&&(o=vR(o,n+(!o.key||i&&i.key===o.key?"":(""+o.key).replace(lw,"$&/")+"/")+e)),t.push(o)),1;if(i=0,r=r===""?".":r+":",aw(e))for(var a=0;a<e.length;a++){s=e[a];var l=r+rp(s,a);i+=fd(s,t,n,l,o)}else if(l=yR(e),typeof l=="function")for(e=l.call(e),a=0;!(s=e.next()).done;)s=s.value,l=r+rp(s,a++),i+=fd(s,t,n,l,o);else if(s==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function Su(e,t,n){if(e==null)return e;var r=[],o=0;return fd(e,r,"","",function(s){return t.call(n,s,o++)}),r}function wR(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var Cn={current:null},hd={transition:null},bR={ReactCurrentDispatcher:Cn,ReactCurrentBatchConfig:hd,ReactCurrentOwner:qy};function j_(){throw Error("act(...) is not supported in production builds of React.")}qe.Children={map:Su,forEach:function(e,t,n){Su(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return Su(e,function(){t++}),t},toArray:function(e){return Su(e,function(t){return t})||[]},only:function(e){if(!Vy(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};qe.Component=al;qe.Fragment=lR;qe.Profiler=uR;qe.PureComponent=Fy;qe.StrictMode=cR;qe.Suspense=pR;qe.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=bR;qe.act=j_;qe.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=__({},e.props),o=e.key,s=e.ref,i=e._owner;if(t!=null){if(t.ref!==void 0&&(s=t.ref,i=qy.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var a=e.type.defaultProps;for(l in t)E_.call(t,l)&&!N_.hasOwnProperty(l)&&(r[l]=t[l]===void 0&&a!==void 0?a[l]:t[l])}var l=arguments.length-2;if(l===1)r.children=n;else if(1<l){a=Array(l);for(var u=0;u<l;u++)a[u]=arguments[u+2];r.children=a}return{$$typeof:Gc,type:e.type,key:o,ref:s,props:r,_owner:i}};qe.createContext=function(e){return e={$$typeof:fR,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:dR,_context:e},e.Consumer=e};qe.createElement=P_;qe.createFactory=function(e){var t=P_.bind(null,e);return t.type=e,t};qe.createRef=function(){return{current:null}};qe.forwardRef=function(e){return{$$typeof:hR,render:e}};qe.isValidElement=Vy;qe.lazy=function(e){return{$$typeof:gR,_payload:{_status:-1,_result:e},_init:wR}};qe.memo=function(e,t){return{$$typeof:mR,type:e,compare:t===void 0?null:t}};qe.startTransition=function(e){var t=hd.transition;hd.transition={};try{e()}finally{hd.transition=t}};qe.unstable_act=j_;qe.useCallback=function(e,t){return Cn.current.useCallback(e,t)};qe.useContext=function(e){return Cn.current.useContext(e)};qe.useDebugValue=function(){};qe.useDeferredValue=function(e){return Cn.current.useDeferredValue(e)};qe.useEffect=function(e,t){return Cn.current.useEffect(e,t)};qe.useId=function(){return Cn.current.useId()};qe.useImperativeHandle=function(e,t,n){return Cn.current.useImperativeHandle(e,t,n)};qe.useInsertionEffect=function(e,t){return Cn.current.useInsertionEffect(e,t)};qe.useLayoutEffect=function(e,t){return Cn.current.useLayoutEffect(e,t)};qe.useMemo=function(e,t){return Cn.current.useMemo(e,t)};qe.useReducer=function(e,t,n){return Cn.current.useReducer(e,t,n)};qe.useRef=function(e){return Cn.current.useRef(e)};qe.useState=function(e){return Cn.current.useState(e)};qe.useSyncExternalStore=function(e,t,n){return Cn.current.useSyncExternalStore(e,t,n)};qe.useTransition=function(){return Cn.current.useTransition()};qe.version="18.3.1";b_.exports=qe;var b=b_.exports;const Wr=il(b),Hy=iR({__proto__:null,default:Wr},[b]);/**
|
|
10
|
+
* @license React
|
|
11
|
+
* react-jsx-runtime.production.min.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Facebook, Inc. and its 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 kR=b,_R=Symbol.for("react.element"),SR=Symbol.for("react.fragment"),CR=Object.prototype.hasOwnProperty,ER=kR.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,NR={key:!0,ref:!0,__self:!0,__source:!0};function T_(e,t,n){var r,o={},s=null,i=null;n!==void 0&&(s=""+n),t.key!==void 0&&(s=""+t.key),t.ref!==void 0&&(i=t.ref);for(r in t)CR.call(t,r)&&!NR.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps,t)o[r]===void 0&&(o[r]=t[r]);return{$$typeof:_R,type:e,key:s,ref:i,props:o,_owner:ER.current}}Yf.Fragment=SR;Yf.jsx=T_;Yf.jsxs=T_;w_.exports=Yf;var c=w_.exports,$_={exports:{}},Yn={},R_={exports:{}},I_={};/**
|
|
18
|
+
* @license React
|
|
19
|
+
* scheduler.production.min.js
|
|
20
|
+
*
|
|
21
|
+
* Copyright (c) Facebook, Inc. and its 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
|
+
*/(function(e){function t(q,H){var N=q.length;q.push(H);e:for(;0<N;){var O=N-1>>>1,U=q[O];if(0<o(U,H))q[O]=H,q[N]=U,N=O;else break e}}function n(q){return q.length===0?null:q[0]}function r(q){if(q.length===0)return null;var H=q[0],N=q.pop();if(N!==H){q[0]=N;e:for(var O=0,U=q.length,_=U>>>1;O<_;){var C=2*(O+1)-1,$=q[C],M=C+1,B=q[M];if(0>o($,N))M<U&&0>o(B,$)?(q[O]=B,q[M]=N,O=M):(q[O]=$,q[C]=N,O=C);else if(M<U&&0>o(B,N))q[O]=B,q[M]=N,O=M;else break e}}return H}function o(q,H){var N=q.sortIndex-H.sortIndex;return N!==0?N:q.id-H.id}if(typeof performance=="object"&&typeof performance.now=="function"){var s=performance;e.unstable_now=function(){return s.now()}}else{var i=Date,a=i.now();e.unstable_now=function(){return i.now()-a}}var l=[],u=[],d=1,f=null,p=3,h=!1,y=!1,m=!1,x=typeof setTimeout=="function"?setTimeout:null,g=typeof clearTimeout=="function"?clearTimeout:null,v=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function w(q){for(var H=n(u);H!==null;){if(H.callback===null)r(u);else if(H.startTime<=q)r(u),H.sortIndex=H.expirationTime,t(l,H);else break;H=n(u)}}function k(q){if(m=!1,w(q),!y)if(n(l)!==null)y=!0,Z(E);else{var H=n(u);H!==null&&K(k,H.startTime-q)}}function E(q,H){y=!1,m&&(m=!1,g(A),A=-1),h=!0;var N=p;try{for(w(H),f=n(l);f!==null&&(!(f.expirationTime>H)||q&&!T());){var O=f.callback;if(typeof O=="function"){f.callback=null,p=f.priorityLevel;var U=O(f.expirationTime<=H);H=e.unstable_now(),typeof U=="function"?f.callback=U:f===n(l)&&r(l),w(H)}else r(l);f=n(l)}if(f!==null)var _=!0;else{var C=n(u);C!==null&&K(k,C.startTime-H),_=!1}return _}finally{f=null,p=N,h=!1}}var P=!1,S=null,A=-1,j=5,R=-1;function T(){return!(e.unstable_now()-R<j)}function I(){if(S!==null){var q=e.unstable_now();R=q;var H=!0;try{H=S(!0,q)}finally{H?F():(P=!1,S=null)}}else P=!1}var F;if(typeof v=="function")F=function(){v(I)};else if(typeof MessageChannel<"u"){var z=new MessageChannel,V=z.port2;z.port1.onmessage=I,F=function(){V.postMessage(null)}}else F=function(){x(I,0)};function Z(q){S=q,P||(P=!0,F())}function K(q,H){A=x(function(){q(e.unstable_now())},H)}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(q){q.callback=null},e.unstable_continueExecution=function(){y||h||(y=!0,Z(E))},e.unstable_forceFrameRate=function(q){0>q||125<q?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):j=0<q?Math.floor(1e3/q):5},e.unstable_getCurrentPriorityLevel=function(){return p},e.unstable_getFirstCallbackNode=function(){return n(l)},e.unstable_next=function(q){switch(p){case 1:case 2:case 3:var H=3;break;default:H=p}var N=p;p=H;try{return q()}finally{p=N}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(q,H){switch(q){case 1:case 2:case 3:case 4:case 5:break;default:q=3}var N=p;p=q;try{return H()}finally{p=N}},e.unstable_scheduleCallback=function(q,H,N){var O=e.unstable_now();switch(typeof N=="object"&&N!==null?(N=N.delay,N=typeof N=="number"&&0<N?O+N:O):N=O,q){case 1:var U=-1;break;case 2:U=250;break;case 5:U=1073741823;break;case 4:U=1e4;break;default:U=5e3}return U=N+U,q={id:d++,callback:H,priorityLevel:q,startTime:N,expirationTime:U,sortIndex:-1},N>O?(q.sortIndex=N,t(u,q),n(l)===null&&q===n(u)&&(m?(g(A),A=-1):m=!0,K(k,N-O))):(q.sortIndex=U,t(l,q),y||h||(y=!0,Z(E))),q},e.unstable_shouldYield=T,e.unstable_wrapCallback=function(q){var H=p;return function(){var N=p;p=H;try{return q.apply(this,arguments)}finally{p=N}}}})(I_);R_.exports=I_;var PR=R_.exports;/**
|
|
26
|
+
* @license React
|
|
27
|
+
* react-dom.production.min.js
|
|
28
|
+
*
|
|
29
|
+
* Copyright (c) Facebook, Inc. and its 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 jR=b,Jn=PR;function Y(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var A_=new Set,xc={};function Oi(e,t){Va(e,t),Va(e+"Capture",t)}function Va(e,t){for(xc[e]=t,e=0;e<t.length;e++)A_.add(t[e])}var Ro=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),_m=Object.prototype.hasOwnProperty,TR=/^[: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]*$/,cw={},uw={};function $R(e){return _m.call(uw,e)?!0:_m.call(cw,e)?!1:TR.test(e)?uw[e]=!0:(cw[e]=!0,!1)}function RR(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function IR(e,t,n,r){if(t===null||typeof t>"u"||RR(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function En(e,t,n,r,o,s,i){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=s,this.removeEmptyString=i}var nn={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){nn[e]=new En(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];nn[t]=new En(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){nn[e]=new En(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){nn[e]=new En(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){nn[e]=new En(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){nn[e]=new En(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){nn[e]=new En(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){nn[e]=new En(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){nn[e]=new En(e,5,!1,e.toLowerCase(),null,!1,!1)});var By=/[\-:]([a-z])/g;function Wy(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(By,Wy);nn[t]=new En(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(By,Wy);nn[t]=new En(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(By,Wy);nn[t]=new En(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){nn[e]=new En(e,1,!1,e.toLowerCase(),null,!1,!1)});nn.xlinkHref=new En("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){nn[e]=new En(e,1,!1,e.toLowerCase(),null,!0,!0)});function Ky(e,t,n,r){var o=nn.hasOwnProperty(t)?nn[t]:null;(o!==null?o.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(IR(t,n,o,r)&&(n=null),r||o===null?$R(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=n===null?o.type===3?!1:"":n:(t=o.attributeName,r=o.attributeNamespace,n===null?e.removeAttribute(t):(o=o.type,n=o===3||o===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var Lo=jR.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Cu=Symbol.for("react.element"),na=Symbol.for("react.portal"),ra=Symbol.for("react.fragment"),Zy=Symbol.for("react.strict_mode"),Sm=Symbol.for("react.profiler"),O_=Symbol.for("react.provider"),M_=Symbol.for("react.context"),Qy=Symbol.for("react.forward_ref"),Cm=Symbol.for("react.suspense"),Em=Symbol.for("react.suspense_list"),Gy=Symbol.for("react.memo"),Yo=Symbol.for("react.lazy"),D_=Symbol.for("react.offscreen"),dw=Symbol.iterator;function _l(e){return e===null||typeof e!="object"?null:(e=dw&&e[dw]||e["@@iterator"],typeof e=="function"?e:null)}var Et=Object.assign,op;function Fl(e){if(op===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);op=t&&t[1]||""}return`
|
|
34
|
+
`+op+e}var sp=!1;function ip(e,t){if(!e||sp)return"";sp=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(u){var r=u}Reflect.construct(e,[],t)}else{try{t.call()}catch(u){r=u}e.call(t.prototype)}else{try{throw Error()}catch(u){r=u}e()}}catch(u){if(u&&r&&typeof u.stack=="string"){for(var o=u.stack.split(`
|
|
35
|
+
`),s=r.stack.split(`
|
|
36
|
+
`),i=o.length-1,a=s.length-1;1<=i&&0<=a&&o[i]!==s[a];)a--;for(;1<=i&&0<=a;i--,a--)if(o[i]!==s[a]){if(i!==1||a!==1)do if(i--,a--,0>a||o[i]!==s[a]){var l=`
|
|
37
|
+
`+o[i].replace(" at new "," at ");return e.displayName&&l.includes("<anonymous>")&&(l=l.replace("<anonymous>",e.displayName)),l}while(1<=i&&0<=a);break}}}finally{sp=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Fl(e):""}function AR(e){switch(e.tag){case 5:return Fl(e.type);case 16:return Fl("Lazy");case 13:return Fl("Suspense");case 19:return Fl("SuspenseList");case 0:case 2:case 15:return e=ip(e.type,!1),e;case 11:return e=ip(e.type.render,!1),e;case 1:return e=ip(e.type,!0),e;default:return""}}function Nm(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case ra:return"Fragment";case na:return"Portal";case Sm:return"Profiler";case Zy:return"StrictMode";case Cm:return"Suspense";case Em:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case M_:return(e.displayName||"Context")+".Consumer";case O_:return(e._context.displayName||"Context")+".Provider";case Qy:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Gy:return t=e.displayName||null,t!==null?t:Nm(e.type)||"Memo";case Yo:t=e._payload,e=e._init;try{return Nm(e(t))}catch{}}return null}function OR(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Nm(t);case 8:return t===Zy?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function js(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function z_(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function MR(e){var t=z_(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var o=n.get,s=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(i){r=""+i,s.call(this,i)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(i){r=""+i},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Eu(e){e._valueTracker||(e._valueTracker=MR(e))}function L_(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=z_(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function Hd(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function Pm(e,t){var n=t.checked;return Et({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function fw(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=js(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function F_(e,t){t=t.checked,t!=null&&Ky(e,"checked",t,!1)}function jm(e,t){F_(e,t);var n=js(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Tm(e,t.type,n):t.hasOwnProperty("defaultValue")&&Tm(e,t.type,js(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function hw(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function Tm(e,t,n){(t!=="number"||Hd(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var Ul=Array.isArray;function ya(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+js(n),t=null,o=0;o<e.length;o++){if(e[o].value===n){e[o].selected=!0,r&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function $m(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(Y(91));return Et({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function pw(e,t){var n=t.value;if(n==null){if(n=t.children,t=t.defaultValue,n!=null){if(t!=null)throw Error(Y(92));if(Ul(n)){if(1<n.length)throw Error(Y(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:js(n)}}function U_(e,t){var n=js(t.value),r=js(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function mw(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function q_(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Rm(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?q_(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Nu,V_=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Nu=Nu||document.createElement("div"),Nu.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Nu.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function wc(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var Jl={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},DR=["Webkit","ms","Moz","O"];Object.keys(Jl).forEach(function(e){DR.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Jl[t]=Jl[e]})});function H_(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||Jl.hasOwnProperty(e)&&Jl[e]?(""+t).trim():t+"px"}function B_(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,o=H_(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}var zR=Et({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Im(e,t){if(t){if(zR[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(Y(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(Y(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(Y(61))}if(t.style!=null&&typeof t.style!="object")throw Error(Y(62))}}function Am(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Om=null;function Jy(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Mm=null,va=null,xa=null;function gw(e){if(e=Xc(e)){if(typeof Mm!="function")throw Error(Y(280));var t=e.stateNode;t&&(t=rh(t),Mm(e.stateNode,e.type,t))}}function W_(e){va?xa?xa.push(e):xa=[e]:va=e}function K_(){if(va){var e=va,t=xa;if(xa=va=null,gw(e),t)for(e=0;e<t.length;e++)gw(t[e])}}function Z_(e,t){return e(t)}function Q_(){}var ap=!1;function G_(e,t,n){if(ap)return e(t,n);ap=!0;try{return Z_(e,t,n)}finally{ap=!1,(va!==null||xa!==null)&&(Q_(),K_())}}function bc(e,t){var n=e.stateNode;if(n===null)return null;var r=rh(n);if(r===null)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(n&&typeof n!="function")throw Error(Y(231,t,typeof n));return n}var Dm=!1;if(Ro)try{var Sl={};Object.defineProperty(Sl,"passive",{get:function(){Dm=!0}}),window.addEventListener("test",Sl,Sl),window.removeEventListener("test",Sl,Sl)}catch{Dm=!1}function LR(e,t,n,r,o,s,i,a,l){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(d){this.onError(d)}}var Yl=!1,Bd=null,Wd=!1,zm=null,FR={onError:function(e){Yl=!0,Bd=e}};function UR(e,t,n,r,o,s,i,a,l){Yl=!1,Bd=null,LR.apply(FR,arguments)}function qR(e,t,n,r,o,s,i,a,l){if(UR.apply(this,arguments),Yl){if(Yl){var u=Bd;Yl=!1,Bd=null}else throw Error(Y(198));Wd||(Wd=!0,zm=u)}}function Mi(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function J_(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function yw(e){if(Mi(e)!==e)throw Error(Y(188))}function VR(e){var t=e.alternate;if(!t){if(t=Mi(e),t===null)throw Error(Y(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(o===null)break;var s=o.alternate;if(s===null){if(r=o.return,r!==null){n=r;continue}break}if(o.child===s.child){for(s=o.child;s;){if(s===n)return yw(o),e;if(s===r)return yw(o),t;s=s.sibling}throw Error(Y(188))}if(n.return!==r.return)n=o,r=s;else{for(var i=!1,a=o.child;a;){if(a===n){i=!0,n=o,r=s;break}if(a===r){i=!0,r=o,n=s;break}a=a.sibling}if(!i){for(a=s.child;a;){if(a===n){i=!0,n=s,r=o;break}if(a===r){i=!0,r=s,n=o;break}a=a.sibling}if(!i)throw Error(Y(189))}}if(n.alternate!==r)throw Error(Y(190))}if(n.tag!==3)throw Error(Y(188));return n.stateNode.current===n?e:t}function Y_(e){return e=VR(e),e!==null?X_(e):null}function X_(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=X_(e);if(t!==null)return t;e=e.sibling}return null}var eS=Jn.unstable_scheduleCallback,vw=Jn.unstable_cancelCallback,HR=Jn.unstable_shouldYield,BR=Jn.unstable_requestPaint,Rt=Jn.unstable_now,WR=Jn.unstable_getCurrentPriorityLevel,Yy=Jn.unstable_ImmediatePriority,tS=Jn.unstable_UserBlockingPriority,Kd=Jn.unstable_NormalPriority,KR=Jn.unstable_LowPriority,nS=Jn.unstable_IdlePriority,Xf=null,oo=null;function ZR(e){if(oo&&typeof oo.onCommitFiberRoot=="function")try{oo.onCommitFiberRoot(Xf,e,void 0,(e.current.flags&128)===128)}catch{}}var Ir=Math.clz32?Math.clz32:JR,QR=Math.log,GR=Math.LN2;function JR(e){return e>>>=0,e===0?32:31-(QR(e)/GR|0)|0}var Pu=64,ju=4194304;function ql(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64: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 e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Zd(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,o=e.suspendedLanes,s=e.pingedLanes,i=n&268435455;if(i!==0){var a=i&~o;a!==0?r=ql(a):(s&=i,s!==0&&(r=ql(s)))}else i=n&~o,i!==0?r=ql(i):s!==0&&(r=ql(s));if(r===0)return 0;if(t!==0&&t!==r&&!(t&o)&&(o=r&-r,s=t&-t,o>=s||o===16&&(s&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0<t;)n=31-Ir(t),o=1<<n,r|=e[n],t&=~o;return r}function YR(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64: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 t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function XR(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,s=e.pendingLanes;0<s;){var i=31-Ir(s),a=1<<i,l=o[i];l===-1?(!(a&n)||a&r)&&(o[i]=YR(a,t)):l<=t&&(e.expiredLanes|=a),s&=~a}}function Lm(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function rS(){var e=Pu;return Pu<<=1,!(Pu&4194240)&&(Pu=64),e}function lp(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Jc(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Ir(t),e[t]=n}function eI(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var o=31-Ir(n),s=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~s}}function Xy(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-Ir(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var Xe=0;function oS(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var sS,ev,iS,aS,lS,Fm=!1,Tu=[],vs=null,xs=null,ws=null,kc=new Map,_c=new Map,rs=[],tI="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 submit".split(" ");function xw(e,t){switch(e){case"focusin":case"focusout":vs=null;break;case"dragenter":case"dragleave":xs=null;break;case"mouseover":case"mouseout":ws=null;break;case"pointerover":case"pointerout":kc.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":_c.delete(t.pointerId)}}function Cl(e,t,n,r,o,s){return e===null||e.nativeEvent!==s?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:s,targetContainers:[o]},t!==null&&(t=Xc(t),t!==null&&ev(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function nI(e,t,n,r,o){switch(t){case"focusin":return vs=Cl(vs,e,t,n,r,o),!0;case"dragenter":return xs=Cl(xs,e,t,n,r,o),!0;case"mouseover":return ws=Cl(ws,e,t,n,r,o),!0;case"pointerover":var s=o.pointerId;return kc.set(s,Cl(kc.get(s)||null,e,t,n,r,o)),!0;case"gotpointercapture":return s=o.pointerId,_c.set(s,Cl(_c.get(s)||null,e,t,n,r,o)),!0}return!1}function cS(e){var t=oi(e.target);if(t!==null){var n=Mi(t);if(n!==null){if(t=n.tag,t===13){if(t=J_(n),t!==null){e.blockedOn=t,lS(e.priority,function(){iS(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function pd(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=Um(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);Om=r,n.target.dispatchEvent(r),Om=null}else return t=Xc(n),t!==null&&ev(t),e.blockedOn=n,!1;t.shift()}return!0}function ww(e,t,n){pd(e)&&n.delete(t)}function rI(){Fm=!1,vs!==null&&pd(vs)&&(vs=null),xs!==null&&pd(xs)&&(xs=null),ws!==null&&pd(ws)&&(ws=null),kc.forEach(ww),_c.forEach(ww)}function El(e,t){e.blockedOn===t&&(e.blockedOn=null,Fm||(Fm=!0,Jn.unstable_scheduleCallback(Jn.unstable_NormalPriority,rI)))}function Sc(e){function t(o){return El(o,e)}if(0<Tu.length){El(Tu[0],e);for(var n=1;n<Tu.length;n++){var r=Tu[n];r.blockedOn===e&&(r.blockedOn=null)}}for(vs!==null&&El(vs,e),xs!==null&&El(xs,e),ws!==null&&El(ws,e),kc.forEach(t),_c.forEach(t),n=0;n<rs.length;n++)r=rs[n],r.blockedOn===e&&(r.blockedOn=null);for(;0<rs.length&&(n=rs[0],n.blockedOn===null);)cS(n),n.blockedOn===null&&rs.shift()}var wa=Lo.ReactCurrentBatchConfig,Qd=!0;function oI(e,t,n,r){var o=Xe,s=wa.transition;wa.transition=null;try{Xe=1,tv(e,t,n,r)}finally{Xe=o,wa.transition=s}}function sI(e,t,n,r){var o=Xe,s=wa.transition;wa.transition=null;try{Xe=4,tv(e,t,n,r)}finally{Xe=o,wa.transition=s}}function tv(e,t,n,r){if(Qd){var o=Um(e,t,n,r);if(o===null)vp(e,t,r,Gd,n),xw(e,r);else if(nI(o,e,t,n,r))r.stopPropagation();else if(xw(e,r),t&4&&-1<tI.indexOf(e)){for(;o!==null;){var s=Xc(o);if(s!==null&&sS(s),s=Um(e,t,n,r),s===null&&vp(e,t,r,Gd,n),s===o)break;o=s}o!==null&&r.stopPropagation()}else vp(e,t,r,null,n)}}var Gd=null;function Um(e,t,n,r){if(Gd=null,e=Jy(r),e=oi(e),e!==null)if(t=Mi(e),t===null)e=null;else if(n=t.tag,n===13){if(e=J_(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Gd=e,null}function uS(e){switch(e){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"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 1;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"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(WR()){case Yy:return 1;case tS:return 4;case Kd:case KR:return 16;case nS:return 536870912;default:return 16}default:return 16}}var ms=null,nv=null,md=null;function dS(){if(md)return md;var e,t=nv,n=t.length,r,o="value"in ms?ms.value:ms.textContent,s=o.length;for(e=0;e<n&&t[e]===o[e];e++);var i=n-e;for(r=1;r<=i&&t[n-r]===o[s-r];r++);return md=o.slice(e,1<r?1-r:void 0)}function gd(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function $u(){return!0}function bw(){return!1}function Xn(e){function t(n,r,o,s,i){this._reactName=n,this._targetInst=o,this.type=r,this.nativeEvent=s,this.target=i,this.currentTarget=null;for(var a in e)e.hasOwnProperty(a)&&(n=e[a],this[a]=n?n(s):s[a]);return this.isDefaultPrevented=(s.defaultPrevented!=null?s.defaultPrevented:s.returnValue===!1)?$u:bw,this.isPropagationStopped=bw,this}return Et(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=$u)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=$u)},persist:function(){},isPersistent:$u}),t}var ll={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},rv=Xn(ll),Yc=Et({},ll,{view:0,detail:0}),iI=Xn(Yc),cp,up,Nl,eh=Et({},Yc,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:ov,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Nl&&(Nl&&e.type==="mousemove"?(cp=e.screenX-Nl.screenX,up=e.screenY-Nl.screenY):up=cp=0,Nl=e),cp)},movementY:function(e){return"movementY"in e?e.movementY:up}}),kw=Xn(eh),aI=Et({},eh,{dataTransfer:0}),lI=Xn(aI),cI=Et({},Yc,{relatedTarget:0}),dp=Xn(cI),uI=Et({},ll,{animationName:0,elapsedTime:0,pseudoElement:0}),dI=Xn(uI),fI=Et({},ll,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),hI=Xn(fI),pI=Et({},ll,{data:0}),_w=Xn(pI),mI={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},gI={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"},yI={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function vI(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=yI[e])?!!t[e]:!1}function ov(){return vI}var xI=Et({},Yc,{key:function(e){if(e.key){var t=mI[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=gd(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?gI[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:ov,charCode:function(e){return e.type==="keypress"?gd(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?gd(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),wI=Xn(xI),bI=Et({},eh,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Sw=Xn(bI),kI=Et({},Yc,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:ov}),_I=Xn(kI),SI=Et({},ll,{propertyName:0,elapsedTime:0,pseudoElement:0}),CI=Xn(SI),EI=Et({},eh,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),NI=Xn(EI),PI=[9,13,27,32],sv=Ro&&"CompositionEvent"in window,Xl=null;Ro&&"documentMode"in document&&(Xl=document.documentMode);var jI=Ro&&"TextEvent"in window&&!Xl,fS=Ro&&(!sv||Xl&&8<Xl&&11>=Xl),Cw=" ",Ew=!1;function hS(e,t){switch(e){case"keyup":return PI.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function pS(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var oa=!1;function TI(e,t){switch(e){case"compositionend":return pS(t);case"keypress":return t.which!==32?null:(Ew=!0,Cw);case"textInput":return e=t.data,e===Cw&&Ew?null:e;default:return null}}function $I(e,t){if(oa)return e==="compositionend"||!sv&&hS(e,t)?(e=dS(),md=nv=ms=null,oa=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return fS&&t.locale!=="ko"?null:t.data;default:return null}}var RI={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 Nw(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!RI[e.type]:t==="textarea"}function mS(e,t,n,r){W_(r),t=Jd(t,"onChange"),0<t.length&&(n=new rv("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var ec=null,Cc=null;function II(e){ES(e,0)}function th(e){var t=aa(e);if(L_(t))return e}function AI(e,t){if(e==="change")return t}var gS=!1;if(Ro){var fp;if(Ro){var hp="oninput"in document;if(!hp){var Pw=document.createElement("div");Pw.setAttribute("oninput","return;"),hp=typeof Pw.oninput=="function"}fp=hp}else fp=!1;gS=fp&&(!document.documentMode||9<document.documentMode)}function jw(){ec&&(ec.detachEvent("onpropertychange",yS),Cc=ec=null)}function yS(e){if(e.propertyName==="value"&&th(Cc)){var t=[];mS(t,Cc,e,Jy(e)),G_(II,t)}}function OI(e,t,n){e==="focusin"?(jw(),ec=t,Cc=n,ec.attachEvent("onpropertychange",yS)):e==="focusout"&&jw()}function MI(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return th(Cc)}function DI(e,t){if(e==="click")return th(t)}function zI(e,t){if(e==="input"||e==="change")return th(t)}function LI(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Dr=typeof Object.is=="function"?Object.is:LI;function Ec(e,t){if(Dr(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var o=n[r];if(!_m.call(t,o)||!Dr(e[o],t[o]))return!1}return!0}function Tw(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function $w(e,t){var n=Tw(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=Tw(n)}}function vS(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?vS(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function xS(){for(var e=window,t=Hd();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=Hd(e.document)}return t}function iv(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function FI(e){var t=xS(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&vS(n.ownerDocument.documentElement,n)){if(r!==null&&iv(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=n.textContent.length,s=Math.min(r.start,o);r=r.end===void 0?s:Math.min(r.end,o),!e.extend&&s>r&&(o=r,r=s,s=o),o=$w(n,s);var i=$w(n,r);o&&i&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),s>r?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<t.length;n++)e=t[n],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var UI=Ro&&"documentMode"in document&&11>=document.documentMode,sa=null,qm=null,tc=null,Vm=!1;function Rw(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Vm||sa==null||sa!==Hd(r)||(r=sa,"selectionStart"in r&&iv(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),tc&&Ec(tc,r)||(tc=r,r=Jd(qm,"onSelect"),0<r.length&&(t=new rv("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=sa)))}function Ru(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var ia={animationend:Ru("Animation","AnimationEnd"),animationiteration:Ru("Animation","AnimationIteration"),animationstart:Ru("Animation","AnimationStart"),transitionend:Ru("Transition","TransitionEnd")},pp={},wS={};Ro&&(wS=document.createElement("div").style,"AnimationEvent"in window||(delete ia.animationend.animation,delete ia.animationiteration.animation,delete ia.animationstart.animation),"TransitionEvent"in window||delete ia.transitionend.transition);function nh(e){if(pp[e])return pp[e];if(!ia[e])return e;var t=ia[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in wS)return pp[e]=t[n];return e}var bS=nh("animationend"),kS=nh("animationiteration"),_S=nh("animationstart"),SS=nh("transitionend"),CS=new Map,Iw="abort auxClick 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(" ");function Ms(e,t){CS.set(e,t),Oi(t,[e])}for(var mp=0;mp<Iw.length;mp++){var gp=Iw[mp],qI=gp.toLowerCase(),VI=gp[0].toUpperCase()+gp.slice(1);Ms(qI,"on"+VI)}Ms(bS,"onAnimationEnd");Ms(kS,"onAnimationIteration");Ms(_S,"onAnimationStart");Ms("dblclick","onDoubleClick");Ms("focusin","onFocus");Ms("focusout","onBlur");Ms(SS,"onTransitionEnd");Va("onMouseEnter",["mouseout","mouseover"]);Va("onMouseLeave",["mouseout","mouseover"]);Va("onPointerEnter",["pointerout","pointerover"]);Va("onPointerLeave",["pointerout","pointerover"]);Oi("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));Oi("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));Oi("onBeforeInput",["compositionend","keypress","textInput","paste"]);Oi("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));Oi("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));Oi("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Vl="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(" "),HI=new Set("cancel close invalid load scroll toggle".split(" ").concat(Vl));function Aw(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,qR(r,t,void 0,e),e.currentTarget=null}function ES(e,t){t=(t&4)!==0;for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var s=void 0;if(t)for(var i=r.length-1;0<=i;i--){var a=r[i],l=a.instance,u=a.currentTarget;if(a=a.listener,l!==s&&o.isPropagationStopped())break e;Aw(o,a,u),s=l}else for(i=0;i<r.length;i++){if(a=r[i],l=a.instance,u=a.currentTarget,a=a.listener,l!==s&&o.isPropagationStopped())break e;Aw(o,a,u),s=l}}}if(Wd)throw e=zm,Wd=!1,zm=null,e}function ct(e,t){var n=t[Zm];n===void 0&&(n=t[Zm]=new Set);var r=e+"__bubble";n.has(r)||(NS(t,e,2,!1),n.add(r))}function yp(e,t,n){var r=0;t&&(r|=4),NS(n,e,r,t)}var Iu="_reactListening"+Math.random().toString(36).slice(2);function Nc(e){if(!e[Iu]){e[Iu]=!0,A_.forEach(function(n){n!=="selectionchange"&&(HI.has(n)||yp(n,!1,e),yp(n,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Iu]||(t[Iu]=!0,yp("selectionchange",!1,t))}}function NS(e,t,n,r){switch(uS(t)){case 1:var o=oI;break;case 4:o=sI;break;default:o=tv}n=o.bind(null,t,n,e),o=void 0,!Dm||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),r?o!==void 0?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):o!==void 0?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function vp(e,t,n,r,o){var s=r;if(!(t&1)&&!(t&2)&&r!==null)e:for(;;){if(r===null)return;var i=r.tag;if(i===3||i===4){var a=r.stateNode.containerInfo;if(a===o||a.nodeType===8&&a.parentNode===o)break;if(i===4)for(i=r.return;i!==null;){var l=i.tag;if((l===3||l===4)&&(l=i.stateNode.containerInfo,l===o||l.nodeType===8&&l.parentNode===o))return;i=i.return}for(;a!==null;){if(i=oi(a),i===null)return;if(l=i.tag,l===5||l===6){r=s=i;continue e}a=a.parentNode}}r=r.return}G_(function(){var u=s,d=Jy(n),f=[];e:{var p=CS.get(e);if(p!==void 0){var h=rv,y=e;switch(e){case"keypress":if(gd(n)===0)break e;case"keydown":case"keyup":h=wI;break;case"focusin":y="focus",h=dp;break;case"focusout":y="blur",h=dp;break;case"beforeblur":case"afterblur":h=dp;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":h=kw;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":h=lI;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":h=_I;break;case bS:case kS:case _S:h=dI;break;case SS:h=CI;break;case"scroll":h=iI;break;case"wheel":h=NI;break;case"copy":case"cut":case"paste":h=hI;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":h=Sw}var m=(t&4)!==0,x=!m&&e==="scroll",g=m?p!==null?p+"Capture":null:p;m=[];for(var v=u,w;v!==null;){w=v;var k=w.stateNode;if(w.tag===5&&k!==null&&(w=k,g!==null&&(k=bc(v,g),k!=null&&m.push(Pc(v,k,w)))),x)break;v=v.return}0<m.length&&(p=new h(p,y,null,n,d),f.push({event:p,listeners:m}))}}if(!(t&7)){e:{if(p=e==="mouseover"||e==="pointerover",h=e==="mouseout"||e==="pointerout",p&&n!==Om&&(y=n.relatedTarget||n.fromElement)&&(oi(y)||y[Io]))break e;if((h||p)&&(p=d.window===d?d:(p=d.ownerDocument)?p.defaultView||p.parentWindow:window,h?(y=n.relatedTarget||n.toElement,h=u,y=y?oi(y):null,y!==null&&(x=Mi(y),y!==x||y.tag!==5&&y.tag!==6)&&(y=null)):(h=null,y=u),h!==y)){if(m=kw,k="onMouseLeave",g="onMouseEnter",v="mouse",(e==="pointerout"||e==="pointerover")&&(m=Sw,k="onPointerLeave",g="onPointerEnter",v="pointer"),x=h==null?p:aa(h),w=y==null?p:aa(y),p=new m(k,v+"leave",h,n,d),p.target=x,p.relatedTarget=w,k=null,oi(d)===u&&(m=new m(g,v+"enter",y,n,d),m.target=w,m.relatedTarget=x,k=m),x=k,h&&y)t:{for(m=h,g=y,v=0,w=m;w;w=Ui(w))v++;for(w=0,k=g;k;k=Ui(k))w++;for(;0<v-w;)m=Ui(m),v--;for(;0<w-v;)g=Ui(g),w--;for(;v--;){if(m===g||g!==null&&m===g.alternate)break t;m=Ui(m),g=Ui(g)}m=null}else m=null;h!==null&&Ow(f,p,h,m,!1),y!==null&&x!==null&&Ow(f,x,y,m,!0)}}e:{if(p=u?aa(u):window,h=p.nodeName&&p.nodeName.toLowerCase(),h==="select"||h==="input"&&p.type==="file")var E=AI;else if(Nw(p))if(gS)E=zI;else{E=MI;var P=OI}else(h=p.nodeName)&&h.toLowerCase()==="input"&&(p.type==="checkbox"||p.type==="radio")&&(E=DI);if(E&&(E=E(e,u))){mS(f,E,n,d);break e}P&&P(e,p,u),e==="focusout"&&(P=p._wrapperState)&&P.controlled&&p.type==="number"&&Tm(p,"number",p.value)}switch(P=u?aa(u):window,e){case"focusin":(Nw(P)||P.contentEditable==="true")&&(sa=P,qm=u,tc=null);break;case"focusout":tc=qm=sa=null;break;case"mousedown":Vm=!0;break;case"contextmenu":case"mouseup":case"dragend":Vm=!1,Rw(f,n,d);break;case"selectionchange":if(UI)break;case"keydown":case"keyup":Rw(f,n,d)}var S;if(sv)e:{switch(e){case"compositionstart":var A="onCompositionStart";break e;case"compositionend":A="onCompositionEnd";break e;case"compositionupdate":A="onCompositionUpdate";break e}A=void 0}else oa?hS(e,n)&&(A="onCompositionEnd"):e==="keydown"&&n.keyCode===229&&(A="onCompositionStart");A&&(fS&&n.locale!=="ko"&&(oa||A!=="onCompositionStart"?A==="onCompositionEnd"&&oa&&(S=dS()):(ms=d,nv="value"in ms?ms.value:ms.textContent,oa=!0)),P=Jd(u,A),0<P.length&&(A=new _w(A,e,null,n,d),f.push({event:A,listeners:P}),S?A.data=S:(S=pS(n),S!==null&&(A.data=S)))),(S=jI?TI(e,n):$I(e,n))&&(u=Jd(u,"onBeforeInput"),0<u.length&&(d=new _w("onBeforeInput","beforeinput",null,n,d),f.push({event:d,listeners:u}),d.data=S))}ES(f,t)})}function Pc(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Jd(e,t){for(var n=t+"Capture",r=[];e!==null;){var o=e,s=o.stateNode;o.tag===5&&s!==null&&(o=s,s=bc(e,n),s!=null&&r.unshift(Pc(e,s,o)),s=bc(e,t),s!=null&&r.push(Pc(e,s,o))),e=e.return}return r}function Ui(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function Ow(e,t,n,r,o){for(var s=t._reactName,i=[];n!==null&&n!==r;){var a=n,l=a.alternate,u=a.stateNode;if(l!==null&&l===r)break;a.tag===5&&u!==null&&(a=u,o?(l=bc(n,s),l!=null&&i.unshift(Pc(n,l,a))):o||(l=bc(n,s),l!=null&&i.push(Pc(n,l,a)))),n=n.return}i.length!==0&&e.push({event:t,listeners:i})}var BI=/\r\n?/g,WI=/\u0000|\uFFFD/g;function Mw(e){return(typeof e=="string"?e:""+e).replace(BI,`
|
|
38
|
+
`).replace(WI,"")}function Au(e,t,n){if(t=Mw(t),Mw(e)!==t&&n)throw Error(Y(425))}function Yd(){}var Hm=null,Bm=null;function Wm(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Km=typeof setTimeout=="function"?setTimeout:void 0,KI=typeof clearTimeout=="function"?clearTimeout:void 0,Dw=typeof Promise=="function"?Promise:void 0,ZI=typeof queueMicrotask=="function"?queueMicrotask:typeof Dw<"u"?function(e){return Dw.resolve(null).then(e).catch(QI)}:Km;function QI(e){setTimeout(function(){throw e})}function xp(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&o.nodeType===8)if(n=o.data,n==="/$"){if(r===0){e.removeChild(o),Sc(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=o}while(n);Sc(t)}function bs(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function zw(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var cl=Math.random().toString(36).slice(2),Gr="__reactFiber$"+cl,jc="__reactProps$"+cl,Io="__reactContainer$"+cl,Zm="__reactEvents$"+cl,GI="__reactListeners$"+cl,JI="__reactHandles$"+cl;function oi(e){var t=e[Gr];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Io]||n[Gr]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=zw(e);e!==null;){if(n=e[Gr])return n;e=zw(e)}return t}e=n,n=e.parentNode}return null}function Xc(e){return e=e[Gr]||e[Io],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function aa(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(Y(33))}function rh(e){return e[jc]||null}var Qm=[],la=-1;function Ds(e){return{current:e}}function ft(e){0>la||(e.current=Qm[la],Qm[la]=null,la--)}function st(e,t){la++,Qm[la]=e.current,e.current=t}var Ts={},pn=Ds(Ts),Dn=Ds(!1),wi=Ts;function Ha(e,t){var n=e.type.contextTypes;if(!n)return Ts;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o={},s;for(s in n)o[s]=t[s];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function zn(e){return e=e.childContextTypes,e!=null}function Xd(){ft(Dn),ft(pn)}function Lw(e,t,n){if(pn.current!==Ts)throw Error(Y(168));st(pn,t),st(Dn,n)}function PS(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var o in r)if(!(o in t))throw Error(Y(108,OR(e)||"Unknown",o));return Et({},n,r)}function ef(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Ts,wi=pn.current,st(pn,e),st(Dn,Dn.current),!0}function Fw(e,t,n){var r=e.stateNode;if(!r)throw Error(Y(169));n?(e=PS(e,t,wi),r.__reactInternalMemoizedMergedChildContext=e,ft(Dn),ft(pn),st(pn,e)):ft(Dn),st(Dn,n)}var xo=null,oh=!1,wp=!1;function jS(e){xo===null?xo=[e]:xo.push(e)}function YI(e){oh=!0,jS(e)}function zs(){if(!wp&&xo!==null){wp=!0;var e=0,t=Xe;try{var n=xo;for(Xe=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}xo=null,oh=!1}catch(o){throw xo!==null&&(xo=xo.slice(e+1)),eS(Yy,zs),o}finally{Xe=t,wp=!1}}return null}var ca=[],ua=0,tf=null,nf=0,lr=[],cr=0,bi=null,So=1,Co="";function Ks(e,t){ca[ua++]=nf,ca[ua++]=tf,tf=e,nf=t}function TS(e,t,n){lr[cr++]=So,lr[cr++]=Co,lr[cr++]=bi,bi=e;var r=So;e=Co;var o=32-Ir(r)-1;r&=~(1<<o),n+=1;var s=32-Ir(t)+o;if(30<s){var i=o-o%5;s=(r&(1<<i)-1).toString(32),r>>=i,o-=i,So=1<<32-Ir(t)+o|n<<o|r,Co=s+e}else So=1<<s|n<<o|r,Co=e}function av(e){e.return!==null&&(Ks(e,1),TS(e,1,0))}function lv(e){for(;e===tf;)tf=ca[--ua],ca[ua]=null,nf=ca[--ua],ca[ua]=null;for(;e===bi;)bi=lr[--cr],lr[cr]=null,Co=lr[--cr],lr[cr]=null,So=lr[--cr],lr[cr]=null}var Zn=null,Kn=null,yt=!1,jr=null;function $S(e,t){var n=dr(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.deletions=[n],e.flags|=16):t.push(n)}function Uw(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,Zn=e,Kn=bs(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,Zn=e,Kn=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(n=bi!==null?{id:So,overflow:Co}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},n=dr(18,null,null,0),n.stateNode=t,n.return=e,e.child=n,Zn=e,Kn=null,!0):!1;default:return!1}}function Gm(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Jm(e){if(yt){var t=Kn;if(t){var n=t;if(!Uw(e,t)){if(Gm(e))throw Error(Y(418));t=bs(n.nextSibling);var r=Zn;t&&Uw(e,t)?$S(r,n):(e.flags=e.flags&-4097|2,yt=!1,Zn=e)}}else{if(Gm(e))throw Error(Y(418));e.flags=e.flags&-4097|2,yt=!1,Zn=e}}}function qw(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Zn=e}function Ou(e){if(e!==Zn)return!1;if(!yt)return qw(e),yt=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!Wm(e.type,e.memoizedProps)),t&&(t=Kn)){if(Gm(e))throw RS(),Error(Y(418));for(;t;)$S(e,t),t=bs(t.nextSibling)}if(qw(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(Y(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){Kn=bs(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}Kn=null}}else Kn=Zn?bs(e.stateNode.nextSibling):null;return!0}function RS(){for(var e=Kn;e;)e=bs(e.nextSibling)}function Ba(){Kn=Zn=null,yt=!1}function cv(e){jr===null?jr=[e]:jr.push(e)}var XI=Lo.ReactCurrentBatchConfig;function Pl(e,t,n){if(e=n.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(Y(309));var r=n.stateNode}if(!r)throw Error(Y(147,e));var o=r,s=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===s?t.ref:(t=function(i){var a=o.refs;i===null?delete a[s]:a[s]=i},t._stringRef=s,t)}if(typeof e!="string")throw Error(Y(284));if(!n._owner)throw Error(Y(290,e))}return e}function Mu(e,t){throw e=Object.prototype.toString.call(t),Error(Y(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Vw(e){var t=e._init;return t(e._payload)}function IS(e){function t(g,v){if(e){var w=g.deletions;w===null?(g.deletions=[v],g.flags|=16):w.push(v)}}function n(g,v){if(!e)return null;for(;v!==null;)t(g,v),v=v.sibling;return null}function r(g,v){for(g=new Map;v!==null;)v.key!==null?g.set(v.key,v):g.set(v.index,v),v=v.sibling;return g}function o(g,v){return g=Cs(g,v),g.index=0,g.sibling=null,g}function s(g,v,w){return g.index=w,e?(w=g.alternate,w!==null?(w=w.index,w<v?(g.flags|=2,v):w):(g.flags|=2,v)):(g.flags|=1048576,v)}function i(g){return e&&g.alternate===null&&(g.flags|=2),g}function a(g,v,w,k){return v===null||v.tag!==6?(v=Np(w,g.mode,k),v.return=g,v):(v=o(v,w),v.return=g,v)}function l(g,v,w,k){var E=w.type;return E===ra?d(g,v,w.props.children,k,w.key):v!==null&&(v.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===Yo&&Vw(E)===v.type)?(k=o(v,w.props),k.ref=Pl(g,v,w),k.return=g,k):(k=_d(w.type,w.key,w.props,null,g.mode,k),k.ref=Pl(g,v,w),k.return=g,k)}function u(g,v,w,k){return v===null||v.tag!==4||v.stateNode.containerInfo!==w.containerInfo||v.stateNode.implementation!==w.implementation?(v=Pp(w,g.mode,k),v.return=g,v):(v=o(v,w.children||[]),v.return=g,v)}function d(g,v,w,k,E){return v===null||v.tag!==7?(v=vi(w,g.mode,k,E),v.return=g,v):(v=o(v,w),v.return=g,v)}function f(g,v,w){if(typeof v=="string"&&v!==""||typeof v=="number")return v=Np(""+v,g.mode,w),v.return=g,v;if(typeof v=="object"&&v!==null){switch(v.$$typeof){case Cu:return w=_d(v.type,v.key,v.props,null,g.mode,w),w.ref=Pl(g,null,v),w.return=g,w;case na:return v=Pp(v,g.mode,w),v.return=g,v;case Yo:var k=v._init;return f(g,k(v._payload),w)}if(Ul(v)||_l(v))return v=vi(v,g.mode,w,null),v.return=g,v;Mu(g,v)}return null}function p(g,v,w,k){var E=v!==null?v.key:null;if(typeof w=="string"&&w!==""||typeof w=="number")return E!==null?null:a(g,v,""+w,k);if(typeof w=="object"&&w!==null){switch(w.$$typeof){case Cu:return w.key===E?l(g,v,w,k):null;case na:return w.key===E?u(g,v,w,k):null;case Yo:return E=w._init,p(g,v,E(w._payload),k)}if(Ul(w)||_l(w))return E!==null?null:d(g,v,w,k,null);Mu(g,w)}return null}function h(g,v,w,k,E){if(typeof k=="string"&&k!==""||typeof k=="number")return g=g.get(w)||null,a(v,g,""+k,E);if(typeof k=="object"&&k!==null){switch(k.$$typeof){case Cu:return g=g.get(k.key===null?w:k.key)||null,l(v,g,k,E);case na:return g=g.get(k.key===null?w:k.key)||null,u(v,g,k,E);case Yo:var P=k._init;return h(g,v,w,P(k._payload),E)}if(Ul(k)||_l(k))return g=g.get(w)||null,d(v,g,k,E,null);Mu(v,k)}return null}function y(g,v,w,k){for(var E=null,P=null,S=v,A=v=0,j=null;S!==null&&A<w.length;A++){S.index>A?(j=S,S=null):j=S.sibling;var R=p(g,S,w[A],k);if(R===null){S===null&&(S=j);break}e&&S&&R.alternate===null&&t(g,S),v=s(R,v,A),P===null?E=R:P.sibling=R,P=R,S=j}if(A===w.length)return n(g,S),yt&&Ks(g,A),E;if(S===null){for(;A<w.length;A++)S=f(g,w[A],k),S!==null&&(v=s(S,v,A),P===null?E=S:P.sibling=S,P=S);return yt&&Ks(g,A),E}for(S=r(g,S);A<w.length;A++)j=h(S,g,A,w[A],k),j!==null&&(e&&j.alternate!==null&&S.delete(j.key===null?A:j.key),v=s(j,v,A),P===null?E=j:P.sibling=j,P=j);return e&&S.forEach(function(T){return t(g,T)}),yt&&Ks(g,A),E}function m(g,v,w,k){var E=_l(w);if(typeof E!="function")throw Error(Y(150));if(w=E.call(w),w==null)throw Error(Y(151));for(var P=E=null,S=v,A=v=0,j=null,R=w.next();S!==null&&!R.done;A++,R=w.next()){S.index>A?(j=S,S=null):j=S.sibling;var T=p(g,S,R.value,k);if(T===null){S===null&&(S=j);break}e&&S&&T.alternate===null&&t(g,S),v=s(T,v,A),P===null?E=T:P.sibling=T,P=T,S=j}if(R.done)return n(g,S),yt&&Ks(g,A),E;if(S===null){for(;!R.done;A++,R=w.next())R=f(g,R.value,k),R!==null&&(v=s(R,v,A),P===null?E=R:P.sibling=R,P=R);return yt&&Ks(g,A),E}for(S=r(g,S);!R.done;A++,R=w.next())R=h(S,g,A,R.value,k),R!==null&&(e&&R.alternate!==null&&S.delete(R.key===null?A:R.key),v=s(R,v,A),P===null?E=R:P.sibling=R,P=R);return e&&S.forEach(function(I){return t(g,I)}),yt&&Ks(g,A),E}function x(g,v,w,k){if(typeof w=="object"&&w!==null&&w.type===ra&&w.key===null&&(w=w.props.children),typeof w=="object"&&w!==null){switch(w.$$typeof){case Cu:e:{for(var E=w.key,P=v;P!==null;){if(P.key===E){if(E=w.type,E===ra){if(P.tag===7){n(g,P.sibling),v=o(P,w.props.children),v.return=g,g=v;break e}}else if(P.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===Yo&&Vw(E)===P.type){n(g,P.sibling),v=o(P,w.props),v.ref=Pl(g,P,w),v.return=g,g=v;break e}n(g,P);break}else t(g,P);P=P.sibling}w.type===ra?(v=vi(w.props.children,g.mode,k,w.key),v.return=g,g=v):(k=_d(w.type,w.key,w.props,null,g.mode,k),k.ref=Pl(g,v,w),k.return=g,g=k)}return i(g);case na:e:{for(P=w.key;v!==null;){if(v.key===P)if(v.tag===4&&v.stateNode.containerInfo===w.containerInfo&&v.stateNode.implementation===w.implementation){n(g,v.sibling),v=o(v,w.children||[]),v.return=g,g=v;break e}else{n(g,v);break}else t(g,v);v=v.sibling}v=Pp(w,g.mode,k),v.return=g,g=v}return i(g);case Yo:return P=w._init,x(g,v,P(w._payload),k)}if(Ul(w))return y(g,v,w,k);if(_l(w))return m(g,v,w,k);Mu(g,w)}return typeof w=="string"&&w!==""||typeof w=="number"?(w=""+w,v!==null&&v.tag===6?(n(g,v.sibling),v=o(v,w),v.return=g,g=v):(n(g,v),v=Np(w,g.mode,k),v.return=g,g=v),i(g)):n(g,v)}return x}var Wa=IS(!0),AS=IS(!1),rf=Ds(null),of=null,da=null,uv=null;function dv(){uv=da=of=null}function fv(e){var t=rf.current;ft(rf),e._currentValue=t}function Ym(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function ba(e,t){of=e,uv=da=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(Mn=!0),e.firstContext=null)}function hr(e){var t=e._currentValue;if(uv!==e)if(e={context:e,memoizedValue:t,next:null},da===null){if(of===null)throw Error(Y(308));da=e,of.dependencies={lanes:0,firstContext:e}}else da=da.next=e;return t}var si=null;function hv(e){si===null?si=[e]:si.push(e)}function OS(e,t,n,r){var o=t.interleaved;return o===null?(n.next=n,hv(t)):(n.next=o.next,o.next=n),t.interleaved=n,Ao(e,r)}function Ao(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var Xo=!1;function pv(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function MS(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function No(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function ks(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,Ze&2){var o=r.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),r.pending=t,Ao(e,n)}return o=r.interleaved,o===null?(t.next=t,hv(r)):(t.next=o.next,o.next=t),r.interleaved=t,Ao(e,n)}function yd(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,Xy(e,n)}}function Hw(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var o=null,s=null;if(n=n.firstBaseUpdate,n!==null){do{var i={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};s===null?o=s=i:s=s.next=i,n=n.next}while(n!==null);s===null?o=s=t:s=s.next=t}else o=s=t;n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:s,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function sf(e,t,n,r){var o=e.updateQueue;Xo=!1;var s=o.firstBaseUpdate,i=o.lastBaseUpdate,a=o.shared.pending;if(a!==null){o.shared.pending=null;var l=a,u=l.next;l.next=null,i===null?s=u:i.next=u,i=l;var d=e.alternate;d!==null&&(d=d.updateQueue,a=d.lastBaseUpdate,a!==i&&(a===null?d.firstBaseUpdate=u:a.next=u,d.lastBaseUpdate=l))}if(s!==null){var f=o.baseState;i=0,d=u=l=null,a=s;do{var p=a.lane,h=a.eventTime;if((r&p)===p){d!==null&&(d=d.next={eventTime:h,lane:0,tag:a.tag,payload:a.payload,callback:a.callback,next:null});e:{var y=e,m=a;switch(p=t,h=n,m.tag){case 1:if(y=m.payload,typeof y=="function"){f=y.call(h,f,p);break e}f=y;break e;case 3:y.flags=y.flags&-65537|128;case 0:if(y=m.payload,p=typeof y=="function"?y.call(h,f,p):y,p==null)break e;f=Et({},f,p);break e;case 2:Xo=!0}}a.callback!==null&&a.lane!==0&&(e.flags|=64,p=o.effects,p===null?o.effects=[a]:p.push(a))}else h={eventTime:h,lane:p,tag:a.tag,payload:a.payload,callback:a.callback,next:null},d===null?(u=d=h,l=f):d=d.next=h,i|=p;if(a=a.next,a===null){if(a=o.shared.pending,a===null)break;p=a,a=p.next,p.next=null,o.lastBaseUpdate=p,o.shared.pending=null}}while(!0);if(d===null&&(l=f),o.baseState=l,o.firstBaseUpdate=u,o.lastBaseUpdate=d,t=o.shared.interleaved,t!==null){o=t;do i|=o.lane,o=o.next;while(o!==t)}else s===null&&(o.shared.lanes=0);_i|=i,e.lanes=i,e.memoizedState=f}}function Bw(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(o!==null){if(r.callback=null,r=n,typeof o!="function")throw Error(Y(191,o));o.call(r)}}}var eu={},so=Ds(eu),Tc=Ds(eu),$c=Ds(eu);function ii(e){if(e===eu)throw Error(Y(174));return e}function mv(e,t){switch(st($c,t),st(Tc,e),st(so,eu),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Rm(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=Rm(t,e)}ft(so),st(so,t)}function Ka(){ft(so),ft(Tc),ft($c)}function DS(e){ii($c.current);var t=ii(so.current),n=Rm(t,e.type);t!==n&&(st(Tc,e),st(so,n))}function gv(e){Tc.current===e&&(ft(so),ft(Tc))}var kt=Ds(0);function af(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var bp=[];function yv(){for(var e=0;e<bp.length;e++)bp[e]._workInProgressVersionPrimary=null;bp.length=0}var vd=Lo.ReactCurrentDispatcher,kp=Lo.ReactCurrentBatchConfig,ki=0,St=null,Ft=null,Wt=null,lf=!1,nc=!1,Rc=0,eA=0;function cn(){throw Error(Y(321))}function vv(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!Dr(e[n],t[n]))return!1;return!0}function xv(e,t,n,r,o,s){if(ki=s,St=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,vd.current=e===null||e.memoizedState===null?oA:sA,e=n(r,o),nc){s=0;do{if(nc=!1,Rc=0,25<=s)throw Error(Y(301));s+=1,Wt=Ft=null,t.updateQueue=null,vd.current=iA,e=n(r,o)}while(nc)}if(vd.current=cf,t=Ft!==null&&Ft.next!==null,ki=0,Wt=Ft=St=null,lf=!1,t)throw Error(Y(300));return e}function wv(){var e=Rc!==0;return Rc=0,e}function Vr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Wt===null?St.memoizedState=Wt=e:Wt=Wt.next=e,Wt}function pr(){if(Ft===null){var e=St.alternate;e=e!==null?e.memoizedState:null}else e=Ft.next;var t=Wt===null?St.memoizedState:Wt.next;if(t!==null)Wt=t,Ft=e;else{if(e===null)throw Error(Y(310));Ft=e,e={memoizedState:Ft.memoizedState,baseState:Ft.baseState,baseQueue:Ft.baseQueue,queue:Ft.queue,next:null},Wt===null?St.memoizedState=Wt=e:Wt=Wt.next=e}return Wt}function Ic(e,t){return typeof t=="function"?t(e):t}function _p(e){var t=pr(),n=t.queue;if(n===null)throw Error(Y(311));n.lastRenderedReducer=e;var r=Ft,o=r.baseQueue,s=n.pending;if(s!==null){if(o!==null){var i=o.next;o.next=s.next,s.next=i}r.baseQueue=o=s,n.pending=null}if(o!==null){s=o.next,r=r.baseState;var a=i=null,l=null,u=s;do{var d=u.lane;if((ki&d)===d)l!==null&&(l=l.next={lane:0,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),r=u.hasEagerState?u.eagerState:e(r,u.action);else{var f={lane:d,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null};l===null?(a=l=f,i=r):l=l.next=f,St.lanes|=d,_i|=d}u=u.next}while(u!==null&&u!==s);l===null?i=r:l.next=a,Dr(r,t.memoizedState)||(Mn=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=l,n.lastRenderedState=r}if(e=n.interleaved,e!==null){o=e;do s=o.lane,St.lanes|=s,_i|=s,o=o.next;while(o!==e)}else o===null&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Sp(e){var t=pr(),n=t.queue;if(n===null)throw Error(Y(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,s=t.memoizedState;if(o!==null){n.pending=null;var i=o=o.next;do s=e(s,i.action),i=i.next;while(i!==o);Dr(s,t.memoizedState)||(Mn=!0),t.memoizedState=s,t.baseQueue===null&&(t.baseState=s),n.lastRenderedState=s}return[s,r]}function zS(){}function LS(e,t){var n=St,r=pr(),o=t(),s=!Dr(r.memoizedState,o);if(s&&(r.memoizedState=o,Mn=!0),r=r.queue,bv(qS.bind(null,n,r,e),[e]),r.getSnapshot!==t||s||Wt!==null&&Wt.memoizedState.tag&1){if(n.flags|=2048,Ac(9,US.bind(null,n,r,o,t),void 0,null),Kt===null)throw Error(Y(349));ki&30||FS(n,t,o)}return o}function FS(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=St.updateQueue,t===null?(t={lastEffect:null,stores:null},St.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function US(e,t,n,r){t.value=n,t.getSnapshot=r,VS(t)&&HS(e)}function qS(e,t,n){return n(function(){VS(t)&&HS(e)})}function VS(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!Dr(e,n)}catch{return!0}}function HS(e){var t=Ao(e,1);t!==null&&Ar(t,e,1,-1)}function Ww(e){var t=Vr();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ic,lastRenderedState:e},t.queue=e,e=e.dispatch=rA.bind(null,St,e),[t.memoizedState,e]}function Ac(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},t=St.updateQueue,t===null?(t={lastEffect:null,stores:null},St.updateQueue=t,t.lastEffect=e.next=e):(n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e)),e}function BS(){return pr().memoizedState}function xd(e,t,n,r){var o=Vr();St.flags|=e,o.memoizedState=Ac(1|t,n,void 0,r===void 0?null:r)}function sh(e,t,n,r){var o=pr();r=r===void 0?null:r;var s=void 0;if(Ft!==null){var i=Ft.memoizedState;if(s=i.destroy,r!==null&&vv(r,i.deps)){o.memoizedState=Ac(t,n,s,r);return}}St.flags|=e,o.memoizedState=Ac(1|t,n,s,r)}function Kw(e,t){return xd(8390656,8,e,t)}function bv(e,t){return sh(2048,8,e,t)}function WS(e,t){return sh(4,2,e,t)}function KS(e,t){return sh(4,4,e,t)}function ZS(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function QS(e,t,n){return n=n!=null?n.concat([e]):null,sh(4,4,ZS.bind(null,t,e),n)}function kv(){}function GS(e,t){var n=pr();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&vv(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function JS(e,t){var n=pr();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&vv(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function YS(e,t,n){return ki&21?(Dr(n,t)||(n=rS(),St.lanes|=n,_i|=n,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,Mn=!0),e.memoizedState=n)}function tA(e,t){var n=Xe;Xe=n!==0&&4>n?n:4,e(!0);var r=kp.transition;kp.transition={};try{e(!1),t()}finally{Xe=n,kp.transition=r}}function XS(){return pr().memoizedState}function nA(e,t,n){var r=Ss(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},eC(e))tC(t,n);else if(n=OS(e,t,n,r),n!==null){var o=Sn();Ar(n,e,r,o),nC(n,t,r)}}function rA(e,t,n){var r=Ss(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(eC(e))tC(t,o);else{var s=e.alternate;if(e.lanes===0&&(s===null||s.lanes===0)&&(s=t.lastRenderedReducer,s!==null))try{var i=t.lastRenderedState,a=s(i,n);if(o.hasEagerState=!0,o.eagerState=a,Dr(a,i)){var l=t.interleaved;l===null?(o.next=o,hv(t)):(o.next=l.next,l.next=o),t.interleaved=o;return}}catch{}finally{}n=OS(e,t,o,r),n!==null&&(o=Sn(),Ar(n,e,r,o),nC(n,t,r))}}function eC(e){var t=e.alternate;return e===St||t!==null&&t===St}function tC(e,t){nc=lf=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function nC(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,Xy(e,n)}}var cf={readContext:hr,useCallback:cn,useContext:cn,useEffect:cn,useImperativeHandle:cn,useInsertionEffect:cn,useLayoutEffect:cn,useMemo:cn,useReducer:cn,useRef:cn,useState:cn,useDebugValue:cn,useDeferredValue:cn,useTransition:cn,useMutableSource:cn,useSyncExternalStore:cn,useId:cn,unstable_isNewReconciler:!1},oA={readContext:hr,useCallback:function(e,t){return Vr().memoizedState=[e,t===void 0?null:t],e},useContext:hr,useEffect:Kw,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,xd(4194308,4,ZS.bind(null,t,e),n)},useLayoutEffect:function(e,t){return xd(4194308,4,e,t)},useInsertionEffect:function(e,t){return xd(4,2,e,t)},useMemo:function(e,t){var n=Vr();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Vr();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=nA.bind(null,St,e),[r.memoizedState,e]},useRef:function(e){var t=Vr();return e={current:e},t.memoizedState=e},useState:Ww,useDebugValue:kv,useDeferredValue:function(e){return Vr().memoizedState=e},useTransition:function(){var e=Ww(!1),t=e[0];return e=tA.bind(null,e[1]),Vr().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=St,o=Vr();if(yt){if(n===void 0)throw Error(Y(407));n=n()}else{if(n=t(),Kt===null)throw Error(Y(349));ki&30||FS(r,t,n)}o.memoizedState=n;var s={value:n,getSnapshot:t};return o.queue=s,Kw(qS.bind(null,r,s,e),[e]),r.flags|=2048,Ac(9,US.bind(null,r,s,n,t),void 0,null),n},useId:function(){var e=Vr(),t=Kt.identifierPrefix;if(yt){var n=Co,r=So;n=(r&~(1<<32-Ir(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=Rc++,0<n&&(t+="H"+n.toString(32)),t+=":"}else n=eA++,t=":"+t+"r"+n.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},sA={readContext:hr,useCallback:GS,useContext:hr,useEffect:bv,useImperativeHandle:QS,useInsertionEffect:WS,useLayoutEffect:KS,useMemo:JS,useReducer:_p,useRef:BS,useState:function(){return _p(Ic)},useDebugValue:kv,useDeferredValue:function(e){var t=pr();return YS(t,Ft.memoizedState,e)},useTransition:function(){var e=_p(Ic)[0],t=pr().memoizedState;return[e,t]},useMutableSource:zS,useSyncExternalStore:LS,useId:XS,unstable_isNewReconciler:!1},iA={readContext:hr,useCallback:GS,useContext:hr,useEffect:bv,useImperativeHandle:QS,useInsertionEffect:WS,useLayoutEffect:KS,useMemo:JS,useReducer:Sp,useRef:BS,useState:function(){return Sp(Ic)},useDebugValue:kv,useDeferredValue:function(e){var t=pr();return Ft===null?t.memoizedState=e:YS(t,Ft.memoizedState,e)},useTransition:function(){var e=Sp(Ic)[0],t=pr().memoizedState;return[e,t]},useMutableSource:zS,useSyncExternalStore:LS,useId:XS,unstable_isNewReconciler:!1};function Sr(e,t){if(e&&e.defaultProps){t=Et({},t),e=e.defaultProps;for(var n in e)t[n]===void 0&&(t[n]=e[n]);return t}return t}function Xm(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:Et({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var ih={isMounted:function(e){return(e=e._reactInternals)?Mi(e)===e:!1},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=Sn(),o=Ss(e),s=No(r,o);s.payload=t,n!=null&&(s.callback=n),t=ks(e,s,o),t!==null&&(Ar(t,e,o,r),yd(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=Sn(),o=Ss(e),s=No(r,o);s.tag=1,s.payload=t,n!=null&&(s.callback=n),t=ks(e,s,o),t!==null&&(Ar(t,e,o,r),yd(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=Sn(),r=Ss(e),o=No(n,r);o.tag=2,t!=null&&(o.callback=t),t=ks(e,o,r),t!==null&&(Ar(t,e,r,n),yd(t,e,r))}};function Zw(e,t,n,r,o,s,i){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(r,s,i):t.prototype&&t.prototype.isPureReactComponent?!Ec(n,r)||!Ec(o,s):!0}function rC(e,t,n){var r=!1,o=Ts,s=t.contextType;return typeof s=="object"&&s!==null?s=hr(s):(o=zn(t)?wi:pn.current,r=t.contextTypes,s=(r=r!=null)?Ha(e,o):Ts),t=new t(n,s),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=ih,e.stateNode=t,t._reactInternals=e,r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=s),t}function Qw(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&ih.enqueueReplaceState(t,t.state,null)}function eg(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs={},pv(e);var s=t.contextType;typeof s=="object"&&s!==null?o.context=hr(s):(s=zn(t)?wi:pn.current,o.context=Ha(e,s)),o.state=e.memoizedState,s=t.getDerivedStateFromProps,typeof s=="function"&&(Xm(e,t,s,n),o.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof o.getSnapshotBeforeUpdate=="function"||typeof o.UNSAFE_componentWillMount!="function"&&typeof o.componentWillMount!="function"||(t=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),t!==o.state&&ih.enqueueReplaceState(o,o.state,null),sf(e,n,o,r),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function Za(e,t){try{var n="",r=t;do n+=AR(r),r=r.return;while(r);var o=n}catch(s){o=`
|
|
39
|
+
Error generating stack: `+s.message+`
|
|
40
|
+
`+s.stack}return{value:e,source:t,stack:o,digest:null}}function Cp(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function tg(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var aA=typeof WeakMap=="function"?WeakMap:Map;function oC(e,t,n){n=No(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){df||(df=!0,dg=r),tg(e,t)},n}function sC(e,t,n){n=No(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){tg(e,t)}}var s=e.stateNode;return s!==null&&typeof s.componentDidCatch=="function"&&(n.callback=function(){tg(e,t),typeof r!="function"&&(_s===null?_s=new Set([this]):_s.add(this));var i=t.stack;this.componentDidCatch(t.value,{componentStack:i!==null?i:""})}),n}function Gw(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new aA;var o=new Set;r.set(t,o)}else o=r.get(t),o===void 0&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=bA.bind(null,e,t,n),t.then(e,e))}function Jw(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Yw(e,t,n,r,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=No(-1,1),t.tag=2,ks(n,t,1))),n.lanes|=1),e)}var lA=Lo.ReactCurrentOwner,Mn=!1;function xn(e,t,n,r){t.child=e===null?AS(t,null,n,r):Wa(t,e.child,n,r)}function Xw(e,t,n,r,o){n=n.render;var s=t.ref;return ba(t,o),r=xv(e,t,n,r,s,o),n=wv(),e!==null&&!Mn?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Oo(e,t,o)):(yt&&n&&av(t),t.flags|=1,xn(e,t,r,o),t.child)}function eb(e,t,n,r,o){if(e===null){var s=n.type;return typeof s=="function"&&!Tv(s)&&s.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=s,iC(e,t,s,r,o)):(e=_d(n.type,null,r,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(s=e.child,!(e.lanes&o)){var i=s.memoizedProps;if(n=n.compare,n=n!==null?n:Ec,n(i,r)&&e.ref===t.ref)return Oo(e,t,o)}return t.flags|=1,e=Cs(s,r),e.ref=t.ref,e.return=t,t.child=e}function iC(e,t,n,r,o){if(e!==null){var s=e.memoizedProps;if(Ec(s,r)&&e.ref===t.ref)if(Mn=!1,t.pendingProps=r=s,(e.lanes&o)!==0)e.flags&131072&&(Mn=!0);else return t.lanes=e.lanes,Oo(e,t,o)}return ng(e,t,n,r,o)}function aC(e,t,n){var r=t.pendingProps,o=r.children,s=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},st(ha,Hn),Hn|=n;else{if(!(n&1073741824))return e=s!==null?s.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,st(ha,Hn),Hn|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=s!==null?s.baseLanes:n,st(ha,Hn),Hn|=r}else s!==null?(r=s.baseLanes|n,t.memoizedState=null):r=n,st(ha,Hn),Hn|=r;return xn(e,t,o,n),t.child}function lC(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function ng(e,t,n,r,o){var s=zn(n)?wi:pn.current;return s=Ha(t,s),ba(t,o),n=xv(e,t,n,r,s,o),r=wv(),e!==null&&!Mn?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Oo(e,t,o)):(yt&&r&&av(t),t.flags|=1,xn(e,t,n,o),t.child)}function tb(e,t,n,r,o){if(zn(n)){var s=!0;ef(t)}else s=!1;if(ba(t,o),t.stateNode===null)wd(e,t),rC(t,n,r),eg(t,n,r,o),r=!0;else if(e===null){var i=t.stateNode,a=t.memoizedProps;i.props=a;var l=i.context,u=n.contextType;typeof u=="object"&&u!==null?u=hr(u):(u=zn(n)?wi:pn.current,u=Ha(t,u));var d=n.getDerivedStateFromProps,f=typeof d=="function"||typeof i.getSnapshotBeforeUpdate=="function";f||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(a!==r||l!==u)&&Qw(t,i,r,u),Xo=!1;var p=t.memoizedState;i.state=p,sf(t,r,i,o),l=t.memoizedState,a!==r||p!==l||Dn.current||Xo?(typeof d=="function"&&(Xm(t,n,d,r),l=t.memoizedState),(a=Xo||Zw(t,n,a,r,p,l,u))?(f||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount()),typeof i.componentDidMount=="function"&&(t.flags|=4194308)):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=l),i.props=r,i.state=l,i.context=u,r=a):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{i=t.stateNode,MS(e,t),a=t.memoizedProps,u=t.type===t.elementType?a:Sr(t.type,a),i.props=u,f=t.pendingProps,p=i.context,l=n.contextType,typeof l=="object"&&l!==null?l=hr(l):(l=zn(n)?wi:pn.current,l=Ha(t,l));var h=n.getDerivedStateFromProps;(d=typeof h=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(a!==f||p!==l)&&Qw(t,i,r,l),Xo=!1,p=t.memoizedState,i.state=p,sf(t,r,i,o);var y=t.memoizedState;a!==f||p!==y||Dn.current||Xo?(typeof h=="function"&&(Xm(t,n,h,r),y=t.memoizedState),(u=Xo||Zw(t,n,u,r,p,y,l)||!1)?(d||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(r,y,l),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(r,y,l)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||a===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||a===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=y),i.props=r,i.state=y,i.context=l,r=u):(typeof i.componentDidUpdate!="function"||a===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||a===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),r=!1)}return rg(e,t,n,r,s,o)}function rg(e,t,n,r,o,s){lC(e,t);var i=(t.flags&128)!==0;if(!r&&!i)return o&&Fw(t,n,!1),Oo(e,t,s);r=t.stateNode,lA.current=t;var a=i&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&i?(t.child=Wa(t,e.child,null,s),t.child=Wa(t,null,a,s)):xn(e,t,a,s),t.memoizedState=r.state,o&&Fw(t,n,!0),t.child}function cC(e){var t=e.stateNode;t.pendingContext?Lw(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Lw(e,t.context,!1),mv(e,t.containerInfo)}function nb(e,t,n,r,o){return Ba(),cv(o),t.flags|=256,xn(e,t,n,r),t.child}var og={dehydrated:null,treeContext:null,retryLane:0};function sg(e){return{baseLanes:e,cachePool:null,transitions:null}}function uC(e,t,n){var r=t.pendingProps,o=kt.current,s=!1,i=(t.flags&128)!==0,a;if((a=i)||(a=e!==null&&e.memoizedState===null?!1:(o&2)!==0),a?(s=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),st(kt,o&1),e===null)return Jm(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(i=r.children,e=r.fallback,s?(r=t.mode,s=t.child,i={mode:"hidden",children:i},!(r&1)&&s!==null?(s.childLanes=0,s.pendingProps=i):s=ch(i,r,0,null),e=vi(e,r,n,null),s.return=t,e.return=t,s.sibling=e,t.child=s,t.child.memoizedState=sg(n),t.memoizedState=og,e):_v(t,i));if(o=e.memoizedState,o!==null&&(a=o.dehydrated,a!==null))return cA(e,t,i,r,a,o,n);if(s){s=r.fallback,i=t.mode,o=e.child,a=o.sibling;var l={mode:"hidden",children:r.children};return!(i&1)&&t.child!==o?(r=t.child,r.childLanes=0,r.pendingProps=l,t.deletions=null):(r=Cs(o,l),r.subtreeFlags=o.subtreeFlags&14680064),a!==null?s=Cs(a,s):(s=vi(s,i,n,null),s.flags|=2),s.return=t,r.return=t,r.sibling=s,t.child=r,r=s,s=t.child,i=e.child.memoizedState,i=i===null?sg(n):{baseLanes:i.baseLanes|n,cachePool:null,transitions:i.transitions},s.memoizedState=i,s.childLanes=e.childLanes&~n,t.memoizedState=og,r}return s=e.child,e=s.sibling,r=Cs(s,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function _v(e,t){return t=ch({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Du(e,t,n,r){return r!==null&&cv(r),Wa(t,e.child,null,n),e=_v(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function cA(e,t,n,r,o,s,i){if(n)return t.flags&256?(t.flags&=-257,r=Cp(Error(Y(422))),Du(e,t,i,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(s=r.fallback,o=t.mode,r=ch({mode:"visible",children:r.children},o,0,null),s=vi(s,o,i,null),s.flags|=2,r.return=t,s.return=t,r.sibling=s,t.child=r,t.mode&1&&Wa(t,e.child,null,i),t.child.memoizedState=sg(i),t.memoizedState=og,s);if(!(t.mode&1))return Du(e,t,i,null);if(o.data==="$!"){if(r=o.nextSibling&&o.nextSibling.dataset,r)var a=r.dgst;return r=a,s=Error(Y(419)),r=Cp(s,r,void 0),Du(e,t,i,r)}if(a=(i&e.childLanes)!==0,Mn||a){if(r=Kt,r!==null){switch(i&-i){case 4:o=2;break;case 16:o=8;break;case 64: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:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(r.suspendedLanes|i)?0:o,o!==0&&o!==s.retryLane&&(s.retryLane=o,Ao(e,o),Ar(r,e,o,-1))}return jv(),r=Cp(Error(Y(421))),Du(e,t,i,r)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=kA.bind(null,e),o._reactRetry=t,null):(e=s.treeContext,Kn=bs(o.nextSibling),Zn=t,yt=!0,jr=null,e!==null&&(lr[cr++]=So,lr[cr++]=Co,lr[cr++]=bi,So=e.id,Co=e.overflow,bi=t),t=_v(t,r.children),t.flags|=4096,t)}function rb(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),Ym(e.return,t,n)}function Ep(e,t,n,r,o){var s=e.memoizedState;s===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(s.isBackwards=t,s.rendering=null,s.renderingStartTime=0,s.last=r,s.tail=n,s.tailMode=o)}function dC(e,t,n){var r=t.pendingProps,o=r.revealOrder,s=r.tail;if(xn(e,t,r.children,n),r=kt.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&rb(e,n,t);else if(e.tag===19)rb(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(st(kt,r),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;n!==null;)e=n.alternate,e!==null&&af(e)===null&&(o=n),n=n.sibling;n=o,n===null?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Ep(t,!1,o,n,s);break;case"backwards":for(n=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&af(e)===null){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Ep(t,!0,n,null,s);break;case"together":Ep(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function wd(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Oo(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),_i|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(Y(153));if(t.child!==null){for(e=t.child,n=Cs(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=Cs(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function uA(e,t,n){switch(t.tag){case 3:cC(t),Ba();break;case 5:DS(t);break;case 1:zn(t.type)&&ef(t);break;case 4:mv(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;st(rf,r._currentValue),r._currentValue=o;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(st(kt,kt.current&1),t.flags|=128,null):n&t.child.childLanes?uC(e,t,n):(st(kt,kt.current&1),e=Oo(e,t,n),e!==null?e.sibling:null);st(kt,kt.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return dC(e,t,n);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),st(kt,kt.current),r)break;return null;case 22:case 23:return t.lanes=0,aC(e,t,n)}return Oo(e,t,n)}var fC,ig,hC,pC;fC=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};ig=function(){};hC=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,ii(so.current);var s=null;switch(n){case"input":o=Pm(e,o),r=Pm(e,r),s=[];break;case"select":o=Et({},o,{value:void 0}),r=Et({},r,{value:void 0}),s=[];break;case"textarea":o=$m(e,o),r=$m(e,r),s=[];break;default:typeof o.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=Yd)}Im(n,r);var i;n=null;for(u in o)if(!r.hasOwnProperty(u)&&o.hasOwnProperty(u)&&o[u]!=null)if(u==="style"){var a=o[u];for(i in a)a.hasOwnProperty(i)&&(n||(n={}),n[i]="")}else u!=="dangerouslySetInnerHTML"&&u!=="children"&&u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&u!=="autoFocus"&&(xc.hasOwnProperty(u)?s||(s=[]):(s=s||[]).push(u,null));for(u in r){var l=r[u];if(a=o!=null?o[u]:void 0,r.hasOwnProperty(u)&&l!==a&&(l!=null||a!=null))if(u==="style")if(a){for(i in a)!a.hasOwnProperty(i)||l&&l.hasOwnProperty(i)||(n||(n={}),n[i]="");for(i in l)l.hasOwnProperty(i)&&a[i]!==l[i]&&(n||(n={}),n[i]=l[i])}else n||(s||(s=[]),s.push(u,n)),n=l;else u==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,a=a?a.__html:void 0,l!=null&&a!==l&&(s=s||[]).push(u,l)):u==="children"?typeof l!="string"&&typeof l!="number"||(s=s||[]).push(u,""+l):u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&(xc.hasOwnProperty(u)?(l!=null&&u==="onScroll"&&ct("scroll",e),s||a===l||(s=[])):(s=s||[]).push(u,l))}n&&(s=s||[]).push("style",n);var u=s;(t.updateQueue=u)&&(t.flags|=4)}};pC=function(e,t,n,r){n!==r&&(t.flags|=4)};function jl(e,t){if(!yt)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function un(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags&14680064,r|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function dA(e,t,n){var r=t.pendingProps;switch(lv(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return un(t),null;case 1:return zn(t.type)&&Xd(),un(t),null;case 3:return r=t.stateNode,Ka(),ft(Dn),ft(pn),yv(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(Ou(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,jr!==null&&(pg(jr),jr=null))),ig(e,t),un(t),null;case 5:gv(t);var o=ii($c.current);if(n=t.type,e!==null&&t.stateNode!=null)hC(e,t,n,r,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(Y(166));return un(t),null}if(e=ii(so.current),Ou(t)){r=t.stateNode,n=t.type;var s=t.memoizedProps;switch(r[Gr]=t,r[jc]=s,e=(t.mode&1)!==0,n){case"dialog":ct("cancel",r),ct("close",r);break;case"iframe":case"object":case"embed":ct("load",r);break;case"video":case"audio":for(o=0;o<Vl.length;o++)ct(Vl[o],r);break;case"source":ct("error",r);break;case"img":case"image":case"link":ct("error",r),ct("load",r);break;case"details":ct("toggle",r);break;case"input":fw(r,s),ct("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!s.multiple},ct("invalid",r);break;case"textarea":pw(r,s),ct("invalid",r)}Im(n,s),o=null;for(var i in s)if(s.hasOwnProperty(i)){var a=s[i];i==="children"?typeof a=="string"?r.textContent!==a&&(s.suppressHydrationWarning!==!0&&Au(r.textContent,a,e),o=["children",a]):typeof a=="number"&&r.textContent!==""+a&&(s.suppressHydrationWarning!==!0&&Au(r.textContent,a,e),o=["children",""+a]):xc.hasOwnProperty(i)&&a!=null&&i==="onScroll"&&ct("scroll",r)}switch(n){case"input":Eu(r),hw(r,s,!0);break;case"textarea":Eu(r),mw(r);break;case"select":case"option":break;default:typeof s.onClick=="function"&&(r.onclick=Yd)}r=o,t.updateQueue=r,r!==null&&(t.flags|=4)}else{i=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=q_(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=i.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=i.createElement(n,{is:r.is}):(e=i.createElement(n),n==="select"&&(i=e,r.multiple?i.multiple=!0:r.size&&(i.size=r.size))):e=i.createElementNS(e,n),e[Gr]=t,e[jc]=r,fC(e,t,!1,!1),t.stateNode=e;e:{switch(i=Am(n,r),n){case"dialog":ct("cancel",e),ct("close",e),o=r;break;case"iframe":case"object":case"embed":ct("load",e),o=r;break;case"video":case"audio":for(o=0;o<Vl.length;o++)ct(Vl[o],e);o=r;break;case"source":ct("error",e),o=r;break;case"img":case"image":case"link":ct("error",e),ct("load",e),o=r;break;case"details":ct("toggle",e),o=r;break;case"input":fw(e,r),o=Pm(e,r),ct("invalid",e);break;case"option":o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=Et({},r,{value:void 0}),ct("invalid",e);break;case"textarea":pw(e,r),o=$m(e,r),ct("invalid",e);break;default:o=r}Im(n,o),a=o;for(s in a)if(a.hasOwnProperty(s)){var l=a[s];s==="style"?B_(e,l):s==="dangerouslySetInnerHTML"?(l=l?l.__html:void 0,l!=null&&V_(e,l)):s==="children"?typeof l=="string"?(n!=="textarea"||l!=="")&&wc(e,l):typeof l=="number"&&wc(e,""+l):s!=="suppressContentEditableWarning"&&s!=="suppressHydrationWarning"&&s!=="autoFocus"&&(xc.hasOwnProperty(s)?l!=null&&s==="onScroll"&&ct("scroll",e):l!=null&&Ky(e,s,l,i))}switch(n){case"input":Eu(e),hw(e,r,!1);break;case"textarea":Eu(e),mw(e);break;case"option":r.value!=null&&e.setAttribute("value",""+js(r.value));break;case"select":e.multiple=!!r.multiple,s=r.value,s!=null?ya(e,!!r.multiple,s,!1):r.defaultValue!=null&&ya(e,!!r.multiple,r.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=Yd)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return un(t),null;case 6:if(e&&t.stateNode!=null)pC(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(Y(166));if(n=ii($c.current),ii(so.current),Ou(t)){if(r=t.stateNode,n=t.memoizedProps,r[Gr]=t,(s=r.nodeValue!==n)&&(e=Zn,e!==null))switch(e.tag){case 3:Au(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Au(r.nodeValue,n,(e.mode&1)!==0)}s&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[Gr]=t,t.stateNode=r}return un(t),null;case 13:if(ft(kt),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(yt&&Kn!==null&&t.mode&1&&!(t.flags&128))RS(),Ba(),t.flags|=98560,s=!1;else if(s=Ou(t),r!==null&&r.dehydrated!==null){if(e===null){if(!s)throw Error(Y(318));if(s=t.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(Y(317));s[Gr]=t}else Ba(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;un(t),s=!1}else jr!==null&&(pg(jr),jr=null),s=!0;if(!s)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||kt.current&1?Vt===0&&(Vt=3):jv())),t.updateQueue!==null&&(t.flags|=4),un(t),null);case 4:return Ka(),ig(e,t),e===null&&Nc(t.stateNode.containerInfo),un(t),null;case 10:return fv(t.type._context),un(t),null;case 17:return zn(t.type)&&Xd(),un(t),null;case 19:if(ft(kt),s=t.memoizedState,s===null)return un(t),null;if(r=(t.flags&128)!==0,i=s.rendering,i===null)if(r)jl(s,!1);else{if(Vt!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=af(e),i!==null){for(t.flags|=128,jl(s,!1),r=i.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)s=n,e=r,s.flags&=14680066,i=s.alternate,i===null?(s.childLanes=0,s.lanes=e,s.child=null,s.subtreeFlags=0,s.memoizedProps=null,s.memoizedState=null,s.updateQueue=null,s.dependencies=null,s.stateNode=null):(s.childLanes=i.childLanes,s.lanes=i.lanes,s.child=i.child,s.subtreeFlags=0,s.deletions=null,s.memoizedProps=i.memoizedProps,s.memoizedState=i.memoizedState,s.updateQueue=i.updateQueue,s.type=i.type,e=i.dependencies,s.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return st(kt,kt.current&1|2),t.child}e=e.sibling}s.tail!==null&&Rt()>Qa&&(t.flags|=128,r=!0,jl(s,!1),t.lanes=4194304)}else{if(!r)if(e=af(i),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),jl(s,!0),s.tail===null&&s.tailMode==="hidden"&&!i.alternate&&!yt)return un(t),null}else 2*Rt()-s.renderingStartTime>Qa&&n!==1073741824&&(t.flags|=128,r=!0,jl(s,!1),t.lanes=4194304);s.isBackwards?(i.sibling=t.child,t.child=i):(n=s.last,n!==null?n.sibling=i:t.child=i,s.last=i)}return s.tail!==null?(t=s.tail,s.rendering=t,s.tail=t.sibling,s.renderingStartTime=Rt(),t.sibling=null,n=kt.current,st(kt,r?n&1|2:n&1),t):(un(t),null);case 22:case 23:return Pv(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?Hn&1073741824&&(un(t),t.subtreeFlags&6&&(t.flags|=8192)):un(t),null;case 24:return null;case 25:return null}throw Error(Y(156,t.tag))}function fA(e,t){switch(lv(t),t.tag){case 1:return zn(t.type)&&Xd(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Ka(),ft(Dn),ft(pn),yv(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return gv(t),null;case 13:if(ft(kt),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(Y(340));Ba()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return ft(kt),null;case 4:return Ka(),null;case 10:return fv(t.type._context),null;case 22:case 23:return Pv(),null;case 24:return null;default:return null}}var zu=!1,fn=!1,hA=typeof WeakSet=="function"?WeakSet:Set,de=null;function fa(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){jt(e,t,r)}else n.current=null}function ag(e,t,n){try{n()}catch(r){jt(e,t,r)}}var ob=!1;function pA(e,t){if(Hm=Qd,e=xS(),iv(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var o=r.anchorOffset,s=r.focusNode;r=r.focusOffset;try{n.nodeType,s.nodeType}catch{n=null;break e}var i=0,a=-1,l=-1,u=0,d=0,f=e,p=null;t:for(;;){for(var h;f!==n||o!==0&&f.nodeType!==3||(a=i+o),f!==s||r!==0&&f.nodeType!==3||(l=i+r),f.nodeType===3&&(i+=f.nodeValue.length),(h=f.firstChild)!==null;)p=f,f=h;for(;;){if(f===e)break t;if(p===n&&++u===o&&(a=i),p===s&&++d===r&&(l=i),(h=f.nextSibling)!==null)break;f=p,p=f.parentNode}f=h}n=a===-1||l===-1?null:{start:a,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(Bm={focusedElem:e,selectionRange:n},Qd=!1,de=t;de!==null;)if(t=de,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,de=e;else for(;de!==null;){t=de;try{var y=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(y!==null){var m=y.memoizedProps,x=y.memoizedState,g=t.stateNode,v=g.getSnapshotBeforeUpdate(t.elementType===t.type?m:Sr(t.type,m),x);g.__reactInternalSnapshotBeforeUpdate=v}break;case 3:var w=t.stateNode.containerInfo;w.nodeType===1?w.textContent="":w.nodeType===9&&w.documentElement&&w.removeChild(w.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(Y(163))}}catch(k){jt(t,t.return,k)}if(e=t.sibling,e!==null){e.return=t.return,de=e;break}de=t.return}return y=ob,ob=!1,y}function rc(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&e)===e){var s=o.destroy;o.destroy=void 0,s!==void 0&&ag(t,n,s)}o=o.next}while(o!==r)}}function ah(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function lg(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function mC(e){var t=e.alternate;t!==null&&(e.alternate=null,mC(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Gr],delete t[jc],delete t[Zm],delete t[GI],delete t[JI])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function gC(e){return e.tag===5||e.tag===3||e.tag===4}function sb(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||gC(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function cg(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=Yd));else if(r!==4&&(e=e.child,e!==null))for(cg(e,t,n),e=e.sibling;e!==null;)cg(e,t,n),e=e.sibling}function ug(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(ug(e,t,n),e=e.sibling;e!==null;)ug(e,t,n),e=e.sibling}var Jt=null,Pr=!1;function Ho(e,t,n){for(n=n.child;n!==null;)yC(e,t,n),n=n.sibling}function yC(e,t,n){if(oo&&typeof oo.onCommitFiberUnmount=="function")try{oo.onCommitFiberUnmount(Xf,n)}catch{}switch(n.tag){case 5:fn||fa(n,t);case 6:var r=Jt,o=Pr;Jt=null,Ho(e,t,n),Jt=r,Pr=o,Jt!==null&&(Pr?(e=Jt,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):Jt.removeChild(n.stateNode));break;case 18:Jt!==null&&(Pr?(e=Jt,n=n.stateNode,e.nodeType===8?xp(e.parentNode,n):e.nodeType===1&&xp(e,n),Sc(e)):xp(Jt,n.stateNode));break;case 4:r=Jt,o=Pr,Jt=n.stateNode.containerInfo,Pr=!0,Ho(e,t,n),Jt=r,Pr=o;break;case 0:case 11:case 14:case 15:if(!fn&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){o=r=r.next;do{var s=o,i=s.destroy;s=s.tag,i!==void 0&&(s&2||s&4)&&ag(n,t,i),o=o.next}while(o!==r)}Ho(e,t,n);break;case 1:if(!fn&&(fa(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(a){jt(n,t,a)}Ho(e,t,n);break;case 21:Ho(e,t,n);break;case 22:n.mode&1?(fn=(r=fn)||n.memoizedState!==null,Ho(e,t,n),fn=r):Ho(e,t,n);break;default:Ho(e,t,n)}}function ib(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new hA),t.forEach(function(r){var o=_A.bind(null,e,r);n.has(r)||(n.add(r),r.then(o,o))})}}function xr(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var o=n[r];try{var s=e,i=t,a=i;e:for(;a!==null;){switch(a.tag){case 5:Jt=a.stateNode,Pr=!1;break e;case 3:Jt=a.stateNode.containerInfo,Pr=!0;break e;case 4:Jt=a.stateNode.containerInfo,Pr=!0;break e}a=a.return}if(Jt===null)throw Error(Y(160));yC(s,i,o),Jt=null,Pr=!1;var l=o.alternate;l!==null&&(l.return=null),o.return=null}catch(u){jt(o,t,u)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)vC(t,e),t=t.sibling}function vC(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(xr(t,e),qr(e),r&4){try{rc(3,e,e.return),ah(3,e)}catch(m){jt(e,e.return,m)}try{rc(5,e,e.return)}catch(m){jt(e,e.return,m)}}break;case 1:xr(t,e),qr(e),r&512&&n!==null&&fa(n,n.return);break;case 5:if(xr(t,e),qr(e),r&512&&n!==null&&fa(n,n.return),e.flags&32){var o=e.stateNode;try{wc(o,"")}catch(m){jt(e,e.return,m)}}if(r&4&&(o=e.stateNode,o!=null)){var s=e.memoizedProps,i=n!==null?n.memoizedProps:s,a=e.type,l=e.updateQueue;if(e.updateQueue=null,l!==null)try{a==="input"&&s.type==="radio"&&s.name!=null&&F_(o,s),Am(a,i);var u=Am(a,s);for(i=0;i<l.length;i+=2){var d=l[i],f=l[i+1];d==="style"?B_(o,f):d==="dangerouslySetInnerHTML"?V_(o,f):d==="children"?wc(o,f):Ky(o,d,f,u)}switch(a){case"input":jm(o,s);break;case"textarea":U_(o,s);break;case"select":var p=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!s.multiple;var h=s.value;h!=null?ya(o,!!s.multiple,h,!1):p!==!!s.multiple&&(s.defaultValue!=null?ya(o,!!s.multiple,s.defaultValue,!0):ya(o,!!s.multiple,s.multiple?[]:"",!1))}o[jc]=s}catch(m){jt(e,e.return,m)}}break;case 6:if(xr(t,e),qr(e),r&4){if(e.stateNode===null)throw Error(Y(162));o=e.stateNode,s=e.memoizedProps;try{o.nodeValue=s}catch(m){jt(e,e.return,m)}}break;case 3:if(xr(t,e),qr(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Sc(t.containerInfo)}catch(m){jt(e,e.return,m)}break;case 4:xr(t,e),qr(e);break;case 13:xr(t,e),qr(e),o=e.child,o.flags&8192&&(s=o.memoizedState!==null,o.stateNode.isHidden=s,!s||o.alternate!==null&&o.alternate.memoizedState!==null||(Ev=Rt())),r&4&&ib(e);break;case 22:if(d=n!==null&&n.memoizedState!==null,e.mode&1?(fn=(u=fn)||d,xr(t,e),fn=u):xr(t,e),qr(e),r&8192){if(u=e.memoizedState!==null,(e.stateNode.isHidden=u)&&!d&&e.mode&1)for(de=e,d=e.child;d!==null;){for(f=de=d;de!==null;){switch(p=de,h=p.child,p.tag){case 0:case 11:case 14:case 15:rc(4,p,p.return);break;case 1:fa(p,p.return);var y=p.stateNode;if(typeof y.componentWillUnmount=="function"){r=p,n=p.return;try{t=r,y.props=t.memoizedProps,y.state=t.memoizedState,y.componentWillUnmount()}catch(m){jt(r,n,m)}}break;case 5:fa(p,p.return);break;case 22:if(p.memoizedState!==null){lb(f);continue}}h!==null?(h.return=p,de=h):lb(f)}d=d.sibling}e:for(d=null,f=e;;){if(f.tag===5){if(d===null){d=f;try{o=f.stateNode,u?(s=o.style,typeof s.setProperty=="function"?s.setProperty("display","none","important"):s.display="none"):(a=f.stateNode,l=f.memoizedProps.style,i=l!=null&&l.hasOwnProperty("display")?l.display:null,a.style.display=H_("display",i))}catch(m){jt(e,e.return,m)}}}else if(f.tag===6){if(d===null)try{f.stateNode.nodeValue=u?"":f.memoizedProps}catch(m){jt(e,e.return,m)}}else if((f.tag!==22&&f.tag!==23||f.memoizedState===null||f===e)&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===e)break e;for(;f.sibling===null;){if(f.return===null||f.return===e)break e;d===f&&(d=null),f=f.return}d===f&&(d=null),f.sibling.return=f.return,f=f.sibling}}break;case 19:xr(t,e),qr(e),r&4&&ib(e);break;case 21:break;default:xr(t,e),qr(e)}}function qr(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(gC(n)){var r=n;break e}n=n.return}throw Error(Y(160))}switch(r.tag){case 5:var o=r.stateNode;r.flags&32&&(wc(o,""),r.flags&=-33);var s=sb(e);ug(e,s,o);break;case 3:case 4:var i=r.stateNode.containerInfo,a=sb(e);cg(e,a,i);break;default:throw Error(Y(161))}}catch(l){jt(e,e.return,l)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function mA(e,t,n){de=e,xC(e)}function xC(e,t,n){for(var r=(e.mode&1)!==0;de!==null;){var o=de,s=o.child;if(o.tag===22&&r){var i=o.memoizedState!==null||zu;if(!i){var a=o.alternate,l=a!==null&&a.memoizedState!==null||fn;a=zu;var u=fn;if(zu=i,(fn=l)&&!u)for(de=o;de!==null;)i=de,l=i.child,i.tag===22&&i.memoizedState!==null?cb(o):l!==null?(l.return=i,de=l):cb(o);for(;s!==null;)de=s,xC(s),s=s.sibling;de=o,zu=a,fn=u}ab(e)}else o.subtreeFlags&8772&&s!==null?(s.return=o,de=s):ab(e)}}function ab(e){for(;de!==null;){var t=de;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:fn||ah(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!fn)if(n===null)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:Sr(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var s=t.updateQueue;s!==null&&Bw(t,s,r);break;case 3:var i=t.updateQueue;if(i!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}Bw(t,i,n)}break;case 5:var a=t.stateNode;if(n===null&&t.flags&4){n=a;var l=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":l.autoFocus&&n.focus();break;case"img":l.src&&(n.src=l.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var u=t.alternate;if(u!==null){var d=u.memoizedState;if(d!==null){var f=d.dehydrated;f!==null&&Sc(f)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(Y(163))}fn||t.flags&512&&lg(t)}catch(p){jt(t,t.return,p)}}if(t===e){de=null;break}if(n=t.sibling,n!==null){n.return=t.return,de=n;break}de=t.return}}function lb(e){for(;de!==null;){var t=de;if(t===e){de=null;break}var n=t.sibling;if(n!==null){n.return=t.return,de=n;break}de=t.return}}function cb(e){for(;de!==null;){var t=de;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{ah(4,t)}catch(l){jt(t,n,l)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var o=t.return;try{r.componentDidMount()}catch(l){jt(t,o,l)}}var s=t.return;try{lg(t)}catch(l){jt(t,s,l)}break;case 5:var i=t.return;try{lg(t)}catch(l){jt(t,i,l)}}}catch(l){jt(t,t.return,l)}if(t===e){de=null;break}var a=t.sibling;if(a!==null){a.return=t.return,de=a;break}de=t.return}}var gA=Math.ceil,uf=Lo.ReactCurrentDispatcher,Sv=Lo.ReactCurrentOwner,fr=Lo.ReactCurrentBatchConfig,Ze=0,Kt=null,Mt=null,tn=0,Hn=0,ha=Ds(0),Vt=0,Oc=null,_i=0,lh=0,Cv=0,oc=null,An=null,Ev=0,Qa=1/0,vo=null,df=!1,dg=null,_s=null,Lu=!1,gs=null,ff=0,sc=0,fg=null,bd=-1,kd=0;function Sn(){return Ze&6?Rt():bd!==-1?bd:bd=Rt()}function Ss(e){return e.mode&1?Ze&2&&tn!==0?tn&-tn:XI.transition!==null?(kd===0&&(kd=rS()),kd):(e=Xe,e!==0||(e=window.event,e=e===void 0?16:uS(e.type)),e):1}function Ar(e,t,n,r){if(50<sc)throw sc=0,fg=null,Error(Y(185));Jc(e,n,r),(!(Ze&2)||e!==Kt)&&(e===Kt&&(!(Ze&2)&&(lh|=n),Vt===4&&os(e,tn)),Ln(e,r),n===1&&Ze===0&&!(t.mode&1)&&(Qa=Rt()+500,oh&&zs()))}function Ln(e,t){var n=e.callbackNode;XR(e,t);var r=Zd(e,e===Kt?tn:0);if(r===0)n!==null&&vw(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&vw(n),t===1)e.tag===0?YI(ub.bind(null,e)):jS(ub.bind(null,e)),ZI(function(){!(Ze&6)&&zs()}),n=null;else{switch(oS(r)){case 1:n=Yy;break;case 4:n=tS;break;case 16:n=Kd;break;case 536870912:n=nS;break;default:n=Kd}n=NC(n,wC.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function wC(e,t){if(bd=-1,kd=0,Ze&6)throw Error(Y(327));var n=e.callbackNode;if(ka()&&e.callbackNode!==n)return null;var r=Zd(e,e===Kt?tn:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=hf(e,r);else{t=r;var o=Ze;Ze|=2;var s=kC();(Kt!==e||tn!==t)&&(vo=null,Qa=Rt()+500,yi(e,t));do try{xA();break}catch(a){bC(e,a)}while(!0);dv(),uf.current=s,Ze=o,Mt!==null?t=0:(Kt=null,tn=0,t=Vt)}if(t!==0){if(t===2&&(o=Lm(e),o!==0&&(r=o,t=hg(e,o))),t===1)throw n=Oc,yi(e,0),os(e,r),Ln(e,Rt()),n;if(t===6)os(e,r);else{if(o=e.current.alternate,!(r&30)&&!yA(o)&&(t=hf(e,r),t===2&&(s=Lm(e),s!==0&&(r=s,t=hg(e,s))),t===1))throw n=Oc,yi(e,0),os(e,r),Ln(e,Rt()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(Y(345));case 2:Zs(e,An,vo);break;case 3:if(os(e,r),(r&130023424)===r&&(t=Ev+500-Rt(),10<t)){if(Zd(e,0)!==0)break;if(o=e.suspendedLanes,(o&r)!==r){Sn(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=Km(Zs.bind(null,e,An,vo),t);break}Zs(e,An,vo);break;case 4:if(os(e,r),(r&4194240)===r)break;for(t=e.eventTimes,o=-1;0<r;){var i=31-Ir(r);s=1<<i,i=t[i],i>o&&(o=i),r&=~s}if(r=o,r=Rt()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*gA(r/1960))-r,10<r){e.timeoutHandle=Km(Zs.bind(null,e,An,vo),r);break}Zs(e,An,vo);break;case 5:Zs(e,An,vo);break;default:throw Error(Y(329))}}}return Ln(e,Rt()),e.callbackNode===n?wC.bind(null,e):null}function hg(e,t){var n=oc;return e.current.memoizedState.isDehydrated&&(yi(e,t).flags|=256),e=hf(e,t),e!==2&&(t=An,An=n,t!==null&&pg(t)),e}function pg(e){An===null?An=e:An.push.apply(An,e)}function yA(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var o=n[r],s=o.getSnapshot;o=o.value;try{if(!Dr(s(),o))return!1}catch{return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function os(e,t){for(t&=~Cv,t&=~lh,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-Ir(t),r=1<<n;e[n]=-1,t&=~r}}function ub(e){if(Ze&6)throw Error(Y(327));ka();var t=Zd(e,0);if(!(t&1))return Ln(e,Rt()),null;var n=hf(e,t);if(e.tag!==0&&n===2){var r=Lm(e);r!==0&&(t=r,n=hg(e,r))}if(n===1)throw n=Oc,yi(e,0),os(e,t),Ln(e,Rt()),n;if(n===6)throw Error(Y(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Zs(e,An,vo),Ln(e,Rt()),null}function Nv(e,t){var n=Ze;Ze|=1;try{return e(t)}finally{Ze=n,Ze===0&&(Qa=Rt()+500,oh&&zs())}}function Si(e){gs!==null&&gs.tag===0&&!(Ze&6)&&ka();var t=Ze;Ze|=1;var n=fr.transition,r=Xe;try{if(fr.transition=null,Xe=1,e)return e()}finally{Xe=r,fr.transition=n,Ze=t,!(Ze&6)&&zs()}}function Pv(){Hn=ha.current,ft(ha)}function yi(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,KI(n)),Mt!==null)for(n=Mt.return;n!==null;){var r=n;switch(lv(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&Xd();break;case 3:Ka(),ft(Dn),ft(pn),yv();break;case 5:gv(r);break;case 4:Ka();break;case 13:ft(kt);break;case 19:ft(kt);break;case 10:fv(r.type._context);break;case 22:case 23:Pv()}n=n.return}if(Kt=e,Mt=e=Cs(e.current,null),tn=Hn=t,Vt=0,Oc=null,Cv=lh=_i=0,An=oc=null,si!==null){for(t=0;t<si.length;t++)if(n=si[t],r=n.interleaved,r!==null){n.interleaved=null;var o=r.next,s=n.pending;if(s!==null){var i=s.next;s.next=o,r.next=i}n.pending=r}si=null}return e}function bC(e,t){do{var n=Mt;try{if(dv(),vd.current=cf,lf){for(var r=St.memoizedState;r!==null;){var o=r.queue;o!==null&&(o.pending=null),r=r.next}lf=!1}if(ki=0,Wt=Ft=St=null,nc=!1,Rc=0,Sv.current=null,n===null||n.return===null){Vt=1,Oc=t,Mt=null;break}e:{var s=e,i=n.return,a=n,l=t;if(t=tn,a.flags|=32768,l!==null&&typeof l=="object"&&typeof l.then=="function"){var u=l,d=a,f=d.tag;if(!(d.mode&1)&&(f===0||f===11||f===15)){var p=d.alternate;p?(d.updateQueue=p.updateQueue,d.memoizedState=p.memoizedState,d.lanes=p.lanes):(d.updateQueue=null,d.memoizedState=null)}var h=Jw(i);if(h!==null){h.flags&=-257,Yw(h,i,a,s,t),h.mode&1&&Gw(s,u,t),t=h,l=u;var y=t.updateQueue;if(y===null){var m=new Set;m.add(l),t.updateQueue=m}else y.add(l);break e}else{if(!(t&1)){Gw(s,u,t),jv();break e}l=Error(Y(426))}}else if(yt&&a.mode&1){var x=Jw(i);if(x!==null){!(x.flags&65536)&&(x.flags|=256),Yw(x,i,a,s,t),cv(Za(l,a));break e}}s=l=Za(l,a),Vt!==4&&(Vt=2),oc===null?oc=[s]:oc.push(s),s=i;do{switch(s.tag){case 3:s.flags|=65536,t&=-t,s.lanes|=t;var g=oC(s,l,t);Hw(s,g);break e;case 1:a=l;var v=s.type,w=s.stateNode;if(!(s.flags&128)&&(typeof v.getDerivedStateFromError=="function"||w!==null&&typeof w.componentDidCatch=="function"&&(_s===null||!_s.has(w)))){s.flags|=65536,t&=-t,s.lanes|=t;var k=sC(s,a,t);Hw(s,k);break e}}s=s.return}while(s!==null)}SC(n)}catch(E){t=E,Mt===n&&n!==null&&(Mt=n=n.return);continue}break}while(!0)}function kC(){var e=uf.current;return uf.current=cf,e===null?cf:e}function jv(){(Vt===0||Vt===3||Vt===2)&&(Vt=4),Kt===null||!(_i&268435455)&&!(lh&268435455)||os(Kt,tn)}function hf(e,t){var n=Ze;Ze|=2;var r=kC();(Kt!==e||tn!==t)&&(vo=null,yi(e,t));do try{vA();break}catch(o){bC(e,o)}while(!0);if(dv(),Ze=n,uf.current=r,Mt!==null)throw Error(Y(261));return Kt=null,tn=0,Vt}function vA(){for(;Mt!==null;)_C(Mt)}function xA(){for(;Mt!==null&&!HR();)_C(Mt)}function _C(e){var t=EC(e.alternate,e,Hn);e.memoizedProps=e.pendingProps,t===null?SC(e):Mt=t,Sv.current=null}function SC(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=fA(n,t),n!==null){n.flags&=32767,Mt=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Vt=6,Mt=null;return}}else if(n=dA(n,t,Hn),n!==null){Mt=n;return}if(t=t.sibling,t!==null){Mt=t;return}Mt=t=e}while(t!==null);Vt===0&&(Vt=5)}function Zs(e,t,n){var r=Xe,o=fr.transition;try{fr.transition=null,Xe=1,wA(e,t,n,r)}finally{fr.transition=o,Xe=r}return null}function wA(e,t,n,r){do ka();while(gs!==null);if(Ze&6)throw Error(Y(327));n=e.finishedWork;var o=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(Y(177));e.callbackNode=null,e.callbackPriority=0;var s=n.lanes|n.childLanes;if(eI(e,s),e===Kt&&(Mt=Kt=null,tn=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||Lu||(Lu=!0,NC(Kd,function(){return ka(),null})),s=(n.flags&15990)!==0,n.subtreeFlags&15990||s){s=fr.transition,fr.transition=null;var i=Xe;Xe=1;var a=Ze;Ze|=4,Sv.current=null,pA(e,n),vC(n,e),FI(Bm),Qd=!!Hm,Bm=Hm=null,e.current=n,mA(n),BR(),Ze=a,Xe=i,fr.transition=s}else e.current=n;if(Lu&&(Lu=!1,gs=e,ff=o),s=e.pendingLanes,s===0&&(_s=null),ZR(n.stateNode),Ln(e,Rt()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(df)throw df=!1,e=dg,dg=null,e;return ff&1&&e.tag!==0&&ka(),s=e.pendingLanes,s&1?e===fg?sc++:(sc=0,fg=e):sc=0,zs(),null}function ka(){if(gs!==null){var e=oS(ff),t=fr.transition,n=Xe;try{if(fr.transition=null,Xe=16>e?16:e,gs===null)var r=!1;else{if(e=gs,gs=null,ff=0,Ze&6)throw Error(Y(331));var o=Ze;for(Ze|=4,de=e.current;de!==null;){var s=de,i=s.child;if(de.flags&16){var a=s.deletions;if(a!==null){for(var l=0;l<a.length;l++){var u=a[l];for(de=u;de!==null;){var d=de;switch(d.tag){case 0:case 11:case 15:rc(8,d,s)}var f=d.child;if(f!==null)f.return=d,de=f;else for(;de!==null;){d=de;var p=d.sibling,h=d.return;if(mC(d),d===u){de=null;break}if(p!==null){p.return=h,de=p;break}de=h}}}var y=s.alternate;if(y!==null){var m=y.child;if(m!==null){y.child=null;do{var x=m.sibling;m.sibling=null,m=x}while(m!==null)}}de=s}}if(s.subtreeFlags&2064&&i!==null)i.return=s,de=i;else e:for(;de!==null;){if(s=de,s.flags&2048)switch(s.tag){case 0:case 11:case 15:rc(9,s,s.return)}var g=s.sibling;if(g!==null){g.return=s.return,de=g;break e}de=s.return}}var v=e.current;for(de=v;de!==null;){i=de;var w=i.child;if(i.subtreeFlags&2064&&w!==null)w.return=i,de=w;else e:for(i=v;de!==null;){if(a=de,a.flags&2048)try{switch(a.tag){case 0:case 11:case 15:ah(9,a)}}catch(E){jt(a,a.return,E)}if(a===i){de=null;break e}var k=a.sibling;if(k!==null){k.return=a.return,de=k;break e}de=a.return}}if(Ze=o,zs(),oo&&typeof oo.onPostCommitFiberRoot=="function")try{oo.onPostCommitFiberRoot(Xf,e)}catch{}r=!0}return r}finally{Xe=n,fr.transition=t}}return!1}function db(e,t,n){t=Za(n,t),t=oC(e,t,1),e=ks(e,t,1),t=Sn(),e!==null&&(Jc(e,1,t),Ln(e,t))}function jt(e,t,n){if(e.tag===3)db(e,e,n);else for(;t!==null;){if(t.tag===3){db(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(_s===null||!_s.has(r))){e=Za(n,e),e=sC(t,e,1),t=ks(t,e,1),e=Sn(),t!==null&&(Jc(t,1,e),Ln(t,e));break}}t=t.return}}function bA(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=Sn(),e.pingedLanes|=e.suspendedLanes&n,Kt===e&&(tn&n)===n&&(Vt===4||Vt===3&&(tn&130023424)===tn&&500>Rt()-Ev?yi(e,0):Cv|=n),Ln(e,t)}function CC(e,t){t===0&&(e.mode&1?(t=ju,ju<<=1,!(ju&130023424)&&(ju=4194304)):t=1);var n=Sn();e=Ao(e,t),e!==null&&(Jc(e,t,n),Ln(e,n))}function kA(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),CC(e,n)}function _A(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;o!==null&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(Y(314))}r!==null&&r.delete(t),CC(e,n)}var EC;EC=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||Dn.current)Mn=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return Mn=!1,uA(e,t,n);Mn=!!(e.flags&131072)}else Mn=!1,yt&&t.flags&1048576&&TS(t,nf,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;wd(e,t),e=t.pendingProps;var o=Ha(t,pn.current);ba(t,n),o=xv(null,t,r,e,o,n);var s=wv();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,zn(r)?(s=!0,ef(t)):s=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,pv(t),o.updater=ih,t.stateNode=o,o._reactInternals=t,eg(t,r,e,n),t=rg(null,t,r,!0,s,n)):(t.tag=0,yt&&s&&av(t),xn(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(wd(e,t),e=t.pendingProps,o=r._init,r=o(r._payload),t.type=r,o=t.tag=CA(r),e=Sr(r,e),o){case 0:t=ng(null,t,r,e,n);break e;case 1:t=tb(null,t,r,e,n);break e;case 11:t=Xw(null,t,r,e,n);break e;case 14:t=eb(null,t,r,Sr(r.type,e),n);break e}throw Error(Y(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Sr(r,o),ng(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Sr(r,o),tb(e,t,r,o,n);case 3:e:{if(cC(t),e===null)throw Error(Y(387));r=t.pendingProps,s=t.memoizedState,o=s.element,MS(e,t),sf(t,r,null,n);var i=t.memoizedState;if(r=i.element,s.isDehydrated)if(s={element:r,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=s,t.memoizedState=s,t.flags&256){o=Za(Error(Y(423)),t),t=nb(e,t,r,n,o);break e}else if(r!==o){o=Za(Error(Y(424)),t),t=nb(e,t,r,n,o);break e}else for(Kn=bs(t.stateNode.containerInfo.firstChild),Zn=t,yt=!0,jr=null,n=AS(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Ba(),r===o){t=Oo(e,t,n);break e}xn(e,t,r,n)}t=t.child}return t;case 5:return DS(t),e===null&&Jm(t),r=t.type,o=t.pendingProps,s=e!==null?e.memoizedProps:null,i=o.children,Wm(r,o)?i=null:s!==null&&Wm(r,s)&&(t.flags|=32),lC(e,t),xn(e,t,i,n),t.child;case 6:return e===null&&Jm(t),null;case 13:return uC(e,t,n);case 4:return mv(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=Wa(t,null,r,n):xn(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Sr(r,o),Xw(e,t,r,o,n);case 7:return xn(e,t,t.pendingProps,n),t.child;case 8:return xn(e,t,t.pendingProps.children,n),t.child;case 12:return xn(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,s=t.memoizedProps,i=o.value,st(rf,r._currentValue),r._currentValue=i,s!==null)if(Dr(s.value,i)){if(s.children===o.children&&!Dn.current){t=Oo(e,t,n);break e}}else for(s=t.child,s!==null&&(s.return=t);s!==null;){var a=s.dependencies;if(a!==null){i=s.child;for(var l=a.firstContext;l!==null;){if(l.context===r){if(s.tag===1){l=No(-1,n&-n),l.tag=2;var u=s.updateQueue;if(u!==null){u=u.shared;var d=u.pending;d===null?l.next=l:(l.next=d.next,d.next=l),u.pending=l}}s.lanes|=n,l=s.alternate,l!==null&&(l.lanes|=n),Ym(s.return,n,t),a.lanes|=n;break}l=l.next}}else if(s.tag===10)i=s.type===t.type?null:s.child;else if(s.tag===18){if(i=s.return,i===null)throw Error(Y(341));i.lanes|=n,a=i.alternate,a!==null&&(a.lanes|=n),Ym(i,n,t),i=s.sibling}else i=s.child;if(i!==null)i.return=s;else for(i=s;i!==null;){if(i===t){i=null;break}if(s=i.sibling,s!==null){s.return=i.return,i=s;break}i=i.return}s=i}xn(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,ba(t,n),o=hr(o),r=r(o),t.flags|=1,xn(e,t,r,n),t.child;case 14:return r=t.type,o=Sr(r,t.pendingProps),o=Sr(r.type,o),eb(e,t,r,o,n);case 15:return iC(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Sr(r,o),wd(e,t),t.tag=1,zn(r)?(e=!0,ef(t)):e=!1,ba(t,n),rC(t,r,o),eg(t,r,o,n),rg(null,t,r,!0,e,n);case 19:return dC(e,t,n);case 22:return aC(e,t,n)}throw Error(Y(156,t.tag))};function NC(e,t){return eS(e,t)}function SA(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function dr(e,t,n,r){return new SA(e,t,n,r)}function Tv(e){return e=e.prototype,!(!e||!e.isReactComponent)}function CA(e){if(typeof e=="function")return Tv(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Qy)return 11;if(e===Gy)return 14}return 2}function Cs(e,t){var n=e.alternate;return n===null?(n=dr(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function _d(e,t,n,r,o,s){var i=2;if(r=e,typeof e=="function")Tv(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case ra:return vi(n.children,o,s,t);case Zy:i=8,o|=8;break;case Sm:return e=dr(12,n,t,o|2),e.elementType=Sm,e.lanes=s,e;case Cm:return e=dr(13,n,t,o),e.elementType=Cm,e.lanes=s,e;case Em:return e=dr(19,n,t,o),e.elementType=Em,e.lanes=s,e;case D_:return ch(n,o,s,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case O_:i=10;break e;case M_:i=9;break e;case Qy:i=11;break e;case Gy:i=14;break e;case Yo:i=16,r=null;break e}throw Error(Y(130,e==null?e:typeof e,""))}return t=dr(i,n,t,o),t.elementType=e,t.type=r,t.lanes=s,t}function vi(e,t,n,r){return e=dr(7,e,r,t),e.lanes=n,e}function ch(e,t,n,r){return e=dr(22,e,r,t),e.elementType=D_,e.lanes=n,e.stateNode={isHidden:!1},e}function Np(e,t,n){return e=dr(6,e,null,t),e.lanes=n,e}function Pp(e,t,n){return t=dr(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function EA(e,t,n,r,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=lp(0),this.expirationTimes=lp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=lp(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function $v(e,t,n,r,o,s,i,a,l){return e=new EA(e,t,n,a,l),t===1?(t=1,s===!0&&(t|=8)):t=0,s=dr(3,null,null,t),e.current=s,s.stateNode=e,s.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},pv(s),e}function NA(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:na,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function PC(e){if(!e)return Ts;e=e._reactInternals;e:{if(Mi(e)!==e||e.tag!==1)throw Error(Y(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(zn(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(Y(171))}if(e.tag===1){var n=e.type;if(zn(n))return PS(e,n,t)}return t}function jC(e,t,n,r,o,s,i,a,l){return e=$v(n,r,!0,e,o,s,i,a,l),e.context=PC(null),n=e.current,r=Sn(),o=Ss(n),s=No(r,o),s.callback=t??null,ks(n,s,o),e.current.lanes=o,Jc(e,o,r),Ln(e,r),e}function uh(e,t,n,r){var o=t.current,s=Sn(),i=Ss(o);return n=PC(n),t.context===null?t.context=n:t.pendingContext=n,t=No(s,i),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=ks(o,t,i),e!==null&&(Ar(e,o,i,s),yd(e,o,i)),i}function pf(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function fb(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function Rv(e,t){fb(e,t),(e=e.alternate)&&fb(e,t)}function PA(){return null}var TC=typeof reportError=="function"?reportError:function(e){console.error(e)};function Iv(e){this._internalRoot=e}dh.prototype.render=Iv.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(Y(409));uh(e,t,null,null)};dh.prototype.unmount=Iv.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;Si(function(){uh(null,e,null,null)}),t[Io]=null}};function dh(e){this._internalRoot=e}dh.prototype.unstable_scheduleHydration=function(e){if(e){var t=aS();e={blockedOn:null,target:e,priority:t};for(var n=0;n<rs.length&&t!==0&&t<rs[n].priority;n++);rs.splice(n,0,e),n===0&&cS(e)}};function Av(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function fh(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function hb(){}function jA(e,t,n,r,o){if(o){if(typeof r=="function"){var s=r;r=function(){var u=pf(i);s.call(u)}}var i=jC(t,r,e,0,null,!1,!1,"",hb);return e._reactRootContainer=i,e[Io]=i.current,Nc(e.nodeType===8?e.parentNode:e),Si(),i}for(;o=e.lastChild;)e.removeChild(o);if(typeof r=="function"){var a=r;r=function(){var u=pf(l);a.call(u)}}var l=$v(e,0,!1,null,null,!1,!1,"",hb);return e._reactRootContainer=l,e[Io]=l.current,Nc(e.nodeType===8?e.parentNode:e),Si(function(){uh(t,l,n,r)}),l}function hh(e,t,n,r,o){var s=n._reactRootContainer;if(s){var i=s;if(typeof o=="function"){var a=o;o=function(){var l=pf(i);a.call(l)}}uh(t,i,e,o)}else i=jA(n,t,e,o,r);return pf(i)}sS=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=ql(t.pendingLanes);n!==0&&(Xy(t,n|1),Ln(t,Rt()),!(Ze&6)&&(Qa=Rt()+500,zs()))}break;case 13:Si(function(){var r=Ao(e,1);if(r!==null){var o=Sn();Ar(r,e,1,o)}}),Rv(e,1)}};ev=function(e){if(e.tag===13){var t=Ao(e,134217728);if(t!==null){var n=Sn();Ar(t,e,134217728,n)}Rv(e,134217728)}};iS=function(e){if(e.tag===13){var t=Ss(e),n=Ao(e,t);if(n!==null){var r=Sn();Ar(n,e,t,r)}Rv(e,t)}};aS=function(){return Xe};lS=function(e,t){var n=Xe;try{return Xe=e,t()}finally{Xe=n}};Mm=function(e,t,n){switch(t){case"input":if(jm(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=rh(r);if(!o)throw Error(Y(90));L_(r),jm(r,o)}}}break;case"textarea":U_(e,n);break;case"select":t=n.value,t!=null&&ya(e,!!n.multiple,t,!1)}};Z_=Nv;Q_=Si;var TA={usingClientEntryPoint:!1,Events:[Xc,aa,rh,W_,K_,Nv]},Tl={findFiberByHostInstance:oi,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},$A={bundleType:Tl.bundleType,version:Tl.version,rendererPackageName:Tl.rendererPackageName,rendererConfig:Tl.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Lo.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=Y_(e),e===null?null:e.stateNode},findFiberByHostInstance:Tl.findFiberByHostInstance||PA,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Fu=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Fu.isDisabled&&Fu.supportsFiber)try{Xf=Fu.inject($A),oo=Fu}catch{}}Yn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=TA;Yn.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Av(t))throw Error(Y(200));return NA(e,t,null,n)};Yn.createRoot=function(e,t){if(!Av(e))throw Error(Y(299));var n=!1,r="",o=TC;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=$v(e,1,!1,null,null,n,!1,r,o),e[Io]=t.current,Nc(e.nodeType===8?e.parentNode:e),new Iv(t)};Yn.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(Y(188)):(e=Object.keys(e).join(","),Error(Y(268,e)));return e=Y_(t),e=e===null?null:e.stateNode,e};Yn.flushSync=function(e){return Si(e)};Yn.hydrate=function(e,t,n){if(!fh(t))throw Error(Y(200));return hh(null,e,t,!0,n)};Yn.hydrateRoot=function(e,t,n){if(!Av(e))throw Error(Y(405));var r=n!=null&&n.hydratedSources||null,o=!1,s="",i=TC;if(n!=null&&(n.unstable_strictMode===!0&&(o=!0),n.identifierPrefix!==void 0&&(s=n.identifierPrefix),n.onRecoverableError!==void 0&&(i=n.onRecoverableError)),t=jC(t,null,e,1,n??null,o,!1,s,i),e[Io]=t.current,Nc(e),r)for(e=0;e<r.length;e++)n=r[e],o=n._getVersion,o=o(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new dh(t)};Yn.render=function(e,t,n){if(!fh(t))throw Error(Y(200));return hh(null,e,t,!1,n)};Yn.unmountComponentAtNode=function(e){if(!fh(e))throw Error(Y(40));return e._reactRootContainer?(Si(function(){hh(null,null,e,!1,function(){e._reactRootContainer=null,e[Io]=null})}),!0):!1};Yn.unstable_batchedUpdates=Nv;Yn.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!fh(n))throw Error(Y(200));if(e==null||e._reactInternals===void 0)throw Error(Y(38));return hh(e,t,n,!1,r)};Yn.version="18.3.1-next-f1338f8080-20240426";function $C(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE($C)}catch(e){console.error(e)}}$C(),$_.exports=Yn;var Di=$_.exports;const RA=il(Di);var RC,pb=Di;RC=pb.createRoot,pb.hydrateRoot;function IA(e,t){if(e instanceof RegExp)return{keys:!1,pattern:e};var n,r,o,s,i=[],a="",l=e.split("/");for(l[0]||l.shift();o=l.shift();)n=o[0],n==="*"?(i.push(n),a+=o[1]==="?"?"(?:/(.*))?":"/(.*)"):n===":"?(r=o.indexOf("?",1),s=o.indexOf(".",1),i.push(o.substring(1,~r?r:~s?s:o.length)),a+=~r&&!~s?"(?:/([^/]+?))?":"/([^/]+?)",~s&&(a+=(~r?"?":"")+"\\"+o.substring(s))):a+="/"+o;return{keys:i,pattern:new RegExp("^"+a+(t?"(?=$|/)":"/?$"),"i")}}var IC={exports:{}},AC={};/**
|
|
41
|
+
* @license React
|
|
42
|
+
* use-sync-external-store-shim.production.js
|
|
43
|
+
*
|
|
44
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
45
|
+
*
|
|
46
|
+
* This source code is licensed under the MIT license found in the
|
|
47
|
+
* LICENSE file in the root directory of this source tree.
|
|
48
|
+
*/var Ga=b;function AA(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var OA=typeof Object.is=="function"?Object.is:AA,MA=Ga.useState,DA=Ga.useEffect,zA=Ga.useLayoutEffect,LA=Ga.useDebugValue;function FA(e,t){var n=t(),r=MA({inst:{value:n,getSnapshot:t}}),o=r[0].inst,s=r[1];return zA(function(){o.value=n,o.getSnapshot=t,jp(o)&&s({inst:o})},[e,n,t]),DA(function(){return jp(o)&&s({inst:o}),e(function(){jp(o)&&s({inst:o})})},[e]),LA(n),n}function jp(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!OA(e,n)}catch{return!0}}function UA(e,t){return t()}var qA=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?UA:FA;AC.useSyncExternalStore=Ga.useSyncExternalStore!==void 0?Ga.useSyncExternalStore:qA;IC.exports=AC;var VA=IC.exports;const HA=Hy.useInsertionEffect,BA=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",WA=BA?b.useLayoutEffect:b.useEffect,KA=HA||WA,OC=e=>{const t=b.useRef([e,(...n)=>t[0](...n)]).current;return KA(()=>{t[0]=e}),t[1]},ZA="popstate",Ov="pushState",Mv="replaceState",QA="hashchange",mb=[ZA,Ov,Mv,QA],GA=e=>{for(const t of mb)addEventListener(t,e);return()=>{for(const t of mb)removeEventListener(t,e)}},MC=(e,t)=>VA.useSyncExternalStore(GA,e,t),JA=()=>location.search,YA=({ssrSearch:e=""}={})=>MC(JA,()=>e),gb=()=>location.pathname,XA=({ssrPath:e}={})=>MC(gb,e?()=>e:gb),eO=(e,{replace:t=!1,state:n=null}={})=>history[t?Mv:Ov](n,"",e),tO=(e={})=>[XA(e),eO],yb=Symbol.for("wouter_v3");if(typeof history<"u"&&typeof window[yb]>"u"){for(const e of[Ov,Mv]){const t=history[e];history[e]=function(){const n=t.apply(this,arguments),r=new Event(e);return r.arguments=arguments,dispatchEvent(r),n}}Object.defineProperty(window,yb,{value:!0})}const nO=(e,t)=>t.toLowerCase().indexOf(e.toLowerCase())?"~"+t:t.slice(e.length)||"/",DC=(e="")=>e==="/"?"":e,rO=(e,t)=>e[0]==="~"?e.slice(1):DC(t)+e,oO=(e="",t)=>nO(vb(DC(e)),vb(t)),vb=e=>{try{return decodeURI(e)}catch{return e}},zC={hook:tO,searchHook:YA,parser:IA,base:"",ssrPath:void 0,ssrSearch:void 0,ssrContext:void 0,hrefs:e=>e},LC=b.createContext(zC),tu=()=>b.useContext(LC),FC={},UC=b.createContext(FC),sO=()=>b.useContext(UC),ph=e=>{const[t,n]=e.hook(e);return[oO(e.base,t),OC((r,o)=>n(rO(r,e.base),o))]},iO=()=>ph(tu()),qC=(e,t,n,r)=>{const{pattern:o,keys:s}=t instanceof RegExp?{keys:!1,pattern:t}:e(t||"*",r),i=o.exec(n)||[],[a,...l]=i;return a!==void 0?[!0,(()=>{const u=s!==!1?Object.fromEntries(s.map((f,p)=>[f,l[p]])):i.groups;let d={...l};return u&&Object.assign(d,u),d})(),...r?[a]:[]]:[!1,null]},aO=({children:e,...t})=>{var d,f;const n=tu(),r=t.hook?zC:n;let o=r;const[s,i]=((d=t.ssrPath)==null?void 0:d.split("?"))??[];i&&(t.ssrSearch=i,t.ssrPath=s),t.hrefs=t.hrefs??((f=t.hook)==null?void 0:f.hrefs);let a=b.useRef({}),l=a.current,u=l;for(let p in r){const h=p==="base"?r[p]+(t[p]||""):t[p]||r[p];l===u&&h!==u[p]&&(a.current=u={...u}),u[p]=h,(h!==r[p]||h!==o[p])&&(o=u)}return b.createElement(LC.Provider,{value:o,children:e})},xb=({children:e,component:t},n)=>t?b.createElement(t,{params:n}):typeof e=="function"?e(n):e,lO=e=>{let t=b.useRef(FC);const n=t.current;return t.current=Object.keys(e).length!==Object.keys(n).length||Object.entries(e).some(([r,o])=>o!==n[r])?e:n},$l=({path:e,nest:t,match:n,...r})=>{const o=tu(),[s]=ph(o),[i,a,l]=n??qC(o.parser,e,s,t),u=lO({...sO(),...a});if(!i)return null;const d=l?b.createElement(aO,{base:l},xb(r,u)):xb(r,u);return b.createElement(UC.Provider,{value:u,children:d})},VC=b.forwardRef((e,t)=>{const n=tu(),[r,o]=ph(n),{to:s="",href:i=s,onClick:a,asChild:l,children:u,className:d,replace:f,state:p,...h}=e,y=OC(x=>{x.ctrlKey||x.metaKey||x.altKey||x.shiftKey||x.button!==0||(a==null||a(x),x.defaultPrevented||(x.preventDefault(),o(i,e)))}),m=n.hrefs(i[0]==="~"?i.slice(1):n.base+i,n);return l&&b.isValidElement(u)?b.cloneElement(u,{onClick:y,href:m}):b.createElement("a",{...h,onClick:y,href:m,className:d!=null&&d.call?d(r===i):d,children:u,ref:t})}),HC=e=>Array.isArray(e)?e.flatMap(t=>HC(t&&t.type===b.Fragment?t.props.children:t)):[e],cO=({children:e,location:t})=>{const n=tu(),[r]=ph(n);for(const o of HC(e)){let s=0;if(b.isValidElement(o)&&(s=qC(n.parser,o.props.path,t||r,o.props.nest))[0])return b.cloneElement(o,{match:s})}return null};var ul=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},Ci=typeof window>"u"||"Deno"in globalThis;function kn(){}function uO(e,t){return typeof e=="function"?e(t):e}function mg(e){return typeof e=="number"&&e>=0&&e!==1/0}function BC(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Es(e,t){return typeof e=="function"?e(t):e}function ar(e,t){return typeof e=="function"?e(t):e}function wb(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:s,queryKey:i,stale:a}=e;if(i){if(r){if(t.queryHash!==Dv(i,t.options))return!1}else if(!Mc(t.queryKey,i))return!1}if(n!=="all"){const l=t.isActive();if(n==="active"&&!l||n==="inactive"&&l)return!1}return!(typeof a=="boolean"&&t.isStale()!==a||o&&o!==t.state.fetchStatus||s&&!s(t))}function bb(e,t){const{exact:n,status:r,predicate:o,mutationKey:s}=e;if(s){if(!t.options.mutationKey)return!1;if(n){if(Ei(t.options.mutationKey)!==Ei(s))return!1}else if(!Mc(t.options.mutationKey,s))return!1}return!(r&&t.state.status!==r||o&&!o(t))}function Dv(e,t){return((t==null?void 0:t.queryKeyHashFn)||Ei)(e)}function Ei(e){return JSON.stringify(e,(t,n)=>gg(n)?Object.keys(n).sort().reduce((r,o)=>(r[o]=n[o],r),{}):n)}function Mc(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?Object.keys(t).every(n=>Mc(e[n],t[n])):!1}function WC(e,t){if(e===t)return e;const n=kb(e)&&kb(t);if(n||gg(e)&&gg(t)){const r=n?e:Object.keys(e),o=r.length,s=n?t:Object.keys(t),i=s.length,a=n?[]:{},l=new Set(r);let u=0;for(let d=0;d<i;d++){const f=n?d:s[d];(!n&&l.has(f)||n)&&e[f]===void 0&&t[f]===void 0?(a[f]=void 0,u++):(a[f]=WC(e[f],t[f]),a[f]===e[f]&&e[f]!==void 0&&u++)}return o===i&&u===o?e:a}return t}function mf(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function kb(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function gg(e){if(!_b(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!_b(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function _b(e){return Object.prototype.toString.call(e)==="[object Object]"}function dO(e){return new Promise(t=>{setTimeout(t,e)})}function yg(e,t,n){return typeof n.structuralSharing=="function"?n.structuralSharing(e,t):n.structuralSharing!==!1?WC(e,t):t}function fO(e,t,n=0){const r=[...e,t];return n&&r.length>n?r.slice(1):r}function hO(e,t,n=0){const r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var zv=Symbol();function KC(e,t){return!e.queryFn&&(t!=null&&t.initialPromise)?()=>t.initialPromise:!e.queryFn||e.queryFn===zv?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function ZC(e,t){return typeof e=="function"?e(...t):!!e}var ci,is,Ta,u_,pO=(u_=class extends ul{constructor(){super();we(this,ci);we(this,is);we(this,Ta);le(this,Ta,t=>{if(!Ci&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){D(this,is)||this.setEventListener(D(this,Ta))}onUnsubscribe(){var t;this.hasListeners()||((t=D(this,is))==null||t.call(this),le(this,is,void 0))}setEventListener(t){var n;le(this,Ta,t),(n=D(this,is))==null||n.call(this),le(this,is,t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()}))}setFocused(t){D(this,ci)!==t&&(le(this,ci,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof D(this,ci)=="boolean"?D(this,ci):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},ci=new WeakMap,is=new WeakMap,Ta=new WeakMap,u_),Lv=new pO,$a,as,Ra,d_,mO=(d_=class extends ul{constructor(){super();we(this,$a,!0);we(this,as);we(this,Ra);le(this,Ra,t=>{if(!Ci&&window.addEventListener){const n=()=>t(!0),r=()=>t(!1);return window.addEventListener("online",n,!1),window.addEventListener("offline",r,!1),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",r)}}})}onSubscribe(){D(this,as)||this.setEventListener(D(this,Ra))}onUnsubscribe(){var t;this.hasListeners()||((t=D(this,as))==null||t.call(this),le(this,as,void 0))}setEventListener(t){var n;le(this,Ra,t),(n=D(this,as))==null||n.call(this),le(this,as,t(this.setOnline.bind(this)))}setOnline(t){D(this,$a)!==t&&(le(this,$a,t),this.listeners.forEach(r=>{r(t)}))}isOnline(){return D(this,$a)}},$a=new WeakMap,as=new WeakMap,Ra=new WeakMap,d_),gf=new mO;function vg(){let e,t;const n=new Promise((o,s)=>{e=o,t=s});n.status="pending",n.catch(()=>{});function r(o){Object.assign(n,o),delete n.resolve,delete n.reject}return n.resolve=o=>{r({status:"fulfilled",value:o}),e(o)},n.reject=o=>{r({status:"rejected",reason:o}),t(o)},n}function gO(e){return Math.min(1e3*2**e,3e4)}function QC(e){return(e??"online")==="online"?gf.isOnline():!0}var GC=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function JC(e){let t=!1,n=0,r;const o=vg(),s=()=>o.status!=="pending",i=m=>{var x;s()||(p(new GC(m)),(x=e.abort)==null||x.call(e))},a=()=>{t=!0},l=()=>{t=!1},u=()=>Lv.isFocused()&&(e.networkMode==="always"||gf.isOnline())&&e.canRun(),d=()=>QC(e.networkMode)&&e.canRun(),f=m=>{s()||(r==null||r(),o.resolve(m))},p=m=>{s()||(r==null||r(),o.reject(m))},h=()=>new Promise(m=>{var x;r=g=>{(s()||u())&&m(g)},(x=e.onPause)==null||x.call(e)}).then(()=>{var m;r=void 0,s()||(m=e.onContinue)==null||m.call(e)}),y=()=>{if(s())return;let m;const x=n===0?e.initialPromise:void 0;try{m=x??e.fn()}catch(g){m=Promise.reject(g)}Promise.resolve(m).then(f).catch(g=>{var P;if(s())return;const v=e.retry??(Ci?0:3),w=e.retryDelay??gO,k=typeof w=="function"?w(n,g):w,E=v===!0||typeof v=="number"&&n<v||typeof v=="function"&&v(n,g);if(t||!E){p(g);return}n++,(P=e.onFail)==null||P.call(e,n,g),dO(k).then(()=>u()?void 0:h()).then(()=>{t?p(g):y()})})};return{promise:o,status:()=>o.status,cancel:i,continue:()=>(r==null||r(),o),cancelRetry:a,continueRetry:l,canStart:d,start:()=>(d()?y():h().then(y),o)}}var yO=e=>setTimeout(e,0);function vO(){let e=[],t=0,n=a=>{a()},r=a=>{a()},o=yO;const s=a=>{t?e.push(a):o(()=>{n(a)})},i=()=>{const a=e;e=[],a.length&&o(()=>{r(()=>{a.forEach(l=>{n(l)})})})};return{batch:a=>{let l;t++;try{l=a()}finally{t--,t||i()}return l},batchCalls:a=>(...l)=>{s(()=>{a(...l)})},schedule:s,setNotifyFunction:a=>{n=a},setBatchNotifyFunction:a=>{r=a},setScheduler:a=>{o=a}}}var qt=vO(),ui,f_,YC=(f_=class{constructor(){we(this,ui)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),mg(this.gcTime)&&le(this,ui,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(Ci?1/0:5*60*1e3))}clearGcTimeout(){D(this,ui)&&(clearTimeout(D(this,ui)),le(this,ui,void 0))}},ui=new WeakMap,f_),Ia,Aa,sr,di,Bt,Wc,fi,Er,go,h_,xO=(h_=class extends YC{constructor(t){super();we(this,Er);we(this,Ia);we(this,Aa);we(this,sr);we(this,di);we(this,Bt);we(this,Wc);we(this,fi);le(this,fi,!1),le(this,Wc,t.defaultOptions),this.setOptions(t.options),this.observers=[],le(this,di,t.client),le(this,sr,D(this,di).getQueryCache()),this.queryKey=t.queryKey,this.queryHash=t.queryHash,le(this,Ia,wO(this.options)),this.state=t.state??D(this,Ia),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=D(this,Bt))==null?void 0:t.promise}setOptions(t){this.options={...D(this,Wc),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&D(this,sr).remove(this)}setData(t,n){const r=yg(this.state.data,t,this.options);return Ie(this,Er,go).call(this,{data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){Ie(this,Er,go).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var r,o;const n=(r=D(this,Bt))==null?void 0:r.promise;return(o=D(this,Bt))==null||o.cancel(t),n?n.then(kn).catch(kn):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(D(this,Ia))}isActive(){return this.observers.some(t=>ar(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===zv||this.state.dataUpdateCount+this.state.errorUpdateCount===0}isStatic(){return this.getObserversCount()>0?this.observers.some(t=>Es(t.options.staleTime,this)==="static"):!1}isStale(){return this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(t=0){return this.state.data===void 0?!0:t==="static"?!1:this.state.isInvalidated?!0:!BC(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(r=>r.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=D(this,Bt))==null||n.continue()}onOnline(){var n;const t=this.observers.find(r=>r.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=D(this,Bt))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),D(this,sr).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(n=>n!==t),this.observers.length||(D(this,Bt)&&(D(this,fi)?D(this,Bt).cancel({revert:!0}):D(this,Bt).cancelRetry()),this.scheduleGc()),D(this,sr).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||Ie(this,Er,go).call(this,{type:"invalidate"})}async fetch(t,n){var l,u,d,f,p,h,y,m,x,g,v,w;if(this.state.fetchStatus!=="idle"&&((l=D(this,Bt))==null?void 0:l.status())!=="rejected"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(D(this,Bt))return D(this,Bt).continueRetry(),D(this,Bt).promise}if(t&&this.setOptions(t),!this.options.queryFn){const k=this.observers.find(E=>E.options.queryFn);k&&this.setOptions(k.options)}const r=new AbortController,o=k=>{Object.defineProperty(k,"signal",{enumerable:!0,get:()=>(le(this,fi,!0),r.signal)})},s=()=>{const k=KC(this.options,n),P=(()=>{const S={client:D(this,di),queryKey:this.queryKey,meta:this.meta};return o(S),S})();return le(this,fi,!1),this.options.persister?this.options.persister(k,P,this):k(P)},a=(()=>{const k={fetchOptions:n,options:this.options,queryKey:this.queryKey,client:D(this,di),state:this.state,fetchFn:s};return o(k),k})();(u=this.options.behavior)==null||u.onFetch(a,this),le(this,Aa,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((d=a.fetchOptions)==null?void 0:d.meta))&&Ie(this,Er,go).call(this,{type:"fetch",meta:(f=a.fetchOptions)==null?void 0:f.meta}),le(this,Bt,JC({initialPromise:n==null?void 0:n.initialPromise,fn:a.fetchFn,abort:r.abort.bind(r),onFail:(k,E)=>{Ie(this,Er,go).call(this,{type:"failed",failureCount:k,error:E})},onPause:()=>{Ie(this,Er,go).call(this,{type:"pause"})},onContinue:()=>{Ie(this,Er,go).call(this,{type:"continue"})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0}));try{const k=await D(this,Bt).start();if(k===void 0)throw new Error(`${this.queryHash} data is undefined`);return this.setData(k),(h=(p=D(this,sr).config).onSuccess)==null||h.call(p,k,this),(m=(y=D(this,sr).config).onSettled)==null||m.call(y,k,this.state.error,this),k}catch(k){if(k instanceof GC){if(k.silent)return D(this,Bt).promise;if(k.revert){if(this.setState({...D(this,Aa),fetchStatus:"idle"}),this.state.data===void 0)throw k;return this.state.data}}throw Ie(this,Er,go).call(this,{type:"error",error:k}),(g=(x=D(this,sr).config).onError)==null||g.call(x,k,this),(w=(v=D(this,sr).config).onSettled)==null||w.call(v,this.state.data,k,this),k}finally{this.scheduleGc()}}},Ia=new WeakMap,Aa=new WeakMap,sr=new WeakMap,di=new WeakMap,Bt=new WeakMap,Wc=new WeakMap,fi=new WeakMap,Er=new WeakSet,go=function(t){const n=r=>{switch(t.type){case"failed":return{...r,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...r,fetchStatus:"paused"};case"continue":return{...r,fetchStatus:"fetching"};case"fetch":return{...r,...XC(r.data,this.options),fetchMeta:t.meta??null};case"success":const o={...r,data:t.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:t.dataUpdatedAt??Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};return le(this,Aa,t.manual?o:void 0),o;case"error":const s=t.error;return{...r,error:s,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,fetchFailureReason:s,fetchStatus:"idle",status:"error"};case"invalidate":return{...r,isInvalidated:!0};case"setState":return{...r,...t.state}}};this.state=n(this.state),qt.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate()}),D(this,sr).notify({query:this,type:"updated",action:t})})},h_);function XC(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:QC(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function wO(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"pending",fetchStatus:"idle"}}var Kr,p_,bO=(p_=class extends ul{constructor(t={}){super();we(this,Kr);this.config=t,le(this,Kr,new Map)}build(t,n,r){const o=n.queryKey,s=n.queryHash??Dv(o,n);let i=this.get(s);return i||(i=new xO({client:t,queryKey:o,queryHash:s,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(o)}),this.add(i)),i}add(t){D(this,Kr).has(t.queryHash)||(D(this,Kr).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const n=D(this,Kr).get(t.queryHash);n&&(t.destroy(),n===t&&D(this,Kr).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){qt.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return D(this,Kr).get(t)}getAll(){return[...D(this,Kr).values()]}find(t){const n={exact:!0,...t};return this.getAll().find(r=>wb(n,r))}findAll(t={}){const n=this.getAll();return Object.keys(t).length>0?n.filter(r=>wb(t,r)):n}notify(t){qt.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){qt.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){qt.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},Kr=new WeakMap,p_),Zr,yn,hi,Qr,Go,m_,kO=(m_=class extends YC{constructor(t){super();we(this,Qr);we(this,Zr);we(this,yn);we(this,hi);this.mutationId=t.mutationId,le(this,yn,t.mutationCache),le(this,Zr,[]),this.state=t.state||eE(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){D(this,Zr).includes(t)||(D(this,Zr).push(t),this.clearGcTimeout(),D(this,yn).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){le(this,Zr,D(this,Zr).filter(n=>n!==t)),this.scheduleGc(),D(this,yn).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){D(this,Zr).length||(this.state.status==="pending"?this.scheduleGc():D(this,yn).remove(this))}continue(){var t;return((t=D(this,hi))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var s,i,a,l,u,d,f,p,h,y,m,x,g,v,w,k,E,P,S,A;const n=()=>{Ie(this,Qr,Go).call(this,{type:"continue"})};le(this,hi,JC({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(j,R)=>{Ie(this,Qr,Go).call(this,{type:"failed",failureCount:j,error:R})},onPause:()=>{Ie(this,Qr,Go).call(this,{type:"pause"})},onContinue:n,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>D(this,yn).canRun(this)}));const r=this.state.status==="pending",o=!D(this,hi).canStart();try{if(r)n();else{Ie(this,Qr,Go).call(this,{type:"pending",variables:t,isPaused:o}),await((i=(s=D(this,yn).config).onMutate)==null?void 0:i.call(s,t,this));const R=await((l=(a=this.options).onMutate)==null?void 0:l.call(a,t));R!==this.state.context&&Ie(this,Qr,Go).call(this,{type:"pending",context:R,variables:t,isPaused:o})}const j=await D(this,hi).start();return await((d=(u=D(this,yn).config).onSuccess)==null?void 0:d.call(u,j,t,this.state.context,this)),await((p=(f=this.options).onSuccess)==null?void 0:p.call(f,j,t,this.state.context)),await((y=(h=D(this,yn).config).onSettled)==null?void 0:y.call(h,j,null,this.state.variables,this.state.context,this)),await((x=(m=this.options).onSettled)==null?void 0:x.call(m,j,null,t,this.state.context)),Ie(this,Qr,Go).call(this,{type:"success",data:j}),j}catch(j){try{throw await((v=(g=D(this,yn).config).onError)==null?void 0:v.call(g,j,t,this.state.context,this)),await((k=(w=this.options).onError)==null?void 0:k.call(w,j,t,this.state.context)),await((P=(E=D(this,yn).config).onSettled)==null?void 0:P.call(E,void 0,j,this.state.variables,this.state.context,this)),await((A=(S=this.options).onSettled)==null?void 0:A.call(S,void 0,j,t,this.state.context)),j}finally{Ie(this,Qr,Go).call(this,{type:"error",error:j})}}finally{D(this,yn).runNext(this)}}},Zr=new WeakMap,yn=new WeakMap,hi=new WeakMap,Qr=new WeakSet,Go=function(t){const n=r=>{switch(t.type){case"failed":return{...r,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...r,isPaused:!0};case"continue":return{...r,isPaused:!1};case"pending":return{...r,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:t.isPaused,status:"pending",variables:t.variables,submittedAt:Date.now()};case"success":return{...r,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...r,data:void 0,error:t.error,failureCount:r.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"}}};this.state=n(this.state),qt.batch(()=>{D(this,Zr).forEach(r=>{r.onMutationUpdate(t)}),D(this,yn).notify({mutation:this,type:"updated",action:t})})},m_);function eE(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var wo,Nr,Kc,g_,_O=(g_=class extends ul{constructor(t={}){super();we(this,wo);we(this,Nr);we(this,Kc);this.config=t,le(this,wo,new Set),le(this,Nr,new Map),le(this,Kc,0)}build(t,n,r){const o=new kO({mutationCache:this,mutationId:++_u(this,Kc)._,options:t.defaultMutationOptions(n),state:r});return this.add(o),o}add(t){D(this,wo).add(t);const n=Uu(t);if(typeof n=="string"){const r=D(this,Nr).get(n);r?r.push(t):D(this,Nr).set(n,[t])}this.notify({type:"added",mutation:t})}remove(t){if(D(this,wo).delete(t)){const n=Uu(t);if(typeof n=="string"){const r=D(this,Nr).get(n);if(r)if(r.length>1){const o=r.indexOf(t);o!==-1&&r.splice(o,1)}else r[0]===t&&D(this,Nr).delete(n)}}this.notify({type:"removed",mutation:t})}canRun(t){const n=Uu(t);if(typeof n=="string"){const r=D(this,Nr).get(n),o=r==null?void 0:r.find(s=>s.state.status==="pending");return!o||o===t}else return!0}runNext(t){var r;const n=Uu(t);if(typeof n=="string"){const o=(r=D(this,Nr).get(n))==null?void 0:r.find(s=>s!==t&&s.state.isPaused);return(o==null?void 0:o.continue())??Promise.resolve()}else return Promise.resolve()}clear(){qt.batch(()=>{D(this,wo).forEach(t=>{this.notify({type:"removed",mutation:t})}),D(this,wo).clear(),D(this,Nr).clear()})}getAll(){return Array.from(D(this,wo))}find(t){const n={exact:!0,...t};return this.getAll().find(r=>bb(n,r))}findAll(t={}){return this.getAll().filter(n=>bb(t,n))}notify(t){qt.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.getAll().filter(n=>n.state.isPaused);return qt.batch(()=>Promise.all(t.map(n=>n.continue().catch(kn))))}},wo=new WeakMap,Nr=new WeakMap,Kc=new WeakMap,g_);function Uu(e){var t;return(t=e.options.scope)==null?void 0:t.id}function Sb(e){return{onFetch:(t,n)=>{var d,f,p,h,y;const r=t.options,o=(p=(f=(d=t.fetchOptions)==null?void 0:d.meta)==null?void 0:f.fetchMore)==null?void 0:p.direction,s=((h=t.state.data)==null?void 0:h.pages)||[],i=((y=t.state.data)==null?void 0:y.pageParams)||[];let a={pages:[],pageParams:[]},l=0;const u=async()=>{let m=!1;const x=w=>{Object.defineProperty(w,"signal",{enumerable:!0,get:()=>(t.signal.aborted?m=!0:t.signal.addEventListener("abort",()=>{m=!0}),t.signal)})},g=KC(t.options,t.fetchOptions),v=async(w,k,E)=>{if(m)return Promise.reject();if(k==null&&w.pages.length)return Promise.resolve(w);const S=(()=>{const T={client:t.client,queryKey:t.queryKey,pageParam:k,direction:E?"backward":"forward",meta:t.options.meta};return x(T),T})(),A=await g(S),{maxPages:j}=t.options,R=E?hO:fO;return{pages:R(w.pages,A,j),pageParams:R(w.pageParams,k,j)}};if(o&&s.length){const w=o==="backward",k=w?SO:Cb,E={pages:s,pageParams:i},P=k(r,E);a=await v(E,P,w)}else{const w=e??s.length;do{const k=l===0?i[0]??r.initialPageParam:Cb(r,a);if(l>0&&k==null)break;a=await v(a,k),l++}while(l<w)}return a};t.options.persister?t.fetchFn=()=>{var m,x;return(x=(m=t.options).persister)==null?void 0:x.call(m,u,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=u}}}function Cb(e,{pages:t,pageParams:n}){const r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function SO(e,{pages:t,pageParams:n}){var r;return t.length>0?(r=e.getPreviousPageParam)==null?void 0:r.call(e,t[0],t,n[0],n):void 0}var Pt,ls,cs,Oa,Ma,us,Da,za,y_,CO=(y_=class{constructor(e={}){we(this,Pt);we(this,ls);we(this,cs);we(this,Oa);we(this,Ma);we(this,us);we(this,Da);we(this,za);le(this,Pt,e.queryCache||new bO),le(this,ls,e.mutationCache||new _O),le(this,cs,e.defaultOptions||{}),le(this,Oa,new Map),le(this,Ma,new Map),le(this,us,0)}mount(){_u(this,us)._++,D(this,us)===1&&(le(this,Da,Lv.subscribe(async e=>{e&&(await this.resumePausedMutations(),D(this,Pt).onFocus())})),le(this,za,gf.subscribe(async e=>{e&&(await this.resumePausedMutations(),D(this,Pt).onOnline())})))}unmount(){var e,t;_u(this,us)._--,D(this,us)===0&&((e=D(this,Da))==null||e.call(this),le(this,Da,void 0),(t=D(this,za))==null||t.call(this),le(this,za,void 0))}isFetching(e){return D(this,Pt).findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return D(this,ls).findAll({...e,status:"pending"}).length}getQueryData(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=D(this,Pt).get(t.queryHash))==null?void 0:n.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=D(this,Pt).build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(Es(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return D(this,Pt).findAll(e).map(({queryKey:t,state:n})=>{const r=n.data;return[t,r]})}setQueryData(e,t,n){const r=this.defaultQueryOptions({queryKey:e}),o=D(this,Pt).get(r.queryHash),s=o==null?void 0:o.state.data,i=uO(t,s);if(i!==void 0)return D(this,Pt).build(this,r).setData(i,{...n,manual:!0})}setQueriesData(e,t,n){return qt.batch(()=>D(this,Pt).findAll(e).map(({queryKey:r})=>[r,this.setQueryData(r,t,n)]))}getQueryState(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=D(this,Pt).get(t.queryHash))==null?void 0:n.state}removeQueries(e){const t=D(this,Pt);qt.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=D(this,Pt);return qt.batch(()=>(n.findAll(e).forEach(r=>{r.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},r=qt.batch(()=>D(this,Pt).findAll(e).map(o=>o.cancel(n)));return Promise.all(r).then(kn).catch(kn)}invalidateQueries(e,t={}){return qt.batch(()=>(D(this,Pt).findAll(e).forEach(n=>{n.invalidate()}),(e==null?void 0:e.refetchType)==="none"?Promise.resolve():this.refetchQueries({...e,type:(e==null?void 0:e.refetchType)??(e==null?void 0:e.type)??"active"},t)))}refetchQueries(e,t={}){const n={...t,cancelRefetch:t.cancelRefetch??!0},r=qt.batch(()=>D(this,Pt).findAll(e).filter(o=>!o.isDisabled()&&!o.isStatic()).map(o=>{let s=o.fetch(void 0,n);return n.throwOnError||(s=s.catch(kn)),o.state.fetchStatus==="paused"?Promise.resolve():s}));return Promise.all(r).then(kn)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=D(this,Pt).build(this,t);return n.isStaleByTime(Es(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(kn).catch(kn)}fetchInfiniteQuery(e){return e.behavior=Sb(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(kn).catch(kn)}ensureInfiniteQueryData(e){return e.behavior=Sb(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return gf.isOnline()?D(this,ls).resumePausedMutations():Promise.resolve()}getQueryCache(){return D(this,Pt)}getMutationCache(){return D(this,ls)}getDefaultOptions(){return D(this,cs)}setDefaultOptions(e){le(this,cs,e)}setQueryDefaults(e,t){D(this,Oa).set(Ei(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...D(this,Oa).values()],n={};return t.forEach(r=>{Mc(e,r.queryKey)&&Object.assign(n,r.defaultOptions)}),n}setMutationDefaults(e,t){D(this,Ma).set(Ei(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...D(this,Ma).values()],n={};return t.forEach(r=>{Mc(e,r.mutationKey)&&Object.assign(n,r.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...D(this,cs).queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=Dv(t.queryKey,t)),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!=="always"),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode="offlineFirst"),t.queryFn===zv&&(t.enabled=!1),t}defaultMutationOptions(e){return e!=null&&e._defaulted?e:{...D(this,cs).mutations,...(e==null?void 0:e.mutationKey)&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){D(this,Pt).clear(),D(this,ls).clear()}},Pt=new WeakMap,ls=new WeakMap,cs=new WeakMap,Oa=new WeakMap,Ma=new WeakMap,us=new WeakMap,Da=new WeakMap,za=new WeakMap,y_),jn,Be,Zc,vn,pi,La,bo,ds,Qc,Fa,Ua,mi,gi,fs,qa,Ge,Hl,xg,wg,bg,kg,_g,Sg,Cg,tE,v_,EO=(v_=class extends ul{constructor(t,n){super();we(this,Ge);we(this,jn);we(this,Be);we(this,Zc);we(this,vn);we(this,pi);we(this,La);we(this,bo);we(this,ds);we(this,Qc);we(this,Fa);we(this,Ua);we(this,mi);we(this,gi);we(this,fs);we(this,qa,new Set);this.options=n,le(this,jn,t),le(this,ds,null),le(this,bo,vg()),this.bindMethods(),this.setOptions(n)}bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(D(this,Be).addObserver(this),Eb(D(this,Be),this.options)?Ie(this,Ge,Hl).call(this):this.updateResult(),Ie(this,Ge,kg).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Eg(D(this,Be),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Eg(D(this,Be),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,Ie(this,Ge,_g).call(this),Ie(this,Ge,Sg).call(this),D(this,Be).removeObserver(this)}setOptions(t){const n=this.options,r=D(this,Be);if(this.options=D(this,jn).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof ar(this.options.enabled,D(this,Be))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");Ie(this,Ge,Cg).call(this),D(this,Be).setOptions(this.options),n._defaulted&&!mf(this.options,n)&&D(this,jn).getQueryCache().notify({type:"observerOptionsUpdated",query:D(this,Be),observer:this});const o=this.hasListeners();o&&Nb(D(this,Be),r,this.options,n)&&Ie(this,Ge,Hl).call(this),this.updateResult(),o&&(D(this,Be)!==r||ar(this.options.enabled,D(this,Be))!==ar(n.enabled,D(this,Be))||Es(this.options.staleTime,D(this,Be))!==Es(n.staleTime,D(this,Be)))&&Ie(this,Ge,xg).call(this);const s=Ie(this,Ge,wg).call(this);o&&(D(this,Be)!==r||ar(this.options.enabled,D(this,Be))!==ar(n.enabled,D(this,Be))||s!==D(this,fs))&&Ie(this,Ge,bg).call(this,s)}getOptimisticResult(t){const n=D(this,jn).getQueryCache().build(D(this,jn),t),r=this.createResult(n,t);return PO(this,r)&&(le(this,vn,r),le(this,La,this.options),le(this,pi,D(this,Be).state)),r}getCurrentResult(){return D(this,vn)}trackResult(t,n){return new Proxy(t,{get:(r,o)=>(this.trackProp(o),n==null||n(o),o==="promise"&&!this.options.experimental_prefetchInRender&&D(this,bo).status==="pending"&&D(this,bo).reject(new Error("experimental_prefetchInRender feature flag is not enabled")),Reflect.get(r,o))})}trackProp(t){D(this,qa).add(t)}getCurrentQuery(){return D(this,Be)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const n=D(this,jn).defaultQueryOptions(t),r=D(this,jn).getQueryCache().build(D(this,jn),n);return r.fetch().then(()=>this.createResult(r,n))}fetch(t){return Ie(this,Ge,Hl).call(this,{...t,cancelRefetch:t.cancelRefetch??!0}).then(()=>(this.updateResult(),D(this,vn)))}createResult(t,n){var j;const r=D(this,Be),o=this.options,s=D(this,vn),i=D(this,pi),a=D(this,La),u=t!==r?t.state:D(this,Zc),{state:d}=t;let f={...d},p=!1,h;if(n._optimisticResults){const R=this.hasListeners(),T=!R&&Eb(t,n),I=R&&Nb(t,r,n,o);(T||I)&&(f={...f,...XC(d.data,t.options)}),n._optimisticResults==="isRestoring"&&(f.fetchStatus="idle")}let{error:y,errorUpdatedAt:m,status:x}=f;h=f.data;let g=!1;if(n.placeholderData!==void 0&&h===void 0&&x==="pending"){let R;s!=null&&s.isPlaceholderData&&n.placeholderData===(a==null?void 0:a.placeholderData)?(R=s.data,g=!0):R=typeof n.placeholderData=="function"?n.placeholderData((j=D(this,Ua))==null?void 0:j.state.data,D(this,Ua)):n.placeholderData,R!==void 0&&(x="success",h=yg(s==null?void 0:s.data,R,n),p=!0)}if(n.select&&h!==void 0&&!g)if(s&&h===(i==null?void 0:i.data)&&n.select===D(this,Qc))h=D(this,Fa);else try{le(this,Qc,n.select),h=n.select(h),h=yg(s==null?void 0:s.data,h,n),le(this,Fa,h),le(this,ds,null)}catch(R){le(this,ds,R)}D(this,ds)&&(y=D(this,ds),h=D(this,Fa),m=Date.now(),x="error");const v=f.fetchStatus==="fetching",w=x==="pending",k=x==="error",E=w&&v,P=h!==void 0,A={status:x,fetchStatus:f.fetchStatus,isPending:w,isSuccess:x==="success",isError:k,isInitialLoading:E,isLoading:E,data:h,dataUpdatedAt:f.dataUpdatedAt,error:y,errorUpdatedAt:m,failureCount:f.fetchFailureCount,failureReason:f.fetchFailureReason,errorUpdateCount:f.errorUpdateCount,isFetched:f.dataUpdateCount>0||f.errorUpdateCount>0,isFetchedAfterMount:f.dataUpdateCount>u.dataUpdateCount||f.errorUpdateCount>u.errorUpdateCount,isFetching:v,isRefetching:v&&!w,isLoadingError:k&&!P,isPaused:f.fetchStatus==="paused",isPlaceholderData:p,isRefetchError:k&&P,isStale:Fv(t,n),refetch:this.refetch,promise:D(this,bo),isEnabled:ar(n.enabled,t)!==!1};if(this.options.experimental_prefetchInRender){const R=F=>{A.status==="error"?F.reject(A.error):A.data!==void 0&&F.resolve(A.data)},T=()=>{const F=le(this,bo,A.promise=vg());R(F)},I=D(this,bo);switch(I.status){case"pending":t.queryHash===r.queryHash&&R(I);break;case"fulfilled":(A.status==="error"||A.data!==I.value)&&T();break;case"rejected":(A.status!=="error"||A.error!==I.reason)&&T();break}}return A}updateResult(){const t=D(this,vn),n=this.createResult(D(this,Be),this.options);if(le(this,pi,D(this,Be).state),le(this,La,this.options),D(this,pi).data!==void 0&&le(this,Ua,D(this,Be)),mf(n,t))return;le(this,vn,n);const r=()=>{if(!t)return!0;const{notifyOnChangeProps:o}=this.options,s=typeof o=="function"?o():o;if(s==="all"||!s&&!D(this,qa).size)return!0;const i=new Set(s??D(this,qa));return this.options.throwOnError&&i.add("error"),Object.keys(D(this,vn)).some(a=>{const l=a;return D(this,vn)[l]!==t[l]&&i.has(l)})};Ie(this,Ge,tE).call(this,{listeners:r()})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&Ie(this,Ge,kg).call(this)}},jn=new WeakMap,Be=new WeakMap,Zc=new WeakMap,vn=new WeakMap,pi=new WeakMap,La=new WeakMap,bo=new WeakMap,ds=new WeakMap,Qc=new WeakMap,Fa=new WeakMap,Ua=new WeakMap,mi=new WeakMap,gi=new WeakMap,fs=new WeakMap,qa=new WeakMap,Ge=new WeakSet,Hl=function(t){Ie(this,Ge,Cg).call(this);let n=D(this,Be).fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(kn)),n},xg=function(){Ie(this,Ge,_g).call(this);const t=Es(this.options.staleTime,D(this,Be));if(Ci||D(this,vn).isStale||!mg(t))return;const r=BC(D(this,vn).dataUpdatedAt,t)+1;le(this,mi,setTimeout(()=>{D(this,vn).isStale||this.updateResult()},r))},wg=function(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(D(this,Be)):this.options.refetchInterval)??!1},bg=function(t){Ie(this,Ge,Sg).call(this),le(this,fs,t),!(Ci||ar(this.options.enabled,D(this,Be))===!1||!mg(D(this,fs))||D(this,fs)===0)&&le(this,gi,setInterval(()=>{(this.options.refetchIntervalInBackground||Lv.isFocused())&&Ie(this,Ge,Hl).call(this)},D(this,fs)))},kg=function(){Ie(this,Ge,xg).call(this),Ie(this,Ge,bg).call(this,Ie(this,Ge,wg).call(this))},_g=function(){D(this,mi)&&(clearTimeout(D(this,mi)),le(this,mi,void 0))},Sg=function(){D(this,gi)&&(clearInterval(D(this,gi)),le(this,gi,void 0))},Cg=function(){const t=D(this,jn).getQueryCache().build(D(this,jn),this.options);if(t===D(this,Be))return;const n=D(this,Be);le(this,Be,t),le(this,Zc,t.state),this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))},tE=function(t){qt.batch(()=>{t.listeners&&this.listeners.forEach(n=>{n(D(this,vn))}),D(this,jn).getQueryCache().notify({query:D(this,Be),type:"observerResultsUpdated"})})},v_);function NO(e,t){return ar(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function Eb(e,t){return NO(e,t)||e.state.data!==void 0&&Eg(e,t,t.refetchOnMount)}function Eg(e,t,n){if(ar(t.enabled,e)!==!1&&Es(t.staleTime,e)!=="static"){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&Fv(e,t)}return!1}function Nb(e,t,n,r){return(e!==t||ar(r.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&Fv(e,n)}function Fv(e,t){return ar(t.enabled,e)!==!1&&e.isStaleByTime(Es(t.staleTime,e))}function PO(e,t){return!mf(e.getCurrentResult(),t)}var hs,ps,Tn,ko,$o,Sd,Ng,x_,jO=(x_=class extends ul{constructor(n,r){super();we(this,$o);we(this,hs);we(this,ps);we(this,Tn);we(this,ko);le(this,hs,n),this.setOptions(r),this.bindMethods(),Ie(this,$o,Sd).call(this)}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(n){var o;const r=this.options;this.options=D(this,hs).defaultMutationOptions(n),mf(this.options,r)||D(this,hs).getMutationCache().notify({type:"observerOptionsUpdated",mutation:D(this,Tn),observer:this}),r!=null&&r.mutationKey&&this.options.mutationKey&&Ei(r.mutationKey)!==Ei(this.options.mutationKey)?this.reset():((o=D(this,Tn))==null?void 0:o.state.status)==="pending"&&D(this,Tn).setOptions(this.options)}onUnsubscribe(){var n;this.hasListeners()||(n=D(this,Tn))==null||n.removeObserver(this)}onMutationUpdate(n){Ie(this,$o,Sd).call(this),Ie(this,$o,Ng).call(this,n)}getCurrentResult(){return D(this,ps)}reset(){var n;(n=D(this,Tn))==null||n.removeObserver(this),le(this,Tn,void 0),Ie(this,$o,Sd).call(this),Ie(this,$o,Ng).call(this)}mutate(n,r){var o;return le(this,ko,r),(o=D(this,Tn))==null||o.removeObserver(this),le(this,Tn,D(this,hs).getMutationCache().build(D(this,hs),this.options)),D(this,Tn).addObserver(this),D(this,Tn).execute(n)}},hs=new WeakMap,ps=new WeakMap,Tn=new WeakMap,ko=new WeakMap,$o=new WeakSet,Sd=function(){var r;const n=((r=D(this,Tn))==null?void 0:r.state)??eE();le(this,ps,{...n,isPending:n.status==="pending",isSuccess:n.status==="success",isError:n.status==="error",isIdle:n.status==="idle",mutate:this.mutate,reset:this.reset})},Ng=function(n){qt.batch(()=>{var r,o,s,i,a,l,u,d;if(D(this,ko)&&this.hasListeners()){const f=D(this,ps).variables,p=D(this,ps).context;(n==null?void 0:n.type)==="success"?((o=(r=D(this,ko)).onSuccess)==null||o.call(r,n.data,f,p),(i=(s=D(this,ko)).onSettled)==null||i.call(s,n.data,null,f,p)):(n==null?void 0:n.type)==="error"&&((l=(a=D(this,ko)).onError)==null||l.call(a,n.error,f,p),(d=(u=D(this,ko)).onSettled)==null||d.call(u,void 0,n.error,f,p))}this.listeners.forEach(f=>{f(D(this,ps))})})},x_),nE=b.createContext(void 0),on=e=>{const t=b.useContext(nE);if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},TO=({client:e,children:t})=>(b.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),c.jsx(nE.Provider,{value:e,children:t})),rE=b.createContext(!1),$O=()=>b.useContext(rE);rE.Provider;function RO(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var IO=b.createContext(RO()),AO=()=>b.useContext(IO),OO=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},MO=e=>{b.useEffect(()=>{e.clearReset()},[e])},DO=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:o})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(o&&e.data===void 0||ZC(n,[e.error,r])),zO=e=>{if(e.suspense){const t=r=>r==="static"?r:Math.max(r??1e3,1e3),n=e.staleTime;e.staleTime=typeof n=="function"?(...r)=>t(n(...r)):t(n),typeof e.gcTime=="number"&&(e.gcTime=Math.max(e.gcTime,1e3))}},LO=(e,t)=>e.isLoading&&e.isFetching&&!t,FO=(e,t)=>(e==null?void 0:e.suspense)&&t.isPending,Pb=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function UO(e,t,n){var f,p,h,y,m;const r=$O(),o=AO(),s=on(),i=s.defaultQueryOptions(e);(p=(f=s.getDefaultOptions().queries)==null?void 0:f._experimental_beforeQuery)==null||p.call(f,i),i._optimisticResults=r?"isRestoring":"optimistic",zO(i),OO(i,o),MO(o);const a=!s.getQueryCache().get(i.queryHash),[l]=b.useState(()=>new t(s,i)),u=l.getOptimisticResult(i),d=!r&&e.subscribed!==!1;if(b.useSyncExternalStore(b.useCallback(x=>{const g=d?l.subscribe(qt.batchCalls(x)):kn;return l.updateResult(),g},[l,d]),()=>l.getCurrentResult(),()=>l.getCurrentResult()),b.useEffect(()=>{l.setOptions(i)},[i,l]),FO(i,u))throw Pb(i,l,o);if(DO({result:u,errorResetBoundary:o,throwOnError:i.throwOnError,query:s.getQueryCache().get(i.queryHash),suspense:i.suspense}))throw u.error;if((y=(h=s.getDefaultOptions().queries)==null?void 0:h._experimental_afterQuery)==null||y.call(h,i,u),i.experimental_prefetchInRender&&!Ci&&LO(u,r)){const x=a?Pb(i,l,o):(m=s.getQueryCache().get(i.queryHash))==null?void 0:m.promise;x==null||x.catch(kn).finally(()=>{l.updateResult()})}return i.notifyOnChangeProps?u:l.trackResult(u)}function Ot(e,t){return UO(e,EO)}function vt(e,t){const n=on(),[r]=b.useState(()=>new jO(n,e));b.useEffect(()=>{r.setOptions(e)},[r,e]);const o=b.useSyncExternalStore(b.useCallback(i=>r.subscribe(qt.batchCalls(i)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),s=b.useCallback((i,a)=>{r.mutate(i,a).catch(kn)},[r]);if(o.error&&ZC(r.options.throwOnError,[o.error]))throw o.error;return{...o,mutate:s,mutateAsync:o.mutate}}const qO="x-agent-deck-client",VO="dashboard",oE={[qO]:VO};async function sE(e){if(e.ok)return;let t=e.statusText;try{const n=await e.text();try{const r=JSON.parse(n);t=r.error||r.message||t}catch{n.trim()&&(t=`${e.status}: ${n}`)}}catch(n){console.warn("Response body parsing failed:",n)}throw new Error(t)}async function Se(e,t,n){const r=await fetch(t,{method:e,headers:{...oE,...n?{"Content-Type":"application/json"}:{}},body:n?JSON.stringify(n):void 0});return await sE(r),r}const HO=({on401:e})=>async({queryKey:t})=>{const n=t.join("/"),r=await fetch(n,{headers:oE});return await sE(r),await r.json()},BO=new CO({defaultOptions:{queries:{queryFn:HO({on401:"throw"}),refetchInterval:!1,refetchOnWindowFocus:!0,staleTime:0,gcTime:10*60*1e3,retry:!1},mutations:{retry:!1}}}),WO=1,KO=1e6;let Tp=0;function ZO(){return Tp=(Tp+1)%Number.MAX_SAFE_INTEGER,Tp.toString()}const $p=new Map,jb=e=>{if($p.has(e))return;const t=setTimeout(()=>{$p.delete(e),ic({type:"REMOVE_TOAST",toastId:e})},KO);$p.set(e,t)},QO=(e,t)=>{switch(t.type){case"ADD_TOAST":return{...e,toasts:[t.toast,...e.toasts].slice(0,WO)};case"UPDATE_TOAST":return{...e,toasts:e.toasts.map(n=>n.id===t.toast.id?{...n,...t.toast}:n)};case"DISMISS_TOAST":{const{toastId:n}=t;return n?jb(n):e.toasts.forEach(r=>{jb(r.id)}),{...e,toasts:e.toasts.map(r=>r.id===n||n===void 0?{...r,open:!1}:r)}}case"REMOVE_TOAST":return t.toastId===void 0?{...e,toasts:[]}:{...e,toasts:e.toasts.filter(n=>n.id!==t.toastId)}}},Cd=[];let Ed={toasts:[]};function ic(e){Ed=QO(Ed,e),Cd.forEach(t=>{t(Ed)})}function GO({...e}){const t=ZO(),n=o=>ic({type:"UPDATE_TOAST",toast:{...o,id:t}}),r=()=>ic({type:"DISMISS_TOAST",toastId:t});return ic({type:"ADD_TOAST",toast:{...e,id:t,open:!0,onOpenChange:o=>{o||r()}}}),{id:t,dismiss:r,update:n}}function Zt(){const[e,t]=b.useState(Ed);return b.useEffect(()=>(Cd.push(t),()=>{const n=Cd.indexOf(t);n>-1&&Cd.splice(n,1)}),[e]),{...e,toast:GO,dismiss:n=>ic({type:"DISMISS_TOAST",toastId:n})}}function xe(e,t,{checkForDefaultPrevented:n=!0}={}){return function(o){if(e==null||e(o),n===!1||!o.defaultPrevented)return t==null?void 0:t(o)}}function Tb(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function iE(...e){return t=>{let n=!1;const r=e.map(o=>{const s=Tb(o,t);return!n&&typeof s=="function"&&(n=!0),s});if(n)return()=>{for(let o=0;o<r.length;o++){const s=r[o];typeof s=="function"?s():Tb(e[o],null)}}}}function Je(...e){return b.useCallback(iE(...e),e)}function JO(e,t){const n=b.createContext(t),r=s=>{const{children:i,...a}=s,l=b.useMemo(()=>a,Object.values(a));return c.jsx(n.Provider,{value:l,children:i})};r.displayName=e+"Provider";function o(s){const i=b.useContext(n);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${s}\` must be used within \`${e}\``)}return[r,o]}function lo(e,t=[]){let n=[];function r(s,i){const a=b.createContext(i),l=n.length;n=[...n,i];const u=f=>{var g;const{scope:p,children:h,...y}=f,m=((g=p==null?void 0:p[e])==null?void 0:g[l])||a,x=b.useMemo(()=>y,Object.values(y));return c.jsx(m.Provider,{value:x,children:h})};u.displayName=s+"Provider";function d(f,p){var m;const h=((m=p==null?void 0:p[e])==null?void 0:m[l])||a,y=b.useContext(h);if(y)return y;if(i!==void 0)return i;throw new Error(`\`${f}\` must be used within \`${s}\``)}return[u,d]}const o=()=>{const s=n.map(i=>b.createContext(i));return function(a){const l=(a==null?void 0:a[e])||s;return b.useMemo(()=>({[`__scope${e}`]:{...a,[e]:l}}),[a,l])}};return o.scopeName=e,[r,YO(o,...t)]}function YO(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(s){const i=r.reduce((a,{useScope:l,scopeName:u})=>{const f=l(s)[`__scope${u}`];return{...a,...f}},{});return b.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return n.scopeName=t.scopeName,n}function Ni(e){const t=eM(e),n=b.forwardRef((r,o)=>{const{children:s,...i}=r,a=b.Children.toArray(s),l=a.find(nM);if(l){const u=l.props.children,d=a.map(f=>f===l?b.Children.count(u)>1?b.Children.only(null):b.isValidElement(u)?u.props.children:null:f);return c.jsx(t,{...i,ref:o,children:b.isValidElement(u)?b.cloneElement(u,void 0,d):null})}return c.jsx(t,{...i,ref:o,children:s})});return n.displayName=`${e}.Slot`,n}var XO=Ni("Slot");function eM(e){const t=b.forwardRef((n,r)=>{const{children:o,...s}=n;if(b.isValidElement(o)){const i=oM(o),a=rM(s,o.props);return o.type!==b.Fragment&&(a.ref=r?iE(r,i):i),b.cloneElement(o,a)}return b.Children.count(o)>1?b.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var aE=Symbol("radix.slottable");function tM(e){const t=({children:n})=>c.jsx(c.Fragment,{children:n});return t.displayName=`${e}.Slottable`,t.__radixId=aE,t}function nM(e){return b.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===aE}function rM(e,t){const n={...t};for(const r in t){const o=e[r],s=t[r];/^on[A-Z]/.test(r)?o&&s?n[r]=(...a)=>{const l=s(...a);return o(...a),l}:o&&(n[r]=o):r==="style"?n[r]={...o,...s}:r==="className"&&(n[r]=[o,s].filter(Boolean).join(" "))}return{...e,...n}}function oM(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function Uv(e){const t=e+"CollectionProvider",[n,r]=lo(t),[o,s]=n(t,{collectionRef:{current:null},itemMap:new Map}),i=m=>{const{scope:x,children:g}=m,v=Wr.useRef(null),w=Wr.useRef(new Map).current;return c.jsx(o,{scope:x,itemMap:w,collectionRef:v,children:g})};i.displayName=t;const a=e+"CollectionSlot",l=Ni(a),u=Wr.forwardRef((m,x)=>{const{scope:g,children:v}=m,w=s(a,g),k=Je(x,w.collectionRef);return c.jsx(l,{ref:k,children:v})});u.displayName=a;const d=e+"CollectionItemSlot",f="data-radix-collection-item",p=Ni(d),h=Wr.forwardRef((m,x)=>{const{scope:g,children:v,...w}=m,k=Wr.useRef(null),E=Je(x,k),P=s(d,g);return Wr.useEffect(()=>(P.itemMap.set(k,{ref:k,...w}),()=>void P.itemMap.delete(k))),c.jsx(p,{[f]:"",ref:E,children:v})});h.displayName=d;function y(m){const x=s(e+"CollectionConsumer",m);return Wr.useCallback(()=>{const v=x.collectionRef.current;if(!v)return[];const w=Array.from(v.querySelectorAll(`[${f}]`));return Array.from(x.itemMap.values()).sort((P,S)=>w.indexOf(P.ref.current)-w.indexOf(S.ref.current))},[x.collectionRef,x.itemMap])}return[{Provider:i,Slot:u,ItemSlot:h},y,r]}var sM=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Pe=sM.reduce((e,t)=>{const n=Ni(`Primitive.${t}`),r=b.forwardRef((o,s)=>{const{asChild:i,...a}=o,l=i?n:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),c.jsx(l,{...a,ref:s})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function lE(e,t){e&&Di.flushSync(()=>e.dispatchEvent(t))}function mr(e){const t=b.useRef(e);return b.useEffect(()=>{t.current=e}),b.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function iM(e,t=globalThis==null?void 0:globalThis.document){const n=mr(e);b.useEffect(()=>{const r=o=>{o.key==="Escape"&&n(o)};return t.addEventListener("keydown",r,{capture:!0}),()=>t.removeEventListener("keydown",r,{capture:!0})},[n,t])}var aM="DismissableLayer",Pg="dismissableLayer.update",lM="dismissableLayer.pointerDownOutside",cM="dismissableLayer.focusOutside",$b,cE=b.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),dl=b.forwardRef((e,t)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:r,onPointerDownOutside:o,onFocusOutside:s,onInteractOutside:i,onDismiss:a,...l}=e,u=b.useContext(cE),[d,f]=b.useState(null),p=(d==null?void 0:d.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,h]=b.useState({}),y=Je(t,S=>f(S)),m=Array.from(u.layers),[x]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),g=m.indexOf(x),v=d?m.indexOf(d):-1,w=u.layersWithOutsidePointerEventsDisabled.size>0,k=v>=g,E=dM(S=>{const A=S.target,j=[...u.branches].some(R=>R.contains(A));!k||j||(o==null||o(S),i==null||i(S),S.defaultPrevented||a==null||a())},p),P=fM(S=>{const A=S.target;[...u.branches].some(R=>R.contains(A))||(s==null||s(S),i==null||i(S),S.defaultPrevented||a==null||a())},p);return iM(S=>{v===u.layers.size-1&&(r==null||r(S),!S.defaultPrevented&&a&&(S.preventDefault(),a()))},p),b.useEffect(()=>{if(d)return n&&(u.layersWithOutsidePointerEventsDisabled.size===0&&($b=p.body.style.pointerEvents,p.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(d)),u.layers.add(d),Rb(),()=>{n&&u.layersWithOutsidePointerEventsDisabled.size===1&&(p.body.style.pointerEvents=$b)}},[d,p,n,u]),b.useEffect(()=>()=>{d&&(u.layers.delete(d),u.layersWithOutsidePointerEventsDisabled.delete(d),Rb())},[d,u]),b.useEffect(()=>{const S=()=>h({});return document.addEventListener(Pg,S),()=>document.removeEventListener(Pg,S)},[]),c.jsx(Pe.div,{...l,ref:y,style:{pointerEvents:w?k?"auto":"none":void 0,...e.style},onFocusCapture:xe(e.onFocusCapture,P.onFocusCapture),onBlurCapture:xe(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:xe(e.onPointerDownCapture,E.onPointerDownCapture)})});dl.displayName=aM;var uM="DismissableLayerBranch",uE=b.forwardRef((e,t)=>{const n=b.useContext(cE),r=b.useRef(null),o=Je(t,r);return b.useEffect(()=>{const s=r.current;if(s)return n.branches.add(s),()=>{n.branches.delete(s)}},[n.branches]),c.jsx(Pe.div,{...e,ref:o})});uE.displayName=uM;function dM(e,t=globalThis==null?void 0:globalThis.document){const n=mr(e),r=b.useRef(!1),o=b.useRef(()=>{});return b.useEffect(()=>{const s=a=>{if(a.target&&!r.current){let l=function(){dE(lM,n,u,{discrete:!0})};const u={originalEvent:a};a.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=l,t.addEventListener("click",o.current,{once:!0})):l()}else t.removeEventListener("click",o.current);r.current=!1},i=window.setTimeout(()=>{t.addEventListener("pointerdown",s)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",s),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}function fM(e,t=globalThis==null?void 0:globalThis.document){const n=mr(e),r=b.useRef(!1);return b.useEffect(()=>{const o=s=>{s.target&&!r.current&&dE(cM,n,{originalEvent:s},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function Rb(){const e=new CustomEvent(Pg);document.dispatchEvent(e)}function dE(e,t,n,{discrete:r}){const o=n.originalEvent.target,s=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?lE(o,s):o.dispatchEvent(s)}var hM=dl,pM=uE,rn=globalThis!=null&&globalThis.document?b.useLayoutEffect:()=>{},mM="Portal",nu=b.forwardRef((e,t)=>{var a;const{container:n,...r}=e,[o,s]=b.useState(!1);rn(()=>s(!0),[]);const i=n||o&&((a=globalThis==null?void 0:globalThis.document)==null?void 0:a.body);return i?RA.createPortal(c.jsx(Pe.div,{...r,ref:t}),i):null});nu.displayName=mM;function gM(e,t){return b.useReducer((n,r)=>t[n][r]??n,e)}var co=e=>{const{present:t,children:n}=e,r=yM(t),o=typeof n=="function"?n({present:r.isPresent}):b.Children.only(n),s=Je(r.ref,vM(o));return typeof n=="function"||r.isPresent?b.cloneElement(o,{ref:s}):null};co.displayName="Presence";function yM(e){const[t,n]=b.useState(),r=b.useRef(null),o=b.useRef(e),s=b.useRef("none"),i=e?"mounted":"unmounted",[a,l]=gM(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return b.useEffect(()=>{const u=qu(r.current);s.current=a==="mounted"?u:"none"},[a]),rn(()=>{const u=r.current,d=o.current;if(d!==e){const p=s.current,h=qu(u);e?l("MOUNT"):h==="none"||(u==null?void 0:u.display)==="none"?l("UNMOUNT"):l(d&&p!==h?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,l]),rn(()=>{if(t){let u;const d=t.ownerDocument.defaultView??window,f=h=>{const m=qu(r.current).includes(CSS.escape(h.animationName));if(h.target===t&&m&&(l("ANIMATION_END"),!o.current)){const x=t.style.animationFillMode;t.style.animationFillMode="forwards",u=d.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=x)})}},p=h=>{h.target===t&&(s.current=qu(r.current))};return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{d.clearTimeout(u),t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(a),ref:b.useCallback(u=>{r.current=u?getComputedStyle(u):null,n(u)},[])}}function qu(e){return(e==null?void 0:e.animationName)||"none"}function vM(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var xM=Hy[" useInsertionEffect ".trim().toString()]||rn;function $s({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){const[o,s,i]=wM({defaultProp:t,onChange:n}),a=e!==void 0,l=a?e:o;{const d=b.useRef(e!==void 0);b.useEffect(()=>{const f=d.current;f!==a&&console.warn(`${r} is changing from ${f?"controlled":"uncontrolled"} to ${a?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),d.current=a},[a,r])}const u=b.useCallback(d=>{var f;if(a){const p=bM(d)?d(e):d;p!==e&&((f=i.current)==null||f.call(i,p))}else s(d)},[a,e,s,i]);return[l,u]}function wM({defaultProp:e,onChange:t}){const[n,r]=b.useState(e),o=b.useRef(n),s=b.useRef(t);return xM(()=>{s.current=t},[t]),b.useEffect(()=>{var i;o.current!==n&&((i=s.current)==null||i.call(s,n),o.current=n)},[n,o]),[n,r,s]}function bM(e){return typeof e=="function"}var fE=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),kM="VisuallyHidden",mh=b.forwardRef((e,t)=>c.jsx(Pe.span,{...e,ref:t,style:{...fE,...e.style}}));mh.displayName=kM;var _M=mh,qv="ToastProvider",[Vv,SM,CM]=Uv("Toast"),[hE,Mee]=lo("Toast",[CM]),[EM,gh]=hE(qv),pE=e=>{const{__scopeToast:t,label:n="Notification",duration:r=5e3,swipeDirection:o="right",swipeThreshold:s=50,children:i}=e,[a,l]=b.useState(null),[u,d]=b.useState(0),f=b.useRef(!1),p=b.useRef(!1);return n.trim()||console.error(`Invalid prop \`label\` supplied to \`${qv}\`. Expected non-empty \`string\`.`),c.jsx(Vv.Provider,{scope:t,children:c.jsx(EM,{scope:t,label:n,duration:r,swipeDirection:o,swipeThreshold:s,toastCount:u,viewport:a,onViewportChange:l,onToastAdd:b.useCallback(()=>d(h=>h+1),[]),onToastRemove:b.useCallback(()=>d(h=>h-1),[]),isFocusedToastEscapeKeyDownRef:f,isClosePausedRef:p,children:i})})};pE.displayName=qv;var mE="ToastViewport",NM=["F8"],jg="toast.viewportPause",Tg="toast.viewportResume",gE=b.forwardRef((e,t)=>{const{__scopeToast:n,hotkey:r=NM,label:o="Notifications ({hotkey})",...s}=e,i=gh(mE,n),a=SM(n),l=b.useRef(null),u=b.useRef(null),d=b.useRef(null),f=b.useRef(null),p=Je(t,f,i.onViewportChange),h=r.join("+").replace(/Key/g,"").replace(/Digit/g,""),y=i.toastCount>0;b.useEffect(()=>{const x=g=>{var w;r.length!==0&&r.every(k=>g[k]||g.code===k)&&((w=f.current)==null||w.focus())};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[r]),b.useEffect(()=>{const x=l.current,g=f.current;if(y&&x&&g){const v=()=>{if(!i.isClosePausedRef.current){const P=new CustomEvent(jg);g.dispatchEvent(P),i.isClosePausedRef.current=!0}},w=()=>{if(i.isClosePausedRef.current){const P=new CustomEvent(Tg);g.dispatchEvent(P),i.isClosePausedRef.current=!1}},k=P=>{!x.contains(P.relatedTarget)&&w()},E=()=>{x.contains(document.activeElement)||w()};return x.addEventListener("focusin",v),x.addEventListener("focusout",k),x.addEventListener("pointermove",v),x.addEventListener("pointerleave",E),window.addEventListener("blur",v),window.addEventListener("focus",w),()=>{x.removeEventListener("focusin",v),x.removeEventListener("focusout",k),x.removeEventListener("pointermove",v),x.removeEventListener("pointerleave",E),window.removeEventListener("blur",v),window.removeEventListener("focus",w)}}},[y,i.isClosePausedRef]);const m=b.useCallback(({tabbingDirection:x})=>{const v=a().map(w=>{const k=w.ref.current,E=[k,...FM(k)];return x==="forwards"?E:E.reverse()});return(x==="forwards"?v.reverse():v).flat()},[a]);return b.useEffect(()=>{const x=f.current;if(x){const g=v=>{var E,P,S;const w=v.altKey||v.ctrlKey||v.metaKey;if(v.key==="Tab"&&!w){const A=document.activeElement,j=v.shiftKey;if(v.target===x&&j){(E=u.current)==null||E.focus();return}const I=m({tabbingDirection:j?"backwards":"forwards"}),F=I.findIndex(z=>z===A);Rp(I.slice(F+1))?v.preventDefault():j?(P=u.current)==null||P.focus():(S=d.current)==null||S.focus()}};return x.addEventListener("keydown",g),()=>x.removeEventListener("keydown",g)}},[a,m]),c.jsxs(pM,{ref:l,role:"region","aria-label":o.replace("{hotkey}",h),tabIndex:-1,style:{pointerEvents:y?void 0:"none"},children:[y&&c.jsx($g,{ref:u,onFocusFromOutsideViewport:()=>{const x=m({tabbingDirection:"forwards"});Rp(x)}}),c.jsx(Vv.Slot,{scope:n,children:c.jsx(Pe.ol,{tabIndex:-1,...s,ref:p})}),y&&c.jsx($g,{ref:d,onFocusFromOutsideViewport:()=>{const x=m({tabbingDirection:"backwards"});Rp(x)}})]})});gE.displayName=mE;var yE="ToastFocusProxy",$g=b.forwardRef((e,t)=>{const{__scopeToast:n,onFocusFromOutsideViewport:r,...o}=e,s=gh(yE,n);return c.jsx(mh,{tabIndex:0,...o,ref:t,style:{position:"fixed"},onFocus:i=>{var u;const a=i.relatedTarget;!((u=s.viewport)!=null&&u.contains(a))&&r()}})});$g.displayName=yE;var ru="Toast",PM="toast.swipeStart",jM="toast.swipeMove",TM="toast.swipeCancel",$M="toast.swipeEnd",vE=b.forwardRef((e,t)=>{const{forceMount:n,open:r,defaultOpen:o,onOpenChange:s,...i}=e,[a,l]=$s({prop:r,defaultProp:o??!0,onChange:s,caller:ru});return c.jsx(co,{present:n||a,children:c.jsx(AM,{open:a,...i,ref:t,onClose:()=>l(!1),onPause:mr(e.onPause),onResume:mr(e.onResume),onSwipeStart:xe(e.onSwipeStart,u=>{u.currentTarget.setAttribute("data-swipe","start")}),onSwipeMove:xe(e.onSwipeMove,u=>{const{x:d,y:f}=u.detail.delta;u.currentTarget.setAttribute("data-swipe","move"),u.currentTarget.style.setProperty("--radix-toast-swipe-move-x",`${d}px`),u.currentTarget.style.setProperty("--radix-toast-swipe-move-y",`${f}px`)}),onSwipeCancel:xe(e.onSwipeCancel,u=>{u.currentTarget.setAttribute("data-swipe","cancel"),u.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),u.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),u.currentTarget.style.removeProperty("--radix-toast-swipe-end-x"),u.currentTarget.style.removeProperty("--radix-toast-swipe-end-y")}),onSwipeEnd:xe(e.onSwipeEnd,u=>{const{x:d,y:f}=u.detail.delta;u.currentTarget.setAttribute("data-swipe","end"),u.currentTarget.style.removeProperty("--radix-toast-swipe-move-x"),u.currentTarget.style.removeProperty("--radix-toast-swipe-move-y"),u.currentTarget.style.setProperty("--radix-toast-swipe-end-x",`${d}px`),u.currentTarget.style.setProperty("--radix-toast-swipe-end-y",`${f}px`),l(!1)})})})});vE.displayName=ru;var[RM,IM]=hE(ru,{onClose(){}}),AM=b.forwardRef((e,t)=>{const{__scopeToast:n,type:r="foreground",duration:o,open:s,onClose:i,onEscapeKeyDown:a,onPause:l,onResume:u,onSwipeStart:d,onSwipeMove:f,onSwipeCancel:p,onSwipeEnd:h,...y}=e,m=gh(ru,n),[x,g]=b.useState(null),v=Je(t,z=>g(z)),w=b.useRef(null),k=b.useRef(null),E=o||m.duration,P=b.useRef(0),S=b.useRef(E),A=b.useRef(0),{onToastAdd:j,onToastRemove:R}=m,T=mr(()=>{var V;(x==null?void 0:x.contains(document.activeElement))&&((V=m.viewport)==null||V.focus()),i()}),I=b.useCallback(z=>{!z||z===1/0||(window.clearTimeout(A.current),P.current=new Date().getTime(),A.current=window.setTimeout(T,z))},[T]);b.useEffect(()=>{const z=m.viewport;if(z){const V=()=>{I(S.current),u==null||u()},Z=()=>{const K=new Date().getTime()-P.current;S.current=S.current-K,window.clearTimeout(A.current),l==null||l()};return z.addEventListener(jg,Z),z.addEventListener(Tg,V),()=>{z.removeEventListener(jg,Z),z.removeEventListener(Tg,V)}}},[m.viewport,E,l,u,I]),b.useEffect(()=>{s&&!m.isClosePausedRef.current&&I(E)},[s,E,m.isClosePausedRef,I]),b.useEffect(()=>(j(),()=>R()),[j,R]);const F=b.useMemo(()=>x?CE(x):null,[x]);return m.viewport?c.jsxs(c.Fragment,{children:[F&&c.jsx(OM,{__scopeToast:n,role:"status","aria-live":r==="foreground"?"assertive":"polite",children:F}),c.jsx(RM,{scope:n,onClose:T,children:Di.createPortal(c.jsx(Vv.ItemSlot,{scope:n,children:c.jsx(hM,{asChild:!0,onEscapeKeyDown:xe(a,()=>{m.isFocusedToastEscapeKeyDownRef.current||T(),m.isFocusedToastEscapeKeyDownRef.current=!1}),children:c.jsx(Pe.li,{tabIndex:0,"data-state":s?"open":"closed","data-swipe-direction":m.swipeDirection,...y,ref:v,style:{userSelect:"none",touchAction:"none",...e.style},onKeyDown:xe(e.onKeyDown,z=>{z.key==="Escape"&&(a==null||a(z.nativeEvent),z.nativeEvent.defaultPrevented||(m.isFocusedToastEscapeKeyDownRef.current=!0,T()))}),onPointerDown:xe(e.onPointerDown,z=>{z.button===0&&(w.current={x:z.clientX,y:z.clientY})}),onPointerMove:xe(e.onPointerMove,z=>{if(!w.current)return;const V=z.clientX-w.current.x,Z=z.clientY-w.current.y,K=!!k.current,q=["left","right"].includes(m.swipeDirection),H=["left","up"].includes(m.swipeDirection)?Math.min:Math.max,N=q?H(0,V):0,O=q?0:H(0,Z),U=z.pointerType==="touch"?10:2,_={x:N,y:O},C={originalEvent:z,delta:_};K?(k.current=_,Vu(jM,f,C,{discrete:!1})):Ib(_,m.swipeDirection,U)?(k.current=_,Vu(PM,d,C,{discrete:!1}),z.target.setPointerCapture(z.pointerId)):(Math.abs(V)>U||Math.abs(Z)>U)&&(w.current=null)}),onPointerUp:xe(e.onPointerUp,z=>{const V=k.current,Z=z.target;if(Z.hasPointerCapture(z.pointerId)&&Z.releasePointerCapture(z.pointerId),k.current=null,w.current=null,V){const K=z.currentTarget,q={originalEvent:z,delta:V};Ib(V,m.swipeDirection,m.swipeThreshold)?Vu($M,h,q,{discrete:!0}):Vu(TM,p,q,{discrete:!0}),K.addEventListener("click",H=>H.preventDefault(),{once:!0})}})})})}),m.viewport)})]}):null}),OM=e=>{const{__scopeToast:t,children:n,...r}=e,o=gh(ru,t),[s,i]=b.useState(!1),[a,l]=b.useState(!1);return zM(()=>i(!0)),b.useEffect(()=>{const u=window.setTimeout(()=>l(!0),1e3);return()=>window.clearTimeout(u)},[]),a?null:c.jsx(nu,{asChild:!0,children:c.jsx(mh,{...r,children:s&&c.jsxs(c.Fragment,{children:[o.label," ",n]})})})},MM="ToastTitle",xE=b.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return c.jsx(Pe.div,{...r,ref:t})});xE.displayName=MM;var DM="ToastDescription",wE=b.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e;return c.jsx(Pe.div,{...r,ref:t})});wE.displayName=DM;var bE="ToastAction",kE=b.forwardRef((e,t)=>{const{altText:n,...r}=e;return n.trim()?c.jsx(SE,{altText:n,asChild:!0,children:c.jsx(Hv,{...r,ref:t})}):(console.error(`Invalid prop \`altText\` supplied to \`${bE}\`. Expected non-empty \`string\`.`),null)});kE.displayName=bE;var _E="ToastClose",Hv=b.forwardRef((e,t)=>{const{__scopeToast:n,...r}=e,o=IM(_E,n);return c.jsx(SE,{asChild:!0,children:c.jsx(Pe.button,{type:"button",...r,ref:t,onClick:xe(e.onClick,o.onClose)})})});Hv.displayName=_E;var SE=b.forwardRef((e,t)=>{const{__scopeToast:n,altText:r,...o}=e;return c.jsx(Pe.div,{"data-radix-toast-announce-exclude":"","data-radix-toast-announce-alt":r||void 0,...o,ref:t})});function CE(e){const t=[];return Array.from(e.childNodes).forEach(r=>{if(r.nodeType===r.TEXT_NODE&&r.textContent&&t.push(r.textContent),LM(r)){const o=r.ariaHidden||r.hidden||r.style.display==="none",s=r.dataset.radixToastAnnounceExclude==="";if(!o)if(s){const i=r.dataset.radixToastAnnounceAlt;i&&t.push(i)}else t.push(...CE(r))}}),t}function Vu(e,t,n,{discrete:r}){const o=n.originalEvent.currentTarget,s=new CustomEvent(e,{bubbles:!0,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?lE(o,s):o.dispatchEvent(s)}var Ib=(e,t,n=0)=>{const r=Math.abs(e.x),o=Math.abs(e.y),s=r>o;return t==="left"||t==="right"?s&&r>n:!s&&o>n};function zM(e=()=>{}){const t=mr(e);rn(()=>{let n=0,r=0;return n=window.requestAnimationFrame(()=>r=window.requestAnimationFrame(t)),()=>{window.cancelAnimationFrame(n),window.cancelAnimationFrame(r)}},[t])}function LM(e){return e.nodeType===e.ELEMENT_NODE}function FM(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Rp(e){const t=document.activeElement;return e.some(n=>n===t?!0:(n.focus(),document.activeElement!==t))}var UM=pE,EE=gE,NE=vE,PE=xE,jE=wE,TE=kE,$E=Hv;function RE(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=RE(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function IE(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=RE(e))&&(r&&(r+=" "),r+=t);return r}const Ab=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,Ob=IE,yh=(e,t)=>n=>{var r;if((t==null?void 0:t.variants)==null)return Ob(e,n==null?void 0:n.class,n==null?void 0:n.className);const{variants:o,defaultVariants:s}=t,i=Object.keys(o).map(u=>{const d=n==null?void 0:n[u],f=s==null?void 0:s[u];if(d===null)return null;const p=Ab(d)||Ab(f);return o[u][p]}),a=n&&Object.entries(n).reduce((u,d)=>{let[f,p]=d;return p===void 0||(u[f]=p),u},{}),l=t==null||(r=t.compoundVariants)===null||r===void 0?void 0:r.reduce((u,d)=>{let{class:f,className:p,...h}=d;return Object.entries(h).every(y=>{let[m,x]=y;return Array.isArray(x)?x.includes({...s,...a}[m]):{...s,...a}[m]===x})?[...u,f,p]:u},[]);return Ob(e,i,l,n==null?void 0:n.class,n==null?void 0:n.className)};/**
|
|
49
|
+
* @license lucide-react v0.453.0 - ISC
|
|
50
|
+
*
|
|
51
|
+
* This source code is licensed under the ISC license.
|
|
52
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
53
|
+
*/const qM=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),AE=(...e)=>e.filter((t,n,r)=>!!t&&r.indexOf(t)===n).join(" ");/**
|
|
54
|
+
* @license lucide-react v0.453.0 - ISC
|
|
55
|
+
*
|
|
56
|
+
* This source code is licensed under the ISC license.
|
|
57
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
58
|
+
*/var VM={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
59
|
+
* @license lucide-react v0.453.0 - ISC
|
|
60
|
+
*
|
|
61
|
+
* This source code is licensed under the ISC license.
|
|
62
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
63
|
+
*/const HM=b.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:s,iconNode:i,...a},l)=>b.createElement("svg",{ref:l,...VM,width:t,height:t,stroke:e,strokeWidth:r?Number(n)*24/Number(t):n,className:AE("lucide",o),...a},[...i.map(([u,d])=>b.createElement(u,d)),...Array.isArray(s)?s:[s]]));/**
|
|
64
|
+
* @license lucide-react v0.453.0 - ISC
|
|
65
|
+
*
|
|
66
|
+
* This source code is licensed under the ISC license.
|
|
67
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
68
|
+
*/const ze=(e,t)=>{const n=b.forwardRef(({className:r,...o},s)=>b.createElement(HM,{ref:s,iconNode:t,className:AE(`lucide-${qM(e)}`,r),...o}));return n.displayName=`${e}`,n};/**
|
|
69
|
+
* @license lucide-react v0.453.0 - ISC
|
|
70
|
+
*
|
|
71
|
+
* This source code is licensed under the ISC license.
|
|
72
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
73
|
+
*/const BM=ze("Activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);/**
|
|
74
|
+
* @license lucide-react v0.453.0 - ISC
|
|
75
|
+
*
|
|
76
|
+
* This source code is licensed under the ISC license.
|
|
77
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
78
|
+
*/const WM=ze("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);/**
|
|
79
|
+
* @license lucide-react v0.453.0 - ISC
|
|
80
|
+
*
|
|
81
|
+
* This source code is licensed under the ISC license.
|
|
82
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
83
|
+
*/const OE=ze("Bolt",[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]]);/**
|
|
84
|
+
* @license lucide-react v0.453.0 - ISC
|
|
85
|
+
*
|
|
86
|
+
* This source code is licensed under the ISC license.
|
|
87
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
88
|
+
*/const Bv=ze("BookOpen",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);/**
|
|
89
|
+
* @license lucide-react v0.453.0 - ISC
|
|
90
|
+
*
|
|
91
|
+
* This source code is licensed under the ISC license.
|
|
92
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
93
|
+
*/const KM=ze("Bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]);/**
|
|
94
|
+
* @license lucide-react v0.453.0 - ISC
|
|
95
|
+
*
|
|
96
|
+
* This source code is licensed under the ISC license.
|
|
97
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
98
|
+
*/const Ip=ze("Brain",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]]);/**
|
|
99
|
+
* @license lucide-react v0.453.0 - ISC
|
|
100
|
+
*
|
|
101
|
+
* This source code is licensed under the ISC license.
|
|
102
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
103
|
+
*/const ME=ze("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);/**
|
|
104
|
+
* @license lucide-react v0.453.0 - ISC
|
|
105
|
+
*
|
|
106
|
+
* This source code is licensed under the ISC license.
|
|
107
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
108
|
+
*/const vh=ze("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);/**
|
|
109
|
+
* @license lucide-react v0.453.0 - ISC
|
|
110
|
+
*
|
|
111
|
+
* This source code is licensed under the ISC license.
|
|
112
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
113
|
+
*/const ZM=ze("ChevronLeft",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);/**
|
|
114
|
+
* @license lucide-react v0.453.0 - ISC
|
|
115
|
+
*
|
|
116
|
+
* This source code is licensed under the ISC license.
|
|
117
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
118
|
+
*/const QM=ze("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
|
|
119
|
+
* @license lucide-react v0.453.0 - ISC
|
|
120
|
+
*
|
|
121
|
+
* This source code is licensed under the ISC license.
|
|
122
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
123
|
+
*/const GM=ze("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);/**
|
|
124
|
+
* @license lucide-react v0.453.0 - ISC
|
|
125
|
+
*
|
|
126
|
+
* This source code is licensed under the ISC license.
|
|
127
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
128
|
+
*/const DE=ze("CircleAlert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);/**
|
|
129
|
+
* @license lucide-react v0.453.0 - ISC
|
|
130
|
+
*
|
|
131
|
+
* This source code is licensed under the ISC license.
|
|
132
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
133
|
+
*/const Rg=ze("CircleCheckBig",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);/**
|
|
134
|
+
* @license lucide-react v0.453.0 - ISC
|
|
135
|
+
*
|
|
136
|
+
* This source code is licensed under the ISC license.
|
|
137
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
138
|
+
*/const Mb=ze("CircleX",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);/**
|
|
139
|
+
* @license lucide-react v0.453.0 - ISC
|
|
140
|
+
*
|
|
141
|
+
* This source code is licensed under the ISC license.
|
|
142
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
143
|
+
*/const JM=ze("ClipboardPaste",[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",key:"1pp7kr"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",key:"2ik1ml"}],["path",{d:"m17 10 4 4-4 4",key:"vp2hj1"}]]);/**
|
|
144
|
+
* @license lucide-react v0.453.0 - ISC
|
|
145
|
+
*
|
|
146
|
+
* This source code is licensed under the ISC license.
|
|
147
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
148
|
+
*/const zE=ze("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);/**
|
|
149
|
+
* @license lucide-react v0.453.0 - ISC
|
|
150
|
+
*
|
|
151
|
+
* This source code is licensed under the ISC license.
|
|
152
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
153
|
+
*/const Db=ze("Database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]);/**
|
|
154
|
+
* @license lucide-react v0.453.0 - ISC
|
|
155
|
+
*
|
|
156
|
+
* This source code is licensed under the ISC license.
|
|
157
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
158
|
+
*/const LE=ze("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]);/**
|
|
159
|
+
* @license lucide-react v0.453.0 - ISC
|
|
160
|
+
*
|
|
161
|
+
* This source code is licensed under the ISC license.
|
|
162
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
163
|
+
*/const Eo=ze("ExternalLink",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);/**
|
|
164
|
+
* @license lucide-react v0.453.0 - ISC
|
|
165
|
+
*
|
|
166
|
+
* This source code is licensed under the ISC license.
|
|
167
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
168
|
+
*/const YM=ze("Filter",[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]]);/**
|
|
169
|
+
* @license lucide-react v0.453.0 - ISC
|
|
170
|
+
*
|
|
171
|
+
* This source code is licensed under the ISC license.
|
|
172
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
173
|
+
*/const XM=ze("GitPullRequest",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]]);/**
|
|
174
|
+
* @license lucide-react v0.453.0 - ISC
|
|
175
|
+
*
|
|
176
|
+
* This source code is licensed under the ISC license.
|
|
177
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
178
|
+
*/const Ig=ze("KeyRound",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);/**
|
|
179
|
+
* @license lucide-react v0.453.0 - ISC
|
|
180
|
+
*
|
|
181
|
+
* This source code is licensed under the ISC license.
|
|
182
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
183
|
+
*/const Hu=ze("Key",[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]]);/**
|
|
184
|
+
* @license lucide-react v0.453.0 - ISC
|
|
185
|
+
*
|
|
186
|
+
* This source code is licensed under the ISC license.
|
|
187
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
188
|
+
*/const yf=ze("Layers",[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65",key:"dd6zsq"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65",key:"ep9fru"}]]);/**
|
|
189
|
+
* @license lucide-react v0.453.0 - ISC
|
|
190
|
+
*
|
|
191
|
+
* This source code is licensed under the ISC license.
|
|
192
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
193
|
+
*/const e4=ze("LayoutGrid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]);/**
|
|
194
|
+
* @license lucide-react v0.453.0 - ISC
|
|
195
|
+
*
|
|
196
|
+
* This source code is licensed under the ISC license.
|
|
197
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
198
|
+
*/const zb=ze("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);/**
|
|
199
|
+
* @license lucide-react v0.453.0 - ISC
|
|
200
|
+
*
|
|
201
|
+
* This source code is licensed under the ISC license.
|
|
202
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
203
|
+
*/const t4=ze("Play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]);/**
|
|
204
|
+
* @license lucide-react v0.453.0 - ISC
|
|
205
|
+
*
|
|
206
|
+
* This source code is licensed under the ISC license.
|
|
207
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
208
|
+
*/const ai=ze("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);/**
|
|
209
|
+
* @license lucide-react v0.453.0 - ISC
|
|
210
|
+
*
|
|
211
|
+
* This source code is licensed under the ISC license.
|
|
212
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
213
|
+
*/const n4=ze("Radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]);/**
|
|
214
|
+
* @license lucide-react v0.453.0 - ISC
|
|
215
|
+
*
|
|
216
|
+
* This source code is licensed under the ISC license.
|
|
217
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
218
|
+
*/const FE=ze("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);/**
|
|
219
|
+
* @license lucide-react v0.453.0 - ISC
|
|
220
|
+
*
|
|
221
|
+
* This source code is licensed under the ISC license.
|
|
222
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
223
|
+
*/const vf=ze("Server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);/**
|
|
224
|
+
* @license lucide-react v0.453.0 - ISC
|
|
225
|
+
*
|
|
226
|
+
* This source code is licensed under the ISC license.
|
|
227
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
228
|
+
*/const r4=ze("Terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]);/**
|
|
229
|
+
* @license lucide-react v0.453.0 - ISC
|
|
230
|
+
*
|
|
231
|
+
* This source code is licensed under the ISC license.
|
|
232
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
233
|
+
*/const xh=ze("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]);/**
|
|
234
|
+
* @license lucide-react v0.453.0 - ISC
|
|
235
|
+
*
|
|
236
|
+
* This source code is licensed under the ISC license.
|
|
237
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
238
|
+
*/const Tr=ze("TriangleAlert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);/**
|
|
239
|
+
* @license lucide-react v0.453.0 - ISC
|
|
240
|
+
*
|
|
241
|
+
* This source code is licensed under the ISC license.
|
|
242
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
243
|
+
*/const o4=ze("Upload",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]]);/**
|
|
244
|
+
* @license lucide-react v0.453.0 - ISC
|
|
245
|
+
*
|
|
246
|
+
* This source code is licensed under the ISC license.
|
|
247
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
248
|
+
*/const s4=ze("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);/**
|
|
249
|
+
* @license lucide-react v0.453.0 - ISC
|
|
250
|
+
*
|
|
251
|
+
* This source code is licensed under the ISC license.
|
|
252
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
253
|
+
*/const Wv=ze("Wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]]);/**
|
|
254
|
+
* @license lucide-react v0.453.0 - ISC
|
|
255
|
+
*
|
|
256
|
+
* This source code is licensed under the ISC license.
|
|
257
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
258
|
+
*/const xf=ze("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),Kv="-",i4=e=>{const t=l4(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:i=>{const a=i.split(Kv);return a[0]===""&&a.length!==1&&a.shift(),UE(a,t)||a4(i)},getConflictingClassGroupIds:(i,a)=>{const l=n[i]||[];return a&&r[i]?[...l,...r[i]]:l}}},UE=(e,t)=>{var i;if(e.length===0)return t.classGroupId;const n=e[0],r=t.nextPart.get(n),o=r?UE(e.slice(1),r):void 0;if(o)return o;if(t.validators.length===0)return;const s=e.join(Kv);return(i=t.validators.find(({validator:a})=>a(s)))==null?void 0:i.classGroupId},Lb=/^\[(.+)\]$/,a4=e=>{if(Lb.test(e)){const t=Lb.exec(e)[1],n=t==null?void 0:t.substring(0,t.indexOf(":"));if(n)return"arbitrary.."+n}},l4=e=>{const{theme:t,prefix:n}=e,r={nextPart:new Map,validators:[]};return u4(Object.entries(e.classGroups),n).forEach(([s,i])=>{Ag(i,r,s,t)}),r},Ag=(e,t,n,r)=>{e.forEach(o=>{if(typeof o=="string"){const s=o===""?t:Fb(t,o);s.classGroupId=n;return}if(typeof o=="function"){if(c4(o)){Ag(o(r),t,n,r);return}t.validators.push({validator:o,classGroupId:n});return}Object.entries(o).forEach(([s,i])=>{Ag(i,Fb(t,s),n,r)})})},Fb=(e,t)=>{let n=e;return t.split(Kv).forEach(r=>{n.nextPart.has(r)||n.nextPart.set(r,{nextPart:new Map,validators:[]}),n=n.nextPart.get(r)}),n},c4=e=>e.isThemeGetter,u4=(e,t)=>t?e.map(([n,r])=>{const o=r.map(s=>typeof s=="string"?t+s:typeof s=="object"?Object.fromEntries(Object.entries(s).map(([i,a])=>[t+i,a])):s);return[n,o]}):e,d4=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,n=new Map,r=new Map;const o=(s,i)=>{n.set(s,i),t++,t>e&&(t=0,r=n,n=new Map)};return{get(s){let i=n.get(s);if(i!==void 0)return i;if((i=r.get(s))!==void 0)return o(s,i),i},set(s,i){n.has(s)?n.set(s,i):o(s,i)}}},qE="!",f4=e=>{const{separator:t,experimentalParseClassName:n}=e,r=t.length===1,o=t[0],s=t.length,i=a=>{const l=[];let u=0,d=0,f;for(let x=0;x<a.length;x++){let g=a[x];if(u===0){if(g===o&&(r||a.slice(x,x+s)===t)){l.push(a.slice(d,x)),d=x+s;continue}if(g==="/"){f=x;continue}}g==="["?u++:g==="]"&&u--}const p=l.length===0?a:a.substring(d),h=p.startsWith(qE),y=h?p.substring(1):p,m=f&&f>d?f-d:void 0;return{modifiers:l,hasImportantModifier:h,baseClassName:y,maybePostfixModifierPosition:m}};return n?a=>n({className:a,parseClassName:i}):i},h4=e=>{if(e.length<=1)return e;const t=[];let n=[];return e.forEach(r=>{r[0]==="["?(t.push(...n.sort(),r),n=[]):n.push(r)}),t.push(...n.sort()),t},p4=e=>({cache:d4(e.cacheSize),parseClassName:f4(e),...i4(e)}),m4=/\s+/,g4=(e,t)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:o}=t,s=[],i=e.trim().split(m4);let a="";for(let l=i.length-1;l>=0;l-=1){const u=i[l],{modifiers:d,hasImportantModifier:f,baseClassName:p,maybePostfixModifierPosition:h}=n(u);let y=!!h,m=r(y?p.substring(0,h):p);if(!m){if(!y){a=u+(a.length>0?" "+a:a);continue}if(m=r(p),!m){a=u+(a.length>0?" "+a:a);continue}y=!1}const x=h4(d).join(":"),g=f?x+qE:x,v=g+m;if(s.includes(v))continue;s.push(v);const w=o(m,y);for(let k=0;k<w.length;++k){const E=w[k];s.push(g+E)}a=u+(a.length>0?" "+a:a)}return a};function y4(){let e=0,t,n,r="";for(;e<arguments.length;)(t=arguments[e++])&&(n=VE(t))&&(r&&(r+=" "),r+=n);return r}const VE=e=>{if(typeof e=="string")return e;let t,n="";for(let r=0;r<e.length;r++)e[r]&&(t=VE(e[r]))&&(n&&(n+=" "),n+=t);return n};function v4(e,...t){let n,r,o,s=i;function i(l){const u=t.reduce((d,f)=>f(d),e());return n=p4(u),r=n.cache.get,o=n.cache.set,s=a,a(l)}function a(l){const u=r(l);if(u)return u;const d=g4(l,n);return o(l,d),d}return function(){return s(y4.apply(null,arguments))}}const lt=e=>{const t=n=>n[e]||[];return t.isThemeGetter=!0,t},HE=/^\[(?:([a-z-]+):)?(.+)\]$/i,x4=/^\d+\/\d+$/,w4=new Set(["px","full","screen"]),b4=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,k4=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,_4=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,S4=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,C4=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,mo=e=>_a(e)||w4.has(e)||x4.test(e),Bo=e=>fl(e,"length",I4),_a=e=>!!e&&!Number.isNaN(Number(e)),Ap=e=>fl(e,"number",_a),Rl=e=>!!e&&Number.isInteger(Number(e)),E4=e=>e.endsWith("%")&&_a(e.slice(0,-1)),$e=e=>HE.test(e),Wo=e=>b4.test(e),N4=new Set(["length","size","percentage"]),P4=e=>fl(e,N4,BE),j4=e=>fl(e,"position",BE),T4=new Set(["image","url"]),$4=e=>fl(e,T4,O4),R4=e=>fl(e,"",A4),Il=()=>!0,fl=(e,t,n)=>{const r=HE.exec(e);return r?r[1]?typeof t=="string"?r[1]===t:t.has(r[1]):n(r[2]):!1},I4=e=>k4.test(e)&&!_4.test(e),BE=()=>!1,A4=e=>S4.test(e),O4=e=>C4.test(e),M4=()=>{const e=lt("colors"),t=lt("spacing"),n=lt("blur"),r=lt("brightness"),o=lt("borderColor"),s=lt("borderRadius"),i=lt("borderSpacing"),a=lt("borderWidth"),l=lt("contrast"),u=lt("grayscale"),d=lt("hueRotate"),f=lt("invert"),p=lt("gap"),h=lt("gradientColorStops"),y=lt("gradientColorStopPositions"),m=lt("inset"),x=lt("margin"),g=lt("opacity"),v=lt("padding"),w=lt("saturate"),k=lt("scale"),E=lt("sepia"),P=lt("skew"),S=lt("space"),A=lt("translate"),j=()=>["auto","contain","none"],R=()=>["auto","hidden","clip","visible","scroll"],T=()=>["auto",$e,t],I=()=>[$e,t],F=()=>["",mo,Bo],z=()=>["auto",_a,$e],V=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],Z=()=>["solid","dashed","dotted","double","none"],K=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],q=()=>["start","end","center","between","around","evenly","stretch"],H=()=>["","0",$e],N=()=>["auto","avoid","all","avoid-page","page","left","right","column"],O=()=>[_a,$e];return{cacheSize:500,separator:":",theme:{colors:[Il],spacing:[mo,Bo],blur:["none","",Wo,$e],brightness:O(),borderColor:[e],borderRadius:["none","","full",Wo,$e],borderSpacing:I(),borderWidth:F(),contrast:O(),grayscale:H(),hueRotate:O(),invert:H(),gap:I(),gradientColorStops:[e],gradientColorStopPositions:[E4,Bo],inset:T(),margin:T(),opacity:O(),padding:I(),saturate:O(),scale:O(),sepia:H(),skew:O(),space:I(),translate:I()},classGroups:{aspect:[{aspect:["auto","square","video",$e]}],container:["container"],columns:[{columns:[Wo]}],"break-after":[{"break-after":N()}],"break-before":[{"break-before":N()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...V(),$e]}],overflow:[{overflow:R()}],"overflow-x":[{"overflow-x":R()}],"overflow-y":[{"overflow-y":R()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[m]}],"inset-x":[{"inset-x":[m]}],"inset-y":[{"inset-y":[m]}],start:[{start:[m]}],end:[{end:[m]}],top:[{top:[m]}],right:[{right:[m]}],bottom:[{bottom:[m]}],left:[{left:[m]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",Rl,$e]}],basis:[{basis:T()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",$e]}],grow:[{grow:H()}],shrink:[{shrink:H()}],order:[{order:["first","last","none",Rl,$e]}],"grid-cols":[{"grid-cols":[Il]}],"col-start-end":[{col:["auto",{span:["full",Rl,$e]},$e]}],"col-start":[{"col-start":z()}],"col-end":[{"col-end":z()}],"grid-rows":[{"grid-rows":[Il]}],"row-start-end":[{row:["auto",{span:[Rl,$e]},$e]}],"row-start":[{"row-start":z()}],"row-end":[{"row-end":z()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",$e]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",$e]}],gap:[{gap:[p]}],"gap-x":[{"gap-x":[p]}],"gap-y":[{"gap-y":[p]}],"justify-content":[{justify:["normal",...q()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...q(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...q(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[v]}],px:[{px:[v]}],py:[{py:[v]}],ps:[{ps:[v]}],pe:[{pe:[v]}],pt:[{pt:[v]}],pr:[{pr:[v]}],pb:[{pb:[v]}],pl:[{pl:[v]}],m:[{m:[x]}],mx:[{mx:[x]}],my:[{my:[x]}],ms:[{ms:[x]}],me:[{me:[x]}],mt:[{mt:[x]}],mr:[{mr:[x]}],mb:[{mb:[x]}],ml:[{ml:[x]}],"space-x":[{"space-x":[S]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[S]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",$e,t]}],"min-w":[{"min-w":[$e,t,"min","max","fit"]}],"max-w":[{"max-w":[$e,t,"none","full","min","max","fit","prose",{screen:[Wo]},Wo]}],h:[{h:[$e,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[$e,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[$e,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[$e,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Wo,Bo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Ap]}],"font-family":[{font:[Il]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",$e]}],"line-clamp":[{"line-clamp":["none",_a,Ap]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",mo,$e]}],"list-image":[{"list-image":["none",$e]}],"list-style-type":[{list:["none","disc","decimal",$e]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[g]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[g]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...Z(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",mo,Bo]}],"underline-offset":[{"underline-offset":["auto",mo,$e]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:I()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",$e]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",$e]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[g]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...V(),j4]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",P4]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},$4]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[y]}],"gradient-via-pos":[{via:[y]}],"gradient-to-pos":[{to:[y]}],"gradient-from":[{from:[h]}],"gradient-via":[{via:[h]}],"gradient-to":[{to:[h]}],rounded:[{rounded:[s]}],"rounded-s":[{"rounded-s":[s]}],"rounded-e":[{"rounded-e":[s]}],"rounded-t":[{"rounded-t":[s]}],"rounded-r":[{"rounded-r":[s]}],"rounded-b":[{"rounded-b":[s]}],"rounded-l":[{"rounded-l":[s]}],"rounded-ss":[{"rounded-ss":[s]}],"rounded-se":[{"rounded-se":[s]}],"rounded-ee":[{"rounded-ee":[s]}],"rounded-es":[{"rounded-es":[s]}],"rounded-tl":[{"rounded-tl":[s]}],"rounded-tr":[{"rounded-tr":[s]}],"rounded-br":[{"rounded-br":[s]}],"rounded-bl":[{"rounded-bl":[s]}],"border-w":[{border:[a]}],"border-w-x":[{"border-x":[a]}],"border-w-y":[{"border-y":[a]}],"border-w-s":[{"border-s":[a]}],"border-w-e":[{"border-e":[a]}],"border-w-t":[{"border-t":[a]}],"border-w-r":[{"border-r":[a]}],"border-w-b":[{"border-b":[a]}],"border-w-l":[{"border-l":[a]}],"border-opacity":[{"border-opacity":[g]}],"border-style":[{border:[...Z(),"hidden"]}],"divide-x":[{"divide-x":[a]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[a]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[g]}],"divide-style":[{divide:Z()}],"border-color":[{border:[o]}],"border-color-x":[{"border-x":[o]}],"border-color-y":[{"border-y":[o]}],"border-color-s":[{"border-s":[o]}],"border-color-e":[{"border-e":[o]}],"border-color-t":[{"border-t":[o]}],"border-color-r":[{"border-r":[o]}],"border-color-b":[{"border-b":[o]}],"border-color-l":[{"border-l":[o]}],"divide-color":[{divide:[o]}],"outline-style":[{outline:["",...Z()]}],"outline-offset":[{"outline-offset":[mo,$e]}],"outline-w":[{outline:[mo,Bo]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:F()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[g]}],"ring-offset-w":[{"ring-offset":[mo,Bo]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Wo,R4]}],"shadow-color":[{shadow:[Il]}],opacity:[{opacity:[g]}],"mix-blend":[{"mix-blend":[...K(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":K()}],filter:[{filter:["","none"]}],blur:[{blur:[n]}],brightness:[{brightness:[r]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",Wo,$e]}],grayscale:[{grayscale:[u]}],"hue-rotate":[{"hue-rotate":[d]}],invert:[{invert:[f]}],saturate:[{saturate:[w]}],sepia:[{sepia:[E]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[n]}],"backdrop-brightness":[{"backdrop-brightness":[r]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[u]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[d]}],"backdrop-invert":[{"backdrop-invert":[f]}],"backdrop-opacity":[{"backdrop-opacity":[g]}],"backdrop-saturate":[{"backdrop-saturate":[w]}],"backdrop-sepia":[{"backdrop-sepia":[E]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[i]}],"border-spacing-x":[{"border-spacing-x":[i]}],"border-spacing-y":[{"border-spacing-y":[i]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",$e]}],duration:[{duration:O()}],ease:[{ease:["linear","in","out","in-out",$e]}],delay:[{delay:O()}],animate:[{animate:["none","spin","ping","pulse","bounce",$e]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[k]}],"scale-x":[{"scale-x":[k]}],"scale-y":[{"scale-y":[k]}],rotate:[{rotate:[Rl,$e]}],"translate-x":[{"translate-x":[A]}],"translate-y":[{"translate-y":[A]}],"skew-x":[{"skew-x":[P]}],"skew-y":[{"skew-y":[P]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",$e]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",$e]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":I()}],"scroll-mx":[{"scroll-mx":I()}],"scroll-my":[{"scroll-my":I()}],"scroll-ms":[{"scroll-ms":I()}],"scroll-me":[{"scroll-me":I()}],"scroll-mt":[{"scroll-mt":I()}],"scroll-mr":[{"scroll-mr":I()}],"scroll-mb":[{"scroll-mb":I()}],"scroll-ml":[{"scroll-ml":I()}],"scroll-p":[{"scroll-p":I()}],"scroll-px":[{"scroll-px":I()}],"scroll-py":[{"scroll-py":I()}],"scroll-ps":[{"scroll-ps":I()}],"scroll-pe":[{"scroll-pe":I()}],"scroll-pt":[{"scroll-pt":I()}],"scroll-pr":[{"scroll-pr":I()}],"scroll-pb":[{"scroll-pb":I()}],"scroll-pl":[{"scroll-pl":I()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",$e]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[mo,Bo,Ap]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},D4=v4(M4);function Ee(...e){return D4(IE(e))}const z4=UM,WE=b.forwardRef(({className:e,...t},n)=>c.jsx(EE,{ref:n,className:Ee("fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]",e),...t}));WE.displayName=EE.displayName;const L4=yh("group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-md border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",{variants:{variant:{default:"border bg-background text-foreground",destructive:"destructive group border-destructive bg-destructive text-destructive-foreground"}},defaultVariants:{variant:"default"}}),KE=b.forwardRef(({className:e,variant:t,...n},r)=>c.jsx(NE,{ref:r,className:Ee(L4({variant:t}),e),...n}));KE.displayName=NE.displayName;const F4=b.forwardRef(({className:e,...t},n)=>c.jsx(TE,{ref:n,className:Ee("inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors hover:bg-secondary focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive",e),...t}));F4.displayName=TE.displayName;const ZE=b.forwardRef(({className:e,...t},n)=>c.jsx($E,{ref:n,className:Ee("absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity hover:text-foreground focus:opacity-100 focus:outline-none focus:ring-2 group-hover:opacity-100 group-[.destructive]:text-red-300 group-[.destructive]:hover:text-red-50 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",e),"toast-close":"",...t,children:c.jsx(xf,{className:"h-4 w-4"})}));ZE.displayName=$E.displayName;const QE=b.forwardRef(({className:e,...t},n)=>c.jsx(PE,{ref:n,className:Ee("text-sm font-semibold",e),...t}));QE.displayName=PE.displayName;const GE=b.forwardRef(({className:e,...t},n)=>c.jsx(jE,{ref:n,className:Ee("text-sm opacity-90",e),...t}));GE.displayName=jE.displayName;function U4(){const{toasts:e}=Zt();return c.jsxs(z4,{children:[e.map(function({id:t,title:n,description:r,action:o,...s}){return c.jsxs(KE,{...s,children:[c.jsxs("div",{className:"grid gap-1",children:[n&&c.jsx(QE,{children:n}),r&&c.jsx(GE,{children:r})]}),o,c.jsx(ZE,{})]},t)}),c.jsx(WE,{})]})}var q4=Hy[" useId ".trim().toString()]||(()=>{}),V4=0;function Po(e){const[t,n]=b.useState(q4());return rn(()=>{n(r=>r??String(V4++))},[e]),t?`radix-${t}`:""}const H4=["top","right","bottom","left"],Rs=Math.min,Bn=Math.max,wf=Math.round,Bu=Math.floor,io=e=>({x:e,y:e}),B4={left:"right",right:"left",bottom:"top",top:"bottom"},W4={start:"end",end:"start"};function Og(e,t,n){return Bn(e,Rs(t,n))}function Mo(e,t){return typeof e=="function"?e(t):e}function Do(e){return e.split("-")[0]}function hl(e){return e.split("-")[1]}function Zv(e){return e==="x"?"y":"x"}function Qv(e){return e==="y"?"height":"width"}const K4=new Set(["top","bottom"]);function to(e){return K4.has(Do(e))?"y":"x"}function Gv(e){return Zv(to(e))}function Z4(e,t,n){n===void 0&&(n=!1);const r=hl(e),o=Gv(e),s=Qv(o);let i=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(i=bf(i)),[i,bf(i)]}function Q4(e){const t=bf(e);return[Mg(e),t,Mg(t)]}function Mg(e){return e.replace(/start|end/g,t=>W4[t])}const Ub=["left","right"],qb=["right","left"],G4=["top","bottom"],J4=["bottom","top"];function Y4(e,t,n){switch(e){case"top":case"bottom":return n?t?qb:Ub:t?Ub:qb;case"left":case"right":return t?G4:J4;default:return[]}}function X4(e,t,n,r){const o=hl(e);let s=Y4(Do(e),n==="start",r);return o&&(s=s.map(i=>i+"-"+o),t&&(s=s.concat(s.map(Mg)))),s}function bf(e){return e.replace(/left|right|bottom|top/g,t=>B4[t])}function eD(e){return{top:0,right:0,bottom:0,left:0,...e}}function JE(e){return typeof e!="number"?eD(e):{top:e,right:e,bottom:e,left:e}}function kf(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function Vb(e,t,n){let{reference:r,floating:o}=e;const s=to(t),i=Gv(t),a=Qv(i),l=Do(t),u=s==="y",d=r.x+r.width/2-o.width/2,f=r.y+r.height/2-o.height/2,p=r[a]/2-o[a]/2;let h;switch(l){case"top":h={x:d,y:r.y-o.height};break;case"bottom":h={x:d,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:f};break;case"left":h={x:r.x-o.width,y:f};break;default:h={x:r.x,y:r.y}}switch(hl(t)){case"start":h[i]-=p*(n&&u?-1:1);break;case"end":h[i]+=p*(n&&u?-1:1);break}return h}const tD=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:i}=n,a=s.filter(Boolean),l=await(i.isRTL==null?void 0:i.isRTL(t));let u=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:d,y:f}=Vb(u,r,l),p=r,h={},y=0;for(let m=0;m<a.length;m++){const{name:x,fn:g}=a[m],{x:v,y:w,data:k,reset:E}=await g({x:d,y:f,initialPlacement:r,placement:p,strategy:o,middlewareData:h,rects:u,platform:i,elements:{reference:e,floating:t}});d=v??d,f=w??f,h={...h,[x]:{...h[x],...k}},E&&y<=50&&(y++,typeof E=="object"&&(E.placement&&(p=E.placement),E.rects&&(u=E.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:o}):E.rects),{x:d,y:f}=Vb(u,p,l)),m=-1)}return{x:d,y:f,placement:p,strategy:o,middlewareData:h}};async function Dc(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:s,rects:i,elements:a,strategy:l}=e,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:p=!1,padding:h=0}=Mo(t,e),y=JE(h),x=a[p?f==="floating"?"reference":"floating":f],g=kf(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(x)))==null||n?x:x.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(a.floating)),boundary:u,rootBoundary:d,strategy:l})),v=f==="floating"?{x:r,y:o,width:i.floating.width,height:i.floating.height}:i.reference,w=await(s.getOffsetParent==null?void 0:s.getOffsetParent(a.floating)),k=await(s.isElement==null?void 0:s.isElement(w))?await(s.getScale==null?void 0:s.getScale(w))||{x:1,y:1}:{x:1,y:1},E=kf(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:v,offsetParent:w,strategy:l}):v);return{top:(g.top-E.top+y.top)/k.y,bottom:(E.bottom-g.bottom+y.bottom)/k.y,left:(g.left-E.left+y.left)/k.x,right:(E.right-g.right+y.right)/k.x}}const nD=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:s,platform:i,elements:a,middlewareData:l}=t,{element:u,padding:d=0}=Mo(e,t)||{};if(u==null)return{};const f=JE(d),p={x:n,y:r},h=Gv(o),y=Qv(h),m=await i.getDimensions(u),x=h==="y",g=x?"top":"left",v=x?"bottom":"right",w=x?"clientHeight":"clientWidth",k=s.reference[y]+s.reference[h]-p[h]-s.floating[y],E=p[h]-s.reference[h],P=await(i.getOffsetParent==null?void 0:i.getOffsetParent(u));let S=P?P[w]:0;(!S||!await(i.isElement==null?void 0:i.isElement(P)))&&(S=a.floating[w]||s.floating[y]);const A=k/2-E/2,j=S/2-m[y]/2-1,R=Rs(f[g],j),T=Rs(f[v],j),I=R,F=S-m[y]-T,z=S/2-m[y]/2+A,V=Og(I,z,F),Z=!l.arrow&&hl(o)!=null&&z!==V&&s.reference[y]/2-(z<I?R:T)-m[y]/2<0,K=Z?z<I?z-I:z-F:0;return{[h]:p[h]+K,data:{[h]:V,centerOffset:z-V-K,...Z&&{alignmentOffset:K}},reset:Z}}}),rD=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:s,rects:i,initialPlacement:a,platform:l,elements:u}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:p,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:y="none",flipAlignment:m=!0,...x}=Mo(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const g=Do(o),v=to(a),w=Do(a)===a,k=await(l.isRTL==null?void 0:l.isRTL(u.floating)),E=p||(w||!m?[bf(a)]:Q4(a)),P=y!=="none";!p&&P&&E.push(...X4(a,m,y,k));const S=[a,...E],A=await Dc(t,x),j=[];let R=((r=s.flip)==null?void 0:r.overflows)||[];if(d&&j.push(A[g]),f){const z=Z4(o,i,k);j.push(A[z[0]],A[z[1]])}if(R=[...R,{placement:o,overflows:j}],!j.every(z=>z<=0)){var T,I;const z=(((T=s.flip)==null?void 0:T.index)||0)+1,V=S[z];if(V&&(!(f==="alignment"?v!==to(V):!1)||R.every(q=>to(q.placement)===v?q.overflows[0]>0:!0)))return{data:{index:z,overflows:R},reset:{placement:V}};let Z=(I=R.filter(K=>K.overflows[0]<=0).sort((K,q)=>K.overflows[1]-q.overflows[1])[0])==null?void 0:I.placement;if(!Z)switch(h){case"bestFit":{var F;const K=(F=R.filter(q=>{if(P){const H=to(q.placement);return H===v||H==="y"}return!0}).map(q=>[q.placement,q.overflows.filter(H=>H>0).reduce((H,N)=>H+N,0)]).sort((q,H)=>q[1]-H[1])[0])==null?void 0:F[0];K&&(Z=K);break}case"initialPlacement":Z=a;break}if(o!==Z)return{reset:{placement:Z}}}return{}}}};function Hb(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Bb(e){return H4.some(t=>e[t]>=0)}const oD=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:n}=t,{strategy:r="referenceHidden",...o}=Mo(e,t);switch(r){case"referenceHidden":{const s=await Dc(t,{...o,elementContext:"reference"}),i=Hb(s,n.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:Bb(i)}}}case"escaped":{const s=await Dc(t,{...o,altBoundary:!0}),i=Hb(s,n.floating);return{data:{escapedOffsets:i,escaped:Bb(i)}}}default:return{}}}}},YE=new Set(["left","top"]);async function sD(e,t){const{placement:n,platform:r,elements:o}=e,s=await(r.isRTL==null?void 0:r.isRTL(o.floating)),i=Do(n),a=hl(n),l=to(n)==="y",u=YE.has(i)?-1:1,d=s&&l?-1:1,f=Mo(t,e);let{mainAxis:p,crossAxis:h,alignmentAxis:y}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return a&&typeof y=="number"&&(h=a==="end"?y*-1:y),l?{x:h*d,y:p*u}:{x:p*u,y:h*d}}const iD=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:s,placement:i,middlewareData:a}=t,l=await sD(t,e);return i===((n=a.offset)==null?void 0:n.placement)&&(r=a.arrow)!=null&&r.alignmentOffset?{}:{x:o+l.x,y:s+l.y,data:{...l,placement:i}}}}},aD=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:a={fn:x=>{let{x:g,y:v}=x;return{x:g,y:v}}},...l}=Mo(e,t),u={x:n,y:r},d=await Dc(t,l),f=to(Do(o)),p=Zv(f);let h=u[p],y=u[f];if(s){const x=p==="y"?"top":"left",g=p==="y"?"bottom":"right",v=h+d[x],w=h-d[g];h=Og(v,h,w)}if(i){const x=f==="y"?"top":"left",g=f==="y"?"bottom":"right",v=y+d[x],w=y-d[g];y=Og(v,y,w)}const m=a.fn({...t,[p]:h,[f]:y});return{...m,data:{x:m.x-n,y:m.y-r,enabled:{[p]:s,[f]:i}}}}}},lD=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:s,middlewareData:i}=t,{offset:a=0,mainAxis:l=!0,crossAxis:u=!0}=Mo(e,t),d={x:n,y:r},f=to(o),p=Zv(f);let h=d[p],y=d[f];const m=Mo(a,t),x=typeof m=="number"?{mainAxis:m,crossAxis:0}:{mainAxis:0,crossAxis:0,...m};if(l){const w=p==="y"?"height":"width",k=s.reference[p]-s.floating[w]+x.mainAxis,E=s.reference[p]+s.reference[w]-x.mainAxis;h<k?h=k:h>E&&(h=E)}if(u){var g,v;const w=p==="y"?"width":"height",k=YE.has(Do(o)),E=s.reference[f]-s.floating[w]+(k&&((g=i.offset)==null?void 0:g[f])||0)+(k?0:x.crossAxis),P=s.reference[f]+s.reference[w]+(k?0:((v=i.offset)==null?void 0:v[f])||0)-(k?x.crossAxis:0);y<E?y=E:y>P&&(y=P)}return{[p]:h,[f]:y}}}},cD=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:s,platform:i,elements:a}=t,{apply:l=()=>{},...u}=Mo(e,t),d=await Dc(t,u),f=Do(o),p=hl(o),h=to(o)==="y",{width:y,height:m}=s.floating;let x,g;f==="top"||f==="bottom"?(x=f,g=p===(await(i.isRTL==null?void 0:i.isRTL(a.floating))?"start":"end")?"left":"right"):(g=f,x=p==="end"?"top":"bottom");const v=m-d.top-d.bottom,w=y-d.left-d.right,k=Rs(m-d[x],v),E=Rs(y-d[g],w),P=!t.middlewareData.shift;let S=k,A=E;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(A=w),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(S=v),P&&!p){const R=Bn(d.left,0),T=Bn(d.right,0),I=Bn(d.top,0),F=Bn(d.bottom,0);h?A=y-2*(R!==0||T!==0?R+T:Bn(d.left,d.right)):S=m-2*(I!==0||F!==0?I+F:Bn(d.top,d.bottom))}await l({...t,availableWidth:A,availableHeight:S});const j=await i.getDimensions(a.floating);return y!==j.width||m!==j.height?{reset:{rects:!0}}:{}}}};function wh(){return typeof window<"u"}function pl(e){return XE(e)?(e.nodeName||"").toLowerCase():"#document"}function Qn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function uo(e){var t;return(t=(XE(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function XE(e){return wh()?e instanceof Node||e instanceof Qn(e).Node:!1}function zr(e){return wh()?e instanceof Element||e instanceof Qn(e).Element:!1}function ao(e){return wh()?e instanceof HTMLElement||e instanceof Qn(e).HTMLElement:!1}function Wb(e){return!wh()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Qn(e).ShadowRoot}const uD=new Set(["inline","contents"]);function ou(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Lr(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!uD.has(o)}const dD=new Set(["table","td","th"]);function fD(e){return dD.has(pl(e))}const hD=[":popover-open",":modal"];function bh(e){return hD.some(t=>{try{return e.matches(t)}catch{return!1}})}const pD=["transform","translate","scale","rotate","perspective"],mD=["transform","translate","scale","rotate","perspective","filter"],gD=["paint","layout","strict","content"];function Jv(e){const t=Yv(),n=zr(e)?Lr(e):e;return pD.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||mD.some(r=>(n.willChange||"").includes(r))||gD.some(r=>(n.contain||"").includes(r))}function yD(e){let t=Is(e);for(;ao(t)&&!Ja(t);){if(Jv(t))return t;if(bh(t))return null;t=Is(t)}return null}function Yv(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const vD=new Set(["html","body","#document"]);function Ja(e){return vD.has(pl(e))}function Lr(e){return Qn(e).getComputedStyle(e)}function kh(e){return zr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Is(e){if(pl(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Wb(e)&&e.host||uo(e);return Wb(t)?t.host:t}function eN(e){const t=Is(e);return Ja(t)?e.ownerDocument?e.ownerDocument.body:e.body:ao(t)&&ou(t)?t:eN(t)}function zc(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=eN(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),i=Qn(o);if(s){const a=Dg(i);return t.concat(i,i.visualViewport||[],ou(o)?o:[],a&&n?zc(a):[])}return t.concat(o,zc(o,[],n))}function Dg(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function tN(e){const t=Lr(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=ao(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,a=wf(n)!==s||wf(r)!==i;return a&&(n=s,r=i),{width:n,height:r,$:a}}function Xv(e){return zr(e)?e:e.contextElement}function Sa(e){const t=Xv(e);if(!ao(t))return io(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=tN(t);let i=(s?wf(n.width):n.width)/r,a=(s?wf(n.height):n.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!a||!Number.isFinite(a))&&(a=1),{x:i,y:a}}const xD=io(0);function nN(e){const t=Qn(e);return!Yv()||!t.visualViewport?xD:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function wD(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Qn(e)?!1:t}function Pi(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=Xv(e);let i=io(1);t&&(r?zr(r)&&(i=Sa(r)):i=Sa(e));const a=wD(s,n,r)?nN(s):io(0);let l=(o.left+a.x)/i.x,u=(o.top+a.y)/i.y,d=o.width/i.x,f=o.height/i.y;if(s){const p=Qn(s),h=r&&zr(r)?Qn(r):r;let y=p,m=Dg(y);for(;m&&r&&h!==y;){const x=Sa(m),g=m.getBoundingClientRect(),v=Lr(m),w=g.left+(m.clientLeft+parseFloat(v.paddingLeft))*x.x,k=g.top+(m.clientTop+parseFloat(v.paddingTop))*x.y;l*=x.x,u*=x.y,d*=x.x,f*=x.y,l+=w,u+=k,y=Qn(m),m=Dg(y)}}return kf({width:d,height:f,x:l,y:u})}function _h(e,t){const n=kh(e).scrollLeft;return t?t.left+n:Pi(uo(e)).left+n}function rN(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-_h(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function bD(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const s=o==="fixed",i=uo(r),a=t?bh(t.floating):!1;if(r===i||a&&s)return n;let l={scrollLeft:0,scrollTop:0},u=io(1);const d=io(0),f=ao(r);if((f||!f&&!s)&&((pl(r)!=="body"||ou(i))&&(l=kh(r)),ao(r))){const h=Pi(r);u=Sa(r),d.x=h.x+r.clientLeft,d.y=h.y+r.clientTop}const p=i&&!f&&!s?rN(i,l):io(0);return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-l.scrollLeft*u.x+d.x+p.x,y:n.y*u.y-l.scrollTop*u.y+d.y+p.y}}function kD(e){return Array.from(e.getClientRects())}function _D(e){const t=uo(e),n=kh(e),r=e.ownerDocument.body,o=Bn(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=Bn(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let i=-n.scrollLeft+_h(e);const a=-n.scrollTop;return Lr(r).direction==="rtl"&&(i+=Bn(t.clientWidth,r.clientWidth)-o),{width:o,height:s,x:i,y:a}}const Kb=25;function SD(e,t){const n=Qn(e),r=uo(e),o=n.visualViewport;let s=r.clientWidth,i=r.clientHeight,a=0,l=0;if(o){s=o.width,i=o.height;const d=Yv();(!d||d&&t==="fixed")&&(a=o.offsetLeft,l=o.offsetTop)}const u=_h(r);if(u<=0){const d=r.ownerDocument,f=d.body,p=getComputedStyle(f),h=d.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,y=Math.abs(r.clientWidth-f.clientWidth-h);y<=Kb&&(s-=y)}else u<=Kb&&(s+=u);return{width:s,height:i,x:a,y:l}}const CD=new Set(["absolute","fixed"]);function ED(e,t){const n=Pi(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=ao(e)?Sa(e):io(1),i=e.clientWidth*s.x,a=e.clientHeight*s.y,l=o*s.x,u=r*s.y;return{width:i,height:a,x:l,y:u}}function Zb(e,t,n){let r;if(t==="viewport")r=SD(e,n);else if(t==="document")r=_D(uo(e));else if(zr(t))r=ED(t,n);else{const o=nN(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return kf(r)}function oN(e,t){const n=Is(e);return n===t||!zr(n)||Ja(n)?!1:Lr(n).position==="fixed"||oN(n,t)}function ND(e,t){const n=t.get(e);if(n)return n;let r=zc(e,[],!1).filter(a=>zr(a)&&pl(a)!=="body"),o=null;const s=Lr(e).position==="fixed";let i=s?Is(e):e;for(;zr(i)&&!Ja(i);){const a=Lr(i),l=Jv(i);!l&&a.position==="fixed"&&(o=null),(s?!l&&!o:!l&&a.position==="static"&&!!o&&CD.has(o.position)||ou(i)&&!l&&oN(e,i))?r=r.filter(d=>d!==i):o=a,i=Is(i)}return t.set(e,r),r}function PD(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const i=[...n==="clippingAncestors"?bh(t)?[]:ND(t,this._c):[].concat(n),r],a=i[0],l=i.reduce((u,d)=>{const f=Zb(t,d,o);return u.top=Bn(f.top,u.top),u.right=Rs(f.right,u.right),u.bottom=Rs(f.bottom,u.bottom),u.left=Bn(f.left,u.left),u},Zb(t,a,o));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function jD(e){const{width:t,height:n}=tN(e);return{width:t,height:n}}function TD(e,t,n){const r=ao(t),o=uo(t),s=n==="fixed",i=Pi(e,!0,s,t);let a={scrollLeft:0,scrollTop:0};const l=io(0);function u(){l.x=_h(o)}if(r||!r&&!s)if((pl(t)!=="body"||ou(o))&&(a=kh(t)),r){const h=Pi(t,!0,s,t);l.x=h.x+t.clientLeft,l.y=h.y+t.clientTop}else o&&u();s&&!r&&o&&u();const d=o&&!r&&!s?rN(o,a):io(0),f=i.left+a.scrollLeft-l.x-d.x,p=i.top+a.scrollTop-l.y-d.y;return{x:f,y:p,width:i.width,height:i.height}}function Op(e){return Lr(e).position==="static"}function Qb(e,t){if(!ao(e)||Lr(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return uo(e)===n&&(n=n.ownerDocument.body),n}function sN(e,t){const n=Qn(e);if(bh(e))return n;if(!ao(e)){let o=Is(e);for(;o&&!Ja(o);){if(zr(o)&&!Op(o))return o;o=Is(o)}return n}let r=Qb(e,t);for(;r&&fD(r)&&Op(r);)r=Qb(r,t);return r&&Ja(r)&&Op(r)&&!Jv(r)?n:r||yD(e)||n}const $D=async function(e){const t=this.getOffsetParent||sN,n=this.getDimensions,r=await n(e.floating);return{reference:TD(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function RD(e){return Lr(e).direction==="rtl"}const ID={convertOffsetParentRelativeRectToViewportRelativeRect:bD,getDocumentElement:uo,getClippingRect:PD,getOffsetParent:sN,getElementRects:$D,getClientRects:kD,getDimensions:jD,getScale:Sa,isElement:zr,isRTL:RD};function iN(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function AD(e,t){let n=null,r;const o=uo(e);function s(){var a;clearTimeout(r),(a=n)==null||a.disconnect(),n=null}function i(a,l){a===void 0&&(a=!1),l===void 0&&(l=1),s();const u=e.getBoundingClientRect(),{left:d,top:f,width:p,height:h}=u;if(a||t(),!p||!h)return;const y=Bu(f),m=Bu(o.clientWidth-(d+p)),x=Bu(o.clientHeight-(f+h)),g=Bu(d),w={rootMargin:-y+"px "+-m+"px "+-x+"px "+-g+"px",threshold:Bn(0,Rs(1,l))||1};let k=!0;function E(P){const S=P[0].intersectionRatio;if(S!==l){if(!k)return i();S?i(!1,S):r=setTimeout(()=>{i(!1,1e-7)},1e3)}S===1&&!iN(u,e.getBoundingClientRect())&&i(),k=!1}try{n=new IntersectionObserver(E,{...w,root:o.ownerDocument})}catch{n=new IntersectionObserver(E,w)}n.observe(e)}return i(!0),s}function OD(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,u=Xv(e),d=o||s?[...u?zc(u):[],...zc(t)]:[];d.forEach(g=>{o&&g.addEventListener("scroll",n,{passive:!0}),s&&g.addEventListener("resize",n)});const f=u&&a?AD(u,n):null;let p=-1,h=null;i&&(h=new ResizeObserver(g=>{let[v]=g;v&&v.target===u&&h&&(h.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var w;(w=h)==null||w.observe(t)})),n()}),u&&!l&&h.observe(u),h.observe(t));let y,m=l?Pi(e):null;l&&x();function x(){const g=Pi(e);m&&!iN(m,g)&&n(),m=g,y=requestAnimationFrame(x)}return n(),()=>{var g;d.forEach(v=>{o&&v.removeEventListener("scroll",n),s&&v.removeEventListener("resize",n)}),f==null||f(),(g=h)==null||g.disconnect(),h=null,l&&cancelAnimationFrame(y)}}const MD=iD,DD=aD,zD=rD,LD=cD,FD=oD,Gb=nD,UD=lD,qD=(e,t,n)=>{const r=new Map,o={platform:ID,...n},s={...o.platform,_c:r};return tD(e,t,{...o,platform:s})};var VD=typeof document<"u",HD=function(){},Nd=VD?b.useLayoutEffect:HD;function _f(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!_f(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const s=o[r];if(!(s==="_owner"&&e.$$typeof)&&!_f(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function aN(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Jb(e,t){const n=aN(e);return Math.round(t*n)/n}function Mp(e){const t=b.useRef(e);return Nd(()=>{t.current=e}),t}function BD(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:s,floating:i}={},transform:a=!0,whileElementsMounted:l,open:u}=e,[d,f]=b.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,h]=b.useState(r);_f(p,r)||h(r);const[y,m]=b.useState(null),[x,g]=b.useState(null),v=b.useCallback(q=>{q!==P.current&&(P.current=q,m(q))},[]),w=b.useCallback(q=>{q!==S.current&&(S.current=q,g(q))},[]),k=s||y,E=i||x,P=b.useRef(null),S=b.useRef(null),A=b.useRef(d),j=l!=null,R=Mp(l),T=Mp(o),I=Mp(u),F=b.useCallback(()=>{if(!P.current||!S.current)return;const q={placement:t,strategy:n,middleware:p};T.current&&(q.platform=T.current),qD(P.current,S.current,q).then(H=>{const N={...H,isPositioned:I.current!==!1};z.current&&!_f(A.current,N)&&(A.current=N,Di.flushSync(()=>{f(N)}))})},[p,t,n,T,I]);Nd(()=>{u===!1&&A.current.isPositioned&&(A.current.isPositioned=!1,f(q=>({...q,isPositioned:!1})))},[u]);const z=b.useRef(!1);Nd(()=>(z.current=!0,()=>{z.current=!1}),[]),Nd(()=>{if(k&&(P.current=k),E&&(S.current=E),k&&E){if(R.current)return R.current(k,E,F);F()}},[k,E,F,R,j]);const V=b.useMemo(()=>({reference:P,floating:S,setReference:v,setFloating:w}),[v,w]),Z=b.useMemo(()=>({reference:k,floating:E}),[k,E]),K=b.useMemo(()=>{const q={position:n,left:0,top:0};if(!Z.floating)return q;const H=Jb(Z.floating,d.x),N=Jb(Z.floating,d.y);return a?{...q,transform:"translate("+H+"px, "+N+"px)",...aN(Z.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:H,top:N}},[n,a,Z.floating,d.x,d.y]);return b.useMemo(()=>({...d,update:F,refs:V,elements:Z,floatingStyles:K}),[d,F,V,Z,K])}const WD=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:o}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?Gb({element:r.current,padding:o}).fn(n):{}:r?Gb({element:r,padding:o}).fn(n):{}}}},KD=(e,t)=>({...MD(e),options:[e,t]}),ZD=(e,t)=>({...DD(e),options:[e,t]}),QD=(e,t)=>({...UD(e),options:[e,t]}),GD=(e,t)=>({...zD(e),options:[e,t]}),JD=(e,t)=>({...LD(e),options:[e,t]}),YD=(e,t)=>({...FD(e),options:[e,t]}),XD=(e,t)=>({...WD(e),options:[e,t]});var ez="Arrow",lN=b.forwardRef((e,t)=>{const{children:n,width:r=10,height:o=5,...s}=e;return c.jsx(Pe.svg,{...s,ref:t,width:r,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?n:c.jsx("polygon",{points:"0,0 30,0 15,10"})})});lN.displayName=ez;var tz=lN;function cN(e){const[t,n]=b.useState(void 0);return rn(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const s=o[0];let i,a;if("borderBoxSize"in s){const l=s.borderBoxSize,u=Array.isArray(l)?l[0]:l;i=u.inlineSize,a=u.blockSize}else i=e.offsetWidth,a=e.offsetHeight;n({width:i,height:a})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}var e0="Popper",[uN,ml]=lo(e0),[nz,dN]=uN(e0),fN=e=>{const{__scopePopper:t,children:n}=e,[r,o]=b.useState(null);return c.jsx(nz,{scope:t,anchor:r,onAnchorChange:o,children:n})};fN.displayName=e0;var hN="PopperAnchor",pN=b.forwardRef((e,t)=>{const{__scopePopper:n,virtualRef:r,...o}=e,s=dN(hN,n),i=b.useRef(null),a=Je(t,i),l=b.useRef(null);return b.useEffect(()=>{const u=l.current;l.current=(r==null?void 0:r.current)||i.current,u!==l.current&&s.onAnchorChange(l.current)}),r?null:c.jsx(Pe.div,{...o,ref:a})});pN.displayName=hN;var t0="PopperContent",[rz,oz]=uN(t0),mN=b.forwardRef((e,t)=>{var B,Q,ue,oe,fe,be;const{__scopePopper:n,side:r="bottom",sideOffset:o=0,align:s="center",alignOffset:i=0,arrowPadding:a=0,avoidCollisions:l=!0,collisionBoundary:u=[],collisionPadding:d=0,sticky:f="partial",hideWhenDetached:p=!1,updatePositionStrategy:h="optimized",onPlaced:y,...m}=e,x=dN(t0,n),[g,v]=b.useState(null),w=Je(t,ot=>v(ot)),[k,E]=b.useState(null),P=cN(k),S=(P==null?void 0:P.width)??0,A=(P==null?void 0:P.height)??0,j=r+(s!=="center"?"-"+s:""),R=typeof d=="number"?d:{top:0,right:0,bottom:0,left:0,...d},T=Array.isArray(u)?u:[u],I=T.length>0,F={padding:R,boundary:T.filter(iz),altBoundary:I},{refs:z,floatingStyles:V,placement:Z,isPositioned:K,middlewareData:q}=BD({strategy:"fixed",placement:j,whileElementsMounted:(...ot)=>OD(...ot,{animationFrame:h==="always"}),elements:{reference:x.anchor},middleware:[KD({mainAxis:o+A,alignmentAxis:i}),l&&ZD({mainAxis:!0,crossAxis:!1,limiter:f==="partial"?QD():void 0,...F}),l&&GD({...F}),JD({...F,apply:({elements:ot,rects:et,availableWidth:te,availableHeight:pe})=>{const{width:ne,height:Ve}=et.reference,se=ot.floating.style;se.setProperty("--radix-popper-available-width",`${te}px`),se.setProperty("--radix-popper-available-height",`${pe}px`),se.setProperty("--radix-popper-anchor-width",`${ne}px`),se.setProperty("--radix-popper-anchor-height",`${Ve}px`)}}),k&&XD({element:k,padding:a}),az({arrowWidth:S,arrowHeight:A}),p&&YD({strategy:"referenceHidden",...F})]}),[H,N]=vN(Z),O=mr(y);rn(()=>{K&&(O==null||O())},[K,O]);const U=(B=q.arrow)==null?void 0:B.x,_=(Q=q.arrow)==null?void 0:Q.y,C=((ue=q.arrow)==null?void 0:ue.centerOffset)!==0,[$,M]=b.useState();return rn(()=>{g&&M(window.getComputedStyle(g).zIndex)},[g]),c.jsx("div",{ref:z.setFloating,"data-radix-popper-content-wrapper":"",style:{...V,transform:K?V.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:$,"--radix-popper-transform-origin":[(oe=q.transformOrigin)==null?void 0:oe.x,(fe=q.transformOrigin)==null?void 0:fe.y].join(" "),...((be=q.hide)==null?void 0:be.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:c.jsx(rz,{scope:n,placedSide:H,onArrowChange:E,arrowX:U,arrowY:_,shouldHideArrow:C,children:c.jsx(Pe.div,{"data-side":H,"data-align":N,...m,ref:w,style:{...m.style,animation:K?void 0:"none"}})})})});mN.displayName=t0;var gN="PopperArrow",sz={top:"bottom",right:"left",bottom:"top",left:"right"},yN=b.forwardRef(function(t,n){const{__scopePopper:r,...o}=t,s=oz(gN,r),i=sz[s.placedSide];return c.jsx("span",{ref:s.onArrowChange,style:{position:"absolute",left:s.arrowX,top:s.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[s.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[s.placedSide],visibility:s.shouldHideArrow?"hidden":void 0},children:c.jsx(tz,{...o,ref:n,style:{...o.style,display:"block"}})})});yN.displayName=gN;function iz(e){return e!==null}var az=e=>({name:"transformOrigin",options:e,fn(t){var x,g,v;const{placement:n,rects:r,middlewareData:o}=t,i=((x=o.arrow)==null?void 0:x.centerOffset)!==0,a=i?0:e.arrowWidth,l=i?0:e.arrowHeight,[u,d]=vN(n),f={start:"0%",center:"50%",end:"100%"}[d],p=(((g=o.arrow)==null?void 0:g.x)??0)+a/2,h=(((v=o.arrow)==null?void 0:v.y)??0)+l/2;let y="",m="";return u==="bottom"?(y=i?f:`${p}px`,m=`${-l}px`):u==="top"?(y=i?f:`${p}px`,m=`${r.floating.height+l}px`):u==="right"?(y=`${-l}px`,m=i?f:`${h}px`):u==="left"&&(y=`${r.floating.width+l}px`,m=i?f:`${h}px`),{data:{x:y,y:m}}}});function vN(e){const[t,n="center"]=e.split("-");return[t,n]}var xN=fN,Sh=pN,n0=mN,r0=yN,[Ch,Dee]=lo("Tooltip",[ml]),o0=ml(),wN="TooltipProvider",lz=700,Yb="tooltip.open",[cz,bN]=Ch(wN),kN=e=>{const{__scopeTooltip:t,delayDuration:n=lz,skipDelayDuration:r=300,disableHoverableContent:o=!1,children:s}=e,i=b.useRef(!0),a=b.useRef(!1),l=b.useRef(0);return b.useEffect(()=>{const u=l.current;return()=>window.clearTimeout(u)},[]),c.jsx(cz,{scope:t,isOpenDelayedRef:i,delayDuration:n,onOpen:b.useCallback(()=>{window.clearTimeout(l.current),i.current=!1},[]),onClose:b.useCallback(()=>{window.clearTimeout(l.current),l.current=window.setTimeout(()=>i.current=!0,r)},[r]),isPointerInTransitRef:a,onPointerInTransitChange:b.useCallback(u=>{a.current=u},[]),disableHoverableContent:o,children:s})};kN.displayName=wN;var _N="Tooltip",[zee,Eh]=Ch(_N),zg="TooltipTrigger",uz=b.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=Eh(zg,n),s=bN(zg,n),i=o0(n),a=b.useRef(null),l=Je(t,a,o.onTriggerChange),u=b.useRef(!1),d=b.useRef(!1),f=b.useCallback(()=>u.current=!1,[]);return b.useEffect(()=>()=>document.removeEventListener("pointerup",f),[f]),c.jsx(Sh,{asChild:!0,...i,children:c.jsx(Pe.button,{"aria-describedby":o.open?o.contentId:void 0,"data-state":o.stateAttribute,...r,ref:l,onPointerMove:xe(e.onPointerMove,p=>{p.pointerType!=="touch"&&!d.current&&!s.isPointerInTransitRef.current&&(o.onTriggerEnter(),d.current=!0)}),onPointerLeave:xe(e.onPointerLeave,()=>{o.onTriggerLeave(),d.current=!1}),onPointerDown:xe(e.onPointerDown,()=>{o.open&&o.onClose(),u.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:xe(e.onFocus,()=>{u.current||o.onOpen()}),onBlur:xe(e.onBlur,o.onClose),onClick:xe(e.onClick,o.onClose)})})});uz.displayName=zg;var dz="TooltipPortal",[Lee,fz]=Ch(dz,{forceMount:void 0}),Ya="TooltipContent",SN=b.forwardRef((e,t)=>{const n=fz(Ya,e.__scopeTooltip),{forceMount:r=n.forceMount,side:o="top",...s}=e,i=Eh(Ya,e.__scopeTooltip);return c.jsx(co,{present:r||i.open,children:i.disableHoverableContent?c.jsx(CN,{side:o,...s,ref:t}):c.jsx(hz,{side:o,...s,ref:t})})}),hz=b.forwardRef((e,t)=>{const n=Eh(Ya,e.__scopeTooltip),r=bN(Ya,e.__scopeTooltip),o=b.useRef(null),s=Je(t,o),[i,a]=b.useState(null),{trigger:l,onClose:u}=n,d=o.current,{onPointerInTransitChange:f}=r,p=b.useCallback(()=>{a(null),f(!1)},[f]),h=b.useCallback((y,m)=>{const x=y.currentTarget,g={x:y.clientX,y:y.clientY},v=vz(g,x.getBoundingClientRect()),w=xz(g,v),k=wz(m.getBoundingClientRect()),E=kz([...w,...k]);a(E),f(!0)},[f]);return b.useEffect(()=>()=>p(),[p]),b.useEffect(()=>{if(l&&d){const y=x=>h(x,d),m=x=>h(x,l);return l.addEventListener("pointerleave",y),d.addEventListener("pointerleave",m),()=>{l.removeEventListener("pointerleave",y),d.removeEventListener("pointerleave",m)}}},[l,d,h,p]),b.useEffect(()=>{if(i){const y=m=>{const x=m.target,g={x:m.clientX,y:m.clientY},v=(l==null?void 0:l.contains(x))||(d==null?void 0:d.contains(x)),w=!bz(g,i);v?p():w&&(p(),u())};return document.addEventListener("pointermove",y),()=>document.removeEventListener("pointermove",y)}},[l,d,i,u,p]),c.jsx(CN,{...e,ref:s})}),[pz,mz]=Ch(_N,{isInside:!1}),gz=tM("TooltipContent"),CN=b.forwardRef((e,t)=>{const{__scopeTooltip:n,children:r,"aria-label":o,onEscapeKeyDown:s,onPointerDownOutside:i,...a}=e,l=Eh(Ya,n),u=o0(n),{onClose:d}=l;return b.useEffect(()=>(document.addEventListener(Yb,d),()=>document.removeEventListener(Yb,d)),[d]),b.useEffect(()=>{if(l.trigger){const f=p=>{const h=p.target;h!=null&&h.contains(l.trigger)&&d()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[l.trigger,d]),c.jsx(dl,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:f=>f.preventDefault(),onDismiss:d,children:c.jsxs(n0,{"data-state":l.stateAttribute,...u,...a,ref:t,style:{...a.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[c.jsx(gz,{children:r}),c.jsx(pz,{scope:n,isInside:!0,children:c.jsx(_M,{id:l.contentId,role:"tooltip",children:o||r})})]})})});SN.displayName=Ya;var EN="TooltipArrow",yz=b.forwardRef((e,t)=>{const{__scopeTooltip:n,...r}=e,o=o0(n);return mz(EN,n).isInside?null:c.jsx(r0,{...o,...r,ref:t})});yz.displayName=EN;function vz(e,t){const n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),o=Math.abs(t.right-e.x),s=Math.abs(t.left-e.x);switch(Math.min(n,r,o,s)){case s:return"left";case o:return"right";case n:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function xz(e,t,n=5){const r=[];switch(t){case"top":r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case"bottom":r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case"left":r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case"right":r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function wz(e){const{top:t,right:n,bottom:r,left:o}=e;return[{x:o,y:t},{x:n,y:t},{x:n,y:r},{x:o,y:r}]}function bz(e,t){const{x:n,y:r}=e;let o=!1;for(let s=0,i=t.length-1;s<t.length;i=s++){const a=t[s],l=t[i],u=a.x,d=a.y,f=l.x,p=l.y;d>r!=p>r&&n<(f-u)*(r-d)/(p-d)+u&&(o=!o)}return o}function kz(e){const t=e.slice();return t.sort((n,r)=>n.x<r.x?-1:n.x>r.x?1:n.y<r.y?-1:n.y>r.y?1:0),_z(t)}function _z(e){if(e.length<=1)return e.slice();const t=[];for(let r=0;r<e.length;r++){const o=e[r];for(;t.length>=2;){const s=t[t.length-1],i=t[t.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))t.pop();else break}t.push(o)}t.pop();const n=[];for(let r=e.length-1;r>=0;r--){const o=e[r];for(;n.length>=2;){const s=n[n.length-1],i=n[n.length-2];if((s.x-i.x)*(o.y-i.y)>=(s.y-i.y)*(o.x-i.x))n.pop();else break}n.push(o)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var Sz=kN,NN=SN;const Cz=Sz,Ez=b.forwardRef(({className:e,sideOffset:t=4,...n},r)=>c.jsx(NN,{ref:r,sideOffset:t,className:Ee("z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-tooltip-content-transform-origin]",e),...n}));Ez.displayName=NN.displayName;const Nz={total:0,byKind:{oauth_required:0,oauth_expired:0,service_unhealthy:0,credential_missing_secret:0,playbook_missing_deps:0},serviceWarnings:new Map,credentialWarnings:new Map,playbookWarnings:new Map};function Pz(e){return e?{total:e.total,byKind:e.byKind,serviceWarnings:new Map(Object.entries(e.services)),credentialWarnings:new Map(Object.entries(e.credentials)),playbookWarnings:new Map(Object.entries(e.playbooks))}:Nz}const wn="#92E4DD",Rn="#F9386D",Cr="#FFFFFF",Jr="bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900";function Hr(e){return wn}function Yr(e){return{borderColor:e,color:e,boxShadow:`0 0 20px ${e}20`}}const jz=yh("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-10 px-4 py-2",sm:"h-9 rounded-md px-3",lg:"h-11 rounded-md px-8",icon:"h-10 w-10"}},defaultVariants:{variant:"default",size:"default"}}),ae=b.forwardRef(({className:e,variant:t,size:n,asChild:r=!1,...o},s)=>{const i=r?XO:"button";return c.jsx(i,{className:Ee(jz({variant:t,size:n,className:e})),ref:s,...o})});ae.displayName="Button";function Ca({warnings:e}){if(!(e!=null&&e.length))return null;const t=e.find(r=>r.severity==="error")??e[0],n=t.severity==="error";return c.jsxs("div",{className:`absolute left-1/2 -translate-x-1/2 top-8 z-20 flex items-center gap-1 rounded-full px-1.5 py-0.5 text-[7px] font-semibold uppercase tracking-wide shadow-lg ${n?"bg-red-500/90 text-white border border-red-300/60":"bg-amber-500/90 text-black border border-amber-200/60"}`,title:e.map(r=>r.message).join(" · "),"data-testid":"card-warning-badge",children:[c.jsx(Tr,{className:"h-2.5 w-2.5 shrink-0"}),c.jsx("span",{className:"max-w-[72px] truncate",children:t.message})]})}const Xb="data:image/svg+xml,%3csvg%20id='eSEM9z84vJh1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20300%20300'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20project-id='c9405aa1bbb44eb388e44d7178ee1932'%20export-id='327eb6bfd5a543cb88b86ffe07ce0c92'%20cached='false'%3e%3crect%20width='63.894524'%20height='34.989858'%20rx='0'%20ry='0'%20transform='translate(71.928217%20125.25355)'%20stroke-width='0'/%3e%3crect%20width='63.894524'%20height='34.989858'%20rx='0'%20ry='0'%20transform='matrix(2.570356%200%200%202.449277%2067.884163%2017.275854)'%20stroke-width='0'/%3e%3crect%20width='63.894524'%20height='34.989858'%20rx='0'%20ry='0'%20transform='translate(163.184592%20125.25355)'%20stroke-width='0'/%3e%3crect%20width='63.894524'%20height='34.989858'%20rx='0'%20ry='0'%20transform='matrix(3.42849%200%200%200.403818%2040.469132%20102.975708)'%20stroke-width='0'/%3e%3cpolygon%20points='0,-42.01893%2030.924539,20.531677%2024.698107,33.994028%20-24.698107,33.994028%20-33.20748,20.12246%200,-42.01893'%20transform='matrix(-.687913%200.002106-.00101-.33%20149.995947%20212.592699)'%20stroke-width='0'/%3e%3cpolygon%20points='0,-42.01893%2036.327051,-24.945112%2016.852287,34.058016%20-19.029679,34.002758%20-36.534138,-25.057317%200,-42.01893'%20transform='matrix(-.466366%200.001428-.002837-.926983%20149.84238%20249.643929)'%20stroke-width='0'/%3e%3c/svg%3e";function Tz(e){return e.iconUrl?e.iconUrl:null}function PN({service:e}){const t=Hr(),n=Tz(e),[r,o]=b.useState(!1);return n&&!r?c.jsx("img",{src:n,alt:"",className:"w-7 h-7 object-contain rounded-sm",draggable:!1,onError:()=>o(!0)}):c.jsx("div",{style:{width:28,height:28,backgroundColor:t,WebkitMask:`url(${Xb}) no-repeat center / contain`,mask:`url(${Xb}) no-repeat center / contain`},"aria-hidden":!0})}function s0(e){return e?"ring-2 ring-inset ring-yellow-400/90 shadow-[0_0_10px_rgba(250,204,21,0.2)]":""}function i0(){return c.jsx("span",{className:"absolute top-1.5 left-1/2 z-20 -translate-x-1/2 rounded bg-yellow-500 px-1 py-px text-[7px] font-bold uppercase tracking-wide text-black shadow",children:"In deck"})}function $z({service:e,onDragStart:t,onDragEnd:n,isInActiveDeck:r,onCardClick:o,isInCollection:s=!1,onMouseEnter:i,onMouseLeave:a,activeDeck:l,warnings:u}){const d=on(),{toast:f}=Zt(),p=Hr(),h=vt({mutationFn:async()=>{if(!l)throw new Error("No active deck found");return Se("POST",`/api/decks/${l.id}/services`,{serviceId:e.id,position:0})},onSuccess:()=>{d.invalidateQueries({queryKey:["/api/decks"]}),f({title:"Service added to deck",description:`${e.name} has been added to your active deck.`})},onError:g=>{f({title:"Failed to add service",description:g.message,variant:"destructive"})}}),y=vt({mutationFn:async()=>Se("DELETE",`/api/services/${e.id}`,{}),onSuccess:()=>{d.invalidateQueries({queryKey:["/api/services"]}),d.invalidateQueries({queryKey:["/api/collection/warnings"]}),d.invalidateQueries({queryKey:["/api/decks"]}),f({title:"Service deleted",description:`${e.name} has been deleted successfully.`})},onError:g=>{f({title:"Failed to delete service",description:g.message,variant:"destructive"})}}),m=g=>{g.stopPropagation(),h.mutate()},x=g=>{g.stopPropagation(),window.confirm(`Are you sure you want to delete ${e.name}? This action cannot be undone.`)&&y.mutate()};return c.jsx("div",{className:"relative group cursor-pointer",draggable:!r,onDragStart:g=>t(g,e),onDragEnd:n,onClick:()=>o==null?void 0:o(e),"data-testid":`card-${e.id}`,onMouseEnter:i,onMouseLeave:a,children:c.jsxs("div",{className:`
|
|
259
|
+
w-32 h-48 aspect-[2/3] rounded-lg border-2 p-3
|
|
260
|
+
transform transition-all duration-300 shadow-lg hover:shadow-2xl
|
|
261
|
+
bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900
|
|
262
|
+
relative overflow-hidden
|
|
263
|
+
${s0(r)}
|
|
264
|
+
${s?"hover:scale-110 hover:rotate-0":"hover:scale-105"}
|
|
265
|
+
`,style:{borderColor:p,boxShadow:`0 0 20px ${p}20`},children:[c.jsx(Ca,{warnings:u}),r&&c.jsx(i0,{}),c.jsx("div",{className:"absolute top-1 left-1 text-xs font-bold",children:c.jsx("div",{className:"leading-none",style:{color:p},children:e.type==="mcp"?"RM":e.type==="local-mcp"?"LM":"A"})}),c.jsx("div",{className:"absolute bottom-1 right-1 text-xs font-bold rotate-180",children:c.jsx("div",{className:"leading-none",style:{color:p},children:e.type==="mcp"?"RM":e.type==="local-mcp"?"LM":"A"})}),c.jsx("div",{className:"absolute top-1 right-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 z-10",children:c.jsx(ae,{size:"sm",variant:"destructive",className:"h-5 w-5 p-0 bg-red-500/80 hover:bg-red-500 border-red-400",onClick:x,title:`Delete ${e.name}`,children:c.jsx(xh,{className:"w-3 h-3"})})}),c.jsxs("div",{className:"absolute inset-x-2 top-6 bottom-8 flex flex-col items-center justify-center text-center",children:[c.jsx("div",{className:"mb-2",style:{color:p},children:c.jsx(PN,{service:e})}),c.jsx("h3",{className:"font-bold text-xs mb-1 line-clamp-2","data-testid":`text-service-name-${e.id}`,style:{color:p},children:e.name}),c.jsx("div",{className:"text-[8px] px-1 py-0.5 rounded border opacity-70",style:{color:p,borderColor:p},children:e.type==="mcp"?"Remote MCP":e.type==="local-mcp"?"Local MCP":"A2A"})]}),c.jsx("div",{className:"absolute bottom-6 inset-x-1",children:c.jsx(ae,{size:"sm",className:"w-full text-[8px] px-1 py-1 h-5 bg-black/20 hover:bg-black/40 border",style:{color:p,borderColor:p},onClick:m,disabled:r||h.isPending,"data-testid":`button-add-to-deck-${e.id}`,children:r?"IN DECK":"ADD"})}),c.jsx("div",{className:"absolute inset-0 rounded-lg bg-gradient-to-br from-transparent via-white/5 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 pointer-events-none"})]})})}const Rz=b.memo($z);function Iz(e){return e.iconUrl?e.iconUrl:null}function jN({credential:e,color:t}){const n=Iz(e);return n?c.jsx("img",{src:n,alt:"",className:"h-7 w-7 object-contain rounded-sm",draggable:!1}):c.jsx(Ig,{className:"h-7 w-7",strokeWidth:2.25,style:{color:t}})}function Az({credential:e,isInActiveDeck:t,activeDeck:n,isInCollection:r=!0,onDragStart:o,onDragEnd:s,onMouseEnter:i,onMouseLeave:a,onCardClick:l,warnings:u}){const d=on(),{toast:f}=Zt(),p=Rn,h=vt({mutationFn:async()=>{if(!n)throw new Error("No active deck found");return Se("POST",`/api/decks/${n.id}/credentials`,{credentialId:e.id})},onSuccess:()=>{d.invalidateQueries({queryKey:["/api/decks"]}),d.invalidateQueries({queryKey:["/api/decks"]}),f({title:"Added to deck",description:`${e.label} is in your active deck.`})},onError:m=>{f({title:"Failed to add to deck",description:m.message,variant:"destructive"})}}),y=vt({mutationFn:async()=>Se("DELETE",`/api/credentials/${e.id}`),onSuccess:()=>{d.invalidateQueries({queryKey:["/api/credentials/vault"]}),d.invalidateQueries({queryKey:["/api/decks"]}),d.invalidateQueries({queryKey:["/api/decks"]}),f({title:"API key removed",description:`${e.label} was deleted from your vault.`})},onError:m=>{f({title:"Failed to remove API key",description:m.message,variant:"destructive"})}});return c.jsx("div",{className:"relative group cursor-pointer",draggable:!t&&!!o,onDragStart:o?m=>o(m,e):void 0,onDragEnd:s,onClick:()=>l==null?void 0:l(e),"data-testid":`card-${e.id}`,onMouseEnter:i,onMouseLeave:a,children:c.jsxs("div",{className:`
|
|
266
|
+
w-32 h-48 aspect-[2/3] rounded-lg border-2 p-3
|
|
267
|
+
transform transition-all duration-300 shadow-lg hover:shadow-2xl
|
|
268
|
+
bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900
|
|
269
|
+
relative overflow-hidden
|
|
270
|
+
${s0(t)}
|
|
271
|
+
${r?"hover:scale-110 hover:rotate-0":"hover:scale-105"}
|
|
272
|
+
`,style:{borderColor:p,boxShadow:`0 0 20px ${p}20`},children:[c.jsx(Ca,{warnings:u}),t&&c.jsx(i0,{}),c.jsx("div",{className:"absolute top-1 left-1 text-xs font-bold",children:c.jsx("div",{className:"leading-none",style:{color:p},children:"AK"})}),c.jsx("div",{className:"absolute bottom-1 right-1 text-xs font-bold rotate-180",children:c.jsx("div",{className:"leading-none",style:{color:p},children:"AK"})}),c.jsx("div",{className:"absolute top-1 right-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 z-10",children:c.jsx(ae,{size:"sm",variant:"destructive",className:"h-5 w-5 p-0 bg-red-500/80 hover:bg-red-500 border-red-400",onClick:m=>{m.stopPropagation(),window.confirm(`Remove ${e.label} from your vault?`)&&y.mutate()},title:`Remove ${e.label}`,children:c.jsx(xh,{className:"w-3 h-3"})})}),c.jsxs("div",{className:"absolute inset-x-2 top-6 bottom-8 flex flex-col items-center justify-center text-center",children:[c.jsx("div",{className:"mb-2",style:{color:p},children:c.jsx(jN,{credential:e,color:p})}),c.jsx("h3",{className:"font-bold text-xs mb-1 line-clamp-2","data-testid":`text-credential-name-${e.id}`,style:{color:p},children:e.label}),c.jsx("div",{className:"text-[8px] px-1 py-0.5 rounded border opacity-70",style:{color:p,borderColor:p},children:e.hasSecret?"API Key":"Missing key"})]}),c.jsx("div",{className:"absolute bottom-6 inset-x-1",children:c.jsx(ae,{size:"sm",className:"w-full text-[8px] px-1 py-1 h-5 bg-black/20 hover:bg-black/40 border",style:{color:p,borderColor:p},onClick:m=>{m.stopPropagation(),h.mutate()},disabled:t||h.isPending||!n,"data-testid":`button-add-to-deck-${e.id}`,children:t?"IN DECK":"ADD"})}),c.jsx("div",{className:"absolute inset-0 rounded-lg bg-gradient-to-br from-transparent via-white/5 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 pointer-events-none"})]})})}const Oz=b.memo(Az);function Mz({playbook:e,isInActiveDeck:t,activeDeck:n,isInCollection:r=!0,onDragStart:o,onDragEnd:s,onMouseEnter:i,onMouseLeave:a,onCardClick:l,warnings:u}){const d=on(),{toast:f}=Zt(),p=Cr,h=e.dependsOnCredentialIds.length+e.dependsOnServiceIds.length,y=vt({mutationFn:async()=>{if(!n)throw new Error("No deck selected");return Se("POST",`/api/decks/${n.id}/playbooks`,{playbookId:e.id})},onSuccess:()=>{d.invalidateQueries({queryKey:["/api/decks"]}),f({title:"Playbook added to deck",description:`${e.title} is on this deck.`})},onError:x=>{f({title:"Failed to add playbook",description:x.message,variant:"destructive"})}}),m=vt({mutationFn:async()=>Se("DELETE",`/api/playbooks/${e.id}`),onSuccess:()=>{d.invalidateQueries({queryKey:["/api/playbooks/vault"]}),d.invalidateQueries({queryKey:["/api/decks"]}),f({title:"Playbook deleted",description:`${e.title} was removed from your collection.`})},onError:x=>{f({title:"Failed to delete playbook",description:x.message,variant:"destructive"})}});return c.jsx("div",{className:"relative group cursor-pointer",draggable:!t&&!!o,onDragStart:o?x=>o(x,e):void 0,onDragEnd:s,onClick:()=>l==null?void 0:l(e),"data-testid":`card-${e.id}`,onMouseEnter:i,onMouseLeave:a,children:c.jsxs("div",{className:`
|
|
273
|
+
w-32 h-48 aspect-[2/3] rounded-lg border-2 p-3
|
|
274
|
+
transform transition-all duration-300 shadow-lg hover:shadow-2xl
|
|
275
|
+
bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900
|
|
276
|
+
relative overflow-hidden
|
|
277
|
+
${s0(t)}
|
|
278
|
+
${r?"hover:scale-110 hover:rotate-0":"hover:scale-105"}
|
|
279
|
+
`,style:{borderColor:p,boxShadow:`0 0 20px ${p}20`},children:[c.jsx(Ca,{warnings:u}),t&&c.jsx(i0,{}),c.jsx("div",{className:"absolute top-1 left-1 text-xs font-bold",children:c.jsx("div",{className:"leading-none",style:{color:p},children:"PB"})}),c.jsx("div",{className:"absolute bottom-1 right-1 text-xs font-bold rotate-180",children:c.jsx("div",{className:"leading-none",style:{color:p},children:"PB"})}),c.jsx("div",{className:"absolute top-1 right-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 z-10",children:c.jsx(ae,{size:"sm",variant:"destructive",className:"h-5 w-5 p-0 bg-red-500/80 hover:bg-red-500 border-red-400",onClick:x=>{x.stopPropagation(),window.confirm(`Delete playbook "${e.title}"?`)&&m.mutate()},title:`Delete ${e.title}`,children:c.jsx(xh,{className:"w-3 h-3"})})}),c.jsxs("div",{className:"absolute inset-x-2 top-6 bottom-8 flex flex-col items-center justify-center text-center",children:[c.jsx("div",{className:"mb-2",style:{color:p},children:c.jsx(Bv,{className:"h-7 w-7",strokeWidth:2.25})}),c.jsx("h3",{className:"font-bold text-xs mb-1 line-clamp-2",style:{color:p},children:e.title}),c.jsxs("div",{className:"text-[8px] px-1 py-0.5 rounded border opacity-70",style:{color:p,borderColor:p},children:["Playbook",h>0?` · ${h} deps`:""]})]}),c.jsx("div",{className:"absolute bottom-6 inset-x-1",children:c.jsx(ae,{size:"sm",className:"w-full text-[8px] px-1 py-1 h-5 bg-black/20 hover:bg-black/40 border",style:{color:p,borderColor:p},onClick:x=>{x.stopPropagation(),y.mutate()},disabled:t||y.isPending||!n,children:t?"IN DECK":"ADD"})}),c.jsx("div",{className:"absolute inset-0 rounded-lg bg-gradient-to-br from-transparent via-white/5 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 pointer-events-none"})]})})}const Dz=b.memo(Mz),Lc=128,TN=192,Xa=48,zz=10,Sf=12,Wu=64,Ku=4,ek=14,$N=12,RN=1.08;function Lz(e=$N,t=RN){const n=e*Math.PI/180,r=Lc*Math.sin(n)+TN*Math.cos(n);return Math.ceil(r*t)+8}const Lg=Lz();function IN(e,t=Xa){return e===0?0:Lc+Math.max(0,e-1)*(Lc-t)}function Fz(e=zz,t=Xa,n=Sf){return IN(e,t)+2*n}function Uz(e,t=Xa){return IN(e,t)+2*Sf}const qz=Fz();function Vz(e,t,n,r=$N){const o=t+n/2,s=n/2;if(s<=0)return 0;const i=(e-o)/s;return Math.max(-r,Math.min(r,i*r))}function Hz(e){return{flexShrink:0,marginLeft:e===0?0:`-${Xa}px`}}function Bz(e,t,n){return n===e?999999:t-e}function Wz({cardCount:e,children:t}){const n=b.useRef(null),r=b.useRef([]),o=b.useRef(0),s=b.useRef(void 0),[i,a]=b.useState(!1),[l,u]=b.useState(!1),[d,f]=b.useState(!1),[p,h]=b.useState(!1),[y,m]=b.useState(!1),x=b.useRef(!1),g=b.useRef(!1),[v,w]=b.useState(null),k=b.useRef(null);k.current=v;const E=b.useCallback(()=>{const T=n.current;if(!T)return;const I=T.getBoundingClientRect(),F=k.current;r.current.forEach((z,V)=>{if(!z)return;const Z=z.getBoundingClientRect(),K=Z.left+Z.width/2,q=F===V?0:Vz(K,I.left,I.width),H=F===V?RN:1;z.style.transform=`rotate(${q}deg) scale(${H})`,z.style.transformOrigin="center center",z.style.zIndex=String(Bz(V,e,F))})},[e]),P=b.useCallback(T=>{const I=n.current;if(!I)return;const F=Lc-Xa;I.scrollBy({left:T==="left"?-F:F,behavior:"smooth"})},[]),S=b.useCallback(()=>{const T=n.current;if(!T)return;const F=Uz(e,Xa)>T.clientWidth+2;a(F),u(F&&T.scrollLeft>4),f(F&&T.scrollLeft+T.clientWidth<T.scrollWidth-4),E()},[e,E]);b.useLayoutEffect(()=>{const T=n.current;if(!T)return;S();const I=new ResizeObserver(S);return I.observe(T),T.addEventListener("scroll",S,{passive:!0}),()=>{I.disconnect(),T.removeEventListener("scroll",S)}},[e,S]),b.useEffect(()=>{const T=()=>{const I=n.current,F=o.current;if(I&&F!==0){I.scrollLeft+=F,E();const Z=I.scrollLeft>4,K=I.scrollLeft+I.clientWidth<I.scrollWidth-4;u(Z),f(K)}const z=F<0,V=F>0;z!==x.current&&(x.current=z,h(z)),V!==g.current&&(g.current=V,m(V)),s.current=requestAnimationFrame(T)};return s.current=requestAnimationFrame(T),()=>{s.current!==void 0&&cancelAnimationFrame(s.current)}},[E]);const A=T=>{const I=n.current;if(!I||!i){o.current=0;return}const F=I.getBoundingClientRect(),z=T.clientX-F.left;if(z<Wu&&l){const V=1-z/Wu;o.current=-(Ku+V*(ek-Ku))}else if(z>F.width-Wu&&d){const V=1-(F.width-z)/Wu;o.current=Ku+V*(ek-Ku)}else o.current=0;E()},j=()=>{o.current=0,x.current=!1,g.current=!1,h(!1),m(!1)};if(b.useLayoutEffect(()=>{r.current.length=e,E()},[e,v,E]),e===0)return c.jsx(c.Fragment,{children:t});const R=(T,I)=>`absolute ${T==="left"?"left-2":"right-2"} top-1/2 z-30 -translate-y-1/2 rounded-full bg-gray-950/90 p-1.5 text-yellow-300 shadow-lg ring-1 ring-black/50 transition-all duration-150 hover:bg-gray-950 hover:ring-yellow-300/40 ${I?"scale-110":"scale-100"}`;return c.jsxs("div",{className:"relative flex h-full w-full min-w-0 max-w-full items-center justify-center overflow-hidden","data-testid":"deck-fan",onMouseMove:A,onMouseLeave:j,children:[i&&l&&c.jsx("button",{type:"button",className:R("left",p),"aria-label":"Scroll deck left","data-testid":"deck-scroll-left",onClick:()=>P("left"),children:c.jsx(ZM,{className:"h-6 w-6",strokeWidth:2.5})}),i&&d&&c.jsx("button",{type:"button",className:R("right",y),"aria-label":"Scroll deck right","data-testid":"deck-scroll-right",onClick:()=>P("right"),children:c.jsx(QM,{className:"h-6 w-6",strokeWidth:2.5})}),c.jsx("div",{ref:n,className:"max-w-full overflow-x-auto overflow-y-visible [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",style:{width:qz,maxWidth:"100%"},children:c.jsx("div",{className:"flex items-center justify-start isolate group/fan",style:{minHeight:Lg,paddingLeft:Sf,paddingRight:Sf},children:b.Children.map(t,(T,I)=>c.jsx("div",{ref:F=>{r.current[I]=F},className:"relative flex items-center justify-center transition-[transform,box-shadow] duration-500 will-change-transform",style:{...Hz(I),minHeight:Lg},onMouseEnter:()=>w(I),onMouseLeave:()=>w(null),children:T},T&&typeof T=="object"&&"key"in T?T.key:I))})})]})}const Ye=b.forwardRef(({className:e,type:t,...n},r)=>c.jsx("input",{type:t,className:Ee("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",e),ref:r,...n}));Ye.displayName="Input";function Kz({deck:e,services:t,credentials:n=[],playbooks:r=[],collectionWarnings:o,onDrop:s,onDragStart:i,onCredentialDragStart:a,onPlaybookDragStart:l,onDragEnd:u,onCardClick:d,onPlaybookClick:f,onCredentialClick:p}){const[h,y]=b.useState(!1),[m,x]=b.useState(e.name),g=b.useRef(null),v=on(),{toast:w}=Zt();b.useEffect(()=>{x(e.name),y(!1)},[e.id,e.name]),b.useEffect(()=>{var j,R;h&&((j=g.current)==null||j.focus(),(R=g.current)==null||R.select())},[h]);const k=vt({mutationFn:async j=>(await Se("PUT",`/api/decks/${e.id}`,{name:j})).json(),onSuccess:j=>{if(!j.success)throw new Error(j.error||"Rename failed");v.invalidateQueries({queryKey:["/api/decks"]}),y(!1)},onError:j=>{x(e.name),y(!1),w({title:"Could not rename deck",description:j.message,variant:"destructive"})}}),E=()=>{const j=m.trim();if(!j||j===e.name){x(e.name),y(!1);return}k.mutate(j)},P=j=>{j.preventDefault(),s(j)},S=j=>{j.preventDefault()},A=t.length+n.length+r.length;return c.jsxs("div",{className:"flex h-full min-w-0 flex-col overflow-hidden",children:[c.jsxs("h3",{className:"mb-4 flex min-w-0 shrink-0 items-center text-lg font-bold",children:[c.jsx("i",{className:"fas fa-layer-group mr-2 text-blue-400"}),"Deck",h?c.jsx(Ye,{ref:g,value:m,disabled:k.isPending,onChange:j=>x(j.target.value),onBlur:E,onKeyDown:j=>{j.key==="Enter"?(j.preventDefault(),E()):j.key==="Escape"&&(j.preventDefault(),x(e.name),y(!1))},className:"ml-2 h-7 max-w-[12rem] border-white/20 bg-white/10 px-2 text-sm font-normal text-white sm:max-w-[16rem]","data-testid":"input-deck-name","aria-label":"Deck name"}):c.jsx("button",{type:"button",className:"ml-2 min-w-0 truncate text-left text-sm font-normal text-gray-400 hover:text-white hover:underline",title:"Click to rename",onClick:()=>y(!0),"data-testid":"button-rename-deck",children:e.name}),c.jsxs("span",{className:"ml-2 shrink-0 text-sm font-normal text-gray-400",children:["(",A," cards)"]})]}),c.jsx("div",{className:"relative flex min-h-0 flex-1 items-center justify-center overflow-hidden rounded-xl border-2 border-dashed px-4 py-2 min-w-0",onDrop:P,onDragOver:S,style:{background:"linear-gradient(135deg, rgba(196, 182, 67, 0.1), rgba(212, 199, 96, 0.1))",borderColor:"rgba(196, 182, 67, 0.3)"},"data-testid":"deck-drop-zone",children:c.jsx("div",{className:"relative flex min-h-0 flex-1 items-center justify-center overflow-hidden min-w-0",children:A===0?c.jsx("div",{className:"flex items-center justify-center",style:{minHeight:Lg},children:c.jsx("div",{className:"flex items-center justify-center rounded-lg border-2 border-dashed border-gray-500 opacity-50 transition-opacity hover:opacity-75",style:{width:Lc,height:TN},"data-testid":"deck-empty-placeholder",children:c.jsx(ai,{className:"h-8 w-8 text-gray-500"})})}):c.jsxs(Wz,{cardCount:A,children:[n.map((j,R)=>c.jsxs("div",{className:"w-32 h-48 aspect-[2/3] rounded-lg border-2 p-3 transition-shadow duration-500 shadow-lg hover:shadow-2xl bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900 relative overflow-hidden cursor-pointer",style:{borderColor:Rn,boxShadow:`0 0 20px ${Rn}20`},draggable:!0,onDragStart:T=>a(T,j,!0),onDragEnd:u,onClick:()=>p==null?void 0:p(j),"data-testid":`deck-card-${j.id}`,children:[c.jsx(Ca,{warnings:o==null?void 0:o.credentialWarnings.get(j.id)}),c.jsx("div",{className:"absolute top-1 left-1 text-xs font-bold",children:c.jsx("div",{className:"leading-none",style:{color:Rn},children:"AK"})}),c.jsx("div",{className:"absolute bottom-1 right-1 text-xs font-bold rotate-180",children:c.jsx("div",{className:"leading-none",style:{color:Rn},children:"AK"})}),c.jsxs("div",{className:"absolute inset-x-2 top-6 bottom-8 flex flex-col items-center justify-center text-center",children:[c.jsx("div",{className:"mb-2",style:{color:Rn},children:c.jsx(jN,{credential:j,color:Rn})}),c.jsx("h3",{className:"font-bold text-xs mb-1 line-clamp-2",style:{color:Rn},children:j.label}),c.jsx("div",{className:"text-[8px] px-1 py-0.5 rounded border opacity-70",style:{color:Rn,borderColor:Rn},children:j.hasSecret?"API Key":"Missing key"})]})]},j.id)),r.map((j,R)=>c.jsxs("div",{className:"w-32 h-48 aspect-[2/3] rounded-lg border-2 p-3 transition-shadow duration-500 shadow-lg hover:shadow-2xl bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900 relative overflow-hidden cursor-pointer",style:{borderColor:Cr,boxShadow:`0 0 20px ${Cr}20`},draggable:!0,onDragStart:T=>l(T,j,!0),onDragEnd:u,onClick:()=>f==null?void 0:f(j),"data-testid":`deck-card-${j.id}`,children:[c.jsx(Ca,{warnings:o==null?void 0:o.playbookWarnings.get(j.id)}),c.jsx("div",{className:"absolute top-1 left-1 text-xs font-bold",children:c.jsx("div",{className:"leading-none",style:{color:Cr},children:"PB"})}),c.jsx("div",{className:"absolute bottom-1 right-1 text-xs font-bold rotate-180",children:c.jsx("div",{className:"leading-none",style:{color:Cr},children:"PB"})}),c.jsxs("div",{className:"absolute inset-x-2 top-6 bottom-8 flex flex-col items-center justify-center text-center",children:[c.jsx("div",{className:"mb-2",style:{color:Cr},children:c.jsx(Bv,{className:"h-7 w-7",strokeWidth:2.25})}),c.jsx("h3",{className:"font-bold text-xs mb-1 line-clamp-2",style:{color:Cr},children:j.title}),c.jsx("div",{className:"text-[8px] px-1 py-0.5 rounded border opacity-70",style:{color:Cr,borderColor:Cr},children:"Playbook"})]})]},j.id)),t.map(j=>c.jsxs("div",{className:"w-32 h-48 aspect-[2/3] rounded-lg border-2 p-3 transition-shadow duration-500 shadow-lg hover:shadow-2xl bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900 relative overflow-hidden cursor-pointer",style:{borderColor:Hr(),boxShadow:`0 0 20px ${Hr()}20`},draggable:!0,onDragStart:R=>i(R,j,!0),onDragEnd:u,onClick:()=>d==null?void 0:d(j),"data-testid":`deck-card-${j.id}`,children:[c.jsx(Ca,{warnings:o==null?void 0:o.serviceWarnings.get(j.id)}),c.jsx("div",{className:"absolute top-1 left-1 text-xs font-bold",children:c.jsx("div",{className:"leading-none",style:{color:Hr()},children:j.type==="mcp"?"RM":j.type==="local-mcp"?"LM":"A"})}),c.jsx("div",{className:"absolute bottom-1 right-1 text-xs font-bold rotate-180",children:c.jsx("div",{className:"leading-none",style:{color:Hr()},children:j.type==="mcp"?"RM":j.type==="local-mcp"?"LM":"A"})}),c.jsxs("div",{className:"absolute inset-x-2 top-6 bottom-8 flex flex-col items-center justify-center text-center",children:[c.jsx("div",{className:"mb-2",style:{color:Hr()},children:c.jsx(PN,{service:j})}),c.jsx("h3",{className:"font-bold text-xs mb-1 line-clamp-2",style:{color:Hr()},children:j.name}),c.jsx("div",{className:"text-[8px] px-1 py-0.5 rounded border opacity-70",style:{color:Hr(),borderColor:Hr()},children:j.type==="mcp"?"Remote MCP":j.type==="local-mcp"?"Local MCP":"A2A"})]})]},j.id))]})})})]})}var Dp=0;function a0(){b.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??tk()),document.body.insertAdjacentElement("beforeend",e[1]??tk()),Dp++,()=>{Dp===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Dp--}},[])}function tk(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var zp="focusScope.autoFocusOnMount",Lp="focusScope.autoFocusOnUnmount",nk={bubbles:!1,cancelable:!0},Zz="FocusScope",Nh=b.forwardRef((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:s,...i}=e,[a,l]=b.useState(null),u=mr(o),d=mr(s),f=b.useRef(null),p=Je(t,m=>l(m)),h=b.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;b.useEffect(()=>{if(r){let m=function(w){if(h.paused||!a)return;const k=w.target;a.contains(k)?f.current=k:Jo(f.current,{select:!0})},x=function(w){if(h.paused||!a)return;const k=w.relatedTarget;k!==null&&(a.contains(k)||Jo(f.current,{select:!0}))},g=function(w){if(document.activeElement===document.body)for(const E of w)E.removedNodes.length>0&&Jo(a)};document.addEventListener("focusin",m),document.addEventListener("focusout",x);const v=new MutationObserver(g);return a&&v.observe(a,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",m),document.removeEventListener("focusout",x),v.disconnect()}}},[r,a,h.paused]),b.useEffect(()=>{if(a){ok.add(h);const m=document.activeElement;if(!a.contains(m)){const g=new CustomEvent(zp,nk);a.addEventListener(zp,u),a.dispatchEvent(g),g.defaultPrevented||(Qz(eL(AN(a)),{select:!0}),document.activeElement===m&&Jo(a))}return()=>{a.removeEventListener(zp,u),setTimeout(()=>{const g=new CustomEvent(Lp,nk);a.addEventListener(Lp,d),a.dispatchEvent(g),g.defaultPrevented||Jo(m??document.body,{select:!0}),a.removeEventListener(Lp,d),ok.remove(h)},0)}}},[a,u,d,h]);const y=b.useCallback(m=>{if(!n&&!r||h.paused)return;const x=m.key==="Tab"&&!m.altKey&&!m.ctrlKey&&!m.metaKey,g=document.activeElement;if(x&&g){const v=m.currentTarget,[w,k]=Gz(v);w&&k?!m.shiftKey&&g===k?(m.preventDefault(),n&&Jo(w,{select:!0})):m.shiftKey&&g===w&&(m.preventDefault(),n&&Jo(k,{select:!0})):g===v&&m.preventDefault()}},[n,r,h.paused]);return c.jsx(Pe.div,{tabIndex:-1,...i,ref:p,onKeyDown:y})});Nh.displayName=Zz;function Qz(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Jo(r,{select:t}),document.activeElement!==n)return}function Gz(e){const t=AN(e),n=rk(t,e),r=rk(t.reverse(),e);return[n,r]}function AN(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:r=>{const o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function rk(e,t){for(const n of e)if(!Jz(n,{upTo:t}))return n}function Jz(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function Yz(e){return e instanceof HTMLInputElement&&"select"in e}function Jo(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&Yz(e)&&t&&e.select()}}var ok=Xz();function Xz(){let e=[];return{add(t){const n=e[0];t!==n&&(n==null||n.pause()),e=sk(e,t),e.unshift(t)},remove(t){var n;e=sk(e,t),(n=e[0])==null||n.resume()}}}function sk(e,t){const n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function eL(e){return e.filter(t=>t.tagName!=="A")}var tL=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},qi=new WeakMap,Zu=new WeakMap,Qu={},Fp=0,ON=function(e){return e&&(e.host||ON(e.parentNode))},nL=function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=ON(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},rL=function(e,t,n,r){var o=nL(t,Array.isArray(e)?e:[e]);Qu[n]||(Qu[n]=new WeakMap);var s=Qu[n],i=[],a=new Set,l=new Set(o),u=function(f){!f||a.has(f)||(a.add(f),u(f.parentNode))};o.forEach(u);var d=function(f){!f||l.has(f)||Array.prototype.forEach.call(f.children,function(p){if(a.has(p))d(p);else try{var h=p.getAttribute(r),y=h!==null&&h!=="false",m=(qi.get(p)||0)+1,x=(s.get(p)||0)+1;qi.set(p,m),s.set(p,x),i.push(p),m===1&&y&&Zu.set(p,!0),x===1&&p.setAttribute(n,"true"),y||p.setAttribute(r,"true")}catch(g){console.error("aria-hidden: cannot operate on ",p,g)}})};return d(t),a.clear(),Fp++,function(){i.forEach(function(f){var p=qi.get(f)-1,h=s.get(f)-1;qi.set(f,p),s.set(f,h),p||(Zu.has(f)||f.removeAttribute(r),Zu.delete(f)),h||f.removeAttribute(n)}),Fp--,Fp||(qi=new WeakMap,qi=new WeakMap,Zu=new WeakMap,Qu={})}},l0=function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=tL(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live], script"))),rL(r,o,n,"aria-hidden")):function(){return null}},Xr=function(){return Xr=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(t[s]=n[s])}return t},Xr.apply(this,arguments)};function MN(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}function oL(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,s;r<o;r++)(s||!(r in t))&&(s||(s=Array.prototype.slice.call(t,0,r)),s[r]=t[r]);return e.concat(s||Array.prototype.slice.call(t))}var Pd="right-scroll-bar-position",jd="width-before-scroll-bar",sL="with-scroll-bars-hidden",iL="--removed-body-scroll-bar-size";function Up(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function aL(e,t){var n=b.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}var lL=typeof window<"u"?b.useLayoutEffect:b.useEffect,ik=new WeakMap;function cL(e,t){var n=aL(null,function(r){return e.forEach(function(o){return Up(o,r)})});return lL(function(){var r=ik.get(n);if(r){var o=new Set(r),s=new Set(e),i=n.current;o.forEach(function(a){s.has(a)||Up(a,null)}),s.forEach(function(a){o.has(a)||Up(a,i)})}ik.set(n,e)},[e]),n}function uL(e){return e}function dL(e,t){t===void 0&&(t=uL);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(s){var i=t(s,r);return n.push(i),function(){n=n.filter(function(a){return a!==i})}},assignSyncMedium:function(s){for(r=!0;n.length;){var i=n;n=[],i.forEach(s)}n={push:function(a){return s(a)},filter:function(){return n}}},assignMedium:function(s){r=!0;var i=[];if(n.length){var a=n;n=[],a.forEach(s),i=n}var l=function(){var d=i;i=[],d.forEach(s)},u=function(){return Promise.resolve().then(l)};u(),n={push:function(d){i.push(d),u()},filter:function(d){return i=i.filter(d),n}}}};return o}function fL(e){e===void 0&&(e={});var t=dL(null);return t.options=Xr({async:!0,ssr:!1},e),t}var DN=function(e){var t=e.sideCar,n=MN(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return b.createElement(r,Xr({},n))};DN.isSideCarExport=!0;function hL(e,t){return e.useMedium(t),DN}var zN=fL(),qp=function(){},Ph=b.forwardRef(function(e,t){var n=b.useRef(null),r=b.useState({onScrollCapture:qp,onWheelCapture:qp,onTouchMoveCapture:qp}),o=r[0],s=r[1],i=e.forwardProps,a=e.children,l=e.className,u=e.removeScrollBar,d=e.enabled,f=e.shards,p=e.sideCar,h=e.noRelative,y=e.noIsolation,m=e.inert,x=e.allowPinchZoom,g=e.as,v=g===void 0?"div":g,w=e.gapMode,k=MN(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),E=p,P=cL([n,t]),S=Xr(Xr({},k),o);return b.createElement(b.Fragment,null,d&&b.createElement(E,{sideCar:zN,removeScrollBar:u,shards:f,noRelative:h,noIsolation:y,inert:m,setCallbacks:s,allowPinchZoom:!!x,lockRef:n,gapMode:w}),i?b.cloneElement(b.Children.only(a),Xr(Xr({},S),{ref:P})):b.createElement(v,Xr({},S,{className:l,ref:P}),a))});Ph.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Ph.classNames={fullWidth:jd,zeroRight:Pd};var pL=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function mL(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=pL();return t&&e.setAttribute("nonce",t),e}function gL(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function yL(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var vL=function(){var e=0,t=null;return{add:function(n){e==0&&(t=mL())&&(gL(t,n),yL(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},xL=function(){var e=vL();return function(t,n){b.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},LN=function(){var e=xL(),t=function(n){var r=n.styles,o=n.dynamic;return e(r,o),null};return t},wL={left:0,top:0,right:0,gap:0},Vp=function(e){return parseInt(e||"",10)||0},bL=function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[Vp(n),Vp(r),Vp(o)]},kL=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return wL;var t=bL(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},_L=LN(),Ea="data-scroll-locked",SL=function(e,t,n,r){var o=e.left,s=e.top,i=e.right,a=e.gap;return n===void 0&&(n="margin"),`
|
|
280
|
+
.`.concat(sL,` {
|
|
281
|
+
overflow: hidden `).concat(r,`;
|
|
282
|
+
padding-right: `).concat(a,"px ").concat(r,`;
|
|
283
|
+
}
|
|
284
|
+
body[`).concat(Ea,`] {
|
|
285
|
+
overflow: hidden `).concat(r,`;
|
|
286
|
+
overscroll-behavior: contain;
|
|
287
|
+
`).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
|
|
288
|
+
padding-left: `.concat(o,`px;
|
|
289
|
+
padding-top: `).concat(s,`px;
|
|
290
|
+
padding-right: `).concat(i,`px;
|
|
291
|
+
margin-left:0;
|
|
292
|
+
margin-top:0;
|
|
293
|
+
margin-right: `).concat(a,"px ").concat(r,`;
|
|
294
|
+
`),n==="padding"&&"padding-right: ".concat(a,"px ").concat(r,";")].filter(Boolean).join(""),`
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.`).concat(Pd,` {
|
|
298
|
+
right: `).concat(a,"px ").concat(r,`;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.`).concat(jd,` {
|
|
302
|
+
margin-right: `).concat(a,"px ").concat(r,`;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.`).concat(Pd," .").concat(Pd,` {
|
|
306
|
+
right: 0 `).concat(r,`;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.`).concat(jd," .").concat(jd,` {
|
|
310
|
+
margin-right: 0 `).concat(r,`;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
body[`).concat(Ea,`] {
|
|
314
|
+
`).concat(iL,": ").concat(a,`px;
|
|
315
|
+
}
|
|
316
|
+
`)},ak=function(){var e=parseInt(document.body.getAttribute(Ea)||"0",10);return isFinite(e)?e:0},CL=function(){b.useEffect(function(){return document.body.setAttribute(Ea,(ak()+1).toString()),function(){var e=ak()-1;e<=0?document.body.removeAttribute(Ea):document.body.setAttribute(Ea,e.toString())}},[])},EL=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r;CL();var s=b.useMemo(function(){return kL(o)},[o]);return b.createElement(_L,{styles:SL(s,!t,o,n?"":"!important")})},Fg=!1;if(typeof window<"u")try{var Gu=Object.defineProperty({},"passive",{get:function(){return Fg=!0,!0}});window.addEventListener("test",Gu,Gu),window.removeEventListener("test",Gu,Gu)}catch{Fg=!1}var Vi=Fg?{passive:!1}:!1,NL=function(e){return e.tagName==="TEXTAREA"},FN=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!NL(e)&&n[t]==="visible")},PL=function(e){return FN(e,"overflowY")},jL=function(e){return FN(e,"overflowX")},lk=function(e,t){var n=t.ownerDocument,r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var o=UN(e,r);if(o){var s=qN(e,r),i=s[1],a=s[2];if(i>a)return!0}r=r.parentNode}while(r&&r!==n.body);return!1},TL=function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},$L=function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},UN=function(e,t){return e==="v"?PL(t):jL(t)},qN=function(e,t){return e==="v"?TL(t):$L(t)},RL=function(e,t){return e==="h"&&t==="rtl"?-1:1},IL=function(e,t,n,r,o){var s=RL(e,window.getComputedStyle(t).direction),i=s*r,a=n.target,l=t.contains(a),u=!1,d=i>0,f=0,p=0;do{if(!a)break;var h=qN(e,a),y=h[0],m=h[1],x=h[2],g=m-x-s*y;(y||g)&&UN(e,a)&&(f+=g,p+=y);var v=a.parentNode;a=v&&v.nodeType===Node.DOCUMENT_FRAGMENT_NODE?v.host:v}while(!l&&a!==document.body||l&&(t.contains(a)||t===a));return(d&&Math.abs(f)<1||!d&&Math.abs(p)<1)&&(u=!0),u},Ju=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},ck=function(e){return[e.deltaX,e.deltaY]},uk=function(e){return e&&"current"in e?e.current:e},AL=function(e,t){return e[0]===t[0]&&e[1]===t[1]},OL=function(e){return`
|
|
317
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
318
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
319
|
+
`)},ML=0,Hi=[];function DL(e){var t=b.useRef([]),n=b.useRef([0,0]),r=b.useRef(),o=b.useState(ML++)[0],s=b.useState(LN)[0],i=b.useRef(e);b.useEffect(function(){i.current=e},[e]),b.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var m=oL([e.lockRef.current],(e.shards||[]).map(uk),!0).filter(Boolean);return m.forEach(function(x){return x.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),m.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var a=b.useCallback(function(m,x){if("touches"in m&&m.touches.length===2||m.type==="wheel"&&m.ctrlKey)return!i.current.allowPinchZoom;var g=Ju(m),v=n.current,w="deltaX"in m?m.deltaX:v[0]-g[0],k="deltaY"in m?m.deltaY:v[1]-g[1],E,P=m.target,S=Math.abs(w)>Math.abs(k)?"h":"v";if("touches"in m&&S==="h"&&P.type==="range")return!1;var A=lk(S,P);if(!A)return!0;if(A?E=S:(E=S==="v"?"h":"v",A=lk(S,P)),!A)return!1;if(!r.current&&"changedTouches"in m&&(w||k)&&(r.current=E),!E)return!0;var j=r.current||E;return IL(j,x,m,j==="h"?w:k)},[]),l=b.useCallback(function(m){var x=m;if(!(!Hi.length||Hi[Hi.length-1]!==s)){var g="deltaY"in x?ck(x):Ju(x),v=t.current.filter(function(E){return E.name===x.type&&(E.target===x.target||x.target===E.shadowParent)&&AL(E.delta,g)})[0];if(v&&v.should){x.cancelable&&x.preventDefault();return}if(!v){var w=(i.current.shards||[]).map(uk).filter(Boolean).filter(function(E){return E.contains(x.target)}),k=w.length>0?a(x,w[0]):!i.current.noIsolation;k&&x.cancelable&&x.preventDefault()}}},[]),u=b.useCallback(function(m,x,g,v){var w={name:m,delta:x,target:g,should:v,shadowParent:zL(g)};t.current.push(w),setTimeout(function(){t.current=t.current.filter(function(k){return k!==w})},1)},[]),d=b.useCallback(function(m){n.current=Ju(m),r.current=void 0},[]),f=b.useCallback(function(m){u(m.type,ck(m),m.target,a(m,e.lockRef.current))},[]),p=b.useCallback(function(m){u(m.type,Ju(m),m.target,a(m,e.lockRef.current))},[]);b.useEffect(function(){return Hi.push(s),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:p}),document.addEventListener("wheel",l,Vi),document.addEventListener("touchmove",l,Vi),document.addEventListener("touchstart",d,Vi),function(){Hi=Hi.filter(function(m){return m!==s}),document.removeEventListener("wheel",l,Vi),document.removeEventListener("touchmove",l,Vi),document.removeEventListener("touchstart",d,Vi)}},[]);var h=e.removeScrollBar,y=e.inert;return b.createElement(b.Fragment,null,y?b.createElement(s,{styles:OL(o)}):null,h?b.createElement(EL,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function zL(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const LL=hL(zN,DL);var jh=b.forwardRef(function(e,t){return b.createElement(Ph,Xr({},e,{ref:t,sideCar:LL}))});jh.classNames=Ph.classNames;var Th="Popover",[VN,Fee]=lo(Th,[ml]),su=ml(),[FL,Ls]=VN(Th),HN=e=>{const{__scopePopover:t,children:n,open:r,defaultOpen:o,onOpenChange:s,modal:i=!1}=e,a=su(t),l=b.useRef(null),[u,d]=b.useState(!1),[f,p]=$s({prop:r,defaultProp:o??!1,onChange:s,caller:Th});return c.jsx(xN,{...a,children:c.jsx(FL,{scope:t,contentId:Po(),triggerRef:l,open:f,onOpenChange:p,onOpenToggle:b.useCallback(()=>p(h=>!h),[p]),hasCustomAnchor:u,onCustomAnchorAdd:b.useCallback(()=>d(!0),[]),onCustomAnchorRemove:b.useCallback(()=>d(!1),[]),modal:i,children:n})})};HN.displayName=Th;var BN="PopoverAnchor",UL=b.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=Ls(BN,n),s=su(n),{onCustomAnchorAdd:i,onCustomAnchorRemove:a}=o;return b.useEffect(()=>(i(),()=>a()),[i,a]),c.jsx(Sh,{...s,...r,ref:t})});UL.displayName=BN;var WN="PopoverTrigger",KN=b.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=Ls(WN,n),s=su(n),i=Je(t,o.triggerRef),a=c.jsx(Pe.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":YN(o.open),...r,ref:i,onClick:xe(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?a:c.jsx(Sh,{asChild:!0,...s,children:a})});KN.displayName=WN;var c0="PopoverPortal",[qL,VL]=VN(c0,{forceMount:void 0}),ZN=e=>{const{__scopePopover:t,forceMount:n,children:r,container:o}=e,s=Ls(c0,t);return c.jsx(qL,{scope:t,forceMount:n,children:c.jsx(co,{present:n||s.open,children:c.jsx(nu,{asChild:!0,container:o,children:r})})})};ZN.displayName=c0;var el="PopoverContent",QN=b.forwardRef((e,t)=>{const n=VL(el,e.__scopePopover),{forceMount:r=n.forceMount,...o}=e,s=Ls(el,e.__scopePopover);return c.jsx(co,{present:r||s.open,children:s.modal?c.jsx(BL,{...o,ref:t}):c.jsx(WL,{...o,ref:t})})});QN.displayName=el;var HL=Ni("PopoverContent.RemoveScroll"),BL=b.forwardRef((e,t)=>{const n=Ls(el,e.__scopePopover),r=b.useRef(null),o=Je(t,r),s=b.useRef(!1);return b.useEffect(()=>{const i=r.current;if(i)return l0(i)},[]),c.jsx(jh,{as:HL,allowPinchZoom:!0,children:c.jsx(GN,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:xe(e.onCloseAutoFocus,i=>{var a;i.preventDefault(),s.current||(a=n.triggerRef.current)==null||a.focus()}),onPointerDownOutside:xe(e.onPointerDownOutside,i=>{const a=i.detail.originalEvent,l=a.button===0&&a.ctrlKey===!0,u=a.button===2||l;s.current=u},{checkForDefaultPrevented:!1}),onFocusOutside:xe(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1})})})}),WL=b.forwardRef((e,t)=>{const n=Ls(el,e.__scopePopover),r=b.useRef(!1),o=b.useRef(!1);return c.jsx(GN,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{var i,a;(i=e.onCloseAutoFocus)==null||i.call(e,s),s.defaultPrevented||(r.current||(a=n.triggerRef.current)==null||a.focus(),s.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:s=>{var l,u;(l=e.onInteractOutside)==null||l.call(e,s),s.defaultPrevented||(r.current=!0,s.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const i=s.target;((u=n.triggerRef.current)==null?void 0:u.contains(i))&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&o.current&&s.preventDefault()}})}),GN=b.forwardRef((e,t)=>{const{__scopePopover:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:s,disableOutsidePointerEvents:i,onEscapeKeyDown:a,onPointerDownOutside:l,onFocusOutside:u,onInteractOutside:d,...f}=e,p=Ls(el,n),h=su(n);return a0(),c.jsx(Nh,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:s,children:c.jsx(dl,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:d,onEscapeKeyDown:a,onPointerDownOutside:l,onFocusOutside:u,onDismiss:()=>p.onOpenChange(!1),children:c.jsx(n0,{"data-state":YN(p.open),role:"dialog",id:p.contentId,...h,...f,ref:t,style:{...f.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),JN="PopoverClose",KL=b.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=Ls(JN,n);return c.jsx(Pe.button,{type:"button",...r,ref:t,onClick:xe(e.onClick,()=>o.onOpenChange(!1))})});KL.displayName=JN;var ZL="PopoverArrow",QL=b.forwardRef((e,t)=>{const{__scopePopover:n,...r}=e,o=su(n);return c.jsx(r0,{...o,...r,ref:t})});QL.displayName=ZL;function YN(e){return e?"open":"closed"}var GL=HN,JL=KN,YL=ZN,XN=QN;const XL=GL,eF=JL,eP=b.forwardRef(({className:e,align:t="center",sideOffset:n=4,...r},o)=>c.jsx(YL,{children:c.jsx(XN,{ref:o,align:t,sideOffset:n,className:Ee("z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-popover-content-transform-origin]",e),...r})}));eP.displayName=XN.displayName;function tF(e,t){const n=new Date(e).getTime();if(Number.isNaN(n))return"";const r=Math.max(0,Math.floor((t.getTime()-n)/1e3));if(r<60)return`${r}s`;const o=Math.floor(r/60);if(o<60)return`${o}m`;const s=Math.floor(o/60);return s<24?`${s}h`:`${Math.floor(s/24)}d`}function nF(e,t=24){return e.length>t?`${e.slice(0,t-1)}…`:e}function rF(e){const t=e.replace(/\/+$/,""),n=t.lastIndexOf("/");return n>=0?t.slice(n+1):t}function oF(e){const t=new Map;for(const n of e)t.set(n.deckId,(t.get(n.deckId)??0)+1);return t}function sF(e,t){const n=e>0?`${e} cards`:"Empty";if(t<=0)return n;const r=t===1?"1 session":`${t} sessions`;return`${n}, ${r}`}const iF=3e3;function aF({highlightDeckId:e}){const{data:t}=Ot({queryKey:["/api/scope/bindings"],refetchInterval:iF}),n=(t==null?void 0:t.data)??[],r=b.useMemo(()=>new Date,[t]),o=b.useMemo(()=>{const i=new Map;for(const a of n){const l=i.get(a.workspaceRoot)??[];l.push(a),i.set(a.workspaceRoot,l)}return[...i.entries()].sort(([a],[l])=>a.localeCompare(l)).map(([a,l])=>({workspaceRoot:a,rows:[...l].sort((u,d)=>u.lastActivityAt<d.lastActivityAt?1:-1)}))},[n]);if(n.length===0)return null;const s=e?n.filter(i=>i.deckId===e).length:0;return c.jsxs(XL,{children:[c.jsx(eF,{asChild:!0,children:c.jsxs(ae,{type:"button",variant:"outline",size:"sm",className:"h-7 shrink-0 border-white/20 bg-black/30 px-2 text-xs text-gray-200 hover:bg-white/10 hover:text-white","data-testid":"live-session-badges-trigger",title:"Live MCP session binds — click for badges",children:[c.jsx(n4,{className:"mr-1 h-3 w-3",style:{color:wn},"aria-hidden":!0}),c.jsxs("span",{className:"font-mono",children:["⌘",n.length]}),s>0&&s<n.length?c.jsxs("span",{className:"ml-1 text-gray-400",children:["(",s," here)"]}):null]})}),c.jsxs(eP,{align:"end",className:"w-80 border-white/10 bg-gray-950/95 p-0 text-gray-100","data-testid":"live-session-badges-panel",children:[c.jsxs("div",{className:"border-b border-white/10 px-3 py-2",children:[c.jsx("p",{className:"text-sm font-semibold",style:{color:wn},children:"Live sessions"}),c.jsxs("p",{className:"text-xs text-gray-400",children:["Match ",c.jsx("span",{className:"font-mono",children:"⌘badge"})," to the chat opener"]})]}),c.jsx("div",{className:"max-h-64 overflow-y-auto p-2",children:o.map(({workspaceRoot:i,rows:a})=>c.jsxs("div",{className:"mb-2 last:mb-0",children:[c.jsxs("p",{className:"px-1 pb-1 text-[10px] uppercase tracking-wide text-gray-500",children:[rF(i),"/"]}),c.jsx("ul",{className:"space-y-1",children:a.map(l=>{const u=l.clientName??"agent",d=tF(l.lastActivityAt,r),f=d?`${u} · ${d}`:u,p=e===l.deckId;return c.jsxs("li",{className:Ee("rounded-md px-2 py-1.5 font-mono text-xs",p?"bg-[#92E4DD]/10 ring-1 ring-[#92E4DD]/40":"bg-white/5"),"data-testid":`live-session-row-${l.badge}`,children:[c.jsx("span",{className:"text-gray-100",children:nF(l.deckName)})," ",c.jsxs("span",{style:{color:wn},children:["⌘",l.badge]}),c.jsx("span",{className:"mt-0.5 block font-sans text-[10px] text-gray-400",children:f})]},l.badge)})})]},i))})]})]})}var $h="Dialog",[tP,Uee]=lo($h),[lF,Fr]=tP($h),nP=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:s,modal:i=!0}=e,a=b.useRef(null),l=b.useRef(null),[u,d]=$s({prop:r,defaultProp:o??!1,onChange:s,caller:$h});return c.jsx(lF,{scope:t,triggerRef:a,contentRef:l,contentId:Po(),titleId:Po(),descriptionId:Po(),open:u,onOpenChange:d,onOpenToggle:b.useCallback(()=>d(f=>!f),[d]),modal:i,children:n})};nP.displayName=$h;var rP="DialogTrigger",cF=b.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Fr(rP,n),s=Je(t,o.triggerRef);return c.jsx(Pe.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":f0(o.open),...r,ref:s,onClick:xe(e.onClick,o.onOpenToggle)})});cF.displayName=rP;var u0="DialogPortal",[uF,oP]=tP(u0,{forceMount:void 0}),sP=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:o}=e,s=Fr(u0,t);return c.jsx(uF,{scope:t,forceMount:n,children:b.Children.map(r,i=>c.jsx(co,{present:n||s.open,children:c.jsx(nu,{asChild:!0,container:o,children:i})}))})};sP.displayName=u0;var Cf="DialogOverlay",iP=b.forwardRef((e,t)=>{const n=oP(Cf,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,s=Fr(Cf,e.__scopeDialog);return s.modal?c.jsx(co,{present:r||s.open,children:c.jsx(fF,{...o,ref:t})}):null});iP.displayName=Cf;var dF=Ni("DialogOverlay.RemoveScroll"),fF=b.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Fr(Cf,n);return c.jsx(jh,{as:dF,allowPinchZoom:!0,shards:[o.contentRef],children:c.jsx(Pe.div,{"data-state":f0(o.open),...r,ref:t,style:{pointerEvents:"auto",...r.style}})})}),ji="DialogContent",aP=b.forwardRef((e,t)=>{const n=oP(ji,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,s=Fr(ji,e.__scopeDialog);return c.jsx(co,{present:r||s.open,children:s.modal?c.jsx(hF,{...o,ref:t}):c.jsx(pF,{...o,ref:t})})});aP.displayName=ji;var hF=b.forwardRef((e,t)=>{const n=Fr(ji,e.__scopeDialog),r=b.useRef(null),o=Je(t,n.contentRef,r);return b.useEffect(()=>{const s=r.current;if(s)return l0(s)},[]),c.jsx(lP,{...e,ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:xe(e.onCloseAutoFocus,s=>{var i;s.preventDefault(),(i=n.triggerRef.current)==null||i.focus()}),onPointerDownOutside:xe(e.onPointerDownOutside,s=>{const i=s.detail.originalEvent,a=i.button===0&&i.ctrlKey===!0;(i.button===2||a)&&s.preventDefault()}),onFocusOutside:xe(e.onFocusOutside,s=>s.preventDefault())})}),pF=b.forwardRef((e,t)=>{const n=Fr(ji,e.__scopeDialog),r=b.useRef(!1),o=b.useRef(!1);return c.jsx(lP,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:s=>{var i,a;(i=e.onCloseAutoFocus)==null||i.call(e,s),s.defaultPrevented||(r.current||(a=n.triggerRef.current)==null||a.focus(),s.preventDefault()),r.current=!1,o.current=!1},onInteractOutside:s=>{var l,u;(l=e.onInteractOutside)==null||l.call(e,s),s.defaultPrevented||(r.current=!0,s.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const i=s.target;((u=n.triggerRef.current)==null?void 0:u.contains(i))&&s.preventDefault(),s.detail.originalEvent.type==="focusin"&&o.current&&s.preventDefault()}})}),lP=b.forwardRef((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:s,...i}=e,a=Fr(ji,n),l=b.useRef(null),u=Je(t,l);return a0(),c.jsxs(c.Fragment,{children:[c.jsx(Nh,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:s,children:c.jsx(dl,{role:"dialog",id:a.contentId,"aria-describedby":a.descriptionId,"aria-labelledby":a.titleId,"data-state":f0(a.open),...i,ref:u,onDismiss:()=>a.onOpenChange(!1)})}),c.jsxs(c.Fragment,{children:[c.jsx(mF,{titleId:a.titleId}),c.jsx(yF,{contentRef:l,descriptionId:a.descriptionId})]})]})}),d0="DialogTitle",cP=b.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Fr(d0,n);return c.jsx(Pe.h2,{id:o.titleId,...r,ref:t})});cP.displayName=d0;var uP="DialogDescription",dP=b.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Fr(uP,n);return c.jsx(Pe.p,{id:o.descriptionId,...r,ref:t})});dP.displayName=uP;var fP="DialogClose",hP=b.forwardRef((e,t)=>{const{__scopeDialog:n,...r}=e,o=Fr(fP,n);return c.jsx(Pe.button,{type:"button",...r,ref:t,onClick:xe(e.onClick,()=>o.onOpenChange(!1))})});hP.displayName=fP;function f0(e){return e?"open":"closed"}var pP="DialogTitleWarning",[qee,mP]=JO(pP,{contentName:ji,titleName:d0,docsSlug:"dialog"}),mF=({titleId:e})=>{const t=mP(pP),n=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
|
|
320
|
+
|
|
321
|
+
If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
322
|
+
|
|
323
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return b.useEffect(()=>{e&&(document.getElementById(e)||console.error(n))},[n,e]),null},gF="DialogDescriptionWarning",yF=({contentRef:e,descriptionId:t})=>{const r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${mP(gF).contentName}}.`;return b.useEffect(()=>{var s;const o=(s=e.current)==null?void 0:s.getAttribute("aria-describedby");t&&o&&(document.getElementById(t)||console.warn(r))},[r,e,t]),null},vF=nP,xF=sP,gP=iP,yP=aP,vP=cP,xP=dP,wF=hP;const Fs=vF,bF=xF,wP=b.forwardRef(({className:e,...t},n)=>c.jsx(gP,{ref:n,className:Ee("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t}));wP.displayName=gP.displayName;const Fo=b.forwardRef(({className:e,children:t,...n},r)=>c.jsxs(bF,{children:[c.jsx(wP,{}),c.jsxs(yP,{ref:r,className:Ee("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...n,children:[t,c.jsxs(wF,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[c.jsx(xf,{className:"h-4 w-4"}),c.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));Fo.displayName=yP.displayName;const Uo=({className:e,...t})=>c.jsx("div",{className:Ee("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});Uo.displayName="DialogHeader";const qo=b.forwardRef(({className:e,...t},n)=>c.jsx(vP,{ref:n,className:Ee("text-lg font-semibold leading-none tracking-tight",e),...t}));qo.displayName=vP.displayName;const zi=b.forwardRef(({className:e,...t},n)=>c.jsx(xP,{ref:n,className:Ee("text-sm text-muted-foreground",e),...t}));zi.displayName=xP.displayName;const _o=b.forwardRef(({className:e,...t},n)=>c.jsx("textarea",{className:Ee("flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",e),ref:n,...t}));_o.displayName="Textarea";var kF="Label",bP=b.forwardRef((e,t)=>c.jsx(Pe.label,{...e,ref:t,onMouseDown:n=>{var o;n.target.closest("button, input, select, textarea")||((o=e.onMouseDown)==null||o.call(e,n),!n.defaultPrevented&&n.detail>1&&n.preventDefault())}}));bP.displayName=kF;var kP=bP;const _F=yh("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),We=b.forwardRef(({className:e,...t},n)=>c.jsx(kP,{ref:n,className:Ee(_F(),e),...t}));We.displayName=kP.displayName;var SF=b.createContext(void 0);function h0(e){const t=b.useContext(SF);return e||t||"ltr"}var Hp="rovingFocusGroup.onEntryFocus",CF={bubbles:!1,cancelable:!0},iu="RovingFocusGroup",[Ug,_P,EF]=Uv(iu),[NF,SP]=lo(iu,[EF]),[PF,jF]=NF(iu),CP=b.forwardRef((e,t)=>c.jsx(Ug.Provider,{scope:e.__scopeRovingFocusGroup,children:c.jsx(Ug.Slot,{scope:e.__scopeRovingFocusGroup,children:c.jsx(TF,{...e,ref:t})})}));CP.displayName=iu;var TF=b.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:o=!1,dir:s,currentTabStopId:i,defaultCurrentTabStopId:a,onCurrentTabStopIdChange:l,onEntryFocus:u,preventScrollOnEntryFocus:d=!1,...f}=e,p=b.useRef(null),h=Je(t,p),y=h0(s),[m,x]=$s({prop:i,defaultProp:a??null,onChange:l,caller:iu}),[g,v]=b.useState(!1),w=mr(u),k=_P(n),E=b.useRef(!1),[P,S]=b.useState(0);return b.useEffect(()=>{const A=p.current;if(A)return A.addEventListener(Hp,w),()=>A.removeEventListener(Hp,w)},[w]),c.jsx(PF,{scope:n,orientation:r,dir:y,loop:o,currentTabStopId:m,onItemFocus:b.useCallback(A=>x(A),[x]),onItemShiftTab:b.useCallback(()=>v(!0),[]),onFocusableItemAdd:b.useCallback(()=>S(A=>A+1),[]),onFocusableItemRemove:b.useCallback(()=>S(A=>A-1),[]),children:c.jsx(Pe.div,{tabIndex:g||P===0?-1:0,"data-orientation":r,...f,ref:h,style:{outline:"none",...e.style},onMouseDown:xe(e.onMouseDown,()=>{E.current=!0}),onFocus:xe(e.onFocus,A=>{const j=!E.current;if(A.target===A.currentTarget&&j&&!g){const R=new CustomEvent(Hp,CF);if(A.currentTarget.dispatchEvent(R),!R.defaultPrevented){const T=k().filter(Z=>Z.focusable),I=T.find(Z=>Z.active),F=T.find(Z=>Z.id===m),V=[I,F,...T].filter(Boolean).map(Z=>Z.ref.current);PP(V,d)}}E.current=!1}),onBlur:xe(e.onBlur,()=>v(!1))})})}),EP="RovingFocusGroupItem",NP=b.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:o=!1,tabStopId:s,children:i,...a}=e,l=Po(),u=s||l,d=jF(EP,n),f=d.currentTabStopId===u,p=_P(n),{onFocusableItemAdd:h,onFocusableItemRemove:y,currentTabStopId:m}=d;return b.useEffect(()=>{if(r)return h(),()=>y()},[r,h,y]),c.jsx(Ug.ItemSlot,{scope:n,id:u,focusable:r,active:o,children:c.jsx(Pe.span,{tabIndex:f?0:-1,"data-orientation":d.orientation,...a,ref:t,onMouseDown:xe(e.onMouseDown,x=>{r?d.onItemFocus(u):x.preventDefault()}),onFocus:xe(e.onFocus,()=>d.onItemFocus(u)),onKeyDown:xe(e.onKeyDown,x=>{if(x.key==="Tab"&&x.shiftKey){d.onItemShiftTab();return}if(x.target!==x.currentTarget)return;const g=IF(x,d.orientation,d.dir);if(g!==void 0){if(x.metaKey||x.ctrlKey||x.altKey||x.shiftKey)return;x.preventDefault();let w=p().filter(k=>k.focusable).map(k=>k.ref.current);if(g==="last")w.reverse();else if(g==="prev"||g==="next"){g==="prev"&&w.reverse();const k=w.indexOf(x.currentTarget);w=d.loop?AF(w,k+1):w.slice(k+1)}setTimeout(()=>PP(w))}}),children:typeof i=="function"?i({isCurrentTabStop:f,hasTabStop:m!=null}):i})})});NP.displayName=EP;var $F={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function RF(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function IF(e,t,n){const r=RF(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return $F[r]}function PP(e,t=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function AF(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var OF=CP,MF=NP,Rh="Tabs",[DF,Vee]=lo(Rh,[SP]),jP=SP(),[zF,p0]=DF(Rh),TP=b.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,onValueChange:o,defaultValue:s,orientation:i="horizontal",dir:a,activationMode:l="automatic",...u}=e,d=h0(a),[f,p]=$s({prop:r,onChange:o,defaultProp:s??"",caller:Rh});return c.jsx(zF,{scope:n,baseId:Po(),value:f,onValueChange:p,orientation:i,dir:d,activationMode:l,children:c.jsx(Pe.div,{dir:d,"data-orientation":i,...u,ref:t})})});TP.displayName=Rh;var $P="TabsList",RP=b.forwardRef((e,t)=>{const{__scopeTabs:n,loop:r=!0,...o}=e,s=p0($P,n),i=jP(n);return c.jsx(OF,{asChild:!0,...i,orientation:s.orientation,dir:s.dir,loop:r,children:c.jsx(Pe.div,{role:"tablist","aria-orientation":s.orientation,...o,ref:t})})});RP.displayName=$P;var IP="TabsTrigger",AP=b.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,disabled:o=!1,...s}=e,i=p0(IP,n),a=jP(n),l=DP(i.baseId,r),u=zP(i.baseId,r),d=r===i.value;return c.jsx(MF,{asChild:!0,...a,focusable:!o,active:d,children:c.jsx(Pe.button,{type:"button",role:"tab","aria-selected":d,"aria-controls":u,"data-state":d?"active":"inactive","data-disabled":o?"":void 0,disabled:o,id:l,...s,ref:t,onMouseDown:xe(e.onMouseDown,f=>{!o&&f.button===0&&f.ctrlKey===!1?i.onValueChange(r):f.preventDefault()}),onKeyDown:xe(e.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&i.onValueChange(r)}),onFocus:xe(e.onFocus,()=>{const f=i.activationMode!=="manual";!d&&!o&&f&&i.onValueChange(r)})})})});AP.displayName=IP;var OP="TabsContent",MP=b.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,forceMount:o,children:s,...i}=e,a=p0(OP,n),l=DP(a.baseId,r),u=zP(a.baseId,r),d=r===a.value,f=b.useRef(d);return b.useEffect(()=>{const p=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(p)},[]),c.jsx(co,{present:o||d,children:({present:p})=>c.jsx(Pe.div,{"data-state":d?"active":"inactive","data-orientation":a.orientation,role:"tabpanel","aria-labelledby":l,hidden:!p,id:u,tabIndex:0,...i,ref:t,style:{...e.style,animationDuration:f.current?"0s":void 0},children:p&&s})})});MP.displayName=OP;function DP(e,t){return`${e}-trigger-${t}`}function zP(e,t){return`${e}-content-${t}`}var LF=TP,LP=RP,FP=AP,UP=MP;const FF=LF,qP=b.forwardRef(({className:e,...t},n)=>c.jsx(LP,{ref:n,className:Ee("inline-flex h-10 items-center justify-center rounded-md bg-muted p-1 text-muted-foreground",e),...t}));qP.displayName=LP.displayName;const qg=b.forwardRef(({className:e,...t},n)=>c.jsx(FP,{ref:n,className:Ee("inline-flex items-center justify-center whitespace-nowrap rounded-sm px-3 py-1.5 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow-sm",e),...t}));qg.displayName=FP.displayName;const Vg=b.forwardRef(({className:e,...t},n)=>c.jsx(UP,{ref:n,className:Ee("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",e),...t}));Vg.displayName=UP.displayName;function ac(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function VP(e){return ac(e)&&typeof e.command=="string"}function Bp(e){return!ac(e)||Object.keys(e).length===0?!1:Object.values(e).every(VP)}function UF(e){let t=e.trim();return t.startsWith("```")?t.replace(/^```(?:json)?\s*\n?/i,"").replace(/\n?```\s*$/,"").trim():t}function qF(e){if(!ac(e))throw new Error("Configuration must be a JSON object");if(ac(e.config)&&Bp(e.config.mcpServers))return{mcpServers:e.config.mcpServers};if(Bp(e.mcpServers))return{mcpServers:e.mcpServers};if(ac(e)&&typeof e.command=="string"){const t=typeof e.name=="string"&&e.name.trim()?e.name.trim():"local-server",{name:n,...r}=e;if(!VP(r))throw new Error("Missing or invalid command");return{mcpServers:{[t]:r}}}if(Bp(e))return{mcpServers:e};throw new Error(`Invalid configuration: expected a top-level "mcpServers" object. Example:
|
|
324
|
+
{
|
|
325
|
+
"mcpServers": {
|
|
326
|
+
"google-drive": {
|
|
327
|
+
"command": "npx",
|
|
328
|
+
"args": ["-y", "@piotr-agier/google-drive-mcp"]
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}`)}function VF(e){let t;try{t=JSON.parse(UF(e))}catch(n){throw new Error(`Failed to parse JSON: ${n instanceof Error?n.message:"Unknown error"}`)}return qF(t)}function HF({type:e,open:t,onOpenChange:n}){const[r,o]=b.useState("remote"),[s,i]=b.useState("json"),[a,l]=b.useState(`{
|
|
332
|
+
"mcpServers": {
|
|
333
|
+
"memory": {
|
|
334
|
+
"command": "npx",
|
|
335
|
+
"args": ["-y", "@modelcontextprotocol/server-memory"],
|
|
336
|
+
"env": {
|
|
337
|
+
"MEMORY_FILE_PATH": "/path/to/custom/memory.json"
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}`),[u,d]=b.useState(null),[f,p]=b.useState(null),[h,y]=b.useState(null),[m,x]=b.useState({name:"",type:"mcp",url:"http://localhost:8000/mcp",description:"",headers_enabled:!1,headers:{},cardColor:wn}),[g,v]=b.useState(`{
|
|
342
|
+
|
|
343
|
+
}`),[w,k]=b.useState(null),[E,P]=b.useState({name:"",type:"local-mcp",command:"",args:[""],env:{},description:"",cardColor:wn}),[S,A]=b.useState({name:"",type:"a2a",manifest_url:"http://localhost:8001/.well-known/a2a/manifest.json",description:"",cardColor:wn}),j=on(),{toast:R}=Zt(),T=()=>{try{p(null);const C=VF(a),$=Object.entries(C.mcpServers);if($.length===0)throw new Error("No MCP servers found in configuration");if($.length>1)throw new Error("Multiple servers not supported. Please configure one server at a time.");const[M,B]=$[0],{command:Q,args:ue,env:oe,description:fe}=B;if(!Q||typeof Q!="string")throw new Error("Missing or invalid command");if(!ue||!Array.isArray(ue))throw new Error("Missing or invalid args array");const be={name:M,command:Q,args:ue.map(String),env:oe&&typeof oe=="object"?oe:void 0,description:fe&&typeof fe=="string"?fe:void 0};d(be),i("review"),P({name:be.name,type:"local-mcp",command:be.command,args:be.args,env:be.env||{},description:be.description||"",cardColor:wn}),I(M)}catch(C){p(C instanceof Error?C.message:"Failed to parse JSON"),d(null)}},I=async C=>{try{const B=((await Se("GET","/api/services")).data||[]).find(Q=>Q.name===C);y(B?C:null)}catch($){console.error("Failed to check name conflict:",$)}},F=async C=>{await I(C)},z=vt({mutationFn:async C=>{if(e==="mcp"&&r==="local"){const $={mcpServers:{[C.name]:{command:C.command,args:C.args.filter(M=>M.trim()!==""),...Object.keys(C.env).length>0&&{env:C.env}}}};return console.log("Importing local MCP server:",$),Se("POST","/api/local-mcp/import",{config:JSON.stringify($)})}else{const $={name:C.name,type:e,url:e==="mcp"?C.url:C.manifest_url,description:C.description,cardColor:C.cardColor,...C.headers_enabled&&{headers:C.headers}};return console.log("Sending service data:",$),Se("POST","/api/services",$)}},onSuccess:()=>{j.invalidateQueries({queryKey:["/api/services"]}),j.invalidateQueries({queryKey:["/api/collection/warnings"]}),R({title:"Service registered successfully!",description:`${(e==="mcp"?r==="remote"?m:E:S).name} has been added to your collection.`}),Z()},onError:C=>{var $;console.error("Registration failed:",C),console.error("Error details:",{message:C==null?void 0:C.message,name:C==null?void 0:C.name,stack:C==null?void 0:C.stack,toString:C==null?void 0:C.toString(),constructor:($=C==null?void 0:C.constructor)==null?void 0:$.name}),R({title:"Registration failed",description:(C==null?void 0:C.message)||"Failed to register service. Please try again.",variant:"destructive"})}}),V=async()=>{if(e==="mcp"&&r==="local"){if(s==="json")T();else if(s==="review"){if(await F(E.name),h){R({title:"Name Conflict",description:`A service with the name "${E.name}" already exists. Please choose a different name.`,variant:"destructive"});return}z.mutate(E)}}else{const C=e==="mcp"?r==="remote"?m:E:S;if(await F(C.name),h){R({title:"Name Conflict",description:`A service with the name "${C.name}" already exists. Please choose a different name.`,variant:"destructive"});return}if(e==="mcp"&&r==="remote"&&m.headers_enabled){const $=H();if($===null)return;z.mutate({...m,headers:$});return}z.mutate(C)}},Z=()=>{i("json"),l(`{
|
|
344
|
+
"mcpServers": {
|
|
345
|
+
"memory": {
|
|
346
|
+
"command": "npx",
|
|
347
|
+
"args": ["-y", "@modelcontextprotocol/server-memory"],
|
|
348
|
+
"env": {
|
|
349
|
+
"MEMORY_FILE_PATH": "/path/to/custom/memory.json"
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}`),d(null),p(null),y(null),x({name:"",type:"mcp",url:"http://localhost:8000/mcp",description:"",headers_enabled:!1,headers:{},cardColor:wn}),v(`{
|
|
354
|
+
|
|
355
|
+
}`),k(null),P({name:"",type:"local-mcp",command:"",args:[""],env:{},description:"",cardColor:wn}),A({name:"",type:"a2a",manifest_url:"http://localhost:8001/.well-known/a2a/manifest.json",description:"",cardColor:wn}),n(!1)},K=(C,$)=>{x(M=>({...M,[C]:$}))},q=C=>{K("headers_enabled",C),C&&g.trim()===`{
|
|
356
|
+
|
|
357
|
+
}`&&v(`{
|
|
358
|
+
"Authorization": "Bearer "
|
|
359
|
+
}`),C||k(null)},H=()=>{const C=g.trim();if(!C||C==="{}")return{};try{const $=JSON.parse(C);if(typeof $!="object"||$===null||Array.isArray($))return k('Headers must be a JSON object (e.g. {"Authorization": "Bearer token"})'),null;for(const[M,B]of Object.entries($))if(typeof B!="string")return k(`Header "${M}" must be a string value`),null;return k(null),$}catch{return k("Invalid JSON — fix syntax before registering"),null}},N=(C,$)=>{P(M=>({...M,[C]:$}))},O=(C,$)=>{A(M=>({...M,[C]:$}))},U=()=>{if(e==="mcp"&&r==="local"){if(s==="json")return"Parse Configuration";if(s==="review")return h?"Register Anyway":"Register Service"}return"Register Service"},_=()=>{var C,$;if(e==="mcp"&&r==="local"){if(s==="json")return!a.trim();if(s==="review")return!E.name.trim()||!E.command.trim()}else{const M=e==="mcp"?r==="remote"?m:E:S;return!M.name.trim()||e==="mcp"&&r==="remote"&&!((C=M.url)!=null&&C.trim())||e==="a2a"&&!(($=M.manifest_url)!=null&&$.trim())}return!1};return c.jsx(Fs,{open:t,onOpenChange:n,children:c.jsxs(Fo,{className:"sm:max-w-2xl max-h-[90vh] overflow-y-auto bg-black/40 backdrop-blur-md border border-white/10 text-white shadow-2xl",children:[c.jsxs(Uo,{children:[c.jsxs(qo,{className:"text-2xl font-bold flex items-center",style:{background:"linear-gradient(to right, #C4B643, #D4C760)",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent",backgroundClip:"text"},children:[e==="mcp"?c.jsx(vf,{className:"w-6 h-6 mr-3",style:{color:"#92E4DD"}}):c.jsx(KM,{className:"w-6 h-6 mr-3",style:{color:"#92E4DD"}}),"Register ",e==="mcp"?"MCP Server":"A2A Agent"]}),c.jsx(zi,{className:"mt-2",style:{color:"#92E4DD",opacity:.8},children:e==="mcp"?"Add a new Model Context Protocol (MCP) server to your service deck. Configure the server URL and provide details for registration.":"Register a new A2A agent with your service deck. Provide the agent manifest and configuration details."})]}),e==="mcp"?c.jsxs(FF,{value:r,onValueChange:C=>o(C),className:"w-full",children:[c.jsxs(qP,{className:"grid w-full grid-cols-2 bg-white/10 border border-white/20",children:[c.jsxs(qg,{value:"remote",className:"data-[state=active]:bg-white/20 data-[state=active]:text-white text-gray-400",children:[c.jsx(vf,{className:"w-4 h-4 mr-2"}),"Remote MCP"]}),c.jsxs(qg,{value:"local",className:"data-[state=active]:bg-white/20 data-[state=active]:text-white text-gray-400",children:[c.jsx(r4,{className:"w-4 h-4 mr-2"}),"Local MCP"]})]}),c.jsxs(Vg,{value:"remote",className:"space-y-4 mt-4",children:[c.jsxs("div",{children:[c.jsx(We,{htmlFor:"name",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Server Name"}),c.jsx(Ye,{id:"name",placeholder:"e.g., Database Tools",value:m.name,onChange:C=>{K("name",C.target.value),C.target.value.trim()?F(C.target.value):y(null)},className:"bg-white/10 border-white/20 text-white placeholder-gray-400",required:!0,"data-testid":"input-service-name"}),h&&c.jsxs("div",{className:"flex items-center gap-2 mt-1 text-red-400 text-sm",children:[c.jsx(Tr,{className:"w-4 h-4"}),c.jsx("span",{children:"A service with this name already exists"})]})]}),c.jsxs("div",{children:[c.jsx(We,{htmlFor:"url",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"MCP URL"}),c.jsx(Ye,{id:"url",type:"url",placeholder:"http://localhost:8080/mcp or https://mcp.notion.com/mcp",value:m.url,onChange:C=>K("url",C.target.value),className:"bg-white/10 border-white/20 text-white placeholder-gray-400",required:!0,"data-testid":"input-mcp-url"}),c.jsxs("div",{className:"mt-1 text-xs text-gray-400",children:[c.jsx("p",{children:"Supported formats:"}),c.jsxs("ul",{className:"list-disc list-inside ml-2 space-y-1",children:[c.jsxs("li",{children:["HTTP MCP: ",c.jsx("code",{children:"http://localhost:8080/mcp"})]}),c.jsxs("li",{children:["SSE MCP: ",c.jsx("code",{children:"https://be.omnimcp.ai/api/v1/mcp/.../sse"})]}),c.jsxs("li",{children:["Notion MCP: ",c.jsx("code",{children:"https://mcp.notion.com/mcp"})]})]})]})]}),c.jsxs("div",{children:[c.jsx(We,{htmlFor:"description",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Description"}),c.jsx(_o,{id:"description",placeholder:"Brief description of capabilities...",value:m.description,onChange:C=>K("description",C.target.value),rows:3,className:"bg-white/10 border-white/20 text-white placeholder-gray-400 resize-none","data-testid":"textarea-description"})]})]}),c.jsxs(Vg,{value:"local",className:"space-y-4 mt-4",children:[s==="json"&&c.jsxs("div",{className:"space-y-4",children:[c.jsxs("div",{children:[c.jsx(We,{htmlFor:"local-json",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Local MCP Configuration (JSON)"}),c.jsx(_o,{id:"local-json",placeholder:`{
|
|
360
|
+
"mcpServers": {
|
|
361
|
+
"memory": {
|
|
362
|
+
"command": "npx",
|
|
363
|
+
"args": ["-y", "@modelcontextprotocol/server-memory"]
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}`,value:a,onChange:C=>l(C.target.value),rows:12,className:"bg-white/10 border-white/20 text-white placeholder-gray-400 resize-none font-mono text-xs","data-testid":"textarea-local-json"}),c.jsxs("div",{className:"mt-2 text-xs text-gray-400",children:[c.jsx("p",{children:"Enter your local MCP server configuration in JSON format."}),c.jsx("p",{children:"Example:"}),c.jsx("pre",{className:"bg-white/10 p-2 rounded-md text-xs text-gray-300",children:`{
|
|
367
|
+
"mcpServers": {
|
|
368
|
+
"memory": {
|
|
369
|
+
"command": "npx",
|
|
370
|
+
"args": ["-y", "@modelcontextprotocol/server-memory"],
|
|
371
|
+
"env": {
|
|
372
|
+
"MEMORY_FILE_PATH": "/path/to/custom/memory.json"
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}`})]})]}),c.jsxs(ae,{type:"button",className:"flex-1 border",style:{background:"linear-gradient(135deg, #C4B643, #D4C760)",borderColor:"#C4B643",color:"#0A0A07"},onClick:T,disabled:!a.trim()||a.trim().length<10,"data-testid":"button-parse-json",children:[c.jsx(Rg,{className:"w-4 h-4 mr-2",style:{color:"#0A0A07"}}),"Parse Configuration"]})]}),s==="review"&&c.jsxs("div",{className:"space-y-4",children:[c.jsxs("div",{children:[c.jsx(We,{htmlFor:"local-name",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Server Name"}),c.jsx(Ye,{id:"local-name",placeholder:"e.g., Memory Server",value:E.name,onChange:C=>{N("name",C.target.value),C.target.value.trim()?F(C.target.value):y(null)},className:"bg-white/10 border-white/20 text-white placeholder-gray-400",required:!0,"data-testid":"input-local-service-name"}),h&&c.jsxs("div",{className:"mt-2 text-xs text-red-400 flex items-center",children:[c.jsx(Tr,{className:"w-4 h-4 mr-1"}),'A service with the name "',h,'" already exists.']})]}),c.jsxs("div",{children:[c.jsx(We,{htmlFor:"command",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Command"}),c.jsx(Ye,{id:"command",placeholder:"e.g., npx, python, node",value:E.command,onChange:C=>N("command",C.target.value),className:"bg-white/10 border-white/20 text-white placeholder-gray-400",required:!0,"data-testid":"input-command"}),c.jsx("div",{className:"mt-1 text-xs text-gray-400",children:"The command to execute (e.g., npx, python, node)"})]}),c.jsxs("div",{children:[c.jsx(We,{className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Arguments"}),E.args.map((C,$)=>c.jsxs("div",{className:"flex gap-2 mb-2",children:[c.jsx(Ye,{placeholder:`Argument ${$+1}`,value:C,onChange:M=>{const B=[...E.args];B[$]=M.target.value,N("args",B)},className:"bg-white/10 border-white/20 text-white placeholder-gray-400","data-testid":`input-arg-${$}`}),$===E.args.length-1&&c.jsx(ae,{type:"button",size:"sm",onClick:()=>N("args",[...E.args,""]),className:"bg-white/20 hover:bg-white/30 text-white",children:c.jsx(ai,{className:"w-4 h-4"})}),E.args.length>1&&c.jsx(ae,{type:"button",size:"sm",variant:"destructive",onClick:()=>{const M=E.args.filter((B,Q)=>Q!==$);N("args",M)},className:"bg-red-500/80 hover:bg-red-500 text-white",children:c.jsx(xf,{className:"w-4 h-4"})})]},$)),c.jsx("div",{className:"mt-1 text-xs text-gray-400",children:"Command arguments (e.g., -y, @modelcontextprotocol/server-memory)"})]}),c.jsxs("div",{children:[c.jsx(We,{className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Environment Variables"}),Object.entries(E.env).length===0?c.jsx("div",{className:"text-gray-400 text-sm italic",children:"No environment variables configured"}):c.jsx("div",{className:"space-y-2",children:Object.entries(E.env).map(([C,$],M)=>c.jsxs("div",{className:"flex gap-2",children:[c.jsx(Ye,{placeholder:"Variable name",value:C,onChange:B=>{const Q={...E.env};delete Q[C],Q[B.target.value]=$,N("env",Q)},className:"bg-white/10 border-white/20 text-white placeholder-gray-400","data-testid":`input-env-key-${M}`}),c.jsx(Ye,{placeholder:"Value",value:$,onChange:B=>{const Q={...E.env};Q[C]=B.target.value,N("env",Q)},className:"bg-white/10 border-white/20 text-white placeholder-gray-400","data-testid":`input-env-value-${M}`}),c.jsx(ae,{type:"button",size:"sm",variant:"destructive",onClick:()=>{const B={...E.env};delete B[C],N("env",B)},className:"bg-red-500/80 hover:bg-red-500 text-white",children:c.jsx(xf,{className:"w-4 h-4"})})]},M))}),c.jsxs(ae,{type:"button",size:"sm",onClick:()=>{const C={...E.env};C[""]="",N("env",C)},className:"mt-2 bg-white/20 hover:bg-white/30 text-white",children:[c.jsx(ai,{className:"w-4 h-4 mr-2"}),"Add Environment Variable"]}),c.jsx("div",{className:"mt-1 text-xs text-gray-400",children:"Environment variables for the MCP server process"})]}),c.jsxs("div",{children:[c.jsx(We,{htmlFor:"local-description",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Description"}),c.jsx(_o,{id:"local-description",placeholder:"Brief description of capabilities...",value:E.description,onChange:C=>N("description",C.target.value),rows:3,className:"bg-white/10 border-white/20 text-white placeholder-gray-400 resize-none","data-testid":"textarea-local-description"})]}),c.jsxs("div",{className:"flex gap-3",children:[c.jsx(ae,{type:"button",variant:"outline",className:"flex-1 border-white/20 text-white hover:bg-white/10",onClick:()=>i("json"),"data-testid":"button-back-to-json",children:"← Back to JSON"}),c.jsxs(ae,{type:"button",variant:"ghost",className:`flex-1 border-2 hover:opacity-90 ${Jr}`,style:Yr(wn),onClick:V,disabled:_(),"data-testid":"button-register",children:[c.jsx(ai,{className:"w-4 h-4 mr-2"}),z.isPending?"Registering...":U()]})]})]}),s==="complete"&&c.jsxs("div",{className:"text-center py-8",children:[c.jsx(Rg,{className:"w-16 h-16 text-green-500 mx-auto mb-4"}),c.jsx("h3",{className:"text-xl font-bold mb-2",style:{color:"#92E4DD"},children:"Local MCP Registered!"}),c.jsx("p",{className:"text-gray-400 mb-4",children:"Your local MCP server has been successfully registered."}),c.jsx(ae,{type:"button",className:"flex-1 border",style:{background:"linear-gradient(135deg, #C4B643, #D4C760)",borderColor:"#C4B643",color:"#0A0A07"},onClick:Z,"data-testid":"button-close",children:"Close"})]})]})]}):c.jsxs("div",{className:"space-y-4",children:[c.jsxs("div",{children:[c.jsx(We,{htmlFor:"name",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Agent Name"}),c.jsx(Ye,{id:"name",placeholder:"e.g., Code Assistant",value:S.name,onChange:C=>{O("name",C.target.value),C.target.value.trim()?F(C.target.value):y(null)},className:"bg-white/10 border-white/20 text-white placeholder-gray-400",required:!0,"data-testid":"input-service-name"}),h&&c.jsxs("div",{className:"flex items-center gap-2 mt-1 text-red-400 text-sm",children:[c.jsx(Tr,{className:"w-4 h-4"}),c.jsx("span",{children:"A service with this name already exists"})]})]}),c.jsxs("div",{children:[c.jsx(We,{htmlFor:"manifest_url",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Manifest URL"}),c.jsx(Ye,{id:"manifest_url",type:"url",placeholder:"http://localhost:8001/.well-known/a2a/manifest.json",value:S.manifest_url,onChange:C=>O("manifest_url",C.target.value),className:"bg-white/10 border-white/20 text-white placeholder-gray-400",required:!0,"data-testid":"input-manifest-url"})]}),c.jsxs("div",{children:[c.jsx(We,{htmlFor:"description",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"Description"}),c.jsx(_o,{id:"description",placeholder:"Brief description of capabilities...",value:S.description,onChange:C=>O("description",C.target.value),rows:3,className:"bg-white/10 border-white/20 text-white placeholder-gray-400 resize-none","data-testid":"textarea-description"})]})]}),e==="mcp"&&r==="remote"&&c.jsxs("div",{className:"space-y-4 border border-white/10 rounded-lg p-4",children:[c.jsxs("div",{className:"flex items-center space-x-2",children:[c.jsx("input",{type:"checkbox",id:"headers_enabled",checked:m.headers_enabled,onChange:C=>q(C.target.checked),className:"rounded border-white/20 bg-white/10"}),c.jsx(We,{htmlFor:"headers_enabled",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"🔐 Authentication Required"})]}),c.jsx("div",{className:"text-xs text-gray-400",children:c.jsx("p",{children:"Enable this if your MCP server requires authentication (API keys, tokens, etc.)."})}),m.headers_enabled&&c.jsxs("div",{className:"space-y-3 pl-6",children:[c.jsxs("div",{className:"text-xs text-gray-400 mb-2",children:[c.jsx("p",{children:"Configure HTTP headers for authentication. Common examples:"}),c.jsxs("ul",{className:"list-disc list-inside ml-2 mt-1 space-y-1",children:[c.jsxs("li",{children:[c.jsx("code",{children:"Authorization: Bearer YOUR_TOKEN"})," - For API tokens"]}),c.jsxs("li",{children:[c.jsx("code",{children:"X-API-Key: YOUR_API_KEY"})," - For API keys"]}),c.jsxs("li",{children:[c.jsx("code",{children:"X-Custom-Header: value"})," - For custom headers"]})]})]}),c.jsxs("div",{children:[c.jsx(We,{htmlFor:"headers",className:"text-sm font-semibold",style:{color:"#92E4DD"},children:"HTTP Headers (JSON)"}),c.jsx(_o,{id:"headers",placeholder:`{
|
|
377
|
+
"Authorization": "Bearer YOUR_TOKEN_HERE",
|
|
378
|
+
"X-API-Key": "YOUR_API_KEY_HERE"
|
|
379
|
+
}`,value:g,onChange:C=>{v(C.target.value),w&&k(null)},onBlur:()=>{g.trim()&&H()},rows:6,className:"bg-white/10 border-white/20 text-white placeholder-gray-400 resize-none font-mono text-xs","data-testid":"textarea-headers"}),w&&c.jsxs("p",{className:"text-red-400 text-xs mt-1 flex items-center gap-1",children:[c.jsx(Tr,{className:"w-3 h-3 shrink-0"}),w]}),c.jsx("div",{className:"text-xs text-gray-400 mt-1",children:c.jsx("p",{children:"Enter headers as JSON. Keys are header names, values are header values."})})]})]})]}),f&&c.jsxs("div",{className:"text-red-400 text-sm mt-2",children:[c.jsx(Tr,{className:"w-4 h-4 mr-1"}),f]}),h&&c.jsxs("div",{className:"text-red-400 text-sm mt-2",children:[c.jsx(Tr,{className:"w-4 h-4 mr-1"}),'A service with the name "',h,'" already exists. You can register it anyway, but it might overwrite the existing one.']}),c.jsxs("div",{className:"flex space-x-3 pt-4",children:[c.jsx(ae,{type:"button",variant:"secondary",className:"flex-1 border text-white",style:{background:"#ad095e",borderColor:"#ad095e"},onClick:Z,"data-testid":"button-cancel",children:"Cancel"}),!(e==="mcp"&&r==="local")&&c.jsxs(ae,{type:"button",variant:"ghost",className:`flex-1 border-2 hover:opacity-90 ${Jr}`,style:Yr(wn),disabled:z.isPending||_(),"data-testid":"button-register",onClick:V,children:[c.jsx(ai,{className:"w-4 h-4 mr-2"}),z.isPending?"Registering...":"Register Service"]})]})]})})}async function HP(e){return(await(await Se("POST","/api/export",{scope:e.scope??"collection",...e.deckId?{deckId:e.deckId}:{}})).json()).data}async function BF(e){return(await(await Se("POST","/api/import",e)).json()).data}function BP(e,t){const n=new Blob([`${JSON.stringify(e,null,2)}
|
|
380
|
+
`],{type:"application/json"}),r=URL.createObjectURL(n),o=document.createElement("a");o.href=r,o.download=t,o.click(),URL.revokeObjectURL(r)}function WF(e){return e.trim().toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,48)||"deck"}function dk(e){const{services:t,playbooks:n,decks:r}=e.counts;return`Decks +${r.created} / skipped ${r.reused}. Services +${t.created} / skipped ${t.reused}. Playbooks +${n.created} / skipped ${n.reused}.`}function KF({decks:e,editingDeckId:t,onSelectDeck:n,isLoading:r}){const[o,s]=b.useState(!1),[i,a]=b.useState(""),l=on(),{toast:u}=Zt(),{data:d}=Ot({queryKey:["/api/scope/bindings"],refetchInterval:3e3}),f=b.useMemo(()=>oF((d==null?void 0:d.data)??[]),[d]),p=vt({mutationFn:async k=>Se("POST","/api/decks",{name:k,isActive:!1}),onSuccess:async(k,E)=>{var S;const P=await k.json();l.invalidateQueries({queryKey:["/api/decks"]}),(S=P.data)!=null&&S.id&&n(P.data.id),u({title:"Deck created",description:`${E} has been created successfully.`}),s(!1),a("")},onError:k=>{u({title:"Failed to create deck",description:k.message,variant:"destructive"})}}),h=vt({mutationFn:async k=>{const E=await HP({scope:"deck",deckId:k.id});return BP(E,`${WF(k.name)}.agent-deck.json`),E},onSuccess:(k,E)=>{u({title:"Deck exported",description:`${E.name}: ${k.services.length} services, ${k.playbooks.length} playbooks`})},onError:k=>{u({title:"Export failed",description:k.message,variant:"destructive"})}}),y=(k,E)=>{k.stopPropagation(),h.mutate(E)},m=vt({mutationFn:async k=>Se("DELETE",`/api/decks/${k}`,{}),onSuccess:()=>{l.invalidateQueries({queryKey:["/api/decks"]}),u({title:"Deck deleted",description:"Your deck has been deleted successfully."})},onError:k=>{k.message.includes("Cannot delete the last deck")?u({title:"Cannot delete deck",description:"You cannot delete the last deck. Please create another deck first.",variant:"destructive"}):u({title:"Failed to delete deck",description:k.message,variant:"destructive"})}}),x=async(k,E)=>{k.stopPropagation();try{await navigator.clipboard.writeText(E.id),u({title:"Copied deck id",description:"Use with bind_workspace({ workspaceRoot, deckId }) in your agent."})}catch(P){u({title:"Failed to copy deck id",description:P instanceof Error?P.message:"Unknown error",variant:"destructive"})}},g=(k,E)=>{k.stopPropagation(),window.confirm("Are you sure you want to delete this deck? This action cannot be undone.")&&m.mutate(E)},v=k=>{k.preventDefault();const E=i.trim();E&&p.mutate(E)},w=k=>{var E,P,S;return(((E=k.services)==null?void 0:E.length)??0)+(((P=k.credentials)==null?void 0:P.length)??0)+(((S=k.playbooks)==null?void 0:S.length)??0)};return r?c.jsx("div",{className:"bg-black/40 backdrop-blur-md rounded-2xl border border-white/10 p-6 shadow-2xl",children:c.jsxs("div",{className:"animate-pulse space-y-4",children:[c.jsx("div",{className:"h-6 bg-white/10 rounded"}),c.jsx("div",{className:"space-y-3",children:Array.from({length:3}).map((k,E)=>c.jsx("div",{className:"h-16 bg-white/5 rounded-lg"},E))})]})}):c.jsxs(c.Fragment,{children:[c.jsxs("div",{className:"h-full flex flex-col","data-testid":"deck-management-panel",children:[c.jsxs("h2",{className:"text-lg font-bold mb-3 flex items-center",children:[c.jsx(yf,{className:"w-4 h-4 mr-2",style:{color:"#92E4DD"}}),c.jsx("span",{style:{color:"#92E4DD"},children:"My Decks"})]}),c.jsx("div",{className:"mb-3",children:c.jsxs(ae,{onClick:()=>s(!0),className:"w-full border text-sm py-2",style:{background:"#C4B643",borderColor:"#C4B643",color:"black"},"data-testid":"create-deck-button",children:[c.jsx(ai,{className:"w-3 h-3 mr-2"}),"Add Deck"]})}),c.jsx("div",{className:"flex-1 overflow-y-auto",children:c.jsx("div",{className:"space-y-2",children:e.map(k=>{const E=k.id===t,P=w(k),S=f.get(k.id)??0,A=sF(P,S);return c.jsxs("div",{className:`p-2 rounded-lg border cursor-pointer transition-all relative group ${E?"bg-gradient-to-r from-yellow-500/20 to-yellow-600/20 border-2 border-yellow-500/40 hover:border-yellow-400/60":"bg-white/5 border border-white/10 hover:border-white/20"}`,onClick:()=>n(k.id),"data-testid":`deck-item-${k.id}`,children:[c.jsxs("div",{className:"absolute top-1 right-1 flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200",children:[c.jsx(ae,{size:"sm",variant:"secondary",className:"h-5 w-5 p-0",onClick:j=>y(j,k),title:"Export this deck","data-testid":`export-deck-${k.id}`,children:c.jsx(LE,{className:"w-2 h-2"})}),c.jsx(ae,{size:"sm",variant:"secondary",className:"h-5 w-5 p-0",onClick:j=>x(j,k),title:"Copy deck id for bind_workspace",children:c.jsx(zE,{className:"w-2 h-2"})}),c.jsx(ae,{size:"sm",variant:"destructive",className:"h-5 w-5 p-0 bg-red-500/80 hover:bg-red-500 border-red-400",onClick:j=>g(j,k.id),title:"Delete deck",children:c.jsx(xh,{className:"w-2 h-2"})})]}),c.jsxs("div",{children:[c.jsx("h3",{className:`font-semibold text-sm pr-16 ${E?"text-yellow-300":"text-white"}`,children:k.name}),c.jsx("p",{className:"text-xs text-gray-400 select-none pointer-events-none",children:A})]})]},k.id)})})})]}),c.jsx(Fs,{open:o,onOpenChange:s,children:c.jsxs(Fo,{className:"sm:max-w-md border-border bg-[#161612] text-[#E8F6F4]",children:[c.jsx(Uo,{children:c.jsxs(qo,{className:"flex items-center text-xl font-bold",children:[c.jsx(yf,{className:"mr-2 h-5 w-5",style:{color:"#92E4DD"}}),"Create New Deck"]})}),c.jsxs("form",{onSubmit:v,className:"space-y-4","data-testid":"form-create-deck",children:[c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"deckName",children:"Deck Name"}),c.jsx(Ye,{id:"deckName",placeholder:"e.g., Hiring stack",value:i,onChange:k=>a(k.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] placeholder:text-[#A8C4C0]/60",required:!0,"data-testid":"input-deck-name"})]}),c.jsxs("div",{className:"flex gap-3 pt-2",children:[c.jsx(ae,{type:"button",variant:"outline",className:"flex-1 rounded-full border-white/20 text-[#E8F6F4] hover:bg-white/10",onClick:()=>s(!1),"data-testid":"button-cancel-create",children:"Cancel"}),c.jsx(ae,{type:"submit",className:"flex-1 rounded-full border px-6 text-sm font-semibold hover:opacity-90",style:{background:"#C4B643",borderColor:"#C4B643",color:"black"},disabled:p.isPending,"data-testid":"button-submit-create",children:p.isPending?"Creating…":"Create Deck"})]})]})]})})]})}function ZF({open:e,onOpenChange:t}){const[n,r]=b.useState(""),[o,s]=b.useState(""),i=on(),{toast:a}=Zt(),l=vt({mutationFn:async()=>Se("POST","/api/credentials",{label:n.trim(),value:o}),onSuccess:()=>{i.invalidateQueries({queryKey:["/api/credentials/vault"]}),i.invalidateQueries({queryKey:["/api/decks"]}),a({title:"API key saved",description:`${n.trim()} is stored securely. Your agent can use it from the active deck.`}),t(!1),r(""),s("")},onError:d=>{a({title:"Could not save API key",description:d.message,variant:"destructive"})}}),u=n.trim().length>0&&o.trim().length>0;return c.jsx(Fs,{open:e,onOpenChange:t,children:c.jsxs(Fo,{className:"sm:max-w-md border-border bg-[#161612] text-[#E8F6F4]",children:[c.jsxs(Uo,{children:[c.jsx(qo,{className:"text-[#E8F6F4]",children:"Register API key"}),c.jsx(zi,{className:"text-[#A8C4C0]",children:"Name the service and paste the key. Agent Deck handles the rest — stored in your vault, never shown again."})]}),c.jsxs("div",{className:"space-y-4",children:[c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"credential-name",className:"text-[#CFEAE6]",children:"Service name"}),c.jsx(Ye,{id:"credential-name",placeholder:"OpenAI, Linear, Slack…",value:n,onChange:d=>r(d.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] placeholder:text-[#6B8581]"})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"credential-value",className:"text-[#CFEAE6]",children:"API key"}),c.jsx(Ye,{id:"credential-value",type:"password",placeholder:"Paste key from the service dashboard",value:o,onChange:d=>s(d.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] placeholder:text-[#6B8581]"})]}),c.jsx(ae,{variant:"ghost",className:`w-full border-2 hover:opacity-90 ${Jr}`,style:Yr(Rn),onClick:()=>l.mutate(),disabled:!u||l.isPending,children:"Save to vault"})]})]})})}function QF({open:e,onOpenChange:t}){const[n,r]=b.useState(""),[o,s]=b.useState(""),[i,a]=b.useState(""),[l,u]=b.useState(""),[d,f]=b.useState(""),[p,h]=b.useState([]),[y,m]=b.useState([]),x=on(),{toast:g}=Zt(),{data:v}=Ot({queryKey:["/api/credentials/vault"],enabled:e}),{data:w}=Ot({queryKey:["/api/services"],enabled:e}),k=(v==null?void 0:v.data)??[],E=(w==null?void 0:w.data)??[],P=vt({mutationFn:async()=>Se("POST","/api/playbooks",{title:n.trim(),body:o,triggers:i.split(",").map(j=>j.trim()).filter(Boolean),dependsOnCredentialIds:p,dependsOnServiceIds:y,exec:l.trim()||void 0,skill:d.trim()||void 0,autoDetectDependencies:!0}),onSuccess:()=>{x.invalidateQueries({queryKey:["/api/playbooks/vault"]}),g({title:"Playbook saved",description:`${n.trim()} is in your collection.`}),t(!1),r(""),s(""),a(""),u(""),f(""),h([]),m([])},onError:j=>{g({title:"Could not save playbook",description:j.message,variant:"destructive"})}}),S=(j,R,T)=>{T(j.includes(R)?j.filter(I=>I!==R):[...j,R])},A=n.trim().length>0&&o.trim().length>0;return c.jsx(Fs,{open:e,onOpenChange:t,children:c.jsxs(Fo,{className:"sm:max-w-2xl max-h-[90vh] overflow-y-auto border-border bg-[#161612] text-[#E8F6F4]",children:[c.jsxs(Uo,{children:[c.jsx(qo,{children:"Register Playbook"}),c.jsxs(zi,{className:"text-[#A8C4C0]",children:["Prefer"," ",c.jsx("span",{className:"font-mono text-xs",children:"register_playbook"})," /"," ",c.jsx("span",{className:"font-mono text-xs",children:"update_playbook"})," from your AI agent. This form also auto-detects API key and MCP dependencies from the content on save."]})]}),c.jsxs("div",{className:"space-y-4",children:[c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"playbook-title",children:"Title"}),c.jsx(Ye,{id:"playbook-title",placeholder:"Hiring inbox, Ashby API guide…",value:n,onChange:j=>r(j.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4]"})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"playbook-triggers",children:"Triggers (comma-separated)"}),c.jsx(Ye,{id:"playbook-triggers",placeholder:"check inbox, review applicants",value:i,onChange:j=>a(j.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4]"})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"playbook-body",children:"Instructions (markdown)"}),c.jsx(_o,{id:"playbook-body",rows:8,placeholder:`# Steps
|
|
381
|
+
1. …
|
|
382
|
+
2. …`,value:o,onChange:j=>s(j.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] font-mono text-sm"})]}),c.jsxs("div",{className:"grid grid-cols-2 gap-4",children:[c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{children:"Extra API key deps (optional)"}),c.jsx("p",{className:"text-xs text-gray-500",children:"Merged with auto-detected refs from content."}),c.jsx("div",{className:"max-h-28 overflow-y-auto rounded border border-white/10 p-2 space-y-1",children:k.length===0?c.jsx("p",{className:"text-xs text-gray-500",children:"No API keys registered yet."}):k.map(j=>c.jsxs("label",{className:"flex items-center gap-2 text-xs cursor-pointer",children:[c.jsx("input",{type:"checkbox",checked:p.includes(j.id),onChange:()=>S(p,j.id,h)}),j.label]},j.id))})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{children:"Extra MCP deps (optional)"}),c.jsx("p",{className:"text-xs text-gray-500",children:"Merged with auto-detected refs from content."}),c.jsx("div",{className:"max-h-28 overflow-y-auto rounded border border-white/10 p-2 space-y-1",children:E.length===0?c.jsx("p",{className:"text-xs text-gray-500",children:"No MCP services registered yet."}):E.map(j=>c.jsxs("label",{className:"flex items-center gap-2 text-xs cursor-pointer",children:[c.jsx("input",{type:"checkbox",checked:y.includes(j.id),onChange:()=>S(y,j.id,m)}),j.name]},j.id))})]})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"playbook-exec",children:"Suggested exec (optional)"}),c.jsx(Ye,{id:"playbook-exec",placeholder:"agent-deck exec --connections … -- uv run …",value:l,onChange:j=>u(j.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] font-mono text-xs"})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"playbook-skill",children:"Skill path hint (optional)"}),c.jsx(Ye,{id:"playbook-skill",placeholder:".cursor/skills/…/SKILL.md",value:d,onChange:j=>f(j.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] font-mono text-xs"})]}),c.jsx(ae,{variant:"ghost",className:`w-full border-2 hover:opacity-90 ${Jr}`,style:Yr(Cr),onClick:()=>P.mutate(),disabled:!A||P.isPending,children:"Save to collection"})]})]})})}async function au(e){const t=await e.json();if(!t.success)throw new Error(t.error??"Request failed");return t.data}async function WP(e){const t=`?status=${encodeURIComponent(e)}`,n=await Se("GET",`/api/playbook-patches${t}`);return au(n)}async function GF(e){const t=await Se("GET",`/api/playbook-patches/${e}/preview`);return au(t)}async function JF(e){const t=await Se("POST",`/api/playbook-patches/${e}/accept`);return au(t)}async function YF(e,t){const n=await Se("POST",`/api/playbook-patches/${e}/reject`,{reason:t});return au(n)}async function XF(e){const t=await Se("GET",`/api/playbooks/${e}/events/count`);return au(t)}function e3({playbookId:e,open:t,onOpenChange:n}){const{data:r,isLoading:o}=Ot({queryKey:e?[`/api/playbooks/${e}`]:["playbook-detail-disabled"],enabled:t&&!!e}),{data:s}=Ot({queryKey:[`/api/playbooks/${e}/events/count`],queryFn:()=>XF(e),enabled:t&&!!e}),i=r==null?void 0:r.data,a=((i==null?void 0:i.dependencies.missingCredentialIds.length)??0)+((i==null?void 0:i.dependencies.missingServiceIds.length)??0);return c.jsx(Fs,{open:t,onOpenChange:n,children:c.jsxs(Fo,{className:"sm:max-w-6xl max-h-[90vh] overflow-y-auto border-border bg-[#161612] text-[#E8F6F4]",children:[c.jsxs(Uo,{children:[c.jsx(qo,{children:(i==null?void 0:i.title)??"Playbook"}),c.jsx(zi,{className:"text-[#A8C4C0]",children:(i==null?void 0:i.id)??e})]}),o||!i?c.jsx("p",{className:"text-sm text-gray-400",children:"Loading…"}):c.jsxs("div",{className:"space-y-4 text-sm",children:[c.jsxs("p",{className:"rounded-md border border-white/10 bg-white/5 px-3 py-2 text-[#A8C4C0]",children:["Agent corrections file as"," ",c.jsx("span",{className:"font-mono text-xs",children:"propose_playbook_patch"})," proposals — review in the queue. Direct"," ",c.jsx("span",{className:"font-mono text-xs",children:"update_playbook"})," is for explicit edits only."]}),typeof s=="number"&&c.jsxs("p",{className:"text-xs text-gray-500",children:["Fetched ",s," time",s===1?"":"s"," (undertriggering signal)"]}),i.triggers.length>0&&c.jsxs("div",{children:[c.jsx("h4",{className:"font-semibold text-amber-200 mb-1",children:"Triggers"}),c.jsx("p",{className:"text-gray-300",children:i.triggers.join(", ")})]}),c.jsxs("div",{children:[c.jsx("h4",{className:"font-semibold text-amber-200 mb-1",children:"Dependencies"}),i.dependencies.credentials.length===0&&i.dependencies.services.length===0&&a===0?c.jsx("p",{className:"text-gray-400",children:"None declared."}):c.jsxs("ul",{className:"space-y-1 text-gray-300",children:[i.dependencies.credentials.map(l=>c.jsxs("li",{children:["API key: ",l.label]},l.id)),i.dependencies.services.map(l=>c.jsxs("li",{children:["MCP: ",l.label]},l.id)),i.dependencies.missingCredentialIds.map(l=>c.jsxs("li",{className:"text-amber-300 flex items-center gap-1",children:[c.jsx(Tr,{className:"w-3 h-3"})," Missing API key: ",l]},l)),i.dependencies.missingServiceIds.map(l=>c.jsxs("li",{className:"text-amber-300 flex items-center gap-1",children:[c.jsx(Tr,{className:"w-3 h-3"})," Missing MCP: ",l]},l))]})]}),i.exec&&c.jsxs("div",{children:[c.jsx("h4",{className:"font-semibold text-amber-200 mb-1",children:"Suggested exec"}),c.jsx("pre",{className:"rounded bg-black/40 p-2 text-xs overflow-x-auto",children:i.exec})]}),i.skill&&c.jsxs("div",{children:[c.jsx("h4",{className:"font-semibold text-amber-200 mb-1",children:"Skill hint"}),c.jsx("p",{className:"font-mono text-xs text-gray-300",children:i.skill})]}),c.jsxs("div",{children:[c.jsx("h4",{className:"font-semibold text-amber-200 mb-1",children:"Instructions"}),c.jsx("div",{className:"rounded bg-black/30 p-3 whitespace-pre-wrap text-gray-200",children:i.body})]})]})]})})}function t3({credentialId:e,open:t,onOpenChange:n}){const r=on(),{toast:o}=Zt(),[s,i]=b.useState(""),[a,l]=b.useState(""),[u,d]=b.useState(""),{data:f,isLoading:p}=Ot({queryKey:e?[`/api/credentials/${e}`]:["credential-detail-disabled"],enabled:t&&!!e}),h=f==null?void 0:f.data;b.useEffect(()=>{h&&(i(h.label),l(h.docsUrl??""),d(""))},[h==null?void 0:h.id,h==null?void 0:h.label,h==null?void 0:h.docsUrl]);const y=vt({mutationFn:async()=>{if(!e)throw new Error("No credential selected");const x=s.trim();if(!x)throw new Error("Name is required");const g=a.trim();if(g)try{new URL(g)}catch{throw new Error("Documentation link must be a valid URL")}await Se("PUT",`/api/credentials/${e}`,{label:x,docsUrl:g}),u.trim()&&await Se("POST",`/api/credentials/${e}/rotate`,{value:u.trim()})},onSuccess:()=>{r.invalidateQueries({queryKey:["/api/credentials/vault"]}),e&&r.invalidateQueries({queryKey:[`/api/credentials/${e}`]}),r.invalidateQueries({queryKey:["/api/collection/warnings"]}),r.invalidateQueries({queryKey:["/api/decks"]}),o({title:u.trim()?"API key updated":"API key saved",description:u.trim()?"Name, docs link, and key value were updated.":"Name and docs link were updated."}),d(""),n(!1)},onError:x=>{o({title:"Could not save API key",description:x.message,variant:"destructive"})}}),m=s.trim().length>0&&(s.trim()!==(h==null?void 0:h.label)||a.trim()!==((h==null?void 0:h.docsUrl)??"")||u.trim().length>0);return c.jsx(Fs,{open:t,onOpenChange:n,children:c.jsxs(Fo,{className:"sm:max-w-md border-border bg-[#161612] text-[#E8F6F4]",children:[c.jsxs(Uo,{children:[c.jsx(qo,{className:"text-[#E8F6F4]",children:(h==null?void 0:h.label)??"API key"}),c.jsx(zi,{className:"font-mono text-xs text-[#A8C4C0]",children:(h==null?void 0:h.id)??e})]}),p||!h?c.jsx("p",{className:"text-sm text-gray-400",children:"Loading…"}):c.jsxs("div",{className:"space-y-4",children:[!h.hasSecret&&c.jsxs("div",{className:"flex items-start gap-2 rounded-md border border-amber-500/40 bg-amber-500/10 px-3 py-2 text-sm text-amber-200",children:[c.jsx(Tr,{className:"mt-0.5 h-4 w-4 shrink-0"}),c.jsx("p",{children:"No key is stored in your vault for this credential. Paste a key below to save it — the value is never shown after saving."})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"credential-detail-name",className:"text-[#CFEAE6]",children:"Name"}),c.jsx(Ye,{id:"credential-detail-name",value:s,onChange:x=>i(x.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] placeholder:text-[#6B8581]"})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"credential-detail-key",className:"text-[#CFEAE6]",children:h.hasSecret?"Rotate API key":"API key"}),c.jsx(Ye,{id:"credential-detail-key",type:"password",placeholder:h.hasSecret?"Leave blank to keep current key":"Paste key from the service dashboard",value:u,onChange:x=>d(x.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] placeholder:text-[#6B8581]"}),h.hasSecret&&c.jsx("p",{className:"text-xs text-[#6B8581]",children:"Stored securely in Keychain. Enter a new value only when rotating."})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"credential-detail-docs",className:"text-[#CFEAE6]",children:"Documentation link"}),c.jsxs("div",{className:"flex gap-2",children:[c.jsx(Ye,{id:"credential-detail-docs",type:"url",placeholder:"https://…",value:a,onChange:x=>l(x.target.value),className:"border-white/15 bg-[#0F0F0C] text-[#E8F6F4] placeholder:text-[#6B8581]"}),a.trim()&&c.jsx(ae,{type:"button",variant:"outline",size:"icon",className:"shrink-0 border-white/15 bg-[#0F0F0C] text-[#A8C4C0] hover:bg-white/5",onClick:()=>window.open(a.trim(),"_blank","noopener,noreferrer"),title:"Open documentation",children:c.jsx(Eo,{className:"h-4 w-4"})})]})]}),c.jsx(ae,{variant:"ghost",className:`w-full border-2 hover:opacity-90 ${Jr}`,style:Yr(Rn),onClick:()=>y.mutate(),disabled:!m||y.isPending,children:y.isPending?"Saving…":"Save changes"})]})]})})}const n3=yh("inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",{variants:{variant:{default:"border-transparent bg-primary text-primary-foreground hover:bg-primary/80",secondary:"border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",outline:"text-foreground"}},defaultVariants:{variant:"default"}});function or({className:e,variant:t,...n}){return c.jsx("div",{className:Ee(n3({variant:t}),e),...n})}function KP(e){const t=b.useRef({value:e,previous:e});return b.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var Ih="Checkbox",[r3,Hee]=lo(Ih),[o3,m0]=r3(Ih);function s3(e){const{__scopeCheckbox:t,checked:n,children:r,defaultChecked:o,disabled:s,form:i,name:a,onCheckedChange:l,required:u,value:d="on",internal_do_not_use_render:f}=e,[p,h]=$s({prop:n,defaultProp:o??!1,onChange:l,caller:Ih}),[y,m]=b.useState(null),[x,g]=b.useState(null),v=b.useRef(!1),w=y?!!i||!!y.closest("form"):!0,k={checked:p,disabled:s,setChecked:h,control:y,setControl:m,name:a,form:i,value:d,hasConsumerStoppedPropagationRef:v,required:u,defaultChecked:Ns(o)?!1:o,isFormControl:w,bubbleInput:x,setBubbleInput:g};return c.jsx(o3,{scope:t,...k,children:i3(f)?f(k):r})}var ZP="CheckboxTrigger",QP=b.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:n,...r},o)=>{const{control:s,value:i,disabled:a,checked:l,required:u,setControl:d,setChecked:f,hasConsumerStoppedPropagationRef:p,isFormControl:h,bubbleInput:y}=m0(ZP,e),m=Je(o,d),x=b.useRef(l);return b.useEffect(()=>{const g=s==null?void 0:s.form;if(g){const v=()=>f(x.current);return g.addEventListener("reset",v),()=>g.removeEventListener("reset",v)}},[s,f]),c.jsx(Pe.button,{type:"button",role:"checkbox","aria-checked":Ns(l)?"mixed":l,"aria-required":u,"data-state":ej(l),"data-disabled":a?"":void 0,disabled:a,value:i,...r,ref:m,onKeyDown:xe(t,g=>{g.key==="Enter"&&g.preventDefault()}),onClick:xe(n,g=>{f(v=>Ns(v)?!0:!v),y&&h&&(p.current=g.isPropagationStopped(),p.current||g.stopPropagation())})})});QP.displayName=ZP;var g0=b.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:r,checked:o,defaultChecked:s,required:i,disabled:a,value:l,onCheckedChange:u,form:d,...f}=e;return c.jsx(s3,{__scopeCheckbox:n,checked:o,defaultChecked:s,disabled:a,required:i,onCheckedChange:u,name:r,form:d,value:l,internal_do_not_use_render:({isFormControl:p})=>c.jsxs(c.Fragment,{children:[c.jsx(QP,{...f,ref:t,__scopeCheckbox:n}),p&&c.jsx(XP,{__scopeCheckbox:n})]})})});g0.displayName=Ih;var GP="CheckboxIndicator",JP=b.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:r,...o}=e,s=m0(GP,n);return c.jsx(co,{present:r||Ns(s.checked)||s.checked===!0,children:c.jsx(Pe.span,{"data-state":ej(s.checked),"data-disabled":s.disabled?"":void 0,...o,ref:t,style:{pointerEvents:"none",...e.style}})})});JP.displayName=GP;var YP="CheckboxBubbleInput",XP=b.forwardRef(({__scopeCheckbox:e,...t},n)=>{const{control:r,hasConsumerStoppedPropagationRef:o,checked:s,defaultChecked:i,required:a,disabled:l,name:u,value:d,form:f,bubbleInput:p,setBubbleInput:h}=m0(YP,e),y=Je(n,h),m=KP(s),x=cN(r);b.useEffect(()=>{const v=p;if(!v)return;const w=window.HTMLInputElement.prototype,E=Object.getOwnPropertyDescriptor(w,"checked").set,P=!o.current;if(m!==s&&E){const S=new Event("click",{bubbles:P});v.indeterminate=Ns(s),E.call(v,Ns(s)?!1:s),v.dispatchEvent(S)}},[p,m,s,o]);const g=b.useRef(Ns(s)?!1:s);return c.jsx(Pe.input,{type:"checkbox","aria-hidden":!0,defaultChecked:i??g.current,required:a,disabled:l,name:u,value:d,form:f,...t,tabIndex:-1,ref:y,style:{...t.style,...x,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})});XP.displayName=YP;function i3(e){return typeof e=="function"}function Ns(e){return e==="indeterminate"}function ej(e){return Ns(e)?"indeterminate":e?"checked":"unchecked"}const tj=b.forwardRef(({className:e,...t},n)=>c.jsx(g0,{ref:n,className:Ee("peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground",e),...t,children:c.jsx(JP,{className:Ee("flex items-center justify-center text-current"),children:c.jsx(ME,{className:"h-4 w-4"})})}));tj.displayName=g0.displayName;const nj=b.forwardRef(({className:e,...t},n)=>c.jsx("div",{className:"relative w-full overflow-auto",children:c.jsx("table",{ref:n,className:Ee("w-full caption-bottom text-sm",e),...t})}));nj.displayName="Table";const rj=b.forwardRef(({className:e,...t},n)=>c.jsx("thead",{ref:n,className:Ee("[&_tr]:border-b",e),...t}));rj.displayName="TableHeader";const oj=b.forwardRef(({className:e,...t},n)=>c.jsx("tbody",{ref:n,className:Ee("[&_tr:last-child]:border-0",e),...t}));oj.displayName="TableBody";const a3=b.forwardRef(({className:e,...t},n)=>c.jsx("tfoot",{ref:n,className:Ee("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",e),...t}));a3.displayName="TableFooter";const Qi=b.forwardRef(({className:e,...t},n)=>c.jsx("tr",{ref:n,className:Ee("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...t}));Qi.displayName="TableRow";const Td=b.forwardRef(({className:e,...t},n)=>c.jsx("th",{ref:n,className:Ee("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",e),...t}));Td.displayName="TableHead";const Qs=b.forwardRef(({className:e,...t},n)=>c.jsx("td",{ref:n,className:Ee("p-4 align-middle [&:has([role=checkbox])]:pr-0",e),...t}));Qs.displayName="TableCell";const l3=b.forwardRef(({className:e,...t},n)=>c.jsx("caption",{ref:n,className:Ee("mt-4 text-sm text-muted-foreground",e),...t}));l3.displayName="TableCaption";function c3(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const u3=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,d3=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,f3={};function fk(e,t){return(f3.jsx?d3:u3).test(e)}const h3=/[ \t\n\f\r]/g;function p3(e){return typeof e=="object"?e.type==="text"?hk(e.value):!1:hk(e)}function hk(e){return e.replace(h3,"")===""}class lu{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}}lu.prototype.normal={};lu.prototype.property={};lu.prototype.space=void 0;function sj(e,t){const n={},r={};for(const o of e)Object.assign(n,o.property),Object.assign(r,o.normal);return new lu(n,r,t)}function Hg(e){return e.toLowerCase()}class Fn{constructor(t,n){this.attribute=n,this.property=t}}Fn.prototype.attribute="";Fn.prototype.booleanish=!1;Fn.prototype.boolean=!1;Fn.prototype.commaOrSpaceSeparated=!1;Fn.prototype.commaSeparated=!1;Fn.prototype.defined=!1;Fn.prototype.mustUseProperty=!1;Fn.prototype.number=!1;Fn.prototype.overloadedBoolean=!1;Fn.prototype.property="";Fn.prototype.spaceSeparated=!1;Fn.prototype.space=void 0;let m3=0;const Ne=Li(),At=Li(),Bg=Li(),X=Li(),tt=Li(),xi=Li(),Vn=Li();function Li(){return 2**++m3}const Wg=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ne,booleanish:At,commaOrSpaceSeparated:Vn,commaSeparated:xi,number:X,overloadedBoolean:Bg,spaceSeparated:tt},Symbol.toStringTag,{value:"Module"})),Wp=Object.keys(Wg);class y0 extends Fn{constructor(t,n,r,o){let s=-1;if(super(t,n),pk(this,"space",o),typeof r=="number")for(;++s<Wp.length;){const i=Wp[s];pk(this,Wp[s],(r&Wg[i])===Wg[i])}}}y0.prototype.defined=!0;function pk(e,t,n){n&&(e[t]=n)}function gl(e){const t={},n={};for(const[r,o]of Object.entries(e.properties)){const s=new y0(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(s.mustUseProperty=!0),t[r]=s,n[Hg(r)]=r,n[Hg(s.attribute)]=r}return new lu(t,n,e.space)}const ij=gl({properties:{ariaActiveDescendant:null,ariaAtomic:At,ariaAutoComplete:null,ariaBusy:At,ariaChecked:At,ariaColCount:X,ariaColIndex:X,ariaColSpan:X,ariaControls:tt,ariaCurrent:null,ariaDescribedBy:tt,ariaDetails:null,ariaDisabled:At,ariaDropEffect:tt,ariaErrorMessage:null,ariaExpanded:At,ariaFlowTo:tt,ariaGrabbed:At,ariaHasPopup:null,ariaHidden:At,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:tt,ariaLevel:X,ariaLive:null,ariaModal:At,ariaMultiLine:At,ariaMultiSelectable:At,ariaOrientation:null,ariaOwns:tt,ariaPlaceholder:null,ariaPosInSet:X,ariaPressed:At,ariaReadOnly:At,ariaRelevant:null,ariaRequired:At,ariaRoleDescription:tt,ariaRowCount:X,ariaRowIndex:X,ariaRowSpan:X,ariaSelected:At,ariaSetSize:X,ariaSort:null,ariaValueMax:X,ariaValueMin:X,ariaValueNow:X,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function aj(e,t){return t in e?e[t]:t}function lj(e,t){return aj(e,t.toLowerCase())}const g3=gl({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:xi,acceptCharset:tt,accessKey:tt,action:null,allow:null,allowFullScreen:Ne,allowPaymentRequest:Ne,allowUserMedia:Ne,alpha:Ne,alt:null,as:null,async:Ne,autoCapitalize:null,autoComplete:tt,autoFocus:Ne,autoPlay:Ne,blocking:tt,capture:null,charSet:null,checked:Ne,cite:null,className:tt,closedBy:null,colorSpace:null,cols:X,colSpan:X,command:null,commandFor:null,content:null,contentEditable:At,controls:Ne,controlsList:tt,coords:X|xi,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ne,defer:Ne,dir:null,dirName:null,disabled:Ne,download:Bg,draggable:At,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ne,formTarget:null,headers:tt,height:X,hidden:Bg,high:X,href:null,hrefLang:null,htmlFor:tt,httpEquiv:tt,id:null,imageSizes:null,imageSrcSet:null,inert:Ne,inputMode:null,integrity:null,is:null,isMap:Ne,itemId:null,itemProp:tt,itemRef:tt,itemScope:Ne,itemType:tt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ne,low:X,manifest:null,max:null,maxLength:X,media:null,method:null,min:null,minLength:X,multiple:Ne,muted:Ne,name:null,nonce:null,noModule:Ne,noValidate:Ne,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:Ne,optimum:X,pattern:null,ping:tt,placeholder:null,playsInline:Ne,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ne,referrerPolicy:null,rel:tt,required:Ne,reversed:Ne,rows:X,rowSpan:X,sandbox:tt,scope:null,scoped:Ne,seamless:Ne,selected:Ne,shadowRootClonable:Ne,shadowRootCustomElementRegistry:Ne,shadowRootDelegatesFocus:Ne,shadowRootMode:null,shadowRootSerializable:Ne,shape:null,size:X,sizes:null,slot:null,span:X,spellCheck:At,src:null,srcDoc:null,srcLang:null,srcSet:null,start:X,step:null,style:null,tabIndex:X,target:null,title:null,translate:null,type:null,typeMustMatch:Ne,useMap:null,value:At,width:X,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:tt,axis:null,background:null,bgColor:null,border:X,borderColor:null,bottomMargin:X,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ne,declare:Ne,event:null,face:null,frame:null,frameBorder:null,hSpace:X,leftMargin:X,link:null,longDesc:null,lowSrc:null,marginHeight:X,marginWidth:X,noResize:Ne,noHref:Ne,noShade:Ne,noWrap:Ne,object:null,profile:null,prompt:null,rev:null,rightMargin:X,rules:null,scheme:null,scrolling:At,standby:null,summary:null,text:null,topMargin:X,valueType:null,version:null,vAlign:null,vLink:null,vSpace:X,allowTransparency:null,autoCorrect:null,autoSave:null,credentialless:Ne,disablePictureInPicture:Ne,disableRemotePlayback:Ne,exportParts:xi,part:tt,prefix:null,property:null,results:X,security:null,unselectable:null},space:"html",transform:lj}),y3=gl({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",maskType:"mask-type",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:Vn,accentHeight:X,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:X,amplitude:X,arabicForm:null,ascent:X,attributeName:null,attributeType:null,azimuth:X,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:X,by:null,calcMode:null,capHeight:X,className:tt,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:X,diffuseConstant:X,direction:null,display:null,dur:null,divisor:X,dominantBaseline:null,download:Ne,dx:null,dy:null,edgeMode:null,editable:null,elevation:X,enableBackground:null,end:null,event:null,exponent:X,externalResourcesRequired:null,fill:null,fillOpacity:X,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:xi,g2:xi,glyphName:xi,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:X,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:X,horizOriginX:X,horizOriginY:X,id:null,ideographic:X,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:X,k:X,k1:X,k2:X,k3:X,k4:X,kernelMatrix:Vn,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:X,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskType:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:X,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:X,overlineThickness:X,paintOrder:null,panose1:null,path:null,pathLength:X,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:tt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:X,pointsAtY:X,pointsAtZ:X,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Vn,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Vn,rev:Vn,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Vn,requiredFeatures:Vn,requiredFonts:Vn,requiredFormats:Vn,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:X,specularExponent:X,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:X,strikethroughThickness:X,string:null,stroke:null,strokeDashArray:Vn,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:X,strokeOpacity:X,strokeWidth:null,style:null,surfaceScale:X,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Vn,tabIndex:X,tableValues:null,target:null,targetX:X,targetY:X,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Vn,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:X,underlineThickness:X,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:X,values:null,vAlphabetic:X,vMathematical:X,vectorEffect:null,vHanging:X,vIdeographic:X,version:null,vertAdvY:X,vertOriginX:X,vertOriginY:X,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:X,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:aj}),cj=gl({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()}}),uj=gl({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:lj}),dj=gl({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),v3={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"},x3=/[A-Z]/g,mk=/-[a-z]/g,w3=/^data[-\w.:]+$/i;function b3(e,t){const n=Hg(t);let r=t,o=Fn;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&w3.test(t)){if(t.charAt(4)==="-"){const s=t.slice(5).replace(mk,_3);r="data"+s.charAt(0).toUpperCase()+s.slice(1)}else{const s=t.slice(4);if(!mk.test(s)){let i=s.replace(x3,k3);i.charAt(0)!=="-"&&(i="-"+i),t="data"+i}}o=y0}return new o(r,t)}function k3(e){return"-"+e.toLowerCase()}function _3(e){return e.charAt(1).toUpperCase()}const S3=sj([ij,g3,cj,uj,dj],"html"),v0=sj([ij,y3,cj,uj,dj],"svg");function C3(e){return e.join(" ").trim()}var x0={},gk=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,E3=/\n/g,N3=/^\s*/,P3=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,j3=/^:\s*/,T3=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,$3=/^[;\s]*/,R3=/^\s+|\s+$/g,I3=`
|
|
383
|
+
`,yk="/",vk="*",Xs="",A3="comment",O3="declaration";function M3(e,t){if(typeof e!="string")throw new TypeError("First argument must be a string");if(!e)return[];t=t||{};var n=1,r=1;function o(y){var m=y.match(E3);m&&(n+=m.length);var x=y.lastIndexOf(I3);r=~x?y.length-x:r+y.length}function s(){var y={line:n,column:r};return function(m){return m.position=new i(y),u(),m}}function i(y){this.start=y,this.end={line:n,column:r},this.source=t.source}i.prototype.content=e;function a(y){var m=new Error(t.source+":"+n+":"+r+": "+y);if(m.reason=y,m.filename=t.source,m.line=n,m.column=r,m.source=e,!t.silent)throw m}function l(y){var m=y.exec(e);if(m){var x=m[0];return o(x),e=e.slice(x.length),m}}function u(){l(N3)}function d(y){var m;for(y=y||[];m=f();)m!==!1&&y.push(m);return y}function f(){var y=s();if(!(yk!=e.charAt(0)||vk!=e.charAt(1))){for(var m=2;Xs!=e.charAt(m)&&(vk!=e.charAt(m)||yk!=e.charAt(m+1));)++m;if(m+=2,Xs===e.charAt(m-1))return a("End of comment missing");var x=e.slice(2,m-2);return r+=2,o(x),e=e.slice(m),r+=2,y({type:A3,comment:x})}}function p(){var y=s(),m=l(P3);if(m){if(f(),!l(j3))return a("property missing ':'");var x=l(T3),g=y({type:O3,property:xk(m[0].replace(gk,Xs)),value:x?xk(x[0].replace(gk,Xs)):Xs});return l($3),g}}function h(){var y=[];d(y);for(var m;m=p();)m!==!1&&(y.push(m),d(y));return y}return u(),h()}function xk(e){return e?e.replace(R3,Xs):Xs}var D3=M3,z3=Vd&&Vd.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(x0,"__esModule",{value:!0});x0.default=F3;const L3=z3(D3);function F3(e,t){let n=null;if(!e||typeof e!="string")return n;const r=(0,L3.default)(e),o=typeof t=="function";return r.forEach(s=>{if(s.type!=="declaration")return;const{property:i,value:a}=s;o?t(i,a,s):a&&(n=n||{},n[i]=a)}),n}var Ah={};Object.defineProperty(Ah,"__esModule",{value:!0});Ah.camelCase=void 0;var U3=/^--[a-zA-Z0-9_-]+$/,q3=/-([a-z])/g,V3=/^[^-]+$/,H3=/^-(webkit|moz|ms|o|khtml)-/,B3=/^-(ms)-/,W3=function(e){return!e||V3.test(e)||U3.test(e)},K3=function(e,t){return t.toUpperCase()},wk=function(e,t){return"".concat(t,"-")},Z3=function(e,t){return t===void 0&&(t={}),W3(e)?e:(e=e.toLowerCase(),t.reactCompat?e=e.replace(B3,wk):e=e.replace(H3,wk),e.replace(q3,K3))};Ah.camelCase=Z3;var Q3=Vd&&Vd.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},G3=Q3(x0),J3=Ah;function Kg(e,t){var n={};return!e||typeof e!="string"||(0,G3.default)(e,function(r,o){r&&o&&(n[(0,J3.camelCase)(r,t)]=o)}),n}Kg.default=Kg;var Y3=Kg;const X3=il(Y3),fj=hj("end"),w0=hj("start");function hj(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function e5(e){const t=w0(e),n=fj(e);if(t&&n)return{start:t,end:n}}function lc(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?bk(e.position):"start"in e||"end"in e?bk(e):"line"in e||"column"in e?Zg(e):""}function Zg(e){return kk(e&&e.line)+":"+kk(e&&e.column)}function bk(e){return Zg(e&&e.start)+"-"+Zg(e&&e.end)}function kk(e){return e&&typeof e=="number"?e:1}class mn extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let o="",s={},i=!1;if(n&&("line"in n&&"column"in n?s={place:n}:"start"in n&&"end"in n?s={place:n}:"type"in n?s={ancestors:[n],place:n.position}:s={...n}),typeof t=="string"?o=t:!s.cause&&t&&(i=!0,o=t.message,s.cause=t),!s.ruleId&&!s.source&&typeof r=="string"){const l=r.indexOf(":");l===-1?s.ruleId=r:(s.source=r.slice(0,l),s.ruleId=r.slice(l+1))}if(!s.place&&s.ancestors&&s.ancestors){const l=s.ancestors[s.ancestors.length-1];l&&(s.place=l.position)}const a=s.place&&"start"in s.place?s.place.start:s.place;this.ancestors=s.ancestors||void 0,this.cause=s.cause||void 0,this.column=a?a.column:void 0,this.fatal=void 0,this.file="",this.message=o,this.line=a?a.line:void 0,this.name=lc(s.place)||"1:1",this.place=s.place||void 0,this.reason=this.message,this.ruleId=s.ruleId||void 0,this.source=s.source||void 0,this.stack=i&&s.cause&&typeof s.cause.stack=="string"?s.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}mn.prototype.file="";mn.prototype.name="";mn.prototype.reason="";mn.prototype.message="";mn.prototype.stack="";mn.prototype.column=void 0;mn.prototype.line=void 0;mn.prototype.ancestors=void 0;mn.prototype.cause=void 0;mn.prototype.fatal=void 0;mn.prototype.place=void 0;mn.prototype.ruleId=void 0;mn.prototype.source=void 0;const b0={}.hasOwnProperty,t5=new Map,n5=/[A-Z]/g,r5=new Set(["table","tbody","thead","tfoot","tr"]),o5=new Set(["td","th"]),pj="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function s5(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=h5(n,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");r=f5(n,t.jsx,t.jsxs)}const o={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?v0:S3,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},s=mj(o,e,void 0);return s&&typeof s!="string"?s:o.create(e,o.Fragment,{children:s||void 0},void 0)}function mj(e,t,n){if(t.type==="element")return i5(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return a5(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return c5(e,t,n);if(t.type==="mdxjsEsm")return l5(e,t);if(t.type==="root")return u5(e,t,n);if(t.type==="text")return d5(e,t)}function i5(e,t,n){const r=e.schema;let o=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(o=v0,e.schema=o),e.ancestors.push(t);const s=yj(e,t.tagName,!1),i=p5(e,t);let a=_0(e,t);return r5.has(t.tagName)&&(a=a.filter(function(l){return typeof l=="string"?!p3(l):!0})),gj(e,i,s,t),k0(i,a),e.ancestors.pop(),e.schema=r,e.create(t,s,i,n)}function a5(e,t){if(t.data&&t.data.estree&&e.evaluater){const r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}Fc(e,t.position)}function l5(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Fc(e,t.position)}function c5(e,t,n){const r=e.schema;let o=r;t.name==="svg"&&r.space==="html"&&(o=v0,e.schema=o),e.ancestors.push(t);const s=t.name===null?e.Fragment:yj(e,t.name,!0),i=m5(e,t),a=_0(e,t);return gj(e,i,s,t),k0(i,a),e.ancestors.pop(),e.schema=r,e.create(t,s,i,n)}function u5(e,t,n){const r={};return k0(r,_0(e,t)),e.create(t,e.Fragment,r,n)}function d5(e,t){return t.value}function gj(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function k0(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function f5(e,t,n){return r;function r(o,s,i,a){const u=Array.isArray(i.children)?n:t;return a?u(s,i,a):u(s,i)}}function h5(e,t){return n;function n(r,o,s,i){const a=Array.isArray(s.children),l=w0(r);return t(o,s,i,a,{columnNumber:l?l.column-1:void 0,fileName:e,lineNumber:l?l.line:void 0},void 0)}}function p5(e,t){const n={};let r,o;for(o in t.properties)if(o!=="children"&&b0.call(t.properties,o)){const s=g5(e,o,t.properties[o]);if(s){const[i,a]=s;e.tableCellAlignToStyle&&i==="align"&&typeof a=="string"&&o5.has(t.tagName)?r=a:n[i]=a}}if(r){const s=n.style||(n.style={});s[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function m5(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const s=r.data.estree.body[0];s.type;const i=s.expression;i.type;const a=i.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else Fc(e,t.position);else{const o=r.name;let s;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const a=r.value.data.estree.body[0];a.type,s=e.evaluater.evaluateExpression(a.expression)}else Fc(e,t.position);else s=r.value===null?!0:r.value;n[o]=s}return n}function _0(e,t){const n=[];let r=-1;const o=e.passKeys?new Map:t5;for(;++r<t.children.length;){const s=t.children[r];let i;if(e.passKeys){const l=s.type==="element"?s.tagName:s.type==="mdxJsxFlowElement"||s.type==="mdxJsxTextElement"?s.name:void 0;if(l){const u=o.get(l)||0;i=l+"-"+u,o.set(l,u+1)}}const a=mj(e,s,i);a!==void 0&&n.push(a)}return n}function g5(e,t,n){const r=b3(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?c3(n):C3(n)),r.property==="style"){let o=typeof n=="object"?n:y5(e,String(n));return e.stylePropertyNameCase==="css"&&(o=v5(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&r.space?v3[r.property]||r.property:r.attribute,n]}}function y5(e,t){try{return X3(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};const r=n,o=new mn("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:r,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=pj+"#cannot-parse-style-attribute",o}}function yj(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const o=t.split(".");let s=-1,i;for(;++s<o.length;){const a=fk(o[s])?{type:"Identifier",name:o[s]}:{type:"Literal",value:o[s]};i=i?{type:"MemberExpression",object:i,property:a,computed:!!(s&&a.type==="Literal"),optional:!1}:a}r=i}else r=fk(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const o=r.value;return b0.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(r);Fc(e)}function Fc(e,t){const n=new mn("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=pj+"#cannot-handle-mdx-estrees-without-createevaluater",n}function v5(e){const t={};let n;for(n in e)b0.call(e,n)&&(t[x5(n)]=e[n]);return t}function x5(e){let t=e.replace(n5,w5);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function w5(e){return"-"+e.toLowerCase()}const Kp={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"]},b5={};function S0(e,t){const n=b5,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,o=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return vj(e,r,o)}function vj(e,t,n){if(k5(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return _k(e.children,t,n)}return Array.isArray(e)?_k(e,t,n):""}function _k(e,t,n){const r=[];let o=-1;for(;++o<e.length;)r[o]=vj(e[o],t,n);return r.join("")}function k5(e){return!!(e&&typeof e=="object")}const Sk=document.createElement("i");function C0(e){const t="&"+e+";";Sk.innerHTML=t;const n=Sk.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function Gn(e,t,n,r){const o=e.length;let s=0,i;if(t<0?t=-t>o?0:o+t:t=t>o?o:t,n=n>0?n:0,r.length<1e4)i=Array.from(r),i.unshift(t,n),e.splice(...i);else for(n&&e.splice(t,n);s<r.length;)i=r.slice(s,s+1e4),i.unshift(t,0),e.splice(...i),s+=1e4,t+=1e4}function ur(e,t){return e.length>0?(Gn(e,e.length,0,t),e):t}const Ck={}.hasOwnProperty;function xj(e){const t={};let n=-1;for(;++n<e.length;)_5(t,e[n]);return t}function _5(e,t){let n;for(n in t){const o=(Ck.call(e,n)?e[n]:void 0)||(e[n]={}),s=t[n];let i;if(s)for(i in s){Ck.call(o,i)||(o[i]=[]);const a=s[i];S5(o[i],Array.isArray(a)?a:a?[a]:[])}}}function S5(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Gn(e,0,0,r)}function wj(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function Or(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const _n=Us(/[A-Za-z]/),hn=Us(/[\dA-Za-z]/),C5=Us(/[#-'*+\--9=?A-Z^-~]/);function Ef(e){return e!==null&&(e<32||e===127)}const Qg=Us(/\d/),E5=Us(/[\dA-Fa-f]/),N5=Us(/[!-/:-@[-`{-~]/);function ke(e){return e!==null&&e<-2}function rt(e){return e!==null&&(e<0||e===32)}function Ue(e){return e===-2||e===-1||e===32}const Oh=Us(new RegExp("\\p{P}|\\p{S}","u")),Ti=Us(/\s/);function Us(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function yl(e){const t=[];let n=-1,r=0,o=0;for(;++n<e.length;){const s=e.charCodeAt(n);let i="";if(s===37&&hn(e.charCodeAt(n+1))&&hn(e.charCodeAt(n+2)))o=2;else if(s<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(s))||(i=String.fromCharCode(s));else if(s>55295&&s<57344){const a=e.charCodeAt(n+1);s<56320&&a>56319&&a<57344?(i=String.fromCharCode(s,a),o=1):i="�"}else i=String.fromCharCode(s);i&&(t.push(e.slice(r,n),encodeURIComponent(i)),r=n+o+1,i=""),o&&(n+=o,o=0)}return t.join("")+e.slice(r)}function Ke(e,t,n,r){const o=r?r-1:Number.POSITIVE_INFINITY;let s=0;return i;function i(l){return Ue(l)?(e.enter(n),a(l)):t(l)}function a(l){return Ue(l)&&s++<o?(e.consume(l),a):(e.exit(n),t(l))}}const P5={tokenize:j5};function j5(e){const t=e.attempt(this.parser.constructs.contentInitial,r,o);let n;return t;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),Ke(e,t,"linePrefix")}function o(a){return e.enter("paragraph"),s(a)}function s(a){const l=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=l),n=l,i(a)}function i(a){if(a===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(a);return}return ke(a)?(e.consume(a),e.exit("chunkText"),s):(e.consume(a),i)}}const T5={tokenize:$5},Ek={tokenize:R5};function $5(e){const t=this,n=[];let r=0,o,s,i;return a;function a(w){if(r<n.length){const k=n[r];return t.containerState=k[1],e.attempt(k[0].continuation,l,u)(w)}return u(w)}function l(w){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&v();const k=t.events.length;let E=k,P;for(;E--;)if(t.events[E][0]==="exit"&&t.events[E][1].type==="chunkFlow"){P=t.events[E][1].end;break}g(r);let S=k;for(;S<t.events.length;)t.events[S][1].end={...P},S++;return Gn(t.events,E+1,0,t.events.slice(k)),t.events.length=S,u(w)}return a(w)}function u(w){if(r===n.length){if(!o)return p(w);if(o.currentConstruct&&o.currentConstruct.concrete)return y(w);t.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Ek,d,f)(w)}function d(w){return o&&v(),g(r),p(w)}function f(w){return t.parser.lazy[t.now().line]=r!==n.length,i=t.now().offset,y(w)}function p(w){return t.containerState={},e.attempt(Ek,h,y)(w)}function h(w){return r++,n.push([t.currentConstruct,t.containerState]),p(w)}function y(w){if(w===null){o&&v(),g(0),e.consume(w);return}return o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:s}),m(w)}function m(w){if(w===null){x(e.exit("chunkFlow"),!0),g(0),e.consume(w);return}return ke(w)?(e.consume(w),x(e.exit("chunkFlow")),r=0,t.interrupt=void 0,a):(e.consume(w),m)}function x(w,k){const E=t.sliceStream(w);if(k&&E.push(null),w.previous=s,s&&(s.next=w),s=w,o.defineSkip(w.start),o.write(E),t.parser.lazy[w.start.line]){let P=o.events.length;for(;P--;)if(o.events[P][1].start.offset<i&&(!o.events[P][1].end||o.events[P][1].end.offset>i))return;const S=t.events.length;let A=S,j,R;for(;A--;)if(t.events[A][0]==="exit"&&t.events[A][1].type==="chunkFlow"){if(j){R=t.events[A][1].end;break}j=!0}for(g(r),P=S;P<t.events.length;)t.events[P][1].end={...R},P++;Gn(t.events,A+1,0,t.events.slice(S)),t.events.length=P}}function g(w){let k=n.length;for(;k-- >w;){const E=n[k];t.containerState=E[1],E[0].exit.call(t,e)}n.length=w}function v(){o.write([null]),s=void 0,o=void 0,t.containerState._closeFlow=void 0}}function R5(e,t,n){return Ke(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function tl(e){if(e===null||rt(e)||Ti(e))return 1;if(Oh(e))return 2}function Mh(e,t,n){const r=[];let o=-1;for(;++o<e.length;){const s=e[o].resolveAll;s&&!r.includes(s)&&(t=s(t,n),r.push(s))}return t}const Gg={name:"attention",resolveAll:I5,tokenize:A5};function I5(e,t){let n=-1,r,o,s,i,a,l,u,d;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;l=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const f={...e[r][1].end},p={...e[n][1].start};Nk(f,-l),Nk(p,l),i={type:l>1?"strongSequence":"emphasisSequence",start:f,end:{...e[r][1].end}},a={type:l>1?"strongSequence":"emphasisSequence",start:{...e[n][1].start},end:p},s={type:l>1?"strongText":"emphasisText",start:{...e[r][1].end},end:{...e[n][1].start}},o={type:l>1?"strong":"emphasis",start:{...i.start},end:{...a.end}},e[r][1].end={...i.start},e[n][1].start={...a.end},u=[],e[r][1].end.offset-e[r][1].start.offset&&(u=ur(u,[["enter",e[r][1],t],["exit",e[r][1],t]])),u=ur(u,[["enter",o,t],["enter",i,t],["exit",i,t],["enter",s,t]]),u=ur(u,Mh(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),u=ur(u,[["exit",s,t],["enter",a,t],["exit",a,t],["exit",o,t]]),e[n][1].end.offset-e[n][1].start.offset?(d=2,u=ur(u,[["enter",e[n][1],t],["exit",e[n][1],t]])):d=0,Gn(e,r-1,n-r+3,u),n=r+u.length-d-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function A5(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=tl(r);let s;return i;function i(l){return s=l,e.enter("attentionSequence"),a(l)}function a(l){if(l===s)return e.consume(l),a;const u=e.exit("attentionSequence"),d=tl(l),f=!d||d===2&&o||n.includes(l),p=!o||o===2&&d||n.includes(r);return u._open=!!(s===42?f:f&&(o||!p)),u._close=!!(s===42?p:p&&(d||!f)),t(l)}}function Nk(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const O5={name:"autolink",tokenize:M5};function M5(e,t,n){let r=0;return o;function o(h){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),s}function s(h){return _n(h)?(e.consume(h),i):h===64?n(h):u(h)}function i(h){return h===43||h===45||h===46||hn(h)?(r=1,a(h)):u(h)}function a(h){return h===58?(e.consume(h),r=0,l):(h===43||h===45||h===46||hn(h))&&r++<32?(e.consume(h),a):(r=0,u(h))}function l(h){return h===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.exit("autolink"),t):h===null||h===32||h===60||Ef(h)?n(h):(e.consume(h),l)}function u(h){return h===64?(e.consume(h),d):C5(h)?(e.consume(h),u):n(h)}function d(h){return hn(h)?f(h):n(h)}function f(h){return h===46?(e.consume(h),r=0,d):h===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(h),e.exit("autolinkMarker"),e.exit("autolink"),t):p(h)}function p(h){if((h===45||hn(h))&&r++<63){const y=h===45?p:f;return e.consume(h),y}return n(h)}}const cu={partial:!0,tokenize:D5};function D5(e,t,n){return r;function r(s){return Ue(s)?Ke(e,o,"linePrefix")(s):o(s)}function o(s){return s===null||ke(s)?t(s):n(s)}}const bj={continuation:{tokenize:L5},exit:F5,name:"blockQuote",tokenize:z5};function z5(e,t,n){const r=this;return o;function o(i){if(i===62){const a=r.containerState;return a.open||(e.enter("blockQuote",{_container:!0}),a.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(i),e.exit("blockQuoteMarker"),s}return n(i)}function s(i){return Ue(i)?(e.enter("blockQuotePrefixWhitespace"),e.consume(i),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(i))}}function L5(e,t,n){const r=this;return o;function o(i){return Ue(i)?Ke(e,s,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(i):s(i)}function s(i){return e.attempt(bj,t,n)(i)}}function F5(e){e.exit("blockQuote")}const kj={name:"characterEscape",tokenize:U5};function U5(e,t,n){return r;function r(s){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(s),e.exit("escapeMarker"),o}function o(s){return N5(s)?(e.enter("characterEscapeValue"),e.consume(s),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(s)}}const _j={name:"characterReference",tokenize:q5};function q5(e,t,n){const r=this;let o=0,s,i;return a;function a(f){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),l}function l(f){return f===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(f),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),s=31,i=hn,d(f))}function u(f){return f===88||f===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(f),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),s=6,i=E5,d):(e.enter("characterReferenceValue"),s=7,i=Qg,d(f))}function d(f){if(f===59&&o){const p=e.exit("characterReferenceValue");return i===hn&&!C0(r.sliceSerialize(p))?n(f):(e.enter("characterReferenceMarker"),e.consume(f),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return i(f)&&o++<s?(e.consume(f),d):n(f)}}const Pk={partial:!0,tokenize:H5},jk={concrete:!0,name:"codeFenced",tokenize:V5};function V5(e,t,n){const r=this,o={partial:!0,tokenize:E};let s=0,i=0,a;return l;function l(P){return u(P)}function u(P){const S=r.events[r.events.length-1];return s=S&&S[1].type==="linePrefix"?S[2].sliceSerialize(S[1],!0).length:0,a=P,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),d(P)}function d(P){return P===a?(i++,e.consume(P),d):i<3?n(P):(e.exit("codeFencedFenceSequence"),Ue(P)?Ke(e,f,"whitespace")(P):f(P))}function f(P){return P===null||ke(P)?(e.exit("codeFencedFence"),r.interrupt?t(P):e.check(Pk,m,k)(P)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),p(P))}function p(P){return P===null||ke(P)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),f(P)):Ue(P)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Ke(e,h,"whitespace")(P)):P===96&&P===a?n(P):(e.consume(P),p)}function h(P){return P===null||ke(P)?f(P):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),y(P))}function y(P){return P===null||ke(P)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),f(P)):P===96&&P===a?n(P):(e.consume(P),y)}function m(P){return e.attempt(o,k,x)(P)}function x(P){return e.enter("lineEnding"),e.consume(P),e.exit("lineEnding"),g}function g(P){return s>0&&Ue(P)?Ke(e,v,"linePrefix",s+1)(P):v(P)}function v(P){return P===null||ke(P)?e.check(Pk,m,k)(P):(e.enter("codeFlowValue"),w(P))}function w(P){return P===null||ke(P)?(e.exit("codeFlowValue"),v(P)):(e.consume(P),w)}function k(P){return e.exit("codeFenced"),t(P)}function E(P,S,A){let j=0;return R;function R(V){return P.enter("lineEnding"),P.consume(V),P.exit("lineEnding"),T}function T(V){return P.enter("codeFencedFence"),Ue(V)?Ke(P,I,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(V):I(V)}function I(V){return V===a?(P.enter("codeFencedFenceSequence"),F(V)):A(V)}function F(V){return V===a?(j++,P.consume(V),F):j>=i?(P.exit("codeFencedFenceSequence"),Ue(V)?Ke(P,z,"whitespace")(V):z(V)):A(V)}function z(V){return V===null||ke(V)?(P.exit("codeFencedFence"),S(V)):A(V)}}}function H5(e,t,n){const r=this;return o;function o(i){return i===null?n(i):(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),s)}function s(i){return r.parser.lazy[r.now().line]?n(i):t(i)}}const Zp={name:"codeIndented",tokenize:W5},B5={partial:!0,tokenize:K5};function W5(e,t,n){const r=this;return o;function o(u){return e.enter("codeIndented"),Ke(e,s,"linePrefix",5)(u)}function s(u){const d=r.events[r.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?i(u):n(u)}function i(u){return u===null?l(u):ke(u)?e.attempt(B5,i,l)(u):(e.enter("codeFlowValue"),a(u))}function a(u){return u===null||ke(u)?(e.exit("codeFlowValue"),i(u)):(e.consume(u),a)}function l(u){return e.exit("codeIndented"),t(u)}}function K5(e,t,n){const r=this;return o;function o(i){return r.parser.lazy[r.now().line]?n(i):ke(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),o):Ke(e,s,"linePrefix",5)(i)}function s(i){const a=r.events[r.events.length-1];return a&&a[1].type==="linePrefix"&&a[2].sliceSerialize(a[1],!0).length>=4?t(i):ke(i)?o(i):n(i)}}const Z5={name:"codeText",previous:G5,resolve:Q5,tokenize:J5};function Q5(e){let t=e.length-4,n=3,r,o;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)o===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(o=r):(r===t||e[r][1].type==="lineEnding")&&(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),t-=r-o-2,r=o+2),o=void 0);return e}function G5(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function J5(e,t,n){let r=0,o,s;return i;function i(f){return e.enter("codeText"),e.enter("codeTextSequence"),a(f)}function a(f){return f===96?(e.consume(f),r++,a):(e.exit("codeTextSequence"),l(f))}function l(f){return f===null?n(f):f===32?(e.enter("space"),e.consume(f),e.exit("space"),l):f===96?(s=e.enter("codeTextSequence"),o=0,d(f)):ke(f)?(e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),l):(e.enter("codeTextData"),u(f))}function u(f){return f===null||f===32||f===96||ke(f)?(e.exit("codeTextData"),l(f)):(e.consume(f),u)}function d(f){return f===96?(e.consume(f),o++,d):o===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(f)):(s.type="codeTextData",u(f))}}class Y5{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,n){const r=n??Number.POSITIVE_INFINITY;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){const o=n||0;this.setCursor(Math.trunc(t));const s=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return r&&Al(this.left,r),s.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),Al(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),Al(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 n=this.left.splice(t,Number.POSITIVE_INFINITY);Al(this.right,n.reverse())}else{const n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);Al(this.left,n.reverse())}}}function Al(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function Sj(e){const t={};let n=-1,r,o,s,i,a,l,u;const d=new Y5(e);for(;++n<d.length;){for(;n in t;)n=t[n];if(r=d.get(n),n&&r[1].type==="chunkFlow"&&d.get(n-1)[1].type==="listItemPrefix"&&(l=r[1]._tokenizer.events,s=0,s<l.length&&l[s][1].type==="lineEndingBlank"&&(s+=2),s<l.length&&l[s][1].type==="content"))for(;++s<l.length&&l[s][1].type!=="content";)l[s][1].type==="chunkText"&&(l[s][1]._isInFirstContentOfListItem=!0,s++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,X5(d,n)),n=t[n],u=!0);else if(r[1]._container){for(s=n,o=void 0;s--;)if(i=d.get(s),i[1].type==="lineEnding"||i[1].type==="lineEndingBlank")i[0]==="enter"&&(o&&(d.get(o)[1].type="lineEndingBlank"),i[1].type="lineEnding",o=s);else if(!(i[1].type==="linePrefix"||i[1].type==="listItemIndent"))break;o&&(r[1].end={...d.get(o)[1].start},a=d.slice(o,n),a.unshift(r),d.splice(o,n-o+1,a))}}return Gn(e,0,Number.POSITIVE_INFINITY,d.slice(0)),!u}function X5(e,t){const n=e.get(t)[1],r=e.get(t)[2];let o=t-1;const s=[];let i=n._tokenizer;i||(i=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(i._contentTypeTextTrailing=!0));const a=i.events,l=[],u={};let d,f,p=-1,h=n,y=0,m=0;const x=[m];for(;h;){for(;e.get(++o)[1]!==h;);s.push(o),h._tokenizer||(d=r.sliceStream(h),h.next||d.push(null),f&&i.defineSkip(h.start),h._isInFirstContentOfListItem&&(i._gfmTasklistFirstContentOfListItem=!0),i.write(d),h._isInFirstContentOfListItem&&(i._gfmTasklistFirstContentOfListItem=void 0)),f=h,h=h.next}for(h=n;++p<a.length;)a[p][0]==="exit"&&a[p-1][0]==="enter"&&a[p][1].type===a[p-1][1].type&&a[p][1].start.line!==a[p][1].end.line&&(m=p+1,x.push(m),h._tokenizer=void 0,h.previous=void 0,h=h.next);for(i.events=[],h?(h._tokenizer=void 0,h.previous=void 0):x.pop(),p=x.length;p--;){const g=a.slice(x[p],x[p+1]),v=s.pop();l.push([v,v+g.length-1]),e.splice(v,2,g)}for(l.reverse(),p=-1;++p<l.length;)u[y+l[p][0]]=y+l[p][1],y+=l[p][1]-l[p][0]-1;return u}const eU={resolve:nU,tokenize:rU},tU={partial:!0,tokenize:oU};function nU(e){return Sj(e),e}function rU(e,t){let n;return r;function r(a){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),o(a)}function o(a){return a===null?s(a):ke(a)?e.check(tU,i,s)(a):(e.consume(a),o)}function s(a){return e.exit("chunkContent"),e.exit("content"),t(a)}function i(a){return e.consume(a),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,o}}function oU(e,t,n){const r=this;return o;function o(i){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),Ke(e,s,"linePrefix")}function s(i){if(i===null||ke(i))return n(i);const a=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&a&&a[1].type==="linePrefix"&&a[2].sliceSerialize(a[1],!0).length>=4?t(i):e.interrupt(r.parser.constructs.flow,n,t)(i)}}function Cj(e,t,n,r,o,s,i,a,l){const u=l||Number.POSITIVE_INFINITY;let d=0;return f;function f(g){return g===60?(e.enter(r),e.enter(o),e.enter(s),e.consume(g),e.exit(s),p):g===null||g===32||g===41||Ef(g)?n(g):(e.enter(r),e.enter(i),e.enter(a),e.enter("chunkString",{contentType:"string"}),m(g))}function p(g){return g===62?(e.enter(s),e.consume(g),e.exit(s),e.exit(o),e.exit(r),t):(e.enter(a),e.enter("chunkString",{contentType:"string"}),h(g))}function h(g){return g===62?(e.exit("chunkString"),e.exit(a),p(g)):g===null||g===60||ke(g)?n(g):(e.consume(g),g===92?y:h)}function y(g){return g===60||g===62||g===92?(e.consume(g),h):h(g)}function m(g){return!d&&(g===null||g===41||rt(g))?(e.exit("chunkString"),e.exit(a),e.exit(i),e.exit(r),t(g)):d<u&&g===40?(e.consume(g),d++,m):g===41?(e.consume(g),d--,m):g===null||g===32||g===40||Ef(g)?n(g):(e.consume(g),g===92?x:m)}function x(g){return g===40||g===41||g===92?(e.consume(g),m):m(g)}}function Ej(e,t,n,r,o,s){const i=this;let a=0,l;return u;function u(h){return e.enter(r),e.enter(o),e.consume(h),e.exit(o),e.enter(s),d}function d(h){return a>999||h===null||h===91||h===93&&!l||h===94&&!a&&"_hiddenFootnoteSupport"in i.parser.constructs?n(h):h===93?(e.exit(s),e.enter(o),e.consume(h),e.exit(o),e.exit(r),t):ke(h)?(e.enter("lineEnding"),e.consume(h),e.exit("lineEnding"),d):(e.enter("chunkString",{contentType:"string"}),f(h))}function f(h){return h===null||h===91||h===93||ke(h)||a++>999?(e.exit("chunkString"),d(h)):(e.consume(h),l||(l=!Ue(h)),h===92?p:f)}function p(h){return h===91||h===92||h===93?(e.consume(h),a++,f):f(h)}}function Nj(e,t,n,r,o,s){let i;return a;function a(p){return p===34||p===39||p===40?(e.enter(r),e.enter(o),e.consume(p),e.exit(o),i=p===40?41:p,l):n(p)}function l(p){return p===i?(e.enter(o),e.consume(p),e.exit(o),e.exit(r),t):(e.enter(s),u(p))}function u(p){return p===i?(e.exit(s),l(i)):p===null?n(p):ke(p)?(e.enter("lineEnding"),e.consume(p),e.exit("lineEnding"),Ke(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),d(p))}function d(p){return p===i||p===null||ke(p)?(e.exit("chunkString"),u(p)):(e.consume(p),p===92?f:d)}function f(p){return p===i||p===92?(e.consume(p),d):d(p)}}function cc(e,t){let n;return r;function r(o){return ke(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):Ue(o)?Ke(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}const sU={name:"definition",tokenize:aU},iU={partial:!0,tokenize:lU};function aU(e,t,n){const r=this;let o;return s;function s(h){return e.enter("definition"),i(h)}function i(h){return Ej.call(r,e,a,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(h)}function a(h){return o=Or(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),h===58?(e.enter("definitionMarker"),e.consume(h),e.exit("definitionMarker"),l):n(h)}function l(h){return rt(h)?cc(e,u)(h):u(h)}function u(h){return Cj(e,d,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(h)}function d(h){return e.attempt(iU,f,f)(h)}function f(h){return Ue(h)?Ke(e,p,"whitespace")(h):p(h)}function p(h){return h===null||ke(h)?(e.exit("definition"),r.parser.defined.push(o),t(h)):n(h)}}function lU(e,t,n){return r;function r(a){return rt(a)?cc(e,o)(a):n(a)}function o(a){return Nj(e,s,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(a)}function s(a){return Ue(a)?Ke(e,i,"whitespace")(a):i(a)}function i(a){return a===null||ke(a)?t(a):n(a)}}const cU={name:"hardBreakEscape",tokenize:uU};function uU(e,t,n){return r;function r(s){return e.enter("hardBreakEscape"),e.consume(s),o}function o(s){return ke(s)?(e.exit("hardBreakEscape"),t(s)):n(s)}}const dU={name:"headingAtx",resolve:fU,tokenize:hU};function fU(e,t){let n=e.length-2,r=3,o,s;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},s={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Gn(e,r,n-r+1,[["enter",o,t],["enter",s,t],["exit",s,t],["exit",o,t]])),e}function hU(e,t,n){let r=0;return o;function o(d){return e.enter("atxHeading"),s(d)}function s(d){return e.enter("atxHeadingSequence"),i(d)}function i(d){return d===35&&r++<6?(e.consume(d),i):d===null||rt(d)?(e.exit("atxHeadingSequence"),a(d)):n(d)}function a(d){return d===35?(e.enter("atxHeadingSequence"),l(d)):d===null||ke(d)?(e.exit("atxHeading"),t(d)):Ue(d)?Ke(e,a,"whitespace")(d):(e.enter("atxHeadingText"),u(d))}function l(d){return d===35?(e.consume(d),l):(e.exit("atxHeadingSequence"),a(d))}function u(d){return d===null||d===35||rt(d)?(e.exit("atxHeadingText"),a(d)):(e.consume(d),u)}}const pU=["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"],Tk=["pre","script","style","textarea"],mU={concrete:!0,name:"htmlFlow",resolveTo:vU,tokenize:xU},gU={partial:!0,tokenize:bU},yU={partial:!0,tokenize:wU};function vU(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 xU(e,t,n){const r=this;let o,s,i,a,l;return u;function u(_){return d(_)}function d(_){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(_),f}function f(_){return _===33?(e.consume(_),p):_===47?(e.consume(_),s=!0,m):_===63?(e.consume(_),o=3,r.interrupt?t:N):_n(_)?(e.consume(_),i=String.fromCharCode(_),x):n(_)}function p(_){return _===45?(e.consume(_),o=2,h):_===91?(e.consume(_),o=5,a=0,y):_n(_)?(e.consume(_),o=4,r.interrupt?t:N):n(_)}function h(_){return _===45?(e.consume(_),r.interrupt?t:N):n(_)}function y(_){const C="CDATA[";return _===C.charCodeAt(a++)?(e.consume(_),a===C.length?r.interrupt?t:I:y):n(_)}function m(_){return _n(_)?(e.consume(_),i=String.fromCharCode(_),x):n(_)}function x(_){if(_===null||_===47||_===62||rt(_)){const C=_===47,$=i.toLowerCase();return!C&&!s&&Tk.includes($)?(o=1,r.interrupt?t(_):I(_)):pU.includes(i.toLowerCase())?(o=6,C?(e.consume(_),g):r.interrupt?t(_):I(_)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(_):s?v(_):w(_))}return _===45||hn(_)?(e.consume(_),i+=String.fromCharCode(_),x):n(_)}function g(_){return _===62?(e.consume(_),r.interrupt?t:I):n(_)}function v(_){return Ue(_)?(e.consume(_),v):R(_)}function w(_){return _===47?(e.consume(_),R):_===58||_===95||_n(_)?(e.consume(_),k):Ue(_)?(e.consume(_),w):R(_)}function k(_){return _===45||_===46||_===58||_===95||hn(_)?(e.consume(_),k):E(_)}function E(_){return _===61?(e.consume(_),P):Ue(_)?(e.consume(_),E):w(_)}function P(_){return _===null||_===60||_===61||_===62||_===96?n(_):_===34||_===39?(e.consume(_),l=_,S):Ue(_)?(e.consume(_),P):A(_)}function S(_){return _===l?(e.consume(_),l=null,j):_===null||ke(_)?n(_):(e.consume(_),S)}function A(_){return _===null||_===34||_===39||_===47||_===60||_===61||_===62||_===96||rt(_)?E(_):(e.consume(_),A)}function j(_){return _===47||_===62||Ue(_)?w(_):n(_)}function R(_){return _===62?(e.consume(_),T):n(_)}function T(_){return _===null||ke(_)?I(_):Ue(_)?(e.consume(_),T):n(_)}function I(_){return _===45&&o===2?(e.consume(_),Z):_===60&&o===1?(e.consume(_),K):_===62&&o===4?(e.consume(_),O):_===63&&o===3?(e.consume(_),N):_===93&&o===5?(e.consume(_),H):ke(_)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check(gU,U,F)(_)):_===null||ke(_)?(e.exit("htmlFlowData"),F(_)):(e.consume(_),I)}function F(_){return e.check(yU,z,U)(_)}function z(_){return e.enter("lineEnding"),e.consume(_),e.exit("lineEnding"),V}function V(_){return _===null||ke(_)?F(_):(e.enter("htmlFlowData"),I(_))}function Z(_){return _===45?(e.consume(_),N):I(_)}function K(_){return _===47?(e.consume(_),i="",q):I(_)}function q(_){if(_===62){const C=i.toLowerCase();return Tk.includes(C)?(e.consume(_),O):I(_)}return _n(_)&&i.length<8?(e.consume(_),i+=String.fromCharCode(_),q):I(_)}function H(_){return _===93?(e.consume(_),N):I(_)}function N(_){return _===62?(e.consume(_),O):_===45&&o===2?(e.consume(_),N):I(_)}function O(_){return _===null||ke(_)?(e.exit("htmlFlowData"),U(_)):(e.consume(_),O)}function U(_){return e.exit("htmlFlow"),t(_)}}function wU(e,t,n){const r=this;return o;function o(i){return ke(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),s):n(i)}function s(i){return r.parser.lazy[r.now().line]?n(i):t(i)}}function bU(e,t,n){return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(cu,t,n)}}const kU={name:"htmlText",tokenize:_U};function _U(e,t,n){const r=this;let o,s,i;return a;function a(N){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(N),l}function l(N){return N===33?(e.consume(N),u):N===47?(e.consume(N),E):N===63?(e.consume(N),w):_n(N)?(e.consume(N),A):n(N)}function u(N){return N===45?(e.consume(N),d):N===91?(e.consume(N),s=0,y):_n(N)?(e.consume(N),v):n(N)}function d(N){return N===45?(e.consume(N),h):n(N)}function f(N){return N===null?n(N):N===45?(e.consume(N),p):ke(N)?(i=f,K(N)):(e.consume(N),f)}function p(N){return N===45?(e.consume(N),h):f(N)}function h(N){return N===62?Z(N):N===45?p(N):f(N)}function y(N){const O="CDATA[";return N===O.charCodeAt(s++)?(e.consume(N),s===O.length?m:y):n(N)}function m(N){return N===null?n(N):N===93?(e.consume(N),x):ke(N)?(i=m,K(N)):(e.consume(N),m)}function x(N){return N===93?(e.consume(N),g):m(N)}function g(N){return N===62?Z(N):N===93?(e.consume(N),g):m(N)}function v(N){return N===null||N===62?Z(N):ke(N)?(i=v,K(N)):(e.consume(N),v)}function w(N){return N===null?n(N):N===63?(e.consume(N),k):ke(N)?(i=w,K(N)):(e.consume(N),w)}function k(N){return N===62?Z(N):w(N)}function E(N){return _n(N)?(e.consume(N),P):n(N)}function P(N){return N===45||hn(N)?(e.consume(N),P):S(N)}function S(N){return ke(N)?(i=S,K(N)):Ue(N)?(e.consume(N),S):Z(N)}function A(N){return N===45||hn(N)?(e.consume(N),A):N===47||N===62||rt(N)?j(N):n(N)}function j(N){return N===47?(e.consume(N),Z):N===58||N===95||_n(N)?(e.consume(N),R):ke(N)?(i=j,K(N)):Ue(N)?(e.consume(N),j):Z(N)}function R(N){return N===45||N===46||N===58||N===95||hn(N)?(e.consume(N),R):T(N)}function T(N){return N===61?(e.consume(N),I):ke(N)?(i=T,K(N)):Ue(N)?(e.consume(N),T):j(N)}function I(N){return N===null||N===60||N===61||N===62||N===96?n(N):N===34||N===39?(e.consume(N),o=N,F):ke(N)?(i=I,K(N)):Ue(N)?(e.consume(N),I):(e.consume(N),z)}function F(N){return N===o?(e.consume(N),o=void 0,V):N===null?n(N):ke(N)?(i=F,K(N)):(e.consume(N),F)}function z(N){return N===null||N===34||N===39||N===60||N===61||N===96?n(N):N===47||N===62||rt(N)?j(N):(e.consume(N),z)}function V(N){return N===47||N===62||rt(N)?j(N):n(N)}function Z(N){return N===62?(e.consume(N),e.exit("htmlTextData"),e.exit("htmlText"),t):n(N)}function K(N){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(N),e.exit("lineEnding"),q}function q(N){return Ue(N)?Ke(e,H,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(N):H(N)}function H(N){return e.enter("htmlTextData"),i(N)}}const E0={name:"labelEnd",resolveAll:NU,resolveTo:PU,tokenize:jU},SU={tokenize:TU},CU={tokenize:$U},EU={tokenize:RU};function NU(e){let t=-1;const n=[];for(;++t<e.length;){const r=e[t][1];if(n.push(e[t]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){const o=r.type==="labelImage"?4:2;r.type="data",t+=o}}return e.length!==n.length&&Gn(e,0,e.length,n),e}function PU(e,t){let n=e.length,r=0,o,s,i,a;for(;n--;)if(o=e[n][1],s){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[n][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(i){if(e[n][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(s=n,o.type!=="labelLink")){r=2;break}}else o.type==="labelEnd"&&(i=n);const l={type:e[s][1].type==="labelLink"?"link":"image",start:{...e[s][1].start},end:{...e[e.length-1][1].end}},u={type:"label",start:{...e[s][1].start},end:{...e[i][1].end}},d={type:"labelText",start:{...e[s+r+2][1].end},end:{...e[i-2][1].start}};return a=[["enter",l,t],["enter",u,t]],a=ur(a,e.slice(s+1,s+r+3)),a=ur(a,[["enter",d,t]]),a=ur(a,Mh(t.parser.constructs.insideSpan.null,e.slice(s+r+4,i-3),t)),a=ur(a,[["exit",d,t],e[i-2],e[i-1],["exit",u,t]]),a=ur(a,e.slice(i+1)),a=ur(a,[["exit",l,t]]),Gn(e,s,e.length,a),e}function jU(e,t,n){const r=this;let o=r.events.length,s,i;for(;o--;)if((r.events[o][1].type==="labelImage"||r.events[o][1].type==="labelLink")&&!r.events[o][1]._balanced){s=r.events[o][1];break}return a;function a(p){return s?s._inactive?f(p):(i=r.parser.defined.includes(Or(r.sliceSerialize({start:s.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(p),e.exit("labelMarker"),e.exit("labelEnd"),l):n(p)}function l(p){return p===40?e.attempt(SU,d,i?d:f)(p):p===91?e.attempt(CU,d,i?u:f)(p):i?d(p):f(p)}function u(p){return e.attempt(EU,d,f)(p)}function d(p){return t(p)}function f(p){return s._balanced=!0,n(p)}}function TU(e,t,n){return r;function r(f){return e.enter("resource"),e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),o}function o(f){return rt(f)?cc(e,s)(f):s(f)}function s(f){return f===41?d(f):Cj(e,i,a,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(f)}function i(f){return rt(f)?cc(e,l)(f):d(f)}function a(f){return n(f)}function l(f){return f===34||f===39||f===40?Nj(e,u,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(f):d(f)}function u(f){return rt(f)?cc(e,d)(f):d(f)}function d(f){return f===41?(e.enter("resourceMarker"),e.consume(f),e.exit("resourceMarker"),e.exit("resource"),t):n(f)}}function $U(e,t,n){const r=this;return o;function o(a){return Ej.call(r,e,s,i,"reference","referenceMarker","referenceString")(a)}function s(a){return r.parser.defined.includes(Or(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(a):n(a)}function i(a){return n(a)}}function RU(e,t,n){return r;function r(s){return e.enter("reference"),e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),o}function o(s){return s===93?(e.enter("referenceMarker"),e.consume(s),e.exit("referenceMarker"),e.exit("reference"),t):n(s)}}const IU={name:"labelStartImage",resolveAll:E0.resolveAll,tokenize:AU};function AU(e,t,n){const r=this;return o;function o(a){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(a),e.exit("labelImageMarker"),s}function s(a){return a===91?(e.enter("labelMarker"),e.consume(a),e.exit("labelMarker"),e.exit("labelImage"),i):n(a)}function i(a){return a===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(a):t(a)}}const OU={name:"labelStartLink",resolveAll:E0.resolveAll,tokenize:MU};function MU(e,t,n){const r=this;return o;function o(i){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(i),e.exit("labelMarker"),e.exit("labelLink"),s}function s(i){return i===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(i):t(i)}}const Qp={name:"lineEnding",tokenize:DU};function DU(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Ke(e,t,"linePrefix")}}const $d={name:"thematicBreak",tokenize:zU};function zU(e,t,n){let r=0,o;return s;function s(u){return e.enter("thematicBreak"),i(u)}function i(u){return o=u,a(u)}function a(u){return u===o?(e.enter("thematicBreakSequence"),l(u)):r>=3&&(u===null||ke(u))?(e.exit("thematicBreak"),t(u)):n(u)}function l(u){return u===o?(e.consume(u),r++,l):(e.exit("thematicBreakSequence"),Ue(u)?Ke(e,a,"whitespace")(u):a(u))}}const Pn={continuation:{tokenize:qU},exit:HU,name:"list",tokenize:UU},LU={partial:!0,tokenize:BU},FU={partial:!0,tokenize:VU};function UU(e,t,n){const r=this,o=r.events[r.events.length-1];let s=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,i=0;return a;function a(h){const y=r.containerState.type||(h===42||h===43||h===45?"listUnordered":"listOrdered");if(y==="listUnordered"?!r.containerState.marker||h===r.containerState.marker:Qg(h)){if(r.containerState.type||(r.containerState.type=y,e.enter(y,{_container:!0})),y==="listUnordered")return e.enter("listItemPrefix"),h===42||h===45?e.check($d,n,u)(h):u(h);if(!r.interrupt||h===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),l(h)}return n(h)}function l(h){return Qg(h)&&++i<10?(e.consume(h),l):(!r.interrupt||i<2)&&(r.containerState.marker?h===r.containerState.marker:h===41||h===46)?(e.exit("listItemValue"),u(h)):n(h)}function u(h){return e.enter("listItemMarker"),e.consume(h),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||h,e.check(cu,r.interrupt?n:d,e.attempt(LU,p,f))}function d(h){return r.containerState.initialBlankLine=!0,s++,p(h)}function f(h){return Ue(h)?(e.enter("listItemPrefixWhitespace"),e.consume(h),e.exit("listItemPrefixWhitespace"),p):n(h)}function p(h){return r.containerState.size=s+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(h)}}function qU(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(cu,o,s);function o(a){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Ke(e,t,"listItemIndent",r.containerState.size+1)(a)}function s(a){return r.containerState.furtherBlankLines||!Ue(a)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,i(a)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(FU,t,i)(a))}function i(a){return r.containerState._closeFlow=!0,r.interrupt=void 0,Ke(e,e.attempt(Pn,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(a)}}function VU(e,t,n){const r=this;return Ke(e,o,"listItemIndent",r.containerState.size+1);function o(s){const i=r.events[r.events.length-1];return i&&i[1].type==="listItemIndent"&&i[2].sliceSerialize(i[1],!0).length===r.containerState.size?t(s):n(s)}}function HU(e){e.exit(this.containerState.type)}function BU(e,t,n){const r=this;return Ke(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(s){const i=r.events[r.events.length-1];return!Ue(s)&&i&&i[1].type==="listItemPrefixWhitespace"?t(s):n(s)}}const $k={name:"setextUnderline",resolveTo:WU,tokenize:KU};function WU(e,t){let n=e.length,r,o,s;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(o=n)}else e[n][1].type==="content"&&e.splice(n,1),!s&&e[n][1].type==="definition"&&(s=n);const i={type:"setextHeading",start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[o][1].type="setextHeadingText",s?(e.splice(o,0,["enter",i,t]),e.splice(s+1,0,["exit",e[r][1],t]),e[r][1].end={...e[s][1].end}):e[r][1]=i,e.push(["exit",i,t]),e}function KU(e,t,n){const r=this;let o;return s;function s(u){let d=r.events.length,f;for(;d--;)if(r.events[d][1].type!=="lineEnding"&&r.events[d][1].type!=="linePrefix"&&r.events[d][1].type!=="content"){f=r.events[d][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||f)?(e.enter("setextHeadingLine"),o=u,i(u)):n(u)}function i(u){return e.enter("setextHeadingLineSequence"),a(u)}function a(u){return u===o?(e.consume(u),a):(e.exit("setextHeadingLineSequence"),Ue(u)?Ke(e,l,"lineSuffix")(u):l(u))}function l(u){return u===null||ke(u)?(e.exit("setextHeadingLine"),t(u)):n(u)}}const ZU={tokenize:QU};function QU(e){const t=this,n=e.attempt(cu,r,e.attempt(this.parser.constructs.flowInitial,o,Ke(e,e.attempt(this.parser.constructs.flow,o,e.attempt(eU,o)),"linePrefix")));return n;function r(s){if(s===null){e.consume(s);return}return e.enter("lineEndingBlank"),e.consume(s),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function o(s){if(s===null){e.consume(s);return}return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const GU={resolveAll:jj()},JU=Pj("string"),YU=Pj("text");function Pj(e){return{resolveAll:jj(e==="text"?XU:void 0),tokenize:t};function t(n){const r=this,o=this.parser.constructs[e],s=n.attempt(o,i,a);return i;function i(d){return u(d)?s(d):a(d)}function a(d){if(d===null){n.consume(d);return}return n.enter("data"),n.consume(d),l}function l(d){return u(d)?(n.exit("data"),s(d)):(n.consume(d),l)}function u(d){if(d===null)return!0;const f=o[d];let p=-1;if(f)for(;++p<f.length;){const h=f[p];if(!h.previous||h.previous.call(r,r.previous))return!0}return!1}}}function jj(e){return t;function t(n,r){let o=-1,s;for(;++o<=n.length;)s===void 0?n[o]&&n[o][1].type==="data"&&(s=o,o++):(!n[o]||n[o][1].type!=="data")&&(o!==s+2&&(n[s][1].end=n[o-1][1].end,n.splice(s+2,o-s-2),o=s+2),s=void 0);return e?e(n,r):n}}function XU(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],o=t.sliceStream(r);let s=o.length,i=-1,a=0,l;for(;s--;){const u=o[s];if(typeof u=="string"){for(i=u.length;u.charCodeAt(i-1)===32;)a++,i--;if(i)break;i=-1}else if(u===-2)l=!0,a++;else if(u!==-1){s++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(a=0),a){const u={type:n===e.length||l||a<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:s?i:r.start._bufferIndex+i,_index:r.start._index+s,line:r.end.line,column:r.end.column-a,offset:r.end.offset-a},end:{...r.end}};r.end={...u.start},r.start.offset===r.end.offset?Object.assign(r,u):(e.splice(n,0,["enter",u,t],["exit",u,t]),n+=2)}n++}return e}const e9={42:Pn,43:Pn,45:Pn,48:Pn,49:Pn,50:Pn,51:Pn,52:Pn,53:Pn,54:Pn,55:Pn,56:Pn,57:Pn,62:bj},t9={91:sU},n9={[-2]:Zp,[-1]:Zp,32:Zp},r9={35:dU,42:$d,45:[$k,$d],60:mU,61:$k,95:$d,96:jk,126:jk},o9={38:_j,92:kj},s9={[-5]:Qp,[-4]:Qp,[-3]:Qp,33:IU,38:_j,42:Gg,60:[O5,kU],91:OU,92:[cU,kj],93:E0,95:Gg,96:Z5},i9={null:[Gg,GU]},a9={null:[42,95]},l9={null:[]},c9=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:a9,contentInitial:t9,disable:l9,document:e9,flow:r9,flowInitial:n9,insideSpan:i9,string:o9,text:s9},Symbol.toStringTag,{value:"Module"}));function u9(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const o={},s=[];let i=[],a=[];const l={attempt:S(E),check:S(P),consume:v,enter:w,exit:k,interrupt:S(P,{interrupt:!0})},u={code:null,containerState:{},defineSkip:m,events:[],now:y,parser:e,previous:null,sliceSerialize:p,sliceStream:h,write:f};let d=t.tokenize.call(u,l);return t.resolveAll&&s.push(t),u;function f(T){return i=ur(i,T),x(),i[i.length-1]!==null?[]:(A(t,0),u.events=Mh(s,u.events,u),u.events)}function p(T,I){return f9(h(T),I)}function h(T){return d9(i,T)}function y(){const{_bufferIndex:T,_index:I,line:F,column:z,offset:V}=r;return{_bufferIndex:T,_index:I,line:F,column:z,offset:V}}function m(T){o[T.line]=T.column,R()}function x(){let T;for(;r._index<i.length;){const I=i[r._index];if(typeof I=="string")for(T=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===T&&r._bufferIndex<I.length;)g(I.charCodeAt(r._bufferIndex));else g(I)}}function g(T){d=d(T)}function v(T){ke(T)?(r.line++,r.column=1,r.offset+=T===-3?2:1,R()):T!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===i[r._index].length&&(r._bufferIndex=-1,r._index++)),u.previous=T}function w(T,I){const F=I||{};return F.type=T,F.start=y(),u.events.push(["enter",F,u]),a.push(F),F}function k(T){const I=a.pop();return I.end=y(),u.events.push(["exit",I,u]),I}function E(T,I){A(T,I.from)}function P(T,I){I.restore()}function S(T,I){return F;function F(z,V,Z){let K,q,H,N;return Array.isArray(z)?U(z):"tokenize"in z?U([z]):O(z);function O(M){return B;function B(Q){const ue=Q!==null&&M[Q],oe=Q!==null&&M.null,fe=[...Array.isArray(ue)?ue:ue?[ue]:[],...Array.isArray(oe)?oe:oe?[oe]:[]];return U(fe)(Q)}}function U(M){return K=M,q=0,M.length===0?Z:_(M[q])}function _(M){return B;function B(Q){return N=j(),H=M,M.partial||(u.currentConstruct=M),M.name&&u.parser.constructs.disable.null.includes(M.name)?$():M.tokenize.call(I?Object.assign(Object.create(u),I):u,l,C,$)(Q)}}function C(M){return T(H,N),V}function $(M){return N.restore(),++q<K.length?_(K[q]):Z}}}function A(T,I){T.resolveAll&&!s.includes(T)&&s.push(T),T.resolve&&Gn(u.events,I,u.events.length-I,T.resolve(u.events.slice(I),u)),T.resolveTo&&(u.events=T.resolveTo(u.events,u))}function j(){const T=y(),I=u.previous,F=u.currentConstruct,z=u.events.length,V=Array.from(a);return{from:z,restore:Z};function Z(){r=T,u.previous=I,u.currentConstruct=F,u.events.length=z,a=V,R()}}function R(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function d9(e,t){const n=t.start._index,r=t.start._bufferIndex,o=t.end._index,s=t.end._bufferIndex;let i;if(n===o)i=[e[n].slice(r,s)];else{if(i=e.slice(n,o),r>-1){const a=i[0];typeof a=="string"?i[0]=a.slice(r):i.shift()}s>0&&i.push(e[o].slice(0,s))}return i}function f9(e,t){let n=-1;const r=[];let o;for(;++n<e.length;){const s=e[n];let i;if(typeof s=="string")i=s;else switch(s){case-5:{i="\r";break}case-4:{i=`
|
|
384
|
+
`;break}case-3:{i=`\r
|
|
385
|
+
`;break}case-2:{i=t?" ":" ";break}case-1:{if(!t&&o)continue;i=" ";break}default:i=String.fromCharCode(s)}o=s===-2,r.push(i)}return r.join("")}function h9(e){const r={constructs:xj([c9,...(e||{}).extensions||[]]),content:o(P5),defined:[],document:o(T5),flow:o(ZU),lazy:{},string:o(JU),text:o(YU)};return r;function o(s){return i;function i(a){return u9(r,s,a)}}}function p9(e){for(;!Sj(e););return e}const Rk=/[\0\t\n\r]/g;function m9(){let e=1,t="",n=!0,r;return o;function o(s,i,a){const l=[];let u,d,f,p,h;for(s=t+(typeof s=="string"?s.toString():new TextDecoder(i||void 0).decode(s)),f=0,t="",n&&(s.charCodeAt(0)===65279&&f++,n=void 0);f<s.length;){if(Rk.lastIndex=f,u=Rk.exec(s),p=u&&u.index!==void 0?u.index:s.length,h=s.charCodeAt(p),!u){t=s.slice(f);break}if(h===10&&f===p&&r)l.push(-3),r=void 0;else switch(r&&(l.push(-5),r=void 0),f<p&&(l.push(s.slice(f,p)),e+=p-f),h){case 0:{l.push(65533),e++;break}case 9:{for(d=Math.ceil(e/4)*4,l.push(-2);e++<d;)l.push(-1);break}case 10:{l.push(-4),e=1;break}default:r=!0,e=1}f=p+1}return a&&(r&&l.push(-5),t&&l.push(t),l.push(null)),l}}const g9=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function y9(e){return e.replace(g9,v9)}function v9(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const o=n.charCodeAt(1),s=o===120||o===88;return wj(n.slice(s?2:1),s?16:10)}return C0(n)||e}const Tj={}.hasOwnProperty;function x9(e,t,n){return t&&typeof t=="object"&&(n=t,t=void 0),w9(n)(p9(h9(n).document().write(m9()(e,t,!0))))}function w9(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:s(se),autolinkProtocol:j,autolinkEmail:j,atxHeading:s(te),blockQuote:s(oe),characterEscape:j,characterReference:j,codeFenced:s(fe),codeFencedFenceInfo:i,codeFencedFenceMeta:i,codeIndented:s(fe,i),codeText:s(be,i),codeTextData:j,data:j,codeFlowValue:j,definition:s(ot),definitionDestinationString:i,definitionLabelString:i,definitionTitleString:i,emphasis:s(et),hardBreakEscape:s(pe),hardBreakTrailing:s(pe),htmlFlow:s(ne,i),htmlFlowData:j,htmlText:s(ne,i),htmlTextData:j,image:s(Ve),label:i,link:s(se),listItem:s(Le),listItemValue:p,listOrdered:s(Oe,f),listUnordered:s(Oe),paragraph:s(mt),reference:_,referenceString:i,resourceDestinationString:i,resourceTitleString:i,setextHeading:s(te),strong:s(at),thematicBreak:s(qn)},exit:{atxHeading:l(),atxHeadingSequence:E,autolink:l(),autolinkEmail:ue,autolinkProtocol:Q,blockQuote:l(),characterEscapeValue:R,characterReferenceMarkerHexadecimal:$,characterReferenceMarkerNumeric:$,characterReferenceValue:M,characterReference:B,codeFenced:l(x),codeFencedFence:m,codeFencedFenceInfo:h,codeFencedFenceMeta:y,codeFlowValue:R,codeIndented:l(g),codeText:l(V),codeTextData:R,data:R,definition:l(),definitionDestinationString:k,definitionLabelString:v,definitionTitleString:w,emphasis:l(),hardBreakEscape:l(I),hardBreakTrailing:l(I),htmlFlow:l(F),htmlFlowData:R,htmlText:l(z),htmlTextData:R,image:l(K),label:H,labelText:q,lineEnding:T,link:l(Z),listItem:l(),listOrdered:l(),listUnordered:l(),paragraph:l(),referenceString:C,resourceDestinationString:N,resourceTitleString:O,resource:U,setextHeading:l(A),setextHeadingLineSequence:S,setextHeadingText:P,strong:l(),thematicBreak:l()}};$j(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(W){let ee={type:"root",children:[]};const ve={stack:[ee],tokenStack:[],config:t,enter:a,exit:u,buffer:i,resume:d,data:n},Te=[];let He=-1;for(;++He<W.length;)if(W[He][1].type==="listOrdered"||W[He][1].type==="listUnordered")if(W[He][0]==="enter")Te.push(He);else{const ln=Te.pop();He=o(W,ln,He)}for(He=-1;++He<W.length;){const ln=t[W[He][0]];Tj.call(ln,W[He][1].type)&&ln[W[He][1].type].call(Object.assign({sliceSerialize:W[He][2].sliceSerialize},ve),W[He][1])}if(ve.tokenStack.length>0){const ln=ve.tokenStack[ve.tokenStack.length-1];(ln[1]||Ik).call(ve,void 0,ln[0])}for(ee.position={start:Ko(W.length>0?W[0][1].start:{line:1,column:1,offset:0}),end:Ko(W.length>0?W[W.length-2][1].end:{line:1,column:1,offset:0})},He=-1;++He<t.transforms.length;)ee=t.transforms[He](ee)||ee;return ee}function o(W,ee,ve){let Te=ee-1,He=-1,ln=!1,nr,Nn,Ur,vr;for(;++Te<=ve;){const Dt=W[Te];switch(Dt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Dt[0]==="enter"?He++:He--,vr=void 0;break}case"lineEndingBlank":{Dt[0]==="enter"&&(nr&&!vr&&!He&&!Ur&&(Ur=Te),vr=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:vr=void 0}if(!He&&Dt[0]==="enter"&&Dt[1].type==="listItemPrefix"||He===-1&&Dt[0]==="exit"&&(Dt[1].type==="listUnordered"||Dt[1].type==="listOrdered")){if(nr){let rr=Te;for(Nn=void 0;rr--;){const zt=W[rr];if(zt[1].type==="lineEnding"||zt[1].type==="lineEndingBlank"){if(zt[0]==="exit")continue;Nn&&(W[Nn][1].type="lineEndingBlank",ln=!0),zt[1].type="lineEnding",Nn=rr}else if(!(zt[1].type==="linePrefix"||zt[1].type==="blockQuotePrefix"||zt[1].type==="blockQuotePrefixWhitespace"||zt[1].type==="blockQuoteMarker"||zt[1].type==="listItemIndent"))break}Ur&&(!Nn||Ur<Nn)&&(nr._spread=!0),nr.end=Object.assign({},Nn?W[Nn][1].start:Dt[1].end),W.splice(Nn||Te,0,["exit",nr,Dt[2]]),Te++,ve++}if(Dt[1].type==="listItemPrefix"){const rr={type:"listItem",_spread:!1,start:Object.assign({},Dt[1].start),end:void 0};nr=rr,W.splice(Te,0,["enter",rr,Dt[2]]),Te++,ve++,Ur=void 0,vr=!0}}}return W[ee][1]._spread=ln,ve}function s(W,ee){return ve;function ve(Te){a.call(this,W(Te),Te),ee&&ee.call(this,Te)}}function i(){this.stack.push({type:"fragment",children:[]})}function a(W,ee,ve){this.stack[this.stack.length-1].children.push(W),this.stack.push(W),this.tokenStack.push([ee,ve||void 0]),W.position={start:Ko(ee.start),end:void 0}}function l(W){return ee;function ee(ve){W&&W.call(this,ve),u.call(this,ve)}}function u(W,ee){const ve=this.stack.pop(),Te=this.tokenStack.pop();if(Te)Te[0].type!==W.type&&(ee?ee.call(this,W,Te[0]):(Te[1]||Ik).call(this,W,Te[0]));else throw new Error("Cannot close `"+W.type+"` ("+lc({start:W.start,end:W.end})+"): it’s not open");ve.position.end=Ko(W.end)}function d(){return S0(this.stack.pop())}function f(){this.data.expectingFirstListItemValue=!0}function p(W){if(this.data.expectingFirstListItemValue){const ee=this.stack[this.stack.length-2];ee.start=Number.parseInt(this.sliceSerialize(W),10),this.data.expectingFirstListItemValue=void 0}}function h(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.lang=W}function y(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.meta=W}function m(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function x(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.value=W.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function g(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.value=W.replace(/(\r?\n|\r)$/g,"")}function v(W){const ee=this.resume(),ve=this.stack[this.stack.length-1];ve.label=ee,ve.identifier=Or(this.sliceSerialize(W)).toLowerCase()}function w(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.title=W}function k(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.url=W}function E(W){const ee=this.stack[this.stack.length-1];if(!ee.depth){const ve=this.sliceSerialize(W).length;ee.depth=ve}}function P(){this.data.setextHeadingSlurpLineEnding=!0}function S(W){const ee=this.stack[this.stack.length-1];ee.depth=this.sliceSerialize(W).codePointAt(0)===61?1:2}function A(){this.data.setextHeadingSlurpLineEnding=void 0}function j(W){const ve=this.stack[this.stack.length-1].children;let Te=ve[ve.length-1];(!Te||Te.type!=="text")&&(Te=gn(),Te.position={start:Ko(W.start),end:void 0},ve.push(Te)),this.stack.push(Te)}function R(W){const ee=this.stack.pop();ee.value+=this.sliceSerialize(W),ee.position.end=Ko(W.end)}function T(W){const ee=this.stack[this.stack.length-1];if(this.data.atHardBreak){const ve=ee.children[ee.children.length-1];ve.position.end=Ko(W.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(ee.type)&&(j.call(this,W),R.call(this,W))}function I(){this.data.atHardBreak=!0}function F(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.value=W}function z(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.value=W}function V(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.value=W}function Z(){const W=this.stack[this.stack.length-1];if(this.data.inReference){const ee=this.data.referenceType||"shortcut";W.type+="Reference",W.referenceType=ee,delete W.url,delete W.title}else delete W.identifier,delete W.label;this.data.referenceType=void 0}function K(){const W=this.stack[this.stack.length-1];if(this.data.inReference){const ee=this.data.referenceType||"shortcut";W.type+="Reference",W.referenceType=ee,delete W.url,delete W.title}else delete W.identifier,delete W.label;this.data.referenceType=void 0}function q(W){const ee=this.sliceSerialize(W),ve=this.stack[this.stack.length-2];ve.label=y9(ee),ve.identifier=Or(ee).toLowerCase()}function H(){const W=this.stack[this.stack.length-1],ee=this.resume(),ve=this.stack[this.stack.length-1];if(this.data.inReference=!0,ve.type==="link"){const Te=W.children;ve.children=Te}else ve.alt=ee}function N(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.url=W}function O(){const W=this.resume(),ee=this.stack[this.stack.length-1];ee.title=W}function U(){this.data.inReference=void 0}function _(){this.data.referenceType="collapsed"}function C(W){const ee=this.resume(),ve=this.stack[this.stack.length-1];ve.label=ee,ve.identifier=Or(this.sliceSerialize(W)).toLowerCase(),this.data.referenceType="full"}function $(W){this.data.characterReferenceType=W.type}function M(W){const ee=this.sliceSerialize(W),ve=this.data.characterReferenceType;let Te;ve?(Te=wj(ee,ve==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Te=C0(ee);const He=this.stack[this.stack.length-1];He.value+=Te}function B(W){const ee=this.stack.pop();ee.position.end=Ko(W.end)}function Q(W){R.call(this,W);const ee=this.stack[this.stack.length-1];ee.url=this.sliceSerialize(W)}function ue(W){R.call(this,W);const ee=this.stack[this.stack.length-1];ee.url="mailto:"+this.sliceSerialize(W)}function oe(){return{type:"blockquote",children:[]}}function fe(){return{type:"code",lang:null,meta:null,value:""}}function be(){return{type:"inlineCode",value:""}}function ot(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function et(){return{type:"emphasis",children:[]}}function te(){return{type:"heading",depth:0,children:[]}}function pe(){return{type:"break"}}function ne(){return{type:"html",value:""}}function Ve(){return{type:"image",title:null,url:"",alt:null}}function se(){return{type:"link",title:null,url:"",children:[]}}function Oe(W){return{type:"list",ordered:W.type==="listOrdered",start:null,spread:W._spread,children:[]}}function Le(W){return{type:"listItem",spread:W._spread,checked:null,children:[]}}function mt(){return{type:"paragraph",children:[]}}function at(){return{type:"strong",children:[]}}function gn(){return{type:"text",value:""}}function qn(){return{type:"thematicBreak"}}}function Ko(e){return{line:e.line,column:e.column,offset:e.offset}}function $j(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?$j(e,r):b9(e,r)}}function b9(e,t){let n;for(n in t)if(Tj.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function Ik(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+lc({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+lc({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+lc({start:t.start,end:t.end})+") is still open")}function k9(e){const t=this;t.parser=n;function n(r){return x9(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function _9(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function S9(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
|
|
386
|
+
`}]}function C9(e,t){const n=t.value?t.value+`
|
|
387
|
+
`:"",r={},o=t.lang?t.lang.split(/\s+/):[];o.length>0&&(r.className=["language-"+o[0]]);let s={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(s.data={meta:t.meta}),e.patch(t,s),s=e.applyData(t,s),s={type:"element",tagName:"pre",properties:{},children:[s]},e.patch(t,s),s}function E9(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function N9(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function P9(e,t){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),o=yl(r.toLowerCase()),s=e.footnoteOrder.indexOf(r);let i,a=e.footnoteCounts.get(r);a===void 0?(a=0,e.footnoteOrder.push(r),i=e.footnoteOrder.length):i=s+1,a+=1,e.footnoteCounts.set(r,a);const l={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+o,id:n+"fnref-"+o+(a>1?"-"+a:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(i)}]};e.patch(t,l);const u={type:"element",tagName:"sup",properties:{},children:[l]};return e.patch(t,u),e.applyData(t,u)}function j9(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function T9(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}}function Rj(e,t){const n=t.referenceType;let r="]";if(n==="collapsed"?r+="[]":n==="full"&&(r+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+r}];const o=e.all(t),s=o[0];s&&s.type==="text"?s.value="["+s.value:o.unshift({type:"text",value:"["});const i=o[o.length-1];return i&&i.type==="text"?i.value+=r:o.push({type:"text",value:r}),o}function $9(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Rj(e,t);const o={src:yl(r.url||""),alt:t.alt};r.title!==null&&r.title!==void 0&&(o.title=r.title);const s={type:"element",tagName:"img",properties:o,children:[]};return e.patch(t,s),e.applyData(t,s)}function R9(e,t){const n={src:yl(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function I9(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function A9(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Rj(e,t);const o={href:yl(r.url||"")};r.title!==null&&r.title!==void 0&&(o.title=r.title);const s={type:"element",tagName:"a",properties:o,children:e.all(t)};return e.patch(t,s),e.applyData(t,s)}function O9(e,t){const n={href:yl(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function M9(e,t,n){const r=e.all(t),o=n?D9(n):Ij(t),s={},i=[];if(typeof t.checked=="boolean"){const d=r[0];let f;d&&d.type==="element"&&d.tagName==="p"?f=d:(f={type:"element",tagName:"p",properties:{},children:[]},r.unshift(f)),f.children.length>0&&f.children.unshift({type:"text",value:" "}),f.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),s.className=["task-list-item"]}let a=-1;for(;++a<r.length;){const d=r[a];(o||a!==0||d.type!=="element"||d.tagName!=="p")&&i.push({type:"text",value:`
|
|
388
|
+
`}),d.type==="element"&&d.tagName==="p"&&!o?i.push(...d.children):i.push(d)}const l=r[r.length-1];l&&(o||l.type!=="element"||l.tagName!=="p")&&i.push({type:"text",value:`
|
|
389
|
+
`});const u={type:"element",tagName:"li",properties:s,children:i};return e.patch(t,u),e.applyData(t,u)}function D9(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=Ij(n[r])}return t}function Ij(e){const t=e.spread;return t??e.children.length>1}function z9(e,t){const n={},r=e.all(t);let o=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++o<r.length;){const i=r[o];if(i.type==="element"&&i.tagName==="li"&&i.properties&&Array.isArray(i.properties.className)&&i.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const s={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,s),e.applyData(t,s)}function L9(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function F9(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function U9(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function q9(e,t){const n=e.all(t),r=n.shift(),o=[];if(r){const i={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],i),o.push(i)}if(n.length>0){const i={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},a=w0(t.children[1]),l=fj(t.children[t.children.length-1]);a&&l&&(i.position={start:a,end:l}),o.push(i)}const s={type:"element",tagName:"table",properties:{},children:e.wrap(o,!0)};return e.patch(t,s),e.applyData(t,s)}function V9(e,t,n){const r=n?n.children:void 0,s=(r?r.indexOf(t):1)===0?"th":"td",i=n&&n.type==="table"?n.align:void 0,a=i?i.length:t.children.length;let l=-1;const u=[];for(;++l<a;){const f=t.children[l],p={},h=i?i[l]:void 0;h&&(p.align=h);let y={type:"element",tagName:s,properties:p,children:[]};f&&(y.children=e.all(f),e.patch(f,y),y=e.applyData(f,y)),u.push(y)}const d={type:"element",tagName:"tr",properties:{},children:e.wrap(u,!0)};return e.patch(t,d),e.applyData(t,d)}function H9(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}const Ak=9,Ok=32;function B9(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),o=0;const s=[];for(;r;)s.push(Mk(t.slice(o,r.index),o>0,!0),r[0]),o=r.index+r[0].length,r=n.exec(t);return s.push(Mk(t.slice(o),o>0,!1)),s.join("")}function Mk(e,t,n){let r=0,o=e.length;if(t){let s=e.codePointAt(r);for(;s===Ak||s===Ok;)r++,s=e.codePointAt(r)}if(n){let s=e.codePointAt(o-1);for(;s===Ak||s===Ok;)o--,s=e.codePointAt(o-1)}return o>r?e.slice(r,o):""}function W9(e,t){const n={type:"text",value:B9(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function K9(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const Z9={blockquote:_9,break:S9,code:C9,delete:E9,emphasis:N9,footnoteReference:P9,heading:j9,html:T9,imageReference:$9,image:R9,inlineCode:I9,linkReference:A9,link:O9,listItem:M9,list:z9,paragraph:L9,root:F9,strong:U9,table:q9,tableCell:H9,tableRow:V9,text:W9,thematicBreak:K9,toml:Yu,yaml:Yu,definition:Yu,footnoteDefinition:Yu};function Yu(){}const Aj=-1,Dh=0,uc=1,Nf=2,N0=3,P0=4,j0=5,T0=6,Oj=7,Mj=8,Dk=typeof self=="object"?self:globalThis,Q9=(e,t)=>{const n=(o,s)=>(e.set(s,o),o),r=o=>{if(e.has(o))return e.get(o);const[s,i]=t[o];switch(s){case Dh:case Aj:return n(i,o);case uc:{const a=n([],o);for(const l of i)a.push(r(l));return a}case Nf:{const a=n({},o);for(const[l,u]of i)a[r(l)]=r(u);return a}case N0:return n(new Date(i),o);case P0:{const{source:a,flags:l}=i;return n(new RegExp(a,l),o)}case j0:{const a=n(new Map,o);for(const[l,u]of i)a.set(r(l),r(u));return a}case T0:{const a=n(new Set,o);for(const l of i)a.add(r(l));return a}case Oj:{const{name:a,message:l}=i;return n(new Dk[a](l),o)}case Mj:return n(BigInt(i),o);case"BigInt":return n(Object(BigInt(i)),o);case"ArrayBuffer":return n(new Uint8Array(i).buffer,i);case"DataView":{const{buffer:a}=new Uint8Array(i);return n(new DataView(a),i)}}return n(new Dk[s](i),o)};return r},zk=e=>Q9(new Map,e)(0),Bi="",{toString:G9}={},{keys:J9}=Object,Ol=e=>{const t=typeof e;if(t!=="object"||!e)return[Dh,t];const n=G9.call(e).slice(8,-1);switch(n){case"Array":return[uc,Bi];case"Object":return[Nf,Bi];case"Date":return[N0,Bi];case"RegExp":return[P0,Bi];case"Map":return[j0,Bi];case"Set":return[T0,Bi];case"DataView":return[uc,n]}return n.includes("Array")?[uc,n]:n.includes("Error")?[Oj,n]:[Nf,n]},Xu=([e,t])=>e===Dh&&(t==="function"||t==="symbol"),Y9=(e,t,n,r)=>{const o=(i,a)=>{const l=r.push(i)-1;return n.set(a,l),l},s=i=>{if(n.has(i))return n.get(i);let[a,l]=Ol(i);switch(a){case Dh:{let d=i;switch(l){case"bigint":a=Mj,d=i.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+l);d=null;break;case"undefined":return o([Aj],i)}return o([a,d],i)}case uc:{if(l){let p=i;return l==="DataView"?p=new Uint8Array(i.buffer):l==="ArrayBuffer"&&(p=new Uint8Array(i)),o([l,[...p]],i)}const d=[],f=o([a,d],i);for(const p of i)d.push(s(p));return f}case Nf:{if(l)switch(l){case"BigInt":return o([l,i.toString()],i);case"Boolean":case"Number":case"String":return o([l,i.valueOf()],i)}if(t&&"toJSON"in i)return s(i.toJSON());const d=[],f=o([a,d],i);for(const p of J9(i))(e||!Xu(Ol(i[p])))&&d.push([s(p),s(i[p])]);return f}case N0:return o([a,i.toISOString()],i);case P0:{const{source:d,flags:f}=i;return o([a,{source:d,flags:f}],i)}case j0:{const d=[],f=o([a,d],i);for(const[p,h]of i)(e||!(Xu(Ol(p))||Xu(Ol(h))))&&d.push([s(p),s(h)]);return f}case T0:{const d=[],f=o([a,d],i);for(const p of i)(e||!Xu(Ol(p)))&&d.push(s(p));return f}}const{message:u}=i;return o([a,{name:l,message:u}],i)};return s},Lk=(e,{json:t,lossy:n}={})=>{const r=[];return Y9(!(t||n),!!t,new Map,r)(e),r},Pf=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?zk(Lk(e,t)):structuredClone(e):(e,t)=>zk(Lk(e,t));function X9(e,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function e6(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function t6(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||X9,r=e.options.footnoteBackLabel||e6,o=e.options.footnoteLabel||"Footnotes",s=e.options.footnoteLabelTagName||"h2",i=e.options.footnoteLabelProperties||{className:["sr-only"]},a=[];let l=-1;for(;++l<e.footnoteOrder.length;){const u=e.footnoteById.get(e.footnoteOrder[l]);if(!u)continue;const d=e.all(u),f=String(u.identifier).toUpperCase(),p=yl(f.toLowerCase());let h=0;const y=[],m=e.footnoteCounts.get(f);for(;m!==void 0&&++h<=m;){y.length>0&&y.push({type:"text",value:" "});let v=typeof n=="string"?n:n(l,h);typeof v=="string"&&(v={type:"text",value:v}),y.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+p+(h>1?"-"+h:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(l,h),className:["data-footnote-backref"]},children:Array.isArray(v)?v:[v]})}const x=d[d.length-1];if(x&&x.type==="element"&&x.tagName==="p"){const v=x.children[x.children.length-1];v&&v.type==="text"?v.value+=" ":x.children.push({type:"text",value:" "}),x.children.push(...y)}else d.push(...y);const g={type:"element",tagName:"li",properties:{id:t+"fn-"+p},children:e.wrap(d,!0)};e.patch(u,g),a.push(g)}if(a.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:s,properties:{...Pf(i),id:"footnote-label"},children:[{type:"text",value:o}]},{type:"text",value:`
|
|
390
|
+
`},{type:"element",tagName:"ol",properties:{},children:e.wrap(a,!0)},{type:"text",value:`
|
|
391
|
+
`}]}}const zh=function(e){if(e==null)return s6;if(typeof e=="function")return Lh(e);if(typeof e=="object")return Array.isArray(e)?n6(e):r6(e);if(typeof e=="string")return o6(e);throw new Error("Expected function, string, or object as test")};function n6(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=zh(e[n]);return Lh(r);function r(...o){let s=-1;for(;++s<t.length;)if(t[s].apply(this,o))return!0;return!1}}function r6(e){const t=e;return Lh(n);function n(r){const o=r;let s;for(s in e)if(o[s]!==t[s])return!1;return!0}}function o6(e){return Lh(t);function t(n){return n&&n.type===e}}function Lh(e){return t;function t(n,r,o){return!!(i6(n)&&e.call(this,n,typeof r=="number"?r:void 0,o||void 0))}}function s6(){return!0}function i6(e){return e!==null&&typeof e=="object"&&"type"in e}const Dj=[],a6=!0,Jg=!1,l6="skip";function zj(e,t,n,r){let o;typeof t=="function"&&typeof n!="function"?(r=n,n=t):o=t;const s=zh(o),i=r?-1:1;a(e,void 0,[])();function a(l,u,d){const f=l&&typeof l=="object"?l:{};if(typeof f.type=="string"){const h=typeof f.tagName=="string"?f.tagName:typeof f.name=="string"?f.name:void 0;Object.defineProperty(p,"name",{value:"node ("+(l.type+(h?"<"+h+">":""))+")"})}return p;function p(){let h=Dj,y,m,x;if((!t||s(l,u,d[d.length-1]||void 0))&&(h=c6(n(l,d)),h[0]===Jg))return h;if("children"in l&&l.children){const g=l;if(g.children&&h[0]!==l6)for(m=(r?g.children.length:-1)+i,x=d.concat(g);m>-1&&m<g.children.length;){const v=g.children[m];if(y=a(v,m,x)(),y[0]===Jg)return y;m=typeof y[1]=="number"?y[1]:m+i}}return h}}}function c6(e){return Array.isArray(e)?e:typeof e=="number"?[a6,e]:e==null?Dj:[e]}function $0(e,t,n,r){let o,s,i;typeof t=="function"&&typeof n!="function"?(s=void 0,i=t,o=n):(s=t,i=n,o=r),zj(e,s,a,o);function a(l,u){const d=u[u.length-1],f=d?d.children.indexOf(l):void 0;return i(l,f,d)}}const Yg={}.hasOwnProperty,u6={};function d6(e,t){const n=t||u6,r=new Map,o=new Map,s=new Map,i={...Z9,...n.handlers},a={all:u,applyData:h6,definitionById:r,footnoteById:o,footnoteCounts:s,footnoteOrder:[],handlers:i,one:l,options:n,patch:f6,wrap:m6};return $0(e,function(d){if(d.type==="definition"||d.type==="footnoteDefinition"){const f=d.type==="definition"?r:o,p=String(d.identifier).toUpperCase();f.has(p)||f.set(p,d)}}),a;function l(d,f){const p=d.type,h=a.handlers[p];if(Yg.call(a.handlers,p)&&h)return h(a,d,f);if(a.options.passThrough&&a.options.passThrough.includes(p)){if("children"in d){const{children:m,...x}=d,g=Pf(x);return g.children=a.all(d),g}return Pf(d)}return(a.options.unknownHandler||p6)(a,d,f)}function u(d){const f=[];if("children"in d){const p=d.children;let h=-1;for(;++h<p.length;){const y=a.one(p[h],d);if(y){if(h&&p[h-1].type==="break"&&(!Array.isArray(y)&&y.type==="text"&&(y.value=Fk(y.value)),!Array.isArray(y)&&y.type==="element")){const m=y.children[0];m&&m.type==="text"&&(m.value=Fk(m.value))}Array.isArray(y)?f.push(...y):f.push(y)}}}return f}}function f6(e,t){e.position&&(t.position=e5(e))}function h6(e,t){let n=t;if(e&&e.data){const r=e.data.hName,o=e.data.hChildren,s=e.data.hProperties;if(typeof r=="string")if(n.type==="element")n.tagName=r;else{const i="children"in n?n.children:[n];n={type:"element",tagName:r,properties:{},children:i}}n.type==="element"&&s&&Object.assign(n.properties,Pf(s)),"children"in n&&n.children&&o!==null&&o!==void 0&&(n.children=o)}return n}function p6(e,t){const n=t.data||{},r="value"in t&&!(Yg.call(n,"hProperties")||Yg.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function m6(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
|
|
392
|
+
`});++r<e.length;)r&&n.push({type:"text",value:`
|
|
393
|
+
`}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:`
|
|
394
|
+
`}),n}function Fk(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function Uk(e,t){const n=d6(e,t),r=n.one(e,void 0),o=t6(n),s=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return o&&s.children.push({type:"text",value:`
|
|
395
|
+
`},o),s}function g6(e,t){return e&&"run"in e?async function(n,r){const o=Uk(n,{file:r,...t});await e.run(o,r)}:function(n,r){return Uk(n,{file:r,...e||t})}}function qk(e){if(e)throw e}var Rd=Object.prototype.hasOwnProperty,Lj=Object.prototype.toString,Vk=Object.defineProperty,Hk=Object.getOwnPropertyDescriptor,Bk=function(t){return typeof Array.isArray=="function"?Array.isArray(t):Lj.call(t)==="[object Array]"},Wk=function(t){if(!t||Lj.call(t)!=="[object Object]")return!1;var n=Rd.call(t,"constructor"),r=t.constructor&&t.constructor.prototype&&Rd.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!n&&!r)return!1;var o;for(o in t);return typeof o>"u"||Rd.call(t,o)},Kk=function(t,n){Vk&&n.name==="__proto__"?Vk(t,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):t[n.name]=n.newValue},Zk=function(t,n){if(n==="__proto__")if(Rd.call(t,n)){if(Hk)return Hk(t,n).value}else return;return t[n]},y6=function e(){var t,n,r,o,s,i,a=arguments[0],l=1,u=arguments.length,d=!1;for(typeof a=="boolean"&&(d=a,a=arguments[1]||{},l=2),(a==null||typeof a!="object"&&typeof a!="function")&&(a={});l<u;++l)if(t=arguments[l],t!=null)for(n in t)r=Zk(a,n),o=Zk(t,n),a!==o&&(d&&o&&(Wk(o)||(s=Bk(o)))?(s?(s=!1,i=r&&Bk(r)?r:[]):i=r&&Wk(r)?r:{},Kk(a,{name:n,newValue:e(d,i,o)})):typeof o<"u"&&Kk(a,{name:n,newValue:o}));return a};const Gp=il(y6);function Xg(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 v6(){const e=[],t={run:n,use:r};return t;function n(...o){let s=-1;const i=o.pop();if(typeof i!="function")throw new TypeError("Expected function as last argument, not "+i);a(null,...o);function a(l,...u){const d=e[++s];let f=-1;if(l){i(l);return}for(;++f<o.length;)(u[f]===null||u[f]===void 0)&&(u[f]=o[f]);o=u,d?x6(d,a)(...u):i(null,...u)}}function r(o){if(typeof o!="function")throw new TypeError("Expected `middelware` to be a function, not "+o);return e.push(o),t}}function x6(e,t){let n;return r;function r(...i){const a=e.length>i.length;let l;a&&i.push(o);try{l=e.apply(this,i)}catch(u){const d=u;if(a&&n)throw d;return o(d)}a||(l&&l.then&&typeof l.then=="function"?l.then(s,o):l instanceof Error?o(l):s(l))}function o(i,...a){n||(n=!0,t(i,...a))}function s(i){o(null,i)}}const Br={basename:w6,dirname:b6,extname:k6,join:_6,sep:"/"};function w6(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');uu(e);let n=0,r=-1,o=e.length,s;if(t===void 0||t.length===0||t.length>e.length){for(;o--;)if(e.codePointAt(o)===47){if(s){n=o+1;break}}else r<0&&(s=!0,r=o+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let i=-1,a=t.length-1;for(;o--;)if(e.codePointAt(o)===47){if(s){n=o+1;break}}else i<0&&(s=!0,i=o+1),a>-1&&(e.codePointAt(o)===t.codePointAt(a--)?a<0&&(r=o):(a=-1,r=i));return n===r?r=i:r<0&&(r=e.length),e.slice(n,r)}function b6(e){if(uu(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function k6(e){uu(e);let t=e.length,n=-1,r=0,o=-1,s=0,i;for(;t--;){const a=e.codePointAt(t);if(a===47){if(i){r=t+1;break}continue}n<0&&(i=!0,n=t+1),a===46?o<0?o=t:s!==1&&(s=1):o>-1&&(s=-1)}return o<0||n<0||s===0||s===1&&o===n-1&&o===r+1?"":e.slice(o,n)}function _6(...e){let t=-1,n;for(;++t<e.length;)uu(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":S6(n)}function S6(e){uu(e);const t=e.codePointAt(0)===47;let n=C6(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function C6(e,t){let n="",r=0,o=-1,s=0,i=-1,a,l;for(;++i<=e.length;){if(i<e.length)a=e.codePointAt(i);else{if(a===47)break;a=47}if(a===47){if(!(o===i-1||s===1))if(o!==i-1&&s===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(l=n.lastIndexOf("/"),l!==n.length-1){l<0?(n="",r=0):(n=n.slice(0,l),r=n.length-1-n.lastIndexOf("/")),o=i,s=0;continue}}else if(n.length>0){n="",r=0,o=i,s=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(o+1,i):n=e.slice(o+1,i),r=i-o-1;o=i,s=0}else a===46&&s>-1?s++:s=-1}return n}function uu(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const E6={cwd:N6};function N6(){return"/"}function ey(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function P6(e){if(typeof e=="string")e=new URL(e);else if(!ey(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 j6(e)}function j6(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const t=e.pathname;let n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){const r=t.codePointAt(n+2);if(r===70||r===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 Jp=["history","path","basename","stem","extname","dirname"];class Fj{constructor(t){let n;t?ey(t)?n={path:t}:typeof t=="string"||T6(t)?n={value:t}:n=t:n={},this.cwd="cwd"in n?"":E6.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<Jp.length;){const s=Jp[r];s in n&&n[s]!==void 0&&n[s]!==null&&(this[s]=s==="history"?[...n[s]]:n[s])}let o;for(o in n)Jp.includes(o)||(this[o]=n[o])}get basename(){return typeof this.path=="string"?Br.basename(this.path):void 0}set basename(t){Xp(t,"basename"),Yp(t,"basename"),this.path=Br.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?Br.dirname(this.path):void 0}set dirname(t){Qk(this.basename,"dirname"),this.path=Br.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?Br.extname(this.path):void 0}set extname(t){if(Yp(t,"extname"),Qk(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=Br.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){ey(t)&&(t=P6(t)),Xp(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?Br.basename(this.path,this.extname):void 0}set stem(t){Xp(t,"stem"),Yp(t,"stem"),this.path=Br.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const o=this.message(t,n,r);throw o.fatal=!0,o}info(t,n,r){const o=this.message(t,n,r);return o.fatal=void 0,o}message(t,n,r){const o=new mn(t,n,r);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 Yp(e,t){if(e&&e.includes(Br.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Br.sep+"`")}function Xp(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function Qk(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function T6(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const $6=function(e){const r=this.constructor.prototype,o=r[e],s=function(){return o.apply(s,arguments)};return Object.setPrototypeOf(s,r),s},R6={}.hasOwnProperty;class R0 extends $6{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=v6()}copy(){const t=new R0;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data(Gp(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(nm("data",this.frozen),this.namespace[t]=n,this):R6.call(this.namespace,t)&&this.namespace[t]||void 0:t?(nm("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[n,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);const o=n.call(t,...r);typeof o=="function"&&this.transformers.use(o)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=ed(t),r=this.parser||this.Parser;return em("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),em("process",this.parser||this.Parser),tm("process",this.compiler||this.Compiler),n?o(void 0,n):new Promise(o);function o(s,i){const a=ed(t),l=r.parse(a);r.run(l,a,function(d,f,p){if(d||!f||!p)return u(d);const h=f,y=r.stringify(h,p);O6(y)?p.value=y:p.result=y,u(d,p)});function u(d,f){d||!f?i(d):s?s(f):n(void 0,f)}}}processSync(t){let n=!1,r;return this.freeze(),em("processSync",this.parser||this.Parser),tm("processSync",this.compiler||this.Compiler),this.process(t,o),Jk("processSync","process",n),r;function o(s,i){n=!0,qk(s),r=i}}run(t,n,r){Gk(t),this.freeze();const o=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?s(void 0,r):new Promise(s);function s(i,a){const l=ed(n);o.run(t,l,u);function u(d,f,p){const h=f||t;d?a(d):i?i(h):r(void 0,h,p)}}}runSync(t,n){let r=!1,o;return this.run(t,n,s),Jk("runSync","run",r),o;function s(i,a){qk(i),o=a,r=!0}}stringify(t,n){this.freeze();const r=ed(n),o=this.compiler||this.Compiler;return tm("stringify",o),Gk(t),o(t,r)}use(t,...n){const r=this.attachers,o=this.namespace;if(nm("use",this.frozen),t!=null)if(typeof t=="function")l(t,n);else if(typeof t=="object")Array.isArray(t)?a(t):i(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function s(u){if(typeof u=="function")l(u,[]);else if(typeof u=="object")if(Array.isArray(u)){const[d,...f]=u;l(d,f)}else i(u);else throw new TypeError("Expected usable value, not `"+u+"`")}function i(u){if(!("plugins"in u)&&!("settings"in u))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");a(u.plugins),u.settings&&(o.settings=Gp(!0,o.settings,u.settings))}function a(u){let d=-1;if(u!=null)if(Array.isArray(u))for(;++d<u.length;){const f=u[d];s(f)}else throw new TypeError("Expected a list of plugins, not `"+u+"`")}function l(u,d){let f=-1,p=-1;for(;++f<r.length;)if(r[f][0]===u){p=f;break}if(p===-1)r.push([u,...d]);else if(d.length>0){let[h,...y]=d;const m=r[p][1];Xg(m)&&Xg(h)&&(h=Gp(!0,m,h)),r[p]=[u,h,...y]}}}}const I6=new R0().freeze();function em(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function tm(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function nm(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 Gk(e){if(!Xg(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function Jk(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function ed(e){return A6(e)?e:new Fj(e)}function A6(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function O6(e){return typeof e=="string"||M6(e)}function M6(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const D6="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",Yk=[],Xk={allowDangerousHtml:!0},z6=/^(https?|ircs?|mailto|xmpp)$/i,L6=[{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 F6(e){const t=U6(e),n=q6(e);return V6(t.runSync(t.parse(n),n),e)}function U6(e){const t=e.rehypePlugins||Yk,n=e.remarkPlugins||Yk,r=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...Xk}:Xk;return I6().use(k9).use(n).use(g6,r).use(t)}function q6(e){const t=e.children||"",n=new Fj;return typeof t=="string"&&(n.value=t),n}function V6(e,t){const n=t.allowedElements,r=t.allowElement,o=t.components,s=t.disallowedElements,i=t.skipHtml,a=t.unwrapDisallowed,l=t.urlTransform||H6;for(const d of L6)Object.hasOwn(t,d.from)&&(""+d.from+(d.to?"use `"+d.to+"` instead":"remove it")+D6+d.id,void 0);return $0(e,u),s5(e,{Fragment:c.Fragment,components:o,ignoreInvalidStyle:!0,jsx:c.jsx,jsxs:c.jsxs,passKeys:!0,passNode:!0});function u(d,f,p){if(d.type==="raw"&&p&&typeof f=="number")return i?p.children.splice(f,1):p.children[f]={type:"text",value:d.value},f;if(d.type==="element"){let h;for(h in Kp)if(Object.hasOwn(Kp,h)&&Object.hasOwn(d.properties,h)){const y=d.properties[h],m=Kp[h];(m===null||m.includes(d.tagName))&&(d.properties[h]=l(String(y||""),h,d))}}if(d.type==="element"){let h=n?!n.includes(d.tagName):s?s.includes(d.tagName):!1;if(!h&&r&&typeof f=="number"&&(h=!r(d,f,p)),h&&p&&typeof f=="number")return a&&d.children?p.children.splice(f,1,...d.children):p.children.splice(f,1),f}}}function H6(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),o=e.indexOf("/");return t===-1||o!==-1&&t>o||n!==-1&&t>n||r!==-1&&t>r||z6.test(e.slice(0,t))?e:""}function e1(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,o=n.indexOf(t);for(;o!==-1;)r++,o=n.indexOf(t,o+t.length);return r}function B6(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function W6(e,t,n){const o=zh((n||{}).ignore||[]),s=K6(t);let i=-1;for(;++i<s.length;)zj(e,"text",a);function a(u,d){let f=-1,p;for(;++f<d.length;){const h=d[f],y=p?p.children:void 0;if(o(h,y?y.indexOf(h):void 0,p))return;p=h}if(p)return l(u,d)}function l(u,d){const f=d[d.length-1],p=s[i][0],h=s[i][1];let y=0;const x=f.children.indexOf(u);let g=!1,v=[];p.lastIndex=0;let w=p.exec(u.value);for(;w;){const k=w.index,E={index:w.index,input:w.input,stack:[...d,u]};let P=h(...w,E);if(typeof P=="string"&&(P=P.length>0?{type:"text",value:P}:void 0),P===!1?p.lastIndex=k+1:(y!==k&&v.push({type:"text",value:u.value.slice(y,k)}),Array.isArray(P)?v.push(...P):P&&v.push(P),y=k+w[0].length,g=!0),!p.global)break;w=p.exec(u.value)}return g?(y<u.value.length&&v.push({type:"text",value:u.value.slice(y)}),f.children.splice(x,1,...v)):v=[u],x+v.length}}function K6(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let r=-1;for(;++r<n.length;){const o=n[r];t.push([Z6(o[0]),Q6(o[1])])}return t}function Z6(e){return typeof e=="string"?new RegExp(B6(e),"g"):e}function Q6(e){return typeof e=="function"?e:function(){return e}}const rm="phrasing",om=["autolink","link","image","label"];function G6(){return{transforms:[rq],enter:{literalAutolink:Y6,literalAutolinkEmail:sm,literalAutolinkHttp:sm,literalAutolinkWww:sm},exit:{literalAutolink:nq,literalAutolinkEmail:tq,literalAutolinkHttp:X6,literalAutolinkWww:eq}}}function J6(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:rm,notInConstruct:om},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:rm,notInConstruct:om},{character:":",before:"[ps]",after:"\\/",inConstruct:rm,notInConstruct:om}]}}function Y6(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function sm(e){this.config.enter.autolinkProtocol.call(this,e)}function X6(e){this.config.exit.autolinkProtocol.call(this,e)}function eq(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 tq(e){this.config.exit.autolinkEmail.call(this,e)}function nq(e){this.exit(e)}function rq(e){W6(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,oq],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),sq]],{ignore:["link","linkReference"]})}function oq(e,t,n,r,o){let s="";if(!Uj(o)||(/^w/i.test(t)&&(n=t+n,t="",s="http://"),!iq(n)))return!1;const i=aq(n+r);if(!i[0])return!1;const a={type:"link",title:null,url:s+t+i[0],children:[{type:"text",value:t+i[0]}]};return i[1]?[a,{type:"text",value:i[1]}]:a}function sq(e,t,n,r){return!Uj(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function iq(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 aq(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const o=e1(e,"(");let s=e1(e,")");for(;r!==-1&&o>s;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),s++;return[e,n]}function Uj(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||Ti(n)||Oh(n))&&(!t||n!==47)}qj.peek=gq;function lq(){this.buffer()}function cq(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function uq(){this.buffer()}function dq(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function fq(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Or(this.sliceSerialize(e)).toLowerCase(),n.label=t}function hq(e){this.exit(e)}function pq(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Or(this.sliceSerialize(e)).toLowerCase(),n.label=t}function mq(e){this.exit(e)}function gq(){return"["}function qj(e,t,n,r){const o=n.createTracker(r);let s=o.move("[^");const i=n.enter("footnoteReference"),a=n.enter("reference");return s+=o.move(n.safe(n.associationId(e),{after:"]",before:s})),a(),i(),s+=o.move("]"),s}function yq(){return{enter:{gfmFootnoteCallString:lq,gfmFootnoteCall:cq,gfmFootnoteDefinitionLabelString:uq,gfmFootnoteDefinition:dq},exit:{gfmFootnoteCallString:fq,gfmFootnoteCall:hq,gfmFootnoteDefinitionLabelString:pq,gfmFootnoteDefinition:mq}}}function vq(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:qj},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,o,s,i){const a=s.createTracker(i);let l=a.move("[^");const u=s.enter("footnoteDefinition"),d=s.enter("label");return l+=a.move(s.safe(s.associationId(r),{before:l,after:"]"})),d(),l+=a.move("]:"),r.children&&r.children.length>0&&(a.shift(4),l+=a.move((t?`
|
|
396
|
+
`:" ")+s.indentLines(s.containerFlow(r,a.current()),t?Vj:xq))),u(),l}}function xq(e,t,n){return t===0?e:Vj(e,t,n)}function Vj(e,t,n){return(n?"":" ")+e}const wq=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Hj.peek=Cq;function bq(){return{canContainEols:["delete"],enter:{strikethrough:_q},exit:{strikethrough:Sq}}}function kq(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:wq}],handlers:{delete:Hj}}}function _q(e){this.enter({type:"delete",children:[]},e)}function Sq(e){this.exit(e)}function Hj(e,t,n,r){const o=n.createTracker(r),s=n.enter("strikethrough");let i=o.move("~~");return i+=n.containerPhrasing(e,{...o.current(),before:i,after:"~"}),i+=o.move("~~"),s(),i}function Cq(){return"~"}function Eq(e){return e.length}function Nq(e,t){const n=t||{},r=(n.align||[]).concat(),o=n.stringLength||Eq,s=[],i=[],a=[],l=[];let u=0,d=-1;for(;++d<e.length;){const m=[],x=[];let g=-1;for(e[d].length>u&&(u=e[d].length);++g<e[d].length;){const v=Pq(e[d][g]);if(n.alignDelimiters!==!1){const w=o(v);x[g]=w,(l[g]===void 0||w>l[g])&&(l[g]=w)}m.push(v)}i[d]=m,a[d]=x}let f=-1;if(typeof r=="object"&&"length"in r)for(;++f<u;)s[f]=t1(r[f]);else{const m=t1(r);for(;++f<u;)s[f]=m}f=-1;const p=[],h=[];for(;++f<u;){const m=s[f];let x="",g="";m===99?(x=":",g=":"):m===108?x=":":m===114&&(g=":");let v=n.alignDelimiters===!1?1:Math.max(1,l[f]-x.length-g.length);const w=x+"-".repeat(v)+g;n.alignDelimiters!==!1&&(v=x.length+v+g.length,v>l[f]&&(l[f]=v),h[f]=v),p[f]=w}i.splice(1,0,p),a.splice(1,0,h),d=-1;const y=[];for(;++d<i.length;){const m=i[d],x=a[d];f=-1;const g=[];for(;++f<u;){const v=m[f]||"";let w="",k="";if(n.alignDelimiters!==!1){const E=l[f]-(x[f]||0),P=s[f];P===114?w=" ".repeat(E):P===99?E%2?(w=" ".repeat(E/2+.5),k=" ".repeat(E/2-.5)):(w=" ".repeat(E/2),k=w):k=" ".repeat(E)}n.delimiterStart!==!1&&!f&&g.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&v==="")&&(n.delimiterStart!==!1||f)&&g.push(" "),n.alignDelimiters!==!1&&g.push(w),g.push(v),n.alignDelimiters!==!1&&g.push(k),n.padding!==!1&&g.push(" "),(n.delimiterEnd!==!1||f!==u-1)&&g.push("|")}y.push(n.delimiterEnd===!1?g.join("").replace(/ +$/,""):g.join(""))}return y.join(`
|
|
397
|
+
`)}function Pq(e){return e==null?"":String(e)}function t1(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 jq(e,t,n,r){const o=n.enter("blockquote"),s=n.createTracker(r);s.move("> "),s.shift(2);const i=n.indentLines(n.containerFlow(e,s.current()),Tq);return o(),i}function Tq(e,t,n){return">"+(n?"":" ")+e}function $q(e,t){return n1(e,t.inConstruct,!0)&&!n1(e,t.notInConstruct,!1)}function n1(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function r1(e,t,n,r){let o=-1;for(;++o<n.unsafe.length;)if(n.unsafe[o].character===`
|
|
398
|
+
`&&$q(n.stack,n.unsafe[o]))return/[ \t]/.test(r.before)?"":" ";return`\\
|
|
399
|
+
`}function Rq(e,t){const n=String(e);let r=n.indexOf(t),o=r,s=0,i=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;r!==-1;)r===o?++s>i&&(i=s):s=1,o=r+t.length,r=n.indexOf(t,o);return i}function Iq(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 Aq(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 Oq(e,t,n,r){const o=Aq(n),s=e.value||"",i=o==="`"?"GraveAccent":"Tilde";if(Iq(e,n)){const f=n.enter("codeIndented"),p=n.indentLines(s,Mq);return f(),p}const a=n.createTracker(r),l=o.repeat(Math.max(Rq(s,o)+1,3)),u=n.enter("codeFenced");let d=a.move(l);if(e.lang){const f=n.enter(`codeFencedLang${i}`);d+=a.move(n.safe(e.lang,{before:d,after:" ",encode:["`"],...a.current()})),f()}if(e.lang&&e.meta){const f=n.enter(`codeFencedMeta${i}`);d+=a.move(" "),d+=a.move(n.safe(e.meta,{before:d,after:`
|
|
400
|
+
`,encode:["`"],...a.current()})),f()}return d+=a.move(`
|
|
401
|
+
`),s&&(d+=a.move(s+`
|
|
402
|
+
`)),d+=a.move(l),u(),d}function Mq(e,t,n){return(n?"":" ")+e}function I0(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 Dq(e,t,n,r){const o=I0(n),s=o==='"'?"Quote":"Apostrophe",i=n.enter("definition");let a=n.enter("label");const l=n.createTracker(r);let u=l.move("[");return u+=l.move(n.safe(n.associationId(e),{before:u,after:"]",...l.current()})),u+=l.move("]: "),a(),!e.url||/[\0- \u007F]/.test(e.url)?(a=n.enter("destinationLiteral"),u+=l.move("<"),u+=l.move(n.safe(e.url,{before:u,after:">",...l.current()})),u+=l.move(">")):(a=n.enter("destinationRaw"),u+=l.move(n.safe(e.url,{before:u,after:e.title?" ":`
|
|
403
|
+
`,...l.current()}))),a(),e.title&&(a=n.enter(`title${s}`),u+=l.move(" "+o),u+=l.move(n.safe(e.title,{before:u,after:o,...l.current()})),u+=l.move(o),a()),i(),u}function zq(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 Uc(e){return"&#x"+e.toString(16).toUpperCase()+";"}function jf(e,t,n){const r=tl(e),o=tl(t);return r===void 0?o===void 0?n==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:o===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:r===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}}Bj.peek=Lq;function Bj(e,t,n,r){const o=zq(n),s=n.enter("emphasis"),i=n.createTracker(r),a=i.move(o);let l=i.move(n.containerPhrasing(e,{after:o,before:a,...i.current()}));const u=l.charCodeAt(0),d=jf(r.before.charCodeAt(r.before.length-1),u,o);d.inside&&(l=Uc(u)+l.slice(1));const f=l.charCodeAt(l.length-1),p=jf(r.after.charCodeAt(0),f,o);p.inside&&(l=l.slice(0,-1)+Uc(f));const h=i.move(o);return s(),n.attentionEncodeSurroundingInfo={after:p.outside,before:d.outside},a+l+h}function Lq(e,t,n){return n.options.emphasis||"*"}function Fq(e,t){let n=!1;return $0(e,function(r){if("value"in r&&/\r?\n|\r/.test(r.value)||r.type==="break")return n=!0,Jg}),!!((!e.depth||e.depth<3)&&S0(e)&&(t.options.setext||n))}function Uq(e,t,n,r){const o=Math.max(Math.min(6,e.depth||1),1),s=n.createTracker(r);if(Fq(e,n)){const d=n.enter("headingSetext"),f=n.enter("phrasing"),p=n.containerPhrasing(e,{...s.current(),before:`
|
|
404
|
+
`,after:`
|
|
405
|
+
`});return f(),d(),p+`
|
|
406
|
+
`+(o===1?"=":"-").repeat(p.length-(Math.max(p.lastIndexOf("\r"),p.lastIndexOf(`
|
|
407
|
+
`))+1))}const i="#".repeat(o),a=n.enter("headingAtx"),l=n.enter("phrasing");s.move(i+" ");let u=n.containerPhrasing(e,{before:"# ",after:`
|
|
408
|
+
`,...s.current()});return/^[\t ]/.test(u)&&(u=Uc(u.charCodeAt(0))+u.slice(1)),u=u?i+" "+u:i,n.options.closeAtx&&(u+=" "+i),l(),a(),u}Wj.peek=qq;function Wj(e){return e.value||""}function qq(){return"<"}Kj.peek=Vq;function Kj(e,t,n,r){const o=I0(n),s=o==='"'?"Quote":"Apostrophe",i=n.enter("image");let a=n.enter("label");const l=n.createTracker(r);let u=l.move("![");return u+=l.move(n.safe(e.alt,{before:u,after:"]",...l.current()})),u+=l.move("]("),a(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(a=n.enter("destinationLiteral"),u+=l.move("<"),u+=l.move(n.safe(e.url,{before:u,after:">",...l.current()})),u+=l.move(">")):(a=n.enter("destinationRaw"),u+=l.move(n.safe(e.url,{before:u,after:e.title?" ":")",...l.current()}))),a(),e.title&&(a=n.enter(`title${s}`),u+=l.move(" "+o),u+=l.move(n.safe(e.title,{before:u,after:o,...l.current()})),u+=l.move(o),a()),u+=l.move(")"),i(),u}function Vq(){return"!"}Zj.peek=Hq;function Zj(e,t,n,r){const o=e.referenceType,s=n.enter("imageReference");let i=n.enter("label");const a=n.createTracker(r);let l=a.move("![");const u=n.safe(e.alt,{before:l,after:"]",...a.current()});l+=a.move(u+"]["),i();const d=n.stack;n.stack=[],i=n.enter("reference");const f=n.safe(n.associationId(e),{before:l,after:"]",...a.current()});return i(),n.stack=d,s(),o==="full"||!u||u!==f?l+=a.move(f+"]"):o==="shortcut"?l=l.slice(0,-1):l+=a.move("]"),l}function Hq(){return"!"}Qj.peek=Bq;function Qj(e,t,n){let r=e.value||"",o="`",s=-1;for(;new RegExp("(^|[^`])"+o+"([^`]|$)").test(r);)o+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++s<n.unsafe.length;){const i=n.unsafe[s],a=n.compilePattern(i);let l;if(i.atBreak)for(;l=a.exec(r);){let u=l.index;r.charCodeAt(u)===10&&r.charCodeAt(u-1)===13&&u--,r=r.slice(0,u)+" "+r.slice(l.index+1)}}return o+r+o}function Bq(){return"`"}function Gj(e,t){const n=S0(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}Jj.peek=Wq;function Jj(e,t,n,r){const o=I0(n),s=o==='"'?"Quote":"Apostrophe",i=n.createTracker(r);let a,l;if(Gj(e,n)){const d=n.stack;n.stack=[],a=n.enter("autolink");let f=i.move("<");return f+=i.move(n.containerPhrasing(e,{before:f,after:">",...i.current()})),f+=i.move(">"),a(),n.stack=d,f}a=n.enter("link"),l=n.enter("label");let u=i.move("[");return u+=i.move(n.containerPhrasing(e,{before:u,after:"](",...i.current()})),u+=i.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),u+=i.move("<"),u+=i.move(n.safe(e.url,{before:u,after:">",...i.current()})),u+=i.move(">")):(l=n.enter("destinationRaw"),u+=i.move(n.safe(e.url,{before:u,after:e.title?" ":")",...i.current()}))),l(),e.title&&(l=n.enter(`title${s}`),u+=i.move(" "+o),u+=i.move(n.safe(e.title,{before:u,after:o,...i.current()})),u+=i.move(o),l()),u+=i.move(")"),a(),u}function Wq(e,t,n){return Gj(e,n)?"<":"["}Yj.peek=Kq;function Yj(e,t,n,r){const o=e.referenceType,s=n.enter("linkReference");let i=n.enter("label");const a=n.createTracker(r);let l=a.move("[");const u=n.containerPhrasing(e,{before:l,after:"]",...a.current()});l+=a.move(u+"]["),i();const d=n.stack;n.stack=[],i=n.enter("reference");const f=n.safe(n.associationId(e),{before:l,after:"]",...a.current()});return i(),n.stack=d,s(),o==="full"||!u||u!==f?l+=a.move(f+"]"):o==="shortcut"?l=l.slice(0,-1):l+=a.move("]"),l}function Kq(){return"["}function A0(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 Zq(e){const t=A0(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function Qq(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 Xj(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 Gq(e,t,n,r){const o=n.enter("list"),s=n.bulletCurrent;let i=e.ordered?Qq(n):A0(n);const a=e.ordered?i==="."?")":".":Zq(n);let l=t&&n.bulletLastUsed?i===n.bulletLastUsed:!1;if(!e.ordered){const d=e.children?e.children[0]:void 0;if((i==="*"||i==="-")&&d&&(!d.children||!d.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(l=!0),Xj(n)===i&&d){let f=-1;for(;++f<e.children.length;){const p=e.children[f];if(p&&p.type==="listItem"&&p.children&&p.children[0]&&p.children[0].type==="thematicBreak"){l=!0;break}}}}l&&(i=a),n.bulletCurrent=i;const u=n.containerFlow(e,r);return n.bulletLastUsed=i,n.bulletCurrent=s,o(),u}function Jq(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 Yq(e,t,n,r){const o=Jq(n);let s=n.bulletCurrent||A0(n);t&&t.type==="list"&&t.ordered&&(s=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+s);let i=s.length+1;(o==="tab"||o==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(i=Math.ceil(i/4)*4);const a=n.createTracker(r);a.move(s+" ".repeat(i-s.length)),a.shift(i);const l=n.enter("listItem"),u=n.indentLines(n.containerFlow(e,a.current()),d);return l(),u;function d(f,p,h){return p?(h?"":" ".repeat(i))+f:(h?s:s+" ".repeat(i-s.length))+f}}function Xq(e,t,n,r){const o=n.enter("paragraph"),s=n.enter("phrasing"),i=n.containerPhrasing(e,r);return s(),o(),i}const e8=zh(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function t8(e,t,n,r){return(e.children.some(function(i){return e8(i)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function n8(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}eT.peek=r8;function eT(e,t,n,r){const o=n8(n),s=n.enter("strong"),i=n.createTracker(r),a=i.move(o+o);let l=i.move(n.containerPhrasing(e,{after:o,before:a,...i.current()}));const u=l.charCodeAt(0),d=jf(r.before.charCodeAt(r.before.length-1),u,o);d.inside&&(l=Uc(u)+l.slice(1));const f=l.charCodeAt(l.length-1),p=jf(r.after.charCodeAt(0),f,o);p.inside&&(l=l.slice(0,-1)+Uc(f));const h=i.move(o+o);return s(),n.attentionEncodeSurroundingInfo={after:p.outside,before:d.outside},a+l+h}function r8(e,t,n){return n.options.strong||"*"}function o8(e,t,n,r){return n.safe(e.value,r)}function s8(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 i8(e,t,n){const r=(Xj(n)+(n.options.ruleSpaces?" ":"")).repeat(s8(n));return n.options.ruleSpaces?r.slice(0,-1):r}const tT={blockquote:jq,break:r1,code:Oq,definition:Dq,emphasis:Bj,hardBreak:r1,heading:Uq,html:Wj,image:Kj,imageReference:Zj,inlineCode:Qj,link:Jj,linkReference:Yj,list:Gq,listItem:Yq,paragraph:Xq,root:t8,strong:eT,text:o8,thematicBreak:i8};function a8(){return{enter:{table:l8,tableData:o1,tableHeader:o1,tableRow:u8},exit:{codeText:d8,table:c8,tableData:im,tableHeader:im,tableRow:im}}}function l8(e){const t=e._align;this.enter({type:"table",align:t.map(function(n){return n==="none"?null:n}),children:[]},e),this.data.inTable=!0}function c8(e){this.exit(e),this.data.inTable=void 0}function u8(e){this.enter({type:"tableRow",children:[]},e)}function im(e){this.exit(e)}function o1(e){this.enter({type:"tableCell",children:[]},e)}function d8(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,f8));const n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function f8(e,t){return t==="|"?t:e}function h8(e){const t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,o=t.stringLength,s=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
409
|
+
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:p,table:i,tableCell:l,tableRow:a}};function i(h,y,m,x){return u(d(h,m,x),h.align)}function a(h,y,m,x){const g=f(h,m,x),v=u([g]);return v.slice(0,v.indexOf(`
|
|
410
|
+
`))}function l(h,y,m,x){const g=m.enter("tableCell"),v=m.enter("phrasing"),w=m.containerPhrasing(h,{...x,before:s,after:s});return v(),g(),w}function u(h,y){return Nq(h,{align:y,alignDelimiters:r,padding:n,stringLength:o})}function d(h,y,m){const x=h.children;let g=-1;const v=[],w=y.enter("table");for(;++g<x.length;)v[g]=f(x[g],y,m);return w(),v}function f(h,y,m){const x=h.children;let g=-1;const v=[],w=y.enter("tableRow");for(;++g<x.length;)v[g]=l(x[g],h,y,m);return w(),v}function p(h,y,m){let x=tT.inlineCode(h,y,m);return m.stack.includes("tableCell")&&(x=x.replace(/\|/g,"\\$&")),x}}function p8(){return{exit:{taskListCheckValueChecked:s1,taskListCheckValueUnchecked:s1,paragraph:g8}}}function m8(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:y8}}}function s1(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function g8(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const o=t.children;let s=-1,i;for(;++s<o.length;){const a=o[s];if(a.type==="paragraph"){i=a;break}}i===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function y8(e,t,n,r){const o=e.children[0],s=typeof e.checked=="boolean"&&o&&o.type==="paragraph",i="["+(e.checked?"x":" ")+"] ",a=n.createTracker(r);s&&a.move(i);let l=tT.listItem(e,t,n,{...r,...a.current()});return s&&(l=l.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,u)),l;function u(d){return d+i}}function v8(){return[G6(),yq(),bq(),a8(),p8()]}function x8(e){return{extensions:[J6(),vq(e),kq(),h8(e),m8()]}}const w8={tokenize:E8,partial:!0},nT={tokenize:N8,partial:!0},rT={tokenize:P8,partial:!0},oT={tokenize:j8,partial:!0},b8={tokenize:T8,partial:!0},sT={name:"wwwAutolink",tokenize:S8,previous:aT},iT={name:"protocolAutolink",tokenize:C8,previous:lT},Vo={name:"emailAutolink",tokenize:_8,previous:cT},fo={};function k8(){return{text:fo}}let Hs=48;for(;Hs<123;)fo[Hs]=Vo,Hs++,Hs===58?Hs=65:Hs===91&&(Hs=97);fo[43]=Vo;fo[45]=Vo;fo[46]=Vo;fo[95]=Vo;fo[72]=[Vo,iT];fo[104]=[Vo,iT];fo[87]=[Vo,sT];fo[119]=[Vo,sT];function _8(e,t,n){const r=this;let o,s;return i;function i(f){return!ty(f)||!cT.call(r,r.previous)||O0(r.events)?n(f):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),a(f))}function a(f){return ty(f)?(e.consume(f),a):f===64?(e.consume(f),l):n(f)}function l(f){return f===46?e.check(b8,d,u)(f):f===45||f===95||hn(f)?(s=!0,e.consume(f),l):d(f)}function u(f){return e.consume(f),o=!0,l}function d(f){return s&&o&&_n(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(f)):n(f)}}function S8(e,t,n){const r=this;return o;function o(i){return i!==87&&i!==119||!aT.call(r,r.previous)||O0(r.events)?n(i):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(w8,e.attempt(nT,e.attempt(rT,s),n),n)(i))}function s(i){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(i)}}function C8(e,t,n){const r=this;let o="",s=!1;return i;function i(f){return(f===72||f===104)&&lT.call(r,r.previous)&&!O0(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),o+=String.fromCodePoint(f),e.consume(f),a):n(f)}function a(f){if(_n(f)&&o.length<5)return o+=String.fromCodePoint(f),e.consume(f),a;if(f===58){const p=o.toLowerCase();if(p==="http"||p==="https")return e.consume(f),l}return n(f)}function l(f){return f===47?(e.consume(f),s?u:(s=!0,l)):n(f)}function u(f){return f===null||Ef(f)||rt(f)||Ti(f)||Oh(f)?n(f):e.attempt(nT,e.attempt(rT,d),n)(f)}function d(f){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(f)}}function E8(e,t,n){let r=0;return o;function o(i){return(i===87||i===119)&&r<3?(r++,e.consume(i),o):i===46&&r===3?(e.consume(i),s):n(i)}function s(i){return i===null?n(i):t(i)}}function N8(e,t,n){let r,o,s;return i;function i(u){return u===46||u===95?e.check(oT,l,a)(u):u===null||rt(u)||Ti(u)||u!==45&&Oh(u)?l(u):(s=!0,e.consume(u),i)}function a(u){return u===95?r=!0:(o=r,r=void 0),e.consume(u),i}function l(u){return o||r||!s?n(u):t(u)}}function P8(e,t){let n=0,r=0;return o;function o(i){return i===40?(n++,e.consume(i),o):i===41&&r<n?s(i):i===33||i===34||i===38||i===39||i===41||i===42||i===44||i===46||i===58||i===59||i===60||i===63||i===93||i===95||i===126?e.check(oT,t,s)(i):i===null||rt(i)||Ti(i)?t(i):(e.consume(i),o)}function s(i){return i===41&&r++,e.consume(i),o}}function j8(e,t,n){return r;function r(a){return a===33||a===34||a===39||a===41||a===42||a===44||a===46||a===58||a===59||a===63||a===95||a===126?(e.consume(a),r):a===38?(e.consume(a),s):a===93?(e.consume(a),o):a===60||a===null||rt(a)||Ti(a)?t(a):n(a)}function o(a){return a===null||a===40||a===91||rt(a)||Ti(a)?t(a):r(a)}function s(a){return _n(a)?i(a):n(a)}function i(a){return a===59?(e.consume(a),r):_n(a)?(e.consume(a),i):n(a)}}function T8(e,t,n){return r;function r(s){return e.consume(s),o}function o(s){return hn(s)?n(s):t(s)}}function aT(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||rt(e)}function lT(e){return!_n(e)}function cT(e){return!(e===47||ty(e))}function ty(e){return e===43||e===45||e===46||e===95||hn(e)}function O0(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const $8={tokenize:L8,partial:!0};function R8(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:M8,continuation:{tokenize:D8},exit:z8}},text:{91:{name:"gfmFootnoteCall",tokenize:O8},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:I8,resolveTo:A8}}}}function I8(e,t,n){const r=this;let o=r.events.length;const s=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let i;for(;o--;){const l=r.events[o][1];if(l.type==="labelImage"){i=l;break}if(l.type==="gfmFootnoteCall"||l.type==="labelLink"||l.type==="label"||l.type==="image"||l.type==="link")break}return a;function a(l){if(!i||!i._balanced)return n(l);const u=Or(r.sliceSerialize({start:i.end,end:r.now()}));return u.codePointAt(0)!==94||!s.includes(u.slice(1))?n(l):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(l),e.exit("gfmFootnoteCallLabelMarker"),t(l))}}function A8(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},o={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};o.end.column++,o.end.offset++,o.end._bufferIndex++;const s={type:"gfmFootnoteCallString",start:Object.assign({},o.end),end:Object.assign({},e[e.length-1][1].start)},i={type:"chunkString",contentType:"string",start:Object.assign({},s.start),end:Object.assign({},s.end)},a=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",o,t],["exit",o,t],["enter",s,t],["enter",i,t],["exit",i,t],["exit",s,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...a),e}function O8(e,t,n){const r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let s=0,i;return a;function a(f){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),l}function l(f){return f!==94?n(f):(e.enter("gfmFootnoteCallMarker"),e.consume(f),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",u)}function u(f){if(s>999||f===93&&!i||f===null||f===91||rt(f))return n(f);if(f===93){e.exit("chunkString");const p=e.exit("gfmFootnoteCallString");return o.includes(Or(r.sliceSerialize(p)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(f)}return rt(f)||(i=!0),s++,e.consume(f),f===92?d:u}function d(f){return f===91||f===92||f===93?(e.consume(f),s++,u):u(f)}}function M8(e,t,n){const r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let s,i=0,a;return l;function l(y){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(y),e.exit("gfmFootnoteDefinitionLabelMarker"),u}function u(y){return y===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(y),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",d):n(y)}function d(y){if(i>999||y===93&&!a||y===null||y===91||rt(y))return n(y);if(y===93){e.exit("chunkString");const m=e.exit("gfmFootnoteDefinitionLabelString");return s=Or(r.sliceSerialize(m)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(y),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),p}return rt(y)||(a=!0),i++,e.consume(y),y===92?f:d}function f(y){return y===91||y===92||y===93?(e.consume(y),i++,d):d(y)}function p(y){return y===58?(e.enter("definitionMarker"),e.consume(y),e.exit("definitionMarker"),o.includes(s)||o.push(s),Ke(e,h,"gfmFootnoteDefinitionWhitespace")):n(y)}function h(y){return t(y)}}function D8(e,t,n){return e.check(cu,t,e.attempt($8,t,n))}function z8(e){e.exit("gfmFootnoteDefinition")}function L8(e,t,n){const r=this;return Ke(e,o,"gfmFootnoteDefinitionIndent",5);function o(s){const i=r.events[r.events.length-1];return i&&i[1].type==="gfmFootnoteDefinitionIndent"&&i[2].sliceSerialize(i[1],!0).length===4?t(s):n(s)}}function F8(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:s,resolveAll:o};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function o(i,a){let l=-1;for(;++l<i.length;)if(i[l][0]==="enter"&&i[l][1].type==="strikethroughSequenceTemporary"&&i[l][1]._close){let u=l;for(;u--;)if(i[u][0]==="exit"&&i[u][1].type==="strikethroughSequenceTemporary"&&i[u][1]._open&&i[l][1].end.offset-i[l][1].start.offset===i[u][1].end.offset-i[u][1].start.offset){i[l][1].type="strikethroughSequence",i[u][1].type="strikethroughSequence";const d={type:"strikethrough",start:Object.assign({},i[u][1].start),end:Object.assign({},i[l][1].end)},f={type:"strikethroughText",start:Object.assign({},i[u][1].end),end:Object.assign({},i[l][1].start)},p=[["enter",d,a],["enter",i[u][1],a],["exit",i[u][1],a],["enter",f,a]],h=a.parser.constructs.insideSpan.null;h&&Gn(p,p.length,0,Mh(h,i.slice(u+1,l),a)),Gn(p,p.length,0,[["exit",f,a],["enter",i[l][1],a],["exit",i[l][1],a],["exit",d,a]]),Gn(i,u-1,l-u+3,p),l=u+p.length-2;break}}for(l=-1;++l<i.length;)i[l][1].type==="strikethroughSequenceTemporary"&&(i[l][1].type="data");return i}function s(i,a,l){const u=this.previous,d=this.events;let f=0;return p;function p(y){return u===126&&d[d.length-1][1].type!=="characterEscape"?l(y):(i.enter("strikethroughSequenceTemporary"),h(y))}function h(y){const m=tl(u);if(y===126)return f>1?l(y):(i.consume(y),f++,h);if(f<2&&!n)return l(y);const x=i.exit("strikethroughSequenceTemporary"),g=tl(y);return x._open=!g||g===2&&!!m,x._close=!m||m===2&&!!g,a(y)}}}class U8{constructor(){this.map=[]}add(t,n,r){q8(this,t,n,r)}consume(t){if(this.map.sort(function(s,i){return s[0]-i[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let o=r.pop();for(;o;){for(const s of o)t.push(s);o=r.pop()}this.map.length=0}}function q8(e,t,n,r){let o=0;if(!(n===0&&r.length===0)){for(;o<e.map.length;){if(e.map[o][0]===t){e.map[o][1]+=n,e.map[o][2].push(...r);return}o+=1}e.map.push([t,n,r])}}function V8(e,t){let n=!1;const r=[];for(;t<e.length;){const o=e[t];if(n){if(o[0]==="enter")o[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(o[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const s=r.length-1;r[s]=r[s]==="left"?"center":"right"}}else if(o[1].type==="tableDelimiterRow")break}else o[0]==="enter"&&o[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function H8(){return{flow:{null:{name:"table",tokenize:B8,resolveAll:W8}}}}function B8(e,t,n){const r=this;let o=0,s=0,i;return a;function a(R){let T=r.events.length-1;for(;T>-1;){const z=r.events[T][1].type;if(z==="lineEnding"||z==="linePrefix")T--;else break}const I=T>-1?r.events[T][1].type:null,F=I==="tableHead"||I==="tableRow"?P:l;return F===P&&r.parser.lazy[r.now().line]?n(R):F(R)}function l(R){return e.enter("tableHead"),e.enter("tableRow"),u(R)}function u(R){return R===124||(i=!0,s+=1),d(R)}function d(R){return R===null?n(R):ke(R)?s>1?(s=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(R),e.exit("lineEnding"),h):n(R):Ue(R)?Ke(e,d,"whitespace")(R):(s+=1,i&&(i=!1,o+=1),R===124?(e.enter("tableCellDivider"),e.consume(R),e.exit("tableCellDivider"),i=!0,d):(e.enter("data"),f(R)))}function f(R){return R===null||R===124||rt(R)?(e.exit("data"),d(R)):(e.consume(R),R===92?p:f)}function p(R){return R===92||R===124?(e.consume(R),f):f(R)}function h(R){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(R):(e.enter("tableDelimiterRow"),i=!1,Ue(R)?Ke(e,y,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(R):y(R))}function y(R){return R===45||R===58?x(R):R===124?(i=!0,e.enter("tableCellDivider"),e.consume(R),e.exit("tableCellDivider"),m):E(R)}function m(R){return Ue(R)?Ke(e,x,"whitespace")(R):x(R)}function x(R){return R===58?(s+=1,i=!0,e.enter("tableDelimiterMarker"),e.consume(R),e.exit("tableDelimiterMarker"),g):R===45?(s+=1,g(R)):R===null||ke(R)?k(R):E(R)}function g(R){return R===45?(e.enter("tableDelimiterFiller"),v(R)):E(R)}function v(R){return R===45?(e.consume(R),v):R===58?(i=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(R),e.exit("tableDelimiterMarker"),w):(e.exit("tableDelimiterFiller"),w(R))}function w(R){return Ue(R)?Ke(e,k,"whitespace")(R):k(R)}function k(R){return R===124?y(R):R===null||ke(R)?!i||o!==s?E(R):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(R)):E(R)}function E(R){return n(R)}function P(R){return e.enter("tableRow"),S(R)}function S(R){return R===124?(e.enter("tableCellDivider"),e.consume(R),e.exit("tableCellDivider"),S):R===null||ke(R)?(e.exit("tableRow"),t(R)):Ue(R)?Ke(e,S,"whitespace")(R):(e.enter("data"),A(R))}function A(R){return R===null||R===124||rt(R)?(e.exit("data"),S(R)):(e.consume(R),R===92?j:A)}function j(R){return R===92||R===124?(e.consume(R),A):A(R)}}function W8(e,t){let n=-1,r=!0,o=0,s=[0,0,0,0],i=[0,0,0,0],a=!1,l=0,u,d,f;const p=new U8;for(;++n<e.length;){const h=e[n],y=h[1];h[0]==="enter"?y.type==="tableHead"?(a=!1,l!==0&&(i1(p,t,l,u,d),d=void 0,l=0),u={type:"table",start:Object.assign({},y.start),end:Object.assign({},y.end)},p.add(n,0,[["enter",u,t]])):y.type==="tableRow"||y.type==="tableDelimiterRow"?(r=!0,f=void 0,s=[0,0,0,0],i=[0,n+1,0,0],a&&(a=!1,d={type:"tableBody",start:Object.assign({},y.start),end:Object.assign({},y.end)},p.add(n,0,[["enter",d,t]])),o=y.type==="tableDelimiterRow"?2:d?3:1):o&&(y.type==="data"||y.type==="tableDelimiterMarker"||y.type==="tableDelimiterFiller")?(r=!1,i[2]===0&&(s[1]!==0&&(i[0]=i[1],f=td(p,t,s,o,void 0,f),s=[0,0,0,0]),i[2]=n)):y.type==="tableCellDivider"&&(r?r=!1:(s[1]!==0&&(i[0]=i[1],f=td(p,t,s,o,void 0,f)),s=i,i=[s[1],n,0,0])):y.type==="tableHead"?(a=!0,l=n):y.type==="tableRow"||y.type==="tableDelimiterRow"?(l=n,s[1]!==0?(i[0]=i[1],f=td(p,t,s,o,n,f)):i[1]!==0&&(f=td(p,t,i,o,n,f)),o=0):o&&(y.type==="data"||y.type==="tableDelimiterMarker"||y.type==="tableDelimiterFiller")&&(i[3]=n)}for(l!==0&&i1(p,t,l,u,d),p.consume(t.events),n=-1;++n<t.events.length;){const h=t.events[n];h[0]==="enter"&&h[1].type==="table"&&(h[1]._align=V8(t.events,n))}return e}function td(e,t,n,r,o,s){const i=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",a="tableContent";n[0]!==0&&(s.end=Object.assign({},Gi(t.events,n[0])),e.add(n[0],0,[["exit",s,t]]));const l=Gi(t.events,n[1]);if(s={type:i,start:Object.assign({},l),end:Object.assign({},l)},e.add(n[1],0,[["enter",s,t]]),n[2]!==0){const u=Gi(t.events,n[2]),d=Gi(t.events,n[3]),f={type:a,start:Object.assign({},u),end:Object.assign({},d)};if(e.add(n[2],0,[["enter",f,t]]),r!==2){const p=t.events[n[2]],h=t.events[n[3]];if(p[1].end=Object.assign({},h[1].end),p[1].type="chunkText",p[1].contentType="text",n[3]>n[2]+1){const y=n[2]+1,m=n[3]-n[2]-1;e.add(y,m,[])}}e.add(n[3]+1,0,[["exit",f,t]])}return o!==void 0&&(s.end=Object.assign({},Gi(t.events,o)),e.add(o,0,[["exit",s,t]]),s=void 0),s}function i1(e,t,n,r,o){const s=[],i=Gi(t.events,n);o&&(o.end=Object.assign({},i),s.push(["exit",o,t])),r.end=Object.assign({},i),s.push(["exit",r,t]),e.add(n+1,0,s)}function Gi(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const K8={name:"tasklistCheck",tokenize:Q8};function Z8(){return{text:{91:K8}}}function Q8(e,t,n){const r=this;return o;function o(l){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(l):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(l),e.exit("taskListCheckMarker"),s)}function s(l){return rt(l)?(e.enter("taskListCheckValueUnchecked"),e.consume(l),e.exit("taskListCheckValueUnchecked"),i):l===88||l===120?(e.enter("taskListCheckValueChecked"),e.consume(l),e.exit("taskListCheckValueChecked"),i):n(l)}function i(l){return l===93?(e.enter("taskListCheckMarker"),e.consume(l),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),a):n(l)}function a(l){return ke(l)?t(l):Ue(l)?e.check({tokenize:G8},t,n)(l):n(l)}}function G8(e,t,n){return Ke(e,r,"whitespace");function r(o){return o===null?n(o):t(o)}}function J8(e){return xj([k8(),R8(),F8(e),H8(),Z8()])}const Y8={};function X8(e){const t=this,n=e||Y8,r=t.data(),o=r.micromarkExtensions||(r.micromarkExtensions=[]),s=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),i=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);o.push(J8(n)),s.push(v8()),i.push(x8(n))}const Tf=180;function eV(e){return e.replace(/\*\*([^*]+)\*\*/g,"$1").replace(/`([^`]+)`/g,"$1").replace(/^#+\s+/gm,"").replace(/\s+/g," ").trim()}function tV(e,t){var o;if(t!=null&&t.trim())return t.trim();const n=((o=e.split(/\n\n+/)[0])==null?void 0:o.replace(/\n/g," "))??e,r=eV(n);return r.length<=Tf?r:`${r.slice(0,Tf-1).trimEnd()}…`}function nV(e,t){return t!=null&&t.trim()&&e.length>Tf?!0:e.length>Tf||/\n/.test(e)}function rV({description:e,title:t,expanded:n,onToggle:r}){const o=tV(e,t),s=nV(e,t);return e?s?c.jsxs("div",{className:"space-y-1",children:[c.jsx("p",{className:"line-clamp-3 text-sm leading-relaxed",children:o}),c.jsxs("button",{type:"button",onClick:r,className:"inline-flex items-center gap-1 text-xs text-[#92E4DD] hover:text-white",children:[c.jsx(vh,{className:`h-3.5 w-3.5 transition-transform ${n?"rotate-180":""}`}),n?"Hide full description":"Show full description"]})]}):c.jsx("span",{children:o}):c.jsx("span",{className:"text-gray-500",children:"—"})}function oV({description:e}){return c.jsx("div",{className:"max-h-64 overflow-auto rounded border border-white/10 bg-[#0F0F0C] p-3",children:c.jsx("div",{className:"prose prose-sm prose-invert max-w-none prose-headings:text-gray-100 prose-p:text-gray-300 prose-li:text-gray-300 prose-strong:text-gray-100 prose-code:text-[#92E4DD] prose-code:before:content-none prose-code:after:content-none",children:c.jsx(F6,{remarkPlugins:[X8],children:e})})})}function sV(){const[e,t]=b.useState(null);return{expandedDescription:e,toggleDescription:r=>{t(o=>o===r?null:r)}}}function am(e){return new Set(e.filter(t=>t.enabled===!1).map(t=>t.name))}function iV({serviceId:e,tools:t,isLoading:n}){const[r,o]=b.useState(""),[s,i]=b.useState(null),{expandedDescription:a,toggleDescription:l}=sV(),[u,d]=b.useState(()=>am(t)),f=on(),{toast:p}=Zt(),h=b.useMemo(()=>t.map(k=>`${k.name}:${k.enabled===!1?"0":"1"}`).sort().join("\0"),[t]);b.useEffect(()=>{d(am(t))},[e,h]);const y=vt({mutationFn:async k=>{await Se("PUT",`/api/services/${e}/tool-settings`,{disabledTools:k})},onSuccess:()=>{f.invalidateQueries({queryKey:["/api/services",e,"tools"]}),f.invalidateQueries({queryKey:["/api/services"]})},onError:k=>{p({title:"Could not save tool settings",description:k.message,variant:"destructive"}),d(am(t))}}),m=k=>{d(k),y.mutate([...k])},x=(k,E)=>{const P=new Set(u);E?P.delete(k):P.add(k),m(P)},g=k=>{if(k){m(new Set);return}m(new Set(t.map(E=>E.name)))},v=b.useMemo(()=>{const k=r.trim().toLowerCase();return k?t.filter(E=>{var P;return E.name.toLowerCase().includes(k)||(((P=E.title)==null?void 0:P.toLowerCase().includes(k))??!1)||E.description.toLowerCase().includes(k)}):t},[t,r]),w=t.length-u.size;return n?c.jsx("div",{className:"bg-black/20 rounded-lg p-4 border border-white/10",children:c.jsx("p",{className:"text-sm text-gray-400",children:"Loading tools…"})}):t.length===0?null:c.jsxs("div",{className:"bg-black/20 rounded-lg p-4 border border-white/10",children:[c.jsxs("div",{className:"mb-4 flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between",children:[c.jsxs("h3",{className:"text-lg font-semibold flex items-center",children:[c.jsx(Wv,{className:"w-5 h-5 mr-2"}),"Tools",c.jsxs("span",{className:"ml-2 text-sm font-normal text-gray-400",children:[w," of ",t.length," enabled"]})]}),c.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[c.jsx(ae,{type:"button",size:"sm",variant:"ghost",className:"h-8 text-xs text-[#A8C4C0] hover:text-white hover:bg-white/10",onClick:()=>g(!0),disabled:u.size===0||y.isPending,children:"Enable all"}),c.jsx(ae,{type:"button",size:"sm",variant:"ghost",className:"h-8 text-xs text-[#A8C4C0] hover:text-white hover:bg-white/10",onClick:()=>g(!1),disabled:w===0||y.isPending,children:"Disable all"})]})]}),c.jsx("p",{className:"mb-3 text-xs text-[#A8C4C0]",children:"Choose which tools your agent can use from this MCP. Disabled tools are hidden from the agent but stay registered on the server."}),c.jsxs("div",{className:"relative mb-3",children:[c.jsx(FE,{className:"absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-gray-500"}),c.jsx(Ye,{value:r,onChange:k=>o(k.target.value),placeholder:"Search tools…",className:"border-white/15 bg-[#0F0F0C] pl-9 text-[#E8F6F4] placeholder:text-[#6B8581]"})]}),c.jsx("div",{className:"rounded-md border border-white/10 overflow-hidden",children:c.jsxs(nj,{children:[c.jsx(rj,{children:c.jsxs(Qi,{className:"border-white/10 hover:bg-transparent",children:[c.jsx(Td,{className:"w-[72px] text-center text-[#A8C4C0]",children:"Enabled"}),c.jsx(Td,{className:"w-[220px] text-[#A8C4C0]",children:"Tool"}),c.jsx(Td,{className:"text-[#A8C4C0]",children:"Description"})]})}),c.jsx(oj,{children:v.length===0?c.jsx(Qi,{className:"border-white/10 hover:bg-transparent",children:c.jsx(Qs,{colSpan:3,className:"py-8 text-center text-sm text-gray-400",children:"No tools match your search."})}):v.map(k=>{const E=!u.has(k.name),P=s===k.name,S=a===k.name,A=k.inputSchema&&Object.keys(k.inputSchema).length>0;return c.jsxs(b.Fragment,{children:[c.jsxs(Qi,{className:`border-white/10 ${E?"hover:bg-white/5":"opacity-60 hover:bg-white/5"}`,children:[c.jsx(Qs,{className:"text-center",children:c.jsx("div",{className:"flex justify-center",children:c.jsx(tj,{checked:E,onCheckedChange:j=>x(k.name,j===!0),disabled:y.isPending,"aria-label":`${E?"Disable":"Enable"} ${k.name}`,className:"h-[18px] w-[18px] border-white/40 bg-[#0F0F0C] data-[state=checked]:border-[#92E4DD] data-[state=checked]:bg-[#92E4DD] data-[state=checked]:text-[#0F0F0C]"})})}),c.jsx(Qs,{children:A?c.jsxs("button",{type:"button",onClick:()=>i(P?null:k.name),className:"flex w-full items-center gap-1 text-left font-mono text-sm text-[#92E4DD] hover:text-white",children:[c.jsx(vh,{className:`h-4 w-4 shrink-0 transition-transform ${P?"rotate-180":""}`}),k.name]}):c.jsx("span",{className:"font-mono text-sm text-[#92E4DD]",children:k.name})}),c.jsx(Qs,{className:"max-w-0 text-sm text-gray-300",children:c.jsx(rV,{description:k.description,title:k.title,expanded:S,onToggle:()=>l(k.name)})})]}),S&&c.jsx(Qi,{className:"border-white/10 bg-black/30 hover:bg-black/30",children:c.jsx(Qs,{colSpan:3,className:"py-3",children:c.jsx(oV,{description:k.description})})}),A&&P&&c.jsx(Qi,{className:"border-white/10 bg-black/30 hover:bg-black/30",children:c.jsx(Qs,{colSpan:3,className:"py-3",children:c.jsx("pre",{className:"max-h-48 overflow-auto rounded border border-white/10 bg-[#0F0F0C] p-3 text-xs text-gray-300",children:JSON.stringify(k.inputSchema,null,2)})})})]},k.name)})})]})})]})}function lm({items:e,className:t}){return e.length===0?null:c.jsx("ol",{className:`list-decimal list-inside space-y-1 text-xs ${t??""}`,children:e.map((n,r)=>c.jsx("li",{children:n},`${r}-${n.slice(0,24)}`))})}function a1({serviceId:e,onConnected:t}){const{toast:n}=Zt(),[r,o]=b.useState(""),[s,i]=b.useState(""),[a,l]=b.useState(!1),[u,d]=b.useState(!1),[f,p]=b.useState(!1),{data:h,isLoading:y}=Ot({queryKey:["/api/oauth",e,"setup"],queryFn:async()=>{const E=await Se("GET",`/api/oauth/${e}/setup`),P=await E.json();if(!E.ok||!P.success)throw new Error(P.error||"Failed to load OAuth setup");return P.data},enabled:!!e}),m=h==null?void 0:h.guide,x=!!(h!=null&&h.hasSavedCredentials),g=()=>{if(!u||(m==null?void 0:m.setupMode)!=="manual")return;const E={};return r.trim()&&(E.clientId=r.trim()),s.trim()&&(E.clientSecret=s.trim()),E},v=async(E,P)=>{try{await navigator.clipboard.writeText(P),n({title:"Copied",description:`${E} copied to clipboard.`})}catch{n({title:"Copy failed",description:"Select and copy manually.",variant:"destructive"})}};b.useEffect(()=>{(m==null?void 0:m.setupMode)==="manual"?d(!0):d(!1),p(!x)},[m==null?void 0:m.setupMode,x]),b.useEffect(()=>{h!=null&&h.savedOAuthClientId&&!r&&o(h.savedOAuthClientId)},[h==null?void 0:h.savedOAuthClientId,r]);const w=async E=>{var P,S,A;l(!0);try{const j=await Se("POST",`/api/oauth/${e}/connect`,E??{}),R=await j.json();if(!j.ok||!R.success){((P=R.data)!=null&&P.needsCredentials||((S=R.data)==null?void 0:S.setupMode)==="manual")&&d(!0),n({title:"OAuth setup",description:R.error||"Could not start OAuth flow.",variant:"destructive"});return}(A=R.data)!=null&&A.authorizationUrl&&(window.open(R.data.authorizationUrl,"_blank"),n({title:"Continue in browser",description:"Complete sign-in in the new tab, then return here."}),t==null||t())}catch(j){n({title:"OAuth setup failed",description:j instanceof Error?j.message:"Unknown error",variant:"destructive"})}finally{l(!1)}};if(y)return c.jsx("p",{className:"text-sm text-orange-200",children:"Loading setup guide…"});if(!m)return null;if(m.setupMode==="unavailable")return c.jsxs("div",{className:"space-y-3 text-sm text-orange-100",children:[c.jsx("p",{children:m.unavailableReason}),m.docsUrl&&c.jsxs(ae,{size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-200",onClick:()=>window.open(m.docsUrl,"_blank"),children:[c.jsx(Eo,{className:"w-4 h-4 mr-1"}),"Provider docs"]})]});const k=m.setupMode==="dynamic"||m.setupMode==="managed"||m.setupMode==="manual";return c.jsxs("div",{className:"space-y-4 text-sm text-orange-100",children:[c.jsxs("div",{children:[c.jsx("p",{className:"font-medium text-orange-200",children:m.title}),m.summary&&c.jsx("p",{className:"mt-1 text-xs text-orange-100/90",children:m.summary}),k&&c.jsxs("p",{className:"mt-2 text-xs text-orange-100/80",children:["Redirect URI:"," ",c.jsx("code",{className:"text-orange-50",children:m.redirectUri})]}),m.easierAlternative&&c.jsx("p",{className:"mt-2 text-xs text-orange-100/70 border-l-2 border-orange-500/30 pl-2",children:m.easierAlternative})]}),x&&m.setupMode==="manual"&&c.jsxs("div",{className:"rounded-lg border border-green-500/30 bg-green-500/10 p-3 text-xs text-green-100",children:[c.jsx("p",{className:"font-medium text-green-200",children:"OAuth credentials saved"}),c.jsx("p",{className:"mt-1 text-green-100/90",children:"Client ID is prefilled and your secret is remembered. Click Reconnect — no need to paste the secret again unless Slack rejects the flow."})]}),m.prerequisites&&m.prerequisites.length>0&&!x&&c.jsxs("div",{children:[c.jsx("p",{className:"text-xs font-medium text-orange-200 mb-1",children:"Before you start"}),c.jsx("ul",{className:"list-disc list-inside space-y-1 text-xs text-orange-100/90",children:m.prerequisites.map(E=>c.jsx("li",{children:E},E))})]}),(m.manifestJson||m.createAppUrl||k)&&c.jsxs("div",{className:"flex flex-wrap gap-2",children:[m.manifestJson&&c.jsxs(ae,{size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-200",onClick:()=>void v("App manifest",m.manifestJson),children:[c.jsx(JM,{className:"w-4 h-4 mr-1"}),"Copy manifest"]}),k&&c.jsxs(ae,{size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-200",onClick:()=>void v("Redirect URI",m.redirectUri),children:[c.jsx(zE,{className:"w-4 h-4 mr-1"}),"Copy redirect URI"]}),m.createAppUrl&&c.jsxs(ae,{size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-200",onClick:()=>window.open(m.createAppUrl,"_blank"),children:[c.jsx(Eo,{className:"w-4 h-4 mr-1"}),m.createAppLabel??"Open app creator"]})]}),m.steps.length>0&&c.jsx("div",{children:x&&m.setupMode==="manual"?c.jsxs("details",{className:"rounded-lg border border-orange-500/20 bg-orange-500/5 p-3",children:[c.jsx("summary",{className:"cursor-pointer text-xs font-medium text-orange-200",children:"First-time Slack app setup"}),c.jsx("div",{className:"mt-2",children:c.jsx(lm,{items:m.steps})})]}):c.jsxs(c.Fragment,{children:[m.setupMode==="informational"?c.jsx("p",{className:"text-xs font-medium text-orange-200 mb-1",children:"What to do"}):null,c.jsx(lm,{items:m.steps})]})}),m.tokenAlternative&&c.jsxs("p",{className:"text-xs text-orange-100/80 border-l-2 border-orange-500/30 pl-2",children:[c.jsx("span",{className:"font-medium text-orange-200",children:"Alternative: "}),m.tokenAlternative]}),u&&m.setupMode==="manual"&&c.jsxs("div",{className:"space-y-3 rounded-lg border border-orange-500/20 bg-orange-500/5 p-3",children:[c.jsxs("div",{className:"space-y-1",children:[c.jsx(We,{htmlFor:`oauth-client-id-${e}`,className:"text-orange-200",children:"Client ID"}),c.jsx(Ye,{id:`oauth-client-id-${e}`,value:r,onChange:E=>o(E.target.value),placeholder:"OAuth Client ID",className:"bg-black/20 border-orange-500/30"})]}),f?c.jsxs("div",{className:"space-y-1",children:[c.jsx(We,{htmlFor:`oauth-client-secret-${e}`,className:"text-orange-200",children:"Client Secret"}),c.jsx(Ye,{id:`oauth-client-secret-${e}`,type:"password",value:s,onChange:E=>i(E.target.value),placeholder:"OAuth Client Secret",className:"bg-black/20 border-orange-500/30"})]}):c.jsx("p",{className:"text-xs text-orange-200/80",children:"Client secret is saved locally for this service."}),x&&c.jsx(ae,{type:"button",size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-200",onClick:()=>p(E=>!E),children:f?"Hide client secret field":"Update client secret"}),(h==null?void 0:h.hasStoredClientSecret)&&f&&c.jsx("p",{className:"text-xs text-orange-200/80",children:"Leave blank to keep the saved secret. Enter a new value only if Slack rejected the last connect attempt."})]}),m.afterConnect&&m.afterConnect.length>0&&c.jsxs("div",{children:[c.jsx("p",{className:"text-xs font-medium text-orange-200 mb-1",children:"After connect"}),c.jsx(lm,{items:m.afterConnect,className:"text-orange-100/80"})]}),k&&c.jsxs("div",{className:"flex flex-wrap gap-2",children:[c.jsx(ae,{size:"sm",className:"bg-orange-600 hover:bg-orange-700",disabled:a||u&&m.setupMode==="manual"&&!x&&(!r.trim()||!s.trim()),onClick:()=>w(g()),children:a?"Connecting…":x&&m.setupMode==="manual"?"Reconnect":m.setupMode==="dynamic"||m.setupMode==="managed"?"Connect":"Connect with credentials"}),m.docsUrl&&c.jsxs(ae,{size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-200",onClick:()=>window.open(m.docsUrl,"_blank"),children:[c.jsx(Eo,{className:"w-4 h-4 mr-1"}),"Docs"]})]}),m.setupMode==="informational"&&m.docsUrl&&c.jsxs(ae,{size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-200",onClick:()=>window.open(m.docsUrl,"_blank"),children:[c.jsx(Eo,{className:"w-4 h-4 mr-1"}),"Docs"]})]})}function $f(e,t){e.invalidateQueries({queryKey:["/api/services"]}),e.invalidateQueries({queryKey:["/api/collection/warnings"]}),t&&(e.invalidateQueries({queryKey:["/api/services",t]}),e.invalidateQueries({queryKey:["/api/services",t,"tools"]}))}const uT="agent-deck:oauth-complete";function aV(e){return typeof e=="object"&&e!==null&&e.type===uT}function lV(e){if(!e||e.type!=="local-mcp")return!1;const t=[e.localCommand,...e.localArgs??[],e.url,e.name].filter(Boolean).join(" ").toLowerCase();return t.includes("google-drive")||t.includes("google_drive")}function cV({service:e,isOpen:t,onClose:n}){var ne,Ve,se,Oe,Le,mt,at,gn,qn,W,ee,ve,Te,He,ln,nr,Nn,Ur,vr,Dt,rr,zt;const[r,o]=b.useState(null),[s,i]=b.useState(!1),[a,l]=b.useState(!1),[u,d]=b.useState(""),[f,p]=b.useState(""),[h,y]=b.useState(!1),[m,x]=b.useState(!1),[g,v]=b.useState(null),w=b.useRef(null),k=on(),{toast:E}=Zt(),P=e&&(g==null?void 0:g.id)===e.id?g:e,S=P,A=!!(S&&S.id&&S.url),{data:j,isLoading:R,error:T,refetch:I}=Ot({queryKey:["/api/mcp/discover",S==null?void 0:S.url],queryFn:async()=>{if(!S||S.type!=="mcp")return null;console.log(`🔍 Attempting MCP discovery for: ${S.url}`);try{const J=await(await Se("POST","/api/mcp/discover",{url:S.url})).json();return console.log(`✅ MCP discovery successful for ${S.url}:`,J),J}catch(me){throw console.log(`❌ MCP discovery failed for ${S.url}:`,me),me}},enabled:A&&S.type==="mcp"&&t,staleTime:0,gcTime:2*60*1e3}),F=((Ve=(ne=j==null?void 0:j.data)==null?void 0:ne.oauth)==null?void 0:Ve.required)===!0,{data:z,refetch:V}=Ot({queryKey:["/api/oauth",S==null?void 0:S.id,"status"],queryFn:async()=>{const me=await Se("GET",`/api/oauth/${S.id}/status`),J=await me.json();if(!me.ok||!J.success)throw new Error(J.error||"Failed to load OAuth status");return J.data},enabled:A&&S.type==="mcp"&&t&&F,refetchInterval:me=>{const J=me.state.data;return J!=null&&J.authenticated?!1:2e3}}),K=F?z!=null&&z.authenticated?{status:"authenticated",message:null}:z!=null&&z.hasToken&&(z!=null&&z.isExpired)?{status:"expired",message:"OAuth Token Expired - Please re-authenticate"}:{status:"required",message:"OAuth 2.0 Authentication Required"}:{status:"not_required",message:null};console.log("MCP Discovery Query Debug:",{apiService:S==null?void 0:S.id,apiServiceType:S==null?void 0:S.type,apiServiceUrl:S==null?void 0:S.url,isOpen:t,hasValidService:A,enabled:A&&S.type==="mcp"&&t,mcpDiscoveryLoading:R,mcpDiscoveryData:j?JSON.stringify(j,null,2):null,mcpDiscoveryDataKeys:j?Object.keys(j):null,oauthRequired:(Oe=(se=j==null?void 0:j.data)==null?void 0:se.oauth)==null?void 0:Oe.required,oauthData:(Le=j==null?void 0:j.data)!=null&&Le.oauth?JSON.stringify(j.data.oauth,null,2):null,toolsQueryEnabled:A&&S.type==="mcp"&&t&&!((at=(mt=j==null?void 0:j.data)==null?void 0:mt.oauth)!=null&&at.required)});const{data:q,isLoading:H,error:N,refetch:O}=Ot({queryKey:["/api/services",S==null?void 0:S.id,"tools"],queryFn:async()=>{if(!S||S.type!=="mcp"&&S.type!=="local-mcp")return{data:[]};console.log(`🔍 Attempting to discover tools for MCP service: ${S.id} at ${S.url}`);try{const J=await(await Se("GET",`/api/services/${S.id}/tools`)).json();return console.log(`✅ MCP tools discovery successful for ${S.id}:`,J),J}catch(me){throw console.log(`❌ MCP tools discovery failed for ${S.id}:`,me),me}},enabled:A&&(S.type==="mcp"||S.type==="local-mcp")&&t&&(S.type==="local-mcp"||K.status==="authenticated"||K.status==="not_required"),staleTime:0,gcTime:2*60*1e3});b.useEffect(()=>{if(!t||!(S!=null&&S.id)||S.type!=="mcp"&&S.type!=="local-mcp"||!(S.type==="local-mcp"||K.status==="authenticated"||K.status==="not_required")||H||N)return;let J=!1;return(async()=>{try{const It=await(await Se("GET",`/api/services/${S.id}`)).json();!J&&(It!=null&&It.success)&&It.data&&v(It.data),k.invalidateQueries({queryKey:["/api/services"]})}catch{}})(),()=>{J=!0}},[t,S==null?void 0:S.id,S==null?void 0:S.type,H,N,K.status,k]),b.useEffect(()=>{if(!t||!(S!=null&&S.id)||S.type!=="a2a")return;let me=!1;return(async()=>{try{await Se("GET",`/api/services/${S.id}/health`);const Tt=await(await Se("GET",`/api/services/${S.id}`)).json();!me&&(Tt!=null&&Tt.success)&&Tt.data&&v(Tt.data),k.invalidateQueries({queryKey:["/api/services"]})}catch{}})(),()=>{me=!0}},[t,S==null?void 0:S.id,S==null?void 0:S.type,k]),console.log("MCP Tools Query Debug:",{hasValidService:A,apiServiceType:S==null?void 0:S.type,isOpen:t,oauthRequired:(qn=(gn=j==null?void 0:j.data)==null?void 0:gn.oauth)==null?void 0:qn.required,oauthStatus:K.status,toolsQueryEnabled:A&&(S.type==="mcp"||S.type==="local-mcp")&&t&&(S.type==="local-mcp"||K.status==="authenticated"||K.status==="not_required"),mcpToolsLoading:H});const{data:U,isLoading:_,error:C}=Ot({queryKey:["/api/proxy/a2a",S==null?void 0:S.id,"manifest"],queryFn:async()=>{if(!S||S.type!=="a2a")return null;const J=await(await Se("GET",`/api/proxy/a2a/${S.id}/manifest`)).text();return JSON.parse(J)},enabled:A&&S.type==="a2a"&&t,staleTime:0,gcTime:2*60*1e3}),$=(q==null?void 0:q.data)||[],M=U,B=H||_;console.log("ServiceDetailsModal Debug:",{service:e==null?void 0:e.id,serviceType:e==null?void 0:e.type,isOpen:t,mcpDiscoveryLoading:R,mcpDiscoveryData:j,mcpDiscoveryError:T?String(T):null,mcpToolsLoading:H,a2aManifestLoading:_,mcpToolsError:N?String(N):null,a2aManifestError:C?String(C):null,mcpToolsCount:$.length,mcpToolsData:q,hasA2aManifest:!!M,isLoading:B,oauthRequired:(ee=(W=j==null?void 0:j.data)==null?void 0:W.oauth)==null?void 0:ee.required,oauthStatus:K.status,oauthMessage:K.message,oauthAuthenticated:z==null?void 0:z.authenticated,expiresAt:z==null?void 0:z.expiresAt}),b.useEffect(()=>{if(!t){v(null),ue.current=!1,Q.current=!1;return}e&&(v(e),d(e.name||""),p(e.description||""))},[e,t]);const Q=b.useRef(!1),ue=b.useRef(!1);b.useEffect(()=>{if(!t||!(S!=null&&S.id)){Q.current=!1;return}if(!(z!=null&&z.authenticated)){Q.current=!1;return}if(Q.current)return;Q.current=!0,ue.current=!0,(async()=>{E({title:"OAuth completed",description:"Authentication successful! Refreshing service status..."}),$f(k,S.id),k.invalidateQueries({queryKey:["/api/mcp/discover",S.url]});try{const J=await Se("GET",`/api/services/${S.id}`);if(J.ok){const Me=await J.json();v(Me.data??Me)}}catch{}await I(),k.invalidateQueries({queryKey:["/api/services",S.id,"tools"]}),await O(),ue.current=!1})()},[z==null?void 0:z.authenticated,t,S==null?void 0:S.id]);const oe=()=>(e==null?void 0:e.type)==="mcp"?c.jsx(Db,{className:"w-6 h-6"}):c.jsx(Ip,{className:"w-6 h-6"}),fe=()=>(e==null?void 0:e.type)==="mcp"?"text-blue-400":"text-purple-400",be=()=>(e==null?void 0:e.type)==="mcp"?"bg-blue-500/20":"bg-purple-500/20",ot=me=>new Date(me).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"});b.useEffect(()=>{var me,J;s&&((me=w.current)==null||me.focus(),(J=w.current)==null||J.select())},[s]);const et=async()=>{const me=(P==null?void 0:P.name)||"",J=u.trim();if(!P||!J||J===me){d(me),i(!1);return}y(!0);try{await Se("PUT",`/api/services/${P.id}`,{name:J}),v({...P,name:J}),k.invalidateQueries({queryKey:["/api/services"]}),k.invalidateQueries({queryKey:["/api/collection/warnings"]}),k.invalidateQueries({queryKey:["/api/decks"]}),i(!1)}catch(Me){d(me),i(!1),E({title:"Could not rename service",description:Me instanceof Error?Me.message:"Failed to update name",variant:"destructive"})}finally{y(!1)}},te=async()=>{if(e){x(!0);try{if((await Se("PUT",`/api/services/${e.id}`,{description:f.trim()})).ok){if(g){const J={...g,description:f.trim()};v(J)}k.invalidateQueries({queryKey:["/api/services"]}),k.invalidateQueries({queryKey:["/api/collection/warnings"]}),k.invalidateQueries({queryKey:["/api/decks"]}),k.invalidateQueries({queryKey:["/api/decks"]}),E({title:"Description updated",description:"Service description has been updated successfully."}),l(!1)}else throw new Error("Failed to update description")}catch{E({title:"Update failed",description:"Failed to update service description. Please try again.",variant:"destructive"})}finally{x(!1)}}},pe=me=>{me||(ue.current&&($f(k,(S==null?void 0:S.id)??(e==null?void 0:e.id)),ue.current=!1),Q.current=!1,n())};return c.jsx(Fs,{open:t,onOpenChange:pe,children:c.jsxs(Fo,{className:"sm:max-w-6xl bg-gradient-to-br from-cosmic-900 to-cosmic-800 border border-white/20 text-white max-h-[90vh] overflow-y-auto",children:[c.jsx(Uo,{children:c.jsxs(qo,{className:"text-2xl font-bold flex items-center",children:[oe(),c.jsx("div",{className:"ml-3 flex min-w-0 items-center",children:s?c.jsx("input",{ref:w,type:"text",value:u,disabled:h,onChange:me=>d(me.target.value),onBlur:()=>{et()},onKeyDown:me=>{me.key==="Enter"?(me.preventDefault(),et()):me.key==="Escape"&&(me.preventDefault(),d((P==null?void 0:P.name)||""),i(!1))},className:"max-w-[16rem] rounded border border-white/20 bg-white/10 px-2 py-1 text-2xl font-bold text-white focus:border-white/40 focus:outline-none sm:max-w-[20rem]","aria-label":"Service name","data-testid":"input-service-name"}):c.jsx("button",{type:"button",className:"min-w-0 truncate text-left hover:underline",title:"Click to rename",onClick:()=>{d((P==null?void 0:P.name)||""),i(!0)},"data-testid":"button-rename-service",children:P==null?void 0:P.name})}),c.jsx(or,{className:`ml-3 ${be()} ${fe()}`,children:(ve=e==null?void 0:e.type)==null?void 0:ve.toUpperCase()})]})}),e&&c.jsxs("div",{className:"space-y-6",children:[c.jsxs("div",{className:"bg-black/20 rounded-lg p-4 border border-white/10",children:[c.jsx("div",{className:"mb-3",children:c.jsxs("h3",{className:"text-lg font-semibold flex items-center",children:[c.jsx(BM,{className:"w-5 h-5 mr-2"}),"Service Overview"]})}),c.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[c.jsxs("div",{children:[c.jsxs("div",{className:"flex items-center justify-between mb-1",children:[c.jsx("p",{className:"text-gray-300 text-sm",children:"Description"}),!a&&c.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>l(!0),className:"h-6 w-6 p-0 opacity-0 hover:opacity-100 transition-opacity",title:"Edit description",children:c.jsx(Wv,{className:"w-3 h-3"})})]}),a?c.jsxs("div",{className:"space-y-2",children:[c.jsx("textarea",{value:f,onChange:me=>p(me.target.value),className:"w-full bg-black/30 border border-white/20 rounded px-2 py-1 text-white focus:outline-none focus:border-white/40 resize-none",rows:3,placeholder:"Enter description...",autoFocus:!0}),c.jsxs("div",{className:"flex gap-2",children:[c.jsx(ae,{size:"sm",onClick:te,disabled:m,className:"h-6 px-2 text-xs",children:m?"Saving...":"Save"}),c.jsx(ae,{size:"sm",variant:"outline",onClick:()=>{l(!1),p((P==null?void 0:P.description)||"")},className:"h-6 px-2 text-xs",children:"Cancel"})]})]}):c.jsx("p",{className:"text-white cursor-pointer hover:bg-white/10 px-2 py-1 rounded transition-colors",onClick:()=>l(!0),title:"Click to edit description",children:(P==null?void 0:P.description)||"No description"})]}),c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Endpoint"}),c.jsxs("div",{className:"space-y-2",children:[c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsxs("div",{className:"flex items-center space-x-2",children:[c.jsx(or,{variant:"outline",className:"border-blue-500/30 text-blue-300",children:S.type.toUpperCase()}),e.headers&&typeof e.headers=="object"&&Object.keys(e.headers).length>0&&c.jsx(or,{variant:"outline",className:"border-green-500/30 text-green-300",children:"Custom Headers"})]}),c.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>window.open(S.url,"_blank"),className:"p-1 h-auto",children:c.jsx(Eo,{className:"w-4 h-4"})})]}),c.jsx("div",{className:"text-xs text-gray-400 break-all bg-black/20 p-2 rounded border border-white/10",children:S.url||"No URL available"}),e.headers&&typeof e.headers=="object"&&Object.keys(e.headers).length>0&&c.jsxs("div",{className:"text-xs text-gray-400 bg-black/20 p-2 rounded border border-white/10",children:[c.jsx("p",{className:"font-semibold mb-1",children:"Custom Headers:"}),c.jsx("pre",{className:"text-xs overflow-x-auto",children:JSON.stringify(e.headers,null,2)})]})]})]}),c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Health Status"}),c.jsx(or,{className:S.health==="healthy"?"bg-green-500/20 text-green-300":S.health==="unhealthy"?"bg-red-500/20 text-red-300":"bg-amber-500/20 text-amber-200",children:S.health==="healthy"?"Healthy":S.health==="unhealthy"?"Unreachable":K.status==="required"||K.status==="expired"?"Auth required":"Unknown"})]}),c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Registered"}),c.jsx("p",{className:"text-white text-sm",children:ot(S.registeredAt)})]})]})]}),B&&c.jsxs("div",{className:"text-center py-8",children:[c.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-b-2 border-white mx-auto mb-4"}),c.jsx("p",{className:"text-gray-400",children:"Fetching service details..."})]}),r&&c.jsx("div",{className:"bg-red-500/20 border border-red-500/30 rounded-lg p-4",children:c.jsx("p",{className:"text-red-300",children:r})}),(e.type==="mcp"||e.type==="local-mcp")&&c.jsxs(c.Fragment,{children:[e.type==="local-mcp"&&c.jsxs("div",{className:"bg-cyan-500/15 border border-cyan-500/30 rounded-lg p-4 mb-4",children:[c.jsx("h3",{className:"text-cyan-200 font-semibold mb-2",children:"Local MCP — auth happens outside Agent Deck"}),c.jsx("div",{className:"text-cyan-100/90 text-sm space-y-2",children:lV(S)?c.jsxs(c.Fragment,{children:[c.jsxs("p",{children:["This card runs ",c.jsx("code",{className:"text-xs",children:"@piotr-agier/google-drive-mcp"})," on your machine. Agent Deck does ",c.jsx("strong",{children:"not"}),' handle Google OAuth for it. If Google shows "app not verified", that is ',c.jsx("strong",{children:"your Google Cloud project"}),", not Agent Deck."]}),c.jsxs("ol",{className:"list-decimal list-inside space-y-1 ml-1",children:[c.jsxs("li",{children:["Create a GCP OAuth client type ",c.jsx("strong",{children:"Desktop app"})," (not Web)."]}),c.jsxs("li",{children:["Add yourself as a ",c.jsx("strong",{children:"Test user"})," on the consent screen."]}),c.jsxs("li",{children:["Run in terminal first:"," ",c.jsx("code",{className:"text-xs block mt-1 bg-black/30 p-2 rounded whitespace-pre-wrap",children:`export GOOGLE_DRIVE_OAUTH_CREDENTIALS="/path/to/gcp-oauth.keys.json"
|
|
411
|
+
export GOOGLE_DRIVE_MCP_AUTH_PORT=3100
|
|
412
|
+
npx @piotr-agier/google-drive-mcp auth`})]}),c.jsxs("li",{children:["Set ",c.jsx("code",{className:"text-xs",children:"GOOGLE_DRIVE_MCP_TOKEN_PATH"})," in the card env to the same token file (",c.jsx("code",{className:"text-xs",children:"~/.config/google-drive-mcp/tokens.json"}),")."]})]}),c.jsxs("p",{className:"text-xs text-cyan-200/80",children:["Full steps: ",c.jsx("code",{className:"text-xs",children:"docs/GOOGLE_DRIVE_WORKAROUND.md"})," in the repo."]})]}):c.jsx("p",{children:"Local servers manage their own credentials (API keys, OAuth, etc.) in the spawned process. Complete any login in the terminal or config for that package before expecting tools here."})})]}),c.jsx(iV,{serviceId:S.id,tools:$,isLoading:H})]}),e.type==="a2a"&&M&&c.jsxs("div",{className:"space-y-6",children:[c.jsxs("div",{className:"bg-black/20 rounded-lg p-4 border border-white/10",children:[c.jsxs("h3",{className:"text-lg font-semibold mb-4 flex items-center",children:[c.jsx(s4,{className:"w-5 h-5 mr-2"}),"Agent Overview"]}),c.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Agent Name"}),c.jsx("p",{className:"text-white font-semibold",children:M.name})]}),c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Version"}),c.jsx("p",{className:"text-white",children:M.version})]}),c.jsxs("div",{className:"md:col-span-2",children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Description"}),c.jsx("p",{className:"text-white",children:M.description})]}),M.provider&&c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Provider"}),c.jsx("p",{className:"text-white",children:M.provider.organization})]}),M.documentationUrl&&c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-1",children:"Documentation"}),c.jsxs(ae,{size:"sm",variant:"ghost",onClick:()=>window.open(M.documentationUrl,"_blank"),className:"p-1 h-auto text-purple-300",children:[c.jsx(Eo,{className:"w-4 h-4 mr-1"}),"View Docs"]})]})]})]}),M.capabilities&&c.jsxs("div",{className:"bg-black/20 rounded-lg p-4 border border-white/10",children:[c.jsxs("h3",{className:"text-lg font-semibold mb-4 flex items-center",children:[c.jsx(OE,{className:"w-5 h-5 mr-2"}),"Capabilities"]}),c.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-3",children:[M.capabilities.streaming&&c.jsx(or,{className:"bg-green-500/20 text-green-300",children:"Streaming"}),M.capabilities.pushNotifications&&c.jsx(or,{className:"bg-blue-500/20 text-blue-300",children:"Push Notifications"}),M.capabilities.stateTransitionHistory&&c.jsx(or,{className:"bg-purple-500/20 text-purple-300",children:"State History"})]})]}),M.skills&&M.skills.length>0&&c.jsxs("div",{className:"bg-black/20 rounded-lg p-4 border border-white/10",children:[c.jsxs("h3",{className:"text-lg font-semibold mb-4 flex items-center",children:[c.jsx(Ip,{className:"w-5 h-5 mr-2"}),"Skills (",M.skills.length,")"]}),c.jsx("div",{className:"grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-4",children:M.skills.map((me,J)=>c.jsxs("div",{className:"relative group cursor-pointer transform hover:scale-105 transition-all duration-300",style:{aspectRatio:"2/3",background:"linear-gradient(135deg, rgba(147, 51, 234, 0.1), rgba(196, 181, 253, 0.1))",border:"2px solid rgba(147, 51, 234, 0.3)",borderRadius:"12px",boxShadow:"0 4px 20px rgba(147, 51, 234, 0.2)",minWidth:"120px",maxWidth:"160px"},children:[c.jsx("div",{className:"absolute top-2 left-2 text-xs font-bold",children:c.jsx("div",{className:"text-purple-300 leading-none",children:"S"})}),c.jsx("div",{className:"absolute bottom-2 right-2 text-xs font-bold rotate-180",children:c.jsx("div",{className:"text-purple-300 leading-none",children:"S"})}),c.jsxs("div",{className:"absolute inset-x-3 top-8 bottom-8 flex flex-col items-center justify-center text-center",children:[c.jsx("div",{className:"text-purple-300 mb-2",children:c.jsx(Ip,{className:"w-6 h-6"})}),c.jsx("h4",{className:"font-bold text-sm mb-2 line-clamp-2 text-white",children:me.name}),c.jsx("p",{className:"text-gray-300 text-xs line-clamp-4 mb-2",children:me.description}),me.tags&&me.tags.length>0&&c.jsx("div",{className:"flex flex-wrap gap-1 justify-center",children:me.tags.slice(0,2).map((Me,Tt)=>c.jsx("span",{className:"text-purple-300 text-xs bg-purple-500/20 px-1 py-0.5 rounded",children:Me},Tt))})]}),c.jsx("div",{className:"absolute inset-0 rounded-lg bg-gradient-to-br from-transparent via-purple-500/5 to-transparent opacity-0 group-hover:opacity-100 transition-all duration-500 pointer-events-none"})]},J))})]}),(M.defaultInputModes||M.defaultOutputModes)&&c.jsxs("div",{className:"bg-black/20 rounded-lg p-4 border border-white/10",children:[c.jsxs("h3",{className:"text-lg font-semibold mb-3 flex items-center",children:[c.jsx(Db,{className:"w-5 h-5 mr-2"}),"Data Modes"]}),c.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[M.defaultInputModes&&c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-2",children:"Input Modes"}),c.jsx("div",{className:"flex flex-wrap gap-2",children:M.defaultInputModes.map((me,J)=>c.jsx(or,{className:"bg-blue-500/20 text-blue-300 text-xs",children:me},J))})]}),M.defaultOutputModes&&c.jsxs("div",{children:[c.jsx("p",{className:"text-gray-300 text-sm mb-2",children:"Output Modes"}),c.jsx("div",{className:"flex flex-wrap gap-2",children:M.defaultOutputModes.map((me,J)=>c.jsx(or,{className:"bg-green-500/20 text-green-300 text-xs",children:me},J))})]})]})]})]}),(e==null?void 0:e.type)==="mcp"&&K.status==="not_required"&&(S==null?void 0:S.id)&&c.jsxs("div",{className:"bg-blue-500/20 border border-blue-500/30 rounded-lg p-4 mb-4",children:[c.jsx("h3",{className:"text-blue-300 font-semibold mb-2",children:"How to connect"}),c.jsx(a1,{serviceId:S.id})]}),(e==null?void 0:e.type)==="mcp"&&K.status!=="authenticated"&&K.status!=="not_required"&&c.jsxs("div",{className:`${K.status==="expired"?"bg-red-500/20 border-red-500/30":"bg-orange-500/20 border-orange-500/30"} rounded-lg p-4 mb-4`,children:[c.jsx("h3",{className:`${K.status==="expired"?"text-red-300":"text-orange-300"} font-semibold mb-2`,children:K.status==="expired"?"⏰ Token Expired":"🔐 Authentication Required"}),c.jsxs("div",{className:`${K.status==="expired"?"text-red-200":"text-orange-200"} text-sm space-y-2`,children:[c.jsx("p",{children:c.jsx("strong",{children:K.message})}),c.jsx("p",{children:K.status==="expired"?"Your OAuth token has expired. Please re-authenticate to continue using this service.":"This MCP server requires OAuth authentication to access its tools. Please authenticate to continue."}),(S==null?void 0:S.id)&&c.jsx(a1,{serviceId:S.id,onConnected:()=>void V()}),((He=(Te=j==null?void 0:j.data)==null?void 0:Te.oauth)==null?void 0:He.resourceName)&&c.jsx("div",{className:"mt-3 p-2 bg-orange-500/10 rounded border border-orange-500/20 text-xs text-orange-100",children:c.jsxs("p",{children:[c.jsx("strong",{children:"Resource:"})," ",j.data.oauth.resourceName]})})]})]}),(e==null?void 0:e.type)==="mcp"&&c.jsxs("div",{className:"bg-gray-800/50 border border-gray-600/30 rounded-lg p-4 mb-4",children:[c.jsx("h3",{className:"text-gray-300 font-semibold mb-2",children:"Connection Logs"}),c.jsxs("div",{className:"text-gray-200 text-sm space-y-2",children:[c.jsxs("div",{className:"bg-black/30 p-2 rounded text-xs",children:[c.jsx("p",{children:c.jsx("strong",{children:"🔍 Attempting to discover tools for MCP service:"})}),c.jsxs("p",{children:["Service ID: ",e==null?void 0:e.id]}),c.jsxs("p",{children:["Service URL: ",S==null?void 0:S.url]}),c.jsxs("p",{children:["Status: ",H?"🔄 Loading...":N?"❌ Failed":"✅ Complete"]})]}),H&&c.jsxs("div",{className:"bg-yellow-500/20 p-2 rounded text-xs",children:[c.jsxs("p",{children:["🔄 Making HTTP request to: ",c.jsxs("code",{children:["GET /api/services/",e==null?void 0:e.id,"/tools"]})]}),c.jsxs("p",{children:["Target MCP server: ",c.jsx("code",{children:S==null?void 0:S.url})]})]}),N&&c.jsxs("div",{className:"bg-red-500/20 p-2 rounded text-xs",children:[c.jsx("p",{children:"❌ Request failed:"}),c.jsx("pre",{className:"whitespace-pre-wrap overflow-x-auto",children:N instanceof Error?N.message:String(N)}),c.jsxs("div",{className:"mt-2 p-2 bg-black/30 rounded",children:[c.jsx("p",{children:c.jsx("strong",{children:"🔍 What we tried:"})}),c.jsxs("p",{children:["• Service ID: ",e==null?void 0:e.id]}),c.jsxs("p",{children:["• Target URL: ",S==null?void 0:S.url]}),c.jsxs("p",{children:["• Request: GET /api/services/",e==null?void 0:e.id,"/tools"]}),(S==null?void 0:S.headers)&&c.jsxs("div",{children:[c.jsx("p",{children:c.jsx("strong",{children:"📋 Headers sent:"})}),c.jsx("pre",{className:"text-xs overflow-x-auto",children:JSON.stringify(S.headers,null,2)})]}),c.jsxs("div",{className:"mt-2",children:[c.jsx("p",{children:c.jsx("strong",{children:"💡 What this means:"})}),c.jsxs("p",{children:["• The MCP server at ",S==null?void 0:S.url," returned an error"]}),c.jsx("p",{children:"• This could be due to authentication issues, server being down, or invalid configuration"}),c.jsx("p",{children:"• Check the error message above for specific details from the MCP server"})]})]})]}),!H&&!N&&$.length>0&&c.jsx("div",{className:"bg-green-500/20 p-2 rounded text-xs",children:c.jsxs("p",{children:["✅ Successfully discovered ",$.length," tools from MCP server"]})}),!H&&!N&&$.length===0&&c.jsxs("div",{className:"bg-yellow-500/20 p-2 rounded text-xs",children:[c.jsx("p",{children:"⚠️ Connected to MCP server but no tools were found"}),c.jsx("p",{children:"This could mean the server has no tools or requires specific authentication"})]})]})]}),N&&(e.type==="mcp"||e.type==="local-mcp")&&c.jsxs("div",{className:"bg-red-500/20 border border-red-500/30 rounded-lg p-4",children:[c.jsx("h3",{className:"text-red-300 font-semibold mb-2",children:"MCP Tool Discovery Failed"}),c.jsxs("div",{className:"text-red-200 text-sm space-y-2",children:[c.jsx("p",{children:c.jsx("strong",{children:"Raw Error:"})}),c.jsx("pre",{className:"bg-black/30 p-2 rounded text-xs overflow-x-auto whitespace-pre-wrap",children:N instanceof Error?N.message:String(N)}),c.jsxs("p",{children:[c.jsx("strong",{children:"Service URL:"})," ",S==null?void 0:S.url]}),c.jsxs("p",{children:[c.jsx("strong",{children:"Service ID:"})," ",S==null?void 0:S.id]}),(S==null?void 0:S.headers)&&c.jsxs("div",{children:[c.jsx("p",{children:c.jsx("strong",{children:"Custom Headers:"})}),c.jsx("pre",{className:"bg-black/30 p-2 rounded text-xs overflow-x-auto",children:JSON.stringify(S.headers,null,2)})]})]})]}),C&&e.type==="a2a"&&c.jsxs("div",{className:"bg-red-500/20 border border-red-500/30 rounded-lg p-4",children:[c.jsx("h3",{className:"text-red-300 font-semibold mb-2",children:"A2A Manifest Discovery Failed"}),c.jsxs("div",{className:"text-red-200 text-sm space-y-2",children:[c.jsx("p",{children:c.jsx("strong",{children:"Raw Error:"})}),c.jsx("pre",{className:"bg-black/30 p-2 rounded text-xs overflow-x-auto whitespace-pre-wrap",children:C instanceof Error?C.message:String(C)}),c.jsxs("p",{children:[c.jsx("strong",{children:"Service URL:"})," ",S==null?void 0:S.url]}),c.jsxs("p",{children:[c.jsx("strong",{children:"Service ID:"})," ",S==null?void 0:S.id]})]})]}),!B&&!N&&!C&&(e.type==="mcp"||e.type==="local-mcp")&&$.length===0&&(e.type==="local-mcp"||!((nr=(ln=j==null?void 0:j.data)==null?void 0:ln.oauth)!=null&&nr.required))&&c.jsxs("div",{className:"bg-yellow-500/20 border border-yellow-500/30 rounded-lg p-4",children:[c.jsx("h3",{className:"text-yellow-300 font-semibold mb-2",children:"No Tools Available"}),c.jsxs("p",{className:"text-yellow-200 text-sm",children:["Successfully connected to MCP server at ",S==null?void 0:S.url,", but no tools were discovered."]}),c.jsxs("div",{className:"text-yellow-200 text-xs mt-2",children:[c.jsx("p",{children:c.jsx("strong",{children:"This could mean:"})}),c.jsxs("ul",{className:"list-disc list-inside ml-2 space-y-1",children:[c.jsx("li",{children:"The MCP server has no tools registered"}),c.jsx("li",{children:"Tools require specific authentication"}),c.jsx("li",{children:"Tools are only available after certain operations"})]})]})]}),(e.type==="mcp"||e.type==="local-mcp")&&c.jsxs("div",{className:"bg-blue-500/20 border border-blue-500/30 rounded-lg p-4",children:[c.jsx("h3",{className:"text-blue-300 font-semibold mb-2",children:"🔍 MCP Server Analysis"}),c.jsxs("div",{className:"text-blue-200 text-sm space-y-2",children:[c.jsxs("p",{children:[c.jsx("strong",{children:"Server URL:"})," ",S==null?void 0:S.url]}),R&&c.jsx("div",{className:"mt-3 p-3 bg-black/30 rounded",children:c.jsx("p",{children:"🔍 Analyzing MCP server configuration..."})}),j&&c.jsxs("div",{className:"mt-3 p-3 bg-black/30 rounded",children:[c.jsx("p",{children:c.jsx("strong",{children:"🔍 What we discovered:"})}),j.error&&j.analysis&&c.jsxs("div",{className:"text-yellow-200",children:[j.analysis.auth_type==="oauth2"&&c.jsxs("div",{children:[c.jsxs("p",{children:["• ",c.jsx("strong",{children:"OAuth 2.0 Authentication Required"})]}),c.jsx("p",{children:"• This MCP server requires OAuth 2.0 Bearer token authentication"}),c.jsx("p",{children:"• You'll need to provide OAuth credentials (client ID, client secret, authorization URL, token URL)"}),c.jsx("p",{children:"• Check the service provider's documentation for OAuth setup instructions"})]}),j.analysis.protocol==="sse"&&c.jsxs("div",{children:[c.jsxs("p",{children:["• ",c.jsx("strong",{children:"SSE Protocol Required"})]}),c.jsx("p",{children:"• This MCP server uses Server-Sent Events (SSE) protocol"}),c.jsx("p",{children:"• We'll need to connect using event streaming instead of HTTP"})]}),j.analysis.issue==="not_found"&&c.jsxs("div",{children:[c.jsxs("p",{children:["• ",c.jsx("strong",{children:"Server Not Found"})]}),c.jsx("p",{children:"• The MCP server URL might be incorrect"}),c.jsx("p",{children:"• Check if the server is running and the URL is correct"})]}),j.analysis.issue==="server_error"&&c.jsxs("div",{children:[c.jsxs("p",{children:["• ",c.jsx("strong",{children:"Server Error"})]}),c.jsx("p",{children:"• The MCP server is experiencing internal errors"}),c.jsx("p",{children:"• Try again later or contact the service provider"})]}),j.analysis.message&&c.jsxs("p",{children:["• ",c.jsx("strong",{children:"Analysis:"})," ",j.analysis.message]})]}),((Ur=(Nn=j==null?void 0:j.data)==null?void 0:Nn.oauth)==null?void 0:Ur.required)&&c.jsxs("div",{className:"text-yellow-200",children:[c.jsxs("p",{children:["• ",c.jsx("strong",{children:"OAuth 2.0 Authentication Required"})]}),j.data.oauth.authorizationUrl&&c.jsxs("div",{className:"mt-2 flex items-center gap-2",children:[c.jsx(ae,{size:"sm",variant:"default",className:"h-7",onClick:async()=>{var me,J;if(S!=null&&S.id)try{E({title:"Setting up OAuth...",description:"Automatically registering OAuth application and starting authorization flow..."});const Me=await Se("POST",`/api/oauth/${S.id}/auto-setup`,{});if(!Me.ok){const It=await Me.json();(me=It.data)!=null&&me.registrationUrl?(window.open(It.data.registrationUrl,"_blank"),E({title:"OAuth Registration Required",description:`${It.error} I've opened the registration page for you. Please create an OAuth app and then come back to add your credentials.`,duration:15e3})):E({title:"OAuth Setup Failed",description:It.error||"Failed to setup OAuth automatically. Please configure manually.",variant:"destructive"});return}const Tt=await Me.json();Tt.success&&((J=Tt.data)!=null&&J.authorizationUrl)?(window.open(Tt.data.authorizationUrl,"_blank"),E({title:"OAuth Setup Successful",description:"OAuth application registered automatically! Please complete the authorization in the new window.",duration:1e4}),V()):E({title:"OAuth Setup Failed",description:"Failed to get authorization URL. Please try again.",variant:"destructive"})}catch(Me){E({title:"OAuth Setup Failed",description:Me instanceof Error?Me.message:"Unknown error occurred",variant:"destructive"})}},children:"🔧 Auto-Setup OAuth"}),c.jsxs(ae,{size:"sm",variant:"ghost",className:"p-1 h-auto text-blue-300",onClick:()=>window.open(j.data.oauth.authorizationUrl,"_blank"),children:[c.jsx(Eo,{className:"w-4 h-4 mr-1"}),"Open Raw Authorization URL"]})]}),!j.data.oauth.authorizationUrl&&j.data.oauth.protectedResourceConfigUrl&&c.jsx("div",{className:"mt-2",children:c.jsxs(ae,{size:"sm",variant:"ghost",className:"p-1 h-auto text-blue-300",onClick:()=>window.open(j.data.oauth.protectedResourceConfigUrl,"_blank"),children:[c.jsx(Eo,{className:"w-4 h-4 mr-1"}),"View OAuth Configuration"]})}),j.data.oauth.authorizationServerMetadataUrl&&c.jsxs("div",{className:"mt-2 text-xs text-gray-300",children:[c.jsx("span",{className:"mr-1",children:"Auth Server Metadata:"}),c.jsx("button",{className:"underline text-blue-300",onClick:()=>window.open(j.data.oauth.authorizationServerMetadataUrl,"_blank"),children:j.data.oauth.authorizationServerMetadataUrl})]})]}),(j==null?void 0:j.success)&&!((Dt=(vr=j==null?void 0:j.data)==null?void 0:vr.oauth)!=null&&Dt.required)&&c.jsxs("div",{className:"text-green-200",children:[c.jsxs("p",{children:["• ",c.jsx("strong",{children:"✅ Server Analysis Complete"})]}),c.jsx("p",{children:"• MCP server is accessible and responding"}),c.jsx("p",{children:"• No authentication issues detected"}),c.jsx("p",{children:"• Protocol compatibility confirmed"})]}),((zt=(rr=j==null?void 0:j.data)==null?void 0:rr.oauth)==null?void 0:zt.required)&&c.jsxs("div",{className:"text-orange-200",children:[c.jsxs("p",{children:["• ",c.jsx("strong",{children:"🔐 OAuth 2.0 Authentication Required"})]}),c.jsx("p",{children:"• This MCP server requires OAuth authentication"}),j.data.oauth.resourceName&&c.jsxs("p",{children:["• Service: ",j.data.oauth.resourceName]}),j.data.oauth.authorizationUrl&&c.jsxs("p",{children:["• Authorization URL: ",j.data.oauth.authorizationUrl]}),j.data.oauth.tokenUrl&&c.jsxs("p",{children:["• Token URL: ",j.data.oauth.tokenUrl]}),c.jsxs("div",{className:"mt-3 flex flex-wrap gap-2",children:[c.jsx(ae,{size:"sm",variant:"default",className:"bg-orange-600 hover:bg-orange-700",onClick:async()=>{var me,J;if(S!=null&&S.id)try{E({title:"Setting up OAuth...",description:"Automatically registering OAuth application and starting authorization flow..."});const Me=await Se("POST",`/api/oauth/${S.id}/auto-setup`,{});if(!Me.ok){const It=await Me.json();(me=It.data)!=null&&me.registrationUrl?(window.open(It.data.registrationUrl,"_blank"),E({title:"OAuth Registration Required",description:`${It.error} I've opened the registration page for you. Please create an OAuth app and then come back to add your credentials.`,duration:15e3})):E({title:"OAuth Setup Failed",description:It.error||"Failed to setup OAuth automatically. Please configure manually.",variant:"destructive"});return}const Tt=await Me.json();Tt.success&&((J=Tt.data)!=null&&J.authorizationUrl)?(window.open(Tt.data.authorizationUrl,"_blank"),E({title:"OAuth Setup Successful",description:"OAuth application registered automatically! Please complete the authorization in the new window.",duration:1e4}),V()):E({title:"OAuth Setup Failed",description:"Failed to get authorization URL. Please try again.",variant:"destructive"})}catch(Me){E({title:"OAuth Setup Failed",description:Me instanceof Error?Me.message:"Unknown error occurred",variant:"destructive"})}},children:"🔧 Auto-Setup OAuth"}),c.jsx(ae,{size:"sm",variant:"outline",className:"border-orange-500/30 text-orange-300 hover:bg-orange-500/10",onClick:()=>{const me=`OAuth Setup Instructions:
|
|
413
|
+
|
|
414
|
+
1. Go to the service provider's OAuth/Developer settings
|
|
415
|
+
2. Create a new OAuth application
|
|
416
|
+
3. Set Redirect URL: http://localhost:8000/api/oauth/${S==null?void 0:S.id}/callback
|
|
417
|
+
4. Copy the Client ID and Client Secret
|
|
418
|
+
5. Edit this service and add the credentials
|
|
419
|
+
|
|
420
|
+
${j.data.oauth.authorizationUrl?`Authorization URL: ${j.data.oauth.authorizationUrl}`:""}
|
|
421
|
+
${j.data.oauth.tokenUrl?`Token URL: ${j.data.oauth.tokenUrl}`:""}
|
|
422
|
+
${j.data.oauth.issuer?`Issuer: ${j.data.oauth.issuer}`:""}`;E({title:"OAuth Setup Instructions",description:me,duration:1e4})},children:"📋 Setup Instructions"})]})]}),c.jsxs("div",{className:"mt-2 text-xs",children:[c.jsx("p",{children:c.jsx("strong",{children:"💡 Next Steps:"})}),c.jsxs("ul",{className:"list-disc list-inside ml-2 space-y-1",children:[c.jsx("li",{children:"For OAuth servers: Provide OAuth credentials in service settings"}),c.jsx("li",{children:"For SSE servers: We'll automatically use the correct protocol"}),c.jsx("li",{children:"For connection issues: Verify the server URL and status"})]})]})]}),T&&c.jsxs("div",{className:"mt-3 p-3 bg-red-500/20 rounded",children:[c.jsx("p",{children:c.jsx("strong",{children:"❌ Discovery Failed"})}),c.jsx("p",{children:"Could not analyze MCP server configuration"}),c.jsx("pre",{className:"text-xs overflow-x-auto",children:T instanceof Error?T.message:String(T)})]})]})]}),!B&&!N&&!C&&e.type==="a2a"&&!M&&c.jsxs("div",{className:"bg-yellow-500/20 border border-yellow-500/30 rounded-lg p-4",children:[c.jsx("h3",{className:"text-yellow-300 font-semibold mb-2",children:"Agent Details Not Available"}),c.jsxs("p",{className:"text-yellow-200 text-sm",children:["Successfully connected to A2A agent at ",S==null?void 0:S.url,", but no manifest was found."]}),c.jsxs("div",{className:"text-yellow-200 text-xs mt-2",children:[c.jsx("p",{children:c.jsx("strong",{children:"This could mean:"})}),c.jsxs("ul",{className:"list-disc list-inside ml-2 space-y-1",children:[c.jsx("li",{children:"The agent doesn't provide a manifest"}),c.jsx("li",{children:"Manifest endpoint is not implemented"}),c.jsx("li",{children:"Agent requires specific authentication"})]})]})]})]})]})})}function uV({open:e,onOpenChange:t}){const[n,r]=b.useState(null),[o,s]=b.useState(null),[i,a]=b.useState(null),[l,u]=b.useState(!1),d=on(),{toast:f}=Zt(),p=()=>{r(null),s(null),a(null),u(!1)},h=vt({mutationFn:async()=>{if(!n)throw new Error("Choose a bundle file first");const m=await n.text();let x;try{x=JSON.parse(m)}catch{throw new Error("File is not valid JSON")}return BF(x)},onSuccess:m=>{a(m),d.invalidateQueries({queryKey:["/api/decks"]}),d.invalidateQueries({queryKey:["/api/services"]}),d.invalidateQueries({queryKey:["/api/playbooks"]}),d.invalidateQueries({queryKey:["/api/playbooks/collection"]}),d.invalidateQueries({queryKey:["/api/credentials/collection"]}),d.invalidateQueries({queryKey:["/api/collection/warnings"]}),f({title:"Import complete",description:dk(m)})},onError:m=>{f({title:"Import failed",description:m.message,variant:"destructive"})}}),y=async m=>{var x,g,v;if(r(m),a(null),!m){s(null);return}try{const w=await m.text(),k=JSON.parse(w);s(`${((x=k.services)==null?void 0:x.length)??0} services · ${((g=k.playbooks)==null?void 0:g.length)??0} playbooks · ${((v=k.decks)==null?void 0:v.length)??0} decks`)}catch{s("Invalid JSON")}};return c.jsx(Fs,{open:e,onOpenChange:m=>{m||p(),t(m)},children:c.jsxs(Fo,{className:"sm:max-w-lg border-border bg-[#161612] text-[#E8F6F4]",children:[c.jsxs(Uo,{children:[c.jsx(qo,{children:"Import bundle"}),c.jsx(zi,{asChild:!0,children:c.jsxs("div",{className:"space-y-2 text-left text-sm text-[#A8C4C0]",children:[c.jsx("p",{children:"Adds MCP, playbooks, and decks from a JSON file."}),c.jsxs("div",{children:[c.jsx("p",{className:"font-medium text-amber-200/90",children:"Notes"}),c.jsxs("ul",{className:"mt-1 list-disc space-y-0.5 pl-4",children:[c.jsx("li",{children:"Same name as an existing card or deck is skipped (linked only)."}),c.jsx("li",{children:"No credentials or secrets — re-enter keys and reconnect OAuth."})]})]})]})})]}),c.jsxs("div",{className:"space-y-4",children:[c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"bundle-file",children:"Bundle file"}),c.jsx(Ye,{id:"bundle-file",type:"file",accept:".json,.agent-deck.json,application/json",className:"cursor-pointer bg-white/5 border-white/20",onChange:m=>{var x;return y(((x=m.target.files)==null?void 0:x[0])??null)},"data-testid":"input-import-bundle"}),o&&c.jsx("p",{className:"text-xs text-[#A8C4C0]","data-testid":"import-preview",children:o})]}),!i&&c.jsx(ae,{onClick:()=>h.mutate(),disabled:!n||h.isPending||o==="Invalid JSON",className:"rounded-full border px-6 text-sm font-semibold hover:opacity-90",style:{background:"#C4B643",borderColor:"#C4B643",color:"black"},"data-testid":"button-import-apply",children:h.isPending?"Importing…":"Import"}),i&&c.jsxs("div",{className:"space-y-2 rounded-lg border border-white/10 bg-white/5 p-3 text-sm","data-testid":"import-report",children:[c.jsx("p",{className:"font-medium",children:dk(i)}),i.servicesNeedingOauth.length>0&&c.jsxs("div",{children:[c.jsx("p",{className:"text-amber-200",children:"Needs OAuth reconnect:"}),c.jsx("ul",{className:"list-disc pl-5 text-[#A8C4C0]",children:i.servicesNeedingOauth.map(m=>c.jsx("li",{children:m},m))})]}),i.warnings.length>0&&c.jsxs("div",{children:[c.jsx("p",{className:"text-amber-200",children:"Warnings:"}),c.jsx("ul",{className:"list-disc pl-5 text-[#A8C4C0]",children:i.warnings.map(m=>c.jsx("li",{children:m},m))})]}),c.jsx(ae,{variant:"outline",size:"sm",className:"rounded-full border border-white/20 text-white hover:bg-white/10",onClick:()=>u(m=>!m),children:l?"Hide id map":"Show id map"}),l&&c.jsx("pre",{className:"max-h-40 overflow-auto rounded bg-black/40 p-2 text-xs",children:JSON.stringify(i.idMap,null,2)}),c.jsx(ae,{className:"rounded-full border px-6 text-sm font-semibold hover:opacity-90",style:{background:"#C4B643",borderColor:"#C4B643",color:"black"},onClick:()=>{p(),t(!1)},children:"Done"})]})]})]})})}function dV(){const[e,t]=b.useState("connecting"),[n,r]=b.useState(null),o=b.useRef(null),s=b.useRef(null),i=on();return b.useEffect(()=>{const l=`${window.location.protocol==="https:"?"wss:":"ws:"}//${window.location.host}/api/ws/events`,u=()=>{try{const f=new WebSocket(l);o.current=f,f.onopen=()=>{console.log("WebSocket connected"),t("connected")},f.onmessage=p=>{var h;try{const y=JSON.parse(p.data);r(y),y.type==="deck_update"?(console.log("Received deck update:",y),i.invalidateQueries({queryKey:["/api/decks"]})):y.type==="service_update"?(console.log("Received service update:",y),$f(i,typeof((h=y.data)==null?void 0:h.serviceId)=="string"?y.data.serviceId:void 0)):y.type==="connection_status"&&t(y.status==="connected"?"connected":"disconnected")}catch(y){console.error("Failed to parse WebSocket message:",y)}},f.onclose=()=>{console.log("WebSocket disconnected"),t("disconnected"),s.current=setTimeout(()=>{console.log("Attempting to reconnect WebSocket..."),t("connecting"),u()},3e3)},f.onerror=p=>{console.error("WebSocket error:",p),t("disconnected")}}catch(f){console.error("Failed to connect WebSocket:",f),t("disconnected")}};u();const d=f=>{f.origin===window.location.origin&&aV(f.data)&&$f(i,f.data.serviceId)};return window.addEventListener("message",d),()=>{window.removeEventListener("message",d),s.current&&clearTimeout(s.current),o.current&&o.current.readyState===WebSocket.OPEN&&o.current.close()}},[i]),{connectionStatus:e,lastMessage:n}}async function l1(e,t){const n=e==="credential"?`credentialId=${encodeURIComponent(t)}`:`serviceId=${encodeURIComponent(t)}`;return(await(await Se("GET",`/api/playbooks/dependents/check?${n}`)).json()).data??[]}function fV(e){const[t,n]=b.useState(null),[r,o]=b.useState(null),[s,i]=b.useState(null),[a,l]=b.useState(!1),u=on(),{toast:d}=Zt(),f=()=>{if(!e)throw new Error("Select a deck to edit first");return e},p=vt({mutationFn:async T=>{var K,q,H;const I=f(),V=(K=(await(await Se("GET","/api/decks")).json()).data)==null?void 0:K.find(N=>N.id===I);if(!V)throw new Error("Selected deck not found");if((q=V.services)!=null&&q.some(N=>N.id===T))throw new Error("Service is already in the deck");const Z=((H=V.services)==null?void 0:H.length)??0;return Se("POST",`/api/decks/${I}/services`,{serviceId:T,position:Z})},onSuccess:()=>{u.invalidateQueries({queryKey:["/api/decks"]}),d({title:"Service added to deck",description:`${(t==null?void 0:t.name)||"Service"} has been added to the deck.`})},onError:T=>{d({title:"Failed to add service",description:T.message,variant:"destructive"})}}),h=vt({mutationFn:async T=>{var Z,K;const I=f(),V=(Z=(await(await Se("GET","/api/decks")).json()).data)==null?void 0:Z.find(q=>q.id===I);if((K=V==null?void 0:V.credentials)!=null&&K.some(q=>q.id===T))throw new Error("API key is already in the deck");return Se("POST",`/api/decks/${I}/credentials`,{credentialId:T})},onSuccess:()=>{u.invalidateQueries({queryKey:["/api/decks"]}),d({title:"API key added to deck",description:`${(r==null?void 0:r.label)||"API key"} is scoped to this deck.`})},onError:T=>{d({title:"Failed to add API key",description:T.message,variant:"destructive"})}}),y=vt({mutationFn:async T=>{var Z,K;const I=f(),V=(Z=(await(await Se("GET","/api/decks")).json()).data)==null?void 0:Z.find(q=>q.id===I);if((K=V==null?void 0:V.playbooks)!=null&&K.some(q=>q.id===T))throw new Error("Playbook is already in the deck");return Se("POST",`/api/decks/${I}/playbooks`,{playbookId:T})},onSuccess:()=>{u.invalidateQueries({queryKey:["/api/decks"]}),d({title:"Playbook added to deck",description:`${(s==null?void 0:s.title)||"Playbook"} is on this deck.`})},onError:T=>{d({title:"Failed to add playbook",description:T.message,variant:"destructive"})}}),m=vt({mutationFn:async T=>{const I=await l1("service",T);if(I.length>0){const z=I.map(Z=>Z.title).join(", ");if(!window.confirm(`Warning: ${I.length} playbook(s) depend on this MCP (${z}). Remove from deck anyway?`))throw new Error("Cancelled")}const F=f();return Se("DELETE",`/api/decks/${F}/services`,{serviceId:T})},onSuccess:()=>{u.invalidateQueries({queryKey:["/api/decks"]}),d({title:"Service removed from deck",description:`${(t==null?void 0:t.name)||"Service"} has been removed from the deck.`})},onError:T=>{T.message!=="Cancelled"&&d({title:"Failed to remove service",description:T.message,variant:"destructive"})}}),x=vt({mutationFn:async T=>{const I=await l1("credential",T);if(I.length>0){const z=I.map(Z=>Z.title).join(", ");if(!window.confirm(`Warning: ${I.length} playbook(s) depend on this API key (${z}). Remove from deck anyway?`))throw new Error("Cancelled")}const F=f();return Se("DELETE",`/api/decks/${F}/credentials`,{credentialId:T})},onSuccess:()=>{u.invalidateQueries({queryKey:["/api/decks"]}),d({title:"API key removed from deck",description:`${(r==null?void 0:r.label)||"API key"} is no longer on this deck.`})},onError:T=>{T.message!=="Cancelled"&&d({title:"Failed to remove API key",description:T.message,variant:"destructive"})}}),g=vt({mutationFn:async T=>{const I=f();return Se("DELETE",`/api/decks/${I}/playbooks`,{playbookId:T})},onSuccess:()=>{u.invalidateQueries({queryKey:["/api/decks"]}),d({title:"Playbook removed from deck",description:`${(s==null?void 0:s.title)||"Playbook"} is no longer on this deck.`})},onError:T=>{d({title:"Failed to remove playbook",description:T.message,variant:"destructive"})}}),v=(T,I)=>{T.currentTarget instanceof HTMLElement&&(T.currentTarget.style.opacity=I)},w=(T,I)=>{T.dataTransfer.setData("text/plain",I.id),T.dataTransfer.setData("application/json",JSON.stringify(I)),T.dataTransfer.effectAllowed=I.fromDeck?"move":"copy"},k=(T,I,F=!1)=>{n(I),o(null),i(null),l(F),w(T,{kind:"service",id:I.id,fromDeck:F}),v(T,"0.5")},E=(T,I,F=!1)=>{o(I),n(null),i(null),l(F),w(T,{kind:"credential",id:I.id,fromDeck:F}),v(T,"0.5")},P=(T,I,F=!1)=>{i(I),n(null),o(null),l(F),w(T,{kind:"playbook",id:I.id,fromDeck:F}),v(T,"0.5")},S=T=>{n(null),o(null),i(null),v(T,"1")},A=T=>{if(T.kind==="service"){T.fromDeck?m.mutate(T.id):p.mutate(T.id);return}if(T.kind==="credential"){T.fromDeck?x.mutate(T.id):h.mutate(T.id);return}T.fromDeck?g.mutate(T.id):y.mutate(T.id)};return{draggedService:t,draggedCredential:r,draggedPlaybook:s,isDraggingFromDeck:a,handleDragStart:k,handleCredentialDragStart:E,handlePlaybookDragStart:P,handleDragEnd:S,handleDrop:T=>{T.preventDefault();const I=T.dataTransfer.getData("application/json");if(I){try{A(JSON.parse(I))}catch{const F=T.dataTransfer.getData("text/plain");F&&t&&p.mutate(F)}n(null),o(null),i(null),l(!1)}},handleGlobalDrop:T=>{T.preventDefault();const I=T.dataTransfer.getData("application/json");if(I){try{const F=JSON.parse(I);F.fromDeck&&A(F)}catch{}n(null),o(null),i(null),l(!1)}},isDropping:p.isPending||h.isPending||y.isPending||m.isPending||x.isPending||g.isPending}}const cm="agent-deck-editing-deck-id";function hV(e){const[t,n]=b.useState(()=>typeof window>"u"?null:localStorage.getItem(cm));b.useEffect(()=>{if(e.length===0)return;if(!(t&&e.some(i=>i.id===t))){const i=e[0].id;n(i),localStorage.setItem(cm,i)}},[e,t]);const r=s=>{n(s),localStorage.setItem(cm,s)};return{editingDeck:e.find(s=>s.id===t)??null,editingDeckId:t,setEditingDeckId:r}}function c1(e,[t,n]){return Math.min(n,Math.max(t,e))}var pV=[" ","Enter","ArrowUp","ArrowDown"],mV=[" ","Enter"],$i="Select",[Fh,Uh,gV]=Uv($i),[vl,Bee]=lo($i,[gV,ml]),qh=ml(),[yV,qs]=vl($i),[vV,xV]=vl($i),dT=e=>{const{__scopeSelect:t,children:n,open:r,defaultOpen:o,onOpenChange:s,value:i,defaultValue:a,onValueChange:l,dir:u,name:d,autoComplete:f,disabled:p,required:h,form:y}=e,m=qh(t),[x,g]=b.useState(null),[v,w]=b.useState(null),[k,E]=b.useState(!1),P=h0(u),[S,A]=$s({prop:r,defaultProp:o??!1,onChange:s,caller:$i}),[j,R]=$s({prop:i,defaultProp:a,onChange:l,caller:$i}),T=b.useRef(null),I=x?y||!!x.closest("form"):!0,[F,z]=b.useState(new Set),V=Array.from(F).map(Z=>Z.props.value).join(";");return c.jsx(xN,{...m,children:c.jsxs(yV,{required:h,scope:t,trigger:x,onTriggerChange:g,valueNode:v,onValueNodeChange:w,valueNodeHasChildren:k,onValueNodeHasChildrenChange:E,contentId:Po(),value:j,onValueChange:R,open:S,onOpenChange:A,dir:P,triggerPointerDownPosRef:T,disabled:p,children:[c.jsx(Fh.Provider,{scope:t,children:c.jsx(vV,{scope:e.__scopeSelect,onNativeOptionAdd:b.useCallback(Z=>{z(K=>new Set(K).add(Z))},[]),onNativeOptionRemove:b.useCallback(Z=>{z(K=>{const q=new Set(K);return q.delete(Z),q})},[]),children:n})}),I?c.jsxs(OT,{"aria-hidden":!0,required:h,tabIndex:-1,name:d,autoComplete:f,value:j,onChange:Z=>R(Z.target.value),disabled:p,form:y,children:[j===void 0?c.jsx("option",{value:""}):null,Array.from(F)]},V):null]})})};dT.displayName=$i;var fT="SelectTrigger",hT=b.forwardRef((e,t)=>{const{__scopeSelect:n,disabled:r=!1,...o}=e,s=qh(n),i=qs(fT,n),a=i.disabled||r,l=Je(t,i.onTriggerChange),u=Uh(n),d=b.useRef("touch"),[f,p,h]=DT(m=>{const x=u().filter(w=>!w.disabled),g=x.find(w=>w.value===i.value),v=zT(x,m,g);v!==void 0&&i.onValueChange(v.value)}),y=m=>{a||(i.onOpenChange(!0),h()),m&&(i.triggerPointerDownPosRef.current={x:Math.round(m.pageX),y:Math.round(m.pageY)})};return c.jsx(Sh,{asChild:!0,...s,children:c.jsx(Pe.button,{type:"button",role:"combobox","aria-controls":i.contentId,"aria-expanded":i.open,"aria-required":i.required,"aria-autocomplete":"none",dir:i.dir,"data-state":i.open?"open":"closed",disabled:a,"data-disabled":a?"":void 0,"data-placeholder":MT(i.value)?"":void 0,...o,ref:l,onClick:xe(o.onClick,m=>{m.currentTarget.focus(),d.current!=="mouse"&&y(m)}),onPointerDown:xe(o.onPointerDown,m=>{d.current=m.pointerType;const x=m.target;x.hasPointerCapture(m.pointerId)&&x.releasePointerCapture(m.pointerId),m.button===0&&m.ctrlKey===!1&&m.pointerType==="mouse"&&(y(m),m.preventDefault())}),onKeyDown:xe(o.onKeyDown,m=>{const x=f.current!=="";!(m.ctrlKey||m.altKey||m.metaKey)&&m.key.length===1&&p(m.key),!(x&&m.key===" ")&&pV.includes(m.key)&&(y(),m.preventDefault())})})})});hT.displayName=fT;var pT="SelectValue",mT=b.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,children:s,placeholder:i="",...a}=e,l=qs(pT,n),{onValueNodeHasChildrenChange:u}=l,d=s!==void 0,f=Je(t,l.onValueNodeChange);return rn(()=>{u(d)},[u,d]),c.jsx(Pe.span,{...a,ref:f,style:{pointerEvents:"none"},children:MT(l.value)?c.jsx(c.Fragment,{children:i}):s})});mT.displayName=pT;var wV="SelectIcon",gT=b.forwardRef((e,t)=>{const{__scopeSelect:n,children:r,...o}=e;return c.jsx(Pe.span,{"aria-hidden":!0,...o,ref:t,children:r||"▼"})});gT.displayName=wV;var bV="SelectPortal",yT=e=>c.jsx(nu,{asChild:!0,...e});yT.displayName=bV;var Ri="SelectContent",vT=b.forwardRef((e,t)=>{const n=qs(Ri,e.__scopeSelect),[r,o]=b.useState();if(rn(()=>{o(new DocumentFragment)},[]),!n.open){const s=r;return s?Di.createPortal(c.jsx(xT,{scope:e.__scopeSelect,children:c.jsx(Fh.Slot,{scope:e.__scopeSelect,children:c.jsx("div",{children:e.children})})}),s):null}return c.jsx(wT,{...e,ref:t})});vT.displayName=Ri;var kr=10,[xT,Vs]=vl(Ri),kV="SelectContentImpl",_V=Ni("SelectContent.RemoveScroll"),wT=b.forwardRef((e,t)=>{const{__scopeSelect:n,position:r="item-aligned",onCloseAutoFocus:o,onEscapeKeyDown:s,onPointerDownOutside:i,side:a,sideOffset:l,align:u,alignOffset:d,arrowPadding:f,collisionBoundary:p,collisionPadding:h,sticky:y,hideWhenDetached:m,avoidCollisions:x,...g}=e,v=qs(Ri,n),[w,k]=b.useState(null),[E,P]=b.useState(null),S=Je(t,B=>k(B)),[A,j]=b.useState(null),[R,T]=b.useState(null),I=Uh(n),[F,z]=b.useState(!1),V=b.useRef(!1);b.useEffect(()=>{if(w)return l0(w)},[w]),a0();const Z=b.useCallback(B=>{const[Q,...ue]=I().map(be=>be.ref.current),[oe]=ue.slice(-1),fe=document.activeElement;for(const be of B)if(be===fe||(be==null||be.scrollIntoView({block:"nearest"}),be===Q&&E&&(E.scrollTop=0),be===oe&&E&&(E.scrollTop=E.scrollHeight),be==null||be.focus(),document.activeElement!==fe))return},[I,E]),K=b.useCallback(()=>Z([A,w]),[Z,A,w]);b.useEffect(()=>{F&&K()},[F,K]);const{onOpenChange:q,triggerPointerDownPosRef:H}=v;b.useEffect(()=>{if(w){let B={x:0,y:0};const Q=oe=>{var fe,be;B={x:Math.abs(Math.round(oe.pageX)-(((fe=H.current)==null?void 0:fe.x)??0)),y:Math.abs(Math.round(oe.pageY)-(((be=H.current)==null?void 0:be.y)??0))}},ue=oe=>{B.x<=10&&B.y<=10?oe.preventDefault():w.contains(oe.target)||q(!1),document.removeEventListener("pointermove",Q),H.current=null};return H.current!==null&&(document.addEventListener("pointermove",Q),document.addEventListener("pointerup",ue,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",Q),document.removeEventListener("pointerup",ue,{capture:!0})}}},[w,q,H]),b.useEffect(()=>{const B=()=>q(!1);return window.addEventListener("blur",B),window.addEventListener("resize",B),()=>{window.removeEventListener("blur",B),window.removeEventListener("resize",B)}},[q]);const[N,O]=DT(B=>{const Q=I().filter(fe=>!fe.disabled),ue=Q.find(fe=>fe.ref.current===document.activeElement),oe=zT(Q,B,ue);oe&&setTimeout(()=>oe.ref.current.focus())}),U=b.useCallback((B,Q,ue)=>{const oe=!V.current&&!ue;(v.value!==void 0&&v.value===Q||oe)&&(j(B),oe&&(V.current=!0))},[v.value]),_=b.useCallback(()=>w==null?void 0:w.focus(),[w]),C=b.useCallback((B,Q,ue)=>{const oe=!V.current&&!ue;(v.value!==void 0&&v.value===Q||oe)&&T(B)},[v.value]),$=r==="popper"?ny:bT,M=$===ny?{side:a,sideOffset:l,align:u,alignOffset:d,arrowPadding:f,collisionBoundary:p,collisionPadding:h,sticky:y,hideWhenDetached:m,avoidCollisions:x}:{};return c.jsx(xT,{scope:n,content:w,viewport:E,onViewportChange:P,itemRefCallback:U,selectedItem:A,onItemLeave:_,itemTextRefCallback:C,focusSelectedItem:K,selectedItemText:R,position:r,isPositioned:F,searchRef:N,children:c.jsx(jh,{as:_V,allowPinchZoom:!0,children:c.jsx(Nh,{asChild:!0,trapped:v.open,onMountAutoFocus:B=>{B.preventDefault()},onUnmountAutoFocus:xe(o,B=>{var Q;(Q=v.trigger)==null||Q.focus({preventScroll:!0}),B.preventDefault()}),children:c.jsx(dl,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:s,onPointerDownOutside:i,onFocusOutside:B=>B.preventDefault(),onDismiss:()=>v.onOpenChange(!1),children:c.jsx($,{role:"listbox",id:v.contentId,"data-state":v.open?"open":"closed",dir:v.dir,onContextMenu:B=>B.preventDefault(),...g,...M,onPlaced:()=>z(!0),ref:S,style:{display:"flex",flexDirection:"column",outline:"none",...g.style},onKeyDown:xe(g.onKeyDown,B=>{const Q=B.ctrlKey||B.altKey||B.metaKey;if(B.key==="Tab"&&B.preventDefault(),!Q&&B.key.length===1&&O(B.key),["ArrowUp","ArrowDown","Home","End"].includes(B.key)){let oe=I().filter(fe=>!fe.disabled).map(fe=>fe.ref.current);if(["ArrowUp","End"].includes(B.key)&&(oe=oe.slice().reverse()),["ArrowUp","ArrowDown"].includes(B.key)){const fe=B.target,be=oe.indexOf(fe);oe=oe.slice(be+1)}setTimeout(()=>Z(oe)),B.preventDefault()}})})})})})})});wT.displayName=kV;var SV="SelectItemAlignedPosition",bT=b.forwardRef((e,t)=>{const{__scopeSelect:n,onPlaced:r,...o}=e,s=qs(Ri,n),i=Vs(Ri,n),[a,l]=b.useState(null),[u,d]=b.useState(null),f=Je(t,S=>d(S)),p=Uh(n),h=b.useRef(!1),y=b.useRef(!0),{viewport:m,selectedItem:x,selectedItemText:g,focusSelectedItem:v}=i,w=b.useCallback(()=>{if(s.trigger&&s.valueNode&&a&&u&&m&&x&&g){const S=s.trigger.getBoundingClientRect(),A=u.getBoundingClientRect(),j=s.valueNode.getBoundingClientRect(),R=g.getBoundingClientRect();if(s.dir!=="rtl"){const fe=R.left-A.left,be=j.left-fe,ot=S.left-be,et=S.width+ot,te=Math.max(et,A.width),pe=window.innerWidth-kr,ne=c1(be,[kr,Math.max(kr,pe-te)]);a.style.minWidth=et+"px",a.style.left=ne+"px"}else{const fe=A.right-R.right,be=window.innerWidth-j.right-fe,ot=window.innerWidth-S.right-be,et=S.width+ot,te=Math.max(et,A.width),pe=window.innerWidth-kr,ne=c1(be,[kr,Math.max(kr,pe-te)]);a.style.minWidth=et+"px",a.style.right=ne+"px"}const T=p(),I=window.innerHeight-kr*2,F=m.scrollHeight,z=window.getComputedStyle(u),V=parseInt(z.borderTopWidth,10),Z=parseInt(z.paddingTop,10),K=parseInt(z.borderBottomWidth,10),q=parseInt(z.paddingBottom,10),H=V+Z+F+q+K,N=Math.min(x.offsetHeight*5,H),O=window.getComputedStyle(m),U=parseInt(O.paddingTop,10),_=parseInt(O.paddingBottom,10),C=S.top+S.height/2-kr,$=I-C,M=x.offsetHeight/2,B=x.offsetTop+M,Q=V+Z+B,ue=H-Q;if(Q<=C){const fe=T.length>0&&x===T[T.length-1].ref.current;a.style.bottom="0px";const be=u.clientHeight-m.offsetTop-m.offsetHeight,ot=Math.max($,M+(fe?_:0)+be+K),et=Q+ot;a.style.height=et+"px"}else{const fe=T.length>0&&x===T[0].ref.current;a.style.top="0px";const ot=Math.max(C,V+m.offsetTop+(fe?U:0)+M)+ue;a.style.height=ot+"px",m.scrollTop=Q-C+m.offsetTop}a.style.margin=`${kr}px 0`,a.style.minHeight=N+"px",a.style.maxHeight=I+"px",r==null||r(),requestAnimationFrame(()=>h.current=!0)}},[p,s.trigger,s.valueNode,a,u,m,x,g,s.dir,r]);rn(()=>w(),[w]);const[k,E]=b.useState();rn(()=>{u&&E(window.getComputedStyle(u).zIndex)},[u]);const P=b.useCallback(S=>{S&&y.current===!0&&(w(),v==null||v(),y.current=!1)},[w,v]);return c.jsx(EV,{scope:n,contentWrapper:a,shouldExpandOnScrollRef:h,onScrollButtonChange:P,children:c.jsx("div",{ref:l,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:k},children:c.jsx(Pe.div,{...o,ref:f,style:{boxSizing:"border-box",maxHeight:"100%",...o.style}})})})});bT.displayName=SV;var CV="SelectPopperPosition",ny=b.forwardRef((e,t)=>{const{__scopeSelect:n,align:r="start",collisionPadding:o=kr,...s}=e,i=qh(n);return c.jsx(n0,{...i,...s,ref:t,align:r,collisionPadding:o,style:{boxSizing:"border-box",...s.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});ny.displayName=CV;var[EV,M0]=vl(Ri,{}),ry="SelectViewport",kT=b.forwardRef((e,t)=>{const{__scopeSelect:n,nonce:r,...o}=e,s=Vs(ry,n),i=M0(ry,n),a=Je(t,s.onViewportChange),l=b.useRef(0);return c.jsxs(c.Fragment,{children:[c.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),c.jsx(Fh.Slot,{scope:n,children:c.jsx(Pe.div,{"data-radix-select-viewport":"",role:"presentation",...o,ref:a,style:{position:"relative",flex:1,overflow:"hidden auto",...o.style},onScroll:xe(o.onScroll,u=>{const d=u.currentTarget,{contentWrapper:f,shouldExpandOnScrollRef:p}=i;if(p!=null&&p.current&&f){const h=Math.abs(l.current-d.scrollTop);if(h>0){const y=window.innerHeight-kr*2,m=parseFloat(f.style.minHeight),x=parseFloat(f.style.height),g=Math.max(m,x);if(g<y){const v=g+h,w=Math.min(y,v),k=v-w;f.style.height=w+"px",f.style.bottom==="0px"&&(d.scrollTop=k>0?k:0,f.style.justifyContent="flex-end")}}}l.current=d.scrollTop})})})]})});kT.displayName=ry;var _T="SelectGroup",[NV,PV]=vl(_T),jV=b.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=Po();return c.jsx(NV,{scope:n,id:o,children:c.jsx(Pe.div,{role:"group","aria-labelledby":o,...r,ref:t})})});jV.displayName=_T;var ST="SelectLabel",CT=b.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=PV(ST,n);return c.jsx(Pe.div,{id:o.id,...r,ref:t})});CT.displayName=ST;var Rf="SelectItem",[TV,ET]=vl(Rf),NT=b.forwardRef((e,t)=>{const{__scopeSelect:n,value:r,disabled:o=!1,textValue:s,...i}=e,a=qs(Rf,n),l=Vs(Rf,n),u=a.value===r,[d,f]=b.useState(s??""),[p,h]=b.useState(!1),y=Je(t,v=>{var w;return(w=l.itemRefCallback)==null?void 0:w.call(l,v,r,o)}),m=Po(),x=b.useRef("touch"),g=()=>{o||(a.onValueChange(r),a.onOpenChange(!1))};if(r==="")throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return c.jsx(TV,{scope:n,value:r,disabled:o,textId:m,isSelected:u,onItemTextChange:b.useCallback(v=>{f(w=>w||((v==null?void 0:v.textContent)??"").trim())},[]),children:c.jsx(Fh.ItemSlot,{scope:n,value:r,disabled:o,textValue:d,children:c.jsx(Pe.div,{role:"option","aria-labelledby":m,"data-highlighted":p?"":void 0,"aria-selected":u&&p,"data-state":u?"checked":"unchecked","aria-disabled":o||void 0,"data-disabled":o?"":void 0,tabIndex:o?void 0:-1,...i,ref:y,onFocus:xe(i.onFocus,()=>h(!0)),onBlur:xe(i.onBlur,()=>h(!1)),onClick:xe(i.onClick,()=>{x.current!=="mouse"&&g()}),onPointerUp:xe(i.onPointerUp,()=>{x.current==="mouse"&&g()}),onPointerDown:xe(i.onPointerDown,v=>{x.current=v.pointerType}),onPointerMove:xe(i.onPointerMove,v=>{var w;x.current=v.pointerType,o?(w=l.onItemLeave)==null||w.call(l):x.current==="mouse"&&v.currentTarget.focus({preventScroll:!0})}),onPointerLeave:xe(i.onPointerLeave,v=>{var w;v.currentTarget===document.activeElement&&((w=l.onItemLeave)==null||w.call(l))}),onKeyDown:xe(i.onKeyDown,v=>{var k;((k=l.searchRef)==null?void 0:k.current)!==""&&v.key===" "||(mV.includes(v.key)&&g(),v.key===" "&&v.preventDefault())})})})})});NT.displayName=Rf;var Bl="SelectItemText",PT=b.forwardRef((e,t)=>{const{__scopeSelect:n,className:r,style:o,...s}=e,i=qs(Bl,n),a=Vs(Bl,n),l=ET(Bl,n),u=xV(Bl,n),[d,f]=b.useState(null),p=Je(t,g=>f(g),l.onItemTextChange,g=>{var v;return(v=a.itemTextRefCallback)==null?void 0:v.call(a,g,l.value,l.disabled)}),h=d==null?void 0:d.textContent,y=b.useMemo(()=>c.jsx("option",{value:l.value,disabled:l.disabled,children:h},l.value),[l.disabled,l.value,h]),{onNativeOptionAdd:m,onNativeOptionRemove:x}=u;return rn(()=>(m(y),()=>x(y)),[m,x,y]),c.jsxs(c.Fragment,{children:[c.jsx(Pe.span,{id:l.textId,...s,ref:p}),l.isSelected&&i.valueNode&&!i.valueNodeHasChildren?Di.createPortal(s.children,i.valueNode):null]})});PT.displayName=Bl;var jT="SelectItemIndicator",TT=b.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return ET(jT,n).isSelected?c.jsx(Pe.span,{"aria-hidden":!0,...r,ref:t}):null});TT.displayName=jT;var oy="SelectScrollUpButton",$T=b.forwardRef((e,t)=>{const n=Vs(oy,e.__scopeSelect),r=M0(oy,e.__scopeSelect),[o,s]=b.useState(!1),i=Je(t,r.onScrollButtonChange);return rn(()=>{if(n.viewport&&n.isPositioned){let a=function(){const u=l.scrollTop>0;s(u)};const l=n.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[n.viewport,n.isPositioned]),o?c.jsx(IT,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop-l.offsetHeight)}}):null});$T.displayName=oy;var sy="SelectScrollDownButton",RT=b.forwardRef((e,t)=>{const n=Vs(sy,e.__scopeSelect),r=M0(sy,e.__scopeSelect),[o,s]=b.useState(!1),i=Je(t,r.onScrollButtonChange);return rn(()=>{if(n.viewport&&n.isPositioned){let a=function(){const u=l.scrollHeight-l.clientHeight,d=Math.ceil(l.scrollTop)<u;s(d)};const l=n.viewport;return a(),l.addEventListener("scroll",a),()=>l.removeEventListener("scroll",a)}},[n.viewport,n.isPositioned]),o?c.jsx(IT,{...e,ref:i,onAutoScroll:()=>{const{viewport:a,selectedItem:l}=n;a&&l&&(a.scrollTop=a.scrollTop+l.offsetHeight)}}):null});RT.displayName=sy;var IT=b.forwardRef((e,t)=>{const{__scopeSelect:n,onAutoScroll:r,...o}=e,s=Vs("SelectScrollButton",n),i=b.useRef(null),a=Uh(n),l=b.useCallback(()=>{i.current!==null&&(window.clearInterval(i.current),i.current=null)},[]);return b.useEffect(()=>()=>l(),[l]),rn(()=>{var d;const u=a().find(f=>f.ref.current===document.activeElement);(d=u==null?void 0:u.ref.current)==null||d.scrollIntoView({block:"nearest"})},[a]),c.jsx(Pe.div,{"aria-hidden":!0,...o,ref:t,style:{flexShrink:0,...o.style},onPointerDown:xe(o.onPointerDown,()=>{i.current===null&&(i.current=window.setInterval(r,50))}),onPointerMove:xe(o.onPointerMove,()=>{var u;(u=s.onItemLeave)==null||u.call(s),i.current===null&&(i.current=window.setInterval(r,50))}),onPointerLeave:xe(o.onPointerLeave,()=>{l()})})}),$V="SelectSeparator",AT=b.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e;return c.jsx(Pe.div,{"aria-hidden":!0,...r,ref:t})});AT.displayName=$V;var iy="SelectArrow",RV=b.forwardRef((e,t)=>{const{__scopeSelect:n,...r}=e,o=qh(n),s=qs(iy,n),i=Vs(iy,n);return s.open&&i.position==="popper"?c.jsx(r0,{...o,...r,ref:t}):null});RV.displayName=iy;var IV="SelectBubbleInput",OT=b.forwardRef(({__scopeSelect:e,value:t,...n},r)=>{const o=b.useRef(null),s=Je(r,o),i=KP(t);return b.useEffect(()=>{const a=o.current;if(!a)return;const l=window.HTMLSelectElement.prototype,d=Object.getOwnPropertyDescriptor(l,"value").set;if(i!==t&&d){const f=new Event("change",{bubbles:!0});d.call(a,t),a.dispatchEvent(f)}},[i,t]),c.jsx(Pe.select,{...n,style:{...fE,...n.style},ref:s,defaultValue:t})});OT.displayName=IV;function MT(e){return e===""||e===void 0}function DT(e){const t=mr(e),n=b.useRef(""),r=b.useRef(0),o=b.useCallback(i=>{const a=n.current+i;t(a),function l(u){n.current=u,window.clearTimeout(r.current),u!==""&&(r.current=window.setTimeout(()=>l(""),1e3))}(a)},[t]),s=b.useCallback(()=>{n.current="",window.clearTimeout(r.current)},[]);return b.useEffect(()=>()=>window.clearTimeout(r.current),[]),[n,o,s]}function zT(e,t,n){const o=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,s=n?e.indexOf(n):-1;let i=AV(e,Math.max(s,0));o.length===1&&(i=i.filter(u=>u!==n));const l=i.find(u=>u.textValue.toLowerCase().startsWith(o.toLowerCase()));return l!==n?l:void 0}function AV(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var OV=dT,LT=hT,MV=mT,DV=gT,zV=yT,FT=vT,LV=kT,UT=CT,qT=NT,FV=PT,UV=TT,VT=$T,HT=RT,BT=AT;const qV=OV,VV=MV,WT=b.forwardRef(({className:e,children:t,...n},r)=>c.jsxs(LT,{ref:r,className:Ee("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background data-[placeholder]:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",e),...n,children:[t,c.jsx(DV,{asChild:!0,children:c.jsx(vh,{className:"h-4 w-4 opacity-50"})})]}));WT.displayName=LT.displayName;const KT=b.forwardRef(({className:e,...t},n)=>c.jsx(VT,{ref:n,className:Ee("flex cursor-default items-center justify-center py-1",e),...t,children:c.jsx(GM,{className:"h-4 w-4"})}));KT.displayName=VT.displayName;const ZT=b.forwardRef(({className:e,...t},n)=>c.jsx(HT,{ref:n,className:Ee("flex cursor-default items-center justify-center py-1",e),...t,children:c.jsx(vh,{className:"h-4 w-4"})}));ZT.displayName=HT.displayName;const QT=b.forwardRef(({className:e,children:t,position:n="popper",...r},o)=>c.jsx(zV,{children:c.jsxs(FT,{ref:o,className:Ee("relative z-50 max-h-[--radix-select-content-available-height] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-select-content-transform-origin]",n==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:n,...r,children:[c.jsx(KT,{}),c.jsx(LV,{className:Ee("p-1",n==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:t}),c.jsx(ZT,{})]})}));QT.displayName=FT.displayName;const HV=b.forwardRef(({className:e,...t},n)=>c.jsx(UT,{ref:n,className:Ee("py-1.5 pl-8 pr-2 text-sm font-semibold",e),...t}));HV.displayName=UT.displayName;const Ji=b.forwardRef(({className:e,children:t,...n},r)=>c.jsxs(qT,{ref:r,className:Ee("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...n,children:[c.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:c.jsx(UV,{children:c.jsx(ME,{className:"h-4 w-4"})})}),c.jsx(FV,{children:t})]}));Ji.displayName=qT.displayName;const BV=b.forwardRef(({className:e,...t},n)=>c.jsx(BT,{ref:n,className:Ee("-mx-1 my-1 h-px bg-muted",e),...t}));BV.displayName=BT.displayName;const WV="/assets/AgentDeckLogo3-X5qCXS2A.png";function KV(){const[e,t]=b.useState(""),[n,r]=b.useState(""),[o,s]=b.useState(!1),[i,a]=b.useState(!1),[l,u]=b.useState(null),[d,f]=b.useState(!1),[p,h]=b.useState(!1),[y,m]=b.useState(null),[x,g]=b.useState(!1),[v,w]=b.useState(!1),[k,E]=b.useState(null),[P,S]=b.useState(!1),[A,j]=b.useState(!1),[R,T]=b.useState(!1),[I,F]=b.useState(null),{toast:z}=Zt(),{data:V=[]}=Ot({queryKey:["/api/playbook-patches","proposed"],queryFn:()=>WP("proposed")}),Z=async()=>{T(!0);try{const J=await HP({scope:"collection"});BP(J,"backup.agent-deck.json"),z({title:"Exported collection",description:`${J.services.length} services, ${J.playbooks.length} playbooks, ${J.decks.length} decks`})}catch(J){z({title:"Export failed",description:J instanceof Error?J.message:"Unknown error",variant:"destructive"})}finally{T(!1)}},{connectionStatus:K}=dV(),{data:q,isLoading:H,error:N}=Ot({queryKey:["/api/decks"]}),O=(q==null?void 0:q.data)||[],{editingDeck:U,editingDeckId:_,setEditingDeckId:C}=hV(O),{handleDragStart:$,handleCredentialDragStart:M,handlePlaybookDragStart:B,handleDragEnd:Q,handleDrop:ue,handleGlobalDrop:oe,isDraggingFromDeck:fe}=fV(_),{data:be,isLoading:ot,error:et}=Ot({queryKey:["/api/services"]}),{data:te,isLoading:pe}=Ot({queryKey:["/api/credentials/vault"]}),{data:ne,isLoading:Ve}=Ot({queryKey:["/api/playbooks/vault"]}),{data:se}=Ot({queryKey:["/api/collection/warnings"],staleTime:6e4}),Oe=(be==null?void 0:be.data)||[],Le=(te==null?void 0:te.data)||[],mt=(ne==null?void 0:ne.data)||[],at=b.useMemo(()=>Pz(se==null?void 0:se.data),[se==null?void 0:se.data]),gn=(J,Me)=>o?J==="service"?at.serviceWarnings.has(Me):J==="credential"?at.credentialWarnings.has(Me):at.playbookWarnings.has(Me):!0,qn=Oe.filter(J=>{var It;if(!gn("service",J.id)||n==="api-key"||n==="playbook")return!1;const Me=J.name.toLowerCase().includes(e.toLowerCase())||((It=J.description)==null?void 0:It.toLowerCase().includes(e.toLowerCase())),Tt=!n||n==="all"||J.type===n;return Me&&Tt}),W=Le.filter(J=>!gn("credential",J.id)||n&&n!=="all"&&n!=="api-key"?!1:J.label.toLowerCase().includes(e.toLowerCase())),ee=mt.filter(J=>!gn("playbook",J.id)||n&&n!=="all"&&n!=="playbook"?!1:J.title.toLowerCase().includes(e.toLowerCase())||J.body.toLowerCase().includes(e.toLowerCase())),ve=qn.length+W.length+ee.length;et&&console.error("Services error:",et),N&&console.error("Decks error:",N);const Te=()=>{t(""),r(""),s(!1)},He=!!(e||n||o),ln=new Set(((U==null?void 0:U.credentials)??[]).map(J=>J.id)),nr=new Set(((U==null?void 0:U.playbooks)??[]).map(J=>J.id)),Nn=(U==null?void 0:U.services)||[],Ur=(U==null?void 0:U.playbooks)||[],vr=J=>{u(J),f(!0)},Dt=J=>{E(J.id),S(!0)},rr=J=>{m(J.id),g(!0)},zt=J=>{F(J)};if(et||N){const J=(N instanceof Error?N.message:null)??(et instanceof Error?et.message:null)??"There was an error loading the application data.";return c.jsx("div",{className:"min-h-screen flex items-center justify-center bg-gray-900",children:c.jsxs("div",{className:"text-center max-w-lg px-4",children:[c.jsx("h2",{className:"text-2xl font-bold text-red-400 mb-4",children:"Error Loading Data"}),c.jsx("p",{className:"text-gray-300 mb-2",children:"There was an error loading the application data."}),c.jsx("p",{className:"text-gray-400 text-sm mb-4",children:J}),c.jsxs("p",{className:"text-gray-500 text-xs mb-6",children:["Is the API running? Try ",c.jsx("code",{className:"text-gray-300",children:"agent-deck stop && agent-deck start"})]}),c.jsx("button",{onClick:()=>window.location.reload(),className:"px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700",children:"Reload Page"})]})})}return ot||H||pe||Ve?c.jsx("div",{className:"min-h-screen flex items-center justify-center bg-gray-900",children:c.jsxs("div",{className:"text-center",children:[c.jsx("div",{className:"animate-spin rounded-full h-12 w-12 border-b-2 border-yellow-400 mx-auto mb-4"}),c.jsx("p",{className:"text-gray-300",children:"Loading AgentDeck..."})]})}):c.jsxs("div",{className:"flex min-h-dvh flex-col overflow-x-hidden",onDrop:oe,onDragOver:J=>J.preventDefault(),style:{position:"relative",...fe&&{background:"linear-gradient(to bottom right, #1a1a2e, #16213e, #0f3460)"}},children:[c.jsx("header",{className:"relative z-20 shrink-0 bg-black/30 backdrop-blur-md border-b border-white/10",children:c.jsx("div",{className:"container mx-auto px-4 py-3 sm:py-4",children:c.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-3 sm:gap-4",children:[c.jsx("img",{src:WV,alt:"Agent Deck Logo",className:"h-12 w-12 shrink-0 object-contain sm:h-16 sm:w-16"}),c.jsxs("div",{className:"min-w-0",children:[c.jsx("h1",{className:"text-xl font-bold bg-gradient-to-r from-yellow-400 to-yellow-600 bg-clip-text text-transparent sm:text-2xl",style:{background:"linear-gradient(to right, #C4B643, #D4C760)",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent",backgroundClip:"text"},children:"AgentDeck"}),c.jsx("p",{className:"text-xs sm:text-sm",style:{color:"#92E4DD"},children:"Build tool deck for your agent"})]})]}),c.jsxs("div",{className:"flex flex-wrap items-center gap-3 sm:gap-6",children:[c.jsxs("div",{className:`flex items-center space-x-2 px-3 py-1 rounded-full border ${K==="connected"?"bg-emerald-500/20 border-emerald-500/30":"bg-red-500/20 border-red-500/30"}`,children:[c.jsx("div",{className:`w-2 h-2 rounded-full animate-pulse ${K==="connected"?"bg-emerald-400":"bg-red-400"}`}),c.jsx("button",{className:`text-sm hover:underline cursor-pointer ${K==="connected"?"text-emerald-300":"text-red-300"}`,"data-testid":"button-copy-mcp-url",onClick:()=>{navigator.clipboard.writeText("http://localhost:3001/mcp").then(()=>{z({title:"MCP URL copied!",description:"The MCP server URL has been copied to your clipboard."})})},title:"Click to copy MCP URL",children:"Get MCP URL"})]}),c.jsx(aF,{highlightDeckId:_??void 0}),c.jsx(VC,{href:"/playbook-patches",children:c.jsxs(ae,{variant:"outline",size:"sm",className:"relative border-white/20 bg-white/5 text-[#E8F6F4]",children:[c.jsx(XM,{className:"mr-2 h-4 w-4"}),"Review",V.length>0&&c.jsx("span",{className:"ml-2 rounded-full bg-amber-500 px-2 py-0.5 text-xs font-semibold text-black",children:V.length})]})})]})]})})}),fe&&c.jsx("div",{className:"fixed inset-0 pointer-events-none z-50 flex items-center justify-center",children:c.jsxs("div",{className:"bg-red-500/20 border-2 border-dashed border-red-500/50 rounded-lg p-8 text-center",children:[c.jsx("div",{className:"text-red-400 text-lg font-bold mb-2",children:"Drop to Remove"}),c.jsx("div",{className:"text-red-300 text-sm",children:"Release to remove card from deck"})]})}),c.jsx("main",{className:"container mx-auto flex min-h-0 flex-1 flex-col px-4 py-4 sm:py-6",children:c.jsxs("div",{className:"grid min-w-0 grid-cols-1 gap-4 sm:gap-6 xl:min-h-0 xl:flex-1 xl:grid-cols-4 xl:overflow-hidden",children:[c.jsxs("div",{className:"min-w-0 space-y-4 sm:space-y-6 xl:col-span-1 xl:min-h-0 xl:overflow-y-auto",children:[c.jsx("div",{className:"panel-surface h-64 overflow-hidden p-4 min-w-0 sm:h-72 xl:h-80",children:c.jsx(KF,{decks:O,editingDeckId:_,onSelectDeck:C,isLoading:H})}),c.jsxs("div",{className:"panel-surface p-4",children:[c.jsxs("h2",{className:"text-lg font-bold mb-3 flex items-center",children:[c.jsx(OE,{className:"w-4 h-4 mr-2",style:{color:"#92E4DD"}}),c.jsx("span",{style:{color:"#92E4DD"},children:"Add Cards"})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsxs(ae,{variant:"ghost",className:`w-full border-2 text-sm py-2 hover:opacity-90 ${Jr}`,style:Yr(wn),onClick:()=>a(!0),"data-testid":"button-register-mcp",children:[c.jsx(vf,{className:"w-3 h-3 mr-2"}),"Register MCP"]}),c.jsxs(ae,{variant:"ghost",className:`w-full border-2 text-sm py-2 hover:opacity-90 ${Jr}`,style:Yr(Rn),onClick:()=>h(!0),"data-testid":"button-register-api-key",children:[c.jsx(Ig,{className:"w-3 h-3 mr-2"}),"Register API key"]}),c.jsxs(ae,{variant:"ghost",className:`w-full border-2 text-sm py-2 hover:opacity-90 ${Jr}`,style:Yr(Cr),onClick:()=>w(!0),"data-testid":"button-register-playbook",children:[c.jsx(Bv,{className:"w-3 h-3 mr-2"}),"Register Playbook"]})]})]})]}),c.jsxs("div",{className:"flex min-w-0 flex-col gap-4 sm:gap-6 xl:col-span-3 xl:h-full xl:min-h-0",children:[c.jsx("div",{className:"panel-surface h-64 shrink-0 overflow-hidden p-4 min-w-0 sm:h-72 xl:h-80",children:U?c.jsx("div",{className:"h-full",children:c.jsx(Kz,{deck:U,services:Nn,credentials:U.credentials??[],playbooks:Ur,allServices:Oe,collectionWarnings:at,onDrop:ue,onDragStart:$,onCredentialDragStart:M,onPlaybookDragStart:B,onDragEnd:Q,onCardClick:vr,onPlaybookClick:Dt,onCredentialClick:rr})}):c.jsxs("div",{className:"text-center h-full flex flex-col justify-center",children:[c.jsx("div",{className:"w-12 h-12 rounded-full bg-yellow-500/20 border border-yellow-500/30 flex items-center justify-center mx-auto mb-3",children:c.jsx(yf,{className:"w-6 h-6 text-yellow-400"})}),c.jsx("h3",{className:"text-lg font-bold mb-2",style:{color:"#92E4DD"},children:"No deck selected"}),c.jsx("p",{className:"text-gray-300 mb-4 text-sm",children:"Create a deck or select one from the sidebar to edit its cards."}),c.jsxs("div",{className:"flex flex-col gap-2",children:[c.jsxs(ae,{onClick:()=>{const J=document.querySelector('[data-testid="create-deck-button"]');J&&J.click()},className:"border text-sm py-2",style:{background:"#C4B643",borderColor:"#C4B643",color:"black"},children:[c.jsx(ai,{className:"w-4 h-4 mr-2"}),"Create New Deck"]}),c.jsxs(ae,{variant:"outline",className:"border-white/20 text-white hover:bg-white/10 text-sm py-2",onClick:()=>{const J=document.querySelector('[data-testid="deck-management-panel"]');J&&J.scrollIntoView({behavior:"smooth"})},children:[c.jsx(yf,{className:"w-4 h-4 mr-2"}),"Manage Decks"]})]})]})}),c.jsxs("div",{className:"panel-surface flex min-h-[20rem] flex-col overflow-hidden p-4 min-w-0 sm:min-h-[24rem] xl:min-h-0 xl:flex-1","data-testid":"collection-panel",children:[c.jsxs("div",{className:"mb-3 flex shrink-0 flex-wrap items-center justify-between gap-2",children:[c.jsxs("h2",{className:"text-lg font-bold flex items-center",children:[c.jsx(e4,{className:"w-4 h-4 mr-2",style:{color:"#92E4DD"}}),c.jsx("span",{style:{color:"#92E4DD"},children:"My Collection"}),c.jsxs("span",{className:"ml-3 text-sm font-normal text-gray-400",children:["(",ve," cards)"]})]}),c.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[c.jsxs(ae,{size:"sm",variant:"outline",className:"h-8 px-2 text-xs border-white/20 text-white hover:bg-white/10",onClick:Z,disabled:R,title:"Export all MCP, playbooks, and decks","data-testid":"button-export-all",children:[c.jsx(LE,{className:"w-3 h-3 mr-1"}),R?"Exporting…":"Export all"]}),c.jsxs(ae,{size:"sm",variant:"outline",className:"h-8 px-2 text-xs border-white/20 text-white hover:bg-white/10",onClick:()=>j(!0),title:"Import a bundle file","data-testid":"button-import-bundle",children:[c.jsx(o4,{className:"w-3 h-3 mr-1"}),"Import"]}),c.jsxs("div",{className:"relative",children:[c.jsx(FE,{className:"absolute left-2 top-1/2 transform -translate-y-1/2 text-gray-400 w-4 h-4"}),c.jsx(Ye,{placeholder:"Search...",value:e,onChange:J=>t(J.target.value),className:"h-8 w-36 pl-8 text-sm bg-white/10 border-white/20 text-white placeholder-gray-400 sm:w-48","data-testid":"input-search"})]}),c.jsxs(qV,{value:n||"all",onValueChange:J=>r(J==="all"?"":J),children:[c.jsxs(WT,{className:"w-[7.5rem] h-8 bg-white/10 border-white/20 text-white text-xs shrink-0","data-testid":"select-type",children:[c.jsx(YM,{className:"w-3 h-3 mr-1 shrink-0"}),c.jsx(VV,{placeholder:"Type"})]}),c.jsxs(QT,{children:[c.jsx(Ji,{value:"all",children:"All"}),c.jsx(Ji,{value:"mcp",children:"MCP"}),c.jsx(Ji,{value:"local-mcp",children:"Local MCP"}),c.jsx(Ji,{value:"api-key",children:"API Key"}),c.jsx(Ji,{value:"playbook",children:"Playbook"})]})]}),(e||n||o)&&c.jsx(ae,{size:"sm",variant:"outline",className:"h-8 px-2 text-xs border-white/20 text-white hover:bg-white/10",onClick:Te,title:"Clear all filters",children:"Clear"})]})]}),at.total>0&&c.jsx("button",{type:"button",onClick:()=>s(J=>!J),className:`mb-3 w-full shrink-0 rounded-lg border px-3 py-2 text-left text-sm transition-colors ${o?"border-amber-300/60 bg-amber-500/15 text-amber-100":"border-amber-400/30 bg-amber-500/10 text-amber-100 hover:bg-amber-500/15"}`,"data-testid":"button-collection-warnings",children:c.jsxs("span",{className:"flex items-start gap-2",children:[c.jsx(Tr,{className:"mt-0.5 h-4 w-4 shrink-0 text-amber-300"}),c.jsx("span",{children:o?c.jsxs(c.Fragment,{children:["Showing ",c.jsx("strong",{children:ve})," card",ve===1?"":"s"," needing attention.",c.jsx("span",{className:"text-amber-200/80",children:" Click to show all cards."})]}):c.jsxs(c.Fragment,{children:[c.jsx("strong",{children:at.total})," card",at.total===1?"":"s"," need attention",at.byKind.oauth_expired+at.byKind.oauth_required>0&&c.jsxs(c.Fragment,{children:[" ","(",at.byKind.oauth_expired+at.byKind.oauth_required," ","OAuth)"]}),". ",c.jsx("span",{className:"text-amber-200/80",children:"Click to filter."})]})})]})}),c.jsx("div",{className:"min-h-0 flex-1 overflow-x-hidden overflow-y-auto px-1 py-2",children:ot||pe||Ve?c.jsx("div",{className:"grid grid-cols-[repeat(auto-fill,5rem)] gap-y-2 pr-12",children:Array.from({length:10}).map((J,Me)=>c.jsx("div",{className:"animate-pulse",children:c.jsx("div",{className:"bg-white/10 rounded-lg w-32 h-48 aspect-[2/3]"})},Me))}):ve===0?c.jsxs("div",{className:"text-center py-12",children:[c.jsx("div",{className:"text-gray-400 mb-4",children:c.jsx("i",{className:"fas fa-layer-group text-4xl"})}),c.jsx("h3",{className:"text-lg font-semibold text-gray-300 mb-2",children:"No cards yet"}),c.jsx("p",{className:"text-gray-400 text-sm mb-4",children:He?o?"No cards with warnings match your current filters":"Try adjusting your search or filters":"Register an MCP server, API key, or playbook to get started"}),!He&&c.jsxs("div",{className:"flex gap-3 justify-center",children:[c.jsxs(ae,{variant:"ghost",size:"sm",className:`border-2 hover:opacity-90 ${Jr}`,style:Yr(wn),onClick:()=>a(!0),"data-testid":"button-register-mcp-empty",children:[c.jsx(vf,{className:"w-3 h-3 mr-1"}),"Register MCP"]}),c.jsxs(ae,{variant:"ghost",size:"sm",className:`border-2 hover:opacity-90 ${Jr}`,style:Yr(Rn),onClick:()=>h(!0),"data-testid":"button-register-api-key-empty",children:[c.jsx(Ig,{className:"w-3 h-3 mr-1"}),"Register API key"]})]})]}):c.jsxs("div",{className:"relative isolate grid grid-cols-[repeat(auto-fill,5rem)] gap-y-2 pr-12",style:{isolation:"isolate"},"data-testid":"collection-card-grid",children:[ee.map((J,Me)=>c.jsx("div",{className:"relative group",style:{zIndex:I===J.id?999999:ve-Me},children:c.jsx(Dz,{playbook:J,isInActiveDeck:nr.has(J.id),activeDeck:U??void 0,isInCollection:!0,onDragStart:B,onDragEnd:Q,onCardClick:Dt,onMouseEnter:()=>zt(J.id),onMouseLeave:()=>zt(null),warnings:at.playbookWarnings.get(J.id)})},J.id)),W.map((J,Me)=>c.jsx("div",{className:"relative group",style:{zIndex:I===J.id?999999:ve-ee.length-Me},children:c.jsx(Oz,{credential:J,isInActiveDeck:ln.has(J.id),activeDeck:U??void 0,isInCollection:!0,onDragStart:M,onDragEnd:Q,onMouseEnter:()=>zt(J.id),onMouseLeave:()=>zt(null),onCardClick:rr,warnings:at.credentialWarnings.get(J.id)})},J.id)),qn.map((J,Me)=>{var Tt;return c.jsx("div",{className:"relative group",style:{zIndex:I===J.id?999999:ve-ee.length-W.length-Me},children:c.jsx(Rz,{service:J,onDragStart:$,onDragEnd:Q,isInActiveDeck:((Tt=U==null?void 0:U.services)==null?void 0:Tt.some(It=>It.id===J.id))||!1,onCardClick:vr,isInCollection:!0,onMouseEnter:()=>zt(J.id),onMouseLeave:()=>zt(null),activeDeck:U??void 0,warnings:at.serviceWarnings.get(J.id)})},J.id)})]})})]})]})]})}),c.jsxs("div",{className:"fixed inset-0 pointer-events-none z-0 overflow-hidden",children:[c.jsx("div",{className:"absolute top-20 left-20",children:c.jsx("div",{className:"h-96 w-96 rounded-full bg-cyan-500/10 blur-3xl animate-orb-drift-1"})}),c.jsx("div",{className:"absolute bottom-20 right-20",children:c.jsx("div",{className:"h-96 w-96 rounded-full bg-pink-500/10 blur-3xl animate-orb-drift-2"})}),c.jsx("div",{className:"absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2",children:c.jsx("div",{className:"h-96 w-96 rounded-full bg-purple-500/5 blur-3xl animate-orb-drift-3"})})]}),c.jsx(HF,{type:"mcp",open:i,onOpenChange:a}),c.jsx(cV,{service:l,isOpen:d,onClose:()=>f(!1)}),c.jsx(ZF,{open:p,onOpenChange:h}),c.jsx(t3,{credentialId:y,open:x,onOpenChange:g}),c.jsx(QF,{open:v,onOpenChange:w}),c.jsx(e3,{playbookId:k,open:P,onOpenChange:S}),c.jsx(uV,{open:A,onOpenChange:j})]})}const es=b.forwardRef(({className:e,...t},n)=>c.jsx("div",{ref:n,className:Ee("rounded-lg border bg-card text-card-foreground shadow-sm",e),...t}));es.displayName="Card";const Gs=b.forwardRef(({className:e,...t},n)=>c.jsx("div",{ref:n,className:Ee("flex flex-col space-y-1.5 p-6",e),...t}));Gs.displayName="CardHeader";const Js=b.forwardRef(({className:e,...t},n)=>c.jsx("div",{ref:n,className:Ee("text-2xl font-semibold leading-none tracking-tight",e),...t}));Js.displayName="CardTitle";const Id=b.forwardRef(({className:e,...t},n)=>c.jsx("div",{ref:n,className:Ee("text-sm text-muted-foreground",e),...t}));Id.displayName="CardDescription";const ts=b.forwardRef(({className:e,...t},n)=>c.jsx("div",{ref:n,className:Ee("p-6 pt-0",e),...t}));ts.displayName="CardContent";const ZV=b.forwardRef(({className:e,...t},n)=>c.jsx("div",{ref:n,className:Ee("flex items-center p-6 pt-0",e),...t}));ZV.displayName="CardFooter";function QV(){return c.jsx("div",{className:"min-h-screen w-full flex items-center justify-center bg-gray-50",children:c.jsx(es,{className:"w-full max-w-md mx-4",children:c.jsxs(ts,{className:"pt-6",children:[c.jsxs("div",{className:"flex mb-4 gap-2",children:[c.jsx(DE,{className:"h-8 w-8 text-red-500"}),c.jsx("h1",{className:"text-2xl font-bold text-gray-900",children:"404 Page Not Found"})]}),c.jsx("p",{className:"mt-4 text-sm text-gray-600",children:"Did you forget to add the page to the router?"})]})})})}function GV(){const[e]=iO(),[t,n]=b.useState("loading"),[r,o]=b.useState("Authenticating...");return b.useEffect(()=>{(async()=>{try{const i=new URL(window.location.href),a=i.searchParams.get("success"),l=i.searchParams.get("error"),u=i.searchParams.get("serviceId");a==="true"?(n("success"),o("Authentication successful! This window will close automatically."),window.opener&&!window.opener.closed&&window.opener.postMessage({type:uT,serviceId:u??void 0},window.location.origin),setTimeout(()=>{window.close()},2e3)):a==="false"?(n("error"),o(`OAuth Error: ${l||"Authentication failed"}`)):(n("error"),o("Invalid OAuth callback - please try again"))}catch(i){n("error"),o(i instanceof Error?i.message:"Authentication failed")}})()},[e]),c.jsx("div",{className:"flex items-center justify-center min-h-screen bg-background",children:c.jsxs("div",{className:"text-center space-y-4",children:[t==="loading"&&c.jsx("div",{className:"animate-spin rounded-full h-8 w-8 border-b-2 border-primary mx-auto"}),t==="success"&&c.jsx("div",{className:"text-green-500 text-4xl",children:"✓"}),t==="error"&&c.jsx("div",{className:"text-red-500 text-4xl",children:"✗"}),c.jsx("h1",{className:"text-xl font-semibold",children:r}),t==="error"&&c.jsx("button",{onClick:()=>window.close(),className:"px-4 py-2 bg-primary text-primary-foreground rounded hover:bg-primary/90",children:"Close Window"})]})})}function pa(e){const t=()=>{throw new Error(`Invalid url to pass to open(): ${e}`)};let n;try{n=new URL(e)}catch{t()}return n.protocol!=="https:"&&n.protocol!=="http:"&&t(),n.hostname!==encodeURIComponent(n.hostname)&&t(),n.username&&(n.username=encodeURIComponent(n.username)),n.password&&(n.password=encodeURIComponent(n.password)),n.pathname=n.pathname.slice(0,1)+encodeURIComponent(n.pathname.slice(1)).replace(/%2f/ig,"/"),n.search=n.search.slice(0,1)+Array.from(n.searchParams.entries()).map(JV).join("&"),n.hash=n.hash.slice(0,1)+encodeURIComponent(n.hash.slice(1)),n.href}function JV([e,t]){return`${encodeURIComponent(e)}${t.length>0?`=${encodeURIComponent(t)}`:""}`}var u1=class{constructor(e,t={}){po(this,"serverUrl");po(this,"storageKeyPrefix");po(this,"serverUrlHash");po(this,"clientName");po(this,"clientUri");po(this,"callbackUrl");po(this,"preventAutoAuth");po(this,"onPopupWindow");this.serverUrl=e,this.storageKeyPrefix=t.storageKeyPrefix||"mcp:auth",this.serverUrlHash=this.hashString(e),this.clientName=t.clientName||"MCP Browser Client",this.clientUri=t.clientUri||(typeof window<"u"?window.location.origin:""),this.callbackUrl=pa(t.callbackUrl||(typeof window<"u"?new URL("/oauth/callback",window.location.origin).toString():"/oauth/callback")),this.preventAutoAuth=t.preventAutoAuth,this.onPopupWindow=t.onPopupWindow}get redirectUrl(){return pa(this.callbackUrl)}get clientMetadata(){return{redirect_uris:[this.redirectUrl],token_endpoint_auth_method:"none",grant_types:["authorization_code","refresh_token"],response_types:["code"],client_name:this.clientName,client_uri:this.clientUri}}async clientInformation(){const e=this.getKey("client_info"),t=localStorage.getItem(e);if(t)try{return JSON.parse(t)}catch(n){console.warn(`[${this.storageKeyPrefix}] Failed to parse client information:`,n),localStorage.removeItem(e);return}}async saveClientInformation(e){const t=this.getKey("client_info");localStorage.setItem(t,JSON.stringify(e))}async tokens(){const e=this.getKey("tokens"),t=localStorage.getItem(e);if(t)try{return JSON.parse(t)}catch(n){console.warn(`[${this.storageKeyPrefix}] Failed to parse tokens:`,n),localStorage.removeItem(e);return}}async saveTokens(e){const t=this.getKey("tokens");localStorage.setItem(t,JSON.stringify(e)),localStorage.removeItem(this.getKey("code_verifier")),localStorage.removeItem(this.getKey("last_auth_url"))}async saveCodeVerifier(e){const t=this.getKey("code_verifier");localStorage.setItem(t,e)}async codeVerifier(){const e=this.getKey("code_verifier"),t=localStorage.getItem(e);if(!t)throw new Error(`[${this.storageKeyPrefix}] Code verifier not found in storage for key ${e}. Auth flow likely corrupted or timed out.`);return t}async prepareAuthorizationUrl(e){const t=crypto.randomUUID(),n=`${this.storageKeyPrefix}:state_${t}`,r={serverUrlHash:this.serverUrlHash,expiry:Date.now()+1e3*60*10,providerOptions:{serverUrl:this.serverUrl,storageKeyPrefix:this.storageKeyPrefix,clientName:this.clientName,clientUri:this.clientUri,callbackUrl:this.callbackUrl}};localStorage.setItem(n,JSON.stringify(r)),e.searchParams.set("state",t);const o=e.toString(),s=pa(o);return localStorage.setItem(this.getKey("last_auth_url"),s),s}async redirectToAuthorization(e){if(this.preventAutoAuth)return;const t=await this.prepareAuthorizationUrl(e),n="width=600,height=700,resizable=yes,scrollbars=yes,status=yes";try{const r=window.open(t,`mcp_auth_${this.serverUrlHash}`,n);this.onPopupWindow&&this.onPopupWindow(t,n,r),!r||r.closed||typeof r.closed>"u"?console.warn(`[${this.storageKeyPrefix}] Popup likely blocked by browser. Manual navigation might be required using the stored URL.`):(r.focus(),console.info(`[${this.storageKeyPrefix}] Redirecting to authorization URL in popup.`))}catch(r){console.error(`[${this.storageKeyPrefix}] Error opening popup window:`,r)}}getLastAttemptedAuthUrl(){const e=localStorage.getItem(this.getKey("last_auth_url"));return e?pa(e):null}clearStorage(){const e=`${this.storageKeyPrefix}_${this.serverUrlHash}_`,t=`${this.storageKeyPrefix}:state_`,n=[];let r=0;for(let s=0;s<localStorage.length;s++){const i=localStorage.key(s);if(i){if(i.startsWith(e))n.push(i);else if(i.startsWith(t))try{const a=localStorage.getItem(i);a&&JSON.parse(a).serverUrlHash===this.serverUrlHash&&n.push(i)}catch(a){console.warn(`[${this.storageKeyPrefix}] Error parsing state key ${i} during clearStorage:`,a)}}}return[...new Set(n)].forEach(s=>{localStorage.removeItem(s),r++}),r}hashString(e){let t=0;for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);t=(t<<5)-t+r,t=t&t}return Math.abs(t).toString(16)}getKey(e){return`${this.storageKeyPrefix}_${this.serverUrlHash}_${e}`}};const YV=Object.freeze({status:"aborted"});function G(e,t,n){function r(a,l){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(e),t(a,l);for(const d in i.prototype)d in a||Object.defineProperty(a,d,{value:i.prototype[d].bind(a)});a._zod.constr=i,a._zod.def=l}const o=(n==null?void 0:n.Parent)??Object;class s extends o{}Object.defineProperty(s,"name",{value:e});function i(a){var l;const u=n!=null&&n.Parent?new s:this;r(u,a),(l=u._zod).deferred??(l.deferred=[]);for(const d of u._zod.deferred)d();return u}return Object.defineProperty(i,"init",{value:r}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>{var l,u;return n!=null&&n.Parent&&a instanceof n.Parent?!0:(u=(l=a==null?void 0:a._zod)==null?void 0:l.traits)==null?void 0:u.has(e)}}),Object.defineProperty(i,"name",{value:e}),i}class qc extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}const GT={};function As(e){return GT}function XV(e){const t=Object.values(e).filter(r=>typeof r=="number");return Object.entries(e).filter(([r,o])=>t.indexOf(+r)===-1).map(([r,o])=>o)}function eH(e,t){return typeof t=="bigint"?t.toString():t}function D0(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function z0(e){return e==null}function L0(e){const t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}function tH(e,t){const n=(e.toString().split(".")[1]||"").length,r=(t.toString().split(".")[1]||"").length,o=n>r?n:r,s=Number.parseInt(e.toFixed(o).replace(".","")),i=Number.parseInt(t.toFixed(o).replace(".",""));return s%i/10**o}function ht(e,t,n){Object.defineProperty(e,t,{get(){{const r=n();return e[t]=r,r}},set(r){Object.defineProperty(e,t,{value:r})},configurable:!0})}function Vh(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function Ml(e){return JSON.stringify(e)}const JT=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function If(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const nH=D0(()=>{var e;if(typeof navigator<"u"&&((e=navigator==null?void 0:navigator.userAgent)!=null&&e.includes("Cloudflare")))return!1;try{const t=Function;return new t(""),!0}catch{return!1}});function Af(e){if(If(e)===!1)return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(If(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}const rH=new Set(["string","number","symbol"]);function du(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Fi(e,t,n){const r=new e._zod.constr(t??e._zod.def);return(!t||n!=null&&n.parent)&&(r._zod.parent=e),r}function he(e){const t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if((t==null?void 0:t.message)!==void 0){if((t==null?void 0:t.error)!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function oH(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const sH={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function iH(e,t){const n={},r=e._zod.def;for(const o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(n[o]=r.shape[o])}return Fi(e,{...e._zod.def,shape:n,checks:[]})}function aH(e,t){const n={...e._zod.def.shape},r=e._zod.def;for(const o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete n[o]}return Fi(e,{...e._zod.def,shape:n,checks:[]})}function lH(e,t){if(!Af(t))throw new Error("Invalid input to extend: expected a plain object");const n={...e._zod.def,get shape(){const r={...e._zod.def.shape,...t};return Vh(this,"shape",r),r},checks:[]};return Fi(e,n)}function cH(e,t){return Fi(e,{...e._zod.def,get shape(){const n={...e._zod.def.shape,...t._zod.def.shape};return Vh(this,"shape",n),n},catchall:t._zod.def.catchall,checks:[]})}function uH(e,t,n){const r=t._zod.def.shape,o={...r};if(n)for(const s in n){if(!(s in r))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(o[s]=e?new e({type:"optional",innerType:r[s]}):r[s])}else for(const s in r)o[s]=e?new e({type:"optional",innerType:r[s]}):r[s];return Fi(t,{...t._zod.def,shape:o,checks:[]})}function dH(e,t,n){const r=t._zod.def.shape,o={...r};if(n)for(const s in n){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(o[s]=new e({type:"nonoptional",innerType:r[s]}))}else for(const s in r)o[s]=new e({type:"nonoptional",innerType:r[s]});return Fi(t,{...t._zod.def,shape:o,checks:[]})}function dc(e,t=0){var n;for(let r=t;r<e.issues.length;r++)if(((n=e.issues[r])==null?void 0:n.continue)!==!0)return!0;return!1}function li(e,t){return t.map(n=>{var r;return(r=n).path??(r.path=[]),n.path.unshift(e),n})}function nd(e){return typeof e=="string"?e:e==null?void 0:e.message}function Os(e,t,n){var o,s,i,a,l,u;const r={...e,path:e.path??[]};if(!e.message){const d=nd((i=(s=(o=e.inst)==null?void 0:o._zod.def)==null?void 0:s.error)==null?void 0:i.call(s,e))??nd((a=t==null?void 0:t.error)==null?void 0:a.call(t,e))??nd((l=n.customError)==null?void 0:l.call(n,e))??nd((u=n.localeError)==null?void 0:u.call(n,e))??"Invalid input";r.message=d}return delete r.inst,delete r.continue,t!=null&&t.reportInput||delete r.input,r}function F0(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Vc(...e){const[t,n,r]=e;return typeof t=="string"?{message:t,code:"custom",input:n,inst:r}:{...t}}const YT=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(t,eH,2)},enumerable:!0}),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},XT=G("$ZodError",YT),e2=G("$ZodError",YT,{Parent:Error});function fH(e,t=n=>n.message){const n={},r=[];for(const o of e.issues)o.path.length>0?(n[o.path[0]]=n[o.path[0]]||[],n[o.path[0]].push(t(o))):r.push(t(o));return{formErrors:r,fieldErrors:n}}function hH(e,t){const n=t||function(s){return s.message},r={_errors:[]},o=s=>{for(const i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)r._errors.push(n(i));else{let a=r,l=0;for(;l<i.path.length;){const u=i.path[l];l===i.path.length-1?(a[u]=a[u]||{_errors:[]},a[u]._errors.push(n(i))):a[u]=a[u]||{_errors:[]},a=a[u],l++}}};return o(e),r}const pH=e=>(t,n,r,o)=>{const s=r?Object.assign(r,{async:!1}):{async:!1},i=t._zod.run({value:n,issues:[]},s);if(i instanceof Promise)throw new qc;if(i.issues.length){const a=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>Os(l,s,As())));throw JT(a,o==null?void 0:o.callee),a}return i.value},mH=e=>async(t,n,r,o)=>{const s=r?Object.assign(r,{async:!0}):{async:!0};let i=t._zod.run({value:n,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){const a=new((o==null?void 0:o.Err)??e)(i.issues.map(l=>Os(l,s,As())));throw JT(a,o==null?void 0:o.callee),a}return i.value},t2=e=>(t,n,r)=>{const o=r?{...r,async:!1}:{async:!1},s=t._zod.run({value:n,issues:[]},o);if(s instanceof Promise)throw new qc;return s.issues.length?{success:!1,error:new(e??XT)(s.issues.map(i=>Os(i,o,As())))}:{success:!0,data:s.value}},n2=t2(e2),r2=e=>async(t,n,r)=>{const o=r?Object.assign(r,{async:!0}):{async:!0};let s=t._zod.run({value:n,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>Os(i,o,As())))}:{success:!0,data:s.value}},gH=r2(e2),yH=/^[cC][^\s-]{8,}$/,vH=/^[0-9a-z]+$/,xH=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,wH=/^[0-9a-vA-V]{20}$/,bH=/^[A-Za-z0-9]{27}$/,kH=/^[a-zA-Z0-9_-]{21}$/,_H=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,SH=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,d1=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/,CH=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,EH="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function NH(){return new RegExp(EH,"u")}const PH=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,jH=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,TH=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,$H=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,RH=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,o2=/^[A-Za-z0-9_-]*$/,IH=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,AH=/^\+(?:[0-9]){6,14}[0-9]$/,s2="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",OH=new RegExp(`^${s2}$`);function i2(e){const t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function MH(e){return new RegExp(`^${i2(e)}$`)}function DH(e){const t=i2({precision:e.precision}),n=["Z"];e.local&&n.push(""),e.offset&&n.push("([+-]\\d{2}:\\d{2})");const r=`${t}(?:${n.join("|")})`;return new RegExp(`^${s2}T(?:${r})$`)}const zH=e=>{const t=e?`[\\s\\S]{${(e==null?void 0:e.minimum)??0},${(e==null?void 0:e.maximum)??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},LH=/^\d+$/,FH=/^-?\d+(?:\.\d+)?/i,UH=/true|false/i,qH=/null/i,VH=/^[^A-Z]*$/,HH=/^[^a-z]*$/,Un=G("$ZodCheck",(e,t)=>{var n;e._zod??(e._zod={}),e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),a2={number:"number",bigint:"bigint",object:"date"},l2=G("$ZodCheckLessThan",(e,t)=>{Un.init(e,t);const n=a2[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value<=t.value:r.value<t.value)||r.issues.push({origin:n,code:"too_big",maximum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),c2=G("$ZodCheckGreaterThan",(e,t)=>{Un.init(e,t);const n=a2[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value>=t.value:r.value>t.value)||r.issues.push({origin:n,code:"too_small",minimum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),BH=G("$ZodCheckMultipleOf",(e,t)=>{Un.init(e,t),e._zod.onattach.push(n=>{var r;(r=n._zod.bag).multipleOf??(r.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%t.value===BigInt(0):tH(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),WH=G("$ZodCheckNumberFormat",(e,t)=>{var i;Un.init(e,t),t.format=t.format||"float64";const n=(i=t.format)==null?void 0:i.includes("int"),r=n?"int":"number",[o,s]=sH[t.format];e._zod.onattach.push(a=>{const l=a._zod.bag;l.format=t.format,l.minimum=o,l.maximum=s,n&&(l.pattern=LH)}),e._zod.check=a=>{const l=a.value;if(n){if(!Number.isInteger(l)){a.issues.push({expected:r,format:t.format,code:"invalid_type",input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?a.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!t.abort}):a.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!t.abort});return}}l<o&&a.issues.push({origin:"number",input:l,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),l>s&&a.issues.push({origin:"number",input:l,code:"too_big",maximum:s,inst:e})}}),KH=G("$ZodCheckMaxLength",(e,t)=>{var n;Un.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!z0(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(r._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{const o=r.value;if(o.length<=t.maximum)return;const i=F0(o);r.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),ZH=G("$ZodCheckMinLength",(e,t)=>{var n;Un.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!z0(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(r._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{const o=r.value;if(o.length>=t.minimum)return;const i=F0(o);r.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),QH=G("$ZodCheckLengthEquals",(e,t)=>{var n;Un.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!z0(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=r=>{const o=r.value,s=o.length;if(s===t.length)return;const i=F0(o),a=s>t.length;r.issues.push({origin:i,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),Hh=G("$ZodCheckStringFormat",(e,t)=>{var n,r;Un.init(e,t),e._zod.onattach.push(o=>{const s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(r=e._zod).check??(r.check=()=>{})}),GH=G("$ZodCheckRegex",(e,t)=>{Hh.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),JH=G("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=VH),Hh.init(e,t)}),YH=G("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=HH),Hh.init(e,t)}),XH=G("$ZodCheckIncludes",(e,t)=>{Un.init(e,t);const n=du(t.includes),r=new RegExp(typeof t.position=="number"?`^.{${t.position}}${n}`:n);t.pattern=r,e._zod.onattach.push(o=>{const s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(r)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),eB=G("$ZodCheckStartsWith",(e,t)=>{Un.init(e,t);const n=new RegExp(`^${du(t.prefix)}.*`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.startsWith(t.prefix)||r.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:r.value,inst:e,continue:!t.abort})}}),tB=G("$ZodCheckEndsWith",(e,t)=>{Un.init(e,t);const n=new RegExp(`.*${du(t.suffix)}$`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.endsWith(t.suffix)||r.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:r.value,inst:e,continue:!t.abort})}}),nB=G("$ZodCheckOverwrite",(e,t)=>{Un.init(e,t),e._zod.check=n=>{n.value=t.tx(n.value)}});class rB{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}const r=t.split(`
|
|
423
|
+
`).filter(i=>i),o=Math.min(...r.map(i=>i.length-i.trimStart().length)),s=r.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(const i of s)this.content.push(i)}compile(){const t=Function,n=this==null?void 0:this.args,o=[...((this==null?void 0:this.content)??[""]).map(s=>` ${s}`)];return new t(...n,o.join(`
|
|
424
|
+
`))}}const oB={major:4,minor:0,patch:0},it=G("$ZodType",(e,t)=>{var o;var n;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=oB;const r=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&r.unshift(e);for(const s of r)for(const i of s._zod.onattach)i(e);if(r.length===0)(n=e._zod).deferred??(n.deferred=[]),(o=e._zod.deferred)==null||o.push(()=>{e._zod.run=e._zod.parse});else{const s=(i,a,l)=>{let u=dc(i),d;for(const f of a){if(f._zod.def.when){if(!f._zod.def.when(i))continue}else if(u)continue;const p=i.issues.length,h=f._zod.check(i);if(h instanceof Promise&&(l==null?void 0:l.async)===!1)throw new qc;if(d||h instanceof Promise)d=(d??Promise.resolve()).then(async()=>{await h,i.issues.length!==p&&(u||(u=dc(i,p)))});else{if(i.issues.length===p)continue;u||(u=dc(i,p))}}return d?d.then(()=>i):i};e._zod.run=(i,a)=>{const l=e._zod.parse(i,a);if(l instanceof Promise){if(a.async===!1)throw new qc;return l.then(u=>s(u,r,a))}return s(l,r,a)}}e["~standard"]={validate:s=>{var i;try{const a=n2(e,s);return a.success?{value:a.data}:{issues:(i=a.error)==null?void 0:i.issues}}catch{return gH(e,s).then(l=>{var u;return l.success?{value:l.data}:{issues:(u=l.error)==null?void 0:u.issues}})}},vendor:"zod",version:1}}),U0=G("$ZodString",(e,t)=>{var n;it.init(e,t),e._zod.pattern=[...((n=e==null?void 0:e._zod.bag)==null?void 0:n.patterns)??[]].pop()??zH(e._zod.bag),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),xt=G("$ZodStringFormat",(e,t)=>{Hh.init(e,t),U0.init(e,t)}),sB=G("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=SH),xt.init(e,t)}),iB=G("$ZodUUID",(e,t)=>{if(t.version){const r={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(r===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=d1(r))}else t.pattern??(t.pattern=d1());xt.init(e,t)}),aB=G("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=CH),xt.init(e,t)}),lB=G("$ZodURL",(e,t)=>{xt.init(e,t),e._zod.check=n=>{try{const r=n.value,o=new URL(r),s=o.href;t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:IH.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),!r.endsWith("/")&&s.endsWith("/")?n.value=s.slice(0,-1):n.value=s;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:e,continue:!t.abort})}}}),cB=G("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=NH()),xt.init(e,t)}),uB=G("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=kH),xt.init(e,t)}),dB=G("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=yH),xt.init(e,t)}),fB=G("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=vH),xt.init(e,t)}),hB=G("$ZodULID",(e,t)=>{t.pattern??(t.pattern=xH),xt.init(e,t)}),pB=G("$ZodXID",(e,t)=>{t.pattern??(t.pattern=wH),xt.init(e,t)}),mB=G("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=bH),xt.init(e,t)}),gB=G("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=DH(t)),xt.init(e,t)}),yB=G("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=OH),xt.init(e,t)}),vB=G("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=MH(t)),xt.init(e,t)}),xB=G("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=_H),xt.init(e,t)}),wB=G("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=PH),xt.init(e,t),e._zod.onattach.push(n=>{const r=n._zod.bag;r.format="ipv4"})}),bB=G("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=jH),xt.init(e,t),e._zod.onattach.push(n=>{const r=n._zod.bag;r.format="ipv6"}),e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:e,continue:!t.abort})}}}),kB=G("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=TH),xt.init(e,t)}),_B=G("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=$H),xt.init(e,t),e._zod.check=n=>{const[r,o]=n.value.split("/");try{if(!o)throw new Error;const s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${r}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:e,continue:!t.abort})}}});function u2(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const SB=G("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=RH),xt.init(e,t),e._zod.onattach.push(n=>{n._zod.bag.contentEncoding="base64"}),e._zod.check=n=>{u2(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:e,continue:!t.abort})}});function CB(e){if(!o2.test(e))return!1;const t=e.replace(/[-_]/g,r=>r==="-"?"+":"/"),n=t.padEnd(Math.ceil(t.length/4)*4,"=");return u2(n)}const EB=G("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=o2),xt.init(e,t),e._zod.onattach.push(n=>{n._zod.bag.contentEncoding="base64url"}),e._zod.check=n=>{CB(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:e,continue:!t.abort})}}),NB=G("$ZodE164",(e,t)=>{t.pattern??(t.pattern=AH),xt.init(e,t)});function PB(e,t=null){try{const n=e.split(".");if(n.length!==3)return!1;const[r]=n;if(!r)return!1;const o=JSON.parse(atob(r));return!("typ"in o&&(o==null?void 0:o.typ)!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}const jB=G("$ZodJWT",(e,t)=>{xt.init(e,t),e._zod.check=n=>{PB(n.value,t.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:e,continue:!t.abort})}}),d2=G("$ZodNumber",(e,t)=>{it.init(e,t),e._zod.pattern=e._zod.bag.pattern??FH,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=Number(n.value)}catch{}const o=n.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return n;const s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return n.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...s?{received:s}:{}}),n}}),TB=G("$ZodNumber",(e,t)=>{WH.init(e,t),d2.init(e,t)}),$B=G("$ZodBoolean",(e,t)=>{it.init(e,t),e._zod.pattern=UH,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=!!n.value}catch{}const o=n.value;return typeof o=="boolean"||n.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),n}}),RB=G("$ZodNull",(e,t)=>{it.init(e,t),e._zod.pattern=qH,e._zod.values=new Set([null]),e._zod.parse=(n,r)=>{const o=n.value;return o===null||n.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),n}}),IB=G("$ZodAny",(e,t)=>{it.init(e,t),e._zod.parse=n=>n}),AB=G("$ZodUnknown",(e,t)=>{it.init(e,t),e._zod.parse=n=>n}),OB=G("$ZodNever",(e,t)=>{it.init(e,t),e._zod.parse=(n,r)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:e}),n)});function f1(e,t,n){e.issues.length&&t.issues.push(...li(n,e.issues)),t.value[n]=e.value}const MB=G("$ZodArray",(e,t)=>{it.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!Array.isArray(o))return n.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),n;n.value=Array(o.length);const s=[];for(let i=0;i<o.length;i++){const a=o[i],l=t.element._zod.run({value:a,issues:[]},r);l instanceof Promise?s.push(l.then(u=>f1(u,n,i))):f1(l,n,i)}return s.length?Promise.all(s).then(()=>n):n}});function rd(e,t,n){e.issues.length&&t.issues.push(...li(n,e.issues)),t.value[n]=e.value}function h1(e,t,n,r){e.issues.length?r[n]===void 0?n in r?t.value[n]=void 0:t.value[n]=e.value:t.issues.push(...li(n,e.issues)):e.value===void 0?n in r&&(t.value[n]=void 0):t.value[n]=e.value}const DB=G("$ZodObject",(e,t)=>{it.init(e,t);const n=D0(()=>{const f=Object.keys(t.shape);for(const h of f)if(!(t.shape[h]instanceof it))throw new Error(`Invalid element at key "${h}": expected a Zod schema`);const p=oH(t.shape);return{shape:t.shape,keys:f,keySet:new Set(f),numKeys:f.length,optionalKeys:new Set(p)}});ht(e._zod,"propValues",()=>{const f=t.shape,p={};for(const h in f){const y=f[h]._zod;if(y.values){p[h]??(p[h]=new Set);for(const m of y.values)p[h].add(m)}}return p});const r=f=>{const p=new rB(["shape","payload","ctx"]),h=n.value,y=v=>{const w=Ml(v);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};p.write("const input = payload.value;");const m=Object.create(null);let x=0;for(const v of h.keys)m[v]=`key_${x++}`;p.write("const newResult = {}");for(const v of h.keys)if(h.optionalKeys.has(v)){const w=m[v];p.write(`const ${w} = ${y(v)};`);const k=Ml(v);p.write(`
|
|
425
|
+
if (${w}.issues.length) {
|
|
426
|
+
if (input[${k}] === undefined) {
|
|
427
|
+
if (${k} in input) {
|
|
428
|
+
newResult[${k}] = undefined;
|
|
429
|
+
}
|
|
430
|
+
} else {
|
|
431
|
+
payload.issues = payload.issues.concat(
|
|
432
|
+
${w}.issues.map((iss) => ({
|
|
433
|
+
...iss,
|
|
434
|
+
path: iss.path ? [${k}, ...iss.path] : [${k}],
|
|
435
|
+
}))
|
|
436
|
+
);
|
|
437
|
+
}
|
|
438
|
+
} else if (${w}.value === undefined) {
|
|
439
|
+
if (${k} in input) newResult[${k}] = undefined;
|
|
440
|
+
} else {
|
|
441
|
+
newResult[${k}] = ${w}.value;
|
|
442
|
+
}
|
|
443
|
+
`)}else{const w=m[v];p.write(`const ${w} = ${y(v)};`),p.write(`
|
|
444
|
+
if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
|
|
445
|
+
...iss,
|
|
446
|
+
path: iss.path ? [${Ml(v)}, ...iss.path] : [${Ml(v)}]
|
|
447
|
+
})));`),p.write(`newResult[${Ml(v)}] = ${w}.value`)}p.write("payload.value = newResult;"),p.write("return payload;");const g=p.compile();return(v,w)=>g(f,v,w)};let o;const s=If,i=!GT.jitless,l=i&&nH.value,u=t.catchall;let d;e._zod.parse=(f,p)=>{d??(d=n.value);const h=f.value;if(!s(h))return f.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),f;const y=[];if(i&&l&&(p==null?void 0:p.async)===!1&&p.jitless!==!0)o||(o=r(t.shape)),f=o(f,p);else{f.value={};const w=d.shape;for(const k of d.keys){const E=w[k],P=E._zod.run({value:h[k],issues:[]},p),S=E._zod.optin==="optional"&&E._zod.optout==="optional";P instanceof Promise?y.push(P.then(A=>S?h1(A,f,k,h):rd(A,f,k))):S?h1(P,f,k,h):rd(P,f,k)}}if(!u)return y.length?Promise.all(y).then(()=>f):f;const m=[],x=d.keySet,g=u._zod,v=g.def.type;for(const w of Object.keys(h)){if(x.has(w))continue;if(v==="never"){m.push(w);continue}const k=g.run({value:h[w],issues:[]},p);k instanceof Promise?y.push(k.then(E=>rd(E,f,w))):rd(k,f,w)}return m.length&&f.issues.push({code:"unrecognized_keys",keys:m,input:h,inst:e}),y.length?Promise.all(y).then(()=>f):f}});function p1(e,t,n,r){for(const o of e)if(o.issues.length===0)return t.value=o.value,t;return t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(o=>o.issues.map(s=>Os(s,r,As())))}),t}const f2=G("$ZodUnion",(e,t)=>{it.init(e,t),ht(e._zod,"optin",()=>t.options.some(n=>n._zod.optin==="optional")?"optional":void 0),ht(e._zod,"optout",()=>t.options.some(n=>n._zod.optout==="optional")?"optional":void 0),ht(e._zod,"values",()=>{if(t.options.every(n=>n._zod.values))return new Set(t.options.flatMap(n=>Array.from(n._zod.values)))}),ht(e._zod,"pattern",()=>{if(t.options.every(n=>n._zod.pattern)){const n=t.options.map(r=>r._zod.pattern);return new RegExp(`^(${n.map(r=>L0(r.source)).join("|")})$`)}}),e._zod.parse=(n,r)=>{let o=!1;const s=[];for(const i of t.options){const a=i._zod.run({value:n.value,issues:[]},r);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>p1(i,n,e,r)):p1(s,n,e,r)}}),zB=G("$ZodDiscriminatedUnion",(e,t)=>{f2.init(e,t);const n=e._zod.parse;ht(e._zod,"propValues",()=>{const o={};for(const s of t.options){const i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(const[a,l]of Object.entries(i)){o[a]||(o[a]=new Set);for(const u of l)o[a].add(u)}}return o});const r=D0(()=>{const o=t.options,s=new Map;for(const i of o){const a=i._zod.propValues[t.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(const l of a){if(s.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);s.set(l,i)}}return s});e._zod.parse=(o,s)=>{const i=o.value;if(!If(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),o;const a=r.value.get(i==null?void 0:i[t.discriminator]);return a?a._zod.run(o,s):t.unionFallback?n(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[t.discriminator],inst:e}),o)}}),LB=G("$ZodIntersection",(e,t)=>{it.init(e,t),e._zod.parse=(n,r)=>{const o=n.value,s=t.left._zod.run({value:o,issues:[]},r),i=t.right._zod.run({value:o,issues:[]},r);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([l,u])=>m1(n,l,u)):m1(n,s,i)}});function ay(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Af(e)&&Af(t)){const n=Object.keys(t),r=Object.keys(e).filter(s=>n.indexOf(s)!==-1),o={...e,...t};for(const s of r){const i=ay(e[s],t[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const n=[];for(let r=0;r<e.length;r++){const o=e[r],s=t[r],i=ay(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[r,...i.mergeErrorPath]};n.push(i.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function m1(e,t,n){if(t.issues.length&&e.issues.push(...t.issues),n.issues.length&&e.issues.push(...n.issues),dc(e))return e;const r=ay(t.value,n.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return e.value=r.data,e}const FB=G("$ZodRecord",(e,t)=>{it.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!Af(o))return n.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),n;const s=[];if(t.keyType._zod.values){const i=t.keyType._zod.values;n.value={};for(const l of i)if(typeof l=="string"||typeof l=="number"||typeof l=="symbol"){const u=t.valueType._zod.run({value:o[l],issues:[]},r);u instanceof Promise?s.push(u.then(d=>{d.issues.length&&n.issues.push(...li(l,d.issues)),n.value[l]=d.value})):(u.issues.length&&n.issues.push(...li(l,u.issues)),n.value[l]=u.value)}let a;for(const l in o)i.has(l)||(a=a??[],a.push(l));a&&a.length>0&&n.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:a})}else{n.value={};for(const i of Reflect.ownKeys(o)){if(i==="__proto__")continue;const a=t.keyType._zod.run({value:i,issues:[]},r);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){n.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(u=>Os(u,r,As())),input:i,path:[i],inst:e}),n.value[a.value]=a.value;continue}const l=t.valueType._zod.run({value:o[i],issues:[]},r);l instanceof Promise?s.push(l.then(u=>{u.issues.length&&n.issues.push(...li(i,u.issues)),n.value[a.value]=u.value})):(l.issues.length&&n.issues.push(...li(i,l.issues)),n.value[a.value]=l.value)}}return s.length?Promise.all(s).then(()=>n):n}}),UB=G("$ZodEnum",(e,t)=>{it.init(e,t);const n=XV(t.entries);e._zod.values=new Set(n),e._zod.pattern=new RegExp(`^(${n.filter(r=>rH.has(typeof r)).map(r=>typeof r=="string"?du(r):r.toString()).join("|")})$`),e._zod.parse=(r,o)=>{const s=r.value;return e._zod.values.has(s)||r.issues.push({code:"invalid_value",values:n,input:s,inst:e}),r}}),qB=G("$ZodLiteral",(e,t)=>{it.init(e,t),e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?du(n):n?n.toString():String(n)).join("|")})$`),e._zod.parse=(n,r)=>{const o=n.value;return e._zod.values.has(o)||n.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),n}}),VB=G("$ZodTransform",(e,t)=>{it.init(e,t),e._zod.parse=(n,r)=>{const o=t.transform(n.value,n);if(r.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(n.value=i,n));if(o instanceof Promise)throw new qc;return n.value=o,n}}),HB=G("$ZodOptional",(e,t)=>{it.init(e,t),e._zod.optin="optional",e._zod.optout="optional",ht(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),ht(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${L0(n.source)})?$`):void 0}),e._zod.parse=(n,r)=>t.innerType._zod.optin==="optional"?t.innerType._zod.run(n,r):n.value===void 0?n:t.innerType._zod.run(n,r)}),BB=G("$ZodNullable",(e,t)=>{it.init(e,t),ht(e._zod,"optin",()=>t.innerType._zod.optin),ht(e._zod,"optout",()=>t.innerType._zod.optout),ht(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${L0(n.source)}|null)$`):void 0}),ht(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(n,r)=>n.value===null?n:t.innerType._zod.run(n,r)}),WB=G("$ZodDefault",(e,t)=>{it.init(e,t),e._zod.optin="optional",ht(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{if(n.value===void 0)return n.value=t.defaultValue,n;const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(s=>g1(s,t)):g1(o,t)}});function g1(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const KB=G("$ZodPrefault",(e,t)=>{it.init(e,t),e._zod.optin="optional",ht(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>(n.value===void 0&&(n.value=t.defaultValue),t.innerType._zod.run(n,r))}),ZB=G("$ZodNonOptional",(e,t)=>{it.init(e,t),ht(e._zod,"values",()=>{const n=t.innerType._zod.values;return n?new Set([...n].filter(r=>r!==void 0)):void 0}),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(s=>y1(s,e)):y1(o,e)}});function y1(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const QB=G("$ZodCatch",(e,t)=>{it.init(e,t),e._zod.optin="optional",ht(e._zod,"optout",()=>t.innerType._zod.optout),ht(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(s=>(n.value=s.value,s.issues.length&&(n.value=t.catchValue({...n,error:{issues:s.issues.map(i=>Os(i,r,As()))},input:n.value}),n.issues=[]),n)):(n.value=o.value,o.issues.length&&(n.value=t.catchValue({...n,error:{issues:o.issues.map(s=>Os(s,r,As()))},input:n.value}),n.issues=[]),n)}}),GB=G("$ZodPipe",(e,t)=>{it.init(e,t),ht(e._zod,"values",()=>t.in._zod.values),ht(e._zod,"optin",()=>t.in._zod.optin),ht(e._zod,"optout",()=>t.out._zod.optout),e._zod.parse=(n,r)=>{const o=t.in._zod.run(n,r);return o instanceof Promise?o.then(s=>v1(s,t,r)):v1(o,t,r)}});function v1(e,t,n){return dc(e)?e:t.out._zod.run({value:e.value,issues:e.issues},n)}const JB=G("$ZodReadonly",(e,t)=>{it.init(e,t),ht(e._zod,"propValues",()=>t.innerType._zod.propValues),ht(e._zod,"values",()=>t.innerType._zod.values),ht(e._zod,"optin",()=>t.innerType._zod.optin),ht(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(x1):x1(o)}});function x1(e){return e.value=Object.freeze(e.value),e}const YB=G("$ZodCustom",(e,t)=>{Un.init(e,t),it.init(e,t),e._zod.parse=(n,r)=>n,e._zod.check=n=>{const r=n.value,o=t.fn(r);if(o instanceof Promise)return o.then(s=>w1(s,n,r,e));w1(o,n,r,e)}});function w1(e,t,n,r){if(!e){const o={code:"custom",input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(o.params=r._zod.def.params),t.issues.push(Vc(o))}}class XB{constructor(){this._map=new Map,this._idmap=new Map}add(t,...n){const r=n[0];if(this._map.set(t,r),r&&typeof r=="object"&&"id"in r){if(this._idmap.has(r.id))throw new Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,t)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(t){const n=this._map.get(t);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(t),this}get(t){const n=t._zod.parent;if(n){const r={...this.get(n)??{}};return delete r.id,{...r,...this._map.get(t)}}return this._map.get(t)}has(t){return this._map.has(t)}}function eW(){return new XB}const od=eW();function tW(e,t){return new e({type:"string",...he(t)})}function nW(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...he(t)})}function b1(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...he(t)})}function rW(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...he(t)})}function oW(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...he(t)})}function sW(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...he(t)})}function iW(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...he(t)})}function h2(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...he(t)})}function aW(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...he(t)})}function lW(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...he(t)})}function cW(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...he(t)})}function uW(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...he(t)})}function dW(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...he(t)})}function fW(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...he(t)})}function hW(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...he(t)})}function pW(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...he(t)})}function mW(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...he(t)})}function gW(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...he(t)})}function yW(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...he(t)})}function vW(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...he(t)})}function xW(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...he(t)})}function wW(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...he(t)})}function bW(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...he(t)})}function kW(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...he(t)})}function _W(e,t){return new e({type:"string",format:"date",check:"string_format",...he(t)})}function SW(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...he(t)})}function CW(e,t){return new e({type:"string",format:"duration",check:"string_format",...he(t)})}function EW(e,t){return new e({type:"number",checks:[],...he(t)})}function NW(e,t){return new e({type:"number",coerce:!0,checks:[],...he(t)})}function PW(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...he(t)})}function jW(e,t){return new e({type:"boolean",...he(t)})}function TW(e,t){return new e({type:"null",...he(t)})}function $W(e){return new e({type:"any"})}function RW(e){return new e({type:"unknown"})}function IW(e,t){return new e({type:"never",...he(t)})}function k1(e,t){return new l2({check:"less_than",...he(t),value:e,inclusive:!1})}function um(e,t){return new l2({check:"less_than",...he(t),value:e,inclusive:!0})}function _1(e,t){return new c2({check:"greater_than",...he(t),value:e,inclusive:!1})}function dm(e,t){return new c2({check:"greater_than",...he(t),value:e,inclusive:!0})}function S1(e,t){return new BH({check:"multiple_of",...he(t),value:e})}function p2(e,t){return new KH({check:"max_length",...he(t),maximum:e})}function Of(e,t){return new ZH({check:"min_length",...he(t),minimum:e})}function m2(e,t){return new QH({check:"length_equals",...he(t),length:e})}function AW(e,t){return new GH({check:"string_format",format:"regex",...he(t),pattern:e})}function OW(e){return new JH({check:"string_format",format:"lowercase",...he(e)})}function MW(e){return new YH({check:"string_format",format:"uppercase",...he(e)})}function DW(e,t){return new XH({check:"string_format",format:"includes",...he(t),includes:e})}function zW(e,t){return new eB({check:"string_format",format:"starts_with",...he(t),prefix:e})}function LW(e,t){return new tB({check:"string_format",format:"ends_with",...he(t),suffix:e})}function fu(e){return new nB({check:"overwrite",tx:e})}function FW(e){return fu(t=>t.normalize(e))}function UW(){return fu(e=>e.trim())}function qW(){return fu(e=>e.toLowerCase())}function VW(){return fu(e=>e.toUpperCase())}function HW(e,t,n){return new e({type:"array",element:t,...he(n)})}function BW(e,t,n){const r=he(n);return r.abort??(r.abort=!0),new e({type:"custom",check:"custom",fn:t,...r})}function WW(e,t,n){return new e({type:"custom",check:"custom",fn:t,...he(n)})}const KW=G("ZodISODateTime",(e,t)=>{gB.init(e,t),Nt.init(e,t)});function g2(e){return kW(KW,e)}const ZW=G("ZodISODate",(e,t)=>{yB.init(e,t),Nt.init(e,t)});function QW(e){return _W(ZW,e)}const GW=G("ZodISOTime",(e,t)=>{vB.init(e,t),Nt.init(e,t)});function JW(e){return SW(GW,e)}const YW=G("ZodISODuration",(e,t)=>{xB.init(e,t),Nt.init(e,t)});function XW(e){return CW(YW,e)}const eK=(e,t)=>{XT.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:n=>hH(e,n)},flatten:{value:n=>fH(e,n)},addIssue:{value:n=>e.issues.push(n)},addIssues:{value:n=>e.issues.push(...n)},isEmpty:{get(){return e.issues.length===0}}})},Bh=G("ZodError",eK,{Parent:Error}),tK=pH(Bh),nK=mH(Bh),rK=t2(Bh),oK=r2(Bh),wt=G("ZodType",(e,t)=>(it.init(e,t),e.def=t,Object.defineProperty(e,"_def",{value:t}),e.check=(...n)=>e.clone({...t,checks:[...t.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]}),e.clone=(n,r)=>Fi(e,n,r),e.brand=()=>e,e.register=(n,r)=>(n.add(e,r),e),e.parse=(n,r)=>tK(e,n,r,{callee:e.parse}),e.safeParse=(n,r)=>rK(e,n,r),e.parseAsync=async(n,r)=>nK(e,n,r,{callee:e.parseAsync}),e.safeParseAsync=async(n,r)=>oK(e,n,r),e.spa=e.safeParseAsync,e.refine=(n,r)=>e.check(JK(n,r)),e.superRefine=n=>e.check(YK(n)),e.overwrite=n=>e.check(fu(n)),e.optional=()=>_t(e),e.nullable=()=>N1(e),e.nullish=()=>_t(N1(e)),e.nonoptional=n=>VK(e,n),e.array=()=>re(e),e.or=n=>bt([e,n]),e.and=n=>V0(e,n),e.transform=n=>cy(e,k2(n)),e.default=n=>FK(e,n),e.prefault=n=>qK(e,n),e.catch=n=>BK(e,n),e.pipe=n=>cy(e,n),e.readonly=()=>ZK(e),e.describe=n=>{const r=e.clone();return od.add(r,{description:n}),r},Object.defineProperty(e,"description",{get(){var n;return(n=od.get(e))==null?void 0:n.description},configurable:!0}),e.meta=(...n)=>{if(n.length===0)return od.get(e);const r=e.clone();return od.add(r,n[0]),r},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),y2=G("_ZodString",(e,t)=>{U0.init(e,t),wt.init(e,t);const n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,e.regex=(...r)=>e.check(AW(...r)),e.includes=(...r)=>e.check(DW(...r)),e.startsWith=(...r)=>e.check(zW(...r)),e.endsWith=(...r)=>e.check(LW(...r)),e.min=(...r)=>e.check(Of(...r)),e.max=(...r)=>e.check(p2(...r)),e.length=(...r)=>e.check(m2(...r)),e.nonempty=(...r)=>e.check(Of(1,...r)),e.lowercase=r=>e.check(OW(r)),e.uppercase=r=>e.check(MW(r)),e.trim=()=>e.check(UW()),e.normalize=(...r)=>e.check(FW(...r)),e.toLowerCase=()=>e.check(qW()),e.toUpperCase=()=>e.check(VW())}),sK=G("ZodString",(e,t)=>{U0.init(e,t),y2.init(e,t),e.email=n=>e.check(nW(iK,n)),e.url=n=>e.check(h2(v2,n)),e.jwt=n=>e.check(bW(kK,n)),e.emoji=n=>e.check(aW(lK,n)),e.guid=n=>e.check(b1(C1,n)),e.uuid=n=>e.check(rW(sd,n)),e.uuidv4=n=>e.check(oW(sd,n)),e.uuidv6=n=>e.check(sW(sd,n)),e.uuidv7=n=>e.check(iW(sd,n)),e.nanoid=n=>e.check(lW(cK,n)),e.guid=n=>e.check(b1(C1,n)),e.cuid=n=>e.check(cW(uK,n)),e.cuid2=n=>e.check(uW(dK,n)),e.ulid=n=>e.check(dW(fK,n)),e.base64=n=>e.check(vW(xK,n)),e.base64url=n=>e.check(xW(wK,n)),e.xid=n=>e.check(fW(hK,n)),e.ksuid=n=>e.check(hW(pK,n)),e.ipv4=n=>e.check(pW(mK,n)),e.ipv6=n=>e.check(mW(gK,n)),e.cidrv4=n=>e.check(gW(yK,n)),e.cidrv6=n=>e.check(yW(vK,n)),e.e164=n=>e.check(wW(bK,n)),e.datetime=n=>e.check(g2(n)),e.date=n=>e.check(QW(n)),e.time=n=>e.check(JW(n)),e.duration=n=>e.check(XW(n))});function L(e){return tW(sK,e)}const Nt=G("ZodStringFormat",(e,t)=>{xt.init(e,t),y2.init(e,t)}),iK=G("ZodEmail",(e,t)=>{aB.init(e,t),Nt.init(e,t)}),C1=G("ZodGUID",(e,t)=>{sB.init(e,t),Nt.init(e,t)}),sd=G("ZodUUID",(e,t)=>{iB.init(e,t),Nt.init(e,t)}),v2=G("ZodURL",(e,t)=>{lB.init(e,t),Nt.init(e,t)});function aK(e){return h2(v2,e)}const lK=G("ZodEmoji",(e,t)=>{cB.init(e,t),Nt.init(e,t)}),cK=G("ZodNanoID",(e,t)=>{uB.init(e,t),Nt.init(e,t)}),uK=G("ZodCUID",(e,t)=>{dB.init(e,t),Nt.init(e,t)}),dK=G("ZodCUID2",(e,t)=>{fB.init(e,t),Nt.init(e,t)}),fK=G("ZodULID",(e,t)=>{hB.init(e,t),Nt.init(e,t)}),hK=G("ZodXID",(e,t)=>{pB.init(e,t),Nt.init(e,t)}),pK=G("ZodKSUID",(e,t)=>{mB.init(e,t),Nt.init(e,t)}),mK=G("ZodIPv4",(e,t)=>{wB.init(e,t),Nt.init(e,t)}),gK=G("ZodIPv6",(e,t)=>{bB.init(e,t),Nt.init(e,t)}),yK=G("ZodCIDRv4",(e,t)=>{kB.init(e,t),Nt.init(e,t)}),vK=G("ZodCIDRv6",(e,t)=>{_B.init(e,t),Nt.init(e,t)}),xK=G("ZodBase64",(e,t)=>{SB.init(e,t),Nt.init(e,t)}),wK=G("ZodBase64URL",(e,t)=>{EB.init(e,t),Nt.init(e,t)}),bK=G("ZodE164",(e,t)=>{NB.init(e,t),Nt.init(e,t)}),kK=G("ZodJWT",(e,t)=>{jB.init(e,t),Nt.init(e,t)}),q0=G("ZodNumber",(e,t)=>{d2.init(e,t),wt.init(e,t),e.gt=(r,o)=>e.check(_1(r,o)),e.gte=(r,o)=>e.check(dm(r,o)),e.min=(r,o)=>e.check(dm(r,o)),e.lt=(r,o)=>e.check(k1(r,o)),e.lte=(r,o)=>e.check(um(r,o)),e.max=(r,o)=>e.check(um(r,o)),e.int=r=>e.check(E1(r)),e.safe=r=>e.check(E1(r)),e.positive=r=>e.check(_1(0,r)),e.nonnegative=r=>e.check(dm(0,r)),e.negative=r=>e.check(k1(0,r)),e.nonpositive=r=>e.check(um(0,r)),e.multipleOf=(r,o)=>e.check(S1(r,o)),e.step=(r,o)=>e.check(S1(r,o)),e.finite=()=>e;const n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function Qe(e){return EW(q0,e)}const _K=G("ZodNumberFormat",(e,t)=>{TB.init(e,t),q0.init(e,t)});function E1(e){return PW(_K,e)}const SK=G("ZodBoolean",(e,t)=>{$B.init(e,t),wt.init(e,t)});function dt(e){return jW(SK,e)}const CK=G("ZodNull",(e,t)=>{RB.init(e,t),wt.init(e,t)});function EK(e){return TW(CK,e)}const NK=G("ZodAny",(e,t)=>{IB.init(e,t),wt.init(e,t)});function PK(){return $W(NK)}const jK=G("ZodUnknown",(e,t)=>{AB.init(e,t),wt.init(e,t)});function Ct(){return RW(jK)}const TK=G("ZodNever",(e,t)=>{OB.init(e,t),wt.init(e,t)});function $K(e){return IW(TK,e)}const RK=G("ZodArray",(e,t)=>{MB.init(e,t),wt.init(e,t),e.element=t.element,e.min=(n,r)=>e.check(Of(n,r)),e.nonempty=n=>e.check(Of(1,n)),e.max=(n,r)=>e.check(p2(n,r)),e.length=(n,r)=>e.check(m2(n,r)),e.unwrap=()=>e.element});function re(e,t){return HW(RK,e,t)}const x2=G("ZodObject",(e,t)=>{DB.init(e,t),wt.init(e,t),ht(e,"shape",()=>t.shape),e.keyof=()=>er(Object.keys(e._zod.def.shape)),e.catchall=n=>e.clone({...e._zod.def,catchall:n}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Ct()}),e.loose=()=>e.clone({...e._zod.def,catchall:Ct()}),e.strict=()=>e.clone({...e._zod.def,catchall:$K()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=n=>lH(e,n),e.merge=n=>cH(e,n),e.pick=n=>iH(e,n),e.omit=n=>aH(e,n),e.partial=(...n)=>uH(_2,e,n[0]),e.required=(...n)=>dH(S2,e,n[0])});function ie(e,t){const n={type:"object",get shape(){return Vh(this,"shape",{...e}),this.shape},...he(t)};return new x2(n)}function en(e,t){return new x2({type:"object",get shape(){return Vh(this,"shape",{...e}),this.shape},catchall:Ct(),...he(t)})}const w2=G("ZodUnion",(e,t)=>{f2.init(e,t),wt.init(e,t),e.options=t.options});function bt(e,t){return new w2({type:"union",options:e,...he(t)})}const IK=G("ZodDiscriminatedUnion",(e,t)=>{w2.init(e,t),zB.init(e,t)});function b2(e,t,n){return new IK({type:"union",options:t,discriminator:e,...he(n)})}const AK=G("ZodIntersection",(e,t)=>{LB.init(e,t),wt.init(e,t)});function V0(e,t){return new AK({type:"intersection",left:e,right:t})}const OK=G("ZodRecord",(e,t)=>{FB.init(e,t),wt.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function pt(e,t,n){return new OK({type:"record",keyType:e,valueType:t,...he(n)})}const ly=G("ZodEnum",(e,t)=>{UB.init(e,t),wt.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);const n=new Set(Object.keys(t.entries));e.extract=(r,o)=>{const s={};for(const i of r)if(n.has(i))s[i]=t.entries[i];else throw new Error(`Key ${i} not found in enum`);return new ly({...t,checks:[],...he(o),entries:s})},e.exclude=(r,o)=>{const s={...t.entries};for(const i of r)if(n.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new ly({...t,checks:[],...he(o),entries:s})}});function er(e,t){const n=Array.isArray(e)?Object.fromEntries(e.map(r=>[r,r])):e;return new ly({type:"enum",entries:n,...he(t)})}const MK=G("ZodLiteral",(e,t)=>{qB.init(e,t),wt.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function ye(e,t){return new MK({type:"literal",values:Array.isArray(e)?e:[e],...he(t)})}const DK=G("ZodTransform",(e,t)=>{VB.init(e,t),wt.init(e,t),e._zod.parse=(n,r)=>{n.addIssue=s=>{if(typeof s=="string")n.issues.push(Vc(s,n.value,t));else{const i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=n.value),i.inst??(i.inst=e),i.continue??(i.continue=!0),n.issues.push(Vc(i))}};const o=t.transform(n.value,n);return o instanceof Promise?o.then(s=>(n.value=s,n)):(n.value=o,n)}});function k2(e){return new DK({type:"transform",transform:e})}const _2=G("ZodOptional",(e,t)=>{HB.init(e,t),wt.init(e,t),e.unwrap=()=>e._zod.def.innerType});function _t(e){return new _2({type:"optional",innerType:e})}const zK=G("ZodNullable",(e,t)=>{BB.init(e,t),wt.init(e,t),e.unwrap=()=>e._zod.def.innerType});function N1(e){return new zK({type:"nullable",innerType:e})}const LK=G("ZodDefault",(e,t)=>{WB.init(e,t),wt.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function FK(e,t){return new LK({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}const UK=G("ZodPrefault",(e,t)=>{KB.init(e,t),wt.init(e,t),e.unwrap=()=>e._zod.def.innerType});function qK(e,t){return new UK({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}const S2=G("ZodNonOptional",(e,t)=>{ZB.init(e,t),wt.init(e,t),e.unwrap=()=>e._zod.def.innerType});function VK(e,t){return new S2({type:"nonoptional",innerType:e,...he(t)})}const HK=G("ZodCatch",(e,t)=>{QB.init(e,t),wt.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function BK(e,t){return new HK({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const WK=G("ZodPipe",(e,t)=>{GB.init(e,t),wt.init(e,t),e.in=t.in,e.out=t.out});function cy(e,t){return new WK({type:"pipe",in:e,out:t})}const KK=G("ZodReadonly",(e,t)=>{JB.init(e,t),wt.init(e,t)});function ZK(e){return new KK({type:"readonly",innerType:e})}const C2=G("ZodCustom",(e,t)=>{YB.init(e,t),wt.init(e,t)});function QK(e){const t=new Un({check:"custom"});return t._zod.check=e,t}function GK(e,t){return BW(C2,e??(()=>!0),t)}function JK(e,t={}){return WW(C2,e,t)}function YK(e){const t=QK(n=>(n.addIssue=r=>{if(typeof r=="string")n.issues.push(Vc(r,n.value,t._zod.def));else{const o=r;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=n.value),o.inst??(o.inst=t),o.continue??(o.continue=!t._zod.def.abort),n.issues.push(Vc(o))}},e(n.value,n)));return t}function E2(e,t){return cy(k2(e),t)}const XK={custom:"custom"};function e7(e){return NW(q0,e)}const Wh="2025-11-25",t7=[Wh,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Ys="io.modelcontextprotocol/related-task",Kh="2.0",Ht=GK(e=>e!==null&&(typeof e=="object"||typeof e=="function")),N2=bt([L(),Qe().int()]),P2=L();en({ttl:Qe().optional(),pollInterval:Qe().optional()});const n7=ie({ttl:Qe().optional()}),r7=ie({taskId:L()}),H0=en({progressToken:N2.optional(),[Ys]:r7.optional()}),tr=ie({_meta:H0.optional()}),hu=tr.extend({task:n7.optional()}),o7=e=>hu.safeParse(e).success,sn=ie({method:L(),params:tr.loose().optional()}),gr=ie({_meta:H0.optional()}),yr=ie({method:L(),params:gr.loose().optional()}),an=en({_meta:H0.optional()}),Zh=bt([L(),Qe().int()]),j2=ie({jsonrpc:ye(Kh),id:Zh,...sn.shape}).strict(),uy=e=>j2.safeParse(e).success,T2=ie({jsonrpc:ye(Kh),...yr.shape}).strict(),s7=e=>T2.safeParse(e).success,B0=ie({jsonrpc:ye(Kh),id:Zh,result:an}).strict(),Wl=e=>B0.safeParse(e).success;var je;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(je||(je={}));const W0=ie({jsonrpc:ye(Kh),id:Zh.optional(),error:ie({code:Qe().int(),message:L(),data:Ct().optional()})}).strict(),i7=e=>W0.safeParse(e).success,Ad=bt([j2,T2,B0,W0]);bt([B0,W0]);const ma=an.strict(),a7=gr.extend({requestId:Zh.optional(),reason:L().optional()}),K0=yr.extend({method:ye("notifications/cancelled"),params:a7}),l7=ie({src:L(),mimeType:L().optional(),sizes:re(L()).optional(),theme:er(["light","dark"]).optional()}),pu=ie({icons:re(l7).optional()}),nl=ie({name:L(),title:L().optional()}),$2=nl.extend({...nl.shape,...pu.shape,version:L(),websiteUrl:L().optional(),description:L().optional()}),c7=V0(ie({applyDefaults:dt().optional()}),pt(L(),Ct())),u7=E2(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,V0(ie({form:c7.optional(),url:Ht.optional()}),pt(L(),Ct()).optional())),d7=en({list:Ht.optional(),cancel:Ht.optional(),requests:en({sampling:en({createMessage:Ht.optional()}).optional(),elicitation:en({create:Ht.optional()}).optional()}).optional()}),f7=en({list:Ht.optional(),cancel:Ht.optional(),requests:en({tools:en({call:Ht.optional()}).optional()}).optional()}),h7=ie({experimental:pt(L(),Ht).optional(),sampling:ie({context:Ht.optional(),tools:Ht.optional()}).optional(),elicitation:u7.optional(),roots:ie({listChanged:dt().optional()}).optional(),tasks:d7.optional(),extensions:pt(L(),Ht).optional()}),p7=tr.extend({protocolVersion:L(),capabilities:h7,clientInfo:$2}),m7=sn.extend({method:ye("initialize"),params:p7}),g7=ie({experimental:pt(L(),Ht).optional(),logging:Ht.optional(),completions:Ht.optional(),prompts:ie({listChanged:dt().optional()}).optional(),resources:ie({subscribe:dt().optional(),listChanged:dt().optional()}).optional(),tools:ie({listChanged:dt().optional()}).optional(),tasks:f7.optional(),extensions:pt(L(),Ht).optional()}),R2=an.extend({protocolVersion:L(),capabilities:g7,serverInfo:$2,instructions:L().optional()}),I2=yr.extend({method:ye("notifications/initialized"),params:gr.optional()}),y7=e=>I2.safeParse(e).success,Z0=sn.extend({method:ye("ping"),params:tr.optional()}),v7=ie({progress:Qe(),total:_t(Qe()),message:_t(L())}),x7=ie({...gr.shape,...v7.shape,progressToken:N2}),Q0=yr.extend({method:ye("notifications/progress"),params:x7}),w7=tr.extend({cursor:P2.optional()}),mu=sn.extend({params:w7.optional()}),gu=an.extend({nextCursor:P2.optional()}),b7=er(["working","input_required","completed","failed","cancelled"]),yu=ie({taskId:L(),status:b7,ttl:bt([Qe(),EK()]),createdAt:L(),lastUpdatedAt:L(),pollInterval:_t(Qe()),statusMessage:_t(L())}),Hc=an.extend({task:yu}),k7=gr.merge(yu),Mf=yr.extend({method:ye("notifications/tasks/status"),params:k7}),G0=sn.extend({method:ye("tasks/get"),params:tr.extend({taskId:L()})}),J0=an.merge(yu),Y0=sn.extend({method:ye("tasks/result"),params:tr.extend({taskId:L()})});an.loose();const X0=mu.extend({method:ye("tasks/list")}),ex=gu.extend({tasks:re(yu)}),tx=sn.extend({method:ye("tasks/cancel"),params:tr.extend({taskId:L()})}),_7=an.merge(yu),A2=ie({uri:L(),mimeType:_t(L()),_meta:pt(L(),Ct()).optional()}),O2=A2.extend({text:L()}),nx=L().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),M2=A2.extend({blob:nx}),vu=er(["user","assistant"]),xl=ie({audience:re(vu).optional(),priority:Qe().min(0).max(1).optional(),lastModified:g2({offset:!0}).optional()}),D2=ie({...nl.shape,...pu.shape,uri:L(),description:_t(L()),mimeType:_t(L()),size:_t(Qe()),annotations:xl.optional(),_meta:_t(en({}))}),S7=ie({...nl.shape,...pu.shape,uriTemplate:L(),description:_t(L()),mimeType:_t(L()),annotations:xl.optional(),_meta:_t(en({}))}),C7=mu.extend({method:ye("resources/list")}),Df=gu.extend({resources:re(D2)}),E7=mu.extend({method:ye("resources/templates/list")}),z2=gu.extend({resourceTemplates:re(S7)}),rx=tr.extend({uri:L()}),N7=rx,P7=sn.extend({method:ye("resources/read"),params:N7}),ox=an.extend({contents:re(bt([O2,M2]))}),L2=yr.extend({method:ye("notifications/resources/list_changed"),params:gr.optional()}),j7=rx,T7=sn.extend({method:ye("resources/subscribe"),params:j7}),$7=rx,R7=sn.extend({method:ye("resources/unsubscribe"),params:$7}),I7=gr.extend({uri:L()}),A7=yr.extend({method:ye("notifications/resources/updated"),params:I7}),O7=ie({name:L(),description:_t(L()),required:_t(dt())}),M7=ie({...nl.shape,...pu.shape,description:_t(L()),arguments:_t(re(O7)),_meta:_t(en({}))}),D7=mu.extend({method:ye("prompts/list")}),zf=gu.extend({prompts:re(M7)}),z7=tr.extend({name:L(),arguments:pt(L(),L()).optional()}),L7=sn.extend({method:ye("prompts/get"),params:z7}),sx=ie({type:ye("text"),text:L(),annotations:xl.optional(),_meta:pt(L(),Ct()).optional()}),ix=ie({type:ye("image"),data:nx,mimeType:L(),annotations:xl.optional(),_meta:pt(L(),Ct()).optional()}),ax=ie({type:ye("audio"),data:nx,mimeType:L(),annotations:xl.optional(),_meta:pt(L(),Ct()).optional()}),F7=ie({type:ye("tool_use"),name:L(),id:L(),input:pt(L(),Ct()),_meta:pt(L(),Ct()).optional()}),U7=ie({type:ye("resource"),resource:bt([O2,M2]),annotations:xl.optional(),_meta:pt(L(),Ct()).optional()}),q7=D2.extend({type:ye("resource_link")}),lx=bt([sx,ix,ax,q7,U7]),V7=ie({role:vu,content:lx}),cx=an.extend({description:L().optional(),messages:re(V7)}),F2=yr.extend({method:ye("notifications/prompts/list_changed"),params:gr.optional()}),H7=ie({title:L().optional(),readOnlyHint:dt().optional(),destructiveHint:dt().optional(),idempotentHint:dt().optional(),openWorldHint:dt().optional()}),B7=ie({taskSupport:er(["required","optional","forbidden"]).optional()}),U2=ie({...nl.shape,...pu.shape,description:L().optional(),inputSchema:ie({type:ye("object"),properties:pt(L(),Ht).optional(),required:re(L()).optional()}).catchall(Ct()),outputSchema:ie({type:ye("object"),properties:pt(L(),Ht).optional(),required:re(L()).optional()}).catchall(Ct()).optional(),annotations:H7.optional(),execution:B7.optional(),_meta:pt(L(),Ct()).optional()}),W7=mu.extend({method:ye("tools/list")}),ux=gu.extend({tools:re(U2)}),xu=an.extend({content:re(lx).default([]),structuredContent:pt(L(),Ct()).optional(),isError:dt().optional()});xu.or(an.extend({toolResult:Ct()}));const K7=hu.extend({name:L(),arguments:pt(L(),Ct()).optional()}),Z7=sn.extend({method:ye("tools/call"),params:K7}),q2=yr.extend({method:ye("notifications/tools/list_changed"),params:gr.optional()}),Q7=ie({autoRefresh:dt().default(!0),debounceMs:Qe().int().nonnegative().default(300)}),V2=er(["debug","info","notice","warning","error","critical","alert","emergency"]),G7=tr.extend({level:V2}),J7=sn.extend({method:ye("logging/setLevel"),params:G7}),Y7=gr.extend({level:V2,logger:L().optional(),data:Ct()}),X7=yr.extend({method:ye("notifications/message"),params:Y7}),eZ=ie({name:L().optional()}),tZ=ie({hints:re(eZ).optional(),costPriority:Qe().min(0).max(1).optional(),speedPriority:Qe().min(0).max(1).optional(),intelligencePriority:Qe().min(0).max(1).optional()}),nZ=ie({mode:er(["auto","required","none"]).optional()}),rZ=ie({type:ye("tool_result"),toolUseId:L().describe("The unique identifier for the corresponding tool call."),content:re(lx).default([]),structuredContent:ie({}).loose().optional(),isError:dt().optional(),_meta:pt(L(),Ct()).optional()}),oZ=b2("type",[sx,ix,ax]),Lf=b2("type",[sx,ix,ax,F7,rZ]),sZ=ie({role:vu,content:bt([Lf,re(Lf)]),_meta:pt(L(),Ct()).optional()}),iZ=hu.extend({messages:re(sZ),modelPreferences:tZ.optional(),systemPrompt:L().optional(),includeContext:er(["none","thisServer","allServers"]).optional(),temperature:Qe().optional(),maxTokens:Qe().int(),stopSequences:re(L()).optional(),metadata:Ht.optional(),tools:re(U2).optional(),toolChoice:nZ.optional()}),H2=sn.extend({method:ye("sampling/createMessage"),params:iZ}),B2=an.extend({model:L(),stopReason:_t(er(["endTurn","stopSequence","maxTokens"]).or(L())),role:vu,content:oZ}),W2=an.extend({model:L(),stopReason:_t(er(["endTurn","stopSequence","maxTokens","toolUse"]).or(L())),role:vu,content:bt([Lf,re(Lf)])}),aZ=ie({type:ye("boolean"),title:L().optional(),description:L().optional(),default:dt().optional()}),lZ=ie({type:ye("string"),title:L().optional(),description:L().optional(),minLength:Qe().optional(),maxLength:Qe().optional(),format:er(["email","uri","date","date-time"]).optional(),default:L().optional()}),cZ=ie({type:er(["number","integer"]),title:L().optional(),description:L().optional(),minimum:Qe().optional(),maximum:Qe().optional(),default:Qe().optional()}),uZ=ie({type:ye("string"),title:L().optional(),description:L().optional(),enum:re(L()),default:L().optional()}),dZ=ie({type:ye("string"),title:L().optional(),description:L().optional(),oneOf:re(ie({const:L(),title:L()})),default:L().optional()}),fZ=ie({type:ye("string"),title:L().optional(),description:L().optional(),enum:re(L()),enumNames:re(L()).optional(),default:L().optional()}),hZ=bt([uZ,dZ]),pZ=ie({type:ye("array"),title:L().optional(),description:L().optional(),minItems:Qe().optional(),maxItems:Qe().optional(),items:ie({type:ye("string"),enum:re(L())}),default:re(L()).optional()}),mZ=ie({type:ye("array"),title:L().optional(),description:L().optional(),minItems:Qe().optional(),maxItems:Qe().optional(),items:ie({anyOf:re(ie({const:L(),title:L()}))}),default:re(L()).optional()}),gZ=bt([pZ,mZ]),yZ=bt([fZ,hZ,gZ]),vZ=bt([yZ,aZ,lZ,cZ]),xZ=hu.extend({mode:ye("form").optional(),message:L(),requestedSchema:ie({type:ye("object"),properties:pt(L(),vZ),required:re(L()).optional()})}),wZ=hu.extend({mode:ye("url"),message:L(),elicitationId:L(),url:L().url()}),bZ=bt([xZ,wZ]),K2=sn.extend({method:ye("elicitation/create"),params:bZ}),kZ=gr.extend({elicitationId:L()}),_Z=yr.extend({method:ye("notifications/elicitation/complete"),params:kZ}),Z2=an.extend({action:er(["accept","decline","cancel"]),content:E2(e=>e===null?void 0:e,pt(L(),bt([L(),Qe(),dt(),re(L())])).optional())}),SZ=ie({type:ye("ref/resource"),uri:L()}),CZ=ie({type:ye("ref/prompt"),name:L()}),EZ=tr.extend({ref:bt([CZ,SZ]),argument:ie({name:L(),value:L()}),context:ie({arguments:pt(L(),L()).optional()}).optional()}),NZ=sn.extend({method:ye("completion/complete"),params:EZ}),Q2=an.extend({completion:en({values:re(L()).max(100),total:_t(Qe().int()),hasMore:_t(dt())})}),PZ=ie({uri:L().startsWith("file://"),name:L().optional(),_meta:pt(L(),Ct()).optional()}),jZ=sn.extend({method:ye("roots/list"),params:tr.optional()}),TZ=an.extend({roots:re(PZ)}),$Z=yr.extend({method:ye("notifications/roots/list_changed"),params:gr.optional()});bt([Z0,m7,NZ,J7,L7,D7,C7,E7,P7,T7,R7,Z7,W7,G0,Y0,X0,tx]);bt([K0,Q0,I2,$Z,Mf]);bt([ma,B2,W2,Z2,TZ,J0,ex,Hc]);bt([Z0,H2,K2,jZ,G0,Y0,X0,tx]);bt([K0,Q0,X7,A7,L2,q2,F2,Mf,_Z]);bt([ma,R2,Q2,cx,zf,Df,z2,ox,xu,ux,J0,ex,Hc]);class _e extends Error{constructor(t,n,r){super(`MCP error ${t}: ${n}`),this.code=t,this.data=r,this.name="McpError"}static fromError(t,n,r){if(t===je.UrlElicitationRequired&&r){const o=r;if(o.elicitations)return new RZ(o.elicitations,n)}return new _e(t,n,r)}}class RZ extends _e{constructor(t,n=`URL elicitation${t.length>1?"s":""} required`){super(je.UrlElicitationRequired,n,{elicitations:t})}get elicitations(){var t;return((t=this.data)==null?void 0:t.elicitations)??[]}}class P1 extends Error{constructor(t,n){super(t),this.name="ParseError",this.type=n.type,this.field=n.field,this.value=n.value,this.line=n.line}}function fm(e){}function G2(e){if(typeof e=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:t=fm,onError:n=fm,onRetry:r=fm,onComment:o}=e;let s="",i=!0,a,l="",u="";function d(m){const x=i?m.replace(/^\xEF\xBB\xBF/,""):m,[g,v]=IZ(`${s}${x}`);for(const w of g)f(w);s=v,i=!1}function f(m){if(m===""){h();return}if(m.startsWith(":")){o&&o(m.slice(m.startsWith(": ")?2:1));return}const x=m.indexOf(":");if(x!==-1){const g=m.slice(0,x),v=m[x+1]===" "?2:1,w=m.slice(x+v);p(g,w,m);return}p(m,"",m)}function p(m,x,g){switch(m){case"event":u=x;break;case"data":l=`${l}${x}
|
|
448
|
+
`;break;case"id":a=x.includes("\0")?void 0:x;break;case"retry":/^\d+$/.test(x)?r(parseInt(x,10)):n(new P1(`Invalid \`retry\` value: "${x}"`,{type:"invalid-retry",value:x,line:g}));break;default:n(new P1(`Unknown field "${m.length>20?`${m.slice(0,20)}…`:m}"`,{type:"unknown-field",field:m,value:x,line:g}));break}}function h(){l.length>0&&t({id:a,event:u||void 0,data:l.endsWith(`
|
|
449
|
+
`)?l.slice(0,-1):l}),a=void 0,l="",u=""}function y(m={}){s&&m.consume&&f(s),i=!0,a=void 0,l="",u="",s=""}return{feed:d,reset:y}}function IZ(e){const t=[];let n="",r=0;for(;r<e.length;){const o=e.indexOf("\r",r),s=e.indexOf(`
|
|
450
|
+
`,r);let i=-1;if(o!==-1&&s!==-1?i=Math.min(o,s):o!==-1?o===e.length-1?i=-1:i=o:s!==-1&&(i=s),i===-1){n=e.slice(r);break}else{const a=e.slice(r,i);t.push(a),r=i+1,e[r-1]==="\r"&&e[r]===`
|
|
451
|
+
`&&r++}}return[t,n]}class j1 extends Event{constructor(t,n){var r,o;super(t),this.code=(r=n==null?void 0:n.code)!=null?r:void 0,this.message=(o=n==null?void 0:n.message)!=null?o:void 0}[Symbol.for("nodejs.util.inspect.custom")](t,n,r){return r(T1(this),n)}[Symbol.for("Deno.customInspect")](t,n){return t(T1(this),n)}}function AZ(e){const t=globalThis.DOMException;return typeof t=="function"?new t(e,"SyntaxError"):new SyntaxError(e)}function dy(e){return e instanceof Error?"errors"in e&&Array.isArray(e.errors)?e.errors.map(dy).join(", "):"cause"in e&&e.cause instanceof Error?`${e}: ${dy(e.cause)}`:e.message:`${e}`}function T1(e){return{type:e.type,message:e.message,code:e.code,defaultPrevented:e.defaultPrevented,cancelable:e.cancelable,timeStamp:e.timeStamp}}var J2=e=>{throw TypeError(e)},dx=(e,t,n)=>t.has(e)||J2("Cannot "+n),Fe=(e,t,n)=>(dx(e,t,"read from private field"),n?n.call(e):t.get(e)),Lt=(e,t,n)=>t.has(e)?J2("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),gt=(e,t,n,r)=>(dx(e,t,"write to private field"),t.set(e,n),n),yo=(e,t,n)=>(dx(e,t,"access private method"),n),In,ei,Yi,Od,Ff,fc,ga,hc,ss,Xi,Na,ea,Kl,_r,fy,hy,py,$1,my,gy,Zl,yy,vy;class Md extends EventTarget{constructor(t,n){var r,o;super(),Lt(this,_r),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,Lt(this,In),Lt(this,ei),Lt(this,Yi),Lt(this,Od),Lt(this,Ff),Lt(this,fc),Lt(this,ga),Lt(this,hc,null),Lt(this,ss),Lt(this,Xi),Lt(this,Na,null),Lt(this,ea,null),Lt(this,Kl,null),Lt(this,hy,async s=>{var i;Fe(this,Xi).reset();const{body:a,redirected:l,status:u,headers:d}=s;if(u===204){yo(this,_r,Zl).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(l?gt(this,Yi,new URL(s.url)):gt(this,Yi,void 0),u!==200){yo(this,_r,Zl).call(this,`Non-200 status code (${u})`,u);return}if(!(d.get("content-type")||"").startsWith("text/event-stream")){yo(this,_r,Zl).call(this,'Invalid content type, expected "text/event-stream"',u);return}if(Fe(this,In)===this.CLOSED)return;gt(this,In,this.OPEN);const f=new Event("open");if((i=Fe(this,Kl))==null||i.call(this,f),this.dispatchEvent(f),typeof a!="object"||!a||!("getReader"in a)){yo(this,_r,Zl).call(this,"Invalid response body, expected a web ReadableStream",u),this.close();return}const p=new TextDecoder,h=a.getReader();let y=!0;do{const{done:m,value:x}=await h.read();x&&Fe(this,Xi).feed(p.decode(x,{stream:!m})),m&&(y=!1,Fe(this,Xi).reset(),yo(this,_r,yy).call(this))}while(y)}),Lt(this,py,s=>{gt(this,ss,void 0),!(s.name==="AbortError"||s.type==="aborted")&&yo(this,_r,yy).call(this,dy(s))}),Lt(this,my,s=>{typeof s.id=="string"&>(this,hc,s.id);const i=new MessageEvent(s.event||"message",{data:s.data,origin:Fe(this,Yi)?Fe(this,Yi).origin:Fe(this,ei).origin,lastEventId:s.id||""});Fe(this,ea)&&(!s.event||s.event==="message")&&Fe(this,ea).call(this,i),this.dispatchEvent(i)}),Lt(this,gy,s=>{gt(this,fc,s)}),Lt(this,vy,()=>{gt(this,ga,void 0),Fe(this,In)===this.CONNECTING&&yo(this,_r,fy).call(this)});try{if(t instanceof URL)gt(this,ei,t);else if(typeof t=="string")gt(this,ei,new URL(t,OZ()));else throw new Error("Invalid URL")}catch{throw AZ("An invalid or illegal string was specified")}gt(this,Xi,G2({onEvent:Fe(this,my),onRetry:Fe(this,gy)})),gt(this,In,this.CONNECTING),gt(this,fc,3e3),gt(this,Ff,(r=n==null?void 0:n.fetch)!=null?r:globalThis.fetch),gt(this,Od,(o=n==null?void 0:n.withCredentials)!=null?o:!1),yo(this,_r,fy).call(this)}get readyState(){return Fe(this,In)}get url(){return Fe(this,ei).href}get withCredentials(){return Fe(this,Od)}get onerror(){return Fe(this,Na)}set onerror(t){gt(this,Na,t)}get onmessage(){return Fe(this,ea)}set onmessage(t){gt(this,ea,t)}get onopen(){return Fe(this,Kl)}set onopen(t){gt(this,Kl,t)}addEventListener(t,n,r){const o=n;super.addEventListener(t,o,r)}removeEventListener(t,n,r){const o=n;super.removeEventListener(t,o,r)}close(){Fe(this,ga)&&clearTimeout(Fe(this,ga)),Fe(this,In)!==this.CLOSED&&(Fe(this,ss)&&Fe(this,ss).abort(),gt(this,In,this.CLOSED),gt(this,ss,void 0))}}In=new WeakMap,ei=new WeakMap,Yi=new WeakMap,Od=new WeakMap,Ff=new WeakMap,fc=new WeakMap,ga=new WeakMap,hc=new WeakMap,ss=new WeakMap,Xi=new WeakMap,Na=new WeakMap,ea=new WeakMap,Kl=new WeakMap,_r=new WeakSet,fy=function(){gt(this,In,this.CONNECTING),gt(this,ss,new AbortController),Fe(this,Ff)(Fe(this,ei),yo(this,_r,$1).call(this)).then(Fe(this,hy)).catch(Fe(this,py))},hy=new WeakMap,py=new WeakMap,$1=function(){var e;const t={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...Fe(this,hc)?{"Last-Event-ID":Fe(this,hc)}:void 0},cache:"no-store",signal:(e=Fe(this,ss))==null?void 0:e.signal};return"window"in globalThis&&(t.credentials=this.withCredentials?"include":"same-origin"),t},my=new WeakMap,gy=new WeakMap,Zl=function(e,t){var n;Fe(this,In)!==this.CLOSED&>(this,In,this.CLOSED);const r=new j1("error",{code:t,message:e});(n=Fe(this,Na))==null||n.call(this,r),this.dispatchEvent(r)},yy=function(e,t){var n;if(Fe(this,In)===this.CLOSED)return;gt(this,In,this.CONNECTING);const r=new j1("error",{code:t,message:e});(n=Fe(this,Na))==null||n.call(this,r),this.dispatchEvent(r),gt(this,ga,setTimeout(Fe(this,vy),Fe(this,fc)))},vy=new WeakMap,Md.CONNECTING=0,Md.OPEN=1,Md.CLOSED=2;function OZ(){const e="document"in globalThis?globalThis.document:void 0;return e&&typeof e=="object"&&"baseURI"in e&&typeof e.baseURI=="string"?e.baseURI:void 0}function Uf(e){return e?e instanceof Headers?Object.fromEntries(e.entries()):Array.isArray(e)?Object.fromEntries(e):{...e}:{}}function Y2(e=fetch,t){return t?async(n,r)=>{const o={...t,...r,headers:r!=null&&r.headers?{...Uf(t.headers),...Uf(r.headers)}:t.headers};return e(n,o)}:e}let fx;fx=globalThis.crypto;async function MZ(e){return(await fx).getRandomValues(new Uint8Array(e))}async function DZ(e){const t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~";let n="";const r=await MZ(e);for(let o=0;o<e;o++){const s=r[o]%t.length;n+=t[s]}return n}async function zZ(e){return await DZ(e)}async function LZ(e){const t=await(await fx).subtle.digest("SHA-256",new TextEncoder().encode(e));return btoa(String.fromCharCode(...new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}async function FZ(e){if(e||(e=43),e<43||e>128)throw`Expected a length between 43 and 128. Received ${e}.`;const t=await zZ(e),n=await LZ(t);return{code_verifier:t,code_challenge:n}}const Yt=aK().superRefine((e,t)=>{if(!URL.canParse(e))return t.addIssue({code:XK.custom,message:"URL must be parseable",fatal:!0}),YV}).refine(e=>{const t=new URL(e);return t.protocol!=="javascript:"&&t.protocol!=="data:"&&t.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),UZ=en({resource:L().url(),authorization_servers:re(Yt).optional(),jwks_uri:L().url().optional(),scopes_supported:re(L()).optional(),bearer_methods_supported:re(L()).optional(),resource_signing_alg_values_supported:re(L()).optional(),resource_name:L().optional(),resource_documentation:L().optional(),resource_policy_uri:L().url().optional(),resource_tos_uri:L().url().optional(),tls_client_certificate_bound_access_tokens:dt().optional(),authorization_details_types_supported:re(L()).optional(),dpop_signing_alg_values_supported:re(L()).optional(),dpop_bound_access_tokens_required:dt().optional()}),X2=en({issuer:L(),authorization_endpoint:Yt,token_endpoint:Yt,registration_endpoint:Yt.optional(),scopes_supported:re(L()).optional(),response_types_supported:re(L()),response_modes_supported:re(L()).optional(),grant_types_supported:re(L()).optional(),token_endpoint_auth_methods_supported:re(L()).optional(),token_endpoint_auth_signing_alg_values_supported:re(L()).optional(),service_documentation:Yt.optional(),revocation_endpoint:Yt.optional(),revocation_endpoint_auth_methods_supported:re(L()).optional(),revocation_endpoint_auth_signing_alg_values_supported:re(L()).optional(),introspection_endpoint:L().optional(),introspection_endpoint_auth_methods_supported:re(L()).optional(),introspection_endpoint_auth_signing_alg_values_supported:re(L()).optional(),code_challenge_methods_supported:re(L()).optional(),client_id_metadata_document_supported:dt().optional()}),qZ=en({issuer:L(),authorization_endpoint:Yt,token_endpoint:Yt,userinfo_endpoint:Yt.optional(),jwks_uri:Yt,registration_endpoint:Yt.optional(),scopes_supported:re(L()).optional(),response_types_supported:re(L()),response_modes_supported:re(L()).optional(),grant_types_supported:re(L()).optional(),acr_values_supported:re(L()).optional(),subject_types_supported:re(L()),id_token_signing_alg_values_supported:re(L()),id_token_encryption_alg_values_supported:re(L()).optional(),id_token_encryption_enc_values_supported:re(L()).optional(),userinfo_signing_alg_values_supported:re(L()).optional(),userinfo_encryption_alg_values_supported:re(L()).optional(),userinfo_encryption_enc_values_supported:re(L()).optional(),request_object_signing_alg_values_supported:re(L()).optional(),request_object_encryption_alg_values_supported:re(L()).optional(),request_object_encryption_enc_values_supported:re(L()).optional(),token_endpoint_auth_methods_supported:re(L()).optional(),token_endpoint_auth_signing_alg_values_supported:re(L()).optional(),display_values_supported:re(L()).optional(),claim_types_supported:re(L()).optional(),claims_supported:re(L()).optional(),service_documentation:L().optional(),claims_locales_supported:re(L()).optional(),ui_locales_supported:re(L()).optional(),claims_parameter_supported:dt().optional(),request_parameter_supported:dt().optional(),request_uri_parameter_supported:dt().optional(),require_request_uri_registration:dt().optional(),op_policy_uri:Yt.optional(),op_tos_uri:Yt.optional(),client_id_metadata_document_supported:dt().optional()}),VZ=ie({...qZ.shape,...X2.pick({code_challenge_methods_supported:!0}).shape}),HZ=ie({access_token:L(),id_token:L().optional(),token_type:L(),expires_in:e7().optional(),scope:L().optional(),refresh_token:L().optional()}).strip(),BZ=ie({error:L(),error_description:L().optional(),error_uri:L().optional()}),R1=Yt.optional().or(ye("").transform(()=>{})),WZ=ie({redirect_uris:re(Yt),token_endpoint_auth_method:L().optional(),grant_types:re(L()).optional(),response_types:re(L()).optional(),client_name:L().optional(),client_uri:Yt.optional(),logo_uri:R1,scope:L().optional(),contacts:re(L()).optional(),tos_uri:R1,policy_uri:L().optional(),jwks_uri:Yt.optional(),jwks:PK().optional(),software_id:L().optional(),software_version:L().optional(),software_statement:L().optional()}).strip(),KZ=ie({client_id:L(),client_secret:L().optional(),client_id_issued_at:Qe().optional(),client_secret_expires_at:Qe().optional()}).strip(),ZZ=WZ.merge(KZ);ie({error:L(),error_description:L().optional()}).strip();ie({token:L(),token_type_hint:L().optional()}).strip();function QZ(e){const t=typeof e=="string"?new URL(e):new URL(e.href);return t.hash="",t}function GZ({requestedResource:e,configuredResource:t}){const n=typeof e=="string"?new URL(e):new URL(e.href),r=typeof t=="string"?new URL(t):new URL(t.href);if(n.origin!==r.origin||n.pathname.length<r.pathname.length)return!1;const o=n.pathname.endsWith("/")?n.pathname:n.pathname+"/",s=r.pathname.endsWith("/")?r.pathname:r.pathname+"/";return o.startsWith(s)}class Qt extends Error{constructor(t,n){super(t),this.errorUri=n,this.name=this.constructor.name}toResponseObject(){const t={error:this.errorCode,error_description:this.message};return this.errorUri&&(t.error_uri=this.errorUri),t}get errorCode(){return this.constructor.errorCode}}class xy extends Qt{}xy.errorCode="invalid_request";class qf extends Qt{}qf.errorCode="invalid_client";class Vf extends Qt{}Vf.errorCode="invalid_grant";class Hf extends Qt{}Hf.errorCode="unauthorized_client";class wy extends Qt{}wy.errorCode="unsupported_grant_type";class by extends Qt{}by.errorCode="invalid_scope";class ky extends Qt{}ky.errorCode="access_denied";class rl extends Qt{}rl.errorCode="server_error";class _y extends Qt{}_y.errorCode="temporarily_unavailable";class Sy extends Qt{}Sy.errorCode="unsupported_response_type";class Cy extends Qt{}Cy.errorCode="unsupported_token_type";class Ey extends Qt{}Ey.errorCode="invalid_token";class Ny extends Qt{}Ny.errorCode="method_not_allowed";class Py extends Qt{}Py.errorCode="too_many_requests";class Bf extends Qt{}Bf.errorCode="invalid_client_metadata";class jy extends Qt{}jy.errorCode="insufficient_scope";class Ty extends Qt{}Ty.errorCode="invalid_target";const JZ={[xy.errorCode]:xy,[qf.errorCode]:qf,[Vf.errorCode]:Vf,[Hf.errorCode]:Hf,[wy.errorCode]:wy,[by.errorCode]:by,[ky.errorCode]:ky,[rl.errorCode]:rl,[_y.errorCode]:_y,[Sy.errorCode]:Sy,[Cy.errorCode]:Cy,[Ey.errorCode]:Ey,[Ny.errorCode]:Ny,[Py.errorCode]:Py,[Bf.errorCode]:Bf,[jy.errorCode]:jy,[Ty.errorCode]:Ty};class Wn extends Error{constructor(t){super(t??"Unauthorized")}}function YZ(e){return["client_secret_basic","client_secret_post","none"].includes(e)}const hm="code",pm="S256";function XZ(e,t){const n=e.client_secret!==void 0;return"token_endpoint_auth_method"in e&&e.token_endpoint_auth_method&&YZ(e.token_endpoint_auth_method)&&(t.length===0||t.includes(e.token_endpoint_auth_method))?e.token_endpoint_auth_method:t.length===0?n?"client_secret_basic":"none":n&&t.includes("client_secret_basic")?"client_secret_basic":n&&t.includes("client_secret_post")?"client_secret_post":t.includes("none")?"none":n?"client_secret_post":"none"}function eQ(e,t,n,r){const{client_id:o,client_secret:s}=t;switch(e){case"client_secret_basic":tQ(o,s,n);return;case"client_secret_post":nQ(o,s,r);return;case"none":rQ(o,r);return;default:throw new Error(`Unsupported client authentication method: ${e}`)}}function tQ(e,t,n){if(!t)throw new Error("client_secret_basic authentication requires a client_secret");const r=btoa(`${e}:${t}`);n.set("Authorization",`Basic ${r}`)}function nQ(e,t,n){n.set("client_id",e),t&&n.set("client_secret",t)}function rQ(e,t){t.set("client_id",e)}async function e$(e){const t=e instanceof Response?e.status:void 0,n=e instanceof Response?await e.text():e;try{const r=BZ.parse(JSON.parse(n)),{error:o,error_description:s,error_uri:i}=r,a=JZ[o]||rl;return new a(s||"",i)}catch(r){const o=`${t?`HTTP ${t}: `:""}Invalid OAuth error response: ${r}. Raw body: ${n}`;return new rl(o)}}async function Rr(e,t){var n,r;try{return await mm(e,t)}catch(o){if(o instanceof qf||o instanceof Hf)return await((n=e.invalidateCredentials)==null?void 0:n.call(e,"all")),await mm(e,t);if(o instanceof Vf)return await((r=e.invalidateCredentials)==null?void 0:r.call(e,"tokens")),await mm(e,t);throw o}}async function mm(e,{serverUrl:t,authorizationCode:n,scope:r,resourceMetadataUrl:o,fetchFn:s}){var w,k,E,P,S;const i=await((w=e.discoveryState)==null?void 0:w.call(e));let a,l,u,d=o;if(!d&&(i!=null&&i.resourceMetadataUrl)&&(d=new URL(i.resourceMetadataUrl)),i!=null&&i.authorizationServerUrl){if(l=i.authorizationServerUrl,a=i.resourceMetadata,u=i.authorizationServerMetadata??await n$(l,{fetchFn:s}),!a)try{a=await t$(t,{resourceMetadataUrl:d},s)}catch{}(u!==i.authorizationServerMetadata||a!==i.resourceMetadata)&&await((k=e.saveDiscoveryState)==null?void 0:k.call(e,{authorizationServerUrl:String(l),resourceMetadataUrl:d==null?void 0:d.toString(),resourceMetadata:a,authorizationServerMetadata:u}))}else{const A=await uQ(t,{resourceMetadataUrl:d,fetchFn:s});l=A.authorizationServerUrl,u=A.authorizationServerMetadata,a=A.resourceMetadata,await((E=e.saveDiscoveryState)==null?void 0:E.call(e,{authorizationServerUrl:String(l),resourceMetadataUrl:d==null?void 0:d.toString(),resourceMetadata:a,authorizationServerMetadata:u}))}const f=await sQ(t,e,a),p=r||((P=a==null?void 0:a.scopes_supported)==null?void 0:P.join(" "))||e.clientMetadata.scope;let h=await Promise.resolve(e.clientInformation());if(!h){if(n!==void 0)throw new Error("Existing OAuth client information is required when exchanging an authorization code");const A=(u==null?void 0:u.client_id_metadata_document_supported)===!0,j=e.clientMetadataUrl;if(j&&!oQ(j))throw new Bf(`clientMetadataUrl must be a valid HTTPS URL with a non-root pathname, got: ${j}`);if(A&&j)h={client_id:j},await((S=e.saveClientInformation)==null?void 0:S.call(e,h));else{if(!e.saveClientInformation)throw new Error("OAuth client information must be saveable for dynamic registration");const T=await mQ(l,{metadata:u,clientMetadata:e.clientMetadata,scope:p,fetchFn:s});await e.saveClientInformation(T),h=T}}const y=!e.redirectUrl;if(n!==void 0||y){const A=await pQ(e,l,{metadata:u,resource:f,authorizationCode:n,fetchFn:s});return await e.saveTokens(A),"AUTHORIZED"}const m=await e.tokens();if(m!=null&&m.refresh_token)try{const A=await hQ(l,{metadata:u,clientInformation:h,refreshToken:m.refresh_token,resource:f,addClientAuthentication:e.addClientAuthentication,fetchFn:s});return await e.saveTokens(A),"AUTHORIZED"}catch(A){if(!(!(A instanceof Qt)||A instanceof rl))throw A}const x=e.state?await e.state():void 0,{authorizationUrl:g,codeVerifier:v}=await dQ(l,{metadata:u,clientInformation:h,state:x,redirectUrl:e.redirectUrl,scope:p,resource:f});return await e.saveCodeVerifier(v),await e.redirectToAuthorization(g),"REDIRECT"}function oQ(e){if(!e)return!1;try{const t=new URL(e);return t.protocol==="https:"&&t.pathname!=="/"}catch{return!1}}async function sQ(e,t,n){const r=QZ(e);if(t.validateResourceURL)return await t.validateResourceURL(r,n==null?void 0:n.resource);if(n){if(!GZ({requestedResource:r,configuredResource:n.resource}))throw new Error(`Protected resource ${n.resource} does not match expected ${r} (or origin)`);return new URL(n.resource)}}function Wf(e){const t=e.headers.get("WWW-Authenticate");if(!t)return{};const[n,r]=t.split(" ");if(n.toLowerCase()!=="bearer"||!r)return{};const o=gm(e,"resource_metadata")||void 0;let s;if(o)try{s=new URL(o)}catch{}const i=gm(e,"scope")||void 0,a=gm(e,"error")||void 0;return{resourceMetadataUrl:s,scope:i,error:a}}function gm(e,t){const n=e.headers.get("WWW-Authenticate");if(!n)return null;const r=new RegExp(`${t}=(?:"([^"]+)"|([^\\s,]+))`),o=n.match(r);return o?o[1]||o[2]:null}async function t$(e,t,n=fetch){var o,s;const r=await lQ(e,"oauth-protected-resource",n,{protocolVersion:t==null?void 0:t.protocolVersion,metadataUrl:t==null?void 0:t.resourceMetadataUrl});if(!r||r.status===404)throw await((o=r==null?void 0:r.body)==null?void 0:o.cancel()),new Error("Resource server does not implement OAuth 2.0 Protected Resource Metadata.");if(!r.ok)throw await((s=r.body)==null?void 0:s.cancel()),new Error(`HTTP ${r.status} trying to load well-known OAuth protected resource metadata.`);return UZ.parse(await r.json())}async function hx(e,t,n=fetch){try{return await n(e,{headers:t})}catch(r){if(r instanceof TypeError)return t?hx(e,void 0,n):void 0;throw r}}function iQ(e,t="",n={}){return t.endsWith("/")&&(t=t.slice(0,-1)),n.prependPathname?`${t}/.well-known/${e}`:`/.well-known/${e}${t}`}async function I1(e,t,n=fetch){return await hx(e,{"MCP-Protocol-Version":t},n)}function aQ(e,t){return!e||e.status>=400&&e.status<500&&t!=="/"}async function lQ(e,t,n,r){const o=new URL(e),s=(r==null?void 0:r.protocolVersion)??Wh;let i;if(r!=null&&r.metadataUrl)i=new URL(r.metadataUrl);else{const l=iQ(t,o.pathname);i=new URL(l,(r==null?void 0:r.metadataServerUrl)??o),i.search=o.search}let a=await I1(i,s,n);if(!(r!=null&&r.metadataUrl)&&aQ(a,o.pathname)){const l=new URL(`/.well-known/${t}`,o);a=await I1(l,s,n)}return a}function cQ(e){const t=typeof e=="string"?new URL(e):e,n=t.pathname!=="/",r=[];if(!n)return r.push({url:new URL("/.well-known/oauth-authorization-server",t.origin),type:"oauth"}),r.push({url:new URL("/.well-known/openid-configuration",t.origin),type:"oidc"}),r;let o=t.pathname;return o.endsWith("/")&&(o=o.slice(0,-1)),r.push({url:new URL(`/.well-known/oauth-authorization-server${o}`,t.origin),type:"oauth"}),r.push({url:new URL(`/.well-known/openid-configuration${o}`,t.origin),type:"oidc"}),r.push({url:new URL(`${o}/.well-known/openid-configuration`,t.origin),type:"oidc"}),r}async function n$(e,{fetchFn:t=fetch,protocolVersion:n=Wh}={}){var s;const r={"MCP-Protocol-Version":n,Accept:"application/json"},o=cQ(e);for(const{url:i,type:a}of o){const l=await hx(i,r,t);if(l){if(!l.ok){if(await((s=l.body)==null?void 0:s.cancel()),l.status>=400&&l.status<500)continue;throw new Error(`HTTP ${l.status} trying to load ${a==="oauth"?"OAuth":"OpenID provider"} metadata from ${i}`)}return a==="oauth"?X2.parse(await l.json()):VZ.parse(await l.json())}}}async function uQ(e,t){let n,r;try{n=await t$(e,{resourceMetadataUrl:t==null?void 0:t.resourceMetadataUrl},t==null?void 0:t.fetchFn),n.authorization_servers&&n.authorization_servers.length>0&&(r=n.authorization_servers[0])}catch{}r||(r=String(new URL("/",e)));const o=await n$(r,{fetchFn:t==null?void 0:t.fetchFn});return{authorizationServerUrl:r,authorizationServerMetadata:o,resourceMetadata:n}}async function dQ(e,{metadata:t,clientInformation:n,redirectUrl:r,scope:o,state:s,resource:i}){let a;if(t){if(a=new URL(t.authorization_endpoint),!t.response_types_supported.includes(hm))throw new Error(`Incompatible auth server: does not support response type ${hm}`);if(t.code_challenge_methods_supported&&!t.code_challenge_methods_supported.includes(pm))throw new Error(`Incompatible auth server: does not support code challenge method ${pm}`)}else a=new URL("/authorize",e);const l=await FZ(),u=l.code_verifier,d=l.code_challenge;return a.searchParams.set("response_type",hm),a.searchParams.set("client_id",n.client_id),a.searchParams.set("code_challenge",d),a.searchParams.set("code_challenge_method",pm),a.searchParams.set("redirect_uri",String(r)),s&&a.searchParams.set("state",s),o&&a.searchParams.set("scope",o),o!=null&&o.includes("offline_access")&&a.searchParams.append("prompt","consent"),i&&a.searchParams.set("resource",i.href),{authorizationUrl:a,codeVerifier:u}}function fQ(e,t,n){return new URLSearchParams({grant_type:"authorization_code",code:e,code_verifier:t,redirect_uri:String(n)})}async function r$(e,{metadata:t,tokenRequestParams:n,clientInformation:r,addClientAuthentication:o,resource:s,fetchFn:i}){const a=t!=null&&t.token_endpoint?new URL(t.token_endpoint):new URL("/token",e),l=new Headers({"Content-Type":"application/x-www-form-urlencoded",Accept:"application/json"});if(s&&n.set("resource",s.href),o)await o(l,n,a,t);else if(r){const d=(t==null?void 0:t.token_endpoint_auth_methods_supported)??[],f=XZ(r,d);eQ(f,r,l,n)}const u=await(i??fetch)(a,{method:"POST",headers:l,body:n});if(!u.ok)throw await e$(u);return HZ.parse(await u.json())}async function hQ(e,{metadata:t,clientInformation:n,refreshToken:r,resource:o,addClientAuthentication:s,fetchFn:i}){const a=new URLSearchParams({grant_type:"refresh_token",refresh_token:r}),l=await r$(e,{metadata:t,tokenRequestParams:a,clientInformation:n,addClientAuthentication:s,resource:o,fetchFn:i});return{refresh_token:r,...l}}async function pQ(e,t,{metadata:n,resource:r,authorizationCode:o,fetchFn:s}={}){const i=e.clientMetadata.scope;let a;if(e.prepareTokenRequest&&(a=await e.prepareTokenRequest(i)),!a){if(!o)throw new Error("Either provider.prepareTokenRequest() or authorizationCode is required");if(!e.redirectUrl)throw new Error("redirectUrl is required for authorization_code flow");const u=await e.codeVerifier();a=fQ(o,u,e.redirectUrl)}const l=await e.clientInformation();return r$(t,{metadata:n,tokenRequestParams:a,clientInformation:l??void 0,addClientAuthentication:e.addClientAuthentication,resource:r,fetchFn:s})}async function mQ(e,{metadata:t,clientMetadata:n,scope:r,fetchFn:o}){let s;if(t){if(!t.registration_endpoint)throw new Error("Incompatible auth server: does not support dynamic client registration");s=new URL(t.registration_endpoint)}else s=new URL("/register",e);const i=await(o??fetch)(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({...n,...r!==void 0?{scope:r}:{}})});if(!i.ok)throw await e$(i);return ZZ.parse(await i.json())}class gQ extends Error{constructor(t,n,r){super(`SSE error: ${n}`),this.code=t,this.event=r}}class yQ{constructor(t,n){this._url=t,this._resourceMetadataUrl=void 0,this._scope=void 0,this._eventSourceInit=n==null?void 0:n.eventSourceInit,this._requestInit=n==null?void 0:n.requestInit,this._authProvider=n==null?void 0:n.authProvider,this._fetch=n==null?void 0:n.fetch,this._fetchWithInit=Y2(n==null?void 0:n.fetch,n==null?void 0:n.requestInit)}async _authThenStart(){var n;if(!this._authProvider)throw new Wn("No auth provider");let t;try{t=await Rr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw(n=this.onerror)==null||n.call(this,r),r}if(t!=="AUTHORIZED")throw new Wn;return await this._startOrAuth()}async _commonHeaders(){var r;const t={};if(this._authProvider){const o=await this._authProvider.tokens();o&&(t.Authorization=`Bearer ${o.access_token}`)}this._protocolVersion&&(t["mcp-protocol-version"]=this._protocolVersion);const n=Uf((r=this._requestInit)==null?void 0:r.headers);return new Headers({...t,...n})}_startOrAuth(){var n;const t=((n=this==null?void 0:this._eventSourceInit)==null?void 0:n.fetch)??this._fetch??fetch;return new Promise((r,o)=>{this._eventSource=new Md(this._url.href,{...this._eventSourceInit,fetch:async(s,i)=>{const a=await this._commonHeaders();a.set("Accept","text/event-stream");const l=await t(s,{...i,headers:a});if(l.status===401&&l.headers.has("www-authenticate")){const{resourceMetadataUrl:u,scope:d}=Wf(l);this._resourceMetadataUrl=u,this._scope=d}return l}}),this._abortController=new AbortController,this._eventSource.onerror=s=>{var a;if(s.code===401&&this._authProvider){this._authThenStart().then(r,o);return}const i=new gQ(s.code,s.message,s);o(i),(a=this.onerror)==null||a.call(this,i)},this._eventSource.onopen=()=>{},this._eventSource.addEventListener("endpoint",s=>{var a;const i=s;try{if(this._endpoint=new URL(i.data,this._url),this._endpoint.origin!==this._url.origin)throw new Error(`Endpoint origin does not match connection origin: ${this._endpoint.origin}`)}catch(l){o(l),(a=this.onerror)==null||a.call(this,l),this.close();return}r()}),this._eventSource.onmessage=s=>{var l,u;const i=s;let a;try{a=Ad.parse(JSON.parse(i.data))}catch(d){(l=this.onerror)==null||l.call(this,d);return}(u=this.onmessage)==null||u.call(this,a)}})}async start(){if(this._eventSource)throw new Error("SSEClientTransport already started! If using Client class, note that connect() calls start() automatically.");return await this._startOrAuth()}async finishAuth(t){if(!this._authProvider)throw new Wn("No auth provider");if(await Rr(this._authProvider,{serverUrl:this._url,authorizationCode:t,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Wn("Failed to authorize")}async close(){var t,n,r;(t=this._abortController)==null||t.abort(),(n=this._eventSource)==null||n.close(),(r=this.onclose)==null||r.call(this)}async send(t){var n,r,o;if(!this._endpoint)throw new Error("Not connected");try{const s=await this._commonHeaders();s.set("content-type","application/json");const i={...this._requestInit,method:"POST",headers:s,body:JSON.stringify(t),signal:(n=this._abortController)==null?void 0:n.signal},a=await(this._fetch??fetch)(this._endpoint,i);if(!a.ok){const l=await a.text().catch(()=>null);if(a.status===401&&this._authProvider){const{resourceMetadataUrl:u,scope:d}=Wf(a);if(this._resourceMetadataUrl=u,this._scope=d,await Rr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Wn;return this.send(t)}throw new Error(`Error POSTing to endpoint (HTTP ${a.status}): ${l}`)}await((r=a.body)==null?void 0:r.cancel())}catch(s){throw(o=this.onerror)==null||o.call(this,s),s}}setProtocolVersion(t){this._protocolVersion=t}}class vQ extends TransformStream{constructor({onError:t,onRetry:n,onComment:r}={}){let o;super({start(s){o=G2({onEvent:i=>{s.enqueue(i)},onError(i){t==="terminate"?s.error(i):typeof t=="function"&&t(i)},onRetry:n,onComment:r})},transform(s){o.feed(s)}})}}const xQ={initialReconnectionDelay:1e3,maxReconnectionDelay:3e4,reconnectionDelayGrowFactor:1.5,maxRetries:2};class Wi extends Error{constructor(t,n){super(`Streamable HTTP error: ${n}`),this.code=t}}class wQ{constructor(t,n){this._hasCompletedAuthFlow=!1,this._url=t,this._resourceMetadataUrl=void 0,this._scope=void 0,this._requestInit=n==null?void 0:n.requestInit,this._authProvider=n==null?void 0:n.authProvider,this._fetch=n==null?void 0:n.fetch,this._fetchWithInit=Y2(n==null?void 0:n.fetch,n==null?void 0:n.requestInit),this._sessionId=n==null?void 0:n.sessionId,this._reconnectionOptions=(n==null?void 0:n.reconnectionOptions)??xQ}async _authThenStart(){var n;if(!this._authProvider)throw new Wn("No auth provider");let t;try{t=await Rr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})}catch(r){throw(n=this.onerror)==null||n.call(this,r),r}if(t!=="AUTHORIZED")throw new Wn;return await this._startOrAuthSse({resumptionToken:void 0})}async _commonHeaders(){var r;const t={};if(this._authProvider){const o=await this._authProvider.tokens();o&&(t.Authorization=`Bearer ${o.access_token}`)}this._sessionId&&(t["mcp-session-id"]=this._sessionId),this._protocolVersion&&(t["mcp-protocol-version"]=this._protocolVersion);const n=Uf((r=this._requestInit)==null?void 0:r.headers);return new Headers({...t,...n})}async _startOrAuthSse(t){var r,o,s;const{resumptionToken:n}=t;try{const i=await this._commonHeaders();i.set("Accept","text/event-stream"),n&&i.set("last-event-id",n);const a=await(this._fetch??fetch)(this._url,{method:"GET",headers:i,signal:(r=this._abortController)==null?void 0:r.signal});if(!a.ok){if(await((o=a.body)==null?void 0:o.cancel()),a.status===401&&this._authProvider)return await this._authThenStart();if(a.status===405)return;throw new Wi(a.status,`Failed to open SSE stream: ${a.statusText}`)}this._handleSseStream(a.body,t,!0)}catch(i){throw(s=this.onerror)==null||s.call(this,i),i}}_getNextReconnectionDelay(t){if(this._serverRetryMs!==void 0)return this._serverRetryMs;const n=this._reconnectionOptions.initialReconnectionDelay,r=this._reconnectionOptions.reconnectionDelayGrowFactor,o=this._reconnectionOptions.maxReconnectionDelay;return Math.min(n*Math.pow(r,t),o)}_scheduleReconnection(t,n=0){var s;const r=this._reconnectionOptions.maxRetries;if(n>=r){(s=this.onerror)==null||s.call(this,new Error(`Maximum reconnection attempts (${r}) exceeded.`));return}const o=this._getNextReconnectionDelay(n);this._reconnectionTimeout=setTimeout(()=>{this._startOrAuthSse(t).catch(i=>{var a;(a=this.onerror)==null||a.call(this,new Error(`Failed to reconnect SSE stream: ${i instanceof Error?i.message:String(i)}`)),this._scheduleReconnection(t,n+1)})},o)}_handleSseStream(t,n,r){if(!t)return;const{onresumptiontoken:o,replayMessageId:s}=n;let i,a=!1,l=!1;(async()=>{var d,f,p,h;try{const y=t.pipeThrough(new TextDecoderStream).pipeThrough(new vQ({onRetry:g=>{this._serverRetryMs=g}})).getReader();for(;;){const{value:g,done:v}=await y.read();if(v)break;if(g.id&&(i=g.id,a=!0,o==null||o(g.id)),!!g.data&&(!g.event||g.event==="message"))try{const w=Ad.parse(JSON.parse(g.data));Wl(w)&&(l=!0,s!==void 0&&(w.id=s)),(d=this.onmessage)==null||d.call(this,w)}catch(w){(f=this.onerror)==null||f.call(this,w)}}(r||a)&&!l&&this._abortController&&!this._abortController.signal.aborted&&this._scheduleReconnection({resumptionToken:i,onresumptiontoken:o,replayMessageId:s},0)}catch(y){if((p=this.onerror)==null||p.call(this,new Error(`SSE stream disconnected: ${y}`)),(r||a)&&!l&&this._abortController&&!this._abortController.signal.aborted)try{this._scheduleReconnection({resumptionToken:i,onresumptiontoken:o,replayMessageId:s},0)}catch(g){(h=this.onerror)==null||h.call(this,new Error(`Failed to reconnect: ${g instanceof Error?g.message:String(g)}`))}}})()}async start(){if(this._abortController)throw new Error("StreamableHTTPClientTransport already started! If using Client class, note that connect() calls start() automatically.");this._abortController=new AbortController}async finishAuth(t){if(!this._authProvider)throw new Wn("No auth provider");if(await Rr(this._authProvider,{serverUrl:this._url,authorizationCode:t,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Wn("Failed to authorize")}async close(){var t,n;this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=void 0),(t=this._abortController)==null||t.abort(),(n=this.onclose)==null||n.call(this)}async send(t,n){var r,o,s,i,a,l;try{const{resumptionToken:u,onresumptiontoken:d}=n||{};if(u){this._startOrAuthSse({resumptionToken:u,replayMessageId:uy(t)?t.id:void 0}).catch(v=>{var w;return(w=this.onerror)==null?void 0:w.call(this,v)});return}const f=await this._commonHeaders();f.set("content-type","application/json"),f.set("accept","application/json, text/event-stream");const p={...this._requestInit,method:"POST",headers:f,body:JSON.stringify(t),signal:(r=this._abortController)==null?void 0:r.signal},h=await(this._fetch??fetch)(this._url,p),y=h.headers.get("mcp-session-id");if(y&&(this._sessionId=y),!h.ok){const v=await h.text().catch(()=>null);if(h.status===401&&this._authProvider){if(this._hasCompletedAuthFlow)throw new Wi(401,"Server returned 401 after successful authentication");const{resourceMetadataUrl:w,scope:k}=Wf(h);if(this._resourceMetadataUrl=w,this._scope=k,await Rr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetchWithInit})!=="AUTHORIZED")throw new Wn;return this._hasCompletedAuthFlow=!0,this.send(t)}if(h.status===403&&this._authProvider){const{resourceMetadataUrl:w,scope:k,error:E}=Wf(h);if(E==="insufficient_scope"){const P=h.headers.get("WWW-Authenticate");if(this._lastUpscopingHeader===P)throw new Wi(403,"Server returned 403 after trying upscoping");if(k&&(this._scope=k),w&&(this._resourceMetadataUrl=w),this._lastUpscopingHeader=P??void 0,await Rr(this._authProvider,{serverUrl:this._url,resourceMetadataUrl:this._resourceMetadataUrl,scope:this._scope,fetchFn:this._fetch})!=="AUTHORIZED")throw new Wn;return this.send(t)}}throw new Wi(h.status,`Error POSTing to endpoint: ${v}`)}if(this._hasCompletedAuthFlow=!1,this._lastUpscopingHeader=void 0,h.status===202){await((o=h.body)==null?void 0:o.cancel()),y7(t)&&this._startOrAuthSse({resumptionToken:void 0}).catch(v=>{var w;return(w=this.onerror)==null?void 0:w.call(this,v)});return}const x=(Array.isArray(t)?t:[t]).filter(v=>"method"in v&&"id"in v&&v.id!==void 0).length>0,g=h.headers.get("content-type");if(x)if(g!=null&&g.includes("text/event-stream"))this._handleSseStream(h.body,{onresumptiontoken:d},!1);else if(g!=null&&g.includes("application/json")){const v=await h.json(),w=Array.isArray(v)?v.map(k=>Ad.parse(k)):[Ad.parse(v)];for(const k of w)(s=this.onmessage)==null||s.call(this,k)}else throw await((i=h.body)==null?void 0:i.cancel()),new Wi(-1,`Unexpected content type: ${g}`);else await((a=h.body)==null?void 0:a.cancel())}catch(u){throw(l=this.onerror)==null||l.call(this,u),u}}get sessionId(){return this._sessionId}async terminateSession(){var t,n,r;if(this._sessionId)try{const o=await this._commonHeaders(),s={...this._requestInit,method:"DELETE",headers:o,signal:(t=this._abortController)==null?void 0:t.signal},i=await(this._fetch??fetch)(this._url,s);if(await((n=i.body)==null?void 0:n.cancel()),!i.ok&&i.status!==405)throw new Wi(i.status,`Failed to terminate session: ${i.statusText}`);this._sessionId=void 0}catch(o){throw(r=this.onerror)==null||r.call(this,o),o}}setProtocolVersion(t){this._protocolVersion=t}get protocolVersion(){return this._protocolVersion}async resumeStream(t,n){await this._startOrAuthSse({resumptionToken:t,onresumptiontoken:n==null?void 0:n.onresumptiontoken})}}function Qh(e){return!!e._zod}function ns(e,t){return Qh(e)?n2(e,t):e.safeParse(t)}function o$(e){var n,r;if(!e)return;let t;if(Qh(e)?t=(r=(n=e._zod)==null?void 0:n.def)==null?void 0:r.shape:t=e.shape,!!t){if(typeof t=="function")try{return t()}catch{return}return t}}function bQ(e){var o;if(Qh(e)){const i=(o=e._zod)==null?void 0:o.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}const n=e._def;if(n){if(n.value!==void 0)return n.value;if(Array.isArray(n.values)&&n.values.length>0)return n.values[0]}const r=e.value;if(r!==void 0)return r}function Bs(e){return e==="completed"||e==="failed"||e==="cancelled"}new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function A1(e){const t=o$(e),n=t==null?void 0:t.method;if(!n)throw new Error("Schema is missing a method literal");const r=bQ(n);if(typeof r!="string")throw new Error("Schema method literal must be a string");return r}function O1(e,t){const n=ns(e,t);if(!n.success)throw n.error;return n.data}const kQ=6e4;class _Q{constructor(t){this._options=t,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(K0,n=>{this._oncancel(n)}),this.setNotificationHandler(Q0,n=>{this._onprogress(n)}),this.setRequestHandler(Z0,n=>({})),this._taskStore=t==null?void 0:t.taskStore,this._taskMessageQueue=t==null?void 0:t.taskMessageQueue,this._taskStore&&(this.setRequestHandler(G0,async(n,r)=>{const o=await this._taskStore.getTask(n.params.taskId,r.sessionId);if(!o)throw new _e(je.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(Y0,async(n,r)=>{const o=async()=>{var a;const s=n.params.taskId;if(this._taskMessageQueue){let l;for(;l=await this._taskMessageQueue.dequeue(s,r.sessionId);){if(l.type==="response"||l.type==="error"){const u=l.message,d=u.id,f=this._requestResolvers.get(d);if(f)if(this._requestResolvers.delete(d),l.type==="response")f(u);else{const p=u,h=new _e(p.error.code,p.error.message,p.error.data);f(h)}else{const p=l.type==="response"?"Response":"Error";this._onerror(new Error(`${p} handler missing for request ${d}`))}continue}await((a=this._transport)==null?void 0:a.send(l.message,{relatedRequestId:r.requestId}))}}const i=await this._taskStore.getTask(s,r.sessionId);if(!i)throw new _e(je.InvalidParams,`Task not found: ${s}`);if(!Bs(i.status))return await this._waitForTaskUpdate(s,r.signal),await o();if(Bs(i.status)){const l=await this._taskStore.getTaskResult(s,r.sessionId);return this._clearTaskQueue(s),{...l,_meta:{...l._meta,[Ys]:{taskId:s}}}}return await o()};return await o()}),this.setRequestHandler(X0,async(n,r)=>{var o;try{const{tasks:s,nextCursor:i}=await this._taskStore.listTasks((o=n.params)==null?void 0:o.cursor,r.sessionId);return{tasks:s,nextCursor:i,_meta:{}}}catch(s){throw new _e(je.InvalidParams,`Failed to list tasks: ${s instanceof Error?s.message:String(s)}`)}}),this.setRequestHandler(tx,async(n,r)=>{try{const o=await this._taskStore.getTask(n.params.taskId,r.sessionId);if(!o)throw new _e(je.InvalidParams,`Task not found: ${n.params.taskId}`);if(Bs(o.status))throw new _e(je.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(n.params.taskId,"cancelled","Client cancelled task execution.",r.sessionId),this._clearTaskQueue(n.params.taskId);const s=await this._taskStore.getTask(n.params.taskId,r.sessionId);if(!s)throw new _e(je.InvalidParams,`Task not found after cancellation: ${n.params.taskId}`);return{_meta:{},...s}}catch(o){throw o instanceof _e?o:new _e(je.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}}))}async _oncancel(t){if(!t.params.requestId)return;const n=this._requestHandlerAbortControllers.get(t.params.requestId);n==null||n.abort(t.params.reason)}_setupTimeout(t,n,r,o,s=!1){this._timeoutInfo.set(t,{timeoutId:setTimeout(o,n),startTime:Date.now(),timeout:n,maxTotalTimeout:r,resetTimeoutOnProgress:s,onTimeout:o})}_resetTimeout(t){const n=this._timeoutInfo.get(t);if(!n)return!1;const r=Date.now()-n.startTime;if(n.maxTotalTimeout&&r>=n.maxTotalTimeout)throw this._timeoutInfo.delete(t),_e.fromError(je.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:n.maxTotalTimeout,totalElapsed:r});return clearTimeout(n.timeoutId),n.timeoutId=setTimeout(n.onTimeout,n.timeout),!0}_cleanupTimeout(t){const n=this._timeoutInfo.get(t);n&&(clearTimeout(n.timeoutId),this._timeoutInfo.delete(t))}async connect(t){var s,i,a;if(this._transport)throw new Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=t;const n=(s=this.transport)==null?void 0:s.onclose;this._transport.onclose=()=>{n==null||n(),this._onclose()};const r=(i=this.transport)==null?void 0:i.onerror;this._transport.onerror=l=>{r==null||r(l),this._onerror(l)};const o=(a=this._transport)==null?void 0:a.onmessage;this._transport.onmessage=(l,u)=>{o==null||o(l,u),Wl(l)||i7(l)?this._onresponse(l):uy(l)?this._onrequest(l,u):s7(l)?this._onnotification(l):this._onerror(new Error(`Unknown message type: ${JSON.stringify(l)}`))},await this._transport.start()}_onclose(){var r;const t=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(const o of this._timeoutInfo.values())clearTimeout(o.timeoutId);this._timeoutInfo.clear();for(const o of this._requestHandlerAbortControllers.values())o.abort();this._requestHandlerAbortControllers.clear();const n=_e.fromError(je.ConnectionClosed,"Connection closed");this._transport=void 0,(r=this.onclose)==null||r.call(this);for(const o of t.values())o(n)}_onerror(t){var n;(n=this.onerror)==null||n.call(this,t)}_onnotification(t){const n=this._notificationHandlers.get(t.method)??this.fallbackNotificationHandler;n!==void 0&&Promise.resolve().then(()=>n(t)).catch(r=>this._onerror(new Error(`Uncaught error in notification handler: ${r}`)))}_onrequest(t,n){var d,f,p,h;const r=this._requestHandlers.get(t.method)??this.fallbackRequestHandler,o=this._transport,s=(p=(f=(d=t.params)==null?void 0:d._meta)==null?void 0:f[Ys])==null?void 0:p.taskId;if(r===void 0){const y={jsonrpc:"2.0",id:t.id,error:{code:je.MethodNotFound,message:"Method not found"}};s&&this._taskMessageQueue?this._enqueueTaskMessage(s,{type:"error",message:y,timestamp:Date.now()},o==null?void 0:o.sessionId).catch(m=>this._onerror(new Error(`Failed to enqueue error response: ${m}`))):o==null||o.send(y).catch(m=>this._onerror(new Error(`Failed to send an error response: ${m}`)));return}const i=new AbortController;this._requestHandlerAbortControllers.set(t.id,i);const a=o7(t.params)?t.params.task:void 0,l=this._taskStore?this.requestTaskStore(t,o==null?void 0:o.sessionId):void 0,u={signal:i.signal,sessionId:o==null?void 0:o.sessionId,_meta:(h=t.params)==null?void 0:h._meta,sendNotification:async y=>{if(i.signal.aborted)return;const m={relatedRequestId:t.id};s&&(m.relatedTask={taskId:s}),await this.notification(y,m)},sendRequest:async(y,m,x)=>{var w;if(i.signal.aborted)throw new _e(je.ConnectionClosed,"Request was cancelled");const g={...x,relatedRequestId:t.id};s&&!g.relatedTask&&(g.relatedTask={taskId:s});const v=((w=g.relatedTask)==null?void 0:w.taskId)??s;return v&&l&&await l.updateTaskStatus(v,"input_required"),await this.request(y,m,g)},authInfo:n==null?void 0:n.authInfo,requestId:t.id,requestInfo:n==null?void 0:n.requestInfo,taskId:s,taskStore:l,taskRequestedTtl:a==null?void 0:a.ttl,closeSSEStream:n==null?void 0:n.closeSSEStream,closeStandaloneSSEStream:n==null?void 0:n.closeStandaloneSSEStream};Promise.resolve().then(()=>{a&&this.assertTaskHandlerCapability(t.method)}).then(()=>r(t,u)).then(async y=>{if(i.signal.aborted)return;const m={result:y,jsonrpc:"2.0",id:t.id};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"response",message:m,timestamp:Date.now()},o==null?void 0:o.sessionId):await(o==null?void 0:o.send(m))},async y=>{if(i.signal.aborted)return;const m={jsonrpc:"2.0",id:t.id,error:{code:Number.isSafeInteger(y.code)?y.code:je.InternalError,message:y.message??"Internal error",...y.data!==void 0&&{data:y.data}}};s&&this._taskMessageQueue?await this._enqueueTaskMessage(s,{type:"error",message:m,timestamp:Date.now()},o==null?void 0:o.sessionId):await(o==null?void 0:o.send(m))}).catch(y=>this._onerror(new Error(`Failed to send response: ${y}`))).finally(()=>{this._requestHandlerAbortControllers.get(t.id)===i&&this._requestHandlerAbortControllers.delete(t.id)})}_onprogress(t){const{progressToken:n,...r}=t.params,o=Number(n),s=this._progressHandlers.get(o);if(!s){this._onerror(new Error(`Received a progress notification for an unknown token: ${JSON.stringify(t)}`));return}const i=this._responseHandlers.get(o),a=this._timeoutInfo.get(o);if(a&&i&&a.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(l){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(l);return}s(r)}_onresponse(t){const n=Number(t.id),r=this._requestResolvers.get(n);if(r){if(this._requestResolvers.delete(n),Wl(t))r(t);else{const i=new _e(t.error.code,t.error.message,t.error.data);r(i)}return}const o=this._responseHandlers.get(n);if(o===void 0){this._onerror(new Error(`Received a response for an unknown message ID: ${JSON.stringify(t)}`));return}this._responseHandlers.delete(n),this._cleanupTimeout(n);let s=!1;if(Wl(t)&&t.result&&typeof t.result=="object"){const i=t.result;if(i.task&&typeof i.task=="object"){const a=i.task;typeof a.taskId=="string"&&(s=!0,this._taskProgressTokens.set(a.taskId,n))}}if(s||this._progressHandlers.delete(n),Wl(t))o(t);else{const i=_e.fromError(t.error.code,t.error.message,t.error.data);o(i)}}get transport(){return this._transport}async close(){var t;await((t=this._transport)==null?void 0:t.close())}async*requestStream(t,n,r){var i,a;const{task:o}=r??{};if(!o){try{yield{type:"result",result:await this.request(t,n,r)}}catch(l){yield{type:"error",error:l instanceof _e?l:new _e(je.InternalError,String(l))}}return}let s;try{const l=await this.request(t,Hc,r);if(l.task)s=l.task.taskId,yield{type:"taskCreated",task:l.task};else throw new _e(je.InternalError,"Task creation did not return a task");for(;;){const u=await this.getTask({taskId:s},r);if(yield{type:"taskStatus",task:u},Bs(u.status)){u.status==="completed"?yield{type:"result",result:await this.getTaskResult({taskId:s},n,r)}:u.status==="failed"?yield{type:"error",error:new _e(je.InternalError,`Task ${s} failed`)}:u.status==="cancelled"&&(yield{type:"error",error:new _e(je.InternalError,`Task ${s} was cancelled`)});return}if(u.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:s},n,r)};return}const d=u.pollInterval??((i=this._options)==null?void 0:i.defaultTaskPollInterval)??1e3;await new Promise(f=>setTimeout(f,d)),(a=r==null?void 0:r.signal)==null||a.throwIfAborted()}}catch(l){yield{type:"error",error:l instanceof _e?l:new _e(je.InternalError,String(l))}}}request(t,n,r){const{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i,task:a,relatedTask:l}=r??{};return new Promise((u,d)=>{var v,w,k,E,P;const f=S=>{d(S)};if(!this._transport){f(new Error("Not connected"));return}if(((v=this._options)==null?void 0:v.enforceStrictCapabilities)===!0)try{this.assertCapabilityForMethod(t.method),a&&this.assertTaskCapability(t.method)}catch(S){f(S);return}(w=r==null?void 0:r.signal)==null||w.throwIfAborted();const p=this._requestMessageId++,h={...t,jsonrpc:"2.0",id:p};r!=null&&r.onprogress&&(this._progressHandlers.set(p,r.onprogress),h.params={...t.params,_meta:{...((k=t.params)==null?void 0:k._meta)||{},progressToken:p}}),a&&(h.params={...h.params,task:a}),l&&(h.params={...h.params,_meta:{...((E=h.params)==null?void 0:E._meta)||{},[Ys]:l}});const y=S=>{var j;this._responseHandlers.delete(p),this._progressHandlers.delete(p),this._cleanupTimeout(p),(j=this._transport)==null||j.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:p,reason:String(S)}},{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(R=>this._onerror(new Error(`Failed to send cancellation: ${R}`)));const A=S instanceof _e?S:new _e(je.RequestTimeout,String(S));d(A)};this._responseHandlers.set(p,S=>{var A;if(!((A=r==null?void 0:r.signal)!=null&&A.aborted)){if(S instanceof Error)return d(S);try{const j=ns(n,S.result);j.success?u(j.data):d(j.error)}catch(j){d(j)}}}),(P=r==null?void 0:r.signal)==null||P.addEventListener("abort",()=>{var S;y((S=r==null?void 0:r.signal)==null?void 0:S.reason)});const m=(r==null?void 0:r.timeout)??kQ,x=()=>y(_e.fromError(je.RequestTimeout,"Request timed out",{timeout:m}));this._setupTimeout(p,m,r==null?void 0:r.maxTotalTimeout,x,(r==null?void 0:r.resetTimeoutOnProgress)??!1);const g=l==null?void 0:l.taskId;if(g){const S=A=>{const j=this._responseHandlers.get(p);j?j(A):this._onerror(new Error(`Response handler missing for side-channeled request ${p}`))};this._requestResolvers.set(p,S),this._enqueueTaskMessage(g,{type:"request",message:h,timestamp:Date.now()}).catch(A=>{this._cleanupTimeout(p),d(A)})}else this._transport.send(h,{relatedRequestId:o,resumptionToken:s,onresumptiontoken:i}).catch(S=>{this._cleanupTimeout(p),d(S)})})}async getTask(t,n){return this.request({method:"tasks/get",params:t},J0,n)}async getTaskResult(t,n,r){return this.request({method:"tasks/result",params:t},n,r)}async listTasks(t,n){return this.request({method:"tasks/list",params:t},ex,n)}async cancelTask(t,n){return this.request({method:"tasks/cancel",params:t},_7,n)}async notification(t,n){var a,l,u,d;if(!this._transport)throw new Error("Not connected");this.assertNotificationCapability(t.method);const r=(a=n==null?void 0:n.relatedTask)==null?void 0:a.taskId;if(r){const f={...t,jsonrpc:"2.0",params:{...t.params,_meta:{...((l=t.params)==null?void 0:l._meta)||{},[Ys]:n.relatedTask}}};await this._enqueueTaskMessage(r,{type:"notification",message:f,timestamp:Date.now()});return}if((((u=this._options)==null?void 0:u.debouncedNotificationMethods)??[]).includes(t.method)&&!t.params&&!(n!=null&&n.relatedRequestId)&&!(n!=null&&n.relatedTask)){if(this._pendingDebouncedNotifications.has(t.method))return;this._pendingDebouncedNotifications.add(t.method),Promise.resolve().then(()=>{var p,h;if(this._pendingDebouncedNotifications.delete(t.method),!this._transport)return;let f={...t,jsonrpc:"2.0"};n!=null&&n.relatedTask&&(f={...f,params:{...f.params,_meta:{...((p=f.params)==null?void 0:p._meta)||{},[Ys]:n.relatedTask}}}),(h=this._transport)==null||h.send(f,n).catch(y=>this._onerror(y))});return}let i={...t,jsonrpc:"2.0"};n!=null&&n.relatedTask&&(i={...i,params:{...i.params,_meta:{...((d=i.params)==null?void 0:d._meta)||{},[Ys]:n.relatedTask}}}),await this._transport.send(i,n)}setRequestHandler(t,n){const r=A1(t);this.assertRequestHandlerCapability(r),this._requestHandlers.set(r,(o,s)=>{const i=O1(t,o);return Promise.resolve(n(i,s))})}removeRequestHandler(t){this._requestHandlers.delete(t)}assertCanSetRequestHandler(t){if(this._requestHandlers.has(t))throw new Error(`A request handler for ${t} already exists, which would be overridden`)}setNotificationHandler(t,n){const r=A1(t);this._notificationHandlers.set(r,o=>{const s=O1(t,o);return Promise.resolve(n(s))})}removeNotificationHandler(t){this._notificationHandlers.delete(t)}_cleanupTaskProgressHandler(t){const n=this._taskProgressTokens.get(t);n!==void 0&&(this._progressHandlers.delete(n),this._taskProgressTokens.delete(t))}async _enqueueTaskMessage(t,n,r){var s;if(!this._taskStore||!this._taskMessageQueue)throw new Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");const o=(s=this._options)==null?void 0:s.maxTaskQueueSize;await this._taskMessageQueue.enqueue(t,n,r,o)}async _clearTaskQueue(t,n){if(this._taskMessageQueue){const r=await this._taskMessageQueue.dequeueAll(t,n);for(const o of r)if(o.type==="request"&&uy(o.message)){const s=o.message.id,i=this._requestResolvers.get(s);i?(i(new _e(je.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(s)):this._onerror(new Error(`Resolver missing for request ${s} during task ${t} cleanup`))}}}async _waitForTaskUpdate(t,n){var o,s;let r=((o=this._options)==null?void 0:o.defaultTaskPollInterval)??1e3;try{const i=await((s=this._taskStore)==null?void 0:s.getTask(t));i!=null&&i.pollInterval&&(r=i.pollInterval)}catch{}return new Promise((i,a)=>{if(n.aborted){a(new _e(je.InvalidRequest,"Request cancelled"));return}const l=setTimeout(i,r);n.addEventListener("abort",()=>{clearTimeout(l),a(new _e(je.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(t,n){const r=this._taskStore;if(!r)throw new Error("No task store configured");return{createTask:async o=>{if(!t)throw new Error("No request provided");return await r.createTask(o,t.id,{method:t.method,params:t.params},n)},getTask:async o=>{const s=await r.getTask(o,n);if(!s)throw new _e(je.InvalidParams,"Failed to retrieve task: Task not found");return s},storeTaskResult:async(o,s,i)=>{await r.storeTaskResult(o,s,i,n);const a=await r.getTask(o,n);if(a){const l=Mf.parse({method:"notifications/tasks/status",params:a});await this.notification(l),Bs(a.status)&&this._cleanupTaskProgressHandler(o)}},getTaskResult:o=>r.getTaskResult(o,n),updateTaskStatus:async(o,s,i)=>{const a=await r.getTask(o,n);if(!a)throw new _e(je.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(Bs(a.status))throw new _e(je.InvalidParams,`Cannot update task "${o}" from terminal status "${a.status}" to "${s}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await r.updateTaskStatus(o,s,i,n);const l=await r.getTask(o,n);if(l){const u=Mf.parse({method:"notifications/tasks/status",params:l});await this.notification(u),Bs(l.status)&&this._cleanupTaskProgressHandler(o)}},listTasks:o=>r.listTasks(o,n)}}}function M1(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function SQ(e,t){const n={...e};for(const r in t){const o=r,s=t[o];if(s===void 0)continue;const i=n[o];M1(i)&&M1(s)?n[o]={...i,...s}:n[o]=s}return n}var $y={exports:{}},s$={},Mr={},ol={},wu={},Ae={},Bc={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;class t{}e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class n extends t{constructor(v){if(super(),!e.IDENTIFIER.test(v))throw new Error("CodeGen: name must be a valid identifier");this.str=v}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}e.Name=n;class r extends t{constructor(v){super(),this._items=typeof v=="string"?[v]:v}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;const v=this._items[0];return v===""||v==='""'}get str(){var v;return(v=this._str)!==null&&v!==void 0?v:this._str=this._items.reduce((w,k)=>`${w}${k}`,"")}get names(){var v;return(v=this._names)!==null&&v!==void 0?v:this._names=this._items.reduce((w,k)=>(k instanceof n&&(w[k.str]=(w[k.str]||0)+1),w),{})}}e._Code=r,e.nil=new r("");function o(g,...v){const w=[g[0]];let k=0;for(;k<v.length;)a(w,v[k]),w.push(g[++k]);return new r(w)}e._=o;const s=new r("+");function i(g,...v){const w=[h(g[0])];let k=0;for(;k<v.length;)w.push(s),a(w,v[k]),w.push(s,h(g[++k]));return l(w),new r(w)}e.str=i;function a(g,v){v instanceof r?g.push(...v._items):v instanceof n?g.push(v):g.push(f(v))}e.addCodeArg=a;function l(g){let v=1;for(;v<g.length-1;){if(g[v]===s){const w=u(g[v-1],g[v+1]);if(w!==void 0){g.splice(v-1,3,w);continue}g[v++]="+"}v++}}function u(g,v){if(v==='""')return g;if(g==='""')return v;if(typeof g=="string")return v instanceof n||g[g.length-1]!=='"'?void 0:typeof v!="string"?`${g.slice(0,-1)}${v}"`:v[0]==='"'?g.slice(0,-1)+v.slice(1):void 0;if(typeof v=="string"&&v[0]==='"'&&!(g instanceof n))return`"${g}${v.slice(1)}`}function d(g,v){return v.emptyStr()?g:g.emptyStr()?v:i`${g}${v}`}e.strConcat=d;function f(g){return typeof g=="number"||typeof g=="boolean"||g===null?g:h(Array.isArray(g)?g.join(","):g)}function p(g){return new r(h(g))}e.stringify=p;function h(g){return JSON.stringify(g).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}e.safeStringify=h;function y(g){return typeof g=="string"&&e.IDENTIFIER.test(g)?new r(`.${g}`):o`[${g}]`}e.getProperty=y;function m(g){if(typeof g=="string"&&e.IDENTIFIER.test(g))return new r(`${g}`);throw new Error(`CodeGen: invalid export name: ${g}, use explicit $id name mapping`)}e.getEsmExportName=m;function x(g){return new r(g.toString())}e.regexpCode=x})(Bc);var Ry={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;const t=Bc;class n extends Error{constructor(u){super(`CodeGen: "code" for ${u} not defined`),this.value=u.value}}var r;(function(l){l[l.Started=0]="Started",l[l.Completed=1]="Completed"})(r||(e.UsedValueState=r={})),e.varKinds={const:new t.Name("const"),let:new t.Name("let"),var:new t.Name("var")};class o{constructor({prefixes:u,parent:d}={}){this._names={},this._prefixes=u,this._parent=d}toName(u){return u instanceof t.Name?u:this.name(u)}name(u){return new t.Name(this._newName(u))}_newName(u){const d=this._names[u]||this._nameGroup(u);return`${u}${d.index++}`}_nameGroup(u){var d,f;if(!((f=(d=this._parent)===null||d===void 0?void 0:d._prefixes)===null||f===void 0)&&f.has(u)||this._prefixes&&!this._prefixes.has(u))throw new Error(`CodeGen: prefix "${u}" is not allowed in this scope`);return this._names[u]={prefix:u,index:0}}}e.Scope=o;class s extends t.Name{constructor(u,d){super(d),this.prefix=u}setValue(u,{property:d,itemIndex:f}){this.value=u,this.scopePath=(0,t._)`.${new t.Name(d)}[${f}]`}}e.ValueScopeName=s;const i=(0,t._)`\n`;class a extends o{constructor(u){super(u),this._values={},this._scope=u.scope,this.opts={...u,_n:u.lines?i:t.nil}}get(){return this._scope}name(u){return new s(u,this._newName(u))}value(u,d){var f;if(d.ref===void 0)throw new Error("CodeGen: ref must be passed in value");const p=this.toName(u),{prefix:h}=p,y=(f=d.key)!==null&&f!==void 0?f:d.ref;let m=this._values[h];if(m){const v=m.get(y);if(v)return v}else m=this._values[h]=new Map;m.set(y,p);const x=this._scope[h]||(this._scope[h]=[]),g=x.length;return x[g]=d.ref,p.setValue(d,{property:h,itemIndex:g}),p}getValue(u,d){const f=this._values[u];if(f)return f.get(d)}scopeRefs(u,d=this._values){return this._reduceValues(d,f=>{if(f.scopePath===void 0)throw new Error(`CodeGen: name "${f}" has no value`);return(0,t._)`${u}${f.scopePath}`})}scopeCode(u=this._values,d,f){return this._reduceValues(u,p=>{if(p.value===void 0)throw new Error(`CodeGen: name "${p}" has no value`);return p.value.code},d,f)}_reduceValues(u,d,f={},p){let h=t.nil;for(const y in u){const m=u[y];if(!m)continue;const x=f[y]=f[y]||new Map;m.forEach(g=>{if(x.has(g))return;x.set(g,r.Started);let v=d(g);if(v){const w=this.opts.es5?e.varKinds.var:e.varKinds.const;h=(0,t._)`${h}${w} ${g} = ${v};${this.opts._n}`}else if(v=p==null?void 0:p(g))h=(0,t._)`${h}${v}${this.opts._n}`;else throw new n(g);x.set(g,r.Completed)})}return h}}e.ValueScope=a})(Ry);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;const t=Bc,n=Ry;var r=Bc;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,"strConcat",{enumerable:!0,get:function(){return r.strConcat}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,"getProperty",{enumerable:!0,get:function(){return r.getProperty}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,"regexpCode",{enumerable:!0,get:function(){return r.regexpCode}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return r.Name}});var o=Ry;Object.defineProperty(e,"Scope",{enumerable:!0,get:function(){return o.Scope}}),Object.defineProperty(e,"ValueScope",{enumerable:!0,get:function(){return o.ValueScope}}),Object.defineProperty(e,"ValueScopeName",{enumerable:!0,get:function(){return o.ValueScopeName}}),Object.defineProperty(e,"varKinds",{enumerable:!0,get:function(){return o.varKinds}}),e.operators={GT:new t._Code(">"),GTE:new t._Code(">="),LT:new t._Code("<"),LTE:new t._Code("<="),EQ:new t._Code("==="),NEQ:new t._Code("!=="),NOT:new t._Code("!"),OR:new t._Code("||"),AND:new t._Code("&&"),ADD:new t._Code("+")};class s{optimizeNodes(){return this}optimizeNames(C,$){return this}}class i extends s{constructor(C,$,M){super(),this.varKind=C,this.name=$,this.rhs=M}render({es5:C,_n:$}){const M=C?n.varKinds.var:this.varKind,B=this.rhs===void 0?"":` = ${this.rhs}`;return`${M} ${this.name}${B};`+$}optimizeNames(C,$){if(C[this.name.str])return this.rhs&&(this.rhs=z(this.rhs,C,$)),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}}class a extends s{constructor(C,$,M){super(),this.lhs=C,this.rhs=$,this.sideEffects=M}render({_n:C}){return`${this.lhs} = ${this.rhs};`+C}optimizeNames(C,$){if(!(this.lhs instanceof t.Name&&!C[this.lhs.str]&&!this.sideEffects))return this.rhs=z(this.rhs,C,$),this}get names(){const C=this.lhs instanceof t.Name?{}:{...this.lhs.names};return F(C,this.rhs)}}class l extends a{constructor(C,$,M,B){super(C,M,B),this.op=$}render({_n:C}){return`${this.lhs} ${this.op}= ${this.rhs};`+C}}class u extends s{constructor(C){super(),this.label=C,this.names={}}render({_n:C}){return`${this.label}:`+C}}class d extends s{constructor(C){super(),this.label=C,this.names={}}render({_n:C}){return`break${this.label?` ${this.label}`:""};`+C}}class f extends s{constructor(C){super(),this.error=C}render({_n:C}){return`throw ${this.error};`+C}get names(){return this.error.names}}class p extends s{constructor(C){super(),this.code=C}render({_n:C}){return`${this.code};`+C}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(C,$){return this.code=z(this.code,C,$),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}}class h extends s{constructor(C=[]){super(),this.nodes=C}render(C){return this.nodes.reduce(($,M)=>$+M.render(C),"")}optimizeNodes(){const{nodes:C}=this;let $=C.length;for(;$--;){const M=C[$].optimizeNodes();Array.isArray(M)?C.splice($,1,...M):M?C[$]=M:C.splice($,1)}return C.length>0?this:void 0}optimizeNames(C,$){const{nodes:M}=this;let B=M.length;for(;B--;){const Q=M[B];Q.optimizeNames(C,$)||(V(C,Q.names),M.splice(B,1))}return M.length>0?this:void 0}get names(){return this.nodes.reduce((C,$)=>I(C,$.names),{})}}class y extends h{render(C){return"{"+C._n+super.render(C)+"}"+C._n}}class m extends h{}class x extends y{}x.kind="else";class g extends y{constructor(C,$){super($),this.condition=C}render(C){let $=`if(${this.condition})`+super.render(C);return this.else&&($+="else "+this.else.render(C)),$}optimizeNodes(){super.optimizeNodes();const C=this.condition;if(C===!0)return this.nodes;let $=this.else;if($){const M=$.optimizeNodes();$=this.else=Array.isArray(M)?new x(M):M}if($)return C===!1?$ instanceof g?$:$.nodes:this.nodes.length?this:new g(Z(C),$ instanceof g?[$]:$.nodes);if(!(C===!1||!this.nodes.length))return this}optimizeNames(C,$){var M;if(this.else=(M=this.else)===null||M===void 0?void 0:M.optimizeNames(C,$),!!(super.optimizeNames(C,$)||this.else))return this.condition=z(this.condition,C,$),this}get names(){const C=super.names;return F(C,this.condition),this.else&&I(C,this.else.names),C}}g.kind="if";class v extends y{}v.kind="for";class w extends v{constructor(C){super(),this.iteration=C}render(C){return`for(${this.iteration})`+super.render(C)}optimizeNames(C,$){if(super.optimizeNames(C,$))return this.iteration=z(this.iteration,C,$),this}get names(){return I(super.names,this.iteration.names)}}class k extends v{constructor(C,$,M,B){super(),this.varKind=C,this.name=$,this.from=M,this.to=B}render(C){const $=C.es5?n.varKinds.var:this.varKind,{name:M,from:B,to:Q}=this;return`for(${$} ${M}=${B}; ${M}<${Q}; ${M}++)`+super.render(C)}get names(){const C=F(super.names,this.from);return F(C,this.to)}}class E extends v{constructor(C,$,M,B){super(),this.loop=C,this.varKind=$,this.name=M,this.iterable=B}render(C){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(C)}optimizeNames(C,$){if(super.optimizeNames(C,$))return this.iterable=z(this.iterable,C,$),this}get names(){return I(super.names,this.iterable.names)}}class P extends y{constructor(C,$,M){super(),this.name=C,this.args=$,this.async=M}render(C){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(C)}}P.kind="func";class S extends h{render(C){return"return "+super.render(C)}}S.kind="return";class A extends y{render(C){let $="try"+super.render(C);return this.catch&&($+=this.catch.render(C)),this.finally&&($+=this.finally.render(C)),$}optimizeNodes(){var C,$;return super.optimizeNodes(),(C=this.catch)===null||C===void 0||C.optimizeNodes(),($=this.finally)===null||$===void 0||$.optimizeNodes(),this}optimizeNames(C,$){var M,B;return super.optimizeNames(C,$),(M=this.catch)===null||M===void 0||M.optimizeNames(C,$),(B=this.finally)===null||B===void 0||B.optimizeNames(C,$),this}get names(){const C=super.names;return this.catch&&I(C,this.catch.names),this.finally&&I(C,this.finally.names),C}}class j extends y{constructor(C){super(),this.error=C}render(C){return`catch(${this.error})`+super.render(C)}}j.kind="catch";class R extends y{render(C){return"finally"+super.render(C)}}R.kind="finally";class T{constructor(C,$={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...$,_n:$.lines?`
|
|
452
|
+
`:""},this._extScope=C,this._scope=new n.Scope({parent:C}),this._nodes=[new m]}toString(){return this._root.render(this.opts)}name(C){return this._scope.name(C)}scopeName(C){return this._extScope.name(C)}scopeValue(C,$){const M=this._extScope.value(C,$);return(this._values[M.prefix]||(this._values[M.prefix]=new Set)).add(M),M}getScopeValue(C,$){return this._extScope.getValue(C,$)}scopeRefs(C){return this._extScope.scopeRefs(C,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(C,$,M,B){const Q=this._scope.toName($);return M!==void 0&&B&&(this._constants[Q.str]=M),this._leafNode(new i(C,Q,M)),Q}const(C,$,M){return this._def(n.varKinds.const,C,$,M)}let(C,$,M){return this._def(n.varKinds.let,C,$,M)}var(C,$,M){return this._def(n.varKinds.var,C,$,M)}assign(C,$,M){return this._leafNode(new a(C,$,M))}add(C,$){return this._leafNode(new l(C,e.operators.ADD,$))}code(C){return typeof C=="function"?C():C!==t.nil&&this._leafNode(new p(C)),this}object(...C){const $=["{"];for(const[M,B]of C)$.length>1&&$.push(","),$.push(M),(M!==B||this.opts.es5)&&($.push(":"),(0,t.addCodeArg)($,B));return $.push("}"),new t._Code($)}if(C,$,M){if(this._blockNode(new g(C)),$&&M)this.code($).else().code(M).endIf();else if($)this.code($).endIf();else if(M)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(C){return this._elseNode(new g(C))}else(){return this._elseNode(new x)}endIf(){return this._endBlockNode(g,x)}_for(C,$){return this._blockNode(C),$&&this.code($).endFor(),this}for(C,$){return this._for(new w(C),$)}forRange(C,$,M,B,Q=this.opts.es5?n.varKinds.var:n.varKinds.let){const ue=this._scope.toName(C);return this._for(new k(Q,ue,$,M),()=>B(ue))}forOf(C,$,M,B=n.varKinds.const){const Q=this._scope.toName(C);if(this.opts.es5){const ue=$ instanceof t.Name?$:this.var("_arr",$);return this.forRange("_i",0,(0,t._)`${ue}.length`,oe=>{this.var(Q,(0,t._)`${ue}[${oe}]`),M(Q)})}return this._for(new E("of",B,Q,$),()=>M(Q))}forIn(C,$,M,B=this.opts.es5?n.varKinds.var:n.varKinds.const){if(this.opts.ownProperties)return this.forOf(C,(0,t._)`Object.keys(${$})`,M);const Q=this._scope.toName(C);return this._for(new E("in",B,Q,$),()=>M(Q))}endFor(){return this._endBlockNode(v)}label(C){return this._leafNode(new u(C))}break(C){return this._leafNode(new d(C))}return(C){const $=new S;if(this._blockNode($),this.code(C),$.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(S)}try(C,$,M){if(!$&&!M)throw new Error('CodeGen: "try" without "catch" and "finally"');const B=new A;if(this._blockNode(B),this.code(C),$){const Q=this.name("e");this._currNode=B.catch=new j(Q),$(Q)}return M&&(this._currNode=B.finally=new R,this.code(M)),this._endBlockNode(j,R)}throw(C){return this._leafNode(new f(C))}block(C,$){return this._blockStarts.push(this._nodes.length),C&&this.code(C).endBlock($),this}endBlock(C){const $=this._blockStarts.pop();if($===void 0)throw new Error("CodeGen: not in self-balancing block");const M=this._nodes.length-$;if(M<0||C!==void 0&&M!==C)throw new Error(`CodeGen: wrong number of nodes: ${M} vs ${C} expected`);return this._nodes.length=$,this}func(C,$=t.nil,M,B){return this._blockNode(new P(C,$,M)),B&&this.code(B).endFunc(),this}endFunc(){return this._endBlockNode(P)}optimize(C=1){for(;C-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(C){return this._currNode.nodes.push(C),this}_blockNode(C){this._currNode.nodes.push(C),this._nodes.push(C)}_endBlockNode(C,$){const M=this._currNode;if(M instanceof C||$&&M instanceof $)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${$?`${C.kind}/${$.kind}`:C.kind}"`)}_elseNode(C){const $=this._currNode;if(!($ instanceof g))throw new Error('CodeGen: "else" without "if"');return this._currNode=$.else=C,this}get _root(){return this._nodes[0]}get _currNode(){const C=this._nodes;return C[C.length-1]}set _currNode(C){const $=this._nodes;$[$.length-1]=C}}e.CodeGen=T;function I(_,C){for(const $ in C)_[$]=(_[$]||0)+(C[$]||0);return _}function F(_,C){return C instanceof t._CodeOrName?I(_,C.names):_}function z(_,C,$){if(_ instanceof t.Name)return M(_);if(!B(_))return _;return new t._Code(_._items.reduce((Q,ue)=>(ue instanceof t.Name&&(ue=M(ue)),ue instanceof t._Code?Q.push(...ue._items):Q.push(ue),Q),[]));function M(Q){const ue=$[Q.str];return ue===void 0||C[Q.str]!==1?Q:(delete C[Q.str],ue)}function B(Q){return Q instanceof t._Code&&Q._items.some(ue=>ue instanceof t.Name&&C[ue.str]===1&&$[ue.str]!==void 0)}}function V(_,C){for(const $ in C)_[$]=(_[$]||0)-(C[$]||0)}function Z(_){return typeof _=="boolean"||typeof _=="number"||_===null?!_:(0,t._)`!${U(_)}`}e.not=Z;const K=O(e.operators.AND);function q(..._){return _.reduce(K)}e.and=q;const H=O(e.operators.OR);function N(..._){return _.reduce(H)}e.or=N;function O(_){return(C,$)=>C===t.nil?$:$===t.nil?C:(0,t._)`${U(C)} ${_} ${U($)}`}function U(_){return _ instanceof t.Name?_:(0,t._)`(${_})`}})(Ae);var ce={};Object.defineProperty(ce,"__esModule",{value:!0});ce.checkStrictMode=ce.getErrorPath=ce.Type=ce.useFunc=ce.setEvaluated=ce.evaluatedPropsToName=ce.mergeEvaluated=ce.eachItem=ce.unescapeJsonPointer=ce.escapeJsonPointer=ce.escapeFragment=ce.unescapeFragment=ce.schemaRefOrVal=ce.schemaHasRulesButRef=ce.schemaHasRules=ce.checkUnknownRules=ce.alwaysValidSchema=ce.toHash=void 0;const nt=Ae,CQ=Bc;function EQ(e){const t={};for(const n of e)t[n]=!0;return t}ce.toHash=EQ;function NQ(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(i$(e,t),!a$(t,e.self.RULES.all))}ce.alwaysValidSchema=NQ;function i$(e,t=e.schema){const{opts:n,self:r}=e;if(!n.strictSchema||typeof t=="boolean")return;const o=r.RULES.keywords;for(const s in t)o[s]||u$(e,`unknown keyword: "${s}"`)}ce.checkUnknownRules=i$;function a$(e,t){if(typeof e=="boolean")return!e;for(const n in e)if(t[n])return!0;return!1}ce.schemaHasRules=a$;function PQ(e,t){if(typeof e=="boolean")return!e;for(const n in e)if(n!=="$ref"&&t.all[n])return!0;return!1}ce.schemaHasRulesButRef=PQ;function jQ({topSchemaRef:e,schemaPath:t},n,r,o){if(!o){if(typeof n=="number"||typeof n=="boolean")return n;if(typeof n=="string")return(0,nt._)`${n}`}return(0,nt._)`${e}${t}${(0,nt.getProperty)(r)}`}ce.schemaRefOrVal=jQ;function TQ(e){return l$(decodeURIComponent(e))}ce.unescapeFragment=TQ;function $Q(e){return encodeURIComponent(px(e))}ce.escapeFragment=$Q;function px(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}ce.escapeJsonPointer=px;function l$(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}ce.unescapeJsonPointer=l$;function RQ(e,t){if(Array.isArray(e))for(const n of e)t(n);else t(e)}ce.eachItem=RQ;function D1({mergeNames:e,mergeToName:t,mergeValues:n,resultToName:r}){return(o,s,i,a)=>{const l=i===void 0?s:i instanceof nt.Name?(s instanceof nt.Name?e(o,s,i):t(o,s,i),i):s instanceof nt.Name?(t(o,i,s),s):n(s,i);return a===nt.Name&&!(l instanceof nt.Name)?r(o,l):l}}ce.mergeEvaluated={props:D1({mergeNames:(e,t,n)=>e.if((0,nt._)`${n} !== true && ${t} !== undefined`,()=>{e.if((0,nt._)`${t} === true`,()=>e.assign(n,!0),()=>e.assign(n,(0,nt._)`${n} || {}`).code((0,nt._)`Object.assign(${n}, ${t})`))}),mergeToName:(e,t,n)=>e.if((0,nt._)`${n} !== true`,()=>{t===!0?e.assign(n,!0):(e.assign(n,(0,nt._)`${n} || {}`),mx(e,n,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:c$}),items:D1({mergeNames:(e,t,n)=>e.if((0,nt._)`${n} !== true && ${t} !== undefined`,()=>e.assign(n,(0,nt._)`${t} === true ? true : ${n} > ${t} ? ${n} : ${t}`)),mergeToName:(e,t,n)=>e.if((0,nt._)`${n} !== true`,()=>e.assign(n,t===!0?!0:(0,nt._)`${n} > ${t} ? ${n} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function c$(e,t){if(t===!0)return e.var("props",!0);const n=e.var("props",(0,nt._)`{}`);return t!==void 0&&mx(e,n,t),n}ce.evaluatedPropsToName=c$;function mx(e,t,n){Object.keys(n).forEach(r=>e.assign((0,nt._)`${t}${(0,nt.getProperty)(r)}`,!0))}ce.setEvaluated=mx;const z1={};function IQ(e,t){return e.scopeValue("func",{ref:t,code:z1[t.code]||(z1[t.code]=new CQ._Code(t.code))})}ce.useFunc=IQ;var Iy;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(Iy||(ce.Type=Iy={}));function AQ(e,t,n){if(e instanceof nt.Name){const r=t===Iy.Num;return n?r?(0,nt._)`"[" + ${e} + "]"`:(0,nt._)`"['" + ${e} + "']"`:r?(0,nt._)`"/" + ${e}`:(0,nt._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return n?(0,nt.getProperty)(e).toString():"/"+px(e)}ce.getErrorPath=AQ;function u$(e,t,n=e.opts.strictSchema){if(n){if(t=`strict mode: ${t}`,n===!0)throw new Error(t);e.self.logger.warn(t)}}ce.checkStrictMode=u$;var ho={};Object.defineProperty(ho,"__esModule",{value:!0});const dn=Ae,OQ={data:new dn.Name("data"),valCxt:new dn.Name("valCxt"),instancePath:new dn.Name("instancePath"),parentData:new dn.Name("parentData"),parentDataProperty:new dn.Name("parentDataProperty"),rootData:new dn.Name("rootData"),dynamicAnchors:new dn.Name("dynamicAnchors"),vErrors:new dn.Name("vErrors"),errors:new dn.Name("errors"),this:new dn.Name("this"),self:new dn.Name("self"),scope:new dn.Name("scope"),json:new dn.Name("json"),jsonPos:new dn.Name("jsonPos"),jsonLen:new dn.Name("jsonLen"),jsonPart:new dn.Name("jsonPart")};ho.default=OQ;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;const t=Ae,n=ce,r=ho;e.keywordError={message:({keyword:x})=>(0,t.str)`must pass "${x}" keyword validation`},e.keyword$DataError={message:({keyword:x,schemaType:g})=>g?(0,t.str)`"${x}" keyword must be ${g} ($data)`:(0,t.str)`"${x}" keyword is invalid ($data)`};function o(x,g=e.keywordError,v,w){const{it:k}=x,{gen:E,compositeRule:P,allErrors:S}=k,A=f(x,g,v);w??(P||S)?l(E,A):u(k,(0,t._)`[${A}]`)}e.reportError=o;function s(x,g=e.keywordError,v){const{it:w}=x,{gen:k,compositeRule:E,allErrors:P}=w,S=f(x,g,v);l(k,S),E||P||u(w,r.default.vErrors)}e.reportExtraError=s;function i(x,g){x.assign(r.default.errors,g),x.if((0,t._)`${r.default.vErrors} !== null`,()=>x.if(g,()=>x.assign((0,t._)`${r.default.vErrors}.length`,g),()=>x.assign(r.default.vErrors,null)))}e.resetErrorsCount=i;function a({gen:x,keyword:g,schemaValue:v,data:w,errsCount:k,it:E}){if(k===void 0)throw new Error("ajv implementation error");const P=x.name("err");x.forRange("i",k,r.default.errors,S=>{x.const(P,(0,t._)`${r.default.vErrors}[${S}]`),x.if((0,t._)`${P}.instancePath === undefined`,()=>x.assign((0,t._)`${P}.instancePath`,(0,t.strConcat)(r.default.instancePath,E.errorPath))),x.assign((0,t._)`${P}.schemaPath`,(0,t.str)`${E.errSchemaPath}/${g}`),E.opts.verbose&&(x.assign((0,t._)`${P}.schema`,v),x.assign((0,t._)`${P}.data`,w))})}e.extendErrors=a;function l(x,g){const v=x.const("err",g);x.if((0,t._)`${r.default.vErrors} === null`,()=>x.assign(r.default.vErrors,(0,t._)`[${v}]`),(0,t._)`${r.default.vErrors}.push(${v})`),x.code((0,t._)`${r.default.errors}++`)}function u(x,g){const{gen:v,validateName:w,schemaEnv:k}=x;k.$async?v.throw((0,t._)`new ${x.ValidationError}(${g})`):(v.assign((0,t._)`${w}.errors`,g),v.return(!1))}const d={keyword:new t.Name("keyword"),schemaPath:new t.Name("schemaPath"),params:new t.Name("params"),propertyName:new t.Name("propertyName"),message:new t.Name("message"),schema:new t.Name("schema"),parentSchema:new t.Name("parentSchema")};function f(x,g,v){const{createErrors:w}=x.it;return w===!1?(0,t._)`{}`:p(x,g,v)}function p(x,g,v={}){const{gen:w,it:k}=x,E=[h(k,v),y(x,v)];return m(x,g,E),w.object(...E)}function h({errorPath:x},{instancePath:g}){const v=g?(0,t.str)`${x}${(0,n.getErrorPath)(g,n.Type.Str)}`:x;return[r.default.instancePath,(0,t.strConcat)(r.default.instancePath,v)]}function y({keyword:x,it:{errSchemaPath:g}},{schemaPath:v,parentSchema:w}){let k=w?g:(0,t.str)`${g}/${x}`;return v&&(k=(0,t.str)`${k}${(0,n.getErrorPath)(v,n.Type.Str)}`),[d.schemaPath,k]}function m(x,{params:g,message:v},w){const{keyword:k,data:E,schemaValue:P,it:S}=x,{opts:A,propertyName:j,topSchemaRef:R,schemaPath:T}=S;w.push([d.keyword,k],[d.params,typeof g=="function"?g(x):g||(0,t._)`{}`]),A.messages&&w.push([d.message,typeof v=="function"?v(x):v]),A.verbose&&w.push([d.schema,P],[d.parentSchema,(0,t._)`${R}${T}`],[r.default.data,E]),j&&w.push([d.propertyName,j])}})(wu);Object.defineProperty(ol,"__esModule",{value:!0});ol.boolOrEmptySchema=ol.topBoolOrEmptySchema=void 0;const MQ=wu,DQ=Ae,zQ=ho,LQ={message:"boolean schema is false"};function FQ(e){const{gen:t,schema:n,validateName:r}=e;n===!1?d$(e,!1):typeof n=="object"&&n.$async===!0?t.return(zQ.default.data):(t.assign((0,DQ._)`${r}.errors`,null),t.return(!0))}ol.topBoolOrEmptySchema=FQ;function UQ(e,t){const{gen:n,schema:r}=e;r===!1?(n.var(t,!1),d$(e)):n.var(t,!0)}ol.boolOrEmptySchema=UQ;function d$(e,t){const{gen:n,data:r}=e,o={gen:n,keyword:"false schema",data:r,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,MQ.reportError)(o,LQ,void 0,t)}var Ut={},Ii={};Object.defineProperty(Ii,"__esModule",{value:!0});Ii.getRules=Ii.isJSONType=void 0;const qQ=["string","number","integer","boolean","null","object","array"],VQ=new Set(qQ);function HQ(e){return typeof e=="string"&&VQ.has(e)}Ii.isJSONType=HQ;function BQ(){const e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}Ii.getRules=BQ;var jo={};Object.defineProperty(jo,"__esModule",{value:!0});jo.shouldUseRule=jo.shouldUseGroup=jo.schemaHasRulesForType=void 0;function WQ({schema:e,self:t},n){const r=t.RULES.types[n];return r&&r!==!0&&f$(e,r)}jo.schemaHasRulesForType=WQ;function f$(e,t){return t.rules.some(n=>h$(e,n))}jo.shouldUseGroup=f$;function h$(e,t){var n;return e[t.keyword]!==void 0||((n=t.definition.implements)===null||n===void 0?void 0:n.some(r=>e[r]!==void 0))}jo.shouldUseRule=h$;Object.defineProperty(Ut,"__esModule",{value:!0});Ut.reportTypeError=Ut.checkDataTypes=Ut.checkDataType=Ut.coerceAndCheckDataType=Ut.getJSONTypes=Ut.getSchemaTypes=Ut.DataType=void 0;const KQ=Ii,ZQ=jo,QQ=wu,Re=Ae,p$=ce;var Pa;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(Pa||(Ut.DataType=Pa={}));function GQ(e){const t=m$(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}Ut.getSchemaTypes=GQ;function m$(e){const t=Array.isArray(e)?e:e?[e]:[];if(t.every(KQ.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}Ut.getJSONTypes=m$;function JQ(e,t){const{gen:n,data:r,opts:o}=e,s=YQ(t,o.coerceTypes),i=t.length>0&&!(s.length===0&&t.length===1&&(0,ZQ.schemaHasRulesForType)(e,t[0]));if(i){const a=gx(t,r,o.strictNumbers,Pa.Wrong);n.if(a,()=>{s.length?XQ(e,t,s):yx(e)})}return i}Ut.coerceAndCheckDataType=JQ;const g$=new Set(["string","number","integer","boolean","null"]);function YQ(e,t){return t?e.filter(n=>g$.has(n)||t==="array"&&n==="array"):[]}function XQ(e,t,n){const{gen:r,data:o,opts:s}=e,i=r.let("dataType",(0,Re._)`typeof ${o}`),a=r.let("coerced",(0,Re._)`undefined`);s.coerceTypes==="array"&&r.if((0,Re._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>r.assign(o,(0,Re._)`${o}[0]`).assign(i,(0,Re._)`typeof ${o}`).if(gx(t,o,s.strictNumbers),()=>r.assign(a,o))),r.if((0,Re._)`${a} !== undefined`);for(const u of n)(g$.has(u)||u==="array"&&s.coerceTypes==="array")&&l(u);r.else(),yx(e),r.endIf(),r.if((0,Re._)`${a} !== undefined`,()=>{r.assign(o,a),eG(e,a)});function l(u){switch(u){case"string":r.elseIf((0,Re._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,Re._)`"" + ${o}`).elseIf((0,Re._)`${o} === null`).assign(a,(0,Re._)`""`);return;case"number":r.elseIf((0,Re._)`${i} == "boolean" || ${o} === null
|
|
453
|
+
|| (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,Re._)`+${o}`);return;case"integer":r.elseIf((0,Re._)`${i} === "boolean" || ${o} === null
|
|
454
|
+
|| (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,Re._)`+${o}`);return;case"boolean":r.elseIf((0,Re._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,Re._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":r.elseIf((0,Re._)`${o} === "" || ${o} === 0 || ${o} === false`),r.assign(a,null);return;case"array":r.elseIf((0,Re._)`${i} === "string" || ${i} === "number"
|
|
455
|
+
|| ${i} === "boolean" || ${o} === null`).assign(a,(0,Re._)`[${o}]`)}}}function eG({gen:e,parentData:t,parentDataProperty:n},r){e.if((0,Re._)`${t} !== undefined`,()=>e.assign((0,Re._)`${t}[${n}]`,r))}function Ay(e,t,n,r=Pa.Correct){const o=r===Pa.Correct?Re.operators.EQ:Re.operators.NEQ;let s;switch(e){case"null":return(0,Re._)`${t} ${o} null`;case"array":s=(0,Re._)`Array.isArray(${t})`;break;case"object":s=(0,Re._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":s=i((0,Re._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":s=i();break;default:return(0,Re._)`typeof ${t} ${o} ${e}`}return r===Pa.Correct?s:(0,Re.not)(s);function i(a=Re.nil){return(0,Re.and)((0,Re._)`typeof ${t} == "number"`,a,n?(0,Re._)`isFinite(${t})`:Re.nil)}}Ut.checkDataType=Ay;function gx(e,t,n,r){if(e.length===1)return Ay(e[0],t,n,r);let o;const s=(0,p$.toHash)(e);if(s.array&&s.object){const i=(0,Re._)`typeof ${t} != "object"`;o=s.null?i:(0,Re._)`!${t} || ${i}`,delete s.null,delete s.array,delete s.object}else o=Re.nil;s.number&&delete s.integer;for(const i in s)o=(0,Re.and)(o,Ay(i,t,n,r));return o}Ut.checkDataTypes=gx;const tG={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,Re._)`{type: ${e}}`:(0,Re._)`{type: ${t}}`};function yx(e){const t=nG(e);(0,QQ.reportError)(t,tG)}Ut.reportTypeError=yx;function nG(e){const{gen:t,data:n,schema:r}=e,o=(0,p$.schemaRefOrVal)(e,r,"type");return{gen:t,keyword:"type",data:n,schema:r.type,schemaCode:o,schemaValue:o,parentSchema:r,params:{},it:e}}var Gh={};Object.defineProperty(Gh,"__esModule",{value:!0});Gh.assignDefaults=void 0;const Ki=Ae,rG=ce;function oG(e,t){const{properties:n,items:r}=e.schema;if(t==="object"&&n)for(const o in n)L1(e,o,n[o].default);else t==="array"&&Array.isArray(r)&&r.forEach((o,s)=>L1(e,s,o.default))}Gh.assignDefaults=oG;function L1(e,t,n){const{gen:r,compositeRule:o,data:s,opts:i}=e;if(n===void 0)return;const a=(0,Ki._)`${s}${(0,Ki.getProperty)(t)}`;if(o){(0,rG.checkStrictMode)(e,`default is ignored for: ${a}`);return}let l=(0,Ki._)`${a} === undefined`;i.useDefaults==="empty"&&(l=(0,Ki._)`${l} || ${a} === null || ${a} === ""`),r.if(l,(0,Ki._)`${a} = ${(0,Ki.stringify)(n)}`)}var no={},De={};Object.defineProperty(De,"__esModule",{value:!0});De.validateUnion=De.validateArray=De.usePattern=De.callValidateCode=De.schemaProperties=De.allSchemaProperties=De.noPropertyInData=De.propertyInData=De.isOwnProperty=De.hasPropFunc=De.reportMissingProp=De.checkMissingProp=De.checkReportMissingProp=void 0;const ut=Ae,vx=ce,Zo=ho,sG=ce;function iG(e,t){const{gen:n,data:r,it:o}=e;n.if(wx(n,r,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,ut._)`${t}`},!0),e.error()})}De.checkReportMissingProp=iG;function aG({gen:e,data:t,it:{opts:n}},r,o){return(0,ut.or)(...r.map(s=>(0,ut.and)(wx(e,t,s,n.ownProperties),(0,ut._)`${o} = ${s}`)))}De.checkMissingProp=aG;function lG(e,t){e.setParams({missingProperty:t},!0),e.error()}De.reportMissingProp=lG;function y$(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,ut._)`Object.prototype.hasOwnProperty`})}De.hasPropFunc=y$;function xx(e,t,n){return(0,ut._)`${y$(e)}.call(${t}, ${n})`}De.isOwnProperty=xx;function cG(e,t,n,r){const o=(0,ut._)`${t}${(0,ut.getProperty)(n)} !== undefined`;return r?(0,ut._)`${o} && ${xx(e,t,n)}`:o}De.propertyInData=cG;function wx(e,t,n,r){const o=(0,ut._)`${t}${(0,ut.getProperty)(n)} === undefined`;return r?(0,ut.or)(o,(0,ut.not)(xx(e,t,n))):o}De.noPropertyInData=wx;function v$(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}De.allSchemaProperties=v$;function uG(e,t){return v$(t).filter(n=>!(0,vx.alwaysValidSchema)(e,t[n]))}De.schemaProperties=uG;function dG({schemaCode:e,data:t,it:{gen:n,topSchemaRef:r,schemaPath:o,errorPath:s},it:i},a,l,u){const d=u?(0,ut._)`${e}, ${t}, ${r}${o}`:t,f=[[Zo.default.instancePath,(0,ut.strConcat)(Zo.default.instancePath,s)],[Zo.default.parentData,i.parentData],[Zo.default.parentDataProperty,i.parentDataProperty],[Zo.default.rootData,Zo.default.rootData]];i.opts.dynamicRef&&f.push([Zo.default.dynamicAnchors,Zo.default.dynamicAnchors]);const p=(0,ut._)`${d}, ${n.object(...f)}`;return l!==ut.nil?(0,ut._)`${a}.call(${l}, ${p})`:(0,ut._)`${a}(${p})`}De.callValidateCode=dG;const fG=(0,ut._)`new RegExp`;function hG({gen:e,it:{opts:t}},n){const r=t.unicodeRegExp?"u":"",{regExp:o}=t.code,s=o(n,r);return e.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,ut._)`${o.code==="new RegExp"?fG:(0,sG.useFunc)(e,o)}(${n}, ${r})`})}De.usePattern=hG;function pG(e){const{gen:t,data:n,keyword:r,it:o}=e,s=t.name("valid");if(o.allErrors){const a=t.let("valid",!0);return i(()=>t.assign(a,!1)),a}return t.var(s,!0),i(()=>t.break()),s;function i(a){const l=t.const("len",(0,ut._)`${n}.length`);t.forRange("i",0,l,u=>{e.subschema({keyword:r,dataProp:u,dataPropType:vx.Type.Num},s),t.if((0,ut.not)(s),a)})}}De.validateArray=pG;function mG(e){const{gen:t,schema:n,keyword:r,it:o}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(n.some(l=>(0,vx.alwaysValidSchema)(o,l))&&!o.opts.unevaluated)return;const i=t.let("valid",!1),a=t.name("_valid");t.block(()=>n.forEach((l,u)=>{const d=e.subschema({keyword:r,schemaProp:u,compositeRule:!0},a);t.assign(i,(0,ut._)`${i} || ${a}`),e.mergeValidEvaluated(d,a)||t.if((0,ut.not)(i))})),e.result(i,()=>e.reset(),()=>e.error(!0))}De.validateUnion=mG;Object.defineProperty(no,"__esModule",{value:!0});no.validateKeywordUsage=no.validSchemaType=no.funcKeywordCode=no.macroKeywordCode=void 0;const bn=Ae,ti=ho,gG=De,yG=wu;function vG(e,t){const{gen:n,keyword:r,schema:o,parentSchema:s,it:i}=e,a=t.macro.call(i.self,o,s,i),l=x$(n,r,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);const u=n.name("valid");e.subschema({schema:a,schemaPath:bn.nil,errSchemaPath:`${i.errSchemaPath}/${r}`,topSchemaRef:l,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}no.macroKeywordCode=vG;function xG(e,t){var n;const{gen:r,keyword:o,schema:s,parentSchema:i,$data:a,it:l}=e;bG(l,t);const u=!a&&t.compile?t.compile.call(l.self,s,i,l):t.validate,d=x$(r,o,u),f=r.let("valid");e.block$data(f,p),e.ok((n=t.valid)!==null&&n!==void 0?n:f);function p(){if(t.errors===!1)m(),t.modifying&&F1(e),x(()=>e.error());else{const g=t.async?h():y();t.modifying&&F1(e),x(()=>wG(e,g))}}function h(){const g=r.let("ruleErrs",null);return r.try(()=>m((0,bn._)`await `),v=>r.assign(f,!1).if((0,bn._)`${v} instanceof ${l.ValidationError}`,()=>r.assign(g,(0,bn._)`${v}.errors`),()=>r.throw(v))),g}function y(){const g=(0,bn._)`${d}.errors`;return r.assign(g,null),m(bn.nil),g}function m(g=t.async?(0,bn._)`await `:bn.nil){const v=l.opts.passContext?ti.default.this:ti.default.self,w=!("compile"in t&&!a||t.schema===!1);r.assign(f,(0,bn._)`${g}${(0,gG.callValidateCode)(e,d,v,w)}`,t.modifying)}function x(g){var v;r.if((0,bn.not)((v=t.valid)!==null&&v!==void 0?v:f),g)}}no.funcKeywordCode=xG;function F1(e){const{gen:t,data:n,it:r}=e;t.if(r.parentData,()=>t.assign(n,(0,bn._)`${r.parentData}[${r.parentDataProperty}]`))}function wG(e,t){const{gen:n}=e;n.if((0,bn._)`Array.isArray(${t})`,()=>{n.assign(ti.default.vErrors,(0,bn._)`${ti.default.vErrors} === null ? ${t} : ${ti.default.vErrors}.concat(${t})`).assign(ti.default.errors,(0,bn._)`${ti.default.vErrors}.length`),(0,yG.extendErrors)(e)},()=>e.error())}function bG({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function x$(e,t,n){if(n===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof n=="function"?{ref:n}:{ref:n,code:(0,bn.stringify)(n)})}function kG(e,t,n=!1){return!t.length||t.some(r=>r==="array"?Array.isArray(e):r==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==r||n&&typeof e>"u")}no.validSchemaType=kG;function _G({schema:e,opts:t,self:n,errSchemaPath:r},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");const i=o.dependencies;if(i!=null&&i.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[s])){const l=`keyword "${s}" value is invalid at path "${r}": `+n.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")n.logger.error(l);else throw new Error(l)}}no.validateKeywordUsage=_G;var Ps={};Object.defineProperty(Ps,"__esModule",{value:!0});Ps.extendSubschemaMode=Ps.extendSubschemaData=Ps.getSubschema=void 0;const eo=Ae,w$=ce;function SG(e,{keyword:t,schemaProp:n,schema:r,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(t!==void 0&&r!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){const a=e.schema[t];return n===void 0?{schema:a,schemaPath:(0,eo._)`${e.schemaPath}${(0,eo.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[n],schemaPath:(0,eo._)`${e.schemaPath}${(0,eo.getProperty)(t)}${(0,eo.getProperty)(n)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,w$.escapeFragment)(n)}`}}if(r!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:r,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Ps.getSubschema=SG;function CG(e,t,{dataProp:n,dataPropType:r,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&n!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');const{gen:a}=t;if(n!==void 0){const{errorPath:u,dataPathArr:d,opts:f}=t,p=a.let("data",(0,eo._)`${t.data}${(0,eo.getProperty)(n)}`,!0);l(p),e.errorPath=(0,eo.str)`${u}${(0,w$.getErrorPath)(n,r,f.jsPropertySyntax)}`,e.parentDataProperty=(0,eo._)`${n}`,e.dataPathArr=[...d,e.parentDataProperty]}if(o!==void 0){const u=o instanceof eo.Name?o:a.let("data",o,!0);l(u),i!==void 0&&(e.propertyName=i)}s&&(e.dataTypes=s);function l(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}Ps.extendSubschemaData=CG;function EG(e,{jtdDiscriminator:t,jtdMetadata:n,compositeRule:r,createErrors:o,allErrors:s}){r!==void 0&&(e.compositeRule=r),o!==void 0&&(e.createErrors=o),s!==void 0&&(e.allErrors=s),e.jtdDiscriminator=t,e.jtdMetadata=n}Ps.extendSubschemaMode=EG;var Xt={},b$=function e(t,n){if(t===n)return!0;if(t&&n&&typeof t=="object"&&typeof n=="object"){if(t.constructor!==n.constructor)return!1;var r,o,s;if(Array.isArray(t)){if(r=t.length,r!=n.length)return!1;for(o=r;o--!==0;)if(!e(t[o],n[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if(s=Object.keys(t),r=s.length,r!==Object.keys(n).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(n,s[o]))return!1;for(o=r;o--!==0;){var i=s[o];if(!e(t[i],n[i]))return!1}return!0}return t!==t&&n!==n},k$={exports:{}},ys=k$.exports=function(e,t,n){typeof t=="function"&&(n=t,t={}),n=t.cb||n;var r=typeof n=="function"?n:n.pre||function(){},o=n.post||function(){};Dd(t,r,o,e,"",e)};ys.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};ys.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};ys.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};ys.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Dd(e,t,n,r,o,s,i,a,l,u){if(r&&typeof r=="object"&&!Array.isArray(r)){t(r,o,s,i,a,l,u);for(var d in r){var f=r[d];if(Array.isArray(f)){if(d in ys.arrayKeywords)for(var p=0;p<f.length;p++)Dd(e,t,n,f[p],o+"/"+d+"/"+p,s,o,d,r,p)}else if(d in ys.propsKeywords){if(f&&typeof f=="object")for(var h in f)Dd(e,t,n,f[h],o+"/"+d+"/"+NG(h),s,o,d,r,h)}else(d in ys.keywords||e.allKeys&&!(d in ys.skipKeywords))&&Dd(e,t,n,f,o+"/"+d,s,o,d,r)}n(r,o,s,i,a,l,u)}}function NG(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}var PG=k$.exports;Object.defineProperty(Xt,"__esModule",{value:!0});Xt.getSchemaRefs=Xt.resolveUrl=Xt.normalizeId=Xt._getFullPath=Xt.getFullPath=Xt.inlineRef=void 0;const jG=ce,TG=b$,$G=PG,RG=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function IG(e,t=!0){return typeof e=="boolean"?!0:t===!0?!Oy(e):t?_$(e)<=t:!1}Xt.inlineRef=IG;const AG=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function Oy(e){for(const t in e){if(AG.has(t))return!0;const n=e[t];if(Array.isArray(n)&&n.some(Oy)||typeof n=="object"&&Oy(n))return!0}return!1}function _$(e){let t=0;for(const n in e){if(n==="$ref")return 1/0;if(t++,!RG.has(n)&&(typeof e[n]=="object"&&(0,jG.eachItem)(e[n],r=>t+=_$(r)),t===1/0))return 1/0}return t}function S$(e,t="",n){n!==!1&&(t=ja(t));const r=e.parse(t);return C$(e,r)}Xt.getFullPath=S$;function C$(e,t){return e.serialize(t).split("#")[0]+"#"}Xt._getFullPath=C$;const OG=/#\/?$/;function ja(e){return e?e.replace(OG,""):""}Xt.normalizeId=ja;function MG(e,t,n){return n=ja(n),e.resolve(t,n)}Xt.resolveUrl=MG;const DG=/^[a-z_][-a-z0-9._]*$/i;function zG(e,t){if(typeof e=="boolean")return{};const{schemaId:n,uriResolver:r}=this.opts,o=ja(e[n]||t),s={"":o},i=S$(r,o,!1),a={},l=new Set;return $G(e,{allKeys:!0},(f,p,h,y)=>{if(y===void 0)return;const m=i+p;let x=s[y];typeof f[n]=="string"&&(x=g.call(this,f[n])),v.call(this,f.$anchor),v.call(this,f.$dynamicAnchor),s[p]=x;function g(w){const k=this.opts.uriResolver.resolve;if(w=ja(x?k(x,w):w),l.has(w))throw d(w);l.add(w);let E=this.refs[w];return typeof E=="string"&&(E=this.refs[E]),typeof E=="object"?u(f,E.schema,w):w!==ja(m)&&(w[0]==="#"?(u(f,a[w],w),a[w]=f):this.refs[w]=m),w}function v(w){if(typeof w=="string"){if(!DG.test(w))throw new Error(`invalid anchor "${w}"`);g.call(this,`#${w}`)}}}),a;function u(f,p,h){if(p!==void 0&&!TG(f,p))throw d(h)}function d(f){return new Error(`reference "${f}" resolves to more than one schema`)}}Xt.getSchemaRefs=zG;Object.defineProperty(Mr,"__esModule",{value:!0});Mr.getData=Mr.KeywordCxt=Mr.validateFunctionCode=void 0;const E$=ol,U1=Ut,bx=jo,Kf=Ut,LG=Gh,pc=no,ym=Ps,ge=Ae,Ce=ho,FG=Xt,To=ce,Dl=wu;function UG(e){if(j$(e)&&(T$(e),P$(e))){HG(e);return}N$(e,()=>(0,E$.topBoolOrEmptySchema)(e))}Mr.validateFunctionCode=UG;function N$({gen:e,validateName:t,schema:n,schemaEnv:r,opts:o},s){o.code.es5?e.func(t,(0,ge._)`${Ce.default.data}, ${Ce.default.valCxt}`,r.$async,()=>{e.code((0,ge._)`"use strict"; ${q1(n,o)}`),VG(e,o),e.code(s)}):e.func(t,(0,ge._)`${Ce.default.data}, ${qG(o)}`,r.$async,()=>e.code(q1(n,o)).code(s))}function qG(e){return(0,ge._)`{${Ce.default.instancePath}="", ${Ce.default.parentData}, ${Ce.default.parentDataProperty}, ${Ce.default.rootData}=${Ce.default.data}${e.dynamicRef?(0,ge._)`, ${Ce.default.dynamicAnchors}={}`:ge.nil}}={}`}function VG(e,t){e.if(Ce.default.valCxt,()=>{e.var(Ce.default.instancePath,(0,ge._)`${Ce.default.valCxt}.${Ce.default.instancePath}`),e.var(Ce.default.parentData,(0,ge._)`${Ce.default.valCxt}.${Ce.default.parentData}`),e.var(Ce.default.parentDataProperty,(0,ge._)`${Ce.default.valCxt}.${Ce.default.parentDataProperty}`),e.var(Ce.default.rootData,(0,ge._)`${Ce.default.valCxt}.${Ce.default.rootData}`),t.dynamicRef&&e.var(Ce.default.dynamicAnchors,(0,ge._)`${Ce.default.valCxt}.${Ce.default.dynamicAnchors}`)},()=>{e.var(Ce.default.instancePath,(0,ge._)`""`),e.var(Ce.default.parentData,(0,ge._)`undefined`),e.var(Ce.default.parentDataProperty,(0,ge._)`undefined`),e.var(Ce.default.rootData,Ce.default.data),t.dynamicRef&&e.var(Ce.default.dynamicAnchors,(0,ge._)`{}`)})}function HG(e){const{schema:t,opts:n,gen:r}=e;N$(e,()=>{n.$comment&&t.$comment&&R$(e),QG(e),r.let(Ce.default.vErrors,null),r.let(Ce.default.errors,0),n.unevaluated&&BG(e),$$(e),YG(e)})}function BG(e){const{gen:t,validateName:n}=e;e.evaluated=t.const("evaluated",(0,ge._)`${n}.evaluated`),t.if((0,ge._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,ge._)`${e.evaluated}.props`,(0,ge._)`undefined`)),t.if((0,ge._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,ge._)`${e.evaluated}.items`,(0,ge._)`undefined`))}function q1(e,t){const n=typeof e=="object"&&e[t.schemaId];return n&&(t.code.source||t.code.process)?(0,ge._)`/*# sourceURL=${n} */`:ge.nil}function WG(e,t){if(j$(e)&&(T$(e),P$(e))){KG(e,t);return}(0,E$.boolOrEmptySchema)(e,t)}function P$({schema:e,self:t}){if(typeof e=="boolean")return!e;for(const n in e)if(t.RULES.all[n])return!0;return!1}function j$(e){return typeof e.schema!="boolean"}function KG(e,t){const{schema:n,gen:r,opts:o}=e;o.$comment&&n.$comment&&R$(e),GG(e),JG(e);const s=r.const("_errs",Ce.default.errors);$$(e,s),r.var(t,(0,ge._)`${s} === ${Ce.default.errors}`)}function T$(e){(0,To.checkUnknownRules)(e),ZG(e)}function $$(e,t){if(e.opts.jtd)return V1(e,[],!1,t);const n=(0,U1.getSchemaTypes)(e.schema),r=(0,U1.coerceAndCheckDataType)(e,n);V1(e,n,!r,t)}function ZG(e){const{schema:t,errSchemaPath:n,opts:r,self:o}=e;t.$ref&&r.ignoreKeywordsWithRef&&(0,To.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${n}"`)}function QG(e){const{schema:t,opts:n}=e;t.default!==void 0&&n.useDefaults&&n.strictSchema&&(0,To.checkStrictMode)(e,"default is ignored in the schema root")}function GG(e){const t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,FG.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function JG(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function R$({gen:e,schemaEnv:t,schema:n,errSchemaPath:r,opts:o}){const s=n.$comment;if(o.$comment===!0)e.code((0,ge._)`${Ce.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){const i=(0,ge.str)`${r}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,ge._)`${Ce.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function YG(e){const{gen:t,schemaEnv:n,validateName:r,ValidationError:o,opts:s}=e;n.$async?t.if((0,ge._)`${Ce.default.errors} === 0`,()=>t.return(Ce.default.data),()=>t.throw((0,ge._)`new ${o}(${Ce.default.vErrors})`)):(t.assign((0,ge._)`${r}.errors`,Ce.default.vErrors),s.unevaluated&&XG(e),t.return((0,ge._)`${Ce.default.errors} === 0`))}function XG({gen:e,evaluated:t,props:n,items:r}){n instanceof ge.Name&&e.assign((0,ge._)`${t}.props`,n),r instanceof ge.Name&&e.assign((0,ge._)`${t}.items`,r)}function V1(e,t,n,r){const{gen:o,schema:s,data:i,allErrors:a,opts:l,self:u}=e,{RULES:d}=u;if(s.$ref&&(l.ignoreKeywordsWithRef||!(0,To.schemaHasRulesButRef)(s,d))){o.block(()=>O$(e,"$ref",d.all.$ref.definition));return}l.jtd||eJ(e,t),o.block(()=>{for(const p of d.rules)f(p);f(d.post)});function f(p){(0,bx.shouldUseGroup)(s,p)&&(p.type?(o.if((0,Kf.checkDataType)(p.type,i,l.strictNumbers)),H1(e,p),t.length===1&&t[0]===p.type&&n&&(o.else(),(0,Kf.reportTypeError)(e)),o.endIf()):H1(e,p),a||o.if((0,ge._)`${Ce.default.errors} === ${r||0}`))}}function H1(e,t){const{gen:n,schema:r,opts:{useDefaults:o}}=e;o&&(0,LG.assignDefaults)(e,t.type),n.block(()=>{for(const s of t.rules)(0,bx.shouldUseRule)(r,s)&&O$(e,s.keyword,s.definition,t.type)})}function eJ(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(tJ(e,t),e.opts.allowUnionTypes||nJ(e,t),rJ(e,e.dataTypes))}function tJ(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(n=>{I$(e.dataTypes,n)||kx(e,`type "${n}" not allowed by context "${e.dataTypes.join(",")}"`)}),sJ(e,t)}}function nJ(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&kx(e,"use allowUnionTypes to allow union type keyword")}function rJ(e,t){const n=e.self.RULES.all;for(const r in n){const o=n[r];if(typeof o=="object"&&(0,bx.shouldUseRule)(e.schema,o)){const{type:s}=o.definition;s.length&&!s.some(i=>oJ(t,i))&&kx(e,`missing type "${s.join(",")}" for keyword "${r}"`)}}}function oJ(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function I$(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function sJ(e,t){const n=[];for(const r of e.dataTypes)I$(t,r)?n.push(r):t.includes("integer")&&r==="number"&&n.push("integer");e.dataTypes=n}function kx(e,t){const n=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${n}" (strictTypes)`,(0,To.checkStrictMode)(e,t,e.opts.strictTypes)}class A${constructor(t,n,r){if((0,pc.validateKeywordUsage)(t,n,r),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=r,this.data=t.data,this.schema=t.schema[r],this.$data=n.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,To.schemaRefOrVal)(t,this.schema,r,this.$data),this.schemaType=n.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=n,this.$data)this.schemaCode=t.gen.const("vSchema",M$(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,pc.validSchemaType)(this.schema,n.schemaType,n.allowUndefined))throw new Error(`${r} value must be ${JSON.stringify(n.schemaType)}`);("code"in n?n.trackErrors:n.errors!==!1)&&(this.errsCount=t.gen.const("_errs",Ce.default.errors))}result(t,n,r){this.failResult((0,ge.not)(t),n,r)}failResult(t,n,r){this.gen.if(t),r?r():this.error(),n?(this.gen.else(),n(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,n){this.failResult((0,ge.not)(t),void 0,n)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);const{schemaCode:n}=this;this.fail((0,ge._)`${n} !== undefined && (${(0,ge.or)(this.invalid$data(),t)})`)}error(t,n,r){if(n){this.setParams(n),this._error(t,r),this.setParams({});return}this._error(t,r)}_error(t,n){(t?Dl.reportExtraError:Dl.reportError)(this,this.def.error,n)}$dataError(){(0,Dl.reportError)(this,this.def.$dataError||Dl.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Dl.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,n){n?Object.assign(this.params,t):this.params=t}block$data(t,n,r=ge.nil){this.gen.block(()=>{this.check$data(t,r),n()})}check$data(t=ge.nil,n=ge.nil){if(!this.$data)return;const{gen:r,schemaCode:o,schemaType:s,def:i}=this;r.if((0,ge.or)((0,ge._)`${o} === undefined`,n)),t!==ge.nil&&r.assign(t,!0),(s.length||i.validateSchema)&&(r.elseIf(this.invalid$data()),this.$dataError(),t!==ge.nil&&r.assign(t,!1)),r.else()}invalid$data(){const{gen:t,schemaCode:n,schemaType:r,def:o,it:s}=this;return(0,ge.or)(i(),a());function i(){if(r.length){if(!(n instanceof ge.Name))throw new Error("ajv implementation error");const l=Array.isArray(r)?r:[r];return(0,ge._)`${(0,Kf.checkDataTypes)(l,n,s.opts.strictNumbers,Kf.DataType.Wrong)}`}return ge.nil}function a(){if(o.validateSchema){const l=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,ge._)`!${l}(${n})`}return ge.nil}}subschema(t,n){const r=(0,ym.getSubschema)(this.it,t);(0,ym.extendSubschemaData)(r,this.it,t),(0,ym.extendSubschemaMode)(r,t);const o={...this.it,...r,items:void 0,props:void 0};return WG(o,n),o}mergeEvaluated(t,n){const{it:r,gen:o}=this;r.opts.unevaluated&&(r.props!==!0&&t.props!==void 0&&(r.props=To.mergeEvaluated.props(o,t.props,r.props,n)),r.items!==!0&&t.items!==void 0&&(r.items=To.mergeEvaluated.items(o,t.items,r.items,n)))}mergeValidEvaluated(t,n){const{it:r,gen:o}=this;if(r.opts.unevaluated&&(r.props!==!0||r.items!==!0))return o.if(n,()=>this.mergeEvaluated(t,ge.Name)),!0}}Mr.KeywordCxt=A$;function O$(e,t,n,r){const o=new A$(e,n,t);"code"in n?n.code(o,r):o.$data&&n.validate?(0,pc.funcKeywordCode)(o,n):"macro"in n?(0,pc.macroKeywordCode)(o,n):(n.compile||n.validate)&&(0,pc.funcKeywordCode)(o,n)}const iJ=/^\/(?:[^~]|~0|~1)*$/,aJ=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function M$(e,{dataLevel:t,dataNames:n,dataPathArr:r}){let o,s;if(e==="")return Ce.default.rootData;if(e[0]==="/"){if(!iJ.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,s=Ce.default.rootData}else{const u=aJ.exec(e);if(!u)throw new Error(`Invalid JSON-pointer: ${e}`);const d=+u[1];if(o=u[2],o==="#"){if(d>=t)throw new Error(l("property/index",d));return r[t-d]}if(d>t)throw new Error(l("data",d));if(s=n[t-d],!o)return s}let i=s;const a=o.split("/");for(const u of a)u&&(s=(0,ge._)`${s}${(0,ge.getProperty)((0,To.unescapeJsonPointer)(u))}`,i=(0,ge._)`${i} && ${s}`);return i;function l(u,d){return`Cannot access ${u} ${d} levels up, current level is ${t}`}}Mr.getData=M$;var bu={};Object.defineProperty(bu,"__esModule",{value:!0});class lJ extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}}bu.default=lJ;var wl={};Object.defineProperty(wl,"__esModule",{value:!0});const vm=Xt;class cJ extends Error{constructor(t,n,r,o){super(o||`can't resolve reference ${r} from id ${n}`),this.missingRef=(0,vm.resolveUrl)(t,n,r),this.missingSchema=(0,vm.normalizeId)((0,vm.getFullPath)(t,this.missingRef))}}wl.default=cJ;var On={};Object.defineProperty(On,"__esModule",{value:!0});On.resolveSchema=On.getCompilingSchema=On.resolveRef=On.compileSchema=On.SchemaEnv=void 0;const wr=Ae,uJ=bu,Ws=ho,$r=Xt,B1=ce,dJ=Mr;class Jh{constructor(t){var n;this.refs={},this.dynamicAnchors={};let r;typeof t.schema=="object"&&(r=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(n=t.baseId)!==null&&n!==void 0?n:(0,$r.normalizeId)(r==null?void 0:r[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=r==null?void 0:r.$async,this.refs={}}}On.SchemaEnv=Jh;function _x(e){const t=D$.call(this,e);if(t)return t;const n=(0,$r.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:r,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new wr.CodeGen(this.scope,{es5:r,lines:o,ownProperties:s});let a;e.$async&&(a=i.scopeValue("Error",{ref:uJ.default,code:(0,wr._)`require("ajv/dist/runtime/validation_error").default`}));const l=i.scopeName("validate");e.validateName=l;const u={gen:i,allErrors:this.opts.allErrors,data:Ws.default.data,parentData:Ws.default.parentData,parentDataProperty:Ws.default.parentDataProperty,dataNames:[Ws.default.data],dataPathArr:[wr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,wr.stringify)(e.schema)}:{ref:e.schema}),validateName:l,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:n,baseId:e.baseId||n,schemaPath:wr.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,wr._)`""`,opts:this.opts,self:this};let d;try{this._compilations.add(e),(0,dJ.validateFunctionCode)(u),i.optimize(this.opts.code.optimize);const f=i.toString();d=`${i.scopeRefs(Ws.default.scope)}return ${f}`,this.opts.code.process&&(d=this.opts.code.process(d,e));const h=new Function(`${Ws.default.self}`,`${Ws.default.scope}`,d)(this,this.scope.get());if(this.scope.value(l,{ref:h}),h.errors=null,h.schema=e.schema,h.schemaEnv=e,e.$async&&(h.$async=!0),this.opts.code.source===!0&&(h.source={validateName:l,validateCode:f,scopeValues:i._values}),this.opts.unevaluated){const{props:y,items:m}=u;h.evaluated={props:y instanceof wr.Name?void 0:y,items:m instanceof wr.Name?void 0:m,dynamicProps:y instanceof wr.Name,dynamicItems:m instanceof wr.Name},h.source&&(h.source.evaluated=(0,wr.stringify)(h.evaluated))}return e.validate=h,e}catch(f){throw delete e.validate,delete e.validateName,d&&this.logger.error("Error compiling schema, function code:",d),f}finally{this._compilations.delete(e)}}On.compileSchema=_x;function fJ(e,t,n){var r;n=(0,$r.resolveUrl)(this.opts.uriResolver,t,n);const o=e.refs[n];if(o)return o;let s=mJ.call(this,e,n);if(s===void 0){const i=(r=e.localRefs)===null||r===void 0?void 0:r[n],{schemaId:a}=this.opts;i&&(s=new Jh({schema:i,schemaId:a,root:e,baseId:t}))}if(s!==void 0)return e.refs[n]=hJ.call(this,s)}On.resolveRef=fJ;function hJ(e){return(0,$r.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:_x.call(this,e)}function D$(e){for(const t of this._compilations)if(pJ(t,e))return t}On.getCompilingSchema=D$;function pJ(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function mJ(e,t){let n;for(;typeof(n=this.refs[t])=="string";)t=n;return n||this.schemas[t]||Yh.call(this,e,t)}function Yh(e,t){const n=this.opts.uriResolver.parse(t),r=(0,$r._getFullPath)(this.opts.uriResolver,n);let o=(0,$r.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&r===o)return xm.call(this,n,e);const s=(0,$r.normalizeId)(r),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){const a=Yh.call(this,e,i);return typeof(a==null?void 0:a.schema)!="object"?void 0:xm.call(this,n,a)}if(typeof(i==null?void 0:i.schema)=="object"){if(i.validate||_x.call(this,i),s===(0,$r.normalizeId)(t)){const{schema:a}=i,{schemaId:l}=this.opts,u=a[l];return u&&(o=(0,$r.resolveUrl)(this.opts.uriResolver,o,u)),new Jh({schema:a,schemaId:l,root:e,baseId:o})}return xm.call(this,n,i)}}On.resolveSchema=Yh;const gJ=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function xm(e,{baseId:t,schema:n,root:r}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(const a of e.fragment.slice(1).split("/")){if(typeof n=="boolean")return;const l=n[(0,B1.unescapeFragment)(a)];if(l===void 0)return;n=l;const u=typeof n=="object"&&n[this.opts.schemaId];!gJ.has(a)&&u&&(t=(0,$r.resolveUrl)(this.opts.uriResolver,t,u))}let s;if(typeof n!="boolean"&&n.$ref&&!(0,B1.schemaHasRulesButRef)(n,this.RULES)){const a=(0,$r.resolveUrl)(this.opts.uriResolver,t,n.$ref);s=Yh.call(this,r,a)}const{schemaId:i}=this.opts;if(s=s||new Jh({schema:n,schemaId:i,root:r,baseId:t}),s.schema!==s.root.schema)return s}const yJ="https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",vJ="Meta-schema for $data reference (JSON AnySchema extension proposal)",xJ="object",wJ=["$data"],bJ={$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},kJ=!1,_J={$id:yJ,description:vJ,type:xJ,required:wJ,properties:bJ,additionalProperties:kJ};var Sx={},Xh={exports:{}};const SJ={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};var CJ={HEX:SJ};const{HEX:EJ}=CJ,NJ=/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u;function z$(e){if(F$(e,".")<3)return{host:e,isIPV4:!1};const t=e.match(NJ)||[],[n]=t;return n?{host:jJ(n,"."),isIPV4:!0}:{host:e,isIPV4:!1}}function W1(e,t=!1){let n="",r=!0;for(const o of e){if(EJ[o]===void 0)return;o!=="0"&&r===!0&&(r=!1),r||(n+=o)}return t&&n.length===0&&(n="0"),n}function PJ(e){let t=0;const n={error:!1,address:"",zone:""},r=[],o=[];let s=!1,i=!1,a=!1;function l(){if(o.length){if(s===!1){const u=W1(o);if(u!==void 0)r.push(u);else return n.error=!0,!1}o.length=0}return!0}for(let u=0;u<e.length;u++){const d=e[u];if(!(d==="["||d==="]"))if(d===":"){if(i===!0&&(a=!0),!l())break;if(t++,r.push(":"),t>7){n.error=!0;break}u-1>=0&&e[u-1]===":"&&(i=!0);continue}else if(d==="%"){if(!l())break;s=!0}else{o.push(d);continue}}return o.length&&(s?n.zone=o.join(""):a?r.push(o.join("")):r.push(W1(o))),n.address=r.join(""),n}function L$(e){if(F$(e,":")<2)return{host:e,isIPV6:!1};const t=PJ(e);if(t.error)return{host:e,isIPV6:!1};{let n=t.address,r=t.address;return t.zone&&(n+="%"+t.zone,r+="%25"+t.zone),{host:n,escapedHost:r,isIPV6:!0}}}function jJ(e,t){let n="",r=!0;const o=e.length;for(let s=0;s<o;s++){const i=e[s];i==="0"&&r?(s+1<=o&&e[s+1]===t||s+1===o)&&(n+=i,r=!1):(i===t?r=!0:r=!1,n+=i)}return n}function F$(e,t){let n=0;for(let r=0;r<e.length;r++)e[r]===t&&n++;return n}const K1=/^\.\.?\//u,Z1=/^\/\.(?:\/|$)/u,Q1=/^\/\.\.(?:\/|$)/u,TJ=/^\/?(?:.|\n)*?(?=\/|$)/u;function $J(e){const t=[];for(;e.length;)if(e.match(K1))e=e.replace(K1,"");else if(e.match(Z1))e=e.replace(Z1,"/");else if(e.match(Q1))e=e.replace(Q1,"/"),t.pop();else if(e==="."||e==="..")e="";else{const n=e.match(TJ);if(n){const r=n[0];e=e.slice(r.length),t.push(r)}else throw new Error("Unexpected dot segment condition")}return t.join("")}function RJ(e,t){const n=t!==!0?escape:unescape;return e.scheme!==void 0&&(e.scheme=n(e.scheme)),e.userinfo!==void 0&&(e.userinfo=n(e.userinfo)),e.host!==void 0&&(e.host=n(e.host)),e.path!==void 0&&(e.path=n(e.path)),e.query!==void 0&&(e.query=n(e.query)),e.fragment!==void 0&&(e.fragment=n(e.fragment)),e}function IJ(e){const t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let n=unescape(e.host);const r=z$(n);if(r.isIPV4)n=r.host;else{const o=L$(r.host);o.isIPV6===!0?n=`[${o.escapedHost}]`:n=e.host}t.push(n)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}var AJ={recomposeAuthority:IJ,normalizeComponentEncoding:RJ,removeDotSegments:$J,normalizeIPv4:z$,normalizeIPv6:L$};const OJ=/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu,MJ=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function U$(e){return typeof e.secure=="boolean"?e.secure:String(e.scheme).toLowerCase()==="wss"}function q$(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function V$(e){const t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function DJ(e){return e.secure=U$(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function zJ(e){if((e.port===(U$(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){const[t,n]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=n,e.resourceName=void 0}return e.fragment=void 0,e}function LJ(e,t){if(!e.path)return e.error="URN can not be parsed",e;const n=e.path.match(MJ);if(n){const r=t.scheme||e.scheme||"urn";e.nid=n[1].toLowerCase(),e.nss=n[2];const o=`${r}:${t.nid||e.nid}`,s=Cx[o];e.path=void 0,s&&(e=s.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function FJ(e,t){const n=t.scheme||e.scheme||"urn",r=e.nid.toLowerCase(),o=`${n}:${t.nid||r}`,s=Cx[o];s&&(e=s.serialize(e,t));const i=e,a=e.nss;return i.path=`${r||t.nid}:${a}`,t.skipEscape=!0,i}function UJ(e,t){const n=e;return n.uuid=n.nss,n.nss=void 0,!t.tolerant&&(!n.uuid||!OJ.test(n.uuid))&&(n.error=n.error||"UUID is not valid."),n}function qJ(e){const t=e;return t.nss=(e.uuid||"").toLowerCase(),t}const H$={scheme:"http",domainHost:!0,parse:q$,serialize:V$},VJ={scheme:"https",domainHost:H$.domainHost,parse:q$,serialize:V$},zd={scheme:"ws",domainHost:!0,parse:DJ,serialize:zJ},HJ={scheme:"wss",domainHost:zd.domainHost,parse:zd.parse,serialize:zd.serialize},BJ={scheme:"urn",parse:LJ,serialize:FJ,skipNormalize:!0},WJ={scheme:"urn:uuid",parse:UJ,serialize:qJ,skipNormalize:!0},Cx={http:H$,https:VJ,ws:zd,wss:HJ,urn:BJ,"urn:uuid":WJ};var KJ=Cx;const{normalizeIPv6:ZJ,normalizeIPv4:QJ,removeDotSegments:Ql,recomposeAuthority:GJ,normalizeComponentEncoding:id}=AJ,Ex=KJ;function JJ(e,t){return typeof e=="string"?e=ro(zo(e,t),t):typeof e=="object"&&(e=zo(ro(e,t),t)),e}function YJ(e,t,n){const r=Object.assign({scheme:"null"},n),o=B$(zo(e,r),zo(t,r),r,!0);return ro(o,{...r,skipEscape:!0})}function B$(e,t,n,r){const o={};return r||(e=zo(ro(e,n),n),t=zo(ro(t,n),n)),n=n||{},!n.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=Ql(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=Ql(t.path||""),o.query=t.query):(t.path?(t.path.charAt(0)==="/"?o.path=Ql(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=Ql(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function XJ(e,t,n){return typeof e=="string"?(e=unescape(e),e=ro(id(zo(e,n),!0),{...n,skipEscape:!0})):typeof e=="object"&&(e=ro(id(e,!0),{...n,skipEscape:!0})),typeof t=="string"?(t=unescape(t),t=ro(id(zo(t,n),!0),{...n,skipEscape:!0})):typeof t=="object"&&(t=ro(id(t,!0),{...n,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function ro(e,t){const n={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},r=Object.assign({},t),o=[],s=Ex[(r.scheme||n.scheme||"").toLowerCase()];s&&s.serialize&&s.serialize(n,r),n.path!==void 0&&(r.skipEscape?n.path=unescape(n.path):(n.path=escape(n.path),n.scheme!==void 0&&(n.path=n.path.split("%3A").join(":")))),r.reference!=="suffix"&&n.scheme&&o.push(n.scheme,":");const i=GJ(n);if(i!==void 0&&(r.reference!=="suffix"&&o.push("//"),o.push(i),n.path&&n.path.charAt(0)!=="/"&&o.push("/")),n.path!==void 0){let a=n.path;!r.absolutePath&&(!s||!s.absolutePath)&&(a=Ql(a)),i===void 0&&(a=a.replace(/^\/\//u,"/%2F")),o.push(a)}return n.query!==void 0&&o.push("?",n.query),n.fragment!==void 0&&o.push("#",n.fragment),o.join("")}const eY=Array.from({length:127},(e,t)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(t)));function tY(e){let t=0;for(let n=0,r=e.length;n<r;++n)if(t=e.charCodeAt(n),t>126||eY[t])return!0;return!1}const nY=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function zo(e,t){const n=Object.assign({},t),r={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=e.indexOf("%")!==-1;let s=!1;n.reference==="suffix"&&(e=(n.scheme?n.scheme+":":"")+"//"+e);const i=e.match(nY);if(i){if(r.scheme=i[1],r.userinfo=i[3],r.host=i[4],r.port=parseInt(i[5],10),r.path=i[6]||"",r.query=i[7],r.fragment=i[8],isNaN(r.port)&&(r.port=i[5]),r.host){const l=QJ(r.host);if(l.isIPV4===!1){const u=ZJ(l.host);r.host=u.host.toLowerCase(),s=u.isIPV6}else r.host=l.host,s=!0}r.scheme===void 0&&r.userinfo===void 0&&r.host===void 0&&r.port===void 0&&r.query===void 0&&!r.path?r.reference="same-document":r.scheme===void 0?r.reference="relative":r.fragment===void 0?r.reference="absolute":r.reference="uri",n.reference&&n.reference!=="suffix"&&n.reference!==r.reference&&(r.error=r.error||"URI is not a "+n.reference+" reference.");const a=Ex[(n.scheme||r.scheme||"").toLowerCase()];if(!n.unicodeSupport&&(!a||!a.unicodeSupport)&&r.host&&(n.domainHost||a&&a.domainHost)&&s===!1&&tY(r.host))try{r.host=URL.domainToASCII(r.host.toLowerCase())}catch(l){r.error=r.error||"Host's domain name can not be converted to ASCII: "+l}(!a||a&&!a.skipNormalize)&&(o&&r.scheme!==void 0&&(r.scheme=unescape(r.scheme)),o&&r.host!==void 0&&(r.host=unescape(r.host)),r.path&&(r.path=escape(unescape(r.path))),r.fragment&&(r.fragment=encodeURI(decodeURIComponent(r.fragment)))),a&&a.parse&&a.parse(r,n)}else r.error=r.error||"URI can not be parsed.";return r}const Nx={SCHEMES:Ex,normalize:JJ,resolve:YJ,resolveComponents:B$,equal:XJ,serialize:ro,parse:zo};Xh.exports=Nx;Xh.exports.default=Nx;Xh.exports.fastUri=Nx;var rY=Xh.exports;Object.defineProperty(Sx,"__esModule",{value:!0});const W$=rY;W$.code='require("ajv/dist/runtime/uri").default';Sx.default=W$;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=Mr;Object.defineProperty(e,"KeywordCxt",{enumerable:!0,get:function(){return t.KeywordCxt}});var n=Ae;Object.defineProperty(e,"_",{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,"str",{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,"stringify",{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,"nil",{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,"Name",{enumerable:!0,get:function(){return n.Name}}),Object.defineProperty(e,"CodeGen",{enumerable:!0,get:function(){return n.CodeGen}});const r=bu,o=wl,s=Ii,i=On,a=Ae,l=Xt,u=Ut,d=ce,f=_J,p=Sx,h=(N,O)=>new RegExp(N,O);h.code="new RegExp";const y=["removeAdditional","useDefaults","coerceTypes"],m=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),x={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},g={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},v=200;function w(N){var O,U,_,C,$,M,B,Q,ue,oe,fe,be,ot,et,te,pe,ne,Ve,se,Oe,Le,mt,at,gn,qn;const W=N.strict,ee=(O=N.code)===null||O===void 0?void 0:O.optimize,ve=ee===!0||ee===void 0?1:ee||0,Te=(_=(U=N.code)===null||U===void 0?void 0:U.regExp)!==null&&_!==void 0?_:h,He=(C=N.uriResolver)!==null&&C!==void 0?C:p.default;return{strictSchema:(M=($=N.strictSchema)!==null&&$!==void 0?$:W)!==null&&M!==void 0?M:!0,strictNumbers:(Q=(B=N.strictNumbers)!==null&&B!==void 0?B:W)!==null&&Q!==void 0?Q:!0,strictTypes:(oe=(ue=N.strictTypes)!==null&&ue!==void 0?ue:W)!==null&&oe!==void 0?oe:"log",strictTuples:(be=(fe=N.strictTuples)!==null&&fe!==void 0?fe:W)!==null&&be!==void 0?be:"log",strictRequired:(et=(ot=N.strictRequired)!==null&&ot!==void 0?ot:W)!==null&&et!==void 0?et:!1,code:N.code?{...N.code,optimize:ve,regExp:Te}:{optimize:ve,regExp:Te},loopRequired:(te=N.loopRequired)!==null&&te!==void 0?te:v,loopEnum:(pe=N.loopEnum)!==null&&pe!==void 0?pe:v,meta:(ne=N.meta)!==null&&ne!==void 0?ne:!0,messages:(Ve=N.messages)!==null&&Ve!==void 0?Ve:!0,inlineRefs:(se=N.inlineRefs)!==null&&se!==void 0?se:!0,schemaId:(Oe=N.schemaId)!==null&&Oe!==void 0?Oe:"$id",addUsedSchema:(Le=N.addUsedSchema)!==null&&Le!==void 0?Le:!0,validateSchema:(mt=N.validateSchema)!==null&&mt!==void 0?mt:!0,validateFormats:(at=N.validateFormats)!==null&&at!==void 0?at:!0,unicodeRegExp:(gn=N.unicodeRegExp)!==null&&gn!==void 0?gn:!0,int32range:(qn=N.int32range)!==null&&qn!==void 0?qn:!0,uriResolver:He}}class k{constructor(O={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,O=this.opts={...O,...w(O)};const{es5:U,lines:_}=this.opts.code;this.scope=new a.ValueScope({scope:{},prefixes:m,es5:U,lines:_}),this.logger=I(O.logger);const C=O.validateFormats;O.validateFormats=!1,this.RULES=(0,s.getRules)(),E.call(this,x,O,"NOT SUPPORTED"),E.call(this,g,O,"DEPRECATED","warn"),this._metaOpts=R.call(this),O.formats&&A.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),O.keywords&&j.call(this,O.keywords),typeof O.meta=="object"&&this.addMetaSchema(O.meta),S.call(this),O.validateFormats=C}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){const{$data:O,meta:U,schemaId:_}=this.opts;let C=f;_==="id"&&(C={...f},C.id=C.$id,delete C.$id),U&&O&&this.addMetaSchema(C,C[_],!1)}defaultMeta(){const{meta:O,schemaId:U}=this.opts;return this.opts.defaultMeta=typeof O=="object"?O[U]||O:void 0}validate(O,U){let _;if(typeof O=="string"){if(_=this.getSchema(O),!_)throw new Error(`no schema with key or ref "${O}"`)}else _=this.compile(O);const C=_(U);return"$async"in _||(this.errors=_.errors),C}compile(O,U){const _=this._addSchema(O,U);return _.validate||this._compileSchemaEnv(_)}compileAsync(O,U){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");const{loadSchema:_}=this.opts;return C.call(this,O,U);async function C(oe,fe){await $.call(this,oe.$schema);const be=this._addSchema(oe,fe);return be.validate||M.call(this,be)}async function $(oe){oe&&!this.getSchema(oe)&&await C.call(this,{$ref:oe},!0)}async function M(oe){try{return this._compileSchemaEnv(oe)}catch(fe){if(!(fe instanceof o.default))throw fe;return B.call(this,fe),await Q.call(this,fe.missingSchema),M.call(this,oe)}}function B({missingSchema:oe,missingRef:fe}){if(this.refs[oe])throw new Error(`AnySchema ${oe} is loaded but ${fe} cannot be resolved`)}async function Q(oe){const fe=await ue.call(this,oe);this.refs[oe]||await $.call(this,fe.$schema),this.refs[oe]||this.addSchema(fe,oe,U)}async function ue(oe){const fe=this._loading[oe];if(fe)return fe;try{return await(this._loading[oe]=_(oe))}finally{delete this._loading[oe]}}}addSchema(O,U,_,C=this.opts.validateSchema){if(Array.isArray(O)){for(const M of O)this.addSchema(M,void 0,_,C);return this}let $;if(typeof O=="object"){const{schemaId:M}=this.opts;if($=O[M],$!==void 0&&typeof $!="string")throw new Error(`schema ${M} must be string`)}return U=(0,l.normalizeId)(U||$),this._checkUnique(U),this.schemas[U]=this._addSchema(O,_,U,C,!0),this}addMetaSchema(O,U,_=this.opts.validateSchema){return this.addSchema(O,U,!0,_),this}validateSchema(O,U){if(typeof O=="boolean")return!0;let _;if(_=O.$schema,_!==void 0&&typeof _!="string")throw new Error("$schema must be a string");if(_=_||this.opts.defaultMeta||this.defaultMeta(),!_)return this.logger.warn("meta-schema not available"),this.errors=null,!0;const C=this.validate(_,O);if(!C&&U){const $="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error($);else throw new Error($)}return C}getSchema(O){let U;for(;typeof(U=P.call(this,O))=="string";)O=U;if(U===void 0){const{schemaId:_}=this.opts,C=new i.SchemaEnv({schema:{},schemaId:_});if(U=i.resolveSchema.call(this,C,O),!U)return;this.refs[O]=U}return U.validate||this._compileSchemaEnv(U)}removeSchema(O){if(O instanceof RegExp)return this._removeAllSchemas(this.schemas,O),this._removeAllSchemas(this.refs,O),this;switch(typeof O){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{const U=P.call(this,O);return typeof U=="object"&&this._cache.delete(U.schema),delete this.schemas[O],delete this.refs[O],this}case"object":{const U=O;this._cache.delete(U);let _=O[this.opts.schemaId];return _&&(_=(0,l.normalizeId)(_),delete this.schemas[_],delete this.refs[_]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(O){for(const U of O)this.addKeyword(U);return this}addKeyword(O,U){let _;if(typeof O=="string")_=O,typeof U=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),U.keyword=_);else if(typeof O=="object"&&U===void 0){if(U=O,_=U.keyword,Array.isArray(_)&&!_.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(z.call(this,_,U),!U)return(0,d.eachItem)(_,$=>V.call(this,$)),this;K.call(this,U);const C={...U,type:(0,u.getJSONTypes)(U.type),schemaType:(0,u.getJSONTypes)(U.schemaType)};return(0,d.eachItem)(_,C.type.length===0?$=>V.call(this,$,C):$=>C.type.forEach(M=>V.call(this,$,C,M))),this}getKeyword(O){const U=this.RULES.all[O];return typeof U=="object"?U.definition:!!U}removeKeyword(O){const{RULES:U}=this;delete U.keywords[O],delete U.all[O];for(const _ of U.rules){const C=_.rules.findIndex($=>$.keyword===O);C>=0&&_.rules.splice(C,1)}return this}addFormat(O,U){return typeof U=="string"&&(U=new RegExp(U)),this.formats[O]=U,this}errorsText(O=this.errors,{separator:U=", ",dataVar:_="data"}={}){return!O||O.length===0?"No errors":O.map(C=>`${_}${C.instancePath} ${C.message}`).reduce((C,$)=>C+U+$)}$dataMetaSchema(O,U){const _=this.RULES.all;O=JSON.parse(JSON.stringify(O));for(const C of U){const $=C.split("/").slice(1);let M=O;for(const B of $)M=M[B];for(const B in _){const Q=_[B];if(typeof Q!="object")continue;const{$data:ue}=Q.definition,oe=M[B];ue&&oe&&(M[B]=H(oe))}}return O}_removeAllSchemas(O,U){for(const _ in O){const C=O[_];(!U||U.test(_))&&(typeof C=="string"?delete O[_]:C&&!C.meta&&(this._cache.delete(C.schema),delete O[_]))}}_addSchema(O,U,_,C=this.opts.validateSchema,$=this.opts.addUsedSchema){let M;const{schemaId:B}=this.opts;if(typeof O=="object")M=O[B];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof O!="boolean")throw new Error("schema must be object or boolean")}let Q=this._cache.get(O);if(Q!==void 0)return Q;_=(0,l.normalizeId)(M||_);const ue=l.getSchemaRefs.call(this,O,_);return Q=new i.SchemaEnv({schema:O,schemaId:B,meta:U,baseId:_,localRefs:ue}),this._cache.set(Q.schema,Q),$&&!_.startsWith("#")&&(_&&this._checkUnique(_),this.refs[_]=Q),C&&this.validateSchema(O,!0),Q}_checkUnique(O){if(this.schemas[O]||this.refs[O])throw new Error(`schema with key or id "${O}" already exists`)}_compileSchemaEnv(O){if(O.meta?this._compileMetaSchema(O):i.compileSchema.call(this,O),!O.validate)throw new Error("ajv implementation error");return O.validate}_compileMetaSchema(O){const U=this.opts;this.opts=this._metaOpts;try{i.compileSchema.call(this,O)}finally{this.opts=U}}}k.ValidationError=r.default,k.MissingRefError=o.default,e.default=k;function E(N,O,U,_="error"){for(const C in N){const $=C;$ in O&&this.logger[_](`${U}: option ${C}. ${N[$]}`)}}function P(N){return N=(0,l.normalizeId)(N),this.schemas[N]||this.refs[N]}function S(){const N=this.opts.schemas;if(N)if(Array.isArray(N))this.addSchema(N);else for(const O in N)this.addSchema(N[O],O)}function A(){for(const N in this.opts.formats){const O=this.opts.formats[N];O&&this.addFormat(N,O)}}function j(N){if(Array.isArray(N)){this.addVocabulary(N);return}this.logger.warn("keywords option as map is deprecated, pass array");for(const O in N){const U=N[O];U.keyword||(U.keyword=O),this.addKeyword(U)}}function R(){const N={...this.opts};for(const O of y)delete N[O];return N}const T={log(){},warn(){},error(){}};function I(N){if(N===!1)return T;if(N===void 0)return console;if(N.log&&N.warn&&N.error)return N;throw new Error("logger must implement log, warn and error methods")}const F=/^[a-z_$][a-z0-9_$:-]*$/i;function z(N,O){const{RULES:U}=this;if((0,d.eachItem)(N,_=>{if(U.keywords[_])throw new Error(`Keyword ${_} is already defined`);if(!F.test(_))throw new Error(`Keyword ${_} has invalid name`)}),!!O&&O.$data&&!("code"in O||"validate"in O))throw new Error('$data keyword must have "code" or "validate" function')}function V(N,O,U){var _;const C=O==null?void 0:O.post;if(U&&C)throw new Error('keyword with "post" flag cannot have "type"');const{RULES:$}=this;let M=C?$.post:$.rules.find(({type:Q})=>Q===U);if(M||(M={type:U,rules:[]},$.rules.push(M)),$.keywords[N]=!0,!O)return;const B={keyword:N,definition:{...O,type:(0,u.getJSONTypes)(O.type),schemaType:(0,u.getJSONTypes)(O.schemaType)}};O.before?Z.call(this,M,B,O.before):M.rules.push(B),$.all[N]=B,(_=O.implements)===null||_===void 0||_.forEach(Q=>this.addKeyword(Q))}function Z(N,O,U){const _=N.rules.findIndex(C=>C.keyword===U);_>=0?N.rules.splice(_,0,O):(N.rules.push(O),this.logger.warn(`rule ${U} is not defined`))}function K(N){let{metaSchema:O}=N;O!==void 0&&(N.$data&&this.opts.$data&&(O=H(O)),N.validateSchema=this.compile(O,!0))}const q={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function H(N){return{anyOf:[N,q]}}})(s$);var Px={},jx={},Tx={};Object.defineProperty(Tx,"__esModule",{value:!0});const oY={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Tx.default=oY;var Ai={};Object.defineProperty(Ai,"__esModule",{value:!0});Ai.callRef=Ai.getValidate=void 0;const sY=wl,G1=De,$n=Ae,Zi=ho,J1=On,ad=ce,iY={keyword:"$ref",schemaType:"string",code(e){const{gen:t,schema:n,it:r}=e,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:l}=r,{root:u}=s;if((n==="#"||n==="#/")&&o===u.baseId)return f();const d=J1.resolveRef.call(l,u,o,n);if(d===void 0)throw new sY.default(r.opts.uriResolver,o,n);if(d instanceof J1.SchemaEnv)return p(d);return h(d);function f(){if(s===u)return Ld(e,i,s,s.$async);const y=t.scopeValue("root",{ref:u});return Ld(e,(0,$n._)`${y}.validate`,u,u.$async)}function p(y){const m=K$(e,y);Ld(e,m,y,y.$async)}function h(y){const m=t.scopeValue("schema",a.code.source===!0?{ref:y,code:(0,$n.stringify)(y)}:{ref:y}),x=t.name("valid"),g=e.subschema({schema:y,dataTypes:[],schemaPath:$n.nil,topSchemaRef:m,errSchemaPath:n},x);e.mergeEvaluated(g),e.ok(x)}}};function K$(e,t){const{gen:n}=e;return t.validate?n.scopeValue("validate",{ref:t.validate}):(0,$n._)`${n.scopeValue("wrapper",{ref:t})}.validate`}Ai.getValidate=K$;function Ld(e,t,n,r){const{gen:o,it:s}=e,{allErrors:i,schemaEnv:a,opts:l}=s,u=l.passContext?Zi.default.this:$n.nil;r?d():f();function d(){if(!a.$async)throw new Error("async schema referenced by sync schema");const y=o.let("valid");o.try(()=>{o.code((0,$n._)`await ${(0,G1.callValidateCode)(e,t,u)}`),h(t),i||o.assign(y,!0)},m=>{o.if((0,$n._)`!(${m} instanceof ${s.ValidationError})`,()=>o.throw(m)),p(m),i||o.assign(y,!1)}),e.ok(y)}function f(){e.result((0,G1.callValidateCode)(e,t,u),()=>h(t),()=>p(t))}function p(y){const m=(0,$n._)`${y}.errors`;o.assign(Zi.default.vErrors,(0,$n._)`${Zi.default.vErrors} === null ? ${m} : ${Zi.default.vErrors}.concat(${m})`),o.assign(Zi.default.errors,(0,$n._)`${Zi.default.vErrors}.length`)}function h(y){var m;if(!s.opts.unevaluated)return;const x=(m=n==null?void 0:n.validate)===null||m===void 0?void 0:m.evaluated;if(s.props!==!0)if(x&&!x.dynamicProps)x.props!==void 0&&(s.props=ad.mergeEvaluated.props(o,x.props,s.props));else{const g=o.var("props",(0,$n._)`${y}.evaluated.props`);s.props=ad.mergeEvaluated.props(o,g,s.props,$n.Name)}if(s.items!==!0)if(x&&!x.dynamicItems)x.items!==void 0&&(s.items=ad.mergeEvaluated.items(o,x.items,s.items));else{const g=o.var("items",(0,$n._)`${y}.evaluated.items`);s.items=ad.mergeEvaluated.items(o,g,s.items,$n.Name)}}}Ai.callRef=Ld;Ai.default=iY;Object.defineProperty(jx,"__esModule",{value:!0});const aY=Tx,lY=Ai,cY=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",aY.default,lY.default];jx.default=cY;var $x={},Rx={};Object.defineProperty(Rx,"__esModule",{value:!0});const Zf=Ae,Qo=Zf.operators,Qf={maximum:{okStr:"<=",ok:Qo.LTE,fail:Qo.GT},minimum:{okStr:">=",ok:Qo.GTE,fail:Qo.LT},exclusiveMaximum:{okStr:"<",ok:Qo.LT,fail:Qo.GTE},exclusiveMinimum:{okStr:">",ok:Qo.GT,fail:Qo.LTE}},uY={message:({keyword:e,schemaCode:t})=>(0,Zf.str)`must be ${Qf[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Zf._)`{comparison: ${Qf[e].okStr}, limit: ${t}}`},dY={keyword:Object.keys(Qf),type:"number",schemaType:"number",$data:!0,error:uY,code(e){const{keyword:t,data:n,schemaCode:r}=e;e.fail$data((0,Zf._)`${n} ${Qf[t].fail} ${r} || isNaN(${n})`)}};Rx.default=dY;var Ix={};Object.defineProperty(Ix,"__esModule",{value:!0});const mc=Ae,fY={message:({schemaCode:e})=>(0,mc.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,mc._)`{multipleOf: ${e}}`},hY={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:fY,code(e){const{gen:t,data:n,schemaCode:r,it:o}=e,s=o.opts.multipleOfPrecision,i=t.let("res"),a=s?(0,mc._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,mc._)`${i} !== parseInt(${i})`;e.fail$data((0,mc._)`(${r} === 0 || (${i} = ${n}/${r}, ${a}))`)}};Ix.default=hY;var Ax={},Ox={};Object.defineProperty(Ox,"__esModule",{value:!0});function Z$(e){const t=e.length;let n=0,r=0,o;for(;r<t;)n++,o=e.charCodeAt(r++),o>=55296&&o<=56319&&r<t&&(o=e.charCodeAt(r),(o&64512)===56320&&r++);return n}Ox.default=Z$;Z$.code='require("ajv/dist/runtime/ucs2length").default';Object.defineProperty(Ax,"__esModule",{value:!0});const ni=Ae,pY=ce,mY=Ox,gY={message({keyword:e,schemaCode:t}){const n=e==="maxLength"?"more":"fewer";return(0,ni.str)`must NOT have ${n} than ${t} characters`},params:({schemaCode:e})=>(0,ni._)`{limit: ${e}}`},yY={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:gY,code(e){const{keyword:t,data:n,schemaCode:r,it:o}=e,s=t==="maxLength"?ni.operators.GT:ni.operators.LT,i=o.opts.unicode===!1?(0,ni._)`${n}.length`:(0,ni._)`${(0,pY.useFunc)(e.gen,mY.default)}(${n})`;e.fail$data((0,ni._)`${i} ${s} ${r}`)}};Ax.default=yY;var Mx={};Object.defineProperty(Mx,"__esModule",{value:!0});const vY=De,Gf=Ae,xY={message:({schemaCode:e})=>(0,Gf.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,Gf._)`{pattern: ${e}}`},wY={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:xY,code(e){const{data:t,$data:n,schema:r,schemaCode:o,it:s}=e,i=s.opts.unicodeRegExp?"u":"",a=n?(0,Gf._)`(new RegExp(${o}, ${i}))`:(0,vY.usePattern)(e,r);e.fail$data((0,Gf._)`!${a}.test(${t})`)}};Mx.default=wY;var Dx={};Object.defineProperty(Dx,"__esModule",{value:!0});const gc=Ae,bY={message({keyword:e,schemaCode:t}){const n=e==="maxProperties"?"more":"fewer";return(0,gc.str)`must NOT have ${n} than ${t} properties`},params:({schemaCode:e})=>(0,gc._)`{limit: ${e}}`},kY={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:bY,code(e){const{keyword:t,data:n,schemaCode:r}=e,o=t==="maxProperties"?gc.operators.GT:gc.operators.LT;e.fail$data((0,gc._)`Object.keys(${n}).length ${o} ${r}`)}};Dx.default=kY;var zx={};Object.defineProperty(zx,"__esModule",{value:!0});const zl=De,yc=Ae,_Y=ce,SY={message:({params:{missingProperty:e}})=>(0,yc.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,yc._)`{missingProperty: ${e}}`},CY={keyword:"required",type:"object",schemaType:"array",$data:!0,error:SY,code(e){const{gen:t,schema:n,schemaCode:r,data:o,$data:s,it:i}=e,{opts:a}=i;if(!s&&n.length===0)return;const l=n.length>=a.loopRequired;if(i.allErrors?u():d(),a.strictRequired){const h=e.parentSchema.properties,{definedProperties:y}=e.it;for(const m of n)if((h==null?void 0:h[m])===void 0&&!y.has(m)){const x=i.schemaEnv.baseId+i.errSchemaPath,g=`required property "${m}" is not defined at "${x}" (strictRequired)`;(0,_Y.checkStrictMode)(i,g,i.opts.strictRequired)}}function u(){if(l||s)e.block$data(yc.nil,f);else for(const h of n)(0,zl.checkReportMissingProp)(e,h)}function d(){const h=t.let("missing");if(l||s){const y=t.let("valid",!0);e.block$data(y,()=>p(h,y)),e.ok(y)}else t.if((0,zl.checkMissingProp)(e,n,h)),(0,zl.reportMissingProp)(e,h),t.else()}function f(){t.forOf("prop",r,h=>{e.setParams({missingProperty:h}),t.if((0,zl.noPropertyInData)(t,o,h,a.ownProperties),()=>e.error())})}function p(h,y){e.setParams({missingProperty:h}),t.forOf(h,r,()=>{t.assign(y,(0,zl.propertyInData)(t,o,h,a.ownProperties)),t.if((0,yc.not)(y),()=>{e.error(),t.break()})},yc.nil)}}};zx.default=CY;var Lx={};Object.defineProperty(Lx,"__esModule",{value:!0});const vc=Ae,EY={message({keyword:e,schemaCode:t}){const n=e==="maxItems"?"more":"fewer";return(0,vc.str)`must NOT have ${n} than ${t} items`},params:({schemaCode:e})=>(0,vc._)`{limit: ${e}}`},NY={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:EY,code(e){const{keyword:t,data:n,schemaCode:r}=e,o=t==="maxItems"?vc.operators.GT:vc.operators.LT;e.fail$data((0,vc._)`${n}.length ${o} ${r}`)}};Lx.default=NY;var Fx={},ku={};Object.defineProperty(ku,"__esModule",{value:!0});const Q$=b$;Q$.code='require("ajv/dist/runtime/equal").default';ku.default=Q$;Object.defineProperty(Fx,"__esModule",{value:!0});const wm=Ut,Gt=Ae,PY=ce,jY=ku,TY={message:({params:{i:e,j:t}})=>(0,Gt.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,Gt._)`{i: ${e}, j: ${t}}`},$Y={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:TY,code(e){const{gen:t,data:n,$data:r,schema:o,parentSchema:s,schemaCode:i,it:a}=e;if(!r&&!o)return;const l=t.let("valid"),u=s.items?(0,wm.getSchemaTypes)(s.items):[];e.block$data(l,d,(0,Gt._)`${i} === false`),e.ok(l);function d(){const y=t.let("i",(0,Gt._)`${n}.length`),m=t.let("j");e.setParams({i:y,j:m}),t.assign(l,!0),t.if((0,Gt._)`${y} > 1`,()=>(f()?p:h)(y,m))}function f(){return u.length>0&&!u.some(y=>y==="object"||y==="array")}function p(y,m){const x=t.name("item"),g=(0,wm.checkDataTypes)(u,x,a.opts.strictNumbers,wm.DataType.Wrong),v=t.const("indices",(0,Gt._)`{}`);t.for((0,Gt._)`;${y}--;`,()=>{t.let(x,(0,Gt._)`${n}[${y}]`),t.if(g,(0,Gt._)`continue`),u.length>1&&t.if((0,Gt._)`typeof ${x} == "string"`,(0,Gt._)`${x} += "_"`),t.if((0,Gt._)`typeof ${v}[${x}] == "number"`,()=>{t.assign(m,(0,Gt._)`${v}[${x}]`),e.error(),t.assign(l,!1).break()}).code((0,Gt._)`${v}[${x}] = ${y}`)})}function h(y,m){const x=(0,PY.useFunc)(t,jY.default),g=t.name("outer");t.label(g).for((0,Gt._)`;${y}--;`,()=>t.for((0,Gt._)`${m} = ${y}; ${m}--;`,()=>t.if((0,Gt._)`${x}(${n}[${y}], ${n}[${m}])`,()=>{e.error(),t.assign(l,!1).break(g)})))}}};Fx.default=$Y;var Ux={};Object.defineProperty(Ux,"__esModule",{value:!0});const My=Ae,RY=ce,IY=ku,AY={message:"must be equal to constant",params:({schemaCode:e})=>(0,My._)`{allowedValue: ${e}}`},OY={keyword:"const",$data:!0,error:AY,code(e){const{gen:t,data:n,$data:r,schemaCode:o,schema:s}=e;r||s&&typeof s=="object"?e.fail$data((0,My._)`!${(0,RY.useFunc)(t,IY.default)}(${n}, ${o})`):e.fail((0,My._)`${s} !== ${n}`)}};Ux.default=OY;var qx={};Object.defineProperty(qx,"__esModule",{value:!0});const Gl=Ae,MY=ce,DY=ku,zY={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,Gl._)`{allowedValues: ${e}}`},LY={keyword:"enum",schemaType:"array",$data:!0,error:zY,code(e){const{gen:t,data:n,$data:r,schema:o,schemaCode:s,it:i}=e;if(!r&&o.length===0)throw new Error("enum must have non-empty array");const a=o.length>=i.opts.loopEnum;let l;const u=()=>l??(l=(0,MY.useFunc)(t,DY.default));let d;if(a||r)d=t.let("valid"),e.block$data(d,f);else{if(!Array.isArray(o))throw new Error("ajv implementation error");const h=t.const("vSchema",s);d=(0,Gl.or)(...o.map((y,m)=>p(h,m)))}e.pass(d);function f(){t.assign(d,!1),t.forOf("v",s,h=>t.if((0,Gl._)`${u()}(${n}, ${h})`,()=>t.assign(d,!0).break()))}function p(h,y){const m=o[y];return typeof m=="object"&&m!==null?(0,Gl._)`${u()}(${n}, ${h}[${y}])`:(0,Gl._)`${n} === ${m}`}}};qx.default=LY;Object.defineProperty($x,"__esModule",{value:!0});const FY=Rx,UY=Ix,qY=Ax,VY=Mx,HY=Dx,BY=zx,WY=Lx,KY=Fx,ZY=Ux,QY=qx,GY=[FY.default,UY.default,qY.default,VY.default,HY.default,BY.default,WY.default,KY.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},ZY.default,QY.default];$x.default=GY;var Vx={},bl={};Object.defineProperty(bl,"__esModule",{value:!0});bl.validateAdditionalItems=void 0;const ri=Ae,Dy=ce,JY={message:({params:{len:e}})=>(0,ri.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,ri._)`{limit: ${e}}`},YY={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:JY,code(e){const{parentSchema:t,it:n}=e,{items:r}=t;if(!Array.isArray(r)){(0,Dy.checkStrictMode)(n,'"additionalItems" is ignored when "items" is not an array of schemas');return}G$(e,r)}};function G$(e,t){const{gen:n,schema:r,data:o,keyword:s,it:i}=e;i.items=!0;const a=n.const("len",(0,ri._)`${o}.length`);if(r===!1)e.setParams({len:t.length}),e.pass((0,ri._)`${a} <= ${t.length}`);else if(typeof r=="object"&&!(0,Dy.alwaysValidSchema)(i,r)){const u=n.var("valid",(0,ri._)`${a} <= ${t.length}`);n.if((0,ri.not)(u),()=>l(u)),e.ok(u)}function l(u){n.forRange("i",t.length,a,d=>{e.subschema({keyword:s,dataProp:d,dataPropType:Dy.Type.Num},u),i.allErrors||n.if((0,ri.not)(u),()=>n.break())})}}bl.validateAdditionalItems=G$;bl.default=YY;var Hx={},kl={};Object.defineProperty(kl,"__esModule",{value:!0});kl.validateTuple=void 0;const Y1=Ae,Fd=ce,XY=De,eX={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){const{schema:t,it:n}=e;if(Array.isArray(t))return J$(e,"additionalItems",t);n.items=!0,!(0,Fd.alwaysValidSchema)(n,t)&&e.ok((0,XY.validateArray)(e))}};function J$(e,t,n=e.schema){const{gen:r,parentSchema:o,data:s,keyword:i,it:a}=e;d(o),a.opts.unevaluated&&n.length&&a.items!==!0&&(a.items=Fd.mergeEvaluated.items(r,n.length,a.items));const l=r.name("valid"),u=r.const("len",(0,Y1._)`${s}.length`);n.forEach((f,p)=>{(0,Fd.alwaysValidSchema)(a,f)||(r.if((0,Y1._)`${u} > ${p}`,()=>e.subschema({keyword:i,schemaProp:p,dataProp:p},l)),e.ok(l))});function d(f){const{opts:p,errSchemaPath:h}=a,y=n.length,m=y===f.minItems&&(y===f.maxItems||f[t]===!1);if(p.strictTuples&&!m){const x=`"${i}" is ${y}-tuple, but minItems or maxItems/${t} are not specified or different at path "${h}"`;(0,Fd.checkStrictMode)(a,x,p.strictTuples)}}}kl.validateTuple=J$;kl.default=eX;Object.defineProperty(Hx,"__esModule",{value:!0});const tX=kl,nX={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,tX.validateTuple)(e,"items")};Hx.default=nX;var Bx={};Object.defineProperty(Bx,"__esModule",{value:!0});const X1=Ae,rX=ce,oX=De,sX=bl,iX={message:({params:{len:e}})=>(0,X1.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,X1._)`{limit: ${e}}`},aX={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:iX,code(e){const{schema:t,parentSchema:n,it:r}=e,{prefixItems:o}=n;r.items=!0,!(0,rX.alwaysValidSchema)(r,t)&&(o?(0,sX.validateAdditionalItems)(e,o):e.ok((0,oX.validateArray)(e)))}};Bx.default=aX;var Wx={};Object.defineProperty(Wx,"__esModule",{value:!0});const ir=Ae,ld=ce,lX={message:({params:{min:e,max:t}})=>t===void 0?(0,ir.str)`must contain at least ${e} valid item(s)`:(0,ir.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,ir._)`{minContains: ${e}}`:(0,ir._)`{minContains: ${e}, maxContains: ${t}}`},cX={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:lX,code(e){const{gen:t,schema:n,parentSchema:r,data:o,it:s}=e;let i,a;const{minContains:l,maxContains:u}=r;s.opts.next?(i=l===void 0?1:l,a=u):i=1;const d=t.const("len",(0,ir._)`${o}.length`);if(e.setParams({min:i,max:a}),a===void 0&&i===0){(0,ld.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,ld.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,ld.alwaysValidSchema)(s,n)){let m=(0,ir._)`${d} >= ${i}`;a!==void 0&&(m=(0,ir._)`${m} && ${d} <= ${a}`),e.pass(m);return}s.items=!0;const f=t.name("valid");a===void 0&&i===1?h(f,()=>t.if(f,()=>t.break())):i===0?(t.let(f,!0),a!==void 0&&t.if((0,ir._)`${o}.length > 0`,p)):(t.let(f,!1),p()),e.result(f,()=>e.reset());function p(){const m=t.name("_valid"),x=t.let("count",0);h(m,()=>t.if(m,()=>y(x)))}function h(m,x){t.forRange("i",0,d,g=>{e.subschema({keyword:"contains",dataProp:g,dataPropType:ld.Type.Num,compositeRule:!0},m),x()})}function y(m){t.code((0,ir._)`${m}++`),a===void 0?t.if((0,ir._)`${m} >= ${i}`,()=>t.assign(f,!0).break()):(t.if((0,ir._)`${m} > ${a}`,()=>t.assign(f,!1).break()),i===1?t.assign(f,!0):t.if((0,ir._)`${m} >= ${i}`,()=>t.assign(f,!0)))}}};Wx.default=cX;var Y$={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;const t=Ae,n=ce,r=De;e.error={message:({params:{property:l,depsCount:u,deps:d}})=>{const f=u===1?"property":"properties";return(0,t.str)`must have ${f} ${d} when property ${l} is present`},params:({params:{property:l,depsCount:u,deps:d,missingProperty:f}})=>(0,t._)`{property: ${l},
|
|
456
|
+
missingProperty: ${f},
|
|
457
|
+
depsCount: ${u},
|
|
458
|
+
deps: ${d}}`};const o={keyword:"dependencies",type:"object",schemaType:"object",error:e.error,code(l){const[u,d]=s(l);i(l,u),a(l,d)}};function s({schema:l}){const u={},d={};for(const f in l){if(f==="__proto__")continue;const p=Array.isArray(l[f])?u:d;p[f]=l[f]}return[u,d]}function i(l,u=l.schema){const{gen:d,data:f,it:p}=l;if(Object.keys(u).length===0)return;const h=d.let("missing");for(const y in u){const m=u[y];if(m.length===0)continue;const x=(0,r.propertyInData)(d,f,y,p.opts.ownProperties);l.setParams({property:y,depsCount:m.length,deps:m.join(", ")}),p.allErrors?d.if(x,()=>{for(const g of m)(0,r.checkReportMissingProp)(l,g)}):(d.if((0,t._)`${x} && (${(0,r.checkMissingProp)(l,m,h)})`),(0,r.reportMissingProp)(l,h),d.else())}}e.validatePropertyDeps=i;function a(l,u=l.schema){const{gen:d,data:f,keyword:p,it:h}=l,y=d.name("valid");for(const m in u)(0,n.alwaysValidSchema)(h,u[m])||(d.if((0,r.propertyInData)(d,f,m,h.opts.ownProperties),()=>{const x=l.subschema({keyword:p,schemaProp:m},y);l.mergeValidEvaluated(x,y)},()=>d.var(y,!0)),l.ok(y))}e.validateSchemaDeps=a,e.default=o})(Y$);var Kx={};Object.defineProperty(Kx,"__esModule",{value:!0});const X$=Ae,uX=ce,dX={message:"property name must be valid",params:({params:e})=>(0,X$._)`{propertyName: ${e.propertyName}}`},fX={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:dX,code(e){const{gen:t,schema:n,data:r,it:o}=e;if((0,uX.alwaysValidSchema)(o,n))return;const s=t.name("valid");t.forIn("key",r,i=>{e.setParams({propertyName:i}),e.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),t.if((0,X$.not)(s),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(s)}};Kx.default=fX;var ep={};Object.defineProperty(ep,"__esModule",{value:!0});const cd=De,br=Ae,hX=ho,ud=ce,pX={message:"must NOT have additional properties",params:({params:e})=>(0,br._)`{additionalProperty: ${e.additionalProperty}}`},mX={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:pX,code(e){const{gen:t,schema:n,parentSchema:r,data:o,errsCount:s,it:i}=e;if(!s)throw new Error("ajv implementation error");const{allErrors:a,opts:l}=i;if(i.props=!0,l.removeAdditional!=="all"&&(0,ud.alwaysValidSchema)(i,n))return;const u=(0,cd.allSchemaProperties)(r.properties),d=(0,cd.allSchemaProperties)(r.patternProperties);f(),e.ok((0,br._)`${s} === ${hX.default.errors}`);function f(){t.forIn("key",o,x=>{!u.length&&!d.length?y(x):t.if(p(x),()=>y(x))})}function p(x){let g;if(u.length>8){const v=(0,ud.schemaRefOrVal)(i,r.properties,"properties");g=(0,cd.isOwnProperty)(t,v,x)}else u.length?g=(0,br.or)(...u.map(v=>(0,br._)`${x} === ${v}`)):g=br.nil;return d.length&&(g=(0,br.or)(g,...d.map(v=>(0,br._)`${(0,cd.usePattern)(e,v)}.test(${x})`))),(0,br.not)(g)}function h(x){t.code((0,br._)`delete ${o}[${x}]`)}function y(x){if(l.removeAdditional==="all"||l.removeAdditional&&n===!1){h(x);return}if(n===!1){e.setParams({additionalProperty:x}),e.error(),a||t.break();return}if(typeof n=="object"&&!(0,ud.alwaysValidSchema)(i,n)){const g=t.name("valid");l.removeAdditional==="failing"?(m(x,g,!1),t.if((0,br.not)(g),()=>{e.reset(),h(x)})):(m(x,g),a||t.if((0,br.not)(g),()=>t.break()))}}function m(x,g,v){const w={keyword:"additionalProperties",dataProp:x,dataPropType:ud.Type.Str};v===!1&&Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(w,g)}}};ep.default=mX;var Zx={};Object.defineProperty(Zx,"__esModule",{value:!0});const gX=Mr,e_=De,bm=ce,t_=ep,yX={keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,parentSchema:r,data:o,it:s}=e;s.opts.removeAdditional==="all"&&r.additionalProperties===void 0&&t_.default.code(new gX.KeywordCxt(s,t_.default,"additionalProperties"));const i=(0,e_.allSchemaProperties)(n);for(const f of i)s.definedProperties.add(f);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=bm.mergeEvaluated.props(t,(0,bm.toHash)(i),s.props));const a=i.filter(f=>!(0,bm.alwaysValidSchema)(s,n[f]));if(a.length===0)return;const l=t.name("valid");for(const f of a)u(f)?d(f):(t.if((0,e_.propertyInData)(t,o,f,s.opts.ownProperties)),d(f),s.allErrors||t.else().var(l,!0),t.endIf()),e.it.definedProperties.add(f),e.ok(l);function u(f){return s.opts.useDefaults&&!s.compositeRule&&n[f].default!==void 0}function d(f){e.subschema({keyword:"properties",schemaProp:f,dataProp:f},l)}}};Zx.default=yX;var Qx={};Object.defineProperty(Qx,"__esModule",{value:!0});const n_=De,dd=Ae,r_=ce,o_=ce,vX={keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:n,data:r,parentSchema:o,it:s}=e,{opts:i}=s,a=(0,n_.allSchemaProperties)(n),l=a.filter(m=>(0,r_.alwaysValidSchema)(s,n[m]));if(a.length===0||l.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;const u=i.strictSchema&&!i.allowMatchingProperties&&o.properties,d=t.name("valid");s.props!==!0&&!(s.props instanceof dd.Name)&&(s.props=(0,o_.evaluatedPropsToName)(t,s.props));const{props:f}=s;p();function p(){for(const m of a)u&&h(m),s.allErrors?y(m):(t.var(d,!0),y(m),t.if(d))}function h(m){for(const x in u)new RegExp(m).test(x)&&(0,r_.checkStrictMode)(s,`property ${x} matches pattern ${m} (use allowMatchingProperties)`)}function y(m){t.forIn("key",r,x=>{t.if((0,dd._)`${(0,n_.usePattern)(e,m)}.test(${x})`,()=>{const g=l.includes(m);g||e.subschema({keyword:"patternProperties",schemaProp:m,dataProp:x,dataPropType:o_.Type.Str},d),s.opts.unevaluated&&f!==!0?t.assign((0,dd._)`${f}[${x}]`,!0):!g&&!s.allErrors&&t.if((0,dd.not)(d),()=>t.break())})})}}};Qx.default=vX;var Gx={};Object.defineProperty(Gx,"__esModule",{value:!0});const xX=ce,wX={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:n,it:r}=e;if((0,xX.alwaysValidSchema)(r,n)){e.fail();return}const o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Gx.default=wX;var Jx={};Object.defineProperty(Jx,"__esModule",{value:!0});const bX=De,kX={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:bX.validateUnion,error:{message:"must match a schema in anyOf"}};Jx.default=kX;var Yx={};Object.defineProperty(Yx,"__esModule",{value:!0});const Ud=Ae,_X=ce,SX={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,Ud._)`{passingSchemas: ${e.passing}}`},CX={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:SX,code(e){const{gen:t,schema:n,parentSchema:r,it:o}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");if(o.opts.discriminator&&r.discriminator)return;const s=n,i=t.let("valid",!1),a=t.let("passing",null),l=t.name("_valid");e.setParams({passing:a}),t.block(u),e.result(i,()=>e.reset(),()=>e.error(!0));function u(){s.forEach((d,f)=>{let p;(0,_X.alwaysValidSchema)(o,d)?t.var(l,!0):p=e.subschema({keyword:"oneOf",schemaProp:f,compositeRule:!0},l),f>0&&t.if((0,Ud._)`${l} && ${i}`).assign(i,!1).assign(a,(0,Ud._)`[${a}, ${f}]`).else(),t.if(l,()=>{t.assign(i,!0),t.assign(a,f),p&&e.mergeEvaluated(p,Ud.Name)})})}}};Yx.default=CX;var Xx={};Object.defineProperty(Xx,"__esModule",{value:!0});const EX=ce,NX={keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:n,it:r}=e;if(!Array.isArray(n))throw new Error("ajv implementation error");const o=t.name("valid");n.forEach((s,i)=>{if((0,EX.alwaysValidSchema)(r,s))return;const a=e.subschema({keyword:"allOf",schemaProp:i},o);e.ok(o),e.mergeEvaluated(a)})}};Xx.default=NX;var ew={};Object.defineProperty(ew,"__esModule",{value:!0});const Jf=Ae,eR=ce,PX={message:({params:e})=>(0,Jf.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Jf._)`{failingKeyword: ${e.ifClause}}`},jX={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:PX,code(e){const{gen:t,parentSchema:n,it:r}=e;n.then===void 0&&n.else===void 0&&(0,eR.checkStrictMode)(r,'"if" without "then" and "else" is ignored');const o=s_(r,"then"),s=s_(r,"else");if(!o&&!s)return;const i=t.let("valid",!0),a=t.name("_valid");if(l(),e.reset(),o&&s){const d=t.let("ifClause");e.setParams({ifClause:d}),t.if(a,u("then",d),u("else",d))}else o?t.if(a,u("then")):t.if((0,Jf.not)(a),u("else"));e.pass(i,()=>e.error(!0));function l(){const d=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(d)}function u(d,f){return()=>{const p=e.subschema({keyword:d},a);t.assign(i,a),e.mergeValidEvaluated(p,i),f?t.assign(f,(0,Jf._)`${d}`):e.setParams({ifClause:d})}}}};function s_(e,t){const n=e.schema[t];return n!==void 0&&!(0,eR.alwaysValidSchema)(e,n)}ew.default=jX;var tw={};Object.defineProperty(tw,"__esModule",{value:!0});const TX=ce,$X={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:n}){t.if===void 0&&(0,TX.checkStrictMode)(n,`"${e}" without "if" is ignored`)}};tw.default=$X;Object.defineProperty(Vx,"__esModule",{value:!0});const RX=bl,IX=Hx,AX=kl,OX=Bx,MX=Wx,DX=Y$,zX=Kx,LX=ep,FX=Zx,UX=Qx,qX=Gx,VX=Jx,HX=Yx,BX=Xx,WX=ew,KX=tw;function ZX(e=!1){const t=[qX.default,VX.default,HX.default,BX.default,WX.default,KX.default,zX.default,LX.default,DX.default,FX.default,UX.default];return e?t.push(IX.default,OX.default):t.push(RX.default,AX.default),t.push(MX.default),t}Vx.default=ZX;var nw={},rw={};Object.defineProperty(rw,"__esModule",{value:!0});const $t=Ae,QX={message:({schemaCode:e})=>(0,$t.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,$t._)`{format: ${e}}`},GX={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:QX,code(e,t){const{gen:n,data:r,$data:o,schema:s,schemaCode:i,it:a}=e,{opts:l,errSchemaPath:u,schemaEnv:d,self:f}=a;if(!l.validateFormats)return;o?p():h();function p(){const y=n.scopeValue("formats",{ref:f.formats,code:l.code.formats}),m=n.const("fDef",(0,$t._)`${y}[${i}]`),x=n.let("fType"),g=n.let("format");n.if((0,$t._)`typeof ${m} == "object" && !(${m} instanceof RegExp)`,()=>n.assign(x,(0,$t._)`${m}.type || "string"`).assign(g,(0,$t._)`${m}.validate`),()=>n.assign(x,(0,$t._)`"string"`).assign(g,m)),e.fail$data((0,$t.or)(v(),w()));function v(){return l.strictSchema===!1?$t.nil:(0,$t._)`${i} && !${g}`}function w(){const k=d.$async?(0,$t._)`(${m}.async ? await ${g}(${r}) : ${g}(${r}))`:(0,$t._)`${g}(${r})`,E=(0,$t._)`(typeof ${g} == "function" ? ${k} : ${g}.test(${r}))`;return(0,$t._)`${g} && ${g} !== true && ${x} === ${t} && !${E}`}}function h(){const y=f.formats[s];if(!y){v();return}if(y===!0)return;const[m,x,g]=w(y);m===t&&e.pass(k());function v(){if(l.strictSchema===!1){f.logger.warn(E());return}throw new Error(E());function E(){return`unknown format "${s}" ignored in schema at path "${u}"`}}function w(E){const P=E instanceof RegExp?(0,$t.regexpCode)(E):l.code.formats?(0,$t._)`${l.code.formats}${(0,$t.getProperty)(s)}`:void 0,S=n.scopeValue("formats",{key:s,ref:E,code:P});return typeof E=="object"&&!(E instanceof RegExp)?[E.type||"string",E.validate,(0,$t._)`${S}.validate`]:["string",E,S]}function k(){if(typeof y=="object"&&!(y instanceof RegExp)&&y.async){if(!d.$async)throw new Error("async format in sync schema");return(0,$t._)`await ${g}(${r})`}return typeof x=="function"?(0,$t._)`${g}(${r})`:(0,$t._)`${g}.test(${r})`}}}};rw.default=GX;Object.defineProperty(nw,"__esModule",{value:!0});const JX=rw,YX=[JX.default];nw.default=YX;var sl={};Object.defineProperty(sl,"__esModule",{value:!0});sl.contentVocabulary=sl.metadataVocabulary=void 0;sl.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];sl.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"];Object.defineProperty(Px,"__esModule",{value:!0});const XX=jx,eee=$x,tee=Vx,nee=nw,i_=sl,ree=[XX.default,eee.default,(0,tee.default)(),nee.default,i_.metadataVocabulary,i_.contentVocabulary];Px.default=ree;var ow={},tp={};Object.defineProperty(tp,"__esModule",{value:!0});tp.DiscrError=void 0;var a_;(function(e){e.Tag="tag",e.Mapping="mapping"})(a_||(tp.DiscrError=a_={}));Object.defineProperty(ow,"__esModule",{value:!0});const ta=Ae,zy=tp,l_=On,oee=wl,see=ce,iee={message:({params:{discrError:e,tagName:t}})=>e===zy.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:n}})=>(0,ta._)`{error: ${e}, tag: ${n}, tagValue: ${t}}`},aee={keyword:"discriminator",type:"object",schemaType:"object",error:iee,code(e){const{gen:t,data:n,schema:r,parentSchema:o,it:s}=e,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");const a=r.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(r.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");const l=t.let("valid",!1),u=t.const("tag",(0,ta._)`${n}${(0,ta.getProperty)(a)}`);t.if((0,ta._)`typeof ${u} == "string"`,()=>d(),()=>e.error(!1,{discrError:zy.DiscrError.Tag,tag:u,tagName:a})),e.ok(l);function d(){const h=p();t.if(!1);for(const y in h)t.elseIf((0,ta._)`${u} === ${y}`),t.assign(l,f(h[y]));t.else(),e.error(!1,{discrError:zy.DiscrError.Mapping,tag:u,tagName:a}),t.endIf()}function f(h){const y=t.name("valid"),m=e.subschema({keyword:"oneOf",schemaProp:h},y);return e.mergeEvaluated(m,ta.Name),y}function p(){var h;const y={},m=g(o);let x=!0;for(let k=0;k<i.length;k++){let E=i[k];if(E!=null&&E.$ref&&!(0,see.schemaHasRulesButRef)(E,s.self.RULES)){const S=E.$ref;if(E=l_.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,S),E instanceof l_.SchemaEnv&&(E=E.schema),E===void 0)throw new oee.default(s.opts.uriResolver,s.baseId,S)}const P=(h=E==null?void 0:E.properties)===null||h===void 0?void 0:h[a];if(typeof P!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);x=x&&(m||g(E)),v(P,k)}if(!x)throw new Error(`discriminator: "${a}" must be required`);return y;function g({required:k}){return Array.isArray(k)&&k.includes(a)}function v(k,E){if(k.const)w(k.const,E);else if(k.enum)for(const P of k.enum)w(P,E);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(k,E){if(typeof k!="string"||k in y)throw new Error(`discriminator: "${a}" values must be unique strings`);y[k]=E}}}};ow.default=aee;const lee="http://json-schema.org/draft-07/schema#",cee="http://json-schema.org/draft-07/schema#",uee="Core schema meta-schema",dee={schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},fee=["object","boolean"],hee={$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},pee={$schema:lee,$id:cee,title:uee,definitions:dee,type:fee,properties:hee,default:!0};(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.MissingRefError=t.ValidationError=t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=t.Ajv=void 0;const n=s$,r=Px,o=ow,s=pee,i=["/properties"],a="http://json-schema.org/draft-07/schema";class l extends n.default{_addVocabularies(){super._addVocabularies(),r.default.forEach(y=>this.addVocabulary(y)),this.opts.discriminator&&this.addKeyword(o.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const y=this.opts.$data?this.$dataMetaSchema(s,i):s;this.addMetaSchema(y,a,!1),this.refs["http://json-schema.org/schema"]=a}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(a)?a:void 0)}}t.Ajv=l,e.exports=t=l,e.exports.Ajv=l,Object.defineProperty(t,"__esModule",{value:!0}),t.default=l;var u=Mr;Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return u.KeywordCxt}});var d=Ae;Object.defineProperty(t,"_",{enumerable:!0,get:function(){return d._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return d.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return d.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return d.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return d.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return d.CodeGen}});var f=bu;Object.defineProperty(t,"ValidationError",{enumerable:!0,get:function(){return f.default}});var p=wl;Object.defineProperty(t,"MissingRefError",{enumerable:!0,get:function(){return p.default}})})($y,$y.exports);var tR=$y.exports;const mee=il(tR);var Ly={exports:{}},nR={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatNames=e.fastFormats=e.fullFormats=void 0;function t(T,I){return{validate:T,compare:I}}e.fullFormats={date:t(s,i),time:t(l(!0),u),"date-time":t(p(!0),h),"iso-time":t(l(),d),"iso-date-time":t(p(),y),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:g,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:R,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:w,int32:{type:"number",validate:P},int64:{type:"number",validate:S},float:{type:"number",validate:A},double:{type:"number",validate:A},password:!0,binary:!0},e.fastFormats={...e.fullFormats,date:t(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,i),time:t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,u),"date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,h),"iso-time":t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,d),"iso-date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,y),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i},e.formatNames=Object.keys(e.fullFormats);function n(T){return T%4===0&&(T%100!==0||T%400===0)}const r=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,o=[0,31,28,31,30,31,30,31,31,30,31,30,31];function s(T){const I=r.exec(T);if(!I)return!1;const F=+I[1],z=+I[2],V=+I[3];return z>=1&&z<=12&&V>=1&&V<=(z===2&&n(F)?29:o[z])}function i(T,I){if(T&&I)return T>I?1:T<I?-1:0}const a=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function l(T){return function(F){const z=a.exec(F);if(!z)return!1;const V=+z[1],Z=+z[2],K=+z[3],q=z[4],H=z[5]==="-"?-1:1,N=+(z[6]||0),O=+(z[7]||0);if(N>23||O>59||T&&!q)return!1;if(V<=23&&Z<=59&&K<60)return!0;const U=Z-O*H,_=V-N*H-(U<0?1:0);return(_===23||_===-1)&&(U===59||U===-1)&&K<61}}function u(T,I){if(!(T&&I))return;const F=new Date("2020-01-01T"+T).valueOf(),z=new Date("2020-01-01T"+I).valueOf();if(F&&z)return F-z}function d(T,I){if(!(T&&I))return;const F=a.exec(T),z=a.exec(I);if(F&&z)return T=F[1]+F[2]+F[3],I=z[1]+z[2]+z[3],T>I?1:T<I?-1:0}const f=/t|\s/i;function p(T){const I=l(T);return function(z){const V=z.split(f);return V.length===2&&s(V[0])&&I(V[1])}}function h(T,I){if(!(T&&I))return;const F=new Date(T).valueOf(),z=new Date(I).valueOf();if(F&&z)return F-z}function y(T,I){if(!(T&&I))return;const[F,z]=T.split(f),[V,Z]=I.split(f),K=i(F,V);if(K!==void 0)return K||u(z,Z)}const m=/\/|:/,x=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function g(T){return m.test(T)&&x.test(T)}const v=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function w(T){return v.lastIndex=0,v.test(T)}const k=-2147483648,E=2**31-1;function P(T){return Number.isInteger(T)&&T<=E&&T>=k}function S(T){return Number.isInteger(T)}function A(){return!0}const j=/[^\\]\\Z/;function R(T){if(j.test(T))return!1;try{return new RegExp(T),!0}catch{return!1}}})(nR);var rR={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.formatLimitDefinition=void 0;const t=tR,n=Ae,r=n.operators,o={formatMaximum:{okStr:"<=",ok:r.LTE,fail:r.GT},formatMinimum:{okStr:">=",ok:r.GTE,fail:r.LT},formatExclusiveMaximum:{okStr:"<",ok:r.LT,fail:r.GTE},formatExclusiveMinimum:{okStr:">",ok:r.GT,fail:r.LTE}},s={message:({keyword:a,schemaCode:l})=>(0,n.str)`should be ${o[a].okStr} ${l}`,params:({keyword:a,schemaCode:l})=>(0,n._)`{comparison: ${o[a].okStr}, limit: ${l}}`};e.formatLimitDefinition={keyword:Object.keys(o),type:"string",schemaType:"string",$data:!0,error:s,code(a){const{gen:l,data:u,schemaCode:d,keyword:f,it:p}=a,{opts:h,self:y}=p;if(!h.validateFormats)return;const m=new t.KeywordCxt(p,y.RULES.all.format.definition,"format");m.$data?x():g();function x(){const w=l.scopeValue("formats",{ref:y.formats,code:h.code.formats}),k=l.const("fmt",(0,n._)`${w}[${m.schemaCode}]`);a.fail$data((0,n.or)((0,n._)`typeof ${k} != "object"`,(0,n._)`${k} instanceof RegExp`,(0,n._)`typeof ${k}.compare != "function"`,v(k)))}function g(){const w=m.schema,k=y.formats[w];if(!k||k===!0)return;if(typeof k!="object"||k instanceof RegExp||typeof k.compare!="function")throw new Error(`"${f}": format "${w}" does not define "compare" function`);const E=l.scopeValue("formats",{key:w,ref:k,code:h.code.formats?(0,n._)`${h.code.formats}${(0,n.getProperty)(w)}`:void 0});a.fail$data(v(E))}function v(w){return(0,n._)`${w}.compare(${u}, ${d}) ${o[f].fail} 0`}},dependencies:["format"]};const i=a=>(a.addKeyword(e.formatLimitDefinition),a);e.default=i})(rR);(function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const n=nR,r=rR,o=Ae,s=new o.Name("fullFormats"),i=new o.Name("fastFormats"),a=(u,d={keywords:!0})=>{if(Array.isArray(d))return l(u,d,n.fullFormats,s),u;const[f,p]=d.mode==="fast"?[n.fastFormats,i]:[n.fullFormats,s],h=d.formats||n.formatNames;return l(u,h,f,p),d.keywords&&(0,r.default)(u),u};a.get=(u,d="full")=>{const p=(d==="fast"?n.fastFormats:n.fullFormats)[u];if(!p)throw new Error(`Unknown format "${u}"`);return p};function l(u,d,f,p){var h,y;(h=(y=u.opts.code).formats)!==null&&h!==void 0||(y.formats=(0,o._)`require("ajv-formats/dist/formats").${p}`);for(const m of d)u.addFormat(m,f[m])}e.exports=t=a,Object.defineProperty(t,"__esModule",{value:!0}),t.default=a})(Ly,Ly.exports);var gee=Ly.exports;const yee=il(gee);function vee(){const e=new mee({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return yee(e),e}class xee{constructor(t){this._ajv=t??vee()}getValidator(t){const n="$id"in t&&typeof t.$id=="string"?this._ajv.getSchema(t.$id)??this._ajv.compile(t):this._ajv.compile(t);return r=>n(r)?{valid:!0,data:r,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(n.errors)}}}class wee{constructor(t){this._client=t}async*callToolStream(t,n=xu,r){const o=this._client,s={...r,task:(r==null?void 0:r.task)??(o.isToolTask(t.name)?{}:void 0)},i=o.requestStream({method:"tools/call",params:t},n,s),a=o.getToolOutputValidator(t.name);for await(const l of i){if(l.type==="result"&&a){const u=l.result;if(!u.structuredContent&&!u.isError){yield{type:"error",error:new _e(je.InvalidRequest,`Tool ${t.name} has an output schema but did not return structured content`)};return}if(u.structuredContent)try{const d=a(u.structuredContent);if(!d.valid){yield{type:"error",error:new _e(je.InvalidParams,`Structured content does not match the tool's output schema: ${d.errorMessage}`)};return}}catch(d){if(d instanceof _e){yield{type:"error",error:d};return}yield{type:"error",error:new _e(je.InvalidParams,`Failed to validate structured content: ${d instanceof Error?d.message:String(d)}`)};return}}yield l}}async getTask(t,n){return this._client.getTask({taskId:t},n)}async getTaskResult(t,n,r){return this._client.getTaskResult({taskId:t},n,r)}async listTasks(t,n){return this._client.listTasks(t?{cursor:t}:void 0,n)}async cancelTask(t,n){return this._client.cancelTask({taskId:t},n)}requestStream(t,n,r){return this._client.requestStream(t,n,r)}}function bee(e,t,n){var r;if(!e)throw new Error(`${n} does not support task creation (required for ${t})`);switch(t){case"tools/call":if(!((r=e.tools)!=null&&r.call))throw new Error(`${n} does not support task creation for tools/call (required for ${t})`);break}}function kee(e,t,n){var r,o;if(!e)throw new Error(`${n} does not support task creation (required for ${t})`);switch(t){case"sampling/createMessage":if(!((r=e.sampling)!=null&&r.createMessage))throw new Error(`${n} does not support task creation for sampling/createMessage (required for ${t})`);break;case"elicitation/create":if(!((o=e.elicitation)!=null&&o.create))throw new Error(`${n} does not support task creation for elicitation/create (required for ${t})`);break}}function qd(e,t){if(!(!e||t===null||typeof t!="object")){if(e.type==="object"&&e.properties&&typeof e.properties=="object"){const n=t,r=e.properties;for(const o of Object.keys(r)){const s=r[o];n[o]===void 0&&Object.prototype.hasOwnProperty.call(s,"default")&&(n[o]=s.default),n[o]!==void 0&&qd(s,n[o])}}if(Array.isArray(e.anyOf))for(const n of e.anyOf)typeof n!="boolean"&&qd(n,t);if(Array.isArray(e.oneOf))for(const n of e.oneOf)typeof n!="boolean"&&qd(n,t)}}function _ee(e){if(!e)return{supportsFormMode:!1,supportsUrlMode:!1};const t=e.form!==void 0,n=e.url!==void 0;return{supportsFormMode:t||!t&&!n,supportsUrlMode:n}}class See extends _Q{constructor(t,n){super(n),this._clientInfo=t,this._cachedToolOutputValidators=new Map,this._cachedKnownTaskTools=new Set,this._cachedRequiredTaskTools=new Set,this._listChangedDebounceTimers=new Map,this._capabilities=(n==null?void 0:n.capabilities)??{},this._jsonSchemaValidator=(n==null?void 0:n.jsonSchemaValidator)??new xee,n!=null&&n.listChanged&&(this._pendingListChangedConfig=n.listChanged)}_setupListChangedHandlers(t){var n,r,o,s,i,a;t.tools&&((r=(n=this._serverCapabilities)==null?void 0:n.tools)!=null&&r.listChanged)&&this._setupListChangedHandler("tools",q2,t.tools,async()=>(await this.listTools()).tools),t.prompts&&((s=(o=this._serverCapabilities)==null?void 0:o.prompts)!=null&&s.listChanged)&&this._setupListChangedHandler("prompts",F2,t.prompts,async()=>(await this.listPrompts()).prompts),t.resources&&((a=(i=this._serverCapabilities)==null?void 0:i.resources)!=null&&a.listChanged)&&this._setupListChangedHandler("resources",L2,t.resources,async()=>(await this.listResources()).resources)}get experimental(){return this._experimental||(this._experimental={tasks:new wee(this)}),this._experimental}registerCapabilities(t){if(this.transport)throw new Error("Cannot register capabilities after connecting to transport");this._capabilities=SQ(this._capabilities,t)}setRequestHandler(t,n){var a;const r=o$(t),o=r==null?void 0:r.method;if(!o)throw new Error("Schema is missing a method literal");let s;if(Qh(o)){const l=o,u=(a=l._zod)==null?void 0:a.def;s=(u==null?void 0:u.value)??l.value}else{const l=o,u=l._def;s=(u==null?void 0:u.value)??l.value}if(typeof s!="string")throw new Error("Schema method literal must be a string");const i=s;if(i==="elicitation/create"){const l=async(u,d)=>{var w,k;const f=ns(K2,u);if(!f.success){const E=f.error instanceof Error?f.error.message:String(f.error);throw new _e(je.InvalidParams,`Invalid elicitation request: ${E}`)}const{params:p}=f.data;p.mode=p.mode??"form";const{supportsFormMode:h,supportsUrlMode:y}=_ee(this._capabilities.elicitation);if(p.mode==="form"&&!h)throw new _e(je.InvalidParams,"Client does not support form-mode elicitation requests");if(p.mode==="url"&&!y)throw new _e(je.InvalidParams,"Client does not support URL-mode elicitation requests");const m=await Promise.resolve(n(u,d));if(p.task){const E=ns(Hc,m);if(!E.success){const P=E.error instanceof Error?E.error.message:String(E.error);throw new _e(je.InvalidParams,`Invalid task creation result: ${P}`)}return E.data}const x=ns(Z2,m);if(!x.success){const E=x.error instanceof Error?x.error.message:String(x.error);throw new _e(je.InvalidParams,`Invalid elicitation result: ${E}`)}const g=x.data,v=p.mode==="form"?p.requestedSchema:void 0;if(p.mode==="form"&&g.action==="accept"&&g.content&&v&&(k=(w=this._capabilities.elicitation)==null?void 0:w.form)!=null&&k.applyDefaults)try{qd(v,g.content)}catch{}return g};return super.setRequestHandler(t,l)}if(i==="sampling/createMessage"){const l=async(u,d)=>{const f=ns(H2,u);if(!f.success){const g=f.error instanceof Error?f.error.message:String(f.error);throw new _e(je.InvalidParams,`Invalid sampling request: ${g}`)}const{params:p}=f.data,h=await Promise.resolve(n(u,d));if(p.task){const g=ns(Hc,h);if(!g.success){const v=g.error instanceof Error?g.error.message:String(g.error);throw new _e(je.InvalidParams,`Invalid task creation result: ${v}`)}return g.data}const m=p.tools||p.toolChoice?W2:B2,x=ns(m,h);if(!x.success){const g=x.error instanceof Error?x.error.message:String(x.error);throw new _e(je.InvalidParams,`Invalid sampling result: ${g}`)}return x.data};return super.setRequestHandler(t,l)}return super.setRequestHandler(t,n)}assertCapability(t,n){var r;if(!((r=this._serverCapabilities)!=null&&r[t]))throw new Error(`Server does not support ${t} (required for ${n})`)}async connect(t,n){if(await super.connect(t),t.sessionId===void 0)try{const r=await this.request({method:"initialize",params:{protocolVersion:Wh,capabilities:this._capabilities,clientInfo:this._clientInfo}},R2,n);if(r===void 0)throw new Error(`Server sent invalid initialize result: ${r}`);if(!t7.includes(r.protocolVersion))throw new Error(`Server's protocol version is not supported: ${r.protocolVersion}`);this._serverCapabilities=r.capabilities,this._serverVersion=r.serverInfo,t.setProtocolVersion&&t.setProtocolVersion(r.protocolVersion),this._instructions=r.instructions,await this.notification({method:"notifications/initialized"}),this._pendingListChangedConfig&&(this._setupListChangedHandlers(this._pendingListChangedConfig),this._pendingListChangedConfig=void 0)}catch(r){throw this.close(),r}}getServerCapabilities(){return this._serverCapabilities}getServerVersion(){return this._serverVersion}getInstructions(){return this._instructions}assertCapabilityForMethod(t){var n,r,o,s,i;switch(t){case"logging/setLevel":if(!((n=this._serverCapabilities)!=null&&n.logging))throw new Error(`Server does not support logging (required for ${t})`);break;case"prompts/get":case"prompts/list":if(!((r=this._serverCapabilities)!=null&&r.prompts))throw new Error(`Server does not support prompts (required for ${t})`);break;case"resources/list":case"resources/templates/list":case"resources/read":case"resources/subscribe":case"resources/unsubscribe":if(!((o=this._serverCapabilities)!=null&&o.resources))throw new Error(`Server does not support resources (required for ${t})`);if(t==="resources/subscribe"&&!this._serverCapabilities.resources.subscribe)throw new Error(`Server does not support resource subscriptions (required for ${t})`);break;case"tools/call":case"tools/list":if(!((s=this._serverCapabilities)!=null&&s.tools))throw new Error(`Server does not support tools (required for ${t})`);break;case"completion/complete":if(!((i=this._serverCapabilities)!=null&&i.completions))throw new Error(`Server does not support completions (required for ${t})`);break}}assertNotificationCapability(t){var n;switch(t){case"notifications/roots/list_changed":if(!((n=this._capabilities.roots)!=null&&n.listChanged))throw new Error(`Client does not support roots list changed notifications (required for ${t})`);break}}assertRequestHandlerCapability(t){if(this._capabilities)switch(t){case"sampling/createMessage":if(!this._capabilities.sampling)throw new Error(`Client does not support sampling capability (required for ${t})`);break;case"elicitation/create":if(!this._capabilities.elicitation)throw new Error(`Client does not support elicitation capability (required for ${t})`);break;case"roots/list":if(!this._capabilities.roots)throw new Error(`Client does not support roots capability (required for ${t})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw new Error(`Client does not support tasks capability (required for ${t})`);break}}assertTaskCapability(t){var n,r;bee((r=(n=this._serverCapabilities)==null?void 0:n.tasks)==null?void 0:r.requests,t,"Server")}assertTaskHandlerCapability(t){var n;this._capabilities&&kee((n=this._capabilities.tasks)==null?void 0:n.requests,t,"Client")}async ping(t){return this.request({method:"ping"},ma,t)}async complete(t,n){return this.request({method:"completion/complete",params:t},Q2,n)}async setLoggingLevel(t,n){return this.request({method:"logging/setLevel",params:{level:t}},ma,n)}async getPrompt(t,n){return this.request({method:"prompts/get",params:t},cx,n)}async listPrompts(t,n){return this.request({method:"prompts/list",params:t},zf,n)}async listResources(t,n){return this.request({method:"resources/list",params:t},Df,n)}async listResourceTemplates(t,n){return this.request({method:"resources/templates/list",params:t},z2,n)}async readResource(t,n){return this.request({method:"resources/read",params:t},ox,n)}async subscribeResource(t,n){return this.request({method:"resources/subscribe",params:t},ma,n)}async unsubscribeResource(t,n){return this.request({method:"resources/unsubscribe",params:t},ma,n)}async callTool(t,n=xu,r){if(this.isToolTaskRequired(t.name))throw new _e(je.InvalidRequest,`Tool "${t.name}" requires task-based execution. Use client.experimental.tasks.callToolStream() instead.`);const o=await this.request({method:"tools/call",params:t},n,r),s=this.getToolOutputValidator(t.name);if(s){if(!o.structuredContent&&!o.isError)throw new _e(je.InvalidRequest,`Tool ${t.name} has an output schema but did not return structured content`);if(o.structuredContent)try{const i=s(o.structuredContent);if(!i.valid)throw new _e(je.InvalidParams,`Structured content does not match the tool's output schema: ${i.errorMessage}`)}catch(i){throw i instanceof _e?i:new _e(je.InvalidParams,`Failed to validate structured content: ${i instanceof Error?i.message:String(i)}`)}}return o}isToolTask(t){var n,r,o,s;return(s=(o=(r=(n=this._serverCapabilities)==null?void 0:n.tasks)==null?void 0:r.requests)==null?void 0:o.tools)!=null&&s.call?this._cachedKnownTaskTools.has(t):!1}isToolTaskRequired(t){return this._cachedRequiredTaskTools.has(t)}cacheToolMetadata(t){var n;this._cachedToolOutputValidators.clear(),this._cachedKnownTaskTools.clear(),this._cachedRequiredTaskTools.clear();for(const r of t){if(r.outputSchema){const s=this._jsonSchemaValidator.getValidator(r.outputSchema);this._cachedToolOutputValidators.set(r.name,s)}const o=(n=r.execution)==null?void 0:n.taskSupport;(o==="required"||o==="optional")&&this._cachedKnownTaskTools.add(r.name),o==="required"&&this._cachedRequiredTaskTools.add(r.name)}}getToolOutputValidator(t){return this._cachedToolOutputValidators.get(t)}async listTools(t,n){const r=await this.request({method:"tools/list",params:t},ux,n);return this.cacheToolMetadata(r.tools),r}_setupListChangedHandler(t,n,r,o){const s=Q7.safeParse(r);if(!s.success)throw new Error(`Invalid ${t} listChanged options: ${s.error.message}`);if(typeof r.onChanged!="function")throw new Error(`Invalid ${t} listChanged options: onChanged must be a function`);const{autoRefresh:i,debounceMs:a}=s.data,{onChanged:l}=r,u=async()=>{if(!i){l(null,null);return}try{const f=await o();l(null,f)}catch(f){const p=f instanceof Error?f:new Error(String(f));l(p,null)}},d=()=>{if(a){const f=this._listChangedDebounceTimers.get(t);f&&clearTimeout(f);const p=setTimeout(u,a);this._listChangedDebounceTimers.set(t,p)}else u()};this.setNotificationHandler(n,d)}async sendRootsListChanged(){return this.notification({method:"notifications/roots/list_changed"})}}function Ll(e,t){if(!e)throw new Error(t)}var c_=3e3,Cee=5e3,km=5*60*1e3;function Eee(e){const{url:t,clientName:n,clientUri:r,callbackUrl:o=typeof window<"u"?pa(new URL("/oauth/callback",window.location.origin).toString()):"/oauth/callback",storageKeyPrefix:s="mcp:auth",clientConfig:i={},customHeaders:a={},autoRetry:l=!1,autoReconnect:u=c_,transportType:d="auto",preventAutoAuth:f=!1,onPopupWindow:p}=e,[h,y]=b.useState("discovering"),[m,x]=b.useState([]),[g,v]=b.useState([]),[w,k]=b.useState([]),[E,P]=b.useState([]),[S,A]=b.useState(void 0),[j,R]=b.useState([]),[T,I]=b.useState(void 0),F=b.useRef(null),z=b.useRef(null),V=b.useRef(null),Z=b.useRef(!1),K=b.useRef(!0),q=b.useRef(0),H=b.useRef(null),N=b.useRef(h),O=b.useRef(u),U=b.useRef(null);b.useEffect(()=>{N.current=h,O.current=u},[h,u]);const _=b.useCallback((te,pe,...ne)=>{const Ve=ne.length>0?`${pe} ${ne.map(se=>JSON.stringify(se)).join(" ")}`:pe;console[te](`[useMcp] ${Ve}`),K.current&&R(se=>[...se.slice(-100),{level:te,message:Ve,timestamp:Date.now()}])},[]),C=b.useCallback(async(te=!1)=>{te||_("info","Disconnecting..."),Z.current=!1,H.current&&clearTimeout(H.current),H.current=null;const pe=z.current;if(F.current=null,z.current=null,K.current&&!te&&(y("discovering"),x([]),v([]),k([]),P([]),A(void 0),I(void 0)),pe)try{await pe.close(),te||_("debug","Transport closed")}catch(ne){te||_("warn","Error closing transport:",ne)}},[_]),$=b.useCallback((te,pe)=>{var ne;if(_("error",te,pe??""),K.current){y("failed"),A(te);const Ve=(ne=V.current)==null?void 0:ne.getLastAttemptedAuthUrl();Ve&&(I(Ve),_("info","Manual authentication URL may be available.",Ve))}Z.current=!1},[_]),M=b.useCallback(async()=>{if(Z.current){_("debug","Connection attempt already in progress.");return}if(!K.current){_("debug","Connect called after unmount, aborting.");return}Z.current=!0,q.current+=1,A(void 0),I(void 0),U.current=null,y("discovering"),_("info",`Connecting attempt #${q.current} to ${t}...`),V.current||(V.current=new u1(t,{storageKeyPrefix:s,clientName:n,clientUri:r,callbackUrl:o,preventAutoAuth:f,onPopupWindow:p}),_("debug","BrowserOAuthClientProvider initialized in connect.")),F.current||(F.current=new See({name:i.name||"use-mcp-react-client",version:i.version||"0.1.0"},{capabilities:{}}),_("debug","MCP Client initialized in connect."));const te=async ne=>{_("info",`Attempting connection with ${ne.toUpperCase()} transport...`),N.current!=="authenticating"&&y("connecting");let Ve;try{Ll(V.current,"Auth Provider must be initialized"),Ll(F.current,"Client must be initialized"),z.current&&(await z.current.close().catch(mt=>_("warn",`Error closing previous transport: ${mt.message}`)),z.current=null);const se={authProvider:V.current,requestInit:{headers:{Accept:"application/json, text/event-stream",...a}}},Oe=pa(t),Le=new URL(Oe);_("debug",`Creating ${ne.toUpperCase()} transport for URL: ${Le.toString()}`),_("debug","Transport options:",{authProvider:!!V.current,headers:a,url:Le.toString()}),ne==="http"?(_("debug","Creating StreamableHTTPClientTransport..."),Ve=new wQ(Le,se),_("debug","StreamableHTTPClientTransport created successfully")):(_("debug","Creating SSEClientTransport..."),Ve=new yQ(Le,se),_("debug","SSEClientTransport created successfully")),z.current=Ve,_("debug",`${ne.toUpperCase()} transport created and assigned to ref.`)}catch(se){return $(`Failed to create ${ne.toUpperCase()} transport: ${se instanceof Error?se.message:String(se)}`,se instanceof Error?se:void 0),"failed"}Ve.onmessage=se=>{var Oe,Le;_("debug",`[Transport] Received: ${JSON.stringify(se)}`),(Le=(Oe=F.current)==null?void 0:Oe.handleMessage)==null||Le.call(Oe,se)},Ve.onerror=se=>{_("warn",`Transport error event (${ne.toUpperCase()}):`,se),_("debug","Error details:",{message:se.message,stack:se.stack,name:se.name,cause:se.cause}),$(`Transport error (${ne.toUpperCase()}): ${se.message}`,se)},Ve.onclose=()=>{if(!K.current||Z.current)return;_("info",`Transport connection closed (${U.current||"unknown"} type).`);const se=N.current,Oe=O.current;if(se==="ready"&&Oe){const Le=typeof Oe=="number"?Oe:c_;_("info",`Attempting to reconnect in ${Le}ms...`),y("connecting"),setTimeout(()=>{K.current&&M()},Le)}else se!=="failed"&&se!=="authenticating"&&$("Connection closed unexpectedly.")};try{_("info",`Connecting client via ${ne.toUpperCase()}...`),_("debug","About to call client.connect() with transport instance"),_("debug",`Transport instance type: ${Ve.constructor.name}`),await F.current.connect(Ve),_("info",`Client connected via ${ne.toUpperCase()}. Loading tools, resources, and prompts...`),U.current=ne,y("loading");const se=await F.current.request({method:"tools/list"},ux);let Oe={resources:[],resourceTemplates:[]};try{Oe=await F.current.request({method:"resources/list"},Df)}catch(mt){_("debug","Server does not support resources/list method",mt)}let Le={prompts:[]};try{Le=await F.current.request({method:"prompts/list"},zf)}catch(mt){_("debug","Server does not support prompts/list method",mt)}if(K.current){x(se.tools),v(Oe.resources),k(Array.isArray(Oe.resourceTemplates)?Oe.resourceTemplates:[]),P(Le.prompts);const mt=[`Loaded ${se.tools.length} tools`];return(Oe.resources.length>0||Oe.resourceTemplates&&Oe.resourceTemplates.length>0)&&(mt.push(`${Oe.resources.length} resources`),Array.isArray(Oe.resourceTemplates)&&Oe.resourceTemplates.length>0&&mt.push(`${Oe.resourceTemplates.length} resource templates`)),Le.prompts.length>0&&mt.push(`${Le.prompts.length} prompts`),_("info",mt.join(", ")+"."),y("ready"),q.current=0,"success"}else return"failed"}catch(se){_("debug",`Client connect error via ${ne.toUpperCase()}:`,se),_("debug","Connect error details:",{message:se instanceof Error?se.message:String(se),stack:se instanceof Error?se.stack:"N/A",name:se instanceof Error?se.name:"Unknown",cause:se instanceof Error?se.cause:void 0});const Oe=se instanceof Error?se:new Error(String(se)),Le=Oe.message,mt=Le.includes("404")||Le.includes("Not Found"),at=Le.includes("405")||Le.includes("Method Not Allowed"),gn=Le==="Failed to fetch"||Le==="NetworkError when attempting to fetch resource."||Le==="Load failed";if(ne==="http"&&(mt||at||gn))return _("warn",`HTTP transport failed (${gn?"CORS":mt?"404":"405"}).`),"fallback";if(Oe instanceof Wn||Le.includes("Unauthorized")||Le.includes("401")){_("info","Authentication required."),Ll(V.current,"Auth Provider not available for auth flow");const qn=await V.current.tokens();if(f&&!qn)return _("info","Authentication required but auto-auth prevented. User action needed."),y("pending_auth"),"auth_redirect";N.current!=="authenticating"&&N.current!=="pending_auth"&&(y("authenticating"),H.current&&clearTimeout(H.current),H.current=setTimeout(()=>{},km));try{const W=await Rr(V.current,{serverUrl:t});if(!K.current)return"failed";if(W==="AUTHORIZED")return _("info","Authentication successful via existing token or refresh. Re-attempting connection..."),H.current&&clearTimeout(H.current),Z.current=!1,M(),"failed";if(W==="REDIRECT")return _("info","Redirecting for authentication. Waiting for callback..."),"auth_redirect"}catch(W){return K.current&&(H.current&&clearTimeout(H.current),$(`Failed to initiate authentication: ${W instanceof Error?W.message:String(W)}`,W instanceof Error?W:void 0)),"failed"}}return $(`Failed to connect via ${ne.toUpperCase()}: ${Le}`,Oe),"failed"}};let pe="failed";if(console.log({transportType:d}),d==="sse")_("debug","Using SSE-only transport mode"),pe=await te("sse");else if(d==="http")_("debug","Using HTTP-only transport mode"),pe=await te("http");else{_("debug","Using auto transport mode (HTTP with SSE fallback)");const ne=await te("http");if(ne==="fallback"&&K.current&&N.current!=="authenticating"){_("info","HTTP failed, attempting SSE fallback...");const Ve=await te("sse");pe=Ve,Ve==="failed"&&K.current}else pe=ne}(pe==="success"||pe==="failed")&&(Z.current=!1),_("debug",`Connection sequence finished with status: ${pe}`)},[_,$,C,Rr,t,s,n,r,o,i.name,i.version]),B=b.useCallback(async(te,pe)=>{if(N.current!=="ready"||!F.current)throw new Error(`MCP client is not ready (current state: ${h}). Cannot call tool "${te}".`);_("info",`Calling tool: ${te}`,pe);try{const ne=await F.current.request({method:"tools/call",params:{name:te,arguments:pe}},xu);return _("info",`Tool "${te}" call successful:`,ne),ne}catch(ne){_("error",`Error calling tool "${te}": ${ne instanceof Error?ne.message:String(ne)}`,ne);const Ve=ne instanceof Error?ne:new Error(String(ne));if(Ve instanceof Wn||Ve.message.includes("Unauthorized")||Ve.message.includes("401")){_("warn","Tool call unauthorized, attempting re-authentication..."),y("authenticating"),H.current&&clearTimeout(H.current),H.current=setTimeout(()=>{},km);try{Ll(V.current,"Auth Provider not available for tool re-auth");const se=await Rr(V.current,{serverUrl:t});if(!K.current)return;se==="AUTHORIZED"?(_("info","Re-authentication successful. Retrying tool call is recommended, or reconnecting."),H.current&&clearTimeout(H.current),Z.current=!1,M()):se==="REDIRECT"&&_("info","Redirecting for re-authentication for tool call.")}catch(se){if(!K.current)return;H.current&&clearTimeout(H.current),$(`Re-authentication failed: ${se instanceof Error?se.message:String(se)}`,se instanceof Error?se:void 0)}}if(N.current!=="authenticating")throw ne;return}},[h,t,_,$,M]),Q=b.useCallback(()=>{N.current==="failed"?(_("info","Retry requested..."),M()):_("warn",`Retry called but state is not 'failed' (state: ${N.current}). Ignoring.`)},[_,M]),ue=b.useCallback(async()=>{var pe;_("info","Manual authentication requested...");const te=N.current;if(te==="failed")_("info","Attempting to reconnect and authenticate via retry..."),Q();else if(te==="pending_auth"){_("info","Proceeding with authentication from pending state..."),y("authenticating"),H.current&&clearTimeout(H.current),H.current=setTimeout(()=>{},km);try{Ll(V.current,"Auth Provider not available for manual auth");const ne=await Rr(V.current,{serverUrl:t});if(!K.current)return;ne==="AUTHORIZED"?(_("info","Manual authentication successful. Re-attempting connection..."),H.current&&clearTimeout(H.current),Z.current=!1,M()):ne==="REDIRECT"&&_("info","Redirecting for manual authentication. Waiting for callback...")}catch(ne){if(!K.current)return;H.current&&clearTimeout(H.current),$(`Manual authentication failed: ${ne instanceof Error?ne.message:String(ne)}`,ne instanceof Error?ne:void 0)}}else if(te==="authenticating"){_("warn","Already attempting authentication. Check for blocked popups or wait for timeout.");const ne=(pe=V.current)==null?void 0:pe.getLastAttemptedAuthUrl();ne&&!T&&(I(ne),_("info","Manual authentication URL retrieved:",ne))}else _("info",`Client not in a state requiring manual authentication trigger (state: ${te}). If needed, try disconnecting and reconnecting.`)},[_,Q,T,t,$,M]),oe=b.useCallback(()=>{if(V.current){const te=V.current.clearStorage();_("info",`Cleared ${te} item(s) from localStorage for ${t}.`),I(void 0),C()}else _("warn","Auth provider not initialized, cannot clear storage.")},[t,_,C]),fe=b.useCallback(async()=>{if(N.current!=="ready"||!F.current)throw new Error(`MCP client is not ready (current state: ${h}). Cannot list resources.`);_("info","Listing resources...");try{const te=await F.current.request({method:"resources/list"},Df);K.current&&(v(te.resources),k(Array.isArray(te.resourceTemplates)?te.resourceTemplates:[]),_("info",`Listed ${te.resources.length} resources, ${Array.isArray(te.resourceTemplates)?te.resourceTemplates.length:0} resource templates.`))}catch(te){throw _("error",`Error listing resources: ${te instanceof Error?te.message:String(te)}`,te),te}},[h,_]),be=b.useCallback(async te=>{if(N.current!=="ready"||!F.current)throw new Error(`MCP client is not ready (current state: ${h}). Cannot read resource "${te}".`);_("info",`Reading resource: ${te}`);try{const pe=await F.current.request({method:"resources/read",params:{uri:te}},ox);return _("info",`Resource "${te}" read successfully`),pe}catch(pe){throw _("error",`Error reading resource "${te}": ${pe instanceof Error?pe.message:String(pe)}`,pe),pe}},[h,_]),ot=b.useCallback(async()=>{if(N.current!=="ready"||!F.current)throw new Error(`MCP client is not ready (current state: ${h}). Cannot list prompts.`);_("info","Listing prompts...");try{const te=await F.current.request({method:"prompts/list"},zf);K.current&&(P(te.prompts),_("info",`Listed ${te.prompts.length} prompts.`))}catch(te){throw _("error",`Error listing prompts: ${te instanceof Error?te.message:String(te)}`,te),te}},[h,_]),et=b.useCallback(async(te,pe)=>{if(N.current!=="ready"||!F.current)throw new Error(`MCP client is not ready (current state: ${h}). Cannot get prompt "${te}".`);_("info",`Getting prompt: ${te}`,pe);try{const ne=await F.current.request({method:"prompts/get",params:{name:te,arguments:pe}},cx);return _("info",`Prompt "${te}" retrieved successfully`),ne}catch(ne){throw _("error",`Error getting prompt "${te}": ${ne instanceof Error?ne.message:String(ne)}`,ne),ne}},[h,_]);return b.useEffect(()=>{const te=pe=>{var ne;pe.origin===window.location.origin&&((ne=pe.data)==null?void 0:ne.type)==="mcp_auth_callback"&&(_("info","Received auth callback message.",pe.data),H.current&&clearTimeout(H.current),pe.data.success?(_("info","Authentication successful via popup. Reconnecting client..."),Z.current=!1,M()):$(`Authentication failed in callback: ${pe.data.error||"Unknown reason."}`))};return window.addEventListener("message",te),_("debug","Auth callback message listener added."),()=>{window.removeEventListener("message",te),_("debug","Auth callback message listener removed."),H.current&&clearTimeout(H.current)}},[_,$,M]),b.useEffect(()=>(K.current=!0,_("debug","useMcp mounted, initiating connection."),q.current=0,(!V.current||V.current.serverUrl!==t)&&(V.current=new u1(t,{storageKeyPrefix:s,clientName:n,clientUri:r,callbackUrl:o,preventAutoAuth:f,onPopupWindow:p}),_("debug","BrowserOAuthClientProvider initialized/updated on mount/option change.")),M(),()=>{K.current=!1,_("debug","useMcp unmounting, disconnecting."),C(!0)}),[t,s,o,n,r,i.name,i.version,M,C]),b.useEffect(()=>{let te=null;if(h==="failed"&&l&&q.current>0){const pe=typeof l=="number"?l:Cee;_("info",`Connection failed, auto-retrying in ${pe}ms...`),te=setTimeout(()=>{K.current&&N.current==="failed"&&Q()},pe)}return()=>{te&&clearTimeout(te)}},[h,l,Q,_]),{state:h,tools:m,resources:g,resourceTemplates:w,prompts:E,error:S,log:j,authUrl:T,callTool:B,listResources:fe,readResource:be,listPrompts:ot,getPrompt:et,retry:Q,disconnect:C,authenticate:ue,clearStorage:oe}}function Nee({service:e,autoConnect:t=!1,onConnected:n,onError:r}){const{toast:o}=Zt(),{state:s,tools:i,resources:a,prompts:l,error:u,authUrl:d,callTool:f,readResource:p,listResources:h,getPrompt:y,listPrompts:m,retry:x,disconnect:g,authenticate:v,clearStorage:w}=Eee({url:e.url,clientName:"AgentDeck",clientUri:window.location.origin,callbackUrl:`${window.location.origin}/oauth/callback`,storageKeyPrefix:`mcp:auth:${e.id}`,autoRetry:3,autoReconnect:5e3,transportType:"auto",preventAutoAuth:!t}),k=s==="ready",E=s==="connecting"||s==="loading",P=s==="authenticating"||s==="pending_auth",S=s==="failed";return Wr.useEffect(()=>{k&&n&&(n(),o({title:"Connected to MCP service",description:`Successfully connected to ${e.name}`}))},[k,n,e.name,o]),Wr.useEffect(()=>{S&&u&&r&&(r(u),o({title:"MCP connection failed",description:u,variant:"destructive"}))},[S,u,r,o]),{isConnected:k,isConnecting:E,isAuthenticating:P,hasError:S,error:u,tools:i,resources:a,prompts:l,connect:()=>{x()},disconnect:g,retry:x,authenticate:v,callTool:async(F,z)=>{try{return await f(F,z)}catch(V){const Z=V instanceof Error?V.message:"Unknown error";throw o({title:"Tool call failed",description:Z,variant:"destructive"}),V}},readResource:async F=>{try{return await p(F)}catch(z){const V=z instanceof Error?z.message:"Unknown error";throw o({title:"Resource read failed",description:V,variant:"destructive"}),z}},listResources:async()=>{try{await h()}catch(F){const z=F instanceof Error?F.message:"Unknown error";throw o({title:"Resource listing failed",description:z,variant:"destructive"}),F}},getPrompt:async(F,z)=>{try{return await y(F,z)}catch(V){const Z=V instanceof Error?V.message:"Unknown error";throw o({title:"Prompt retrieval failed",description:Z,variant:"destructive"}),V}},listPrompts:async()=>{try{await m()}catch(F){const z=F instanceof Error?F.message:"Unknown error";throw o({title:"Prompt listing failed",description:z,variant:"destructive"}),F}},authUrl:d,clearStorage:w}}function Pee(){const[e,t]=b.useState("https://api.githubcopilot.com/mcp"),[n,r]=b.useState("get_me"),[o,s]=b.useState("{}"),[i,a]=b.useState(""),l={id:"test-mcp-service",name:"Test MCP Service",url:e,registeredAt:new Date().toISOString(),updatedAt:new Date().toISOString()},{isConnected:u,isConnecting:d,isAuthenticating:f,hasError:p,error:h,tools:y,resources:m,prompts:x,connect:g,disconnect:v,retry:w,authenticate:k,callTool:E,authUrl:P,clearStorage:S}=Nee({service:l,autoConnect:!1,onConnected:()=>{console.log("Connected to test MCP service")},onError:T=>{console.error("Test MCP service error:",T)}}),j=d?{status:"connecting",icon:zb,color:"text-yellow-500"}:f?{status:"authenticating",icon:Hu,color:"text-blue-500"}:u?{status:"connected",icon:Rg,color:"text-green-500"}:p?{status:"error",icon:Mb,color:"text-red-500"}:{status:"disconnected",icon:Mb,color:"text-gray-500"},R=async()=>{try{let T={};o.trim()&&(T=JSON.parse(o));const I=await E(n,T);a(JSON.stringify(I,null,2))}catch(T){a(`Error: ${T instanceof Error?T.message:"Unknown error"}`)}};return c.jsxs("div",{className:"container mx-auto p-6 space-y-6",children:[c.jsxs("div",{className:"text-center",children:[c.jsx("h1",{className:"text-3xl font-bold mb-2",children:"use-mcp Integration Test"}),c.jsx("p",{className:"text-muted-foreground",children:"Testing the new use-mcp library integration with OAuth support"})]}),c.jsxs(es,{children:[c.jsxs(Gs,{children:[c.jsxs(Js,{className:"flex items-center gap-2",children:[c.jsx(j.icon,{className:`w-5 h-5 ${j.color}`}),"Connection Status: ",j.status]}),c.jsx(Id,{children:"Current connection state and available actions"})]}),c.jsxs(ts,{className:"space-y-4",children:[c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsxs("div",{className:"space-y-1",children:[c.jsx(We,{children:"Service URL"}),c.jsx(Ye,{value:e,onChange:T=>t(T.target.value),placeholder:"Enter MCP service URL"})]}),c.jsxs("div",{className:"flex gap-2",children:[!u&&!d&&c.jsx(ae,{onClick:g,children:"Connect"}),u&&c.jsx(ae,{onClick:v,variant:"outline",children:"Disconnect"}),p&&c.jsxs(ae,{onClick:w,variant:"outline",children:[c.jsx(zb,{className:"w-4 h-4 mr-1"}),"Retry"]}),P&&!u&&c.jsxs(ae,{onClick:k,variant:"outline",children:[c.jsx(Hu,{className:"w-4 h-4 mr-1"}),"Authenticate"]})]})]}),h&&c.jsxs("div",{className:"flex items-center gap-2 p-3 bg-destructive/10 border border-destructive/20 rounded-md",children:[c.jsx(DE,{className:"w-4 h-4 text-destructive"}),c.jsx("span",{className:"text-sm text-destructive",children:h})]})]})]}),c.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-4",children:[c.jsxs(es,{children:[c.jsx(Gs,{children:c.jsxs(Js,{className:"flex items-center gap-2",children:[c.jsx(Wv,{className:"w-4 h-4"}),"Tools (",y.length,")"]})}),c.jsx(ts,{children:y.length===0?c.jsx("p",{className:"text-sm text-muted-foreground",children:u?"No tools available":"Connect to see tools"}):c.jsxs("div",{className:"space-y-2",children:[y.slice(0,5).map((T,I)=>c.jsx("div",{className:"text-sm",children:c.jsx(or,{variant:"outline",className:"text-xs",children:T.name})},I)),y.length>5&&c.jsxs("p",{className:"text-xs text-muted-foreground",children:["+",y.length-5," more tools"]})]})})]}),c.jsxs(es,{children:[c.jsx(Gs,{children:c.jsxs(Js,{children:["Resources (",m.length,")"]})}),c.jsx(ts,{children:c.jsx("p",{className:"text-sm text-muted-foreground",children:u?`${m.length} resources available`:"Connect to see resources"})})]}),c.jsxs(es,{children:[c.jsx(Gs,{children:c.jsxs(Js,{children:["Prompts (",x.length,")"]})}),c.jsx(ts,{children:c.jsx("p",{className:"text-sm text-muted-foreground",children:u?`${x.length} prompts available`:"Connect to see prompts"})})]})]}),u&&c.jsxs(es,{children:[c.jsxs(Gs,{children:[c.jsx(Js,{children:"Test Tool Call"}),c.jsx(Id,{children:"Test calling a tool on the connected MCP service"})]}),c.jsxs(ts,{className:"space-y-4",children:[c.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"toolName",children:"Tool Name"}),c.jsx(Ye,{id:"toolName",value:n,onChange:T=>r(T.target.value),placeholder:"e.g., get_me"})]}),c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{htmlFor:"toolArgs",children:"Arguments (JSON)"}),c.jsx(Ye,{id:"toolArgs",value:o,onChange:T=>s(T.target.value),placeholder:'{"key": "value"}'})]})]}),c.jsxs(ae,{onClick:R,disabled:!u,children:[c.jsx(t4,{className:"w-4 h-4 mr-1"}),"Call Tool"]}),i&&c.jsxs("div",{className:"space-y-2",children:[c.jsx(We,{children:"Result"}),c.jsx(_o,{value:i,readOnly:!0,rows:10,className:"font-mono text-sm"})]})]})]}),P&&c.jsxs(es,{children:[c.jsxs(Gs,{children:[c.jsxs(Js,{className:"flex items-center gap-2",children:[c.jsx(Hu,{className:"w-4 h-4"}),"OAuth Authentication"]}),c.jsx(Id,{children:"This service requires OAuth authentication"})]}),c.jsxs(ts,{className:"space-y-4",children:[c.jsx("div",{className:"p-3 bg-blue-50 border border-blue-200 rounded-md",children:c.jsx("p",{className:"text-sm text-blue-800",children:'This MCP service requires OAuth authentication. Click the "Authenticate" button above to start the OAuth flow.'})}),c.jsxs("div",{className:"flex gap-2",children:[c.jsxs(ae,{onClick:k,variant:"outline",children:[c.jsx(Hu,{className:"w-4 h-4 mr-1"}),"Start OAuth Flow"]}),c.jsx(ae,{onClick:S,variant:"outline",children:"Clear OAuth Data"})]})]})]})]})}function jee(e){if(!e.evidenceJson)return null;try{return JSON.parse(e.evidenceJson)}catch{return null}}function Tee({preview:e}){const t=e.before.body.trim()!==e.after.body.trim()&&e.after.body.length>0&&!e.after.body.includes(e.before.body.slice(0,40));return c.jsxs("div",{className:"grid gap-4 md:grid-cols-2",children:[t&&c.jsx("div",{className:"md:col-span-2 rounded-md border border-amber-500/50 bg-amber-500/10 p-3 text-sm text-amber-100",children:"Full-body rewrite proposed — review carefully."}),c.jsxs("div",{children:[c.jsx("h4",{className:"mb-2 text-sm font-medium text-gray-400",children:"Before"}),c.jsx("pre",{className:"max-h-64 overflow-auto rounded-md bg-gray-900 p-3 text-xs text-gray-200 whitespace-pre-wrap",children:e.before.body||"(empty)"}),e.before.triggers.length>0&&c.jsxs("p",{className:"mt-2 text-xs text-gray-500",children:["Triggers: ",e.before.triggers.join(", ")]})]}),c.jsxs("div",{children:[c.jsx("h4",{className:"mb-2 text-sm font-medium text-gray-400",children:"After"}),c.jsx("pre",{className:"max-h-64 overflow-auto rounded-md bg-gray-900 p-3 text-xs text-green-100 whitespace-pre-wrap",children:e.after.body||"(empty)"}),e.after.triggers.length>0&&c.jsxs("p",{className:"mt-2 text-xs text-gray-500",children:["Triggers: ",e.after.triggers.join(", ")]})]})]})}function $ee(){const[e,t]=b.useState(null),[n,r]=b.useState(""),{toast:o}=Zt(),s=on(),{data:i=[],isLoading:a}=Ot({queryKey:["/api/playbook-patches","proposed"],queryFn:()=>WP("proposed")}),{data:l,isLoading:u}=Ot({queryKey:["/api/playbook-patches",e,"preview"],queryFn:()=>GF(e),enabled:!!e}),d=i.find(h=>h.id===e)??null,f=vt({mutationFn:h=>JF(h),onSuccess:()=>{o({title:"Patch accepted"}),t(null),s.invalidateQueries({queryKey:["/api/playbook-patches"]}),s.invalidateQueries({queryKey:["/api/playbooks"]})},onError:h=>{o({title:"Accept failed",description:h.message,variant:"destructive"})}}),p=vt({mutationFn:({id:h,reason:y})=>YF(h,y),onSuccess:()=>{o({title:"Patch rejected"}),t(null),r(""),s.invalidateQueries({queryKey:["/api/playbook-patches"]})},onError:h=>{o({title:"Reject failed",description:h.message,variant:"destructive"})}});return c.jsxs("div",{className:"min-h-dvh bg-gray-950 text-gray-100",children:[c.jsx("header",{className:"border-b border-gray-800 px-4 py-4 sm:px-6",children:c.jsxs("div",{className:"mx-auto flex max-w-5xl items-center gap-3",children:[c.jsx(VC,{href:"/",children:c.jsxs(ae,{variant:"ghost",size:"sm",className:"text-gray-300",children:[c.jsx(WM,{className:"mr-1 h-4 w-4"}),"Deck"]})}),c.jsx("h1",{className:"text-lg font-semibold",children:"Playbook review queue"}),c.jsxs(or,{variant:"secondary",children:[i.length," proposed"]})]})}),c.jsxs("main",{className:"mx-auto grid max-w-5xl gap-6 px-4 py-6 sm:px-6 lg:grid-cols-2",children:[c.jsxs("section",{children:[c.jsx("h2",{className:"mb-3 text-sm font-medium text-gray-400",children:"Proposals"}),a&&c.jsx("p",{className:"text-sm text-gray-500",children:"Loading…"}),!a&&i.length===0&&c.jsx("p",{className:"text-sm text-gray-500",children:"No proposals waiting for review."}),c.jsx("ul",{className:"space-y-2",children:i.map(h=>c.jsx("li",{children:c.jsxs("button",{type:"button",onClick:()=>t(h.id),className:`w-full rounded-lg border p-3 text-left transition ${e===h.id?"border-blue-500 bg-gray-900":"border-gray-800 bg-gray-900/50 hover:border-gray-700"}`,children:[c.jsxs("div",{className:"flex items-center justify-between gap-2",children:[c.jsx("span",{className:"font-medium",children:h.kind==="create"?`NEW: ${JSON.parse(h.opsJson).title??"playbook"}`:h.playbookId}),c.jsx(or,{variant:"outline",children:h.kind})]}),c.jsx("p",{className:"mt-1 line-clamp-2 text-sm text-gray-400",children:h.rationale}),c.jsxs("p",{className:"mt-1 text-xs text-gray-600",children:[h.source," · ",new Date(h.createdAt).toLocaleString()]})]})},h.id))})]}),c.jsxs("section",{children:[c.jsx("h2",{className:"mb-3 text-sm font-medium text-gray-400",children:"Detail"}),!d&&c.jsx("p",{className:"text-sm text-gray-500",children:"Select a proposal to preview the diff."}),d&&c.jsxs("div",{className:"space-y-4 rounded-lg border border-gray-800 bg-gray-900/50 p-4",children:[c.jsx("p",{className:"text-sm text-gray-300",children:d.rationale}),(()=>{const h=jee(d);return h?c.jsxs("div",{className:"rounded-md border border-gray-700 bg-gray-950 p-3 text-sm",children:[c.jsx("p",{className:"text-xs font-medium uppercase text-gray-500",children:"Your correction"}),c.jsxs("p",{className:"mt-1 italic text-gray-200",children:["“",h.user_feedback_excerpt,"”"]}),h.failure_summary&&c.jsx("p",{className:"mt-2 text-gray-400",children:h.failure_summary})]}):null})(),u&&c.jsx("p",{className:"text-sm text-gray-500",children:"Loading preview…"}),l&&c.jsx(Tee,{preview:l}),d.status==="stale"&&c.jsx("p",{className:"text-sm text-amber-400",children:"Stale — playbook changed since proposal. Re-propose from a fresh session."}),c.jsx("div",{className:"flex flex-wrap gap-2",children:c.jsx(ae,{onClick:()=>f.mutate(d.id),disabled:f.isPending,children:"Accept"})}),c.jsxs("div",{className:"space-y-2 border-t border-gray-800 pt-4",children:[c.jsx(_o,{placeholder:"Rejection reason (required)",value:n,onChange:h=>r(h.target.value),className:"min-h-[72px] bg-gray-950"}),c.jsx(ae,{variant:"destructive",disabled:!n.trim()||p.isPending,onClick:()=>p.mutate({id:d.id,reason:n.trim()}),children:"Reject"})]})]})]})]})]})}function Ree(){return c.jsxs(cO,{children:[c.jsx($l,{path:"/",component:KV}),c.jsx($l,{path:"/oauth/callback",component:GV}),c.jsx($l,{path:"/playbook-patches",component:$ee}),c.jsx($l,{path:"/mcp-test",component:Pee}),c.jsx($l,{component:QV})]})}function Iee(){return c.jsx(TO,{client:BO,children:c.jsxs(Cz,{children:[c.jsx(U4,{}),c.jsx(Ree,{})]})})}RC(document.getElementById("root")).render(c.jsx(b.StrictMode,{children:c.jsx(Iee,{})}));
|