@nextclaw/ui 0.14.1-beta.0 → 0.14.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/assets/{api-C6EDHBDR.js → api-dQ6uQSZG.js} +3 -3
- package/dist/assets/{channels-list-page-DKj6m1Hc.js → channels-list-page-DfpjB8XB.js} +2 -2
- package/dist/assets/chat-page-D3QaEqjs.js +105 -0
- package/dist/assets/{config-split-page-CjlmJy8X.js → config-split-page-CeFfbaqc.js} +1 -1
- package/dist/assets/{confirm-dialog-B39X0pYp.js → confirm-dialog-C95Y4QPC.js} +1 -1
- package/dist/assets/{desktop-update-config-DfUQ8nly.js → desktop-update-config-CcK6jiEb.js} +1 -1
- package/dist/assets/{dist-CmMro3nV.js → dist-DTGzeil6.js} +1 -1
- package/dist/assets/{dist-BIYV2-Ia.js → dist-fGogBmPA.js} +1 -1
- package/dist/assets/doc-browser-CuBTcBEZ.js +1 -0
- package/dist/assets/{doc-browser-CDtUtcim.js → doc-browser-DVHhEb96.js} +1 -1
- package/dist/assets/{doc-browser-context-DZbC9zVB.js → doc-browser-context-BfMXwnrz.js} +1 -1
- package/dist/assets/{ellipsis-DDpgTzgx.js → ellipsis-D2F4KMiU.js} +1 -1
- package/dist/assets/{external-link-D2cBOCqn.js → external-link-CcgtBK26.js} +1 -1
- package/dist/assets/index-ByJCbQqr.css +1 -0
- package/dist/assets/index-DjXqiloY.js +103 -0
- package/dist/assets/mcp-marketplace-page-98-V__3u.js +1 -0
- package/dist/assets/mcp-marketplace-page-BNq_PNmO.js +40 -0
- package/dist/assets/model-config-page-aAUkZkSX.js +1 -0
- package/dist/assets/plus-1Rxl5FlV.js +1 -0
- package/dist/assets/provider-scoped-model-input-we4_Z4gP.js +1 -0
- package/dist/assets/providers-config-page-CtMkPSyu.js +1 -0
- package/dist/assets/{react-DYQXXGbH.js → react-CTqdhFMk.js} +1 -1
- package/dist/assets/remote-fQ7N_r8u.js +1 -0
- package/dist/assets/rotate-cw-CzfIeAJj.js +1 -0
- package/dist/assets/runtime-config-page-TD1UrTbG.js +1 -0
- package/dist/assets/{save-BNVTgBVn.js → save-C9fKWfVB.js} +1 -1
- package/dist/assets/{search-CKCzwLId.js → search-D5FQ5q0X.js} +1 -1
- package/dist/assets/{search-config-page-DG5Q2hF1.js → search-config-page-AMEJJNIS.js} +1 -1
- package/dist/assets/secrets-config-page-CcgJnvBO.js +3 -0
- package/dist/assets/{select-CIRwTNP4.js → select-Cu5n0E-3.js} +2 -2
- package/dist/assets/{tag-chip-DKhVFtTE.js → tag-chip-C5aOtjxu.js} +1 -1
- package/dist/assets/use-config-D8TESeo6.js +1 -0
- package/dist/assets/x-1qETdQ70.js +1 -0
- package/dist/index.html +14 -14
- package/package.json +9 -9
- package/src/features/chat/components/conversation/__tests__/chat-conversation-panel.test.tsx +12 -63
- package/src/features/chat/components/conversation/chat-conversation-content.tsx +11 -50
- package/src/features/chat/components/conversation/chat-conversation-panel.tsx +15 -2
- package/src/features/chat/features/input/components/chat-input-bar.container.tsx +84 -6
- package/src/features/chat/features/input/hooks/use-chat-input-bar-query-state.ts +2 -0
- package/src/features/chat/features/input/hooks/use-chat-model-favorites.ts +87 -0
- package/src/features/chat/features/input/utils/__tests__/chat-input-bar.utils.test.ts +64 -24
- package/src/features/chat/features/input/utils/__tests__/ncp-chat-input-availability.utils.test.ts +1 -0
- package/src/features/chat/features/input/utils/chat-input-bar.utils.ts +21 -12
- package/src/features/chat/features/input/utils/chat-input-toolbar.utils.ts +80 -25
- package/src/features/chat/features/message/utils/__tests__/chat-message-file-operation.utils.test.ts +310 -0
- package/src/features/chat/features/message/utils/__tests__/chat-message-test.utils.ts +43 -0
- package/src/features/chat/features/message/utils/__tests__/chat-message.utils.test.ts +1 -346
- package/src/features/chat/features/message/utils/chat-message-tool-card.utils.ts +10 -9
- package/src/features/chat/features/message/utils/file-operation/diff.utils.ts +39 -36
- package/src/features/chat/features/message/utils/file-operation/line-builder.utils.ts +46 -38
- package/src/features/chat/features/message/utils/file-operation/parsed-block.utils.ts +18 -15
- package/src/features/chat/features/session/components/session-header/__tests__/chat-session-project-badge.test.tsx +25 -25
- package/src/features/chat/features/session/components/session-header/chat-session-project-badge.tsx +15 -2
- package/src/features/chat/features/session-type/components/__tests__/chat-sidebar-create-menu.test.tsx +24 -0
- package/src/features/chat/features/session-type/components/chat-sidebar-create-menu.tsx +10 -1
- package/src/features/chat/features/welcome/components/__tests__/chat-conversation-welcome.test.tsx +193 -0
- package/src/features/chat/features/welcome/components/__tests__/chat-welcome.test.tsx +123 -0
- package/src/features/chat/features/welcome/components/chat-conversation-welcome.tsx +104 -0
- package/src/features/chat/features/welcome/components/chat-welcome-agent-picker.tsx +72 -0
- package/src/features/chat/features/welcome/components/chat-welcome-capability-grid.tsx +54 -0
- package/src/features/chat/features/welcome/components/chat-welcome-project-picker.tsx +132 -0
- package/src/features/chat/features/welcome/components/chat-welcome-session-type-picker.tsx +82 -0
- package/src/features/chat/features/welcome/components/chat-welcome.tsx +121 -0
- package/src/features/chat/features/welcome/utils/__tests__/chat-welcome-project-options.utils.test.ts +53 -0
- package/src/features/chat/features/welcome/utils/__tests__/chat-welcome-selection.utils.test.ts +63 -0
- package/src/features/chat/features/welcome/utils/__tests__/chat-welcome-visibility.utils.test.ts +34 -0
- package/src/features/chat/features/welcome/utils/chat-welcome-project-options.utils.ts +71 -0
- package/src/features/chat/features/welcome/utils/chat-welcome-selection.utils.ts +79 -0
- package/src/features/chat/features/welcome/utils/chat-welcome-visibility.utils.ts +17 -0
- package/src/features/chat/managers/__tests__/chat-input.manager.test.ts +65 -0
- package/src/features/chat/managers/chat-input.manager.ts +24 -2
- package/src/features/chat/stores/chat-input.store.ts +2 -0
- package/src/features/chat/types/chat-input-bar.types.ts +5 -0
- package/src/features/marketplace/utils/marketplace-installed-cache.utils.ts +27 -23
- package/src/features/settings/components/config/provider-form.tsx +284 -387
- package/src/features/settings/components/config/provider-status-badge.tsx +4 -4
- package/src/features/settings/components/config/secrets-config-form.tsx +11 -135
- package/src/features/settings/hooks/use-provider-auth-flow.ts +140 -0
- package/src/features/settings/pages/__tests__/model-config-page.test.tsx +16 -0
- package/src/features/settings/pages/secrets-config-page.tsx +2 -1
- package/src/features/settings/utils/__tests__/provider-form-support.utils.test.ts +60 -1
- package/src/features/settings/utils/__tests__/secrets-config-form.utils.test.ts +66 -0
- package/src/features/settings/utils/provider-form-context.utils.ts +131 -0
- package/src/features/settings/utils/provider-form-model.utils.ts +101 -0
- package/src/features/settings/utils/provider-form-support.utils.ts +102 -1
- package/src/features/settings/utils/secrets-config-form.utils.ts +139 -0
- package/src/features/system-status/components/config/runtime-agent-list-card.tsx +17 -11
- package/src/features/system-status/components/config/runtime-binding-list-card.tsx +14 -9
- package/src/features/system-status/components/config/runtime-config-editor.tsx +8 -5
- package/src/features/system-status/components/config/runtime-entry-list-card.tsx +14 -9
- package/src/features/system-status/components/config/runtime-settings-card.tsx +16 -7
- package/src/features/system-status/components/runtime-security-card.tsx +79 -25
- package/src/shared/components/common/__tests__/searchable-model-input.test.tsx +34 -0
- package/src/shared/components/common/provider-scoped-model-input.tsx +1 -0
- package/src/shared/components/common/searchable-model-input.tsx +102 -87
- package/src/shared/components/ui/README.md +7 -0
- package/src/shared/components/ui/popover.tsx +19 -3
- package/src/shared/components/ui/select.tsx +14 -4
- package/src/shared/hooks/use-infinite-scroll-loader.ts +14 -10
- package/src/shared/lib/api/index.ts +2 -0
- package/src/shared/lib/api/preferences/preference.types.ts +22 -0
- package/src/shared/lib/api/preferences/preference.utils.ts +40 -0
- package/src/shared/lib/i18n/locales/en-US/chat.json +16 -1
- package/src/shared/lib/i18n/locales/en-US/core.json +1 -0
- package/src/shared/lib/i18n/locales/zh-CN/chat.json +16 -1
- package/src/shared/lib/i18n/locales/zh-CN/core.json +1 -0
- package/dist/assets/chat-page-BXngLJY6.js +0 -105
- package/dist/assets/doc-browser-B6Wc_TIY.js +0 -1
- package/dist/assets/index-DTb_XVIH.js +0 -103
- package/dist/assets/index-ayiPYhf1.css +0 -1
- package/dist/assets/mcp-marketplace-page-DZ9H0v05.js +0 -1
- package/dist/assets/mcp-marketplace-page-cnVWf7QQ.js +0 -40
- package/dist/assets/model-config-page-Bcb35AVv.js +0 -1
- package/dist/assets/plus-CYE1onU2.js +0 -1
- package/dist/assets/provider-scoped-model-input-kdoNp4HG.js +0 -1
- package/dist/assets/providers-config-page-CQSibSwO.js +0 -1
- package/dist/assets/remote-BlJDbXOI.js +0 -1
- package/dist/assets/rotate-cw-BWbvFDAX.js +0 -1
- package/dist/assets/runtime-config-page-Tn2yLQ0c.js +0 -1
- package/dist/assets/secrets-config-page-BXn5Uuwp.js +0 -3
- package/dist/assets/use-config-DgKM9VIU.js +0 -1
- package/dist/assets/x-Cm3JjYut.js +0 -1
- package/src/features/chat/components/__tests__/chat-welcome.test.tsx +0 -45
- package/src/features/chat/components/chat-welcome.tsx +0 -102
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/doc-browser-B6Wc_TIY.js","assets/doc-browser-CDtUtcim.js","assets/react-DYQXXGbH.js","assets/dist-BIYV2-Ia.js","assets/dist-CmMro3nV.js","assets/search-CKCzwLId.js","assets/external-link-D2cBOCqn.js","assets/plus-CYE1onU2.js","assets/x-Cm3JjYut.js","assets/doc-browser-context-DZbC9zVB.js","assets/model-config-page-Bcb35AVv.js","assets/api-C6EDHBDR.js","assets/provider-scoped-model-input-kdoNp4HG.js","assets/select-CIRwTNP4.js","assets/use-config-DgKM9VIU.js","assets/config-hints-CTqBnCDp.js","assets/chat-page-BXngLJY6.js","assets/confirm-dialog-B39X0pYp.js","assets/mcp-marketplace-page-cnVWf7QQ.js","assets/tag-chip-DKhVFtTE.js","assets/ellipsis-DDpgTzgx.js","assets/search-config-page-DG5Q2hF1.js","assets/config-split-page-CjlmJy8X.js","assets/providers-config-page-CQSibSwO.js","assets/channels-list-page-DKj6m1Hc.js","assets/runtime-config-page-Tn2yLQ0c.js","assets/rotate-cw-BWbvFDAX.js","assets/save-BNVTgBVn.js","assets/desktop-update-config-DfUQ8nly.js","assets/secrets-config-page-BXn5Uuwp.js","assets/mcp-marketplace-page-DZ9H0v05.js"])))=>i.map(i=>d[i]);
|
|
2
|
-
import{_ as e,a as t,c as n,d as r,f as i,g as a,h as o,i as s,l as c,m as l,n as u,o as d,p as f,r as p,s as m,t as h,u as g,v as _}from"./react-DYQXXGbH.js";import{$t as v,At as y,B as b,Bt as x,Ct as S,Dt as C,Et as w,Ft as T,Ht as E,I as ee,It as D,K as te,Lt as O,Mt as ne,N as k,Nt as re,Ot as A,Pt as ie,Rt as ae,Tt as oe,Ut as se,V as ce,Vt as j,_ as le,a as ue,at as de,bt as fe,c as pe,ct as M,d as me,dt as he,en as ge,f as _e,ft as ve,g as ye,gt as be,h as xe,ht as Se,i as Ce,jt as we,kt as Te,l as Ee,lt as De,m as Oe,mt as ke,n as Ae,o as je,ot as Me,p as Ne,pt as Pe,q as Fe,r as Ie,s as Le,st as Re,t as ze,u as Be,v as Ve,vt as He,wt as Ue,xt as We,y as Ge,yt as Ke,zt as qe}from"./api-C6EDHBDR.js";import{a as Je,b as Ye,c as N,f as Xe,g as Ze,h as Qe,i as $e,l as et,o as tt,p as nt,r as rt,s as it,u as at,x as ot,y as st}from"./dist-BIYV2-Ia.js";import{C as ct,D as lt,E as ut,S as dt,T as ft,_ as pt,a as mt,b as ht,c as gt,d as _t,f as vt,g as yt,h as bt,i as xt,l as St,m as Ct,n as wt,o as Tt,p as Et,r as Dt,s as Ot,t as kt,u as At,v as jt,w as Mt,x as Nt,y as Pt}from"./select-CIRwTNP4.js";import{t as Ft}from"./dist-CmMro3nV.js";import{a as It,i as Lt,n as Rt,o as zt,r as Bt,s as Vt,t as Ht}from"./confirm-dialog-B39X0pYp.js";import{n as Ut,t as Wt}from"./search-CKCzwLId.js";import{a as Gt,c as Kt,d as qt,f as Jt,g as Yt,h as Xt,i as Zt,l as Qt,m as $t,n as en,o as tn,p as nn,r as rn,s as an,u as on}from"./doc-browser-CDtUtcim.js";import{t as sn}from"./external-link-D2cBOCqn.js";import{t as cn}from"./plus-CYE1onU2.js";import{t as ln}from"./x-Cm3JjYut.js";import{a as un,c as dn,d as fn,f as pn,g as mn,h as hn,i as gn,m as _n,n as vn,o as yn,p as bn,r as xn,s as Sn,t as Cn,u as wn}from"./doc-browser-context-DZbC9zVB.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var Tn=a((e=>{var t=l();e.createRoot=t.createRoot,e.hydrateRoot=t.hydrateRoot})),P=_(o(),1),En=_(l(),1),Dn=Tn(),On=`modulepreload`,kn=function(e){return`/`+e},An={},jn=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=kn(t,n),t in An)return;An[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:On,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},Mn=`popstate`;function Nn(e={}){let{initialEntries:t=[`/`],initialIndex:n,v5Compat:r=!1}=e,i;i=t.map((e,t)=>u(e,typeof e==`string`?null:e.state,t===0?`default`:void 0));let a=c(n??i.length-1),o=`POP`,s=null;function c(e){return Math.min(Math.max(e,0),i.length-1)}function l(){return i[a]}function u(e,t=null,n){let r=zn(i?l().pathname:`/`,e,t,n);return In(r.pathname.charAt(0)===`/`,`relative pathnames are not supported in memory history: ${JSON.stringify(e)}`),r}function d(e){return typeof e==`string`?e:Bn(e)}return{get index(){return a},get action(){return o},get location(){return l()},createHref:d,createURL(e){return new URL(d(e),`http://localhost`)},encodeLocation(e){let t=typeof e==`string`?Vn(e):e;return{pathname:t.pathname||``,search:t.search||``,hash:t.hash||``}},push(e,t){o=`PUSH`;let n=u(e,t);a+=1,i.splice(a,i.length,n),r&&s&&s({action:o,location:n,delta:1})},replace(e,t){o=`REPLACE`;let n=u(e,t);i[a]=n,r&&s&&s({action:o,location:n,delta:0})},go(e){o=`POP`;let t=c(a+e),n=i[t];a=t,s&&s({action:o,location:n,delta:e})},listen(e){return s=e,()=>{s=null}}}}function Pn(e={}){function t(e,t){let{pathname:n,search:r,hash:i}=e.location;return zn(``,{pathname:n,search:r,hash:i},t.state&&t.state.usr||null,t.state&&t.state.key||`default`)}function n(e,t){return typeof t==`string`?t:Bn(t)}return Hn(t,n,null,e)}function Fn(e,t){if(e===!1||e==null)throw Error(t)}function In(e,t){if(!e){typeof console<`u`&&console.warn(t);try{throw Error(t)}catch{}}}function Ln(){return Math.random().toString(36).substring(2,10)}function Rn(e,t){return{usr:e.state,key:e.key,idx:t}}function zn(e,t,n=null,r){return{pathname:typeof e==`string`?e:e.pathname,search:``,hash:``,...typeof t==`string`?Vn(t):t,state:n,key:t&&t.key||r||Ln()}}function Bn({pathname:e=`/`,search:t=``,hash:n=``}){return t&&t!==`?`&&(e+=t.charAt(0)===`?`?t:`?`+t),n&&n!==`#`&&(e+=n.charAt(0)===`#`?n:`#`+n),e}function Vn(e){let t={};if(e){let n=e.indexOf(`#`);n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf(`?`);r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function Hn(e,t,n,r={}){let{window:i=document.defaultView,v5Compat:a=!1}=r,o=i.history,s=`POP`,c=null,l=u();l??(l=0,o.replaceState({...o.state,idx:l},``));function u(){return(o.state||{idx:null}).idx}function d(){s=`POP`;let e=u(),t=e==null?null:e-l;l=e,c&&c({action:s,location:h.location,delta:t})}function f(e,t){s=`PUSH`;let r=zn(h.location,e,t);n&&n(r,e),l=u()+1;let d=Rn(r,l),f=h.createHref(r);try{o.pushState(d,``,f)}catch(e){if(e instanceof DOMException&&e.name===`DataCloneError`)throw e;i.location.assign(f)}a&&c&&c({action:s,location:h.location,delta:1})}function p(e,t){s=`REPLACE`;let r=zn(h.location,e,t);n&&n(r,e),l=u();let i=Rn(r,l),d=h.createHref(r);o.replaceState(i,``,d),a&&c&&c({action:s,location:h.location,delta:0})}function m(e){return Un(e)}let h={get action(){return s},get location(){return e(i,o)},listen(e){if(c)throw Error(`A history only accepts one active listener`);return i.addEventListener(Mn,d),c=e,()=>{i.removeEventListener(Mn,d),c=null}},createHref(e){return t(i,e)},createURL:m,encodeLocation(e){let t=m(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:f,replace:p,go(e){return o.go(e)}};return h}function Un(e,t=!1){let n=`http://localhost`;typeof window<`u`&&(n=window.location.origin===`null`?window.location.href:window.location.origin),Fn(n,`No window.location.(origin|href) available to create URL`);let r=typeof e==`string`?e:Bn(e);return r=r.replace(/ $/,`%20`),!t&&r.startsWith(`//`)&&(r=n+r),new URL(r,n)}function Wn(e,t,n=`/`){return Gn(e,t,n,!1)}function Gn(e,t,n,r){let i=lr((typeof t==`string`?Vn(t):t).pathname||`/`,n);if(i==null)return null;let a=qn(e);Yn(a);let o=null;for(let e=0;o==null&&e<a.length;++e){let t=cr(i);o=ar(a[e],t,r)}return o}function Kn(e,t){let{route:n,pathname:r,params:i}=e;return{id:n.id,pathname:r,params:i,data:t[n.id],loaderData:t[n.id],handle:n.handle}}function qn(e,t=[],n=[],r=``,i=!1){let a=(e,a,o=i,s)=>{let c={relativePath:s===void 0?e.path||``:s,caseSensitive:e.caseSensitive===!0,childrenIndex:a,route:e};if(c.relativePath.startsWith(`/`)){if(!c.relativePath.startsWith(r)&&o)return;Fn(c.relativePath.startsWith(r),`Absolute route path "${c.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),c.relativePath=c.relativePath.slice(r.length)}let l=_r([r,c.relativePath]),u=n.concat(c);e.children&&e.children.length>0&&(Fn(e.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${l}".`),qn(e.children,t,u,l,o)),!(e.path==null&&!e.index)&&t.push({path:l,score:rr(l,e.index),routesMeta:u})};return e.forEach((e,t)=>{if(e.path===``||!e.path?.includes(`?`))a(e,t);else for(let n of Jn(e.path))a(e,t,!0,n)}),t}function Jn(e){let t=e.split(`/`);if(t.length===0)return[];let[n,...r]=t,i=n.endsWith(`?`),a=n.replace(/\?$/,``);if(r.length===0)return i?[a,``]:[a];let o=Jn(r.join(`/`)),s=[];return s.push(...o.map(e=>e===``?a:[a,e].join(`/`))),i&&s.push(...o),s.map(t=>e.startsWith(`/`)&&t===``?`/`:t)}function Yn(e){e.sort((e,t)=>e.score===t.score?ir(e.routesMeta.map(e=>e.childrenIndex),t.routesMeta.map(e=>e.childrenIndex)):t.score-e.score)}var Xn=/^:[\w-]+$/,Zn=3,Qn=2,$n=1,er=10,tr=-2,nr=e=>e===`*`;function rr(e,t){let n=e.split(`/`),r=n.length;return n.some(nr)&&(r+=tr),t&&(r+=Qn),n.filter(e=>!nr(e)).reduce((e,t)=>e+(Xn.test(t)?Zn:t===``?$n:er),r)}function ir(e,t){return e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n])?e[e.length-1]-t[t.length-1]:0}function ar(e,t,n=!1){let{routesMeta:r}=e,i={},a=`/`,o=[];for(let e=0;e<r.length;++e){let s=r[e],c=e===r.length-1,l=a===`/`?t:t.slice(a.length)||`/`,u=or({path:s.relativePath,caseSensitive:s.caseSensitive,end:c},l),d=s.route;if(!u&&c&&n&&!r[r.length-1].route.index&&(u=or({path:s.relativePath,caseSensitive:s.caseSensitive,end:!1},l)),!u)return null;Object.assign(i,u.params),o.push({params:i,pathname:_r([a,u.pathname]),pathnameBase:vr(_r([a,u.pathnameBase])),route:d}),u.pathnameBase!==`/`&&(a=_r([a,u.pathnameBase]))}return o}function or(e,t){typeof e==`string`&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=sr(e.path,e.caseSensitive,e.end),i=t.match(n);if(!i)return null;let a=i[0],o=a.replace(/(.)\/+$/,`$1`),s=i.slice(1);return{params:r.reduce((e,{paramName:t,isOptional:n},r)=>{if(t===`*`){let e=s[r]||``;o=a.slice(0,a.length-e.length).replace(/(.)\/+$/,`$1`)}let i=s[r];return n&&!i?e[t]=void 0:e[t]=(i||``).replace(/%2F/g,`/`),e},{}),pathname:a,pathnameBase:o,pattern:e}}function sr(e,t=!1,n=!0){In(e===`*`||!e.endsWith(`*`)||e.endsWith(`/*`),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,`/*`)}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,`/*`)}".`);let r=[],i=`^`+e.replace(/\/*\*?$/,``).replace(/^\/*/,`/`).replace(/[\\.*+^${}|()[\]]/g,`\\$&`).replace(/\/:([\w-]+)(\?)?/g,(e,t,n)=>(r.push({paramName:t,isOptional:n!=null}),n?`/?([^\\/]+)?`:`/([^\\/]+)`)).replace(/\/([\w-]+)\?(\/|$)/g,`(/$1)?$2`);return e.endsWith(`*`)?(r.push({paramName:`*`}),i+=e===`*`||e===`/*`?`(.*)$`:`(?:\\/(.+)|\\/*)$`):n?i+=`\\/*$`:e!==``&&e!==`/`&&(i+=`(?:(?=\\/|$))`),[new RegExp(i,t?void 0:`i`),r]}function cr(e){try{return e.split(`/`).map(e=>decodeURIComponent(e).replace(/\//g,`%2F`)).join(`/`)}catch(t){return In(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function lr(e,t){if(t===`/`)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith(`/`)?t.length-1:t.length,r=e.charAt(n);return r&&r!==`/`?null:e.slice(n)||`/`}var ur=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i;function dr(e,t=`/`){let{pathname:n,search:r=``,hash:i=``}=typeof e==`string`?Vn(e):e,a;return n?(n=n.replace(/\/\/+/g,`/`),a=n.startsWith(`/`)?fr(n.substring(1),`/`):fr(n,t)):a=t,{pathname:a,search:yr(r),hash:br(i)}}function fr(e,t){let n=t.replace(/\/+$/,``).split(`/`);return e.split(`/`).forEach(e=>{e===`..`?n.length>1&&n.pop():e!==`.`&&n.push(e)}),n.length>1?n.join(`/`):`/`}function pr(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function mr(e){return e.filter((e,t)=>t===0||e.route.path&&e.route.path.length>0)}function hr(e){let t=mr(e);return t.map((e,n)=>n===t.length-1?e.pathname:e.pathnameBase)}function gr(e,t,n,r=!1){let i;typeof e==`string`?i=Vn(e):(i={...e},Fn(!i.pathname||!i.pathname.includes(`?`),pr(`?`,`pathname`,`search`,i)),Fn(!i.pathname||!i.pathname.includes(`#`),pr(`#`,`pathname`,`hash`,i)),Fn(!i.search||!i.search.includes(`#`),pr(`#`,`search`,`hash`,i)));let a=e===``||i.pathname===``,o=a?`/`:i.pathname,s;if(o==null)s=n;else{let e=t.length-1;if(!r&&o.startsWith(`..`)){let t=o.split(`/`);for(;t[0]===`..`;)t.shift(),--e;i.pathname=t.join(`/`)}s=e>=0?t[e]:`/`}let c=dr(i,s),l=o&&o!==`/`&&o.endsWith(`/`),u=(a||o===`.`)&&n.endsWith(`/`);return!c.pathname.endsWith(`/`)&&(l||u)&&(c.pathname+=`/`),c}var _r=e=>e.join(`/`).replace(/\/\/+/g,`/`),vr=e=>e.replace(/\/+$/,``).replace(/^\/*/,`/`),yr=e=>!e||e===`?`?``:e.startsWith(`?`)?e:`?`+e,br=e=>!e||e===`#`?``:e.startsWith(`#`)?e:`#`+e,xr=class{constructor(e,t,n,r=!1){this.status=e,this.statusText=t||``,this.internal=r,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}};function Sr(e){return e!=null&&typeof e.status==`number`&&typeof e.statusText==`string`&&typeof e.internal==`boolean`&&`data`in e}function Cr(e){return e.map(e=>e.route.path).filter(Boolean).join(`/`).replace(/\/\/*/g,`/`)||`/`}var wr=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;function Tr(e,t){let n=e;if(typeof n!=`string`||!ur.test(n))return{absoluteURL:void 0,isExternal:!1,to:n};let r=n,i=!1;if(wr)try{let e=new URL(window.location.href),r=n.startsWith(`//`)?new URL(e.protocol+n):new URL(n),a=lr(r.pathname,t);r.origin===e.origin&&a!=null?n=a+r.search+r.hash:i=!0}catch{In(!1,`<Link to="${n}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:r,isExternal:i,to:n}}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var Er=[`POST`,`PUT`,`PATCH`,`DELETE`];new Set(Er);var Dr=[`GET`,...Er];new Set(Dr);var Or=P.createContext(null);Or.displayName=`DataRouter`;var kr=P.createContext(null);kr.displayName=`DataRouterState`;var Ar=P.createContext(!1),jr=P.createContext({isTransitioning:!1});jr.displayName=`ViewTransition`;var Mr=P.createContext(new Map);Mr.displayName=`Fetchers`;var Nr=P.createContext(null);Nr.displayName=`Await`;var Pr=P.createContext(null);Pr.displayName=`Navigation`;var Fr=P.createContext(null);Fr.displayName=`Location`;var Ir=P.createContext({outlet:null,matches:[],isDataRoute:!1});Ir.displayName=`Route`;var Lr=P.createContext(null);Lr.displayName=`RouteError`;var Rr=`REACT_ROUTER_ERROR`,zr=`REDIRECT`,Br=`ROUTE_ERROR_RESPONSE`;function Vr(e){if(e.startsWith(`${Rr}:${zr}:{`))try{let t=JSON.parse(e.slice(28));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`&&typeof t.location==`string`&&typeof t.reloadDocument==`boolean`&&typeof t.replace==`boolean`)return t}catch{}}function Hr(e){if(e.startsWith(`${Rr}:${Br}:{`))try{let t=JSON.parse(e.slice(40));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`)return new xr(t.status,t.statusText,t.data)}catch{}}function Ur(e,{relative:t}={}){Fn(Wr(),`useHref() may be used only in the context of a <Router> component.`);let{basename:n,navigator:r}=P.useContext(Pr),{hash:i,pathname:a,search:o}=Zr(e,{relative:t}),s=a;return n!==`/`&&(s=a===`/`?n:_r([n,a])),r.createHref({pathname:s,search:o,hash:i})}function Wr(){return P.useContext(Fr)!=null}function Gr(){return Fn(Wr(),`useLocation() may be used only in the context of a <Router> component.`),P.useContext(Fr).location}var Kr=`You should call navigate() in a React.useEffect(), not when your component is first rendered.`;function qr(e){P.useContext(Pr).static||P.useLayoutEffect(e)}function Jr(){let{isDataRoute:e}=P.useContext(Ir);return e?gi():Yr()}function Yr(){Fn(Wr(),`useNavigate() may be used only in the context of a <Router> component.`);let e=P.useContext(Or),{basename:t,navigator:n}=P.useContext(Pr),{matches:r}=P.useContext(Ir),{pathname:i}=Gr(),a=JSON.stringify(hr(r)),o=P.useRef(!1);return qr(()=>{o.current=!0}),P.useCallback((r,s={})=>{if(In(o.current,Kr),!o.current)return;if(typeof r==`number`){n.go(r);return}let c=gr(r,JSON.parse(a),i,s.relative===`path`);e==null&&t!==`/`&&(c.pathname=c.pathname===`/`?t:_r([t,c.pathname])),(s.replace?n.replace:n.push)(c,s.state,s)},[t,n,a,i,e])}P.createContext(null);function Xr(){let{matches:e}=P.useContext(Ir),t=e[e.length-1];return t?t.params:{}}function Zr(e,{relative:t}={}){let{matches:n}=P.useContext(Ir),{pathname:r}=Gr(),i=JSON.stringify(hr(n));return P.useMemo(()=>gr(e,JSON.parse(i),r,t===`path`),[e,i,r,t])}function Qr(e,t){return $r(e,t)}function $r(e,t,n,r,i){Fn(Wr(),`useRoutes() may be used only in the context of a <Router> component.`);let{navigator:a}=P.useContext(Pr),{matches:o}=P.useContext(Ir),s=o[o.length-1],c=s?s.params:{},l=s?s.pathname:`/`,u=s?s.pathnameBase:`/`,d=s&&s.route;{let e=d&&d.path||``;vi(l,!d||e.endsWith(`*`)||e.endsWith(`*?`),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${l}" (under <Route path="${e}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
3
|
-
|
|
4
|
-
Please change the parent <Route path="${e}"> to <Route path="${e===`/`?`*`:`${e}/*`}">.`)}let f=Gr(),p;if(t){let e=typeof t==`string`?Vn(t):t;Fn(u===`/`||e.pathname?.startsWith(u),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${u}" but pathname "${e.pathname}" was given in the \`location\` prop.`),p=e}else p=f;let m=p.pathname||`/`,h=m;if(u!==`/`){let e=u.replace(/^\//,``).split(`/`);h=`/`+m.replace(/^\//,``).split(`/`).slice(e.length).join(`/`)}let g=Wn(e,{pathname:h});In(d||g!=null,`No routes matched location "${p.pathname}${p.search}${p.hash}" `),In(g==null||g[g.length-1].route.element!==void 0||g[g.length-1].route.Component!==void 0||g[g.length-1].route.lazy!==void 0,`Matched leaf route at location "${p.pathname}${p.search}${p.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let _=oi(g&&g.map(e=>Object.assign({},e,{params:Object.assign({},c,e.params),pathname:_r([u,a.encodeLocation?a.encodeLocation(e.pathname.replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathname]),pathnameBase:e.pathnameBase===`/`?u:_r([u,a.encodeLocation?a.encodeLocation(e.pathnameBase.replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathnameBase])})),o,n,r,i);return t&&_?P.createElement(Fr.Provider,{value:{location:{pathname:`/`,search:``,hash:``,state:null,key:`default`,...p},navigationType:`POP`}},_):_}function ei(){let e=hi(),t=Sr(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r=`rgba(200,200,200, 0.5)`,i={padding:`0.5rem`,backgroundColor:r},a={padding:`2px 4px`,backgroundColor:r},o=null;return console.error(`Error handled by React Router default ErrorBoundary:`,e),o=P.createElement(P.Fragment,null,P.createElement(`p`,null,`💿 Hey developer 👋`),P.createElement(`p`,null,`You can provide a way better UX than this when your app throws errors by providing your own `,P.createElement(`code`,{style:a},`ErrorBoundary`),` or`,` `,P.createElement(`code`,{style:a},`errorElement`),` prop on your route.`)),P.createElement(P.Fragment,null,P.createElement(`h2`,null,`Unexpected Application Error!`),P.createElement(`h3`,{style:{fontStyle:`italic`}},t),n?P.createElement(`pre`,{style:i},n):null,o)}var ti=P.createElement(ei,null),ni=class extends P.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!==`idle`&&e.revalidation===`idle`?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error===void 0?t.error:e.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.onError?this.props.onError(e,t):console.error(`React Router caught the following error during render`,e)}render(){let e=this.state.error;if(this.context&&typeof e==`object`&&e&&`digest`in e&&typeof e.digest==`string`){let t=Hr(e.digest);t&&(e=t)}let t=e===void 0?this.props.children:P.createElement(Ir.Provider,{value:this.props.routeContext},P.createElement(Lr.Provider,{value:e,children:this.props.component}));return this.context?P.createElement(ii,{error:e},t):t}};ni.contextType=Ar;var ri=new WeakMap;function ii({children:e,error:t}){let{basename:n}=P.useContext(Pr);if(typeof t==`object`&&t&&`digest`in t&&typeof t.digest==`string`){let e=Vr(t.digest);if(e){let r=ri.get(t);if(r)throw r;let i=Tr(e.location,n);if(wr&&!ri.get(t))if(i.isExternal||e.reloadDocument)window.location.href=i.absoluteURL||i.to;else{let n=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(i.to,{replace:e.replace}));throw ri.set(t,n),n}return P.createElement(`meta`,{httpEquiv:`refresh`,content:`0;url=${i.absoluteURL||i.to}`})}}return e}function ai({routeContext:e,match:t,children:n}){let r=P.useContext(Or);return r&&r.static&&r.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=t.route.id),P.createElement(Ir.Provider,{value:e},n)}function oi(e,t=[],n=null,r=null,i=null){if(e==null){if(!n)return null;if(n.errors)e=n.matches;else if(t.length===0&&!n.initialized&&n.matches.length>0)e=n.matches;else return null}let a=e,o=n?.errors;if(o!=null){let e=a.findIndex(e=>e.route.id&&o?.[e.route.id]!==void 0);Fn(e>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(o).join(`,`)}`),a=a.slice(0,Math.min(a.length,e+1))}let s=!1,c=-1;if(n)for(let e=0;e<a.length;e++){let t=a[e];if((t.route.HydrateFallback||t.route.hydrateFallbackElement)&&(c=e),t.route.id){let{loaderData:e,errors:r}=n,i=t.route.loader&&!e.hasOwnProperty(t.route.id)&&(!r||r[t.route.id]===void 0);if(t.route.lazy||i){s=!0,a=c>=0?a.slice(0,c+1):[a[0]];break}}}let l=n&&r?(e,t)=>{r(e,{location:n.location,params:n.matches?.[0]?.params??{},unstable_pattern:Cr(n.matches),errorInfo:t})}:void 0;return a.reduceRight((e,r,i)=>{let u,d=!1,f=null,p=null;n&&(u=o&&r.route.id?o[r.route.id]:void 0,f=r.route.errorElement||ti,s&&(c<0&&i===0?(vi(`route-fallback`,!1,"No `HydrateFallback` element provided to render during initial hydration"),d=!0,p=null):c===i&&(d=!0,p=r.route.hydrateFallbackElement||null)));let m=t.concat(a.slice(0,i+1)),h=()=>{let t;return t=u?f:d?p:r.route.Component?P.createElement(r.route.Component,null):r.route.element?r.route.element:e,P.createElement(ai,{match:r,routeContext:{outlet:e,matches:m,isDataRoute:n!=null},children:t})};return n&&(r.route.ErrorBoundary||r.route.errorElement||i===0)?P.createElement(ni,{location:n.location,revalidation:n.revalidation,component:f,error:u,children:h(),routeContext:{outlet:null,matches:m,isDataRoute:!0},onError:l}):h()},null)}function si(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ci(e){let t=P.useContext(Or);return Fn(t,si(e)),t}function li(e){let t=P.useContext(kr);return Fn(t,si(e)),t}function ui(e){let t=P.useContext(Ir);return Fn(t,si(e)),t}function di(e){let t=ui(e),n=t.matches[t.matches.length-1];return Fn(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function fi(){return di(`useRouteId`)}function pi(){return li(`useNavigation`).navigation}function mi(){let{matches:e,loaderData:t}=li(`useMatches`);return P.useMemo(()=>e.map(e=>Kn(e,t)),[e,t])}function hi(){let e=P.useContext(Lr),t=li(`useRouteError`),n=di(`useRouteError`);return e===void 0?t.errors?.[n]:e}function gi(){let{router:e}=ci(`useNavigate`),t=di(`useNavigate`),n=P.useRef(!1);return qr(()=>{n.current=!0}),P.useCallback(async(r,i={})=>{In(n.current,Kr),n.current&&(typeof r==`number`?await e.navigate(r):await e.navigate(r,{fromRouteId:t,...i}))},[e,t])}var _i={};function vi(e,t,n){!t&&!_i[e]&&(_i[e]=!0,In(!1,n))}P.useOptimistic,P.memo(yi);function yi({routes:e,future:t,state:n,onError:r}){return $r(e,void 0,n,r,t)}function bi({basename:e,children:t,initialEntries:n,initialIndex:r,unstable_useTransitions:i}){let a=P.useRef();a.current??=Nn({initialEntries:n,initialIndex:r,v5Compat:!0});let o=a.current,[s,c]=P.useState({action:o.action,location:o.location}),l=P.useCallback(e=>{i===!1?c(e):P.startTransition(()=>c(e))},[i]);return P.useLayoutEffect(()=>o.listen(l),[o,l]),P.createElement(Ci,{basename:e,children:t,location:s.location,navigationType:s.action,navigator:o,unstable_useTransitions:i})}function xi({to:e,replace:t,state:n,relative:r}){Fn(Wr(),`<Navigate> may be used only in the context of a <Router> component.`);let{static:i}=P.useContext(Pr);In(!i,`<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.`);let{matches:a}=P.useContext(Ir),{pathname:o}=Gr(),s=Jr(),c=gr(e,hr(a),o,r===`path`),l=JSON.stringify(c);return P.useEffect(()=>{s(JSON.parse(l),{replace:t,state:n,relative:r})},[s,l,r,t,n]),null}function Si(e){Fn(!1,`A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.`)}function Ci({basename:e=`/`,children:t=null,location:n,navigationType:r=`POP`,navigator:i,static:a=!1,unstable_useTransitions:o}){Fn(!Wr(),`You cannot render a <Router> inside another <Router>. You should never have more than one in your app.`);let s=e.replace(/^\/*/,`/`),c=P.useMemo(()=>({basename:s,navigator:i,static:a,unstable_useTransitions:o,future:{}}),[s,i,a,o]);typeof n==`string`&&(n=Vn(n));let{pathname:l=`/`,search:u=``,hash:d=``,state:f=null,key:p=`default`}=n,m=P.useMemo(()=>{let e=lr(l,s);return e==null?null:{location:{pathname:e,search:u,hash:d,state:f,key:p},navigationType:r}},[s,l,u,d,f,p,r]);return In(m!=null,`<Router basename="${s}"> is not able to match the URL "${l}${u}${d}" because it does not start with the basename, so the <Router> won't render anything.`),m==null?null:P.createElement(Pr.Provider,{value:c},P.createElement(Fr.Provider,{children:t,value:m}))}function wi({children:e,location:t}){return Qr(Ti(e),t)}P.Component;function Ti(e,t=[]){let n=[];return P.Children.forEach(e,(e,r)=>{if(!P.isValidElement(e))return;let i=[...t,r];if(e.type===P.Fragment){n.push.apply(n,Ti(e.props.children,i));return}Fn(e.type===Si,`[${typeof e.type==`string`?e.type:e.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),Fn(!e.props.index||!e.props.children,`An index route cannot have child routes.`);let a={id:e.props.id||i.join(`-`),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,middleware:e.props.middleware,loader:e.props.loader,action:e.props.action,hydrateFallbackElement:e.props.hydrateFallbackElement,HydrateFallback:e.props.HydrateFallback,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:e.props.hasErrorBoundary===!0||e.props.ErrorBoundary!=null||e.props.errorElement!=null,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(a.children=Ti(e.props.children,i)),n.push(a)}),n}var Ei=`get`,Di=`application/x-www-form-urlencoded`;function Oi(e){return typeof HTMLElement<`u`&&e instanceof HTMLElement}function ki(e){return Oi(e)&&e.tagName.toLowerCase()===`button`}function Ai(e){return Oi(e)&&e.tagName.toLowerCase()===`form`}function ji(e){return Oi(e)&&e.tagName.toLowerCase()===`input`}function Mi(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Ni(e,t){return e.button===0&&(!t||t===`_self`)&&!Mi(e)}var Pi=null;function Fi(){if(Pi===null)try{new FormData(document.createElement(`form`),0),Pi=!1}catch{Pi=!0}return Pi}var Ii=new Set([`application/x-www-form-urlencoded`,`multipart/form-data`,`text/plain`]);function Li(e){return e!=null&&!Ii.has(e)?(In(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${Di}"`),null):e}function Ri(e,t){let n,r,i,a,o;if(Ai(e)){let o=e.getAttribute(`action`);r=o?lr(o,t):null,n=e.getAttribute(`method`)||Ei,i=Li(e.getAttribute(`enctype`))||Di,a=new FormData(e)}else if(ki(e)||ji(e)&&(e.type===`submit`||e.type===`image`)){let o=e.form;if(o==null)throw Error(`Cannot submit a <button> or <input type="submit"> without a <form>`);let s=e.getAttribute(`formaction`)||o.getAttribute(`action`);if(r=s?lr(s,t):null,n=e.getAttribute(`formmethod`)||o.getAttribute(`method`)||Ei,i=Li(e.getAttribute(`formenctype`))||Li(o.getAttribute(`enctype`))||Di,a=new FormData(o,e),!Fi()){let{name:t,type:n,value:r}=e;if(n===`image`){let e=t?`${t}.`:``;a.append(`${e}x`,`0`),a.append(`${e}y`,`0`)}else t&&a.append(t,r)}}else if(Oi(e))throw Error(`Cannot submit element that is not <form>, <button>, or <input type="submit|image">`);else n=Ei,r=null,i=Di,o=e;return a&&i===`text/plain`&&(o=a,a=void 0),{action:r,method:n.toLowerCase(),encType:i,formData:a,body:o}}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var zi={"&":`\\u0026`,">":`\\u003e`,"<":`\\u003c`,"\u2028":`\\u2028`,"\u2029":`\\u2029`},Bi=/[&><\u2028\u2029]/g;function Vi(e){return e.replace(Bi,e=>zi[e])}function Hi(e,t){if(e===!1||e==null)throw Error(t)}function Ui(e,t,n,r){let i=typeof e==`string`?new URL(e,typeof window>`u`?`server://singlefetch/`:window.location.origin):e;return n?i.pathname.endsWith(`/`)?i.pathname=`${i.pathname}_.${r}`:i.pathname=`${i.pathname}.${r}`:i.pathname===`/`?i.pathname=`_root.${r}`:t&&lr(i.pathname,t)===`/`?i.pathname=`${t.replace(/\/$/,``)}/_root.${r}`:i.pathname=`${i.pathname.replace(/\/$/,``)}.${r}`,i}async function Wi(e,t){if(e.id in t)return t[e.id];try{let n=await jn(()=>import(e.module),[]);return t[e.id]=n,n}catch(t){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(t),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function Gi(e){return e!=null&&typeof e.page==`string`}function Ki(e){return e==null?!1:e.href==null?e.rel===`preload`&&typeof e.imageSrcSet==`string`&&typeof e.imageSizes==`string`:typeof e.rel==`string`&&typeof e.href==`string`}async function qi(e,t,n){return Qi((await Promise.all(e.map(async e=>{let r=t.routes[e.route.id];if(r){let e=await Wi(r,n);return e.links?e.links():[]}return[]}))).flat(1).filter(Ki).filter(e=>e.rel===`stylesheet`||e.rel===`preload`).map(e=>e.rel===`stylesheet`?{...e,rel:`prefetch`,as:`style`}:{...e,rel:`prefetch`}))}function Ji(e,t,n,r,i,a){let o=(e,t)=>n[t]?e.route.id!==n[t].route.id:!0,s=(e,t)=>n[t].pathname!==e.pathname||n[t].route.path?.endsWith(`*`)&&n[t].params[`*`]!==e.params[`*`];return a===`assets`?t.filter((e,t)=>o(e,t)||s(e,t)):a===`data`?t.filter((t,a)=>{let c=r.routes[t.route.id];if(!c||!c.hasLoader)return!1;if(o(t,a)||s(t,a))return!0;if(t.route.shouldRevalidate){let r=t.route.shouldRevalidate({currentUrl:new URL(i.pathname+i.search+i.hash,window.origin),currentParams:n[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:t.params,defaultShouldRevalidate:!0});if(typeof r==`boolean`)return r}return!0}):[]}function Yi(e,t,{includeHydrateFallback:n}={}){return Xi(e.map(e=>{let r=t.routes[e.route.id];if(!r)return[];let i=[r.module];return r.clientActionModule&&(i=i.concat(r.clientActionModule)),r.clientLoaderModule&&(i=i.concat(r.clientLoaderModule)),n&&r.hydrateFallbackModule&&(i=i.concat(r.hydrateFallbackModule)),r.imports&&(i=i.concat(r.imports)),i}).flat(1))}function Xi(e){return[...new Set(e)]}function Zi(e){let t={},n=Object.keys(e).sort();for(let r of n)t[r]=e[r];return t}function Qi(e,t){let n=new Set,r=new Set(t);return e.reduce((e,i)=>{if(t&&!Gi(i)&&i.as===`script`&&i.href&&r.has(i.href))return e;let a=JSON.stringify(Zi(i));return n.has(a)||(n.add(a),e.push({key:a,link:i})),e},[])}function $i(){let e=P.useContext(Or);return Hi(e,`You must render this element inside a <DataRouterContext.Provider> element`),e}function ea(){let e=P.useContext(kr);return Hi(e,`You must render this element inside a <DataRouterStateContext.Provider> element`),e}var ta=P.createContext(void 0);ta.displayName=`FrameworkContext`;function na(){let e=P.useContext(ta);return Hi(e,`You must render this element inside a <HydratedRouter> element`),e}function ra(e,t){let n=P.useContext(ta),[r,i]=P.useState(!1),[a,o]=P.useState(!1),{onFocus:s,onBlur:c,onMouseEnter:l,onMouseLeave:u,onTouchStart:d}=t,f=P.useRef(null);P.useEffect(()=>{if(e===`render`&&o(!0),e===`viewport`){let e=new IntersectionObserver(e=>{e.forEach(e=>{o(e.isIntersecting)})},{threshold:.5});return f.current&&e.observe(f.current),()=>{e.disconnect()}}},[e]),P.useEffect(()=>{if(r){let e=setTimeout(()=>{o(!0)},100);return()=>{clearTimeout(e)}}},[r]);let p=()=>{i(!0)},m=()=>{i(!1),o(!1)};return n?e===`intent`?[a,f,{onFocus:ia(s,p),onBlur:ia(c,m),onMouseEnter:ia(l,p),onMouseLeave:ia(u,m),onTouchStart:ia(d,p)}]:[a,f,{}]:[!1,f,{}]}function ia(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function aa({page:e,...t}){let{router:n}=$i(),r=P.useMemo(()=>Wn(n.routes,e,n.basename),[n.routes,e,n.basename]);return r?P.createElement(sa,{page:e,matches:r,...t}):null}function oa(e){let{manifest:t,routeModules:n}=na(),[r,i]=P.useState([]);return P.useEffect(()=>{let r=!1;return qi(e,t,n).then(e=>{r||i(e)}),()=>{r=!0}},[e,t,n]),r}function sa({page:e,matches:t,...n}){let r=Gr(),{future:i,manifest:a,routeModules:o}=na(),{basename:s}=$i(),{loaderData:c,matches:l}=ea(),u=P.useMemo(()=>Ji(e,t,l,a,r,`data`),[e,t,l,a,r]),d=P.useMemo(()=>Ji(e,t,l,a,r,`assets`),[e,t,l,a,r]),f=P.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let n=new Set,l=!1;if(t.forEach(e=>{let t=a.routes[e.route.id];!t||!t.hasLoader||(!u.some(t=>t.route.id===e.route.id)&&e.route.id in c&&o[e.route.id]?.shouldRevalidate||t.hasClientLoader?l=!0:n.add(e.route.id))}),n.size===0)return[];let d=Ui(e,s,i.unstable_trailingSlashAwareDataRequests,`data`);return l&&n.size>0&&d.searchParams.set(`_routes`,t.filter(e=>n.has(e.route.id)).map(e=>e.route.id).join(`,`)),[d.pathname+d.search]},[s,i.unstable_trailingSlashAwareDataRequests,c,r,a,u,t,e,o]),p=P.useMemo(()=>Yi(d,a),[d,a]),m=oa(d);return P.createElement(P.Fragment,null,f.map(e=>P.createElement(`link`,{key:e,rel:`prefetch`,as:`fetch`,href:e,...n})),p.map(e=>P.createElement(`link`,{key:e,rel:`modulepreload`,href:e,...n})),m.map(({key:e,link:t})=>P.createElement(`link`,{key:e,nonce:n.nonce,...t,crossOrigin:t.crossOrigin??n.crossOrigin})))}function ca(...e){return t=>{e.forEach(e=>{typeof e==`function`?e(t):e!=null&&(e.current=t)})}}P.Component;var la=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;try{la&&(window.__reactRouterVersion=`7.13.0`)}catch{}function ua({basename:e,children:t,unstable_useTransitions:n,window:r}){let i=P.useRef();i.current??=Pn({window:r,v5Compat:!0});let a=i.current,[o,s]=P.useState({action:a.action,location:a.location}),c=P.useCallback(e=>{n===!1?s(e):P.startTransition(()=>s(e))},[n]);return P.useLayoutEffect(()=>a.listen(c),[a,c]),P.createElement(Ci,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:a,unstable_useTransitions:n})}function da({basename:e,children:t,history:n,unstable_useTransitions:r}){let[i,a]=P.useState({action:n.action,location:n.location}),o=P.useCallback(e=>{r===!1?a(e):P.startTransition(()=>a(e))},[r]);return P.useLayoutEffect(()=>n.listen(o),[n,o]),P.createElement(Ci,{basename:e,children:t,location:i.location,navigationType:i.action,navigator:n,unstable_useTransitions:r})}da.displayName=`unstable_HistoryRouter`;var fa=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,pa=P.forwardRef(function({onClick:e,discover:t=`render`,prefetch:n=`none`,relative:r,reloadDocument:i,replace:a,state:o,target:s,to:c,preventScrollReset:l,viewTransition:u,unstable_defaultShouldRevalidate:d,...f},p){let{basename:m,unstable_useTransitions:h}=P.useContext(Pr),g=typeof c==`string`&&fa.test(c),_=Tr(c,m);c=_.to;let v=Ur(c,{relative:r}),[y,b,x]=ra(n,f),S=ba(c,{replace:a,state:o,target:s,preventScrollReset:l,relative:r,viewTransition:u,unstable_defaultShouldRevalidate:d,unstable_useTransitions:h});function C(t){e&&e(t),t.defaultPrevented||S(t)}let w=P.createElement(`a`,{...f,...x,href:_.absoluteURL||v,onClick:_.isExternal||i?e:C,ref:ca(p,b),target:s,"data-discover":!g&&t===`render`?`true`:void 0});return y&&!g?P.createElement(P.Fragment,null,w,P.createElement(aa,{page:v})):w});pa.displayName=`Link`;var ma=P.forwardRef(function({"aria-current":e=`page`,caseSensitive:t=!1,className:n=``,end:r=!1,style:i,to:a,viewTransition:o,children:s,...c},l){let u=Zr(a,{relative:c.relative}),d=Gr(),f=P.useContext(kr),{navigator:p,basename:m}=P.useContext(Pr),h=f!=null&&Aa(u)&&o===!0,g=p.encodeLocation?p.encodeLocation(u).pathname:u.pathname,_=d.pathname,v=f&&f.navigation&&f.navigation.location?f.navigation.location.pathname:null;t||(_=_.toLowerCase(),v=v?v.toLowerCase():null,g=g.toLowerCase()),v&&m&&(v=lr(v,m)||v);let y=g!==`/`&&g.endsWith(`/`)?g.length-1:g.length,b=_===g||!r&&_.startsWith(g)&&_.charAt(y)===`/`,x=v!=null&&(v===g||!r&&v.startsWith(g)&&v.charAt(g.length)===`/`),S={isActive:b,isPending:x,isTransitioning:h},C=b?e:void 0,w;w=typeof n==`function`?n(S):[n,b?`active`:null,x?`pending`:null,h?`transitioning`:null].filter(Boolean).join(` `);let T=typeof i==`function`?i(S):i;return P.createElement(pa,{...c,"aria-current":C,className:w,ref:l,style:T,to:a,viewTransition:o},typeof s==`function`?s(S):s)});ma.displayName=`NavLink`;var ha=P.forwardRef(({discover:e=`render`,fetcherKey:t,navigate:n,reloadDocument:r,replace:i,state:a,method:o=Ei,action:s,onSubmit:c,relative:l,preventScrollReset:u,viewTransition:d,unstable_defaultShouldRevalidate:f,...p},m)=>{let{unstable_useTransitions:h}=P.useContext(Pr),g=Ca(),_=wa(s,{relative:l}),v=o.toLowerCase()===`get`?`get`:`post`,y=typeof s==`string`&&fa.test(s);return P.createElement(`form`,{ref:m,method:v,action:_,onSubmit:r?c:e=>{if(c&&c(e),e.defaultPrevented)return;e.preventDefault();let r=e.nativeEvent.submitter,s=r?.getAttribute(`formmethod`)||o,p=()=>g(r||e.currentTarget,{fetcherKey:t,method:s,navigate:n,replace:i,state:a,relative:l,preventScrollReset:u,viewTransition:d,unstable_defaultShouldRevalidate:f});h&&n!==!1?P.startTransition(()=>p()):p()},...p,"data-discover":!y&&e===`render`?`true`:void 0})});ha.displayName=`Form`;function ga({getKey:e,storageKey:t,...n}){let r=P.useContext(ta),{basename:i}=P.useContext(Pr),a=Gr(),o=mi();Oa({getKey:e,storageKey:t});let s=P.useMemo(()=>{if(!r||!e)return null;let t=Da(a,o,i,e);return t===a.key?null:t},[]);if(!r||r.isSpaMode)return null;let c=((e,t)=>{if(!window.history.state||!window.history.state.key){let e=Math.random().toString(32).slice(2);window.history.replaceState({key:e},``)}try{let n=JSON.parse(sessionStorage.getItem(e)||`{}`)[t||window.history.state.key];typeof n==`number`&&window.scrollTo(0,n)}catch(t){console.error(t),sessionStorage.removeItem(e)}}).toString();return P.createElement(`script`,{...n,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:`(${c})(${Vi(JSON.stringify(t||Ta))}, ${Vi(JSON.stringify(s))})`}})}ga.displayName=`ScrollRestoration`;function _a(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function va(e){let t=P.useContext(Or);return Fn(t,_a(e)),t}function ya(e){let t=P.useContext(kr);return Fn(t,_a(e)),t}function ba(e,{target:t,replace:n,state:r,preventScrollReset:i,relative:a,viewTransition:o,unstable_defaultShouldRevalidate:s,unstable_useTransitions:c}={}){let l=Jr(),u=Gr(),d=Zr(e,{relative:a});return P.useCallback(f=>{if(Ni(f,t)){f.preventDefault();let t=n===void 0?Bn(u)===Bn(d):n,p=()=>l(e,{replace:t,state:r,preventScrollReset:i,relative:a,viewTransition:o,unstable_defaultShouldRevalidate:s});c?P.startTransition(()=>p()):p()}},[u,l,d,n,r,t,e,i,a,o,s,c])}var xa=0,Sa=()=>`__${String(++xa)}__`;function Ca(){let{router:e}=va(`useSubmit`),{basename:t}=P.useContext(Pr),n=fi(),r=e.fetch,i=e.navigate;return P.useCallback(async(e,a={})=>{let{action:o,method:s,encType:c,formData:l,body:u}=Ri(e,t);a.navigate===!1?await r(a.fetcherKey||Sa(),n,a.action||o,{unstable_defaultShouldRevalidate:a.unstable_defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,flushSync:a.flushSync}):await i(a.action||o,{unstable_defaultShouldRevalidate:a.unstable_defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,replace:a.replace,state:a.state,fromRouteId:n,flushSync:a.flushSync,viewTransition:a.viewTransition})},[r,i,t,n])}function wa(e,{relative:t}={}){let{basename:n}=P.useContext(Pr),r=P.useContext(Ir);Fn(r,`useFormAction must be used inside a RouteContext`);let[i]=r.matches.slice(-1),a={...Zr(e||`.`,{relative:t})},o=Gr();if(e==null){a.search=o.search;let e=new URLSearchParams(a.search),t=e.getAll(`index`);if(t.some(e=>e===``)){e.delete(`index`),t.filter(e=>e).forEach(t=>e.append(`index`,t));let n=e.toString();a.search=n?`?${n}`:``}}return(!e||e===`.`)&&i.route.index&&(a.search=a.search?a.search.replace(/^\?/,`?index&`):`?index`),n!==`/`&&(a.pathname=a.pathname===`/`?n:_r([n,a.pathname])),Bn(a)}var Ta=`react-router-scroll-positions`,Ea={};function Da(e,t,n,r){let i=null;return r&&(i=r(n===`/`?e:{...e,pathname:lr(e.pathname,n)||e.pathname},t)),i??=e.key,i}function Oa({getKey:e,storageKey:t}={}){let{router:n}=va(`useScrollRestoration`),{restoreScrollPosition:r,preventScrollReset:i}=ya(`useScrollRestoration`),{basename:a}=P.useContext(Pr),o=Gr(),s=mi(),c=pi();P.useEffect(()=>(window.history.scrollRestoration=`manual`,()=>{window.history.scrollRestoration=`auto`}),[]),ka(P.useCallback(()=>{if(c.state===`idle`){let t=Da(o,s,a,e);Ea[t]=window.scrollY}try{sessionStorage.setItem(t||Ta,JSON.stringify(Ea))}catch(e){In(!1,`Failed to save scroll positions in sessionStorage, <ScrollRestoration /> will not work properly (${e}).`)}window.history.scrollRestoration=`auto`},[c.state,e,a,o,s,t])),typeof document<`u`&&(P.useLayoutEffect(()=>{try{let e=sessionStorage.getItem(t||Ta);e&&(Ea=JSON.parse(e))}catch{}},[t]),P.useLayoutEffect(()=>{let t=n?.enableScrollRestoration(Ea,()=>window.scrollY,e?(t,n)=>Da(t,n,a,e):void 0);return()=>t&&t()},[n,a,e]),P.useLayoutEffect(()=>{if(r!==!1){if(typeof r==`number`){window.scrollTo(0,r);return}try{if(o.hash){let e=document.getElementById(decodeURIComponent(o.hash.slice(1)));if(e){e.scrollIntoView();return}}}catch{In(!1,`"${o.hash.slice(1)}" is not a decodable element ID. The view will not scroll to it.`)}i!==!0&&window.scrollTo(0,0)}},[o,r,i]))}function ka(e,t){let{capture:n}=t||{};P.useEffect(()=>{let t=n==null?void 0:{capture:n};return window.addEventListener(`pagehide`,e,t),()=>{window.removeEventListener(`pagehide`,e,t)}},[e,n])}function Aa(e,{relative:t}={}){let n=P.useContext(jr);Fn(n!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=va(`useViewTransitionState`),i=Zr(e,{relative:t});if(!n.isTransitioning)return!1;let a=lr(n.currentLocation.pathname,r)||n.currentLocation.pathname,o=lr(n.nextLocation.pathname,r)||n.nextLocation.pathname;return or(i.pathname,o)!=null||or(i.pathname,a)!=null}var ja=N(`AlarmClock`,[[`circle`,{cx:`12`,cy:`13`,r:`8`,key:`3y4lt7`}],[`path`,{d:`M12 9v4l2 2`,key:`1c63tq`}],[`path`,{d:`M5 3 2 6`,key:`18tl5t`}],[`path`,{d:`m22 6-3-3`,key:`1opdir`}],[`path`,{d:`M6.38 18.7 4 21`,key:`17xu3x`}],[`path`,{d:`M17.64 18.67 20 21`,key:`kv2oe2`}]]),Ma=N(`AppWindow`,[[`rect`,{x:`2`,y:`4`,width:`20`,height:`16`,rx:`2`,key:`izxlao`}],[`path`,{d:`M10 4v4`,key:`pp8u80`}],[`path`,{d:`M2 8h20`,key:`d11cs7`}],[`path`,{d:`M6 4v4`,key:`1svtjw`}]]),Na=N(`ArrowUpRight`,[[`path`,{d:`M7 7h10v10`,key:`1tivn9`}],[`path`,{d:`M7 17 17 7`,key:`1vkiza`}]]),Pa=N(`ArrowUp`,[[`path`,{d:`m5 12 7-7 7 7`,key:`hav0vg`}],[`path`,{d:`M12 19V5`,key:`x0mq9r`}]]),Fa=N(`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`}]]),Ia=N(`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`}]]),La=N(`Braces`,[[`path`,{d:`M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1`,key:`ezmyqa`}],[`path`,{d:`M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1`,key:`e1hn23`}]]),Ra=N(`BrainCircuit`,[[`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:`M9 13a4.5 4.5 0 0 0 3-4`,key:`10igwf`}],[`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:`M6 18a4 4 0 0 1-1.967-.516`,key:`2e4loj`}],[`path`,{d:`M12 13h4`,key:`1ku699`}],[`path`,{d:`M12 18h6a2 2 0 0 1 2 2v1`,key:`105ag5`}],[`path`,{d:`M12 8h8`,key:`1lhi5i`}],[`path`,{d:`M16 8V5a2 2 0 0 1 2-2`,key:`u6izg6`}],[`circle`,{cx:`16`,cy:`13`,r:`.5`,key:`ry7gng`}],[`circle`,{cx:`18`,cy:`3`,r:`.5`,key:`1aiba7`}],[`circle`,{cx:`20`,cy:`21`,r:`.5`,key:`yhc1fs`}],[`circle`,{cx:`20`,cy:`8`,r:`.5`,key:`1e43v0`}]]),za=N(`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`}]]),Ba=N(`CalendarClock`,[[`path`,{d:`M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5`,key:`1osxxc`}],[`path`,{d:`M16 2v4`,key:`4m81vk`}],[`path`,{d:`M8 2v4`,key:`1cmpym`}],[`path`,{d:`M3 10h5`,key:`r794hk`}],[`path`,{d:`M17.5 17.5 16 16.3V14`,key:`akvzfd`}],[`circle`,{cx:`16`,cy:`16`,r:`6`,key:`qoo3c4`}]]),Va=N(`ChevronRight`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),Ha=N(`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`}]]),Ua=N(`CircleCheck`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),Wa=N(`CircleDashed`,[[`path`,{d:`M10.1 2.182a10 10 0 0 1 3.8 0`,key:`5ilxe3`}],[`path`,{d:`M13.9 21.818a10 10 0 0 1-3.8 0`,key:`11zvb9`}],[`path`,{d:`M17.609 3.721a10 10 0 0 1 2.69 2.7`,key:`1iw5b2`}],[`path`,{d:`M2.182 13.9a10 10 0 0 1 0-3.8`,key:`c0bmvh`}],[`path`,{d:`M20.279 17.609a10 10 0 0 1-2.7 2.69`,key:`1ruxm7`}],[`path`,{d:`M21.818 10.1a10 10 0 0 1 0 3.8`,key:`qkgqxc`}],[`path`,{d:`M3.721 6.391a10 10 0 0 1 2.7-2.69`,key:`1mcia2`}],[`path`,{d:`M6.391 20.279a10 10 0 0 1-2.69-2.7`,key:`1fvljs`}]]),Ga=N(`CircleHelp`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3`,key:`1u773s`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),Ka=N(`CirclePause`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`line`,{x1:`10`,x2:`10`,y1:`15`,y2:`9`,key:`c1nkhi`}],[`line`,{x1:`14`,x2:`14`,y1:`15`,y2:`9`,key:`h65svq`}]]),qa=N(`Clock`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`polyline`,{points:`12 6 12 12 16 14`,key:`68esgv`}]]),Ja=N(`CodeXml`,[[`path`,{d:`m18 16 4-4-4-4`,key:`1inbqp`}],[`path`,{d:`m6 8-4 4 4 4`,key:`15zrgr`}],[`path`,{d:`m14.5 4-5 16`,key:`e7oirm`}]]),Ya=N(`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`}]]),Xa=N(`Cpu`,[[`rect`,{width:`16`,height:`16`,x:`4`,y:`4`,rx:`2`,key:`14l7u7`}],[`rect`,{width:`6`,height:`6`,x:`9`,y:`9`,rx:`1`,key:`5aljv4`}],[`path`,{d:`M15 2v2`,key:`13l42r`}],[`path`,{d:`M15 20v2`,key:`15mkzm`}],[`path`,{d:`M2 15h2`,key:`1gxd5l`}],[`path`,{d:`M2 9h2`,key:`1bbxkp`}],[`path`,{d:`M20 15h2`,key:`19e6y8`}],[`path`,{d:`M20 9h2`,key:`19tzq7`}],[`path`,{d:`M9 2v2`,key:`165o2o`}],[`path`,{d:`M9 20v2`,key:`i2bqo8`}]]),Za=N(`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`}]]),Qa=N(`EllipsisVertical`,[[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}],[`circle`,{cx:`12`,cy:`5`,r:`1`,key:`gxeob9`}],[`circle`,{cx:`12`,cy:`19`,r:`1`,key:`lyex9k`}]]),$a=N(`Eye`,[[`path`,{d:`M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0`,key:`1nclc0`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]),eo=N(`FileArchive`,[[`path`,{d:`M10 12v-1`,key:`v7bkov`}],[`path`,{d:`M10 18v-2`,key:`1cjy8d`}],[`path`,{d:`M10 7V6`,key:`dljcrl`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01`,key:`gkbcor`}],[`circle`,{cx:`10`,cy:`20`,r:`2`,key:`1xzdoj`}]]),to=N(`FileAudio2`,[[`path`,{d:`M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2`,key:`17k7jt`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`circle`,{cx:`3`,cy:`17`,r:`1`,key:`vo6nti`}],[`path`,{d:`M2 17v-3a4 4 0 0 1 8 0v3`,key:`1ggdre`}],[`circle`,{cx:`9`,cy:`17`,r:`1`,key:`bc1fq4`}]]),no=N(`FileCode2`,[[`path`,{d:`M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4`,key:`1pf5j1`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`m5 12-3 3 3 3`,key:`oke12k`}],[`path`,{d:`m9 18 3-3-3-3`,key:`112psh`}]]),ro=N(`FileImage`,[[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z`,key:`1rqfz7`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`circle`,{cx:`10`,cy:`12`,r:`2`,key:`737tya`}],[`path`,{d:`m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22`,key:`wt3hpn`}]]),io=N(`FileJson2`,[[`path`,{d:`M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4`,key:`1pf5j1`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1`,key:`fq0c9t`}],[`path`,{d:`M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1`,key:`4gibmv`}]]),ao=N(`FileSpreadsheet`,[[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z`,key:`1rqfz7`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M8 13h2`,key:`yr2amv`}],[`path`,{d:`M14 13h2`,key:`un5t4a`}],[`path`,{d:`M8 17h2`,key:`2yhykz`}],[`path`,{d:`M14 17h2`,key:`10kma7`}]]),oo=N(`FileText`,[[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z`,key:`1rqfz7`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M10 9H8`,key:`b1mrlr`}],[`path`,{d:`M16 13H8`,key:`t4e002`}],[`path`,{d:`M16 17H8`,key:`z1uh3a`}]]),so=N(`FileVideo2`,[[`path`,{d:`M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4`,key:`1pf5j1`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`rect`,{width:`8`,height:`6`,x:`2`,y:`12`,rx:`1`,key:`1a6c1e`}],[`path`,{d:`m10 15.5 4 2.5v-6l-4 2.5`,key:`t7cp39`}]]),co=N(`File`,[[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z`,key:`1rqfz7`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}]]),lo=N(`FolderGit2`,[[`path`,{d:`M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5`,key:`1w6njk`}],[`circle`,{cx:`13`,cy:`12`,r:`2`,key:`1j92g6`}],[`path`,{d:`M18 19c-2.8 0-5-2.2-5-5v8`,key:`pkpw2h`}],[`circle`,{cx:`20`,cy:`19`,r:`2`,key:`1obnsp`}]]),uo=N(`FolderOpen`,[[`path`,{d:`m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2`,key:`usdka0`}]]),fo=N(`FolderTree`,[[`path`,{d:`M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z`,key:`hod4my`}],[`path`,{d:`M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z`,key:`w4yl2u`}],[`path`,{d:`M3 5a2 2 0 0 0 2 2h3`,key:`f2jnh7`}],[`path`,{d:`M3 3v13a2 2 0 0 0 2 2h3`,key:`k8epm1`}]]),po=N(`FolderUp`,[[`path`,{d:`M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z`,key:`1kt360`}],[`path`,{d:`M12 10v6`,key:`1bos4e`}],[`path`,{d:`m9 13 3-3 3 3`,key:`1pxg3c`}]]),mo=N(`FolderX`,[[`path`,{d:`M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z`,key:`1kt360`}],[`path`,{d:`m9.5 10.5 5 5`,key:`ra9qjz`}],[`path`,{d:`m14.5 10.5-5 5`,key:`l2rkpq`}]]),ho=N(`Folder`,[[`path`,{d:`M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z`,key:`1kt360`}]]),go=N(`GitBranch`,[[`line`,{x1:`6`,x2:`6`,y1:`3`,y2:`15`,key:`17qcm7`}],[`circle`,{cx:`18`,cy:`6`,r:`3`,key:`1h7g24`}],[`circle`,{cx:`6`,cy:`18`,r:`3`,key:`fqmcym`}],[`path`,{d:`M18 9a9 9 0 0 1-9 9`,key:`n2h4wq`}]]),_o=N(`Globe`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20`,key:`13o1zl`}],[`path`,{d:`M2 12h20`,key:`9i4pu4`}]]),vo=N(`Grid3x3`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M3 9h18`,key:`1pudct`}],[`path`,{d:`M3 15h18`,key:`5xshup`}],[`path`,{d:`M9 3v18`,key:`fh3hqa`}],[`path`,{d:`M15 3v18`,key:`14nvp0`}]]),yo=N(`House`,[[`path`,{d:`M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8`,key:`5wwlr5`}],[`path`,{d:`M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z`,key:`1d0kgt`}]]),bo=N(`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`}]]),xo=N(`Languages`,[[`path`,{d:`m5 8 6 6`,key:`1wu5hv`}],[`path`,{d:`m4 14 6-6 2-3`,key:`1k1g8d`}],[`path`,{d:`M2 5h12`,key:`or177f`}],[`path`,{d:`M7 2h1`,key:`1t2jsx`}],[`path`,{d:`m22 22-5-10-5 10`,key:`don7ne`}],[`path`,{d:`M14 18h6`,key:`1m8k6r`}]]),So=N(`Laptop`,[[`path`,{d:`M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16`,key:`tarvll`}]]),Co=N(`ListTodo`,[[`rect`,{x:`3`,y:`5`,width:`6`,height:`6`,rx:`1`,key:`1defrl`}],[`path`,{d:`m3 17 2 2 4-4`,key:`1jhpwq`}],[`path`,{d:`M13 6h8`,key:`15sg57`}],[`path`,{d:`M13 12h8`,key:`h98zly`}],[`path`,{d:`M13 18h8`,key:`oe0vm4`}]]),wo=N(`LoaderCircle`,[[`path`,{d:`M21 12a9 9 0 1 1-6.219-8.56`,key:`13zald`}]]),To=N(`LogOut`,[[`path`,{d:`M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4`,key:`1uf3rs`}],[`polyline`,{points:`16 17 21 12 16 7`,key:`1gabdz`}],[`line`,{x1:`21`,x2:`9`,y1:`12`,y2:`12`,key:`1uyos4`}]]),Eo=N(`MessageCircle`,[[`path`,{d:`M7.9 20A9 9 0 1 0 4 16.1L2 22Z`,key:`vv11sd`}]]),Do=N(`MessageSquarePlus`,[[`path`,{d:`M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z`,key:`1lielz`}],[`path`,{d:`M12 7v6`,key:`lw1j43`}],[`path`,{d:`M9 10h6`,key:`9gxzsh`}]]),Oo=N(`MessageSquareText`,[[`path`,{d:`M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z`,key:`1lielz`}],[`path`,{d:`M13 8H7`,key:`14i4kc`}],[`path`,{d:`M17 12H7`,key:`16if0g`}]]),ko=N(`MessageSquare`,[[`path`,{d:`M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z`,key:`1lielz`}]]),Ao=N(`Minus`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}]]),jo=N(`Palette`,[[`circle`,{cx:`13.5`,cy:`6.5`,r:`.5`,fill:`currentColor`,key:`1okk4w`}],[`circle`,{cx:`17.5`,cy:`10.5`,r:`.5`,fill:`currentColor`,key:`f64h9f`}],[`circle`,{cx:`8.5`,cy:`7.5`,r:`.5`,fill:`currentColor`,key:`fotxhn`}],[`circle`,{cx:`6.5`,cy:`12.5`,r:`.5`,fill:`currentColor`,key:`qy21gx`}],[`path`,{d:`M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z`,key:`12rzf8`}]]),Mo=N(`Paperclip`,[[`path`,{d:`m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48`,key:`1u3ebp`}]]),No=N(`Pencil`,[[`path`,{d:`M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z`,key:`1a8usu`}],[`path`,{d:`m15 5 4 4`,key:`1mk7zo`}]]),Po=N(`Play`,[[`polygon`,{points:`6 3 20 12 6 21 6 3`,key:`1oa8hb`}]]),Fo=N(`Puzzle`,[[`path`,{d:`M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z`,key:`w46dr5`}]]),Io=N(`Radar`,[[`path`,{d:`M19.07 4.93A10 10 0 0 0 6.99 3.34`,key:`z3du51`}],[`path`,{d:`M4 6h.01`,key:`oypzma`}],[`path`,{d:`M2.29 9.62A10 10 0 1 0 21.31 8.35`,key:`qzzz0`}],[`path`,{d:`M16.24 7.76A6 6 0 1 0 8.23 16.67`,key:`1yjesh`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}],[`path`,{d:`M17.99 11.66A6 6 0 0 1 15.77 16.67`,key:`1u2y91`}],[`circle`,{cx:`12`,cy:`12`,r:`2`,key:`1c9p78`}],[`path`,{d:`m13.41 10.59 5.66-5.66`,key:`mhq4k0`}]]),Lo=N(`RefreshCcw`,[[`path`,{d:`M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`14sxne`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}],[`path`,{d:`M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16`,key:`1hlbsb`}],[`path`,{d:`M16 16h5v5`,key:`ccwih5`}]]),Ro=N(`RefreshCw`,[[`path`,{d:`M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8`,key:`v9h5vc`}],[`path`,{d:`M21 3v5h-5`,key:`1q7to0`}],[`path`,{d:`M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16`,key:`3uifl3`}],[`path`,{d:`M8 16H3v5`,key:`1cv678`}]]),zo=N(`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`}]]),Bo=N(`Settings`,[[`path`,{d:`M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z`,key:`1qme2f`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]),Vo=N(`ShieldAlert`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}],[`path`,{d:`M12 8v4`,key:`1got3b`}],[`path`,{d:`M12 16h.01`,key:`1drbdi`}]]),Ho=N(`ShieldCheck`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),Uo=N(`Shield`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}]]),Wo=N(`Smartphone`,[[`rect`,{width:`14`,height:`20`,x:`5`,y:`2`,rx:`2`,ry:`2`,key:`1yt0o3`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}]]),Go=N(`Sparkles`,[[`path`,{d:`M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z`,key:`4pj2yx`}],[`path`,{d:`M20 3v4`,key:`1olli1`}],[`path`,{d:`M22 5h-4`,key:`1gvqau`}],[`path`,{d:`M4 17v2`,key:`vumght`}],[`path`,{d:`M5 18H3`,key:`zchphs`}]]),Ko=N(`SquareArrowOutUpRight`,[[`path`,{d:`M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6`,key:`y09zxi`}],[`path`,{d:`m21 3-9 9`,key:`mpx6sq`}],[`path`,{d:`M15 3h6v6`,key:`1q9fwt`}]]),qo=N(`Square`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}]]),Jo=N(`Star`,[[`path`,{d:`M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z`,key:`r04s7s`}]]),Yo=N(`Terminal`,[[`polyline`,{points:`4 17 10 11 4 5`,key:`akl6gq`}],[`line`,{x1:`12`,x2:`20`,y1:`19`,y2:`19`,key:`q2wloq`}]]),Xo=N(`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`}]]),Zo=N(`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`}]]),Qo=N(`Unplug`,[[`path`,{d:`m19 5 3-3`,key:`yk6iyv`}],[`path`,{d:`m2 22 3-3`,key:`19mgm9`}],[`path`,{d:`M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z`,key:`goz73y`}],[`path`,{d:`M7.5 13.5 10 11`,key:`7xgeeb`}],[`path`,{d:`M10.5 16.5 13 14`,key:`10btkg`}],[`path`,{d:`m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z`,key:`1snsnr`}]]),$o=N(`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`}]]),es=N(`Wifi`,[[`path`,{d:`M12 20h.01`,key:`zekei9`}],[`path`,{d:`M2 8.82a15 15 0 0 1 20 0`,key:`dnpr2z`}],[`path`,{d:`M5 12.859a10 10 0 0 1 14 0`,key:`1x1e6c`}],[`path`,{d:`M8.5 16.429a5 5 0 0 1 7 0`,key:`1bycff`}]]),ts=N(`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`}]]),F=f(),ns=ae(`rounded-2xl border px-4 py-3`,{variants:{tone:{neutral:`border-gray-200 bg-gray-50 text-gray-900`,success:`border-emerald-200 bg-emerald-50 text-emerald-900`,warning:`border-amber-200 bg-amber-50 text-amber-900`,danger:`border-rose-200 bg-rose-50 text-rose-700`,info:`border-primary/20 bg-primary/10 text-primary`},borderStyle:{solid:``,dashed:`border-dashed`}},defaultVariants:{tone:`neutral`,borderStyle:`solid`}}),rs={neutral:`text-gray-900`,success:`text-emerald-800`,warning:`text-amber-900`,danger:`text-rose-700`,info:`text-primary`},is={neutral:`text-gray-600`,success:`text-emerald-700`,warning:`text-amber-800`,danger:`text-rose-700`,info:`text-primary/90`},as=P.forwardRef(({className:e,tone:t=`neutral`,borderStyle:n=`solid`,title:r,description:i,icon:a,actions:o,children:s,...c},l)=>{let u=t??`neutral`,d=!!r||!!i||!!a||!!o;return(0,F.jsxs)(`div`,{ref:l,className:g(ns({tone:u,borderStyle:n}),e),...c,children:[d?(0,F.jsxs)(`div`,{className:`flex items-start justify-between gap-3`,children:[(0,F.jsx)(`div`,{className:`min-w-0 flex-1`,children:(0,F.jsxs)(`div`,{className:`flex items-start gap-2`,children:[a?(0,F.jsx)(`div`,{className:`mt-0.5 shrink-0`,children:a}):null,(0,F.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[r?(0,F.jsx)(`p`,{className:g(`text-sm font-medium`,rs[u]),children:r}):null,i?(0,F.jsx)(`p`,{className:g(r?`mt-1`:``,`text-sm leading-6`,is[u]),children:i}):null]})]})}),o?(0,F.jsx)(`div`,{className:`shrink-0`,children:o}):null]}):null,s?(0,F.jsx)(`div`,{className:g(d?`mt-3`:``),children:s}):null]})});as.displayName=`NoticeCard`;var os={active:{dot:`bg-emerald-500`,text:`text-emerald-600`,bg:`bg-emerald-50`},ready:{dot:`bg-emerald-500`,text:`text-emerald-600`,bg:`bg-emerald-50`},inactive:{dot:`bg-gray-300`,text:`text-gray-400`,bg:`bg-gray-100/80`},setup:{dot:`bg-gray-300`,text:`text-gray-400`,bg:`bg-gray-100/80`},warning:{dot:`bg-amber-400`,text:`text-amber-600`,bg:`bg-amber-50`}};function ss({status:e,label:t,className:n}){let r=os[e];return(0,F.jsxs)(`div`,{className:g(`inline-flex shrink-0 items-center gap-1.5 whitespace-nowrap rounded-full px-2 py-0.5`,r.bg,n),children:[(0,F.jsx)(`span`,{className:g(`h-1.5 w-1.5 rounded-full`,r.dot)}),(0,F.jsx)(`span`,{className:g(`text-[11px] font-medium`,r.text),children:t})]})}function cs(){return se({queryKey:ds,queryFn:ue,staleTime:5e3,refetchOnWindowFocus:!0})}function ls(e){let{label:t,muted:n,value:r}=e;return(0,F.jsxs)(`div`,{className:`flex items-start justify-between gap-4 py-2 text-sm`,children:[(0,F.jsx)(`span`,{className:`text-gray-500`,children:t}),(0,F.jsx)(`span`,{className:n?`text-right text-gray-500`:`text-right text-gray-900`,children:r==null||r===``?`-`:String(r)})]})}function us(){let e=pq(),t=cs(),n=t.data,r=ys(e=>e.actionLabel),i=(0,P.useMemo)(()=>Ts(n),[n]),a=!!r,o=n?.runtime?.deviceName?.trim()||n?.settings.deviceName?.trim()||p(`remoteDeviceNameAuto`),s=!!(n?.account.loggedIn&&vs(n)),{hero:c,issueHint:l}=i;return(0,P.useEffect)(()=>{e.remoteAccessManager.syncStatus(n)},[e,n]),t.isLoading&&!n?(0,F.jsx)(`div`,{className:`p-8 text-gray-400`,children:p(`remoteLoading`)}):(0,F.jsxs)(ie,{className:`space-y-6`,children:[(0,F.jsx)(re,{title:p(`remotePageTitle`),description:p(`remotePageDescription`)}),(0,F.jsxs)(`div`,{className:`grid gap-6 xl:grid-cols-[1.2fr_0.8fr]`,children:[(0,F.jsxs)(A,{children:[(0,F.jsxs)(we,{className:`space-y-4`,children:[(0,F.jsxs)(`div`,{className:`flex flex-wrap items-center gap-3`,children:[(0,F.jsx)(ne,{children:c.title}),(0,F.jsx)(ss,{status:c.badgeStatus,label:c.badgeLabel})]}),(0,F.jsx)(y,{children:c.description})]}),(0,F.jsxs)(Te,{className:`space-y-5`,children:[(0,F.jsxs)(as,{tone:`neutral`,children:[(0,F.jsx)(ls,{label:p(`remoteSignedInAccount`),value:n?.account.email}),(0,F.jsx)(ls,{label:p(`remoteDeviceName`),value:o}),(0,F.jsx)(ls,{label:p(`remoteConnectionStatus`),value:c.badgeLabel}),(0,F.jsx)(ls,{label:p(`remoteLastConnectedAt`),value:n?.runtime?.lastConnectedAt?u(n.runtime.lastConnectedAt):`-`,muted:!0})]}),(0,F.jsxs)(`div`,{className:`flex flex-wrap gap-3`,children:[i.primaryAction?(0,F.jsxs)(O,{onClick:()=>{if(i.primaryAction?.kind===`reauthorize`){e.remoteAccessManager.reauthorizeRemoteAccess(n);return}if(i.primaryAction?.kind===`repair`){e.remoteAccessManager.repairRemoteAccess(n);return}e.remoteAccessManager.enableRemoteAccess(n)},disabled:a,children:[i.primaryAction.showRefreshIcon?(0,F.jsx)(Lo,{className:`mr-2 h-4 w-4`}):null,r||i.primaryAction.label]}):null,(0,F.jsxs)(O,{variant:`outline`,onClick:()=>void e.accountManager.openNextClawWeb(),disabled:a||!s,children:[(0,F.jsx)(Ko,{className:`mr-2 h-4 w-4`}),p(`remoteOpenDeviceList`)]}),n?.settings.enabled?(0,F.jsx)(O,{variant:`outline`,onClick:()=>void e.remoteAccessManager.disableRemoteAccess(n),disabled:a,children:p(`remoteDisable`)}):null]}),i.shouldShowIssueHint&&l?(0,F.jsx)(as,{tone:`warning`,title:l.title,description:l.body}):null,(0,F.jsx)(`p`,{className:`text-xs text-gray-500`,children:p(`remoteOpenWebHint`)})]})]}),(0,F.jsxs)(A,{children:[(0,F.jsxs)(we,{children:[(0,F.jsxs)(ne,{className:`flex items-center gap-2`,children:[(0,F.jsx)(So,{className:`h-4 w-4 text-primary`}),p(`remoteDeviceSectionTitle`)]}),(0,F.jsx)(y,{children:p(`remoteDeviceSectionDescription`)})]}),(0,F.jsxs)(Te,{className:`space-y-5`,children:[(0,F.jsxs)(`div`,{className:`flex flex-wrap gap-2`,children:[(0,F.jsx)(ss,{status:n?.account.loggedIn?`ready`:`inactive`,label:n?.account.loggedIn?p(`remoteAccountConnected`):p(`remoteAccountNotConnected`)}),(0,F.jsx)(ss,{status:n?.settings.enabled?`active`:`inactive`,label:n?.settings.enabled?p(`remoteEnabled`):p(`remoteStateDisabled`)}),(0,F.jsx)(ss,{status:n?.service.running?`active`:`inactive`,label:n?.service.running?p(`remoteServiceRunning`):p(`remoteServiceStopped`)})]}),(0,F.jsxs)(as,{tone:`neutral`,children:[(0,F.jsx)(ls,{label:p(`remoteDeviceName`),value:o}),(0,F.jsx)(ls,{label:p(`remoteConnectionStatus`),value:c.badgeLabel}),(0,F.jsx)(ls,{label:p(`remoteLastConnectedAt`),value:n?.runtime?.lastConnectedAt?u(n.runtime.lastConnectedAt):`-`,muted:!0})]}),(0,F.jsx)(as,{tone:`neutral`,borderStyle:`dashed`,description:n?.account.loggedIn?p(`remoteOpenWebHint`):p(`remoteStatusNeedsSignInDescription`),className:`text-sm`})]})]})]})]})}var ds=[`remote-status`],fs=`https://platform.nextclaw.io`,ps=`https://nextclaw-platform-console.pages.dev`,ms=async()=>await qe.fetchQuery({queryKey:ds,queryFn:ue,staleTime:5e3}),hs=async()=>(await qe.invalidateQueries({queryKey:ds}),await ms()),gs=(e,t)=>t?.trim()||e?.settings.platformApiBase?.trim()||e?.account.apiBase?.trim()||void 0;function _s(e){let t=e?.trim();if(!t)return;let n;try{n=new URL(t)}catch{return}if(n.hostname===`platform.nextclaw.io`||n.hostname===`nextclaw-platform-console.pages.dev`)return n.origin;if(n.hostname===`ai-gateway-api.nextclaw.io`)return fs;if(n.hostname.includes(`nextclaw-provider-gateway-api`)&&n.hostname.endsWith(`.workers.dev`))return ps}var vs=e=>_s(e?.account.apiBase)||_s(e?.settings.platformApiBase)||_s(e?.platformBase)||_s(e?.account.platformBase)||void 0,ys=h(e=>({enabled:!1,deviceName:``,platformApiBase:``,advancedOpen:!1,draftTouched:!1,actionLabel:null,doctor:null,setEnabled:t=>e({enabled:t,draftTouched:!0}),setDeviceName:t=>e({deviceName:t,draftTouched:!0}),setPlatformApiBase:t=>e({platformApiBase:t,draftTouched:!0}),setAdvancedOpen:t=>e({advancedOpen:t}),hydrateDraft:({enabled:t,deviceName:n,platformApiBase:r})=>e({enabled:t,deviceName:n,platformApiBase:r,draftTouched:!1}),beginAction:t=>e({actionLabel:t}),finishAction:()=>e({actionLabel:null}),setDoctor:t=>e({doctor:t})})),bs=class{constructor(e){this.params=e,this.syncStatus=e=>{if(!e)return;let t=ys.getState();t.draftTouched||t.actionLabel||this.hydrateDraftFromStatus(e)},this.setEnabled=e=>{ys.getState().setEnabled(e)},this.setDeviceName=e=>{ys.getState().setDeviceName(e)},this.setPlatformApiBase=e=>{ys.getState().setPlatformApiBase(e)},this.setAdvancedOpen=e=>{ys.getState().setAdvancedOpen(e)},this.enableRemoteAccess=async e=>{let t=e??await hs(),n=ys.getState(),r=await this.ensureRemoteAccount(t,n.platformApiBase);await this.applyEnabledState(!0,r)},this.disableRemoteAccess=async e=>{let t=e??await hs();await this.applyEnabledState(!1,t)},this.repairRemoteAccess=async e=>{let t=e??await hs(),n=(await this.ensureRemoteAccount(t)).service.running?`restart`:`start`;await this.runManagedAction({actionLabel:p(n===`restart`?`remoteActionRestarting`:`remoteActionStarting`),job:async()=>{await Ie(n);let e=await hs();this.hydrateDraftFromStatus(e)},successMessage:p(`remoteServiceRecovered`)})},this.reauthorizeRemoteAccess=async e=>{let t=e??await hs(),n=await this.params.accountManager.startBrowserSignInAndWait({status:t,apiBase:ys.getState().platformApiBase});await this.repairRemoteAccess(n)},this.saveAdvancedSettings=async e=>{let t=e??await hs(),n=ys.getState();await this.runManagedAction({actionLabel:p(`remoteActionSavingAdvanced`),job:async()=>{await Be({enabled:n.enabled,deviceName:n.deviceName.trim(),platformApiBase:n.platformApiBase.trim()});let e=await hs();this.hydrateDraftFromStatus(e)},successMessage:t.settings.enabled===n.enabled?p(`remoteSettingsSaved`):p(`remoteAdvancedSaved`)})},this.runDoctor=async()=>{await this.runManagedAction({actionLabel:p(`remoteDoctorRunning`),job:async()=>{let e=await Ce();ys.getState().setDoctor(e)},successMessage:p(`remoteDoctorCompleted`)})},this.startService=async()=>{await this.runServiceAction(`start`,p(`remoteActionStarting`))},this.restartService=async()=>{await this.runServiceAction(`restart`,p(`remoteActionRestarting`))},this.stopService=async()=>{await this.runServiceAction(`stop`,p(`remoteActionStopping`))},this.applyEnabledState=async(e,t)=>{let n=ys.getState();await this.runManagedAction({actionLabel:p(e?`remoteActionEnabling`:`remoteActionDisabling`),job:async()=>{await Be({enabled:e,deviceName:n.deviceName.trim(),platformApiBase:n.platformApiBase.trim()});let r=await hs();this.hydrateDraftFromStatus(r),e?await Ie(r.service.running?`restart`:`start`):t.service.running&&await Ie(`restart`);let i=await hs();this.hydrateDraftFromStatus(i)},successMessage:p(e?`remoteEnabledReady`:`remoteDisabledDone`)})},this.ensureRemoteAccount=async(e,t)=>e.account.loggedIn?e:await this.params.accountManager.ensureSignedIn({apiBase:t,status:e}),this.runServiceAction=async(e,t)=>{await this.runManagedAction({actionLabel:t,job:async()=>{let t=await Ie(e),n=await hs();this.hydrateDraftFromStatus(n),j.success(t.message)}})},this.hydrateDraftFromStatus=e=>{ys.getState().hydrateDraft({enabled:e.settings.enabled,deviceName:e.settings.deviceName,platformApiBase:e.settings.platformApiBase})},this.runManagedAction=async e=>{let{actionLabel:t,job:n,successMessage:r}=e;ys.getState().beginAction(t);try{await n(),r&&j.success(r)}catch(e){let t=e instanceof Error?e.message:p(`error`);throw j.error(t),e}finally{ys.getState().finishAction()}}}},xs=[/invalid or expired token/i,/missing bearer token/i,/token expired/i,/token is invalid/i,/run "nextclaw login"/i,/browser sign-in again/i];function Ss(e){return e?.runtime?.lastError?.trim()||``}function Cs(e){let t=p(`remoteStatusIssueDetailGeneric`),n=Ss(e);return n?`${t} (${n})`:t}function ws(e){if(!e?.settings.enabled)return!1;let t=Ss(e);return xs.some(e=>e.test(t))}function Ts(e){return ws(e)?{hero:{badgeStatus:`warning`,badgeLabel:p(`remoteStateReauthorizationRequired`),title:p(`remoteStatusReauthorizationTitle`),description:p(`remoteStatusReauthorizationDescription`)},primaryAction:{kind:`reauthorize`,label:p(`remoteReauthorizeNow`),showRefreshIcon:!1},issueHint:{title:p(`remoteStatusRecoveryTitle`),body:p(`remoteStatusReauthorizationHint`)},shouldShowIssueHint:!0,requiresReauthorization:!0}:e?.account.loggedIn?e.settings.enabled?e.service.running?e.runtime?.state===`connected`?{hero:{badgeStatus:`ready`,badgeLabel:p(`statusReady`),title:p(`remoteStatusReadyTitle`),description:p(`remoteStatusReadyDescription`)},primaryAction:{kind:`repair`,label:p(`remoteReconnectNow`),showRefreshIcon:!0},issueHint:null,shouldShowIssueHint:!1,requiresReauthorization:!1}:e.runtime?.state===`connecting`?{hero:{badgeStatus:`active`,badgeLabel:p(`connecting`),title:p(`remoteStatusConnectingTitle`),description:p(`remoteStatusConnectingDescription`)},primaryAction:{kind:`repair`,label:p(`remoteReconnectNow`),showRefreshIcon:!0},issueHint:null,shouldShowIssueHint:!1,requiresReauthorization:!1}:{hero:{badgeStatus:`warning`,badgeLabel:p(`remoteStateDisconnected`),title:p(`remoteStatusIssueTitle`),description:p(`remoteStatusIssueDescription`)},primaryAction:{kind:`repair`,label:p(`remoteReconnectNow`),showRefreshIcon:!0},issueHint:{title:p(`remoteStatusRecoveryTitle`),body:Cs(e)},shouldShowIssueHint:!!(e.settings.enabled&&e.account.loggedIn),requiresReauthorization:!1}:{hero:{badgeStatus:`warning`,badgeLabel:p(`remoteServiceStopped`),title:p(`remoteStatusNeedsServiceTitle`),description:p(`remoteStatusNeedsServiceDescription`)},primaryAction:{kind:`repair`,label:p(`remoteReconnectNow`),showRefreshIcon:!0},issueHint:{title:p(`remoteStatusRecoveryTitle`),body:p(`remoteStatusIssueDetailServiceStopped`)},shouldShowIssueHint:!0,requiresReauthorization:!1}:{hero:{badgeStatus:`inactive`,badgeLabel:p(`statusInactive`),title:p(`remoteStatusNeedsEnable`),description:p(`remoteStatusNeedsEnableDescription`)},primaryAction:{kind:`enable`,label:p(`remoteEnableNow`),showRefreshIcon:!1},issueHint:null,shouldShowIssueHint:!1,requiresReauthorization:!1}:{hero:{badgeStatus:`setup`,badgeLabel:p(`statusSetup`),title:p(`remoteStatusNeedsSignIn`),description:p(`remoteStatusNeedsSignInDescription`)},primaryAction:{kind:`sign-in-enable`,label:p(`remoteSignInAndEnable`),showRefreshIcon:!1},issueHint:null,shouldShowIssueHint:!1,requiresReauthorization:!1}}var Es=h(e=>({panelOpen:!1,authSessionId:null,authVerificationUri:null,authExpiresAt:null,authStatusMessage:``,authPollIntervalMs:1500,openPanel:()=>e({panelOpen:!0}),closePanel:()=>e({panelOpen:!1}),beginBrowserAuth:({sessionId:t,verificationUri:n,expiresAt:r,intervalMs:i,statusMessage:a})=>e({panelOpen:!0,authSessionId:t,authVerificationUri:n,authExpiresAt:r,authPollIntervalMs:i,authStatusMessage:a}),updateBrowserAuth:({statusMessage:t,intervalMs:n})=>e(e=>({authStatusMessage:t??e.authStatusMessage,authPollIntervalMs:n??e.authPollIntervalMs})),clearBrowserAuth:()=>e({authSessionId:null,authVerificationUri:null,authExpiresAt:null,authStatusMessage:``,authPollIntervalMs:1500}),setAuthStatusMessage:t=>e({authStatusMessage:t})}));function Ds({label:e,value:t}){return(0,F.jsxs)(`div`,{className:`flex items-start justify-between gap-4 py-2 text-sm`,children:[(0,F.jsx)(`span`,{className:`text-gray-500`,children:e}),(0,F.jsx)(`span`,{className:`text-right text-gray-900`,children:t?.trim()||`-`})]})}function Os(e){let{email:t,username:n,role:r,canSubmitUsername:i,savingUsername:a,usernameDraft:o,onUsernameDraftChange:s,onSubmitUsername:c,onOpenDeviceList:l,onLogout:u}=e;return(0,F.jsxs)(`div`,{className:`space-y-4`,children:[(0,F.jsx)(as,{tone:`success`,title:p(`accountPanelSignedInTitle`),description:p(`accountPanelSignedInDescription`)}),(0,F.jsxs)(as,{tone:`neutral`,children:[(0,F.jsx)(Ds,{label:p(`remoteAccountEmail`),value:t}),(0,F.jsx)(Ds,{label:p(`remoteAccountUsername`),value:n}),(0,F.jsx)(Ds,{label:p(`remoteAccountRole`),value:r})]}),n?(0,F.jsx)(`p`,{className:`text-xs text-gray-500`,children:p(`remoteAccountUsernameLockedHelp`)}):(0,F.jsxs)(as,{tone:`warning`,title:p(`remoteAccountUsernameRequiredTitle`),description:p(`remoteAccountUsernameRequiredDescription`),children:[(0,F.jsxs)(`div`,{className:`mt-4 space-y-2`,children:[(0,F.jsx)(T,{htmlFor:`account-panel-username`,children:p(`remoteAccountUsername`)}),(0,F.jsx)(D,{id:`account-panel-username`,value:o,onChange:e=>s(e.target.value),placeholder:p(`remoteAccountUsernamePlaceholder`),autoCapitalize:`none`,autoCorrect:`off`,spellCheck:!1})]}),(0,F.jsx)(`div`,{className:`mt-4 flex flex-wrap gap-3`,children:(0,F.jsx)(O,{disabled:!i,onClick:()=>void c(),children:p(a?`remoteAccountUsernameSaving`:`remoteAccountUsernameSave`)})})]}),(0,F.jsxs)(`div`,{className:`flex flex-wrap gap-3`,children:[(0,F.jsxs)(O,{onClick:()=>void l(),children:[(0,F.jsx)(Ko,{className:`mr-2 h-4 w-4`}),p(`remoteOpenDeviceList`)]}),(0,F.jsxs)(O,{variant:`outline`,onClick:()=>void u(),children:[(0,F.jsx)(To,{className:`mr-2 h-4 w-4`}),p(`remoteLogout`)]})]})]})}function ks(e){let{authSessionId:t,authExpiresAt:n,authStatusMessage:r,authVerificationUri:i,onStartBrowserSignIn:a,onResumeBrowserSignIn:o}=e;return(0,F.jsxs)(`div`,{className:`space-y-4`,children:[(0,F.jsx)(as,{tone:`neutral`,title:p(`accountPanelSignedOutTitle`),description:p(`accountPanelSignedOutDescription`),children:t?(0,F.jsxs)(`div`,{className:`mt-3 border-t border-white/80 pt-3`,children:[(0,F.jsx)(Ds,{label:p(`remoteBrowserAuthSession`),value:t}),(0,F.jsx)(Ds,{label:p(`remoteBrowserAuthExpiresAt`),value:n?u(n):`-`})]}):null}),r?(0,F.jsx)(`p`,{className:`text-sm text-gray-600`,children:r}):null,(0,F.jsxs)(`div`,{className:`flex flex-wrap gap-3`,children:[(0,F.jsx)(O,{onClick:()=>void a(),children:p(t?`remoteBrowserAuthActionRetry`:`remoteBrowserAuthAction`)}),i?(0,F.jsx)(O,{variant:`outline`,onClick:()=>void o(),children:p(`remoteBrowserAuthResume`)}):null]})]})}function As(){let e=lq(),t=cs(),n=Es(e=>e.panelOpen),r=Es(e=>e.authSessionId),i=Es(e=>e.authVerificationUri),a=Es(e=>e.authExpiresAt),o=Es(e=>e.authStatusMessage),s=t.data,[c,l]=(0,P.useState)(``),[u,d]=(0,P.useState)(!1);(0,P.useEffect)(()=>{e.accountManager.syncRemoteStatus(s)},[e,s]);let f=!u&&c.trim().length>0&&!s?.account.username;return(0,F.jsx)(Rt,{open:n,onOpenChange:t=>t?e.accountManager.openAccountPanel():e.accountManager.closeAccountPanel(),children:(0,F.jsxs)(Bt,{className:`max-w-xl`,children:[(0,F.jsxs)(zt,{children:[(0,F.jsxs)(Vt,{className:`flex items-center gap-2`,children:[(0,F.jsx)(bo,{className:`h-5 w-5 text-primary`}),p(`accountPanelTitle`)]}),(0,F.jsx)(Lt,{children:p(`accountPanelDescription`)})]}),s?.account.loggedIn?(0,F.jsx)(Os,{email:s.account.email,username:s.account.username,role:s.account.role,canSubmitUsername:f,savingUsername:u,usernameDraft:c,onUsernameDraftChange:l,onSubmitUsername:async()=>{d(!0);try{await e.accountManager.updateUsername(c)}finally{d(!1)}},onOpenDeviceList:()=>e.accountManager.openNextClawWeb(`/account`),onLogout:()=>e.accountManager.logout()}):(0,F.jsx)(ks,{authSessionId:r,authExpiresAt:a,authStatusMessage:o,authVerificationUri:i,onStartBrowserSignIn:()=>e.accountManager.startBrowserSignIn(),onResumeBrowserSignIn:()=>e.accountManager.resumeBrowserSignIn()})]})})}function js({username:e}){let t=Pe(),[n,r]=(0,P.useState)(e??``),[i,a]=(0,P.useState)(``),o=n.trim().length>0&&i.length>0&&!t.isPending;return(0,F.jsx)(`main`,{className:`flex min-h-screen items-center justify-center bg-secondary px-6 py-10`,children:(0,F.jsxs)(A,{hover:!1,className:`w-full max-w-md shadow-card-hover`,children:[(0,F.jsxs)(we,{children:[(0,F.jsx)(`p`,{className:`text-xs font-semibold uppercase tracking-[0.24em] text-gray-500`,children:p(`authBrand`)}),(0,F.jsx)(ne,{className:`text-2xl`,children:p(`authLoginTitle`)}),(0,F.jsx)(y,{children:p(`authLoginDescription`)})]}),(0,F.jsx)(Te,{children:(0,F.jsxs)(`form`,{className:`space-y-4`,onSubmit:e=>{e?.preventDefault(),o&&t.mutate({username:n.trim(),password:i})},children:[(0,F.jsxs)(`div`,{className:`space-y-2`,children:[(0,F.jsx)(`label`,{className:`text-sm font-medium text-gray-800`,children:p(`authUsername`)}),(0,F.jsx)(D,{value:n,onChange:e=>r(e.target.value),placeholder:p(`authUsernamePlaceholder`),autoFocus:!0})]}),(0,F.jsxs)(`div`,{className:`space-y-2`,children:[(0,F.jsx)(`label`,{className:`text-sm font-medium text-gray-800`,children:p(`authPassword`)}),(0,F.jsx)(D,{type:`password`,value:i,onChange:e=>a(e.target.value),placeholder:p(`authPasswordPlaceholder`)})]}),(0,F.jsx)(O,{type:`submit`,className:`w-full`,disabled:!o,children:t.isPending?p(`authLoggingIn`):p(`authLoginAction`)})]})})]})})}var Ms=new class{constructor(e=()=>typeof window>`u`?null:window){this.getWindow=e,this.openExternalUrl=async e=>{let t=Ns(e);if(!t)return{opened:!1,reason:`unsupported-url`};let n=this.getWindow();if(!n)return{opened:!1,reason:`bridge-failed`};try{let e=n.nextclawDesktop?.host?.openExternalUrl;return e?await e(t):n.open(t,`_blank`,`noopener,noreferrer`)?{opened:!0}:{opened:!1,reason:`popup-blocked`}}catch{return{opened:!1,reason:`bridge-failed`}}}}};function Ns(e){try{let t=new URL(e);return t.protocol!==`https:`&&t.protocol!==`http:`?null:t.toString()}catch{return null}}var Ps=class{constructor(){this.authPollTimerId=null,this.browserSignInCompletion=null,this.openAccountPanel=()=>{Es.getState().openPanel()},this.closeAccountPanel=()=>{Es.getState().closePanel()},this.syncRemoteStatus=e=>{e?.account.loggedIn&&(this.clearPollTimer(),this.resolveBrowserSignIn(e),Es.getState().clearBrowserAuth())},this.ensureSignedIn=async e=>{let t=e?.status??await ms();return t.account.loggedIn?t:(this.openAccountPanel(),await this.startBrowserSignInAndWait({apiBase:e?.apiBase,status:t}))},this.startBrowserSignInAndWait=async e=>{let t=this.createBrowserSignInCompletion();return await this.startBrowserSignIn(e),await t},this.startBrowserSignIn=async e=>{try{let t=e?.apiBase,n=await pe({apiBase:gs(e?.status??await ms(),t)});Es.getState().beginBrowserAuth({sessionId:n.sessionId,verificationUri:n.verificationUri,expiresAt:n.expiresAt,intervalMs:n.intervalMs,statusMessage:p(`remoteBrowserAuthWaiting`)}),(await Ms.openExternalUrl(n.verificationUri)).opened||Es.getState().setAuthStatusMessage(p(`remoteBrowserAuthPopupBlocked`)),this.scheduleBrowserAuthPoll()}catch(e){let t=e instanceof Error?e.message:p(`remoteBrowserAuthStartFailed`);this.rejectBrowserSignIn(e),j.error(`${p(`remoteBrowserAuthStartFailed`)}: ${t}`)}},this.resumeBrowserSignIn=async()=>{let e=Es.getState().authVerificationUri;e&&await Ms.openExternalUrl(e)},this.logout=async()=>{try{await je(),this.rejectBrowserSignIn(Error(`Signed out before browser sign-in completed.`)),Es.getState().clearBrowserAuth(),await hs(),j.success(p(`remoteLogoutSuccess`))}catch(e){let t=e instanceof Error?e.message:p(`remoteLogoutFailed`);j.error(`${p(`remoteLogoutFailed`)}: ${t}`)}},this.updateUsername=async e=>{try{await Ee({username:e.trim()}),await hs(),j.success(p(`remoteAccountUsernameSetSuccess`))}catch(e){let t=e instanceof Error?e.message:p(`remoteAccountUsernameSetFailed`);j.error(`${p(`remoteAccountUsernameSetFailed`)}: ${t}`)}},this.openNextClawWeb=async(e=`/`)=>{let t=vs(await ms());if(!t){j.error(p(`remoteOpenWebUnavailable`));return}let n=new URL(e,`${t.replace(/\/+$/,``)}/`).toString();await Ms.openExternalUrl(n)},this.scheduleBrowserAuthPoll=()=>{this.clearPollTimer();let{authSessionId:e,authPollIntervalMs:t}=Es.getState();e&&(this.authPollTimerId=window.setTimeout(async()=>{await this.pollBrowserSignIn()},t))},this.pollBrowserSignIn=async()=>{let e=Es.getState();if(e.authSessionId)try{let t=await ms(),n=await Le({sessionId:e.authSessionId,apiBase:gs(t)});if(n.status===`pending`){Es.getState().updateBrowserAuth({statusMessage:p(`remoteBrowserAuthWaiting`),intervalMs:n.nextPollMs??1500}),this.scheduleBrowserAuthPoll();return}if(n.status===`expired`){this.clearPollTimer(),this.rejectBrowserSignIn(Error(n.message||p(`remoteBrowserAuthExpired`))),Es.getState().clearBrowserAuth(),j.error(n.message||p(`remoteBrowserAuthExpired`));return}Es.getState().setAuthStatusMessage(p(`remoteBrowserAuthCompleted`));let r=await hs();this.clearPollTimer(),this.resolveBrowserSignIn(r),Es.getState().clearBrowserAuth(),j.success(p(`remoteLoginSuccess`))}catch(e){this.clearPollTimer(),this.rejectBrowserSignIn(e),Es.getState().clearBrowserAuth();let t=e instanceof Error?e.message:p(`remoteBrowserAuthPollFailed`);j.error(`${p(`remoteBrowserAuthPollFailed`)}: ${t}`)}},this.clearPollTimer=()=>{this.authPollTimerId!==null&&(window.clearTimeout(this.authPollTimerId),this.authPollTimerId=null)},this.createBrowserSignInCompletion=()=>(this.rejectBrowserSignIn(Error(`Browser sign-in was replaced by a newer request.`)),new Promise((e,t)=>{this.browserSignInCompletion={resolve:e,reject:t}})),this.resolveBrowserSignIn=e=>{let t=this.browserSignInCompletion;t&&(this.browserSignInCompletion=null,t.resolve(e))},this.rejectBrowserSignIn=e=>{let t=this.browserSignInCompletion;t&&(this.browserSignInCompletion=null,t.reject(e instanceof Error?e:Error(String(e))))},this.getBrowserAuthSummary=()=>{let e=Es.getState();return{sessionId:e.authSessionId,expiresAt:e.authExpiresAt?u(e.authExpiresAt):`-`}}}},Fs=e=>`[data-item-index="${e}"]`;function Is(e){let{activeIndex:t,containerRef:n,getItemSelector:r,isEnabled:i,itemCount:a}=e,o=r??Fs;(0,P.useEffect)(()=>{if(!i||a===0)return;let e=n.current;if(!e)return;let r=e.querySelector(o(t));typeof r?.scrollIntoView==`function`&&r.scrollIntoView({block:`nearest`,inline:`nearest`})},[t,n,o,i,a])}function Ls(){let e=(0,P.useRef)(null),[t,n]=(0,P.useState)(null);return(0,P.useEffect)(()=>{let t=e.current;if(!t||typeof ResizeObserver>`u`)return;let r=()=>{n(t.getBoundingClientRect().width)};r();let i=new ResizeObserver(()=>r());return i.observe(t),()=>i.disconnect()},[]),{elementRef:e,width:t}}function I(...e){return r(i(e))}var Rs=P.forwardRef(({className:e,type:t,...n},r)=>(0,F.jsx)(`input`,{type:t,className:I(`flex h-9 w-full rounded-xl border border-gray-200/80 bg-white px-3.5 py-2 text-sm text-gray-900 file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-gray-300 placeholder:font-normal focus:outline-none focus:ring-1 focus:ring-primary/40 focus:border-primary/40 transition-colors disabled:cursor-not-allowed disabled:opacity-50`,e),ref:r,...n}));Rs.displayName=`ChatInput`;var zs=`Popover`,[Bs,Vs]=st(zs,[it]),Hs=it(),[Us,Ws]=Bs(zs),Gs=e=>{let{__scopePopover:t,children:n,open:r,defaultOpen:i,onOpenChange:a,modal:o=!1}=e,s=Hs(t),c=P.useRef(null),[l,u]=P.useState(!1),[d,f]=Qe({prop:r,defaultProp:i??!1,onChange:a,caller:zs});return(0,F.jsx)(tt,{...s,children:(0,F.jsx)(Us,{scope:t,contentId:Ze(),triggerRef:c,open:d,onOpenChange:f,onOpenToggle:P.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:l,onCustomAnchorAdd:P.useCallback(()=>u(!0),[]),onCustomAnchorRemove:P.useCallback(()=>u(!1),[]),modal:o,children:n})})};Gs.displayName=zs;var Ks=`PopoverAnchor`,qs=P.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=Ws(Ks,n),a=Hs(n),{onCustomAnchorAdd:o,onCustomAnchorRemove:s}=i;return P.useEffect(()=>(o(),()=>s()),[o,s]),(0,F.jsx)(rt,{...a,...r,ref:t})});qs.displayName=Ks;var Js=`PopoverTrigger`,Ys=P.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=Ws(Js,n),a=Hs(n),o=Ye(t,i.triggerRef),s=(0,F.jsx)(Xe.button,{type:`button`,"aria-haspopup":`dialog`,"aria-expanded":i.open,"aria-controls":i.contentId,"data-state":uc(i.open),...r,ref:o,onClick:ot(e.onClick,i.onOpenToggle)});return i.hasCustomAnchor?s:(0,F.jsx)(rt,{asChild:!0,...a,children:s})});Ys.displayName=Js;var Xs=`PopoverPortal`,[Zs,Qs]=Bs(Xs,{forceMount:void 0}),$s=e=>{let{__scopePopover:t,forceMount:n,children:r,container:i}=e,a=Ws(Xs,t);return(0,F.jsx)(Zs,{scope:t,forceMount:n,children:(0,F.jsx)(Ft,{present:n||a.open,children:(0,F.jsx)(et,{asChild:!0,container:i,children:r})})})};$s.displayName=Xs;var ec=`PopoverContent`,tc=P.forwardRef((e,t)=>{let n=Qs(ec,e.__scopePopover),{forceMount:r=n.forceMount,...i}=e,a=Ws(ec,e.__scopePopover);return(0,F.jsx)(Ft,{present:r||a.open,children:a.modal?(0,F.jsx)(rc,{...i,ref:t}):(0,F.jsx)(ic,{...i,ref:t})})});tc.displayName=ec;var nc=nt(`PopoverContent.RemoveScroll`),rc=P.forwardRef((e,t)=>{let n=Ws(ec,e.__scopePopover),r=P.useRef(null),i=Ye(t,r),a=P.useRef(!1);return P.useEffect(()=>{let e=r.current;if(e)return Mt(e)},[]),(0,F.jsx)(ft,{as:nc,allowPinchZoom:!0,children:(0,F.jsx)(ac,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:ot(e.onCloseAutoFocus,e=>{e.preventDefault(),a.current||n.triggerRef.current?.focus()}),onPointerDownOutside:ot(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0;a.current=t.button===2||n},{checkForDefaultPrevented:!1}),onFocusOutside:ot(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),ic=P.forwardRef((e,t)=>{let n=Ws(ec,e.__scopePopover),r=P.useRef(!1),i=P.useRef(!1);return(0,F.jsx)(ac,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(r.current||n.triggerRef.current?.focus(),t.preventDefault()),r.current=!1,i.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(r.current=!0,t.detail.originalEvent.type===`pointerdown`&&(i.current=!0));let a=t.target;n.triggerRef.current?.contains(a)&&t.preventDefault(),t.detail.originalEvent.type===`focusin`&&i.current&&t.preventDefault()}})}),ac=P.forwardRef((e,t)=>{let{__scopePopover:n,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,disableOutsidePointerEvents:o,onEscapeKeyDown:s,onPointerDownOutside:c,onFocusOutside:l,onInteractOutside:u,...d}=e,f=Ws(ec,n),p=Hs(n);return ut(),(0,F.jsx)(lt,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:i,onUnmountAutoFocus:a,children:(0,F.jsx)(at,{asChild:!0,disableOutsidePointerEvents:o,onInteractOutside:u,onEscapeKeyDown:s,onPointerDownOutside:c,onFocusOutside:l,onDismiss:()=>f.onOpenChange(!1),children:(0,F.jsx)(Je,{"data-state":uc(f.open),role:`dialog`,id:f.contentId,...p,...d,ref:t,style:{...d.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)`}})})})}),oc=`PopoverClose`,sc=P.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=Ws(oc,n);return(0,F.jsx)(Xe.button,{type:`button`,...r,ref:t,onClick:ot(e.onClick,()=>i.onOpenChange(!1))})});sc.displayName=oc;var cc=`PopoverArrow`,lc=P.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=Hs(n);return(0,F.jsx)($e,{...i,...r,ref:t})});lc.displayName=cc;function uc(e){return e?`open`:`closed`}var dc=Gs,fc=qs,pc=Ys,mc=$s,hc=tc,gc=dc,_c=pc,vc=fc,yc=P.forwardRef(({className:e,sideOffset:t=8,align:n=`start`,...r},i)=>(0,F.jsx)(mc,{children:(0,F.jsx)(hc,{ref:i,sideOffset:t,align:n,className:I(`z-[var(--z-popover,50)] w-72 overflow-hidden rounded-2xl border border-gray-200/50 bg-white p-4 shadow-lg 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`,e),...r})}));yc.displayName=hc.displayName;var bc=Ct,xc=Ot,Sc=Pt,Cc=P.forwardRef(({className:e,children:t,...n},r)=>(0,F.jsxs)(jt,{ref:r,className:I(`flex h-9 w-full items-center justify-between whitespace-nowrap rounded-xl border border-gray-200/80 bg-white px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-primary/40 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1`,e),...n,children:[t,(0,F.jsx)(gt,{asChild:!0,children:(0,F.jsx)(dt,{className:`h-4 w-4 opacity-50`})})]}));Cc.displayName=jt.displayName;var wc=P.forwardRef(({className:e,...t},n)=>(0,F.jsx)(yt,{ref:n,className:I(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,F.jsx)(Nt,{className:`h-4 w-4`})}));wc.displayName=yt.displayName;var Tc=P.forwardRef(({className:e,...t},n)=>(0,F.jsx)(bt,{ref:n,className:I(`flex cursor-default items-center justify-center py-1`,e),...t,children:(0,F.jsx)(dt,{className:`h-4 w-4`})}));Tc.displayName=bt.displayName;var Ec=P.forwardRef(({className:e,children:t,position:n=`popper`,...r},i)=>(0,F.jsx)(Et,{children:(0,F.jsxs)(Tt,{ref:i,className:I(`relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md bg-white 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`,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:[(0,F.jsx)(wc,{}),(0,F.jsx)(ht,{className:I(`p-1`,n===`popper`&&`h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]`),children:t}),(0,F.jsx)(Tc,{})]})}));Ec.displayName=Tt.displayName;var Dc=P.forwardRef(({className:e,...t},n)=>(0,F.jsx)(vt,{ref:n,className:I(`px-2 py-1 text-[11px] font-semibold uppercase tracking-[0.08em] text-gray-500`,e),...t}));Dc.displayName=vt.displayName;var Oc=P.forwardRef(({className:e,children:t,...n},r)=>(0,F.jsxs)(St,{ref:r,className:I(`relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-gray-100 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 hover:bg-gray-100`,e),...n,children:[(0,F.jsx)(`span`,{className:`absolute right-2 flex h-3.5 w-3.5 items-center justify-center`,children:(0,F.jsx)(At,{children:(0,F.jsx)(ct,{className:`h-4 w-4`})})}),(0,F.jsx)(_t,{children:t})]}));Oc.displayName=St.displayName;var kc=P.forwardRef(({className:e,...t},n)=>(0,F.jsx)(pt,{ref:n,className:I(`-mx-1 my-1 h-px bg-gray-100`,e),...t}));kc.displayName=pt.displayName;var Ac=qt,jc=Jt,Mc=nn,Nc=P.forwardRef(({className:e,sideOffset:t=4,...n},r)=>(0,F.jsx)(on,{children:(0,F.jsx)(Qt,{ref:r,sideOffset:t,className:I(`z-[var(--z-tooltip)] 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`,e),...n})}));Nc.displayName=Qt.displayName;var Pc={Popover:gc,PopoverAnchor:vc,PopoverContent:yc,PopoverTrigger:_c,Input:Rs,Select:bc,SelectContent:Ec,SelectGroup:xc,SelectItem:Oc,SelectLabel:Dc,SelectSeparator:kc,SelectTrigger:Cc,SelectValue:Sc,Tooltip:jc,TooltipContent:Nc,TooltipProvider:Ac,TooltipTrigger:Mc},Fc=680,Ic=.82,Lc=560;function Rc(e){let{Popover:t,PopoverAnchor:n,PopoverContent:r}=Pc,{elementRef:i,width:a}=Ls(),o=(0,P.useRef)(null),{isOpen:s,isLoading:c,items:l,activeIndex:u,activeItem:d,texts:f,onSelectItem:p,onOpenChange:m,onDetailsPointerDown:h,onSetActiveIndex:g}=e,_=(0,P.useMemo)(()=>{if(a)return Math.min(a>Lc?a*Ic:a,Fc)},[a]);return Is({containerRef:o,activeIndex:u,itemCount:l.length,isEnabled:s&&!c,getItemSelector:e=>`[data-slash-index="${e}"]`}),(0,F.jsxs)(t,{open:s,onOpenChange:m,children:[(0,F.jsx)(n,{asChild:!0,children:(0,F.jsx)(`div`,{ref:i,className:`pointer-events-none absolute bottom-full left-3 right-3 h-0`})}),(0,F.jsx)(r,{side:`top`,align:`start`,sideOffset:10,className:`z-[70] max-w-[calc(100vw-1.5rem)] overflow-hidden rounded-2xl border border-gray-200 bg-white/95 p-0 shadow-2xl backdrop-blur-md`,onOpenAutoFocus:e=>e.preventDefault(),style:_?{width:`${_}px`}:void 0,children:(0,F.jsxs)(`div`,{className:`grid min-h-[240px] grid-cols-[minmax(220px,300px)_minmax(0,1fr)]`,children:[(0,F.jsx)(`div`,{ref:o,role:`listbox`,"aria-label":f.slashSectionLabel,className:`custom-scrollbar max-h-[320px] overflow-y-auto border-r border-gray-200 p-2.5`,children:c?(0,F.jsx)(`div`,{className:`p-2 text-xs text-gray-500`,children:f.slashLoadingLabel}):(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(`div`,{className:`mb-2 px-2 text-[11px] font-semibold uppercase tracking-wide text-gray-500`,children:f.slashSectionLabel}),l.length===0?(0,F.jsx)(`div`,{className:`px-2 text-xs text-gray-400`,children:f.slashEmptyLabel}):(0,F.jsx)(`div`,{className:`space-y-1`,children:l.map((e,t)=>{let n=t===u;return(0,F.jsxs)(`button`,{type:`button`,role:`option`,"aria-selected":n,"data-slash-index":t,onMouseEnter:()=>g(t),onClick:()=>p(e),className:`flex w-full items-start gap-2 rounded-lg px-2 py-1.5 text-left transition ${n?`bg-gray-100 text-gray-900`:`text-gray-700 hover:bg-gray-50`}`,children:[(0,F.jsx)(`span`,{className:`truncate text-xs font-semibold`,children:e.title}),(0,F.jsx)(`span`,{className:`truncate text-xs text-gray-500`,children:e.subtitle})]},e.key)})})]})}),(0,F.jsx)(`div`,{className:`min-w-0 p-2.5`,onPointerDown:h,children:d?(0,F.jsxs)(`div`,{className:`space-y-3`,children:[(0,F.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,F.jsx)(`span`,{className:`inline-flex rounded-full bg-primary/10 px-2 py-0.5 text-[11px] font-semibold text-primary`,children:d.subtitle}),(0,F.jsx)(`span`,{className:`text-sm font-semibold text-gray-900`,children:d.title})]}),(0,F.jsx)(`p`,{className:`text-xs leading-5 text-gray-600`,children:d.description}),(0,F.jsx)(`div`,{className:`space-y-1`,children:d.detailLines.map(e=>(0,F.jsx)(`div`,{className:`min-w-0 break-all rounded-md bg-gray-50 px-2 py-1 text-[11px] leading-5 text-gray-600`,children:e},e))}),(0,F.jsx)(`div`,{className:`pt-1 text-[11px] text-gray-500`,children:f.slashSkillHintLabel})]}):(0,F.jsx)(`div`,{className:`text-xs text-gray-500`,children:f.slashHintLabel})})]})})]})}var zc=ae(`inline-flex items-center justify-center whitespace-nowrap rounded-full text-sm font-medium ring-offset-background transition-all duration-fast focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50`,{variants:{variant:{default:`bg-primary text-primary-foreground hover:bg-primary-600 active:bg-primary-700 shadow-sm`,destructive:`bg-destructive text-destructive-foreground hover:bg-destructive/90`,outline:`border border-gray-200 bg-white hover:bg-gray-50 hover:text-gray-800 text-gray-600`,secondary:`bg-gray-100 text-gray-700 hover:bg-gray-200/80`,ghost:`hover:bg-gray-100/80 hover:text-gray-800`,link:`text-primary underline-offset-4 hover:underline`,primary:`bg-primary text-primary-foreground hover:bg-primary-600 active:bg-primary-700 shadow-sm`,subtle:`bg-gray-100 text-gray-600 hover:bg-gray-200/80`,"primary-outline":`border border-primary/30 text-primary hover:bg-primary hover:text-primary-foreground`},size:{default:`h-9 px-4 py-2`,sm:`h-8 px-3 text-xs`,lg:`h-11 px-5 text-[14px]`,xl:`h-12 px-6 text-[15px]`,icon:`h-9 w-9`}},defaultVariants:{variant:`default`,size:`default`}}),Bc=P.forwardRef(({className:e,variant:t,size:n,...r},i)=>(0,F.jsx)(`button`,{className:I(zc({variant:t,size:n,className:e})),ref:i,...r}));Bc.displayName=`ChatButton`;var Vc=120;function Hc(e){let t=e.replace(/\s+/g,` `).trim();return t.length<=Vc?t:`${t.slice(0,Vc-1)}…`}function Uc(){return(0,F.jsx)(`span`,{"aria-hidden":`true`,"data-testid":`chat-stop-icon`,className:`block h-3 w-3 rounded-[2px] bg-gray-700 shadow-[inset_0_0_0_1px_rgba(17,24,39,0.06)]`})}function Wc({contextWindow:e}){let{Tooltip:t,TooltipContent:n,TooltipProvider:r,TooltipTrigger:i}=Pc,a=Math.max(0,Math.min(1,e.ratio)),o=Math.round(a*360);return(0,F.jsx)(r,{delayDuration:0,children:(0,F.jsxs)(t,{children:[(0,F.jsx)(i,{asChild:!0,children:(0,F.jsxs)(`button`,{type:`button`,className:`relative inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-lg text-gray-500 transition-colors hover:bg-gray-100 hover:text-gray-700`,"aria-label":e.label,title:e.label,children:[(0,F.jsx)(`span`,{"aria-hidden":`true`,className:`absolute inset-[7px] rounded-full`,style:{background:`conic-gradient(#9ca3af ${o}deg, #e5e7eb 0deg)`}}),(0,F.jsx)(`span`,{"aria-hidden":`true`,className:`absolute inset-[10px] rounded-full bg-white`})]})}),(0,F.jsx)(n,{side:`top`,className:`max-w-[18rem]`,children:(0,F.jsxs)(`div`,{className:`space-y-1.5 text-xs`,children:[(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-5 font-semibold text-gray-800`,children:[(0,F.jsx)(`span`,{children:e.label}),(0,F.jsx)(`span`,{children:e.percentLabel})]}),e.details.map(e=>(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-5 text-gray-600`,children:[(0,F.jsx)(`span`,{children:e.label}),(0,F.jsx)(`span`,{className:`font-medium text-gray-800`,children:e.value})]},e.label))]})})]})})}function Gc({sendError:e,sendErrorDetailsLabel:t,isSending:n,canStopGeneration:r,sendDisabled:i,stopDisabled:a,stopHint:o,sendButtonLabel:s,stopButtonLabel:c,contextWindow:l,onSend:u,onStop:d}){let{Popover:f,PopoverContent:p,PopoverTrigger:m,Tooltip:h,TooltipContent:g,TooltipProvider:_,TooltipTrigger:v}=Pc,y=e?.trim()??``,b=y?Hc(y):``,x=t?.trim()||`Details`;return(0,F.jsxs)(`div`,{className:`flex shrink-0 flex-col items-end gap-1`,children:[y?(0,F.jsxs)(`div`,{className:`flex max-w-[420px] items-start justify-end gap-2 text-right`,children:[(0,F.jsx)(`div`,{className:`min-w-0 flex-1 text-[11px] text-red-600`,children:(0,F.jsx)(`span`,{className:`block truncate`,title:y,children:b})}),(0,F.jsxs)(f,{children:[(0,F.jsx)(m,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,className:`shrink-0 rounded-full border border-red-200/80 bg-red-50 px-2 py-0.5 text-[10px] font-semibold text-red-700 transition-colors hover:bg-red-100`,children:x})}),(0,F.jsxs)(p,{align:`end`,className:`w-[min(32rem,calc(100vw-1.5rem))] border-red-100/80 p-0`,children:[(0,F.jsx)(`div`,{className:`border-b border-red-100 bg-red-50/80 px-4 py-2 text-xs font-semibold text-red-700`,children:x}),(0,F.jsx)(`pre`,{className:`max-h-80 overflow-auto whitespace-pre-wrap break-words px-4 py-3 text-xs leading-relaxed text-red-700`,children:y})]})]})]}):null,(0,F.jsxs)(`div`,{className:`flex items-center gap-2`,children:[l?(0,F.jsx)(Wc,{contextWindow:l}):null,n?r?(0,F.jsx)(Bc,{size:`icon`,variant:`outline`,className:`h-8 w-8 rounded-full`,"aria-label":c,onClick:()=>void d(),disabled:a,children:(0,F.jsx)(Uc,{})}):(0,F.jsx)(_,{children:(0,F.jsxs)(h,{children:[(0,F.jsx)(v,{asChild:!0,children:(0,F.jsx)(`span`,{children:(0,F.jsx)(Bc,{size:`icon`,variant:`outline`,className:`h-8 w-8 rounded-full`,"aria-label":c,disabled:!0,children:(0,F.jsx)(Uc,{})})})}),(0,F.jsx)(g,{side:`top`,children:(0,F.jsx)(`p`,{className:`text-xs`,children:o})})]})}):(0,F.jsx)(Bc,{size:`icon`,className:`h-8 w-8 rounded-full`,"aria-label":s,onClick:()=>void u(),disabled:i,children:(0,F.jsx)(Pa,{className:`h-5 w-5`})})]})]})}function Kc(e,t){let n=t.trim().toLowerCase();return n?e.filter(e=>[e.label,e.key,e.description].filter(e=>typeof e==`string`&&e.trim().length>0).join(` `).toLowerCase().includes(n)):e}function qc(e){let{Input:t,Popover:n,PopoverContent:r,PopoverTrigger:i}=Pc,{picker:a}=e,o=(0,P.useRef)(null),s=(0,P.useId)(),[c,l]=(0,P.useState)(``),[u,d]=(0,P.useState)(0),f=(0,P.useMemo)(()=>new Set(a.selectedKeys),[a.selectedKeys]),p=a.selectedKeys.length,m=c.trim().length>0,h=(0,P.useMemo)(()=>{if(m)return null;let e=a.groups?.filter(e=>e.options.length>0)??[];return e.length>0?e:null},[m,a.groups]),g=(0,P.useMemo)(()=>h?h.flatMap(e=>e.options):Kc(a.options,c),[h,a.options,c]);(0,P.useEffect)(()=>{d(0)},[c]),(0,P.useEffect)(()=>{d(e=>g.length===0?0:Math.min(e,g.length-1))},[g.length]),Is({containerRef:o,activeIndex:u,itemCount:g.length,isEnabled:g.length>0,getItemSelector:e=>`[data-skill-index="${e}"]`});let _=e=>{if(f.has(e)){a.onSelectedKeysChange(a.selectedKeys.filter(t=>t!==e));return}a.onSelectedKeysChange([...a.selectedKeys,e])},v=e=>{if(g.length!==0){if(e.key===`ArrowDown`){e.preventDefault(),d(e=>Math.min(e+1,g.length-1));return}if(e.key===`ArrowUp`){e.preventDefault(),d(e=>Math.max(e-1,0));return}if(e.key===`Enter`){e.preventDefault();let t=g[u];t&&_(t.key)}}};return(0,F.jsxs)(n,{children:[(0,F.jsx)(i,{asChild:!0,children:(0,F.jsxs)(`button`,{type:`button`,"aria-haspopup":`listbox`,"aria-label":a.title,className:`relative inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-lg px-0 text-xs font-medium text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900 sm:w-auto sm:gap-1.5 sm:px-3`,children:[(0,F.jsx)(Ra,{className:`h-4 w-4`}),(0,F.jsx)(`span`,{className:`nextclaw-chat-skill-picker-label hidden sm:inline [@container_nextclaw-chat-input-bar_(max-width:440px)]:hidden`,children:a.title}),p>0?(0,F.jsx)(`span`,{className:`absolute -right-1 -top-1 flex h-[18px] min-w-[18px] items-center justify-center rounded-full bg-primary px-1 text-[10px] font-semibold leading-none text-white shadow-sm sm:static sm:ml-0.5 sm:bg-primary/10 sm:text-primary sm:shadow-none`,children:p}):null]})}),(0,F.jsxs)(r,{side:`top`,align:`start`,className:`w-[360px] p-0`,children:[(0,F.jsxs)(`div`,{className:`space-y-2 border-b border-gray-100 px-4 py-3`,children:[(0,F.jsx)(`div`,{className:`text-sm font-semibold text-gray-900`,children:a.title}),(0,F.jsxs)(`div`,{className:`relative`,children:[(0,F.jsx)(Wt,{className:`pointer-events-none absolute left-3 top-2.5 h-3.5 w-3.5 text-gray-400`}),(0,F.jsx)(t,{value:c,onChange:e=>l(e.target.value),onKeyDown:v,placeholder:a.searchPlaceholder,role:`combobox`,"aria-controls":s,"aria-expanded":`true`,"aria-autocomplete":`list`,"aria-activedescendant":g[u]?`${s}-option-${u}`:void 0,className:`h-8 rounded-lg pl-8 text-xs`})]})]}),(0,F.jsx)(`div`,{ref:o,id:s,role:`listbox`,"aria-multiselectable":`true`,className:`custom-scrollbar max-h-[320px] overflow-y-auto`,children:a.isLoading?(0,F.jsx)(`div`,{className:`p-4 text-xs text-gray-500`,children:a.loadingLabel}):g.length===0?(0,F.jsx)(`div`,{className:`p-4 text-center text-xs text-gray-500`,children:a.emptyLabel}):(0,F.jsx)(`div`,{className:`py-1`,children:(()=>{let e=h??[{key:`all-skills`,options:g}],t=0;return e.map(e=>(0,F.jsxs)(`div`,{children:[e.label?(0,F.jsx)(`div`,{className:`px-4 pb-1 pt-2 text-[11px] font-semibold uppercase tracking-wide text-gray-500`,children:e.label}):null,e.options.map(e=>{let n=t;t+=1;let r=f.has(e.key),i=n===u;return(0,F.jsxs)(`div`,{id:`${s}-option-${n}`,role:`option`,"aria-selected":r,"data-skill-index":n,onMouseEnter:()=>d(n),className:`flex w-full items-center gap-3 px-4 py-2.5 text-left transition-colors ${i?`bg-gray-50`:`hover:bg-gray-50`}`,children:[(0,F.jsx)(`div`,{className:`flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-gray-100 text-gray-500`,children:(0,F.jsx)(Fo,{className:`h-4 w-4`})}),(0,F.jsxs)(`div`,{className:`min-w-0 flex-1 select-text`,children:[(0,F.jsxs)(`div`,{className:`flex items-center gap-1.5`,children:[(0,F.jsx)(`span`,{className:`truncate text-sm text-gray-900`,children:e.label}),e.badgeLabel?(0,F.jsx)(`span`,{className:`shrink-0 rounded-full bg-primary/10 px-1.5 py-0.5 text-[10px] font-medium text-primary`,children:e.badgeLabel}):null]}),(0,F.jsx)(`div`,{className:`mt-0.5 truncate text-xs text-gray-500`,children:e.description||e.key})]}),(0,F.jsx)(`div`,{className:`ml-3 shrink-0`,children:(0,F.jsx)(`button`,{type:`button`,"aria-label":`${r?`Remove`:`Add`} ${e.label}`,onClick:()=>_(e.key),className:r?`inline-flex h-5 w-5 items-center justify-center rounded-full bg-primary text-white`:`inline-flex h-5 w-5 items-center justify-center rounded-full border border-gray-300 bg-white`,children:r?(0,F.jsx)(ct,{className:`h-3 w-3`}):null})})]},e.key)})]},e.key))})()})}),a.manageHref&&a.manageLabel?(0,F.jsx)(`div`,{className:`border-t border-gray-100 px-4 py-2.5`,children:(0,F.jsxs)(`a`,{href:a.manageHref,className:`inline-flex items-center gap-1.5 text-xs font-medium text-primary transition-colors hover:text-primary/80`,children:[a.manageLabel,(0,F.jsx)(sn,{className:`h-3 w-3`})]})}):null]})]})}function Jc({icon:e}){return e===`sparkles`?(0,F.jsx)(Go,{className:`h-3.5 w-3.5 shrink-0 text-primary`}):e===`brain`?(0,F.jsx)(za,{className:`h-3.5 w-3.5 shrink-0 text-gray-500`}):null}function Yc({icon:e}){return e===`paperclip`?(0,F.jsx)(Mo,{className:`h-4 w-4`}):(0,F.jsx)(Jc,{icon:e})}var Xc={model:`min-w-0 max-w-full flex-1 basis-[12rem] sm:max-w-[320px]`,"session-type":`shrink-0`,thinking:`shrink-0`},Zc={model:`w-[min(18rem,calc(100vw-1rem))] sm:w-[320px]`,"session-type":`w-[220px]`,thinking:`w-[180px]`};function Qc(e){return e.key===`model`&&e.selectedLabel&&e.selectedLabel.split(`/`).slice(1).join(`/`).trim()||e.selectedLabel}function $c({item:e}){let{Select:t,SelectContent:n,SelectGroup:r,SelectItem:i,SelectLabel:a,SelectSeparator:o,SelectTrigger:s,SelectValue:c}=Pc,l=e.groups?.filter(e=>e.options.length>0)??(e.options.length>0?[{key:`${e.key}-default`,options:e.options}]:[]),u=l.some(e=>e.options.length>0),d=Qc(e);return(0,F.jsxs)(t,{value:e.value,onValueChange:e.onValueChange,disabled:e.disabled,children:[(0,F.jsx)(s,{"aria-label":e.selectedLabel?`${e.placeholder}: ${e.selectedLabel}`:e.placeholder,title:e.selectedLabel,className:`nextclaw-chat-toolbar-select-trigger h-8 w-auto rounded-lg border-0 bg-transparent px-2 text-xs font-medium text-gray-600 shadow-none hover:bg-gray-100 focus:ring-0 sm:px-3 [@container_nextclaw-chat-input-bar_(max-width:440px)]:!basis-8 [@container_nextclaw-chat-input-bar_(max-width:440px)]:!justify-center [@container_nextclaw-chat-input-bar_(max-width:440px)]:!max-w-8 [@container_nextclaw-chat-input-bar_(max-width:440px)]:!min-w-8 [@container_nextclaw-chat-input-bar_(max-width:440px)]:!px-0 ${Xc[e.key]??``}`,children:e.selectedLabel?(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2 text-left`,children:[(0,F.jsx)(Jc,{icon:e.icon}),(0,F.jsx)(`span`,{className:`nextclaw-chat-toolbar-mobile-label truncate text-xs font-semibold text-gray-700 sm:hidden [@container_nextclaw-chat-input-bar_(max-width:440px)]:hidden`,children:d}),(0,F.jsx)(`span`,{className:`nextclaw-chat-toolbar-label hidden truncate text-xs font-semibold text-gray-700 sm:inline [@container_nextclaw-chat-input-bar_(max-width:440px)]:hidden`,children:e.selectedLabel})]}):e.loading?(0,F.jsx)(`div`,{className:`h-3 w-24 animate-pulse rounded bg-gray-200`}):(0,F.jsx)(c,{placeholder:e.placeholder})}),(0,F.jsxs)(n,{className:Zc[e.key]??``,children:[u?null:e.loading?(0,F.jsxs)(`div`,{className:`space-y-2 px-3 py-2`,children:[(0,F.jsx)(`div`,{className:`h-3 w-36 animate-pulse rounded bg-gray-200`}),(0,F.jsx)(`div`,{className:`h-3 w-28 animate-pulse rounded bg-gray-200`}),(0,F.jsx)(`div`,{className:`h-3 w-32 animate-pulse rounded bg-gray-200`})]}):e.emptyLabel?(0,F.jsx)(`div`,{className:`px-3 py-2 text-xs text-gray-500`,children:e.emptyLabel}):null,l.map((e,t)=>(0,F.jsxs)(`div`,{children:[t>0?(0,F.jsx)(o,{}):null,(0,F.jsxs)(r,{children:[e.label?(0,F.jsx)(a,{children:e.label}):null,e.options.map(e=>(0,F.jsx)(i,{value:e.value,className:`py-2`,children:e.description?(0,F.jsxs)(`div`,{className:`flex min-w-0 flex-col gap-0.5`,children:[(0,F.jsx)(`span`,{className:`truncate text-xs font-semibold text-gray-800`,children:e.label}),(0,F.jsx)(`span`,{className:`truncate text-[11px] text-gray-500`,children:e.description})]}):(0,F.jsx)(`span`,{className:`truncate text-xs font-semibold text-gray-800`,children:e.label})},e.value))]})]},e.key))]})]})}function el({actions:e,accessories:t,selects:n,skillPicker:r}){let{Tooltip:i,TooltipContent:a,TooltipProvider:o,TooltipTrigger:s}=Pc;return(0,F.jsxs)(`div`,{className:`flex flex-wrap items-end justify-between gap-2 px-3 pb-3`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-[12rem] flex-1 flex-wrap items-center gap-1 overflow-hidden`,children:[r?(0,F.jsx)(qc,{picker:r}):null,n.map(e=>(0,F.jsx)($c,{item:e},e.key)),t?.map(e=>{let t=(0,F.jsxs)(`button`,{type:`button`,className:`inline-flex items-center rounded-lg py-1.5 text-xs font-medium text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900 disabled:cursor-not-allowed disabled:text-gray-400 ${e.iconOnly?`h-8 w-8 justify-center px-0`:`gap-1.5 px-3`}`,onClick:e.onClick,disabled:e.disabled,"aria-label":e.label,children:[(0,F.jsx)(Yc,{icon:e.icon}),e.iconOnly?null:(0,F.jsx)(`span`,{children:e.label})]});return e.tooltip?(0,F.jsx)(o,{children:(0,F.jsxs)(i,{children:[(0,F.jsx)(s,{asChild:!0,children:e.disabled?(0,F.jsx)(`span`,{className:`inline-flex`,children:t}):t}),(0,F.jsx)(a,{side:`top`,children:(0,F.jsx)(`p`,{className:`text-xs`,children:e.tooltip})})]})},e.key):(0,F.jsx)(`div`,{children:t},e.key)})]}),(0,F.jsx)(Gc,{...e})]})}var tl=(0,P.createContext)(null);function nl(e,t){let n=null;return e!=null&&(n=e[1]),{getTheme:function(){return t??(n==null?null:n.getTheme())}}}function rl(){let e=(0,P.useContext)(tl);return e??function(e,...t){let n=new URL(`https://lexical.dev/docs/error`),r=new URLSearchParams;r.append(`code`,e);for(let e of t)r.append(`v`,e);throw n.search=r.toString(),Error(`Minified Lexical error #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}(8),e}function L(e,...t){let n=new URL(`https://lexical.dev/docs/error`),r=new URLSearchParams;r.append(`code`,e);for(let e of t)r.append(`v`,e);throw n.search=r.toString(),Error(`Minified Lexical error #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}function il(e,...t){let n=new URL(`https://lexical.dev/docs/error`),r=new URLSearchParams;r.append(`code`,e);for(let e of t)r.append(`v`,e);n.search=r.toString(),console.warn(`Minified Lexical warning #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}var al=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0,ol=al&&`documentMode`in document?document.documentMode:null,sl=al&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),cl=al&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),ll=!(!al||!(`InputEvent`in window)||ol)&&`getTargetRanges`in new window.InputEvent(`input`),ul=al&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,dl=al&&/Android/.test(navigator.userAgent),fl=al&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent)&&!dl,pl=al&&/^(?=.*Chrome).*/i.test(navigator.userAgent),ml=al&&dl&&pl,hl=al&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&sl&&!pl,gl=0,_l=1,vl=2,yl=1,bl=2,xl=3,Sl=4,Cl=5,wl=6,Tl=fl||ul||hl?`\xA0`:``,El=`
|
|
5
|
-
|
|
6
|
-
`,Dl=cl?`\xA0`:Tl,Ol={bold:1,capitalize:1024,code:16,highlight:128,italic:2,lowercase:256,strikethrough:4,subscript:32,superscript:64,underline:8,uppercase:512},kl={directionless:1,unmergeable:2},Al={center:2,end:6,justify:4,left:1,right:3,start:5},jl={[bl]:`center`,[wl]:`end`,[Sl]:`justify`,[yl]:`left`,[xl]:`right`,[Cl]:`start`},Ml={normal:0,segmented:2,token:1},Nl={[gl]:`normal`,[vl]:`segmented`,[_l]:`token`},Pl=`$config`;function Fl(e,t,n,r,i,a){let o=e.getFirstChild();for(;o!==null;){let e=o.__key;o.__parent===t&&(H(o)&&Fl(o,e,n,r,i,a),n.has(e)||a.delete(e),i.push(e)),o=o.getNextSibling()}}var Il=!1,Ll=0;function Rl(e){Ll=e.timeStamp}function zl(e,t,n){let r=e.nodeName===`BR`,i=t.__lexicalLineBreak;return i&&(e===i||r&&e.previousSibling===i)||r&&Lm(e,n)!==void 0}function Bl(e,t,n){let r=Th(_h(n)),i=null,a=null;r!==null&&r.anchorNode===e&&(i=r.anchorOffset,a=r.focusOffset);let o=e.nodeValue;o!==null&&Xm(t,o,i,a,!1)}function Vl(e,t,n){if(B(e)){let t=e.anchor.getNode();if(t.is(n)&&e.format!==t.getFormat())return!1}return Em(t)&&n.isAttached()}function Hl(e,t,n,r){for(let i=e;i&&!Bh(i);i=dh(i)){let e=Lm(i,t);if(e!==void 0){let t=Fm(e,n);if(t)return qp(t)||!Dh(i)?void 0:[i,t]}else if(i===r)return[r,Hm(n)]}}function Ul(e,t,n){Il=!0;let r=performance.now()-Ll>100;try{Vp(e,()=>{let i=V()||function(e){return e.getEditorState().read(()=>{let e=V();return e===null?null:e.clone()})}(e),a=new Map,o=e.getRootElement(),s=e._editorState,c=e._blockCursorElement,l=!1,u=``;for(let n=0;n<t.length;n++){let d=t[n],f=d.type,p=d.target,m=Hl(p,e,s,o);if(!m)continue;let[h,g]=m;if(f===`characterData`)r&&z(g)&&Em(p)&&Vl(i,p,g)&&Bl(p,g,e);else if(f===`childList`){l=!0;let t=d.addedNodes;for(let n=0;n<t.length;n++){let r=t[n],i=Im(r),a=r.parentNode;if(a!=null&&r!==c&&i===null&&!zl(r,a,e)){if(cl){let e=(Dh(r)?r.innerText:null)||r.nodeValue;e&&(u+=e)}a.removeChild(r)}}let n=d.removedNodes,r=n.length;if(r>0){let t=0;for(let i=0;i<r;i++){let r=n[i];(zl(r,p,e)||c===r)&&(p.appendChild(r),t++)}r!==t&&a.set(h,g)}}}if(a.size>0)for(let[t,n]of a)n.reconcileObservedMutation(t,e);let d=n.takeRecords();if(d.length>0){for(let t=0;t<d.length;t++){let n=d[t],r=n.addedNodes,i=n.target;for(let t=0;t<r.length;t++){let n=r[t],a=n.parentNode;a==null||n.nodeName!==`BR`||zl(n,i,e)||a.removeChild(n)}}n.takeRecords()}i!==null&&(l&&Um(i),cl&&lh(e)&&i.insertRawText(u))})}finally{Il=!1}}function Wl(e){let t=e._observer;t!==null&&Ul(e,t.takeRecords(),t)}function Gl(e){(function(e){Ll===0&&_h(e).addEventListener(`textInput`,Rl,!0)})(e),e._observer=new MutationObserver((t,n)=>{Ul(e,t,n)})}var Kl=class{key;parse;unparse;isEqual;defaultValue;resetOnCopyNode;constructor(e,t){this.key=e,this.parse=t.parse.bind(t),this.unparse=(t.unparse||$l).bind(t),this.isEqual=(t.isEqual||Object.is).bind(t),this.defaultValue=this.parse(void 0),this.resetOnCopyNode=t.resetOnCopyNode||!1}};function ql(e,t){return new Kl(e,t)}function Jl(e){let t=new Map,n=new Set;for(let r=typeof e==`function`?e:e.replace;r.prototype&&r.prototype.getType!==void 0;r=Object.getPrototypeOf(r)){let{ownNodeConfig:e}=Hh(r);if(e&&e.stateConfigs)for(let r of e.stateConfigs){let e;`stateConfig`in r?(e=r.stateConfig,r.flat&&n.add(e.key)):e=r,t.set(e.key,e)}}return{flatKeys:n,sharedConfigMap:t}}var Yl=class e{node;knownState;unknownState;sharedNodeState;size;constructor(e,t,n=void 0,r=new Map,i=void 0){this.node=e,this.sharedNodeState=t,this.unknownState=n,this.knownState=r;let{sharedConfigMap:a}=this.sharedNodeState;this.size=i===void 0?function(e,t,n){let r=n.size;if(t)for(let i in t){let t=e.get(i);t&&n.has(t)||r++}return r}(a,n,r):i}getValue(e){let t=this.knownState.get(e);if(t!==void 0)return t;this.sharedNodeState.sharedConfigMap.set(e.key,e);let n=e.defaultValue;if(this.unknownState&&e.key in this.unknownState){let t=this.unknownState[e.key];t!==void 0&&(n=e.parse(t)),this.updateFromKnown(e,n)}return n}getInternalState(){return[this.unknownState,this.knownState]}toJSON(){let e={...this.unknownState},t={};for(let[t,n]of this.knownState)t.isEqual(n,t.defaultValue)?delete e[t.key]:e[t.key]=t.unparse(n);for(let n of this.sharedNodeState.flatKeys)n in e&&(t[n]=e[n],delete e[n]);return Ql(e)&&(t.$=e),t}getWritable(t){if(this.node===t)return this;let{sharedNodeState:n,unknownState:r}=this,i=new Map(this.knownState);return new e(t,n,function(e,t,n){let r;if(n)for(let[i,a]of Object.entries(n)){let n=e.get(i);n?t.has(n)||t.set(n,n.parse(a)):(r||={},r[i]=a)}return r}(n.sharedConfigMap,i,r),i,this.size)}resetOnCopyNode(){for(let e of this.knownState.keys())e.resetOnCopyNode&&this.knownState.set(e,e.defaultValue);return this}updateFromKnown(e,t){let n=e.key;this.sharedNodeState.sharedConfigMap.set(n,e);let{knownState:r,unknownState:i}=this;r.has(e)||i&&n in i||(i&&(delete i[n],this.unknownState=Ql(i)),this.size++),r.set(e,t)}updateFromUnknown(e,t){let n=this.sharedNodeState.sharedConfigMap.get(e);n?this.updateFromKnown(n,n.parse(t)):(this.unknownState=this.unknownState||{},e in this.unknownState||this.size++,this.unknownState[e]=t)}updateFromJSON(e){let{knownState:t}=this;for(let e of t.keys())t.set(e,e.defaultValue);if(this.size=t.size,this.unknownState=void 0,e)for(let[t,n]of Object.entries(e))this.updateFromUnknown(t,n)}};function Xl(e){let t=e.getWritable(),n=t.__state?t.__state.getWritable(t):new Yl(t,Zl(t));return t.__state=n,n}function Zl(e){return e.__state?e.__state.sharedNodeState:hm(Nh(),e.getType()).sharedNodeState}function Ql(e){if(e)for(let t in e)return e}function $l(e){return e}function eu(e,t,n){for(let[r,i]of t.knownState){if(e.has(r.key))continue;e.add(r.key);let t=n?n.getValue(r):r.defaultValue;if(t!==i&&!r.isEqual(t,i))return!0}return!1}function tu(e,t,n){let{unknownState:r}=t,i=n?n.unknownState:void 0;if(r){for(let[t,n]of Object.entries(r))if(!e.has(t)&&(e.add(t),n!==(i?i[t]:void 0)))return!0}return!1}function nu(e,t){let n=e.__state;return n&&n.node===e?n.getWritable(t):n}function ru(e,t){let n=e.__mode,r=e.__format,i=e.__style,a=t.__mode,o=t.__format,s=t.__style,c=e.__state,l=t.__state;return(n===null||n===a)&&(r===null||r===o)&&(i===null||i===s)&&(e.__state===null||c===l||function(e,t){if(e===t)return!0;let n=new Set;return!(e&&eu(n,e,t)||t&&eu(n,t,e)||e&&tu(n,e,t)||t&&tu(n,t,e))}(c,l))}function iu(e,t){let n=e.mergeWithSibling(t),r=Op()._normalizedNodes;return r.add(e.__key),r.add(t.__key),n}function au(e){let t,n,r=e;if(r.__text!==``||!r.isSimpleText()||r.isUnmergeable()){for(;(t=r.getPreviousSibling())!==null&&z(t)&&t.isSimpleText()&&!t.isUnmergeable();){if(t.__text!==``){if(ru(t,r)){r=iu(t,r);break}break}t.remove()}for(;(n=r.getNextSibling())!==null&&z(n)&&n.isSimpleText()&&!n.isUnmergeable();){if(n.__text!==``){if(ru(r,n)){r=iu(r,n);break}break}n.remove()}}else r.remove()}function ou(e){return su(e.anchor),su(e.focus),e}function su(e){for(;e.type===`element`;){let t=e.getNode(),n=e.offset,r,i;if(n===t.getChildrenSize()?(r=t.getChildAtIndex(n-1),i=!0):(r=t.getChildAtIndex(n),i=!1),z(r)){e.set(r.__key,i?r.getTextContentSize():0,`text`,!0);break}if(!H(r))break;e.set(r.__key,i?r.getChildrenSize():0,`element`,!0)}}var cu,lu,uu,du,fu,pu,mu,hu,gu,_u,vu=``,yu=null,bu=null,xu=!1,Su=!1;function Cu(e,t){let n=mu.get(e);if(t!==null){let n=Vu(e);n.parentNode===t&&t.removeChild(n)}if(hu.has(e)||lu._keyToDOMMap.delete(e),H(n)){let e=Fu(n,mu);wu(e,0,e.length-1,null)}n!==void 0&&oh(_u,uu,du,n,`destroyed`)}function wu(e,t,n,r){for(let i=t;i<=n;++i){let t=e[i];t!==void 0&&Cu(t,r)}}function Tu(e,t){e.setProperty(`text-align`,t)}var Eu=`40px`;function Du(e,t){let n=cu.theme.indent;if(typeof n==`string`){let r=e.classList.contains(n);t>0&&!r?e.classList.add(n):t<1&&r&&e.classList.remove(n)}if(t===0)return void e.style.setProperty(`padding-inline-start`,``);let r=getComputedStyle(lu._rootElement||e).getPropertyValue(`--lexical-indent-base-value`)||Eu;e.style.setProperty(`padding-inline-start`,`calc(${t} * ${r})`)}function Ou(e,t){let n=e.style;t===0?Tu(n,``):t===1?Tu(n,`left`):t===2?Tu(n,`center`):t===3?Tu(n,`right`):t===4?Tu(n,`justify`):t===5?Tu(n,`start`):t===6&&Tu(n,`end`)}function ku(e,t){let n=function(e){let t=e.__dir;if(t!==null)return t;if(Yp(e))return null;let n=e.getParentOrThrow();return Yp(n)&&n.__dir===null?`auto`:null}(t);n===null?e.removeAttribute(`dir`):e.dir=n}function Au(e,t){let n=hu.get(e);n===void 0&&L(60);let r=n.createDOM(cu,lu);if(function(e,t,n){let r=n._keyToDOMMap;(function(e,t,n){let r=`__lexicalKey_${t._key}`;e[r]=n})(t,n,e),r.set(e,t)}(e,r,lu),z(n)?r.setAttribute(`data-lexical-text`,`true`):qp(n)&&r.setAttribute(`data-lexical-decorator`,`true`),H(n)){let e=n.__indent,t=n.__size;if(ku(r,n),e!==0&&Du(r,e),t!==0){let e=t-1;ju(Fu(n,hu),n,0,e,n.getDOMSlot(r))}let i=n.__format;i!==0&&Ou(r,i),n.isInline()||Nu(null,n,r)}else{let t=n.getTextContent();if(qp(n)){let t=n.decorate(lu,cu);t!==null&&Lu(e,t),r.contentEditable=`false`}vu+=t}return t!==null&&t.insertChild(r),oh(_u,uu,du,n,`created`),r}function ju(e,t,n,r,i){let a=vu;vu=``;let o=n;for(;o<=r;++o){Au(e[o],i);let t=hu.get(e[o]);t!==null&&z(t)?yu===null&&(yu=t.getFormat(),bu=t.getStyle()):H(t)&&o<r&&!t.isInline()&&(vu+=El)}i.element.__lexicalTextContent=vu,vu=a+vu}function Mu(e,t){if(e){let n=e.__last;if(n){let e=t.get(n);if(e)return yf(e)?`line-break`:qp(e)&&e.isInline()?`decorator`:null}return`empty`}return null}function Nu(e,t,n){let r=Mu(e,mu),i=Mu(t,hu);r!==i&&t.getDOMSlot(n).setManagedLineBreak(i)}function Pu(e,t,n){var r;yu=null,bu=null,function(e,t,n){let r=vu,i=e.__size,a=t.__size;vu=``;let o=n.element;if(i===1&&a===1){let n=e.__first,r=t.__first;if(n===r)Iu(n,o);else{let e=Vu(n),t=Au(r,null);try{o.replaceChild(t,e)}catch(i){if(typeof i==`object`&&i){let a=`${i.toString()} Parent: ${o.tagName}, new child: {tag: ${t.tagName} key: ${r}}, old child: {tag: ${e.tagName}, key: ${n}}.`;throw Error(a)}throw i}Cu(n,null)}let i=hu.get(r);z(i)&&yu===null&&(yu=i.getFormat(),bu=i.getStyle())}else{let r=Fu(e,mu),s=Fu(t,hu);if(r.length!==i&&L(227),s.length!==a&&L(228),i===0)a!==0&&ju(s,0,0,a-1,n);else if(a===0){if(i!==0){let e=n.after==null&&n.before==null&&n.element.__lexicalLineBreak==null;wu(r,0,i-1,e?null:o),e&&(o.textContent=``)}}else (function(e,t,n,r,i,a){let o=r-1,s=i-1,c,l,u=a.getFirstChild(),d=0,f=0;for(;d<=o&&f<=s;){let e=t[d],r=n[f];if(e===r)u=Ru(Iu(r,a.element)),d++,f++;else{if(l===void 0&&(l=zu(n,f)),c===void 0)c=zu(t,d);else if(!c.has(e)){d++;continue}if(!l.has(e)){u=Ru(Vu(e)),Cu(e,a.element),d++,c.delete(e);continue}if(c.has(r)){let e=uh(lu,r);e!==u&&a.withBefore(u).insertChild(e),u=Ru(Iu(r,a.element)),d++,f++}else Au(r,a.withBefore(u)),f++}let i=hu.get(r);i!==null&&z(i)?yu===null&&(yu=i.getFormat(),bu=i.getStyle()):H(i)&&f<=s&&!i.isInline()&&(vu+=El)}let p=d>o,m=f>s;if(p&&!m){let e=n[s+1],t=e===void 0?null:lu.getElementByKey(e);ju(n,0,f,s,a.withBefore(t))}else m&&!p&&wu(t,d,o,a.element)})(0,r,s,i,a,n)}o.__lexicalTextContent=vu,vu=r+vu}(e,t,t.getDOMSlot(n)),r=t,yu==null||yu===r.__textFormat||Su||r.setTextFormat(yu),function(e){bu==null||bu===e.__textStyle||Su||e.setTextStyle(bu)}(t)}function Fu(e,t){let n=[],r=e.__first;for(;r!==null;){let e=t.get(r);e===void 0&&L(101),n.push(r),r=e.__next}return n}function Iu(e,t){let n=mu.get(e),r=hu.get(e);n!==void 0&&r!==void 0||L(61);let i=xu||pu.has(e)||fu.has(e),a=uh(lu,e);if(n===r&&!i){let e;if(H(n)){let t=a.__lexicalTextContent;typeof t==`string`?e=t:(e=n.getTextContent(),a.__lexicalTextContent=e)}else e=n.getTextContent();return vu+=e,a}if(n!==r&&i&&oh(_u,uu,du,r,`updated`),r.updateDOM(n,a,cu)){let n=Au(e,null);return t===null&&L(62),t.replaceChild(n,a),Cu(e,null),n}if(H(n)){H(r)||L(334,e);let t=r.__indent;(xu||t!==n.__indent)&&Du(a,t);let o=r.__format;if((xu||o!==n.__format)&&Ou(a,o),i)Pu(n,r,a),Yp(r)||r.isInline()||Nu(n,r,a);else{let e=a.__lexicalTextContent,t;typeof e==`string`?t=e:(t=n.getTextContent(),a.__lexicalTextContent=t),vu+=t}if((xu||r.__dir!==n.__dir)&&(ku(a,r),Yp(r)&&!xu))for(let e of r.getChildren())H(e)&&ku(uh(lu,e.getKey()),e)}else{let t=r.getTextContent();if(qp(r)){let t=r.decorate(lu,cu);t!==null&&Lu(e,t)}vu+=t}if(!Su&&Yp(r)&&r.__cachedText!==vu){let e=r.getWritable();e.__cachedText=vu,r=e}return a}function Lu(e,t){let n=lu._pendingDecorators,r=lu._decorators;if(n===null){if(r[e]===t)return;n=zm(lu)}n[e]=t}function Ru(e){let t=e.nextSibling;return t!==null&&t===lu._blockCursorElement&&(t=t.nextSibling),t}function zu(e,t){let n=new Set;for(let r=t;r<e.length;r++)n.add(e[r]);return n}function Bu(e,t,n,r,i,a){vu=``,xu=r===2,lu=n,cu=n._config,uu=n._nodes,du=lu._listeners.mutation,fu=i,pu=a,mu=e._nodeMap,hu=t._nodeMap,Su=t._readOnly,gu=new Map(n._keyToDOMMap);let o=new Map;return _u=o,Iu(`root`,null),lu=void 0,uu=void 0,fu=void 0,pu=void 0,mu=void 0,hu=void 0,cu=void 0,gu=void 0,_u=void 0,o}function Vu(e){let t=gu.get(e);return t===void 0&&L(75,e),t}function R(e){return{type:e}}var Hu=R(`SELECTION_CHANGE_COMMAND`),Uu=R(`CLICK_COMMAND`),Wu=R(`BEFORE_INPUT_COMMAND`),Gu=R(`INPUT_COMMAND`),Ku=R(`COMPOSITION_START_COMMAND`),qu=R(`COMPOSITION_END_COMMAND`),Ju=R(`DELETE_CHARACTER_COMMAND`),Yu=R(`INSERT_LINE_BREAK_COMMAND`),Xu=R(`INSERT_PARAGRAPH_COMMAND`),Zu=R(`CONTROLLED_TEXT_INSERTION_COMMAND`),Qu=R(`PASTE_COMMAND`),$u=R(`REMOVE_TEXT_COMMAND`),ed=R(`DELETE_WORD_COMMAND`),td=R(`DELETE_LINE_COMMAND`),nd=R(`FORMAT_TEXT_COMMAND`),rd=R(`UNDO_COMMAND`),id=R(`REDO_COMMAND`),ad=R(`KEYDOWN_COMMAND`),od=R(`KEY_ARROW_RIGHT_COMMAND`),sd=R(`MOVE_TO_END`),cd=R(`KEY_ARROW_LEFT_COMMAND`),ld=R(`MOVE_TO_START`),ud=R(`KEY_ARROW_UP_COMMAND`),dd=R(`KEY_ARROW_DOWN_COMMAND`),fd=R(`KEY_ENTER_COMMAND`),pd=R(`KEY_SPACE_COMMAND`),md=R(`KEY_BACKSPACE_COMMAND`),hd=R(`KEY_ESCAPE_COMMAND`),gd=R(`KEY_DELETE_COMMAND`),_d=R(`KEY_TAB_COMMAND`),vd=R(`DROP_COMMAND`),yd=R(`DRAGSTART_COMMAND`),bd=R(`DRAGOVER_COMMAND`),xd=R(`DRAGEND_COMMAND`),Sd=R(`COPY_COMMAND`),Cd=R(`CUT_COMMAND`),wd=R(`SELECT_ALL_COMMAND`),Td=R(`FOCUS_COMMAND`),Ed=R(`BLUR_COMMAND`),Dd=R(`KEY_MODIFIER_COMMAND`),Od=Object.freeze({}),kd=[[`keydown`,function(e,t){Ad=e.timeStamp,jd=e.key,!t.isComposing()&&W(t,ad,e)}],[`pointerdown`,function(e,t){let n=e.target,r=e.pointerType;Oh(n)&&r!==`touch`&&r!==`pen`&&e.button===0&&Vp(t,()=>{vm(n)||(Ld=!0)})}],[`compositionstart`,function(e,t){W(t,Ku,e)}],[`compositionend`,function(e,t){cl?zd=!0:ul||!fl&&!hl?W(t,qu,e):(Bd=!0,Vd=e.data)}],[`input`,function(e,t){e.stopPropagation(),Vp(t,()=>{t.dispatchCommand(Gu,e)},{event:e}),Nd=null}],[`click`,function(e,t){Vp(t,()=>{let n=V(),r=Th(_h(t)),i=sp();if(r){if(B(n)){let t=n.anchor,a=t.getNode();if(t.type===`element`&&t.offset===0&&n.isCollapsed()&&!Yp(a)&&Vm().getChildrenSize()===1&&a.getTopLevelElementOrThrow().isEmpty()&&i!==null&&n.is(i))r.removeAllRanges(),n.dirty=!0;else if(e.detail===3&&!n.isCollapsed()&&a!==n.focus.getNode()){let e=Wh(a,e=>H(e)&&!e.isInline());H(e)&&e.select(0)}}else if(e.pointerType===`touch`||e.pointerType===`pen`){let n=r.anchorNode;(Dh(n)||Em(n))&&Um(op(i,r,t,e))}}W(t,Uu,e)})}],[`cut`,Od],[`copy`,Od],[`dragstart`,Od],[`dragover`,Od],[`dragend`,Od],[`paste`,Od],[`focus`,Od],[`blur`,Od],[`drop`,Od]];ll&&kd.push([`beforeinput`,(e,t)=>function(e,t){let n=e.inputType;n===`deleteCompositionText`||cl&&lh(t)||n!==`insertCompositionText`&&W(t,Wu,e)}(e,t)]);var Ad=0,jd=null,Md=0,Nd=null,Pd=new WeakMap,Fd=new WeakMap,Id=!1,Ld=!1,Rd=!1,zd=!1,Bd=!1,Vd=``,Hd=null,Ud=[0,``,0,`root`,0];function Wd(e,t,n,r,i){let a=e.anchor,o=e.focus,s=a.getNode(),c=Op(),l=Th(_h(c)),u=l===null?null:l.anchorNode,d=a.key,f=c.getElementByKey(d),p=n.length;return d!==o.key||!z(s)||(!i&&(!ll||Md<r+50)||s.isDirty()&&p<2||Gm(n))&&a.offset!==o.offset&&!s.isComposing()||Tm(s)||s.isDirty()&&p>1||(i||!ll)&&f!==null&&!s.isComposing()&&u!==Om(f)||l!==null&&t!==null&&(!t.collapsed||t.startContainer!==l.anchorNode||t.startOffset!==l.anchorOffset)||!s.isComposing()&&(s.getFormat()!==e.format||s.getStyle()!==e.style)||function(e,t){if(t.isSegmented())return!0;if(!e.isCollapsed())return!1;let n=e.anchor.offset,r=t.getParentOrThrow(),i=wm(t);return n===0?!t.canInsertTextBefore()||!r.canInsertTextBefore()&&!t.isComposing()||i||function(e){let t=e.getPreviousSibling();return(z(t)||H(t)&&t.isInline())&&!t.canInsertTextAfter()}(t):n===t.getTextContentSize()&&(!t.canInsertTextAfter()||!r.canInsertTextAfter()&&!t.isComposing()||i)}(e,s)}function Gd(e,t){return Em(e)&&e.nodeValue!==null&&t!==0&&t!==e.nodeValue.length}function Kd(e,t,n){let{anchorNode:r,anchorOffset:i,focusNode:a,focusOffset:o}=e;Id&&(Id=!1,Gd(r,i)&&Gd(a,o)&&!Hd)||Vp(t,()=>{if(!n)return void Um(null);if(!bm(t,r,a))return;let s=V();if(Hd&&B(s)&&s.isCollapsed()){let e=s.anchor,t=Hd.anchor;(e.key===t.key&&e.offset===t.offset+1||e.offset===1&&t.getNode().is(e.getNode().getPreviousSibling()))&&(s=Hd.clone(),Um(s))}if(Hd=null,B(s)){let n=s.anchor,r=n.getNode();if(s.isCollapsed()){e.type===`Range`&&e.anchorNode===e.focusNode&&(s.dirty=!0);let i=_h(t).event,a=i?i.timeStamp:performance.now(),[o,c,l,u,d]=Ud,f=Vm(),p=!1===t.isComposing()&&f.getTextContent()===``;if(a<d+200&&n.offset===l&&n.key===u)qd(s,o,c);else if(n.type===`text`)z(r)||L(141),Jd(s,r);else if(n.type===`element`&&!p){H(r)||L(259);let e=n.getNode();e.isEmpty()?function(e,t){qd(e,t.getTextFormat(),t.getTextStyle())}(s,e):qd(s,s.format,``)}}else{let e=n.key,t=s.focus.key,r=s.getNodes(),a=r.length,c=s.isBackward(),l=c?o:i,u=c?i:o,d=c?t:e,f=c?e:t,p=2047,m=!1;for(let e=0;e<a;e++){let t=r[e],n=t.getTextContentSize();if(z(t)&&n!==0&&!(e===0&&t.__key===d&&l===n||e===a-1&&t.__key===f&&u===0)&&(m=!0,p&=t.getFormat(),p===0))break}s.format=m?p:0}}W(t,Hu,void 0)})}function qd(e,t,n){e.format===t&&e.style===n||(e.format=t,e.style=n,e.dirty=!0)}function Jd(e,t){qd(e,t.getFormat(),t.getStyle())}function Yd(e){if(!e.getTargetRanges)return null;let t=e.getTargetRanges();return t.length===0?null:t[0]}function Xd(e){let t=e.inputType,n=Yd(e),r=Op(),i=V();if(t===`deleteContentBackward`){if(i===null){let e=sp();if(!B(e))return!0;Um(e.clone())}if(B(i)){let t=i.anchor.key===i.focus.key;if(a=e.timeStamp,jd===`MediaLast`&&a<Ad+30&&r.isComposing()&&t){if(Nm(null),Ad=0,setTimeout(()=>{Vp(r,()=>{Nm(null)})},30),B(i)){let e=i.anchor.getNode();e.markDirty(),z(e)||L(142),Jd(i,e)}}else{Nm(null),e.preventDefault();let n=i.anchor.getNode(),a=n.getTextContent(),o=n.canInsertTextAfter(),s=i.anchor.offset===0&&i.focus.offset===a.length,c=ml&&t&&!s&&o;if(c&&i.isCollapsed()&&(c=!qp(ch(i.anchor,!0))),!c){W(r,Ju,!0);let e=V();ml&&B(e)&&e.isCollapsed()&&(Hd=e,setTimeout(()=>Hd=null))}}return!0}}var a;if(!B(i))return!0;let o=e.data;Nd!==null&&Ym(!1,r,Nd),i.dirty&&Nd===null||!i.isCollapsed()||Yp(i.anchor.getNode())||n===null||i.applyDOMRange(n),Nd=null;let s=i.anchor,c=i.focus,l=s.getNode(),u=c.getNode();if(t===`insertText`||t===`insertTranspose`){if(o===`
|
|
7
|
-
`)e.preventDefault(),W(r,Yu,!1);else if(o===El)e.preventDefault(),W(r,Xu,void 0);else if(o==null&&e.dataTransfer){let t=e.dataTransfer.getData(`text/plain`);e.preventDefault(),i.insertRawText(t)}else o!=null&&Wd(i,n,o,e.timeStamp,!0)?(e.preventDefault(),W(r,Zu,o)):Nd=o;return Md=e.timeStamp,!0}switch(e.preventDefault(),t){case`insertFromYank`:case`insertFromDrop`:case`insertReplacementText`:W(r,Zu,e);break;case`insertFromComposition`:Nm(null),W(r,Zu,e);break;case`insertLineBreak`:Nm(null),W(r,Yu,!1);break;case`insertParagraph`:Nm(null),Rd&&!ul?(Rd=!1,W(r,Yu,!1)):W(r,Xu,void 0);break;case`insertFromPaste`:case`insertFromPasteAsQuotation`:W(r,Qu,e);break;case`deleteByComposition`:(function(e,t){return e!==t||H(e)||H(t)||!wm(e)||!wm(t)})(l,u)&&W(r,$u,e);break;case`deleteByDrag`:case`deleteByCut`:W(r,$u,e);break;case`deleteContent`:W(r,Ju,!1);break;case`deleteWordBackward`:W(r,ed,!0);break;case`deleteWordForward`:W(r,ed,!1);break;case`deleteHardLineBackward`:case`deleteSoftLineBackward`:W(r,td,!0);break;case`deleteContentForward`:case`deleteHardLineForward`:case`deleteSoftLineForward`:W(r,td,!1);break;case`formatStrikeThrough`:W(r,nd,`strikethrough`);break;case`formatBold`:W(r,nd,`bold`);break;case`formatItalic`:W(r,nd,`italic`);break;case`formatUnderline`:W(r,nd,`underline`);break;case`historyUndo`:W(r,rd,void 0);break;case`historyRedo`:W(r,id,void 0)}return!0}function Zd(e){if(Dh(e.target)&&vm(e.target))return!0;let t=Op(),n=V(),r=e.data,i=Yd(e);if(r!=null&&B(n)&&Wd(n,i,r,e.timeStamp,!1)){zd&&=(ef(t,r),!1);let i=n.anchor.getNode(),a=Th(_h(t));if(a===null)return!0;let o=n.isBackward(),s=o?n.anchor.offset:n.focus.offset,c=o?n.focus.offset:n.anchor.offset;ll&&!n.isCollapsed()&&z(i)&&a.anchorNode!==null&&i.getTextContent().slice(0,s)+r+i.getTextContent().slice(s+c)===Jm(a.anchorNode)||W(t,Zu,r);let l=r.length;cl&&l>1&&e.inputType===`insertCompositionText`&&!t.isComposing()&&(n.anchor.offset-=l),ml&&t.isComposing()&&(Ad=0,Nm(null))}else Ym(!1,t,r===null?void 0:r),zd&&=(ef(t,r||void 0),!1);return function(){Tp(),Wl(Op())}(),!0}function Qd(e){let t=Op(),n=V();if(B(n)&&!t.isComposing()){let r=n.anchor,i=n.anchor.getNode();Nm(r.key),ph(mf),(e.timeStamp<Ad+30||r.type===`element`||!n.isCollapsed()||i.getFormat()!==n.format||z(i)&&i.getStyle()!==n.style)&&W(t,Zu,Dl)}return!0}function $d(e){return ef(Op(),e.data),ph(hf),!0}function ef(e,t){let n=e._compositionKey;if(Nm(null),n!==null&&t!=null){if(t===``){let t=Fm(n),r=Om(e.getElementByKey(n));if(r!==null&&r.nodeValue!==null&&z(t)){let n=Th(_h(e)),i=null,a=null;n!==null&&n.anchorNode===r&&(i=n.anchorOffset,a=n.focusOffset),Xm(t,r.nodeValue,i,a,!0)}return}if(t[t.length-1]===`
|
|
8
|
-
`){let t=V();if(B(t)||qf(t)){if(B(t)){let e=t.focus;t.anchor.set(e.key,e.offset,e.type)}W(e,fd,null);return}}}Ym(!0,e,t)}function tf(e){let t=Op();if(e.key==null)return!0;if(Bd){if(nh(e))return Vp(t,()=>{ef(t,Vd)}),Bd=!1,Vd=``,!0;Bd=!1,Vd=``}if(function(e){return U(e,`ArrowRight`,{shiftKey:`any`})}(e))W(t,od,e);else if(function(e){return U(e,`ArrowRight`,eh)}(e))W(t,sd,e);else if(function(e){return U(e,`ArrowLeft`,{shiftKey:`any`})}(e))W(t,cd,e);else if(function(e){return U(e,`ArrowLeft`,eh)}(e))W(t,ld,e);else if(function(e){return U(e,`ArrowUp`,{altKey:`any`,shiftKey:`any`})}(e))W(t,ud,e);else if(function(e){return U(e,`ArrowDown`,{altKey:`any`,shiftKey:`any`})}(e))W(t,dd,e);else if(function(e){return U(e,`Enter`,{altKey:`any`,ctrlKey:`any`,metaKey:`any`,shiftKey:!0})}(e))Rd=!0,W(t,fd,e);else if(function(e){return e.key===` `}(e))W(t,pd,e);else if(function(e){return sl&&U(e,`o`,{ctrlKey:!0})}(e))e.preventDefault(),Rd=!0,W(t,Yu,!0);else if(function(e){return U(e,`Enter`,{altKey:`any`,ctrlKey:`any`,metaKey:`any`})}(e))Rd=!1,W(t,fd,e);else if(function(e){return U(e,`Backspace`,{shiftKey:`any`})||sl&&U(e,`h`,{ctrlKey:!0})}(e))nh(e)?W(t,md,e):(e.preventDefault(),W(t,Ju,!0));else if(function(e){return e.key===`Escape`}(e))W(t,hd,e);else if(function(e){return U(e,`Delete`,{})||sl&&U(e,`d`,{ctrlKey:!0})}(e))(function(e){return e.key===`Delete`})(e)?W(t,gd,e):(e.preventDefault(),W(t,Ju,!1));else if(function(e){return U(e,`Backspace`,th)}(e))e.preventDefault(),W(t,ed,!0);else if(function(e){return U(e,`Delete`,th)}(e))e.preventDefault(),W(t,ed,!1);else if(function(e){return sl&&U(e,`Backspace`,{metaKey:!0})}(e))e.preventDefault(),W(t,td,!0);else if(function(e){return sl&&(U(e,`Delete`,{metaKey:!0})||U(e,`k`,{ctrlKey:!0}))}(e))e.preventDefault(),W(t,td,!1);else if(function(e){return U(e,`b`,eh)}(e))e.preventDefault(),W(t,nd,`bold`);else if(function(e){return U(e,`u`,eh)}(e))e.preventDefault(),W(t,nd,`underline`);else if(function(e){return U(e,`i`,eh)}(e))e.preventDefault(),W(t,nd,`italic`);else if(function(e){return U(e,`Tab`,{shiftKey:`any`})}(e))W(t,_d,e);else if(function(e){return U(e,`z`,eh)}(e))e.preventDefault(),W(t,rd,void 0);else if(function(e){return sl?U(e,`z`,{metaKey:!0,shiftKey:!0}):U(e,`y`,{ctrlKey:!0})||U(e,`z`,{ctrlKey:!0,shiftKey:!0})}(e))e.preventDefault(),W(t,id,void 0);else{let n=t._editorState._selection;n===null||B(n)?rh(e)&&(e.preventDefault(),W(t,wd,e)):function(e){return U(e,`c`,eh)}(e)?(e.preventDefault(),W(t,Sd,e)):function(e){return U(e,`x`,eh)}(e)?(e.preventDefault(),W(t,Cd,e)):rh(e)&&(e.preventDefault(),W(t,wd,e))}return function(e){return e.ctrlKey||e.shiftKey||e.altKey||e.metaKey}(e)&&t.dispatchCommand(Dd,e),!0}function nf(e){let t=e.__lexicalEventHandles;return t===void 0&&(t=[],e.__lexicalEventHandles=t),t}var rf=new Map;function af(e){let t=Eh(e.target);if(t===null)return;let n=Sm(t.anchorNode);if(n===null)return;Ld&&(Ld=!1,Vp(n,()=>{let r=sp(),i=t.anchorNode;(Dh(i)||Em(i))&&Um(op(r,t,n,e))}));let r=Km(n),i=r[r.length-1],a=i._key,o=rf.get(a),s=o||i;s!==n&&Kd(t,s,!1),Kd(t,n,!0),n===i?o&&rf.delete(a):rf.set(a,n)}function of(e){e._lexicalHandled=!0}function sf(e){return!0===e._lexicalHandled}function cf(e){let t=Pd.get(e);if(t===void 0)return;let n=Fd.get(t);if(n===void 0)return;let r=n-1;r>=0||L(164),Pd.delete(e),Fd.set(t,r),r===0&&t.removeEventListener(`selectionchange`,af);let i=Cm(e);xm(i)?(function(e){if(e._parentEditor!==null){let t=Km(e),n=t[t.length-1]._key;rf.get(n)===e&&rf.delete(n)}else rf.delete(e._key)}(i),e.__lexicalEditor=null):i&&L(198);let a=nf(e);for(let e=0;e<a.length;e++)a[e]();e.__lexicalEventHandles=[]}function lf(e,t,n){Tp();let r=e.__key,i=e.getParent();if(i===null)return;let a=function(e){let t=V();if(!B(t)||!H(e))return t;let{anchor:n,focus:r}=t,i=n.getNode(),a=r.getNode();return hh(i,e)&&n.set(e.__key,0,`element`),hh(a,e)&&r.set(e.__key,0,`element`),t}(e),o=!1;if(B(a)&&t){let t=a.anchor,n=a.focus;t.key===r&&(up(t,e,i,e.getPreviousSibling(),e.getNextSibling()),o=!0),n.key===r&&(up(n,e,i,e.getPreviousSibling(),e.getNextSibling()),o=!0)}else qf(a)&&t&&e.isSelected()&&e.selectPrevious();if(B(a)&&t&&!o){let t=e.getIndexWithinParent();jm(e),cp(a,i,t,-1)}else jm(e);n||yh(i)||i.canBeEmpty()||!i.isEmpty()||lf(i,t),t&&a&&Yp(i)&&i.isEmpty()&&i.selectEnd()}var uf=Symbol.for(`ephemeral`);function df(e){return e[uf]||!1}var ff=class{__type;__key;__parent;__prev;__next;__state;static getType(){let{ownNodeType:e}=Hh(this);return e===void 0&&L(64,this.name),e}static clone(e){L(65,this.name)}$config(){return{}}config(e,t){let n=t.extends||Object.getPrototypeOf(this.constructor);return Object.assign(t,{extends:n,type:e}),{[e]:t}}afterCloneFrom(e){this.__key===e.__key?(this.__parent=e.__parent,this.__next=e.__next,this.__prev=e.__prev,this.__state=e.__state):e.__state&&(this.__state=e.__state.getWritable(this))}resetOnCopyNodeFrom(e){this.__state&&=this.__state.getWritable(this).resetOnCopyNode()}static importDOM;constructor(e){this.__type=this.constructor.getType(),this.__parent=null,this.__prev=null,this.__next=null,Object.defineProperty(this,`__state`,{configurable:!0,enumerable:!1,value:void 0,writable:!0}),Am(this,e)}getType(){return this.__type}isInline(){L(137,this.constructor.name)}isAttached(){let e=this.__key;for(;e!==null;){if(e===`root`)return!0;let t=Fm(e);if(t===null)break;e=t.__parent}return!1}isSelected(e){let t=e||V();if(t==null)return!1;let n=t.getNodes().some(e=>e.__key===this.__key);if(z(this))return n;if(B(t)&&t.anchor.type===`element`&&t.focus.type===`element`){if(t.isCollapsed())return!1;let e=this.getParent();if(qp(this)&&this.isInline()&&e){let n=t.isBackward()?t.focus:t.anchor;if(e.is(n.getNode())&&n.offset===e.getChildrenSize()&&this.is(e.getLastChild()))return!1}}return n}getKey(){return this.__key}getIndexWithinParent(){let e=this.getParent();if(e===null)return-1;let t=e.getFirstChild(),n=0;for(;t!==null;){if(this.is(t))return n;n++,t=t.getNextSibling()}return-1}getParent(){let e=this.getLatest().__parent;return e===null?null:Fm(e)}getParentOrThrow(){let e=this.getParent();return e===null&&L(66,this.__key),e}getTopLevelElement(){let e=this;for(;e!==null;){let t=e.getParent();if(yh(t))return H(e)||e===this&&qp(e)||L(194),e;e=t}return null}getTopLevelElementOrThrow(){let e=this.getTopLevelElement();return e===null&&L(67,this.__key),e}getParents(){let e=[],t=this.getParent();for(;t!==null;)e.push(t),t=t.getParent();return e}getParentKeys(){let e=[],t=this.getParent();for(;t!==null;)e.push(t.__key),t=t.getParent();return e}getPreviousSibling(){let e=this.getLatest().__prev;return e===null?null:Fm(e)}getPreviousSiblings(){let e=[],t=this.getParent();if(t===null)return e;let n=t.getFirstChild();for(;n!==null&&!n.is(this);)e.push(n),n=n.getNextSibling();return e}getNextSibling(){let e=this.getLatest().__next;return e===null?null:Fm(e)}getNextSiblings(){let e=[],t=this.getNextSibling();for(;t!==null;)e.push(t),t=t.getNextSibling();return e}getCommonAncestor(e){let t=H(this)?this:this.getParent(),n=H(e)?e:e.getParent(),r=t&&n?Sg(t,n):null;return r?r.commonAncestor:null}is(e){return e!=null&&this.__key===e.__key}isBefore(e){let t=Sg(this,e);return t!==null&&(t.type===`descendant`||(t.type===`branch`?yg(t)===-1:(t.type!==`same`&&t.type!==`ancestor`&&L(279),!1)))}isParentOf(e){let t=Sg(this,e);return t!==null&&t.type===`ancestor`}getNodesBetween(e){let t=this.isBefore(e),n=[],r=new Set,i=this;for(;i!==null;){let a=i.__key;if(r.has(a)||(r.add(a),n.push(i)),i===e)break;let o=H(i)?t?i.getFirstChild():i.getLastChild():null;if(o!==null){i=o;continue}let s=t?i.getNextSibling():i.getPreviousSibling();if(s!==null){i=s;continue}let c=i.getParentOrThrow();if(r.has(c.__key)||n.push(c),c===e)break;let l=null,u=c;do{if(u===null&&L(68),l=t?u.getNextSibling():u.getPreviousSibling(),u=u.getParent(),u===null)break;l!==null||r.has(u.__key)||n.push(u)}while(l===null);i=l}return t||n.reverse(),n}isDirty(){let e=Op()._dirtyLeaves;return e!==null&&e.has(this.__key)}getLatest(){if(df(this))return this;let e=Fm(this.__key);return e===null&&L(113),e}getWritable(){if(df(this))return this;Tp();let e=Dp(),t=Op(),n=e._nodeMap,r=this.__key,i=this.getLatest(),a=t._cloneNotNeeded,o=V();if(o!==null&&o.setCachedNodes(null),a.has(r))return Mm(i),i;let s=Lh(i);return a.add(r),Mm(s),n.set(r,s),s}getTextContent(){return``}getTextContentSize(){return this.getTextContent().length}createDOM(e,t){L(70)}updateDOM(e,t,n){L(71)}exportDOM(e){return{element:this.createDOM(e._config,e)}}exportJSON(){let e=this.__state?this.__state.toJSON():void 0;return{type:this.__type,version:1,...e}}static importJSON(e){L(18,this.name)}updateFromJSON(e){return function(e,t){let n=e.getWritable(),r=t.$,i=r;for(let e of Zl(n).flatKeys)e in t&&(i!==void 0&&i!==r||(i={...r}),i[e]=t[e]);return(n.__state||i)&&Xl(e).updateFromJSON(i),n}(this,e)}static transform(){return null}remove(e){lf(this,!0,e)}replace(e,t){Tp();let n=V();n!==null&&(n=n.clone()),xh(this,e);let r=this.getLatest(),i=this.__key,a=e.__key,o=e.getWritable(),s=this.getParentOrThrow().getWritable(),c=s.__size;jm(o);let l=r.getPreviousSibling(),u=r.getNextSibling(),d=r.__prev,f=r.__next,p=r.__parent;if(lf(r,!1,!0),l===null?s.__first=a:l.getWritable().__next=a,o.__prev=d,u===null?s.__last=a:u.getWritable().__prev=a,o.__next=f,o.__parent=p,s.__size=c,t&&(H(this)&&H(o)||L(139),this.getChildren().forEach(e=>{o.append(e)})),B(n)){Um(n);let e=n.anchor,t=n.focus;e.key===i&&Wf(e,o),t.key===i&&Wf(t,o)}return Pm()===i&&Nm(a),o}insertAfter(e,t=!0){Tp(),xh(this,e);let n=this.getWritable(),r=e.getWritable(),i=r.getParent(),a=V(),o=!1,s=!1;if(i!==null){let t=e.getIndexWithinParent();if(jm(r),B(a)){let e=i.__key,n=a.anchor,r=a.focus;o=n.type===`element`&&n.key===e&&n.offset===t+1,s=r.type===`element`&&r.key===e&&r.offset===t+1}}let c=this.getNextSibling(),l=this.getParentOrThrow().getWritable(),u=r.__key,d=n.__next;if(c===null?l.__last=u:c.getWritable().__prev=u,l.__size++,n.__next=u,r.__next=d,r.__prev=n.__key,r.__parent=n.__parent,t&&B(a)){let e=this.getIndexWithinParent();cp(a,l,e+1);let t=l.__key;o&&a.anchor.set(t,e+2,`element`),s&&a.focus.set(t,e+2,`element`)}return e}insertBefore(e,t=!0){Tp(),xh(this,e);let n=this.getWritable(),r=e.getWritable(),i=r.__key;jm(r);let a=this.getPreviousSibling(),o=this.getParentOrThrow().getWritable(),s=n.__prev,c=this.getIndexWithinParent();a===null?o.__first=i:a.getWritable().__next=i,o.__size++,n.__prev=i,r.__prev=s,r.__next=n.__key,r.__parent=n.__parent;let l=V();return t&&B(l)&&cp(l,this.getParentOrThrow(),c),e}isParentRequired(){return!1}createParentElementNode(){return im()}selectStart(){return this.selectPrevious()}selectEnd(){return this.selectNext(0,0)}selectPrevious(e,t){Tp();let n=this.getPreviousSibling(),r=this.getParentOrThrow();if(n===null)return r.select(0,0);if(H(n))return n.select();if(!z(n)){let e=n.getIndexWithinParent()+1;return r.select(e,e)}return n.select(e,t)}selectNext(e,t){Tp();let n=this.getNextSibling(),r=this.getParentOrThrow();if(n===null)return r.select();if(H(n))return n.select(0,0);if(!z(n)){let e=n.getIndexWithinParent();return r.select(e,e)}return n.select(e,t)}markDirty(){this.getWritable()}reconcileObservedMutation(e,t){this.markDirty()}},pf=`history-merge`,mf=`composition-start`,hf=`composition-end`,gf=class e extends ff{static getType(){return`linebreak`}static clone(t){return new e(t.__key)}constructor(e){super(e)}getTextContent(){return`
|
|
9
|
-
`}createDOM(){return document.createElement(`br`)}updateDOM(){return!1}isInline(){return!0}static importDOM(){return{br:e=>function(e){let t=e.parentElement;if(t!==null&&jh(t)){let n=t.firstChild;if(n===e||n.nextSibling===e&&bf(n)){let n=t.lastChild;if(n===e||n.previousSibling===e&&bf(n))return!0}}return!1}(e)||function(e){let t=e.parentElement;if(t!==null&&jh(t)){let n=t.firstChild;if(n===e||n.nextSibling===e&&bf(n))return!1;let r=t.lastChild;if(r===e||r.previousSibling===e&&bf(r))return!0}return!1}(e)?null:{conversion:_f,priority:0}}}static importJSON(e){return vf().updateFromJSON(e)}};function _f(e){return{node:vf()}}function vf(){return bh(new gf)}function yf(e){return e instanceof gf}function bf(e){return Em(e)&&/^( |\t|\r?\n)+$/.test(e.textContent||``)}function xf(e,t){return 16&t?`code`:t&128?`mark`:32&t?`sub`:64&t?`sup`:null}function Sf(e,t){return 1&t?`strong`:2&t?`em`:`span`}function Cf(e,t,n,r,i){let a=r.classList,o=ah(i,`base`);o!==void 0&&a.add(...o),o=ah(i,`underlineStrikethrough`);let s=!1,c=8&t&&4&t;o!==void 0&&(8&n&&4&n?(s=!0,c||a.add(...o)):c&&a.remove(...o));for(let e in Ol){let r=Ol[e];if(o=ah(i,e),o!==void 0)if(n&r){if(s&&(e===`underline`||e===`strikethrough`)){t&r&&a.remove(...o);continue}((t&r)===0||c&&e===`underline`||e===`strikethrough`)&&a.add(...o)}else t&r&&a.remove(...o)}}function wf(e,t,n){let r=t.firstChild,i=n.isComposing(),a=e+(i?Tl:``);if(r==null)t.textContent=a;else{let e=r.nodeValue;if(e!==a)if(i||cl){let[t,n,i]=function(e,t){let n=e.length,r=t.length,i=0,a=0;for(;i<n&&i<r&&e[i]===t[i];)i++;for(;a+i<n&&a+i<r&&e[n-a-1]===t[r-a-1];)a++;return[i,n-i-a,t.slice(i,r-a)]}(e,a);n!==0&&r.deleteData(t,n),r.insertData(t,i)}else r.nodeValue=a}}function Tf(e,t,n,r,i,a){wf(i,e,t);let o=a.theme.text;o!==void 0&&Cf(0,0,r,e,o)}function Ef(e,t){let n=document.createElement(t);return n.appendChild(e),n}var Df=class e extends ff{__text;__format;__style;__mode;__detail;static getType(){return`text`}static clone(t){return new e(t.__text,t.__key)}afterCloneFrom(e){super.afterCloneFrom(e),this.__text=e.__text,this.__format=e.__format,this.__style=e.__style,this.__mode=e.__mode,this.__detail=e.__detail}constructor(e=``,t){super(t),this.__text=e,this.__format=0,this.__style=``,this.__mode=0,this.__detail=0}getFormat(){return this.getLatest().__format}getDetail(){return this.getLatest().__detail}getMode(){return Nl[this.getLatest().__mode]}getStyle(){return this.getLatest().__style}isToken(){return this.getLatest().__mode===1}isComposing(){return this.__key===Pm()}isSegmented(){return this.getLatest().__mode===2}isDirectionless(){return!!(1&this.getLatest().__detail)}isUnmergeable(){return!!(2&this.getLatest().__detail)}hasFormat(e){let t=Ol[e];return(this.getFormat()&t)!==0}isSimpleText(){return this.__type===`text`&&this.__mode===0}getTextContent(){return this.getLatest().__text}getFormatFlags(e,t){return km(this.getLatest().__format,e,t)}canHaveFormat(){return!0}isInline(){return!0}createDOM(e,t){let n=this.__format,r=xf(0,n),i=Sf(0,n),a=r===null?i:r,o=document.createElement(a),s=o;this.hasFormat(`code`)&&o.setAttribute(`spellcheck`,`false`),r!==null&&(s=document.createElement(i),o.appendChild(s)),Tf(s,this,0,n,this.__text,e);let c=this.__style;return c!==``&&(o.style.cssText=c),o}updateDOM(e,t,n){let r=this.__text,i=e.__format,a=this.__format,o=xf(0,i),s=xf(0,a),c=Sf(0,i),l=Sf(0,a);if((o===null?c:o)!==(s===null?l:s))return!0;if(o===s&&c!==l){let e=t.firstChild;e??L(48);let i=document.createElement(l);return Tf(i,this,0,a,r,n),t.replaceChild(i,e),!1}let u=t;s!==null&&o!==null&&(u=t.firstChild,u??L(49)),wf(r,u,this);let d=n.theme.text;d!==void 0&&i!==a&&Cf(0,i,a,u,d);let f=e.__style,p=this.__style;return f!==p&&(t.style.cssText=p),!1}static importDOM(){return{"#text":()=>({conversion:Mf,priority:0}),b:()=>({conversion:kf,priority:0}),code:()=>({conversion:Ff,priority:0}),em:()=>({conversion:Ff,priority:0}),i:()=>({conversion:Ff,priority:0}),mark:()=>({conversion:Ff,priority:0}),s:()=>({conversion:Ff,priority:0}),span:()=>({conversion:Of,priority:0}),strong:()=>({conversion:Ff,priority:0}),sub:()=>({conversion:Ff,priority:0}),sup:()=>({conversion:Ff,priority:0}),u:()=>({conversion:Ff,priority:0})}}static importJSON(e){return If().updateFromJSON(e)}updateFromJSON(e){return super.updateFromJSON(e).setTextContent(e.text).setFormat(e.format).setDetail(e.detail).setMode(e.mode).setStyle(e.style)}exportDOM(e){let{element:t}=super.exportDOM(e);return Dh(t)||L(132),t.style.whiteSpace=`pre-wrap`,this.hasFormat(`lowercase`)?t.style.textTransform=`lowercase`:this.hasFormat(`uppercase`)?t.style.textTransform=`uppercase`:this.hasFormat(`capitalize`)&&(t.style.textTransform=`capitalize`),this.hasFormat(`bold`)&&(t=Ef(t,`b`)),this.hasFormat(`italic`)&&(t=Ef(t,`i`)),this.hasFormat(`strikethrough`)&&(t=Ef(t,`s`)),this.hasFormat(`underline`)&&(t=Ef(t,`u`)),{element:t}}exportJSON(){return{detail:this.getDetail(),format:this.getFormat(),mode:this.getMode(),style:this.getStyle(),text:this.getTextContent(),...super.exportJSON()}}selectionTransform(e,t){}setFormat(e){let t=this.getWritable();return t.__format=typeof e==`string`?Ol[e]:e,t}setDetail(e){let t=this.getWritable();return t.__detail=typeof e==`string`?kl[e]:e,t}setStyle(e){let t=this.getWritable();return t.__style=e,t}toggleFormat(e){let t=km(this.getFormat(),e,null);return this.setFormat(t)}toggleDirectionless(){let e=this.getWritable();return e.__detail^=1,e}toggleUnmergeable(){let e=this.getWritable();return e.__detail^=2,e}setMode(e){let t=Ml[e];if(this.__mode===t)return this;let n=this.getWritable();return n.__mode=t,n}setTextContent(e){if(this.__text===e)return this;let t=this.getWritable();return t.__text=e,t}select(e,t){Tp();let n=e,r=t,i=V(),a=this.getTextContent(),o=this.__key;if(typeof a==`string`){let e=a.length;n===void 0&&(n=e),r===void 0&&(r=e)}else n=0,r=0;if(!B(i))return rp(o,n,o,r,`text`,`text`);{let e=Pm();e!==i.anchor.key&&e!==i.focus.key||Nm(o),i.setTextNodeRange(this,n,this,r)}return i}selectStart(){return this.select(0,0)}selectEnd(){let e=this.getTextContentSize();return this.select(e,e)}spliceText(e,t,n,r){let i=this.getWritable(),a=i.__text,o=n.length,s=e;s<0&&(s=o+s,s<0&&(s=0));let c=V();if(r&&B(c)){let t=e+o;c.setTextNodeRange(i,t,i,t)}return i.__text=a.slice(0,s)+n+a.slice(s+t),i}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}splitText(...e){Tp();let t=this.getLatest(),n=t.getTextContent();if(n===``)return[];let r=t.__key,i=Pm(),a=n.length;e.sort((e,t)=>e-t),e.push(a);let o=[],s=e.length;for(let t=0,r=0;t<a&&r<=s;r++){let i=e[r];i>t&&(o.push(n.slice(t,i)),t=i)}let c=o.length;if(c===1)return[t];let l=o[0],u=t.getParent(),d,f=t.getFormat(),p=t.getStyle(),m=t.__detail,h=!1,g=null,_=null,v=V();if(B(v)){let[e,t]=v.isBackward()?[v.focus,v.anchor]:[v.anchor,v.focus];e.type===`text`&&e.key===r&&(g=e),t.type===`text`&&t.key===r&&(_=t)}t.isSegmented()?(d=If(l),d.__format=f,d.__style=p,d.__detail=m,d.__state=nu(t,d),h=!0):d=t.setTextContent(l);let y=[d];for(let e=1;e<c;e++){let n=If(o[e]);n.__format=f,n.__style=p,n.__detail=m,n.__state=nu(t,n);let a=n.__key;i===r&&Nm(a),y.push(n)}let b=g?g.offset:null,x=_?_.offset:null,S=0;for(let e of y){if(!g&&!_)break;let t=S+e.getTextContentSize();if(g!==null&&b!==null&&b<=t&&b>=S&&(g.set(e.getKey(),b-S,`text`),b<t&&(g=null)),_!==null&&x!==null&&x<=t&&x>=S){_.set(e.getKey(),x-S,`text`);break}S=t}if(u!==null){(function(e){let t=e.getPreviousSibling(),n=e.getNextSibling();t!==null&&Mm(t),n!==null&&Mm(n)})(this);let e=u.getWritable(),t=this.getIndexWithinParent();h?(e.splice(t,0,y),this.remove()):e.splice(t,1,y),B(v)&&cp(v,u,t,c-1)}return y}mergeWithSibling(e){let t=e===this.getPreviousSibling();t||e===this.getNextSibling()||L(50);let n=this.__key,r=e.__key,i=this.__text,a=i.length;Pm()===r&&Nm(n);let o=V();if(B(o)){let i=o.anchor,s=o.focus;i!==null&&i.key===r&&dp(i,t,n,e,a),s!==null&&s.key===r&&dp(s,t,n,e,a)}let s=e.__text,c=t?s+i:i+s;this.setTextContent(c);let l=this.getWritable();return e.remove(),l}isTextEntity(){return!1}};function Of(e){return{forChild:Lf(e.style),node:null}}function kf(e){let t=e,n=t.style.fontWeight===`normal`;return{forChild:Lf(t.style,n?void 0:`bold`),node:null}}var Af=new WeakMap;function jf(e){if(!Dh(e))return!1;if(e.nodeName===`PRE`)return!0;let t=e.style.whiteSpace;return typeof t==`string`&&t.startsWith(`pre`)}function Mf(e){let t=e;e.parentElement===null&&L(129);let n=t.textContent||``;if(function(e){let t,n=e.parentNode,r=[e];for(;n!==null&&(t=Af.get(n))===void 0&&!jf(n);)r.push(n),n=n.parentNode;let i=t===void 0?n:t;for(let e=0;e<r.length;e++)Af.set(r[e],i);return i}(t)!==null){let e=n.split(/(\r?\n|\t)/),t=[],r=e.length;for(let n=0;n<r;n++){let r=e[n];r===`
|
|
10
|
-
`||r===`\r
|
|
11
|
-
`?t.push(vf()):r===` `?t.push(zf()):r!==``&&t.push(If(r))}return{node:t}}if(n=n.replace(/\r/g,``).replace(/[ \t\n]+/g,` `),n===``)return{node:null};if(n[0]===` `){let e=t,r=!0;for(;e!==null&&(e=Nf(e,!1))!==null;){let t=e.textContent||``;if(t.length>0){/[ \t\n]$/.test(t)&&(n=n.slice(1)),r=!1;break}}r&&(n=n.slice(1))}if(n[n.length-1]===` `){let e=t,r=!0;for(;e!==null&&(e=Nf(e,!0))!==null;)if((e.textContent||``).replace(/^( |\t|\r?\n)+/,``).length>0){r=!1;break}r&&(n=n.slice(0,n.length-1))}return n===``?{node:null}:{node:If(n)}}function Nf(e,t){let n=e;for(;;){let e;for(;(e=t?n.nextSibling:n.previousSibling)===null;){let e=n.parentElement;if(e===null)return null;n=e}if(n=e,Dh(n)){let e=n.style.display;if(e===``&&!Ah(n)||e!==``&&!e.startsWith(`inline`))return null}let r=n;for(;(r=t?n.firstChild:n.lastChild)!==null;)n=r;if(Em(n))return n;if(n.nodeName===`BR`)return null}}var Pf={code:`code`,em:`italic`,i:`italic`,mark:`highlight`,s:`strikethrough`,strong:`bold`,sub:`subscript`,sup:`superscript`,u:`underline`};function Ff(e){let t=Pf[e.nodeName.toLowerCase()];return t===void 0?{node:null}:{forChild:Lf(e.style,t),node:null}}function If(e=``){return bh(new Df(e))}function z(e){return e instanceof Df}function Lf(e,t){let n=e.fontWeight,r=e.textDecoration.split(` `),i=n===`700`||n===`bold`,a=r.includes(`line-through`),o=e.fontStyle===`italic`,s=r.includes(`underline`),c=e.verticalAlign;return e=>z(e)?(i&&!e.hasFormat(`bold`)&&e.toggleFormat(`bold`),a&&!e.hasFormat(`strikethrough`)&&e.toggleFormat(`strikethrough`),o&&!e.hasFormat(`italic`)&&e.toggleFormat(`italic`),s&&!e.hasFormat(`underline`)&&e.toggleFormat(`underline`),c!==`sub`||e.hasFormat(`subscript`)||e.toggleFormat(`subscript`),c!==`super`||e.hasFormat(`superscript`)||e.toggleFormat(`superscript`),t&&!e.hasFormat(t)&&e.toggleFormat(t),e):e}var Rf=class e extends Df{static getType(){return`tab`}static clone(t){return new e(t.__key)}constructor(e){super(` `,e),this.__detail=2}static importDOM(){return null}createDOM(e){let t=super.createDOM(e),n=ah(e.theme,`tab`);return n!==void 0&&t.classList.add(...n),t}static importJSON(e){return zf().updateFromJSON(e)}setTextContent(e){return e!==` `&&e!==``&&il(126),super.setTextContent(` `)}spliceText(e,t,n,r){return n===``&&t===0||n===` `&&t===1||L(286),this}setDetail(e){return e!==2&&L(127),this}setMode(e){return e!==`normal`&&L(128),this}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}};function zf(){return bh(new Rf)}function Bf(e){return e instanceof Rf}var Vf=class{key;offset;type;_selection;constructor(e,t,n){this._selection=null,this.key=e,this.offset=t,this.type=n}is(e){return this.key===e.key&&this.offset===e.offset&&this.type===e.type}isBefore(e){return this.key===e.key?this.offset<e.offset:vg(Mg(Cg(this,`next`)),Mg(Cg(e,`next`)))<0}getNode(){let e=Fm(this.key);return e===null&&L(20),e}set(e,t,n,r){let i=this._selection,a=this.key;r&&this.key===e&&this.offset===t&&this.type===n||(this.key=e,this.offset=t,this.type=n,wp()||(Pm()===a&&Nm(e),i!==null&&(i.setCachedNodes(null),i.dirty=!0)))}};function Hf(e,t,n){return new Vf(e,t,n)}function Uf(e,t){let n=t.__key,r=e.offset,i=`element`;if(z(t)){i=`text`;let e=t.getTextContentSize();r>e&&(r=e)}else if(!H(t)){let e=t.getNextSibling();if(z(e))n=e.__key,r=0,i=`text`;else{let e=t.getParent();e&&(n=e.__key,r=t.getIndexWithinParent()+1)}}e.set(n,r,i)}function Wf(e,t){if(H(t)){let n=t.getLastDescendant();H(n)||z(n)?Uf(e,n):Uf(e,t)}else Uf(e,t)}var Gf=class e{_nodes;_cachedNodes;dirty;constructor(e){this._cachedNodes=null,this._nodes=e,this.dirty=!1}getCachedNodes(){return this._cachedNodes}setCachedNodes(e){this._cachedNodes=e}is(e){if(!qf(e))return!1;let t=this._nodes,n=e._nodes;return t.size===n.size&&Array.from(t).every(e=>n.has(e))}isCollapsed(){return!1}isBackward(){return!1}getStartEndPoints(){return null}add(e){this.dirty=!0,this._nodes.add(e),this._cachedNodes=null}delete(e){this.dirty=!0,this._nodes.delete(e),this._cachedNodes=null}clear(){this.dirty=!0,this._nodes.clear(),this._cachedNodes=null}has(e){return this._nodes.has(e)}clone(){return new e(new Set(this._nodes))}extract(){return this.getNodes()}insertRawText(e){}insertText(){}insertNodes(e){let t=this.getNodes(),n=t.length,r=t[n-1],i;if(z(r))i=r.select();else{let e=r.getIndexWithinParent()+1;i=r.getParentOrThrow().select(e,e)}i.insertNodes(e);for(let e=0;e<n;e++)t[e].remove()}getNodes(){let e=this._cachedNodes;if(e!==null)return e;let t=this._nodes,n=[];for(let e of t){let t=Fm(e);t!==null&&n.push(t)}return wp()||(this._cachedNodes=n),n}getTextContent(){let e=this.getNodes(),t=``;for(let n=0;n<e.length;n++)t+=e[n].getTextContent();return t}deleteNodes(){let e=this.getNodes();if((V()||sp())===this&&e[0]){let t=ag(e[0],`next`);Tg(gg(t,t))}for(let t of e)t.remove()}};function B(e){return e instanceof Kf}var Kf=class e{format;style;anchor;focus;_cachedNodes;dirty;constructor(e,t,n,r){this.anchor=e,this.focus=t,e._selection=this,t._selection=this,this._cachedNodes=null,this.format=n,this.style=r,this.dirty=!1}getCachedNodes(){return this._cachedNodes}setCachedNodes(e){this._cachedNodes=e}is(e){return!!B(e)&&this.anchor.is(e.anchor)&&this.focus.is(e.focus)&&this.format===e.format&&this.style===e.style}isCollapsed(){return this.anchor.is(this.focus)}getNodes(){let e=this._cachedNodes;if(e!==null)return e;let t=function(e){let t=[],[n,r]=e.getTextSlices();n&&t.push(n.caret.origin);let i=new Set,a=new Set;for(let n of e)if(tg(n)){let{origin:e}=n;t.length===0?i.add(e):(a.add(e),t.push(e))}else{let{origin:e}=n;H(e)&&a.has(e)||t.push(e)}if(r&&t.push(r.caret.origin),eg(e.focus)&&H(e.focus.origin)&&e.focus.getNodeAtCaret()===null)for(let n=lg(e.focus.origin,`previous`);tg(n)&&i.has(n.origin)&&!n.origin.isEmpty()&&n.origin.is(t[t.length-1]);n=dg(n))i.delete(n.origin),t.pop();for(;t.length>1;){let e=t[t.length-1];if(!H(e)||a.has(e)||e.isEmpty()||i.has(e))break;t.pop()}if(t.length===0&&e.isCollapsed()){let n=Mg(e.anchor),r=Mg(e.anchor.getFlipped()),i=e=>$h(e)?e.origin:e.getNodeAtCaret(),a=i(n)||i(r)||(e.anchor.getNodeAtCaret()?n.origin:r.origin);t.push(a)}return t}(Fg(Dg(this),`next`));return wp()||(this._cachedNodes=t),t}setTextNodeRange(e,t,n,r){this.anchor.set(e.__key,t,`text`),this.focus.set(n.__key,r,`text`)}getTextContent(){let e=this.getNodes();if(e.length===0)return``;let t=e[0],n=e[e.length-1],r=this.anchor,i=this.focus,a=r.isBefore(i),[o,s]=Yf(this),c=``,l=!0;for(let u=0;u<e.length;u++){let d=e[u];if(H(d)&&!d.isInline())l||(c+=`
|
|
12
|
-
`),l=!d.isEmpty();else if(l=!1,z(d)){let e=d.getTextContent();d===t?d===n?r.type===`element`&&i.type===`element`&&i.offset!==r.offset||(e=o<s?e.slice(o,s):e.slice(s,o)):e=a?e.slice(o):e.slice(s):d===n&&(e=a?e.slice(0,s):e.slice(0,o)),c+=e}else !qp(d)&&!yf(d)||d===n&&this.isCollapsed()||(c+=d.getTextContent())}return c}applyDOMRange(e){let t=Op(),n=t.getEditorState()._selection,r=np(e.startContainer,e.startOffset,e.endContainer,e.endOffset,t,n);if(r===null)return;let[i,a]=r;this.anchor.set(i.key,i.offset,i.type,!0),this.focus.set(a.key,a.offset,a.type,!0),ou(this)}clone(){let t=this.anchor,n=this.focus;return new e(Hf(t.key,t.offset,t.type),Hf(n.key,n.offset,n.type),this.format,this.style)}toggleFormat(e){this.format=km(this.format,e,null),this.dirty=!0}setFormat(e){this.format=e,this.dirty=!0}setStyle(e){this.style=e,this.dirty=!0}hasFormat(e){let t=Ol[e];return(this.format&t)!==0}insertRawText(e){let t=e.split(/(\r?\n|\t)/),n=[],r=t.length;for(let e=0;e<r;e++){let r=t[e];r===`
|
|
13
|
-
`||r===`\r
|
|
14
|
-
`?n.push(vf()):r===` `?n.push(zf()):n.push(If(r))}this.insertNodes(n)}insertText(e){let t=this.anchor,n=this.focus,r=this.format,i=this.style,a=t,o=n;!this.isCollapsed()&&n.isBefore(t)&&(a=n,o=t),a.type===`element`&&function(e,t,n,r){let i=e.getNode(),a=i.getChildAtIndex(e.offset),o=If();if(o.setFormat(n),o.setStyle(r),am(a))a.splice(0,0,[o]);else{let e=Yp(i)?im().append(o):o;a===null?i.append(e):a.insertBefore(e)}e.is(t)&&t.set(o.__key,0,`text`),e.set(o.__key,0,`text`)}(a,o,r,i),o.type===`element`&&wg(o,Mg(Cg(o,`next`)));let s=a.offset,c=o.offset,l=this.getNodes(),u=l.length,d=l[0];z(d)||L(26);let f=d.getTextContent().length,p=d.getParentOrThrow(),m=l[u-1];if(u===1&&o.type===`element`&&(c=f,o.set(a.key,c,`text`)),this.isCollapsed()&&s===f&&(Tm(d)||!d.canInsertTextAfter()||!p.canInsertTextAfter()&&d.getNextSibling()===null)){let t=d.getNextSibling();if(z(t)&&t.canInsertTextBefore()&&!Tm(t)||(t=If(),t.setFormat(r),t.setStyle(i),p.canInsertTextAfter()?d.insertAfter(t):p.insertAfter(t)),t.select(0,0),d=t,e!==``)return void this.insertText(e)}else if(this.isCollapsed()&&s===0&&(Tm(d)||!d.canInsertTextBefore()||!p.canInsertTextBefore()&&d.getPreviousSibling()===null)){let t=d.getPreviousSibling();if(z(t)&&!Tm(t)||(t=If(),t.setFormat(r),p.canInsertTextBefore()?d.insertBefore(t):p.insertBefore(t)),t.select(),d=t,e!==``)return void this.insertText(e)}else if(d.isSegmented()&&s!==f){let e=If(d.getTextContent());e.setFormat(r),d.replace(e),d=e}else if(!this.isCollapsed()&&e!==``){let t=m.getParent();if(!p.canInsertTextBefore()||!p.canInsertTextAfter()||H(t)&&(!t.canInsertTextBefore()||!t.canInsertTextAfter()))return this.insertText(``),tp(this.anchor,this.focus),void this.insertText(e)}if(u===1){if(wm(d)){let t=If(e);t.select(),d.replace(t);return}let t=d.getFormat(),n=d.getStyle();if(s!==c||t===r&&n===i){if(Bf(d)){let t=If(e);t.setFormat(r),t.setStyle(i),t.select(),d.replace(t);return}}else{if(d.getTextContent()!==``){let t=If(e);if(t.setFormat(r),t.setStyle(i),t.select(),s===0)d.insertBefore(t,!1);else{let[e]=d.splitText(s);e.insertAfter(t,!1)}t.isComposing()&&this.anchor.type===`text`&&(this.anchor.offset-=e.length);return}d.setFormat(r),d.setStyle(i)}let a=c-s;d=d.spliceText(s,a,e,!0),d.getTextContent()===``?d.remove():this.anchor.type===`text`&&(this.format=t,this.style=n,d.isComposing()&&(this.anchor.offset-=e.length))}else{let t=new Set([...d.getParentKeys(),...m.getParentKeys()]),n=H(d)?d:d.getParentOrThrow(),r=H(m)?m:m.getParentOrThrow(),i=m;if(!n.is(r)&&r.isInline())do i=r,r=r.getParentOrThrow();while(r.isInline());if(o.type===`text`&&(c!==0||m.getTextContent()===``)||o.type===`element`&&m.getIndexWithinParent()<c)if(z(m)&&!wm(m)&&c!==m.getTextContentSize()){if(m.isSegmented()){let e=If(m.getTextContent());m.replace(e),m=e}Yp(o.getNode())||o.type!==`text`||(m=m.spliceText(0,c,``)),t.add(m.__key)}else{let e=m.getParentOrThrow();e.canBeEmpty()||e.getChildrenSize()!==1?m.remove():e.remove()}else t.add(m.__key);let a=r.getChildren(),p=new Set(l),h=n.is(r),g=n.isInline()&&d.getNextSibling()===null?n:d;for(let e=a.length-1;e>=0;e--){let t=a[e];if(t.is(d)||H(t)&&t.isParentOf(d))break;t.isAttached()&&(!p.has(t)||t.is(i)?h||g.insertAfter(t,!1):t.remove())}if(!h){let e=r,n=null;for(;e!==null;){let r=e.getChildren(),i=r.length;(i===0||r[i-1].is(n))&&(t.delete(e.__key),n=e),e=e.getParent()}}if(wm(d))if(s===f)d.select();else{let t=If(e);t.select(),d.replace(t)}else d=d.spliceText(s,f-s,e,!0),d.getTextContent()===``?d.remove():this.anchor.type===`text`&&(this.format=d.getFormat(),this.style=d.getStyle(),d.isComposing()&&(this.anchor.offset-=e.length));for(let e=1;e<u;e++){let n=l[e],r=n.__key;t.has(r)||n.remove()}}}removeText(){let e=V()===this;Eg(this,jg(Dg(this))),e&&V()!==this&&Um(this)}formatText(e,t=null){if(this.isCollapsed())return this.toggleFormat(e),void Nm(null);let n=this.getNodes(),r=[];for(let e of n)z(e)&&r.push(e);let i=t=>{n.forEach(n=>{if(H(n)){let r=n.getFormatFlags(e,t);n.setTextFormat(r)}})},a=r.length;if(a===0)return this.toggleFormat(e),Nm(null),void i(t);let o=this.anchor,s=this.focus,c=this.isBackward(),l=c?s:o,u=c?o:s,d=0,f=r[0],p=l.type===`element`?0:l.offset;if(l.type===`text`&&p===f.getTextContentSize()&&(d=1,f=r[1],p=0),f==null)return;let m=f.getFormatFlags(e,t);i(m);let h=a-1,g=r[h],_=u.type===`text`?u.offset:g.getTextContentSize();if(f.is(g)){if(p===_)return;if(Tm(f)||p===0&&_===f.getTextContentSize())f.setFormat(m);else{let e=f.splitText(p,_),t=p===0?e[0]:e[1];t.setFormat(m),l.type===`text`&&l.set(t.__key,0,`text`),u.type===`text`&&u.set(t.__key,_-p,`text`)}this.format=m;return}p===0||Tm(f)||([,f]=f.splitText(p),p=0),f.setFormat(m);let v=g.getFormatFlags(e,m);_>0&&(_===g.getTextContentSize()||Tm(g)||([g]=g.splitText(_)),g.setFormat(v));for(let t=d+1;t<h;t++){let n=r[t],i=n.getFormatFlags(e,v);n.setFormat(i)}l.type===`text`&&l.set(f.__key,p,`text`),u.type===`text`&&u.set(g.__key,_,`text`),this.format=m|v}insertNodes(e){if(e.length===0)return;if(this.isCollapsed()||this.removeText(),this.anchor.key===`root`){this.insertParagraph();let t=V();return B(t)||L(134),t.insertNodes(e)}let t=(this.isBackward()?this.focus:this.anchor).getNode(),n=Wh(t,Mh),r=e[e.length-1];if(H(n)&&`__language`in n){if(`__language`in e[0])this.insertText(e[0].getTextContent());else{let t=hp(this);n.splice(t,0,e),r.selectEnd()}return}if(!e.some(e=>(H(e)||qp(e))&&!e.isInline())){H(n)||L(211,t.constructor.name,t.getType());let i=hp(this);n.splice(i,0,e),r.selectEnd();return}let i=function(e){let t=im(),n=null;for(let r=0;r<e.length;r++){let i=e[r],a=yf(i);if(a||qp(i)&&i.isInline()||H(i)&&i.isInline()||z(i)||i.isParentRequired()){if(n===null&&(n=i.createParentElementNode(),t.append(n),a))continue;n!==null&&n.append(i)}else t.append(i),n=null}return t}(e),a=i.getLastDescendant(),o=i.getChildren(),s=!H(n)||!n.isEmpty()?this.insertParagraph():null,c=o[o.length-1],l=o[0];var u;H(u=l)&&Mh(u)&&!u.isEmpty()&&H(n)&&(!n.isEmpty()||n.canMergeWhenEmpty())&&(H(n)||L(211,t.constructor.name,t.getType()),n.append(...l.getChildren()),l=o[1]),l&&(n===null&&L(212,t.constructor.name,t.getType()),function(e,t){let n=t.getParentOrThrow().getLastChild(),r=t,i=[t];for(;r!==n;)r.getNextSibling()||L(140),r=r.getNextSibling(),i.push(r);let a=e;for(let e of i)a=a.insertAfter(e)}(n,l));let d=Wh(a,Mh);s&&H(d)&&(s.canMergeWhenEmpty()||Mh(c))&&(d.append(...s.getChildren()),s.remove()),H(n)&&n.isEmpty()&&n.remove(),a.selectEnd();let f=H(n)?n.getLastChild():null;yf(f)&&d!==n&&f.remove()}insertParagraph(){if(this.anchor.key===`root`){let e=im();return Vm().splice(this.anchor.offset,0,[e]),e.select(),e}let e=hp(this),t=Wh(this.anchor.getNode(),Mh);H(t)||L(213);let n=t.getChildAtIndex(e),r=n?[n,...n.getNextSiblings()]:[],i=t.insertNewAfter(this,!1);return i?(i.append(...r),i.selectStart(),i):null}insertLineBreak(e){let t=vf();if(this.insertNodes([t]),e){let e=t.getParentOrThrow(),n=t.getIndexWithinParent();e.select(n,n)}}extract(){let e=[...this.getNodes()],t=e.length,n=e[0],r=e[t-1],[i,a]=Yf(this),o=this.isBackward(),[s,c]=o?[this.focus,this.anchor]:[this.anchor,this.focus],[l,u]=o?[a,i]:[i,a];if(t===0)return[];if(t===1){if(z(n)&&!this.isCollapsed()){let e=n.splitText(l,u),t=l===0?e[0]:e[1];return t?(s.set(t.getKey(),0,`text`),c.set(t.getKey(),t.getTextContentSize(),`text`),[t]):[]}return[n]}if(z(n)&&(l===n.getTextContentSize()?e.shift():l!==0&&([,n]=n.splitText(l),e[0]=n,s.set(n.getKey(),0,`text`))),z(r)){let t=r.getTextContent().length;u===0?e.pop():u!==t&&([r]=r.splitText(u),e[e.length-1]=r,c.set(r.getKey(),r.getTextContentSize(),`text`))}return e}modify(e,t,n){if(_p(this,e,t,n))return;let r=e===`move`,i=Op(),a=Th(_h(i));if(!a)return;let o=i._blockCursorElement,s=i._rootElement,c=this.focus.getNode();if(s===null||o===null||!H(c)||c.isInline()||c.canBeEmpty()||wh(o,i,s),this.dirty){let e=uh(i,this.anchor.key),t=uh(i,this.focus.key);this.anchor.type===`text`&&(e=Om(e)),this.focus.type===`text`&&(t=Om(t)),e&&t&&fp(a,e,this.anchor.offset,t,this.focus.offset)}if(function(e,t,n,r){e.modify(t,n,r)}(a,e,t?`backward`:`forward`,n),a.rangeCount>0){let e=a.getRangeAt(0),n=this.anchor.getNode(),i=Yp(n)?n:vh(n);if(this.applyDOMRange(e),this.dirty=!0,!r){let n=this.getNodes(),r=[],o=!1;for(let e=0;e<n.length;e++){let t=n[e];hh(t,i)?r.push(t):o=!0}if(o&&r.length>0)if(t){let e=r[0];H(e)?e.selectStart():e.getParentOrThrow().selectStart()}else{let e=r[r.length-1];H(e)?e.selectEnd():e.getParentOrThrow().selectEnd()}a.anchorNode===e.startContainer&&a.anchorOffset===e.startOffset||function(e){let t=e.focus,n=e.anchor,r=n.key,i=n.offset,a=n.type;n.set(t.key,t.offset,t.type,!0),t.set(r,i,a,!0)}(this)}}n===`lineboundary`&&_p(this,e,t,n,`decorators`)}forwardDeletion(e,t,n){if(!n&&(e.type===`element`&&H(t)&&e.offset===t.getChildrenSize()||e.type===`text`&&e.offset===t.getTextContentSize())){let e=t.getParent(),n=t.getNextSibling()||(e===null?null:e.getNextSibling());if(H(n)&&n.isShadowRoot())return!0}return!1}deleteCharacter(e){let t=this.isCollapsed();if(this.isCollapsed()){let t=this.anchor,n=t.getNode();if(this.forwardDeletion(t,n,e))return;let r=mg(Cg(t,e?`previous`:`next`));if(r.getTextSlices().every(e=>e===null||e.distance===0)){let e={type:`initial`};for(let t of r.iterNodeCarets(`shadowRoot`))if(tg(t)){if(!t.origin.isInline()){if(t.origin.isShadowRoot()){if(e.type===`merge-block`)break;if(H(r.anchor.origin)&&r.anchor.origin.isEmpty()){let e=Mg(t);Eg(this,gg(e,e)),r.anchor.origin.remove()}return}e.type!==`merge-next-block`&&e.type!==`merge-block`||(e={block:e.block,caret:t,type:`merge-block`})}}else{if(e.type===`merge-block`)break;if(eg(t)){if(H(t.origin)){if(t.origin.isInline()){if(!t.origin.isParentOf(r.anchor.origin))break}else e={block:t.origin,type:`merge-next-block`};continue}if(qp(t.origin)){if(!t.origin.isIsolated())if(e.type===`merge-next-block`&&(t.origin.isKeyboardSelectable()||!t.origin.isInline())&&H(r.anchor.origin)&&r.anchor.origin.isEmpty()){r.anchor.origin.remove();let e=ap();e.add(t.origin.getKey()),Um(e)}else t.origin.remove();return}break}}if(e.type===`merge-block`){let{caret:t,block:n}=e;return Eg(this,gg(!t.origin.isEmpty()&&n.isEmpty()?Og(ag(n,t.direction)):r.anchor,t)),this.removeText()}}let i=this.focus;if(this.modify(`extend`,e,`character`),this.isCollapsed()){if(e&&t.offset===0&&Xf(this,t.getNode()))return}else{let r=i.type===`text`?i.getNode():null;if(n=t.type===`text`?t.getNode():null,r!==null&&r.isSegmented()){let t=i.offset,a=r.getTextContentSize();if(r.is(n)||e&&t!==a||!e&&t!==0)return void Qf(r,e,t)}else if(n!==null&&n.isSegmented()){let i=t.offset,a=n.getTextContentSize();if(n.is(r)||e&&i!==0||!e&&i!==a)return void Qf(n,e,i)}(function(e,t){let n=e.anchor,r=e.focus,i=n.getNode();if(i===r.getNode()&&n.type===`text`&&r.type===`text`){let e=n.offset,a=r.offset,o=e<a,s=o?e:a,c=o?a:e,l=c-1;s!==l&&(function(e){return!(Gm(e)||Zf(e))})(i.getTextContent().slice(s,c))&&(t?r.set(r.key,l,r.type):n.set(n.key,l,n.type))}})(this,e)}}if(this.removeText(),e&&!t&&this.isCollapsed()&&this.anchor.type===`element`&&this.anchor.offset===0){let e=this.anchor.getNode();e.isEmpty()&&Yp(e.getParent())&&e.getPreviousSibling()===null&&Xf(this,e)}}deleteLine(e){this.isCollapsed()&&this.modify(`extend`,e,`lineboundary`),this.isCollapsed()?this.deleteCharacter(e):this.removeText()}deleteWord(e){if(this.isCollapsed()){let t=this.anchor,n=t.getNode();if(this.forwardDeletion(t,n,e))return;this.modify(`extend`,e,`word`)}this.isCollapsed()?this.deleteCharacter(e):this.removeText()}isBackward(){return this.focus.isBefore(this.anchor)}getStartEndPoints(){return[this.anchor,this.focus]}};function qf(e){return e instanceof Gf}function Jf(e){let t=e.offset;if(e.type===`text`)return t;let n=e.getNode();return t===n.getChildrenSize()?n.getTextContent().length:0}function Yf(e){let t=e.getStartEndPoints();if(t===null)return[0,0];let[n,r]=t;return n.type===`element`&&r.type===`element`&&n.key===r.key&&n.offset===r.offset?[0,0]:[Jf(n),Jf(r)]}function Xf(e,t){for(let n=t;n;n=n.getParent()){if(H(n)){if(n.collapseAtStart(e))return!0;if(yh(n))break}if(n.getPreviousSibling())break}return!1}var Zf=(()=>{try{let e=RegExp(`\\p{Emoji}`,`u`),t=e.test.bind(e);if(t(`❤️`)&&t(`#️⃣`)&&t(`👍`))return t}catch{}return()=>!1})();function Qf(e,t,n){let r=e,i=r.getTextContent().split(/(?=\s)/g),a=i.length,o=0,s=0;for(let e=0;e<a;e++){let r=e===a-1;if(s=o,o+=i[e].length,t&&o===n||o>n||r){i.splice(e,1),r&&(s=void 0);break}}let c=i.join(``).trim();c===``?r.remove():(r.setTextContent(c),r.select(s,s))}function $f(e,t,n,r){let i,a=t;if(Dh(e)){let o=!1,s=e.childNodes,c=s.length,l=r._blockCursorElement;a===c&&(o=!0,a=c-1);let u=s[a],d=!1;if(u===l)u=s[a+1],d=!0;else if(l!==null){let n=l.parentNode;e===n&&t>Array.prototype.indexOf.call(n.children,l)&&a--}if(i=Wm(u),z(i))a=sg(i,o?`next`:`previous`);else{let s=Wm(e);if(s===null)return null;if(H(s)){let c=r.getElementByKey(s.getKey());c===null&&L(214);let l=s.getDOMSlot(c);[s,a]=l.resolveChildIndex(s,c,e,t),H(s)||L(215),o&&a>=s.getChildrenSize()&&(a=Math.max(0,s.getChildrenSize()-1));let u=s.getChildAtIndex(a);if(H(u)&&function(e,t,n){let r=e.getParent();return n===null||r===null||!r.canBeEmpty()||r!==n.getNode()}(u,0,n)){let e=o?u.getLastDescendant():u.getFirstDescendant();e===null?s=u:(u=e,s=H(u)?u:u.getParentOrThrow()),a=0}z(u)?(i=u,s=null,a=sg(u,o?`next`:`previous`)):u!==s&&o&&!d&&(H(s)||L(216),a=Math.min(s.getChildrenSize(),a+1))}else{let n=s.getIndexWithinParent();a=t===0&&qp(s)&&Wm(e)===s?n:n+1,s=s.getParentOrThrow()}if(H(s))return Hf(s.__key,a,`element`)}}else i=Wm(e);return z(i)?Hf(i.__key,sg(i,a,`clamp`),`text`):null}function ep(e,t,n){let r=e.offset,i=e.getNode();if(r===0){let r=i.getPreviousSibling(),a=i.getParent();if(t){if((n||!t)&&r===null&&H(a)&&a.isInline()){let t=a.getPreviousSibling();z(t)&&e.set(t.__key,t.getTextContent().length,`text`)}}else H(r)&&!n&&r.isInline()?e.set(r.__key,r.getChildrenSize(),`element`):z(r)&&e.set(r.__key,r.getTextContent().length,`text`)}else if(r===i.getTextContent().length){let r=i.getNextSibling(),a=i.getParent();if(t&&H(r)&&r.isInline())e.set(r.__key,0,`element`);else if((n||t)&&r===null&&H(a)&&a.isInline()&&!a.canInsertTextAfter()){let t=a.getNextSibling();z(t)&&e.set(t.__key,0,`text`)}}}function tp(e,t,n){if(e.type===`text`&&t.type===`text`){let n=e.isBefore(t),r=e.is(t);ep(e,n,r),ep(t,!n,r),r&&t.set(e.key,e.offset,e.type)}}function np(e,t,n,r,i,a){if(e===null||n===null||!bm(i,e,n))return null;let o=$f(e,t,B(a)?a.anchor:null,i);if(o===null)return null;let s=$f(n,r,B(a)?a.focus:null,i);if(s===null)return null;if(o.type===`element`&&s.type===`element`){let t=Wm(e),r=Wm(n);if(qp(t)&&qp(r))return null}return tp(o,s),[o,s]}function rp(e,t,n,r,i,a){let o=Dp(),s=new Kf(Hf(e,t,i),Hf(n,r,a),0,``);return s.dirty=!0,o._selection=s,s}function ip(){return new Kf(Hf(`root`,0,`element`),Hf(`root`,0,`element`),0,``)}function ap(){return new Gf(new Set)}function op(e,t,n,r){let i=n._window;if(i===null)return null;let a=r||i.event,o=a?a.type:void 0,s=o===`selectionchange`,c=!Il&&(s||o===`beforeinput`||o===`compositionstart`||o===`compositionend`||o===`click`&&a&&a.detail===3||o===`drop`||o===void 0),l,u,d,f;if(B(e)&&!c)return e.clone();if(t===null)return null;if(l=t.anchorNode,u=t.focusNode,d=t.anchorOffset,f=t.focusOffset,(s||o===void 0)&&B(e)&&!bm(n,l,u))return e.clone();let p=np(l,d,u,f,n,e);if(p===null)return null;let[m,h]=p,g=0,_=``;if(B(e)){let t=e.anchor;if(m.key===t.key)g=e.format,_=e.style;else{let e=m.getNode();z(e)?(g=e.getFormat(),_=e.getStyle()):H(e)&&(g=e.getTextFormat(),_=e.getTextStyle())}}return new Kf(m,h,g,_)}function V(){return Dp()._selection}function sp(){return Op()._editorState._selection}function cp(e,t,n,r=1){let i=e.anchor,a=e.focus,o=i.getNode(),s=a.getNode();if(!t.is(o)&&!t.is(s))return;let c=t.__key;if(e.isCollapsed()){let t=i.offset;if(n<=t&&r>0||n<t&&r<0){let n=Math.max(0,t+r);i.set(c,n,`element`),a.set(c,n,`element`),lp(e)}}else{let o=e.isBackward(),s=o?a:i,l=s.getNode(),u=o?i:a,d=u.getNode();if(t.is(l)){let e=s.offset;(n<=e&&r>0||n<e&&r<0)&&s.set(c,Math.max(0,e+r),`element`)}if(t.is(d)){let e=u.offset;(n<=e&&r>0||n<e&&r<0)&&u.set(c,Math.max(0,e+r),`element`)}}lp(e)}function lp(e){let t=e.anchor,n=t.offset,r=e.focus,i=r.offset,a=t.getNode(),o=r.getNode();if(e.isCollapsed()){if(!H(a))return;let e=a.getChildrenSize(),i=n>=e,o=i?a.getChildAtIndex(e-1):a.getChildAtIndex(n);if(z(o)){let e=0;i&&(e=o.getTextContentSize()),t.set(o.__key,e,`text`),r.set(o.__key,e,`text`)}return}if(H(a)){let e=a.getChildrenSize(),r=n>=e,i=r?a.getChildAtIndex(e-1):a.getChildAtIndex(n);if(z(i)){let e=0;r&&(e=i.getTextContentSize()),t.set(i.__key,e,`text`)}}if(H(o)){let e=o.getChildrenSize(),t=i>=e,n=t?o.getChildAtIndex(e-1):o.getChildAtIndex(i);if(z(n)){let e=0;t&&(e=n.getTextContentSize()),r.set(n.__key,e,`text`)}}}function up(e,t,n,r,i){let a=null,o=0,s=null;r===null?i!==null&&(a=i.__key,z(i)?s=`text`:H(i)&&(s=`element`)):(a=r.__key,z(r)?(o=r.getTextContentSize(),s=`text`):H(r)&&(o=r.getChildrenSize(),s=`element`)),a!==null&&s!==null?e.set(a,o,s):(o=t.getIndexWithinParent(),o===-1&&(o=n.getChildrenSize()),e.set(n.__key,o,`element`))}function dp(e,t,n,r,i){e.type===`text`?e.set(n,e.offset+(t?0:i),`text`):e.offset>r.getIndexWithinParent()&&e.set(e.key,e.offset-1,`element`)}function fp(e,t,n,r,i){try{e.setBaseAndExtent(t,n,r,i)}catch{}}function pp(e,t,n){let r=uh(e,t.getKey());if(H(t)){let e=t.getDOMSlot(r);return[e.element,n+e.getFirstChildOffset()]}return[r,n]}function mp(e,t,n,r,i,a,o){let s=r.anchorNode,c=r.focusNode,l=r.anchorOffset,u=r.focusOffset,d=document.activeElement;if(i.has(`collaboration`)&&d!==a||d!==null&&ym(d))return;if(!B(t))return void(e!==null&&bm(n,s,c)&&r.removeAllRanges());let f=t.anchor,p=t.focus,m=f.getNode(),h=p.getNode(),[g,_]=pp(n,m,f.offset),[v,y]=pp(n,h,p.offset),b=t.format,x=t.style,S=t.isCollapsed(),C=g,w=v,T=!1;var E,ee,D,te,O;if((f.type===`text`?(C=Om(g),T=m.getFormat()!==b||m.getStyle()!==x):B(e)&&e.anchor.type===`text`&&(T=!0),p.type===`text`&&(w=Om(v)),C!==null&&w!==null)&&(S&&(e===null||T||B(e)&&(e.format!==b||e.style!==x))&&(E=b,ee=x,D=_,te=f.key,O=performance.now(),Ud=[E,ee,D,te,O]),l!==_||u!==y||s!==C||c!==w||r.type===`Range`&&S||(d!==null&&a.contains(d)||i.has(`skip-selection-focus`)||a.focus({preventScroll:!0}),f.type===`element`))){if(fp(r,C,_,w,y),!cl||!t.isCollapsed()||a===null||i.has(`skip-selection-focus`)||document.activeElement!==null&&a.contains(document.activeElement)||a.focus({preventScroll:!0}),!i.has(`skip-scroll-into-view`)&&t.isCollapsed()&&a!==null&&a===document.activeElement){let e=B(t)&&t.anchor.type===`element`?C.childNodes[_]||null:r.rangeCount>0?r.getRangeAt(0):null;if(e!==null){let t;if(e instanceof Text){let n=document.createRange();n.selectNode(e),t=n.getBoundingClientRect()}else t=e.getBoundingClientRect();(function(e,t,n){let r=fh(n),i=gh(r);if(r===null||i===null)return;let{top:a,bottom:o}=t,s=0,c=0,l=n;for(;l!==null;){let t=l===r.body;if(t){s=0,c=_h(e).innerHeight;let t=i.getComputedStyle(r.documentElement),n=parseFloat(t.scrollPaddingTop),a=parseFloat(t.scrollPaddingBottom);isFinite(n)&&(s+=n),isFinite(a)&&(c-=a)}else{let e=l.getBoundingClientRect();s=e.top,c=e.bottom}let n=0;if(a<s?n=-(s-a):o>c&&(n=o-c),n!==0)if(t)i.scrollBy(0,n);else{let e=l.scrollTop;l.scrollTop+=n;let t=l.scrollTop-e;a-=t,o-=t}if(t)break;l=dh(l)}})(n,t,a)}}Id=!0}}function hp(e){let t=e;e.isCollapsed()||t.removeText();let n=V();B(n)&&(t=n),B(t)||L(161);let r=t.anchor,i=r.getNode(),a=r.offset;for(;!Mh(i);){let e=i;if([i,a]=gp(i,a),e.is(i))break}return a}function gp(e,t){let n=e.getParent();if(!n){let e=im();return Vm().append(e),e.select(),[Vm(),0]}if(z(e)){let r=e.splitText(t);if(r.length===0)return[n,e.getIndexWithinParent()];let i=t===0?0:1;return[n,r[0].getIndexWithinParent()+i]}if(!H(e)||t===0)return[n,e.getIndexWithinParent()];let r=e.getChildAtIndex(t);if(r){let n=new Kf(Hf(e.__key,t,`element`),Hf(e.__key,t,`element`),0,``),i=e.insertNewAfter(n);i&&i.append(r,...r.getNextSiblings())}return[n,e.getIndexWithinParent()+1]}function _p(e,t,n,r,i=`decorators-and-blocks`){if(t===`move`&&r===`character`&&!e.isCollapsed()){let[t,r]=n===e.isBackward()?[e.focus,e.anchor]:[e.anchor,e.focus];return r.set(t.key,t.offset,t.type),!0}let a=Cg(e.focus,n?`previous`:`next`),o=r===`lineboundary`,s=t===`move`,c=a,l=i===`decorators-and-blocks`;if(!Ng(c)){for(let e of c){l=!1;let{origin:t}=e;if(!qp(t)||t.isIsolated()||(c=e,!o||!t.isInline()))break}if(l)for(let e of mg(a).iterNodeCarets(t===`extend`?`shadowRoot`:`root`)){if(tg(e))e.origin.isInline()||(c=e);else{if(H(e.origin))continue;qp(e.origin)&&!e.origin.isInline()&&(c=e)}break}}if(c===a)return!1;if(s&&!o&&qp(c.origin)&&c.origin.isKeyboardSelectable()){let e=ap();return e.add(c.origin.getKey()),Um(e),!0}return c=Mg(c),s&&wg(e.anchor,c),wg(e.focus,c),l||!o}var vp=null,yp=null,bp=!1,xp=!1,Sp=0,Cp={characterData:!0,childList:!0,subtree:!0};function wp(){return bp||vp!==null&&vp._readOnly}function Tp(){bp&&L(13)}function Ep(){Sp>99&&L(14)}function Dp(){return vp===null&&L(195,kp()),vp}function Op(){return yp===null&&L(196,kp()),yp}function kp(){let e=0,t=new Set,n=dm.version;if(typeof window<`u`)for(let r of document.querySelectorAll(`[contenteditable]`)){let i=Cm(r);if(xm(i))e++;else if(i){let e=String(i.constructor.version||`<0.17.1`);e===n&&(e+=` (separately built, likely a bundler configuration issue)`),t.add(e)}}let r=` Detected on the page: ${e} compatible editor(s) with version ${n}`;return t.size&&(r+=` and incompatible editors with versions ${Array.from(t).join(`, `)}`),r}function Ap(){return yp}function jp(e,t,n){let r=t.__type,i=hm(e,r),a=n.get(r);a===void 0&&(a=Array.from(i.transforms),n.set(r,a));let o=a.length;for(let e=0;e<o&&(a[e](t),t.isAttached());e++);}function Mp(e,t){return e!==void 0&&e.__key!==t&&e.isAttached()}function Np(e,t){if(!t)return;let n=e._updateTags,r=t;Array.isArray(t)||(r=[t]);for(let e of r)n.add(e)}function Pp(e,t){let n=e.type,r=t.get(n);r===void 0&&L(17,n);let i=r.klass;e.type!==i.getType()&&L(18,i.name);let a=i.importJSON(e),o=e.children;if(H(a)&&Array.isArray(o))for(let e=0;e<o.length;e++){let n=Pp(o[e],t);a.append(n)}return a}function Fp(e,t,n){let r=vp,i=bp,a=yp;vp=t,bp=!0,yp=e;try{return n()}finally{vp=r,bp=i,yp=a}}function Ip(e,t){let n=e._pendingEditorState,r=e._rootElement,i=e._headless||r===null;if(n===null)return;let a=e._editorState,o=a._selection,s=n._selection,c=e._dirtyType!==0,l=vp,u=bp,d=yp,f=e._updating,p=e._observer,m=null;if(e._pendingEditorState=null,e._editorState=n,!i&&c&&p!==null){yp=e,vp=n,bp=!1,e._updating=!0;try{let t=e._dirtyType,r=e._dirtyElements,i=e._dirtyLeaves;p.disconnect(),m=Bu(a,n,e,t,r,i)}catch(t){if(t instanceof Error&&e._onError(t),xp)throw t;om(e,null,r,n),Gl(e),e._dirtyType=2,xp=!0,Ip(e,a),xp=!1;return}finally{p.observe(r,Cp),e._updating=f,vp=l,bp=u,yp=d}}n._readOnly||=!0;let h=e._dirtyLeaves,g=e._dirtyElements,_=e._normalizedNodes,v=e._updateTags,y=e._deferred;c&&(e._dirtyType=0,e._cloneNotNeeded.clear(),e._dirtyLeaves=new Set,e._dirtyElements=new Map,e._normalizedNodes=new Set,e._updateTags=new Set),function(e,t){let n=e._decorators,r=e._pendingDecorators||n,i=t._nodeMap,a;for(a in r)i.has(a)||(r===n&&(r=zm(e)),delete r[a])}(e,n);let b=i?null:Th(_h(e));if(e._editable&&b!==null&&(c||s===null||s.dirty||!s.is(o))&&r!==null&&!v.has(`skip-dom-selection`)){yp=e,vp=n;try{if(p!==null&&p.disconnect(),c||s===null||s.dirty){let t=e._blockCursorElement;t!==null&&wh(t,e,r),mp(o,s,e,b,v,r)}(function(e,t,n){let r=e._blockCursorElement;if(B(n)&&n.isCollapsed()&&n.anchor.type===`element`&&t.contains(document.activeElement)){let i=n.anchor,a=i.getNode(),o=i.offset,s=!1,c=null;if(o===a.getChildrenSize())Ch(a.getChildAtIndex(o-1))&&(s=!0);else{let t=a.getChildAtIndex(o);if(t!==null&&Ch(t)){let n=t.getPreviousSibling();(n===null||Ch(n))&&(s=!0,c=e.getElementByKey(t.__key))}}if(s){let n=e.getElementByKey(a.__key);r===null&&(e._blockCursorElement=r=function(e){let t=e.theme,n=document.createElement(`div`);n.contentEditable=`false`,n.setAttribute(`data-lexical-cursor`,`true`);let r=t.blockCursor;return r!==void 0&&(typeof r==`string`&&(r=t.blockCursor=Bg(r)),r!==void 0&&n.classList.add(...r)),n}(e._config)),t.style.caretColor=`transparent`,c===null?n.appendChild(r):n.insertBefore(r,c);return}}r!==null&&wh(r,e,t)})(e,r,s)}finally{p!==null&&p.observe(r,Cp),yp=d,vp=l}}m!==null&&function(e,t,n,r,i){let a=Array.from(e._listeners.mutation),o=a.length;for(let e=0;e<o;e++){let[o,s]=a[e];for(let e of s){let a=t.get(e);a!==void 0&&o(a,{dirtyLeaves:r,prevEditorState:i,updateTags:n})}}}(e,m,v,h,a),B(s)||s===null||o!==null&&o.is(s)||e.dispatchCommand(Hu,void 0);let x=e._pendingDecorators;x!==null&&(e._decorators=x,e._pendingDecorators=null,Lp(`decorator`,e,!0,x)),function(e,t,n){let r=Bm(t),i=Bm(n);r!==i&&Lp(`textcontent`,e,!0,i)}(e,t||a,n),Lp(`update`,e,!0,{dirtyElements:g,dirtyLeaves:h,editorState:n,mutatedNodes:m,normalizedNodes:_,prevEditorState:t||a,tags:v}),function(e,t){if(e._deferred=[],t.length!==0){let n=e._updating;e._updating=!0;try{for(let e=0;e<t.length;e++)t[e]()}finally{e._updating=n}}}(e,y),function(e){let t=e._updates;if(t.length!==0){let n=t.shift();if(n){let[t,r]=n;Bp(e,t,r)}}}(e)}function Lp(e,t,n,...r){let i=t._updating;t._updating=n;try{let n=t._listeners[e],i=Array.from(n);for(let[e,t]of i){t&&t();let i=e(...r);n.has(e)?n.set(e,i):i&&i()}}finally{t._updating=i}}function Rp(e,t,n,r){let i=Km(e),a;for(let e=4;e>=0;e--)for(let o=0;o<i.length;o++){let s=i[o];if(o>0&&s._updating){a=s;break}let c=s._commands.get(t);if(c!==void 0){let t=c[e];if(t!==void 0){let e=Array.from(t),i=e.length,a=!1;if(Vp(s,()=>{for(let t=0;t<i;t++)if(e[t](n,r))return void(a=!0)}),a)return a}}}return a&&a.update(()=>{Rp(a,t,n,r)}),!1}function zp(e,t){let n=e._updates,r=t||!1;for(;n.length!==0;){let t=n.shift();if(t){let[n,i]=t,a=e._pendingEditorState,o;i!==void 0&&(o=i.onUpdate,i.skipTransforms&&(r=!0),i.discrete&&(a===null&&L(191),a._flushSync=!0),o&&e._deferred.push(o),Np(e,i.tag)),a==null?Bp(e,n,i):n()}}return r}function Bp(e,t,n){let r=e._updateTags,i,a=!1,o=!1;n!==void 0&&(i=n.onUpdate,Np(e,n.tag),a=n.skipTransforms||!1,o=n.discrete||!1),i&&e._deferred.push(i);let s=e._editorState,c=e._pendingEditorState,l=!1;(c===null||c._readOnly)&&(c=e._pendingEditorState=Xp(c||s),l=!0),c._flushSync=o;let u=vp,d=bp,f=yp,p=e._updating;vp=c,bp=!1,e._updating=!0,yp=e;let m=e._headless||e.getRootElement()===null;pm(null);try{l&&(m?s._selection!==null&&(c._selection=s._selection.clone()):c._selection=function(e,t){let n=e.getEditorState()._selection,r=Th(_h(e));return B(n)||n==null?op(n,r,e,t):n.clone()}(e,n&&n.event||null));let r=e._compositionKey;t(),a=zp(e,a),function(e,t){let n=t.getEditorState()._selection,r=e._selection;if(B(r)){let e=r.anchor,t=r.focus,i;if(e.type===`text`&&(i=e.getNode(),i.selectionTransform(n,r)),t.type===`text`){let e=t.getNode();i!==e&&e.selectionTransform(n,r)}}}(c,e),e._dirtyType!==0&&(a?function(e,t){let n=t._dirtyLeaves,r=e._nodeMap;for(let e of n){let t=r.get(e);z(t)&&t.isAttached()&&t.isSimpleText()&&!t.isUnmergeable()&&au(t)}}(c,e):function(e,t){let n=t._dirtyLeaves,r=t._dirtyElements,i=e._nodeMap,a=Pm(),o=new Map,s=n,c=s.size,l=r,u=l.size;for(;c>0||u>0;){if(c>0){t._dirtyLeaves=new Set;for(let e of s){let r=i.get(e);z(r)&&r.isAttached()&&r.isSimpleText()&&!r.isUnmergeable()&&au(r),r!==void 0&&Mp(r,a)&&jp(t,r,o),n.add(e)}if(s=t._dirtyLeaves,c=s.size,c>0){Sp++;continue}}t._dirtyLeaves=new Set,t._dirtyElements=new Map,l.delete(`root`)&&l.set(`root`,!0);for(let e of l){let n=e[0],s=e[1];if(r.set(n,s),!s)continue;let c=i.get(n);c!==void 0&&Mp(c,a)&&jp(t,c,o)}s=t._dirtyLeaves,c=s.size,l=t._dirtyElements,u=l.size,Sp++}t._dirtyLeaves=n,t._dirtyElements=r}(c,e),zp(e),function(e,t,n,r){let i=e._nodeMap,a=t._nodeMap,o=[];for(let[e]of r){let t=a.get(e);t!==void 0&&(t.isAttached()||(H(t)&&Fl(t,e,i,a,o,r),i.has(e)||r.delete(e),o.push(e)))}for(let e of o)a.delete(e);for(let e of n){let t=a.get(e);t===void 0||t.isAttached()||(i.has(e)||n.delete(e),a.delete(e))}}(s,c,e._dirtyLeaves,e._dirtyElements)),r!==e._compositionKey&&(c._flushSync=!0);let i=c._selection;if(B(i)){let e=c._nodeMap,t=i.anchor.key,n=i.focus.key;e.get(t)!==void 0&&e.get(n)!==void 0||L(19)}else qf(i)&&i._nodes.size===0&&(c._selection=null)}catch(t){t instanceof Error&&e._onError(t),e._pendingEditorState=s,e._dirtyType=2,e._cloneNotNeeded.clear(),e._dirtyLeaves=new Set,e._dirtyElements.clear(),Ip(e);return}finally{vp=u,bp=d,yp=f,e._updating=p,Sp=0}e._dirtyType!==0||e._deferred.length>0||function(e,t){let n=t.getEditorState()._selection,r=e._selection;if(r!==null){if(r.dirty||!r.is(n))return!0}else if(n!==null)return!0;return!1}(c,e)?c._flushSync?(c._flushSync=!1,Ip(e)):l&&_m(()=>{Ip(e)}):(c._flushSync=!1,l&&(r.clear(),e._deferred=[],e._pendingEditorState=null))}function Vp(e,t,n){yp===e&&n===void 0?t():Bp(e,t,n)}var Hp=class e{element;before;after;constructor(e,t,n){this.element=e,this.before=t||null,this.after=n||null}withBefore(t){return new e(this.element,t,this.after)}withAfter(t){return new e(this.element,this.before,t)}withElement(t){return this.element===t?this:new e(t,this.before,this.after)}insertChild(e){let t=this.before||this.getManagedLineBreak();return t!==null&&t.parentElement!==this.element&&L(222),this.element.insertBefore(e,t),this}removeChild(e){return e.parentElement!==this.element&&L(223),this.element.removeChild(e),this}replaceChild(e,t){return t.parentElement!==this.element&&L(224),this.element.replaceChild(e,t),this}getFirstChild(){let e=this.after?this.after.nextSibling:this.element.firstChild;return e===this.before||e===this.getManagedLineBreak()?null:e}getManagedLineBreak(){return this.element.__lexicalLineBreak||null}setManagedLineBreak(e){if(e===null)this.removeManagedLineBreak();else{let t=e===`decorator`&&(hl||ul||fl);this.insertManagedLineBreak(t)}}removeManagedLineBreak(){let e=this.getManagedLineBreak();if(e){let t=this.element,n=e.nodeName===`IMG`?e.nextSibling:null;n&&t.removeChild(n),t.removeChild(e),t.__lexicalLineBreak=void 0}}insertManagedLineBreak(e){let t=this.getManagedLineBreak();if(t){if(e===(t.nodeName===`IMG`))return;this.removeManagedLineBreak()}let n=this.element,r=this.before,i=document.createElement(`br`);if(n.insertBefore(i,r),e){let e=document.createElement(`img`);e.setAttribute(`data-lexical-linebreak`,`true`),e.style.cssText=`display: inline !important; border: 0px !important; margin: 0px !important;`,e.alt=``,n.insertBefore(e,i),n.__lexicalLineBreak=e}else n.__lexicalLineBreak=i}getFirstChildOffset(){let e=0;for(let t=this.after;t!==null;t=t.previousSibling)e++;return e}resolveChildIndex(e,t,n,r){if(n===this.element){let t=this.getFirstChildOffset();return[e,Math.min(t+e.getChildrenSize(),Math.max(t,r))]}let i=Up(t,n);i.push(r);let a=Up(t,this.element),o=e.getIndexWithinParent();for(let e=0;e<a.length;e++){let t=i[e],n=a[e];if(t===void 0||t<n)break;if(t>n){o+=1;break}}return[e.getParentOrThrow(),o]}};function Up(e,t){let n=[],r=t;for(;r!==e&&r!==null;r=r.parentNode){let e=0;for(let t=r.previousSibling;t!==null;t=t.previousSibling)e++;n.push(e)}return r!==e&&L(225),n.reverse()}var Wp=class extends ff{__first;__last;__size;__format;__style;__indent;__dir;__textFormat;__textStyle;constructor(e){super(e),this.__first=null,this.__last=null,this.__size=0,this.__format=0,this.__style=``,this.__indent=0,this.__dir=null,this.__textFormat=0,this.__textStyle=``}afterCloneFrom(e){super.afterCloneFrom(e),this.__key===e.__key&&(this.__first=e.__first,this.__last=e.__last,this.__size=e.__size),this.__indent=e.__indent,this.__format=e.__format,this.__style=e.__style,this.__dir=e.__dir,this.__textFormat=e.__textFormat,this.__textStyle=e.__textStyle}getFormat(){return this.getLatest().__format}getFormatType(){return jl[this.getFormat()]||``}getStyle(){return this.getLatest().__style}getIndent(){return this.getLatest().__indent}getChildren(){let e=[],t=this.getFirstChild();for(;t!==null;)e.push(t),t=t.getNextSibling();return e}getChildrenKeys(){let e=[],t=this.getFirstChild();for(;t!==null;)e.push(t.__key),t=t.getNextSibling();return e}getChildrenSize(){return this.getLatest().__size}isEmpty(){return this.getChildrenSize()===0}isDirty(){let e=Op()._dirtyElements;return e!==null&&e.has(this.__key)}isLastChild(){let e=this.getLatest(),t=this.getParentOrThrow().getLastChild();return t!==null&&t.is(e)}getAllTextNodes(){let e=[],t=this.getFirstChild();for(;t!==null;){if(z(t)&&e.push(t),H(t)){let n=t.getAllTextNodes();e.push(...n)}t=t.getNextSibling()}return e}getFirstDescendant(){let e=this.getFirstChild();for(;H(e);){let t=e.getFirstChild();if(t===null)break;e=t}return e}getLastDescendant(){let e=this.getLastChild();for(;H(e);){let t=e.getLastChild();if(t===null)break;e=t}return e}getDescendantByIndex(e){let t=this.getChildren(),n=t.length;if(e>=n){let e=t[n-1];return H(e)&&e.getLastDescendant()||e||null}let r=t[e];return H(r)&&r.getFirstDescendant()||r||null}getFirstChild(){let e=this.getLatest().__first;return e===null?null:Fm(e)}getFirstChildOrThrow(){let e=this.getFirstChild();return e===null&&L(45,this.__key),e}getLastChild(){let e=this.getLatest().__last;return e===null?null:Fm(e)}getLastChildOrThrow(){let e=this.getLastChild();return e===null&&L(96,this.__key),e}getChildAtIndex(e){let t=this.getChildrenSize(),n,r;if(e<t/2){for(n=this.getFirstChild(),r=0;n!==null&&r<=e;){if(r===e)return n;n=n.getNextSibling(),r++}return null}for(n=this.getLastChild(),r=t-1;n!==null&&r>=e;){if(r===e)return n;n=n.getPreviousSibling(),r--}return null}getTextContent(){let e=``,t=this.getChildren(),n=t.length;for(let r=0;r<n;r++){let i=t[r];e+=i.getTextContent(),H(i)&&r!==n-1&&!i.isInline()&&(e+=El)}return e}getTextContentSize(){let e=0,t=this.getChildren(),n=t.length;for(let r=0;r<n;r++){let i=t[r];e+=i.getTextContentSize(),H(i)&&r!==n-1&&!i.isInline()&&(e+=2)}return e}getDirection(){return this.getLatest().__dir}getTextFormat(){return this.getLatest().__textFormat}hasFormat(e){if(e!==``){let t=Al[e];return(this.getFormat()&t)!==0}return!1}hasTextFormat(e){let t=Ol[e];return(this.getTextFormat()&t)!==0}getFormatFlags(e,t){return km(this.getLatest().__textFormat,e,t)}getTextStyle(){return this.getLatest().__textStyle}select(e,t){Tp();let n=V(),r=e,i=t,a=this.getChildrenSize();if(!this.canBeEmpty()){if(e===0&&t===0){let e=this.getFirstChild();if(z(e)||H(e))return e.select(0,0)}else if(!(e!==void 0&&e!==a||t!==void 0&&t!==a)){let e=this.getLastChild();if(z(e)||H(e))return e.select()}}r===void 0&&(r=a),i===void 0&&(i=a);let o=this.__key;return B(n)?(n.anchor.set(o,r,`element`),n.focus.set(o,i,`element`),n.dirty=!0,n):rp(o,r,o,i,`element`,`element`)}selectStart(){let e=this.getFirstDescendant();return e?e.selectStart():this.select()}selectEnd(){let e=this.getLastDescendant();return e?e.selectEnd():this.select()}clear(){let e=this.getWritable();return this.getChildren().forEach(e=>e.remove()),e}append(...e){return this.splice(this.getChildrenSize(),0,e)}setDirection(e){let t=this.getWritable();return t.__dir=e,t}setFormat(e){return this.getWritable().__format=e===``?0:Al[e],this}setStyle(e){return this.getWritable().__style=e||``,this}setTextFormat(e){let t=this.getWritable();return t.__textFormat=e,t}setTextStyle(e){let t=this.getWritable();return t.__textStyle=e,t}setIndent(e){return this.getWritable().__indent=e,this}splice(e,t,n){df(this)&&L(324,this.__key,this.__type);let r=this.getChildrenSize(),i=this.getWritable();e+t<=r||L(226,String(e),String(t),String(r));let a=i.__key,o=[],s=[],c=this.getChildAtIndex(e+t),l=null,u=r-t+n.length;if(e!==0)if(e===r)l=this.getLastChild();else{let t=this.getChildAtIndex(e);t!==null&&(l=t.getPreviousSibling())}if(t>0){let e=l===null?this.getFirstChild():l.getNextSibling();for(let n=0;n<t;n++){e===null&&L(100);let t=e.getNextSibling(),n=e.__key;jm(e.getWritable()),s.push(n),e=t}}let d=l;for(let e of n){d!==null&&e.is(d)&&(l=d=d.getPreviousSibling());let t=e.getWritable();t.__parent===a&&u--,jm(t);let n=e.__key;if(d===null)i.__first=n,t.__prev=null;else{let e=d.getWritable();e.__next=n,t.__prev=e.__key}e.__key===a&&L(76),t.__parent=a,o.push(n),d=e}if(e+t===r)d!==null&&(d.getWritable().__next=null,i.__last=d.__key);else if(c!==null){let e=c.getWritable();if(d!==null){let t=d.getWritable();e.__prev=d.__key,t.__next=c.__key}else e.__prev=null}if(i.__size=u,s.length){let e=V();if(B(e)){let t=new Set(s),n=new Set(o),{anchor:r,focus:i}=e;Gp(r,t,n)&&up(r,r.getNode(),this,l,c),Gp(i,t,n)&&up(i,i.getNode(),this,l,c),u!==0||this.canBeEmpty()||yh(this)||this.remove()}}return i}getDOMSlot(e){return new Hp(e)}exportDOM(e){let{element:t}=super.exportDOM(e);if(Dh(t)){let e=this.getIndent();e>0&&(t.style.paddingInlineStart=40*e+`px`);let n=this.getDirection();n&&(t.dir=n)}return{element:t}}exportJSON(){let e={children:[],direction:this.getDirection(),format:this.getFormatType(),indent:this.getIndent(),...super.exportJSON()},t=this.getTextFormat(),n=this.getTextStyle();return t===0&&n===``||yh(this)||this.getChildren().some(z)||(t!==0&&(e.textFormat=t),n!==``&&(e.textStyle=n)),e}updateFromJSON(e){return super.updateFromJSON(e).setFormat(e.format).setIndent(e.indent).setDirection(e.direction).setTextFormat(e.textFormat||0).setTextStyle(e.textStyle||``)}insertNewAfter(e,t){return null}canIndent(){return!0}collapseAtStart(e){return!1}excludeFromCopy(e){return!1}canReplaceWith(e){return!0}canInsertAfter(e){return!0}canBeEmpty(){return!0}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}isInline(){return!1}isShadowRoot(){return!1}canMergeWith(e){return!1}extractWithChild(e,t,n){return!1}canMergeWhenEmpty(){return!1}reconcileObservedMutation(e,t){let n=this.getDOMSlot(e),r=n.getFirstChild();for(let e=this.getFirstChild();e;e=e.getNextSibling()){let i=t.getElementByKey(e.getKey());i!==null&&(r==null?(n.insertChild(i),r=i):r!==i&&n.replaceChild(i,r),r=r.nextSibling)}}};function H(e){return e instanceof Wp}function Gp(e,t,n){let r=e.getNode();for(;r;){let e=r.__key;if(t.has(e)&&!n.has(e))return!0;r=r.getParent()}return!1}var Kp=class extends ff{decorate(e,t){return null}isIsolated(){return!1}isInline(){return!0}isKeyboardSelectable(){return!0}};function qp(e){return e instanceof Kp}var Jp=class e extends Wp{__cachedText;static getType(){return`root`}static clone(){return new e}constructor(){super(`root`),this.__cachedText=null}getTopLevelElementOrThrow(){L(51)}getTextContent(){let e=this.__cachedText;return!wp()&&Op()._dirtyType!==0||e===null?super.getTextContent():e}remove(){L(52)}replace(e){L(53)}insertBefore(e){L(54)}insertAfter(e){L(55)}updateDOM(e,t){return!1}splice(e,t,n){for(let e of n)H(e)||qp(e)||L(282);return super.splice(e,t,n)}static importJSON(e){return Vm().updateFromJSON(e)}collapseAtStart(){return!0}};function Yp(e){return e instanceof Jp}function Xp(e){return new em(new Map(e._nodeMap))}function Zp(){return new em(new Map([[`root`,new Jp]]))}function Qp(e){let t=e.exportJSON(),n=e.constructor;if(t.type!==n.getType()&&L(130,n.name),H(e)){let r=t.children;Array.isArray(r)||L(59,n.name);let i=e.getChildren();for(let e=0;e<i.length;e++){let t=Qp(i[e]);r.push(t)}}return t}function $p(e){return e instanceof em}var em=class e{_nodeMap;_selection;_flushSync;_readOnly;constructor(e,t){this._nodeMap=e,this._selection=t||null,this._flushSync=!1,this._readOnly=!1}isEmpty(){return this._nodeMap.size===1&&this._selection===null}read(e,t){return Fp(t&&t.editor||null,this,e)}clone(t){let n=new e(this._nodeMap,t===void 0?this._selection:t);return n._readOnly=!0,n}toJSON(){return Fp(null,this,()=>({root:Qp(Vm())}))}},tm=class extends Wp{static getType(){return`artificial`}createDOM(e){return document.createElement(`div`)}},nm=class e extends Wp{static getType(){return`paragraph`}static clone(t){return new e(t.__key)}createDOM(e){let t=document.createElement(`p`),n=ah(e.theme,`paragraph`);return n!==void 0&&t.classList.add(...n),t}updateDOM(e,t,n){return!1}static importDOM(){return{p:e=>({conversion:rm,priority:0})}}exportDOM(e){let{element:t}=super.exportDOM(e);if(Dh(t)){this.isEmpty()&&t.append(document.createElement(`br`));let e=this.getFormatType();e&&(t.style.textAlign=e)}return{element:t}}static importJSON(e){return im().updateFromJSON(e)}exportJSON(){let e=super.exportJSON();if(e.textFormat===void 0||e.textStyle===void 0){let t=this.getChildren().find(z);t?(e.textFormat=t.getFormat(),e.textStyle=t.getStyle()):(e.textFormat=this.getTextFormat(),e.textStyle=this.getTextStyle())}return e}insertNewAfter(e,t){let n=im();n.setTextFormat(e.format),n.setTextStyle(e.style);let r=this.getDirection();return n.setDirection(r),n.setFormat(this.getFormatType()),n.setStyle(this.getStyle()),this.insertAfter(n,t),n}collapseAtStart(){let e=this.getChildren();if(e.length===0||z(e[0])&&e[0].getTextContent().trim()===``){if(this.getNextSibling()!==null)return this.selectNext(),this.remove(),!0;if(this.getPreviousSibling()!==null)return this.selectPrevious(),this.remove(),!0}return!1}};function rm(e){let t=im();if(e.style&&(t.setFormat(e.style.textAlign),zh(e,t)),t.getFormatType()===``){let n=e.getAttribute(`align`);n&&n&&n in Al&&t.setFormat(n)}return{node:t}}function im(){return bh(new nm)}function am(e){return e instanceof nm}function om(e,t,n,r){let i=e._keyToDOMMap;i.clear(),e._editorState=Zp(),e._pendingEditorState=r,e._compositionKey=null,e._dirtyType=0,e._cloneNotNeeded.clear(),e._dirtyLeaves=new Set,e._dirtyElements.clear(),e._normalizedNodes=new Set,e._updateTags=new Set,e._updates=[],e._blockCursorElement=null;let a=e._observer;a!==null&&(a.disconnect(),e._observer=null),t!==null&&(t.textContent=``),n!==null&&(n.textContent=``,i.set(`root`,n))}function sm(e){let t=new Set,n=new Set,r=e;for(;r;){let{ownNodeConfig:e}=Hh(r),i=r.transform;if(!n.has(i)){n.add(i);let e=r.transform();e&&t.add(e)}if(e){let n=e.$transform;n&&t.add(n),r=e.extends}else{let e=Object.getPrototypeOf(r);r=e.prototype instanceof ff&&e!==ff?e:void 0}}return t}function cm(e){let t=e||{},n=Ap(),r=t.theme||{},i=e===void 0?n:t.parentEditor||null,a=t.disableEvents||!1,o=Zp(),s=t.namespace||(i===null?qm():i._config.namespace),c=t.editorState,l=[Jp,Df,gf,Rf,nm,tm,...t.nodes||[]],{onError:u,html:d}=t,f=t.editable===void 0||t.editable,p;if(e===void 0&&n!==null)p=n._nodes;else{p=new Map;for(let e=0;e<l.length;e++){let t=l[e],n=null,r=null;if(typeof t!=`function`){let e=t;t=e.replace,n=e.with,r=e.withKlass||null}Hh(t);let i=t.getType(),a=sm(t);p.set(i,{exportDOM:d&&d.export?d.export.get(t):void 0,klass:t,replace:n,replaceWithKlass:r,sharedNodeState:Jl(l[e]),transforms:a})}}let m=new dm(o,i,p,{disableEvents:a,namespace:s,theme:r},u||console.error,function(e,t){let n=new Map,r=new Set,i=e=>{Object.keys(e).forEach(t=>{let r=n.get(t);r===void 0&&(r=[],n.set(t,r)),r.push(e[t])})};return e.forEach(e=>{let t=e.klass.importDOM;if(t==null||r.has(t))return;r.add(t);let n=t.call(e.klass);n!==null&&i(n)}),t&&i(t),n}(p,d?d.import:void 0),f,e);return c!==void 0&&(m._pendingEditorState=c,m._dirtyType=2),function(e){e.registerCommand(Wu,Xd,0),e.registerCommand(Gu,Zd,0),e.registerCommand(Ku,Qd,0),e.registerCommand(qu,$d,0),e.registerCommand(ad,tf,0)}(m),m}function lm(e,t){let n=e.get(t);e.delete(t),n&&n()}function um(e,t,n){return e.set(t,n),lm.bind(null,e,t)}var dm=class{static version;_headless;_parentEditor;_rootElement;_editorState;_pendingEditorState;_compositionKey;_deferred;_keyToDOMMap;_updates;_updating;_listeners;_commands;_nodes;_decorators;_pendingDecorators;_config;_dirtyType;_cloneNotNeeded;_dirtyLeaves;_dirtyElements;_normalizedNodes;_updateTags;_observer;_key;_onError;_htmlConversions;_window;_editable;_blockCursorElement;_createEditorArgs;constructor(e,t,n,r,i,a,o,s){this._createEditorArgs=s,this._parentEditor=t,this._rootElement=null,this._editorState=e,this._pendingEditorState=null,this._compositionKey=null,this._deferred=[],this._keyToDOMMap=new Map,this._updates=[],this._updating=!1,this._listeners={decorator:new Map,editable:new Map,mutation:new Map,root:new Map,textcontent:new Map,update:new Map},this._commands=new Map,this._config=r,this._nodes=n,this._decorators={},this._pendingDecorators=null,this._dirtyType=0,this._cloneNotNeeded=new Set,this._dirtyLeaves=new Set,this._dirtyElements=new Map,this._normalizedNodes=new Set,this._updateTags=new Set,this._observer=null,this._key=qm(),this._onError=i,this._htmlConversions=a,this._editable=o,this._headless=t!==null&&t._headless,this._window=null,this._blockCursorElement=null}isComposing(){return this._compositionKey!=null}registerUpdateListener(e){return um(this._listeners.update,e)}registerEditableListener(e){return um(this._listeners.editable,e)}registerDecoratorListener(e){return um(this._listeners.decorator,e)}registerTextContentListener(e){return um(this._listeners.textcontent,e)}registerRootListener(e){let t=this._listeners.root;return Hg(um(t,e,e(this._rootElement,null)||void 0),()=>function(e,t,n){let r=e.get(t);r&&r(),e.set(t,t(...n)||void 0)}(t,e,[null,this._rootElement]))}registerCommand(e,t,n){n===void 0&&L(35);let r=this._commands;r.has(e)||r.set(e,[new Set,new Set,new Set,new Set,new Set]);let i=r.get(e);i===void 0&&L(36,String(e));let a=i[n];return a.add(t),()=>{a.delete(t),i.every(e=>e.size===0)&&r.delete(e)}}registerMutationListener(e,t,n){let r=this.resolveRegisteredNodeAfterReplacements(this.getRegisteredNode(e)).klass,i=this._listeners.mutation,a=i.get(t);a===void 0&&(a=new Set,i.set(t,a)),a.add(r);let o=n&&n.skipInitialization;return o!==void 0&&o||this.initializeMutationListener(t,r),()=>{a.delete(r),a.size===0&&i.delete(t)}}getRegisteredNode(e){let t=this._nodes.get(e.getType());return t===void 0&&L(37,e.name),t}resolveRegisteredNodeAfterReplacements(e){for(;e.replaceWithKlass;)e=this.getRegisteredNode(e.replaceWithKlass);return e}initializeMutationListener(e,t){let n=this._editorState,r=Ih(n).get(t.getType());if(!r)return;let i=new Map;for(let e of r.keys())i.set(e,`created`);i.size>0&&e(i,{dirtyLeaves:new Set,prevEditorState:n,updateTags:new Set([`registerMutationListener`])})}registerNodeTransformToKlass(e,t){let n=this.getRegisteredNode(e);return n.transforms.add(t),n}registerNodeTransform(e,t){let n=this.registerNodeTransformToKlass(e,t),r=[n],i=n.replaceWithKlass;if(i!=null){let e=this.registerNodeTransformToKlass(i,t);r.push(e)}return function(e,t){let n=Ih(e.getEditorState()),r=[];for(let e of t){let t=n.get(e);t&&r.push(t)}r.length!==0&&e.update(()=>{for(let e of r)for(let t of e.keys()){let e=Fm(t);e&&e.markDirty()}},e._pendingEditorState===null?{tag:pf}:void 0)}(this,r.map(e=>e.klass.getType())),()=>{r.forEach(e=>e.transforms.delete(t))}}hasNode(e){return this._nodes.has(e.getType())}hasNodes(e){return e.every(this.hasNode.bind(this))}dispatchCommand(e,t){return W(this,e,t)}getDecorators(){return this._decorators}getRootElement(){return this._rootElement}getKey(){return this._key}setRootElement(e){let t=this._rootElement;if(e!==t){let n=ah(this._config.theme,`root`),r=this._pendingEditorState||this._editorState;if(this._rootElement=e,om(this,t,e,r),t!==null&&(this._config.disableEvents||cf(t),n!=null&&t.classList.remove(...n)),e!==null){let t=gh(e),r=e.style;r.userSelect=`text`,r.whiteSpace=`pre-wrap`,r.wordBreak=`break-word`,e.setAttribute(`data-lexical-editor`,`true`),this._window=t,this._dirtyType=2,Gl(this),this._updateTags.add(pf),Ip(this),this._config.disableEvents||function(e,t){let n=e.ownerDocument;Pd.set(e,n);let r=Fd.get(n)??0;r<1&&n.addEventListener(`selectionchange`,af),Fd.set(n,r+1),e.__lexicalEditor=t;let i=nf(e);for(let n=0;n<kd.length;n++){let[r,a]=kd[n],o=typeof a==`function`?e=>{sf(e)||(of(e),(t.isEditable()||r===`click`)&&a(e,t))}:e=>{if(sf(e))return;of(e);let n=t.isEditable();switch(r){case`cut`:return n&&W(t,Cd,e);case`copy`:return W(t,Sd,e);case`paste`:return n&&W(t,Qu,e);case`dragstart`:return n&&W(t,yd,e);case`dragover`:return n&&W(t,bd,e);case`dragend`:return n&&W(t,xd,e);case`focus`:return n&&W(t,Td,e);case`blur`:return n&&W(t,Ed,e);case`drop`:return n&&W(t,vd,e)}};e.addEventListener(r,o),i.push(()=>{e.removeEventListener(r,o)})}}(e,this),n!=null&&e.classList.add(...n)}else this._window=null,this._updateTags.add(pf),Ip(this);Lp(`root`,this,!1,e,t)}}getElementByKey(e){return this._keyToDOMMap.get(e)||null}getEditorState(){return this._editorState}setEditorState(e,t){e.isEmpty()&&L(38);let n=e;n._readOnly&&(n=Xp(e),n._selection=e._selection?e._selection.clone():null),Wl(this);let r=this._pendingEditorState,i=this._updateTags,a=t===void 0?null:t.tag;r===null||r.isEmpty()||(a!=null&&i.add(a),Ip(this)),this._pendingEditorState=n,this._dirtyType=2,this._dirtyElements.set(`root`,!1),this._compositionKey=null,a!=null&&i.add(a),this._updating||Ip(this)}parseEditorState(e,t){return function(e,t,n){let r=Zp(),i=vp,a=bp,o=yp,s=t._dirtyElements,c=t._dirtyLeaves,l=t._cloneNotNeeded,u=t._dirtyType;t._dirtyElements=new Map,t._dirtyLeaves=new Set,t._cloneNotNeeded=new Set,t._dirtyType=0,vp=r,bp=!1,yp=t,pm(null);try{let i=t._nodes;Pp(e.root,i),n&&n(),r._readOnly=!0}catch(e){e instanceof Error&&t._onError(e)}finally{t._dirtyElements=s,t._dirtyLeaves=c,t._cloneNotNeeded=l,t._dirtyType=u,vp=i,bp=a,yp=o}return r}(typeof e==`string`?JSON.parse(e):e,this,t)}read(e){return Ip(this),this.getEditorState().read(e,{editor:this})}update(e,t){(function(e,t,n){e._updating?e._updates.push([t,n]):Bp(e,t,n)})(this,e,t)}focus(e,t={}){let n=this._rootElement;n!==null&&(n.setAttribute(`autocapitalize`,`off`),Vp(this,()=>{let r=V(),i=Vm();r===null?i.getChildrenSize()!==0&&(t.defaultSelection===`rootStart`?i.selectStart():i.selectEnd()):r.dirty||Um(r.clone()),ph(`focus`),mh(()=>{n.removeAttribute(`autocapitalize`),e&&e()})}),this._pendingEditorState===null&&n.removeAttribute(`autocapitalize`))}blur(){let e=this._rootElement;e!==null&&e.blur();let t=Th(this._window);t!==null&&t.removeAllRanges()}isEditable(){return this._editable}setEditable(e){this._editable!==e&&(this._editable=e,Lp(`editable`,this,!0,e))}toJSON(){return{editorState:this._editorState.toJSON()}}};dm.version=`0.43.0+prod.esm`;var fm=null;function pm(e){fm=e}var mm=1;function hm(e,t){let n=gm(e,t);return n===void 0&&L(30,t),n}function gm(e,t){return e._nodes.get(t)}var _m=typeof queueMicrotask==`function`?queueMicrotask:e=>{Promise.resolve().then(e)};function vm(e){return qp(Rm(e))}function ym(e){let t=document.activeElement;if(!Dh(t))return!1;let n=t.nodeName;return qp(Rm(e))&&(n===`INPUT`||n===`TEXTAREA`||t.contentEditable===`true`&&Cm(t)==null)}function bm(e,t,n){let r=e.getRootElement();try{return r!==null&&r.contains(t)&&r.contains(n)&&t!==null&&!ym(t)&&Sm(t)===e}catch{return!1}}function xm(e){return e instanceof dm}function Sm(e){let t=e;for(;t!=null;){let e=Cm(t);if(xm(e))return e;t=dh(t)}return null}function Cm(e){return e?e.__lexicalEditor:null}function wm(e){return Bf(e)||e.isToken()}function Tm(e){return wm(e)||e.isSegmented()}function Em(e){return Oh(e)&&e.nodeType===3}function Dm(e){return Oh(e)&&e.nodeType===9}function Om(e){let t=e;for(;t!=null;){if(Em(t))return t;t=t.firstChild}return null}function km(e,t,n){let r=Ol[t];if(n!==null&&(e&r)===(n&r))return e;let i=e^r;return t===`subscript`?i&=~Ol.superscript:t===`superscript`?i&=~Ol.subscript:t===`lowercase`?(i&=~Ol.uppercase,i&=~Ol.capitalize):t===`uppercase`?(i&=~Ol.lowercase,i&=~Ol.capitalize):t===`capitalize`&&(i&=~Ol.lowercase,i&=~Ol.uppercase),i}function Am(e,t){let n=function(){let e=fm;return fm=null,e}();if((t||=n&&n.__key)!=null)return void(e.__key=t);Tp(),Ep();let r=Op(),i=Dp(),a=``+ mm++;i._nodeMap.set(a,e),H(e)?r._dirtyElements.set(a,!0):r._dirtyLeaves.add(a),r._cloneNotNeeded.add(a),r._dirtyType=1,e.__key=a}function jm(e){let t=e.getParent();if(t!==null){let n=e.getWritable(),r=t.getWritable(),i=e.getPreviousSibling(),a=e.getNextSibling(),o=a===null?null:a.__key,s=i===null?null:i.__key,c=i===null?null:i.getWritable(),l=a===null?null:a.getWritable();i===null&&(r.__first=o),a===null&&(r.__last=s),c!==null&&(c.__next=o),l!==null&&(l.__prev=s),n.__prev=null,n.__next=null,n.__parent=null,r.__size--}}function Mm(e){Ep(),df(e)&&L(323,e.__key,e.__type);let t=e.getLatest(),n=t.__parent,r=Dp(),i=Op(),a=r._nodeMap,o=i._dirtyElements;n!==null&&function(e,t,n){let r=e;for(;r!==null;){if(n.has(r))return;let e=t.get(r);if(e===void 0)break;n.set(r,!1),r=e.__parent}}(n,a,o);let s=t.__key;i._dirtyType=1,H(e)?o.set(s,!0):i._dirtyLeaves.add(s)}function Nm(e){Tp();let t=Op(),n=t._compositionKey;if(e!==n){if(t._compositionKey=e,n!==null){let e=Fm(n);e!==null&&e.getWritable()}if(e!==null){let t=Fm(e);t!==null&&t.getWritable()}}}function Pm(){return wp()?null:Op()._compositionKey}function Fm(e,t){let n=(t||Dp())._nodeMap.get(e);return n===void 0?null:n}function Im(e,t){let n=Lm(e,Op());return n===void 0?null:Fm(n,t)}function Lm(e,t){return e[`__lexicalKey_${t._key}`]}function Rm(e,t){let n=e;for(;n!=null;){let e=Im(n,t);if(e!==null)return e;n=dh(n)}return null}function zm(e){let t=e._decorators,n=Object.assign({},t);return e._pendingDecorators=n,n}function Bm(e){return e.read(()=>Vm().getTextContent())}function Vm(){return Hm(Dp())}function Hm(e){return e._nodeMap.get(`root`)}function Um(e){Tp();let t=Dp();e!==null&&(e.dirty=!0,e.setCachedNodes(null)),t._selection=e}function Wm(e){let t=Op(),n=function(e,t){let n=e;for(;n!=null;){let e=Lm(n,t);if(e!==void 0)return e;n=dh(n)}return null}(e,t);return n===null?e===t.getRootElement()?Fm(`root`):null:Fm(n)}function Gm(e){return/[\uD800-\uDBFF][\uDC00-\uDFFF]/g.test(e)}function Km(e){let t=[];for(let n=e;n!==null;n=n._parentEditor)t.push(n);return t}function qm(){return Math.random().toString(36).replace(/[^a-z]+/g,``).substring(0,5)}function Jm(e){return Em(e)?e.nodeValue:null}function Ym(e,t,n){let r=Th(_h(t));if(r===null)return;let i=r.anchorNode,{anchorOffset:a,focusOffset:o}=r;if(i!==null){let t=Jm(i),r=Rm(i);if(t!==null&&z(r)){if((t===Tl||t===Dl)&&n){let e=n.length;t=n,a=e,o=e}t!==null&&Xm(r,t,a,o,e)}}}function Xm(e,t,n,r,i){let a=e;if(a.isAttached()&&(i||!a.isDirty())){let o=a.isComposing(),s=t;if((o||i)&&(t.endsWith(Tl)&&(s=t.slice(0,-Tl.length)),i)){let e=Dl,t;for(;(t=s.indexOf(e))!==-1;)s=s.slice(0,t)+s.slice(t+e.length),n!==null&&n>t&&(n=Math.max(t,n-e.length)),r!==null&&r>t&&(r=Math.max(t,r-e.length))}let c=a.getTextContent();if(i||s!==c){if(s===``){if(Nm(null),fl||ul||hl)a.remove();else{let e=Op();setTimeout(()=>{e.update(()=>{a.isAttached()&&a.remove()})},20)}return}let t=a.getParent(),i=sp(),c=a.getTextContentSize(),l=Pm(),u=a.getKey();if(a.isToken()||l!==null&&u===l&&!o||B(i)&&(t!==null&&!t.canInsertTextBefore()&&i.anchor.offset===0||i.anchor.key===e.__key&&i.anchor.offset===0&&!a.canInsertTextBefore()&&!o||i.focus.key===e.__key&&i.focus.offset===c&&!a.canInsertTextAfter()&&!o))return void a.markDirty();let d=V();if(!B(d)||n===null||r===null)return void Zm(a,s,d);if(d.setTextNodeRange(a,n,a,r),a.isSegmented()){let e=If(a.getTextContent());a.replace(e),a=e}Zm(a,s,d)}}}function Zm(e,t,n){if(e.setTextContent(t),B(n)){let t=e.getKey();for(let r of[`anchor`,`focus`]){let i=n[r];i.type===`text`&&i.key===t&&(i.offset=sg(e,i.offset,`clamp`))}}}function Qm(e,t,n){let r=t[n]||!1;return r===`any`||r===e[n]}function $m(e,t){return Qm(e,t,`altKey`)&&Qm(e,t,`ctrlKey`)&&Qm(e,t,`shiftKey`)&&Qm(e,t,`metaKey`)}function U(e,t,n){if(!$m(e,n))return!1;if(e.key.toLowerCase()===t.toLowerCase())return!0;if(t.length>1||e.key.length===1&&e.key.charCodeAt(0)<=127)return!1;let r=`Key`+t.toUpperCase();return e.code===r}var eh={ctrlKey:!sl,metaKey:sl},th={altKey:sl,ctrlKey:!sl};function nh(e){return e.key===`Backspace`}function rh(e){return U(e,`a`,eh)}function ih(e){let t=Vm();if(B(e)){let t=e.anchor,n=e.focus,r=t.getNode().getTopLevelElementOrThrow().getParentOrThrow();return t.set(r.getKey(),0,`element`),n.set(r.getKey(),r.getChildrenSize(),`element`),ou(e),e}{let e=t.select(0,t.getChildrenSize());return Um(ou(e)),e}}function ah(e,t){e.__lexicalClassNameCache===void 0&&(e.__lexicalClassNameCache={});let n=e.__lexicalClassNameCache,r=n[t];if(r!==void 0)return r;let i=e[t];if(typeof i==`string`){let e=Bg(i);return n[t]=e,e}return i}function oh(e,t,n,r,i){if(n.size===0)return;let a=r.__type,o=r.__key,s=t.get(a);s===void 0&&L(33,a);let c=s.klass,l=e.get(c);l===void 0&&(l=new Map,e.set(c,l));let u=l.get(o),d=u===`destroyed`&&i===`created`;(u===void 0||d)&&l.set(o,d?`updated`:i)}function sh(e,t,n){let r=e.getParent(),i=n,a=e;return r!==null&&(t&&n===0?(i=a.getIndexWithinParent(),a=r):t||n!==a.getChildrenSize()||(i=a.getIndexWithinParent()+1,a=r)),a.getChildAtIndex(t?i-1:i)}function ch(e,t){let n=e.offset;if(e.type===`element`)return sh(e.getNode(),t,n);{let r=e.getNode();if(t&&n===0||!t&&n===r.getTextContentSize()){let e=t?r.getPreviousSibling():r.getNextSibling();return e===null?sh(r.getParentOrThrow(),t,r.getIndexWithinParent()+(t?0:1)):e}}return null}function lh(e){let t=_h(e).event,n=t&&t.inputType;return n===`insertFromPaste`||n===`insertFromPasteAsQuotation`}function W(e,t,n){return Rp(e,t,n,e)}function uh(e,t){let n=e._keyToDOMMap.get(t);return n===void 0&&L(75,t),n}function dh(e){let t=e.assignedSlot||e.parentElement;return kh(t)?t.host:t}function fh(e){return Dm(e)?e:Dh(e)?e.ownerDocument:null}function ph(e){Tp(),Op()._updateTags.add(e)}function mh(e){Tp(),Op()._deferred.push(e)}function hh(e,t){let n=e.getParent();for(;n!==null;){if(n.is(t))return!0;n=n.getParent()}return!1}function gh(e){let t=fh(e);return t?t.defaultView:null}function _h(e){let t=e._window;return t===null&&L(78),t}function vh(e){let t=e.getParentOrThrow();for(;t!==null;){if(yh(t))return t;t=t.getParentOrThrow()}return t}function yh(e){return Yp(e)||H(e)&&e.isShadowRoot()}function bh(e){let t=Op(),n=e.getType(),r=gm(t,n);r===void 0&&L(200,e.constructor.name,n);let{replace:i,replaceWithKlass:a}=r;if(i!==null){let t=i(e),r=t.constructor;return a===null?t instanceof e.constructor&&r!==e.constructor||L(202,r.name,r.getType(),e.constructor.name,n):t instanceof a||L(201,a.name,a.getType(),r.name,r.getType(),e.constructor.name,n),t.__key===e.__key&&L(203,e.constructor.name,n,r.name,r.getType()),t}return e}function xh(e,t){!Yp(e.getParent())||H(t)||qp(t)||L(99)}function Sh(e){let t=Fm(e);return t===null&&L(63,e),t}function Ch(e){return(qp(e)||H(e)&&!e.canBeEmpty())&&!e.isInline()}function wh(e,t,n){n.style.removeProperty(`caret-color`),t._blockCursorElement=null;let r=e.parentElement;r!==null&&r.removeChild(e)}function Th(e){return al?(e||window).getSelection():null}function Eh(e){let t=gh(e);return t?t.getSelection():null}function Dh(e){return Oh(e)&&e.nodeType===1}function Oh(e){return typeof e==`object`&&!!e&&`nodeType`in e&&typeof e.nodeType==`number`}function kh(e){return Oh(e)&&e.nodeType===11}function Ah(e){let t=new RegExp(/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|mark|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var|#text)$/,`i`);return e.nodeName.match(t)!==null}function jh(e){let t=new RegExp(/^(address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hr|li|main|nav|noscript|ol|p|pre|section|table|td|tfoot|ul|video)$/,`i`);return e.nodeName.match(t)!==null}function Mh(e){if(qp(e)&&!e.isInline())return!0;if(!H(e)||yh(e))return!1;let t=e.getFirstChild(),n=t===null||yf(t)||z(t)||t.isInline();return!e.isInline()&&!1!==e.canBeEmpty()&&n}function Nh(){return Op()}var Ph=new WeakMap,Fh=new Map;function Ih(e){if(!e._readOnly&&e.isEmpty())return Fh;e._readOnly||L(192);let t=Ph.get(e);return t||(t=function(e){let t=new Map;for(let[n,r]of e._nodeMap){let e=r.__type,i=t.get(e);i||(i=new Map,t.set(e,i)),i.set(n,r)}return t}(e),Ph.set(e,t)),t}function Lh(e){let t=e.constructor.clone(e);return t.afterCloneFrom(e),t}function Rh(e){return(t=Lh(e))[uf]=!0,t;var t}function zh(e,t){let n=parseInt(e.style.paddingInlineStart,10)||0,r=Math.round(n/40);t.setIndent(r)}function Bh(e){return!0===e.__lexicalUnmanaged}function Vh(e,t){return function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}(e,t)&&e[t]!==ff[t]}function Hh(e){let t=Pl in e.prototype?e.prototype[Pl]():void 0,n=function(e){if(!(e===ff||e.prototype instanceof ff)){let t=`<unknown>`,n=`<unknown>`;try{t=e.getType()}catch{}try{dm.version&&(n=JSON.parse(dm.version))}catch{}L(290,e.name,t,n)}return e===Kp||e===Wp||e===ff}(e),r=!n&&Vh(e,`getType`)?e.getType():void 0,i,a=r;if(t)if(r)i=t[r];else for(let[e,n]of Object.entries(t))a=e,i=n;if(!n&&a&&(Vh(e,`getType`)||(e.getType=()=>a),Vh(e,`clone`)||(e.clone=t=>(pm(t),new e)),Vh(e,`importJSON`)||(e.importJSON=i&&i.$importJSON||(t=>new e().updateFromJSON(t))),!Vh(e,`importDOM`)&&i)){let{importDOM:t}=i;t&&(e.importDOM=()=>t)}return{ownNodeConfig:i,ownNodeType:a}}function Uh(e){let t=Nh();return Tp(),new(t.resolveRegisteredNodeAfterReplacements(t.getRegisteredNode(e))).klass}var Wh=(e,t)=>{let n=e;for(;n!=null&&!Yp(n);){if(t(n))return n;n=n.getParent()}return null},Gh={next:`previous`,previous:`next`},Kh=class{origin;constructor(e){this.origin=e}[Symbol.iterator](){return _g({hasNext:eg,initial:this.getAdjacentCaret(),map:e=>e,step:e=>e.getAdjacentCaret()})}getAdjacentCaret(){return ag(this.getNodeAtCaret(),this.direction)}getSiblingCaret(){return ag(this.origin,this.direction)}remove(){let e=this.getNodeAtCaret();return e&&e.remove(),this}replaceOrInsert(e,t){let n=this.getNodeAtCaret();return e.is(this.origin)||e.is(n)||(n===null?this.insert(e):n.replace(e,t)),this}splice(e,t,n=`next`){let r=n===this.direction?t:Array.from(t).reverse(),i=this,a=this.getParentAtCaret(),o=new Map;for(let t=i.getAdjacentCaret();t!==null&&o.size<e;t=t.getAdjacentCaret()){let e=t.origin.getWritable();o.set(e.getKey(),e)}for(let e of r){if(o.size>0){let t=i.getNodeAtCaret();if(t){if(o.delete(t.getKey()),o.delete(e.getKey()),!(t.is(e)||i.origin.is(e))){let n=e.getParent();n&&n.is(a)&&e.remove(),t.replace(e)}}else t===null&&L(263,Array.from(o).join(` `))}else i.insert(e);i=ag(e,this.direction)}for(let e of o.values())e.remove();return this}},qh=class e extends Kh{type=`child`;getLatest(){let e=this.origin.getLatest();return e===this.origin?this:lg(e,this.direction)}getParentCaret(e=`root`){return ag(Xh(this.getParentAtCaret(),e),this.direction)}getFlipped(){let e=Yh(this.direction);return ag(this.getNodeAtCaret(),e)||lg(this.origin,e)}getParentAtCaret(){return this.origin}getChildCaret(){return this}isSameNodeCaret(t){return t instanceof e&&this.direction===t.direction&&this.origin.is(t.origin)}isSamePointCaret(e){return this.isSameNodeCaret(e)}},Jh={root:Yp,shadowRoot:yh};function Yh(e){return Gh[e]}function Xh(e,t=`root`){return Jh[t](e)?null:e}var Zh=class e extends Kh{type=`sibling`;getLatest(){let e=this.origin.getLatest();return e===this.origin?this:ag(e,this.direction)}getSiblingCaret(){return this}getParentAtCaret(){return this.origin.getParent()}getChildCaret(){return H(this.origin)?lg(this.origin,this.direction):null}getParentCaret(e=`root`){return ag(Xh(this.getParentAtCaret(),e),this.direction)}getFlipped(){let e=Yh(this.direction);return ag(this.getNodeAtCaret(),e)||lg(this.origin.getParentOrThrow(),e)}isSamePointCaret(t){return t instanceof e&&this.direction===t.direction&&this.origin.is(t.origin)}isSameNodeCaret(t){return(t instanceof e||t instanceof Qh)&&this.direction===t.direction&&this.origin.is(t.origin)}},Qh=class e extends Kh{type=`text`;offset;constructor(e,t){super(e),this.offset=t}getLatest(){let e=this.origin.getLatest();return e===this.origin?this:og(e,this.direction,this.offset)}getParentAtCaret(){return this.origin.getParent()}getChildCaret(){return null}getParentCaret(e=`root`){return ag(Xh(this.getParentAtCaret(),e),this.direction)}getFlipped(){return og(this.origin,Yh(this.direction),this.offset)}isSamePointCaret(t){return t instanceof e&&this.direction===t.direction&&this.origin.is(t.origin)&&this.offset===t.offset}isSameNodeCaret(t){return(t instanceof Zh||t instanceof e)&&this.direction===t.direction&&this.origin.is(t.origin)}getSiblingCaret(){return ag(this.origin,this.direction)}};function $h(e){return e instanceof Qh}function eg(e){return e instanceof Zh}function tg(e){return e instanceof qh}var ng={next:class extends Qh{direction=`next`;getNodeAtCaret(){return this.origin.getNextSibling()}insert(e){return this.origin.insertAfter(e),this}},previous:class extends Qh{direction=`previous`;getNodeAtCaret(){return this.origin.getPreviousSibling()}insert(e){return this.origin.insertBefore(e),this}}},rg={next:class extends Zh{direction=`next`;getNodeAtCaret(){return this.origin.getNextSibling()}insert(e){return this.origin.insertAfter(e),this}},previous:class extends Zh{direction=`previous`;getNodeAtCaret(){return this.origin.getPreviousSibling()}insert(e){return this.origin.insertBefore(e),this}}},ig={next:class extends qh{direction=`next`;getNodeAtCaret(){return this.origin.getFirstChild()}insert(e){return this.origin.splice(0,0,[e]),this}},previous:class extends qh{direction=`previous`;getNodeAtCaret(){return this.origin.getLastChild()}insert(e){return this.origin.splice(this.origin.getChildrenSize(),0,[e]),this}}};function ag(e,t){return e?new rg[t](e):null}function og(e,t,n){return e?new ng[t](e,sg(e,n)):null}function sg(e,t,n=`error`){let r=e.getTextContentSize(),i=t===`next`?r:t===`previous`?0:t;return(i<0||i>r)&&(n!==`clamp`&&il(284,String(t),String(r),e.getKey()),i=i<0?0:r),i}function cg(e,t){return new pg(e,t)}function lg(e,t){return H(e)?new ig[t](e):null}function ug(e){return e&&e.getChildCaret()||e}function dg(e){return e&&ug(e.getAdjacentCaret())}var fg=class e{type=`node-caret-range`;direction;anchor;focus;constructor(e,t,n){this.anchor=e,this.focus=t,this.direction=n}getLatest(){let t=this.anchor.getLatest(),n=this.focus.getLatest();return t===this.anchor&&n===this.focus?this:new e(t,n,this.direction)}isCollapsed(){return this.anchor.isSamePointCaret(this.focus)}getTextSlices(){let e=e=>{let t=this[e].getLatest();return $h(t)?function(e,t){let{direction:n,origin:r}=e;return cg(e,sg(r,t===`focus`?Yh(n):n)-e.offset)}(t,e):null},t=e(`anchor`),n=e(`focus`);if(t&&n){let{caret:e}=t,{caret:r}=n;if(e.isSameNodeCaret(r))return[cg(e,r.offset-e.offset),null]}return[t,n]}iterNodeCarets(e=`root`){let t=$h(this.anchor)?this.anchor.getSiblingCaret():this.anchor.getLatest(),n=this.focus.getLatest(),r=$h(n),i=t=>t.isSameNodeCaret(n)?null:dg(t)||t.getParentCaret(e);return _g({hasNext:e=>e!==null&&!(r&&n.isSameNodeCaret(e)),initial:t.isSameNodeCaret(n)?null:i(t),map:e=>e,step:i})}[Symbol.iterator](){return this.iterNodeCarets(`root`)}},pg=class{type=`slice`;caret;distance;constructor(e,t){this.caret=e,this.distance=t}getSliceIndices(){let{distance:e,caret:{offset:t}}=this,n=t+e;return n<t?[n,t]:[t,n]}getTextContent(){let[e,t]=this.getSliceIndices();return this.caret.origin.getTextContent().slice(e,t)}getTextContentSize(){return Math.abs(this.distance)}removeTextSlice(){let{caret:{origin:e,direction:t}}=this,[n,r]=this.getSliceIndices(),i=e.getTextContent();return og(e.setTextContent(i.slice(0,n)+i.slice(r)),t,n)}};function mg(e){return gg(e,ag(Vm(),e.direction))}function hg(e){return gg(e,e)}function gg(e,t){return e.direction!==t.direction&&L(265),new fg(e,t,e.direction)}function _g(e){let{initial:t,hasNext:n,step:r,map:i}=e,a=t;return{[Symbol.iterator](){return this},next(){if(!n(a))return{done:!0,value:void 0};let e={done:!1,value:i(a)};return a=r(a),e}}}function vg(e,t){let n=Sg(e.origin,t.origin);switch(n===null&&L(275,e.origin.getKey(),t.origin.getKey()),n.type){case`same`:{let n=e.type===`text`,r=t.type===`text`;return n&&r?function(e,t){return Math.sign(e-t)}(e.offset,t.offset):e.type===t.type?0:n?-1:r?1:e.type===`child`?-1:1}case`ancestor`:return e.type===`child`?-1:1;case`descendant`:return t.type===`child`?1:-1;case`branch`:return yg(n)}}function yg(e){let{a:t,b:n}=e,r=t.__key,i=n.__key,a=t,o=n;for(;a&&o;a=a.getNextSibling(),o=o.getNextSibling()){if(a.__key===i)return-1;if(o.__key===r)return 1}return a===null?1:-1}function bg(e,t){return t.is(e)}function xg(e){return H(e)?[e.getLatest(),null]:[e.getParent(),e.getLatest()]}function Sg(e,t){if(e.is(t))return{commonAncestor:e,type:`same`};let n=new Map;for(let[t,r]=xg(e);t;r=t,t=t.getParent())n.set(t,r);for(let[r,i]=xg(t);r;i=r,r=r.getParent()){let a=n.get(r);if(a!==void 0)return a===null?(bg(e,r)||L(276),{commonAncestor:r,type:`ancestor`}):i===null?(bg(t,r)||L(277),{commonAncestor:r,type:`descendant`}):((H(a)||bg(e,a))&&(H(i)||bg(t,i))&&r.is(a.getParent())&&r.is(i.getParent())||L(278),{a,b:i,commonAncestor:r,type:`branch`})}return null}function Cg(e,t){let{type:n,key:r,offset:i}=e,a=Sh(e.key);return n===`text`?(z(a)||L(266,a.getType(),r),og(a,t,i)):(H(a)||L(267,a.getType(),r),Ig(a,e.offset,t))}function wg(e,t){let{origin:n,direction:r}=t,i=r===`next`;$h(t)?e.set(n.getKey(),t.offset,`text`):eg(t)?z(n)?e.set(n.getKey(),sg(n,r),`text`):e.set(n.getParentOrThrow().getKey(),n.getIndexWithinParent()+(i?1:0),`element`):(tg(t)&&H(n)||L(268),e.set(n.getKey(),i?0:n.getChildrenSize(),`element`))}function Tg(e){let t=V(),n=B(t)?t:ip();return Eg(n,e),Um(n),n}function Eg(e,t){wg(e.anchor,t.anchor),wg(e.focus,t.focus)}function Dg(e){let{anchor:t,focus:n}=e,r=Cg(t,`next`),i=Cg(n,`next`),a=vg(r,i)<=0?`next`:`previous`;return gg(Pg(r,a),Pg(i,a))}function Og(e){let{direction:t,origin:n}=e,r=ag(n,Yh(t)).getNodeAtCaret();return r?ag(r,t):lg(n.getParentOrThrow(),t)}function kg(e,t=`root`){let n=[e];for(let r=tg(e)?e.getParentCaret(t):e.getSiblingCaret();r!==null;r=r.getParentCaret(t))n.push(Og(r));return n}function Ag(e){return!!e&&e.origin.isAttached()}function jg(e,t=`removeEmptySlices`){if(e.isCollapsed())return e;let n=`root`,r=`next`,i=t,a=Fg(e,r),o=kg(a.anchor,n),s=kg(a.focus.getFlipped(),n),c=new Set,l=[];for(let e of a.iterNodeCarets(n))if(tg(e))c.add(e.origin.getKey());else if(eg(e)){let{origin:t}=e;H(t)&&!c.has(t.getKey())||l.push(t)}for(let e of l)e.remove();for(let e of a.getTextSlices()){if(!e)continue;let{origin:t}=e.caret,n=t.getTextContentSize(),a=Og(ag(t,r)),c=t.getMode();if(Math.abs(e.distance)===n&&i===`removeEmptySlices`||c===`token`&&e.distance!==0)a.remove();else if(e.distance!==0){i=`removeEmptySlices`;let t=e.removeTextSlice(),n=e.caret.origin;if(c===`segmented`){let e=t.origin,n=If(e.getTextContent()).setStyle(e.getStyle()).setFormat(e.getFormat());a.replaceOrInsert(n),t=og(n,r,t.offset)}n.is(o[0].origin)&&(o[0]=t),n.is(s[0].origin)&&(s[0]=t.getFlipped())}}let u,d;for(let e of o)if(Ag(e)){u=Mg(e);break}for(let e of s)if(Ag(e)){d=Mg(e);break}let f=function(e,t,n){if(!e||!t)return null;let r=e.getParentAtCaret(),i=t.getParentAtCaret();if(!r||!i)return null;let a=r.getParents().reverse();a.push(r);let o=i.getParents().reverse();o.push(i);let s=Math.min(a.length,o.length),c;for(c=0;c<s&&a[c]===o[c];c++);let l=(e,t)=>{let n;for(let r=c;r<e.length;r++){let i=e[r];if(yh(i))return;!n&&t(i)&&(n=i)}return n},u=l(a,Mh),d=u&&l(o,e=>n.has(e.getKey())&&Mh(e));return u&&d?[u,d]:null}(u,d,c);if(f){let[e,t]=f;lg(e,`previous`).splice(0,t.getChildren());let n=t.getParent();for(t.remove(!0);n&&n.isEmpty();){let e=n;n=n.getParent(),e.remove(!0)}}let p=[u,d,...o,...s].find(Ag);if(p)return hg(Pg(Mg(p),e.direction));L(269,JSON.stringify(o.map(e=>e.origin.__key)))}function Mg(e){let t=function(e){let t=e;for(;tg(t);){let e=dg(t);if(!tg(e))break;t=e}return t}(e.getLatest()),{direction:n}=t;if(z(t.origin))return $h(t)?t:og(t.origin,n,n);let r=t.getAdjacentCaret();return eg(r)&&z(r.origin)?og(r.origin,n,Yh(n)):t}function Ng(e){return $h(e)&&e.offset!==sg(e.origin,e.direction)}function Pg(e,t){return e.direction===t?e:e.getFlipped()}function Fg(e,t){return e.direction===t?e:gg(Pg(e.focus,t),Pg(e.anchor,t))}function Ig(e,t,n){let r=lg(e,`next`);for(let e=0;e<t;e++){let e=r.getAdjacentCaret();if(e===null)break;r=e}return Pg(r,n)}function Lg(e){return e}function Rg(e){return e}function zg(e,t){if(!t||e===t)return e;for(let n in t)if(e[n]!==t[n])return{...e,...t};return e}function Bg(...e){let t=[];for(let n of e)if(n&&typeof n==`string`)for(let[e]of n.matchAll(/\S+/g))t.push(e);return t}function Vg(e,...t){let n=Bg(...t);n.length>0&&e.classList.add(...n)}function Hg(...e){return()=>{for(let t=e.length-1;t>=0;t--)e[t]();e.length=0}}function Ug(){return Vm().getTextContent()}function Wg(e,t=!0){if(e)return!1;let n=Ug();return t&&(n=n.trim()),n===``}function Gg(e){if(!Wg(e,!1))return!1;let t=Vm().getChildren(),n=t.length;if(n>1)return!1;for(let e=0;e<n;e++){let n=t[e];if(qp(n))return!1;if(H(n)){if(!am(n)||n.__indent!==0)return!1;let t=n.getChildren(),r=t.length;for(let n=0;n<r;n++){let n=t[e];if(!z(n))return!1}}}return!0}function Kg(e){return()=>Gg(e)}function qg(e){let t=Nh().getElementByKey(e.getKey());if(t===null)return null;let n=t.ownerDocument.defaultView;return n===null?null:n.getComputedStyle(t)}function Jg(e){return qg(Yp(e)?e:e.getParentOrThrow())}function Yg(e,t,n=`self`){let r=e.getStartEndPoints();if(t.isSelected(e)&&!Tm(t)&&r!==null){let[i,a]=r,o=e.isBackward(),s=i.getNode(),c=a.getNode(),l=t.is(s),u=t.is(c);if(l||u){let[r,i]=Yf(e),a=s.is(c),l=t.is(o?c:s),u=t.is(o?s:c),d,f=0;a?(f=r>i?i:r,d=r>i?r:i):l?(f=o?i:r,d=void 0):u&&(f=0,d=o?r:i);let p=t.__text.slice(f,d);p!==t.__text&&(n===`clone`&&(t=Rh(t)),t.__text=p)}}return t}function Xg(e){let t=Zg(e);return t!==null&&t.writingMode===`vertical-rl`}function Zg(e){let t=e.anchor.getNode();return H(t)?qg(t):Jg(t)}function Qg(e,t){let n=Xg(e)?!t:t;e_(e)&&(n=!n);let r=Cg(e.focus,n?`previous`:`next`);if(Ng(r))return!1;for(let e of mg(r)){if(tg(e))return!e.origin.isInline();if(!H(e.origin)){if(qp(e.origin))return!0;break}}return!1}function $g(e,t,n,r){e.modify(t?`extend`:`move`,n,r)}function e_(e){let t=Zg(e);return t!==null&&t.direction===`rtl`}function t_(e,t,n){let r=e_(e),i;i=Xg(e)||r?!n:n,$g(e,t,i,`character`)}var n_=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0,r_=n_&&`documentMode`in document?document.documentMode:null;n_&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),n_&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),!(!n_||!(`InputEvent`in window)||r_)&&`getTargetRanges`in new window.InputEvent(`input`),n_&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&window.MSStream,n_&&/Android/.test(navigator.userAgent),n_&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),n_&&/^(?=.*Chrome).*/i.test(navigator.userAgent),n_&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent);function i_(e,t){return e!==null&&Object.getPrototypeOf(e).constructor.name===t.name}var a_=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0?P.useLayoutEffect:P.useEffect;function o_({editor:e,ariaActiveDescendant:t,ariaAutoComplete:n,ariaControls:r,ariaDescribedBy:i,ariaErrorMessage:a,ariaExpanded:o,ariaInvalid:s,ariaLabel:c,ariaLabelledBy:l,ariaMultiline:u,ariaOwns:d,ariaRequired:f,autoCapitalize:p,className:m,id:h,role:g=`textbox`,spellCheck:_=!0,style:v,tabIndex:y,"data-testid":b,...x},S){let[C,w]=(0,P.useState)(e.isEditable()),T=(0,P.useCallback)(t=>{t&&t.ownerDocument&&t.ownerDocument.defaultView?e.setRootElement(t):e.setRootElement(null)},[e]),E=(0,P.useMemo)(()=>function(...e){return t=>{for(let n of e)typeof n==`function`?n(t):n!=null&&(n.current=t)}}(S,T),[T,S]);return a_(()=>(w(e.isEditable()),e.registerEditableListener(e=>{w(e)})),[e]),(0,F.jsx)(`div`,{"aria-activedescendant":C?t:void 0,"aria-autocomplete":C?n:`none`,"aria-controls":C?r:void 0,"aria-describedby":i,...a==null?{}:{"aria-errormessage":a},"aria-expanded":C&&g===`combobox`?!!o:void 0,...s==null?{}:{"aria-invalid":s},"aria-label":c,"aria-labelledby":l,"aria-multiline":u,"aria-owns":C?d:void 0,"aria-readonly":!C||void 0,"aria-required":f,autoCapitalize:p,className:m,contentEditable:C,"data-testid":b,id:h,ref:E,role:g,spellCheck:_,style:v,tabIndex:y,...x})}var s_=(0,P.forwardRef)(o_);function c_(e){return e.getEditorState().read(Kg(e.isComposing()))}var l_=(0,P.forwardRef)(u_);function u_(e,t){let{placeholder:n,...r}=e,[i]=rl();return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(s_,{editor:i,...r,ref:t}),n!=null&&(0,F.jsx)(d_,{editor:i,content:n})]})}function d_({content:e,editor:t}){let n=function(e){let[t,n]=(0,P.useState)(()=>c_(e));return a_(()=>{function t(){n(c_(e))}return t(),Hg(e.registerUpdateListener(()=>{t()}),e.registerEditableListener(()=>{t()}))},[e]),t}(t),[r,i]=(0,P.useState)(t.isEditable());if((0,P.useLayoutEffect)(()=>(i(t.isEditable()),t.registerEditableListener(e=>{i(e)})),[t]),!n)return null;let a=null;return typeof e==`function`?a=e(r):e!==null&&(a=e),a===null?null:(0,F.jsx)(`div`,{"aria-hidden":!0,children:a})}var f_=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0,p_=f_?P.useLayoutEffect:P.useEffect,m_={tag:pf};function h_({initialConfig:e,children:t}){let n=(0,P.useMemo)(()=>{let{theme:t,namespace:n,nodes:r,onError:i,editorState:a,html:o}=e,s=nl(null,t),c=cm({editable:e.editable,html:o,namespace:n,nodes:r,onError:e=>i(e,c),theme:t});return function(e,t){if(t!==null){if(t===void 0)e.update(()=>{let t=Vm();if(t.isEmpty()){let n=im();t.append(n);let r=f_?document.activeElement:null;(V()!==null||r!==null&&r===e.getRootElement())&&n.select()}},m_);else if(t!==null)switch(typeof t){case`string`:{let n=e.parseEditorState(t);e.setEditorState(n,m_);break}case`object`:e.setEditorState(t,m_);break;case`function`:e.update(()=>{Vm().isEmpty()&&t(e)},m_)}}}(c,a),[c,s]},[]);return p_(()=>{let t=e.editable,[r]=n;r.setEditable(t===void 0||t)},[]),(0,F.jsx)(tl.Provider,{value:n,children:t})}function g_({editorRef:e}){let[t]=rl();return P.useEffect(()=>{typeof e==`function`?e(t):typeof e==`object`&&(e.current=t)},[t]),null}var __=(0,P.createContext)(null),v_={didCatch:!1,error:null},y_=class extends P.Component{constructor(e){super(e),this.resetErrorBoundary=this.resetErrorBoundary.bind(this),this.state=v_}static getDerivedStateFromError(e){return{didCatch:!0,error:e}}resetErrorBoundary(...e){let{error:t}=this.state;t!==null&&(this.props.onReset?.({args:e,reason:`imperative-api`}),this.setState(v_))}componentDidCatch(e,t){this.props.onError?.(e,t)}componentDidUpdate(e,t){let{didCatch:n}=this.state,{resetKeys:r}=this.props;n&&t.error!==null&&b_(e.resetKeys,r)&&(this.props.onReset?.({next:r,prev:e.resetKeys,reason:`keys`}),this.setState(v_))}render(){let{children:e,fallbackRender:t,FallbackComponent:n,fallback:r}=this.props,{didCatch:i,error:a}=this.state,o=e;if(i){let e={error:a,resetErrorBoundary:this.resetErrorBoundary};if(typeof t==`function`)o=t(e);else if(n)o=(0,P.createElement)(n,e);else if(r!==void 0)o=r;else throw a}return(0,P.createElement)(__.Provider,{value:{didCatch:i,error:a,resetErrorBoundary:this.resetErrorBoundary}},o)}};function b_(e=[],t=[]){return e.length!==t.length||e.some((e,n)=>!Object.is(e,t[n]))}function x_({children:e,onError:t}){return(0,F.jsx)(y_,{fallback:(0,F.jsx)(`div`,{style:{border:`1px solid #f00`,color:`#f00`,padding:`8px`},children:`An error was thrown.`}),onError:t,children:e})}var S_=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0?P.useLayoutEffect:P.useEffect;function C_(e){return{initialValueFn:()=>e.isEditable(),subscribe:t=>e.registerEditableListener(t)}}function w_(){return function(e){let[t]=rl(),n=(0,P.useMemo)(()=>e(t),[t,e]),[r,i]=(0,P.useState)(()=>n.initialValueFn()),a=(0,P.useRef)(r);return S_(()=>{let{initialValueFn:e,subscribe:t}=n,r=e();return a.current!==r&&(a.current=r,i(r)),t(e=>{a.current=e,i(e)})},[n,e]),r}(C_)}var T_=Symbol.for(`preact-signals`);function E_(){if(A_>1)return void A_--;let e,t=!1;for(function(){let e=k_;for(k_=void 0;e!==void 0;)e.S.v===e.v&&(e.S.i=e.i),e=e.o}();D_!==void 0;){let n=D_;for(D_=void 0,j_++;n!==void 0;){let r=n.u;if(n.u=void 0,n.f&=-3,!(8&n.f)&&I_(n))try{n.c()}catch(n){t||=(e=n,!0)}n=r}}if(j_=0,A_--,t)throw e}var G,D_;function O_(e){let t=G;G=void 0;try{return e()}finally{G=t}}var k_,A_=0,j_=0,M_=0,N_=0;function P_(e){if(G===void 0)return;let t=e.n;return t===void 0||t.t!==G?(t={i:0,S:e,p:G.s,n:void 0,t:G,e:void 0,x:void 0,r:t},G.s!==void 0&&(G.s.n=t),G.s=t,e.n=t,32&G.f&&e.S(t),t):t.i===-1?(t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=G.s,t.n=void 0,G.s.n=t,G.s=t),t):void 0}function F_(e,t){this.v=e,this.i=0,this.n=void 0,this.t=void 0,this.l=0,this.W=t?.watched,this.Z=t?.unwatched,this.name=t?.name}function I_(e){for(let t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function L_(e){for(let t=e.s;t!==void 0;t=t.n){let n=t.S.n;if(n!==void 0&&(t.r=n),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function R_(e){let t,n=e.s;for(;n!==void 0;){let e=n.p;n.i===-1?(n.S.U(n),e!==void 0&&(e.n=n.n),n.n!==void 0&&(n.n.p=e)):t=n,n.S.n=n.r,n.r!==void 0&&(n.r=void 0),n=e}e.s=t}function z_(e,t){F_.call(this,void 0),this.x=e,this.s=void 0,this.g=N_-1,this.f=4,this.W=t?.watched,this.Z=t?.unwatched,this.name=t?.name}function B_(e){let t=e.m;if(e.m=void 0,typeof t==`function`){A_++;let n=G;G=void 0;try{t()}catch(t){throw e.f&=-2,e.f|=8,V_(e),t}finally{G=n,E_()}}}function V_(e){for(let t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,B_(e)}function H_(e){if(G!==this)throw Error(`Out-of-order effect`);R_(this),G=e,this.f&=-2,8&this.f&&V_(this),E_()}function U_(e,t){this.x=e,this.m=void 0,this.s=void 0,this.u=void 0,this.f=32,this.name=t?.name}function W_(e,t){let n=new U_(e,t);try{n.c()}catch(e){throw n.d(),e}let r=n.d.bind(n);return r[Symbol.dispose]=r,r}F_.prototype.brand=T_,F_.prototype.h=function(){return!0},F_.prototype.S=function(e){let t=this.t;t!==e&&e.e===void 0&&(e.x=t,this.t=e,t===void 0?O_(()=>{var e;(e=this.W)==null||e.call(this)}):t.e=e)},F_.prototype.U=function(e){if(this.t!==void 0){let t=e.e,n=e.x;t!==void 0&&(t.x=n,e.e=void 0),n!==void 0&&(n.e=t,e.x=void 0),e===this.t&&(this.t=n,n===void 0&&O_(()=>{var e;(e=this.Z)==null||e.call(this)}))}},F_.prototype.subscribe=function(e){return W_(()=>{let t=this.value,n=G;G=void 0;try{e(t)}finally{G=n}},{name:`sub`})},F_.prototype.valueOf=function(){return this.value},F_.prototype.toString=function(){return this.value+``},F_.prototype.toJSON=function(){return this.value},F_.prototype.peek=function(){let e=G;G=void 0;try{return this.value}finally{G=e}},Object.defineProperty(F_.prototype,`value`,{get(){let e=P_(this);return e!==void 0&&(e.i=this.i),this.v},set(e){if(e!==this.v){if(j_>100)throw Error(`Cycle detected`);(function(e){A_!==0&&j_===0&&e.l!==M_&&(e.l=M_,k_={S:e,v:e.v,i:e.i,o:k_})})(this),this.v=e,this.i++,N_++,A_++;try{for(let e=this.t;e!==void 0;e=e.x)e.t.N()}finally{E_()}}}}),z_.prototype=new F_,z_.prototype.h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===N_))return!0;if(this.g=N_,this.f|=1,this.i>0&&!I_(this))return this.f&=-2,!0;let e=G;try{L_(this),G=this;let e=this.x();(16&this.f||this.v!==e||this.i===0)&&(this.v=e,this.f&=-17,this.i++)}catch(e){this.v=e,this.f|=16,this.i++}return G=e,R_(this),this.f&=-2,!0},z_.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(let e=this.s;e!==void 0;e=e.n)e.S.S(e)}F_.prototype.S.call(this,e)},z_.prototype.U=function(e){if(this.t!==void 0&&(F_.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(let e=this.s;e!==void 0;e=e.n)e.S.U(e)}},z_.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(let e=this.t;e!==void 0;e=e.x)e.t.N()}},Object.defineProperty(z_.prototype,`value`,{get(){if(1&this.f)throw Error(`Cycle detected`);let e=P_(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}}),U_.prototype.c=function(){let e=this.S();try{if(8&this.f||this.x===void 0)return;let e=this.x();typeof e==`function`&&(this.m=e)}finally{e()}},U_.prototype.S=function(){if(1&this.f)throw Error(`Cycle detected`);this.f|=1,this.f&=-9,B_(this),L_(this),A_++;let e=G;return G=this,H_.bind(this,e)},U_.prototype.N=function(){2&this.f||(this.f|=2,this.u=D_,D_=this)},U_.prototype.d=function(){this.f|=8,1&this.f||V_(this)},U_.prototype.dispose=function(){this.d()};function G_(e){return(typeof e.nodes==`function`?e.nodes():e.nodes)||[]}ql(`format`,{parse:e=>typeof e==`number`?e:0});function K_(e,...t){let n=new URL(`https://lexical.dev/docs/error`),r=new URLSearchParams;r.append(`code`,e);for(let e of t)r.append(`v`,e);throw n.search=r.toString(),Error(`Minified Lexical error #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}function q_(e,t){if(e&&t&&!Array.isArray(t)&&typeof e==`object`&&typeof t==`object`){let n=e,r=t;for(let e in r)n[e]=q_(n[e],r[e]);return e}return t}var J_=0,Y_=1,X_=2,Z_=3,Q_=4,$_=5,ev=6,tv=7;function nv(e){return e.id===J_}function rv(e){return e.id===X_}function iv(e){return function(e){return e.id===Y_}(e)||K_(305,String(e.id),String(Y_)),Object.assign(e,{id:X_})}var av=new Set,ov=class{builder;configs;_dependency;_peerNameSet;extension;state;_signal;constructor(e,t){this.builder=e,this.extension=t,this.configs=new Set,this.state={id:J_}}mergeConfigs(){let e=this.extension.config||{},t=this.extension.mergeConfig?this.extension.mergeConfig.bind(this.extension):zg;for(let n of this.configs)e=t(e,n);return e}init(e){let t=this.state;rv(t)||K_(306,String(t.id));let n={getDependency:this.getInitDependency.bind(this),getDirectDependentNames:this.getDirectDependentNames.bind(this),getPeer:this.getInitPeer.bind(this),getPeerNameSet:this.getPeerNameSet.bind(this)},r={...n,getDependency:this.getDependency.bind(this),getInitResult:this.getInitResult.bind(this),getPeer:this.getPeer.bind(this)},i=function(e,t,n){return Object.assign(e,{config:t,id:Z_,registerState:n})}(t,this.mergeConfigs(),n),a;this.state=i,this.extension.init&&(a=this.extension.init(e,i.config,n)),this.state=function(e,t,n){return Object.assign(e,{id:Q_,initResult:t,registerState:n})}(i,a,r)}build(e){let t=this.state,n;t.id!==Q_&&K_(307,String(t.id),String($_)),this.extension.build&&(n=this.extension.build(e,t.config,t.registerState));let r={...t.registerState,getOutput:()=>n,getSignal:this.getSignal.bind(this)};this.state=function(e,t,n){return Object.assign(e,{id:$_,output:t,registerState:n})}(t,n,r)}register(e,t){this._signal=t;let n=this.state;n.id!==$_&&K_(308,String(n.id),String($_));let r=this.extension.register&&this.extension.register(e,n.config,n.registerState);return this.state=function(e){return Object.assign(e,{id:ev})}(n),()=>{let e=this.state;e.id!==tv&&K_(309,String(n.id),String(tv)),this.state=function(e){return Object.assign(e,{id:$_})}(e),r&&r()}}afterRegistration(e){let t=this.state,n;return t.id!==ev&&K_(310,String(t.id),String(ev)),this.extension.afterRegistration&&(n=this.extension.afterRegistration(e,t.config,t.registerState)),this.state=function(e){return Object.assign(e,{id:tv})}(t),n}getSignal(){return this._signal===void 0&&K_(311),this._signal}getInitResult(){this.extension.init===void 0&&K_(312,this.extension.name);let e=this.state;return function(e){return e.id>=Q_}(e)||K_(313,String(e.id),String(Q_)),e.initResult}getInitPeer(e){let t=this.builder.extensionNameMap.get(e);return t?t.getExtensionInitDependency():void 0}getExtensionInitDependency(){let e=this.state;return function(e){return e.id>=Z_}(e)||K_(314,String(e.id),String(Z_)),{config:e.config}}getPeer(e){let t=this.builder.extensionNameMap.get(e);return t?t.getExtensionDependency():void 0}getInitDependency(e){let t=this.builder.getExtensionRep(e);return t===void 0&&K_(315,this.extension.name,e.name),t.getExtensionInitDependency()}getDependency(e){let t=this.builder.getExtensionRep(e);return t===void 0&&K_(315,this.extension.name,e.name),t.getExtensionDependency()}getState(){let e=this.state;return function(e){return e.id>=tv}(e)||K_(316,String(e.id),String(tv)),e}getDirectDependentNames(){return this.builder.incomingEdges.get(this.extension.name)||av}getPeerNameSet(){let e=this._peerNameSet;return e||(e=new Set((this.extension.peerDependencies||[]).map(([e])=>e)),this._peerNameSet=e),e}getExtensionDependency(){if(!this._dependency){let e=this.state;(function(e){return e.id>=$_})(e)||K_(317,this.extension.name),this._dependency={config:e.config,init:e.initResult,output:e.output}}return this._dependency}},sv={tag:pf};function cv(){let e=Vm();e.isEmpty()&&e.append(im())}var lv=Lg({config:Rg({setOptions:sv,updateOptions:sv}),init:({$initialEditorState:e=cv})=>({$initialEditorState:e,initialized:!1}),afterRegistration(e,{updateOptions:t,setOptions:n},r){let i=r.getInitResult();if(!i.initialized){i.initialized=!0;let{$initialEditorState:r}=i;if($p(r))e.setEditorState(r,n);else if(typeof r==`function`)e.update(()=>{r(e)},t);else if(r&&(typeof r==`string`||typeof r==`object`)){let t=e.parseEditorState(r);e.setEditorState(t,n)}}return()=>{}},name:`@lexical/extension/InitialState`,nodes:[Jp,Df,gf,Rf,nm]}),uv=Symbol.for(`@lexical/extension/LexicalBuilder`);function dv(){}function fv(e){throw e}function pv(e){return Array.isArray(e)?e:[e]}var mv=`0.43.0+prod.esm`,hv=class e{roots;extensionNameMap;outgoingConfigEdges;incomingEdges;conflicts;_sortedExtensionReps;PACKAGE_VERSION;constructor(e){this.outgoingConfigEdges=new Map,this.incomingEdges=new Map,this.extensionNameMap=new Map,this.conflicts=new Map,this.PACKAGE_VERSION=mv,this.roots=e;for(let t of e)this.addExtension(t)}static fromExtensions(t){let n=[pv(lv)];for(let e of t)n.push(pv(e));return new e(n)}static maybeFromEditor(t){let n=t[uv];return n&&(n.PACKAGE_VERSION!==mv&&K_(292,n.PACKAGE_VERSION,mv),n instanceof e||K_(293)),n}static fromEditor(t){let n=e.maybeFromEditor(t);return n===void 0&&K_(294),n}constructEditor(){let{$initialEditorState:e,onError:t,...n}=this.buildCreateEditorArgs(),r=Object.assign(cm({...n,...t?{onError:e=>{t(e,r)}}:{}}),{[uv]:this});for(let e of this.sortedExtensionReps())e.build(r);return r}buildEditor(){let e=dv;function t(){try{e()}finally{e=dv}}let n=Object.assign(this.constructEditor(),{dispose:t,[Symbol.dispose]:t});return e=Hg(this.registerEditor(n),()=>n.setRootElement(null)),n}hasExtensionByName(e){return this.extensionNameMap.has(e)}getExtensionRep(e){let t=this.extensionNameMap.get(e.name);if(t)return t.extension!==e&&K_(295,e.name),t}addEdge(e,t,n){let r=this.outgoingConfigEdges.get(e);r?r.set(t,n):this.outgoingConfigEdges.set(e,new Map([[t,n]]));let i=this.incomingEdges.get(t);i?i.add(e):this.incomingEdges.set(t,new Set([e]))}addExtension(e){this._sortedExtensionReps!==void 0&&K_(296);let[t]=pv(e);typeof t.name!=`string`&&K_(297,typeof t.name);let n=this.extensionNameMap.get(t.name);if(n!==void 0&&n.extension!==t&&K_(298,t.name),!n){n=new ov(this,t),this.extensionNameMap.set(t.name,n);let e=this.conflicts.get(t.name);typeof e==`string`&&K_(299,t.name,e);for(let e of t.conflictsWith||[])this.extensionNameMap.has(e)&&K_(299,t.name,e),this.conflicts.set(e,t.name);for(let e of t.dependencies||[]){let n=pv(e);this.addEdge(t.name,n[0].name,n.slice(1)),this.addExtension(n)}for(let[e,n]of t.peerDependencies||[])this.addEdge(t.name,e,n?[n]:[])}}sortedExtensionReps(){if(this._sortedExtensionReps)return this._sortedExtensionReps;let e=[],t=(n,r)=>{let i=n.state;if(rv(i))return;let a=n.extension.name;var o;nv(i)||K_(300,a,r||`[unknown]`),nv(o=i)||K_(304,String(o.id),String(J_)),i=Object.assign(o,{id:Y_}),n.state=i;let s=this.outgoingConfigEdges.get(a);if(s)for(let e of s.keys()){let n=this.extensionNameMap.get(e);n&&t(n,a)}i=iv(i),n.state=i,e.push(n)};for(let e of this.extensionNameMap.values())nv(e.state)&&t(e);for(let t of e)for(let[e,n]of this.outgoingConfigEdges.get(t.extension.name)||[])if(n.length>0){let t=this.extensionNameMap.get(e);if(t)for(let e of n)t.configs.add(e)}for(let[e,...t]of this.roots)if(t.length>0){let n=this.extensionNameMap.get(e.name);n===void 0&&K_(301,e.name);for(let e of t)n.configs.add(e)}return this._sortedExtensionReps=e,this._sortedExtensionReps}registerEditor(e){let t=this.sortedExtensionReps(),n=new AbortController,r=[()=>n.abort()],i=n.signal;for(let n of t){let t=n.register(e,i);t&&r.push(t)}for(let n of t){let t=n.afterRegistration(e);t&&r.push(t)}return Hg(...r)}buildCreateEditorArgs(){let e={},t=new Set,n=new Map,r=new Map,i={},a={},o=this.sortedExtensionReps();for(let s of o){let{extension:o}=s;if(o.onError!==void 0&&(e.onError=o.onError),o.disableEvents!==void 0&&(e.disableEvents=o.disableEvents),o.parentEditor!==void 0&&(e.parentEditor=o.parentEditor),o.editable!==void 0&&(e.editable=o.editable),o.namespace!==void 0&&(e.namespace=o.namespace),o.$initialEditorState!==void 0&&(e.$initialEditorState=o.$initialEditorState),o.nodes)for(let e of G_(o)){if(typeof e!=`function`){let t=n.get(e.replace);t&&K_(302,o.name,e.replace.name,t.extension.name),n.set(e.replace,s)}t.add(e)}if(o.html){if(o.html.export)for(let[e,t]of o.html.export.entries())r.set(e,t);o.html.import&&Object.assign(i,o.html.import)}o.theme&&q_(a,o.theme)}Object.keys(a).length>0&&(e.theme=a),t.size&&(e.nodes=[...t]);let s=Object.keys(i).length>0,c=r.size>0;(s||c)&&(e.html={},s&&(e.html.import=i),c&&(e.html.export=r));for(let t of o)t.init(e);return e.onError||=fv,e}},gv=class e extends Kp{static getType(){return`horizontalrule`}static clone(t){return new e(t.__key)}static importJSON(e){return vv().updateFromJSON(e)}static importDOM(){return{hr:()=>({conversion:_v,priority:0})}}exportDOM(){return{element:document.createElement(`hr`)}}createDOM(e){let t=document.createElement(`hr`);return Vg(t,e.theme.hr),t}getTextContent(){return`
|
|
15
|
-
`}isInline(){return!1}updateDOM(){return!1}};function _v(){return{node:vv()}}function vv(){return Uh(gv)}var yv=Lg({name:`@lexical/react/ReactProvider`});function bv(e){let t=window.location.origin,n=n=>{if(n.origin!==t)return;let r=e.getRootElement();if(document.activeElement!==r)return;let i=n.data;if(typeof i==`string`){let t;try{t=JSON.parse(i)}catch{return}if(t&&t.protocol===`nuanria_messaging`&&t.type===`request`){let r=t.payload;if(r&&r.functionId===`makeChanges`){let t=r.args;if(t){let[r,i,a,o,s]=t;e.update(()=>{let e=V();if(B(e)){let t=e.anchor,c=t.getNode(),l=0,u=0;if(z(c)&&r>=0&&i>=0&&(l=r,u=r+i,e.setTextNodeRange(c,l,c,u)),l===u&&a===``||(e.insertRawText(a),c=t.getNode()),z(c)){l=o,u=o+s;let t=c.getTextContentSize();l=l>t?t:l,u=u>t?t:u,e.setTextNodeRange(c,l,c,u)}n.stopImmediatePropagation()}})}}}}};return window.addEventListener(`message`,n,!0),()=>{window.removeEventListener(`message`,n,!0)}}function xv(e,t){if(typeof document>`u`||typeof window>`u`&&global.window===void 0)throw Error(`To use $generateHtmlFromNodes in headless mode please initialize a headless browser implementation such as JSDom before calling this function.`);let n=document.createElement(`div`),r=Vm().getChildren();for(let i=0;i<r.length;i++)Sv(e,r[i],n,t);return n.innerHTML}function Sv(e,t,n,r=null){let i=r===null||t.isSelected(r),a=H(t)&&t.excludeFromCopy(`html`),o=t;r!==null&&z(t)&&(o=Yg(r,t,`clone`));let s=H(o)?o.getChildren():[],c=gm(e,o.getType()),l;l=c&&c.exportDOM!==void 0?c.exportDOM(e,o):o.exportDOM(e);let{element:u,after:d}=l;if(!u)return!1;let f=document.createDocumentFragment();for(let n=0;n<s.length;n++){let a=s[n],o=Sv(e,a,f,r);!i&&H(t)&&o&&t.extractWithChild(a,r,`html`)&&(i=!0)}if(i&&!a){if((Dh(u)||kh(u))&&u.append(f),n.append(u),d){let e=d.call(o,u);e&&(kh(u)?u.replaceChildren(e):u.replaceWith(e))}}else n.append(f);return i}function Cv(e,...t){let n=new URL(`https://lexical.dev/docs/error`),r=new URLSearchParams;r.append(`code`,e);for(let e of t)r.append(`v`,e);throw n.search=r.toString(),Error(`Minified Lexical error #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}function wv(e,t=V()){return t??Cv(166),B(t)&&t.isCollapsed()||t.getNodes().length===0?``:xv(e,t)}function Tv(e,t){let n=e.getData(`text/plain`)||e.getData(`text/uri-list`);n!=null&&t.insertRawText(n)}var Ev=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0,Dv=Ev&&`documentMode`in document?document.documentMode:null,Ov=Ev&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),kv=!(!Ev||!(`InputEvent`in window)||Dv)&&`getTargetRanges`in new window.InputEvent(`input`),Av=Ev&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,jv=Ev&&/Android/.test(navigator.userAgent),Mv=Ev&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent)&&!jv,Nv=Ev&&/^(?=.*Chrome).*/i.test(navigator.userAgent),Pv=Ev&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&Ov&&!Nv;function Fv(e,t){t.update(()=>{if(e!==null){let n=i_(e,KeyboardEvent)?null:e.clipboardData,r=V();if(r!==null&&!r.isCollapsed()&&n!=null){e.preventDefault();let i=wv(t);i!==null&&n.setData(`text/html`,i),n.setData(`text/plain`,r.getTextContent())}}})}function Iv(e){return Hg(e.registerCommand(Ju,e=>{let t=V();return!!B(t)&&(t.deleteCharacter(e),!0)},0),e.registerCommand(ed,e=>{let t=V();return!!B(t)&&(t.deleteWord(e),!0)},0),e.registerCommand(td,e=>{let t=V();return!!B(t)&&(t.deleteLine(e),!0)},0),e.registerCommand(Zu,e=>{let t=V();if(!B(t))return!1;if(typeof e==`string`)t.insertText(e);else{let n=e.dataTransfer;if(n!=null)Tv(n,t);else{let n=e.data;n&&t.insertText(n)}}return!0},0),e.registerCommand($u,()=>{let e=V();return!!B(e)&&(e.removeText(),!0)},0),e.registerCommand(Yu,e=>{let t=V();return!!B(t)&&(t.insertLineBreak(e),!0)},0),e.registerCommand(Xu,()=>{let e=V();return!!B(e)&&(e.insertLineBreak(),!0)},0),e.registerCommand(cd,e=>{let t=V();if(!B(t))return!1;let n=e,r=n.shiftKey;return!!Qg(t,!0)&&(n.preventDefault(),t_(t,r,!0),!0)},0),e.registerCommand(od,e=>{let t=V();if(!B(t))return!1;let n=e,r=n.shiftKey;return!!Qg(t,!1)&&(n.preventDefault(),t_(t,r,!1),!0)},0),e.registerCommand(md,t=>!!B(V())&&(!Av||navigator.language!==`ko-KR`)&&(t.preventDefault(),e.dispatchCommand(Ju,!0)),0),e.registerCommand(gd,t=>!!B(V())&&(t.preventDefault(),e.dispatchCommand(Ju,!1)),0),e.registerCommand(fd,t=>{if(!B(V()))return!1;if(t!==null){if((Av||Mv||Pv)&&kv)return!1;t.preventDefault()}return e.dispatchCommand(Yu,!1)},0),e.registerCommand(wd,()=>(ih(),!0),0),e.registerCommand(Sd,t=>!!B(V())&&(Fv(t,e),!0),0),e.registerCommand(Cd,t=>!!B(V())&&(function(e,t){Fv(e,t),t.update(()=>{let e=V();B(e)&&e.removeText()})}(t,e),!0),0),e.registerCommand(Qu,t=>!!B(V())&&(function(e,t){e.preventDefault(),t.update(()=>{let t=V(),n=i_(e,ClipboardEvent)?e.clipboardData:null;n!=null&&B(t)&&Tv(n,t)},{tag:`paste`})}(t,e),!0),0),e.registerCommand(vd,e=>!!B(V())&&(e.preventDefault(),!0),0),e.registerCommand(yd,e=>!!B(V())&&(e.preventDefault(),!0),0))}function Lv(e,...t){let n=new URL(`https://lexical.dev/docs/error`),r=new URLSearchParams;r.append(`code`,e);for(let e of t)r.append(`v`,e);throw n.search=r.toString(),Error(`Minified Lexical error #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}var Rv=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0?P.useLayoutEffect:P.useEffect;function zv({editor:e,ErrorBoundary:t}){return function(e,t){let[n,r]=(0,P.useState)(()=>e.getDecorators());return Rv(()=>e.registerDecoratorListener(e=>{(0,En.flushSync)(()=>{r(e)})}),[e]),(0,P.useEffect)(()=>{r(e.getDecorators())},[e]),(0,P.useMemo)(()=>{let r=[],i=Object.keys(n);for(let a=0;a<i.length;a++){let o=i[a],s=(0,F.jsx)(t,{onError:t=>e._onError(t),children:(0,F.jsx)(P.Suspense,{fallback:null,children:n[o]})}),c=e.getElementByKey(o);c!==null&&r.push((0,En.createPortal)(s,c,o))}return r},[t,n,e])}(e,t)}function Bv({editor:e,ErrorBoundary:t}){return function(e){let t=hv.maybeFromEditor(e);if(t&&t.hasExtensionByName(yv.name)){for(let e of[`@lexical/plain-text`,`@lexical/rich-text`])t.hasExtensionByName(e)&&Lv(320,e);return!0}return!1}(e)?null:(0,F.jsx)(zv,{editor:e,ErrorBoundary:t})}function Vv(e){return e.getEditorState().read(Kg(e.isComposing()))}function Hv({contentEditable:e,placeholder:t=null,ErrorBoundary:n}){let[r]=rl();return function(e){Rv(()=>Hg(Iv(e),bv(e)),[e])}(r),(0,F.jsxs)(F.Fragment,{children:[e,(0,F.jsx)(Uv,{content:t}),(0,F.jsx)(Bv,{editor:r,ErrorBoundary:n})]})}function Uv({content:e}){let[t]=rl(),n=function(e){let[t,n]=(0,P.useState)(()=>Vv(e));return Rv(()=>{function t(){n(Vv(e))}return t(),Hg(e.registerUpdateListener(()=>{t()}),e.registerEditableListener(()=>{t()}))},[e]),t}(t),r=w_();return n?typeof e==`function`?e(r):e:null}function Wv(){return`composer-${Math.random().toString(36).slice(2,10)}`}function Gv(e=``){return{id:Wv(),type:`text`,text:e}}function Kv(e){return{id:Wv(),type:`token`,tokenKind:e.tokenKind,tokenKey:e.tokenKey,label:e.label}}function qv(e){return e.type===`text`?e.text.length:1}function Jv(){return[Gv(``)]}function Yv(e){return[Gv(e)]}function Xv(e){let t=[];for(let n of e){if(n.type===`text`){if(n.text.length===0)continue;let e=t[t.length-1];if(e?.type===`text`){t[t.length-1]={...e,text:e.text+n.text};continue}}t.push(n)}return t.length===0?Jv():t}function Zv(e){return e.map(e=>e.type===`text`?e.text:``).join(``)}function Qv(e){return e.filter(e=>e.type===`text`).map(e=>e.text).join(``)}function $v(e,t){let n=[],r=new Set;for(let i of e)i.type!==`token`||i.tokenKind!==t||r.has(i.tokenKey)||(r.add(i.tokenKey),n.push(i.tokenKey));return n}function ey(e,t,n,r){let i=Math.max(0,n-t),a=Math.max(0,t+e.text.length-r),o=[];return i>0&&o.push({...e,text:e.text.slice(0,i)}),a>0&&o.push({...e,text:e.text.slice(e.text.length-a)}),o}function ty(e,t,n,r){return t<=n||e>=r}function ny(e,t,n,r,i){return!n&&r>=i?(e.push(...t),!0):n}function ry(e,t,n,r,i,a,o){let s=ey(t,n,r,i);s[0]&&e.push(s[0]);let c=o;return c||=(e.push(...a),!0),s[1]&&e.push(s[1]),c}function iy(e,t,n,r,i,a){return!r&&i<=a?(e.push(...n),!0):(e.push(t),r)}function ay(e,t,n,r){let i=Math.max(0,t),a=Math.max(i,n),o=[],s=0,c=!1;for(let t of e){let e=qv(t),n=s,l=s+e;if(ty(n,l,i,a)){c=ny(o,r,c,n,a),o.push(t),s=l;continue}c=t.type===`text`?ry(o,t,n,i,a,r,c):iy(o,t,r,c,i,n),s=l}return c||o.push(...r),Xv(o)}function oy(e,t){return Xv(e.filter(e=>e.type!==`token`||!t(e)))}function sy(e,t){if(!t||t.start!==t.end)return null;let n=Zv(e),r=t.end,i=n.slice(0,r),a=/(?:^|\s)\/([^\s\uFFFC]*)$/.exec(i);if(!a)return null;let o=r-a[0].length+(a[0].startsWith(`/`)?0:1);return{query:(a[1]??``).trim().toLowerCase(),start:o,end:r}}function cy(e){return e===`file`?[`mx-[2px]`,`inline-flex`,`h-7`,`max-w-[min(100%,17rem)]`,`items-center`,`gap-1.5`,`rounded-lg`,`border`,`border-slate-200/80`,`bg-slate-50`,`px-2`,`align-baseline`,`text-slate-700`,`transition-[border-color,background-color,box-shadow,color]`,`duration-150`].join(` `):[`mx-[2px]`,`inline-flex`,`h-7`,`max-w-full`,`items-center`,`gap-1.5`,`rounded-lg`,`border`,`border-primary/12`,`bg-primary/8`,`px-2`,`align-baseline`,`text-[11px]`,`font-medium`,`text-primary`,`transition`].join(` `)}function ly(e){return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(`span`,{className:e.tokenKind===`file`?`inline-flex h-4.5 w-4.5 shrink-0 items-center justify-center rounded-md bg-white text-slate-500 ring-1 ring-black/5`:`inline-flex h-3.5 w-3.5 shrink-0 items-center justify-center text-primary/70`,children:e.tokenKind===`file`?(0,F.jsxs)(`svg`,{viewBox:`0 0 16 16`,fill:`none`,stroke:`currentColor`,strokeWidth:`1.25`,strokeLinecap:`round`,strokeLinejoin:`round`,"aria-hidden":`true`,className:`h-3 w-3`,children:[(0,F.jsx)(`path`,{d:`M3.25 4.25A1.5 1.5 0 0 1 4.75 2.75h6.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-6.5a1.5 1.5 0 0 1-1.5-1.5v-7.5Z`}),(0,F.jsx)(`path`,{d:`m4.75 10 2.25-2.5 1.75 1.75 1.25-1.25 2 2`}),(0,F.jsx)(`path`,{d:`M9.75 6.25h.01`})]}):(0,F.jsxs)(`svg`,{viewBox:`0 0 16 16`,fill:`none`,stroke:`currentColor`,strokeWidth:`1.25`,strokeLinecap:`round`,strokeLinejoin:`round`,"aria-hidden":`true`,className:`h-3 w-3`,children:[(0,F.jsx)(`path`,{d:`M8.5 2.75 2.75 6l5.75 3.25L14.25 6 8.5 2.75Z`}),(0,F.jsx)(`path`,{d:`M2.75 10 8.5 13.25 14.25 10`}),(0,F.jsx)(`path`,{d:`M2.75 6v4l5.75 3.25V9.25L2.75 6Z`}),(0,F.jsx)(`path`,{d:`M14.25 6v4L8.5 13.25V9.25L14.25 6Z`})]})}),(0,F.jsx)(`span`,{className:e.tokenKind===`file`?`min-w-0 flex-1 truncate text-[12px] font-medium text-slate-700`:`truncate`,children:e.label})]})}var uy=class e extends Kp{static getType(){return`chat-composer-token`}static clone(t){return new e(t.__composerId,t.__tokenKind,t.__tokenKey,t.__label,t.__key)}static importJSON(e){return dy({composerId:e.composerId,label:e.label,tokenKey:e.tokenKey,tokenKind:e.tokenKind})}constructor(e,t,n,r,i){super(i),this.applyTokenDom=e=>{e.contentEditable=`false`,e.dataset.composerNodeId=this.__composerId,e.dataset.composerNodeType=`token`,e.dataset.composerTokenKind=this.__tokenKind,e.dataset.composerTokenKey=this.__tokenKey,e.dataset.composerLabel=this.__label,e.title=this.__label,e.className=cy(this.__tokenKind)},this.createDOM=(e,t)=>{let n=document.createElement(`span`);return this.applyTokenDom(n),n},this.updateDOM=(e,t)=>(this.applyTokenDom(t),!1),this.decorate=()=>(0,F.jsx)(ly,{label:this.__label,tokenKind:this.__tokenKind}),this.exportJSON=()=>({composerId:this.__composerId,label:this.__label,tokenKey:this.__tokenKey,tokenKind:this.__tokenKind,type:`chat-composer-token`,version:1}),this.getComposerId=()=>this.getLatest().__composerId,this.getTokenKind=()=>this.getLatest().__tokenKind,this.getTokenKey=()=>this.getLatest().__tokenKey,this.getLabel=()=>this.getLatest().__label,this.getTextContent=()=>``,this.isInline=()=>!0,this.isIsolated=()=>!0,this.isKeyboardSelectable=()=>!1,this.__composerId=e,this.__tokenKind=t,this.__tokenKey=n,this.__label=r}};function dy(e){let{composerId:t,label:n,tokenKey:r,tokenKind:i}=e;return bh(new uy(t,i,r,n))}function fy(e){return e instanceof uy}function py(){let e=Vm(),t=e.getFirstChild();if(!H(t))return{descriptors:[],paragraphKey:e.getKey(),paragraphSize:0,totalLength:0};let n=t.getChildren(),r=[],i=0;for(let[e,t]of n.entries()){if(z(t)){let n=t.getTextContent();r.push({index:e,key:t.getKey(),length:n.length,node:t,start:i,text:n,type:`text`}),i+=n.length;continue}if(fy(t)){r.push({index:e,key:t.getKey(),length:1,node:t,start:i,type:`token`}),i+=1;continue}r.push({index:e,key:t.getKey(),length:t.getTextContent().length,node:t,start:i,type:`linebreak`}),i+=t.getTextContent().length}return{descriptors:r,paragraphKey:t.getKey(),paragraphSize:n.length,totalLength:i}}function my(e){let{descriptors:t,paragraphKey:n,paragraphSize:r,totalLength:i}=py(),a=Math.max(0,Math.min(e,i));if(t.length===0)return{key:n,offset:0,type:`element`};for(let e of t){let r=e.start+e.length;if(e.type===`text`&&a>=e.start&&a<=r)return{key:e.key,offset:a-e.start,type:`text`};if(e.type!==`text`){if(a===e.start)return{key:n,offset:e.index,type:`element`};if(a===r){let r=t[e.index+1];return r?.type===`text`&&r.length===0?{key:r.key,offset:0,type:`text`}:{key:n,offset:e.index+1,type:`element`}}}}return{key:n,offset:r,type:`element`}}function hy(e){let{descriptors:t,paragraphKey:n,totalLength:r}=py();if(e.key===n){let n=t[e.offset-1];return n?n.start+n.length:0}let i=t.find(t=>t.key===e.key);return i?i.start+Math.min(e.offset,i.length):r}function gy(e){if(e.type===`element`)return hy(e);let{descriptors:t,totalLength:n}=py(),r=t.find(t=>t.key===e.key);return r?r.start+Math.min(e.offset,r.length):n}function _y(){let{descriptors:e}=py(),t=[],n=``,r=``,i=()=>{n.length!==0&&(t.push({id:r,type:`text`,text:n}),n=``,r=``)};for(let a of e){if(a.type===`text`){n.length===0&&(r=a.key),n+=a.text;continue}if(a.type===`linebreak`){n.length===0&&(r=a.key),n+=`
|
|
16
|
-
`;continue}i();let e=a.node;t.push({id:e.getComposerId(),label:e.getLabel(),tokenKey:e.getTokenKey(),tokenKind:e.getTokenKind(),type:`token`})}return i(),Xv(t)}function vy(e){return e.read(()=>{let e=V(),t=_y();return B(e)?{nodes:t,selection:{start:Math.min(gy(e.anchor),gy(e.focus)),end:Math.max(gy(e.anchor),gy(e.focus))}}:{nodes:t,selection:null}})}function yy(e,t){let n=Vm();n.clear();let r=im();n.append(r);for(let t of Xv(e)){if(t.type===`token`){r.append(dy({composerId:t.id,label:t.label,tokenKey:t.tokenKey,tokenKind:t.tokenKind}));continue}let e=t.text.split(`
|
|
17
|
-
`);for(let[t,n]of e.entries())n.length>0&&r.append(If(n)),t<e.length-1&&r.append(vf())}if(fy(r.getLastChild())&&r.append(If(``)),!t)return;let i=ip(),a=my(t.start),o=my(t.end);i.anchor.set(a.key,a.offset,a.type),i.focus.set(o.key,o.offset,o.type),Um(i)}function by(e,t,n){e.update(()=>{yy(t,n)})}function xy(e,t){e.update(()=>{let e=ip(),n=my(t.start),r=my(t.end);e.anchor.set(n.key,n.offset,n.type),e.focus.set(r.key,r.offset,r.type),Um(e)})}function Sy(e){return e.reduce((e,t)=>e+qv(t),0)}function Cy(e){let{label:t,nodes:n,selection:r,tokenKey:i,tokenKind:a,trigger:o}=e,s=Sy(n),[c,l]=r?[Math.min(r.start,r.end),Math.max(r.start,r.end)]:[s,s],u=o?.start??c;return{nodes:ay(n,u,o?.end??l,[Kv({label:t,tokenKey:i,tokenKind:a})]),selection:{start:u+1,end:u+1}}}function wy(e){return e.map(e=>e.type===`text`?`text:${e.id}:${e.text}`:`token:${e.id}:${e.tokenKind}:${e.tokenKey}:${e.label}`).join(``)}function Ty(e){let{nodes:t,selection:n,text:r}=e,i=Sy(t),[a,o]=n?[Math.min(n.start,n.end),Math.max(n.start,n.end)]:[i,i],s=a+r.length;return{nodes:ay(t,a,o,[Gv(r)]),selection:{start:s,end:s}}}function Ey(e){let{label:t,nodes:n,selection:r,tokenKey:i}=e;return Cy({label:t,nodes:n,selection:r,tokenKey:i,tokenKind:`file`})}function Dy(e){let{label:t,nodes:n,selection:r,tokenKey:i}=e;return $v(n,`skill`).includes(i)?{nodes:Xv(n),selection:r}:Cy({label:t,nodes:n,selection:r,tokenKey:i,tokenKind:`skill`,trigger:sy(n,r)})}function Oy(e){let{nextKeys:t,nodes:n,options:r,selection:i}=e,a=$v(n,`skill`),o=new Map(r.map(e=>[e.key,e])),s=t.find(e=>!a.includes(e));if(s)return Dy({label:o.get(s)?.label??s,nodes:n,selection:i,tokenKey:s});let c=a.find(e=>!t.includes(e));return c?{nodes:oy(n,e=>e.tokenKind===`skill`&&e.tokenKey===c),selection:i}:{nodes:Xv(n),selection:i}}function ky(e){let{direction:t,nodes:n,selection:r}=e,i=Sy(n),[a,o]=r?[Math.min(r.start,r.end),Math.max(r.start,r.end)]:[i,i],s=a,c=o;if(s===c)if(t===`backward`&&s>0)--s;else if(t===`forward`&&c<i)c+=1;else return{nodes:Xv(n),selection:{start:s,end:c}};return{nodes:ay(n,s,c,[]),selection:{start:s,end:s}}}function Ay(e){let{activeSlashIndex:t,canStopGeneration:n,isComposing:r,isSending:i,isSlashMenuOpen:a,key:o,shiftKey:s,slashItemCount:c}=e;if(o===`Enter`&&!s&&i)return{type:`consume`};if(a&&c>0){if(o===`ArrowDown`)return{type:`move-slash-index`,index:(t+1)%c};if(o===`ArrowUp`)return{type:`move-slash-index`,index:(t-1+c)%c};if(o===`Enter`&&!s||o===`Tab`)return{type:`insert-active-slash-item`}}return o===`Escape`?a?{type:`close-slash`}:i&&n?{type:`stop-generation`}:{type:`noop`}:o===`Enter`&&s?{type:`insert-line-break`}:o===`Enter`?{type:`send-message`}:!r&&(o===`Backspace`||o===`Delete`)?{type:`delete-content`,direction:o===`Backspace`?`backward`:`forward`}:{type:`noop`}}var jy=class{constructor(e){this.params=e,this.insertSlashItem=e=>{e.value&&(this.params.onSlashItemSelect?.(e),this.params.publishSnapshot(Dy({label:e.title,nodes:this.params.optionsReader().nodes,selection:this.params.optionsReader().selection,tokenKey:e.value}),{focusAfterSync:!0}))},this.insertFileToken=(e,t)=>{this.params.publishSnapshot(Ey({label:t,nodes:this.params.optionsReader().nodes,selection:this.params.optionsReader().selection,tokenKey:e}),{focusAfterSync:!0})},this.insertFileTokens=e=>{let t=this.params.optionsReader().nodes,n=this.params.optionsReader().selection;for(let r of e){let e=Ey({label:r.label,nodes:t,selection:n,tokenKey:r.tokenKey});t=e.nodes,n=e.selection}this.params.publishSnapshot({nodes:t,selection:n},{focusAfterSync:!0})},this.focusComposer=()=>{this.params.focusComposer()},this.focusComposerAtEnd=()=>{this.params.focusComposerAtEnd()},this.syncSelectedSkills=(e,t)=>{this.params.publishSnapshot(Oy({nextKeys:e,nodes:this.params.optionsReader().nodes,options:t,selection:this.params.optionsReader().selection}),{focusAfterSync:!0})}}};function My(e){return new jy(e)}function Ny(e){return JSON.stringify(e.map(e=>e.type===`text`?{text:e.text,type:e.type}:{label:e.label,tokenKey:e.tokenKey,tokenKind:e.tokenKind,type:e.type}))}function Py(e){let{disabled:t,event:n,isComposing:r,publishSnapshot:i,snapshotReader:a}=e,o=n.nativeEvent,s=o.inputType===`insertText`||o.inputType===`insertReplacementText`;t||r||o.isComposing||!s||!o.data||(n.preventDefault(),i(Ty({nodes:a().nodes,selection:a().selection,text:o.data})))}function Fy(e){let{data:t,fallbackSnapshot:n,publishSnapshot:r,snapshotReader:i}=e,a=i(),o=n();r(Ny(o.nodes)===Ny(a.nodes)&&t.length>0?Ty({nodes:a.nodes,selection:a.selection,text:t}):o,{forcePublish:!0})}function Iy(e){let{actions:t,activeSlashIndex:n,nativeEvent:r,onSlashActiveIndexChange:i,onSlashItemSelect:a,onSlashOpenChange:o,onSlashQueryChange:s,publishSnapshot:c,slashItems:l,snapshot:u}=e,d=Ay({activeSlashIndex:n,canStopGeneration:t.canStopGeneration,isComposing:r.isComposing,isSending:t.isSending,isSlashMenuOpen:sy(u.nodes,u.selection)!==null,key:r.key,shiftKey:r.shiftKey,slashItemCount:l.length}),f=l[n]??null;switch(d.type!==`noop`&&r.preventDefault(),d.type){case`move-slash-index`:return i(d.index),!0;case`insert-active-slash-item`:return f?(a?.(f),c(Dy({label:f.title,nodes:u.nodes,selection:u.selection,tokenKey:f.value??f.key}),{focusAfterSync:!0}),!0):!0;case`close-slash`:return s?.(null),o(!1),!0;case`consume`:return!0;case`stop-generation`:return t.onStop(),!0;case`insert-line-break`:return c(Ty({nodes:u.nodes,selection:u.selection,text:`
|
|
18
|
-
`})),!0;case`send-message`:return t.onSend(),!0;case`delete-content`:return c(ky({direction:d.direction,nodes:u.nodes,selection:u.selection})),!0;case`noop`:return!1}}function Ly({disabled:e,editorRef:t,editorSignatureRef:n,isApplyingExternalUpdateRef:r,isComposingRef:i,lastPublishedSignatureRef:a,nodes:o,onBlur:s,onKeyDown:c,onNodesChange:l,pendingSelectionRef:u,selectionRef:d,shouldFocusAfterSyncRef:f,syncSlashState:p}){let[m]=rl();return(0,P.useLayoutEffect)(()=>(t.current=m,()=>{t.current===m&&(t.current=null)}),[m,t]),(0,P.useLayoutEffect)(()=>{m.setEditable(!e)},[e,m]),(0,P.useLayoutEffect)(()=>{let e=wy(o),t=u.current,i=e!==n.current;if(!(!i&&!t)){if(r.current=!0,i?(by(m,o,t),n.current=e,a.current=e):t&&xy(m,t),t&&(d.current=t,u.current=null),f.current){f.current=!1;let e=d.current;m.focus(()=>{e&&xy(m,e)})}requestAnimationFrame(()=>{r.current=!1})}},[m,n,r,a,o,u,d,f]),(0,P.useEffect)(()=>Hg(m.registerUpdateListener(({editorState:e})=>{let t=vy(e),o=wy(t.nodes);d.current=t.selection,n.current=o,p(t.nodes,t.selection),!(r.current||i.current)&&o!==a.current&&(a.current=o,l(t.nodes))}),m.registerCommand(Hu,()=>{let e=vy(m.getEditorState());return d.current=e.selection,i.current||p(e.nodes,e.selection),!1},0),m.registerCommand(Ed,()=>(s(),!1),0),m.registerCommand(ad,e=>c(e),3)),[m,n,r,i,a,s,c,l,d,p]),null}var Ry=(0,P.forwardRef)(function(e,t){let n=(0,P.useRef)(null),r=(0,P.useRef)(null),i=(0,P.useRef)(null),a=(0,P.useRef)(!1),o=(0,P.useRef)(!1),s=(0,P.useRef)(!1),c=(0,P.useRef)(``),l=(0,P.useRef)(``),u=(t,n)=>{let r=sy(t,n);e.onSlashTriggerChange?.(r),e.onSlashQueryChange?.(r?.query??null),e.onSlashOpenChange(r!==null)},d=()=>e.nodes,f=()=>{if(r.current)return r.current;if(!n.current)return null;let e=vy(n.current.getEditorState());return r.current=e.selection,e.selection},p=(t,n)=>{r.current=t.selection,i.current=t.selection,n?.focusAfterSync&&(a.current=!0);let o=wy(t.nodes);u(t.nodes,t.selection),(n?.forcePublish||o!==l.current)&&(l.current=o,e.onNodesChange(t.nodes))},m=()=>{let e=n.current;if(!e)return;e.getRootElement()?.focus({preventScroll:!0});let t=r.current;t&&xy(e,t),e.focus()},h=()=>{let e=n.current;if(!e)return;let t=vy(e.getEditorState()).nodes.reduce((e,t)=>e+(t.type===`text`?t.text.length:1),0),i={start:t,end:t};r.current=i,e.getRootElement()?.focus({preventScroll:!0}),xy(e,i),e.focus()},g=()=>({nodes:d(),selection:f()});return(0,P.useImperativeHandle)(t,()=>My({focusComposer:m,focusComposerAtEnd:h,onSlashItemSelect:e.onSlashItemSelect,optionsReader:g,publishSnapshot:p}),[e.onSlashItemSelect]),(0,F.jsxs)(h_,{initialConfig:(0,P.useMemo)(()=>({editable:!e.disabled,editorState:()=>{yy(e.nodes,null)},namespace:`NextClawChatComposerLexical`,nodes:[uy],onError:e=>{throw e},theme:{}}),[e.disabled,e.nodes]),children:[(0,F.jsx)(`div`,{className:`px-3 py-2 sm:px-4 sm:py-2.5`,children:(0,F.jsx)(`div`,{className:`min-h-11 sm:min-h-[60px]`,children:(0,F.jsx)(Hv,{contentEditable:(0,F.jsx)(l_,{className:`min-h-7 max-h-[188px] w-full overflow-y-auto whitespace-pre-wrap break-words bg-transparent py-0.5 text-sm leading-6 text-gray-800 outline-none`,onBeforeInput:t=>{Py({disabled:e.disabled,event:t,isComposing:o.current,publishSnapshot:p,snapshotReader:g})},onCompositionEnd:e=>{o.current=!1;let t=e.nativeEvent;Fy({data:typeof t.data==`string`?t.data:``,fallbackSnapshot:()=>{let e=n.current;return e?vy(e.getEditorState()):g()},publishSnapshot:p,snapshotReader:g})},onCompositionStart:()=>{o.current=!0},onPaste:t=>{let n=Array.from(t.clipboardData.files??[]);n.length>0&&e.onFilesAdd&&(t.preventDefault(),e.onFilesAdd(n))}}),placeholder:(0,F.jsx)(`div`,{className:`pointer-events-none absolute left-3 top-2 select-none text-sm leading-6 text-gray-400 sm:left-4 sm:top-2.5`,children:e.placeholder}),ErrorBoundary:x_})})}),(0,F.jsx)(g_,{editorRef:n}),(0,F.jsx)(Ly,{disabled:e.disabled,editorRef:n,editorSignatureRef:c,isApplyingExternalUpdateRef:s,isComposingRef:o,lastPublishedSignatureRef:l,nodes:e.nodes,onBlur:()=>{e.onSlashQueryChange?.(null),e.onSlashOpenChange(!1)},onKeyDown:t=>{let i=n.current;if(!i)return!1;let a=vy(i.getEditorState());return r.current=a.selection,Iy({actions:e.actions,activeSlashIndex:e.activeSlashIndex,nativeEvent:t,onSlashActiveIndexChange:e.onSlashActiveIndexChange,onSlashItemSelect:e.onSlashItemSelect,onSlashOpenChange:e.onSlashOpenChange,onSlashQueryChange:e.onSlashQueryChange,publishSnapshot:p,slashItems:e.slashItems,snapshot:a})},onNodesChange:e.onNodesChange,pendingSelectionRef:i,selectionRef:r,shouldFocusAfterSyncRef:a,syncSlashState:u})]})});Ry.displayName=`LexicalChatInputBarTokenizedComposer`;function zy({hint:e}){return e?e.loading?(0,F.jsx)(`div`,{className:`px-4 pb-2`,children:(0,F.jsxs)(`div`,{className:`inline-flex items-center gap-2 rounded-lg border border-gray-200 bg-gray-50 px-3 py-2`,children:[(0,F.jsx)(`span`,{className:`h-3 w-28 animate-pulse rounded bg-gray-200`}),(0,F.jsx)(`span`,{className:`h-3 w-16 animate-pulse rounded bg-gray-200`})]})}):(0,F.jsx)(`div`,{className:`px-4 pb-2`,children:(0,F.jsxs)(`div`,{className:`inline-flex items-center gap-2 rounded-lg px-3 py-1.5 text-xs ${e.tone===`warning`?`border-amber-200 bg-amber-50 text-amber-800`:`border-gray-200 bg-gray-50 text-gray-700`}`,children:[e.text?(0,F.jsx)(`span`,{children:e.text}):null,e.actionLabel&&e.onAction?(0,F.jsx)(`button`,{type:`button`,onClick:e.onAction,className:`font-semibold underline-offset-2 hover:underline`,children:e.actionLabel}):null]})}):null}var By=(0,P.forwardRef)(function(e,t){let n=(0,P.useRef)(null),r=(0,P.useRef)(!1),[i,a]=(0,P.useState)(0),[o,s]=(0,P.useState)(null),[c,l]=(0,P.useState)(null),u=o!==null&&c!==o,d=e.slashMenu.items[i]??null,f=()=>o!==null&&!r.current?l(o):void 0;(0,P.useEffect)(()=>{a(t=>e.slashMenu.items.length===0?0:Math.min(t,e.slashMenu.items.length-1))},[e.slashMenu.items.length]),(0,P.useEffect)(()=>{o===null&&c!==null&&l(null)},[o,c]);let p=(0,P.useMemo)(()=>e.toolbar.skillPicker?{...e.toolbar,skillPicker:{...e.toolbar.skillPicker,onSelectedKeysChange:t=>{n.current?.syncSelectedSkills(t,e.toolbar.skillPicker?.options??[]),e.toolbar.skillPicker?.onSelectedKeysChange(t)}}}:e.toolbar,[e.toolbar]);return(0,P.useImperativeHandle)(t,()=>({insertFileToken:(e,t)=>n.current?.insertFileToken(e,t),insertFileTokens:e=>n.current?.insertFileTokens(e),focusComposer:()=>n.current?.focusComposer(),focusComposerAtEnd:()=>n.current?.focusComposerAtEnd()}),[]),(0,F.jsx)(`div`,{className:`border-t border-gray-200/80 bg-white px-3 py-3 sm:px-4 sm:py-4`,children:(0,F.jsx)(`div`,{className:`nextclaw-chat-input-bar-shell mx-auto w-full max-w-[min(1120px,100%)] [container:nextclaw-chat-input-bar/inline-size]`,children:(0,F.jsxs)(`div`,{className:`overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-card`,children:[(0,F.jsxs)(`div`,{className:`relative`,children:[(0,F.jsx)(Ry,{ref:n,nodes:e.composer.nodes,placeholder:e.composer.placeholder,disabled:e.composer.disabled,slashItems:e.slashMenu.items,onSlashItemSelect:e.slashMenu.onSelectItem,actions:e.toolbar.actions,activeSlashIndex:i,onNodesChange:e.composer.onNodesChange,onFilesAdd:e.composer.onFilesAdd,onSlashQueryChange:t=>{t===null&&r.current||(t!==null&&a(0),e.composer.onSlashQueryChange?.(t))},onSlashTriggerChange:e=>{s(e?.start??null)},onSlashOpenChange:e=>{e||f()},onSlashActiveIndexChange:a}),(0,F.jsx)(Rc,{isOpen:u,isLoading:e.slashMenu.isLoading,items:e.slashMenu.items,activeIndex:i,activeItem:d,texts:e.slashMenu.texts,onSelectItem:e=>{l(null),n.current?.insertSlashItem(e)},onOpenChange:e=>{e||f()},onDetailsPointerDown:()=>{r.current=!0,requestAnimationFrame(()=>{r.current=!1})},onSetActiveIndex:a})]}),(0,F.jsx)(zy,{hint:e.hint}),(0,F.jsx)(el,{...p})]})})})});By.displayName=`ChatInputBar`;function Vy({role:e}){return e===`user`?(0,F.jsx)(`div`,{"data-testid":`chat-message-avatar-user`,className:`flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-primary text-white shadow-sm`,children:(0,F.jsx)($o,{className:`h-4 w-4`})}):e===`tool`?(0,F.jsx)(`div`,{"data-testid":`chat-message-avatar-tool`,className:`flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-amber-100 text-amber-700 shadow-sm`,children:(0,F.jsx)(ts,{className:`h-4 w-4`})}):(0,F.jsx)(`div`,{"data-testid":`chat-message-avatar-assistant`,className:`flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-gradient-to-b from-gray-700 to-gray-950 text-white shadow-md ring-1 ring-inset ring-white/20`,children:(0,F.jsx)(Ia,{className:`h-[18px] w-[18px] text-white/95`,strokeWidth:2.5})})}function Hy(e,t){let n=t||{};return(e[e.length-1]===``?[...e,``]:e).join((n.padRight?` `:``)+`,`+(n.padLeft===!1?``:` `)).trim()}var Uy=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Wy=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Gy={};function Ky(e,t){return((t||Gy).jsx?Wy:Uy).test(e)}var qy=/[ \t\n\f\r]/g;function Jy(e){return typeof e==`object`?e.type===`text`?Yy(e.value):!1:Yy(e)}function Yy(e){return e.replace(qy,``)===``}var Xy=class{constructor(e,t,n){this.normal=t,this.property=e,n&&(this.space=n)}};Xy.prototype.normal={},Xy.prototype.property={},Xy.prototype.space=void 0;function Zy(e,t){let n={},r={};for(let t of e)Object.assign(n,t.property),Object.assign(r,t.normal);return new Xy(n,r,t)}function Qy(e){return e.toLowerCase()}var $y=class{constructor(e,t){this.attribute=t,this.property=e}};$y.prototype.attribute=``,$y.prototype.booleanish=!1,$y.prototype.boolean=!1,$y.prototype.commaOrSpaceSeparated=!1,$y.prototype.commaSeparated=!1,$y.prototype.defined=!1,$y.prototype.mustUseProperty=!1,$y.prototype.number=!1,$y.prototype.overloadedBoolean=!1,$y.prototype.property=``,$y.prototype.spaceSeparated=!1,$y.prototype.space=void 0;var eb=e({boolean:()=>K,booleanish:()=>nb,commaOrSpaceSeparated:()=>ob,commaSeparated:()=>ab,number:()=>q,overloadedBoolean:()=>rb,spaceSeparated:()=>ib}),tb=0,K=sb(),nb=sb(),rb=sb(),q=sb(),ib=sb(),ab=sb(),ob=sb();function sb(){return 2**++tb}var cb=Object.keys(eb),lb=class extends $y{constructor(e,t,n,r){let i=-1;if(super(e,t),ub(this,`space`,r),typeof n==`number`)for(;++i<cb.length;){let e=cb[i];ub(this,cb[i],(n&eb[e])===eb[e])}}};lb.prototype.defined=!0;function ub(e,t,n){n&&(e[t]=n)}function db(e){let t={},n={};for(let[r,i]of Object.entries(e.properties)){let a=new lb(r,e.transform(e.attributes||{},r),i,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[Qy(r)]=r,n[Qy(a.attribute)]=r}return new Xy(t,n,e.space)}var fb=db({properties:{ariaActiveDescendant:null,ariaAtomic:nb,ariaAutoComplete:null,ariaBusy:nb,ariaChecked:nb,ariaColCount:q,ariaColIndex:q,ariaColSpan:q,ariaControls:ib,ariaCurrent:null,ariaDescribedBy:ib,ariaDetails:null,ariaDisabled:nb,ariaDropEffect:ib,ariaErrorMessage:null,ariaExpanded:nb,ariaFlowTo:ib,ariaGrabbed:nb,ariaHasPopup:null,ariaHidden:nb,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ib,ariaLevel:q,ariaLive:null,ariaModal:nb,ariaMultiLine:nb,ariaMultiSelectable:nb,ariaOrientation:null,ariaOwns:ib,ariaPlaceholder:null,ariaPosInSet:q,ariaPressed:nb,ariaReadOnly:nb,ariaRelevant:null,ariaRequired:nb,ariaRoleDescription:ib,ariaRowCount:q,ariaRowIndex:q,ariaRowSpan:q,ariaSelected:nb,ariaSetSize:q,ariaSort:null,ariaValueMax:q,ariaValueMin:q,ariaValueNow:q,ariaValueText:null,role:null},transform(e,t){return t===`role`?t:`aria-`+t.slice(4).toLowerCase()}});function pb(e,t){return t in e?e[t]:t}function mb(e,t){return pb(e,t.toLowerCase())}var hb=db({attributes:{acceptcharset:`accept-charset`,classname:`class`,htmlfor:`for`,httpequiv:`http-equiv`},mustUseProperty:[`checked`,`multiple`,`muted`,`selected`],properties:{abbr:null,accept:ab,acceptCharset:ib,accessKey:ib,action:null,allow:null,allowFullScreen:K,allowPaymentRequest:K,allowUserMedia:K,alt:null,as:null,async:K,autoCapitalize:null,autoComplete:ib,autoFocus:K,autoPlay:K,blocking:ib,capture:null,charSet:null,checked:K,cite:null,className:ib,cols:q,colSpan:null,content:null,contentEditable:nb,controls:K,controlsList:ib,coords:q|ab,crossOrigin:null,data:null,dateTime:null,decoding:null,default:K,defer:K,dir:null,dirName:null,disabled:K,download:rb,draggable:nb,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:K,formTarget:null,headers:ib,height:q,hidden:rb,high:q,href:null,hrefLang:null,htmlFor:ib,httpEquiv:ib,id:null,imageSizes:null,imageSrcSet:null,inert:K,inputMode:null,integrity:null,is:null,isMap:K,itemId:null,itemProp:ib,itemRef:ib,itemScope:K,itemType:ib,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:K,low:q,manifest:null,max:null,maxLength:q,media:null,method:null,min:null,minLength:q,multiple:K,muted:K,name:null,nonce:null,noModule:K,noValidate:K,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:K,optimum:q,pattern:null,ping:ib,placeholder:null,playsInline:K,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:K,referrerPolicy:null,rel:ib,required:K,reversed:K,rows:q,rowSpan:q,sandbox:ib,scope:null,scoped:K,seamless:K,selected:K,shadowRootClonable:K,shadowRootDelegatesFocus:K,shadowRootMode:null,shape:null,size:q,sizes:null,slot:null,span:q,spellCheck:nb,src:null,srcDoc:null,srcLang:null,srcSet:null,start:q,step:null,style:null,tabIndex:q,target:null,title:null,translate:null,type:null,typeMustMatch:K,useMap:null,value:nb,width:q,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:ib,axis:null,background:null,bgColor:null,border:q,borderColor:null,bottomMargin:q,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:K,declare:K,event:null,face:null,frame:null,frameBorder:null,hSpace:q,leftMargin:q,link:null,longDesc:null,lowSrc:null,marginHeight:q,marginWidth:q,noResize:K,noHref:K,noShade:K,noWrap:K,object:null,profile:null,prompt:null,rev:null,rightMargin:q,rules:null,scheme:null,scrolling:nb,standby:null,summary:null,text:null,topMargin:q,valueType:null,version:null,vAlign:null,vLink:null,vSpace:q,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:K,disableRemotePlayback:K,prefix:null,property:null,results:q,security:null,unselectable:null},space:`html`,transform:mb}),gb=db({attributes:{accentHeight:`accent-height`,alignmentBaseline:`alignment-baseline`,arabicForm:`arabic-form`,baselineShift:`baseline-shift`,capHeight:`cap-height`,className:`class`,clipPath:`clip-path`,clipRule:`clip-rule`,colorInterpolation:`color-interpolation`,colorInterpolationFilters:`color-interpolation-filters`,colorProfile:`color-profile`,colorRendering:`color-rendering`,crossOrigin:`crossorigin`,dataType:`datatype`,dominantBaseline:`dominant-baseline`,enableBackground:`enable-background`,fillOpacity:`fill-opacity`,fillRule:`fill-rule`,floodColor:`flood-color`,floodOpacity:`flood-opacity`,fontFamily:`font-family`,fontSize:`font-size`,fontSizeAdjust:`font-size-adjust`,fontStretch:`font-stretch`,fontStyle:`font-style`,fontVariant:`font-variant`,fontWeight:`font-weight`,glyphName:`glyph-name`,glyphOrientationHorizontal:`glyph-orientation-horizontal`,glyphOrientationVertical:`glyph-orientation-vertical`,hrefLang:`hreflang`,horizAdvX:`horiz-adv-x`,horizOriginX:`horiz-origin-x`,horizOriginY:`horiz-origin-y`,imageRendering:`image-rendering`,letterSpacing:`letter-spacing`,lightingColor:`lighting-color`,markerEnd:`marker-end`,markerMid:`marker-mid`,markerStart:`marker-start`,navDown:`nav-down`,navDownLeft:`nav-down-left`,navDownRight:`nav-down-right`,navLeft:`nav-left`,navNext:`nav-next`,navPrev:`nav-prev`,navRight:`nav-right`,navUp:`nav-up`,navUpLeft:`nav-up-left`,navUpRight:`nav-up-right`,onAbort:`onabort`,onActivate:`onactivate`,onAfterPrint:`onafterprint`,onBeforePrint:`onbeforeprint`,onBegin:`onbegin`,onCancel:`oncancel`,onCanPlay:`oncanplay`,onCanPlayThrough:`oncanplaythrough`,onChange:`onchange`,onClick:`onclick`,onClose:`onclose`,onCopy:`oncopy`,onCueChange:`oncuechange`,onCut:`oncut`,onDblClick:`ondblclick`,onDrag:`ondrag`,onDragEnd:`ondragend`,onDragEnter:`ondragenter`,onDragExit:`ondragexit`,onDragLeave:`ondragleave`,onDragOver:`ondragover`,onDragStart:`ondragstart`,onDrop:`ondrop`,onDurationChange:`ondurationchange`,onEmptied:`onemptied`,onEnd:`onend`,onEnded:`onended`,onError:`onerror`,onFocus:`onfocus`,onFocusIn:`onfocusin`,onFocusOut:`onfocusout`,onHashChange:`onhashchange`,onInput:`oninput`,onInvalid:`oninvalid`,onKeyDown:`onkeydown`,onKeyPress:`onkeypress`,onKeyUp:`onkeyup`,onLoad:`onload`,onLoadedData:`onloadeddata`,onLoadedMetadata:`onloadedmetadata`,onLoadStart:`onloadstart`,onMessage:`onmessage`,onMouseDown:`onmousedown`,onMouseEnter:`onmouseenter`,onMouseLeave:`onmouseleave`,onMouseMove:`onmousemove`,onMouseOut:`onmouseout`,onMouseOver:`onmouseover`,onMouseUp:`onmouseup`,onMouseWheel:`onmousewheel`,onOffline:`onoffline`,onOnline:`ononline`,onPageHide:`onpagehide`,onPageShow:`onpageshow`,onPaste:`onpaste`,onPause:`onpause`,onPlay:`onplay`,onPlaying:`onplaying`,onPopState:`onpopstate`,onProgress:`onprogress`,onRateChange:`onratechange`,onRepeat:`onrepeat`,onReset:`onreset`,onResize:`onresize`,onScroll:`onscroll`,onSeeked:`onseeked`,onSeeking:`onseeking`,onSelect:`onselect`,onShow:`onshow`,onStalled:`onstalled`,onStorage:`onstorage`,onSubmit:`onsubmit`,onSuspend:`onsuspend`,onTimeUpdate:`ontimeupdate`,onToggle:`ontoggle`,onUnload:`onunload`,onVolumeChange:`onvolumechange`,onWaiting:`onwaiting`,onZoom:`onzoom`,overlinePosition:`overline-position`,overlineThickness:`overline-thickness`,paintOrder:`paint-order`,panose1:`panose-1`,pointerEvents:`pointer-events`,referrerPolicy:`referrerpolicy`,renderingIntent:`rendering-intent`,shapeRendering:`shape-rendering`,stopColor:`stop-color`,stopOpacity:`stop-opacity`,strikethroughPosition:`strikethrough-position`,strikethroughThickness:`strikethrough-thickness`,strokeDashArray:`stroke-dasharray`,strokeDashOffset:`stroke-dashoffset`,strokeLineCap:`stroke-linecap`,strokeLineJoin:`stroke-linejoin`,strokeMiterLimit:`stroke-miterlimit`,strokeOpacity:`stroke-opacity`,strokeWidth:`stroke-width`,tabIndex:`tabindex`,textAnchor:`text-anchor`,textDecoration:`text-decoration`,textRendering:`text-rendering`,transformOrigin:`transform-origin`,typeOf:`typeof`,underlinePosition:`underline-position`,underlineThickness:`underline-thickness`,unicodeBidi:`unicode-bidi`,unicodeRange:`unicode-range`,unitsPerEm:`units-per-em`,vAlphabetic:`v-alphabetic`,vHanging:`v-hanging`,vIdeographic:`v-ideographic`,vMathematical:`v-mathematical`,vectorEffect:`vector-effect`,vertAdvY:`vert-adv-y`,vertOriginX:`vert-origin-x`,vertOriginY:`vert-origin-y`,wordSpacing:`word-spacing`,writingMode:`writing-mode`,xHeight:`x-height`,playbackOrder:`playbackorder`,timelineBegin:`timelinebegin`},properties:{about:ob,accentHeight:q,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:q,amplitude:q,arabicForm:null,ascent:q,attributeName:null,attributeType:null,azimuth:q,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:q,by:null,calcMode:null,capHeight:q,className:ib,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:q,diffuseConstant:q,direction:null,display:null,dur:null,divisor:q,dominantBaseline:null,download:K,dx:null,dy:null,edgeMode:null,editable:null,elevation:q,enableBackground:null,end:null,event:null,exponent:q,externalResourcesRequired:null,fill:null,fillOpacity:q,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:ab,g2:ab,glyphName:ab,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:q,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:q,horizOriginX:q,horizOriginY:q,id:null,ideographic:q,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:q,k:q,k1:q,k2:q,k3:q,k4:q,kernelMatrix:ob,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:q,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:q,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:q,overlineThickness:q,paintOrder:null,panose1:null,path:null,pathLength:q,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:ib,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:q,pointsAtY:q,pointsAtZ:q,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:ob,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:ob,rev:ob,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:ob,requiredFeatures:ob,requiredFonts:ob,requiredFormats:ob,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:q,specularExponent:q,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:q,strikethroughThickness:q,string:null,stroke:null,strokeDashArray:ob,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:q,strokeOpacity:q,strokeWidth:null,style:null,surfaceScale:q,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:ob,tabIndex:q,tableValues:null,target:null,targetX:q,targetY:q,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:ob,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:q,underlineThickness:q,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:q,values:null,vAlphabetic:q,vMathematical:q,vectorEffect:null,vHanging:q,vIdeographic:q,version:null,vertAdvY:q,vertOriginX:q,vertOriginY:q,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:q,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:`svg`,transform:pb}),_b=db({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()}}),vb=db({attributes:{xmlnsxlink:`xmlns:xlink`},properties:{xmlnsXLink:null,xmlns:null},space:`xmlns`,transform:mb}),yb=db({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:`xml`,transform(e,t){return`xml:`+t.slice(3).toLowerCase()}}),bb={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`},xb=/[A-Z]/g,Sb=/-[a-z]/g,Cb=/^data[-\w.:]+$/i;function wb(e,t){let n=Qy(t),r=t,i=$y;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)===`data`&&Cb.test(t)){if(t.charAt(4)===`-`){let e=t.slice(5).replace(Sb,Eb);r=`data`+e.charAt(0).toUpperCase()+e.slice(1)}else{let e=t.slice(4);if(!Sb.test(e)){let n=e.replace(xb,Tb);n.charAt(0)!==`-`&&(n=`-`+n),t=`data`+n}}i=lb}return new i(r,t)}function Tb(e){return`-`+e.toLowerCase()}function Eb(e){return e.charAt(1).toUpperCase()}var Db=Zy([fb,hb,_b,vb,yb],`html`),Ob=Zy([fb,gb,_b,vb,yb],`svg`);function kb(e){return e.join(` `).trim()}var Ab=a(((e,t)=>{var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,i=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,c=/^[;\s]*/,l=/^\s+|\s+$/g,u=`
|
|
19
|
-
`,d=`/`,f=`*`,p=``,m=`comment`,h=`declaration`;function g(e,t){if(typeof e!=`string`)throw TypeError(`First argument must be a string`);if(!e)return[];t||={};var l=1,g=1;function v(e){var t=e.match(r);t&&(l+=t.length);var n=e.lastIndexOf(u);g=~n?e.length-n:g+e.length}function y(){var e={line:l,column:g};return function(t){return t.position=new b(e),C(),t}}function b(e){this.start=e,this.end={line:l,column:g},this.source=t.source}b.prototype.content=e;function x(n){var r=Error(t.source+`:`+l+`:`+g+`: `+n);if(r.reason=n,r.filename=t.source,r.line=l,r.column=g,r.source=e,!t.silent)throw r}function S(t){var n=t.exec(e);if(n){var r=n[0];return v(r),e=e.slice(r.length),n}}function C(){S(i)}function w(e){var t;for(e||=[];t=T();)t!==!1&&e.push(t);return e}function T(){var t=y();if(!(d!=e.charAt(0)||f!=e.charAt(1))){for(var n=2;p!=e.charAt(n)&&(f!=e.charAt(n)||d!=e.charAt(n+1));)++n;if(n+=2,p===e.charAt(n-1))return x(`End of comment missing`);var r=e.slice(2,n-2);return g+=2,v(r),e=e.slice(n),g+=2,t({type:m,comment:r})}}function E(){var e=y(),t=S(a);if(t){if(T(),!S(o))return x(`property missing ':'`);var r=S(s),i=e({type:h,property:_(t[0].replace(n,p)),value:r?_(r[0].replace(n,p)):p});return S(c),i}}function ee(){var e=[];w(e);for(var t;t=E();)t!==!1&&(e.push(t),w(e));return e}return C(),ee()}function _(e){return e?e.replace(l,p):p}t.exports=g})),jb=a((e=>{var t=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,`__esModule`,{value:!0}),e.default=r;var n=t(Ab());function r(e,t){let r=null;if(!e||typeof e!=`string`)return r;let i=(0,n.default)(e),a=typeof t==`function`;return i.forEach(e=>{if(e.type!==`declaration`)return;let{property:n,value:i}=e;a?t(n,i,e):i&&(r||={},r[n]=i)}),r}})),Mb=a((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.camelCase=void 0;var t=/^--[a-zA-Z0-9_-]+$/,n=/-([a-z])/g,r=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,a=/^-(ms)-/,o=function(e){return!e||r.test(e)||t.test(e)},s=function(e,t){return t.toUpperCase()},c=function(e,t){return`${t}-`};e.camelCase=function(e,t){return t===void 0&&(t={}),o(e)?e:(e=e.toLowerCase(),e=t.reactCompat?e.replace(a,c):e.replace(i,c),e.replace(n,s))}})),Nb=a(((e,t)=>{var n=(e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(jb()),r=Mb();function i(e,t){var i={};return!e||typeof e!=`string`||(0,n.default)(e,function(e,n){e&&n&&(i[(0,r.camelCase)(e,t)]=n)}),i}i.default=i,t.exports=i})),Pb=Ib(`end`),Fb=Ib(`start`);function Ib(e){return t;function t(t){let n=t&&t.position&&t.position[e]||{};if(typeof n.line==`number`&&n.line>0&&typeof n.column==`number`&&n.column>0)return{line:n.line,column:n.column,offset:typeof n.offset==`number`&&n.offset>-1?n.offset:void 0}}}function Lb(e){let t=Fb(e),n=Pb(e);if(t&&n)return{start:t,end:n}}function Rb(e){return!e||typeof e!=`object`?``:`position`in e||`type`in e?Bb(e.position):`start`in e||`end`in e?Bb(e):`line`in e||`column`in e?zb(e):``}function zb(e){return Vb(e&&e.line)+`:`+Vb(e&&e.column)}function Bb(e){return zb(e&&e.start)+`-`+zb(e&&e.end)}function Vb(e){return e&&typeof e==`number`?e:1}var Hb=class extends Error{constructor(e,t,n){super(),typeof t==`string`&&(n=t,t=void 0);let r=``,i={},a=!1;if(t&&(i=`line`in t&&`column`in t||`start`in t&&`end`in t?{place:t}:`type`in t?{ancestors:[t],place:t.position}:{...t}),typeof e==`string`?r=e:!i.cause&&e&&(a=!0,r=e.message,i.cause=e),!i.ruleId&&!i.source&&typeof n==`string`){let e=n.indexOf(`:`);e===-1?i.ruleId=n:(i.source=n.slice(0,e),i.ruleId=n.slice(e+1))}if(!i.place&&i.ancestors&&i.ancestors){let e=i.ancestors[i.ancestors.length-1];e&&(i.place=e.position)}let o=i.place&&`start`in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=o?o.column:void 0,this.fatal=void 0,this.file=``,this.message=r,this.line=o?o.line:void 0,this.name=Rb(i.place)||`1:1`,this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=a&&i.cause&&typeof i.cause.stack==`string`?i.cause.stack:``,this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};Hb.prototype.file=``,Hb.prototype.name=``,Hb.prototype.reason=``,Hb.prototype.message=``,Hb.prototype.stack=``,Hb.prototype.column=void 0,Hb.prototype.line=void 0,Hb.prototype.ancestors=void 0,Hb.prototype.cause=void 0,Hb.prototype.fatal=void 0,Hb.prototype.place=void 0,Hb.prototype.ruleId=void 0,Hb.prototype.source=void 0;var Ub=_(Nb(),1),Wb={}.hasOwnProperty,Gb=new Map,Kb=/[A-Z]/g,qb=new Set([`table`,`tbody`,`thead`,`tfoot`,`tr`]),Jb=new Set([`td`,`th`]),Yb=`https://github.com/syntax-tree/hast-util-to-jsx-runtime`;function Xb(e,t){if(!t||t.Fragment===void 0)throw TypeError("Expected `Fragment` in options");let n=t.filePath||void 0,r;if(t.development){if(typeof t.jsxDEV!=`function`)throw TypeError("Expected `jsxDEV` in options when `development: true`");r=sx(n,t.jsxDEV)}else{if(typeof t.jsx!=`function`)throw TypeError("Expected `jsx` in production options");if(typeof t.jsxs!=`function`)throw TypeError("Expected `jsxs` in production options");r=ox(n,t.jsx,t.jsxs)}let i={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`?Ob:Db,stylePropertyNameCase:t.stylePropertyNameCase||`dom`,tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=Zb(i,e,void 0);return a&&typeof a!=`string`?a:i.create(e,i.Fragment,{children:a||void 0},void 0)}function Zb(e,t,n){if(t.type===`element`)return Qb(e,t,n);if(t.type===`mdxFlowExpression`||t.type===`mdxTextExpression`)return $b(e,t);if(t.type===`mdxJsxFlowElement`||t.type===`mdxJsxTextElement`)return tx(e,t,n);if(t.type===`mdxjsEsm`)return ex(e,t);if(t.type===`root`)return nx(e,t,n);if(t.type===`text`)return rx(e,t)}function Qb(e,t,n){let r=e.schema,i=r;t.tagName.toLowerCase()===`svg`&&r.space===`html`&&(i=Ob,e.schema=i),e.ancestors.push(t);let a=px(e,t.tagName,!1),o=cx(e,t),s=ux(e,t);return qb.has(t.tagName)&&(s=s.filter(function(e){return typeof e==`string`?!Jy(e):!0})),ix(e,o,a,t),ax(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function $b(e,t){if(t.data&&t.data.estree&&e.evaluater){let n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}mx(e,t.position)}function ex(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);mx(e,t.position)}function tx(e,t,n){let r=e.schema,i=r;t.name===`svg`&&r.space===`html`&&(i=Ob,e.schema=i),e.ancestors.push(t);let a=t.name===null?e.Fragment:px(e,t.name,!0),o=lx(e,t),s=ux(e,t);return ix(e,o,a,t),ax(o,s),e.ancestors.pop(),e.schema=r,e.create(t,a,o,n)}function nx(e,t,n){let r={};return ax(r,ux(e,t)),e.create(t,e.Fragment,r,n)}function rx(e,t){return t.value}function ix(e,t,n,r){typeof n!=`string`&&n!==e.Fragment&&e.passNode&&(t.node=r)}function ax(e,t){if(t.length>0){let n=t.length>1?t:t[0];n&&(e.children=n)}}function ox(e,t,n){return r;function r(e,r,i,a){let o=Array.isArray(i.children)?n:t;return a?o(r,i,a):o(r,i)}}function sx(e,t){return n;function n(n,r,i,a){let o=Array.isArray(i.children),s=Fb(n);return t(r,i,a,o,{columnNumber:s?s.column-1:void 0,fileName:e,lineNumber:s?s.line:void 0},void 0)}}function cx(e,t){let n={},r,i;for(i in t.properties)if(i!==`children`&&Wb.call(t.properties,i)){let a=dx(e,i,t.properties[i]);if(a){let[i,o]=a;e.tableCellAlignToStyle&&i===`align`&&typeof o==`string`&&Jb.has(t.tagName)?r=o:n[i]=o}}if(r){let t=n.style||={};t[e.stylePropertyNameCase===`css`?`text-align`:`textAlign`]=r}return n}function lx(e,t){let n={};for(let r of t.attributes)if(r.type===`mdxJsxExpressionAttribute`)if(r.data&&r.data.estree&&e.evaluater){let t=r.data.estree.body[0];t.type;let i=t.expression;i.type;let a=i.properties[0];a.type,Object.assign(n,e.evaluater.evaluateExpression(a.argument))}else mx(e,t.position);else{let i=r.name,a;if(r.value&&typeof r.value==`object`)if(r.value.data&&r.value.data.estree&&e.evaluater){let t=r.value.data.estree.body[0];t.type,a=e.evaluater.evaluateExpression(t.expression)}else mx(e,t.position);else a=r.value===null?!0:r.value;n[i]=a}return n}function ux(e,t){let n=[],r=-1,i=e.passKeys?new Map:Gb;for(;++r<t.children.length;){let a=t.children[r],o;if(e.passKeys){let e=a.type===`element`?a.tagName:a.type===`mdxJsxFlowElement`||a.type===`mdxJsxTextElement`?a.name:void 0;if(e){let t=i.get(e)||0;o=e+`-`+t,i.set(e,t+1)}}let s=Zb(e,a,o);s!==void 0&&n.push(s)}return n}function dx(e,t,n){let r=wb(e.schema,t);if(!(n==null||typeof n==`number`&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?Hy(n):kb(n)),r.property===`style`){let t=typeof n==`object`?n:fx(e,String(n));return e.stylePropertyNameCase===`css`&&(t=hx(t)),[`style`,t]}return[e.elementAttributeNameCase===`react`&&r.space?bb[r.property]||r.property:r.attribute,n]}}function fx(e,t){try{return(0,Ub.default)(t,{reactCompat:!0})}catch(t){if(e.ignoreInvalidStyle)return{};let n=t,r=new Hb("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:n,ruleId:`style`,source:`hast-util-to-jsx-runtime`});throw r.file=e.filePath||void 0,r.url=Yb+`#cannot-parse-style-attribute`,r}}function px(e,t,n){let r;if(!n)r={type:`Literal`,value:t};else if(t.includes(`.`)){let e=t.split(`.`),n=-1,i;for(;++n<e.length;){let t=Ky(e[n])?{type:`Identifier`,name:e[n]}:{type:`Literal`,value:e[n]};i=i?{type:`MemberExpression`,object:i,property:t,computed:!!(n&&t.type===`Literal`),optional:!1}:t}r=i}else r=Ky(t)&&!/^[a-z]/.test(t)?{type:`Identifier`,name:t}:{type:`Literal`,value:t};if(r.type===`Literal`){let t=r.value;return Wb.call(e.components,t)?e.components[t]:t}if(e.evaluater)return e.evaluater.evaluateExpression(r);mx(e)}function mx(e,t){let n=new Hb("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=Yb+`#cannot-handle-mdx-estrees-without-createevaluater`,n}function hx(e){let t={},n;for(n in e)Wb.call(e,n)&&(t[gx(n)]=e[n]);return t}function gx(e){let t=e.replace(Kb,_x);return t.slice(0,3)===`ms-`&&(t=`-`+t),t}function _x(e){return`-`+e.toLowerCase()}var vx={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`]},yx={};function bx(e,t){let n=t||yx;return xx(e,typeof n.includeImageAlt==`boolean`?n.includeImageAlt:!0,typeof n.includeHtml==`boolean`?n.includeHtml:!0)}function xx(e,t,n){if(Cx(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 Sx(e.children,t,n)}return Array.isArray(e)?Sx(e,t,n):``}function Sx(e,t,n){let r=[],i=-1;for(;++i<e.length;)r[i]=xx(e[i],t,n);return r.join(``)}function Cx(e){return!!(e&&typeof e==`object`)}var wx=document.createElement(`i`);function Tx(e){let t=`&`+e+`;`;wx.innerHTML=t;let n=wx.textContent;return n.charCodeAt(n.length-1)===59&&e!==`semi`||n===t?!1:n}function Ex(e,t,n,r){let i=e.length,a=0,o;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,r.length<1e4)o=Array.from(r),o.unshift(t,n),e.splice(...o);else for(n&&e.splice(t,n);a<r.length;)o=r.slice(a,a+1e4),o.unshift(t,0),e.splice(...o),a+=1e4,t+=1e4}function Dx(e,t){return e.length>0?(Ex(e,e.length,0,t),e):t}var Ox={}.hasOwnProperty;function kx(e){let t={},n=-1;for(;++n<e.length;)Ax(t,e[n]);return t}function Ax(e,t){let n;for(n in t){let r=(Ox.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],a;if(i)for(a in i){Ox.call(r,a)||(r[a]=[]);let e=i[a];jx(r[a],Array.isArray(e)?e:e?[e]:[])}}}function jx(e,t){let n=-1,r=[];for(;++n<t.length;)(t[n].add===`after`?e:r).push(t[n]);Ex(e,0,0,r)}function Mx(e,t){let 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 Nx(e){return e.replace(/[\t\n\r ]+/g,` `).replace(/^ | $/g,``).toLowerCase().toUpperCase()}var Px=Wx(/[A-Za-z]/),Fx=Wx(/[\dA-Za-z]/),Ix=Wx(/[#-'*+\--9=?A-Z^-~]/);function Lx(e){return e!==null&&(e<32||e===127)}var Rx=Wx(/\d/),zx=Wx(/[\dA-Fa-f]/),Bx=Wx(/[!-/:-@[-`{-~]/);function J(e){return e!==null&&e<-2}function Vx(e){return e!==null&&(e<0||e===32)}function Y(e){return e===-2||e===-1||e===32}var Hx=Wx(/\p{P}|\p{S}/u),Ux=Wx(/\s/);function Wx(e){return t;function t(t){return t!==null&&t>-1&&e.test(String.fromCharCode(t))}}function Gx(e){let t=[],n=-1,r=0,i=0;for(;++n<e.length;){let a=e.charCodeAt(n),o=``;if(a===37&&Fx(e.charCodeAt(n+1))&&Fx(e.charCodeAt(n+2)))i=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(o=String.fromCharCode(a));else if(a>55295&&a<57344){let t=e.charCodeAt(n+1);a<56320&&t>56319&&t<57344?(o=String.fromCharCode(a,t),i=1):o=`�`}else o=String.fromCharCode(a);o&&=(t.push(e.slice(r,n),encodeURIComponent(o)),r=n+i+1,``),i&&=(n+=i,0)}return t.join(``)+e.slice(r)}function X(e,t,n,r){let i=r?r-1:1/0,a=0;return o;function o(r){return Y(r)?(e.enter(n),s(r)):t(r)}function s(r){return Y(r)&&a++<i?(e.consume(r),s):(e.exit(n),t(r))}}var Kx={tokenize:qx};function qx(e){let t=e.attempt(this.parser.constructs.contentInitial,r,i),n;return t;function r(n){if(n===null){e.consume(n);return}return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),X(e,t,`linePrefix`)}function i(t){return e.enter(`paragraph`),a(t)}function a(t){let r=e.enter(`chunkText`,{contentType:`text`,previous:n});return n&&(n.next=r),n=r,o(t)}function o(t){if(t===null){e.exit(`chunkText`),e.exit(`paragraph`),e.consume(t);return}return J(t)?(e.consume(t),e.exit(`chunkText`),a):(e.consume(t),o)}}var Jx={tokenize:Xx},Yx={tokenize:Zx};function Xx(e){let t=this,n=[],r=0,i,a,o;return s;function s(i){if(r<n.length){let a=n[r];return t.containerState=a[1],e.attempt(a[0].continuation,c,l)(i)}return l(i)}function c(e){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,i&&v();let n=t.events.length,a=n,o;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){o=t.events[a][1].end;break}_(r);let s=n;for(;s<t.events.length;)t.events[s][1].end={...o},s++;return Ex(t.events,a+1,0,t.events.slice(n)),t.events.length=s,l(e)}return s(e)}function l(a){if(r===n.length){if(!i)return f(a);if(i.currentConstruct&&i.currentConstruct.concrete)return m(a);t.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(Yx,u,d)(a)}function u(e){return i&&v(),_(r),f(e)}function d(e){return t.parser.lazy[t.now().line]=r!==n.length,o=t.now().offset,m(e)}function f(n){return t.containerState={},e.attempt(Yx,p,m)(n)}function p(e){return r++,n.push([t.currentConstruct,t.containerState]),f(e)}function m(n){if(n===null){i&&v(),_(0),e.consume(n);return}return i||=t.parser.flow(t.now()),e.enter(`chunkFlow`,{_tokenizer:i,contentType:`flow`,previous:a}),h(n)}function h(n){if(n===null){g(e.exit(`chunkFlow`),!0),_(0),e.consume(n);return}return J(n)?(e.consume(n),g(e.exit(`chunkFlow`)),r=0,t.interrupt=void 0,s):(e.consume(n),h)}function g(e,n){let s=t.sliceStream(e);if(n&&s.push(null),e.previous=a,a&&(a.next=e),a=e,i.defineSkip(e.start),i.write(s),t.parser.lazy[e.start.line]){let e=i.events.length;for(;e--;)if(i.events[e][1].start.offset<o&&(!i.events[e][1].end||i.events[e][1].end.offset>o))return;let n=t.events.length,a=n,s,c;for(;a--;)if(t.events[a][0]===`exit`&&t.events[a][1].type===`chunkFlow`){if(s){c=t.events[a][1].end;break}s=!0}for(_(r),e=n;e<t.events.length;)t.events[e][1].end={...c},e++;Ex(t.events,a+1,0,t.events.slice(n)),t.events.length=e}}function _(r){let i=n.length;for(;i-- >r;){let r=n[i];t.containerState=r[1],r[0].exit.call(t,e)}n.length=r}function v(){i.write([null]),a=void 0,i=void 0,t.containerState._closeFlow=void 0}}function Zx(e,t,n){return X(e,e.attempt(this.parser.constructs.document,t,n),`linePrefix`,this.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)}function Qx(e){if(e===null||Vx(e)||Ux(e))return 1;if(Hx(e))return 2}function $x(e,t,n){let r=[],i=-1;for(;++i<e.length;){let a=e[i].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}var eS={name:`attention`,resolveAll:tS,tokenize:nS};function tS(e,t){let n=-1,r,i,a,o,s,c,l,u;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;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let d={...e[r][1].end},f={...e[n][1].start};rS(d,-c),rS(f,c),o={type:c>1?`strongSequence`:`emphasisSequence`,start:d,end:{...e[r][1].end}},s={type:c>1?`strongSequence`:`emphasisSequence`,start:{...e[n][1].start},end:f},a={type:c>1?`strongText`:`emphasisText`,start:{...e[r][1].end},end:{...e[n][1].start}},i={type:c>1?`strong`:`emphasis`,start:{...o.start},end:{...s.end}},e[r][1].end={...o.start},e[n][1].start={...s.end},l=[],e[r][1].end.offset-e[r][1].start.offset&&(l=Dx(l,[[`enter`,e[r][1],t],[`exit`,e[r][1],t]])),l=Dx(l,[[`enter`,i,t],[`enter`,o,t],[`exit`,o,t],[`enter`,a,t]]),l=Dx(l,$x(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),l=Dx(l,[[`exit`,a,t],[`enter`,s,t],[`exit`,s,t],[`exit`,i,t]]),e[n][1].end.offset-e[n][1].start.offset?(u=2,l=Dx(l,[[`enter`,e[n][1],t],[`exit`,e[n][1],t]])):u=0,Ex(e,r-1,n-r+3,l),n=r+l.length-u-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`attentionSequence`&&(e[n][1].type=`data`);return e}function nS(e,t){let n=this.parser.constructs.attentionMarkers.null,r=this.previous,i=Qx(r),a;return o;function o(t){return a=t,e.enter(`attentionSequence`),s(t)}function s(o){if(o===a)return e.consume(o),s;let c=e.exit(`attentionSequence`),l=Qx(o),u=!l||l===2&&i||n.includes(o),d=!i||i===2&&l||n.includes(r);return c._open=!!(a===42?u:u&&(i||!d)),c._close=!!(a===42?d:d&&(l||!u)),t(o)}}function rS(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var iS={name:`autolink`,tokenize:aS};function aS(e,t,n){let r=0;return i;function i(t){return e.enter(`autolink`),e.enter(`autolinkMarker`),e.consume(t),e.exit(`autolinkMarker`),e.enter(`autolinkProtocol`),a}function a(t){return Px(t)?(e.consume(t),o):t===64?n(t):l(t)}function o(e){return e===43||e===45||e===46||Fx(e)?(r=1,s(e)):l(e)}function s(t){return t===58?(e.consume(t),r=0,c):(t===43||t===45||t===46||Fx(t))&&r++<32?(e.consume(t),s):(r=0,l(t))}function c(r){return r===62?(e.exit(`autolinkProtocol`),e.enter(`autolinkMarker`),e.consume(r),e.exit(`autolinkMarker`),e.exit(`autolink`),t):r===null||r===32||r===60||Lx(r)?n(r):(e.consume(r),c)}function l(t){return t===64?(e.consume(t),u):Ix(t)?(e.consume(t),l):n(t)}function u(e){return Fx(e)?d(e):n(e)}function d(n){return n===46?(e.consume(n),r=0,u):n===62?(e.exit(`autolinkProtocol`).type=`autolinkEmail`,e.enter(`autolinkMarker`),e.consume(n),e.exit(`autolinkMarker`),e.exit(`autolink`),t):f(n)}function f(t){if((t===45||Fx(t))&&r++<63){let n=t===45?f:d;return e.consume(t),n}return n(t)}}var oS={partial:!0,tokenize:sS};function sS(e,t,n){return r;function r(t){return Y(t)?X(e,i,`linePrefix`)(t):i(t)}function i(e){return e===null||J(e)?t(e):n(e)}}var cS={continuation:{tokenize:uS},exit:dS,name:`blockQuote`,tokenize:lS};function lS(e,t,n){let r=this;return i;function i(t){if(t===62){let n=r.containerState;return n.open||=(e.enter(`blockQuote`,{_container:!0}),!0),e.enter(`blockQuotePrefix`),e.enter(`blockQuoteMarker`),e.consume(t),e.exit(`blockQuoteMarker`),a}return n(t)}function a(n){return Y(n)?(e.enter(`blockQuotePrefixWhitespace`),e.consume(n),e.exit(`blockQuotePrefixWhitespace`),e.exit(`blockQuotePrefix`),t):(e.exit(`blockQuotePrefix`),t(n))}}function uS(e,t,n){let r=this;return i;function i(t){return Y(t)?X(e,a,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):a(t)}function a(r){return e.attempt(cS,t,n)(r)}}function dS(e){e.exit(`blockQuote`)}var fS={name:`characterEscape`,tokenize:pS};function pS(e,t,n){return r;function r(t){return e.enter(`characterEscape`),e.enter(`escapeMarker`),e.consume(t),e.exit(`escapeMarker`),i}function i(r){return Bx(r)?(e.enter(`characterEscapeValue`),e.consume(r),e.exit(`characterEscapeValue`),e.exit(`characterEscape`),t):n(r)}}var mS={name:`characterReference`,tokenize:hS};function hS(e,t,n){let r=this,i=0,a,o;return s;function s(t){return e.enter(`characterReference`),e.enter(`characterReferenceMarker`),e.consume(t),e.exit(`characterReferenceMarker`),c}function c(t){return t===35?(e.enter(`characterReferenceMarkerNumeric`),e.consume(t),e.exit(`characterReferenceMarkerNumeric`),l):(e.enter(`characterReferenceValue`),a=31,o=Fx,u(t))}function l(t){return t===88||t===120?(e.enter(`characterReferenceMarkerHexadecimal`),e.consume(t),e.exit(`characterReferenceMarkerHexadecimal`),e.enter(`characterReferenceValue`),a=6,o=zx,u):(e.enter(`characterReferenceValue`),a=7,o=Rx,u(t))}function u(s){if(s===59&&i){let i=e.exit(`characterReferenceValue`);return o===Fx&&!Tx(r.sliceSerialize(i))?n(s):(e.enter(`characterReferenceMarker`),e.consume(s),e.exit(`characterReferenceMarker`),e.exit(`characterReference`),t)}return o(s)&&i++<a?(e.consume(s),u):n(s)}}var gS={partial:!0,tokenize:yS},_S={concrete:!0,name:`codeFenced`,tokenize:vS};function vS(e,t,n){let r=this,i={partial:!0,tokenize:x},a=0,o=0,s;return c;function c(e){return l(e)}function l(t){let n=r.events[r.events.length-1];return a=n&&n[1].type===`linePrefix`?n[2].sliceSerialize(n[1],!0).length:0,s=t,e.enter(`codeFenced`),e.enter(`codeFencedFence`),e.enter(`codeFencedFenceSequence`),u(t)}function u(t){return t===s?(o++,e.consume(t),u):o<3?n(t):(e.exit(`codeFencedFenceSequence`),Y(t)?X(e,d,`whitespace`)(t):d(t))}function d(n){return n===null||J(n)?(e.exit(`codeFencedFence`),r.interrupt?t(n):e.check(gS,h,b)(n)):(e.enter(`codeFencedFenceInfo`),e.enter(`chunkString`,{contentType:`string`}),f(n))}function f(t){return t===null||J(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),d(t)):Y(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceInfo`),X(e,p,`whitespace`)(t)):t===96&&t===s?n(t):(e.consume(t),f)}function p(t){return t===null||J(t)?d(t):(e.enter(`codeFencedFenceMeta`),e.enter(`chunkString`,{contentType:`string`}),m(t))}function m(t){return t===null||J(t)?(e.exit(`chunkString`),e.exit(`codeFencedFenceMeta`),d(t)):t===96&&t===s?n(t):(e.consume(t),m)}function h(t){return e.attempt(i,b,g)(t)}function g(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),_}function _(t){return a>0&&Y(t)?X(e,v,`linePrefix`,a+1)(t):v(t)}function v(t){return t===null||J(t)?e.check(gS,h,b)(t):(e.enter(`codeFlowValue`),y(t))}function y(t){return t===null||J(t)?(e.exit(`codeFlowValue`),v(t)):(e.consume(t),y)}function b(n){return e.exit(`codeFenced`),t(n)}function x(e,t,n){let i=0;return a;function a(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c}function c(t){return e.enter(`codeFencedFence`),Y(t)?X(e,l,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):l(t)}function l(t){return t===s?(e.enter(`codeFencedFenceSequence`),u(t)):n(t)}function u(t){return t===s?(i++,e.consume(t),u):i>=o?(e.exit(`codeFencedFenceSequence`),Y(t)?X(e,d,`whitespace`)(t):d(t)):n(t)}function d(r){return r===null||J(r)?(e.exit(`codeFencedFence`),t(r)):n(r)}}}function yS(e,t,n){let r=this;return i;function i(t){return t===null?n(t):(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}var bS={name:`codeIndented`,tokenize:SS},xS={partial:!0,tokenize:CS};function SS(e,t,n){let r=this;return i;function i(t){return e.enter(`codeIndented`),X(e,a,`linePrefix`,5)(t)}function a(e){let t=r.events[r.events.length-1];return t&&t[1].type===`linePrefix`&&t[2].sliceSerialize(t[1],!0).length>=4?o(e):n(e)}function o(t){return t===null?c(t):J(t)?e.attempt(xS,o,c)(t):(e.enter(`codeFlowValue`),s(t))}function s(t){return t===null||J(t)?(e.exit(`codeFlowValue`),o(t)):(e.consume(t),s)}function c(n){return e.exit(`codeIndented`),t(n)}}function CS(e,t,n){let r=this;return i;function i(t){return r.parser.lazy[r.now().line]?n(t):J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),i):X(e,a,`linePrefix`,5)(t)}function a(e){let a=r.events[r.events.length-1];return a&&a[1].type===`linePrefix`&&a[2].sliceSerialize(a[1],!0).length>=4?t(e):J(e)?i(e):n(e)}}var wS={name:`codeText`,previous:ES,resolve:TS,tokenize:DS};function TS(e){let t=e.length-4,n=3,r,i;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;)i===void 0?r!==t&&e[r][1].type!==`lineEnding`&&(i=r):(r===t||e[r][1].type===`lineEnding`)&&(e[i][1].type=`codeTextData`,r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),t-=r-i-2,r=i+2),i=void 0);return e}function ES(e){return e!==96||this.events[this.events.length-1][1].type===`characterEscape`}function DS(e,t,n){let r=0,i,a;return o;function o(t){return e.enter(`codeText`),e.enter(`codeTextSequence`),s(t)}function s(t){return t===96?(e.consume(t),r++,s):(e.exit(`codeTextSequence`),c(t))}function c(t){return t===null?n(t):t===32?(e.enter(`space`),e.consume(t),e.exit(`space`),c):t===96?(a=e.enter(`codeTextSequence`),i=0,u(t)):J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),c):(e.enter(`codeTextData`),l(t))}function l(t){return t===null||t===32||t===96||J(t)?(e.exit(`codeTextData`),c(t)):(e.consume(t),l)}function u(n){return n===96?(e.consume(n),i++,u):i===r?(e.exit(`codeTextSequence`),e.exit(`codeText`),t(n)):(a.type=`codeTextData`,l(n))}}var OS=class{constructor(e){this.left=e?[...e]:[],this.right=[]}get(e){if(e<0||e>=this.left.length+this.right.length)throw RangeError("Cannot access index `"+e+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return e<this.left.length?this.left[e]:this.right[this.right.length-e+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(e,t){let n=t??1/0;return n<this.left.length?this.left.slice(e,n):e>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-e+this.left.length).reverse():this.left.slice(e).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(e,t,n){let r=t||0;this.setCursor(Math.trunc(e));let i=this.right.splice(this.right.length-r,1/0);return n&&kS(this.left,n),i.reverse()}pop(){return this.setCursor(1/0),this.left.pop()}push(e){this.setCursor(1/0),this.left.push(e)}pushMany(e){this.setCursor(1/0),kS(this.left,e)}unshift(e){this.setCursor(0),this.right.push(e)}unshiftMany(e){this.setCursor(0),kS(this.right,e.reverse())}setCursor(e){if(!(e===this.left.length||e>this.left.length&&this.right.length===0||e<0&&this.left.length===0))if(e<this.left.length){let t=this.left.splice(e,1/0);kS(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-e,1/0);kS(this.left,t.reverse())}}};function kS(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 AS(e){let t={},n=-1,r,i,a,o,s,c,l,u=new OS(e);for(;++n<u.length;){for(;n in t;)n=t[n];if(r=u.get(n),n&&r[1].type===`chunkFlow`&&u.get(n-1)[1].type===`listItemPrefix`&&(c=r[1]._tokenizer.events,a=0,a<c.length&&c[a][1].type===`lineEndingBlank`&&(a+=2),a<c.length&&c[a][1].type===`content`))for(;++a<c.length&&c[a][1].type!==`content`;)c[a][1].type===`chunkText`&&(c[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]===`enter`)r[1].contentType&&(Object.assign(t,jS(u,n)),n=t[n],l=!0);else if(r[1]._container){for(a=n,i=void 0;a--;)if(o=u.get(a),o[1].type===`lineEnding`||o[1].type===`lineEndingBlank`)o[0]===`enter`&&(i&&(u.get(i)[1].type=`lineEndingBlank`),o[1].type=`lineEnding`,i=a);else if(!(o[1].type===`linePrefix`||o[1].type===`listItemIndent`))break;i&&(r[1].end={...u.get(i)[1].start},s=u.slice(i,n),s.unshift(r),u.splice(i,n-i+1,s))}}return Ex(e,0,1/0,u.slice(0)),!l}function jS(e,t){let n=e.get(t)[1],r=e.get(t)[2],i=t-1,a=[],o=n._tokenizer;o||(o=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(o._contentTypeTextTrailing=!0));let s=o.events,c=[],l={},u,d,f=-1,p=n,m=0,h=0,g=[h];for(;p;){for(;e.get(++i)[1]!==p;);a.push(i),p._tokenizer||(u=r.sliceStream(p),p.next||u.push(null),d&&o.defineSkip(p.start),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(u),p._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),d=p,p=p.next}for(p=n;++f<s.length;)s[f][0]===`exit`&&s[f-1][0]===`enter`&&s[f][1].type===s[f-1][1].type&&s[f][1].start.line!==s[f][1].end.line&&(h=f+1,g.push(h),p._tokenizer=void 0,p.previous=void 0,p=p.next);for(o.events=[],p?(p._tokenizer=void 0,p.previous=void 0):g.pop(),f=g.length;f--;){let t=s.slice(g[f],g[f+1]),n=a.pop();c.push([n,n+t.length-1]),e.splice(n,2,t)}for(c.reverse(),f=-1;++f<c.length;)l[m+c[f][0]]=m+c[f][1],m+=c[f][1]-c[f][0]-1;return l}var MS={resolve:PS,tokenize:FS},NS={partial:!0,tokenize:IS};function PS(e){return AS(e),e}function FS(e,t){let n;return r;function r(t){return e.enter(`content`),n=e.enter(`chunkContent`,{contentType:`content`}),i(t)}function i(t){return t===null?a(t):J(t)?e.check(NS,o,a)(t):(e.consume(t),i)}function a(n){return e.exit(`chunkContent`),e.exit(`content`),t(n)}function o(t){return e.consume(t),e.exit(`chunkContent`),n.next=e.enter(`chunkContent`,{contentType:`content`,previous:n}),n=n.next,i}}function IS(e,t,n){let r=this;return i;function i(t){return e.exit(`chunkContent`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),X(e,a,`linePrefix`)}function a(i){if(i===null||J(i))return n(i);let 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 LS(e,t,n,r,i,a,o,s,c){let l=c||1/0,u=0;return d;function d(t){return t===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(t),e.exit(a),f):t===null||t===32||t===41||Lx(t)?n(t):(e.enter(r),e.enter(o),e.enter(s),e.enter(`chunkString`,{contentType:`string`}),h(t))}function f(n){return n===62?(e.enter(a),e.consume(n),e.exit(a),e.exit(i),e.exit(r),t):(e.enter(s),e.enter(`chunkString`,{contentType:`string`}),p(n))}function p(t){return t===62?(e.exit(`chunkString`),e.exit(s),f(t)):t===null||t===60||J(t)?n(t):(e.consume(t),t===92?m:p)}function m(t){return t===60||t===62||t===92?(e.consume(t),p):p(t)}function h(i){return!u&&(i===null||i===41||Vx(i))?(e.exit(`chunkString`),e.exit(s),e.exit(o),e.exit(r),t(i)):u<l&&i===40?(e.consume(i),u++,h):i===41?(e.consume(i),u--,h):i===null||i===32||i===40||Lx(i)?n(i):(e.consume(i),i===92?g:h)}function g(t){return t===40||t===41||t===92?(e.consume(t),h):h(t)}}function RS(e,t,n,r,i,a){let o=this,s=0,c;return l;function l(t){return e.enter(r),e.enter(i),e.consume(t),e.exit(i),e.enter(a),u}function u(l){return s>999||l===null||l===91||l===93&&!c||l===94&&!s&&`_hiddenFootnoteSupport`in o.parser.constructs?n(l):l===93?(e.exit(a),e.enter(i),e.consume(l),e.exit(i),e.exit(r),t):J(l)?(e.enter(`lineEnding`),e.consume(l),e.exit(`lineEnding`),u):(e.enter(`chunkString`,{contentType:`string`}),d(l))}function d(t){return t===null||t===91||t===93||J(t)||s++>999?(e.exit(`chunkString`),u(t)):(e.consume(t),c||=!Y(t),t===92?f:d)}function f(t){return t===91||t===92||t===93?(e.consume(t),s++,d):d(t)}}function zS(e,t,n,r,i,a){let o;return s;function s(t){return t===34||t===39||t===40?(e.enter(r),e.enter(i),e.consume(t),e.exit(i),o=t===40?41:t,c):n(t)}function c(n){return n===o?(e.enter(i),e.consume(n),e.exit(i),e.exit(r),t):(e.enter(a),l(n))}function l(t){return t===o?(e.exit(a),c(o)):t===null?n(t):J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),X(e,l,`linePrefix`)):(e.enter(`chunkString`,{contentType:`string`}),u(t))}function u(t){return t===o||t===null||J(t)?(e.exit(`chunkString`),l(t)):(e.consume(t),t===92?d:u)}function d(t){return t===o||t===92?(e.consume(t),u):u(t)}}function BS(e,t){let n;return r;function r(i){return J(i)?(e.enter(`lineEnding`),e.consume(i),e.exit(`lineEnding`),n=!0,r):Y(i)?X(e,r,n?`linePrefix`:`lineSuffix`)(i):t(i)}}var VS={name:`definition`,tokenize:US},HS={partial:!0,tokenize:WS};function US(e,t,n){let r=this,i;return a;function a(t){return e.enter(`definition`),o(t)}function o(t){return RS.call(r,e,s,n,`definitionLabel`,`definitionLabelMarker`,`definitionLabelString`)(t)}function s(t){return i=Nx(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),c):n(t)}function c(t){return Vx(t)?BS(e,l)(t):l(t)}function l(t){return LS(e,u,n,`definitionDestination`,`definitionDestinationLiteral`,`definitionDestinationLiteralMarker`,`definitionDestinationRaw`,`definitionDestinationString`)(t)}function u(t){return e.attempt(HS,d,d)(t)}function d(t){return Y(t)?X(e,f,`whitespace`)(t):f(t)}function f(a){return a===null||J(a)?(e.exit(`definition`),r.parser.defined.push(i),t(a)):n(a)}}function WS(e,t,n){return r;function r(t){return Vx(t)?BS(e,i)(t):n(t)}function i(t){return zS(e,a,n,`definitionTitle`,`definitionTitleMarker`,`definitionTitleString`)(t)}function a(t){return Y(t)?X(e,o,`whitespace`)(t):o(t)}function o(e){return e===null||J(e)?t(e):n(e)}}var GS={name:`hardBreakEscape`,tokenize:KS};function KS(e,t,n){return r;function r(t){return e.enter(`hardBreakEscape`),e.consume(t),i}function i(r){return J(r)?(e.exit(`hardBreakEscape`),t(r)):n(r)}}var qS={name:`headingAtx`,resolve:JS,tokenize:YS};function JS(e,t){let n=e.length-2,r=3,i,a;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&&(i={type:`atxHeadingText`,start:e[r][1].start,end:e[n][1].end},a={type:`chunkText`,start:e[r][1].start,end:e[n][1].end,contentType:`text`},Ex(e,r,n-r+1,[[`enter`,i,t],[`enter`,a,t],[`exit`,a,t],[`exit`,i,t]])),e}function YS(e,t,n){let r=0;return i;function i(t){return e.enter(`atxHeading`),a(t)}function a(t){return e.enter(`atxHeadingSequence`),o(t)}function o(t){return t===35&&r++<6?(e.consume(t),o):t===null||Vx(t)?(e.exit(`atxHeadingSequence`),s(t)):n(t)}function s(n){return n===35?(e.enter(`atxHeadingSequence`),c(n)):n===null||J(n)?(e.exit(`atxHeading`),t(n)):Y(n)?X(e,s,`whitespace`)(n):(e.enter(`atxHeadingText`),l(n))}function c(t){return t===35?(e.consume(t),c):(e.exit(`atxHeadingSequence`),s(t))}function l(t){return t===null||t===35||Vx(t)?(e.exit(`atxHeadingText`),s(t)):(e.consume(t),l)}}var XS=`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`.split(`.`),ZS=[`pre`,`script`,`style`,`textarea`],QS={concrete:!0,name:`htmlFlow`,resolveTo:tC,tokenize:nC},$S={partial:!0,tokenize:iC},eC={partial:!0,tokenize:rC};function tC(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 nC(e,t,n){let r=this,i,a,o,s,c;return l;function l(e){return u(e)}function u(t){return e.enter(`htmlFlow`),e.enter(`htmlFlowData`),e.consume(t),d}function d(s){return s===33?(e.consume(s),f):s===47?(e.consume(s),a=!0,h):s===63?(e.consume(s),i=3,r.interrupt?t:ae):Px(s)?(e.consume(s),o=String.fromCharCode(s),g):n(s)}function f(a){return a===45?(e.consume(a),i=2,p):a===91?(e.consume(a),i=5,s=0,m):Px(a)?(e.consume(a),i=4,r.interrupt?t:ae):n(a)}function p(i){return i===45?(e.consume(i),r.interrupt?t:ae):n(i)}function m(i){return i===`CDATA[`.charCodeAt(s++)?(e.consume(i),s===6?r.interrupt?t:D:m):n(i)}function h(t){return Px(t)?(e.consume(t),o=String.fromCharCode(t),g):n(t)}function g(s){if(s===null||s===47||s===62||Vx(s)){let c=s===47,l=o.toLowerCase();return!c&&!a&&ZS.includes(l)?(i=1,r.interrupt?t(s):D(s)):XS.includes(o.toLowerCase())?(i=6,c?(e.consume(s),_):r.interrupt?t(s):D(s)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(s):a?v(s):y(s))}return s===45||Fx(s)?(e.consume(s),o+=String.fromCharCode(s),g):n(s)}function _(i){return i===62?(e.consume(i),r.interrupt?t:D):n(i)}function v(t){return Y(t)?(e.consume(t),v):E(t)}function y(t){return t===47?(e.consume(t),E):t===58||t===95||Px(t)?(e.consume(t),b):Y(t)?(e.consume(t),y):E(t)}function b(t){return t===45||t===46||t===58||t===95||Fx(t)?(e.consume(t),b):x(t)}function x(t){return t===61?(e.consume(t),S):Y(t)?(e.consume(t),x):y(t)}function S(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),c=t,C):Y(t)?(e.consume(t),S):w(t)}function C(t){return t===c?(e.consume(t),c=null,T):t===null||J(t)?n(t):(e.consume(t),C)}function w(t){return t===null||t===34||t===39||t===47||t===60||t===61||t===62||t===96||Vx(t)?x(t):(e.consume(t),w)}function T(e){return e===47||e===62||Y(e)?y(e):n(e)}function E(t){return t===62?(e.consume(t),ee):n(t)}function ee(t){return t===null||J(t)?D(t):Y(t)?(e.consume(t),ee):n(t)}function D(t){return t===45&&i===2?(e.consume(t),k):t===60&&i===1?(e.consume(t),re):t===62&&i===4?(e.consume(t),oe):t===63&&i===3?(e.consume(t),ae):t===93&&i===5?(e.consume(t),ie):J(t)&&(i===6||i===7)?(e.exit(`htmlFlowData`),e.check($S,se,te)(t)):t===null||J(t)?(e.exit(`htmlFlowData`),te(t)):(e.consume(t),D)}function te(t){return e.check(eC,O,se)(t)}function O(t){return e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),ne}function ne(t){return t===null||J(t)?te(t):(e.enter(`htmlFlowData`),D(t))}function k(t){return t===45?(e.consume(t),ae):D(t)}function re(t){return t===47?(e.consume(t),o=``,A):D(t)}function A(t){if(t===62){let n=o.toLowerCase();return ZS.includes(n)?(e.consume(t),oe):D(t)}return Px(t)&&o.length<8?(e.consume(t),o+=String.fromCharCode(t),A):D(t)}function ie(t){return t===93?(e.consume(t),ae):D(t)}function ae(t){return t===62?(e.consume(t),oe):t===45&&i===2?(e.consume(t),ae):D(t)}function oe(t){return t===null||J(t)?(e.exit(`htmlFlowData`),se(t)):(e.consume(t),oe)}function se(n){return e.exit(`htmlFlow`),t(n)}}function rC(e,t,n){let r=this;return i;function i(t){return J(t)?(e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),a):n(t)}function a(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function iC(e,t,n){return r;function r(r){return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),e.attempt(oS,t,n)}}var aC={name:`htmlText`,tokenize:oC};function oC(e,t,n){let r=this,i,a,o;return s;function s(t){return e.enter(`htmlText`),e.enter(`htmlTextData`),e.consume(t),c}function c(t){return t===33?(e.consume(t),l):t===47?(e.consume(t),x):t===63?(e.consume(t),y):Px(t)?(e.consume(t),w):n(t)}function l(t){return t===45?(e.consume(t),u):t===91?(e.consume(t),a=0,m):Px(t)?(e.consume(t),v):n(t)}function u(t){return t===45?(e.consume(t),p):n(t)}function d(t){return t===null?n(t):t===45?(e.consume(t),f):J(t)?(o=d,re(t)):(e.consume(t),d)}function f(t){return t===45?(e.consume(t),p):d(t)}function p(e){return e===62?k(e):e===45?f(e):d(e)}function m(t){return t===`CDATA[`.charCodeAt(a++)?(e.consume(t),a===6?h:m):n(t)}function h(t){return t===null?n(t):t===93?(e.consume(t),g):J(t)?(o=h,re(t)):(e.consume(t),h)}function g(t){return t===93?(e.consume(t),_):h(t)}function _(t){return t===62?k(t):t===93?(e.consume(t),_):h(t)}function v(t){return t===null||t===62?k(t):J(t)?(o=v,re(t)):(e.consume(t),v)}function y(t){return t===null?n(t):t===63?(e.consume(t),b):J(t)?(o=y,re(t)):(e.consume(t),y)}function b(e){return e===62?k(e):y(e)}function x(t){return Px(t)?(e.consume(t),S):n(t)}function S(t){return t===45||Fx(t)?(e.consume(t),S):C(t)}function C(t){return J(t)?(o=C,re(t)):Y(t)?(e.consume(t),C):k(t)}function w(t){return t===45||Fx(t)?(e.consume(t),w):t===47||t===62||Vx(t)?T(t):n(t)}function T(t){return t===47?(e.consume(t),k):t===58||t===95||Px(t)?(e.consume(t),E):J(t)?(o=T,re(t)):Y(t)?(e.consume(t),T):k(t)}function E(t){return t===45||t===46||t===58||t===95||Fx(t)?(e.consume(t),E):ee(t)}function ee(t){return t===61?(e.consume(t),D):J(t)?(o=ee,re(t)):Y(t)?(e.consume(t),ee):T(t)}function D(t){return t===null||t===60||t===61||t===62||t===96?n(t):t===34||t===39?(e.consume(t),i=t,te):J(t)?(o=D,re(t)):Y(t)?(e.consume(t),D):(e.consume(t),O)}function te(t){return t===i?(e.consume(t),i=void 0,ne):t===null?n(t):J(t)?(o=te,re(t)):(e.consume(t),te)}function O(t){return t===null||t===34||t===39||t===60||t===61||t===96?n(t):t===47||t===62||Vx(t)?T(t):(e.consume(t),O)}function ne(e){return e===47||e===62||Vx(e)?T(e):n(e)}function k(r){return r===62?(e.consume(r),e.exit(`htmlTextData`),e.exit(`htmlText`),t):n(r)}function re(t){return e.exit(`htmlTextData`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),A}function A(t){return Y(t)?X(e,ie,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):ie(t)}function ie(t){return e.enter(`htmlTextData`),o(t)}}var sC={name:`labelEnd`,resolveAll:dC,resolveTo:fC,tokenize:pC},cC={tokenize:mC},lC={tokenize:hC},uC={tokenize:gC};function dC(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),r.type===`labelImage`||r.type===`labelLink`||r.type===`labelEnd`){let e=r.type===`labelImage`?4:2;r.type=`data`,t+=e}}return e.length!==n.length&&Ex(e,0,e.length,n),e}function fC(e,t){let n=e.length,r=0,i,a,o,s;for(;n--;)if(i=e[n][1],a){if(i.type===`link`||i.type===`labelLink`&&i._inactive)break;e[n][0]===`enter`&&i.type===`labelLink`&&(i._inactive=!0)}else if(o){if(e[n][0]===`enter`&&(i.type===`labelImage`||i.type===`labelLink`)&&!i._balanced&&(a=n,i.type!==`labelLink`)){r=2;break}}else i.type===`labelEnd`&&(o=n);let c={type:e[a][1].type===`labelLink`?`link`:`image`,start:{...e[a][1].start},end:{...e[e.length-1][1].end}},l={type:`label`,start:{...e[a][1].start},end:{...e[o][1].end}},u={type:`labelText`,start:{...e[a+r+2][1].end},end:{...e[o-2][1].start}};return s=[[`enter`,c,t],[`enter`,l,t]],s=Dx(s,e.slice(a+1,a+r+3)),s=Dx(s,[[`enter`,u,t]]),s=Dx(s,$x(t.parser.constructs.insideSpan.null,e.slice(a+r+4,o-3),t)),s=Dx(s,[[`exit`,u,t],e[o-2],e[o-1],[`exit`,l,t]]),s=Dx(s,e.slice(o+1)),s=Dx(s,[[`exit`,c,t]]),Ex(e,a,e.length,s),e}function pC(e,t,n){let r=this,i=r.events.length,a,o;for(;i--;)if((r.events[i][1].type===`labelImage`||r.events[i][1].type===`labelLink`)&&!r.events[i][1]._balanced){a=r.events[i][1];break}return s;function s(t){return a?a._inactive?d(t):(o=r.parser.defined.includes(Nx(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter(`labelEnd`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelEnd`),c):n(t)}function c(t){return t===40?e.attempt(cC,u,o?u:d)(t):t===91?e.attempt(lC,u,o?l:d)(t):o?u(t):d(t)}function l(t){return e.attempt(uC,u,d)(t)}function u(e){return t(e)}function d(e){return a._balanced=!0,n(e)}}function mC(e,t,n){return r;function r(t){return e.enter(`resource`),e.enter(`resourceMarker`),e.consume(t),e.exit(`resourceMarker`),i}function i(t){return Vx(t)?BS(e,a)(t):a(t)}function a(t){return t===41?u(t):LS(e,o,s,`resourceDestination`,`resourceDestinationLiteral`,`resourceDestinationLiteralMarker`,`resourceDestinationRaw`,`resourceDestinationString`,32)(t)}function o(t){return Vx(t)?BS(e,c)(t):u(t)}function s(e){return n(e)}function c(t){return t===34||t===39||t===40?zS(e,l,n,`resourceTitle`,`resourceTitleMarker`,`resourceTitleString`)(t):u(t)}function l(t){return Vx(t)?BS(e,u)(t):u(t)}function u(r){return r===41?(e.enter(`resourceMarker`),e.consume(r),e.exit(`resourceMarker`),e.exit(`resource`),t):n(r)}}function hC(e,t,n){let r=this;return i;function i(t){return RS.call(r,e,a,o,`reference`,`referenceMarker`,`referenceString`)(t)}function a(e){return r.parser.defined.includes(Nx(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function o(e){return n(e)}}function gC(e,t,n){return r;function r(t){return e.enter(`reference`),e.enter(`referenceMarker`),e.consume(t),e.exit(`referenceMarker`),i}function i(r){return r===93?(e.enter(`referenceMarker`),e.consume(r),e.exit(`referenceMarker`),e.exit(`reference`),t):n(r)}}var _C={name:`labelStartImage`,resolveAll:sC.resolveAll,tokenize:vC};function vC(e,t,n){let r=this;return i;function i(t){return e.enter(`labelImage`),e.enter(`labelImageMarker`),e.consume(t),e.exit(`labelImageMarker`),a}function a(t){return t===91?(e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelImage`),o):n(t)}function o(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var yC={name:`labelStartLink`,resolveAll:sC.resolveAll,tokenize:bC};function bC(e,t,n){let r=this;return i;function i(t){return e.enter(`labelLink`),e.enter(`labelMarker`),e.consume(t),e.exit(`labelMarker`),e.exit(`labelLink`),a}function a(e){return e===94&&`_hiddenFootnoteSupport`in r.parser.constructs?n(e):t(e)}}var xC={name:`lineEnding`,tokenize:SC};function SC(e,t){return n;function n(n){return e.enter(`lineEnding`),e.consume(n),e.exit(`lineEnding`),X(e,t,`linePrefix`)}}var CC={name:`thematicBreak`,tokenize:wC};function wC(e,t,n){let r=0,i;return a;function a(t){return e.enter(`thematicBreak`),o(t)}function o(e){return i=e,s(e)}function s(a){return a===i?(e.enter(`thematicBreakSequence`),c(a)):r>=3&&(a===null||J(a))?(e.exit(`thematicBreak`),t(a)):n(a)}function c(t){return t===i?(e.consume(t),r++,c):(e.exit(`thematicBreakSequence`),Y(t)?X(e,s,`whitespace`)(t):s(t))}}var TC={continuation:{tokenize:kC},exit:jC,name:`list`,tokenize:OC},EC={partial:!0,tokenize:MC},DC={partial:!0,tokenize:AC};function OC(e,t,n){let r=this,i=r.events[r.events.length-1],a=i&&i[1].type===`linePrefix`?i[2].sliceSerialize(i[1],!0).length:0,o=0;return s;function s(t){let i=r.containerState.type||(t===42||t===43||t===45?`listUnordered`:`listOrdered`);if(i===`listUnordered`?!r.containerState.marker||t===r.containerState.marker:Rx(t)){if(r.containerState.type||(r.containerState.type=i,e.enter(i,{_container:!0})),i===`listUnordered`)return e.enter(`listItemPrefix`),t===42||t===45?e.check(CC,n,l)(t):l(t);if(!r.interrupt||t===49)return e.enter(`listItemPrefix`),e.enter(`listItemValue`),c(t)}return n(t)}function c(t){return Rx(t)&&++o<10?(e.consume(t),c):(!r.interrupt||o<2)&&(r.containerState.marker?t===r.containerState.marker:t===41||t===46)?(e.exit(`listItemValue`),l(t)):n(t)}function l(t){return e.enter(`listItemMarker`),e.consume(t),e.exit(`listItemMarker`),r.containerState.marker=r.containerState.marker||t,e.check(oS,r.interrupt?n:u,e.attempt(EC,f,d))}function u(e){return r.containerState.initialBlankLine=!0,a++,f(e)}function d(t){return Y(t)?(e.enter(`listItemPrefixWhitespace`),e.consume(t),e.exit(`listItemPrefixWhitespace`),f):n(t)}function f(n){return r.containerState.size=a+r.sliceSerialize(e.exit(`listItemPrefix`),!0).length,t(n)}}function kC(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check(oS,i,a);function i(n){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,X(e,t,`listItemIndent`,r.containerState.size+1)(n)}function a(n){return r.containerState.furtherBlankLines||!Y(n)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(n)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(DC,t,o)(n))}function o(i){return r.containerState._closeFlow=!0,r.interrupt=void 0,X(e,e.attempt(TC,t,n),`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(i)}}function AC(e,t,n){let r=this;return X(e,i,`listItemIndent`,r.containerState.size+1);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`listItemIndent`&&i[2].sliceSerialize(i[1],!0).length===r.containerState.size?t(e):n(e)}}function jC(e){e.exit(this.containerState.type)}function MC(e,t,n){let r=this;return X(e,i,`listItemPrefixWhitespace`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:5);function i(e){let i=r.events[r.events.length-1];return!Y(e)&&i&&i[1].type===`listItemPrefixWhitespace`?t(e):n(e)}}var NC={name:`setextUnderline`,resolveTo:PC,tokenize:FC};function PC(e,t){let n=e.length,r,i,a;for(;n--;)if(e[n][0]===`enter`){if(e[n][1].type===`content`){r=n;break}e[n][1].type===`paragraph`&&(i=n)}else e[n][1].type===`content`&&e.splice(n,1),!a&&e[n][1].type===`definition`&&(a=n);let o={type:`setextHeading`,start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[i][1].type=`setextHeadingText`,a?(e.splice(i,0,[`enter`,o,t]),e.splice(a+1,0,[`exit`,e[r][1],t]),e[r][1].end={...e[a][1].end}):e[r][1]=o,e.push([`exit`,o,t]),e}function FC(e,t,n){let r=this,i;return a;function a(t){let a=r.events.length,s;for(;a--;)if(r.events[a][1].type!==`lineEnding`&&r.events[a][1].type!==`linePrefix`&&r.events[a][1].type!==`content`){s=r.events[a][1].type===`paragraph`;break}return!r.parser.lazy[r.now().line]&&(r.interrupt||s)?(e.enter(`setextHeadingLine`),i=t,o(t)):n(t)}function o(t){return e.enter(`setextHeadingLineSequence`),s(t)}function s(t){return t===i?(e.consume(t),s):(e.exit(`setextHeadingLineSequence`),Y(t)?X(e,c,`lineSuffix`)(t):c(t))}function c(r){return r===null||J(r)?(e.exit(`setextHeadingLine`),t(r)):n(r)}}var IC={tokenize:LC};function LC(e){let t=this,n=e.attempt(oS,r,e.attempt(this.parser.constructs.flowInitial,i,X(e,e.attempt(this.parser.constructs.flow,i,e.attempt(MS,i)),`linePrefix`)));return n;function r(r){if(r===null){e.consume(r);return}return e.enter(`lineEndingBlank`),e.consume(r),e.exit(`lineEndingBlank`),t.currentConstruct=void 0,n}function i(r){if(r===null){e.consume(r);return}return e.enter(`lineEnding`),e.consume(r),e.exit(`lineEnding`),t.currentConstruct=void 0,n}}var RC={resolveAll:HC()},zC=VC(`string`),BC=VC(`text`);function VC(e){return{resolveAll:HC(e===`text`?UC:void 0),tokenize:t};function t(t){let n=this,r=this.parser.constructs[e],i=t.attempt(r,a,o);return a;function a(e){return c(e)?i(e):o(e)}function o(e){if(e===null){t.consume(e);return}return t.enter(`data`),t.consume(e),s}function s(e){return c(e)?(t.exit(`data`),i(e)):(t.consume(e),s)}function c(e){if(e===null)return!0;let t=r[e],i=-1;if(t)for(;++i<t.length;){let e=t[i];if(!e.previous||e.previous.call(n,n.previous))return!0}return!1}}}function HC(e){return t;function t(t,n){let r=-1,i;for(;++r<=t.length;)i===void 0?t[r]&&t[r][1].type===`data`&&(i=r,r++):(!t[r]||t[r][1].type!==`data`)&&(r!==i+2&&(t[i][1].end=t[r-1][1].end,t.splice(i+2,r-i-2),r=i+2),i=void 0);return e?e(t,n):t}}function UC(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type===`lineEnding`)&&e[n-1][1].type===`data`){let r=e[n-1][1],i=t.sliceStream(r),a=i.length,o=-1,s=0,c;for(;a--;){let e=i[a];if(typeof e==`string`){for(o=e.length;e.charCodeAt(o-1)===32;)s++,o--;if(o)break;o=-1}else if(e===-2)c=!0,s++;else if(e!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(s=0),s){let i={type:n===e.length||c||s<2?`lineSuffix`:`hardBreakTrailing`,start:{_bufferIndex:a?o:r.start._bufferIndex+o,_index:r.start._index+a,line:r.end.line,column:r.end.column-s,offset:r.end.offset-s},end:{...r.end}};r.end={...i.start},r.start.offset===r.end.offset?Object.assign(r,i):(e.splice(n,0,[`enter`,i,t],[`exit`,i,t]),n+=2)}n++}return e}var WC=e({attentionMarkers:()=>QC,contentInitial:()=>KC,disable:()=>$C,document:()=>GC,flow:()=>JC,flowInitial:()=>qC,insideSpan:()=>ZC,string:()=>YC,text:()=>XC}),GC={42:TC,43:TC,45:TC,48:TC,49:TC,50:TC,51:TC,52:TC,53:TC,54:TC,55:TC,56:TC,57:TC,62:cS},KC={91:VS},qC={[-2]:bS,[-1]:bS,32:bS},JC={35:qS,42:CC,45:[NC,CC],60:QS,61:NC,95:CC,96:_S,126:_S},YC={38:mS,92:fS},XC={[-5]:xC,[-4]:xC,[-3]:xC,33:_C,38:mS,42:eS,60:[iS,aC],91:yC,92:[GS,fS],93:sC,95:eS,96:wS},ZC={null:[eS,RC]},QC={null:[42,95]},$C={null:[]};function ew(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},i={},a=[],o=[],s=[],c={attempt:C(x),check:C(S),consume:v,enter:y,exit:b,interrupt:C(S,{interrupt:!0})},l={code:null,containerState:{},defineSkip:h,events:[],now:m,parser:e,previous:null,sliceSerialize:f,sliceStream:p,write:d},u=t.tokenize.call(l,c);return t.resolveAll&&a.push(t),l;function d(e){return o=Dx(o,e),g(),o[o.length-1]===null?(w(t,0),l.events=$x(a,l.events,l),l.events):[]}function f(e,t){return nw(p(e),t)}function p(e){return tw(o,e)}function m(){let{_bufferIndex:e,_index:t,line:n,column:i,offset:a}=r;return{_bufferIndex:e,_index:t,line:n,column:i,offset:a}}function h(e){i[e.line]=e.column,E()}function g(){let e;for(;r._index<o.length;){let t=o[r._index];if(typeof t==`string`)for(e=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===e&&r._bufferIndex<t.length;)_(t.charCodeAt(r._bufferIndex));else _(t)}}function _(e){u=u(e)}function v(e){J(e)?(r.line++,r.column=1,r.offset+=e===-3?2:1,E()):e!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),l.previous=e}function y(e,t){let n=t||{};return n.type=e,n.start=m(),l.events.push([`enter`,n,l]),s.push(n),n}function b(e){let t=s.pop();return t.end=m(),l.events.push([`exit`,t,l]),t}function x(e,t){w(e,t.from)}function S(e,t){t.restore()}function C(e,t){return n;function n(n,r,i){let a,o,s,u;return Array.isArray(n)?f(n):`tokenize`in n?f([n]):d(n);function d(e){return t;function t(t){let n=t!==null&&e[t],r=t!==null&&e.null;return f([...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]])(t)}}function f(e){return a=e,o=0,e.length===0?i:p(e[o])}function p(e){return n;function n(n){return u=T(),s=e,e.partial||(l.currentConstruct=e),e.name&&l.parser.constructs.disable.null.includes(e.name)?h(n):e.tokenize.call(t?Object.assign(Object.create(l),t):l,c,m,h)(n)}}function m(t){return e(s,u),r}function h(e){return u.restore(),++o<a.length?p(a[o]):i}}}function w(e,t){e.resolveAll&&!a.includes(e)&&a.push(e),e.resolve&&Ex(l.events,t,l.events.length-t,e.resolve(l.events.slice(t),l)),e.resolveTo&&(l.events=e.resolveTo(l.events,l))}function T(){let e=m(),t=l.previous,n=l.currentConstruct,i=l.events.length,a=Array.from(s);return{from:i,restore:o};function o(){r=e,l.previous=t,l.currentConstruct=n,l.events.length=i,s=a,E()}}function E(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function tw(e,t){let n=t.start._index,r=t.start._bufferIndex,i=t.end._index,a=t.end._bufferIndex,o;if(n===i)o=[e[n].slice(r,a)];else{if(o=e.slice(n,i),r>-1){let e=o[0];typeof e==`string`?o[0]=e.slice(r):o.shift()}a>0&&o.push(e[i].slice(0,a))}return o}function nw(e,t){let n=-1,r=[],i;for(;++n<e.length;){let a=e[n],o;if(typeof a==`string`)o=a;else switch(a){case-5:o=`\r`;break;case-4:o=`
|
|
20
|
-
`;break;case-3:o=`\r
|
|
21
|
-
`;break;case-2:o=t?` `:` `;break;case-1:if(!t&&i)continue;o=` `;break;default:o=String.fromCharCode(a)}i=a===-2,r.push(o)}return r.join(``)}function rw(e){let t={constructs:kx([WC,...(e||{}).extensions||[]]),content:n(Kx),defined:[],document:n(Jx),flow:n(IC),lazy:{},string:n(zC),text:n(BC)};return t;function n(e){return n;function n(n){return ew(t,e,n)}}}function iw(e){for(;!AS(e););return e}var aw=/[\0\t\n\r]/g;function ow(){let e=1,t=``,n=!0,r;return i;function i(i,a,o){let s=[],c,l,u,d,f;for(i=t+(typeof i==`string`?i.toString():new TextDecoder(a||void 0).decode(i)),u=0,t=``,n&&=(i.charCodeAt(0)===65279&&u++,void 0);u<i.length;){if(aw.lastIndex=u,c=aw.exec(i),d=c&&c.index!==void 0?c.index:i.length,f=i.charCodeAt(d),!c){t=i.slice(u);break}if(f===10&&u===d&&r)s.push(-3),r=void 0;else switch(r&&=(s.push(-5),void 0),u<d&&(s.push(i.slice(u,d)),e+=d-u),f){case 0:s.push(65533),e++;break;case 9:for(l=Math.ceil(e/4)*4,s.push(-2);e++<l;)s.push(-1);break;case 10:s.push(-4),e=1;break;default:r=!0,e=1}u=d+1}return o&&(r&&s.push(-5),t&&s.push(t),s.push(null)),s}}var sw=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function cw(e){return e.replace(sw,lw)}function lw(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let e=n.charCodeAt(1),t=e===120||e===88;return Mx(n.slice(t?2:1),t?16:10)}return Tx(n)||e}var uw={}.hasOwnProperty;function dw(e,t,n){return t&&typeof t==`object`&&(n=t,t=void 0),fw(n)(iw(rw(n).document().write(ow()(e,t,!0))))}function fw(e){let t={transforms:[],canContainEols:[`emphasis`,`fragment`,`heading`,`paragraph`,`strong`],enter:{autolink:a(Se),autolinkProtocol:T,autolinkEmail:T,atxHeading:a(ve),blockQuote:a(M),characterEscape:T,characterReference:T,codeFenced:a(me),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(me,o),codeText:a(he,o),codeTextData:T,data:T,codeFlowValue:T,definition:a(ge),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(_e),hardBreakEscape:a(ye),hardBreakTrailing:a(ye),htmlFlow:a(be,o),htmlFlowData:T,htmlText:a(be,o),htmlTextData:T,image:a(xe),label:o,link:a(Se),listItem:a(we),listItemValue:f,listOrdered:a(Ce,d),listUnordered:a(Ce),paragraph:a(Te),reference:ce,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a(ve),strong:a(Ee),thematicBreak:a(Oe)},exit:{atxHeading:c(),atxHeadingSequence:x,autolink:c(),autolinkEmail:pe,autolinkProtocol:fe,blockQuote:c(),characterEscapeValue:E,characterReferenceMarkerHexadecimal:le,characterReferenceMarkerNumeric:le,characterReferenceValue:ue,characterReference:de,codeFenced:c(g),codeFencedFence:h,codeFencedFenceInfo:p,codeFencedFenceMeta:m,codeFlowValue:E,codeIndented:c(_),codeText:c(ne),codeTextData:E,data:E,definition:c(),definitionDestinationString:b,definitionLabelString:v,definitionTitleString:y,emphasis:c(),hardBreakEscape:c(D),hardBreakTrailing:c(D),htmlFlow:c(te),htmlFlowData:E,htmlText:c(O),htmlTextData:E,image:c(re),label:ie,labelText:A,lineEnding:ee,link:c(k),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:j,resourceDestinationString:ae,resourceTitleString:oe,resource:se,setextHeading:c(w),setextHeadingLineSequence:C,setextHeadingText:S,strong:c(),thematicBreak:c()}};mw(t,(e||{}).mdastExtensions||[]);let n={};return r;function r(e){let r={type:`root`,children:[]},a={stack:[r],tokenStack:[],config:t,enter:s,exit:l,buffer:o,resume:u,data:n},c=[],d=-1;for(;++d<e.length;)(e[d][1].type===`listOrdered`||e[d][1].type===`listUnordered`)&&(e[d][0]===`enter`?c.push(d):d=i(e,c.pop(),d));for(d=-1;++d<e.length;){let n=t[e[d][0]];uw.call(n,e[d][1].type)&&n[e[d][1].type].call(Object.assign({sliceSerialize:e[d][2].sliceSerialize},a),e[d][1])}if(a.tokenStack.length>0){let e=a.tokenStack[a.tokenStack.length-1];(e[1]||gw).call(a,void 0,e[0])}for(r.position={start:pw(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:pw(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})},d=-1;++d<t.transforms.length;)r=t.transforms[d](r)||r;return r}function i(e,t,n){let r=t-1,i=-1,a=!1,o,s,c,l;for(;++r<=n;){let t=e[r];switch(t[1].type){case`listUnordered`:case`listOrdered`:case`blockQuote`:t[0]===`enter`?i++:i--,l=void 0;break;case`lineEndingBlank`:t[0]===`enter`&&(o&&!l&&!i&&!c&&(c=r),l=void 0);break;case`linePrefix`:case`listItemValue`:case`listItemMarker`:case`listItemPrefix`:case`listItemPrefixWhitespace`:break;default:l=void 0}if(!i&&t[0]===`enter`&&t[1].type===`listItemPrefix`||i===-1&&t[0]===`exit`&&(t[1].type===`listUnordered`||t[1].type===`listOrdered`)){if(o){let i=r;for(s=void 0;i--;){let t=e[i];if(t[1].type===`lineEnding`||t[1].type===`lineEndingBlank`){if(t[0]===`exit`)continue;s&&(e[s][1].type=`lineEndingBlank`,a=!0),t[1].type=`lineEnding`,s=i}else if(!(t[1].type===`linePrefix`||t[1].type===`blockQuotePrefix`||t[1].type===`blockQuotePrefixWhitespace`||t[1].type===`blockQuoteMarker`||t[1].type===`listItemIndent`))break}c&&(!s||c<s)&&(o._spread=!0),o.end=Object.assign({},s?e[s][1].start:t[1].end),e.splice(s||r,0,[`exit`,o,t[2]]),r++,n++}if(t[1].type===`listItemPrefix`){let i={type:`listItem`,_spread:!1,start:Object.assign({},t[1].start),end:void 0};o=i,e.splice(r,0,[`enter`,i,t[2]]),r++,n++,c=void 0,l=!0}}}return e[t][1]._spread=a,n}function a(e,t){return n;function n(n){s.call(this,e(n),n),t&&t.call(this,n)}}function o(){this.stack.push({type:`fragment`,children:[]})}function s(e,t,n){this.stack[this.stack.length-1].children.push(e),this.stack.push(e),this.tokenStack.push([t,n||void 0]),e.position={start:pw(t.start),end:void 0}}function c(e){return t;function t(t){e&&e.call(this,t),l.call(this,t)}}function l(e,t){let n=this.stack.pop(),r=this.tokenStack.pop();if(r)r[0].type!==e.type&&(t?t.call(this,e,r[0]):(r[1]||gw).call(this,e,r[0]));else throw Error("Cannot close `"+e.type+"` ("+Rb({start:e.start,end:e.end})+`): it’s not open`);n.position.end=pw(e.end)}function u(){return bx(this.stack.pop())}function d(){this.data.expectingFirstListItemValue=!0}function f(e){if(this.data.expectingFirstListItemValue){let t=this.stack[this.stack.length-2];t.start=Number.parseInt(this.sliceSerialize(e),10),this.data.expectingFirstListItemValue=void 0}}function p(){let e=this.resume(),t=this.stack[this.stack.length-1];t.lang=e}function m(){let e=this.resume(),t=this.stack[this.stack.length-1];t.meta=e}function h(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function g(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,``),this.data.flowCodeInside=void 0}function _(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e.replace(/(\r?\n|\r)$/g,``)}function v(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Nx(this.sliceSerialize(e)).toLowerCase()}function y(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function b(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function x(e){let t=this.stack[this.stack.length-1];t.depth||=this.sliceSerialize(e).length}function S(){this.data.setextHeadingSlurpLineEnding=!0}function C(e){let t=this.stack[this.stack.length-1];t.depth=this.sliceSerialize(e).codePointAt(0)===61?1:2}function w(){this.data.setextHeadingSlurpLineEnding=void 0}function T(e){let t=this.stack[this.stack.length-1].children,n=t[t.length-1];(!n||n.type!==`text`)&&(n=De(),n.position={start:pw(e.start),end:void 0},t.push(n)),this.stack.push(n)}function E(e){let t=this.stack.pop();t.value+=this.sliceSerialize(e),t.position.end=pw(e.end)}function ee(e){let n=this.stack[this.stack.length-1];if(this.data.atHardBreak){let t=n.children[n.children.length-1];t.position.end=pw(e.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(n.type)&&(T.call(this,e),E.call(this,e))}function D(){this.data.atHardBreak=!0}function te(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function O(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function ne(){let e=this.resume(),t=this.stack[this.stack.length-1];t.value=e}function k(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function re(){let e=this.stack[this.stack.length-1];if(this.data.inReference){let t=this.data.referenceType||`shortcut`;e.type+=`Reference`,e.referenceType=t,delete e.url,delete e.title}else delete e.identifier,delete e.label;this.data.referenceType=void 0}function A(e){let t=this.sliceSerialize(e),n=this.stack[this.stack.length-2];n.label=cw(t),n.identifier=Nx(t).toLowerCase()}function ie(){let e=this.stack[this.stack.length-1],t=this.resume(),n=this.stack[this.stack.length-1];this.data.inReference=!0,n.type===`link`?n.children=e.children:n.alt=t}function ae(){let e=this.resume(),t=this.stack[this.stack.length-1];t.url=e}function oe(){let e=this.resume(),t=this.stack[this.stack.length-1];t.title=e}function se(){this.data.inReference=void 0}function ce(){this.data.referenceType=`collapsed`}function j(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.label=t,n.identifier=Nx(this.sliceSerialize(e)).toLowerCase(),this.data.referenceType=`full`}function le(e){this.data.characterReferenceType=e.type}function ue(e){let t=this.sliceSerialize(e),n=this.data.characterReferenceType,r;n?(r=Mx(t,n===`characterReferenceMarkerNumeric`?10:16),this.data.characterReferenceType=void 0):r=Tx(t);let i=this.stack[this.stack.length-1];i.value+=r}function de(e){let t=this.stack.pop();t.position.end=pw(e.end)}function fe(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=this.sliceSerialize(e)}function pe(e){E.call(this,e);let t=this.stack[this.stack.length-1];t.url=`mailto:`+this.sliceSerialize(e)}function M(){return{type:`blockquote`,children:[]}}function me(){return{type:`code`,lang:null,meta:null,value:``}}function he(){return{type:`inlineCode`,value:``}}function ge(){return{type:`definition`,identifier:``,label:null,title:null,url:``}}function _e(){return{type:`emphasis`,children:[]}}function ve(){return{type:`heading`,depth:0,children:[]}}function ye(){return{type:`break`}}function be(){return{type:`html`,value:``}}function xe(){return{type:`image`,title:null,url:``,alt:null}}function Se(){return{type:`link`,title:null,url:``,children:[]}}function Ce(e){return{type:`list`,ordered:e.type===`listOrdered`,start:null,spread:e._spread,children:[]}}function we(e){return{type:`listItem`,spread:e._spread,checked:null,children:[]}}function Te(){return{type:`paragraph`,children:[]}}function Ee(){return{type:`strong`,children:[]}}function De(){return{type:`text`,value:``}}function Oe(){return{type:`thematicBreak`}}}function pw(e){return{line:e.line,column:e.column,offset:e.offset}}function mw(e,t){let n=-1;for(;++n<t.length;){let r=t[n];Array.isArray(r)?mw(e,r):hw(e,r)}}function hw(e,t){let n;for(n in t)if(uw.call(t,n))switch(n){case`canContainEols`:{let r=t[n];r&&e[n].push(...r);break}case`transforms`:{let r=t[n];r&&e[n].push(...r);break}case`enter`:case`exit`:{let r=t[n];r&&Object.assign(e[n],r);break}}}function gw(e,t){throw Error(e?"Cannot close `"+e.type+"` ("+Rb({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Rb({start:t.start,end:t.end})+`) is open`:"Cannot close document, a token (`"+t.type+"`, "+Rb({start:t.start,end:t.end})+`) is still open`)}function _w(e){let t=this;t.parser=n;function n(n){return dw(n,{...t.data(`settings`),...e,extensions:t.data(`micromarkExtensions`)||[],mdastExtensions:t.data(`fromMarkdownExtensions`)||[]})}}function vw(e,t){let n={type:`element`,tagName:`blockquote`,properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function yw(e,t){let n={type:`element`,tagName:`br`,properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:`text`,value:`
|
|
22
|
-
`}]}function bw(e,t){let n=t.value?t.value+`
|
|
23
|
-
`:``,r={},i=t.lang?t.lang.split(/\s+/):[];i.length>0&&(r.className=[`language-`+i[0]]);let a={type:`element`,tagName:`code`,properties:r,children:[{type:`text`,value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:`element`,tagName:`pre`,properties:{},children:[a]},e.patch(t,a),a}function xw(e,t){let n={type:`element`,tagName:`del`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Sw(e,t){let n={type:`element`,tagName:`em`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Cw(e,t){let n=typeof e.options.clobberPrefix==`string`?e.options.clobberPrefix:`user-content-`,r=String(t.identifier).toUpperCase(),i=Gx(r.toLowerCase()),a=e.footnoteOrder.indexOf(r),o,s=e.footnoteCounts.get(r);s===void 0?(s=0,e.footnoteOrder.push(r),o=e.footnoteOrder.length):o=a+1,s+=1,e.footnoteCounts.set(r,s);let c={type:`element`,tagName:`a`,properties:{href:`#`+n+`fn-`+i,id:n+`fnref-`+i+(s>1?`-`+s:``),dataFootnoteRef:!0,ariaDescribedBy:[`footnote-label`]},children:[{type:`text`,value:String(o)}]};e.patch(t,c);let l={type:`element`,tagName:`sup`,properties:{},children:[c]};return e.patch(t,l),e.applyData(t,l)}function ww(e,t){let n={type:`element`,tagName:`h`+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Tw(e,t){if(e.options.allowDangerousHtml){let n={type:`raw`,value:t.value};return e.patch(t,n),e.applyData(t,n)}}function Ew(e,t){let n=t.referenceType,r=`]`;if(n===`collapsed`?r+=`[]`:n===`full`&&(r+=`[`+(t.label||t.identifier)+`]`),t.type===`imageReference`)return[{type:`text`,value:`![`+t.alt+r}];let i=e.all(t),a=i[0];a&&a.type===`text`?a.value=`[`+a.value:i.unshift({type:`text`,value:`[`});let o=i[i.length-1];return o&&o.type===`text`?o.value+=r:i.push({type:`text`,value:r}),i}function Dw(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Ew(e,t);let i={src:Gx(r.url||``),alt:t.alt};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`img`,properties:i,children:[]};return e.patch(t,a),e.applyData(t,a)}function Ow(e,t){let n={src:Gx(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`img`,properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function kw(e,t){let n={type:`text`,value:t.value.replace(/\r?\n|\r/g,` `)};e.patch(t,n);let r={type:`element`,tagName:`code`,properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function Aw(e,t){let n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return Ew(e,t);let i={href:Gx(r.url||``)};r.title!==null&&r.title!==void 0&&(i.title=r.title);let a={type:`element`,tagName:`a`,properties:i,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function jw(e,t){let n={href:Gx(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);let r={type:`element`,tagName:`a`,properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function Mw(e,t,n){let r=e.all(t),i=n?Nw(n):Pw(t),a={},o=[];if(typeof t.checked==`boolean`){let e=r[0],n;e&&e.type===`element`&&e.tagName===`p`?n=e:(n={type:`element`,tagName:`p`,properties:{},children:[]},r.unshift(n)),n.children.length>0&&n.children.unshift({type:`text`,value:` `}),n.children.unshift({type:`element`,tagName:`input`,properties:{type:`checkbox`,checked:t.checked,disabled:!0},children:[]}),a.className=[`task-list-item`]}let s=-1;for(;++s<r.length;){let e=r[s];(i||s!==0||e.type!==`element`||e.tagName!==`p`)&&o.push({type:`text`,value:`
|
|
24
|
-
`}),e.type===`element`&&e.tagName===`p`&&!i?o.push(...e.children):o.push(e)}let c=r[r.length-1];c&&(i||c.type!==`element`||c.tagName!==`p`)&&o.push({type:`text`,value:`
|
|
25
|
-
`});let l={type:`element`,tagName:`li`,properties:a,children:o};return e.patch(t,l),e.applyData(t,l)}function Nw(e){let t=!1;if(e.type===`list`){t=e.spread||!1;let n=e.children,r=-1;for(;!t&&++r<n.length;)t=Pw(n[r])}return t}function Pw(e){return e.spread??e.children.length>1}function Fw(e,t){let n={},r=e.all(t),i=-1;for(typeof t.start==`number`&&t.start!==1&&(n.start=t.start);++i<r.length;){let e=r[i];if(e.type===`element`&&e.tagName===`li`&&e.properties&&Array.isArray(e.properties.className)&&e.properties.className.includes(`task-list-item`)){n.className=[`contains-task-list`];break}}let a={type:`element`,tagName:t.ordered?`ol`:`ul`,properties:n,children:e.wrap(r,!0)};return e.patch(t,a),e.applyData(t,a)}function Iw(e,t){let n={type:`element`,tagName:`p`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function Lw(e,t){let n={type:`root`,children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function Rw(e,t){let n={type:`element`,tagName:`strong`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function zw(e,t){let n=e.all(t),r=n.shift(),i=[];if(r){let n={type:`element`,tagName:`thead`,properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],n),i.push(n)}if(n.length>0){let r={type:`element`,tagName:`tbody`,properties:{},children:e.wrap(n,!0)},a=Fb(t.children[1]),o=Pb(t.children[t.children.length-1]);a&&o&&(r.position={start:a,end:o}),i.push(r)}let a={type:`element`,tagName:`table`,properties:{},children:e.wrap(i,!0)};return e.patch(t,a),e.applyData(t,a)}function Bw(e,t,n){let r=n?n.children:void 0,i=(r?r.indexOf(t):1)===0?`th`:`td`,a=n&&n.type===`table`?n.align:void 0,o=a?a.length:t.children.length,s=-1,c=[];for(;++s<o;){let n=t.children[s],r={},o=a?a[s]:void 0;o&&(r.align=o);let l={type:`element`,tagName:i,properties:r,children:[]};n&&(l.children=e.all(n),e.patch(n,l),l=e.applyData(n,l)),c.push(l)}let l={type:`element`,tagName:`tr`,properties:{},children:e.wrap(c,!0)};return e.patch(t,l),e.applyData(t,l)}function Vw(e,t){let n={type:`element`,tagName:`td`,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}var Hw=9,Uw=32;function Ww(e){let t=String(e),n=/\r?\n|\r/g,r=n.exec(t),i=0,a=[];for(;r;)a.push(Gw(t.slice(i,r.index),i>0,!0),r[0]),i=r.index+r[0].length,r=n.exec(t);return a.push(Gw(t.slice(i),i>0,!1)),a.join(``)}function Gw(e,t,n){let r=0,i=e.length;if(t){let t=e.codePointAt(r);for(;t===Hw||t===Uw;)r++,t=e.codePointAt(r)}if(n){let t=e.codePointAt(i-1);for(;t===Hw||t===Uw;)i--,t=e.codePointAt(i-1)}return i>r?e.slice(r,i):``}function Kw(e,t){let n={type:`text`,value:Ww(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function qw(e,t){let n={type:`element`,tagName:`hr`,properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}var Jw={blockquote:vw,break:yw,code:bw,delete:xw,emphasis:Sw,footnoteReference:Cw,heading:ww,html:Tw,imageReference:Dw,image:Ow,inlineCode:kw,linkReference:Aw,link:jw,listItem:Mw,list:Fw,paragraph:Iw,root:Lw,strong:Rw,table:zw,tableCell:Vw,tableRow:Bw,text:Kw,thematicBreak:qw,toml:Yw,yaml:Yw,definition:Yw,footnoteDefinition:Yw};function Yw(){}var Xw=typeof self==`object`?self:globalThis,Zw=(e,t)=>{let n=(t,n)=>(e.set(n,t),t),r=i=>{if(e.has(i))return e.get(i);let[a,o]=t[i];switch(a){case 0:case-1:return n(o,i);case 1:{let e=n([],i);for(let t of o)e.push(r(t));return e}case 2:{let e=n({},i);for(let[t,n]of o)e[r(t)]=r(n);return e}case 3:return n(new Date(o),i);case 4:{let{source:e,flags:t}=o;return n(new RegExp(e,t),i)}case 5:{let e=n(new Map,i);for(let[t,n]of o)e.set(r(t),r(n));return e}case 6:{let e=n(new Set,i);for(let t of o)e.add(r(t));return e}case 7:{let{name:e,message:t}=o;return n(new Xw[e](t),i)}case 8:return n(BigInt(o),i);case`BigInt`:return n(Object(BigInt(o)),i);case`ArrayBuffer`:return n(new Uint8Array(o).buffer,o);case`DataView`:{let{buffer:e}=new Uint8Array(o);return n(new DataView(e),o)}}return n(new Xw[a](o),i)};return r},Qw=e=>Zw(new Map,e)(0),$w=``,{toString:eT}={},{keys:tT}=Object,nT=e=>{let t=typeof e;if(t!==`object`||!e)return[0,t];let n=eT.call(e).slice(8,-1);switch(n){case`Array`:return[1,$w];case`Object`:return[2,$w];case`Date`:return[3,$w];case`RegExp`:return[4,$w];case`Map`:return[5,$w];case`Set`:return[6,$w];case`DataView`:return[1,n]}return n.includes(`Array`)?[1,n]:n.includes(`Error`)?[7,n]:[2,n]},rT=([e,t])=>e===0&&(t===`function`||t===`symbol`),iT=(e,t,n,r)=>{let i=(e,t)=>{let i=r.push(e)-1;return n.set(t,i),i},a=r=>{if(n.has(r))return n.get(r);let[o,s]=nT(r);switch(o){case 0:{let t=r;switch(s){case`bigint`:o=8,t=r.toString();break;case`function`:case`symbol`:if(e)throw TypeError(`unable to serialize `+s);t=null;break;case`undefined`:return i([-1],r)}return i([o,t],r)}case 1:{if(s){let e=r;return s===`DataView`?e=new Uint8Array(r.buffer):s===`ArrayBuffer`&&(e=new Uint8Array(r)),i([s,[...e]],r)}let e=[],t=i([o,e],r);for(let t of r)e.push(a(t));return t}case 2:{if(s)switch(s){case`BigInt`:return i([s,r.toString()],r);case`Boolean`:case`Number`:case`String`:return i([s,r.valueOf()],r)}if(t&&`toJSON`in r)return a(r.toJSON());let n=[],c=i([o,n],r);for(let t of tT(r))(e||!rT(nT(r[t])))&&n.push([a(t),a(r[t])]);return c}case 3:return i([o,r.toISOString()],r);case 4:{let{source:e,flags:t}=r;return i([o,{source:e,flags:t}],r)}case 5:{let t=[],n=i([o,t],r);for(let[n,i]of r)(e||!(rT(nT(n))||rT(nT(i))))&&t.push([a(n),a(i)]);return n}case 6:{let t=[],n=i([o,t],r);for(let n of r)(e||!rT(nT(n)))&&t.push(a(n));return n}}let{message:c}=r;return i([o,{name:s,message:c}],r)};return a},aT=(e,{json:t,lossy:n}={})=>{let r=[];return iT(!(t||n),!!t,new Map,r)(e),r},oT=typeof structuredClone==`function`?(e,t)=>t&&(`json`in t||`lossy`in t)?Qw(aT(e,t)):structuredClone(e):(e,t)=>Qw(aT(e,t));function sT(e,t){let n=[{type:`text`,value:`↩`}];return t>1&&n.push({type:`element`,tagName:`sup`,properties:{},children:[{type:`text`,value:String(t)}]}),n}function cT(e,t){return`Back to reference `+(e+1)+(t>1?`-`+t:``)}function lT(e){let t=typeof e.options.clobberPrefix==`string`?e.options.clobberPrefix:`user-content-`,n=e.options.footnoteBackContent||sT,r=e.options.footnoteBackLabel||cT,i=e.options.footnoteLabel||`Footnotes`,a=e.options.footnoteLabelTagName||`h2`,o=e.options.footnoteLabelProperties||{className:[`sr-only`]},s=[],c=-1;for(;++c<e.footnoteOrder.length;){let i=e.footnoteById.get(e.footnoteOrder[c]);if(!i)continue;let a=e.all(i),o=String(i.identifier).toUpperCase(),l=Gx(o.toLowerCase()),u=0,d=[],f=e.footnoteCounts.get(o);for(;f!==void 0&&++u<=f;){d.length>0&&d.push({type:`text`,value:` `});let e=typeof n==`string`?n:n(c,u);typeof e==`string`&&(e={type:`text`,value:e}),d.push({type:`element`,tagName:`a`,properties:{href:`#`+t+`fnref-`+l+(u>1?`-`+u:``),dataFootnoteBackref:``,ariaLabel:typeof r==`string`?r:r(c,u),className:[`data-footnote-backref`]},children:Array.isArray(e)?e:[e]})}let p=a[a.length-1];if(p&&p.type===`element`&&p.tagName===`p`){let e=p.children[p.children.length-1];e&&e.type===`text`?e.value+=` `:p.children.push({type:`text`,value:` `}),p.children.push(...d)}else a.push(...d);let m={type:`element`,tagName:`li`,properties:{id:t+`fn-`+l},children:e.wrap(a,!0)};e.patch(i,m),s.push(m)}if(s.length!==0)return{type:`element`,tagName:`section`,properties:{dataFootnotes:!0,className:[`footnotes`]},children:[{type:`element`,tagName:a,properties:{...oT(o),id:`footnote-label`},children:[{type:`text`,value:i}]},{type:`text`,value:`
|
|
26
|
-
`},{type:`element`,tagName:`ol`,properties:{},children:e.wrap(s,!0)},{type:`text`,value:`
|
|
27
|
-
`}]}}var uT=(function(e){if(e==null)return hT;if(typeof e==`function`)return mT(e);if(typeof e==`object`)return Array.isArray(e)?dT(e):fT(e);if(typeof e==`string`)return pT(e);throw Error(`Expected function, string, or object as test`)});function dT(e){let t=[],n=-1;for(;++n<e.length;)t[n]=uT(e[n]);return mT(r);function r(...e){let n=-1;for(;++n<t.length;)if(t[n].apply(this,e))return!0;return!1}}function fT(e){let t=e;return mT(n);function n(n){let r=n,i;for(i in e)if(r[i]!==t[i])return!1;return!0}}function pT(e){return mT(t);function t(t){return t&&t.type===e}}function mT(e){return t;function t(t,n,r){return!!(gT(t)&&e.call(this,t,typeof n==`number`?n:void 0,r||void 0))}}function hT(){return!0}function gT(e){return typeof e==`object`&&!!e&&`type`in e}function _T(e){return e}var vT=[];function yT(e,t,n,r){let i;typeof t==`function`&&typeof n!=`function`?(r=n,n=t):i=t;let a=uT(i),o=r?-1:1;s(e,void 0,[])();function s(e,i,c){let l=e&&typeof e==`object`?e:{};if(typeof l.type==`string`){let t=typeof l.tagName==`string`?l.tagName:typeof l.name==`string`?l.name:void 0;Object.defineProperty(u,`name`,{value:`node (`+_T(e.type+(t?`<`+t+`>`:``))+`)`})}return u;function u(){let l=vT,u,d,f;if((!t||a(e,i,c[c.length-1]||void 0))&&(l=bT(n(e,c)),l[0]===!1))return l;if(`children`in e&&e.children){let t=e;if(t.children&&l[0]!==`skip`)for(d=(r?t.children.length:-1)+o,f=c.concat(t);d>-1&&d<t.children.length;){let e=t.children[d];if(u=s(e,d,f)(),u[0]===!1)return u;d=typeof u[1]==`number`?u[1]:d+o}}return l}}}function bT(e){return Array.isArray(e)?e:typeof e==`number`?[!0,e]:e==null?vT:[e]}function xT(e,t,n,r){let i,a,o;typeof t==`function`&&typeof n!=`function`?(a=void 0,o=t,i=n):(a=t,o=n,i=r),yT(e,a,s,i);function s(e,t){let n=t[t.length-1],r=n?n.children.indexOf(e):void 0;return o(e,r,n)}}var ST={}.hasOwnProperty,CT={};function wT(e,t){let n=t||CT,r=new Map,i=new Map,a={all:s,applyData:ET,definitionById:r,footnoteById:i,footnoteCounts:new Map,footnoteOrder:[],handlers:{...Jw,...n.handlers},one:o,options:n,patch:TT,wrap:OT};return xT(e,function(e){if(e.type===`definition`||e.type===`footnoteDefinition`){let t=e.type===`definition`?r:i,n=String(e.identifier).toUpperCase();t.has(n)||t.set(n,e)}}),a;function o(e,t){let n=e.type,r=a.handlers[n];if(ST.call(a.handlers,n)&&r)return r(a,e,t);if(a.options.passThrough&&a.options.passThrough.includes(n)){if(`children`in e){let{children:t,...n}=e,r=oT(n);return r.children=a.all(e),r}return oT(e)}return(a.options.unknownHandler||DT)(a,e,t)}function s(e){let t=[];if(`children`in e){let n=e.children,r=-1;for(;++r<n.length;){let i=a.one(n[r],e);if(i){if(r&&n[r-1].type===`break`&&(!Array.isArray(i)&&i.type===`text`&&(i.value=kT(i.value)),!Array.isArray(i)&&i.type===`element`)){let e=i.children[0];e&&e.type===`text`&&(e.value=kT(e.value))}Array.isArray(i)?t.push(...i):t.push(i)}}}return t}}function TT(e,t){e.position&&(t.position=Lb(e))}function ET(e,t){let n=t;if(e&&e.data){let t=e.data.hName,r=e.data.hChildren,i=e.data.hProperties;typeof t==`string`&&(n.type===`element`?n.tagName=t:n={type:`element`,tagName:t,properties:{},children:`children`in n?n.children:[n]}),n.type===`element`&&i&&Object.assign(n.properties,oT(i)),`children`in n&&n.children&&r!=null&&(n.children=r)}return n}function DT(e,t){let n=t.data||{},r=`value`in t&&!(ST.call(n,`hProperties`)||ST.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 OT(e,t){let n=[],r=-1;for(t&&n.push({type:`text`,value:`
|
|
28
|
-
`});++r<e.length;)r&&n.push({type:`text`,value:`
|
|
29
|
-
`}),n.push(e[r]);return t&&e.length>0&&n.push({type:`text`,value:`
|
|
30
|
-
`}),n}function kT(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function AT(e,t){let n=wT(e,t),r=n.one(e,void 0),i=lT(n),a=Array.isArray(r)?{type:`root`,children:r}:r||{type:`root`,children:[]};return i&&(`children`in a,a.children.push({type:`text`,value:`
|
|
31
|
-
`},i)),a}function jT(e,t){return e&&`run`in e?async function(n,r){let i=AT(n,{file:r,...t});await e.run(i,r)}:function(n,r){return AT(n,{file:r,...e||t})}}function MT(e){if(e)throw e}var NT=a(((e,t)=>{var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=function(e){return typeof Array.isArray==`function`?Array.isArray(e):r.call(e)===`[object Array]`},s=function(e){if(!e||r.call(e)!==`[object Object]`)return!1;var t=n.call(e,`constructor`),i=e.constructor&&e.constructor.prototype&&n.call(e.constructor.prototype,`isPrototypeOf`);if(e.constructor&&!t&&!i)return!1;for(var a in e);return a===void 0||n.call(e,a)},c=function(e,t){i&&t.name===`__proto__`?i(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(e,t){if(t===`__proto__`){if(!n.call(e,t))return;if(a)return a(e,t).value}return e[t]};t.exports=function e(){var t,n,r,i,a,u,d=arguments[0],f=1,p=arguments.length,m=!1;for(typeof d==`boolean`&&(m=d,d=arguments[1]||{},f=2),(d==null||typeof d!=`object`&&typeof d!=`function`)&&(d={});f<p;++f)if(t=arguments[f],t!=null)for(n in t)r=l(d,n),i=l(t,n),d!==i&&(m&&i&&(s(i)||(a=o(i)))?(a?(a=!1,u=r&&o(r)?r:[]):u=r&&s(r)?r:{},c(d,{name:n,newValue:e(m,u,i)})):i!==void 0&&c(d,{name:n,newValue:i}));return d}}));function PT(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function FT(){let e=[],t={run:n,use:r};return t;function n(...t){let n=-1,r=t.pop();if(typeof r!=`function`)throw TypeError(`Expected function as last argument, not `+r);i(null,...t);function i(a,...o){let s=e[++n],c=-1;if(a){r(a);return}for(;++c<t.length;)(o[c]===null||o[c]===void 0)&&(o[c]=t[c]);t=o,s?IT(s,i)(...o):r(null,...o)}}function r(n){if(typeof n!=`function`)throw TypeError("Expected `middelware` to be a function, not "+n);return e.push(n),t}}function IT(e,t){let n;return r;function r(...t){let r=e.length>t.length,o;r&&t.push(i);try{o=e.apply(this,t)}catch(e){let t=e;if(r&&n)throw t;return i(t)}r||(o&&o.then&&typeof o.then==`function`?o.then(a,i):o instanceof Error?i(o):a(o))}function i(e,...r){n||(n=!0,t(e,...r))}function a(e){i(null,e)}}var LT={basename:RT,dirname:zT,extname:BT,join:VT,sep:`/`};function RT(e,t){if(t!==void 0&&typeof t!=`string`)throw TypeError(`"ext" argument must be a string`);WT(e);let n=0,r=-1,i=e.length,a;if(t===void 0||t.length===0||t.length>e.length){for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else r<0&&(a=!0,r=i+1);return r<0?``:e.slice(n,r)}if(t===e)return``;let o=-1,s=t.length-1;for(;i--;)if(e.codePointAt(i)===47){if(a){n=i+1;break}}else o<0&&(a=!0,o=i+1),s>-1&&(e.codePointAt(i)===t.codePointAt(s--)?s<0&&(r=i):(s=-1,r=o));return n===r?r=o:r<0&&(r=e.length),e.slice(n,r)}function zT(e){if(WT(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||=!0;return t<0?e.codePointAt(0)===47?`/`:`.`:t===1&&e.codePointAt(0)===47?`//`:e.slice(0,t)}function BT(e){WT(e);let t=e.length,n=-1,r=0,i=-1,a=0,o;for(;t--;){let s=e.codePointAt(t);if(s===47){if(o){r=t+1;break}continue}n<0&&(o=!0,n=t+1),s===46?i<0?i=t:a!==1&&(a=1):i>-1&&(a=-1)}return i<0||n<0||a===0||a===1&&i===n-1&&i===r+1?``:e.slice(i,n)}function VT(...e){let t=-1,n;for(;++t<e.length;)WT(e[t]),e[t]&&(n=n===void 0?e[t]:n+`/`+e[t]);return n===void 0?`.`:HT(n)}function HT(e){WT(e);let t=e.codePointAt(0)===47,n=UT(e,!t);return n.length===0&&!t&&(n=`.`),n.length>0&&e.codePointAt(e.length-1)===47&&(n+=`/`),t?`/`+n:n}function UT(e,t){let n=``,r=0,i=-1,a=0,o=-1,s,c;for(;++o<=e.length;){if(o<e.length)s=e.codePointAt(o);else if(s===47)break;else s=47;if(s===47){if(!(i===o-1||a===1))if(i!==o-1&&a===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(c=n.lastIndexOf(`/`),c!==n.length-1){c<0?(n=``,r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf(`/`)),i=o,a=0;continue}}else if(n.length>0){n=``,r=0,i=o,a=0;continue}}t&&(n=n.length>0?n+`/..`:`..`,r=2)}else n.length>0?n+=`/`+e.slice(i+1,o):n=e.slice(i+1,o),r=o-i-1;i=o,a=0}else s===46&&a>-1?a++:a=-1}return n}function WT(e){if(typeof e!=`string`)throw TypeError(`Path must be a string. Received `+JSON.stringify(e))}var GT={cwd:KT};function KT(){return`/`}function qT(e){return!!(typeof e==`object`&&e&&`href`in e&&e.href&&`protocol`in e&&e.protocol&&e.auth===void 0)}function JT(e){if(typeof e==`string`)e=new URL(e);else if(!qT(e)){let t=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:`){let e=TypeError(`The URL must be of scheme file`);throw e.code=`ERR_INVALID_URL_SCHEME`,e}return YT(e)}function YT(e){if(e.hostname!==``){let e=TypeError(`File URL host must be "localhost" or empty on darwin`);throw e.code=`ERR_INVALID_FILE_URL_HOST`,e}let t=e.pathname,n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){let e=t.codePointAt(n+2);if(e===70||e===102){let e=TypeError(`File URL path must not include encoded / characters`);throw e.code=`ERR_INVALID_FILE_URL_PATH`,e}}return decodeURIComponent(t)}var XT=[`history`,`path`,`basename`,`stem`,`extname`,`dirname`],ZT=class{constructor(e){let t;t=e?qT(e)?{path:e}:typeof e==`string`||tE(e)?{value:e}:e:{},this.cwd=`cwd`in t?``:GT.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let n=-1;for(;++n<XT.length;){let e=XT[n];e in t&&t[e]!==void 0&&t[e]!==null&&(this[e]=e===`history`?[...t[e]]:t[e])}let r;for(r in t)XT.includes(r)||(this[r]=t[r])}get basename(){return typeof this.path==`string`?LT.basename(this.path):void 0}set basename(e){$T(e,`basename`),QT(e,`basename`),this.path=LT.join(this.dirname||``,e)}get dirname(){return typeof this.path==`string`?LT.dirname(this.path):void 0}set dirname(e){eE(this.basename,`dirname`),this.path=LT.join(e||``,this.basename)}get extname(){return typeof this.path==`string`?LT.extname(this.path):void 0}set extname(e){if(QT(e,`extname`),eE(this.dirname,`extname`),e){if(e.codePointAt(0)!==46)throw Error("`extname` must start with `.`");if(e.includes(`.`,1))throw Error("`extname` cannot contain multiple dots")}this.path=LT.join(this.dirname,this.stem+(e||``))}get path(){return this.history[this.history.length-1]}set path(e){qT(e)&&(e=JT(e)),$T(e,`path`),this.path!==e&&this.history.push(e)}get stem(){return typeof this.path==`string`?LT.basename(this.path,this.extname):void 0}set stem(e){$T(e,`stem`),QT(e,`stem`),this.path=LT.join(this.dirname||``,e+(this.extname||``))}fail(e,t,n){let r=this.message(e,t,n);throw r.fatal=!0,r}info(e,t,n){let r=this.message(e,t,n);return r.fatal=void 0,r}message(e,t,n){let r=new Hb(e,t,n);return this.path&&(r.name=this.path+`:`+r.name,r.file=this.path),r.fatal=!1,this.messages.push(r),r}toString(e){return this.value===void 0?``:typeof this.value==`string`?this.value:new TextDecoder(e||void 0).decode(this.value)}};function QT(e,t){if(e&&e.includes(LT.sep))throw Error("`"+t+"` cannot be a path: did not expect `"+LT.sep+"`")}function $T(e,t){if(!e)throw Error("`"+t+"` cannot be empty")}function eE(e,t){if(!e)throw Error("Setting `"+t+"` requires `path` to be set too")}function tE(e){return!!(e&&typeof e==`object`&&`byteLength`in e&&`byteOffset`in e)}var nE=(function(e){let t=this.constructor.prototype,n=t[e],r=function(){return n.apply(r,arguments)};return Object.setPrototypeOf(r,t),r}),rE=_(NT(),1),iE={}.hasOwnProperty,aE=new class e extends nE{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=FT()}copy(){let t=new e,n=-1;for(;++n<this.attachers.length;){let e=this.attachers[n];t.use(...e)}return t.data((0,rE.default)(!0,{},this.namespace)),t}data(e,t){return typeof e==`string`?arguments.length===2?(cE(`data`,this.frozen),this.namespace[e]=t,this):iE.call(this.namespace,e)&&this.namespace[e]||void 0:e?(cE(`data`,this.frozen),this.namespace=e,this):this.namespace}freeze(){if(this.frozen)return this;let e=this;for(;++this.freezeIndex<this.attachers.length;){let[t,...n]=this.attachers[this.freezeIndex];if(n[0]===!1)continue;n[0]===!0&&(n[0]=void 0);let r=t.call(e,...n);typeof r==`function`&&this.transformers.use(r)}return this.frozen=!0,this.freezeIndex=1/0,this}parse(e){this.freeze();let t=dE(e),n=this.parser||this.Parser;return oE(`parse`,n),n(String(t),t)}process(e,t){let n=this;return this.freeze(),oE(`process`,this.parser||this.Parser),sE(`process`,this.compiler||this.Compiler),t?r(void 0,t):new Promise(r);function r(r,i){let a=dE(e),o=n.parse(a);n.run(o,a,function(e,t,r){if(e||!t||!r)return s(e);let i=t,a=n.stringify(i,r);pE(a)?r.value=a:r.result=a,s(e,r)});function s(e,n){e||!n?i(e):r?r(n):t(void 0,n)}}}processSync(e){let t=!1,n;return this.freeze(),oE(`processSync`,this.parser||this.Parser),sE(`processSync`,this.compiler||this.Compiler),this.process(e,r),uE(`processSync`,`process`,t),n;function r(e,r){t=!0,MT(e),n=r}}run(e,t,n){lE(e),this.freeze();let r=this.transformers;return!n&&typeof t==`function`&&(n=t,t=void 0),n?i(void 0,n):new Promise(i);function i(i,a){let o=dE(t);r.run(e,o,s);function s(t,r,o){let s=r||e;t?a(t):i?i(s):n(void 0,s,o)}}}runSync(e,t){let n=!1,r;return this.run(e,t,i),uE(`runSync`,`run`,n),r;function i(e,t){MT(e),r=t,n=!0}}stringify(e,t){this.freeze();let n=dE(t),r=this.compiler||this.Compiler;return sE(`stringify`,r),lE(e),r(e,n)}use(e,...t){let n=this.attachers,r=this.namespace;if(cE(`use`,this.frozen),e!=null)if(typeof e==`function`)s(e,t);else if(typeof e==`object`)Array.isArray(e)?o(e):a(e);else throw TypeError("Expected usable value, not `"+e+"`");return this;function i(e){if(typeof e==`function`)s(e,[]);else if(typeof e==`object`)if(Array.isArray(e)){let[t,...n]=e;s(t,n)}else a(e);else throw TypeError("Expected usable value, not `"+e+"`")}function a(e){if(!(`plugins`in e)&&!(`settings`in e))throw 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");o(e.plugins),e.settings&&(r.settings=(0,rE.default)(!0,r.settings,e.settings))}function o(e){let t=-1;if(e!=null)if(Array.isArray(e))for(;++t<e.length;){let n=e[t];i(n)}else throw TypeError("Expected a list of plugins, not `"+e+"`")}function s(e,t){let r=-1,i=-1;for(;++r<n.length;)if(n[r][0]===e){i=r;break}if(i===-1)n.push([e,...t]);else if(t.length>0){let[r,...a]=t,o=n[i][1];PT(o)&&PT(r)&&(r=(0,rE.default)(!0,o,r)),n[i]=[e,r,...a]}}}}().freeze();function oE(e,t){if(typeof t!=`function`)throw TypeError("Cannot `"+e+"` without `parser`")}function sE(e,t){if(typeof t!=`function`)throw TypeError("Cannot `"+e+"` without `compiler`")}function cE(e,t){if(t)throw Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function lE(e){if(!PT(e)||typeof e.type!=`string`)throw TypeError("Expected node, got `"+e+"`")}function uE(e,t,n){if(!n)throw Error("`"+e+"` finished async. Use `"+t+"` instead")}function dE(e){return fE(e)?e:new ZT(e)}function fE(e){return!!(e&&typeof e==`object`&&`message`in e&&`messages`in e)}function pE(e){return typeof e==`string`||mE(e)}function mE(e){return!!(e&&typeof e==`object`&&`byteLength`in e&&`byteOffset`in e)}var hE=[],gE={allowDangerousHtml:!0},_E=/^(https?|ircs?|mailto|xmpp)$/i,vE=[{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 yE(e){let t=bE(e),n=xE(e);return SE(t.runSync(t.parse(n),n),e)}function bE(e){let t=e.rehypePlugins||hE,n=e.remarkPlugins||hE,r=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...gE}:gE;return aE().use(_w).use(n).use(jT,r).use(t)}function xE(e){let t=e.children||``,n=new ZT;return typeof t==`string`?n.value=t:``+t,n}function SE(e,t){let n=t.allowedElements,r=t.allowElement,i=t.components,a=t.disallowedElements,o=t.skipHtml,s=t.unwrapDisallowed,c=t.urlTransform||CE;for(let e of vE)Object.hasOwn(t,e.from)&&``+e.from+(e.to?"use `"+e.to+"` instead":`remove it`)+e.id;return xT(e,l),Xb(e,{Fragment:F.Fragment,components:i,ignoreInvalidStyle:!0,jsx:F.jsx,jsxs:F.jsxs,passKeys:!0,passNode:!0});function l(e,t,i){if(e.type===`raw`&&i&&typeof t==`number`)return o?i.children.splice(t,1):i.children[t]={type:`text`,value:e.value},t;if(e.type===`element`){let t;for(t in vx)if(Object.hasOwn(vx,t)&&Object.hasOwn(e.properties,t)){let n=e.properties[t],r=vx[t];(r===null||r.includes(e.tagName))&&(e.properties[t]=c(String(n||``),t,e))}}if(e.type===`element`){let o=n?!n.includes(e.tagName):a?a.includes(e.tagName):!1;if(!o&&r&&typeof t==`number`&&(o=!r(e,t,i)),o&&i&&typeof t==`number`)return s&&e.children?i.children.splice(t,1,...e.children):i.children.splice(t,1),t}}}function CE(e){let t=e.indexOf(`:`),n=e.indexOf(`?`),r=e.indexOf(`#`),i=e.indexOf(`/`);return t===-1||i!==-1&&t>i||n!==-1&&t>n||r!==-1&&t>r||_E.test(e.slice(0,t))?e:``}function wE(e,t){let n=String(e);if(typeof t!=`string`)throw TypeError(`Expected character`);let r=0,i=n.indexOf(t);for(;i!==-1;)r++,i=n.indexOf(t,i+t.length);return r}function TE(e){if(typeof e!=`string`)throw TypeError(`Expected a string`);return e.replace(/[|\\{}()[\]^$+*?.]/g,`\\$&`).replace(/-/g,`\\x2d`)}function EE(e,t,n){let r=uT((n||{}).ignore||[]),i=DE(t),a=-1;for(;++a<i.length;)yT(e,`text`,o);function o(e,t){let n=-1,i;for(;++n<t.length;){let e=t[n],a=i?i.children:void 0;if(r(e,a?a.indexOf(e):void 0,i))return;i=e}if(i)return s(e,t)}function s(e,t){let n=t[t.length-1],r=i[a][0],o=i[a][1],s=0,c=n.children.indexOf(e),l=!1,u=[];r.lastIndex=0;let d=r.exec(e.value);for(;d;){let n=d.index,i={index:d.index,input:d.input,stack:[...t,e]},a=o(...d,i);if(typeof a==`string`&&(a=a.length>0?{type:`text`,value:a}:void 0),a===!1?r.lastIndex=n+1:(s!==n&&u.push({type:`text`,value:e.value.slice(s,n)}),Array.isArray(a)?u.push(...a):a&&u.push(a),s=n+d[0].length,l=!0),!r.global)break;d=r.exec(e.value)}return l?(s<e.value.length&&u.push({type:`text`,value:e.value.slice(s)}),n.children.splice(c,1,...u)):u=[e],c+u.length}}function DE(e){let t=[];if(!Array.isArray(e))throw TypeError(`Expected find and replace tuple or list of tuples`);let n=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<n.length;){let e=n[r];t.push([OE(e[0]),kE(e[1])])}return t}function OE(e){return typeof e==`string`?new RegExp(TE(e),`g`):e}function kE(e){return typeof e==`function`?e:function(){return e}}var AE=`phrasing`,jE=[`autolink`,`link`,`image`,`label`];function ME(){return{transforms:[BE],enter:{literalAutolink:PE,literalAutolinkEmail:FE,literalAutolinkHttp:FE,literalAutolinkWww:FE},exit:{literalAutolink:zE,literalAutolinkEmail:RE,literalAutolinkHttp:IE,literalAutolinkWww:LE}}}function NE(){return{unsafe:[{character:`@`,before:`[+\\-.\\w]`,after:`[\\-.\\w]`,inConstruct:AE,notInConstruct:jE},{character:`.`,before:`[Ww]`,after:`[\\-.\\w]`,inConstruct:AE,notInConstruct:jE},{character:`:`,before:`[ps]`,after:`\\/`,inConstruct:AE,notInConstruct:jE}]}}function PE(e){this.enter({type:`link`,title:null,url:``,children:[]},e)}function FE(e){this.config.enter.autolinkProtocol.call(this,e)}function IE(e){this.config.exit.autolinkProtocol.call(this,e)}function LE(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];t.type,t.url=`http://`+this.sliceSerialize(e)}function RE(e){this.config.exit.autolinkEmail.call(this,e)}function zE(e){this.exit(e)}function BE(e){EE(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,VE],[/(?<=^|\s|\p{P}|\p{S})([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/gu,HE]],{ignore:[`link`,`linkReference`]})}function VE(e,t,n,r,i){let a=``;if(!GE(i)||(/^w/i.test(t)&&(n=t+n,t=``,a=`http://`),!UE(n)))return!1;let o=WE(n+r);if(!o[0])return!1;let s={type:`link`,title:null,url:a+t+o[0],children:[{type:`text`,value:t+o[0]}]};return o[1]?[s,{type:`text`,value:o[1]}]:s}function HE(e,t,n,r){return!GE(r,!0)||/[-\d_]$/.test(n)?!1:{type:`link`,title:null,url:`mailto:`+t+`@`+n,children:[{type:`text`,value:t+`@`+n}]}}function UE(e){let 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 WE(e){let t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(`)`),i=wE(e,`(`),a=wE(e,`)`);for(;r!==-1&&i>a;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(`)`),a++;return[e,n]}function GE(e,t){let n=e.input.charCodeAt(e.index-1);return(e.index===0||Ux(n)||Hx(n))&&(!t||n!==47)}tD.peek=eD;function KE(){this.buffer()}function qE(e){this.enter({type:`footnoteReference`,identifier:``,label:``},e)}function JE(){this.buffer()}function YE(e){this.enter({type:`footnoteDefinition`,identifier:``,label:``,children:[]},e)}function XE(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Nx(this.sliceSerialize(e)).toLowerCase(),n.label=t}function ZE(e){this.exit(e)}function QE(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Nx(this.sliceSerialize(e)).toLowerCase(),n.label=t}function $E(e){this.exit(e)}function eD(){return`[`}function tD(e,t,n,r){let i=n.createTracker(r),a=i.move(`[^`),o=n.enter(`footnoteReference`),s=n.enter(`reference`);return a+=i.move(n.safe(n.associationId(e),{after:`]`,before:a})),s(),o(),a+=i.move(`]`),a}function nD(){return{enter:{gfmFootnoteCallString:KE,gfmFootnoteCall:qE,gfmFootnoteDefinitionLabelString:JE,gfmFootnoteDefinition:YE},exit:{gfmFootnoteCallString:XE,gfmFootnoteCall:ZE,gfmFootnoteDefinitionLabelString:QE,gfmFootnoteDefinition:$E}}}function rD(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:tD},unsafe:[{character:`[`,inConstruct:[`label`,`phrasing`,`reference`]}]};function n(e,n,r,i){let a=r.createTracker(i),o=a.move(`[^`),s=r.enter(`footnoteDefinition`),c=r.enter(`label`);return o+=a.move(r.safe(r.associationId(e),{before:o,after:`]`})),c(),o+=a.move(`]:`),e.children&&e.children.length>0&&(a.shift(4),o+=a.move((t?`
|
|
32
|
-
`:` `)+r.indentLines(r.containerFlow(e,a.current()),t?aD:iD))),s(),o}}function iD(e,t,n){return t===0?e:aD(e,t,n)}function aD(e,t,n){return(n?``:` `)+e}var oD=[`autolink`,`destinationLiteral`,`destinationRaw`,`reference`,`titleQuote`,`titleApostrophe`];dD.peek=fD;function sD(){return{canContainEols:[`delete`],enter:{strikethrough:lD},exit:{strikethrough:uD}}}function cD(){return{unsafe:[{character:`~`,inConstruct:`phrasing`,notInConstruct:oD}],handlers:{delete:dD}}}function lD(e){this.enter({type:`delete`,children:[]},e)}function uD(e){this.exit(e)}function dD(e,t,n,r){let i=n.createTracker(r),a=n.enter(`strikethrough`),o=i.move(`~~`);return o+=n.containerPhrasing(e,{...i.current(),before:o,after:`~`}),o+=i.move(`~~`),a(),o}function fD(){return`~`}function pD(e){return e.length}function mD(e,t){let n=t||{},r=(n.align||[]).concat(),i=n.stringLength||pD,a=[],o=[],s=[],c=[],l=0,u=-1;for(;++u<e.length;){let t=[],r=[],a=-1;for(e[u].length>l&&(l=e[u].length);++a<e[u].length;){let o=hD(e[u][a]);if(n.alignDelimiters!==!1){let e=i(o);r[a]=e,(c[a]===void 0||e>c[a])&&(c[a]=e)}t.push(o)}o[u]=t,s[u]=r}let d=-1;if(typeof r==`object`&&`length`in r)for(;++d<l;)a[d]=gD(r[d]);else{let e=gD(r);for(;++d<l;)a[d]=e}d=-1;let f=[],p=[];for(;++d<l;){let e=a[d],t=``,r=``;e===99?(t=`:`,r=`:`):e===108?t=`:`:e===114&&(r=`:`);let i=n.alignDelimiters===!1?1:Math.max(1,c[d]-t.length-r.length),o=t+`-`.repeat(i)+r;n.alignDelimiters!==!1&&(i=t.length+i+r.length,i>c[d]&&(c[d]=i),p[d]=i),f[d]=o}o.splice(1,0,f),s.splice(1,0,p),u=-1;let m=[];for(;++u<o.length;){let e=o[u],t=s[u];d=-1;let r=[];for(;++d<l;){let i=e[d]||``,o=``,s=``;if(n.alignDelimiters!==!1){let e=c[d]-(t[d]||0),n=a[d];n===114?o=` `.repeat(e):n===99?e%2?(o=` `.repeat(e/2+.5),s=` `.repeat(e/2-.5)):(o=` `.repeat(e/2),s=o):s=` `.repeat(e)}n.delimiterStart!==!1&&!d&&r.push(`|`),n.padding!==!1&&!(n.alignDelimiters===!1&&i===``)&&(n.delimiterStart!==!1||d)&&r.push(` `),n.alignDelimiters!==!1&&r.push(o),r.push(i),n.alignDelimiters!==!1&&r.push(s),n.padding!==!1&&r.push(` `),(n.delimiterEnd!==!1||d!==l-1)&&r.push(`|`)}m.push(n.delimiterEnd===!1?r.join(``).replace(/ +$/,``):r.join(``))}return m.join(`
|
|
33
|
-
`)}function hD(e){return e==null?``:String(e)}function gD(e){let 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 _D(e,t,n,r){let i=n.enter(`blockquote`),a=n.createTracker(r);a.move(`> `),a.shift(2);let o=n.indentLines(n.containerFlow(e,a.current()),vD);return i(),o}function vD(e,t,n){return`>`+(n?``:` `)+e}function yD(e,t){return bD(e,t.inConstruct,!0)&&!bD(e,t.notInConstruct,!1)}function bD(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 xD(e,t,n,r){let i=-1;for(;++i<n.unsafe.length;)if(n.unsafe[i].character===`
|
|
34
|
-
`&&yD(n.stack,n.unsafe[i]))return/[ \t]/.test(r.before)?``:` `;return`\\
|
|
35
|
-
`}function SD(e,t){let n=String(e),r=n.indexOf(t),i=r,a=0,o=0;if(typeof t!=`string`)throw TypeError(`Expected substring`);for(;r!==-1;)r===i?++a>o&&(o=a):a=1,i=r+t.length,r=n.indexOf(t,i);return o}function CD(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 wD(e){let t=e.options.fence||"`";if(t!=="`"&&t!==`~`)throw Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function TD(e,t,n,r){let i=wD(n),a=e.value||``,o=i==="`"?`GraveAccent`:`Tilde`;if(CD(e,n)){let e=n.enter(`codeIndented`),t=n.indentLines(a,ED);return e(),t}let s=n.createTracker(r),c=i.repeat(Math.max(SD(a,i)+1,3)),l=n.enter(`codeFenced`),u=s.move(c);if(e.lang){let t=n.enter(`codeFencedLang${o}`);u+=s.move(n.safe(e.lang,{before:u,after:` `,encode:["`"],...s.current()})),t()}if(e.lang&&e.meta){let t=n.enter(`codeFencedMeta${o}`);u+=s.move(` `),u+=s.move(n.safe(e.meta,{before:u,after:`
|
|
36
|
-
`,encode:["`"],...s.current()})),t()}return u+=s.move(`
|
|
37
|
-
`),a&&(u+=s.move(a+`
|
|
38
|
-
`)),u+=s.move(c),l(),u}function ED(e,t,n){return(n?``:` `)+e}function DD(e){let t=e.options.quote||`"`;if(t!==`"`&&t!==`'`)throw Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function OD(e,t,n,r){let i=DD(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.enter(`definition`),s=n.enter(`label`),c=n.createTracker(r),l=c.move(`[`);return l+=c.move(n.safe(n.associationId(e),{before:l,after:`]`,...c.current()})),l+=c.move(`]: `),s(),!e.url||/[\0- \u007F]/.test(e.url)?(s=n.enter(`destinationLiteral`),l+=c.move(`<`),l+=c.move(n.safe(e.url,{before:l,after:`>`,...c.current()})),l+=c.move(`>`)):(s=n.enter(`destinationRaw`),l+=c.move(n.safe(e.url,{before:l,after:e.title?` `:`
|
|
39
|
-
`,...c.current()}))),s(),e.title&&(s=n.enter(`title${a}`),l+=c.move(` `+i),l+=c.move(n.safe(e.title,{before:l,after:i,...c.current()})),l+=c.move(i),s()),o(),l}function kD(e){let t=e.options.emphasis||`*`;if(t!==`*`&&t!==`_`)throw Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function AD(e){return`&#x`+e.toString(16).toUpperCase()+`;`}function jD(e,t,n){let r=Qx(e),i=Qx(t);return r===void 0?i===void 0?n===`_`?{inside:!0,outside:!0}:{inside:!1,outside:!1}:i===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:r===1?i===void 0?{inside:!1,outside:!1}:i===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:i===void 0?{inside:!1,outside:!1}:i===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}MD.peek=ND;function MD(e,t,n,r){let i=kD(n),a=n.enter(`emphasis`),o=n.createTracker(r),s=o.move(i),c=o.move(n.containerPhrasing(e,{after:i,before:s,...o.current()})),l=c.charCodeAt(0),u=jD(r.before.charCodeAt(r.before.length-1),l,i);u.inside&&(c=AD(l)+c.slice(1));let d=c.charCodeAt(c.length-1),f=jD(r.after.charCodeAt(0),d,i);f.inside&&(c=c.slice(0,-1)+AD(d));let p=o.move(i);return a(),n.attentionEncodeSurroundingInfo={after:f.outside,before:u.outside},s+c+p}function ND(e,t,n){return n.options.emphasis||`*`}function PD(e,t){let n=!1;return xT(e,function(e){if(`value`in e&&/\r?\n|\r/.test(e.value)||e.type===`break`)return n=!0,!1}),!!((!e.depth||e.depth<3)&&bx(e)&&(t.options.setext||n))}function FD(e,t,n,r){let i=Math.max(Math.min(6,e.depth||1),1),a=n.createTracker(r);if(PD(e,n)){let t=n.enter(`headingSetext`),r=n.enter(`phrasing`),o=n.containerPhrasing(e,{...a.current(),before:`
|
|
40
|
-
`,after:`
|
|
41
|
-
`});return r(),t(),o+`
|
|
42
|
-
`+(i===1?`=`:`-`).repeat(o.length-(Math.max(o.lastIndexOf(`\r`),o.lastIndexOf(`
|
|
43
|
-
`))+1))}let o=`#`.repeat(i),s=n.enter(`headingAtx`),c=n.enter(`phrasing`);a.move(o+` `);let l=n.containerPhrasing(e,{before:`# `,after:`
|
|
44
|
-
`,...a.current()});return/^[\t ]/.test(l)&&(l=AD(l.charCodeAt(0))+l.slice(1)),l=l?o+` `+l:o,n.options.closeAtx&&(l+=` `+o),c(),s(),l}ID.peek=LD;function ID(e){return e.value||``}function LD(){return`<`}RD.peek=zD;function RD(e,t,n,r){let i=DD(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.enter(`image`),s=n.enter(`label`),c=n.createTracker(r),l=c.move(`![`);return l+=c.move(n.safe(e.alt,{before:l,after:`]`,...c.current()})),l+=c.move(`](`),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=n.enter(`destinationLiteral`),l+=c.move(`<`),l+=c.move(n.safe(e.url,{before:l,after:`>`,...c.current()})),l+=c.move(`>`)):(s=n.enter(`destinationRaw`),l+=c.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...c.current()}))),s(),e.title&&(s=n.enter(`title${a}`),l+=c.move(` `+i),l+=c.move(n.safe(e.title,{before:l,after:i,...c.current()})),l+=c.move(i),s()),l+=c.move(`)`),o(),l}function zD(){return`!`}BD.peek=VD;function BD(e,t,n,r){let i=e.referenceType,a=n.enter(`imageReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`![`),l=n.safe(e.alt,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function VD(){return`!`}HD.peek=UD;function HD(e,t,n){let r=e.value||``,i="`",a=-1;for(;RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=` `+r+` `);++a<n.unsafe.length;){let e=n.unsafe[a],t=n.compilePattern(e),i;if(e.atBreak)for(;i=t.exec(r);){let e=i.index;r.charCodeAt(e)===10&&r.charCodeAt(e-1)===13&&e--,r=r.slice(0,e)+` `+r.slice(i.index+1)}}return i+r+i}function UD(){return"`"}function WD(e,t){let n=bx(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))}GD.peek=KD;function GD(e,t,n,r){let i=DD(n),a=i===`"`?`Quote`:`Apostrophe`,o=n.createTracker(r),s,c;if(WD(e,n)){let t=n.stack;n.stack=[],s=n.enter(`autolink`);let r=o.move(`<`);return r+=o.move(n.containerPhrasing(e,{before:r,after:`>`,...o.current()})),r+=o.move(`>`),s(),n.stack=t,r}s=n.enter(`link`),c=n.enter(`label`);let l=o.move(`[`);return l+=o.move(n.containerPhrasing(e,{before:l,after:`](`,...o.current()})),l+=o.move(`](`),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=n.enter(`destinationLiteral`),l+=o.move(`<`),l+=o.move(n.safe(e.url,{before:l,after:`>`,...o.current()})),l+=o.move(`>`)):(c=n.enter(`destinationRaw`),l+=o.move(n.safe(e.url,{before:l,after:e.title?` `:`)`,...o.current()}))),c(),e.title&&(c=n.enter(`title${a}`),l+=o.move(` `+i),l+=o.move(n.safe(e.title,{before:l,after:i,...o.current()})),l+=o.move(i),c()),l+=o.move(`)`),s(),l}function KD(e,t,n){return WD(e,n)?`<`:`[`}qD.peek=JD;function qD(e,t,n,r){let i=e.referenceType,a=n.enter(`linkReference`),o=n.enter(`label`),s=n.createTracker(r),c=s.move(`[`),l=n.containerPhrasing(e,{before:c,after:`]`,...s.current()});c+=s.move(l+`][`),o();let u=n.stack;n.stack=[],o=n.enter(`reference`);let d=n.safe(n.associationId(e),{before:c,after:`]`,...s.current()});return o(),n.stack=u,a(),i===`full`||!l||l!==d?c+=s.move(d+`]`):i===`shortcut`?c=c.slice(0,-1):c+=s.move(`]`),c}function JD(){return`[`}function YD(e){let t=e.options.bullet||`*`;if(t!==`*`&&t!==`+`&&t!==`-`)throw Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function XD(e){let t=YD(e),n=e.options.bulletOther;if(!n)return t===`*`?`-`:`*`;if(n!==`*`&&n!==`+`&&n!==`-`)throw Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function ZD(e){let t=e.options.bulletOrdered||`.`;if(t!==`.`&&t!==`)`)throw Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function QD(e){let t=e.options.rule||`*`;if(t!==`*`&&t!==`-`&&t!==`_`)throw Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function $D(e,t,n,r){let i=n.enter(`list`),a=n.bulletCurrent,o=e.ordered?ZD(n):YD(n),s=e.ordered?o===`.`?`)`:`.`:XD(n),c=t&&n.bulletLastUsed?o===n.bulletLastUsed:!1;if(!e.ordered){let t=e.children?e.children[0]:void 0;if((o===`*`||o===`-`)&&t&&(!t.children||!t.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&&(c=!0),QD(n)===o&&t){let t=-1;for(;++t<e.children.length;){let n=e.children[t];if(n&&n.type===`listItem`&&n.children&&n.children[0]&&n.children[0].type===`thematicBreak`){c=!0;break}}}}c&&(o=s),n.bulletCurrent=o;let l=n.containerFlow(e,r);return n.bulletLastUsed=o,n.bulletCurrent=a,i(),l}function eO(e){let t=e.options.listItemIndent||`one`;if(t!==`tab`&&t!==`one`&&t!==`mixed`)throw Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function tO(e,t,n,r){let i=eO(n),a=n.bulletCurrent||YD(n);t&&t.type===`list`&&t.ordered&&(a=(typeof t.start==`number`&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+a);let o=a.length+1;(i===`tab`||i===`mixed`&&(t&&t.type===`list`&&t.spread||e.spread))&&(o=Math.ceil(o/4)*4);let s=n.createTracker(r);s.move(a+` `.repeat(o-a.length)),s.shift(o);let c=n.enter(`listItem`),l=n.indentLines(n.containerFlow(e,s.current()),u);return c(),l;function u(e,t,n){return t?(n?``:` `.repeat(o))+e:(n?a:a+` `.repeat(o-a.length))+e}}function nO(e,t,n,r){let i=n.enter(`paragraph`),a=n.enter(`phrasing`),o=n.containerPhrasing(e,r);return a(),i(),o}var rO=uT([`break`,`delete`,`emphasis`,`footnote`,`footnoteReference`,`image`,`imageReference`,`inlineCode`,`inlineMath`,`link`,`linkReference`,`mdxJsxTextElement`,`mdxTextExpression`,`strong`,`text`,`textDirective`]);function iO(e,t,n,r){return(e.children.some(function(e){return rO(e)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function aO(e){let t=e.options.strong||`*`;if(t!==`*`&&t!==`_`)throw Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}oO.peek=sO;function oO(e,t,n,r){let i=aO(n),a=n.enter(`strong`),o=n.createTracker(r),s=o.move(i+i),c=o.move(n.containerPhrasing(e,{after:i,before:s,...o.current()})),l=c.charCodeAt(0),u=jD(r.before.charCodeAt(r.before.length-1),l,i);u.inside&&(c=AD(l)+c.slice(1));let d=c.charCodeAt(c.length-1),f=jD(r.after.charCodeAt(0),d,i);f.inside&&(c=c.slice(0,-1)+AD(d));let p=o.move(i+i);return a(),n.attentionEncodeSurroundingInfo={after:f.outside,before:u.outside},s+c+p}function sO(e,t,n){return n.options.strong||`*`}function cO(e,t,n,r){return n.safe(e.value,r)}function lO(e){let t=e.options.ruleRepetition||3;if(t<3)throw Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function uO(e,t,n){let r=(QD(n)+(n.options.ruleSpaces?` `:``)).repeat(lO(n));return n.options.ruleSpaces?r.slice(0,-1):r}var dO={blockquote:_D,break:xD,code:TD,definition:OD,emphasis:MD,hardBreak:xD,heading:FD,html:ID,image:RD,imageReference:BD,inlineCode:HD,link:GD,linkReference:qD,list:$D,listItem:tO,paragraph:nO,root:iO,strong:oO,text:cO,thematicBreak:uO};function fO(){return{enter:{table:pO,tableData:_O,tableHeader:_O,tableRow:hO},exit:{codeText:vO,table:mO,tableData:gO,tableHeader:gO,tableRow:gO}}}function pO(e){let t=e._align;this.enter({type:`table`,align:t.map(function(e){return e===`none`?null:e}),children:[]},e),this.data.inTable=!0}function mO(e){this.exit(e),this.data.inTable=void 0}function hO(e){this.enter({type:`tableRow`,children:[]},e)}function gO(e){this.exit(e)}function _O(e){this.enter({type:`tableCell`,children:[]},e)}function vO(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,yO));let n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function yO(e,t){return t===`|`?t:e}function bO(e){let t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,i=t.stringLength,a=n?` `:`|`;return{unsafe:[{character:`\r`,inConstruct:`tableCell`},{character:`
|
|
45
|
-
`,inConstruct:`tableCell`},{atBreak:!0,character:`|`,after:`[ :-]`},{character:`|`,inConstruct:`tableCell`},{atBreak:!0,character:`:`,after:`-`},{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{inlineCode:f,table:o,tableCell:c,tableRow:s}};function o(e,t,n,r){return l(u(e,n,r),e.align)}function s(e,t,n,r){let i=l([d(e,n,r)]);return i.slice(0,i.indexOf(`
|
|
46
|
-
`))}function c(e,t,n,r){let i=n.enter(`tableCell`),o=n.enter(`phrasing`),s=n.containerPhrasing(e,{...r,before:a,after:a});return o(),i(),s}function l(e,t){return mD(e,{align:t,alignDelimiters:r,padding:n,stringLength:i})}function u(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`table`);for(;++i<r.length;)a[i]=d(r[i],t,n);return o(),a}function d(e,t,n){let r=e.children,i=-1,a=[],o=t.enter(`tableRow`);for(;++i<r.length;)a[i]=c(r[i],e,t,n);return o(),a}function f(e,t,n){let r=dO.inlineCode(e,t,n);return n.stack.includes(`tableCell`)&&(r=r.replace(/\|/g,`\\$&`)),r}}function xO(){return{exit:{taskListCheckValueChecked:CO,taskListCheckValueUnchecked:CO,paragraph:wO}}}function SO(){return{unsafe:[{atBreak:!0,character:`-`,after:`[:|-]`}],handlers:{listItem:TO}}}function CO(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type===`taskListCheckValueChecked`}function wO(e){let t=this.stack[this.stack.length-2];if(t&&t.type===`listItem`&&typeof t.checked==`boolean`){let e=this.stack[this.stack.length-1];e.type;let n=e.children[0];if(n&&n.type===`text`){let r=t.children,i=-1,a;for(;++i<r.length;){let e=r[i];if(e.type===`paragraph`){a=e;break}}a===e&&(n.value=n.value.slice(1),n.value.length===0?e.children.shift():e.position&&n.position&&typeof n.position.start.offset==`number`&&(n.position.start.column++,n.position.start.offset++,e.position.start=Object.assign({},n.position.start)))}}this.exit(e)}function TO(e,t,n,r){let i=e.children[0],a=typeof e.checked==`boolean`&&i&&i.type===`paragraph`,o=`[`+(e.checked?`x`:` `)+`] `,s=n.createTracker(r);a&&s.move(o);let c=dO.listItem(e,t,n,{...r,...s.current()});return a&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,l)),c;function l(e){return e+o}}function EO(){return[ME(),nD(),sD(),fO(),xO()]}function DO(e){return{extensions:[NE(),rD(e),cD(),bO(e),SO()]}}var OO={tokenize:HO,partial:!0},kO={tokenize:UO,partial:!0},AO={tokenize:WO,partial:!0},jO={tokenize:GO,partial:!0},MO={tokenize:KO,partial:!0},NO={name:`wwwAutolink`,tokenize:BO,previous:qO},PO={name:`protocolAutolink`,tokenize:VO,previous:JO},FO={name:`emailAutolink`,tokenize:zO,previous:YO},IO={};function LO(){return{text:IO}}for(var RO=48;RO<123;)IO[RO]=FO,RO++,RO===58?RO=65:RO===91&&(RO=97);IO[43]=FO,IO[45]=FO,IO[46]=FO,IO[95]=FO,IO[72]=[FO,PO],IO[104]=[FO,PO],IO[87]=[FO,NO],IO[119]=[FO,NO];function zO(e,t,n){let r=this,i,a;return o;function o(t){return!XO(t)||!YO.call(r,r.previous)||ZO(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkEmail`),s(t))}function s(t){return XO(t)?(e.consume(t),s):t===64?(e.consume(t),c):n(t)}function c(t){return t===46?e.check(MO,u,l)(t):t===45||t===95||Fx(t)?(a=!0,e.consume(t),c):u(t)}function l(t){return e.consume(t),i=!0,c}function u(o){return a&&i&&Px(r.previous)?(e.exit(`literalAutolinkEmail`),e.exit(`literalAutolink`),t(o)):n(o)}}function BO(e,t,n){let r=this;return i;function i(t){return t!==87&&t!==119||!qO.call(r,r.previous)||ZO(r.events)?n(t):(e.enter(`literalAutolink`),e.enter(`literalAutolinkWww`),e.check(OO,e.attempt(kO,e.attempt(AO,a),n),n)(t))}function a(n){return e.exit(`literalAutolinkWww`),e.exit(`literalAutolink`),t(n)}}function VO(e,t,n){let r=this,i=``,a=!1;return o;function o(t){return(t===72||t===104)&&JO.call(r,r.previous)&&!ZO(r.events)?(e.enter(`literalAutolink`),e.enter(`literalAutolinkHttp`),i+=String.fromCodePoint(t),e.consume(t),s):n(t)}function s(t){if(Px(t)&&i.length<5)return i+=String.fromCodePoint(t),e.consume(t),s;if(t===58){let n=i.toLowerCase();if(n===`http`||n===`https`)return e.consume(t),c}return n(t)}function c(t){return t===47?(e.consume(t),a?l:(a=!0,c)):n(t)}function l(t){return t===null||Lx(t)||Vx(t)||Ux(t)||Hx(t)?n(t):e.attempt(kO,e.attempt(AO,u),n)(t)}function u(n){return e.exit(`literalAutolinkHttp`),e.exit(`literalAutolink`),t(n)}}function HO(e,t,n){let r=0;return i;function i(t){return(t===87||t===119)&&r<3?(r++,e.consume(t),i):t===46&&r===3?(e.consume(t),a):n(t)}function a(e){return e===null?n(e):t(e)}}function UO(e,t,n){let r,i,a;return o;function o(t){return t===46||t===95?e.check(jO,c,s)(t):t===null||Vx(t)||Ux(t)||t!==45&&Hx(t)?c(t):(a=!0,e.consume(t),o)}function s(t){return t===95?r=!0:(i=r,r=void 0),e.consume(t),o}function c(e){return i||r||!a?n(e):t(e)}}function WO(e,t){let n=0,r=0;return i;function i(o){return o===40?(n++,e.consume(o),i):o===41&&r<n?a(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(jO,t,a)(o):o===null||Vx(o)||Ux(o)?t(o):(e.consume(o),i)}function a(t){return t===41&&r++,e.consume(t),i}}function GO(e,t,n){return r;function r(o){return o===33||o===34||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===63||o===95||o===126?(e.consume(o),r):o===38?(e.consume(o),a):o===93?(e.consume(o),i):o===60||o===null||Vx(o)||Ux(o)?t(o):n(o)}function i(e){return e===null||e===40||e===91||Vx(e)||Ux(e)?t(e):r(e)}function a(e){return Px(e)?o(e):n(e)}function o(t){return t===59?(e.consume(t),r):Px(t)?(e.consume(t),o):n(t)}}function KO(e,t,n){return r;function r(t){return e.consume(t),i}function i(e){return Fx(e)?n(e):t(e)}}function qO(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Vx(e)}function JO(e){return!Px(e)}function YO(e){return!(e===47||XO(e))}function XO(e){return e===43||e===45||e===46||e===95||Fx(e)}function ZO(e){let t=e.length,n=!1;for(;t--;){let 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}var QO={tokenize:ok,partial:!0};function $O(){return{document:{91:{name:`gfmFootnoteDefinition`,tokenize:rk,continuation:{tokenize:ik},exit:ak}},text:{91:{name:`gfmFootnoteCall`,tokenize:nk},93:{name:`gfmPotentialFootnoteCall`,add:`after`,tokenize:ek,resolveTo:tk}}}}function ek(e,t,n){let r=this,i=r.events.length,a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o;for(;i--;){let e=r.events[i][1];if(e.type===`labelImage`){o=e;break}if(e.type===`gfmFootnoteCall`||e.type===`labelLink`||e.type===`label`||e.type===`image`||e.type===`link`)break}return s;function s(i){if(!o||!o._balanced)return n(i);let s=Nx(r.sliceSerialize({start:o.end,end:r.now()}));return s.codePointAt(0)!==94||!a.includes(s.slice(1))?n(i):(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(i),e.exit(`gfmFootnoteCallLabelMarker`),t(i))}}function tk(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`;let r={type:`gfmFootnoteCall`,start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:`gfmFootnoteCallMarker`,start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;let a={type:`gfmFootnoteCallString`,start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},o={type:`chunkString`,contentType:`string`,start:Object.assign({},a.start),end:Object.assign({},a.end)},s=[e[n+1],e[n+2],[`enter`,r,t],e[n+3],e[n+4],[`enter`,i,t],[`exit`,i,t],[`enter`,a,t],[`enter`,o,t],[`exit`,o,t],[`exit`,a,t],e[e.length-2],e[e.length-1],[`exit`,r,t]];return e.splice(n,e.length-n+1,...s),e}function nk(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a=0,o;return s;function s(t){return e.enter(`gfmFootnoteCall`),e.enter(`gfmFootnoteCallLabelMarker`),e.consume(t),e.exit(`gfmFootnoteCallLabelMarker`),c}function c(t){return t===94?(e.enter(`gfmFootnoteCallMarker`),e.consume(t),e.exit(`gfmFootnoteCallMarker`),e.enter(`gfmFootnoteCallString`),e.enter(`chunkString`).contentType=`string`,l):n(t)}function l(s){if(a>999||s===93&&!o||s===null||s===91||Vx(s))return n(s);if(s===93){e.exit(`chunkString`);let a=e.exit(`gfmFootnoteCallString`);return i.includes(Nx(r.sliceSerialize(a)))?(e.enter(`gfmFootnoteCallLabelMarker`),e.consume(s),e.exit(`gfmFootnoteCallLabelMarker`),e.exit(`gfmFootnoteCall`),t):n(s)}return Vx(s)||(o=!0),a++,e.consume(s),s===92?u:l}function u(t){return t===91||t===92||t===93?(e.consume(t),a++,l):l(t)}}function rk(e,t,n){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a,o=0,s;return c;function c(t){return e.enter(`gfmFootnoteDefinition`)._container=!0,e.enter(`gfmFootnoteDefinitionLabel`),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),l}function l(t){return t===94?(e.enter(`gfmFootnoteDefinitionMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionMarker`),e.enter(`gfmFootnoteDefinitionLabelString`),e.enter(`chunkString`).contentType=`string`,u):n(t)}function u(t){if(o>999||t===93&&!s||t===null||t===91||Vx(t))return n(t);if(t===93){e.exit(`chunkString`);let n=e.exit(`gfmFootnoteDefinitionLabelString`);return a=Nx(r.sliceSerialize(n)),e.enter(`gfmFootnoteDefinitionLabelMarker`),e.consume(t),e.exit(`gfmFootnoteDefinitionLabelMarker`),e.exit(`gfmFootnoteDefinitionLabel`),f}return Vx(t)||(s=!0),o++,e.consume(t),t===92?d:u}function d(t){return t===91||t===92||t===93?(e.consume(t),o++,u):u(t)}function f(t){return t===58?(e.enter(`definitionMarker`),e.consume(t),e.exit(`definitionMarker`),i.includes(a)||i.push(a),X(e,p,`gfmFootnoteDefinitionWhitespace`)):n(t)}function p(e){return t(e)}}function ik(e,t,n){return e.check(oS,t,e.attempt(QO,t,n))}function ak(e){e.exit(`gfmFootnoteDefinition`)}function ok(e,t,n){let r=this;return X(e,i,`gfmFootnoteDefinitionIndent`,5);function i(e){let i=r.events[r.events.length-1];return i&&i[1].type===`gfmFootnoteDefinitionIndent`&&i[2].sliceSerialize(i[1],!0).length===4?t(e):n(e)}}function sk(e){let t=(e||{}).singleTilde,n={name:`strikethrough`,tokenize:i,resolveAll:r};return t??=!0,{text:{126:n},insideSpan:{null:[n]},attentionMarkers:{null:[126]}};function r(e,t){let n=-1;for(;++n<e.length;)if(e[n][0]===`enter`&&e[n][1].type===`strikethroughSequenceTemporary`&&e[n][1]._close){let r=n;for(;r--;)if(e[r][0]===`exit`&&e[r][1].type===`strikethroughSequenceTemporary`&&e[r][1]._open&&e[n][1].end.offset-e[n][1].start.offset===e[r][1].end.offset-e[r][1].start.offset){e[n][1].type=`strikethroughSequence`,e[r][1].type=`strikethroughSequence`;let i={type:`strikethrough`,start:Object.assign({},e[r][1].start),end:Object.assign({},e[n][1].end)},a={type:`strikethroughText`,start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)},o=[[`enter`,i,t],[`enter`,e[r][1],t],[`exit`,e[r][1],t],[`enter`,a,t]],s=t.parser.constructs.insideSpan.null;s&&Ex(o,o.length,0,$x(s,e.slice(r+1,n),t)),Ex(o,o.length,0,[[`exit`,a,t],[`enter`,e[n][1],t],[`exit`,e[n][1],t],[`exit`,i,t]]),Ex(e,r-1,n-r+3,o),n=r+o.length-2;break}}for(n=-1;++n<e.length;)e[n][1].type===`strikethroughSequenceTemporary`&&(e[n][1].type=`data`);return e}function i(e,n,r){let i=this.previous,a=this.events,o=0;return s;function s(t){return i===126&&a[a.length-1][1].type!==`characterEscape`?r(t):(e.enter(`strikethroughSequenceTemporary`),c(t))}function c(a){let s=Qx(i);if(a===126)return o>1?r(a):(e.consume(a),o++,c);if(o<2&&!t)return r(a);let l=e.exit(`strikethroughSequenceTemporary`),u=Qx(a);return l._open=!u||u===2&&!!s,l._close=!s||s===2&&!!u,n(a)}}}var ck=class{constructor(){this.map=[]}add(e,t,n){lk(this,e,t,n)}consume(e){if(this.map.sort(function(e,t){return e[0]-t[0]}),this.map.length===0)return;let t=this.map.length,n=[];for(;t>0;)--t,n.push(e.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),e.length=this.map[t][0];n.push(e.slice()),e.length=0;let r=n.pop();for(;r;){for(let t of r)e.push(t);r=n.pop()}this.map.length=0}};function lk(e,t,n,r){let i=0;if(!(n===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=n,e.map[i][2].push(...r);return}i+=1}e.map.push([t,n,r])}}function uk(e,t){let n=!1,r=[];for(;t<e.length;){let i=e[t];if(n){if(i[0]===`enter`)i[1].type===`tableContent`&&r.push(e[t+1][1].type===`tableDelimiterMarker`?`left`:`none`);else if(i[1].type===`tableContent`){if(e[t-1][1].type===`tableDelimiterMarker`){let e=r.length-1;r[e]=r[e]===`left`?`center`:`right`}}else if(i[1].type===`tableDelimiterRow`)break}else i[0]===`enter`&&i[1].type===`tableDelimiterRow`&&(n=!0);t+=1}return r}function dk(){return{flow:{null:{name:`table`,tokenize:fk,resolveAll:pk}}}}function fk(e,t,n){let r=this,i=0,a=0,o;return s;function s(e){let t=r.events.length-1;for(;t>-1;){let e=r.events[t][1].type;if(e===`lineEnding`||e===`linePrefix`)t--;else break}let i=t>-1?r.events[t][1].type:null,a=i===`tableHead`||i===`tableRow`?S:c;return a===S&&r.parser.lazy[r.now().line]?n(e):a(e)}function c(t){return e.enter(`tableHead`),e.enter(`tableRow`),l(t)}function l(e){return e===124?u(e):(o=!0,a+=1,u(e))}function u(t){return t===null?n(t):J(t)?a>1?(a=0,r.interrupt=!0,e.exit(`tableRow`),e.enter(`lineEnding`),e.consume(t),e.exit(`lineEnding`),p):n(t):Y(t)?X(e,u,`whitespace`)(t):(a+=1,o&&(o=!1,i+=1),t===124?(e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),o=!0,u):(e.enter(`data`),d(t)))}function d(t){return t===null||t===124||Vx(t)?(e.exit(`data`),u(t)):(e.consume(t),t===92?f:d)}function f(t){return t===92||t===124?(e.consume(t),d):d(t)}function p(t){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(t):(e.enter(`tableDelimiterRow`),o=!1,Y(t)?X(e,m,`linePrefix`,r.parser.constructs.disable.null.includes(`codeIndented`)?void 0:4)(t):m(t))}function m(t){return t===45||t===58?g(t):t===124?(o=!0,e.enter(`tableCellDivider`),e.consume(t),e.exit(`tableCellDivider`),h):x(t)}function h(t){return Y(t)?X(e,g,`whitespace`)(t):g(t)}function g(t){return t===58?(a+=1,o=!0,e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),_):t===45?(a+=1,_(t)):t===null||J(t)?b(t):x(t)}function _(t){return t===45?(e.enter(`tableDelimiterFiller`),v(t)):x(t)}function v(t){return t===45?(e.consume(t),v):t===58?(o=!0,e.exit(`tableDelimiterFiller`),e.enter(`tableDelimiterMarker`),e.consume(t),e.exit(`tableDelimiterMarker`),y):(e.exit(`tableDelimiterFiller`),y(t))}function y(t){return Y(t)?X(e,b,`whitespace`)(t):b(t)}function b(n){return n===124?m(n):n===null||J(n)?!o||i!==a?x(n):(e.exit(`tableDelimiterRow`),e.exit(`tableHead`),t(n)):x(n)}function x(e){return n(e)}function S(t){return e.enter(`tableRow`),C(t)}function C(n){return n===124?(e.enter(`tableCellDivider`),e.consume(n),e.exit(`tableCellDivider`),C):n===null||J(n)?(e.exit(`tableRow`),t(n)):Y(n)?X(e,C,`whitespace`)(n):(e.enter(`data`),w(n))}function w(t){return t===null||t===124||Vx(t)?(e.exit(`data`),C(t)):(e.consume(t),t===92?T:w)}function T(t){return t===92||t===124?(e.consume(t),w):w(t)}}function pk(e,t){let n=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],s=!1,c=0,l,u,d,f=new ck;for(;++n<e.length;){let p=e[n],m=p[1];p[0]===`enter`?m.type===`tableHead`?(s=!1,c!==0&&(hk(f,t,c,l,u),u=void 0,c=0),l={type:`table`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,l,t]])):m.type===`tableRow`||m.type===`tableDelimiterRow`?(r=!0,d=void 0,a=[0,0,0,0],o=[0,n+1,0,0],s&&(s=!1,u={type:`tableBody`,start:Object.assign({},m.start),end:Object.assign({},m.end)},f.add(n,0,[[`enter`,u,t]])),i=m.type===`tableDelimiterRow`?2:u?3:1):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],d=mk(f,t,a,i,void 0,d),a=[0,0,0,0]),o[2]=n)):m.type===`tableCellDivider`&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],d=mk(f,t,a,i,void 0,d)),a=o,o=[a[1],n,0,0])):m.type===`tableHead`?(s=!0,c=n):m.type===`tableRow`||m.type===`tableDelimiterRow`?(c=n,a[1]===0?o[1]!==0&&(d=mk(f,t,o,i,n,d)):(o[0]=o[1],d=mk(f,t,a,i,n,d)),i=0):i&&(m.type===`data`||m.type===`tableDelimiterMarker`||m.type===`tableDelimiterFiller`)&&(o[3]=n)}for(c!==0&&hk(f,t,c,l,u),f.consume(t.events),n=-1;++n<t.events.length;){let e=t.events[n];e[0]===`enter`&&e[1].type===`table`&&(e[1]._align=uk(t.events,n))}return e}function mk(e,t,n,r,i,a){let o=r===1?`tableHeader`:r===2?`tableDelimiter`:`tableData`;n[0]!==0&&(a.end=Object.assign({},gk(t.events,n[0])),e.add(n[0],0,[[`exit`,a,t]]));let s=gk(t.events,n[1]);if(a={type:o,start:Object.assign({},s),end:Object.assign({},s)},e.add(n[1],0,[[`enter`,a,t]]),n[2]!==0){let i=gk(t.events,n[2]),a=gk(t.events,n[3]),o={type:`tableContent`,start:Object.assign({},i),end:Object.assign({},a)};if(e.add(n[2],0,[[`enter`,o,t]]),r!==2){let r=t.events[n[2]],i=t.events[n[3]];if(r[1].end=Object.assign({},i[1].end),r[1].type=`chunkText`,r[1].contentType=`text`,n[3]>n[2]+1){let t=n[2]+1,r=n[3]-n[2]-1;e.add(t,r,[])}}e.add(n[3]+1,0,[[`exit`,o,t]])}return i!==void 0&&(a.end=Object.assign({},gk(t.events,i)),e.add(i,0,[[`exit`,a,t]]),a=void 0),a}function hk(e,t,n,r,i){let a=[],o=gk(t.events,n);i&&(i.end=Object.assign({},o),a.push([`exit`,i,t])),r.end=Object.assign({},o),a.push([`exit`,r,t]),e.add(n+1,0,a)}function gk(e,t){let n=e[t],r=n[0]===`enter`?`start`:`end`;return n[1][r]}var _k={name:`tasklistCheck`,tokenize:yk};function vk(){return{text:{91:_k}}}function yk(e,t,n){let r=this;return i;function i(t){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(t):(e.enter(`taskListCheck`),e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),a)}function a(t){return Vx(t)?(e.enter(`taskListCheckValueUnchecked`),e.consume(t),e.exit(`taskListCheckValueUnchecked`),o):t===88||t===120?(e.enter(`taskListCheckValueChecked`),e.consume(t),e.exit(`taskListCheckValueChecked`),o):n(t)}function o(t){return t===93?(e.enter(`taskListCheckMarker`),e.consume(t),e.exit(`taskListCheckMarker`),e.exit(`taskListCheck`),s):n(t)}function s(r){return J(r)?t(r):Y(r)?e.check({tokenize:bk},t,n)(r):n(r)}}function bk(e,t,n){return X(e,r,`whitespace`);function r(e){return e===null?n(e):t(e)}}function xk(e){return kx([LO(),$O(),sk(e),dk(),vk()])}var Sk={};function Ck(e){let t=this,n=e||Sk,r=t.data(),i=r.micromarkExtensions||=[],a=r.fromMarkdownExtensions||=[],o=r.toMarkdownExtensions||=[];i.push(xk(n)),a.push(EO()),o.push(DO(n))}function wk(){return typeof navigator<`u`&&typeof navigator.clipboard?.writeText==`function`}function Tk(e){if(typeof document>`u`)return;let t=document.getSelection();t&&(t.removeAllRanges(),e.forEach(e=>t.addRange(e)))}function Ek(e){if(typeof document>`u`||!document.body)return!1;let t=document.activeElement instanceof HTMLElement?document.activeElement:null,n=t instanceof HTMLInputElement||t instanceof HTMLTextAreaElement?t:null,r=n?{start:n.selectionStart,end:n.selectionEnd}:null,i=document.getSelection(),a=i?Array.from({length:i.rangeCount},(e,t)=>i.getRangeAt(t).cloneRange()):[],o=document.createElement(`textarea`);o.value=e,o.setAttribute(`readonly`,``),o.setAttribute(`aria-hidden`,`true`),o.style.position=`fixed`,o.style.top=`0`,o.style.left=`-9999px`,o.style.opacity=`0`,o.style.pointerEvents=`none`,o.style.fontSize=`12pt`,document.body.appendChild(o);try{o.focus({preventScroll:!0})}catch{o.focus()}o.select(),o.setSelectionRange(0,o.value.length);let s=!1;try{s=typeof document.execCommand==`function`&&document.execCommand(`copy`)}catch{s=!1}if(o.remove(),t)try{t.focus({preventScroll:!0})}catch{t.focus()}return n&&r?n.setSelectionRange(r.start,r.end):Tk(a),s}async function Dk(e){if(!e)return!1;if(wk())try{return await navigator.clipboard.writeText(e),!0}catch{return Ek(e)}return Ek(e)}var Ok=1300;function kk(e){let[t,n]=(0,P.useState)(!1),r=(0,P.useCallback)(async()=>{e.text&&(await Dk(e.text)?n(!0):n(!1))},[e.text]);return(0,P.useEffect)(()=>{if(!t||typeof window>`u`)return;let r=window.setTimeout(()=>n(!1),e.resetDelayMs??Ok);return()=>window.clearTimeout(r)},[t,e.resetDelayMs]),{copied:t,copy:r}}var Ak=_(a(((e,t)=>{function n(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw Error(`map is read-only`)}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw Error(`set is read-only`)}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(t=>{let r=e[t],i=typeof r;(i===`object`||i===`function`)&&!Object.isFrozen(r)&&n(r)}),e}var r=class{constructor(e){e.data===void 0&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function i(e){return e.replace(/&/g,`&`).replace(/</g,`<`).replace(/>/g,`>`).replace(/"/g,`"`).replace(/'/g,`'`)}function a(e,...t){let n=Object.create(null);for(let t in e)n[t]=e[t];return t.forEach(function(e){for(let t in e)n[t]=e[t]}),n}var o=`</span>`,s=e=>!!e.scope,c=(e,{prefix:t})=>{if(e.startsWith(`language:`))return e.replace(`language:`,`language-`);if(e.includes(`.`)){let n=e.split(`.`);return[`${t}${n.shift()}`,...n.map((e,t)=>`${e}${`_`.repeat(t+1)}`)].join(` `)}return`${t}${e}`},l=class{constructor(e,t){this.buffer=``,this.classPrefix=t.classPrefix,e.walk(this)}addText(e){this.buffer+=i(e)}openNode(e){if(!s(e))return;let t=c(e.scope,{prefix:this.classPrefix});this.span(t)}closeNode(e){s(e)&&(this.buffer+=o)}value(){return this.buffer}span(e){this.buffer+=`<span class="${e}">`}},u=(e={})=>{let t={children:[]};return Object.assign(t,e),t},d=class e{constructor(){this.rootNode=u(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){let t=u({scope:e});this.add(t),this.stack.push(t)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,t){return typeof t==`string`?e.addText(t):t.children&&(e.openNode(t),t.children.forEach(t=>this._walk(e,t)),e.closeNode(t)),e}static _collapse(t){typeof t!=`string`&&t.children&&(t.children.every(e=>typeof e==`string`)?t.children=[t.children.join(``)]:t.children.forEach(t=>{e._collapse(t)}))}},f=class extends d{constructor(e){super(),this.options=e}addText(e){e!==``&&this.add(e)}startScope(e){this.openNode(e)}endScope(){this.closeNode()}__addSublanguage(e,t){let n=e.root;t&&(n.scope=`language:${t}`),this.add(n)}toHTML(){return new l(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}};function p(e){return e?typeof e==`string`?e:e.source:null}function m(e){return _(`(?=`,e,`)`)}function h(e){return _(`(?:`,e,`)*`)}function g(e){return _(`(?:`,e,`)?`)}function _(...e){return e.map(e=>p(e)).join(``)}function v(e){let t=e[e.length-1];return typeof t==`object`&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function y(...e){return`(`+(v(e).capture?``:`?:`)+e.map(e=>p(e)).join(`|`)+`)`}function b(e){return RegExp(e.toString()+`|`).exec(``).length-1}function x(e,t){let n=e&&e.exec(t);return n&&n.index===0}var S=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function C(e,{joinWith:t}){let n=0;return e.map(e=>{n+=1;let t=n,r=p(e),i=``;for(;r.length>0;){let e=S.exec(r);if(!e){i+=r;break}i+=r.substring(0,e.index),r=r.substring(e.index+e[0].length),e[0][0]===`\\`&&e[1]?i+=`\\`+String(Number(e[1])+t):(i+=e[0],e[0]===`(`&&n++)}return i}).map(e=>`(${e})`).join(t)}var w=/\b\B/,T=`[a-zA-Z]\\w*`,E=`[a-zA-Z_]\\w*`,ee=`\\b\\d+(\\.\\d+)?`,D=`(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)`,te=`\\b(0b[01]+)`,O=`!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~`,ne=(e={})=>{let t=/^#![ ]*\//;return e.binary&&(e.begin=_(t,/.*\b/,e.binary,/\b.*/)),a({scope:`meta`,begin:t,end:/$/,relevance:0,"on:begin":(e,t)=>{e.index!==0&&t.ignoreMatch()}},e)},k={begin:`\\\\[\\s\\S]`,relevance:0},re={scope:`string`,begin:`'`,end:`'`,illegal:`\\n`,contains:[k]},A={scope:`string`,begin:`"`,end:`"`,illegal:`\\n`,contains:[k]},ie={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},ae=function(e,t,n={}){let r=a({scope:`comment`,begin:e,end:t,contains:[]},n);r.contains.push({scope:`doctag`,begin:`[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)`,end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});let i=y(`I`,`a`,`is`,`so`,`us`,`to`,`at`,`if`,`in`,`it`,`on`,/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return r.contains.push({begin:_(/[ ]+/,`(`,i,/[.]?[:]?([.][ ]|[ ])/,`){3}`)}),r},oe=ae(`//`,`$`),se=ae(`/\\*`,`\\*/`),ce=ae(`#`,`$`),j={scope:`number`,begin:ee,relevance:0},le={scope:`number`,begin:D,relevance:0},ue={scope:`number`,begin:te,relevance:0},de={scope:`regexp`,begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[k,{begin:/\[/,end:/\]/,relevance:0,contains:[k]}]},fe={scope:`title`,begin:T,relevance:0},pe={scope:`title`,begin:E,relevance:0},M={begin:`\\.\\s*`+E,relevance:0},me=Object.freeze({__proto__:null,APOS_STRING_MODE:re,BACKSLASH_ESCAPE:k,BINARY_NUMBER_MODE:ue,BINARY_NUMBER_RE:te,COMMENT:ae,C_BLOCK_COMMENT_MODE:se,C_LINE_COMMENT_MODE:oe,C_NUMBER_MODE:le,C_NUMBER_RE:D,END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{t.data._beginMatch!==e[1]&&t.ignoreMatch()}})},HASH_COMMENT_MODE:ce,IDENT_RE:T,MATCH_NOTHING_RE:w,METHOD_GUARD:M,NUMBER_MODE:j,NUMBER_RE:ee,PHRASAL_WORDS_MODE:ie,QUOTE_STRING_MODE:A,REGEXP_MODE:de,RE_STARTERS_RE:O,SHEBANG:ne,TITLE_MODE:fe,UNDERSCORE_IDENT_RE:E,UNDERSCORE_TITLE_MODE:pe});function he(e,t){e.input[e.index-1]===`.`&&t.ignoreMatch()}function ge(e,t){e.className!==void 0&&(e.scope=e.className,delete e.className)}function _e(e,t){t&&e.beginKeywords&&(e.begin=`\\b(`+e.beginKeywords.split(` `).join(`|`)+`)(?!\\.)(?=\\b|\\s)`,e.__beforeBegin=he,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,e.relevance===void 0&&(e.relevance=0))}function ve(e,t){Array.isArray(e.illegal)&&(e.illegal=y(...e.illegal))}function ye(e,t){if(e.match){if(e.begin||e.end)throw Error(`begin & end are not supported with match`);e.begin=e.match,delete e.match}}function be(e,t){e.relevance===void 0&&(e.relevance=1)}var xe=(e,t)=>{if(!e.beforeMatch)return;if(e.starts)throw Error(`beforeMatch cannot be used with starts`);let n=Object.assign({},e);Object.keys(e).forEach(t=>{delete e[t]}),e.keywords=n.keywords,e.begin=_(n.beforeMatch,m(n.begin)),e.starts={relevance:0,contains:[Object.assign(n,{endsParent:!0})]},e.relevance=0,delete n.beforeMatch},Se=[`of`,`and`,`for`,`in`,`not`,`or`,`if`,`then`,`parent`,`list`,`value`],Ce=`keyword`;function we(e,t,n=Ce){let r=Object.create(null);return typeof e==`string`?i(n,e.split(` `)):Array.isArray(e)?i(n,e):Object.keys(e).forEach(function(n){Object.assign(r,we(e[n],t,n))}),r;function i(e,n){t&&(n=n.map(e=>e.toLowerCase())),n.forEach(function(t){let n=t.split(`|`);r[n[0]]=[e,Te(n[0],n[1])]})}}function Te(e,t){return t?Number(t):Ee(e)?0:1}function Ee(e){return Se.includes(e.toLowerCase())}var De={},Oe=e=>{console.error(e)},ke=(e,...t)=>{console.log(`WARN: ${e}`,...t)},Ae=(e,t)=>{De[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),De[`${e}/${t}`]=!0)},je=Error();function Me(e,t,{key:n}){let r=0,i=e[n],a={},o={};for(let e=1;e<=t.length;e++)o[e+r]=i[e],a[e+r]=!0,r+=b(t[e-1]);e[n]=o,e[n]._emit=a,e[n]._multi=!0}function Ne(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw Oe(`skip, excludeBegin, returnBegin not compatible with beginScope: {}`),je;if(typeof e.beginScope!=`object`||e.beginScope===null)throw Oe(`beginScope must be object`),je;Me(e,e.begin,{key:`beginScope`}),e.begin=C(e.begin,{joinWith:``})}}function Pe(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw Oe(`skip, excludeEnd, returnEnd not compatible with endScope: {}`),je;if(typeof e.endScope!=`object`||e.endScope===null)throw Oe(`endScope must be object`),je;Me(e,e.end,{key:`endScope`}),e.end=C(e.end,{joinWith:``})}}function Fe(e){e.scope&&typeof e.scope==`object`&&e.scope!==null&&(e.beginScope=e.scope,delete e.scope)}function Ie(e){Fe(e),typeof e.beginScope==`string`&&(e.beginScope={_wrap:e.beginScope}),typeof e.endScope==`string`&&(e.endScope={_wrap:e.endScope}),Ne(e),Pe(e)}function Le(e){function t(t,n){return new RegExp(p(t),`m`+(e.case_insensitive?`i`:``)+(e.unicodeRegex?`u`:``)+(n?`g`:``))}class n{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,t){t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]),this.matchAt+=b(e)+1}compile(){this.regexes.length===0&&(this.exec=()=>null),this.matcherRe=t(C(this.regexes.map(e=>e[1]),{joinWith:`|`}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;let t=this.matcherRe.exec(e);if(!t)return null;let n=t.findIndex((e,t)=>t>0&&e!==void 0),r=this.matchIndexes[n];return t.splice(0,n),Object.assign(t,r)}}class r{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];let t=new n;return this.rules.slice(e).forEach(([e,n])=>t.addRule(e,n)),t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(e,t){this.rules.push([e,t]),t.type===`begin`&&this.count++}exec(e){let t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex;let n=t.exec(e);if(this.resumingScanAtSamePosition()&&!(n&&n.index===this.lastIndex)){let t=this.getMatcher(0);t.lastIndex=this.lastIndex+1,n=t.exec(e)}return n&&(this.regexIndex+=n.position+1,this.regexIndex===this.count&&this.considerAll()),n}}function i(e){let t=new r;return e.contains.forEach(e=>t.addRule(e.begin,{rule:e,type:`begin`})),e.terminatorEnd&&t.addRule(e.terminatorEnd,{type:`end`}),e.illegal&&t.addRule(e.illegal,{type:`illegal`}),t}function o(n,r){let a=n;if(n.isCompiled)return a;[ge,ye,Ie,xe].forEach(e=>e(n,r)),e.compilerExtensions.forEach(e=>e(n,r)),n.__beforeBegin=null,[_e,ve,be].forEach(e=>e(n,r)),n.isCompiled=!0;let s=null;return typeof n.keywords==`object`&&n.keywords.$pattern&&(n.keywords=Object.assign({},n.keywords),s=n.keywords.$pattern,delete n.keywords.$pattern),s||=/\w+/,n.keywords&&=we(n.keywords,e.case_insensitive),a.keywordPatternRe=t(s,!0),r&&(n.begin||=/\B|\b/,a.beginRe=t(a.begin),!n.end&&!n.endsWithParent&&(n.end=/\B|\b/),n.end&&(a.endRe=t(a.end)),a.terminatorEnd=p(a.end)||``,n.endsWithParent&&r.terminatorEnd&&(a.terminatorEnd+=(n.end?`|`:``)+r.terminatorEnd)),n.illegal&&(a.illegalRe=t(n.illegal)),n.contains||=[],n.contains=[].concat(...n.contains.map(function(e){return ze(e===`self`?n:e)})),n.contains.forEach(function(e){o(e,a)}),n.starts&&o(n.starts,r),a.matcher=i(a),a}if(e.compilerExtensions||=[],e.contains&&e.contains.includes(`self`))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=a(e.classNameAliases||{}),o(e)}function Re(e){return e?e.endsWithParent||Re(e.starts):!1}function ze(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(t){return a(e,{variants:null},t)})),e.cachedVariants?e.cachedVariants:Re(e)?a(e,{starts:e.starts?a(e.starts):null}):Object.isFrozen(e)?a(e):e}var Be=`11.11.1`,Ve=class extends Error{constructor(e,t){super(e),this.name=`HTMLInjectionError`,this.html=t}},He=i,Ue=a,We=Symbol(`nomatch`),Ge=7,Ke=function(e){let t=Object.create(null),i=Object.create(null),a=[],o=!0,s=`Could not find the language '{}', did you forget to load/include a language module?`,c={disableAutodetect:!0,name:`Plain text`,contains:[]},l={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:`hljs-`,cssSelector:`pre code`,languages:null,__emitter:f};function u(e){return l.noHighlightRe.test(e)}function d(e){let t=e.className+` `;t+=e.parentNode?e.parentNode.className:``;let n=l.languageDetectRe.exec(t);if(n){let t=re(n[1]);return t||(ke(s.replace(`{}`,n[1])),ke(`Falling back to no-highlight mode for this block.`,e)),t?n[1]:`no-highlight`}return t.split(/\s+/).find(e=>u(e)||re(e))}function p(e,t,n){let r=``,i=``;typeof t==`object`?(r=e,n=t.ignoreIllegals,i=t.language):(Ae(`10.7.0`,`highlight(lang, code, ...args) has been deprecated.`),Ae(`10.7.0`,`Please use highlight(code, options) instead.
|
|
47
|
-
https://github.com/highlightjs/highlight.js/issues/2277`),i=e,r=t),n===void 0&&(n=!0);let a={code:r,language:i};ce(`before:highlight`,a);let o=a.result?a.result:v(a.language,a.code,n);return o.code=a.code,ce(`after:highlight`,o),o}function v(e,n,i,a){let c=Object.create(null);function u(e,t){return e.keywords[t]}function d(){if(!O.keywords){k.addText(A);return}let e=0;O.keywordPatternRe.lastIndex=0;let t=O.keywordPatternRe.exec(A),n=``;for(;t;){n+=A.substring(e,t.index);let r=ee.case_insensitive?t[0].toLowerCase():t[0],i=u(O,r);if(i){let[e,a]=i;if(k.addText(n),n=``,c[r]=(c[r]||0)+1,c[r]<=Ge&&(ie+=a),e.startsWith(`_`))n+=t[0];else{let n=ee.classNameAliases[e]||e;m(t[0],n)}}else n+=t[0];e=O.keywordPatternRe.lastIndex,t=O.keywordPatternRe.exec(A)}n+=A.substring(e),k.addText(n)}function f(){if(A===``)return;let e=null;if(typeof O.subLanguage==`string`){if(!t[O.subLanguage]){k.addText(A);return}e=v(O.subLanguage,A,!0,ne[O.subLanguage]),ne[O.subLanguage]=e._top}else e=S(A,O.subLanguage.length?O.subLanguage:null);O.relevance>0&&(ie+=e.relevance),k.__addSublanguage(e._emitter,e.language)}function p(){O.subLanguage==null?d():f(),A=``}function m(e,t){e!==``&&(k.startScope(t),k.addText(e),k.endScope())}function h(e,t){let n=1,r=t.length-1;for(;n<=r;){if(!e._emit[n]){n++;continue}let r=ee.classNameAliases[e[n]]||e[n],i=t[n];r?m(i,r):(A=i,d(),A=``),n++}}function g(e,t){return e.scope&&typeof e.scope==`string`&&k.openNode(ee.classNameAliases[e.scope]||e.scope),e.beginScope&&(e.beginScope._wrap?(m(A,ee.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap),A=``):e.beginScope._multi&&(h(e.beginScope,t),A=``)),O=Object.create(e,{parent:{value:O}}),O}function _(e,t,n){let i=x(e.endRe,n);if(i){if(e[`on:end`]){let n=new r(e);e[`on:end`](t,n),n.isMatchIgnored&&(i=!1)}if(i){for(;e.endsParent&&e.parent;)e=e.parent;return e}}if(e.endsWithParent)return _(e.parent,t,n)}function y(e){return O.matcher.regexIndex===0?(A+=e[0],1):(se=!0,0)}function b(e){let t=e[0],n=e.rule,i=new r(n),a=[n.__beforeBegin,n[`on:begin`]];for(let n of a)if(n&&(n(e,i),i.isMatchIgnored))return y(t);return n.skip?A+=t:(n.excludeBegin&&(A+=t),p(),!n.returnBegin&&!n.excludeBegin&&(A=t)),g(n,e),n.returnBegin?0:t.length}function C(e){let t=e[0],r=n.substring(e.index),i=_(O,e,r);if(!i)return We;let a=O;O.endScope&&O.endScope._wrap?(p(),m(t,O.endScope._wrap)):O.endScope&&O.endScope._multi?(p(),h(O.endScope,e)):a.skip?A+=t:(a.returnEnd||a.excludeEnd||(A+=t),p(),a.excludeEnd&&(A=t));do O.scope&&k.closeNode(),!O.skip&&!O.subLanguage&&(ie+=O.relevance),O=O.parent;while(O!==i.parent);return i.starts&&g(i.starts,e),a.returnEnd?0:t.length}function w(){let e=[];for(let t=O;t!==ee;t=t.parent)t.scope&&e.unshift(t.scope);e.forEach(e=>k.openNode(e))}let T={};function E(t,r){let a=r&&r[0];if(A+=t,a==null)return p(),0;if(T.type===`begin`&&r.type===`end`&&T.index===r.index&&a===``){if(A+=n.slice(r.index,r.index+1),!o){let t=Error(`0 width match regex (${e})`);throw t.languageName=e,t.badRule=T.rule,t}return 1}if(T=r,r.type===`begin`)return b(r);if(r.type===`illegal`&&!i){let e=Error(`Illegal lexeme "`+a+`" for mode "`+(O.scope||`<unnamed>`)+`"`);throw e.mode=O,e}else if(r.type===`end`){let e=C(r);if(e!==We)return e}if(r.type===`illegal`&&a===``)return A+=`
|
|
48
|
-
`,1;if(oe>1e5&&oe>r.index*3)throw Error(`potential infinite loop, way more iterations than matches`);return A+=a,a.length}let ee=re(e);if(!ee)throw Oe(s.replace(`{}`,e)),Error(`Unknown language: "`+e+`"`);let D=Le(ee),te=``,O=a||D,ne={},k=new l.__emitter(l);w();let A=``,ie=0,ae=0,oe=0,se=!1;try{if(ee.__emitTokens)ee.__emitTokens(n,k);else{for(O.matcher.considerAll();;){oe++,se?se=!1:O.matcher.considerAll(),O.matcher.lastIndex=ae;let e=O.matcher.exec(n);if(!e)break;let t=E(n.substring(ae,e.index),e);ae=e.index+t}E(n.substring(ae))}return k.finalize(),te=k.toHTML(),{language:e,value:te,relevance:ie,illegal:!1,_emitter:k,_top:O}}catch(t){if(t.message&&t.message.includes(`Illegal`))return{language:e,value:He(n),illegal:!0,relevance:0,_illegalBy:{message:t.message,index:ae,context:n.slice(ae-100,ae+100),mode:t.mode,resultSoFar:te},_emitter:k};if(o)return{language:e,value:He(n),illegal:!1,relevance:0,errorRaised:t,_emitter:k,_top:O};throw t}}function b(e){let t={value:He(e),illegal:!1,relevance:0,_top:c,_emitter:new l.__emitter(l)};return t._emitter.addText(e),t}function S(e,n){n=n||l.languages||Object.keys(t);let r=b(e),i=n.filter(re).filter(ie).map(t=>v(t,e,!1));i.unshift(r);let[a,o]=i.sort((e,t)=>{if(e.relevance!==t.relevance)return t.relevance-e.relevance;if(e.language&&t.language){if(re(e.language).supersetOf===t.language)return 1;if(re(t.language).supersetOf===e.language)return-1}return 0}),s=a;return s.secondBest=o,s}function C(e,t,n){let r=t&&i[t]||n;e.classList.add(`hljs`),e.classList.add(`language-${r}`)}function w(e){let t=null,n=d(e);if(u(n))return;if(ce(`before:highlightElement`,{el:e,language:n}),e.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",e);return}if(e.children.length>0&&(l.ignoreUnescapedHTML||(console.warn(`One of your code blocks includes unescaped HTML. This is a potentially serious security risk.`),console.warn(`https://github.com/highlightjs/highlight.js/wiki/security`),console.warn(`The element with unescaped HTML:`),console.warn(e)),l.throwUnescapedHTML))throw new Ve(`One of your code blocks includes unescaped HTML.`,e.innerHTML);t=e;let r=t.textContent,i=n?p(r,{language:n,ignoreIllegals:!0}):S(r);e.innerHTML=i.value,e.dataset.highlighted=`yes`,C(e,n,i.language),e.result={language:i.language,re:i.relevance,relevance:i.relevance},i.secondBest&&(e.secondBest={language:i.secondBest.language,relevance:i.secondBest.relevance}),ce(`after:highlightElement`,{el:e,result:i,text:r})}function T(e){l=Ue(l,e)}let E=()=>{te(),Ae(`10.6.0`,`initHighlighting() deprecated. Use highlightAll() now.`)};function ee(){te(),Ae(`10.6.0`,`initHighlightingOnLoad() deprecated. Use highlightAll() now.`)}let D=!1;function te(){function e(){te()}if(document.readyState===`loading`){D||window.addEventListener(`DOMContentLoaded`,e,!1),D=!0;return}document.querySelectorAll(l.cssSelector).forEach(w)}function O(n,r){let i=null;try{i=r(e)}catch(e){if(Oe(`Language definition for '{}' could not be registered.`.replace(`{}`,n)),o)Oe(e);else throw e;i=c}i.name||=n,t[n]=i,i.rawDefinition=r.bind(null,e),i.aliases&&A(i.aliases,{languageName:n})}function ne(e){delete t[e];for(let t of Object.keys(i))i[t]===e&&delete i[t]}function k(){return Object.keys(t)}function re(e){return e=(e||``).toLowerCase(),t[e]||t[i[e]]}function A(e,{languageName:t}){typeof e==`string`&&(e=[e]),e.forEach(e=>{i[e.toLowerCase()]=t})}function ie(e){let t=re(e);return t&&!t.disableAutodetect}function ae(e){e[`before:highlightBlock`]&&!e[`before:highlightElement`]&&(e[`before:highlightElement`]=t=>{e[`before:highlightBlock`](Object.assign({block:t.el},t))}),e[`after:highlightBlock`]&&!e[`after:highlightElement`]&&(e[`after:highlightElement`]=t=>{e[`after:highlightBlock`](Object.assign({block:t.el},t))})}function oe(e){ae(e),a.push(e)}function se(e){let t=a.indexOf(e);t!==-1&&a.splice(t,1)}function ce(e,t){let n=e;a.forEach(function(e){e[n]&&e[n](t)})}function j(e){return Ae(`10.7.0`,`highlightBlock will be removed entirely in v12.0`),Ae(`10.7.0`,`Please use highlightElement now.`),w(e)}Object.assign(e,{highlight:p,highlightAuto:S,highlightAll:te,highlightElement:w,highlightBlock:j,configure:T,initHighlighting:E,initHighlightingOnLoad:ee,registerLanguage:O,unregisterLanguage:ne,listLanguages:k,getLanguage:re,registerAliases:A,autoDetection:ie,inherit:Ue,addPlugin:oe,removePlugin:se}),e.debugMode=function(){o=!1},e.safeMode=function(){o=!0},e.versionString=Be,e.regex={concat:_,lookahead:m,either:y,optional:g,anyNumberOfTimes:h};for(let e in me)typeof me[e]==`object`&&n(me[e]);return Object.assign(e,me),e},qe=Ke({});qe.newInstance=()=>Ke({}),t.exports=qe,qe.HighlightJS=qe,qe.default=qe}))()).default;function jk(e){let t=e.regex,n={},r={begin:/\$\{/,end:/\}/,contains:[`self`,{begin:/:-/,contains:[n]}]};Object.assign(n,{className:`variable`,variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,`(?![\\w\\d])(?![$])`)},r]});let i={className:`subst`,begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},a=e.inherit(e.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:`comment`}}),o={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:`string`})]}},s={className:`string`,begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,n,i]};i.contains.push(s);let c={match:/\\"/},l={className:`string`,begin:/'/,end:/'/},u={match:/\\'/},d={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:`number`},e.NUMBER_MODE,n]},f=e.SHEBANG({binary:`(${[`fish`,`bash`,`zsh`,`sh`,`csh`,`ksh`,`tcsh`,`dash`,`scsh`].join(`|`)})`,relevance:10}),p={className:`function`,begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},m=[`if`,`then`,`else`,`elif`,`fi`,`time`,`for`,`while`,`until`,`in`,`do`,`done`,`case`,`esac`,`coproc`,`function`,`select`],h=[`true`,`false`],g={match:/(\/[a-z._-]+)+/},_=[`break`,`cd`,`continue`,`eval`,`exec`,`exit`,`export`,`getopts`,`hash`,`pwd`,`readonly`,`return`,`shift`,`test`,`times`,`trap`,`umask`,`unset`],v=[`alias`,`bind`,`builtin`,`caller`,`command`,`declare`,`echo`,`enable`,`help`,`let`,`local`,`logout`,`mapfile`,`printf`,`read`,`readarray`,`source`,`sudo`,`type`,`typeset`,`ulimit`,`unalias`],y=`autoload.bg.bindkey.bye.cap.chdir.clone.comparguments.compcall.compctl.compdescribe.compfiles.compgroups.compquote.comptags.comptry.compvalues.dirs.disable.disown.echotc.echoti.emulate.fc.fg.float.functions.getcap.getln.history.integer.jobs.kill.limit.log.noglob.popd.print.pushd.pushln.rehash.sched.setcap.setopt.stat.suspend.ttyctl.unfunction.unhash.unlimit.unsetopt.vared.wait.whence.where.which.zcompile.zformat.zftp.zle.zmodload.zparseopts.zprof.zpty.zregexparse.zsocket.zstyle.ztcp`.split(`.`),b=`chcon.chgrp.chown.chmod.cp.dd.df.dir.dircolors.ln.ls.mkdir.mkfifo.mknod.mktemp.mv.realpath.rm.rmdir.shred.sync.touch.truncate.vdir.b2sum.base32.base64.cat.cksum.comm.csplit.cut.expand.fmt.fold.head.join.md5sum.nl.numfmt.od.paste.ptx.pr.sha1sum.sha224sum.sha256sum.sha384sum.sha512sum.shuf.sort.split.sum.tac.tail.tr.tsort.unexpand.uniq.wc.arch.basename.chroot.date.dirname.du.echo.env.expr.factor.groups.hostid.id.link.logname.nice.nohup.nproc.pathchk.pinky.printenv.printf.pwd.readlink.runcon.seq.sleep.stat.stdbuf.stty.tee.test.timeout.tty.uname.unlink.uptime.users.who.whoami.yes`.split(`.`);return{name:`Bash`,aliases:[`sh`,`zsh`],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:m,literal:h,built_in:[..._,...v,`set`,`shopt`,...y,...b]},contains:[f,e.SHEBANG(),p,d,a,o,g,s,c,l,u,n]}}var Mk=e=>({IMPORTANT:{scope:`meta`,begin:`!important`},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:`number`,begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:`built_in`,begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:`selector-attr`,begin:/\[/,end:/\]/,illegal:`$`,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:`number`,begin:e.NUMBER_RE+`(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?`,relevance:0},CSS_VARIABLE:{className:`attr`,begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),Nk=`a.abbr.address.article.aside.audio.b.blockquote.body.button.canvas.caption.cite.code.dd.del.details.dfn.div.dl.dt.em.fieldset.figcaption.figure.footer.form.h1.h2.h3.h4.h5.h6.header.hgroup.html.i.iframe.img.input.ins.kbd.label.legend.li.main.mark.menu.nav.object.ol.optgroup.option.p.picture.q.quote.samp.section.select.source.span.strong.summary.sup.table.tbody.td.textarea.tfoot.th.thead.time.tr.ul.var.video`.split(`.`),Pk=`defs.g.marker.mask.pattern.svg.switch.symbol.feBlend.feColorMatrix.feComponentTransfer.feComposite.feConvolveMatrix.feDiffuseLighting.feDisplacementMap.feFlood.feGaussianBlur.feImage.feMerge.feMorphology.feOffset.feSpecularLighting.feTile.feTurbulence.linearGradient.radialGradient.stop.circle.ellipse.image.line.path.polygon.polyline.rect.text.use.textPath.tspan.foreignObject.clipPath`.split(`.`),Fk=[...Nk,...Pk],Ik=`any-hover.any-pointer.aspect-ratio.color.color-gamut.color-index.device-aspect-ratio.device-height.device-width.display-mode.forced-colors.grid.height.hover.inverted-colors.monochrome.orientation.overflow-block.overflow-inline.pointer.prefers-color-scheme.prefers-contrast.prefers-reduced-motion.prefers-reduced-transparency.resolution.scan.scripting.update.width.min-width.max-width.min-height.max-height`.split(`.`).sort().reverse(),Lk=`active.any-link.blank.checked.current.default.defined.dir.disabled.drop.empty.enabled.first.first-child.first-of-type.fullscreen.future.focus.focus-visible.focus-within.has.host.host-context.hover.indeterminate.in-range.invalid.is.lang.last-child.last-of-type.left.link.local-link.not.nth-child.nth-col.nth-last-child.nth-last-col.nth-last-of-type.nth-of-type.only-child.only-of-type.optional.out-of-range.past.placeholder-shown.read-only.read-write.required.right.root.scope.target.target-within.user-invalid.valid.visited.where`.split(`.`).sort().reverse(),Rk=[`after`,`backdrop`,`before`,`cue`,`cue-region`,`first-letter`,`first-line`,`grammar-error`,`marker`,`part`,`placeholder`,`selection`,`slotted`,`spelling-error`].sort().reverse(),zk=`accent-color.align-content.align-items.align-self.alignment-baseline.all.anchor-name.animation.animation-composition.animation-delay.animation-direction.animation-duration.animation-fill-mode.animation-iteration-count.animation-name.animation-play-state.animation-range.animation-range-end.animation-range-start.animation-timeline.animation-timing-function.appearance.aspect-ratio.backdrop-filter.backface-visibility.background.background-attachment.background-blend-mode.background-clip.background-color.background-image.background-origin.background-position.background-position-x.background-position-y.background-repeat.background-size.baseline-shift.block-size.border.border-block.border-block-color.border-block-end.border-block-end-color.border-block-end-style.border-block-end-width.border-block-start.border-block-start-color.border-block-start-style.border-block-start-width.border-block-style.border-block-width.border-bottom.border-bottom-color.border-bottom-left-radius.border-bottom-right-radius.border-bottom-style.border-bottom-width.border-collapse.border-color.border-end-end-radius.border-end-start-radius.border-image.border-image-outset.border-image-repeat.border-image-slice.border-image-source.border-image-width.border-inline.border-inline-color.border-inline-end.border-inline-end-color.border-inline-end-style.border-inline-end-width.border-inline-start.border-inline-start-color.border-inline-start-style.border-inline-start-width.border-inline-style.border-inline-width.border-left.border-left-color.border-left-style.border-left-width.border-radius.border-right.border-right-color.border-right-style.border-right-width.border-spacing.border-start-end-radius.border-start-start-radius.border-style.border-top.border-top-color.border-top-left-radius.border-top-right-radius.border-top-style.border-top-width.border-width.bottom.box-align.box-decoration-break.box-direction.box-flex.box-flex-group.box-lines.box-ordinal-group.box-orient.box-pack.box-shadow.box-sizing.break-after.break-before.break-inside.caption-side.caret-color.clear.clip.clip-path.clip-rule.color.color-interpolation.color-interpolation-filters.color-profile.color-rendering.color-scheme.column-count.column-fill.column-gap.column-rule.column-rule-color.column-rule-style.column-rule-width.column-span.column-width.columns.contain.contain-intrinsic-block-size.contain-intrinsic-height.contain-intrinsic-inline-size.contain-intrinsic-size.contain-intrinsic-width.container.container-name.container-type.content.content-visibility.counter-increment.counter-reset.counter-set.cue.cue-after.cue-before.cursor.cx.cy.direction.display.dominant-baseline.empty-cells.enable-background.field-sizing.fill.fill-opacity.fill-rule.filter.flex.flex-basis.flex-direction.flex-flow.flex-grow.flex-shrink.flex-wrap.float.flood-color.flood-opacity.flow.font.font-display.font-family.font-feature-settings.font-kerning.font-language-override.font-optical-sizing.font-palette.font-size.font-size-adjust.font-smooth.font-smoothing.font-stretch.font-style.font-synthesis.font-synthesis-position.font-synthesis-small-caps.font-synthesis-style.font-synthesis-weight.font-variant.font-variant-alternates.font-variant-caps.font-variant-east-asian.font-variant-emoji.font-variant-ligatures.font-variant-numeric.font-variant-position.font-variation-settings.font-weight.forced-color-adjust.gap.glyph-orientation-horizontal.glyph-orientation-vertical.grid.grid-area.grid-auto-columns.grid-auto-flow.grid-auto-rows.grid-column.grid-column-end.grid-column-start.grid-gap.grid-row.grid-row-end.grid-row-start.grid-template.grid-template-areas.grid-template-columns.grid-template-rows.hanging-punctuation.height.hyphenate-character.hyphenate-limit-chars.hyphens.icon.image-orientation.image-rendering.image-resolution.ime-mode.initial-letter.initial-letter-align.inline-size.inset.inset-area.inset-block.inset-block-end.inset-block-start.inset-inline.inset-inline-end.inset-inline-start.isolation.justify-content.justify-items.justify-self.kerning.left.letter-spacing.lighting-color.line-break.line-height.line-height-step.list-style.list-style-image.list-style-position.list-style-type.margin.margin-block.margin-block-end.margin-block-start.margin-bottom.margin-inline.margin-inline-end.margin-inline-start.margin-left.margin-right.margin-top.margin-trim.marker.marker-end.marker-mid.marker-start.marks.mask.mask-border.mask-border-mode.mask-border-outset.mask-border-repeat.mask-border-slice.mask-border-source.mask-border-width.mask-clip.mask-composite.mask-image.mask-mode.mask-origin.mask-position.mask-repeat.mask-size.mask-type.masonry-auto-flow.math-depth.math-shift.math-style.max-block-size.max-height.max-inline-size.max-width.min-block-size.min-height.min-inline-size.min-width.mix-blend-mode.nav-down.nav-index.nav-left.nav-right.nav-up.none.normal.object-fit.object-position.offset.offset-anchor.offset-distance.offset-path.offset-position.offset-rotate.opacity.order.orphans.outline.outline-color.outline-offset.outline-style.outline-width.overflow.overflow-anchor.overflow-block.overflow-clip-margin.overflow-inline.overflow-wrap.overflow-x.overflow-y.overlay.overscroll-behavior.overscroll-behavior-block.overscroll-behavior-inline.overscroll-behavior-x.overscroll-behavior-y.padding.padding-block.padding-block-end.padding-block-start.padding-bottom.padding-inline.padding-inline-end.padding-inline-start.padding-left.padding-right.padding-top.page.page-break-after.page-break-before.page-break-inside.paint-order.pause.pause-after.pause-before.perspective.perspective-origin.place-content.place-items.place-self.pointer-events.position.position-anchor.position-visibility.print-color-adjust.quotes.r.resize.rest.rest-after.rest-before.right.rotate.row-gap.ruby-align.ruby-position.scale.scroll-behavior.scroll-margin.scroll-margin-block.scroll-margin-block-end.scroll-margin-block-start.scroll-margin-bottom.scroll-margin-inline.scroll-margin-inline-end.scroll-margin-inline-start.scroll-margin-left.scroll-margin-right.scroll-margin-top.scroll-padding.scroll-padding-block.scroll-padding-block-end.scroll-padding-block-start.scroll-padding-bottom.scroll-padding-inline.scroll-padding-inline-end.scroll-padding-inline-start.scroll-padding-left.scroll-padding-right.scroll-padding-top.scroll-snap-align.scroll-snap-stop.scroll-snap-type.scroll-timeline.scroll-timeline-axis.scroll-timeline-name.scrollbar-color.scrollbar-gutter.scrollbar-width.shape-image-threshold.shape-margin.shape-outside.shape-rendering.speak.speak-as.src.stop-color.stop-opacity.stroke.stroke-dasharray.stroke-dashoffset.stroke-linecap.stroke-linejoin.stroke-miterlimit.stroke-opacity.stroke-width.tab-size.table-layout.text-align.text-align-all.text-align-last.text-anchor.text-combine-upright.text-decoration.text-decoration-color.text-decoration-line.text-decoration-skip.text-decoration-skip-ink.text-decoration-style.text-decoration-thickness.text-emphasis.text-emphasis-color.text-emphasis-position.text-emphasis-style.text-indent.text-justify.text-orientation.text-overflow.text-rendering.text-shadow.text-size-adjust.text-transform.text-underline-offset.text-underline-position.text-wrap.text-wrap-mode.text-wrap-style.timeline-scope.top.touch-action.transform.transform-box.transform-origin.transform-style.transition.transition-behavior.transition-delay.transition-duration.transition-property.transition-timing-function.translate.unicode-bidi.user-modify.user-select.vector-effect.vertical-align.view-timeline.view-timeline-axis.view-timeline-inset.view-timeline-name.view-transition-name.visibility.voice-balance.voice-duration.voice-family.voice-pitch.voice-range.voice-rate.voice-stress.voice-volume.white-space.white-space-collapse.widows.width.will-change.word-break.word-spacing.word-wrap.writing-mode.x.y.z-index.zoom`.split(`.`).sort().reverse();function Bk(e){let t=e.regex,n=Mk(e),r={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},i=/@-?\w[\w]*(-\w+)*/,a=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:`CSS`,case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:`from to`},classNameAliases:{keyframePosition:`selector-tag`},contains:[n.BLOCK_COMMENT,r,n.CSS_NUMBER_MODE,{className:`selector-id`,begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:`selector-class`,begin:`\\.[a-zA-Z-][a-zA-Z0-9_-]*`,relevance:0},n.ATTRIBUTE_SELECTOR_MODE,{className:`selector-pseudo`,variants:[{begin:`:(`+Lk.join(`|`)+`)`},{begin:`:(:)?(`+Rk.join(`|`)+`)`}]},n.CSS_VARIABLE,{className:`attribute`,begin:`\\b(`+zk.join(`|`)+`)\\b`},{begin:/:/,end:/[;}{]/,contains:[n.BLOCK_COMMENT,n.HEXCOLOR,n.IMPORTANT,n.CSS_NUMBER_MODE,...a,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:`url data-uri`},contains:[...a,{className:`string`,begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},n.FUNCTION_DISPATCH]},{begin:t.lookahead(/@/),end:`[{;]`,relevance:0,illegal:/:/,contains:[{className:`keyword`,begin:i},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:`and or not only`,attribute:Ik.join(` `)},contains:[{begin:/[a-z-]+(?=:)/,className:`attribute`},...a,n.CSS_NUMBER_MODE]}]},{className:`selector-tag`,begin:`\\b(`+Fk.join(`|`)+`)\\b`}]}}function Vk(e){let t=e.regex;return{name:`Diff`,aliases:[`patch`],contains:[{className:`meta`,relevance:10,match:t.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:`comment`,variants:[{begin:t.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:`addition`,begin:/^\+/,end:/$/},{className:`deletion`,begin:/^-/,end:/$/},{className:`addition`,begin:/^!/,end:/$/}]}}var Hk=`[A-Za-z$_][0-9A-Za-z$_]*`,Uk=`as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends.using`.split(`.`),Wk=[`true`,`false`,`null`,`undefined`,`NaN`,`Infinity`],Gk=`Object.Function.Boolean.Symbol.Math.Date.Number.BigInt.String.RegExp.Array.Float32Array.Float64Array.Int8Array.Uint8Array.Uint8ClampedArray.Int16Array.Int32Array.Uint16Array.Uint32Array.BigInt64Array.BigUint64Array.Set.Map.WeakSet.WeakMap.ArrayBuffer.SharedArrayBuffer.Atomics.DataView.JSON.Promise.Generator.GeneratorFunction.AsyncFunction.Reflect.Proxy.Intl.WebAssembly`.split(`.`),Kk=[`Error`,`EvalError`,`InternalError`,`RangeError`,`ReferenceError`,`SyntaxError`,`TypeError`,`URIError`],qk=[`setInterval`,`setTimeout`,`clearInterval`,`clearTimeout`,`require`,`exports`,`eval`,`isFinite`,`isNaN`,`parseFloat`,`parseInt`,`decodeURI`,`decodeURIComponent`,`encodeURI`,`encodeURIComponent`,`escape`,`unescape`],Jk=[`arguments`,`this`,`super`,`console`,`window`,`document`,`localStorage`,`sessionStorage`,`module`,`global`],Yk=[].concat(qk,Gk,Kk);function Xk(e){let t=e.regex,n=(e,{after:t})=>{let n=`</`+e[0].slice(1);return e.input.indexOf(n,t)!==-1},r=Hk,i={begin:`<>`,end:`</>`},a=/<[A-Za-z0-9\\._:-]+\s*\/>/,o={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,t)=>{let r=e[0].length+e.index,i=e.input[r];if(i===`<`||i===`,`){t.ignoreMatch();return}i===`>`&&(n(e,{after:r})||t.ignoreMatch());let a,o=e.input.substring(r);if(a=o.match(/^\s*=/)){t.ignoreMatch();return}if((a=o.match(/^\s+extends\s+/))&&a.index===0){t.ignoreMatch();return}}},s={$pattern:Hk,keyword:Uk,literal:Wk,built_in:Yk,"variable.language":Jk},c=`[0-9](_?[0-9])*`,l=`\\.(${c})`,u=`0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*`,d={className:`number`,variants:[{begin:`(\\b(${u})((${l})|\\.)?|(${l}))[eE][+-]?(${c})\\b`},{begin:`\\b(${u})\\b((${l})\\b|\\.)?|(${l})\\b`},{begin:`\\b(0|[1-9](_?[0-9])*)n\\b`},{begin:`\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b`},{begin:`\\b0[bB][0-1](_?[0-1])*n?\\b`},{begin:`\\b0[oO][0-7](_?[0-7])*n?\\b`},{begin:`\\b0[0-7]+n?\\b`}],relevance:0},f={className:`subst`,begin:`\\$\\{`,end:`\\}`,keywords:s,contains:[]},p={begin:".?html`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`xml`}},m={begin:".?css`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`css`}},h={begin:".?gql`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`graphql`}},g={className:`string`,begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,f]},_={className:`comment`,variants:[e.COMMENT(/\/\*\*(?!\/)/,`\\*/`,{relevance:0,contains:[{begin:`(?=@[A-Za-z]+)`,relevance:0,contains:[{className:`doctag`,begin:`@[A-Za-z]+`},{className:`type`,begin:`\\{`,end:`\\}`,excludeEnd:!0,excludeBegin:!0,relevance:0},{className:`variable`,begin:r+`(?=\\s*(-)|$)`,endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},v=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,{match:/\$\d+/},d];f.contains=v.concat({begin:/\{/,end:/\}/,keywords:s,contains:[`self`].concat(v)});let y=[].concat(_,f.contains),b=y.concat([{begin:/(\s*)\(/,end:/\)/,keywords:s,contains:[`self`].concat(y)}]),x={className:`params`,begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b},S={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,`(`,t.concat(/\./,r),`)*`)],scope:{1:`keyword`,3:`title.class`,5:`keyword`,7:`title.class.inherited`}},{match:[/class/,/\s+/,r],scope:{1:`keyword`,3:`title.class`}}]},C={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:`title.class`,keywords:{_:[...Gk,...Kk]}},w={label:`use_strict`,className:`meta`,relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},T={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:`keyword`,3:`title.function`},label:`func.def`,contains:[x],illegal:/%/},E={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:`variable.constant`};function ee(e){return t.concat(`(?!`,e.join(`|`),`)`)}let D={match:t.concat(/\b/,ee([...qk,`super`,`import`].map(e=>`${e}\\s*\\(`)),r,t.lookahead(/\s*\(/)),className:`title.function`,relevance:0},te={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:`prototype`,className:`property`,relevance:0},O={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:`keyword`,3:`title.function`},contains:[{begin:/\(\)/},x]},ne=`(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|`+e.UNDERSCORE_IDENT_RE+`)\\s*=>`,k={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(ne)],keywords:`async`,className:{1:`keyword`,3:`title.function`},contains:[x]};return{name:`JavaScript`,aliases:[`js`,`jsx`,`mjs`,`cjs`],keywords:s,exports:{PARAMS_CONTAINS:b,CLASS_REFERENCE:C},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:`shebang`,binary:`node`,relevance:5}),w,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,_,{match:/\$\d+/},d,C,{scope:`attr`,match:r+t.lookahead(`:`),relevance:0},k,{begin:`(`+e.RE_STARTERS_RE+`|\\b(case|return|throw)\\b)\\s*`,keywords:`return throw case`,relevance:0,contains:[_,e.REGEXP_MODE,{className:`function`,begin:ne,returnBegin:!0,end:`\\s*=>`,contains:[{className:`params`,variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:a},{begin:o.begin,"on:begin":o.isTrulyOpeningTag,end:o.end}],subLanguage:`xml`,contains:[{begin:o.begin,end:o.end,skip:!0,contains:[`self`]}]}]},T,{beginKeywords:`while if switch catch for`},{begin:`\\b(?!function)`+e.UNDERSCORE_IDENT_RE+`\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{`,returnBegin:!0,label:`func.def`,contains:[x,e.inherit(e.TITLE_MODE,{begin:r,className:`title.function`})]},{match:/\.\.\./,relevance:0},te,{match:`\\$`+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:`title.function`},contains:[x]},D,E,S,O,{match:/\$[(.]/}]}}function Zk(e){let t={className:`attr`,begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},n={match:/[{}[\],:]/,className:`punctuation`,relevance:0},r=[`true`,`false`,`null`],i={scope:`literal`,beginKeywords:r.join(` `)};return{name:`JSON`,aliases:[`jsonc`],keywords:{literal:r},contains:[t,n,e.QUOTE_STRING_MODE,i,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:`\\S`}}function Qk(e){let t=e.regex,n={begin:/<\/?[A-Za-z_]/,end:`>`,subLanguage:`xml`,relevance:0},r={begin:`^[-\\*]{3,}`,end:`$`},i={className:`code`,variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:`(~{3,})[^~](.|\\n)*?\\1~*[ ]*`},{begin:"```",end:"```+[ ]*$"},{begin:`~~~`,end:`~~~+[ ]*$`},{begin:"`.+?`"},{begin:`(?=^( {4}|\\t))`,contains:[{begin:`^( {4}|\\t)`,end:`(\\n)$`}],relevance:0}]},a={className:`bullet`,begin:`^[ ]*([*+-]|(\\d+\\.))(?=\\s+)`,end:`\\s+`,excludeEnd:!0},o={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:`symbol`,begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:`link`,begin:/:\s*/,end:/$/,excludeBegin:!0}]},s={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:t.concat(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:`string`,relevance:0,begin:`\\[`,end:`\\]`,excludeBegin:!0,returnEnd:!0},{className:`link`,relevance:0,begin:`\\]\\(`,end:`\\)`,excludeBegin:!0,excludeEnd:!0},{className:`symbol`,relevance:0,begin:`\\]\\[`,end:`\\]`,excludeBegin:!0,excludeEnd:!0}]},c={className:`strong`,contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},l={className:`emphasis`,contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},u=e.inherit(c,{contains:[]}),d=e.inherit(l,{contains:[]});c.contains.push(d),l.contains.push(u);let f=[n,s];return[c,l,u,d].forEach(e=>{e.contains=e.contains.concat(f)}),f=f.concat(c,l),{name:`Markdown`,aliases:[`md`,`mkdown`,`mkd`],contains:[{className:`section`,variants:[{begin:`^#{1,6}`,end:`$`,contains:f},{begin:`(?=^.+?\\n[=-]{2,}$)`,contains:[{begin:`^[=-]*$`},{begin:`^`,end:`\\n`,contains:f}]}]},n,a,c,l,{className:`quote`,begin:`^>\\s+`,contains:f,end:`$`},i,r,s,o,{scope:`literal`,match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}function $k(e){let t=e.regex,n=/[\p{XID_Start}_]\p{XID_Continue}*/u,r=`and.as.assert.async.await.break.case.class.continue.def.del.elif.else.except.finally.for.from.global.if.import.in.is.lambda.match.nonlocal|10.not.or.pass.raise.return.try.while.with.yield`.split(`.`),i={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:r,built_in:`__import__.abs.all.any.ascii.bin.bool.breakpoint.bytearray.bytes.callable.chr.classmethod.compile.complex.delattr.dict.dir.divmod.enumerate.eval.exec.filter.float.format.frozenset.getattr.globals.hasattr.hash.help.hex.id.input.int.isinstance.issubclass.iter.len.list.locals.map.max.memoryview.min.next.object.oct.open.ord.pow.print.property.range.repr.reversed.round.set.setattr.slice.sorted.staticmethod.str.sum.super.tuple.type.vars.zip`.split(`.`),literal:[`__debug__`,`Ellipsis`,`False`,`None`,`NotImplemented`,`True`],type:[`Any`,`Callable`,`Coroutine`,`Dict`,`List`,`Literal`,`Generic`,`Optional`,`Sequence`,`Set`,`Tuple`,`Type`,`Union`]},a={className:`meta`,begin:/^(>>>|\.\.\.) /},o={className:`subst`,begin:/\{/,end:/\}/,keywords:i,illegal:/#/},s={begin:/\{\{/,relevance:0},c={className:`string`,contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,s,o]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,s,o]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,s,o]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,o]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},l=`[0-9](_?[0-9])*`,u=`(\\b(${l}))?\\.(${l})|\\b(${l})\\.`,d=`\\b|${r.join(`|`)}`,f={className:`number`,relevance:0,variants:[{begin:`(\\b(${l})|(${u}))[eE][+-]?(${l})[jJ]?(?=${d})`},{begin:`(${u})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${d})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${d})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${d})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${d})`},{begin:`\\b(${l})[jJ](?=${d})`}]},p={className:`comment`,begin:t.lookahead(/# type:/),end:/$/,keywords:i,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},m={className:`params`,variants:[{className:``,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:i,contains:[`self`,a,f,c,e.HASH_COMMENT_MODE]}]};return o.contains=[c,f,a],{name:`Python`,aliases:[`py`,`gyp`,`ipython`],unicodeRegex:!0,keywords:i,illegal:/(<\/|\?)|=>/,contains:[a,f,{scope:`variable.language`,match:/\bself\b/},{beginKeywords:`if`,relevance:0},{match:/\bor\b/,scope:`keyword`},c,p,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,n],scope:{1:`keyword`,3:`title.function`},contains:[m]},{variants:[{match:[/\bclass/,/\s+/,n,/\s*/,/\(\s*/,n,/\s*\)/]},{match:[/\bclass/,/\s+/,n]}],scope:{1:`keyword`,3:`title.class`,6:`title.class.inherited`}},{className:`meta`,begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[f,m,c]}]}}function eA(e){return{name:`Shell Session`,aliases:[`console`,`shellsession`],contains:[{className:`meta.prompt`,begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:`bash`}}]}}function tA(e){let t=e.regex,n=e.COMMENT(`--`,`$`),r={scope:`string`,variants:[{begin:/'/,end:/'/,contains:[{match:/''/}]}]},i={begin:/"/,end:/"/,contains:[{match:/""/}]},a=[`true`,`false`,`unknown`],o=[`double precision`,`large object`,`with timezone`,`without timezone`],s=`bigint.binary.blob.boolean.char.character.clob.date.dec.decfloat.decimal.float.int.integer.interval.nchar.nclob.national.numeric.real.row.smallint.time.timestamp.varchar.varying.varbinary`.split(`.`),c=[`add`,`asc`,`collation`,`desc`,`final`,`first`,`last`,`view`],l=`abs.acos.all.allocate.alter.and.any.are.array.array_agg.array_max_cardinality.as.asensitive.asin.asymmetric.at.atan.atomic.authorization.avg.begin.begin_frame.begin_partition.between.bigint.binary.blob.boolean.both.by.call.called.cardinality.cascaded.case.cast.ceil.ceiling.char.char_length.character.character_length.check.classifier.clob.close.coalesce.collate.collect.column.commit.condition.connect.constraint.contains.convert.copy.corr.corresponding.cos.cosh.count.covar_pop.covar_samp.create.cross.cube.cume_dist.current.current_catalog.current_date.current_default_transform_group.current_path.current_role.current_row.current_schema.current_time.current_timestamp.current_path.current_role.current_transform_group_for_type.current_user.cursor.cycle.date.day.deallocate.dec.decimal.decfloat.declare.default.define.delete.dense_rank.deref.describe.deterministic.disconnect.distinct.double.drop.dynamic.each.element.else.empty.end.end_frame.end_partition.end-exec.equals.escape.every.except.exec.execute.exists.exp.external.extract.false.fetch.filter.first_value.float.floor.for.foreign.frame_row.free.from.full.function.fusion.get.global.grant.group.grouping.groups.having.hold.hour.identity.in.indicator.initial.inner.inout.insensitive.insert.int.integer.intersect.intersection.interval.into.is.join.json_array.json_arrayagg.json_exists.json_object.json_objectagg.json_query.json_table.json_table_primitive.json_value.lag.language.large.last_value.lateral.lead.leading.left.like.like_regex.listagg.ln.local.localtime.localtimestamp.log.log10.lower.match.match_number.match_recognize.matches.max.member.merge.method.min.minute.mod.modifies.module.month.multiset.national.natural.nchar.nclob.new.no.none.normalize.not.nth_value.ntile.null.nullif.numeric.octet_length.occurrences_regex.of.offset.old.omit.on.one.only.open.or.order.out.outer.over.overlaps.overlay.parameter.partition.pattern.per.percent.percent_rank.percentile_cont.percentile_disc.period.portion.position.position_regex.power.precedes.precision.prepare.primary.procedure.ptf.range.rank.reads.real.recursive.ref.references.referencing.regr_avgx.regr_avgy.regr_count.regr_intercept.regr_r2.regr_slope.regr_sxx.regr_sxy.regr_syy.release.result.return.returns.revoke.right.rollback.rollup.row.row_number.rows.running.savepoint.scope.scroll.search.second.seek.select.sensitive.session_user.set.show.similar.sin.sinh.skip.smallint.some.specific.specifictype.sql.sqlexception.sqlstate.sqlwarning.sqrt.start.static.stddev_pop.stddev_samp.submultiset.subset.substring.substring_regex.succeeds.sum.symmetric.system.system_time.system_user.table.tablesample.tan.tanh.then.time.timestamp.timezone_hour.timezone_minute.to.trailing.translate.translate_regex.translation.treat.trigger.trim.trim_array.true.truncate.uescape.union.unique.unknown.unnest.update.upper.user.using.value.values.value_of.var_pop.var_samp.varbinary.varchar.varying.versioning.when.whenever.where.width_bucket.window.with.within.without.year`.split(`.`),u=`abs.acos.array_agg.asin.atan.avg.cast.ceil.ceiling.coalesce.corr.cos.cosh.count.covar_pop.covar_samp.cume_dist.dense_rank.deref.element.exp.extract.first_value.floor.json_array.json_arrayagg.json_exists.json_object.json_objectagg.json_query.json_table.json_table_primitive.json_value.lag.last_value.lead.listagg.ln.log.log10.lower.max.min.mod.nth_value.ntile.nullif.percent_rank.percentile_cont.percentile_disc.position.position_regex.power.rank.regr_avgx.regr_avgy.regr_count.regr_intercept.regr_r2.regr_slope.regr_sxx.regr_sxy.regr_syy.row_number.sin.sinh.sqrt.stddev_pop.stddev_samp.substring.substring_regex.sum.tan.tanh.translate.translate_regex.treat.trim.trim_array.unnest.upper.value_of.var_pop.var_samp.width_bucket`.split(`.`),d=[`current_catalog`,`current_date`,`current_default_transform_group`,`current_path`,`current_role`,`current_schema`,`current_transform_group_for_type`,`current_user`,`session_user`,`system_time`,`system_user`,`current_time`,`localtime`,`current_timestamp`,`localtimestamp`],f=[`create table`,`insert into`,`primary key`,`foreign key`,`not null`,`alter table`,`add constraint`,`grouping sets`,`on overflow`,`character set`,`respect nulls`,`ignore nulls`,`nulls first`,`nulls last`,`depth first`,`breadth first`],p=u,m=[...l,...c].filter(e=>!u.includes(e)),h={scope:`variable`,match:/@[a-z0-9][a-z0-9_]*/},g={scope:`operator`,match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},_={match:t.concat(/\b/,t.either(...p),/\s*\(/),relevance:0,keywords:{built_in:p}};function v(e){return t.concat(/\b/,t.either(...e.map(e=>e.replace(/\s+/,`\\s+`))),/\b/)}let y={scope:`keyword`,match:v(f),relevance:0};function b(e,{exceptions:t,when:n}={}){let r=n;return t||=[],e.map(e=>e.match(/\|\d+$/)||t.includes(e)?e:r(e)?`${e}|0`:e)}return{name:`SQL`,case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:b(m,{when:e=>e.length<3}),literal:a,type:s,built_in:d},contains:[{scope:`type`,match:v(o)},y,_,h,r,i,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,g]}}var nA=`[A-Za-z$_][0-9A-Za-z$_]*`,rA=`as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends.using`.split(`.`),iA=[`true`,`false`,`null`,`undefined`,`NaN`,`Infinity`],aA=`Object.Function.Boolean.Symbol.Math.Date.Number.BigInt.String.RegExp.Array.Float32Array.Float64Array.Int8Array.Uint8Array.Uint8ClampedArray.Int16Array.Int32Array.Uint16Array.Uint32Array.BigInt64Array.BigUint64Array.Set.Map.WeakSet.WeakMap.ArrayBuffer.SharedArrayBuffer.Atomics.DataView.JSON.Promise.Generator.GeneratorFunction.AsyncFunction.Reflect.Proxy.Intl.WebAssembly`.split(`.`),oA=[`Error`,`EvalError`,`InternalError`,`RangeError`,`ReferenceError`,`SyntaxError`,`TypeError`,`URIError`],sA=[`setInterval`,`setTimeout`,`clearInterval`,`clearTimeout`,`require`,`exports`,`eval`,`isFinite`,`isNaN`,`parseFloat`,`parseInt`,`decodeURI`,`decodeURIComponent`,`encodeURI`,`encodeURIComponent`,`escape`,`unescape`],cA=[`arguments`,`this`,`super`,`console`,`window`,`document`,`localStorage`,`sessionStorage`,`module`,`global`],lA=[].concat(sA,aA,oA);function uA(e){let t=e.regex,n=(e,{after:t})=>{let n=`</`+e[0].slice(1);return e.input.indexOf(n,t)!==-1},r=nA,i={begin:`<>`,end:`</>`},a=/<[A-Za-z0-9\\._:-]+\s*\/>/,o={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,t)=>{let r=e[0].length+e.index,i=e.input[r];if(i===`<`||i===`,`){t.ignoreMatch();return}i===`>`&&(n(e,{after:r})||t.ignoreMatch());let a,o=e.input.substring(r);if(a=o.match(/^\s*=/)){t.ignoreMatch();return}if((a=o.match(/^\s+extends\s+/))&&a.index===0){t.ignoreMatch();return}}},s={$pattern:nA,keyword:rA,literal:iA,built_in:lA,"variable.language":cA},c=`[0-9](_?[0-9])*`,l=`\\.(${c})`,u=`0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*`,d={className:`number`,variants:[{begin:`(\\b(${u})((${l})|\\.)?|(${l}))[eE][+-]?(${c})\\b`},{begin:`\\b(${u})\\b((${l})\\b|\\.)?|(${l})\\b`},{begin:`\\b(0|[1-9](_?[0-9])*)n\\b`},{begin:`\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b`},{begin:`\\b0[bB][0-1](_?[0-1])*n?\\b`},{begin:`\\b0[oO][0-7](_?[0-7])*n?\\b`},{begin:`\\b0[0-7]+n?\\b`}],relevance:0},f={className:`subst`,begin:`\\$\\{`,end:`\\}`,keywords:s,contains:[]},p={begin:".?html`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`xml`}},m={begin:".?css`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`css`}},h={begin:".?gql`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`graphql`}},g={className:`string`,begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,f]},_={className:`comment`,variants:[e.COMMENT(/\/\*\*(?!\/)/,`\\*/`,{relevance:0,contains:[{begin:`(?=@[A-Za-z]+)`,relevance:0,contains:[{className:`doctag`,begin:`@[A-Za-z]+`},{className:`type`,begin:`\\{`,end:`\\}`,excludeEnd:!0,excludeBegin:!0,relevance:0},{className:`variable`,begin:r+`(?=\\s*(-)|$)`,endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},v=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,{match:/\$\d+/},d];f.contains=v.concat({begin:/\{/,end:/\}/,keywords:s,contains:[`self`].concat(v)});let y=[].concat(_,f.contains),b=y.concat([{begin:/(\s*)\(/,end:/\)/,keywords:s,contains:[`self`].concat(y)}]),x={className:`params`,begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b},S={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,`(`,t.concat(/\./,r),`)*`)],scope:{1:`keyword`,3:`title.class`,5:`keyword`,7:`title.class.inherited`}},{match:[/class/,/\s+/,r],scope:{1:`keyword`,3:`title.class`}}]},C={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:`title.class`,keywords:{_:[...aA,...oA]}},w={label:`use_strict`,className:`meta`,relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},T={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:`keyword`,3:`title.function`},label:`func.def`,contains:[x],illegal:/%/},E={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:`variable.constant`};function ee(e){return t.concat(`(?!`,e.join(`|`),`)`)}let D={match:t.concat(/\b/,ee([...sA,`super`,`import`].map(e=>`${e}\\s*\\(`)),r,t.lookahead(/\s*\(/)),className:`title.function`,relevance:0},te={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:`prototype`,className:`property`,relevance:0},O={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:`keyword`,3:`title.function`},contains:[{begin:/\(\)/},x]},ne=`(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|`+e.UNDERSCORE_IDENT_RE+`)\\s*=>`,k={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(ne)],keywords:`async`,className:{1:`keyword`,3:`title.function`},contains:[x]};return{name:`JavaScript`,aliases:[`js`,`jsx`,`mjs`,`cjs`],keywords:s,exports:{PARAMS_CONTAINS:b,CLASS_REFERENCE:C},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:`shebang`,binary:`node`,relevance:5}),w,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,_,{match:/\$\d+/},d,C,{scope:`attr`,match:r+t.lookahead(`:`),relevance:0},k,{begin:`(`+e.RE_STARTERS_RE+`|\\b(case|return|throw)\\b)\\s*`,keywords:`return throw case`,relevance:0,contains:[_,e.REGEXP_MODE,{className:`function`,begin:ne,returnBegin:!0,end:`\\s*=>`,contains:[{className:`params`,variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:a},{begin:o.begin,"on:begin":o.isTrulyOpeningTag,end:o.end}],subLanguage:`xml`,contains:[{begin:o.begin,end:o.end,skip:!0,contains:[`self`]}]}]},T,{beginKeywords:`while if switch catch for`},{begin:`\\b(?!function)`+e.UNDERSCORE_IDENT_RE+`\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{`,returnBegin:!0,label:`func.def`,contains:[x,e.inherit(e.TITLE_MODE,{begin:r,className:`title.function`})]},{match:/\.\.\./,relevance:0},te,{match:`\\$`+r,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:`title.function`},contains:[x]},D,E,S,O,{match:/\$[(.]/}]}}function dA(e){let t=e.regex,n=uA(e),r=nA,i=[`any`,`void`,`number`,`boolean`,`string`,`object`,`never`,`symbol`,`bigint`,`unknown`],a={begin:[/namespace/,/\s+/,e.IDENT_RE],beginScope:{1:`keyword`,3:`title.class`}},o={beginKeywords:`interface`,end:/\{/,excludeEnd:!0,keywords:{keyword:`interface extends`,built_in:i},contains:[n.exports.CLASS_REFERENCE]},s={className:`meta`,relevance:10,begin:/^\s*['"]use strict['"]/},c={$pattern:nA,keyword:rA.concat([`type`,`interface`,`public`,`private`,`protected`,`implements`,`declare`,`abstract`,`readonly`,`enum`,`override`,`satisfies`]),literal:iA,built_in:lA.concat(i),"variable.language":cA},l={className:`meta`,begin:`@`+r},u=(e,t,n)=>{let r=e.contains.findIndex(e=>e.label===t);if(r===-1)throw Error(`can not find mode to replace`);e.contains.splice(r,1,n)};Object.assign(n.keywords,c),n.exports.PARAMS_CONTAINS.push(l);let d=n.contains.find(e=>e.scope===`attr`),f=Object.assign({},d,{match:t.concat(r,t.lookahead(/\s*\?:/))});n.exports.PARAMS_CONTAINS.push([n.exports.CLASS_REFERENCE,d,f]),n.contains=n.contains.concat([l,a,o,f]),u(n,`shebang`,e.SHEBANG()),u(n,`use_strict`,s);let p=n.contains.find(e=>e.label===`func.def`);return p.relevance=0,Object.assign(n,{name:`TypeScript`,aliases:[`ts`,`tsx`,`mts`,`cts`]}),n}function fA(e){let t=e.regex,n=t.concat(/[\p{L}_]/u,t.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),r=/[\p{L}0-9._:-]+/u,i={className:`symbol`,begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},a={begin:/\s/,contains:[{className:`keyword`,begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},o=e.inherit(a,{begin:/\(/,end:/\)/}),s=e.inherit(e.APOS_STRING_MODE,{className:`string`}),c=e.inherit(e.QUOTE_STRING_MODE,{className:`string`}),l={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:`attr`,begin:r,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:`string`,endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[i]},{begin:/'/,end:/'/,contains:[i]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:`HTML, XML`,aliases:[`html`,`xhtml`,`rss`,`atom`,`xjb`,`xsd`,`xsl`,`plist`,`wsf`,`svg`],case_insensitive:!0,unicodeRegex:!0,contains:[{className:`meta`,begin:/<![a-z]/,end:/>/,relevance:10,contains:[a,c,s,o,{begin:/\[/,end:/\]/,contains:[{className:`meta`,begin:/<![a-z]/,end:/>/,contains:[a,o,c,s]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},i,{className:`meta`,end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[c]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:`tag`,begin:/<style(?=\s|>)/,end:/>/,keywords:{name:`style`},contains:[l],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:[`css`,`xml`]}},{className:`tag`,begin:/<script(?=\s|>)/,end:/>/,keywords:{name:`script`},contains:[l],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:[`javascript`,`handlebars`,`xml`]}},{className:`tag`,begin:/<>|<\/>/},{className:`tag`,begin:t.concat(/</,t.lookahead(t.concat(n,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:`name`,begin:n,relevance:0,starts:l}]},{className:`tag`,begin:t.concat(/<\//,t.lookahead(t.concat(n,/>/))),contains:[{className:`name`,begin:n,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}function pA(e){let t=`true false yes no null`,n=`[\\w#;/?:@&=+$,.~*'()[\\]]+`,r={className:`attr`,variants:[{begin:/[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/},{begin:/"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/},{begin:/'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/}]},i={className:`template-variable`,variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},a={className:`string`,relevance:0,begin:/'/,end:/'/,contains:[{match:/''/,scope:`char.escape`,relevance:0}]},o={className:`string`,relevance:0,variants:[{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,i]},s=e.inherit(o,{variants:[{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),c={className:`number`,begin:`\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b`},l={end:`,`,endsWithParent:!0,excludeEnd:!0,keywords:t,relevance:0},u={begin:/\{/,end:/\}/,contains:[l],illegal:`\\n`,relevance:0},d={begin:`\\[`,end:`\\]`,contains:[l],illegal:`\\n`,relevance:0},f=[r,{className:`meta`,begin:`^---\\s*$`,relevance:10},{className:`string`,begin:`[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*`},{begin:`<%[%=-]?`,end:`[%-]?%>`,subLanguage:`ruby`,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:`type`,begin:`!\\w+!`+n},{className:`type`,begin:`!<`+n+`>`},{className:`type`,begin:`!`+n},{className:`type`,begin:`!!`+n},{className:`meta`,begin:`&`+e.UNDERSCORE_IDENT_RE+`$`},{className:`meta`,begin:`\\*`+e.UNDERSCORE_IDENT_RE+`$`},{className:`bullet`,begin:`-(?=[ ]|$)`,relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},c,{className:`number`,begin:e.C_NUMBER_RE+`\\b`,relevance:0},u,d,a,o],p=[...f];return p.pop(),p.push(s),l.contains=p,{name:`YAML`,case_insensitive:!0,aliases:[`yml`],contains:f}}var mA=new Set([`text`,`txt`,`plain`,`plaintext`,`none`,`output`]),hA=[`typescript`,`javascript`,`json`,`bash`,`shell`,`python`,`css`,`xml`,`markdown`,`yaml`,`sql`,`diff`],gA=4,_A=[{name:`typescript`,language:dA,aliases:[`ts`,`tsx`]},{name:`javascript`,language:Xk,aliases:[`js`,`jsx`,`mjs`,`cjs`]},{name:`json`,language:Zk,aliases:[`jsonc`]},{name:`bash`,language:jk,aliases:[`sh`,`zsh`]},{name:`shell`,language:eA,aliases:[`console`,`terminal`]},{name:`python`,language:$k,aliases:[`py`]},{name:`css`,language:Bk},{name:`xml`,language:fA,aliases:[`html`,`svg`]},{name:`markdown`,language:Qk,aliases:[`md`,`mdx`]},{name:`yaml`,language:pA,aliases:[`yml`]},{name:`sql`,language:tA},{name:`diff`,language:Vk,aliases:[`patch`]}];function vA(e){return e.replace(/&/g,`&`).replace(/</g,`<`).replace(/>/g,`>`).replace(/"/g,`"`).replace(/'/g,`'`)}function yA(e){return e.trim().toLowerCase()}var bA=new class{constructor(){this.highlight=(e,t)=>{let n=yA(t);if(!e||mA.has(n))return this.createPlainTextResult(e,n||`text`);if(this.engine.getLanguage(n)){let t=this.engine.highlight(e,{language:n,ignoreIllegals:!0});return{html:t.value,language:t.language??n,highlighted:!0}}let r=this.engine.highlightAuto(e,hA);return r.language&&r.relevance>=gA?{html:r.value,language:r.language,highlighted:!0}:this.createPlainTextResult(e,n||`text`)},this.createPlainTextResult=(e,t)=>({html:vA(e),language:t,highlighted:!1}),this.engine=Ak.newInstance(),_A.forEach(e=>{this.engine.registerLanguage(e.name,e.language),e.aliases&&this.engine.registerAliases(e.aliases,{languageName:e.name})})}},xA=/language-([a-z0-9-]+)/i;function SA(e){return typeof e==`string`||typeof e==`number`?String(e):Array.isArray(e)?e.map(SA).join(``):``}function CA(e){let t=SA(e);return t.endsWith(`
|
|
49
|
-
`)?t.slice(0,-1):t}function wA(e){return(e?xA.exec(e):null)?.[1]?.toLowerCase()||`text`}function TA({className:e,children:t,texts:n}){let r=(0,P.useMemo)(()=>wA(e),[e]),i=(0,P.useMemo)(()=>CA(t),[t]),a=(0,P.useMemo)(()=>bA.highlight(i,r),[i,r]),o=(0,P.useMemo)(()=>{let t=`language-${a.language}`;return I(`hljs`,e,e?.includes(`language-`)?void 0:t)},[e,a.language]),{copied:s,copy:c}=kk({text:i});return(0,F.jsxs)(`div`,{className:`chat-codeblock`,children:[(0,F.jsxs)(`div`,{className:`chat-codeblock-toolbar`,children:[(0,F.jsx)(`span`,{className:`chat-codeblock-language`,children:r}),(0,F.jsxs)(`button`,{type:`button`,className:`chat-codeblock-copy`,onClick:()=>void c(),"aria-label":s?n.copiedCodeLabel:n.copyCodeLabel,children:[s?(0,F.jsx)(ct,{className:`h-3.5 w-3.5`}):(0,F.jsx)(Ya,{className:`h-3.5 w-3.5`}),(0,F.jsx)(`span`,{children:s?n.copiedCodeLabel:n.copyCodeLabel})]})]}),(0,F.jsx)(`pre`,{children:(0,F.jsx)(`code`,{className:o,"data-highlighted":a.highlighted?`true`:`false`,dangerouslySetInnerHTML:{__html:a.html}})})]})}var EA=14e4,DA=new Set([`http:`,`https:`,`mailto:`,`tel:`]),OA=[`cjs`,`css`,`cts`,`js`,`json`,`jsx`,`md`,`mdx`,`mjs`,`mts`,`tsx`,`ts`,`txt`,`yaml`,`yml`].join(`|`),kA=RegExp(`^(?![a-zA-Z][a-zA-Z\\d+.-]*:)(?!//)(?:(?:[^/\\s?#]+/)+[^?#\\s]+\\.[A-Za-z0-9_-]+|[^/\\s?#]+\\.(?:${OA}))(?::\\d+(?::\\d+)?)?(?:[?#].*)?$`,`i`);function AA(e){return e.length<=EA?e:`${e.slice(0,EA)}\n\n...`}function jA(e){if(!e)return null;if(e.startsWith(`#`)||e.startsWith(`/`)||e.startsWith(`./`)||e.startsWith(`../`)||kA.test(e))return e;try{let t=new URL(e);return DA.has(t.protocol)?e:null}catch{return null}}function MA(e){return/^https?:\/\//i.test(e)}function NA(e){return e.startsWith(`./`)||e.startsWith(`../`)||e.startsWith(`/Users/`)||e.startsWith(`/home/`)||e.startsWith(`/tmp/`)||e.startsWith(`/var/`)||kA.test(e)||/^\/.+\.[A-Za-z0-9_-]+(?::\d+(?::\d+)?)?$/.test(e)}function PA(e){let t=e.split(`#`)[0]?.split(`?`)[0]??e,n=decodeURIComponent(t);if(!NA(n))return null;let r=/^(.*?)(?::(\d+)(?::(\d+))?)$/.exec(n),i=r?.[1]??n,a=r?.[2]?Number(r[2]):void 0,o=r?.[3]?Number(r[3]):void 0;return{path:i,label:i.split(`/`).filter(Boolean).pop()??i,viewMode:`preview`,...typeof a==`number`?{line:a}:{},...typeof o==`number`?{column:o}:{}}}function FA({text:e,role:t,texts:n,inline:r=!1,onFileOpen:i}){let a=t===`user`,o=(0,P.useMemo)(()=>({p:({children:e})=>r?(0,F.jsx)(F.Fragment,{children:e}):(0,F.jsx)(`p`,{children:e}),a:({href:e,children:t,...n})=>{let r=jA(e);if(!r)return(0,F.jsx)(`span`,{className:`chat-link-invalid`,children:t});let a=MA(r),o=a?null:PA(r),s=e=>{!i||!o||e.defaultPrevented||e.button!==0||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||(e.preventDefault(),i(o))};return(0,F.jsx)(`a`,{...n,href:r,onClick:s,target:a?`_blank`:void 0,rel:a?`noreferrer noopener`:void 0,children:t})},table:({children:e,...t})=>(0,F.jsx)(`div`,{className:`chat-table-wrap`,children:(0,F.jsx)(`table`,{...t,children:e})}),input:({type:e,checked:t,...n})=>e===`checkbox`?(0,F.jsx)(`input`,{...n,type:`checkbox`,checked:t,readOnly:!0,disabled:!0,className:`chat-task-checkbox`}):(0,F.jsx)(`input`,{...n,type:e}),img:({src:e,alt:t,...n})=>{let r=jA(e);return r?(0,F.jsx)(`img`,{...n,src:r,alt:t||``,loading:`lazy`,decoding:`async`}):null},code:({className:e,children:t,...r})=>!e&&!String(t??``).includes(`
|
|
50
|
-
`)?(0,F.jsx)(`code`,{...r,className:I(`chat-inline-code`,e),children:t}):(0,F.jsx)(TA,{className:e,texts:n,children:t})}),[r,i,n]);return(0,F.jsx)(r?`span`:`div`,{className:I(`chat-markdown`,a?`chat-markdown-user`:`chat-markdown-assistant`),children:(0,F.jsx)(yE,{skipHtml:!0,remarkPlugins:[Ck],components:o,children:AA(e)})})}function IA(e){return e.split(``).join(``).split(``).join(``).split(``).join(``).split(``).join(``).split(``).join(``).length>0}function LA(){return(0,F.jsxs)(`svg`,{viewBox:`0 0 16 16`,fill:`none`,stroke:`currentColor`,strokeWidth:`1.25`,strokeLinecap:`round`,strokeLinejoin:`round`,"aria-hidden":`true`,className:`h-3 w-3`,children:[(0,F.jsx)(`path`,{d:`M8.5 2.75 2.75 6l5.75 3.25L14.25 6 8.5 2.75Z`}),(0,F.jsx)(`path`,{d:`M2.75 10 8.5 13.25 14.25 10`}),(0,F.jsx)(`path`,{d:`M2.75 6v4l5.75 3.25V9.25L2.75 6Z`}),(0,F.jsx)(`path`,{d:`M14.25 6v4L8.5 13.25V9.25L14.25 6Z`})]})}function RA({kind:e,label:t,isUser:n}){let r=e===`skill`;return(0,F.jsxs)(`span`,{className:I(`mx-[2px] inline-flex h-7 max-w-full items-center gap-1.5 rounded-xl border px-2.5 align-baseline text-[11px] font-medium shadow-[0_0_0_1px_rgba(15,23,42,0.03)]`,r?n?`border-emerald-200/35 bg-emerald-400/18 text-emerald-50/95`:`border-emerald-200/70 bg-emerald-50 text-emerald-700`:n?`border-white/30 bg-white/18 text-white`:`border-slate-200/80 bg-slate-100 text-slate-700`),title:t,children:[(0,F.jsx)(`span`,{className:I(`inline-flex h-3.5 w-3.5 shrink-0 items-center justify-center`,r?n?`text-emerald-100/90`:`text-emerald-600`:n?`text-white/70`:`text-slate-500`),children:(0,F.jsx)(LA,{})}),(0,F.jsx)(`span`,{className:`truncate`,children:t})]})}function zA({segments:e,role:t,texts:n,onFileOpen:r}){let i=t===`user`;return(0,F.jsx)(`div`,{className:`whitespace-pre-wrap break-words leading-6`,children:e.map((e,a)=>e.type===`token`?(0,F.jsx)(RA,{kind:e.token.kind,label:e.token.label,isUser:i},`token-${a}-${e.token.kind}-${e.token.key}`):IA(e.text)?(0,F.jsx)(FA,{text:e.text,role:t,texts:n,inline:!0,onFileOpen:r},`markdown-${a}`):(0,F.jsx)(`span`,{className:`whitespace-pre-wrap`,children:e.text},`space-${a}`))})}var BA={archive:`border-amber-200/80 bg-amber-50 text-amber-700`,audio:`border-fuchsia-200/80 bg-fuchsia-50 text-fuchsia-700`,code:`border-cyan-200/80 bg-cyan-50 text-cyan-700`,data:`border-slate-200/80 bg-slate-50 text-slate-700`,document:`border-blue-200/80 bg-blue-50 text-blue-700`,generic:`border-slate-200/80 bg-slate-50 text-slate-700`,image:`border-emerald-200/80 bg-emerald-50 text-emerald-700`,pdf:`border-rose-200/80 bg-rose-50 text-rose-700`,sheet:`border-lime-200/80 bg-lime-50 text-lime-700`,video:`border-violet-200/80 bg-violet-50 text-violet-700`},VA=new Set([`c`,`cpp`,`css`,`go`,`html`,`java`,`js`,`jsx`,`md`,`php`,`py`,`rb`,`rs`,`sh`,`sql`,`svg`,`ts`,`tsx`]),HA=new Set([`graphql`,`json`,`toml`,`xml`,`yaml`,`yml`]),UA=new Set([`avif`,`bmp`,`gif`,`heic`,`heif`,`ico`,`jpeg`,`jpg`,`png`,`svg`,`tif`,`tiff`,`webp`]),WA=new Set([`aac`,`flac`,`m4a`,`mp3`,`ogg`,`opus`,`wav`,`weba`]),GA=new Set([`avi`,`m4v`,`mov`,`mp4`,`mkv`,`webm`,`wmv`]),KA=new Set([`doc`,`docx`,`odt`,`pages`,`rtf`,`txt`]),qA=new Set([`csv`,`numbers`,`ods`,`tsv`,`xls`,`xlsx`]),JA=new Set([`7z`,`bz2`,`gz`,`rar`,`tar`,`tgz`,`zip`]);function YA(e){if(!Number.isFinite(e)||e==null||e<0)return null;if(e===0)return`0 B`;let t=[`B`,`KB`,`MB`,`GB`,`TB`],n=e,r=0;for(;n>=1024&&r<t.length-1;)n/=1024,r+=1;let i=n>=10||r===0?0:1;return`${n.toFixed(i).replace(/\.0$/,``)} ${t[r]}`}function XA(e,t){let n=ZA(e);if(n)return n.toUpperCase();let r=(t.split(`/`)[1]??``).split(/[+.;-]/)[0]?.trim();return r?r.slice(0,6).toUpperCase():`FILE`}function ZA(e){return/\.([a-z0-9]{1,12})$/i.exec(e.trim())?.[1]?.toLowerCase()??``}function QA(e){return typeof e==`string`&&/^data:image\//i.test(e.trim())}function $A(e){return UA.has(e)?e===`jpg`||e===`jpeg`?`image/jpeg`:e===`svg`?`image/svg+xml`:`image/${e}`:WA.has(e)?e===`mp3`?`audio/mpeg`:e===`m4a`?`audio/mp4`:e===`weba`?`audio/webm`:`audio/${e}`:GA.has(e)?e===`mov`?`video/quicktime`:e===`m4v`?`video/mp4`:`video/${e}`:e===`pdf`?`application/pdf`:null}function ej(e){let t=ZA(e);return t?$A(t):null}function tj(e){let t=e.mimeType.trim().toLowerCase();return t.length>0&&t!==`application/octet-stream`?t:ej(e.label)}function nj(e){let t=e.mimeType.trim().toLowerCase(),n=ZA(e.label);return e.isImage||t.startsWith(`image/`)||UA.has(n)||QA(e.dataUrl)}function rj(e,t){let n=ZA(e),r=t.toLowerCase();return r.startsWith(`image/`)||UA.has(n)?`image`:r.startsWith(`audio/`)||WA.has(n)?`audio`:r.startsWith(`video/`)||GA.has(n)?`video`:r.includes(`pdf`)||n===`pdf`?`pdf`:JA.has(n)||/(zip|tar|gzip|rar|compressed|archive)/.test(r)?`archive`:qA.has(n)||/(spreadsheet|sheet|excel|csv)/.test(r)?`sheet`:HA.has(n)||/(json|xml|yaml|toml)/.test(r)?`data`:VA.has(n)||/(javascript|typescript|jsx|tsx|css|html)/.test(r)?`code`:KA.has(n)||/(msword|document|opendocument|rtf|text\/)/.test(r)?`document`:`generic`}function ij(e){let t=rj(e.label,e.mimeType),n=YA(e.sizeBytes);return{category:t,extension:XA(e.label,e.mimeType),sizeLabel:n}}var aj={archive:`Archive`,audio:`Audio`,code:`Code file`,data:`Data file`,document:`Document`,generic:`File`,image:`Image`,pdf:`PDF document`,sheet:`Spreadsheet`,video:`Video`},oj={archive:eo,audio:to,code:no,data:io,document:oo,generic:co,image:ro,pdf:oo,sheet:ao,video:so};function sj(e,t){return t?.attachmentCategoryLabels?.[e]??aj[e]}function cj(e,t,n){return(0,F.jsx)(`div`,{className:I(`mt-1 text-xs leading-5`,n?`text-white/70`:`text-slate-500`),children:t?`${e} · ${t}`:e})}function lj(e,t,n){return(0,F.jsx)(`span`,{className:I(`inline-flex items-center rounded-full border px-2.5 py-1 text-[11px] font-medium`,n?t?`border-white/14 bg-white/12 text-white`:`border-slate-200/80 bg-white text-slate-700`:t?`border-white/10 bg-white/6 text-white/62`:`border-slate-200/70 bg-slate-100/80 text-slate-500`),children:e})}function uj(e,t,n){return(0,F.jsx)(`a`,{href:t,target:`_blank`,rel:`noreferrer`,className:I(`inline-flex items-center rounded-full border px-2.5 py-1 text-[11px] font-medium transition duration-200`,n?`border-white/14 bg-white/12 text-white hover:border-white/20 hover:bg-white/16`:`border-slate-200/80 bg-white text-slate-700 hover:border-slate-300 hover:bg-slate-50`),children:e})}function dj({category:e,isUser:t}){let n=oj[e];return(0,F.jsx)(`div`,{className:I(`flex h-14 w-14 shrink-0 items-center justify-center rounded-[1rem] border`,t?`border-white/12 bg-white/10 text-white`:BA[e]),children:(0,F.jsx)(n,{className:I(`h-7 w-7`,t?`text-white/92`:`text-current`),strokeWidth:2.2})})}function fj(e){let{file:t,categoryLabel:n,sizeLabel:r,isUser:i}=e;return t.dataUrl?(0,F.jsx)(`a`,{href:t.dataUrl,target:`_blank`,rel:`noreferrer`,className:`group block`,children:(0,F.jsxs)(`div`,{className:I(`relative overflow-hidden rounded-[1rem]`,i?`ring-1 ring-white/10`:`bg-slate-100/80 ring-1 ring-slate-200/80`),children:[(0,F.jsx)(`img`,{src:t.dataUrl,alt:t.label,className:`block h-auto max-h-[26rem] w-full rounded-[1rem] bg-transparent object-contain transition duration-300 group-hover:scale-[1.01]`}),(0,F.jsxs)(`div`,{className:`pointer-events-none absolute right-3 top-3 flex items-center gap-2`,children:[(0,F.jsx)(`span`,{className:I(`inline-flex items-center rounded-full px-2 py-1 text-[10px] font-semibold tracking-[0.18em] text-white backdrop-blur-sm`,i?`bg-slate-950/36`:`bg-slate-950/58`),children:n}),r?(0,F.jsx)(`span`,{className:I(`inline-flex items-center rounded-full px-2 py-1 text-[10px] font-medium text-white/92 backdrop-blur-sm`,i?`bg-slate-950/28`:`bg-slate-950/46`),children:r}):null]})]})}):null}function pj(e){let{category:t,file:n,categoryLabel:r,sizeLabel:i,isUser:a,action:o}=e;return(0,F.jsxs)(`div`,{className:`flex items-center gap-3 p-3.5`,children:[(0,F.jsx)(dj,{category:t,isUser:a}),(0,F.jsx)(`div`,{className:`min-w-0 flex-1`,children:(0,F.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,F.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,F.jsx)(`div`,{className:`truncate text-[15px] font-semibold leading-5`,children:n.label}),cj(r,i,a)]}),o]})})]})}function mj(e){let{category:t,file:n,categoryLabel:r,sizeLabel:i,isUser:a,shellClasses:o,actionLabel:s}=e;if(!n.dataUrl||t!==`audio`&&t!==`video`)return null;let c=tj(n);return(0,F.jsxs)(`div`,{className:o,children:[pj({category:t,file:n,categoryLabel:r,sizeLabel:i,isUser:a,action:uj(s,n.dataUrl,a)}),(0,F.jsx)(`div`,{className:`px-3.5 pb-3.5`,children:t===`audio`?(0,F.jsx)(`audio`,{controls:!0,preload:`metadata`,"aria-label":n.label,className:`block w-full`,children:(0,F.jsx)(`source`,{src:n.dataUrl,...c?{type:c}:{}})}):(0,F.jsx)(`div`,{className:I(`overflow-hidden rounded-[1rem] border`,a?`border-white/10 bg-slate-950/26`:`border-slate-200/80 bg-slate-100/80`),children:(0,F.jsx)(`video`,{controls:!0,preload:`metadata`,playsInline:!0,"aria-label":n.label,className:`block max-h-[28rem] w-full bg-black`,children:(0,F.jsx)(`source`,{src:n.dataUrl,...c?{type:c}:{}})})})})]})}function hj({file:e,isUser:t=!1,texts:n}){let{category:r,sizeLabel:i}=ij(e),a=nj(e)&&!!e.dataUrl,o=r===`audio`&&!!e.dataUrl,s=r===`video`&&!!e.dataUrl,c=!!e.dataUrl,l=c?n?.attachmentOpenLabel??`Open`:n?.attachmentAttachedLabel??`Attached`,u=sj(r,n),d=I(`block overflow-hidden rounded-[1.25rem] border transition duration-200`,t?`border-white/12 bg-white/10 text-white`:`border-slate-200/80 bg-white/95 text-slate-900`,c&&(t?`hover:border-white/18 hover:bg-white/13`:`hover:border-slate-300 hover:bg-white`));if(a)return fj({file:e,categoryLabel:u,sizeLabel:i,isUser:t});if(o||s)return mj({category:r,file:e,categoryLabel:u,sizeLabel:i,isUser:t,shellClasses:d,actionLabel:l});let f=pj({category:r,file:e,categoryLabel:u,sizeLabel:i,isUser:t,action:lj(l,t,c)});return!c||!e.dataUrl?(0,F.jsx)(`div`,{className:d,children:f}):(0,F.jsx)(`a`,{href:e.dataUrl,target:`_blank`,rel:`noreferrer`,className:I(d,`group`),children:f})}function gj(e){let{isInProgress:t}=e,[n,r]=(0,P.useState)(t),[i,a]=(0,P.useState)(!1),o=(0,P.useRef)(t);(0,P.useEffect)(()=>{let e=o.current;!e&&t?(r(!0),a(!1)):e&&!t&&!i&&r(!1),o.current=t},[t,i]);function s(e){e.preventDefault();let i=!n;if(r(i),!i){a(!1);return}t&&a(!0)}return{isOpen:n,onSummaryClick:s}}var _j=10;function vj({contentVersion:e,hasContent:t,isLoading:n,resetKey:r,scrollRef:i,stickyThresholdPx:a}){let o=(0,P.useRef)(!0),s=(0,P.useRef)(!1),c=(0,P.useRef)(null),l=(0,P.useRef)(!1),u=(0,P.useRef)(null),d=(0,P.useCallback)(()=>{i.current&&(u.current!==null&&cancelAnimationFrame(u.current),u.current=requestAnimationFrame(()=>{u.current=null;let e=i.current;e&&(s.current=!0,e.scrollTop=e.scrollHeight)}))},[i]);return(0,P.useEffect)(()=>{c.current!==r&&(c.current=r,o.current=!0,l.current=!0)},[r]),(0,P.useEffect)(()=>()=>{let e=u.current;e!==null&&(cancelAnimationFrame(e),u.current=null)},[]),(0,P.useLayoutEffect)(()=>{!l.current||n||!t||i.current&&(l.current=!1,d())},[t,n,d,i]),(0,P.useLayoutEffect)(()=>{!o.current||!t||i.current&&d()},[e,t,d,i]),{onScroll:()=>{if(s.current){s.current=!1;return}let e=i.current;e&&(o.current=e.scrollHeight-e.scrollTop-e.clientHeight<=(a??_j))}}}function yj(e){let t=e.trim().toLowerCase();return t===`reasoning`||t===`thinking`||t===`推理`||t===`推理过程`||t===`思考过程`||t===`思考`?`思考`:e}function bj({label:e,text:t,isUser:n,isInProgress:r}){let{isOpen:i,onSummaryClick:a}=gj({isInProgress:r}),o=(0,P.useRef)(null),s=yj(e),{onScroll:c}=vj({scrollRef:o,resetKey:`${s}:${r?`streaming`:`idle`}`,isLoading:!1,hasContent:t.length>0,contentVersion:t,stickyThresholdPx:20});return(0,F.jsxs)(`details`,{className:`mt-2`,open:i,children:[(0,F.jsx)(`summary`,{className:I(`cursor-pointer text-xs`,n?`text-primary-100`:`text-gray-500`),onClick:a,children:s}),(0,F.jsx)(`div`,{ref:o,onScroll:c,"data-reasoning-scroll":`true`,className:I(`mt-2 w-fit max-w-[500px] max-h-56 overflow-y-auto rounded-lg custom-scrollbar-amber`,n?`bg-primary-700/60`:`bg-gray-100`),children:(0,F.jsx)(`pre`,{className:`min-w-0 whitespace-pre-wrap break-all p-2 text-[11px]`,children:t})})]})}function xj({children:e,className:t}){return(0,F.jsx)(`div`,{className:I(`my-2 rounded-lg border border-amber-200/50 bg-amber-100/30 shadow-sm overflow-hidden text-[12px]`,`w-[280px] sm:w-[360px] md:w-[480px] min-w-full max-w-full transition-all flex flex-col`,t),children:e})}function Sj({children:e,className:t}){return(0,F.jsx)(`div`,{className:I(`border-t border-amber-200/15 bg-amber-50/50 px-3 pt-1 pb-2 w-full overflow-hidden`,t),children:e})}var Cj={running:{text:`text-amber-500/80`,icon:wo,spin:!0},success:{text:`text-amber-500/80`,icon:ct,spin:!1},error:{text:`text-amber-500/80`,icon:Zo,spin:!1},cancelled:{text:`text-amber-500/80`,icon:Ao,spin:!1}};function wj({card:e}){let t=Cj[e.statusTone]||Cj.cancelled,n=t.icon;return(0,F.jsxs)(`span`,{className:I(`inline-flex items-center gap-1.5 text-[11px] font-medium leading-none shrink-0`,t.text),children:[(0,F.jsx)(n,{className:I(`h-3.5 w-3.5`,t.spin&&`animate-spin`),strokeWidth:3}),e.statusTone===`running`?e.statusLabel:null]})}function Tj(e){return e.kind===`show-content`?{icon:$a,label:e.label,toneClassName:`border-sky-200/80 bg-white/85 text-sky-800 hover:bg-sky-50 focus-visible:ring-sky-300`}:{icon:Na,label:e.label??(e.sessionKind===`child`?`Open child session`:`Open session`),toneClassName:`border-amber-200/80 bg-white/80 text-amber-800 hover:bg-amber-50 focus-visible:ring-amber-300`}}function Ej({action:e,onAction:t}){let{Tooltip:n,TooltipContent:r,TooltipProvider:i,TooltipTrigger:a}=Pc,o=Tj(e),s=o.icon;return(0,F.jsx)(i,{delayDuration:250,children:(0,F.jsxs)(n,{children:[(0,F.jsx)(a,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,onClick:n=>{n.stopPropagation(),t(e)},className:I(`inline-flex h-7 w-7 items-center justify-center rounded-full border transition-colors`,`focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-1`,o.toneClassName),"aria-label":o.label,title:o.label,children:(0,F.jsx)(s,{className:`h-3.5 w-3.5`,strokeWidth:2.5})})}),(0,F.jsx)(r,{side:`top`,className:`text-xs`,children:o.label})]})})}function Dj({card:e,icon:t,expanded:n,canExpand:r,hideSummary:i=!1,actionSlot:a,onToggle:o}){let s=i?``:e.summary?.replace(/^(command|path|args|query|input):\s*/i,``)??``;return(0,F.jsxs)(`div`,{className:I(`flex items-center gap-3 px-3 py-2.5 transition-colors bg-transparent`,r?`cursor-pointer hover:bg-amber-100/30`:``),onClick:o,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 flex-1 items-center gap-2 overflow-hidden font-mono text-amber-950/80`,children:[(0,F.jsx)(t,{className:`h-4 w-4 text-amber-600/80 shrink-0`,strokeWidth:3}),(0,F.jsxs)(`div`,{className:`flex min-w-0 flex-1 items-center gap-1.5 overflow-hidden`,children:[(0,F.jsx)(`span`,{className:`font-bold shrink-0 tracking-tight`,children:e.toolName}),s&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(`span`,{className:`text-amber-300 font-bold select-none shrink-0`,children:`›`}),(0,F.jsx)(`span`,{className:`block min-w-0 flex-1 truncate font-normal`,title:s,children:s})]})]})]}),(0,F.jsxs)(`div`,{className:`flex items-center gap-3 shrink-0`,children:[a,(0,F.jsx)(wj,{card:e}),r&&(n?(0,F.jsx)(dt,{className:`h-4 w-4 text-amber-400/80`,strokeWidth:3}):(0,F.jsx)(Va,{className:`h-4 w-4 text-amber-400/80`,strokeWidth:3}))]})]})}function Oj({action:e,onAction:t}){return(0,F.jsx)(Ej,{action:e,onAction:t})}var kj=`font-mono text-[11px] leading-5`,Aj=`flex h-5 w-full ${kj}`,jj=`flex h-5 items-center justify-center px-2.5 tabular-nums select-none`;function Mj(e){let t=e.newLineNumber??e.oldLineNumber;return typeof t==`number`?String(t):``}function Nj(e,t,n){return`${e}-${n}-${t.oldLineNumber??`x`}-${t.newLineNumber??`x`}`}function Pj(e){return typeof e.newLineNumber==`number`||typeof e.oldLineNumber==`number`}function Fj(e){return e.lines.some(Pj)}function Ij(e){let t=e.lines.reduce((e,t)=>Pj(t)?Math.max(e,Mj(t).length):e,0);return`${Math.max(6.5,Math.min(8,t+3.5))}ch`}function Lj(e){return`calc(${e.lines.reduce((e,t)=>Math.max(e,Math.max(1,t.text.length)),1)}ch + 1.25rem)`}function Rj(e){return e.kind===`remove`?`border-r border-rose-200 bg-rose-50 text-rose-700`:e.kind===`add`?`border-r border-emerald-200 bg-emerald-50 text-emerald-700`:`border-r border-stone-200 bg-stone-100 text-stone-500`}function zj(e){return e.kind===`remove`?`bg-rose-50 text-rose-950`:e.kind===`add`?`bg-emerald-50 text-emerald-950`:`bg-white text-amber-950/80`}function Bj({layout:e,line:t,lineNumberColumnWidth:n}){return(0,F.jsx)(`span`,{"data-file-line-number-cell":`true`,style:e===`compact`?{width:n,minWidth:n}:void 0,className:I(jj,e===`compact`?`sticky left-0 z-[1]`:`w-full shrink-0`,Rj(t)),children:Mj(t)})}function Vj({line:e}){return(0,F.jsx)(`span`,{"data-file-code-row":`true`,className:I(`block min-w-0 flex-1 whitespace-pre px-2.5`,zj(e)),children:e.text||` `})}function Hj({line:e,showLineNumbers:t,lineNumberColumnWidth:n}){return(0,F.jsxs)(`div`,{"data-file-line-row":`true`,className:Aj,children:[t?(0,F.jsx)(Bj,{layout:`compact`,line:e,lineNumberColumnWidth:n}):null,(0,F.jsx)(Vj,{line:e})]})}function Uj({block:e}){let t=Fj(e),n=Ij(e),r=Lj(e);return(0,F.jsxs)(`div`,{"data-file-code-surface":`true`,"data-file-code-surface-layout":`workspace`,className:`flex h-full min-h-full min-w-full bg-white`,children:[t?(0,F.jsxs)(`div`,{"data-file-code-gutter":`true`,style:{width:n,minWidth:n},className:I(`flex h-full min-h-full shrink-0 flex-col`,kj),children:[e.lines.map((e,t)=>(0,F.jsx)(Bj,{layout:`workspace`,line:e,lineNumberColumnWidth:n},Nj(`gutter`,e,t))),(0,F.jsx)(`div`,{className:`min-h-0 flex-1 border-r border-stone-200 bg-stone-100`})]}):null,(0,F.jsxs)(`div`,{"data-file-code-canvas":`true`,className:`flex h-full min-h-full min-w-0 flex-1 flex-col bg-white`,children:[(0,F.jsx)(`div`,{"data-file-code-stack":`true`,className:`min-w-full`,style:{minWidth:r},children:e.lines.map((e,t)=>(0,F.jsx)(`div`,{"data-file-code-canvas-row":`true`,className:Aj,children:(0,F.jsx)(Vj,{line:e})},Nj(`code`,e,t)))}),(0,F.jsx)(`div`,{className:`min-h-0 flex-1 bg-white`})]})]})}function Wj({block:e,layout:t=`compact`}){if(t===`workspace`)return(0,F.jsx)(Uj,{block:e});let n=Fj(e),r=Ij(e),i=Lj(e),a=n?`calc(${r} + ${i})`:i;return(0,F.jsx)(`div`,{"data-file-code-surface":`true`,"data-file-code-surface-layout":`compact`,className:`overflow-x-auto custom-scrollbar-amber bg-white`,children:(0,F.jsx)(`div`,{"data-file-code-stack":`true`,className:`min-w-full`,style:{minWidth:a},children:e.lines.map((e,t)=>(0,F.jsx)(Hj,{line:e,showLineNumbers:n,lineNumberColumnWidth:r},Nj(`row`,e,t)))})})}function Gj({block:e}){return(0,F.jsx)(Wj,{block:e,layout:`compact`})}function Kj(e){return e.display===`preview`}function qj(e){return e.rawText?e.rawText:e.lines.map(e=>[e.kind,e.oldLineNumber??``,e.newLineNumber??``,e.text].join(`:`)).join(`
|
|
51
|
-
`)}function Jj(e){return/^\+\d+$/.test(e)?`text-emerald-700`:/^-\d+$/.test(e)?`text-rose-700`:`text-stone-500`}function Yj(e){let t=e.split(`·`).map(e=>e.trim()).filter(e=>/^\+\d+$/.test(e)||/^-\d+$/.test(e));return t.length===0?null:(0,F.jsx)(`div`,{className:`flex shrink-0 items-center gap-x-1 whitespace-nowrap text-[10px] font-medium uppercase tracking-[0.08em]`,children:t.map((e,t)=>(0,F.jsxs)(P.Fragment,{children:[t>0?(0,F.jsx)(`span`,{className:`text-stone-300`,children:`·`}):null,(0,F.jsx)(`span`,{className:I(Jj(e)),children:e})]},`${e}-${t}`))})}function Xj(e){return{path:e.path,label:e.path.split(`/`).filter(Boolean).pop()??e.path,viewMode:e.display===`diff`?`diff`:`preview`,...e.rawText?{rawText:e.rawText}:{},...e.beforeText?{beforeText:e.beforeText}:{},...e.afterText?{afterText:e.afterText}:{},...e.patchText?{patchText:e.patchText}:{},...typeof e.oldStartLine==`number`?{oldStartLine:e.oldStartLine}:{},...typeof e.newStartLine==`number`?{newStartLine:e.newStartLine}:{},fullLines:e.fullLines??e.lines}}function Zj({children:e,contentVersion:t,resetKey:n,className:r,scrollKind:i}){let a=(0,P.useRef)(null),{onScroll:o}=vj({scrollRef:a,resetKey:n,isLoading:!1,hasContent:!0,contentVersion:t,stickyThresholdPx:20});return(0,F.jsx)(`div`,{ref:a,onScroll:o,"data-file-scroll-kind":i,className:I(`overflow-y-auto bg-white custom-scrollbar-amber`,r),children:e})}function Qj({block:e,showPathRow:t,isFirst:n,onFileOpen:r}){let{Tooltip:i,TooltipContent:a,TooltipProvider:o,TooltipTrigger:s}=Pc,c=Kj(e),l=t||!!e.caption;return(0,F.jsxs)(`section`,{className:I(`overflow-hidden bg-white`,!n&&`border-t border-stone-200/80`),children:[l?(0,F.jsxs)(`div`,{className:I(`flex items-center justify-between gap-4 border-b border-stone-200/80 px-4 text-stone-700`,t?`py-2`:`py-1.5`),children:[(0,F.jsx)(`div`,{className:`min-w-0 flex-1`,children:t?(0,F.jsx)(o,{delayDuration:250,children:(0,F.jsxs)(i,{children:[(0,F.jsx)(s,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,onClick:()=>{r&&r(Xj(e))},className:I(`w-full truncate whitespace-nowrap text-left font-mono text-[12px] font-medium text-stone-700`,r&&`transition-colors hover:text-amber-900 hover:underline`),title:e.path,children:e.path})}),(0,F.jsx)(a,{side:`top`,className:`max-w-[420px] text-xs font-mono break-all`,children:e.path})]})}):null}),e.caption?Yj(e.caption):null]}):null,e.lines.length>0?(0,F.jsx)(Zj,{resetKey:`block:${e.key}`,contentVersion:qj(e),className:`max-h-72`,scrollKind:`block`,children:(0,F.jsx)(Gj,{block:e})}):e.rawText?(0,F.jsx)(Zj,{resetKey:`raw:${e.key}`,contentVersion:e.rawText,className:`max-h-72`,scrollKind:`raw`,children:(0,F.jsx)(`div`,{className:`overflow-x-auto custom-scrollbar-amber`,children:(0,F.jsx)(`pre`,{className:`min-w-max whitespace-pre bg-white px-4 py-2 font-mono text-[11px] leading-5 text-amber-950/80`,children:e.rawText})})}):null,e.truncated&&!c?(0,F.jsx)(`div`,{className:`border-t border-stone-200/85 bg-stone-50 px-4 py-2 text-[10px] text-stone-500`,children:`Showing a shortened diff preview.`}):null]})}function $j({card:e,className:t,onFileOpen:n}){let r=e.fileOperation?.blocks??[],i=e.output?.trim()??``;return r.length===0&&!i?null:(0,F.jsxs)(`div`,{className:I(`overflow-hidden bg-white`,t),children:[r.map((e,t)=>(0,F.jsx)(Qj,{block:e,showPathRow:!0,isFirst:t===0,onFileOpen:n},e.key)),i?(0,F.jsx)(Zj,{resetKey:`output:${e.toolName}:${e.summary??`none`}`,contentVersion:i,className:I(`max-h-56`,r.length>0&&`border-t border-stone-200/80`),scrollKind:`output`,children:(0,F.jsx)(`div`,{className:`overflow-x-auto custom-scrollbar-amber`,children:(0,F.jsx)(`pre`,{className:`min-w-max whitespace-pre bg-white px-4 py-2 font-mono text-[11px] leading-5 text-amber-950/80`,children:i})})}):null]})}var eM=200,tM=RegExp(`\x1B\\[[0-?]*[ -/]*[@-~]`,`g`);function nM(e){return typeof e==`string`&&e.length>0?e:null}function rM(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function iM(e){return e.replace(tM,``)}function aM(e){return`command`in e||`workingDir`in e||`exitCode`in e||`durationMs`in e||`stdout`in e||`stderr`in e||`aggregated_output`in e||`combinedOutput`in e}function oM(e){let t=nM(e.aggregated_output)??nM(e.combinedOutput)??nM(e.output);if(t)return t;let n=nM(e.stdout),r=nM(e.stderr);return!n&&!r?null:[n,r].filter(e=>!!e).join(`
|
|
52
|
-
`)}function sM(e,t){if(rM(t)){let e=oM(t);if(e)return iM(e);if(aM(t))return``}if(!e)return``;let n=e.trim();if(!n.startsWith(`{`))return iM(e);try{let t=JSON.parse(n);if(!rM(t))return iM(e);let r=oM(t);return r?iM(r):aM(t)?``:iM(e)}catch{return iM(e)}}function cM(e){return e===`write_file`||e===`edit_file`}function lM({canExpand:e,isRunning:t,autoExpandWhileRunning:n=!0,expandOnError:r=!1,statusTone:i}){let[a,o]=(0,P.useState)(!1),[s,c]=(0,P.useState)(!1),l=(0,P.useRef)(null),u=(0,P.useRef)(t),d=(0,P.useRef)(!0);return(0,P.useEffect)(()=>()=>{l.current!==null&&window.clearTimeout(l.current)},[]),(0,P.useEffect)(()=>{if(r&&i===`error`&&e&&!s){l.current!==null&&(window.clearTimeout(l.current),l.current=null),o(!0),u.current=t,d.current=!1;return}n&&t&&e&&!s&&!a&&(d.current||!u.current)&&(l.current=window.setTimeout(()=>{o(!0),l.current=null},eM)),t||(l.current!==null&&(window.clearTimeout(l.current),l.current=null),u.current&&!s&&o(!1)),u.current=t,d.current=!1},[n,e,r,a,s,t,i]),{expanded:a,onToggle:()=>{e&&(l.current!==null&&(window.clearTimeout(l.current),l.current=null),o(e=>!e),c(!0))}}}function uM({label:e,tone:t,children:n}){let r={input:{shell:`border-stone-200/80 bg-stone-50/90`,header:`border-stone-200/80 bg-stone-100/85 text-stone-500`,dot:`bg-stone-400/80`,body:`text-stone-700`},output:{shell:`border-amber-200/70 bg-white/90`,header:`border-amber-200/70 bg-amber-50/90 text-amber-700`,dot:`bg-amber-500/80`,body:`text-amber-950/80`},error:{shell:`border-rose-200/80 bg-rose-50/85`,header:`border-rose-200/80 bg-rose-100/80 text-rose-700`,dot:`bg-rose-500/80`,body:`text-rose-950/85`}}[t];return(0,F.jsxs)(`section`,{className:I(`overflow-hidden rounded-md border shadow-[inset_0_1px_0_rgba(255,255,255,0.45)]`,r.shell),children:[(0,F.jsxs)(`div`,{className:I(`flex items-center gap-2 border-b px-3 py-2 text-[10px] font-semibold uppercase tracking-[0.16em]`,r.header),children:[(0,F.jsx)(`span`,{className:I(`h-1.5 w-1.5 rounded-full`,r.dot)}),(0,F.jsx)(`span`,{children:e})]}),(0,F.jsx)(`div`,{className:`w-full overflow-hidden`,children:(0,F.jsx)(`pre`,{className:I(`w-full max-w-full min-w-0 max-h-64 overflow-x-auto overflow-y-auto px-3 py-2.5 font-mono text-[12px] leading-relaxed whitespace-pre custom-scrollbar-amber`,r.body),children:n})})]})}function dM({card:e}){let t=sM(e.output,e.outputData),n=e.statusTone===`running`,r=!!(e.summary?.trim()||t.trim().length>0),{expanded:i,onToggle:a}=lM({canExpand:t.trim().length>0||n,isRunning:n,autoExpandWhileRunning:!1,expandOnError:r,statusTone:e.statusTone}),o=e.summary?.replace(/^(command|path|args|query|input):\s*/i,``);return(0,F.jsxs)(xj,{children:[(0,F.jsx)(Dj,{card:e,icon:Yo,expanded:i,canExpand:t.trim().length>0||n,onToggle:a}),i&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(`div`,{className:`px-3 pb-2 font-mono w-full max-h-48 overflow-y-auto custom-scrollbar-amber min-h-0 text-[12px]`,children:(0,F.jsxs)(`div`,{className:`flex items-start gap-2 leading-relaxed`,children:[(0,F.jsx)(`span`,{className:`text-amber-500/50 font-medium shrink-0 select-none mt-[1px]`,children:`$`}),(0,F.jsx)(`div`,{className:`flex-1 min-w-0`,children:o?(0,F.jsxs)(`div`,{className:`text-amber-950/80 break-words whitespace-pre-wrap tracking-tight font-medium inline-block`,children:[o,n&&!t&&(0,F.jsx)(`span`,{className:`inline-block w-1.5 h-3 ml-1 bg-amber-500/60 animate-pulse align-middle`})]}):(0,F.jsx)(`div`,{className:`h-3 w-32 bg-amber-200/30 rounded animate-pulse mt-2`})})]})}),t&&(0,F.jsx)(Sj,{children:(0,F.jsxs)(`pre`,{className:`font-mono text-[12px] text-amber-950/70 whitespace-pre-wrap break-all w-full max-w-full max-h-64 overflow-y-auto overflow-x-hidden min-w-0 custom-scrollbar-amber leading-relaxed px-0`,children:[t,n&&(0,F.jsx)(`span`,{className:`inline-block w-1.5 h-3 ml-1 bg-amber-500/60 animate-pulse align-middle`})]})})]})]})}function fM({card:e,onFileOpen:t}){let n=e.output?.trim()??``,r=e.statusTone===`running`,i=!!e.fileOperation?.blocks.length,a=i||!!n,o=e.fileOperation?.blocks??[],s=o.reduce((e,t)=>e+t.lines.length,0),c=o.reduce((e,t)=>t.rawText?e+t.rawText.length:e+t.lines.reduce((e,t)=>e+t.text.length+1,0),0),l=cM(e.toolName)&&!(r&&e.toolName===`write_file`&&(s>24||c>1200)),{expanded:u,onToggle:d}=lM({canExpand:a||r,isRunning:r,autoExpandWhileRunning:l,expandOnError:a,statusTone:e.statusTone});return(0,F.jsxs)(xj,{children:[(0,F.jsx)(Dj,{card:e,icon:e.toolName===`edit_file`||e.toolName===`write_file`||e.toolName===`apply_patch`||e.toolName===`file_change`?Ja:oo,expanded:u,canExpand:a||r,hideSummary:u&&i,onToggle:d}),u&&a&&(0,F.jsx)(Sj,{className:`border-t border-amber-200/20 bg-transparent px-0 pt-0 pb-0`,children:(0,F.jsx)($j,{card:e,onFileOpen:t})})]})}function pM({card:e}){let t=e.statusTone===`running`,n=e.output?.trim()??``,{expanded:r,onToggle:i}=lM({canExpand:!!n||t,isRunning:t,autoExpandWhileRunning:!1,statusTone:e.statusTone});return(0,F.jsxs)(xj,{children:[(0,F.jsx)(Dj,{card:e,icon:Wt,expanded:r,canExpand:!!n||t,onToggle:i}),r&&n&&(0,F.jsx)(Sj,{children:(0,F.jsx)(`pre`,{className:`font-mono text-[12px] text-amber-950/70 whitespace-pre-wrap break-all w-full max-w-full max-h-64 overflow-y-auto overflow-x-hidden min-w-0 custom-scrollbar-amber leading-relaxed`,children:n})})]})}function mM({card:e,onToolAction:t,renderToolAgent:n}){let r=e.input?.trim()??``,i=e.output?.trim()??``,a=e.statusTone===`running`,o=r.length>0,s=i.length>0,c=o||s,l=e.inputLabel?.trim()||`Input`,u=e.outputLabel?.trim()||`Output`,{expanded:d,onToggle:f}=lM({canExpand:c||a,isRunning:a,autoExpandWhileRunning:!1,statusTone:e.statusTone});return(0,F.jsxs)(xj,{children:[(0,F.jsx)(Dj,{card:e,icon:_o,expanded:d,canExpand:c||a,actionSlot:e.agentId||e.action&&t?(0,F.jsxs)(F.Fragment,{children:[e.agentId&&n?n(e.agentId):null,e.action&&t?(0,F.jsx)(Oj,{action:e.action,onAction:t}):null]}):void 0,onToggle:f}),d&&c&&(0,F.jsxs)(Sj,{className:`bg-transparent px-2.5 py-2.5`,children:[o&&(0,F.jsx)(uM,{label:l,tone:`input`,children:r}),o&&s&&(0,F.jsx)(`div`,{className:`h-2`}),s&&(0,F.jsx)(uM,{label:u,tone:e.statusTone===`error`?`error`:`output`,children:i})]})]})}function hM({card:e,onToolAction:t,renderPanelAppCard:n}){let{panelApp:r}=e;return r&&n?n(r):(0,F.jsx)(mM,{card:e,onToolAction:t})}function gM(e){let t=e.toLowerCase();return t===`exec`||t===`exec_command`||t===`execute_command`||t===`command_execution`||t===`bash`||t===`shell`||t.includes(`run_`)}function _M(e){let t=e.toLowerCase();return t===`read_file`||t===`write_file`||t===`edit_file`||t===`apply_patch`||t===`file_change`}function vM(e){let t=e.toLowerCase();return t===`grep_search`||t===`find_files`||t.includes(`search`)}function yM({card:e,onToolAction:t,onFileOpen:n,renderToolAgent:r,renderPanelAppCard:i}){return e.panelApp?(0,F.jsx)(hM,{card:e,onToolAction:t,renderPanelAppCard:i}):gM(e.toolName)?(0,F.jsx)(dM,{card:e}):_M(e.toolName)?(0,F.jsx)(fM,{card:e,onFileOpen:n}):vM(e.toolName)?(0,F.jsx)(pM,{card:e}):(0,F.jsx)(mM,{card:e,onToolAction:t,renderToolAgent:r})}function bM(e){return(0,F.jsxs)(`div`,{className:`rounded-lg border border-gray-200 bg-gray-50 px-2.5 py-2 text-xs text-gray-600`,children:[(0,F.jsxs)(`div`,{className:`font-semibold text-gray-700`,children:[e.label,`: `,e.rawType]}),e.text?(0,F.jsx)(`pre`,{className:`mt-1 whitespace-pre-wrap break-words text-[11px] text-gray-500`,children:e.text}):null]})}var xM=(0,P.memo)(function(e){let{message:t,texts:n,onToolAction:r,onFileOpen:i,renderToolAgent:a,renderPanelAppCard:o}=e,{role:s}=t,c=s===`user`,l=t.status===`pending`||t.status===`streaming`;return(0,F.jsx)(`div`,{className:I(`inline-block w-fit max-w-full rounded-2xl border px-4 shadow-sm`,c?`border-primary bg-primary py-3 text-white`:s===`assistant`?`border-gray-200 bg-white pb-3 pt-4 text-gray-900`:`border-orange-200/80 bg-orange-50/70 py-3 text-gray-900`),children:(0,F.jsx)(`div`,{className:`space-y-2`,children:t.parts.map((e,u)=>{let{type:d}=e;return d===`markdown`?(0,F.jsx)(FA,{text:e.text,role:s,texts:n,onFileOpen:i},`markdown-${u}`):d===`inline-content`?(0,F.jsx)(zA,{segments:e.segments,role:s,texts:n,onFileOpen:i},`inline-content-${u}`):d===`reasoning`?(0,F.jsx)(bj,{label:e.label,text:e.text,isUser:c,isInProgress:l&&u===t.parts.length-1},`reasoning-${u}`):d===`tool-card`?(0,F.jsx)(`div`,{className:`mt-0.5`,children:(0,F.jsx)(yM,{card:e.card,onToolAction:r,onFileOpen:i,renderToolAgent:a,renderPanelAppCard:o})},`tool-${u}`):d===`file`?(0,F.jsx)(hj,{file:e.file,isUser:c,texts:n},`file-${u}`):d===`unknown`?(0,F.jsx)(bM,{label:e.label,rawType:e.rawType,text:e.text},`unknown-${u}`):null})})})});function SM(e){return(0,F.jsxs)(`div`,{className:I(`px-1 text-[11px] leading-4 text-gray-400`,e.isUser?`text-right`:`text-left`),children:[e.roleLabel,` · `,e.timestampLabel]})}function CM({message:e,texts:t}){let n=(0,P.useMemo)(()=>e.parts.map(e=>e.type===`markdown`||e.type===`unknown`?e.text:``).filter(e=>!!e&&e.trim().length>0).join(`
|
|
53
|
-
|
|
54
|
-
`),[e.parts]),{copied:r,copy:i}=kk({text:n});return n?(0,F.jsx)(`button`,{type:`button`,onClick:()=>void i(),className:`text-gray-400 hover:text-gray-600 transition-colors p-1 rounded-md hover:bg-gray-100 flex items-center justify-center`,"aria-label":r?t.copiedMessageLabel:t.copyMessageLabel,title:r?t.copiedMessageLabel:t.copyMessageLabel,children:r?(0,F.jsx)(ct,{className:`h-3.5 w-3.5`}):(0,F.jsx)(Ya,{className:`h-3.5 w-3.5`})}):null}var wM=/\u200B|\u200C|\u200D|\u2060|\uFEFF/g,TM=`
|
|
55
|
-
@keyframes nextclaw-chat-typing-text-sheen {
|
|
56
|
-
0% {
|
|
57
|
-
background-position: 160% 0;
|
|
58
|
-
}
|
|
59
|
-
100% {
|
|
60
|
-
background-position: -60% 0;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.nextclaw-chat-typing-indicator__text {
|
|
65
|
-
background-image: linear-gradient(
|
|
66
|
-
100deg,
|
|
67
|
-
#6b7280 0%,
|
|
68
|
-
#6b7280 34%,
|
|
69
|
-
#a6adba 43%,
|
|
70
|
-
#f8fafc 50%,
|
|
71
|
-
#a6adba 57%,
|
|
72
|
-
#6b7280 66%,
|
|
73
|
-
#6b7280 100%
|
|
74
|
-
);
|
|
75
|
-
background-size: 240% 100%;
|
|
76
|
-
background-position: 160% 0;
|
|
77
|
-
-webkit-background-clip: text;
|
|
78
|
-
background-clip: text;
|
|
79
|
-
color: transparent;
|
|
80
|
-
-webkit-text-fill-color: transparent;
|
|
81
|
-
animation: nextclaw-chat-typing-text-sheen 2.5s linear infinite;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
@media (prefers-reduced-motion: reduce) {
|
|
85
|
-
.nextclaw-chat-typing-indicator__text {
|
|
86
|
-
animation: none;
|
|
87
|
-
background-image: none;
|
|
88
|
-
color: #6b7280;
|
|
89
|
-
-webkit-text-fill-color: currentColor;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
`;function EM(e){let t=e.trim();return t?t.replace(wM,``).trim().length>0:!1}function DM(e){return e.parts.some(e=>e.type===`markdown`||e.type===`reasoning`?EM(e.text):!0)}function OM(){return(0,F.jsx)(`div`,{className:`flex items-center gap-2 px-1 py-0.5 text-[11px] text-gray-400`,children:(0,F.jsxs)(`div`,{className:`flex space-x-1 items-center h-full`,children:[(0,F.jsx)(`div`,{className:`h-1.5 w-1.5 rounded-full bg-gray-400 animate-pulse`}),(0,F.jsx)(`div`,{className:`h-1.5 w-1.5 rounded-full bg-gray-400 animate-pulse [animation-delay:200ms]`}),(0,F.jsx)(`div`,{className:`h-1.5 w-1.5 rounded-full bg-gray-400 animate-pulse [animation-delay:400ms]`})]})})}function kM({label:e}){return(0,F.jsxs)(`div`,{className:`rounded-2xl border border-gray-200 bg-white px-4 py-3 text-sm text-gray-500 shadow-sm`,children:[(0,F.jsx)(`style`,{children:TM}),(0,F.jsx)(`span`,{className:`nextclaw-chat-typing-indicator__text`,children:e})]})}function AM({className:e,isSending:t,messages:n,onFileOpen:r,onToolAction:i,renderPanelAppCard:a,renderToolAgent:o,texts:s}){let c=n.filter(DM),l=c.some(e=>e.role===`assistant`&&(e.status===`streaming`||e.status===`pending`));return(0,F.jsxs)(`div`,{className:I(`space-y-5`,e),children:[c.map(e=>{let t=e.role===`user`,n=!t&&(e.status===`streaming`||e.status===`pending`);return(0,F.jsxs)(`div`,{className:I(`flex gap-3`,t?`justify-end`:`justify-start`),children:[t?null:(0,F.jsx)(Vy,{role:e.role}),(0,F.jsxs)(`div`,{className:I(`w-fit max-w-[92%] space-y-2`,t&&`flex flex-col items-end`),children:[(0,F.jsx)(xM,{message:e,texts:s,onToolAction:i,onFileOpen:r,renderToolAgent:o,renderPanelAppCard:a}),(0,F.jsx)(`div`,{className:I(`flex items-center gap-2`,t&&`justify-end`),children:n?(0,F.jsx)(OM,{}):(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(SM,{roleLabel:e.roleLabel,timestampLabel:e.timestampLabel,isUser:t}),t?null:(0,F.jsx)(CM,{message:e,texts:s})]})})]}),t?(0,F.jsx)(Vy,{role:e.role}):null]},e.id)}),t&&!l?(0,F.jsxs)(`div`,{className:`flex justify-start gap-3`,children:[(0,F.jsx)(Vy,{role:`assistant`}),(0,F.jsx)(kM,{label:s.typingLabel})]}):null]})}var jM=function(e){return e.EndpointReady=`endpoint.ready`,e.EndpointError=`endpoint.error`,e.MessageRequest=`message.request`,e.MessageStreamRequest=`message.stream-request`,e.MessageSent=`message.sent`,e.MessageAccepted=`message.accepted`,e.MessageIncoming=`message.incoming`,e.MessageCompleted=`message.completed`,e.MessageFailed=`message.failed`,e.MessageAbort=`message.abort`,e.MessageTextStart=`message.text-start`,e.MessageTextDelta=`message.text-delta`,e.MessageTextEnd=`message.text-end`,e.MessageReasoningStart=`message.reasoning-start`,e.MessageReasoningDelta=`message.reasoning-delta`,e.MessageReasoningEnd=`message.reasoning-end`,e.MessageToolCallStart=`message.tool-call-start`,e.MessageToolCallArgs=`message.tool-call-args`,e.MessageToolCallArgsDelta=`message.tool-call-args-delta`,e.MessageToolCallEnd=`message.tool-call-end`,e.MessageToolCallResult=`message.tool-call-result`,e.MessageRead=`message.read`,e.MessageDelivered=`message.delivered`,e.MessageRecalled=`message.recalled`,e.MessageReaction=`message.reaction`,e.RunStarted=`run.started`,e.RunFinished=`run.finished`,e.RunError=`run.error`,e.RunMetadata=`run.metadata`,e.ContextWindowUpdated=`context-window.updated`,e.TypingStart=`typing.start`,e.TypingEnd=`typing.end`,e.PresenceUpdated=`presence.updated`,e}({}),MM=/\[\[\s*reply_to_current\s*\]\]/gi,NM=/\[\[\s*reply_to\s*:\s*([^\]]+?)\s*\]\]/i;function PM(e){if(typeof e!=`string`)return;let t=e.trim();return t.length>0?t:void 0}function FM(e,t){let n=e,r;MM.test(n)&&(r=PM(t),n=n.replace(MM,``).trim());let i=n.match(NM)?.[1];return i&&(r=PM(i),n=n.replace(NM,``).trim()),r?{content:n,replyTo:r}:{content:n}}function IM(e,t=e.id){if(e.role!==`assistant`)return{...e,parts:[...e.parts],metadata:e.metadata?{...e.metadata}:void 0};let n=e.parts.findIndex(e=>e.type===`text`),r=e.metadata?{...e.metadata}:void 0,i=PM(r?.reply_to);if(n<0)return{...e,parts:[...e.parts],metadata:r};let a=e.parts[n];if(!a||a.type!==`text`)return{...e,parts:[...e.parts],metadata:r};let{content:o,replyTo:s}=FM(a.text,t),c=s??i,l=e.parts.flatMap((e,t)=>t!==n||e.type!==`text`?[e]:o.length===0?[]:[{...e,text:o}]);return c?{...e,parts:l,metadata:{...r,reply_to:c}}:{...e,parts:l,metadata:r}}function LM(e){return{...e,parts:[...e.parts],metadata:e.metadata?{...e.metadata}:void 0}}function RM(e){return LM(IM(e))}var zM=`__nextclaw_aborted_tool_call__`;function BM(e){let t=e.error?.trim();return{code:`runtime-error`,message:t&&t.length>0?t:`Agent run failed.`,details:{sessionId:e.sessionId,messageId:e.messageId,threadId:e.threadId,runId:e.runId}}}function VM(e,t){return t.trim()?e.id.startsWith(`tool-`)?!0:e.parts.some(e=>e.type===`tool-invocation`):!1}function HM(e,t,n){for(let[r,i]of e)i===t&&e.set(r,n)}function UM(e,t,n){for(let[r,i]of e)i===n&&(e.delete(r),t.delete(r))}function WM(e,t){for(let n=e.length-1;n>=0;--n){let r=e[n];if(r.type===`tool-invocation`&&r.toolCallId===t)return r}return null}function GM(e,t){return WM(e,t)?.toolName??null}function KM(e,t){let n=[...e];for(let e=n.length-1;e>=0;--e){let r=n[e];if(r.type===`tool-invocation`&&r.toolCallId===t.toolCallId)return n[e]={...r,...t},n}return n.push(t),n}function qM(e){let t=[];return{parts:e.map(e=>e.type!==`tool-invocation`||!e.toolCallId||e.state===`result`||e.state===`cancelled`?e:(t.push(e.toolCallId),{...e,state:`cancelled`})),toolCallIds:t}}var JM=`assistant`,YM=class{messages=[];streamingMessage=null;error=null;activeRun=null;contextWindow=null;listeners=new Set;toolCallMessageIdByCallId=new Map;toolCallArgsRawByCallId=new Map;lastSettledRunId=null;snapshotCache=null;snapshotVersion=-1;stateVersion=0;getSnapshot=()=>{if(this.snapshotCache&&this.snapshotVersion===this.stateVersion)return this.snapshotCache;let e={messages:this.messages,streamingMessage:this.streamingMessage,error:this.error?{...this.error,details:this.error.details?{...this.error.details}:void 0}:null,activeRun:this.activeRun?{...this.activeRun}:null,contextWindow:this.contextWindow?{...this.contextWindow}:null};return this.snapshotCache=e,this.snapshotVersion=this.stateVersion,e};subscribe=e=>(this.listeners.add(e),()=>this.listeners.delete(e));reset=()=>{this.messages.length===0&&!this.streamingMessage&&!this.error&&!this.activeRun&&!this.contextWindow&&this.toolCallMessageIdByCallId.size===0&&this.toolCallArgsRawByCallId.size===0||(this.messages=[],this.streamingMessage=null,this.error=null,this.activeRun=null,this.contextWindow=null,this.toolCallMessageIdByCallId.clear(),this.toolCallArgsRawByCallId.clear(),this.lastSettledRunId=null,this.stateVersion+=1,this.notifyListeners())};hydrate=e=>{this.messages=e.messages.map(e=>RM(e)),this.streamingMessage=null,this.error=null,this.contextWindow=e.contextWindow?{...e.contextWindow}:null,this.activeRun=e.activeRun?{...e.activeRun,sessionId:e.activeRun.sessionId??e.sessionId,abortDisabledReason:e.activeRun.abortDisabledReason??null}:null,this.toolCallMessageIdByCallId.clear(),this.toolCallArgsRawByCallId.clear(),this.lastSettledRunId=null,this.stateVersion+=1,this.notifyListeners()};dispatch=e=>this.dispatchBatch([e]);dispatchBatch=async e=>{if(!e.length)return;let t=this.stateVersion;e.forEach(this.applyEvent),this.stateVersion!==t&&this.notifyListeners()};applyEvent=e=>{switch(e.type){case jM.MessageSent:this.handleMessageSent(e.payload);break;case jM.MessageAbort:this.handleMessageAbort(e.payload);break;case jM.MessageTextStart:this.handleMessageTextStart(e.payload);break;case jM.MessageTextDelta:this.handleMessageTextDelta(e.payload);break;case jM.MessageTextEnd:this.handleMessageTextEnd(e.payload);break;case jM.MessageReasoningStart:this.handleMessageReasoningStart(e.payload);break;case jM.MessageReasoningDelta:this.handleMessageReasoningDelta(e.payload);break;case jM.MessageReasoningEnd:this.handleMessageReasoningEnd(e.payload);break;case jM.MessageToolCallStart:this.handleMessageToolCallStart(e.payload);break;case jM.MessageToolCallArgs:this.handleMessageToolCallArgs(e.payload);break;case jM.MessageToolCallArgsDelta:this.handleMessageToolCallArgsDelta(e.payload);break;case jM.MessageToolCallEnd:this.handleMessageToolCallEnd(e.payload);break;case jM.MessageToolCallResult:this.handleMessageToolCallResult(e.payload);break;case jM.RunStarted:this.handleRunStarted(e.payload);break;case jM.RunFinished:this.handleRunFinished(e.payload);break;case jM.RunError:this.handleRunError(e.payload);break;case jM.RunMetadata:this.handleRunMetadata(e.payload);break;case jM.ContextWindowUpdated:this.handleContextWindowUpdated(e.payload);break;case jM.EndpointError:this.handleEndpointError(e.payload);break;default:break}};handleMessageSent=e=>{this.upsertMessage(e.message),this.setError(null)};handleMessageAbort=e=>{let t=e.messageId?.trim();if(this.clearActiveRun(),this.setError(null),this.streamingMessage&&(!t||this.streamingMessage.id===t)){let e=this.streamingMessage.id,{parts:n,toolCallIds:r}=qM(this.streamingMessage.parts);this.upsertMessage({...this.streamingMessage,status:`final`,parts:n}),this.replaceStreamingMessage(null),t?UM(this.toolCallMessageIdByCallId,this.toolCallArgsRawByCallId,t):UM(this.toolCallMessageIdByCallId,this.toolCallArgsRawByCallId,e),r.forEach(e=>this.toolCallArgsRawByCallId.set(e,zM))}};handleMessageTextStart=e=>{this.ensureStreamingMessage(e.sessionId,e.messageId,`streaming`),this.setError(null)};handleMessageTextDelta=e=>{if(!e.delta)return;let t=this.ensureStreamingMessage(e.sessionId,e.messageId,`streaming`),n=[...t.parts],r=n[n.length-1];r?.type===`text`?n[n.length-1]={type:`text`,text:`${r.text}${e.delta}`}:n.push({type:`text`,text:e.delta}),this.replaceStreamingMessage({...t,parts:n,status:`streaming`})};handleMessageTextEnd=e=>{this.streamingMessage?.id===e.messageId&&this.streamingMessage.status===`streaming`&&this.replaceStreamingMessage({...this.streamingMessage,status:`pending`})};handleMessageReasoningStart=e=>{this.ensureStreamingMessage(e.sessionId,e.messageId,`streaming`)};handleMessageReasoningDelta=e=>{if(!e.delta)return;let t=this.ensureStreamingMessage(e.sessionId,e.messageId,`streaming`),n=[...t.parts],r=n[n.length-1];r?.type===`reasoning`?n[n.length-1]={type:`reasoning`,text:`${r.text}${e.delta}`}:n.push({type:`reasoning`,text:e.delta}),this.replaceStreamingMessage({...t,parts:n,status:`streaming`})};handleMessageReasoningEnd=e=>{this.streamingMessage?.id,e.messageId};handleMessageToolCallStart=e=>{if(this.toolCallArgsRawByCallId.get(e.toolCallId)===`__nextclaw_aborted_tool_call__`)return;let t=this.resolveToolCallTargetMessage(e.sessionId,e.toolCallId,e.messageId);this.toolCallArgsRawByCallId.set(e.toolCallId,``);let n=KM(t.parts,{type:`tool-invocation`,toolCallId:e.toolCallId,toolName:e.toolName,state:`partial-call`,args:``});this.replaceStreamingMessage({...t,parts:n,status:`streaming`}),this.setError(null)};handleMessageToolCallArgs=e=>{this.toolCallArgsRawByCallId.get(e.toolCallId)!==`__nextclaw_aborted_tool_call__`&&(this.toolCallArgsRawByCallId.set(e.toolCallId,e.args),this.applyToolCallArgs(e.sessionId,e.toolCallId,e.args))};handleMessageToolCallArgsDelta=e=>{if(this.toolCallArgsRawByCallId.get(e.toolCallId)===`__nextclaw_aborted_tool_call__`)return;let t=`${this.toolCallArgsRawByCallId.get(e.toolCallId)??``}${e.delta}`;this.toolCallArgsRawByCallId.set(e.toolCallId,t),this.applyToolCallArgs(e.sessionId,e.toolCallId,t,e.messageId)};handleMessageToolCallEnd=e=>{if(this.toolCallArgsRawByCallId.get(e.toolCallId)===`__nextclaw_aborted_tool_call__`)return;let t=this.resolveToolCallTargetMessage(e.sessionId,e.toolCallId),n=this.toolCallArgsRawByCallId.get(e.toolCallId)??``,r=KM(t.parts,{type:`tool-invocation`,toolCallId:e.toolCallId,toolName:GM(t.parts,e.toolCallId)??`unknown`,state:`call`,args:n});this.replaceStreamingMessage({...t,parts:r,status:`streaming`})};handleMessageToolCallResult=e=>{if(this.toolCallArgsRawByCallId.get(e.toolCallId)!==`__nextclaw_aborted_tool_call__`&&!this.updateMessageContainingToolCall(e.toolCallId,(t,n)=>{let r={type:`tool-invocation`,toolCallId:e.toolCallId,toolName:n.toolName,state:`result`,args:n.args,result:e.content,resultContentItems:e.contentItems};return KM(t.parts,r)})){let t=this.resolveToolCallTargetMessage(e.sessionId,e.toolCallId),n=KM(t.parts,{type:`tool-invocation`,toolCallId:e.toolCallId,toolName:`unknown`,state:`result`,result:e.content,resultContentItems:e.contentItems});this.replaceStreamingMessage({...t,parts:n,status:`streaming`})}};handleRunStarted=e=>{this.isSettledRunId(e.runId)||(this.setError(null),this.activeRun={runId:e.runId??null,sessionId:e.sessionId},this.stateVersion+=1)};handleRunFinished=e=>{this.markRunAsSettled(e.runId??this.activeRun?.runId??null),this.settleStreamingMessage(`final`),this.setError(null),this.clearActiveRun()};handleRunError=e=>{this.markRunAsSettled(e.runId??this.activeRun?.runId??null),this.settleStreamingMessage(`error`),this.setError(BM(e)),this.clearActiveRun()};handleRunMetadata=e=>{let t=e.metadata;if(t?.kind===`ready`){let e=t;if(this.isSettledRunId(e.runId))return;this.activeRun={runId:e.runId??this.activeRun?.runId??null,sessionId:e.sessionId??this.activeRun?.sessionId,abortDisabledReason:e.supportsAbort===!1?e.abortDisabledReason??`Unsupported`:null},this.stateVersion+=1}else t?.kind===`final`&&(this.markRunAsSettled(e.runId??this.activeRun?.runId??null),this.clearActiveRun())};handleContextWindowUpdated=e=>{this.contextWindow={...e.contextWindow},this.stateVersion+=1};handleEndpointError=e=>{if(e.code===`abort-error`){this.handleMessageAbort({sessionId:this.activeRun?.sessionId??this.streamingMessage?.sessionId??``,...this.streamingMessage?.id?{messageId:this.streamingMessage.id}:{}});return}this.settleStreamingMessage(`error`),this.clearActiveRun(),this.setError(e)};applyToolCallArgs=(e,t,n,r)=>{let i=this.resolveToolCallTargetMessage(e,t,r),a=GM(i.parts,t)??`unknown`,o=KM(i.parts,{type:`tool-invocation`,toolCallId:t,toolName:a,state:`partial-call`,args:n});this.replaceStreamingMessage({...i,parts:o,status:`streaming`})};ensureStreamingMessage=(e,t,n)=>{if(this.streamingMessage?.id===t){if(this.streamingMessage.status===n)return this.streamingMessage;let e={...this.streamingMessage,status:n};return this.replaceStreamingMessage(e),e}let r=this.messages.findIndex(e=>e.id===t);if(r>=0){let t=LM(this.messages[r]),i=[...this.messages];i.splice(r,1),this.messages=i,this.stateVersion+=1;let a={...t,sessionId:e,status:n};return this.replaceStreamingMessage(a),a}let i=this.streamingMessage;if(i&&i.id!==t&&i.sessionId===e&&VM(i,t)){let r={...i,id:t,sessionId:e,status:n};return HM(this.toolCallMessageIdByCallId,i.id,t),this.replaceStreamingMessage(r),r}let a={id:t,sessionId:e,role:JM,status:n,parts:[],timestamp:new Date().toISOString()};return this.replaceStreamingMessage(a),a};resolveToolCallTargetMessage=(e,t,n)=>{let r=n?.trim()||this.toolCallMessageIdByCallId.get(t)||this.streamingMessage?.id||`tool-${t}`;return this.toolCallMessageIdByCallId.set(t,r),this.ensureStreamingMessage(e,r,`streaming`)};updateMessageContainingToolCall=(e,t)=>{if(this.streamingMessage){let n=WM(this.streamingMessage.parts,e);if(n){let e=t(this.streamingMessage,n);return this.replaceStreamingMessage({...this.streamingMessage,parts:e}),!0}}for(let n=this.messages.length-1;n>=0;--n){let r=this.messages[n],i=WM(r.parts,e);if(!i)continue;let a=[...this.messages];return a[n]={...r,parts:t(r,i)},this.messages=a,this.stateVersion+=1,!0}return!1};upsertMessage=e=>{let t=RM(e);this.streamingMessage?.id===t.id&&(this.streamingMessage=null);let n=this.messages.findIndex(e=>e.id===t.id);if(n<0){this.messages=[...this.messages,t],this.stateVersion+=1;return}let r=[...this.messages];r[n]=t,this.messages=r,this.stateVersion+=1};replaceStreamingMessage=e=>{!e&&!this.streamingMessage||(this.streamingMessage=e?RM(e):null,this.stateVersion+=1)};setError=e=>{this.error?.code===e?.code&&this.error?.message===e?.message&&this.error?.details===e?.details&&this.error?.cause===e?.cause||(this.error=e?{...e,details:e.details?{...e.details}:void 0}:null,this.stateVersion+=1)};clearActiveRun=()=>{this.activeRun&&(this.activeRun=null,this.stateVersion+=1)};isSettledRunId=e=>!!e?.trim()&&e===this.lastSettledRunId;markRunAsSettled=e=>{this.lastSettledRunId=e?.trim()||null};settleStreamingMessage=e=>{if(!this.streamingMessage)return;let t={...this.streamingMessage,status:e};this.upsertMessage(t),this.replaceStreamingMessage(null),UM(this.toolCallMessageIdByCallId,this.toolCallArgsRawByCallId,t.id)};notifyListeners=()=>{let e=this.getSnapshot();for(let t of this.listeners)t(e)}},XM=16,ZM=class{constructor(e){this.dispatchBatch=e,this.queue=[],this.flushTimerId=null,this.isFlushing=!1,this.isDisposed=!1,this.enqueue=e=>{this.isDisposed||(this.queue.push(e),this.scheduleFlush())},this.dispose=()=>{this.isDisposed=!0,this.flushTimerId!==null&&(window.clearTimeout(this.flushTimerId),this.flushTimerId=null),this.queue.length=0},this.scheduleFlush=()=>{this.flushTimerId!==null||this.isFlushing||this.queue.length===0||(this.flushTimerId=window.setTimeout(()=>{this.flushTimerId=null,this.flush()},XM))},this.flush=async()=>{if(!(this.isDisposed||this.isFlushing||this.queue.length===0)){this.isFlushing=!0;try{for(;this.queue.length>0;){let e=this.queue.splice(0);await this.dispatchBatch(e)}}finally{this.isFlushing=!1,this.scheduleFlush()}}}}};function QM(e,t){let n=e.dispatchBatch;return typeof n==`function`?n.call(e,t):t.reduce((t,n)=>t.then(()=>e.dispatch(n)),Promise.resolve())}function $M(e,t){if(!t)return!0;let n=`payload`in e?e.payload:null;return!n||typeof n!=`object`||!(`sessionId`in n)||typeof n.sessionId!=`string`?!0:n.sessionId===t}function eN(e){return e.parts.some(e=>e.type===`text`||e.type===`rich-text`||e.type===`reasoning`?e.text.trim().length>0:!0)}function tN(e,t){if(typeof e==`string`){let n=e.trim();return n?{...t?{sessionId:t}:{},message:{id:`user-${Date.now().toString(36)}`,...t?{sessionId:t}:{},role:`user`,status:`final`,parts:[{type:`text`,text:n}],timestamp:new Date().toISOString()}}:null}if(!eN(e.message))return null;let n=e.sessionId||e.message.sessionId||t;return{...e,...n?{sessionId:n}:{},message:{...e.message,...n?{sessionId:n}:{}}}}function nN(e){let t=(0,P.useRef)();return t.current?e&&t.current.sessionId===null?t.current.sessionId=e:t.current.sessionId!==(e??null)&&(t.current={sessionId:e??null,manager:new YM}):t.current={sessionId:e??null,manager:new YM},t.current.manager}function rN({sessionId:e,client:t,manager:n}){let r=(0,P.useRef)(e),i=(0,P.useSyncExternalStore)(e=>n.subscribe(()=>e()),()=>n.getSnapshot(),()=>n.getSnapshot()),[a,o]=(0,P.useState)(!1);(0,P.useEffect)(()=>{r.current=e},[e]),(0,P.useEffect)(()=>{o(!1)},[e]),(0,P.useEffect)(()=>{let e=new ZM(e=>QM(n,e)),i=t.subscribe(t=>{$M(t,r.current)&&e.enqueue(t)});return()=>{i(),e.dispose(),t.stop()}},[t,n]);let s=i.streamingMessage?[...i.messages,i.streamingMessage]:i.messages,c=i.activeRun?.runId??null,l=!!i.activeRun;return{snapshot:i,visibleMessages:s,activeRunId:c,isRunning:l,isSending:a,send:async r=>{if(a||l)return null;let i=tN(r,e);if(!i)return null;o(!0),e&&await n.dispatch({type:jM.MessageSent,payload:{sessionId:e,message:{...i.message,sessionId:e},metadata:i.metadata}});try{return await t.send(i)}finally{o(!1)}},abort:async()=>{e&&await t.abort({sessionId:e})},streamRun:async()=>{e&&(await t.stop(),await t.stream({sessionId:e}))}}}function iN(e){return e instanceof Error?e:Error(String(e))}function aN(e){let{hydratedSessionId:t,isHydrating:n,sessionId:r}=e;return r?n||t!==r:!1}function oN(e,t){let n=e.getSnapshot();return n.activeRun?.sessionId===t||n.streamingMessage?.sessionId===t||n.messages.some(e=>e.sessionId===t)}function sN(e,t){return e.status===`running`?{runId:null,sessionId:t,abortDisabledReason:null}:null}function cN(e,t,n){return n.signal.aborted||e.requestId!==t}function lN({sessionId:e,client:t,loadSeed:n}){let r=nN(e),i=rN({sessionId:e,client:t,manager:r}),[a,o]=(0,P.useState)(!0),[s,c]=(0,P.useState)(null),[l,u]=(0,P.useState)(null),d=(0,P.useRef)({requestId:0,controller:null}),f=(0,P.useCallback)(async()=>{await t.stop(),r.reset(),c(null),u(null),o(!1),d.current={requestId:d.current.requestId+1,controller:null}},[t,r]),p=(0,P.useCallback)(e=>{c(null),u(e),o(!1)},[]),m=(0,P.useCallback)(async()=>{if(d.current.controller?.abort(),!e){await f();return}let i=new AbortController,a=d.current.requestId+1;if(d.current={requestId:a,controller:i},oN(r,e)){p(e),d.current.controller===i&&(d.current.controller=null);return}await t.stop(),r.reset(),c(null),o(!0);try{let o=await n(e,i.signal);if(cN(d.current,a,i))return;r.hydrate({sessionId:e,messages:o.messages,activeRun:sN(o,e)}),p(e),t.stream({sessionId:e}).catch(e=>{d.current.requestId===a&&c(iN(e))})}catch(t){if(cN(d.current,a,i))return;c(iN(t)),u(e),o(!1)}finally{d.current.controller===i&&(d.current.controller=null)}},[t,n,r,p,f,e]);return(0,P.useEffect)(()=>(m(),()=>{d.current.controller?.abort(),d.current.controller=null}),[m]),{...i,isHydrating:aN({sessionId:e,hydratedSessionId:l,isHydrating:a}),hydrateError:s}}var uN=200*1024*1024,dN=`application/octet-stream`;function fN(e){let t=e.type.trim().toLowerCase();return t.length>0?t:dN}function pN(e,t){let n=t.acceptedMimeTypes&&t.acceptedMimeTypes.length>0?new Set(t.acceptedMimeTypes.map(e=>e.trim().toLowerCase())):null,r=t.maxBytes??209715200,i=fN(e);return n&&!n.has(i)?{ok:!1,rejected:{fileName:e.name,mimeType:i,sizeBytes:e.size,reason:`unsupported-type`}}:e.size>r?{ok:!1,rejected:{fileName:e.name,mimeType:i,sizeBytes:e.size,reason:`too-large`}}:{ok:!0,mimeType:i}}function mN(e){let t=e.parts&&e.parts.length>0?e.parts.map(e=>structuredClone(e)):[...e.text?.trim()??``?[{type:`text`,text:e.text.trim()}]:[],...(e.attachments??[]).map(e=>({type:`file`,name:e.name,mimeType:e.mimeType,...e.assetUri?.trim()?{assetUri:e.assetUri.trim()}:{},...e.url?.trim()?{url:e.url.trim()}:{},...e.contentBase64?.trim()?{contentBase64:e.contentBase64.trim()}:{},sizeBytes:e.sizeBytes}))];if(t.length===0)return null;let n=e.timestamp??new Date().toISOString(),r=e.messageId??`user-${Date.now().toString(36)}`;return{...e.sessionId?{sessionId:e.sessionId}:{},message:{id:r,...e.sessionId?{sessionId:e.sessionId}:{},role:`user`,status:`final`,parts:t,timestamp:n,...e.metadata?{metadata:e.metadata}:{}},...e.metadata?{metadata:e.metadata}:{}}}async function hN(e,t){let n=[],r=[];for(let i of e){let e=pN(i,t);if(!e.ok){r.push(e.rejected);continue}n.push(i)}if(n.length===0)return{attachments:[],rejected:r};try{return{attachments:await t.uploadBatch(n),rejected:r}}catch{return r.push(...n.map(e=>({fileName:e.name,mimeType:fN(e),sizeBytes:e.size,reason:`read-failed`}))),{attachments:[],rejected:r}}}function gN(e){let t=e.modelLabel.trim(),n=e.providerLabel.trim();return n?`${n}/${t}`:t}function _N(e){let t=[];for(let n of[`off`,...e])t.includes(n)||t.push(n);return t}function vN(e){return!e.isModelOptionsLoading&&!e.isModelOptionsEmpty?null:e.isModelOptionsLoading?{tone:`neutral`,loading:!0}:{tone:`warning`,text:e.texts.noModelOptionsLabel,actionLabel:e.texts.configureProviderLabel,onAction:e.onGoToProviders}}function yN({modelOptions:e,recentModelValues:t,selectedModel:n,isModelOptionsLoading:r,hasModelOptions:i,onValueChange:a,texts:o}){let s=e.find(e=>e.value===n)??e[0],c=i?s?.value:void 0,l=new Set(t??[]),u=new Map(e.map(e=>[e.value,e])),d=(t??[]).map(e=>u.get(e)).filter(e=>!!e),f=e.filter(e=>!l.has(e.value)),p=d.length>0?[{key:`recent-models`,label:o.recentModelsLabel,options:d.map(e=>({value:e.value,label:gN(e)}))},{key:`all-models`,label:o.allModelsLabel,options:f.map(e=>({value:e.value,label:gN(e)}))}].filter(e=>e.options.length>0):void 0;return{key:`model`,value:c,placeholder:o.modelSelectPlaceholder,selectedLabel:s?gN(s):void 0,icon:`sparkles`,options:e.map(e=>({value:e.value,label:gN(e)})),groups:p,disabled:!i,loading:r,emptyLabel:o.modelNoOptionsLabel,onValueChange:a}}function bN(e){if(e.supportedLevels.length===0)return null;let t=_N(e.supportedLevels),n=t.includes(`off`)?`off`:t[0],r=e.selectedThinkingLevel&&t.includes(e.selectedThinkingLevel)&&e.selectedThinkingLevel||e.defaultThinkingLevel&&t.includes(e.defaultThinkingLevel)&&e.defaultThinkingLevel||n;return{key:`thinking`,value:r,placeholder:e.texts.thinkingLabels[r],selectedLabel:e.texts.thinkingLabels[r],icon:`brain`,options:t.map(t=>({value:t,label:e.texts.thinkingLabels[t]})),onValueChange:t=>e.onValueChange(t)}}var xN={exactSpec:1200,exactLabel:1150,prefixSpec:1e3,prefixLabel:950,prefixToken:900,containsSpec:800,containsLabel:760,containsDescription:500,subsequence:300,fallback:1};function SN(e){return(e??``).trim().toLowerCase()}function CN(e,t){if(!e||!t)return!1;let n=0;for(let r of t)if(r===e[n]&&(n+=1,n>=e.length))return!0;return!1}function wN(e,t){let n=SN(t);if(!n)return xN.fallback;let r=SN(e.key),i=SN(e.label||e.key),a=SN(`${e.descriptionZh??``} ${e.description??``}`),o=i.split(/[\s/_-]+/).filter(Boolean);return r===n?xN.exactSpec:i===n?xN.exactLabel:r.startsWith(n)?xN.prefixSpec:i.startsWith(n)?xN.prefixLabel:o.some(e=>e.startsWith(n))?xN.prefixToken:r.includes(n)?xN.containsSpec:i.includes(n)?xN.containsLabel:a.includes(n)?xN.containsDescription:CN(n,i)||CN(n,r)?xN.subsequence:0}function TN(e){return e>=xN.exactLabel?4:e>=xN.prefixToken?3:e>=xN.containsLabel?2:e>0?1:0}function EN(e){return new Map(e.map((e,t)=>[e,t]))}function DN(e,t){let n=EN(t),r=[],i=[];for(let t of e){if(n.has(t.key)){r.push(t);continue}i.push(t)}return r.sort((e,t)=>(n.get(e.key)??1/0)-(n.get(t.key)??1/0)),[...r,...i]}function ON(e,t,n,r=[]){let i=new Intl.Collator(void 0,{sensitivity:`base`,numeric:!0}),a=EN(r);return e.map((e,n)=>({record:e,order:n,score:wN(e,t)})).filter(e=>e.score>0).sort((e,t)=>{let n=TN(e.score),r=TN(t.score);if(r!==n)return r-n;let o=a.get(e.record.key)??1/0,s=a.get(t.record.key)??1/0;if(o!==s)return o-s;if(t.score!==e.score)return t.score-e.score;let c=(e.record.label||e.record.key).trim(),l=(t.record.label||t.record.key).trim(),u=i.compare(c,l);return u===0?e.order-t.order:u}).map(({record:e})=>({key:`skill:${e.key}`,title:e.label||e.key,subtitle:n.slashSkillSubtitle,description:(e.descriptionZh??e.description??``).trim()||n.noSkillDescription,detailLines:[`${n.slashSkillSpecLabel}: ${e.key}`,...e.scopeLabel?[`${n.slashSkillScopeLabel}: ${e.scopeLabel}`]:[]],value:e.key}))}function kN(e){return e.map(e=>({key:e.key,label:e.label,description:e.descriptionZh||e.description||``,badgeLabel:e.badgeLabel}))}function AN(e){let t=DN(e.skillRecords,e.recentSkillValues??[]),n=new Set(e.groupedRecentSkillValues??[]),r=kN(t.filter(e=>n.has(e.key))),i=kN(t.filter(e=>!n.has(e.key)));return{title:e.texts.title,searchPlaceholder:e.texts.searchPlaceholder,emptyLabel:e.texts.emptyLabel,loadingLabel:e.texts.loadingLabel,isLoading:e.isLoading,manageLabel:e.texts.manageLabel,manageHref:`/marketplace/skills`,options:kN(t),groups:r.length>0?[{key:`recent-skills`,label:e.texts.recentSkillsLabel,options:r},{key:`all-skills`,label:e.texts.allSkillsLabel,options:i}].filter(e=>e.options.length>0):void 0,selectedKeys:e.selectedSkills,onSelectedKeysChange:e.onSelectedKeysChange}}var jN=(0,P.createContext)(null);function MN({presenter:e,children:t}){return(0,F.jsx)(jN.Provider,{value:e,children:t})}function NN(){let e=(0,P.useContext)(jN);if(!e)throw Error(`usePresenter must be used inside ChatPresenterProvider`);return e}var PN=(0,P.createContext)(null);function FN({children:e}){let[r,i]=(0,P.useState)(()=>m());(0,P.useEffect)(()=>c(e=>{i(e)}),[]);let a=(0,P.useCallback)(e=>{n(e),i(t())},[]),o=(0,P.useCallback)(()=>{a(r===`en`?`zh`:`en`)},[r,a]),s=(0,P.useMemo)(()=>({language:r,setLanguage:a,toggleLanguage:o}),[r,a,o]);return(0,F.jsx)(PN.Provider,{value:s,children:e})}function IN(){let e=(0,P.useContext)(PN);if(!e)throw Error(`useI18n must be used within I18nProvider`);return{...e,t:p}}function LN(e){return typeof e!=`number`||!Number.isFinite(e)?`desktop`:e<=767?`mobile`:`desktop`}function RN(){let e=typeof window>`u`?null:window.innerWidth??null;return{mode:LN(e),width:e}}var zN=h(()=>RN()),BN=new class{constructor(){this.consumerCount=0,this.started=!1,this.attach=()=>(this.consumerCount+=1,this.consumerCount===1&&this.start(),()=>{this.consumerCount=Math.max(0,this.consumerCount-1),this.consumerCount===0&&this.stop()}),this.start=()=>{this.started||typeof window>`u`||(this.started=!0,window.addEventListener(`resize`,this.handleViewportChange),window.addEventListener(`orientationchange`,this.handleViewportChange),this.syncFromWindow())},this.stop=()=>{!this.started||typeof window>`u`||(window.removeEventListener(`resize`,this.handleViewportChange),window.removeEventListener(`orientationchange`,this.handleViewportChange),this.started=!1)},this.getSnapshot=()=>zN.getState(),this.resetForTests=()=>{this.consumerCount=0,this.stop(),zN.setState(RN())},this.handleViewportChange=()=>{this.syncFromWindow()},this.syncFromWindow=()=>{if(typeof window>`u`)return;let e=window.innerWidth??null;zN.setState({width:e,mode:LN(e)})}}};function VN(){return(0,P.useEffect)(()=>BN.attach(),[]),{isMobile:zN(e=>e.mode)===`mobile`}}var HN=`$`;function UN(e,t){if(t.length===0)return e;let n=e[e.length-1];return n?.type===`text`?[...e.slice(0,-1),{...n,text:n.text+t}]:[...e,{type:`text`,text:t}]}function WN(){return Jv()}function GN(e){return Yv(e)}function KN(e){return Qv(e)}function qN(e){return $v(e,`skill`)}function JN(e){return $v(e,`file`)}function YN(e,t,n){let r=new Set(t),i=oy(e,e=>e.tokenKind===`skill`&&!r.has(e.tokenKey)),a=$v(i,`skill`),o=new Map(n.map(e=>[e.ref,e])),s=t.filter(e=>!a.includes(e)).map(e=>Kv({tokenKind:`skill`,tokenKey:e,label:o.get(e)?.name||e}));return s.length===0?i:Xv([...i,...s])}function XN(e,t){let n=new Set(t.map(e=>e.id));return oy(e,e=>e.tokenKind===`file`&&!n.has(e.tokenKey))}function ZN(e,t){let n=new Set(JN(e));return t.filter(e=>n.has(e.id))}function QN(e,t){let n=new Map(t.map(e=>[e.id,e])),r=[];for(let t of e){if(t.type===`text`){r=UN(r,t.text);continue}if(t.tokenKind===`skill`){r=UN(r,`${HN}${t.tokenKey}`);continue}if(t.tokenKind!==`file`)continue;let e=n.get(t.tokenKey);e&&r.push({type:`file`,name:e.name,mimeType:e.mimeType,...e.assetUri?{assetUri:e.assetUri}:{},...e.url?{url:e.url}:{},...e.contentBase64?{contentBase64:e.contentBase64}:{},sizeBytes:e.sizeBytes})}return r}var $N={isProviderStateResolved:!1,composerNodes:WN(),attachments:[],draft:``,pendingSessionType:`native`,pendingProjectRoot:null,pendingProjectRootSessionKey:null,defaultSessionType:`native`,canStopGeneration:!1,stopDisabledReason:null,sendError:null,isSending:!1,modelOptions:[],selectedModel:``,selectedThinkingLevel:null,sessionTypeOptions:[],selectedSessionType:void 0,stopSupported:!1,stopReason:void 0,canEditSessionType:!1,sessionTypeUnavailable:!1,sessionTypeUnavailableMessage:null,skillRecords:[],isSkillsLoading:!1,selectedSkills:[],composerFocusRequest:null},Z=h(e=>({snapshot:$N,setSnapshot:t=>e(e=>({snapshot:{...e.snapshot,...t}}))})),eP=`nextclaw.chat.recent-selection.store`;function tP(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function nP(e,t){return Array.isArray(e)?Array.from(new Set(e.map(tP).filter(e=>!!e))).slice(0,t):[]}function rP(e,t){let n=tP(t?.namespace);return n?`${e.storageKey}.${encodeURIComponent(n.toLowerCase())}`:e.storageKey}function iP(e){if(!e||typeof e!=`object`)return{};let t={};for(let[n,r]of Object.entries(e)){let e=tP(n);if(!e)continue;let i=nP(r,1/0);i.length>0&&(t[e]=i)}return t}var aP=h()(mn(e=>({entriesByKey:{},setEntries:(t,n)=>e(e=>({entriesByKey:{...e.entriesByKey,[t]:nP(n,1/0)}}))}),{name:eP,storage:hn(()=>window.localStorage),partialize:e=>({entriesByKey:e.entriesByKey}),merge:(e,t)=>({...t,entriesByKey:iP(e?.entriesByKey)})})),oP=class{constructor(e){this.options=e,this.read=(e={})=>{let t=rP(this.options,e);return nP(aP.getState().entriesByKey[t],this.options.limit)},this.remember=(e,t={})=>{let n=tP(e);if(!n)return this.read(t);let r=rP(this.options,t),i=[n,...this.read(t).filter(e=>e!==n)].slice(0,this.options.limit);return aP.getState().setEntries(r,i),i},this.resolveVisible=e=>{let t=nP(e.availableValues,1/0);if(t.length<=e.minAvailableCount)return[];let n=new Set(t),r=[],i=Math.max(1,e.limit??this.options.limit);for(let t of this.read(e))if(!(!n.has(t)||r.includes(t))&&(r.push(t),r.length>=i))break;return r}}},sP=new oP({storageKey:`nextclaw.chat.recent-models`,limit:3}),cP=new oP({storageKey:`nextclaw.chat.recent-skills`,limit:5});function lP(e){return e.modelOptions.length>0}function uP(e){return!e.isProviderStateResolved&&!lP(e)}function dP(e){return e.isProviderStateResolved&&!lP(e)}function fP(e){return!1}function pP(e){let{hasSendableDraft:t,isRuntimeBlocked:n}=e;return n||!t}var mP=[`off`,`minimal`,`low`,`medium`,`high`,`adaptive`,`xhigh`],hP=new Set(mP);function gP(e){if(!e||e.length===0)return[];let t=new Set;for(let n of e){let e=n.trim();e&&t.add(e)}return[...t]}function _P(e,t){let n=e.trim(),r=t.trim();if(!n||!r)return n;let i=`${r}/`;return n.startsWith(i)?n.slice(i.length):n}function vP(e,t){let n=e.trim();if(!n)return``;for(let e of t)n=_P(n,e);return n.trim()}function yP(e,t){let n=t.trim(),r=e.trim();return n?r?`${r}/${n}`:n:``}function bP(e){if(typeof e!=`string`)return null;let t=e.trim().toLowerCase();return t&&hP.has(t)?t:null}function xP(e){if(!Array.isArray(e))return[];let t=[];for(let n of e){let e=bP(n);!e||t.includes(e)||t.push(e)}return t}function SP(e,t){if(!e)return{};let n={};for(let[r,i]of Object.entries(e)){let e=vP(r,t);if(!e)continue;let a={},o=xP(i?.thinking?.supported);if(o.length>0){let e=bP(i?.thinking?.default);a.thinking=e&&o.includes(e)?{supported:o,default:e}:{supported:o}}i?.vision===!0&&(a.vision=!0),(a.thinking||a.vision===!0)&&(n[e]=a)}return n}function CP(e){return Object.fromEntries(Object.entries(e).filter(e=>!!e[1].thinking).map(([e,t])=>[e,t.thinking]))}function wP(e,t,n){let r=vP(t,n);return r?e[r]??null:null}function TP(e,t){let n=e.trim();if(!n)return null;let r=null;for(let e of t)for(let t of e.aliases){let i=t.trim();i&&(n===i||n.startsWith(`${i}/`))&&(!r||i.length>r.score)&&(r={name:e.name,score:i.length})}if(r)return r.name;for(let e of t){let t=vP(n,e.aliases);if(t&&gP(e.models??[]).some(e=>e===t))return e.name}return null}function EP(e){return e?e.enabled!==!1&&e.apiKeySet===!0:!1}function DP(e){let{providersView:t,templatesView:n,config:r,onlyConfigured:i=!1}=e,a=new Map((n?.providerTemplates??[]).map(e=>[e.providerType,e])),o=Object.values(t?.providers??r?.providers??{}).map(e=>{let{providerId:t}=e,n=e.providerType?a.get(e.providerType):void 0,r=t.trim(),i=gP([t,n?.modelPrefix||``,n?.providerType||``]),o=gP((e?.models??[]).map(e=>vP(e,i))),s={...SP(n?.modelConfig,i),...SP(e?.modelConfig,i)},c=CP(s),l=e?.displayName?.trim(),u=EP(e);return{name:t,displayName:l||n?.displayName||t,prefix:r,aliases:i,models:o,modelConfig:s,modelThinking:c,configured:u}});return i?o.filter(e=>e.configured&&e.models.length>0):o}function OP(e,t){return{value:oe,modelLabel:e,providerLabel:``,isRuntimeDefault:!0,thinkingCapability:t??null}}function kP(e){let t=new Set;return DP({providersView:e.providersView??void 0,templatesView:e.templatesView??void 0,config:e.config??void 0,onlyConfigured:!0}).flatMap(e=>e.models.map(n=>{let r=yP(e.prefix,n);return!r||t.has(r)?null:(t.add(r),{value:r,modelLabel:n,providerLabel:e.displayName,thinkingCapability:wP(e.modelThinking,n,e.aliases)})})).filter(e=>e!==null).sort((e,t)=>{let n=e.providerLabel.localeCompare(t.providerLabel);return n===0?e.modelLabel.localeCompare(t.modelLabel):n})}function AP(e){let{modelOptions:t,modelSelectionMode:n,runtimeDefaultThinkingCapability:r,runtimeDefaultModelLabel:i=`Runtime default`,supportedModels:a}=e,o=OP(i,r);if(n===`runtime-default`)return[o];if(!a||a.length===0)return n===`optional`?[o,...t]:t;let s=new Set(a),c=t.filter(e=>s.has(e.value)),l=c.length>0?c:t;return n===`optional`?[o,...l]:l}var jP=function(e){return e.CALL=`call`,e.RESULT=`result`,e.PARTIAL_CALL=`partial-call`,e.ERROR=`error`,e.CANCELLED=`cancelled`,e}({});function MP(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function NP(e){return MP(e)}function PP(e){let t=MP(e);if(!t)return null;let n=t.replace(/[\\/]+$/,``);if(!n)return t;let r=n.split(/[\\/]/).filter(Boolean);return r[r.length-1]??n}function FP(e){return/^[A-Za-z]:[\\/]?$/.test(e)||e===`/`?e:e.replace(/[\\/]+$/,``)}function IP(e){let t=FP(e.trim().replace(/\\/g,`/`));return/^[A-Za-z]:/.test(t)?`${t.slice(0,1).toLowerCase()}${t.slice(1)}`:t}function LP(e){let t=e.trim().replace(/\\/g,`/`);return t?/^[A-Za-z]:\//.test(t)?{prefix:t.slice(0,2),segments:t.slice(3).split(`/`).filter(Boolean)}:t.startsWith(`/`)?{prefix:`/`,segments:t.slice(1).split(`/`).filter(Boolean)}:{prefix:null,segments:t.split(`/`).filter(Boolean)}:{prefix:null,segments:[]}}function RP(e){let t=IP(e.path),n=IP(e.sessionProjectRoot);if(!t||!n)return null;if(!t.startsWith(`/`)&&!/^[A-Za-z]:\//.test(t))return t.split(`/`).filter(Boolean);if(t===n)return[];let r=n.endsWith(`/`)?n:`${n}/`;return t.startsWith(r)?t.slice(r.length).split(`/`).filter(Boolean):null}function zP(e){let{labels:t,leading:n=null}=e,r=t.map((e,n)=>({key:`${n}:${e}`,label:e,kind:n===t.length-1?`file`:`directory`,isCurrent:n===t.length-1}));return n?[n,...r]:r}function BP(e){let{column:t,line:n}=e;return typeof n==`number`?`L${n}${typeof t==`number`?`:${t}`:``}`:null}function VP(e){let{column:t,line:n,path:r,sessionProjectRoot:i,truncated:a}=e,o=r.trim(),s=i?.trim()&&o?RP({path:o,sessionProjectRoot:i}):null,c;if(i?.trim()&&s){let e=PP(i)??i.trim();c=zP({labels:s,leading:{key:`workspace:${e}`,label:e,kind:`workspace`,isCurrent:s.length===0}})}else{let{prefix:e,segments:t}=LP(o);c=zP({labels:t,leading:e?{key:`root:${e}`,label:e,kind:`root`,isCurrent:t.length===0}:null})}return c.length===0&&(c=[{key:`file:unknown`,label:o||`file`,kind:`file`,isCurrent:!0}]),{fullPath:o,locationLabel:BP({line:n,column:t}),truncated:a,segments:c}}var HP=new Set([`off`,`minimal`,`low`,`medium`,`high`,`adaptive`,`xhigh`]),UP=new Set([`running`,`completed`,`failed`,`idle`]);function WP(e){if(typeof e==`string`)return e;try{return JSON.stringify(e??{})}catch{return String(e??``)}}function GP(e){return`${S}/api/ncp/assets/content?${new URLSearchParams({uri:e}).toString()}`}function KP(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function qP(e){let{metadata:t}=e;return!t||typeof t!=`object`||Array.isArray(t)?null:t}function JP(e){let t=qP(e)?.last_activity_preview;if(!t||typeof t!=`object`||Array.isArray(t))return null;let n=t,{state:r}=n,i=KP(n.timestamp);if(!UP.has(r)||!i)return null;let a=KP(n.statusText),o=KP(n.replyText);return{state:r,timestamp:i,...a?{statusText:a}:{},...o?{replyText:o}:{}}}function YP(e){let t=qP(e);return t?KP(t.preferred_model)??KP(t.preferredModel)??KP(t.model):null}function XP(e){let t=qP(e);if(!t)return null;let n=KP(t.preferred_thinking)??KP(t.thinking)??KP(t.thinking_level)??KP(t.thinkingLevel);if(!n)return null;let r=n.toLowerCase();return HP.has(r)?r:null}function ZP(e){let t=qP(e);return t?KP(t.label):null}function QP(e){let t=qP(e);return t?NP(t.project_root??t.projectRoot):null}function $P(e){return KP(e.workingDir)}function eF(e){let t=qP(e);return t?KP(t.ui_last_read_at):null}function tF(e){let t=qP(e);return t?KP(t.runtime)??KP(t.session_type)??KP(t.sessionType)??`native`:`native`}function nF(e){let t=qP(e);return t?KP(t.parent_session_id)??KP(t.parentSessionId):null}function rF(e){let t=qP(e);return t?KP(t.spawned_by_request_id)??KP(t.spawnedByRequestId):null}function iF(e){let t=qP(e);return t?t.child_session_promoted===!0:!1}function aF(e){if(e.startsWith(`cron:`))return{type:`cron`};if(e.startsWith(`agent:`)){let t=e.split(`:`);if(t.length>=3){let e=t[2];if(e&&e!==`main`&&e!==`direct`)return{channel:e}}}return{}}function oF(e){return e.state===`cancelled`?jP.CANCELLED:e.state===`result`?jP.RESULT:e.state===`partial-call`?jP.PARTIAL_CALL:jP.CALL}function sF(e){let t=[];for(let n of e){if(n.type===`text`){t.push({type:`text`,text:n.text});continue}if(n.type===`rich-text`){t.push({type:`text`,text:n.text});continue}if(n.type===`reasoning`){t.push({type:`reasoning`,reasoning:n.text,details:[]});continue}if(n.type===`source`){t.push({type:`source`,source:{sourceType:`url`,id:n.url??n.title??Math.random().toString(36).slice(2,8),url:n.url??``,...n.title?{title:n.title}:{}}});continue}if(n.type===`file`&&n.contentBase64){t.push({type:`file`,...n.name?{name:n.name}:{},mimeType:n.mimeType??`application/octet-stream`,data:n.contentBase64,...n.url?{url:n.url}:{},...typeof n.sizeBytes==`number`?{sizeBytes:n.sizeBytes}:{}});continue}if(n.type===`file`&&n.url){t.push({type:`file`,...n.name?{name:n.name}:{},mimeType:n.mimeType??`application/octet-stream`,data:``,url:n.url,...typeof n.sizeBytes==`number`?{sizeBytes:n.sizeBytes}:{}});continue}if(n.type===`file`&&n.assetUri){t.push({type:`file`,...n.name?{name:n.name}:{},mimeType:n.mimeType??`application/octet-stream`,data:``,url:GP(n.assetUri),...typeof n.sizeBytes==`number`?{sizeBytes:n.sizeBytes}:{}});continue}if(n.type===`step-start`){t.push({type:`step-start`});continue}n.type===`tool-invocation`&&t.push({type:`tool-invocation`,toolInvocation:{status:oF(n),toolCallId:n.toolCallId??`${n.toolName}-${Math.random().toString(36).slice(2,8)}`,toolName:n.toolName,args:WP(n.args),result:n.result}})}return t}function cF(e){return e===`service`?`system`:e===`tool`?`assistant`:e}function lF(e){return{id:e.id,role:cF(e.role),parts:sF(e.parts),meta:{source:`stream`,status:e.status,sessionKey:e.sessionId,timestamp:e.timestamp}}}function uF(e){let t=qP(e),n=ZP(e),r=YP(e),i=XP(e),a=QP(e),o=$P(e)??a,s=eF(e),c=KP(e.lastMessageAt),l=PP(a),u=aF(e.sessionId),d=nF(e),f=rF(e),p=iF(e),m=JP(e);return{key:e.sessionId,createdAt:e.createdAt??e.updatedAt,updatedAt:e.updatedAt,...c?{lastMessageAt:c}:{},...s?{readAt:s}:{},...typeof e.agentId==`string`&&e.agentId.trim().length>0?{agentId:e.agentId.trim()}:{},...n?{label:n}:{},...u,...r?{preferredModel:r}:{},...i?{preferredThinking:i}:{},...a?{projectRoot:a}:{},...o?{workingDir:o}:{},...l?{projectName:l}:{},...t?{metadata:t}:{},sessionType:tF(e),sessionTypeMutable:!1,status:e.status??`idle`,isChildSession:!!d,...p?{isPromotedChildSession:p}:{},...d?{parentSessionId:d}:{},...f?{spawnedByRequestId:f}:{},...m?{activityPreview:m}:{},messageCount:e.messageCount}}function dF(e){return e.map(uF)}var fF=h(e=>({snapshot:{},setSnapshot:t=>e(({snapshot:e})=>({snapshot:{...e,...t}}))})),pF=[];function mF(){let e=fF(e=>!!(e.snapshot.configQuery?.isFetched||e.snapshot.configQuery?.isSuccess)),t=fF(e=>!!(e.snapshot.providersQuery?.isFetched||e.snapshot.providersQuery?.isSuccess)),n=fF(e=>!!(e.snapshot.providerTemplatesQuery?.isFetched||e.snapshot.providerTemplatesQuery?.isSuccess));return e&&t&&n}function hF(e){let t=fF(e=>e.snapshot.sessionsQuery?.data?.sessions??pF),n=(0,P.useMemo)(()=>dF(t),[t]);return(0,P.useMemo)(()=>n.find(t=>t.key===e)??null,[n,e])}var gF=`native`;function _F(e){return typeof e==`string`?e.trim().toLowerCase()||`native`:gF}function vF(e,t=gF){return _F(e?.runtime?.trim()||e?.engine?.trim()||t)}function yF(e,t){return e===`native`?p(`chatSessionTypeNative`):t?.trim()||e.trim().split(/[-_]+/g).filter(Boolean).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(` `)||e}function bF(e){let t=new Map;for(let n of e){let e=_F(n.value);t.set(e,{value:e,label:n.label?.trim()||yF(e),icon:n.icon??null,ready:n.ready??!0,reason:n.reason??null,reasonMessage:n.reasonMessage??null,supportedModels:n.supportedModels,recommendedModel:n.recommendedModel??null,modelSelectionMode:n.modelSelectionMode??`nextclaw`,runtimeDefaultThinking:n.runtimeDefaultThinking??null,cta:n.cta??null})}return t.has(`native`)||t.set(gF,{value:gF,label:yF(gF),icon:null,ready:!0,reason:null,reasonMessage:null,supportedModels:void 0,recommendedModel:null,modelSelectionMode:`nextclaw`,runtimeDefaultThinking:null,cta:null}),Array.from(t.values()).sort((e,t)=>e.value===`native`?-1:t.value===`native`?1:e.value.localeCompare(t.value))}function xF(e){let{selectedSession:t,pendingSessionType:n,setPendingSessionType:r,sessionTypesData:i}=e,a=(0,P.useMemo)(()=>bF(i?.options??[]),[i?.options]),o=(0,P.useMemo)(()=>{let e=[...a],n=_F(t?.sessionType);return e.some(e=>e.value===n)||e.push({value:n,label:yF(n),icon:null,ready:!0,reason:null,reasonMessage:null,supportedModels:void 0,recommendedModel:null,modelSelectionMode:`nextclaw`,runtimeDefaultThinking:null,cta:null}),e.sort((e,t)=>e.value===`native`?-1:t.value===`native`?1:e.value.localeCompare(t.value))},[a,t?.sessionType]),s=(0,P.useMemo)(()=>_F(i?.defaultType??`native`),[i?.defaultType]),c=(0,P.useRef)(null),l=typeof n==`string`&&n.trim().length>0?n:void 0,u=(0,P.useMemo)(()=>_F(t?.sessionType??l??s),[s,l,t?.sessionType]),d=(0,P.useMemo)(()=>o.find(e=>e.value===u)??null,[u,o]);(0,P.useEffect)(()=>{if(t)return;let e=typeof n==`string`?n.trim():``,i=_F(n);(e.length===0||c.current===i||c.current===null&&i===`native`)&&(c.current=s,i!==s&&r(s))},[s,n,t,r]);let f=!t||!!t.sessionTypeMutable,m=(0,P.useMemo)(()=>new Set(a.map(e=>e.value)),[a]);return{sessionTypeOptions:o,selectedSessionTypeOption:d,defaultSessionType:s,selectedSessionType:u,canEditSessionType:f,sessionTypeUnavailable:(0,P.useMemo)(()=>t&&!m.has(_F(t.sessionType))?!0:d?.ready===!1,[m,t,d?.ready]),sessionTypeUnavailableMessage:(0,P.useMemo)(()=>t&&!m.has(_F(t.sessionType))?`${yF(u)} ${p(`chatSessionTypeUnavailableSuffix`)}`:d?.ready===!1?d.reasonMessage?.trim()||`${d.label} setup required`:null,[m,t,u,d])}}function SF(e){return e?.trim().toLowerCase()||`native`}function CF(e,t){if(typeof t!=`string`)return!1;let n=t.trim();return n?e.some(e=>e.value===n):!1}function wF(e,t){return typeof t==`string`&&e.includes(t)}function TF(e){return e.length===0?null:e.includes(`off`)?`off`:e[0]??null}function EF(e){let{currentValue:t,selectedSessionPreferredValue:n,fallbackPreferredValue:r,defaultValue:i,isValueSupported:a,firstAvailableValue:o,preferSessionPreferredValue:s=!1,preserveCurrentValueOnSessionChange:c=!1}=e;return a(t)&&(!s||c)?t:a(n)?n:a(r)?r:a(i)?i:o}function DF(e){let{modelOptions:t,currentSelectedModel:n,selectedSessionPreferredModel:r,fallbackPreferredModel:i,defaultModel:a,preferSessionPreferredModel:o,preserveCurrentSelectedModelOnSessionChange:s}=e;return t.length===0?``:EF({currentValue:n,selectedSessionPreferredValue:r,fallbackPreferredValue:i,defaultValue:a,isValueSupported:e=>CF(t,e),firstAvailableValue:t[0]?.value??``,preferSessionPreferredValue:o,preserveCurrentValueOnSessionChange:s})}function OF(e){let{supportedThinkingLevels:t,currentSelectedThinkingLevel:n,selectedSessionPreferredThinking:r,fallbackPreferredThinking:i,defaultThinkingLevel:a,preferSessionPreferredThinking:o,preserveCurrentSelectedThinkingOnSessionChange:s}=e;return t.length===0?null:EF({currentValue:n,selectedSessionPreferredValue:r,fallbackPreferredValue:i,defaultValue:a,isValueSupported:e=>wF(t,e),firstAvailableValue:TF(t)??`off`,preferSessionPreferredValue:o,preserveCurrentValueOnSessionChange:s})}function kF(e){let{sessions:t,selectedSessionKey:n,sessionType:r,readPreference:i}=e,a=SF(r),o,s=-1/0;for(let e of t){if(e.key===n||SF(e.sessionType)!==a)continue;let t=i(e);if(t==null)continue;let r=Date.parse(e.updatedAt),c=Number.isFinite(r)?r:-1/0;(o===void 0||c>s)&&(o=t,s=c)}return o}var AF=`nextclaw.chat.session-list.mode`,jF=`time-first`;function MF(e){return e===`time-first`||e===`project-first`}function NF(e){if(!e||typeof e!=`object`)return null;let{snapshot:t}=e;return!t||typeof t!=`object`?null:MF(t.listMode)?t.listMode:null}function PF(e,t){let n=e?.trim();if(!n)return!1;let r=t?.trim();return r?n.localeCompare(r)>0:!1}function FF(e){let{active:t,readAt:n,runStatus:r,lastMessageAt:i}=e;return t||r===`running`?!1:PF(i,n)}var IF={selectedSessionKey:null,selectedAgentId:`main`,query:``,listMode:jF};function LF(e){return t=>e(e=>({snapshot:{...e.snapshot,...t}}))}function RF(e){return(t,n)=>e(e=>{let r=t.trim(),i=n?.trim();if(!r||!i)return e;let a=e.optimisticReadAtBySessionKey[r];return a&&a.localeCompare(i)>=0?e:{...e,optimisticReadAtBySessionKey:{...e.optimisticReadAtBySessionKey,[r]:i}}})}var zF=h()(mn(e=>({snapshot:IF,optimisticReadAtBySessionKey:{},setSnapshot:LF(e),markSessionRead:RF(e)}),{name:AF,storage:hn(()=>window.localStorage),partialize:e=>({snapshot:{listMode:e.snapshot.listMode}}),merge:(e,t)=>{let n=NF(e);return n?{...t,snapshot:{...t.snapshot,listMode:n}}:t}})),BF=[],VF=[];function HF(e){let t=NN(),n=zF(e=>e.snapshot.selectedSessionKey),r=mF(),i=fF(e=>e.snapshot),a=i.configQuery?.data??null,o=i.sessionsQuery?.data?.sessions??VF,s=i.sessionSkillsQuery?.data?.records??BF,c=!!(i.sessionSkillsQuery?.isLoading||i.sessionSkillsQuery?.isFetching),l=(0,P.useMemo)(()=>dF(o),[o]),u=(0,P.useMemo)(()=>l.find(e=>e.key===n)??null,[n,l]),d=xF({selectedSession:u,pendingSessionType:e.pendingSessionType,setPendingSessionType:t.chatInputManager.setPendingSessionType,sessionTypesData:i.sessionTypesQuery?.data??null}),f=(0,P.useMemo)(()=>kP({config:a,providersView:i.providersQuery?.data??null,templatesView:i.providerTemplatesQuery?.data??null}),[a,i.providerTemplatesQuery?.data,i.providersQuery?.data]),m=(0,P.useMemo)(()=>AP({modelOptions:f,modelSelectionMode:d.selectedSessionTypeOption?.modelSelectionMode,runtimeDefaultThinkingCapability:d.selectedSessionTypeOption?.runtimeDefaultThinking??null,runtimeDefaultModelLabel:p(`chatRuntimeDefaultModel`),supportedModels:d.selectedSessionTypeOption?.supportedModels}),[f,d.selectedSessionTypeOption?.modelSelectionMode,d.selectedSessionTypeOption?.runtimeDefaultThinking,d.selectedSessionTypeOption?.supportedModels]),h=(0,P.useMemo)(()=>new Set(m.map(e=>e.value)),[m]),g=sP.read({namespace:d.selectedSessionType}).find(e=>h.has(e)),_=(0,P.useMemo)(()=>g??kF({sessions:l,selectedSessionKey:n,sessionType:d.selectedSessionType,readPreference:e=>e.preferredModel?.trim()||void 0}),[g,n,d.selectedSessionType,l]),v=(0,P.useMemo)(()=>kF({sessions:l,selectedSessionKey:n,sessionType:d.selectedSessionType,readPreference:e=>e.preferredThinking??void 0}),[n,d.selectedSessionType,l]);return{defaultModel:a?.agents.defaults.model,fallbackPreferredModel:_,fallbackPreferredThinking:v,isProviderStateResolved:r,isSkillsLoading:c,modelOptions:m,selectedSession:u,selectedSessionKey:n,sessionTypeState:d,skillRecords:s}}var UF=`nextclaw.chat.workspace-panel.state`,WF=2,GF=8,KF={sessionTypeLabel:null,sessionTypeIcon:null,sessionKey:null,agentId:null,sessionDisplayName:void 0,sessionProjectRoot:null,sessionWorkingDir:null,sessionProjectName:null,canDeleteSession:!1,isDeletePending:!1,isHistoryLoading:!1,messages:[],isSending:!1,isAwaitingAssistantOutput:!1,hasSubmittedDraftMessage:!1,parentSessionKey:null,parentSessionLabel:null,workspacePanelParentKey:null,activeWorkspacePanelKind:null,childSessionTabs:[],activeChildSessionKey:null,workspaceFileTabs:[],activeWorkspaceFileKey:null,workspaceNavigationHistory:[],workspaceNavigationHistoryIndex:0,contextWindow:null};function qF(e){return!!e&&typeof e==`object`}function JF(e){return typeof e==`string`&&e.trim().length>0?e.trim():null}function YF(e){return typeof e==`number`&&Number.isFinite(e)?e:null}function XF(e,t){return typeof e==`number`&&Number.isInteger(e)?Math.min(Math.max(0,e),t):t}function ZF(e){return e===`child-session`||e===`file`||e===`cron`}function QF(e){if(!qF(e))return null;if(e.kind===`cron`)return{kind:`cron`};let t=JF(e.key);return!t||e.kind!==`child-session`&&e.kind!==`file`?null:{kind:e.kind,key:t}}function $F({activeChildSessionKey:e,activeWorkspaceFileKey:t,activeWorkspacePanelKind:n}){return n===`cron`?{kind:`cron`}:n===`child-session`&&e?{kind:`child-session`,key:e}:n===`file`&&t?{kind:`file`,key:t}:null}function eI(e){return typeof e==`string`?e:null}function tI(e){if(!qF(e)||typeof e.key!=`string`||typeof e.path!=`string`||e.viewMode!==`preview`&&e.viewMode!==`diff`)return null;let t=e.key.trim(),n=e.path.trim();return!t||!n?null:{key:t,parentSessionKey:JF(e.parentSessionKey),path:n,label:JF(e.label),viewMode:e.viewMode,line:YF(e.line),column:YF(e.column),rawText:eI(e.rawText),beforeText:eI(e.beforeText),afterText:eI(e.afterText),patchText:eI(e.patchText),oldStartLine:YF(e.oldStartLine),newStartLine:YF(e.newStartLine)}}function nI(e){return{key:e.key,parentSessionKey:e.parentSessionKey,path:e.path,label:e.label,viewMode:e.viewMode,line:e.line,column:e.column,rawText:e.rawText,beforeText:e.beforeText,afterText:e.afterText,patchText:e.patchText,oldStartLine:e.oldStartLine,newStartLine:e.newStartLine}}function rI(e){if(!qF(e))return null;let t=Array.isArray(e.workspaceFileTabs)?e.workspaceFileTabs.map(tI).filter(e=>e!==null).slice(-GF):[],n=JF(e.activeWorkspaceFileKey),r=n&&t.some(e=>e.key===n)?n:t[0]?.key??null,i=ZF(e.activeWorkspacePanelKind)?e.activeWorkspacePanelKind:null,a=i===`file`&&!r?null:i,o=JF(e.activeChildSessionKey),s=$F({activeWorkspacePanelKind:a,activeChildSessionKey:o,activeWorkspaceFileKey:r}),c=Array.isArray(e.workspaceNavigationHistory)?e.workspaceNavigationHistory.map(QF).filter(e=>e!==null).filter(e=>e.kind!==`file`||t.some(t=>t.key===e.key)):[],l=c.length>0?c:s?[s]:[],u=l.length>0?XF(e.workspaceNavigationHistoryIndex,l.length-1):0;return{workspacePanelParentKey:JF(e.workspacePanelParentKey),activeWorkspacePanelKind:a,activeChildSessionKey:o,workspaceFileTabs:t,activeWorkspaceFileKey:r,workspaceNavigationHistory:l,workspaceNavigationHistoryIndex:u}}var Q=h()(mn(e=>({snapshot:KF,setSnapshot:t=>e(e=>({snapshot:{...e.snapshot,...t}}))}),{name:UF,version:WF,storage:hn(()=>window.localStorage),partialize:e=>({snapshot:{workspacePanelParentKey:e.snapshot.workspacePanelParentKey,activeWorkspacePanelKind:e.snapshot.activeWorkspacePanelKind,activeChildSessionKey:e.snapshot.activeChildSessionKey,workspaceFileTabs:e.snapshot.workspaceFileTabs.slice(-GF).map(nI),activeWorkspaceFileKey:e.snapshot.activeWorkspaceFileKey,workspaceNavigationHistory:e.snapshot.workspaceNavigationHistory,workspaceNavigationHistoryIndex:e.snapshot.workspaceNavigationHistoryIndex}}),merge:(e,t)=>{let n=rI(qF(e)?e.snapshot:null);return n?{...t,snapshot:{...t.snapshot,...n}}:t}}));function iI(e){return e>=1e6?`${(e/1e6).toFixed(e>=1e7?0:1)}M`:e>=1e3?`${(e/1e3).toFixed(e>=1e4?0:1)}k`:String(e)}function aI(e){if(!e||e.totalContextTokens<=0)return null;let t=e.usedContextTokens/e.totalContextTokens,n=Math.max(0,Math.min(1,t)),r=`${Math.round(n*100)}%`,i=n>=.9?`danger`:n>=.75?`warning`:`neutral`,a=[{label:p(`chatContextWindowUsed`),value:iI(e.usedContextTokens)},{label:p(`chatContextWindowTotal`),value:iI(e.totalContextTokens)},{label:p(`chatContextWindowAvailable`),value:iI(e.availableContextTokens)}];return e.prunedUsedContextTokens!==e.usedContextTokens&&a.push({label:p(`chatContextWindowPruned`),value:iI(e.prunedUsedContextTokens)}),e.droppedHistoryCount>0&&a.push({label:p(`chatContextWindowDroppedHistory`),value:String(e.droppedHistoryCount)}),e.truncatedToolResultCount>0&&a.push({label:p(`chatContextWindowTruncatedTools`),value:String(e.truncatedToolResultCount)}),{label:p(`chatContextWindow`),percentLabel:r,ratio:n,tone:i,details:a}}function oI(){let e=Q(e=>e.snapshot.contextWindow);return(0,P.useMemo)(()=>aI(e),[e])}function sI(e){return e.bootstrapStatus?.ncpAgent.state!==`ready`}function cI(e){return e.activeSystemAction?.message?.trim()||(e.lifecyclePhase===`cold-starting`?p(`chatRuntimeInitializing`):e.lifecyclePhase===`startup-failed`?e.bootstrapStatus?.ncpAgent.error?.trim()||e.bootstrapStatus?.lastError?.trim()||e.lastError?.trim()||p(`chatRuntimeInitializationFailed`):null)}function lI(e){let{message:t,status:n}=e,r=t?.trim();if(!r)return cI(n);let i=n.activeSystemAction?.message?.trim();if(n.phase===`service-transitioning`&&i)return i;let a=De(r);return n.phase===`recovering`&&a?p(`runtimeControlRecoveringHelp`):n.phase===`stalled`&&a?null:r}function uI(){return{off:p(`chatThinkingLevelOff`),minimal:p(`chatThinkingLevelMinimal`),low:p(`chatThinkingLevelLow`),medium:p(`chatThinkingLevelMedium`),high:p(`chatThinkingLevelHigh`),adaptive:p(`chatThinkingLevelAdaptive`),xhigh:p(`chatThinkingLevelXhigh`)}}function dI(e,t){return e.map(e=>({key:e.ref,label:e.name,scopeLabel:t[e.scope],description:e.description,descriptionZh:e.descriptionZh,badgeLabel:t[e.scope]}))}function fI(e){return e.map(e=>({value:e.value,modelLabel:e.modelLabel,providerLabel:e.providerLabel,thinkingCapability:e.thinkingCapability?{supported:e.thinkingCapability.supported,default:e.thinkingCapability.default??null}:null}))}function pI(e){return{skillScopeLabels:(0,P.useMemo)(()=>({builtin:p(`chatSkillScopeBuiltin`),project:p(`chatSkillScopeProject`),workspace:p(`chatSkillScopeWorkspace`)}),[e]),slashTexts:(0,P.useMemo)(()=>({slashSkillSubtitle:p(`chatSlashTypeSkill`),slashSkillSpecLabel:p(`chatSlashSkillSpec`),slashSkillScopeLabel:p(`chatSlashSkillScope`),noSkillDescription:p(`chatSkillsPickerNoDescription`)}),[e]),recentModelsLabel:p(`chatPickerRecentModels`),allModelsLabel:p(`chatPickerAllModels`),recentSkillsLabel:p(`chatPickerRecent`),allSkillsLabel:p(`chatPickerAllSkills`)}}function mI(e){let t=(0,P.useMemo)(()=>dI(e.skillRecords,e.skillScopeLabels),[e.skillRecords,e.skillScopeLabels]),n=(0,P.useMemo)(()=>fI(e.modelOptions),[e.modelOptions]);return{skillRecords:t,modelRecords:n,recentModelValues:sP.resolveVisible({availableValues:n.map(e=>e.value),minAvailableCount:5}),recentSkillValues:cP.resolveVisible({availableValues:t.map(e=>e.key),minAvailableCount:0}),recentSkillGroupValues:cP.resolveVisible({availableValues:t.map(e=>e.key),minAvailableCount:4})}}function hI(e){let{attachmentSupported:t,inputBarRef:n}=e,r=NN(),i=(0,P.useCallback)(e=>{if(e===`unsupported-type`){j.error(p(`chatInputAttachmentUnsupported`));return}if(e===`too-large`){j.error(p(`chatInputAttachmentTooLarge`).replace(`{maxMb}`,String(uN/(1024*1024))));return}j.error(p(`chatInputAttachmentReadFailed`))},[]),a=(0,P.useCallback)(async e=>{if(!t||e.length===0)return;let a=await hN(e,{uploadBatch:Ge});if(a.attachments.length>0){let e=r.chatInputManager.addAttachments?.(a.attachments)??[];e.length>0&&n.current?.insertFileTokens(e.map(e=>({tokenKey:e.id,label:e.name})))}a.rejected.length>0&&i(a.rejected[0].reason)},[t,n,r.chatInputManager,i]);return{handleFilesAdd:a,handleFileInputChange:(0,P.useCallback)(async e=>{let t=Array.from(e.target.files??[]);e.currentTarget.value=``,await a(t)},[a])}}function gI(e){let{allModelsLabel:t,hasModelOptions:n,isModelOptionsLoading:r,modelRecords:i,onModelChange:a,onThinkingChange:o,recentModelValues:s,recentModelsLabel:c,selectedModel:l,selectedThinkingLevel:u,thinkingSupportedLevels:d,thinkingDefaultLevel:f}=e;return[yN({modelOptions:i,recentModelValues:s,selectedModel:l,isModelOptionsLoading:r,hasModelOptions:n,onValueChange:a,texts:{modelSelectPlaceholder:p(`chatSelectModel`),modelNoOptionsLabel:p(`chatModelNoOptions`),recentModelsLabel:c,allModelsLabel:t}}),bN({supportedLevels:d,selectedThinkingLevel:u,defaultThinkingLevel:f,onValueChange:o,texts:{thinkingLabels:uI()}})].filter(e=>e!==null)}function _I(e){let{allSkillsLabel:t,isSkillsLoading:n,onSelectedKeysChange:r,recentSkillGroupValues:i,recentSkillValues:a,recentSkillsLabel:o,skillRecords:s,snapshot:c}=e;return AN({skillRecords:s,recentSkillValues:a,groupedRecentSkillValues:i,selectedSkills:c.selectedSkills,isLoading:n,onSelectedKeysChange:r,texts:{title:p(`chatSkillsPickerTitle`),searchPlaceholder:p(`chatSkillsPickerSearchPlaceholder`),emptyLabel:p(`chatSkillsPickerEmpty`),loadingLabel:p(`sessionsLoading`),manageLabel:p(`chatSkillsPickerManage`),recentSkillsLabel:o,allSkillsLabel:t}})}function vI(){let e=NN(),{language:t}=IN(),{isMobile:n}=VN(),r=Z(e=>e.snapshot),i=HF(r),a=sI(Ke()),[o,s]=(0,P.useState)(null),c=(0,P.useRef)(null),l=(0,P.useRef)(null),u=pI(t),{skillRecords:d,modelRecords:f,recentModelValues:m,recentSkillValues:h,recentSkillGroupValues:g}=mI({modelOptions:i.modelOptions,skillRecords:i.skillRecords,skillScopeLabels:u.skillScopeLabels}),_={...r,isProviderStateResolved:i.isProviderStateResolved,modelOptions:i.modelOptions},v=lP(_),y=uP(_),b=dP(_),x=fP(_),S=typeof e.chatInputManager.addAttachments==`function`,C=p(b?`chatModelNoOptions`:n?`chatInputPlaceholderCompact`:`chatInputPlaceholder`),w=(0,P.useMemo)(()=>ON(d,o??``,u.slashTexts,h),[u.slashTexts,h,d,o]),T=oI(),E=f.find(e=>e.value===r.selectedModel),ee=E?.thinkingCapability?.supported??[],D=r.stopDisabledReason===`__preparing__`?p(`chatStopPreparing`):r.stopDisabledReason?.trim()||p(`chatStopUnavailable`),{handleFilesAdd:te,handleFileInputChange:O}=hI({attachmentSupported:S,inputBarRef:c});(0,P.useEffect)(()=>{e.chatInputManager.syncSnapshot({isProviderStateResolved:i.isProviderStateResolved,modelOptions:i.modelOptions,skillRecords:i.skillRecords,defaultSessionType:i.sessionTypeState.defaultSessionType,sessionTypeOptions:i.sessionTypeState.sessionTypeOptions,selectedSessionType:i.sessionTypeState.selectedSessionType,canEditSessionType:i.sessionTypeState.canEditSessionType,sessionTypeUnavailable:i.sessionTypeState.sessionTypeUnavailable,sessionTypeUnavailableMessage:i.sessionTypeState.sessionTypeUnavailableMessage}),e.chatInputManager.syncSessionPreferences({selectedSessionKey:i.selectedSessionKey,selectedSessionExists:!!i.selectedSession,selectedSessionPreferredModel:i.selectedSession?.preferredModel,selectedSessionPreferredThinking:i.selectedSession?.preferredThinking??null,fallbackPreferredModel:i.fallbackPreferredModel,fallbackPreferredThinking:i.fallbackPreferredThinking,defaultModel:i.defaultModel})},[i.defaultModel,i.fallbackPreferredModel,i.fallbackPreferredThinking,i.isProviderStateResolved,i.modelOptions,i.selectedSession,i.selectedSessionKey,i.sessionTypeState.canEditSessionType,i.sessionTypeState.defaultSessionType,i.sessionTypeState.selectedSessionType,i.sessionTypeState.sessionTypeOptions,i.sessionTypeState.sessionTypeUnavailable,i.sessionTypeState.sessionTypeUnavailableMessage,i.skillRecords,e.chatInputManager]),(0,P.useEffect)(()=>{let t=r.composerFocusRequest;t&&(t.placement===`end`&&c.current?.focusComposerAtEnd(),e.chatInputManager.consumeComposerFocusRequest(t.id))},[e.chatInputManager,r.composerFocusRequest]);let ne=gI({allModelsLabel:u.allModelsLabel,hasModelOptions:v,isModelOptionsLoading:y,modelRecords:f,onModelChange:e.chatInputManager.selectModel,onThinkingChange:t=>{t&&e.chatInputManager.selectThinkingLevel(t)},recentModelValues:m,recentModelsLabel:u.recentModelsLabel,selectedModel:r.selectedModel,selectedThinkingLevel:r.selectedThinkingLevel,thinkingSupportedLevels:ee,thinkingDefaultLevel:E?.thinkingCapability?.default??null}),k=_I({allSkillsLabel:u.allSkillsLabel,onSelectedKeysChange:e.chatInputManager.selectSkills,recentSkillGroupValues:g,recentSkillValues:h,recentSkillsLabel:u.recentSkillsLabel,isSkillsLoading:i.isSkillsLoading,skillRecords:d,snapshot:r}),re=r.draft.trim().length>0||r.attachments.length>0||qN(r.composerNodes).length>0;return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(By,{ref:c,composer:{nodes:r.composerNodes,placeholder:C,disabled:x,onNodesChange:e.chatInputManager.setComposerNodes,...S?{onFilesAdd:te}:{},onSlashQueryChange:s},slashMenu:{isLoading:i.isSkillsLoading,items:w,onSelectItem:t=>{t.value&&e.chatInputManager.rememberSkillSelection(t.value)},texts:{slashLoadingLabel:p(`chatSlashLoading`),slashSectionLabel:p(`chatSlashSectionSkills`),slashEmptyLabel:p(`chatSlashNoResult`),slashHintLabel:p(`chatSlashHint`),slashSkillHintLabel:p(`chatSlashSkillHint`)}},hint:vN({isModelOptionsLoading:y,isModelOptionsEmpty:b,onGoToProviders:e.chatUiManager.goToProviders,texts:{noModelOptionsLabel:p(`chatModelNoOptions`),configureProviderLabel:p(`chatGoConfigureProvider`)}}),toolbar:{selects:ne,accessories:[{key:`attach`,label:p(`chatInputAttach`),icon:`paperclip`,iconOnly:!0,disabled:!S||x||r.isSending,...S?{onClick:()=>l.current?.click()}:{tooltip:p(`chatInputAttachComingSoon`)}}],skillPicker:k,actions:{sendError:a?null:r.sendError,isSending:r.isSending,canStopGeneration:r.canStopGeneration,sendDisabled:pP({snapshot:_,hasSendableDraft:re,isRuntimeBlocked:a}),stopDisabled:!r.canStopGeneration,stopHint:D,sendButtonLabel:p(`chatSend`),stopButtonLabel:p(`chatStop`),contextWindow:T,onSend:e.chatInputManager.send,onStop:e.chatInputManager.stop}}}),S?(0,F.jsx)(`input`,{ref:l,type:`file`,multiple:!0,className:`hidden`,onChange:O}):null]})}function yI(){let e=NN(),t=Z(e=>e.snapshot);return(0,F.jsxs)(F.Fragment,{children:[t.isProviderStateResolved&&t.modelOptions.length===0?(0,F.jsxs)(`div`,{className:`px-4 py-2.5 border-b border-amber-200/70 bg-amber-50/70 flex items-center justify-between gap-3 shrink-0 sm:px-5`,children:[(0,F.jsx)(`span`,{className:`text-xs text-amber-800`,children:p(`chatModelNoOptions`)}),(0,F.jsx)(`button`,{type:`button`,onClick:e.chatUiManager.goToProviders,className:`text-xs font-semibold text-amber-900 underline-offset-2 hover:underline`,children:p(`chatGoConfigureProvider`)})]}):null,t.sessionTypeUnavailable&&t.sessionTypeUnavailableMessage?.trim()?(0,F.jsx)(`div`,{className:`px-4 py-2.5 border-b border-amber-200/70 bg-amber-50/70 shrink-0 sm:px-5`,children:(0,F.jsx)(`span`,{className:`text-xs text-amber-800`,children:t.sessionTypeUnavailableMessage})}):null]})}var bI=[`cmd`,`command`,`query`,`q`,`path`,`url`,`to`,`channel`,`agentId`,`sessionKey`];function xI(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function SI(e,t=2400){return e.length<=t?e:`${e.slice(0,t)}\n…`}function CI(e,t=120){let n=e.replace(/\s+/g,` `).trim();return n.length<=t?n:t<=1?`…`:`${n.slice(0,t-1)}…`}function wI(e){if(typeof e==`string`)return e;if(typeof e==`number`||typeof e==`boolean`)return String(e);if(e==null)return``;try{return SI(JSON.stringify(e,null,2))}catch{return String(e)}}function TI(e){if(xI(e))return e;if(typeof e!=`string`)return null;let t=e.trim();if(!t.startsWith(`{`)&&!t.startsWith(`[`))return null;try{let e=JSON.parse(t);return xI(e)?e:null}catch{return null}}function EI(e){let t=TI(e);if(!t){let t=wI(e).trim();return t?CI(t,120):void 0}let n=[];for(let e of bI){let r=t[e];if(typeof r==`string`&&r.trim()?n.push(`${e}: ${r.trim()}`):(typeof r==`number`||typeof r==`boolean`)&&n.push(`${e}: ${String(r)}`),n.length>=2)break}return n.length>0?CI(n.join(` · `),120):CI(wI(t),140)}var DI=`ui_inline_tokens`,OI=`$`;function kI(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function AI(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function jI(e){let t=new Set,n=[];for(let r of e){let e=`${r.kind}:${r.key}:${r.rawText}`;t.has(e)||(t.add(e),n.push(r))}return n}function MI(e){let t=[];for(let n of e)n.type!==`token`||n.tokenKind!==`skill`||t.push({kind:`skill`,key:n.tokenKey,label:n.label,rawText:`${OI}${n.tokenKey}`});return jI(t)}function NI(e){let t=e?.[DI];if(!Array.isArray(t))return[];let n=[];for(let e of t){if(!kI(e))continue;let t=AI(e.kind),r=AI(e.key),i=AI(e.rawText);!t||!r||!i||n.push({kind:t,key:r,rawText:i,label:AI(e.label)??r})}return jI(n)}function PI(e,t){if(e.length===0||t.length===0)return e.length===0?[]:[{type:`text`,text:e}];let n=[...t].sort((e,t)=>t.rawText.length-e.rawText.length),r=[],i=0;for(;i<e.length;){let t=null;for(let r of n)if(e.startsWith(r.rawText,i)){t=r;break}if(!t){let t=i+1;for(;t<e.length&&!n.some(n=>e.startsWith(n.rawText,t));)t+=1;r.push({type:`text`,text:e.slice(i,t)}),i=t;continue}r.push({type:`token`,token:t}),i+=t.rawText.length}return r}var FI=/\u200B|\u200C|\u200D|\u2060|\uFEFF/g;function II(e){let t=e.trim();return t&&t.replace(FI,``).trim()?t:null}function LI(e){return e.replace(FI,``).trim().length>0}function RI(e,t){let n=PI(e,t);if(n.length===0)return null;let r=[],i=!1;for(let e of n){if(e.type===`token`){i=!0,r.push({type:`token`,token:{kind:e.token.kind,key:e.token.key,label:e.token.label,rawText:e.token.rawText}});continue}e.text.length!==0&&(LI(e.text)&&(i=!0),r.push({type:`markdown`,text:e.text}))}return i?r:null}function zI(e,t){let n=RI(e.text,t);if(n&&n.some(e=>e.type===`token`))return{type:`inline-content`,segments:n};let r=II(e.text);return r?{type:`markdown`,text:r}:null}function BI(e){return II(e)}function VI(e){return typeof e==`object`&&!!e}function HI(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function UI(e){if(typeof e==`number`&&Number.isFinite(e)&&e>=0)return e;if(typeof e!=`string`)return null;let t=e.trim();if(!t)return null;let n=Number(t);return Number.isFinite(n)&&n>=0?n:null}function WI(e){return VI(e)?`command`in e||`workingDir`in e||`exitCode`in e||`stdout`in e||`stderr`in e||`aggregated_output`in e||`combinedOutput`in e:!1}function GI(e,t){if(!VI(e))return null;let n=VI(e.asset)?e.asset:Array.isArray(e.assets)&&e.assets.length>0&&VI(e.assets[0])?e.assets[0]:null;if(!n)return null;let r=HI(n.url),i=HI(n.mimeType)??`application/octet-stream`,a=UI(n.sizeBytes);return r?{type:`file`,file:{label:HI(n.name)??(i.startsWith(`image/`)?t.imageAttachmentLabel:t.fileAttachmentLabel),mimeType:i,dataUrl:r,...a==null?{}:{sizeBytes:a},isImage:i.startsWith(`image/`)}}:null}function KI(e,t){return{kind:e.kind,toolName:e.name,...`agentId`in e&&e.agentId?{agentId:e.agentId}:{},summary:e.detail,inputLabel:t.toolInputLabel,input:`input`in e&&typeof e.input==`string`?e.input:void 0,output:e.text,outputData:e.outputData,hasResult:!!e.hasResult,statusTone:e.statusTone,statusLabel:e.statusLabel,titleLabel:e.kind===`call`?t.toolCallLabel:t.toolResultLabel,outputLabel:t.toolOutputLabel,emptyLabel:t.toolNoOutputLabel,...`action`in e&&e.action?{action:e.action}:{},...`fileOperation`in e&&e.fileOperation?{fileOperation:e.fileOperation}:{},...`panelApp`in e&&e.panelApp?{panelApp:e.panelApp}:{}}}function qI(e){let t=typeof e.status==`string`?e.status.trim().toLowerCase():``,n=typeof e.error==`string`&&e.error.trim().length>0;return e.cancelled===!0||t===`cancelled`?{kind:`result`,hasResult:!0,statusTone:`cancelled`,statusLabel:e.texts.toolStatusCancelledLabel}:n||t===`error`?{kind:`result`,hasResult:!0,statusTone:`error`,statusLabel:e.texts.toolStatusFailedLabel}:t===`result`||e.result!=null?{kind:`result`,hasResult:!0,statusTone:`success`,statusLabel:e.texts.toolStatusCompletedLabel}:{kind:`call`,hasResult:!1,statusTone:`running`,statusLabel:e.texts.toolStatusRunningLabel}}function JI(e){if(typeof e!=`string`)return e;let t=e.trim();if(!t.startsWith(`{`)&&!t.startsWith(`[`))return e;try{return JSON.parse(t)}catch{return e}}function YI(e,t){return wI(t??JI(e)).trim()||void 0}function XI(e){return typeof e==`object`&&!!e}function ZI(e){if(typeof e!=`string`)return e;let t=e.trim();if(!t.startsWith(`{`)&&!t.startsWith(`[`))return e;try{return JSON.parse(t)}catch{return e}}function QI(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function $I(e){let t=ZI(e);return XI(t)?QI(t.agentId):null}function eL(e){return $I(e.parsedArgs)??$I(e.args)??$I(e.result)}var tL=12e3,nL=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@/;function rL(e){let t=e.replace(/\r\n/g,`
|
|
93
|
-
`).replace(/\r/g,`
|
|
94
|
-
`);return t===``?[]:t.split(`
|
|
95
|
-
`)}function iL(e){return typeof e==`number`?e+1:void 0}function aL(e){return{kind:e.kind,text:e.text,...typeof e.oldLineNumber==`number`?{oldLineNumber:e.oldLineNumber}:{},...typeof e.newLineNumber==`number`?{newLineNumber:e.newLineNumber}:{}}}function oL(e){let t=nL.exec(e);return t?{oldLineNumber:Number(t[1]),newLineNumber:Number(t[2])}:null}function sL(e){return rL(e.text).map((t,n)=>e.kind===`add`?aL({kind:`add`,text:t,newLineNumber:e.newStartLine+n}):aL({kind:`context`,text:t,oldLineNumber:e.oldStartLine+n,newLineNumber:e.newStartLine+n}))}function cL(e){let t=e.oldStartLine,n=e.newStartLine;return[...e.beforeLines.map(e=>{let n=aL({kind:`remove`,text:e,oldLineNumber:t});return t=iL(t),n}),...e.afterLines.map(e=>{let t=aL({kind:`add`,text:e,newLineNumber:n});return n=iL(n),t})]}function lL(e){let t=Array.from({length:e.beforeLines.length+1},()=>Array.from({length:e.afterLines.length+1},()=>0));for(let n=e.beforeLines.length-1;n>=0;--n)for(let r=e.afterLines.length-1;r>=0;--r)t[n][r]=e.beforeLines[n]===e.afterLines[r]?(t[n+1][r+1]??0)+1:Math.max(t[n+1][r]??0,t[n][r+1]??0);return t}function uL(e){for(let t=e.beforeIndex;t<e.beforeLines.length;t+=1)e.lines.push(aL({kind:`remove`,text:e.beforeLines[t]??``,oldLineNumber:e.oldLineNumber})),e.oldLineNumber=iL(e.oldLineNumber);for(let t=e.afterIndex;t<e.afterLines.length;t+=1)e.lines.push(aL({kind:`add`,text:e.afterLines[t]??``,newLineNumber:e.newLineNumber})),e.newLineNumber=iL(e.newLineNumber)}function dL(e){let t=rL(e.beforeText),n=rL(e.afterText);if(t.length*n.length>tL)return cL({beforeLines:t,afterLines:n,oldStartLine:e.oldStartLine,newStartLine:e.newStartLine});let r=lL({beforeLines:t,afterLines:n}),i=[],a=0,o=0,s=e.oldStartLine,c=e.newStartLine;for(;a<t.length&&o<n.length;){if(t[a]===n[o]){i.push(aL({kind:`context`,text:t[a]??``,oldLineNumber:s,newLineNumber:c})),a+=1,o+=1,s=iL(s),c=iL(c);continue}if((r[a+1][o]??0)>=(r[a][o+1]??0)){i.push(aL({kind:`remove`,text:t[a]??``,oldLineNumber:s})),a+=1,s=iL(s);continue}i.push(aL({kind:`add`,text:n[o]??``,newLineNumber:c})),o+=1,c=iL(c)}return uL({lines:i,beforeLines:t,afterLines:n,beforeIndex:a,afterIndex:o,oldLineNumber:s,newLineNumber:c}),i}var fL=120;function pL(e){let t=e.lines.filter(e=>e.kind===`add`).length,n=e.lines.filter(e=>e.kind===`remove`).length,r=[],i=e.operation?.trim().toLowerCase()??``;return i&&i!==`update`&&r.push(i),t>0&&r.push(`+${t}`),n>0&&r.push(`-${n}`),r.length>0?r.join(` · `):void 0}function mL(e){let t=e.operation?.trim().toLowerCase()??``;return{oldStartLine:typeof e.oldStartLine==`number`?e.oldStartLine:(t===`delete`||t===`remove`)&&e.beforeText!=null?1:void 0,newStartLine:typeof e.newStartLine==`number`?e.newStartLine:(t===`write`||t===`add`)&&e.afterText!=null?1:void 0}}function hL(e){return e.length<=fL?{lines:e,truncated:!1}:{lines:e.slice(0,fL),truncated:!0}}function gL(e){let t=hL(e.lines);return{path:e.path,display:`diff`,caption:pL({operation:e.operation,lines:e.lines}),lines:t.lines,...t.truncated?{fullLines:e.lines}:{},truncated:t.truncated}}function _L(e){let t=e.text.trim();if(!t)return null;let n=e.operation?.trim().toLowerCase()===`write`?`add`:`context`,r=typeof e.oldStartLine==`number`?e.oldStartLine:1,i=typeof e.newStartLine==`number`?e.newStartLine:1,a=sL({text:t,kind:n,oldStartLine:r,newStartLine:i});return{path:e.path,display:`preview`,caption:pL({operation:e.operation,lines:a}),lines:a,rawText:t,oldStartLine:r,newStartLine:i}}function vL(e){let{oldStartLine:t,newStartLine:n}=mL(e),r=dL({beforeText:e.beforeText??``,afterText:e.afterText??``,oldStartLine:t,newStartLine:n}),i=hL(r);return i.lines.length===0?null:{path:e.path,display:`diff`,caption:pL({operation:e.operation,lines:r}),lines:i.lines,...i.truncated?{fullLines:r}:{},...e.beforeText==null?{}:{beforeText:e.beforeText},...e.afterText==null?{}:{afterText:e.afterText},...typeof t==`number`?{oldStartLine:t}:{},...typeof n==`number`?{newStartLine:n}:{},truncated:i.truncated}}function yL(e){return e.line.startsWith(`*** Update File: `)?(e.flushCurrent(),e.setCurrent(e.line.slice(17).trim(),`update`),!0):e.line.startsWith(`*** Add File: `)?(e.flushCurrent(),e.setCurrent(e.line.slice(14).trim(),`add`),!0):e.line.startsWith(`*** Delete File: `)?(e.flushCurrent(),e.setCurrent(e.line.slice(17).trim(),`delete`),!0):!1}function bL(e){let{currentLines:t,line:n}=e;return n.startsWith(`+`)?(t.push(aL({kind:`add`,text:n.slice(1),newLineNumber:e.newLineNumber})),{oldLineNumber:e.oldLineNumber,newLineNumber:iL(e.newLineNumber)}):n.startsWith(`-`)?(t.push(aL({kind:`remove`,text:n.slice(1),oldLineNumber:e.oldLineNumber})),{oldLineNumber:iL(e.oldLineNumber),newLineNumber:e.newLineNumber}):n.startsWith(` `)?(t.push(aL({kind:`context`,text:n.slice(1),oldLineNumber:e.oldLineNumber,newLineNumber:e.newLineNumber})),{oldLineNumber:iL(e.oldLineNumber),newLineNumber:iL(e.newLineNumber)}):{oldLineNumber:e.oldLineNumber,newLineNumber:e.newLineNumber}}function xL(e){let t=[],n=null,r=null,i=[],a,o,s=()=>{if(!n){i=[],r=null,a=void 0,o=void 0;return}t.push(gL({path:n,operation:r,lines:i})),n=null,r=null,i=[],a=void 0,o=void 0};for(let t of rL(e)){if(yL({line:t,flushCurrent:s,setCurrent:(e,t)=>{n=e,r=t}})||t.startsWith(`*** Move to: `)||t.startsWith(`*** Begin Patch`)||t.startsWith(`*** End Patch`))continue;if(t.startsWith(`@@`)){let e=oL(t);a=e?.oldLineNumber,o=e?.newLineNumber;continue}if(!n)continue;let e=bL({currentLines:i,line:t,oldLineNumber:a,newLineNumber:o});a=e.oldLineNumber,o=e.newLineNumber}return s(),t}function SL(e){let t=[],n=null,r=[],i,a,o=()=>{if(!n){r=[],i=void 0,a=void 0;return}t.push(gL({path:n,operation:`update`,lines:r})),n=null,r=[],i=void 0,a=void 0};for(let t of rL(e)){if(t.startsWith(`+++ `)){o(),n=t.slice(4).trim().replace(/^b\//,``).replace(/^a\//,``);continue}if(t.startsWith(`--- `))continue;if(t.startsWith(`@@`)){let e=oL(t);i=e?.oldLineNumber,a=e?.newLineNumber;continue}if(!n)continue;let e=bL({currentLines:r,line:t,oldLineNumber:i,newLineNumber:a});i=e.oldLineNumber,a=e.newLineNumber}return o(),t}function CL(e){return e.includes(`*** Begin Patch`)?xL(e):e.includes(`--- `)&&e.includes(`+++ `)?SL(e):[]}function wL(e){switch(e){case`"`:case`\\`:case`/`:return e;case`b`:return`\b`;case`f`:return`\f`;case`n`:return`
|
|
96
|
-
`;case`r`:return`\r`;case`t`:return` `;default:return e}}function TL(e,t){let n=`"${t}"`,r=e.indexOf(n);if(r<0)return null;let i=e.indexOf(`:`,r+n.length);if(i<0)return null;let a=i+1;for(;a<e.length&&/\s/.test(e[a]??``);)a+=1;return e[a]===`"`?a+1:null}function EL(e,t,n=1/0){let r=``,i=!1;for(let a=t;a<e.length;a+=1){let t=e[a];if(t==null)break;if(i){r+=wL(t),i=!1;continue}if(t===`\\`){i=!0;continue}if(t===`"`)return{value:r,truncated:!1};if(r+=t,r.length>=n)return{value:r,truncated:!0}}return r.length>0?{value:r,truncated:!1}:null}function DL(e,t,n=1/0){for(let r of t){let t=TL(e,r);if(t!=null)return EL(e,t,n)}return null}function OL(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function $(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function kL(e){return typeof e==`string`&&e.trim()?e.trim():null}function AL(e){return typeof e==`number`&&Number.isInteger(e)&&e>0?e:typeof e==`string`&&/^\d+$/.test(e.trim())?Number(e.trim()):null}function jL(e){if(OL(e))return e;if(typeof e!=`string`)return null;let t=e.trim();if(!t.startsWith(`{`))return null;try{let e=JSON.parse(t);return OL(e)?e:null}catch{return null}}function ML(e){if(OL(e))return e;if(typeof e!=`string`)return null;let t=e.trim();if(!t.startsWith(`{`))return null;let n=DL(t,[`path`,`filePath`,`file_path`,`targetPath`,`target_path`,`filename`,`name`])?.value??null,r=DL(t,[`content`,`text`,`afterText`,`after_text`])?.value??null,i=DL(t,[`oldText`,`beforeText`,`before_text`])?.value??null,a=DL(t,[`newText`,`afterText`,`after_text`])?.value??null,o=DL(t,[`patch`,`diff`,`unifiedDiff`,`unified_diff`])?.value??null,s={};return n&&(s.path=n),r&&(s.content=r),i&&(s.oldText=i),a&&(s.newText=a),o&&(s.patch=o),Object.keys(s).length>0?s:null}function NL(e){return kL(e.path)??kL(e.filePath)??kL(e.file_path)??kL(e.targetPath)??kL(e.target_path)??kL(e.filename)??kL(e.name)}function PL(e){return $(e.operation)??$(e.op)??$(e.action)??$(e.kind)??$(e.type)??$(e.status)}function FL(e,t){for(let n of t){let t=AL(e[n]);if(t!==null)return t}return null}function IL(e){return FL(e,[`oldStartLine`,`old_start_line`,`startOldLine`,`start_old_line`,`oldLineStart`,`old_line_start`,`oldLineNumber`,`old_line_number`,`lineStart`,`line_start`,`startLine`,`start_line`,`lineNumber`,`line_number`])}function LL(e){return FL(e,[`newStartLine`,`new_start_line`,`startNewLine`,`start_new_line`,`newLineStart`,`new_line_start`,`newLineNumber`,`new_line_number`,`lineStart`,`line_start`,`startLine`,`start_line`,`lineNumber`,`line_number`])}function RL(e){return $(e.patch)??$(e.diff)??$(e.unifiedDiff)??$(e.unified_diff)}function zL(e){return $(e.beforeText)??$(e.before_text)??$(e.oldText)??$(e.old_text)??$(e.oldContent)??$(e.old_content)??$(e.before)??$(e.previous)}function BL(e){return $(e.afterText)??$(e.after_text)??$(e.newText)??$(e.new_text)??$(e.newContent)??$(e.new_content)??$(e.content)??$(e.text)??$(e.after)??$(e.updated)}var VL=new Set([`file_change`,`read_file`,`write_file`,`edit_file`,`apply_patch`]);function HL(e){let t=e.map((e,t)=>({key:`${e.path}-${t+1}`,path:e.path,display:e.display,...e.caption?{caption:e.caption}:{},lines:e.lines,...e.fullLines?{fullLines:e.fullLines}:{},...e.rawText?{rawText:e.rawText}:{},...e.beforeText?{beforeText:e.beforeText}:{},...e.afterText?{afterText:e.afterText}:{},...typeof e.oldStartLine==`number`?{oldStartLine:e.oldStartLine}:{},...typeof e.newStartLine==`number`?{newStartLine:e.newStartLine}:{},...e.truncated?{truncated:!0}:{}})).filter(e=>e.lines.length>0||!!e.rawText);if(t.length===0)return null;let n=t.map(e=>e.path);return{summary:n.length===1?n[0]:`${n.length} files · ${n.slice(0,2).join(` · `)}${n.length>2?` …`:``}`,fileOperation:{blocks:t}}}function UL(e,t){let n=NL(e)??t,r=PL(e),i=IL(e),a=LL(e),o=RL(e);if(o){let e=CL(o);if(e.length>0)return e[0]??null}let s=zL(e),c=BL(e);if(s!=null||c!=null)return vL({path:n,beforeText:s,afterText:c,operation:r,oldStartLine:i,newStartLine:a});let l=$(e.preview);return l?_L({path:n,text:l,operation:r,oldStartLine:i,newStartLine:a}):null}function WL(e){if(!Array.isArray(e))return[];let t=[];return e.forEach((e,n)=>{if(typeof e==`string`){let n=CL(e);n.length>0&&t.push(...n);return}if(!OL(e))return;let r=UL(e,NL(e)??`file-${n+1}`);if(r){t.push(r);return}let i=Array.isArray(e.changes)?WL(e.changes):[];i.length>0&&t.push(...i)}),t}function GL(e){let t=jL(e.result)??jL(e.parsedArgs)??jL(e.args);return t?HL(WL(t.changes)):null}function KL(e){let t=jL(e.parsedArgs)??jL(e.args)??ML(e.args),n=t&&NL(t),r=$(e.result);return!n||!r?null:HL([_L({path:n,text:r,operation:`read`})].filter(e=>!!e))}function qL(e){if(e.status===`partial-call`&&typeof e.args==`string`){let t=DL(e.args,[`path`,`filePath`,`file_path`,`targetPath`,`target_path`,`filename`,`name`]),n=DL(e.args,[`content`,`text`,`afterText`,`after_text`]);if(t?.value&&n?.value){let e=_L({path:t.value,text:n.value,operation:`write`});if(e)return HL([e])}}let t=jL(e.parsedArgs)??jL(e.args)??ML(e.args);if(!t)return null;let n=NL(t),r=$(t.content);return!n||!r?null:HL([_L({path:n,text:r,operation:`write`})].filter(e=>!!e))}function JL(e){let t=jL(e.result),n=jL(e.parsedArgs)??jL(e.args)??ML(e.args);if(!t&&!n)return null;let r=(t?NL(t):null)??(n?NL(n):null),i=(t?zL(t):null)??(n?zL(n):null),a=(t?BL(t):null)??(n?BL(n):null),o=(t?IL(t):null)??(n?IL(n):null),s=(t?LL(t):null)??(n?LL(n):null);return!r||i==null&&a==null?null:HL([vL({path:r,beforeText:i,afterText:a,operation:`edit`,oldStartLine:o,newStartLine:s})].filter(e=>!!e))}function YL(e){let t=jL(e.parsedArgs),n=jL(e.args)??ML(e.args),r=$(e.args)??(t?$(t.patch):null)??(n?$(n.patch):null);return r?HL(CL(r)):null}function XL(e){return VL.has(e.toolName)?e.toolName===`file_change`?GL(e):e.toolName===`read_file`?KL(e):e.toolName===`write_file`?qL(e):e.toolName===`edit_file`?JL(e):e.toolName===`apply_patch`?YL(e):null:null}var ZL=`show_content`;function QL(e){return!!e&&typeof e==`object`&&!Array.isArray(e)}function $L(e){if(typeof e!=`string`)return;let t=e.trim();return t.length>0?t:void 0}function eR(e){return Number.isInteger(e)&&typeof e==`number`&&e>0?e:void 0}function tR(e){return e===`file`||e===`url`||e===`panel_app`?e:null}function nR(e){return e===`read`||e===`preview`||e===`edit`||e===`interact`?e:void 0}function rR(e){return e===`inline`||e===`side_panel`?e:void 0}function iR(e){if(!QL(e)||!QL(e.target))return null;let{target:t}=e,{payload:n,type:r}=t,i=tR(r);if(!i||!QL(n))return null;let a=$L(e.title),o=nR(e.purpose),s=rR(e.placement);if(i===`file`){let e=$L(n.path);return e?{target:{type:`file`,payload:{path:e,line:eR(n.line),column:eR(n.column)}},title:a,purpose:o,placement:s}:null}if(i===`url`){let e=$L(n.url);return e?{target:{type:`url`,payload:{url:e}},title:a,purpose:o,placement:s}:null}let c=$L(n.appId);return c?{target:{type:`panel_app`,payload:{appId:c}},title:a,purpose:o,placement:s}:null}function aR(e){return!QL(e)||e.action!==`showContent`?null:iR(e.request)}function oR(e){return e.title?e.title:e.target.type===`file`?e.target.payload.path:e.target.type===`url`?e.target.payload.url:e.target.payload.appId}function sR(e){let{actionLabel:t,invocation:n,statusLabel:r}=e;if(n.toolName!==ZL)return null;let i=aR(n.result);if(!i)return null;let a={kind:`show-content`,label:t,request:{...i,placement:`side_panel`}},o=i.target.type===`panel_app`&&i.placement===`inline`?{appId:i.target.payload.appId,title:i.title,action:a}:void 0;return{kind:`result`,name:ZL,detail:oR(i),text:void 0,outputData:n.result,hasResult:!0,statusTone:`success`,statusLabel:r,action:a,...o?{panelApp:o}:{}}}function cR(e){return typeof e==`object`&&!!e}function lR(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function uR(e){return!cR(e)||e.kind!==`nextclaw.session_request`?null:e}function dR(e){return!cR(e)||e.kind!==`nextclaw.session`?null:e}function fR(e){if(typeof e!=`string`)return e;let t=e.trim();if(!t.startsWith(`{`)&&!t.startsWith(`[`))return e;try{return JSON.parse(t)}catch{return e}}function pR(e){return wI(fR(e)).trim()||void 0}function mR(e,t){return[lR(e.title)?`title: ${e.title?.trim()}`:null,lR(e.sessionId)?`session: ${e.sessionId?.trim()}`:null,lR(e.task)?`task: ${e.task?.trim()}`:null].filter(e=>!!e).join(` · `)||EI(t)}function hR(e,t){return[lR(e.title)?`title: ${e.title?.trim()}`:null,lR(e.sessionId)?`session: ${e.sessionId?.trim()}`:null].filter(e=>!!e).join(` · `)||EI(t)}function gR(e){let t=lR(e.requestId),n=lR(e.sessionId),r=lR(e.title),i=lR(e.task),a=lR(e.status),o=lR(e.notify),s=lR(e.lifecycle),c=lR(e.parentSessionId),l=lR(e.spawnedByRequestId),u=e.message===void 0?``:wI(e.message).trim(),d=e.finalResponseText===void 0?``:wI(e.finalResponseText).trim(),f=e.error===void 0?``:wI(e.error).trim(),p=[t?`Request ID: ${t}`:null,n?`Session ID: ${n}`:null,typeof e.isChildSession==`boolean`?`Target: ${e.isChildSession?`child`:`session`}`:null,a?`Status: ${a}`:null,o?`Notify: ${o}`:null,s?`Lifecycle: ${s}`:null,c?`Parent Session ID: ${c}`:null,l?`Spawned By Request ID: ${l}`:null,r?`Title: ${r}`:null,i?`Task:\n${i}`:null,d?`Final Response:\n${d}`:f?`Error:\n${f}`:u?`Status:\n${u}`:null].filter(e=>!!e);return p.length>0?p.join(`
|
|
97
|
-
|
|
98
|
-
`):void 0}function _R(e){let t=lR(e.sessionId),n=lR(e.title),r=lR(e.sessionType),i=lR(e.lifecycle),a=lR(e.parentSessionId),o=lR(e.createdAt),s=[t?`Session ID: ${t}`:null,typeof e.isChildSession==`boolean`?`Target: ${e.isChildSession?`child`:`session`}`:null,n?`Title: ${n}`:null,r?`Session Type: ${r}`:null,i?`Lifecycle: ${i}`:null,a?`Parent Session ID: ${a}`:null,o?`Created At: ${o}`:null].filter(e=>!!e);return s.length>0?s.join(`
|
|
99
|
-
|
|
100
|
-
`):void 0}function vR(e){let{invocation:t,texts:n}=e,{toolName:r,toolCallId:i,args:a,result:o}=t;if(r!==`spawn`&&r!==`sessions_request`&&r!==`sessions_spawn`)return null;let s=uR(o);if(s){let e=lR(s.status)?.toLowerCase(),t=mR(s,a),o=gR(s),c=lR(s.sessionId),l=eL({args:a,result:s}),u=c?{kind:`open-session`,sessionId:c,sessionKind:s.isChildSession===!0?`child`:`session`,...l?{agentId:l}:{},...lR(s.title)?{label:s.title.trim()}:{},...lR(s.parentSessionId)?{parentSessionId:s.parentSessionId.trim()}:{}}:void 0;return e===`failed`?{kind:`result`,name:r,detail:t,input:pR(a),text:o,callId:i||void 0,hasResult:!!o,statusTone:`error`,statusLabel:n.toolStatusFailedLabel,...l?{agentId:l}:{},...u?{action:u}:{}}:e===`completed`?{kind:`result`,name:r,detail:t,input:pR(a),text:o,callId:i||void 0,hasResult:!!o,statusTone:`success`,statusLabel:n.toolStatusCompletedLabel,...l?{agentId:l}:{},...u?{action:u}:{}}:{kind:`result`,name:r,detail:t,input:pR(a),text:o,callId:i||void 0,hasResult:!!o,statusTone:`running`,statusLabel:n.toolStatusRunningLabel,...l?{agentId:l}:{},...u?{action:u}:{}}}let c=dR(o);if(!c)return null;let l=hR(c,a),u=_R(c),d=lR(c.sessionId),f=eL({args:a,result:c}),p=d?{kind:`open-session`,sessionId:d,sessionKind:c.isChildSession===!0?`child`:`session`,...f?{agentId:f}:{},...lR(c.title)?{label:c.title.trim()}:{},...lR(c.parentSessionId)?{parentSessionId:c.parentSessionId.trim()}:{}}:void 0;return{kind:`result`,name:r,detail:l,input:pR(a),text:u,callId:i||void 0,hasResult:!!u,statusTone:`success`,statusLabel:n.toolStatusCompletedLabel,...f?{agentId:f}:{},...p?{action:p}:{}}}function yR(e){let t=typeof e==`object`&&e&&!Array.isArray(e)?e.error:null;return typeof t==`object`&&t&&!Array.isArray(t)&&t.code===`invalid_tool_arguments`?t:null}function bR(e,t){let n=BI(e.reasoning);return n?{type:`reasoning`,text:n,label:t.reasoningLabel}:null}function xR(e,t){let n=e.mimeType.startsWith(`image/`),r=UI(e.sizeBytes);return{type:`file`,file:{label:typeof e.name==`string`&&e.name.trim()?e.name.trim():n?t.imageAttachmentLabel:t.fileAttachmentLabel,mimeType:e.mimeType,dataUrl:typeof e.url==`string`&&e.url.trim().length>0?e.url.trim():`data:${e.mimeType};base64,${e.data}`,...r==null?{}:{sizeBytes:r},isImage:n}}}function SR(e,t){let n=e.toolInvocation,r=GI(n.result,t);if(r)return r;let i=vR({invocation:n,texts:{toolStatusRunningLabel:t.toolStatusRunningLabel,toolStatusCompletedLabel:t.toolStatusCompletedLabel,toolStatusFailedLabel:t.toolStatusFailedLabel}});if(i)return{type:`tool-card`,card:KI(i,t)};let a=sR({invocation:n,actionLabel:t.showContentActionLabel??`Show content`,statusLabel:t.toolStatusCompletedLabel});if(a)return{type:`tool-card`,card:KI(a,t)};let o=qI({status:n.status,error:n.error,cancelled:n.cancelled,result:n.result,texts:t}),s=yR(n.result),c=Array.isArray(s?.issues)?s.issues.find(e=>typeof e==`string`&&e.trim().length>0):void 0,l=XL({toolName:n.toolName,status:n.status,toolCallId:n.toolCallId,args:n.args,parsedArgs:n.parsedArgs,result:n.result}),u=c?`Invalid arguments: ${c}`:l?.summary??EI(n.parsedArgs??n.args),d=l?void 0:YI(n.args,n.parsedArgs),f=c||(typeof n.error==`string`&&n.error.trim()?n.error.trim():n.result==null?``:wI(n.result).trim()),p=!n.error&&WI(n.result),m=(!l?.fileOperation||!!n.error)&&!p,h=eL(n);return{type:`tool-card`,card:KI({kind:o.kind,name:n.toolName,...h?{agentId:h}:{},detail:u,...d?{input:d}:{},text:m&&f?f:void 0,outputData:n.result,callId:n.toolCallId||void 0,hasResult:o.hasResult,statusTone:s?`error`:o.statusTone,statusLabel:s?t.toolStatusFailedLabel:o.statusLabel,...l?.fileOperation?{fileOperation:l.fileOperation}:{}},t)}}function CR(e,t){return{type:`unknown`,label:t.unknownPartLabel,rawType:typeof e.type==`string`?e.type:`unknown`,text:wI(e)}}function wR(e){return e.type===`text`&&typeof e.text==`string`}function TR(e){return e.type===`reasoning`&&typeof e.reasoning==`string`}function ER(e){return e.type===`file`&&typeof e.mimeType==`string`&&typeof e.data==`string`}function DR(e){return e.type!==`tool-invocation`||typeof e.toolInvocation!=`object`||e.toolInvocation===null||Array.isArray(e.toolInvocation)?!1:`toolName`in e.toolInvocation&&typeof e.toolInvocation.toolName==`string`}function OR(e){let{inlineTokens:t,part:n,texts:r}=e;return wR(n)?zI(n,t):TR(n)?bR(n,r):ER(n)?xR(n,r):DR(n)?SR(n,r):CR(n,r)}function kR(e){let t=e.meta?.timestamp;return t&&Number.isFinite(Date.parse(t))?t:new Date().toISOString()}function AR(e,t){return e===`user`?t.user:e===`assistant`?t.assistant:e===`tool`?t.tool:e===`system`?t.system:t.fallback}function jR(e){return e===`user`||e===`assistant`||e===`tool`||e===`system`?e:`message`}function MR(e,t){return{id:e.id,role:jR(e.role),roleLabel:AR(e.role,t.texts.roleLabels),timestampLabel:t.formatTimestamp(kR(e)),status:e.meta?.status,parts:e.parts.map(n=>OR({part:n,inlineTokens:e.meta?.inlineTokens??[],texts:t.texts})).filter(e=>e!==null)}}function NR(e){if(typeof e!=`string`)return null;let t=e.trim();return t.length>0?t:null}function PR(e){if(typeof e!=`number`||!Number.isFinite(e))return null;let t=Math.trunc(e);return t>=0?t:null}function FR(e){return e===!0}function IR(e){let t=e;if(!t||typeof t!=`object`||Array.isArray(t))return null;let n=t,r=PR(n.usedContextTokens),i=PR(n.totalContextTokens),a=PR(n.prunedUsedContextTokens),o=NR(n.updatedAt);if(r===null||i===null||a===null||!o)return null;let s=PR(n.compactedUsedContextTokens);return{usedContextTokens:r,totalContextTokens:i,prunedUsedContextTokens:a,availableContextTokens:PR(n.availableContextTokens)??Math.max(0,i-r),droppedHistoryCount:PR(n.droppedHistoryCount)??0,truncatedToolResultCount:PR(n.truncatedToolResultCount)??0,truncatedSystemPrompt:FR(n.truncatedSystemPrompt),truncatedUserMessage:FR(n.truncatedUserMessage),compacted:FR(n.compacted),...NR(n.checkpointId)?{checkpointId:NR(n.checkpointId)??void 0}:{},compactedMessageCount:PR(n.compactedMessageCount)??0,...s===null?{}:{compactedUsedContextTokens:s},updatedAt:o}}function LR(e){let{metadata:t}=e;if(!t||t.nextclaw_timeline_kind!==`context_compaction`)return null;let n=t.checkpoint&&typeof t.checkpoint==`object`&&!Array.isArray(t.checkpoint)?t.checkpoint:null;if(!n)return null;let r=NR(n.id),i=n.status===`compressing`?`compressing`:n.status===`compressed`?`compressed`:null,a=NR(n.summary),o=PR(n.coveredMessageCount),s=PR(n.coveredSessionMessageCount),c=PR(n.originalEstimatedTokens),l=PR(n.projectedEstimatedTokens),u=NR(n.createdAt),d=NR(n.updatedAt);return!r||!i||!a||o===null||s===null||c===null||l===null||!u||!d?null:{id:r,status:i,summary:a,coveredMessageCount:o,coveredSessionMessageCount:s,originalEstimatedTokens:c,projectedEstimatedTokens:l,createdAt:u,updatedAt:d}}var RR=[[`bg-amber-100`,`text-amber-700`],[`bg-emerald-100`,`text-emerald-700`],[`bg-blue-100`,`text-blue-700`],[`bg-rose-100`,`text-rose-700`],[`bg-cyan-100`,`text-cyan-700`],[`bg-violet-100`,`text-violet-700`]];function zR(e){let t=0;for(let n=0;n<e.length;n+=1)t=(t<<5)-t+e.charCodeAt(n),t|=0;return Math.abs(t)}function BR({agentId:e,displayName:t,avatarUrl:n,className:r}){let i=t?.trim()||e,[a,o]=RR[zR(e)%RR.length]??RR[0];return n?.trim()?(0,F.jsx)(`img`,{src:n,alt:t?.trim()||e,className:g(`rounded-full object-cover`,r)}):(0,F.jsx)(`div`,{className:g(`rounded-full flex items-center justify-center font-semibold`,a,o,r),"aria-label":t?.trim()||e,children:e.trim().toLowerCase()===`main`?(0,F.jsx)(Ia,{className:`h-[55%] w-[55%]`,strokeWidth:2.4}):(i.trim()||`A`).slice(0,1).toUpperCase()})}function VR(){return se({queryKey:[`agents`],queryFn:Me,staleTime:3e4})}function HR(){let e=ge();return E({mutationFn:({agentId:e,data:t})=>Re(e,t),onSuccess:()=>{e.invalidateQueries({queryKey:[`agents`]}),e.invalidateQueries({queryKey:[`config`]}),j.success(p(`configSavedApplied`))},onError:e=>{j.error(p(`configSaveFailed`)+`: `+e.message)}})}function UR(){let e=ge();return E({mutationFn:({agentId:e})=>de(e),onSuccess:()=>{e.invalidateQueries({queryKey:[`agents`]}),e.invalidateQueries({queryKey:[`config`]}),j.success(p(`configSavedApplied`))},onError:e=>{j.error(p(`configSaveFailed`)+`: `+e.message)}})}function WR(e){return new Map(e.filter(e=>typeof e.id==`string`&&e.id.trim().length>0).map(e=>[e.id,e]))}function GR(e){let t=e?.trim()??``,n=VR(),r=(0,P.useMemo)(()=>WR(n.data?.agents??[]),[n.data?.agents]);return(0,P.useMemo)(()=>{if(!t)return null;let e=r.get(t)??null;return{agentId:t,profile:e,displayName:e?.displayName?.trim()||t,avatarUrl:e?.avatarUrl?.trim()||null}},[r,t])}function KR({agentId:e,className:t}){let n=GR(e);return n?(0,F.jsx)(BR,{agentId:n.agentId,displayName:n.displayName,avatarUrl:n.avatarUrl,className:t}):null}var qR=dc,JR=pc,YR=P.forwardRef(({className:e,sideOffset:t=8,align:n=`start`,...r},i)=>(0,F.jsx)(mc,{children:(0,F.jsx)(hc,{ref:i,sideOffset:t,align:n,className:g(`z-[var(--z-popover,50)] w-72 overflow-hidden rounded-2xl border border-gray-200/50 bg-white p-4 shadow-lg 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`,e),...r})}));YR.displayName=hc.displayName;function XR({deletePending:e,entry:t,favoritePending:n,onDelete:r,onOpen:i,onToggleFavorite:a}){let[o,s]=(0,P.useState)(!1),[c,l]=(0,P.useState)(!1),u=t.favorite?p(`panelAppsUnfavorite`):p(`panelAppsFavorite`),d=t.lastOpenedAt?`${p(`panelAppsLastOpened`)} ${QR(t.lastOpenedAt)}`:`${p(`panelAppsUpdated`)} ${QR(t.updatedAt)}`,f=e=>{e.stopPropagation(),a()},m=()=>{s(!1),l(!0)};return(0,F.jsxs)(`div`,{className:`group w-full min-w-0 rounded-lg border border-gray-200 bg-white px-2.5 py-2.5 transition-colors hover:border-amber-200 hover:bg-amber-50/50`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-start gap-2`,children:[(0,F.jsxs)(`button`,{type:`button`,onClick:i,className:`min-w-0 flex-1 text-left`,children:[(0,F.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,F.jsx)(`span`,{className:`flex h-7 w-7 shrink-0 items-center justify-center rounded-md bg-amber-50 text-base text-amber-700`,children:(0,F.jsx)($R,{icon:t.icon,title:t.title})}),(0,F.jsx)(`span`,{className:`block min-w-0 flex-1 truncate text-sm font-medium text-gray-900`,children:t.title})]}),t.description?(0,F.jsx)(`span`,{className:`mt-1.5 block truncate text-xs leading-5 text-gray-600`,children:t.description}):null,(0,F.jsx)(`span`,{className:`mt-0.5 block truncate text-[11px] leading-4 text-gray-400`,children:d})]}),(0,F.jsxs)(`div`,{className:`flex shrink-0 items-center gap-1`,children:[(0,F.jsx)(`button`,{type:`button`,onClick:f,disabled:n,className:`rounded-md p-1.5 text-gray-400 transition-colors hover:bg-white hover:text-amber-500 disabled:opacity-50`,title:u,"aria-label":u,children:(0,F.jsx)(Jo,{className:t.favorite?`h-4 w-4 fill-amber-400 text-amber-500`:`h-4 w-4`})}),(0,F.jsxs)(qR,{open:o,onOpenChange:s,children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,className:`rounded-md p-1.5 text-gray-400 transition-colors hover:bg-white hover:text-gray-700`,"aria-label":p(`panelAppsMoreActions`),disabled:e,children:(0,F.jsx)(Qa,{className:`h-4 w-4`})})}),(0,F.jsx)(YR,{align:`end`,className:`w-48 rounded-xl p-1.5`,children:(0,F.jsx)(ZR,{destructive:!0,disabled:e,icon:Xo,label:p(`panelAppsDelete`),onClick:m})})]})]})]}),(0,F.jsx)(Ht,{open:c,onOpenChange:l,title:p(`panelAppsDeleteConfirmTitle`),description:`${p(`panelAppsDeleteConfirmDescription`)} ${t.fileName}`,confirmLabel:p(`delete`),variant:`destructive`,onConfirm:r,onCancel:()=>void 0})]})}function ZR({destructive:e=!1,disabled:t=!1,icon:n,label:r,onClick:i}){return(0,F.jsxs)(`button`,{type:`button`,className:g(`flex w-full items-center gap-2 rounded-lg px-2.5 py-2 text-left text-sm transition-colors disabled:cursor-not-allowed disabled:opacity-50`,e?`text-destructive hover:bg-destructive/10`:`text-gray-700 hover:bg-gray-100`),disabled:t,onClick:i,children:[(0,F.jsx)(n,{className:`h-4 w-4 shrink-0`}),(0,F.jsx)(`span`,{children:r})]})}function QR(e){let n=new Date(e);if(Number.isNaN(n.getTime()))return e;let r=d(t()),i=new Date;return n.toDateString()===i.toDateString()?new Intl.DateTimeFormat(r,{hour:`2-digit`,minute:`2-digit`}).format(n):n.getFullYear()===i.getFullYear()?new Intl.DateTimeFormat(r,{month:`numeric`,day:`numeric`}).format(n):new Intl.DateTimeFormat(r,{year:`2-digit`,month:`numeric`,day:`numeric`}).format(n)}function $R({icon:e,title:t}){return e?ez(e)?(0,F.jsx)(`img`,{src:e,alt:``,"aria-hidden":`true`,className:`h-5 w-5 rounded-sm object-contain`,title:t}):(0,F.jsx)(`span`,{className:`max-w-6 truncate text-center leading-none`,children:e}):(0,F.jsx)(Ma,{className:`h-4 w-4`})}function ez(e){return e.startsWith(`data:image/`)||e.startsWith(`http://`)||e.startsWith(`https://`)||e.startsWith(`/`)}var tz=[`panel-apps`];function nz(){return se({queryKey:tz,queryFn:()=>M.panelApps.listPanelApps(),staleTime:0})}function rz(){let e=ge();return E({mutationFn:({id:e,preferences:t})=>M.panelApps.updatePanelAppPreferences(e,t),onSuccess:()=>{e.invalidateQueries({queryKey:tz})}})}function iz(){let e=ge();return E({mutationFn:e=>M.panelApps.recordPanelAppOpened(e),onSuccess:()=>{e.invalidateQueries({queryKey:tz})}})}function az(){let e=ge();return E({mutationFn:e=>M.panelApps.grantClient(e),onSuccess:()=>{e.invalidateQueries({queryKey:tz})}})}function oz(){let e=ge();return E({mutationFn:e=>M.panelApps.deletePanelApp(e),onSuccess:()=>{e.invalidateQueries({queryKey:tz})}})}function sz(e,t){return t===`favorites`?cz(e.filter(e=>e.favorite),`smart`):cz(t===`recent-open`?e.filter(e=>e.lastOpenedAt):e,t)}function cz(e,t){return[...e].sort((e,n)=>lz(e,n,t))}function lz(e,t,n){return n===`recent-open`?pz(e.lastOpenedAt,t.lastOpenedAt)||uz(e,t):n===`updated`?pz(e.updatedAt,t.updatedAt)||uz(e,t):n===`name`?uz(e,t):dz(e,t)||Number(t.favorite)-Number(e.favorite)||uz(e,t)}function uz(e,t){return e.title.localeCompare(t.title)}function dz(e,t){return fz(t)-fz(e)}function fz(e){return Math.max(new Date(e.lastOpenedAt??0).getTime(),new Date(e.createdAt).getTime(),new Date(e.updatedAt).getTime())}function pz(e,t){return new Date(t??0).getTime()-new Date(e??0).getTime()}var mz=P.createContext(null);function hz({defaultValue:e,value:t,onValueChange:n,children:r}){return(0,F.jsx)(mz.Provider,{value:{value:t,onValueChange:n},children:r})}function gz({children:e,className:t}){return(0,F.jsx)(`div`,{className:g(`inline-flex h-9 items-center justify-center rounded-xl bg-gray-100/80 p-1 text-gray-500`,t),children:e})}function _z({value:e,children:t,className:n}){let r=P.useContext(mz);if(!r)throw Error(`TabsTrigger must be used within Tabs`);let i=r.value===e;return(0,F.jsx)(`button`,{type:`button`,onClick:()=>r.onValueChange(e),"aria-pressed":i,"data-state":i?`active`:`inactive`,className:g(`inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1 text-[13px] font-medium ring-offset-white transition-all duration-fast focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50`,i?`bg-white text-gray-900 shadow-sm`:`hover:bg-white/50 hover:text-gray-800 text-gray-600`,n),children:t})}function vz({value:e,children:t,className:n}){let r=P.useContext(mz);if(!r)throw Error(`TabsContent must be used within Tabs`);return r.value===e?(0,F.jsx)(`div`,{className:g(`mt-2 animate-fade-in`,n),children:t}):null}var yz=[];function bz({headerContent:e,onOpenPanelApp:t}){let n=nz(),r=oz(),i=rz(),a=iz(),o=az(),s=pq(),c=Jr(),[l,u]=(0,P.useState)(`smart`),d=n.data?.entries??yz,f=(0,P.useMemo)(()=>sz(d,l),[d,l]),m=async e=>{if(await h(e))try{t(await a.mutateAsync(e.id))}catch{t(e)}},h=async e=>!e.clientDeclared||e.clientGranted?!0:await s.serviceActionAuthorizationManager.requestAuthorization({panelAppId:e.appId,actions:[{actionId:`nextclaw.client`,actionTitle:p(`panelAppsClientGrantTitle`),actionDescription:p(`panelAppsClientGrantDescription`),risk:`dangerous`}]})?(await o.mutateAsync(e.appId),!0):!1,g=e=>{i.mutate({id:e.id,preferences:{favorite:!e.favorite}})},_=e=>{r.mutate(e.id)},v=()=>{c(`/chat`),s.chatDraftIntentManager.requestDraft(p(`panelAppsExamplePrompt`))};return n.isLoading?(0,F.jsx)(`div`,{className:`flex h-full items-center justify-center text-sm text-gray-500`,children:p(`panelAppsLoading`)}):n.isError?(0,F.jsx)(`div`,{className:`p-4 text-sm text-rose-600`,children:n.error instanceof Error?n.error.message:p(`panelAppsLoadFailed`)}):(0,F.jsxs)(`div`,{className:`flex h-full min-h-0 flex-col bg-white`,children:[(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-2 border-b border-gray-100 px-4 py-3`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5`,children:[e??(0,F.jsx)(`div`,{className:`truncate text-sm font-semibold text-gray-900`,children:p(`panelAppsTitle`)}),n.data?.panelsPath?(0,F.jsx)(an,{delayDuration:250,children:(0,F.jsxs)(Gt,{children:[(0,F.jsx)(Kt,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,className:`rounded p-0.5 text-gray-400 transition-colors hover:bg-gray-100 hover:text-gray-700`,"aria-label":p(`panelAppsTitle`),children:(0,F.jsx)(Ga,{className:`h-3.5 w-3.5`})})}),(0,F.jsx)(tn,{side:`bottom`,className:`max-w-[320px] break-all font-mono text-xs`,children:n.data.panelsPath})]})}):null]}),(0,F.jsx)(`button`,{type:`button`,onClick:()=>void n.refetch(),className:`rounded-md p-1.5 text-gray-500 transition-colors hover:bg-gray-100 hover:text-gray-800`,title:p(`panelAppsRefresh`),"aria-label":p(`panelAppsRefresh`),children:(0,F.jsx)(Ro,{className:`h-3.5 w-3.5`})})]}),(0,F.jsx)(`div`,{className:`border-b border-gray-100 px-3 py-2`,children:(0,F.jsx)(hz,{value:l,onValueChange:e=>u(e),children:(0,F.jsxs)(gz,{className:`grid h-auto w-full grid-cols-5 rounded-lg bg-gray-100/70 p-0.5`,children:[(0,F.jsx)(_z,{value:`smart`,className:`px-2 py-1 text-xs`,children:p(`panelAppsSortSmart`)}),(0,F.jsx)(_z,{value:`favorites`,className:`px-2 py-1 text-xs`,children:p(`panelAppsFavorites`)}),(0,F.jsx)(_z,{value:`recent-open`,className:`px-2 py-1 text-xs`,children:p(`panelAppsSortRecentOpen`)}),(0,F.jsx)(_z,{value:`updated`,className:`px-2 py-1 text-xs`,children:p(`panelAppsSortUpdated`)}),(0,F.jsx)(_z,{value:`name`,className:`px-2 py-1 text-xs`,children:p(`panelAppsSortName`)})]})})}),d.length===0?(0,F.jsx)(xz,{panelsPath:n.data?.panelsPath,onCreateExample:v,onRefresh:()=>void n.refetch()}):f.length===0?(0,F.jsx)(`div`,{className:`flex flex-1 items-center justify-center px-6 text-center text-sm text-gray-500`,children:p(`panelAppsEmptyFiltered`)}):(0,F.jsx)(`div`,{className:`custom-scrollbar min-h-0 flex-1 overflow-y-auto p-3`,children:(0,F.jsx)(`div`,{className:`space-y-1.5`,children:f.map(e=>(0,F.jsx)(XR,{entry:e,deletePending:r.isPending,favoritePending:i.isPending,onDelete:()=>_(e),onOpen:()=>void m(e),onToggleFavorite:()=>g(e)},e.id))})})]})}function xz({onCreateExample:e,panelsPath:t,onRefresh:n}){return(0,F.jsx)(`div`,{className:`flex flex-1 items-center justify-center overflow-y-auto px-5 py-6 text-center`,children:(0,F.jsxs)(`div`,{className:`w-full max-w-sm`,children:[(0,F.jsx)(`div`,{className:`mx-auto flex h-10 w-10 items-center justify-center rounded-lg bg-primary/10 text-primary`,children:(0,F.jsx)(Ma,{className:`h-5 w-5`})}),(0,F.jsx)(`h2`,{className:`mt-3 text-sm font-semibold text-gray-900`,children:p(`panelAppsEmptyTitle`)}),(0,F.jsx)(`p`,{className:`mt-1 text-xs leading-5 text-gray-500`,children:p(`panelAppsEmptyDescription`)}),(0,F.jsxs)(`div`,{className:`mt-4 space-y-2 text-left`,children:[(0,F.jsx)(Sz,{icon:(0,F.jsx)(Do,{className:`h-4 w-4`}),title:p(`panelAppsEmptyAskTitle`),description:p(`panelAppsEmptyAskDescription`),actionLabel:p(`panelAppsEmptyAskAction`),onAction:e}),(0,F.jsx)(Sz,{icon:(0,F.jsx)(no,{className:`h-4 w-4`}),title:p(`panelAppsEmptyFileTitle`),description:p(`panelAppsEmptyFileDescription`)})]}),t?(0,F.jsxs)(`div`,{className:`mt-4 rounded-md bg-gray-50 px-3 py-2 text-left`,children:[(0,F.jsx)(`div`,{className:`text-[11px] font-medium uppercase text-gray-400`,children:p(`panelAppsPanelsPath`)}),(0,F.jsx)(`code`,{className:`mt-1 block break-all text-xs text-gray-600`,children:t})]}):null,(0,F.jsxs)(`button`,{type:`button`,onClick:n,className:`mt-4 inline-flex items-center justify-center gap-1.5 rounded-md border border-gray-200 px-3 py-1.5 text-xs font-medium text-gray-700 transition-colors hover:bg-gray-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/40`,children:[(0,F.jsx)(Ro,{className:`h-3.5 w-3.5`}),p(`panelAppsRefresh`)]})]})})}function Sz({actionLabel:e,description:t,icon:n,onAction:r,title:i}){let a=(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(`div`,{className:`mt-0.5 text-gray-500`,children:n}),(0,F.jsxs)(`div`,{className:`min-w-0`,children:[(0,F.jsx)(`div`,{className:`text-xs font-medium text-gray-800`,children:i}),(0,F.jsx)(`div`,{className:`mt-0.5 text-xs leading-5 text-gray-500`,children:t}),e?(0,F.jsx)(`div`,{className:`mt-2 text-xs font-medium text-primary`,children:e}):null]})]});return r?(0,F.jsx)(`button`,{type:`button`,onClick:r,className:`flex w-full gap-2 rounded-md bg-gray-50 px-3 py-2.5 text-left transition-colors hover:bg-primary/5 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary/40`,children:a}):(0,F.jsx)(`div`,{className:`flex gap-2 rounded-md bg-gray-50 px-3 py-2.5`,children:a})}var Cz=class{constructor(e){this.authorizationManager=e,this.handleIframeMessage=({event:e,iframe:t,iframeInstanceId:n,tab:r})=>{this.isBridgeRequest(e.data)&&(!t?.contentWindow||e.source!==t.contentWindow||this.handleBridgeRequest({event:e,iframe:t,iframeInstanceId:n,tab:r},e.data))},this.handleBridgeRequest=async(e,t)=>{try{let n=this.getBridgeContext(t),r=await this.dispatchRequest(n,t);this.postResponse(e,{type:`nextclaw:panel-app-service-actions:response`,requestId:t.requestId,ok:!0,data:r})}catch(n){this.postResponse(e,{type:`nextclaw:panel-app-service-actions:response`,requestId:t.requestId,ok:!1,error:this.toBridgeError(n)})}},this.dispatchRequest=async(e,t)=>{switch(t.method){case`list`:return await M.serviceApps.listServiceActions({bridgeSessionToken:e.token});case`requestGrant`:return await this.confirmAndGrant(e,this.requireActionId(t));case`revokeGrant`:return await M.serviceApps.revokeServiceAction(this.requireActionId(t),{bridgeSessionToken:e.token});case`invoke`:return await this.invokeWithAuthorization(e,t);case`agent.send`:return await this.sendAgentMessageWithAuthorization(e,t);case`agent.generateObject`:return await this.generateAgentObjectWithAuthorization(e,t);default:throw Error(`Unsupported panel bridge method: ${String(t.method)}`)}},this.invokeWithAuthorization=async(e,t)=>{let n=this.requireActionId(t);try{return await M.serviceApps.invokeServiceAction(n,this.readOptionalRecord(t.payload?.input),{bridgeSessionToken:e.token})}catch(r){if(!(r instanceof Ue)||r.code!==`AUTHORIZATION_REQUIRED`)throw r;return await this.confirmAndGrant(e,n,this.readOptionalRecord(t.payload?.input)),await M.serviceApps.invokeServiceAction(n,this.readOptionalRecord(t.payload?.input),{bridgeSessionToken:e.token})}},this.sendAgentMessageWithAuthorization=async(e,t)=>{try{return await M.panelApps.sendAgentMessage(this.readAgentSendRequest(t),{bridgeSessionToken:e.token})}catch(n){if(!(n instanceof Ue)||n.code!==`AUTHORIZATION_REQUIRED`)throw n;return await this.confirmAndGrantAgentCapability(e,`agent:send`),await M.panelApps.sendAgentMessage(this.readAgentSendRequest(t),{bridgeSessionToken:e.token})}},this.generateAgentObjectWithAuthorization=async(e,t)=>{try{return await M.panelApps.generateAgentObject(this.readGenerateObjectRequest(t),{bridgeSessionToken:e.token})}catch(n){if(!(n instanceof Ue)||n.code!==`AUTHORIZATION_REQUIRED`)throw n;return await this.confirmAndGrantAgentCapability(e,`agent:generateObject`),await M.panelApps.generateAgentObject(this.readGenerateObjectRequest(t),{bridgeSessionToken:e.token})}},this.confirmAndGrantAgentCapability=async(e,t)=>{if(!await this.authorizationManager.requestAuthorization({panelAppId:e.appId,actions:[{actionId:t,actionTitle:t===`agent:send`?`Send agent message`:`Generate object`,actionDescription:t===`agent:send`?`Send a message to a NextClaw Agent session.`:`Send context to a NextClaw Agent session and receive a structured object.`,risk:`write`}]}))throw new Ue({code:`AUTHORIZATION_REJECTED`,message:`Permission rejected for ${t}.`});return await M.panelApps.grantAgentCapability(t,{bridgeSessionToken:e.token})},this.confirmAndGrant=async(e,t,n)=>{let r=await this.listGrantCandidateActions(e,t);if(!await this.authorizationManager.requestAuthorization({panelAppId:e.appId,actions:r.map(e=>({actionId:e.id,actionTitle:e.title,actionDescription:e.description,risk:e.risk})),inputPreview:this.createInputPreview(n)}))throw new Ue({code:`AUTHORIZATION_REJECTED`,message:`Permission rejected for ${t}.`});let i=await M.serviceApps.grantServiceActions(r.map(e=>e.id),{bridgeSessionToken:e.token}),a=i.grants.find(e=>e.actionId===t)??i.grants[0];if(!a)throw Error(`No permission grant returned for ${t}.`);return a},this.listGrantCandidateActions=async(e,t)=>{let n=await M.serviceApps.listServiceActions({bridgeSessionToken:e.token}),r=n.actions.find(e=>e.id===t);if(r&&r.grantState!==`not-granted`)return[r];let i=n.actions.filter(e=>e.grantState===`not-granted`),a=[...i.filter(e=>e.id===t),...i.filter(e=>e.id!==t)];return a.length>0?a:[{appId:r?.appId??t.split(`.`)[0]??t,description:r?.description,id:t,name:r?.name??t,risk:r?.risk??`dangerous`,title:r?.title}]},this.createInputPreview=e=>{if(!(!e||Object.keys(e).length===0))try{let t=JSON.stringify(e,null,2);return t.length>500?`${t.slice(0,500)}...`:t}catch{return`[unserializable input]`}},this.getBridgeContext=e=>({appId:e.appId,token:e.runtimeToken}),this.requireActionId=e=>{let t=e.payload?.actionId?.trim();if(!t)throw Error(`Panel bridge actionId is required.`);return t},this.readOptionalRecord=e=>{if(e!==void 0)return this.requireRecord(e,`input`)},this.readAgentSendRequest=e=>({payload:this.requireRecord(e.payload?.request,`agent.send request`)}),this.readGenerateObjectRequest=e=>({input:this.requireRecord(e.payload?.input,`generateObject input`)}),this.requireRecord=(e,t)=>{if(!e||typeof e!=`object`||Array.isArray(e))throw Error(`${t} is required.`);return e},this.postResponse=(e,t)=>{e.iframe?.contentWindow?.postMessage(t,`*`)},this.toBridgeError=e=>e instanceof Ue?{code:e.code,message:e.message,details:e.details}:{message:e instanceof Error?e.message:String(e)},this.isBridgeRequest=e=>{if(!e||typeof e!=`object`)return!1;let t=e;return t.type===`nextclaw:panel-app-service-actions:request`&&typeof t.requestId==`string`&&typeof t.runtimeToken==`string`&&typeof t.appId==`string`&&(t.method===`invoke`||t.method===`agent.send`||t.method===`agent.generateObject`||t.method===`list`||t.method===`requestGrant`||t.method===`revokeGrant`)}}};function wz(e,t){let n=t.trim();return[e.id,e.appId,e.fileName,e.title].some(e=>e.trim()===n)}function Tz(e,t){let n=t.trim();return n?e.find(e=>wz(e,n))??null:null}function Ez(){return`service-action-auth-${Date.now().toString(36)}-${Math.random().toString(36).slice(2,10)}`}var Dz=h((e,t)=>({pending:null,requestAuthorization:async n=>await new Promise(r=>{t().pending?.resolve(!1),e({pending:{id:Ez(),...n,resolve:r}})}),resolveAuthorization:n=>{let{pending:r}=t();r&&(r.resolve(n),e({pending:null}))}}));function Oz(){let e=Dz(e=>e.pending),t=Dz(e=>e.resolveAuthorization);return(0,F.jsx)(Rt,{open:!!e,onOpenChange:e=>{e||t(!1)},children:(0,F.jsxs)(Bt,{className:`[&>:last-child]:hidden`,children:[(0,F.jsxs)(zt,{children:[(0,F.jsxs)(Vt,{className:`flex items-center gap-2`,children:[(0,F.jsx)(Vo,{className:`h-4 w-4 text-amber-600`}),p(`serviceActionAuthorizationTitle`)]}),(0,F.jsx)(Lt,{children:p(`serviceActionAuthorizationDescription`)})]}),e?(0,F.jsxs)(`div`,{className:`space-y-3 rounded-md border border-gray-100 bg-gray-50 p-3 text-sm`,children:[(0,F.jsx)(Az,{label:p(`serviceActionAuthorizationSource`),value:e.panelAppId}),(0,F.jsxs)(`div`,{className:`space-y-2`,children:[(0,F.jsx)(`div`,{className:`text-xs font-medium text-gray-500`,children:p(`serviceActionAuthorizationActions`)}),(0,F.jsx)(`div`,{className:`max-h-64 space-y-2 overflow-auto`,children:e.actions.map(e=>(0,F.jsx)(kz,{action:e},e.actionId))})]}),e.inputPreview?(0,F.jsx)(Az,{label:p(`serviceActionAuthorizationInput`),value:e.inputPreview}):null]}):null,(0,F.jsxs)(It,{className:`gap-2 sm:gap-0`,children:[(0,F.jsx)(O,{type:`button`,variant:`outline`,onClick:()=>t(!1),children:p(`serviceActionAuthorizationReject`)}),(0,F.jsx)(O,{type:`button`,onClick:()=>t(!0),children:p(`serviceActionAuthorizationAllow`)})]})]})})}function kz({action:e}){return(0,F.jsxs)(`div`,{className:`space-y-1 rounded border border-gray-200 bg-white px-3 py-2`,children:[(0,F.jsxs)(`div`,{className:`flex items-start justify-between gap-3`,children:[(0,F.jsx)(`div`,{className:`min-w-0 break-words text-xs font-medium text-gray-900`,children:e.actionTitle??e.actionId}),(0,F.jsx)(`div`,{className:`shrink-0 rounded bg-amber-50 px-1.5 py-0.5 text-[11px] font-medium text-amber-700`,children:e.risk??`dangerous`})]}),(0,F.jsx)(`div`,{className:`break-words text-[11px] text-gray-500`,children:e.actionId}),e.actionDescription?(0,F.jsx)(`div`,{className:`break-words text-xs text-gray-600`,children:e.actionDescription}):null]})}function Az({label:e,value:t}){return(0,F.jsxs)(`div`,{className:`grid grid-cols-[5rem_minmax(0,1fr)] gap-3`,children:[(0,F.jsx)(`div`,{className:`text-xs font-medium text-gray-500`,children:e}),(0,F.jsx)(`div`,{className:`min-w-0 break-words text-xs text-gray-900`,children:t})]})}var jz=class{constructor(){this.requestAuthorization=async e=>await Dz.getState().requestAuthorization(e)}},Mz=[`service-apps`],Nz=[`service-actions`],Pz=[`service-action-grants`];function Fz(){return se({queryKey:Mz,queryFn:()=>M.serviceApps.listServiceApps()})}function Iz(){return se({queryKey:Nz,queryFn:()=>M.serviceApps.listServiceActions()})}function Lz(){return se({queryKey:Pz,queryFn:()=>M.serviceApps.listServiceActionGrants()})}function Rz(){let e=ge();return E({mutationFn:e=>M.serviceApps.restartServiceApp(e),onSuccess:async()=>{await Promise.all([e.invalidateQueries({queryKey:Mz}),e.invalidateQueries({queryKey:Nz})])}})}function zz(){let e=ge();return E({mutationFn:e=>M.serviceApps.deleteServiceApp(e),onSuccess:async()=>{await Promise.all([e.invalidateQueries({queryKey:Mz}),e.invalidateQueries({queryKey:Nz}),e.invalidateQueries({queryKey:Pz})])}})}function Bz(){let e=ge();return E({mutationFn:e=>M.serviceApps.discoverServiceAppActions(e),onSuccess:async()=>{await e.invalidateQueries({queryKey:Mz})}})}function Vz(){let e=ge();return E({mutationFn:e=>M.serviceApps.revokeServiceActionGrant(e),onSuccess:async()=>{await Promise.all([e.invalidateQueries({queryKey:Nz}),e.invalidateQueries({queryKey:Pz})])}})}function Hz({headerContent:e}){let t=Fz(),n=Iz(),r=Lz(),i=zz(),a=Rz(),o=Bz(),s=Vz(),[c,l]=(0,P.useState)({}),u=()=>{t.refetch(),n.refetch(),r.refetch()};if(t.isLoading||n.isLoading||r.isLoading)return(0,F.jsx)(`div`,{className:`flex h-full items-center justify-center text-sm text-gray-500`,children:p(`serviceAppsLoading`)});if(t.isError||n.isError||r.isError){let e=t.error??n.error??r.error;return(0,F.jsx)(`div`,{className:`p-4 text-sm text-rose-600`,children:e instanceof Error?e.message:p(`serviceAppsLoadFailed`)})}let d=t.data?.entries??[],f=n.data?.actions??[],m=r.data?.grants??[],h=e=>{o.mutateAsync(e).then(t=>{l(n=>({...n,[e]:t.actions}))})};return(0,F.jsxs)(`div`,{className:`flex h-full min-h-0 flex-col bg-white`,children:[(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-2 border-b border-gray-100 px-4 py-3`,children:[(0,F.jsx)(`div`,{className:`flex min-w-0 items-center gap-2`,children:e??(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(zo,{className:`h-4 w-4 text-primary`}),(0,F.jsx)(`div`,{className:`truncate text-sm font-semibold text-gray-900`,children:p(`serviceAppsTitle`)})]})}),(0,F.jsx)(an,{delayDuration:250,children:(0,F.jsx)(Kz,{icon:Ro,label:p(`serviceAppsRefresh`),onClick:u})})]}),d.length===0?(0,F.jsx)(`div`,{className:`flex flex-1 items-center justify-center px-6 text-center text-sm text-gray-500`,children:p(`serviceAppsEmpty`)}):(0,F.jsx)(`div`,{className:`custom-scrollbar min-h-0 flex-1 overflow-y-auto p-3`,children:(0,F.jsx)(`div`,{className:`space-y-3`,children:d.map(e=>(0,F.jsx)(Uz,{app:e,actions:c[e.id]??f.filter(t=>t.appId===e.id),grants:m,deletePending:i.isPending,isDiscovering:o.isPending,onDiscover:h,onDelete:e=>void i.mutate(e),onRestart:e=>void a.mutate(e),onRevoke:e=>void s.mutate({actionId:e.actionId,caller:e.caller})},e.id))})})]})}function Uz({app:e,actions:t,grants:n,deletePending:r,isDiscovering:i,onDiscover:a,onDelete:o,onRestart:s,onRevoke:c}){let[l,u]=(0,P.useState)(!1),[d,f]=(0,P.useState)(!1),m=e.status!==`starting`&&e.status!==`stopped`,h=e.status===`running`||e.status===`failed`,g=()=>{u(!1),f(!0)};return(0,F.jsx)(an,{delayDuration:250,children:(0,F.jsxs)(`section`,{className:`rounded-lg border border-gray-200 bg-white p-3`,children:[(0,F.jsxs)(`div`,{className:`flex items-start justify-between gap-3`,children:[(0,F.jsxs)(`div`,{className:`min-w-0`,children:[(0,F.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,F.jsx)(`div`,{className:`truncate text-sm font-semibold text-gray-900`,children:e.title}),(0,F.jsx)(Wz,{status:e.status})]}),e.description?(0,F.jsx)(`div`,{className:`mt-1 line-clamp-2 text-xs text-gray-500`,children:e.description}):null,e.lastError?(0,F.jsx)(`div`,{className:`mt-2 rounded bg-rose-50 px-2 py-1 text-xs text-rose-700`,children:e.lastError}):null]}),(0,F.jsxs)(`div`,{className:`flex shrink-0 items-center gap-1`,children:[(0,F.jsx)(Kz,{disabled:i||!m,icon:Io,label:p(`serviceAppsDiscoverActions`),tooltip:p(`serviceAppsDiscoverActionsHint`),onClick:()=>a(e.id)}),(0,F.jsx)(Kz,{disabled:!h,icon:Qo,label:p(`serviceAppsDisconnectRuntime`),tooltip:p(`serviceAppsDisconnectRuntimeHint`),onClick:()=>s(e.id)}),(0,F.jsxs)(qR,{open:l,onOpenChange:u,children:[(0,F.jsxs)(Gt,{children:[(0,F.jsx)(Kt,{asChild:!0,children:(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,className:`rounded-md p-1.5 text-gray-500 transition-colors hover:bg-gray-100 hover:text-gray-800 disabled:opacity-50`,"aria-label":p(`serviceAppsMoreActions`),disabled:r,children:(0,F.jsx)(Qa,{className:`h-3.5 w-3.5`})})})}),(0,F.jsx)(tn,{side:`bottom`,className:`text-xs`,children:p(`serviceAppsMoreActions`)})]}),(0,F.jsx)(YR,{align:`end`,className:`w-48 rounded-xl p-1.5`,children:(0,F.jsx)(qz,{destructive:!0,disabled:r,icon:Xo,label:p(`serviceAppsDelete`),onClick:g})})]})]})]}),(0,F.jsx)(Jz,{app:e}),(0,F.jsx)(`div`,{className:`mt-3 space-y-1`,children:t.map(e=>(0,F.jsx)(Xz,{action:e,grants:n.filter(t=>t.actionId===e.id),onRevoke:c},e.id))}),(0,F.jsx)(Ht,{open:d,onOpenChange:f,title:p(`serviceAppsDeleteConfirmTitle`),description:`${p(`serviceAppsDeleteConfirmDescription`)} ${e.title}`,confirmLabel:p(`delete`),variant:`destructive`,onConfirm:()=>o(e.id),onCancel:()=>void 0})]})})}function Wz({status:e}){let t=Gz(e),n=t.icon;return(0,F.jsxs)(Gt,{children:[(0,F.jsx)(Kt,{asChild:!0,children:(0,F.jsxs)(`span`,{className:g(`inline-flex shrink-0 items-center gap-1 rounded px-1.5 py-0.5 text-[11px] font-medium`,t.className),"aria-label":t.label,children:[(0,F.jsx)(n,{className:g(`h-3 w-3`,t.iconClassName)}),(0,F.jsx)(`span`,{children:t.label})]})}),(0,F.jsx)(tn,{side:`bottom`,className:`text-xs`,children:t.tooltip})]})}function Gz(e){switch(e){case`running`:return{className:`bg-emerald-50 text-emerald-700`,icon:Ua,label:p(`serviceAppsStatus_running`),tooltip:p(`serviceAppsStatusHint_running`)};case`starting`:return{className:`bg-blue-50 text-blue-700`,icon:wo,iconClassName:`animate-spin`,label:p(`serviceAppsStatus_starting`),tooltip:p(`serviceAppsStatusHint_starting`)};case`failed`:return{className:`bg-rose-50 text-rose-700`,icon:Zo,label:p(`serviceAppsStatus_failed`),tooltip:p(`serviceAppsStatusHint_failed`)};case`stopped`:return{className:`bg-gray-100 text-gray-600`,icon:Ka,label:p(`serviceAppsStatus_stopped`),tooltip:p(`serviceAppsStatusHint_stopped`)};default:return{className:`bg-slate-100 text-slate-600`,icon:Wa,label:p(`serviceAppsStatus_idle`),tooltip:p(`serviceAppsStatusHint_idle`)}}}function Kz({disabled:e=!1,icon:t,label:n,tooltip:r=n,onClick:i}){return(0,F.jsxs)(Gt,{children:[(0,F.jsx)(Kt,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,onClick:i,disabled:e,className:`rounded-md p-1.5 text-gray-500 transition-colors hover:bg-gray-100 hover:text-gray-800 disabled:cursor-not-allowed disabled:text-gray-300 disabled:opacity-60 disabled:hover:bg-transparent`,"aria-label":n,children:(0,F.jsx)(t,{className:`h-3.5 w-3.5`})})}),(0,F.jsx)(tn,{side:`bottom`,className:`max-w-56 text-xs`,children:r})]})}function qz({destructive:e=!1,disabled:t=!1,icon:n,label:r,onClick:i}){return(0,F.jsxs)(`button`,{type:`button`,className:g(`flex w-full items-center gap-2 rounded-lg px-2.5 py-2 text-left text-sm transition-colors disabled:cursor-not-allowed disabled:opacity-50`,e?`text-destructive hover:bg-destructive/10`:`text-gray-700 hover:bg-gray-100`),disabled:t,onClick:i,children:[(0,F.jsx)(n,{className:`h-4 w-4 shrink-0`}),(0,F.jsx)(`span`,{children:r})]})}function Jz({app:e}){let t=[e.command,...e.args??[]].filter(e=>!!e?.trim()).join(` `),n=[{label:p(`serviceAppsCommand`),value:t},{label:p(`serviceAppsCwd`),value:e.cwd},{label:p(`serviceAppsManifest`),value:e.manifestPath},{label:p(`serviceAppsLastStarted`),value:e.lastStartedAt},{label:p(`serviceAppsLastReady`),value:e.lastReadyAt},{label:p(`serviceAppsLastFailed`),value:e.lastFailedAt}].filter(e=>e.value);return n.length===0?null:(0,F.jsx)(`dl`,{className:`mt-3 grid grid-cols-[4.5rem_minmax(0,1fr)] gap-x-2 gap-y-1 border-t border-gray-100 pt-2 text-[11px]`,children:n.map(e=>(0,F.jsx)(Yz,{label:e.label,value:e.value},e.label))})}function Yz({label:e,value:t}){return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(`dt`,{className:`text-gray-400`,children:e}),(0,F.jsx)(`dd`,{className:`min-w-0 truncate font-mono text-gray-500`,title:t,children:t})]})}function Xz({action:e,grants:t,onRevoke:n}){return(0,F.jsxs)(`div`,{className:`rounded bg-gray-50 px-2 py-1.5`,children:[(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2`,children:[(0,F.jsx)(ts,{className:`h-3.5 w-3.5 shrink-0 text-gray-400`}),(0,F.jsxs)(`div`,{className:`min-w-0`,children:[(0,F.jsx)(`div`,{className:`truncate text-xs font-medium text-gray-800`,children:e.title??e.name}),e.description?(0,F.jsx)(`div`,{className:`truncate text-[11px] text-gray-500`,children:e.description}):null]})]}),(0,F.jsxs)(`div`,{className:`flex shrink-0 items-center gap-1`,children:[e.runtimeState?(0,F.jsx)(`span`,{className:`rounded bg-white px-1.5 py-0.5 text-[11px] text-gray-600`,children:p(`serviceAppsRuntimeState_${e.runtimeState}`)}):null,(0,F.jsx)(`span`,{className:`rounded bg-white px-1.5 py-0.5 text-[11px] text-gray-600`,children:e.risk})]})]}),t.map(e=>(0,F.jsxs)(`div`,{className:`mt-1 flex items-center justify-between gap-2 pl-5`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5 text-[11px] text-gray-500`,children:[(0,F.jsx)(Ho,{className:`h-3 w-3 shrink-0 text-emerald-500`}),(0,F.jsxs)(`span`,{className:`truncate`,children:[p(`serviceAppsGrantedTo`),` `,e.caller.appId]})]}),(0,F.jsx)(`button`,{type:`button`,onClick:()=>n(e),className:`rounded-md p-1 text-gray-400 transition-colors hover:bg-white hover:text-rose-600`,title:p(`serviceAppsRevokeGrant`),"aria-label":p(`serviceAppsRevokeGrant`),children:(0,F.jsx)(Xo,{className:`h-3 w-3`})})]},`${e.caller.surface}:${e.caller.appId}:${e.actionId}`))]})}function Zz({activeTab:e,onActiveTabChange:t,onOpenPanelApp:n}){let r=(0,F.jsx)(hz,{value:e,onValueChange:e=>t(e),children:(0,F.jsxs)(gz,{className:`grid h-auto w-[min(340px,100%)] grid-cols-2 rounded-lg bg-gray-100/70 p-0.5`,children:[(0,F.jsxs)(_z,{value:`panel-apps`,className:`gap-1.5 px-2 py-1.5 text-xs`,children:[(0,F.jsx)(Ma,{className:`h-3.5 w-3.5`}),p(`panelAppsTitle`)]}),(0,F.jsxs)(_z,{value:`service-apps`,className:`gap-1.5 px-2 py-1.5 text-xs`,children:[(0,F.jsx)(zo,{className:`h-3.5 w-3.5`}),p(`serviceAppsTitle`)]})]})});return(0,F.jsx)(`div`,{className:`h-full min-h-0 bg-white`,children:e===`panel-apps`?(0,F.jsx)(bz,{headerContent:r,onOpenPanelApp:n}):(0,F.jsx)(Hz,{headerContent:r})})}function Qz({appTitle:e,onOpenApps:t,onRefresh:n}){return(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-2 px-3.5 py-2 bg-white border-b border-gray-100 shrink-0`,children:[(0,F.jsx)(`button`,{type:`button`,onClick:t,className:`inline-flex shrink-0 items-center rounded-md p-1.5 text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900`,title:p(`appsTitle`),"aria-label":p(`appsTitle`),children:(0,F.jsx)(Ut,{className:`h-3.5 w-3.5`})}),(0,F.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs font-medium text-gray-600`,title:e,children:e}),(0,F.jsx)(`button`,{type:`button`,onClick:n,className:`rounded-md p-1.5 text-gray-500 transition-colors hover:bg-gray-100 hover:text-gray-800`,title:p(`panelAppsRefreshCurrent`),"aria-label":p(`panelAppsRefreshCurrent`),children:(0,F.jsx)(Ro,{className:`h-3.5 w-3.5`})})]})}function $z(e){return e.split(`/`).map(e=>e.trim()).filter(e=>e.length>0)}function eB(e){let t=e.trim();try{let e=new URL(t);return{authority:e.hostname,pathSegments:$z(e.pathname),pathname:e.pathname,raw:t,scheme:e.protocol.replace(/:$/,``).toLowerCase(),searchParams:e.searchParams}}catch{return{authority:``,pathSegments:$z(t),pathname:t,raw:t,scheme:``,searchParams:new URLSearchParams}}}var tB=class{constructor(e,t){this.routeDefinitions=e,this.options=t,this.resolve=e=>{let t=eB(e);return this.findDefinition(t).resolve(t)},this.normalize=e=>this.options.getNormalizedUri(this.resolve(e)),this.areEquivalent=(e,t)=>this.findDefinition(eB(e)).areEquivalent?.(e,t)??this.normalize(e)===this.normalize(t),this.findDefinition=e=>{let t=this.routeDefinitions.find(t=>t.match(e));if(!t)throw Error(`Unsupported resource URI: ${e.raw}`);return t}}},nB=`home`,rB=`nextclaw://new-tab`,iB=`apps`,aB=`nextclaw://apps`,oB=`${aB}?tab=service-apps`,sB=`panel-app`,cB=`panel-apps`;function lB(e){return e===`panel-apps`||e===`service-apps`}function uB(e=cB){return e===cB?aB:oB}function dB(e){try{let t=new URL(e).searchParams.get(`tab`);return lB(t)?t:cB}catch{return cB}}function fB(e){return uB(dB(e))}function pB(e){return`nextclaw://panel-app/${encodeURIComponent(e)}`}function mB(e){return e.startsWith(`data:image/`)||e.startsWith(`http://`)||e.startsWith(`https://`)||e.startsWith(`/`)}function hB(e){let t=e.icon?.trim();if(t)return mB(t)?{type:`url`,url:t}:{type:`text`,value:t}}function gB(e){return{dedupeKey:`panel-app:${e.id}`,dockIcon:hB(e),historyPolicy:`managed`,kind:sB,resourceUri:pB(e.id),title:e.title,url:e.contentPath}}function _B(e,t){return e===t||e.startsWith(`${t}?`)||e.startsWith(`${t}/`)}function vB(e){let t=e.pathSegments.join(`/`);return _n(t?`/${t}`:`/`,`docs`)}function yB(e){let t=e.filter(e=>e.trim().length>0).map(e=>encodeURIComponent(decodeURIComponent(e))).join(`/`);return t?`nextclaw://docs/${t}`:`nextclaw://docs`}function bB(e){let t=bn(e),n=t.startsWith(`/`)?t:(()=>{try{return new URL(e).pathname}catch{return``}})();return n?yB(n.split(`/`)):`nextclaw://docs`}function xB(e){if(e.scheme===`nextclaw`&&e.authority===`panel-app`)return e.pathSegments[0]??``;let[t,n,r,i]=e.pathSegments;return t===`api`&&n===`panel-apps`&&r!==void 0&&r.length>0&&i===`content`?r:``}function SB(e){return xB(e).length>0}function CB(e){let t=xB(e);return t?`/api/panel-apps/${encodeURIComponent(decodeURIComponent(t))}/content`:`nextclaw://panel-app`}function wB(e){let t=xB(e);return t?`nextclaw://panel-app/${encodeURIComponent(decodeURIComponent(t))}`:`nextclaw://panel-app`}function TB(e,t){let n=eB(e),r=eB(t),i=xB(n),a=xB(r);return i.length>0&&a.length>0?decodeURIComponent(i)===decodeURIComponent(a):e===t}var EB=[{defaultUrl:()=>rB,id:`home`,kind:nB,match:e=>e.raw===rB,resolve:()=>({historyPolicy:`managed`,kind:nB,resourceUri:rB,title:p(`docBrowserHomeTitle`),url:rB}),areEquivalent:(e,t)=>e===t},{defaultUrl:wn,id:`docs-url`,kind:`docs`,match:e=>pn(e.raw),resolve:e=>{let t=_n(e.raw,`docs`);return{historyPolicy:`managed`,kind:`docs`,resourceUri:bB(t),title:p(`docBrowserHelp`),url:t}},areEquivalent:(e,t)=>bn(e)===bn(t)},{defaultUrl:wn,id:`nextclaw-docs`,kind:`docs`,match:e=>e.scheme===`nextclaw`&&e.authority===`docs`,resolve:e=>{let t=vB(e);return{historyPolicy:`managed`,kind:`docs`,resourceUri:yB(e.pathSegments),title:p(`docBrowserHelp`),url:t}},areEquivalent:(e,t)=>bn(e)===bn(t)},{defaultUrl:()=>aB,id:`apps`,kind:iB,match:e=>_B(e.raw,aB),resolve:e=>{let t=fB(e.raw);return{dedupeKey:`apps`,historyPolicy:`managed`,kind:iB,resourceUri:t,title:p(t===`nextclaw://apps`?`appsTitle`:`serviceAppsTitle`),url:t}},areEquivalent:(e,t)=>fB(e)===fB(t)},{defaultUrl:()=>`nextclaw://panel-app`,id:`panel-app`,kind:sB,match:e=>e.scheme===`nextclaw`&&e.authority===`panel-app`||SB(e),resolve:e=>{let t=CB(e),n=xB(e);return{dedupeKey:n?`panel-app:${decodeURIComponent(n)}`:void 0,historyPolicy:`managed`,kind:sB,resourceUri:wB(e),title:p(`panelAppsTitle`),url:t}},areEquivalent:TB},{defaultUrl:()=>`about:blank`,id:`content`,kind:`content`,match:()=>!0,resolve:e=>({historyPolicy:`managed`,kind:`content`,resourceUri:e.raw||`about:blank`,title:fn(e.raw,`content`,`Detail`),url:e.raw||`about:blank`}),areEquivalent:(e,t)=>e===t}],DB=EB.map(e=>({areEquivalent:e.areEquivalent,id:e.id,match:e.match,resolve:e.resolve}));function OB(){return[{id:`apps`,label:p(`appsTitle`),target:{type:`right-panel-resource`,uri:aB}},{id:`service-apps`,label:p(`serviceAppsTitle`),target:{type:`right-panel-resource`,uri:oB}},{id:`docs`,label:p(`docBrowserHelp`),target:{options:{newTab:!0},type:`right-panel-resource`,uri:wn()}},{id:`skill-marketplace`,label:p(`marketplaceSkillsPageTitle`),target:{path:`/marketplace/skills`,type:`app-route`}}]}var kB={apps:{accentClassName:`bg-emerald-50 text-emerald-700`,hoverAccentClassName:`group-hover:bg-emerald-100`,icon:(0,F.jsx)(Xt,{className:`h-5 w-5`})},"service-apps":{accentClassName:`bg-sky-50 text-sky-700`,hoverAccentClassName:`group-hover:bg-sky-100`,icon:(0,F.jsx)(vo,{className:`h-5 w-5`})},docs:{accentClassName:`bg-amber-50 text-amber-700`,hoverAccentClassName:`group-hover:bg-amber-100`,icon:(0,F.jsx)(Fa,{className:`h-5 w-5`})},"skill-marketplace":{accentClassName:`bg-rose-50 text-rose-700`,hoverAccentClassName:`group-hover:bg-rose-100`,icon:(0,F.jsx)(Ra,{className:`h-5 w-5`})}};function AB(e){return kB[e.id]??{accentClassName:`bg-gray-50 text-gray-700`,hoverAccentClassName:`group-hover:bg-gray-100`,icon:(0,F.jsx)(Xt,{className:`h-5 w-5`})}}function jB({open:e}){let t=Jr(),n=OB(),r=n=>{if(n.type===`app-route`){t(n.path);return}e(n.uri,n.options)};return(0,F.jsx)(`div`,{className:`h-full overflow-auto bg-background px-4 py-5`,children:(0,F.jsx)(`div`,{className:`mx-auto w-full max-w-[520px]`,children:(0,F.jsx)(`div`,{className:`grid grid-cols-[repeat(auto-fit,minmax(76px,1fr))] gap-x-2 gap-y-4`,children:n.map(e=>{let t=AB(e);return(0,F.jsxs)(`button`,{type:`button`,onClick:()=>r(e.target),className:`group flex min-h-[68px] flex-col items-center gap-1.5 rounded-md px-1.5 py-1.5 text-center focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,children:[(0,F.jsx)(`span`,{className:g(`flex h-10 w-10 shrink-0 items-center justify-center rounded-md transition-colors`,t.accentClassName,t.hoverAccentClassName),children:t.icon}),(0,F.jsx)(`span`,{className:`line-clamp-2 min-w-0 max-w-full text-xs font-medium leading-snug text-gray-700 transition-colors group-hover:text-gray-900`,children:e.label})]},e.id)})})})})}function MB(e){return e&&pn(e)?`docs`:`content`}var NB=class{constructor(){this.resourceUriResolver=new tB(DB,{getNormalizedUri:e=>e.resourceUri??e.url}),this.resolve=e=>this.resourceUriResolver.resolve(e),this.normalize=e=>this.resourceUriResolver.normalize(e),this.areEquivalent=(e,t)=>this.resourceUriResolver.areEquivalent(e,t),this.resolveOpenTarget=e=>{let{activeTab:t,kind:n,url:r}=e,i=this.resolveRouteDefinition(r,n,t),a=r?.trim()||(!n&&t&&t.kind!==`docs`?t.currentUrl:i.defaultUrl());return i.resolve(eB(a))},this.areUrlsEquivalent=(e,t,n,r)=>n===r?this.resolveRouteDefinition(e,n).areEquivalent?.(e,t)??this.areEquivalent(e,t):!1,this.usesManagedHistory=e=>this.resolveRouteDefinition(e.currentUrl,e.kind).resolve(eB(e.currentUrl)).historyPolicy===`managed`,this.resolveRouteDefinition=(e,t,n)=>{let r=t??(e?void 0:n?.kind),i=r?EB.find(e=>e.kind===r):void 0;if(i)return i;let a=e?eB(e):null,o=a?EB.find(e=>e.match(a)):void 0;if(o)return o;let s=t??n?.kind??MB(e);return EB.find(e=>e.kind===s)??EB[EB.length-1]}}},PB=iB,FB=sB,IB=`panel-apps`,LB=[`allow-scripts`,`allow-forms`,`allow-modals`,`allow-popups`,`allow-popups-to-escape-sandbox`,`allow-downloads`,`allow-pointer-lock`,`allow-presentation`].join(` `);function RB(e){return e===`panel-apps`||e===`service-apps`}function zB(e=IB){return e===IB?aB:oB}function BB(e){try{let t=new URL(e).searchParams.get(`tab`);return RB(t)?t:IB}catch{return IB}}function VB(e){e.open(zB(),{kind:PB,title:p(`appsTitle`),dedupeKey:`apps`})}var HB={[nB]:{getTitle:()=>p(`docBrowserHomeTitle`),renderContent:({open:e})=>(0,F.jsx)(jB,{open:e})},[PB]:{getTitle:()=>p(`appsTitle`),renderIcon:()=>(0,F.jsx)(Xt,{className:`w-4 h-4 text-primary shrink-0`}),renderContent:({currentUrl:e,open:t,openTarget:n})=>(0,F.jsx)(Zz,{activeTab:BB(e),onActiveTabChange:e=>t(zB(e),{activate:!1,kind:PB,title:p(`appsTitle`),dedupeKey:`apps`}),onOpenPanelApp:e=>n(gB(e))})},[FB]:{getIframeSandbox:()=>LB,getTitle:e=>e.title||p(`panelAppsTitle`),onIframeMessage:e=>uq().panelAppBridgeManager.handleIframeMessage(e),renderIcon:()=>(0,F.jsx)(Ma,{className:`w-4 h-4 text-primary shrink-0`}),renderToolbar:({open:e,refreshIframe:t,tab:n})=>(0,F.jsx)(Qz,{appTitle:n.title||p(`panelAppsTitle`),onOpenApps:()=>VB({open:e}),onRefresh:t})}},UB=[`allow-scripts`,`allow-forms`,`allow-modals`,`allow-popups`,`allow-popups-to-escape-sandbox`,`allow-downloads`,`allow-pointer-lock`,`allow-presentation`].join(` `),WB={nextclawDisplayMode:`card`,nextclawPlacement:`inline`};function GB(e){return`/api/panel-apps/${encodeURIComponent(e)}/content`}function KB(e){return`${e}${e.includes(`?`)?`&`:`?`}${new URLSearchParams(WB).toString()}`}function qB(e){let{appId:t,title:n,url:r}=e;return{currentUrl:r,dedupeKey:`panel-app:${t}`,history:[r],historyIndex:0,id:`inline-panel-app:${t}`,kind:sB,navVersion:0,resourceUri:pB(t),title:n}}function JB(){let e=vn();(0,P.useEffect)(()=>{let t=t=>{let n=t.target.closest(`a[href]`);if(!n)return;let r=n.getAttribute(`href`)||``;pn(r)&&(n.hasAttribute(`data-doc-external`)||t.ctrlKey||t.metaKey||t.shiftKey||(t.preventDefault(),t.stopPropagation(),e.open(r)))};return document.addEventListener(`click`,t,!0),()=>document.removeEventListener(`click`,t,!0)},[e])}function YB({panelApp:e}){let t=vn(),n=(0,P.useRef)(null),r=(0,P.useId)(),i=nz(),a=(0,P.useMemo)(()=>Tz(i.data?.entries??[],e.appId),[e.appId,i.data?.entries]),o=a?gB(a):null,s=e.title??o?.title??e.appId,c=i.isLoading?``:o?.url??GB(e.appId),l=(0,P.useMemo)(()=>c?KB(c):``,[c]),u=(0,P.useMemo)(()=>qB({appId:a?.id??e.appId,title:s,url:c}),[a?.id,e.appId,s,c]),d=`${u.id}:${u.navVersion}:${r}`;return(0,P.useEffect)(()=>{if(!c)return;let e=e=>{uq().panelAppBridgeManager.handleIframeMessage({event:e,iframe:n.current,iframeInstanceId:d,tab:u})};return window.addEventListener(`message`,e),()=>window.removeEventListener(`message`,e)},[d,u,c]),c?(0,F.jsxs)(`div`,{className:`w-full max-w-[42rem] overflow-hidden rounded-lg border border-[#eee3d1] bg-white shadow-[0_1px_2px_rgba(30,20,10,0.04)]`,children:[(0,F.jsxs)(`div`,{className:`flex h-9 items-center justify-between gap-2 border-b border-[#f1e7d4] bg-[#fffaf2] px-2.5`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2 text-xs font-medium text-[#5c4933]`,children:[(0,F.jsx)(Ma,{className:`h-3.5 w-3.5 shrink-0 text-primary`}),(0,F.jsx)(`span`,{className:`truncate`,children:s})]}),(0,F.jsx)(Zt,{className:`h-7 w-7 rounded-md text-[#7a6145] hover:bg-white hover:text-[#2f2212]`,icon:(0,F.jsx)($t,{className:`h-3.5 w-3.5`}),label:p(`chatPanelCardExpand`),onClick:()=>{if(o){t.openTarget(o);return}t.open(c,{dedupeKey:u.dedupeKey,kind:u.kind,title:s})}})]}),(0,F.jsx)(`div`,{className:`relative h-[420px] min-h-[220px] max-h-[min(60vh,420px)] overflow-hidden bg-white`,children:(0,F.jsx)(`iframe`,{ref:n,src:l,title:s,sandbox:UB,scrolling:`auto`,className:`h-full w-full border-0 bg-white`},d)})]}):(0,F.jsx)(`div`,{className:`h-[320px] min-h-[220px] w-full animate-pulse rounded-lg border border-[#eee3d1] bg-gradient-to-b from-white to-amber-50/60`,style:{maxHeight:420}})}var XB=new WeakMap;function ZB(e){return{roleLabels:{user:p(`chatRoleUser`),assistant:p(`chatRoleAssistant`),tool:p(`chatRoleTool`),system:p(`chatRoleSystem`),fallback:p(`chatRoleMessage`)},reasoningLabel:p(`chatReasoning`),toolCallLabel:p(`chatToolCall`),toolResultLabel:p(`chatToolResult`),toolInputLabel:p(`chatToolInput`),toolNoOutputLabel:p(`chatToolNoOutput`),toolOutputLabel:p(`chatToolOutput`),toolStatusPreparingLabel:p(`chatToolStatusPreparing`),toolStatusRunningLabel:p(`chatToolStatusRunning`),toolStatusCompletedLabel:p(`chatToolStatusCompleted`),toolStatusFailedLabel:p(`chatToolStatusFailed`),toolStatusCancelledLabel:p(`chatToolStatusCancelled`),showContentActionLabel:p(`chatShowContentAction`),imageAttachmentLabel:p(`chatImageAttachment`),fileAttachmentLabel:p(`chatFileAttachment`),unknownPartLabel:p(`chatUnknownPart`)}}function QB(e){return{copyCodeLabel:p(`chatCodeCopy`),copiedCodeLabel:p(`chatCodeCopied`),copyMessageLabel:p(`chatMessageCopy`),copiedMessageLabel:p(`chatMessageCopied`),typingLabel:p(`chatTyping`),attachmentOpenLabel:p(`chatAttachmentOpen`),attachmentAttachedLabel:p(`chatAttachmentAttached`),attachmentCategoryLabels:{archive:p(`chatAttachmentCategoryArchive`),audio:p(`chatAttachmentCategoryAudio`),code:p(`chatAttachmentCategoryCode`),data:p(`chatAttachmentCategoryData`),document:p(`chatAttachmentCategoryDocument`),generic:p(`chatAttachmentCategoryGeneric`),image:p(`chatAttachmentCategoryImage`),pdf:p(`chatAttachmentCategoryPdf`),sheet:p(`chatAttachmentCategorySheet`),video:p(`chatAttachmentCategoryVideo`)}}}function $B({checkpoint:e}){return(0,F.jsxs)(`div`,{className:`my-4 flex items-center gap-3 text-[11px] text-gray-500`,title:[`${p(`chatContextCompactionCoveredMessages`)}: ${e.coveredSessionMessageCount}`,`${p(`chatContextCompactionOriginalTokens`)}: ${e.originalEstimatedTokens}`,`${p(`chatContextCompactionProjectedTokens`)}: ${e.projectedEstimatedTokens}`].join(`
|
|
101
|
-
`),children:[(0,F.jsx)(`div`,{className:`h-px flex-1 bg-gray-200`}),(0,F.jsxs)(`div`,{className:`inline-flex items-center gap-2 rounded-full border border-gray-200 bg-gray-50 px-3 py-1`,children:[e.status===`compressing`?(0,F.jsx)(`span`,{className:`h-1.5 w-1.5 rounded-full bg-gray-400 animate-pulse`}):(0,F.jsx)(`span`,{className:`h-1.5 w-1.5 rounded-full bg-gray-300`}),(0,F.jsx)(`span`,{children:e.status===`compressing`?p(`chatContextCompactionCompressing`):p(`chatContextCompactionCompressed`)})]}),(0,F.jsx)(`div`,{className:`h-px flex-1 bg-gray-200`})]})}function eV(e){let{normalRawMessages:t,rawMessageId:n,rawMessages:r}=e,i=r.findIndex(e=>e.id===n);return i<0?t.length-1:r.slice(0,i).filter(e=>!LR(e)).length-1}function tV(e){let t=e.rawMessages.filter(e=>!LR(e)),n=e.rawMessages.map(e=>({rawMessageId:e.id,checkpoint:LR(e)})).filter(e=>!!e.checkpoint).map(n=>({key:n.rawMessageId,checkpoint:n.checkpoint,boundaryIndex:eV({rawMessages:e.rawMessages,normalRawMessages:t,rawMessageId:n.rawMessageId})})).sort((e,t)=>e.boundaryIndex-t.boundaryIndex),r=[],i=[],a=0,o=e=>{i.length!==0&&(r.push({kind:`messages`,key:e,messages:i}),i=[])};for(t.forEach((t,s)=>{let c=e.messages[s];for(c&&i.push(c);a<n.length&&n[a]?.boundaryIndex<=s;){let e=n[a];o(`messages-before-${e.key}`),r.push({kind:`compaction`,key:e.key,checkpoint:e.checkpoint}),a+=1}});a<n.length;){let e=n[a];o(`messages-before-${e.key}`),r.push({kind:`compaction`,key:e.key,checkpoint:e.checkpoint}),a+=1}return o(`messages-final`),r.length===0&&r.push({kind:`messages`,key:`messages-empty`,messages:[]}),r}function nV({messages:e,isSending:t,className:n}){let r=NN(),{language:i}=IN(),a=(0,P.useMemo)(()=>ZB(i),[i]),o=(0,P.useMemo)(()=>e.flatMap(e=>{if(LR(e))return[];let t=XB.get(e);if(t&&t.language===i)return[t.viewModel];let n=lF(e),r=MR({id:n.id,role:n.role,meta:{timestamp:n.meta?.timestamp,status:n.meta?.status,inlineTokens:NI(e.metadata)},parts:n.parts},{formatTimestamp:e=>u(e,i),texts:a});return XB.set(e,{language:i,viewModel:r}),[r]}),[i,e,a]),s=(0,P.useMemo)(()=>o.some(e=>e.role===`assistant`&&(e.status===`streaming`||e.status===`pending`)),[o]),c=(0,P.useMemo)(()=>QB(i),[i]),l=(0,P.useMemo)(()=>tV({rawMessages:e,messages:o}),[o,e]);return(0,F.jsx)(`div`,{className:n,children:l.map((e,n)=>e.kind===`compaction`?(0,F.jsx)($B,{checkpoint:e.checkpoint},e.key):(0,F.jsx)(AM,{messages:e.messages,isSending:n===l.length-1?t:!1,hasAssistantDraft:s,texts:c,onToolAction:r.chatThreadManager.handleToolAction,onFileOpen:r.chatThreadManager.openFilePreview,renderToolAgent:e=>(0,F.jsx)(KR,{agentId:e,className:`h-4 w-4 shrink-0`}),renderPanelAppCard:e=>(0,F.jsx)(YB,{panelApp:e})},e.key))})}var rV=[{icon:Eo,titleKey:`chatWelcomeCapability1Title`,descKey:`chatWelcomeCapability1Desc`},{icon:Ra,titleKey:`chatWelcomeCapability2Title`,descKey:`chatWelcomeCapability2Desc`},{icon:ja,titleKey:`chatWelcomeCapability3Title`,descKey:`chatWelcomeCapability3Desc`}];function iV({onCreateSession:e,agents:t,selectedAgentId:n,onSelectAgent:r}){let i=t.find(e=>e.id===n)??null;return(0,F.jsx)(`div`,{className:`min-h-full flex items-center justify-center px-4 py-6 sm:p-8`,children:(0,F.jsxs)(`div`,{className:`max-w-lg w-full min-w-0 text-center`,children:[(0,F.jsx)(`div`,{className:`mx-auto mb-6 h-16 w-16 rounded-2xl bg-primary/10 flex items-center justify-center`,children:(0,F.jsx)(Ia,{className:`h-8 w-8 text-primary`})}),(0,F.jsx)(`h2`,{className:`text-xl font-semibold text-gray-900 mb-2`,children:p(`chatWelcomeTitle`)}),(0,F.jsx)(`p`,{className:`text-sm text-gray-500 mb-8`,children:p(`chatWelcomeSubtitle`)}),(0,F.jsxs)(`div`,{className:`mb-6 flex items-center justify-center gap-2.5`,children:[(0,F.jsx)(`span`,{className:`text-[13px] font-medium text-gray-500`,children:p(`chatDraftAgentTitle`)}),(0,F.jsxs)(kt,{value:n,onValueChange:r,children:[(0,F.jsxs)(xt,{"aria-label":p(`chatDraftAgentTitle`),className:`h-auto w-auto gap-1 rounded-full border-0 bg-transparent px-1.5 py-1 text-gray-500 shadow-none hover:bg-white/70 hover:text-gray-800 focus:ring-0`,children:[(0,F.jsx)(`span`,{className:`sr-only`,children:p(`chatDraftAgentTitle`)}),(0,F.jsx)(`div`,{className:`flex items-center gap-1.5`,children:i?(0,F.jsx)(BR,{agentId:i.id,displayName:i.displayName,avatarUrl:i.avatarUrl,className:`h-7 w-7 shrink-0`}):null})]}),(0,F.jsx)(wt,{className:`rounded-xl border-gray-200/80 shadow-lg`,children:t.map(e=>(0,F.jsx)(Dt,{value:e.id,className:`rounded-lg pr-10`,children:(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2`,children:[(0,F.jsx)(BR,{agentId:e.id,displayName:e.displayName,avatarUrl:e.avatarUrl,className:`h-5 w-5 shrink-0`}),(0,F.jsx)(`span`,{className:`truncate text-sm font-medium text-gray-700`,children:e.displayName?.trim()||e.id})]})},e.id))})]})]}),(0,F.jsx)(`div`,{className:`grid grid-cols-[repeat(auto-fit,minmax(min(100%,9.5rem),1fr))] gap-3`,children:rV.map(t=>{let n=t.icon;return(0,F.jsxs)(`button`,{onClick:e,className:`min-w-0 rounded-2xl border border-gray-200 bg-white p-3 text-left shadow-card hover:shadow-card-hover transition-shadow cursor-pointer sm:p-4`,children:[(0,F.jsx)(`div`,{className:`h-9 w-9 rounded-xl bg-primary/8 flex items-center justify-center mb-3`,children:(0,F.jsx)(n,{className:`h-4.5 w-4.5 text-primary`})}),(0,F.jsx)(`div`,{className:`text-sm font-semibold text-gray-900 mb-1`,children:p(t.titleKey)}),(0,F.jsx)(`div`,{className:`text-[11px] text-gray-500 leading-relaxed`,children:p(t.descKey)})]},t.titleKey)})})]})})}function aV(){let e=NN(),t=Z(e=>e.snapshot.defaultSessionType),n=zF(e=>e.snapshot.selectedAgentId),r=Q(e=>e.snapshot),i=(0,P.useRef)(null),a=VR(),o=r.agentId??n,s=(a.data?.agents?.length??0)>0?a.data?.agents??[]:[{id:o}],c=!r.canDeleteSession&&!r.hasSubmittedDraftMessage&&r.messages.length===0&&!r.isSending,l=r.isHistoryLoading&&r.messages.length===0&&!r.isSending&&!r.isAwaitingAssistantOutput,u=e=>s.find(t=>t.id===e)??null,d=()=>{let n=vF(u(o),t);e.chatSessionListManager.createSession(n)},f=n=>{e.chatSessionListManager.setSelectedAgentId(n),e.chatInputManager.setPendingSessionType(vF(u(n),t))},{onScroll:p}=vj({scrollRef:i,resetKey:r.sessionKey,isLoading:r.isHistoryLoading,hasContent:r.messages.length>0,contentVersion:r.messages[r.messages.length-1]??null}),m=r.messages.length>0,h=m&&r.isSending&&r.isAwaitingAssistantOutput;return(0,F.jsx)(`div`,{ref:i,onScroll:p,"data-chat-scroll-container":`true`,className:`flex-1 min-h-0 overflow-y-auto custom-scrollbar`,children:c?(0,F.jsx)(iV,{onCreateSession:d,agents:s,selectedAgentId:o,onSelectAgent:f}):l||!m?null:(0,F.jsx)(`div`,{className:`mx-auto w-full max-w-[min(1120px,100%)] px-4 py-4 sm:px-6 sm:py-5`,children:(0,F.jsx)(nV,{messages:r.messages,isSending:h})})})}function oV({parentSessionLabel:e,onGoToParentSession:t}){if(!e)return null;let n=e.trim();return(0,F.jsx)(`div`,{className:`border-b border-gray-200/60 bg-white/75 px-4 py-2 backdrop-blur-sm sm:px-5`,children:(0,F.jsxs)(`button`,{type:`button`,onClick:t,className:`inline-flex items-center gap-2 text-xs font-medium text-gray-600 transition-colors hover:text-gray-900`,children:[(0,F.jsx)(Ut,{className:`h-3.5 w-3.5`}),(0,F.jsxs)(`span`,{children:[p(`chatBackToParent`),n?` · ${n}`:``]})]})})}function sV({layoutMode:e,actions:t,leading:n,onBackToList:r,projectBadge:i,sessionTypeBadge:a,shouldShow:o,title:s}){let c=e===`mobile`;return(0,F.jsxs)(`div`,{className:g(`border-b border-gray-200/60 bg-white/80 backdrop-blur-sm flex items-center justify-between shrink-0 overflow-hidden transition-colors duration-200`,c?`px-3 sm:px-3`:`px-4 sm:px-5`,o?`opacity-100`:`h-0 py-0 opacity-0 border-b-0`,o&&(c?`min-h-12 pb-2 pt-2`:`h-[52px]`)),style:c&&o?{paddingTop:`calc(env(safe-area-inset-top, 0px) + 0.5rem)`}:void 0,children:[(0,F.jsxs)(`div`,{className:`min-w-0 flex-1 flex items-center gap-2`,children:[c&&r?(0,F.jsx)(Zt,{icon:(0,F.jsx)(Ut,{className:`h-4 w-4`}),label:p(`chat`),onClick:r,className:`inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-full text-gray-600 transition-colors hover:bg-gray-100 hover:text-gray-900`}):null,n,(0,F.jsx)(`span`,{className:`text-sm font-medium text-gray-700 truncate`,children:s}),a,i]}),t]})}function cV(){let e=ge();return async t=>{let{sessionKey:n,patch:r,successMessage:i}=t;try{Ne(e,await Ve(n,r)),await e.invalidateQueries({queryKey:[`ncp-session-skills`,n]}),j.success(i??p(`configSavedApplied`))}catch(e){throw j.error(p(`configSaveFailed`)+`: `+(e instanceof Error?e.message:String(e))),e}}}function lV(){let e=cV();return async t=>{await e({sessionKey:t.sessionKey,patch:{label:t.label},successMessage:p(`configSavedApplied`)})}}function uV(){let e=cV();return async t=>{let{persistToServer:n,projectRoot:r,sessionKey:i}=t,a=p(r?`chatSessionProjectUpdated`:`chatSessionProjectCleared`);if(!n){Z.getState().setSnapshot({pendingProjectRoot:r,pendingProjectRootSessionKey:i}),j.success(a);return}await e({sessionKey:i,patch:{projectRoot:r},successMessage:a})}}function dV({icon:e,label:t,onClick:n,disabled:r=!1,destructive:i=!1}){return(0,F.jsxs)(`button`,{type:`button`,className:g(`flex w-full items-center gap-2 rounded-xl px-3 py-2 text-left text-sm transition-colors disabled:cursor-not-allowed disabled:opacity-50`,i?`text-destructive hover:bg-destructive/10`:`text-gray-700 hover:bg-gray-100`),onClick:n,disabled:r,children:[(0,F.jsx)(e,{className:`h-4 w-4 shrink-0`}),(0,F.jsx)(`span`,{children:t})]})}function fV(e){try{return JSON.stringify(e??{},null,2)}catch{return`{}`}}function pV({open:e,metadata:t,onOpenChange:n}){return(0,F.jsx)(Rt,{open:e,onOpenChange:n,children:(0,F.jsxs)(Bt,{className:`max-w-2xl gap-0 overflow-hidden p-0`,children:[(0,F.jsxs)(zt,{className:`border-b border-gray-200 px-5 py-4 pr-12`,children:[(0,F.jsx)(Vt,{className:`text-base`,children:p(`chatSessionMetadataDialogTitle`)}),(0,F.jsx)(Lt,{className:`sr-only`,children:p(`chatSessionMetadataDialogDescription`)})]}),(0,F.jsx)(`div`,{className:`px-5 pb-5 pt-4`,children:(0,F.jsx)(`pre`,{className:`max-h-[60vh] overflow-auto rounded-lg border border-gray-200 bg-gray-950 p-4 text-xs leading-relaxed text-gray-100`,children:fV(t)})})]})})}function mV(e){return se({queryKey:[`server-path-browse`,e.path??null,e.includeFiles??!1],queryFn:()=>ze({path:e.path,includeFiles:e.includeFiles}),enabled:e.enabled??!0,staleTime:0})}var hV=P.forwardRef(({className:e,children:t,...n},r)=>(0,F.jsx)(`div`,{ref:r,className:g(`overflow-auto`,e),...n,children:t}));hV.displayName=`ScrollArea`;function gV({open:e,currentPath:t,isSaving:n,onOpenChange:r,onConfirm:i,title:a,description:o,pathLabel:s,pathPlaceholder:c,confirmLabel:l,hint:u}){let[d,f]=(0,P.useState)(``),[m,h]=(0,P.useState)(null),[g,_]=(0,P.useState)(``);(0,P.useEffect)(()=>{if(!e)return;let n=t?.trim()||null;f(n??``),h(n),_(``)},[t,e]);let v=mV({path:m,enabled:e});(0,P.useEffect)(()=>{!e||!v.data||d.trim().length===0&&f(v.data.currentPath)},[v.data,d,e]);let y=d.trim(),b=y.length===0||n,x=(0,P.useMemo)(()=>v.error?v.error instanceof Error?v.error.message:String(v.error):null,[v.error]),S=g.trim().toLowerCase(),C=(0,P.useMemo)(()=>{let e=v.data?.entries??[];return S.length===0?e:e.filter(e=>{let t=e.name.toLowerCase(),n=e.path.toLowerCase();return t.includes(S)||n.includes(S)})},[v.data?.entries,S]),w=e=>{h(e),_(``),e&&f(e)};return(0,F.jsx)(Rt,{open:e,onOpenChange:e=>{n||r(e)},children:(0,F.jsxs)(Bt,{className:`max-h-[85vh] overflow-hidden sm:h-[42rem] sm:max-w-2xl sm:grid-rows-[auto_minmax(0,1fr)]`,children:[(0,F.jsxs)(zt,{children:[(0,F.jsx)(Vt,{children:a}),o?(0,F.jsx)(Lt,{children:o}):null]}),(0,F.jsxs)(`form`,{className:`flex min-h-0 flex-col gap-4`,onSubmit:e=>{e.preventDefault(),!b&&i(y)},children:[(0,F.jsxs)(`div`,{className:`space-y-2`,children:[(0,F.jsx)(T,{htmlFor:`server-path-picker-input`,children:s}),(0,F.jsxs)(`div`,{className:`flex gap-2`,children:[(0,F.jsx)(D,{id:`server-path-picker-input`,value:d,onChange:e=>f(e.target.value),placeholder:c,autoFocus:!0,disabled:n}),(0,F.jsx)(O,{type:`button`,variant:`outline`,onClick:()=>w(y||null),disabled:n,children:p(`openPath`)})]})]}),(0,F.jsxs)(`div`,{className:`flex min-h-0 flex-1 flex-col overflow-hidden rounded-2xl border border-gray-200 bg-gray-50/70`,children:[(0,F.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 border-b border-gray-200 px-3 py-2`,children:[(0,F.jsxs)(O,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>w(v.data?.homePath??null),disabled:n||v.isLoading,children:[(0,F.jsx)(yo,{className:`mr-1 h-4 w-4`}),p(`homeDirectory`)]}),(0,F.jsxs)(O,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>w(v.data?.parentPath??null),disabled:!v.data?.parentPath||n||v.isLoading,children:[(0,F.jsx)(po,{className:`mr-1 h-4 w-4`}),p(`parentDirectory`)]}),(0,F.jsxs)(O,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>{v.refetch()},disabled:n||v.isLoading,children:[(0,F.jsx)(Lo,{className:`mr-1 h-4 w-4`}),p(`chatRefresh`)]})]}),(0,F.jsxs)(`div`,{className:`border-b border-gray-200 px-3 py-2`,children:[(0,F.jsx)(`div`,{className:`mb-2 text-xs font-medium text-gray-500`,children:p(`currentDirectory`)}),(0,F.jsx)(`div`,{className:`flex flex-wrap items-center gap-1 text-xs text-gray-600`,children:v.data?.breadcrumbs.map((e,t)=>(0,F.jsxs)(`div`,{className:`flex items-center gap-1`,children:[(0,F.jsx)(`button`,{type:`button`,className:`rounded px-1.5 py-0.5 hover:bg-gray-200`,onClick:()=>w(e.path),disabled:n,children:e.label}),t<v.data.breadcrumbs.length-1?(0,F.jsx)(Va,{className:`h-3 w-3 text-gray-400`}):null]},e.path))})]}),(0,F.jsx)(`div`,{className:`border-b border-gray-200 px-3 py-2`,children:(0,F.jsxs)(`div`,{className:`relative`,children:[(0,F.jsx)(Wt,{className:`pointer-events-none absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-gray-400`}),(0,F.jsx)(D,{value:g,onChange:e=>_(e.target.value),placeholder:p(`pathPickerSearchPlaceholder`),disabled:n||v.isLoading,className:`pl-9`})]})}),(0,F.jsx)(hV,{className:`min-h-0 flex-1 px-2 py-2`,children:v.isLoading?(0,F.jsx)(`div`,{className:`px-2 py-6 text-sm text-gray-500`,children:p(`loading`)}):x?(0,F.jsxs)(`div`,{className:`px-2 py-4 text-sm text-destructive`,children:[p(`pathBrowseFailed`),`: `,x]}):v.data&&C.length>0?(0,F.jsx)(`div`,{className:`space-y-1`,children:C.map(e=>(0,F.jsxs)(`button`,{type:`button`,className:`flex w-full items-center gap-2 rounded-xl px-3 py-2 text-left text-sm text-gray-700 transition-colors hover:bg-white`,onClick:()=>w(e.path),disabled:n,children:[(0,F.jsx)(ho,{className:`h-4 w-4 shrink-0 text-emerald-600`}),(0,F.jsx)(`span`,{className:`truncate`,children:e.name})]},e.path))}):v.data&&v.data.entries.length>0?(0,F.jsx)(`div`,{className:`px-2 py-6 text-sm text-gray-500`,children:p(`pathPickerSearchEmpty`)}):(0,F.jsx)(`div`,{className:`px-2 py-6 text-sm text-gray-500`,children:p(`emptyDirectory`)})})]}),u?(0,F.jsx)(`p`,{className:`text-xs leading-relaxed text-gray-500`,children:u}):null,(0,F.jsxs)(It,{children:[(0,F.jsx)(O,{type:`button`,variant:`outline`,onClick:()=>r(!1),disabled:n,children:p(`cancel`)}),(0,F.jsx)(O,{type:`submit`,disabled:b,children:n?p(`saving`):l})]})]})]})})}function _V({open:e,currentProjectRoot:t,isSaving:n,onOpenChange:r,onSave:i}){return(0,F.jsx)(gV,{open:e,currentPath:t,isSaving:n,onOpenChange:r,onConfirm:i,title:p(`chatSessionProjectDialogTitle`),description:p(`chatSessionProjectDialogDescription`),pathLabel:p(`chatSessionProjectPathLabel`),pathPlaceholder:p(`chatSessionProjectPathPlaceholder`),confirmLabel:p(`chatSessionSetProject`),hint:p(`chatSessionProjectUpdateHint`)})}var vV=`flex shrink-0 items-center gap-1.5`,yV=`h-7 w-7 rounded-lg shrink-0 text-gray-400 hover:text-gray-700`;function bV({sessionKey:e,canDeleteSession:t,isDeletePending:n,projectRoot:r,metadata:i,childSessionCount:a=0,sessionCronJobCount:o=0,onOpenChildSessions:s,onOpenSessionCronJobs:c,onDeleteSession:l}){let u=uV(),[d,f]=(0,P.useState)(!1),[m,h]=(0,P.useState)(!1),[g,_]=(0,P.useState)(!1),[v,y]=(0,P.useState)(!1),b=n||v;return(0,F.jsxs)(`div`,{className:vV,children:[a>0&&s?(0,F.jsx)(Zt,{icon:(0,F.jsx)(go,{className:`h-4 w-4`}),label:p(`chatSessionOpenChildSessions`),className:yV,onClick:s,disabled:b}):null,o>0&&c?(0,F.jsx)(Zt,{icon:(0,F.jsx)(ja,{className:`h-4 w-4`}),label:p(`chatSessionOpenCronJobs`),className:yV,onClick:c,disabled:b}):null,(0,F.jsxs)(qR,{open:d,onOpenChange:f,children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(Zt,{icon:(0,F.jsx)(Qa,{className:`h-4 w-4`}),label:p(`chatSessionMoreActions`),tooltip:!1,className:yV,disabled:b})}),(0,F.jsx)(YR,{align:`end`,className:`w-56 p-2`,children:(0,F.jsxs)(`div`,{className:`space-y-1`,children:[(0,F.jsx)(dV,{icon:uo,label:p(`chatSessionSetProject`),onClick:()=>{f(!1),h(!0)},disabled:b}),(0,F.jsx)(dV,{icon:La,label:p(`chatSessionViewMetadata`),onClick:()=>{f(!1),_(!0)},disabled:b}),(0,F.jsx)(dV,{icon:Xo,label:p(`chatDeleteSession`),onClick:()=>{f(!1),l()},disabled:!t||b,destructive:!0})]})})]}),(0,F.jsx)(_V,{open:m,currentProjectRoot:r,isSaving:v,onOpenChange:h,onSave:async n=>{let r=t;y(!0);try{await u({sessionKey:e,projectRoot:n,persistToServer:r}),h(!1),f(!1)}finally{y(!1)}}}),(0,F.jsx)(pV,{open:g,metadata:i,onOpenChange:_})]})}function xV({sessionKey:e,projectName:t,projectRoot:n,persistToServer:r}){let i=uV(),[a,o]=(0,P.useState)(!1),[s,c]=(0,P.useState)(!1),[l,u]=(0,P.useState)(!1),d=async t=>{u(!0);try{await i({sessionKey:e,projectRoot:t,persistToServer:r}),c(!1),o(!1)}finally{u(!1)}};return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsxs)(qR,{open:a,onOpenChange:o,children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,title:n??void 0,className:`min-w-0 max-w-[320px] shrink rounded-full border border-gray-200 bg-gray-100/90 px-2 py-0.5 text-[11px] font-medium text-gray-600 transition-colors hover:border-gray-300 hover:bg-gray-100 disabled:cursor-not-allowed disabled:opacity-60`,"aria-label":p(`chatSessionSetProject`),disabled:l,children:(0,F.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,F.jsx)(uo,{className:`h-3.5 w-3.5 shrink-0`}),(0,F.jsx)(`span`,{className:`truncate`,children:t}),(0,F.jsx)(dt,{className:`h-3 w-3 shrink-0 opacity-70`})]})})}),(0,F.jsxs)(YR,{align:`start`,className:`w-72 p-2`,children:[(0,F.jsxs)(`div`,{className:`px-3 pb-2 pt-1`,children:[(0,F.jsx)(`div`,{className:`text-[11px] font-medium uppercase tracking-wider text-gray-500`,children:t}),n?(0,F.jsx)(`div`,{className:`mt-1 break-all text-xs text-gray-500`,children:n}):null]}),(0,F.jsxs)(`div`,{className:`space-y-1`,children:[(0,F.jsx)(dV,{icon:No,label:p(`chatSessionSetProject`),onClick:()=>{o(!1),c(!0)},disabled:l}),(0,F.jsx)(dV,{icon:mo,label:p(`chatSessionClearProject`),onClick:()=>{d(null)},disabled:l})]})]})]}),(0,F.jsx)(_V,{open:s,currentProjectRoot:n,isSaving:l,onOpenChange:c,onSave:d})]})}var SV={telegram:`telegram.svg`,slack:`slack.svg`,discord:`discord.svg`,whatsapp:`whatsapp.svg`,qq:`qq.svg`,feishu:`feishu.svg`,dingtalk:`dingtalk.svg`,wecom:`wecom.svg`,weixin:`weixin.svg`,email:`email.svg`};function CV(e,t){let n=e[t.toLowerCase()];return n?`/logos/${n}`:null}function wV(e){return CV(SV,e)}var TV={wx:`weixin`,lark:`feishu`},EV={cron:{icon:`cron`}},DV={codex:`chatSessionTypeCodex`,claude:`chatSessionTypeClaude`};function OV(e){return e?.trim().toLowerCase()??``}function kV(e){return e.split(/[-_]+/g).filter(Boolean).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(` `)}function AV(e,t){let n=OV(e);if(!n||n===`native`)return null;let r=t.find(e=>OV(e.value)===n);return r?.label.trim()?r.label.trim():kV(n)}function jV(e,t){let n=OV(e);return!n||n===`native`?null:t.find(e=>OV(e.value)===n)??null}function MV(e){let t=OV(e);if(!t)return null;let n=TV[t]??t;return wV(n)?n:null}function NV(e,t){let n=MV(e.channel??``);if(n)return{icon:{kind:`channel-logo`,channel:n},label:null};let r=EV[OV(e.type)];if(r)return{icon:{kind:`symbol`,icon:r.icon},label:null};let i=OV(e.sessionType),a=jV(i,t);if(a?.icon?.src?.trim())return{icon:{kind:`runtime-image`,src:a.icon.src,alt:a.icon.alt??null,name:a.label},label:null};let o=DV[i];return o?{icon:null,label:p(o)}:{icon:null,label:a?.label?.trim()||AV(e.sessionType,t)}}var PV=`app://`;function FV(e){let t=e.trim().replace(/^\/+/,``);if(!t)return null;let n=t.split(`/`);return n.some(e=>e.trim().length===0||e===`.`||e===`..`)?null:n.join(`/`)}function IV(e){let t=e.trim();if(!t)return null;if(!t.startsWith(PV))return t;let n=FV(t.slice(6));return n?`/${n}`:null}function LV({name:e,src:t,className:n,imgClassName:r,fallback:i}){let[a,o]=(0,P.useState)(!1),s=!!t&&!a;return(0,F.jsx)(`div`,{className:g(`inline-flex shrink-0 items-center justify-center overflow-hidden`,n),children:s?(0,F.jsx)(`img`,{src:t,alt:`${e} logo`,className:g(`block h-6 w-6 object-contain`,r),onError:()=>o(!0),draggable:!1}):i??(0,F.jsx)(`span`,{className:`text-lg font-bold uppercase`,children:e.slice(0,1)})})}function RV({icon:e,className:t}){if(e.kind===`channel-logo`)return(0,F.jsx)(zV,{channel:e.channel,className:t});if(e.kind===`runtime-image`){let n=IV(e.src);return(0,F.jsx)(LV,{name:e.name?.trim()||e.alt?.trim()||`runtime`,src:n??void 0,className:g(`h-[1.125rem] w-[1.125rem]`,t),imgClassName:`h-full w-full object-contain`,fallback:(0,F.jsx)(Ia,{className:g(`h-3 w-3 text-gray-500`,t)})})}return(0,F.jsx)(ja,{className:g(`h-3.5 w-3.5`,t)})}function zV({channel:e,className:t}){return(0,F.jsx)(LV,{name:e,src:wV(e),className:g(`h-[1.125rem] w-[1.125rem]`,t),imgClassName:`h-full w-full object-contain`,fallback:(0,F.jsx)(Ia,{className:`h-3 w-3 text-gray-500`})})}var BV={open:!1,title:``,description:``,confirmLabel:p(`confirm`),cancelLabel:p(`cancel`),variant:`default`,resolve:null};function VV(){let[e,t]=(0,P.useState)(BV),n=(0,P.useCallback)(e=>new Promise(n=>{t({open:!0,title:e.title,description:e.description??``,confirmLabel:e.confirmLabel??p(`confirm`),cancelLabel:e.cancelLabel??p(`cancel`),variant:e.variant??`default`,resolve:e=>{n(e),t(e=>({...e,open:!1,resolve:null}))}})}),[]),r=(0,P.useCallback)(e=>{t(t=>(!e&&t.resolve&&t.resolve(!1),{...t,open:e,resolve:e?t.resolve:null}))},[]);return{confirm:n,ConfirmDialog:(0,P.useCallback)(()=>(0,F.jsx)(Ht,{open:e.open,onOpenChange:r,title:e.title,description:e.description||void 0,confirmLabel:e.confirmLabel,cancelLabel:e.cancelLabel,variant:e.variant,onConfirm:()=>e.resolve?.(!0),onCancel:()=>e.resolve?.(!1)}),[e,r])}}function HV(e={all:!0}){return se({queryKey:[`cron`,e],queryFn:()=>b(e),staleTime:1e4})}function UV(){let e=ge();return{onSuccess:()=>{e.invalidateQueries({queryKey:[`cron`]}),j.success(p(`configSavedApplied`))},onError:e=>{j.error(p(`configSaveFailed`)+`: `+e.message)}}}function WV(){return E({mutationFn:({id:e})=>k(e),...UV()})}function GV(){return E({mutationFn:({id:e,enabled:t})=>Fe(e,{enabled:t}),...UV()})}function KV(){return E({mutationFn:({id:e,force:t})=>te(e,{force:t}),...UV()})}function qV(e){return u(e??void 0)}function JV(e){if(!e)return`-`;let n=new Date(e);if(Number.isNaN(n.getTime()))return`-`;let r=Date.now(),i=n.getTime()-r,a=t(),o=Math.abs(i);if(o<6e4)return a===`zh`?`刚刚`:`just now`;if(o<36e5){let e=Math.round(o/6e4);return i>0?a===`zh`?`${e}分钟后`:`in ${e}m`:a===`zh`?`${e}分钟前`:`${e}m ago`}if(o<864e5){let e=Math.round(o/36e5);return i>0?a===`zh`?`${e}小时后`:`in ${e}h`:a===`zh`?`${e}小时前`:`${e}h ago`}let s=Math.round(o/864e5);return i>0?a===`zh`?`${s}天后`:`in ${s}d`:a===`zh`?`${s}天前`:`${s}d ago`}function YV(e){return typeof e!=`number`||!Number.isFinite(e)?`-`:u(new Date(e))}function XV(e){if(typeof e!=`number`||!Number.isFinite(e))return`-`;let t=Math.round(e/1e3);if(t<60)return`${t}s`;let n=Math.round(t/60);if(n<60)return`${n}m`;let r=Math.round(n/60);return r<24?`${r}h`:`${Math.round(r/24)}d`}var ZV=[`周日`,`周一`,`周二`,`周三`,`周四`,`周五`,`周六`],QV=[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`];function $V(e){return e.padStart(2,`0`)}function eH(e,t){let n=e.trim().split(/\s+/);if(n.length!==5)return null;let[r,i,a,o,s]=n,c=t===`zh`;if(r===`*`&&i===`*`&&a===`*`&&o===`*`&&s===`*`)return c?`每分钟`:`every minute`;if(r.startsWith(`*/`)&&i===`*`&&a===`*`&&o===`*`&&s===`*`){let e=parseInt(r.slice(2),10);if(Number.isFinite(e)&&e>0)return c?`每 ${e} 分钟`:`every ${e}m`}if(r===`0`&&i===`*`&&a===`*`&&o===`*`&&s===`*`)return c?`每小时`:`every hour`;let l=`${$V(i)}:${$V(r)}`;if(r!==`*`&&i!==`*`&&a===`*`&&o===`*`&&s===`*`)return c?`每天 ${l}`:`daily ${l}`;if(r!==`*`&&i!==`*`&&a===`*`&&o===`*`&&s===`1-5`)return c?`工作日 ${l}`:`weekdays ${l}`;if(r!==`*`&&i!==`*`&&a===`*`&&o===`*`&&(s===`0,6`||s===`6,0`))return c?`周末 ${l}`:`weekends ${l}`;if(r!==`*`&&i!==`*`&&a===`*`&&o===`*`&&/^\d$/.test(s)){let e=parseInt(s,10),t=c?ZV[e]:QV[e];return t?`${t} ${l}`:null}return r!==`*`&&i!==`*`&&a!==`*`&&o===`*`&&s===`*`?c?`每月 ${a} 日 ${l}`:`monthly ${a} ${l}`:null}function tH(e){let n=t(),r=n===`zh`,{schedule:i}=e;if(i.kind===`cron`)return i.expr?eH(i.expr,n)??`cron ${i.expr}`:`cron`;if(i.kind===`every`){let e=XV(i.everyMs);return r?`每 ${e}`:`every ${e}`}return i.kind===`at`?`${r?`定时`:`at`} ${YV(i.atMs)}`:`-`}function nH(e){return e.payload.sessionId?.trim()||`cron:${e.id}`}function rH(e,t){let n=t?.trim();return!!(n&&e.payload.sessionId?.trim()===n)}function iH(e,t){let n=t.trim().toLowerCase();return n?[e.id,e.name,e.payload.message,e.payload.sessionId??``].join(` `).toLowerCase().includes(n):!0}function aH(e,t){return t===`all`?!0:t===`enabled`?e.enabled:!e.enabled}function oH({job:e}){return(0,F.jsxs)(`span`,{className:g(`inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-[10px] font-semibold`,e.enabled?`bg-emerald-50 text-emerald-700`:`bg-gray-100 text-gray-500`),children:[(0,F.jsx)(`span`,{className:g(`h-1.5 w-1.5 rounded-full`,e.enabled?`bg-emerald-400`:`bg-gray-400`)}),e.enabled?p(`enabled`):p(`disabled`)]})}function sH(e){let{job:t,onDelete:n,onRun:r,onToggle:i}=e,[a,o]=(0,P.useState)(!1),[s,c]=(0,P.useState)(!1),l=t.enabled?`bg-emerald-400`:`bg-gray-300`;return(0,F.jsxs)(`div`,{className:g(`group relative overflow-hidden rounded-xl border bg-white transition-all duration-150 cursor-pointer`,a?`border-gray-300 shadow-sm`:`border-gray-200 hover:border-gray-300 hover:shadow-sm`),onClick:e=>{e.target.closest(`[data-no-expand]`)||o(!a)},children:[(0,F.jsx)(`div`,{className:g(`absolute left-0 top-0 bottom-0 w-1 rounded-l-xl`,l)}),(0,F.jsxs)(`div`,{className:`pl-4 pr-3 py-3`,children:[` `,(0,F.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,F.jsx)(`div`,{className:`min-w-0 flex-1`,children:(0,F.jsxs)(`div`,{className:`flex items-center gap-2`,children:[a?(0,F.jsx)(dt,{className:`h-3.5 w-3.5 text-gray-400 shrink-0`}):(0,F.jsx)(Va,{className:`h-3.5 w-3.5 text-gray-300 shrink-0 group-hover:text-gray-500 transition-colors`}),(0,F.jsx)(`span`,{className:`text-sm font-semibold text-gray-900 truncate`,children:t.name||t.id}),(0,F.jsx)(oH,{job:t}),t.deleteAfterRun&&(0,F.jsx)(`span`,{className:`rounded-full bg-amber-50 px-1.5 py-0.5 text-[10px] font-medium text-amber-600`,children:p(`cronOneShot`)})]})}),(0,F.jsxs)(`div`,{className:`flex items-center gap-1.5 shrink-0`,"data-no-expand":!0,children:[(0,F.jsx)(ke,{checked:t.enabled,onCheckedChange:e=>i(t,e)}),(0,F.jsxs)(qR,{open:s,onOpenChange:c,children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(O,{variant:`ghost`,size:`icon`,className:`h-8 w-8 text-gray-400 hover:text-gray-600`,"aria-label":p(`cronMoreActions`),children:(0,F.jsx)(Qa,{className:`h-4 w-4`})})}),(0,F.jsxs)(YR,{align:`end`,sideOffset:4,className:`w-40 p-1`,children:[(0,F.jsxs)(`button`,{type:`button`,onClick:()=>{c(!1),r(t)},className:`flex w-full items-center gap-2 rounded-lg px-3 py-2 text-sm text-gray-700 transition-colors hover:bg-gray-100`,children:[(0,F.jsx)(Po,{className:`h-3.5 w-3.5 text-gray-500`}),p(`cronRunNow`)]}),(0,F.jsxs)(`button`,{type:`button`,onClick:()=>{c(!1),n(t)},className:`flex w-full items-center gap-2 rounded-lg px-3 py-2 text-sm text-red-600 transition-colors hover:bg-red-50`,children:[(0,F.jsx)(Xo,{className:`h-3.5 w-3.5`}),p(`delete`)]})]})]})]})]}),(0,F.jsxs)(`div`,{className:`mt-1.5 flex flex-wrap items-center gap-x-3 gap-y-1 text-xs text-gray-500 pl-6`,children:[(0,F.jsxs)(`span`,{className:`flex items-center gap-1`,children:[(0,F.jsx)(Ba,{className:`h-3 w-3 text-gray-400`}),(0,F.jsx)(`span`,{className:`font-mono text-gray-600`,children:tH(t)})]}),t.state.nextRunAt&&(0,F.jsxs)(`span`,{className:`flex items-center gap-1`,children:[(0,F.jsx)(qa,{className:`h-3 w-3 text-gray-400`}),(0,F.jsx)(`span`,{children:JV(t.state.nextRunAt)})]}),t.state.lastRunAt&&(0,F.jsxs)(`span`,{className:`flex items-center gap-1`,"data-no-expand":!0,children:[(0,F.jsx)(`span`,{className:`text-gray-300`,children:`•`}),t.state.lastStatus===`error`&&t.state.lastError?(0,F.jsx)(an,{delayDuration:200,children:(0,F.jsxs)(Gt,{children:[(0,F.jsx)(Kt,{asChild:!0,children:(0,F.jsx)(`span`,{className:`inline-flex items-center gap-0.5 text-orange-400 cursor-help`,children:(0,F.jsx)(Ha,{className:`h-3 w-3`})})}),(0,F.jsx)(tn,{side:`top`,align:`start`,className:`max-w-xs text-xs bg-red-50 text-red-700 border-red-200`,children:t.state.lastError})]})}):(0,F.jsx)(`span`,{className:g(t.state.lastStatus===`ok`?`text-emerald-400`:`text-gray-400`),children:t.state.lastStatus===`ok`?`✓`:``}),(0,F.jsx)(`span`,{children:JV(t.state.lastRunAt)})]})]}),(0,F.jsx)(`div`,{className:`mt-2 pl-6`,children:(0,F.jsx)(`div`,{className:g(`text-sm text-gray-600 break-words`,!a&&`line-clamp-2`),children:t.payload.message})}),a&&(0,F.jsxs)(`div`,{className:`mt-3 ml-6 space-y-3 animate-in fade-in-0 slide-in-from-top-1 duration-150`,children:[(0,F.jsxs)(`div`,{className:`grid grid-cols-2 sm:grid-cols-3 gap-x-4 gap-y-2 text-xs`,children:[(0,F.jsxs)(`div`,{children:[(0,F.jsx)(`div`,{className:`text-[11px] text-gray-400 mb-0.5`,children:p(`cronSessionLabel`)}),(0,F.jsx)(`div`,{className:`text-gray-700 font-mono text-[11px] truncate`,title:nH(t),children:nH(t)})]}),(0,F.jsxs)(`div`,{children:[(0,F.jsx)(`div`,{className:`text-[11px] text-gray-400 mb-0.5`,children:p(`cronNextRun`)}),(0,F.jsx)(`div`,{className:`text-gray-700`,children:qV(t.state.nextRunAt)})]}),(0,F.jsxs)(`div`,{children:[(0,F.jsx)(`div`,{className:`text-[11px] text-gray-400 mb-0.5`,children:p(`cronLastRun`)}),(0,F.jsx)(`div`,{className:`text-gray-700`,children:qV(t.state.lastRunAt)})]}),(0,F.jsxs)(`div`,{children:[(0,F.jsx)(`div`,{className:`text-[11px] text-gray-400 mb-0.5`,children:p(`cronLastStatus`)}),(0,F.jsx)(`div`,{className:g(`inline-flex items-center gap-1 font-medium`,t.state.lastStatus===`ok`?`text-emerald-600`:t.state.lastStatus===`error`?`text-red-600`:t.state.lastStatus===`skipped`?`text-amber-600`:`text-gray-500`),children:t.state.lastStatus??`-`})]}),(0,F.jsxs)(`div`,{children:[(0,F.jsx)(`div`,{className:`text-[11px] text-gray-400 mb-0.5`,children:p(`cronCreatedAt`)}),(0,F.jsx)(`div`,{className:`text-gray-700`,children:qV(t.createdAt)})]}),(0,F.jsxs)(`div`,{children:[(0,F.jsx)(`div`,{className:`text-[11px] text-gray-400 mb-0.5`,children:p(`cronId`)}),(0,F.jsx)(`div`,{className:`text-gray-700 font-mono text-[11px] truncate`,title:t.id,children:t.id})]})]}),t.state.lastError&&(0,F.jsx)(`div`,{className:`rounded-lg bg-red-50 border border-red-100 px-3 py-2 text-xs text-red-600 break-words`,children:t.state.lastError})]})]})]})}function cH(){let[e,t]=(0,P.useState)(``),[n,r]=(0,P.useState)(`all`),i=HV({all:!0}),a=WV(),o=GV(),s=KV(),{confirm:c,ConfirmDialog:l}=VV(),u=(0,P.useMemo)(()=>(i.data?.jobs??[]).filter(t=>iH(t,e)).filter(e=>aH(e,n)),[i.data,e,n]),d=async e=>{await c({title:`${p(`cronDeleteConfirm`)}?`,description:e.name?`${e.name} (${e.id})`:e.id,variant:`destructive`,confirmLabel:p(`delete`)})&&a.mutate({id:e.id})},f=(e,t)=>{o.mutate({id:e.id,enabled:t})},m=async e=>{let t=!e.enabled;t&&!await c({title:`${p(`cronRunForceConfirm`)}?`,description:e.name?`${e.name} (${e.id})`:e.id,confirmLabel:p(`cronRunNow`)})||s.mutate({id:e.id,force:t})};return(0,F.jsxs)(ie,{fullHeight:!0,children:[(0,F.jsx)(re,{title:p(`cronPageTitle`),description:p(`cronPageDescription`),actions:(0,F.jsx)(O,{variant:`ghost`,size:`icon`,className:`h-9 w-9 rounded-lg text-gray-400 hover:text-gray-700 hover:bg-gray-100`,onClick:()=>i.refetch(),children:(0,F.jsx)(Ro,{className:g(`h-4 w-4`,i.isFetching&&`animate-spin`)})})}),(0,F.jsx)(`div`,{className:`mb-5`,children:(0,F.jsxs)(`div`,{className:`flex flex-wrap gap-3 items-center`,children:[(0,F.jsxs)(`div`,{className:`relative flex-1 min-w-[240px]`,children:[(0,F.jsx)(D,{value:e,onChange:e=>t(e.target.value),placeholder:p(`cronSearchPlaceholder`),className:`pl-9`}),(0,F.jsx)(ja,{className:`absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-gray-400`})]}),(0,F.jsx)(`div`,{className:`min-w-[140px]`,children:(0,F.jsxs)(kt,{value:n,onValueChange:e=>r(e),children:[(0,F.jsx)(xt,{className:`w-full`,children:(0,F.jsx)(mt,{placeholder:p(`cronStatusLabel`)})}),(0,F.jsxs)(wt,{children:[(0,F.jsx)(Dt,{value:`all`,children:p(`cronStatusAll`)}),(0,F.jsx)(Dt,{value:`enabled`,children:p(`cronStatusEnabled`)}),(0,F.jsx)(Dt,{value:`disabled`,children:p(`cronStatusDisabled`)})]})]})}),(0,F.jsxs)(`div`,{className:`text-xs text-gray-400 ml-auto tabular-nums`,children:[u.length,` / `,i.data?.total??0]})]})}),(0,F.jsx)(`div`,{className:`flex-1 overflow-auto custom-scrollbar`,children:i.isLoading?(0,F.jsxs)(`div`,{className:`flex flex-col items-center justify-center py-16 text-gray-400`,children:[(0,F.jsx)(Ro,{className:`h-6 w-6 animate-spin mb-3`}),(0,F.jsx)(`span`,{className:`text-sm`,children:p(`cronLoading`)})]}):u.length===0?(0,F.jsxs)(`div`,{className:`flex flex-col items-center justify-center py-16 text-gray-400`,children:[(0,F.jsx)(Co,{className:`h-10 w-10 mb-3 text-gray-300`}),(0,F.jsx)(`span`,{className:`text-sm font-medium text-gray-500`,children:p(`cronEmpty`)}),(0,F.jsx)(`span`,{className:`text-xs text-gray-400 mt-1`,children:p(`cronEmptyGuide`)})]}):(0,F.jsx)(`div`,{className:`space-y-2.5`,children:u.map(e=>(0,F.jsx)(sH,{job:e,onDelete:d,onRun:m,onToggle:f},e.id))})}),(0,F.jsx)(l,{})]})}function lH(e,t,n,r){return e.workspacePanelParentKey===e.sessionKey?t.length>0||n.length>0||r>0:!1}function uH(e){let t=(0,P.useMemo)(()=>e.childSessionTabs.filter(t=>t.parentSessionKey===e.sessionKey),[e.childSessionTabs,e.sessionKey]),n=(0,P.useMemo)(()=>e.workspaceFileTabs.filter(t=>t.parentSessionKey===e.sessionKey),[e.sessionKey,e.workspaceFileTabs]),r=HV({all:!0}),i=(0,P.useMemo)(()=>(r.data?.jobs??[]).filter(t=>rH(t,e.sessionKey)),[r.data?.jobs,e.sessionKey]);return{childSessionTabs:t,workspaceFileTabs:n,sessionCronJobs:i,showWorkspacePanel:lH(e,t,n,i.length)}}function dH(e){let t=e.label?.trim();if(t)return t;let n=e.key.split(`:`);return n[n.length-1]||e.key}function fH(e){let t=e.activityPreview;return t?t.state===`failed`||t.state===`running`?t.statusText??t.replyText??null:t.state===`completed`?t.replyText??t.statusText??null:t.statusText??t.replyText??null:null}function pH(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate()).getTime()}function mH(e,t){return e.getFullYear()===t.getFullYear()}function hH(e,t){let n=`${e.getMonth()+1}月${e.getDate()}日`;return mH(e,t)?n:`${e.getFullYear()}年${n}`}function gH(e,n=t(),r=new Date){if(!e)return`-`;let i=e instanceof Date?e:new Date(e);if(Number.isNaN(i.getTime()))return typeof e==`string`?e:`-`;let a=d(n),o=pH(i),s=pH(r),c=Math.floor((s-o)/864e5);if(c===0)return new Intl.DateTimeFormat(a,{hour:`2-digit`,minute:`2-digit`,hour12:!1}).format(i);if(c===1)return p(`chatSidebarYesterday`,n);if(c>1&&c<7)return new Intl.DateTimeFormat(a,{weekday:`long`}).format(i);if(n===`zh`)return hH(i,r);let l=mH(i,r)?{month:`numeric`,day:`numeric`}:{year:`numeric`,month:`numeric`,day:`numeric`};return new Intl.DateTimeFormat(a,l).format(i)}function _H(e){return e.trim().toLowerCase()}function vH(e,t){let n=_H(t);return n?[e.key,dH(e),e.projectRoot??``,e.projectName??``].map(_H).some(e=>e.includes(n)):!0}function yH({layoutMode:e,onBackToList:t}){let n=NN(),r=Q(e=>e.snapshot),i=zF(e=>e.snapshot.selectedSessionKey),a=i??r.sessionKey,o=Z(e=>e.snapshot.pendingSessionType),s=fF(e=>e.snapshot.sessionTypesQuery?.data??null),c=hF(i),l=(0,P.useMemo)(()=>bF(s?.options??[]),[s?.options]),u=_F(c?.sessionType??o),d=l.find(e=>e.value===u)??null,f=d?.label??yF(u),m=c?.projectRoot??null,h=c?.projectName??PP(m),g=!!c,{childSessionTabs:_,sessionCronJobs:v}=uH(r),y=!!(a||f),b=(c?dH(c):void 0)||(g&&i?i:null)||p(`chatSidebarNewTask`),x=c?.agentId?.trim()??r.agentId?.trim()??``,S=x.length>0&&x.toLowerCase()!==`main`;return(0,F.jsx)(sV,{layoutMode:e,title:b,shouldShow:y,onBackToList:t,leading:S?(0,F.jsx)(`div`,{className:`inline-flex shrink-0 items-center`,children:(0,F.jsx)(KR,{agentId:x,className:`h-5 w-5`})}):null,sessionTypeBadge:f?(0,F.jsxs)(`span`,{className:`inline-flex shrink-0 items-center gap-1.5 rounded-full border border-gray-200 bg-gray-100 px-2 py-0.5 text-[11px] font-medium text-gray-600`,children:[d?.icon?.src?(0,F.jsx)(`span`,{className:`inline-flex h-[1.125rem] w-[1.125rem] items-center justify-center`,children:(0,F.jsx)(RV,{icon:{kind:`runtime-image`,src:d.icon.src,alt:d.icon.alt??null,name:f}})}):null,f]}):null,projectBadge:h?(0,F.jsx)(xV,{sessionKey:a??`draft`,projectName:h,projectRoot:m,persistToServer:g}):null,actions:a?(0,F.jsx)(bV,{sessionKey:a,canDeleteSession:g,isDeletePending:r.isDeletePending,projectRoot:m,metadata:c?.metadata??null,childSessionCount:_.length,sessionCronJobCount:v.length,onOpenChildSessions:()=>{a&&n.chatThreadManager.openChildSessionPanel({parentSessionKey:a,activeChildSessionKey:_[0]?.sessionKey??null})},onOpenSessionCronJobs:()=>{!a||v.length===0||n.chatThreadManager.openSessionCronPanel(a)},onDeleteSession:n.chatThreadManager.deleteSession}):null})}function bH(){let e=NN(),t=Q(e=>e.snapshot);return(0,F.jsx)(oV,{parentSessionLabel:t.parentSessionKey?t.parentSessionLabel??null:null,onGoToParentSession:e.chatThreadManager.goToParentSession})}function xH({className:e,...t}){return(0,F.jsx)(`div`,{className:g(`animate-pulse rounded-md bg-slate-200`,e),...t})}var SH=[{key:`hero`,alignmentClassName:`justify-start`,bubbleClassName:`max-w-[78%] h-32 rounded-[30px]`},{key:`follow-up`,alignmentClassName:`justify-start`,bubbleClassName:`max-w-[62%] h-24 rounded-[28px]`},{key:`reply`,alignmentClassName:`justify-end`,bubbleClassName:`max-w-[70%] h-24 rounded-[28px]`},{key:`detail`,alignmentClassName:`justify-start`,bubbleClassName:`max-w-[88%] h-36 rounded-[30px]`}];function CH(){return(0,F.jsxs)(`section`,{"data-testid":`chat-conversation-skeleton`,className:`flex-1 min-h-0 flex flex-col overflow-hidden bg-gradient-to-b from-gray-50/60 to-white`,children:[(0,F.jsx)(`div`,{className:`flex-1 min-h-0 overflow-y-auto custom-scrollbar`,children:(0,F.jsx)(`div`,{className:`mx-auto flex min-h-full w-full max-w-[min(1120px,100%)] flex-col px-6 py-5`,children:(0,F.jsxs)(`div`,{className:`flex flex-1 flex-col gap-8`,children:[(0,F.jsxs)(`div`,{className:`space-y-6`,children:[(0,F.jsx)(xH,{className:`h-6 w-52 rounded-lg bg-gray-200/90`}),(0,F.jsx)(`div`,{className:`space-y-5`,children:SH.map(e=>(0,F.jsx)(`div`,{className:g(`flex w-full`,e.alignmentClassName),children:(0,F.jsx)(xH,{"data-testid":`chat-conversation-skeleton-bubble`,className:g(`w-full bg-gray-200/80`,e.bubbleClassName)})},e.key))})]}),(0,F.jsxs)(`div`,{className:`mt-auto grid gap-4 pb-2 sm:grid-cols-[minmax(0,1fr)_minmax(180px,240px)] sm:items-end`,children:[(0,F.jsxs)(`div`,{className:`space-y-3`,children:[(0,F.jsx)(xH,{className:`h-4 w-40 rounded-full bg-gray-200/70`}),(0,F.jsx)(xH,{className:`h-[112px] w-full rounded-[30px] bg-gray-200/70`})]}),(0,F.jsx)(`div`,{className:`hidden justify-end sm:flex`,children:(0,F.jsx)(xH,{className:`h-10 w-36 rounded-full bg-gray-200/75`})})]})]})})}),(0,F.jsx)(`div`,{className:`border-t border-gray-200/80 bg-white p-4`,children:(0,F.jsx)(`div`,{className:`mx-auto w-full max-w-[min(1120px,100%)]`,children:(0,F.jsxs)(`div`,{className:`overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-card`,children:[(0,F.jsx)(`div`,{className:`px-4 py-2.5`,children:(0,F.jsx)(xH,{className:`h-[84px] w-full rounded-[28px] bg-gray-200/80`})}),(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-3 px-3 pb-3`,children:[(0,F.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,F.jsx)(xH,{className:`h-8 w-20 rounded-full bg-gray-200/75`}),(0,F.jsx)(xH,{className:`h-8 w-28 rounded-full bg-gray-200/75`}),(0,F.jsx)(xH,{className:`hidden h-8 w-24 rounded-full bg-gray-200/70 sm:block`})]}),(0,F.jsx)(xH,{className:`h-8 w-8 rounded-full bg-gray-200/85`})]})]})})})]})}var wH={staleTime:5e3,retry:!1};function TH(e){return se({queryKey:[`ncp-sessions`,e?.limit??null,e?.peerId?.trim()||null],queryFn:()=>le(e),...wH})}function EH(e){return se({queryKey:[`ncp-session-skills`,e.sessionId,e.projectRoot??null],queryFn:()=>ye(e.sessionId,{...Object.prototype.hasOwnProperty.call(e,`projectRoot`)?{projectRoot:e.projectRoot??null}:{}}),enabled:!!e.sessionId,...wH})}function DH(e,t){return e.label?.trim()?e.label.trim():t?dH(t):e.sessionKey}function OH(e){let t=TH({limit:200}),n=(0,P.useMemo)(()=>t.data?.sessions??[],[t.data?.sessions]),r=(0,P.useMemo)(()=>{let e=dF(n);return new Map(e.map(e=>[e.key,e]))},[n]);return(0,P.useMemo)(()=>e.map(e=>{let t=r.get(e.sessionKey)??null,n=e.agentId?.trim()||t?.agentId||null;return{sessionKey:e.sessionKey,parentSessionKey:e.parentSessionKey,title:DH(e,t),agentId:n,updatedAt:t?.updatedAt??null,lastMessageAt:t?.lastMessageAt??null,readAt:t?.readAt??null,runStatus:t?.status===`running`?`running`:void 0,sessionTypeLabel:t?.sessionType?yF(t.sessionType):null,preferredModel:t?.preferredModel?.trim()||null,projectName:t?.projectName?.trim()||null,projectRoot:t?.projectRoot?.trim()||null}}),[r,e])}function kH(e){let t=e.path.split(`/`).filter(Boolean).pop();return e.label?.trim()||t||e.path}function AH(e){let{activePanelKind:t,activeChildSessionKey:n,activeWorkspaceFileKey:r,childSessionTabs:i,workspaceFileTabs:a,sessionCronJobCount:o}=e;if(t===`cron`&&o>0)return{kind:`cron`};if(t!==`child-session`&&r){let e=a.find(e=>e.key===r);if(e)return{kind:`file`,file:e}}if(t!==`file`&&n){let e=i.find(e=>e.sessionKey===n);if(e)return{kind:`child-session`,tab:e}}return i[0]?{kind:`child-session`,tab:i[0]}:a[0]?{kind:`file`,file:a[0]}:o>0?{kind:`cron`}:null}function jH(e){let{resolvedChildTabs:t,workspaceFileTabs:n,sessionCronJobCount:r,activeSelection:i,optimisticReadAtBySessionKey:a,onSelectSession:o,onSelectFile:s,onCloseFile:c,onSelectCronJobs:l}=e,u=t.map(e=>{let t=a[e.sessionKey],n=t&&e.readAt?t.localeCompare(e.readAt)>0?t:e.readAt:t??e.readAt;return{key:`child:${e.sessionKey}`,kind:`child-session`,title:e.title,tooltip:e.title,agentId:e.agentId,active:i?.kind===`child-session`&&i.tab.sessionKey===e.sessionKey,showUnreadDot:FF({active:i?.kind===`child-session`&&i.tab.sessionKey===e.sessionKey,lastMessageAt:e.lastMessageAt,readAt:n,runStatus:e.runStatus}),onSelect:()=>o(e.sessionKey)}}),d=n.map(e=>({key:`file:${e.key}`,kind:`file`,title:kH(e),tooltip:e.path,viewMode:e.viewMode,active:i?.kind===`file`&&i.file.key===e.key,onSelect:()=>s(e.key),onClose:()=>c(e.key)})),f=r>0?[{key:`cron:session`,kind:`cron`,title:p(`chatWorkspaceSessionCronJobs`),tooltip:p(`chatWorkspaceSessionCronJobs`),active:i?.kind===`cron`,onSelect:l}]:[];return[...u,...d,...f]}function MH({agentId:e,kind:t}){return t===`cron`?(0,F.jsx)(ja,{className:`h-3.5 w-3.5 shrink-0 text-gray-400`}):t===`file`?(0,F.jsx)(no,{className:`h-3.5 w-3.5 shrink-0 text-gray-400`}):e?(0,F.jsx)(KR,{agentId:e,className:`h-3.5 w-3.5 shrink-0`}):(0,F.jsx)(Oo,{className:`h-3.5 w-3.5 shrink-0 text-gray-400`})}function NH(e){return e.map(e=>({key:e.key,label:e.title,active:e.active,tooltip:e.tooltip,leadingIcon:(0,F.jsx)(MH,{kind:e.kind,agentId:e.agentId}),badge:e.kind===`file`&&e.viewMode===`diff`?(0,F.jsx)(`span`,{className:`shrink-0 rounded border border-amber-200 bg-amber-50 px-1 py-0 text-[9px] font-medium uppercase tracking-[0.08em] text-amber-700`,children:p(`chatWorkspaceDiff`)}):null,unreadIndicator:e.showUnreadDot?(0,F.jsx)(`span`,{"aria-label":p(`chatSessionUnread`),className:`h-2 w-2 shrink-0 rounded-full bg-primary`}):null,closeLabel:p(`chatWorkspaceCloseFile`),closePlacement:`leading-hover`,onSelect:e.onSelect,onClose:e.onClose}))}function PH({canGoBack:e,canGoForward:t,onClose:n,onGoBack:r,onGoForward:i,tabs:a}){return(0,F.jsx)(rn,{testId:`workspace-tabs-bar`,scrollTestId:`workspace-tabs-scroll`,tabs:NH(a),actions:[{key:`back`,icon:(0,F.jsx)(Ut,{className:`h-4 w-4`}),label:p(`chatWorkspaceBack`),disabled:!e,onClick:r},{key:`forward`,icon:(0,F.jsx)(Yt,{className:`h-4 w-4`}),label:p(`chatWorkspaceForward`),disabled:!t,onClick:i},{key:`close`,icon:(0,F.jsx)(ln,{className:`h-4 w-4`}),label:p(`chatWorkspaceClosePanel`),onClick:n}],scrollClassName:`workspace-horizontal-scrollbar`,actionsClassName:`ml-1 mr-1 self-stretch`})}function FH({tone:e=`neutral`,value:t}){return(0,F.jsx)(`span`,{className:g(`inline-flex h-5 items-center rounded-sm border px-1.5 text-[10px] font-medium leading-none`,e===`warning`?`border-amber-200 bg-amber-50 text-amber-700`:`border-gray-200 bg-gray-50 text-gray-500`),children:t})}function IH({breadcrumb:e}){return(0,F.jsx)(`div`,{"data-testid":`workspace-file-breadcrumbs`,title:e.fullPath,className:`workspace-horizontal-scrollbar overflow-x-auto overflow-y-hidden border-b border-gray-200/80 bg-gray-50/55`,children:(0,F.jsxs)(`div`,{"data-testid":`workspace-file-breadcrumb-scroll`,className:`flex min-w-max items-center gap-2.5 px-3 py-1.5`,children:[(0,F.jsx)(`div`,{className:`flex min-w-0 flex-1 items-center gap-1 pr-1`,children:e.segments.map((t,n)=>(0,F.jsxs)(P.Fragment,{children:[(0,F.jsxs)(`span`,{className:g(`inline-flex h-5 items-center gap-1 rounded-sm px-1 text-[11px] leading-none`,t.kind===`workspace`?`bg-primary/8 text-primary`:t.isCurrent?`bg-gray-200/70 text-gray-900`:`text-gray-500`),children:[t.kind===`workspace`?(0,F.jsx)(fo,{className:`h-3 w-3 shrink-0`}):t.isCurrent?(0,F.jsx)(no,{className:`h-3 w-3 shrink-0`}):null,(0,F.jsx)(`span`,{children:t.label})]}),n<e.segments.length-1?(0,F.jsx)(Va,{className:`h-3 w-3 shrink-0 text-gray-300`}):null]},t.key))}),e.locationLabel||e.truncated?(0,F.jsxs)(`div`,{className:`flex shrink-0 flex-wrap items-center justify-end gap-1`,children:[e.locationLabel?(0,F.jsx)(FH,{value:e.locationLabel}):null,e.truncated?(0,F.jsx)(FH,{tone:`warning`,value:p(`chatWorkspacePreviewTruncated`)}):null]}):null]})})}function LH(e){let t=e.path?.trim()??``;return se({queryKey:[`server-path-read`,t,e.basePath??null],queryFn:()=>Ae({path:t,basePath:e.basePath}),enabled:(e.enabled??!0)&&t.length>0,staleTime:0})}function RH(e){return e.serverKind?e.serverKind:/\.mdx?$/i.test(e.path)?`markdown`:`text`}function zH(e){let{line:t,path:n,text:r}=e,i=t??1;return{key:`preview:${n}`,path:n,display:`preview`,lines:sL({text:r,kind:`context`,oldStartLine:i,newStartLine:i}),rawText:r,oldStartLine:i,newStartLine:i}}function BH(e){if(Array.isArray(e.fullLines)&&e.fullLines.length>0)return{key:`diff:${e.key}`,path:e.path,display:`diff`,lines:e.fullLines,fullLines:e.fullLines,...e.beforeText?{beforeText:e.beforeText}:{},...e.afterText?{afterText:e.afterText}:{},...e.patchText?{patchText:e.patchText}:{},...typeof e.oldStartLine==`number`?{oldStartLine:e.oldStartLine}:{},...typeof e.newStartLine==`number`?{newStartLine:e.newStartLine}:{}};if(e.beforeText==null&&e.afterText==null)return null;let t=dL({beforeText:e.beforeText??``,afterText:e.afterText??``,oldStartLine:e.oldStartLine??void 0,newStartLine:e.newStartLine??void 0});return{key:`diff:${e.key}`,path:e.path,display:`diff`,lines:t,fullLines:t,...e.beforeText?{beforeText:e.beforeText}:{},...e.afterText?{afterText:e.afterText}:{},...typeof e.oldStartLine==`number`?{oldStartLine:e.oldStartLine}:{},...typeof e.newStartLine==`number`?{newStartLine:e.newStartLine}:{}}}function VH({text:e,tone:t=`muted`}){return(0,F.jsx)(`div`,{className:g(`flex h-full items-center justify-center px-6 text-center text-sm`,t===`error`?`text-rose-600`:`text-gray-500`),children:e})}function HH({diffBlock:e}){return e?(0,F.jsx)(UH,{block:e}):(0,F.jsx)(VH,{text:p(`chatWorkspaceDiffEmpty`)})}function UH({block:e}){return(0,F.jsx)(`div`,{className:`h-full overflow-auto custom-scrollbar bg-white`,children:(0,F.jsx)(Wj,{block:e,layout:`workspace`})})}function WH({onFileOpen:e,previewBlock:t,previewKind:n,previewQuery:r,previewText:i}){return r.isLoading&&!t?(0,F.jsx)(VH,{text:p(`chatWorkspaceLoadingFile`)}):r.data?.kind===`binary`?(0,F.jsx)(VH,{text:p(`chatWorkspacePreviewUnsupported`)}):r.error&&!t?(0,F.jsx)(VH,{tone:`error`,text:r.error instanceof Error?r.error.message:String(r.error)}):n===`markdown`&&i?(0,F.jsx)(`div`,{className:`h-full overflow-auto custom-scrollbar px-5 py-4`,children:(0,F.jsx)(FA,{text:i,role:`assistant`,texts:{copyCodeLabel:p(`chatCodeCopy`),copiedCodeLabel:p(`chatCodeCopied`)},onFileOpen:e})}):t?(0,F.jsx)(UH,{block:t}):(0,F.jsx)(VH,{text:p(`chatWorkspacePreviewEmpty`)})}function GH({file:e,sessionProjectRoot:t,sessionWorkingDir:n,onFileOpen:r}){let i=e.viewMode===`preview`,a=LH({path:e.path,basePath:n,enabled:i}),o=(0,P.useMemo)(()=>e.viewMode===`diff`?BH(e):null,[e]),s=i?a.data?.text??e.rawText??null:null,c=RH({path:a.data?.resolvedPath??e.path,serverKind:a.data?.kind}),l=(0,P.useMemo)(()=>!i||!s?null:zH({path:a.data?.resolvedPath??e.path,text:s,line:e.line}),[e.line,e.path,i,a.data?.resolvedPath,s]),u=a.data?.resolvedPath??e.path,d=!!a.data?.truncated,f=t??n;return(0,F.jsxs)(`div`,{className:`flex h-full min-h-0 flex-col bg-white`,children:[(0,F.jsx)(IH,{breadcrumb:(0,P.useMemo)(()=>VP({path:u,sessionProjectRoot:f,line:e.line,column:e.column,truncated:d}),[f,e.column,e.line,d,u])}),(0,F.jsx)(`div`,{className:`flex-1 min-h-0 overflow-hidden`,children:e.viewMode===`diff`?(0,F.jsx)(HH,{diffBlock:o}):(0,F.jsx)(WH,{onFileOpen:r,previewBlock:l,previewKind:c,previewQuery:a,previewText:s})})]})}function KH({jobs:e}){let t=WV(),{confirm:n,ConfirmDialog:r}=VV(),i=async e=>{await n({title:`${p(`cronDeleteConfirm`)}?`,description:e.name?`${e.name} (${e.id})`:e.id,confirmLabel:p(`delete`)})&&t.mutate({id:e.id})};return(0,F.jsxs)(`div`,{className:`h-full overflow-y-auto custom-scrollbar px-4 py-4`,children:[(0,F.jsxs)(`div`,{className:`mb-4`,children:[(0,F.jsx)(`div`,{className:`text-sm font-semibold text-gray-900`,children:p(`chatWorkspaceSessionCronJobs`)}),(0,F.jsxs)(`div`,{className:`mt-1 text-xs text-gray-500`,children:[p(`cronTotalLabel`),`: `,e.length]})]}),e.length===0?(0,F.jsx)(`div`,{className:`py-8 text-center text-sm text-gray-500`,children:p(`chatWorkspaceCronJobEmpty`)}):(0,F.jsx)(`div`,{className:`space-y-3`,children:e.map(e=>(0,F.jsxs)(`div`,{className:`rounded-lg border border-gray-200 bg-white px-3 py-3`,children:[(0,F.jsxs)(`div`,{className:`flex items-start justify-between gap-3`,children:[(0,F.jsxs)(`div`,{className:`min-w-0`,children:[(0,F.jsx)(`div`,{className:`truncate text-sm font-semibold text-gray-900`,children:e.name||e.id}),(0,F.jsx)(`div`,{className:`mt-1 text-[11px] text-gray-400`,children:e.id})]}),(0,F.jsxs)(O,{type:`button`,variant:`subtle`,size:`sm`,className:`h-7 gap-1 rounded-lg px-2`,onClick:()=>void i(e),disabled:t.isPending,children:[(0,F.jsx)(Xo,{className:`h-3.5 w-3.5`}),p(`delete`)]})]}),(0,F.jsxs)(`div`,{className:`mt-3 space-y-1.5 text-xs text-gray-500`,children:[(0,F.jsxs)(`div`,{children:[(0,F.jsxs)(`span`,{className:`font-medium text-gray-700`,children:[p(`cronScheduleLabel`),`:`]}),` `,tH(e)]}),(0,F.jsxs)(`div`,{children:[(0,F.jsxs)(`span`,{className:`font-medium text-gray-700`,children:[p(`cronNextRun`),`:`]}),` `,qV(e.state.nextRunAt)]}),(0,F.jsxs)(`div`,{children:[(0,F.jsxs)(`span`,{className:`font-medium text-gray-700`,children:[p(`cronLastRun`),`:`]}),` `,qV(e.state.lastRunAt)]}),(0,F.jsxs)(`div`,{children:[(0,F.jsxs)(`span`,{className:`font-medium text-gray-700`,children:[p(`cronLastStatus`),`:`]}),` `,e.state.lastStatus??`-`]}),(0,F.jsxs)(`div`,{children:[(0,F.jsxs)(`span`,{className:`font-medium text-gray-700`,children:[p(`cronSessionLabel`),`:`]}),` `,nH(e)]})]}),(0,F.jsx)(`div`,{className:`mt-3 whitespace-pre-wrap break-words text-sm text-gray-700`,children:e.payload.message})]},e.id))}),(0,F.jsx)(r,{})]})}function qH(e){let t=e.split(/\r?\n/),n=`message`,r=[];for(let e of t){let t=e.trimEnd();if(!(!t||t.startsWith(`:`))){if(t.startsWith(`event:`)){n=t.slice(6).trim()||`message`;continue}t.startsWith(`data:`)&&r.push(t.slice(5).trimStart())}}return r.length===0?null:{event:n,data:r.join(`
|
|
102
|
-
`)}}async function*JH(e){let t=e.getReader(),n=new TextDecoder,r=``;try{for(;;){let{value:e,done:i}=await t.read();if(i)break;r+=n.decode(e,{stream:!0});let{frames:a,rest:o}=YH(r);r=o;for(let e of a)yield e}r+=n.decode();let{frames:e}=YH(r,!0);for(let t of e)yield t}finally{t.releaseLock()}}function YH(e,t=!1){let n=e.split(/\r?\n\r?\n/),r=n.pop()??``,i=[];for(let e of n){let t=qH(e);t&&i.push(t)}if(t&&r.trim()){let e=qH(r);return e&&i.push(e),{frames:i,rest:``}}return{frames:i,rest:r}}var XH=`/ncp/agent`,ZH=class extends Error{ncpError;alreadyPublished;constructor(e,t=!1){super(e.message),this.name=`NcpHttpAgentClientError(${e.code})`,this.ncpError=e,this.alreadyPublished=t}};function QH(e){let t=e.trim();if(!t)throw Error(`NcpHttpAgentClient requires a non-empty baseUrl.`);return new URL(t)}function $H(e){if(e)return e;if(typeof globalThis.fetch==`function`)return globalThis.fetch.bind(globalThis);throw Error(`No fetch implementation found. Pass options.fetchImpl explicitly.`)}function eU(e){let t=(e??`/ncp/agent`).trim();if(!t)return XH;let n=t.startsWith(`/`)?t:`/${t}`;return n.endsWith(`/`)?n.slice(0,-1):n}async function tU(e){try{return(await e.text()).trim()}catch{return``}}function nU(e){if(oU(e))return e.ncpError;if(iU(e))return e;let t=e instanceof Error?e.message:String(e??`Unknown error`);return{code:cU(void 0),message:t,...e instanceof Error&&e.stack?{details:{stack:e.stack}}:{}}}function rU(e,t={}){return new ZH(e,t.alreadyPublished??!1)}function iU(e){return aU(e)&&typeof e.code==`string`&&typeof e.message==`string`}function aU(e){return!!e&&typeof e==`object`&&!Array.isArray(e)}function oU(e){return e instanceof ZH}var sU={"config-error":`config-error`,"auth-error":`auth-error`,"runtime-error":`runtime-error`,"timeout-error":`timeout-error`,"abort-error":`abort-error`};function cU(e){if(!e)return`runtime-error`;let t=sU[e];if(t)return t;let n=e.toLowerCase();return n.includes(`timeout`)?`timeout-error`:n.includes(`abort`)||n.includes(`cancel`)?`abort-error`:n.includes(`auth`)?`auth-error`:n.includes(`config`)?`config-error`:`runtime-error`}function lU(e){let t=dU(e);return!t||typeof t.type!=`string`||!t.type.trim()?null:t}function uU(e){let t=dU(e);if(!t)return{code:`runtime-error`,message:e||`Unknown stream error.`};let n=typeof t.code==`string`?t.code:void 0,r=cU(n),i=aU(t.details)?t.details:{};return n&&n!==r&&(i.originalCode=n),{code:r,message:typeof t.message==`string`&&t.message?t.message:`Unknown stream error.`,...Object.keys(i).length>0?{details:i}:{}}}function dU(e){try{let t=JSON.parse(e);return aU(t)?t:null}catch{return null}}var fU=[`text`,`file`,`source`,`step-start`,`reasoning`,`tool-invocation`,`card`,`rich-text`,`action`,`extension`],pU=class{manifest;baseUrl;basePath;fetchImpl;defaultHeaders;subscribers=new Set;activeControllers=new Set;started=!1;constructor(e){this.baseUrl=QH(e.baseUrl),this.basePath=eU(e.basePath),this.fetchImpl=$H(e.fetchImpl),this.defaultHeaders=e.headers??{},this.manifest={endpointKind:`custom`,endpointId:e.endpointId?.trim()||`ncp-http-agent-client`,version:`0.1.0`,supportsStreaming:!0,supportsAbort:!0,supportsProactiveMessages:!1,supportsLiveSessionStream:!0,supportedPartTypes:fU,expectedLatency:`seconds`,metadata:{transport:`http+sse`,scope:`agent`}}}async start(){this.started||(this.started=!0,this.publish({type:jM.EndpointReady}))}async stop(){if(this.started){this.started=!1;for(let e of this.activeControllers)e.abort();this.activeControllers.clear()}}async emit(e){switch(e.type){case`message.request`:await this.send(e.payload);return;case`message.stream-request`:await this.stream(e.payload);return;case`message.abort`:await this.abort(e.payload);return;default:this.publish(e);return}}subscribe(e){return this.subscribers.add(e),()=>{this.subscribers.delete(e)}}async send(e){await this.ensureStarted();let t=new AbortController;this.activeControllers.add(t);try{let n=await this.fetchImpl(this.resolveUrl(`/send`),{method:`POST`,headers:{...this.defaultHeaders,accept:`application/json`,"content-type":`application/json`},body:JSON.stringify(e),signal:t.signal});if(!n.ok)throw Error(`NCP send command failed with HTTP ${n.status}: ${await tU(n)}`);let r=await n.json();if(!r.ok||!r.data)throw Error(r.error?.message??`NCP send command returned an invalid handle.`);return r.data}catch(e){if(t.signal.aborted)throw Error(`NCP send command was cancelled.`);if(oU(e))throw e;let n=nU(e);throw this.publish({type:jM.EndpointError,payload:n}),rU(n)}finally{this.activeControllers.delete(t)}}async stream(e){await this.ensureStarted();let t=new URLSearchParams({sessionId:e.sessionId});await this.streamRequest({path:`/stream?${t.toString()}`,method:`GET`})}async abort(e){await this.ensureStarted();let t=new AbortController;this.activeControllers.add(t);try{let n=await this.fetchImpl(this.resolveUrl(`/abort`),{method:`POST`,headers:{...this.defaultHeaders,"content-type":`application/json`,accept:`application/json`},body:JSON.stringify(e),signal:t.signal});if(!n.ok)throw Error(`Abort request failed with HTTP ${n.status}: ${await tU(n)}`)}catch(e){if(t.signal.aborted)return;let n=nU(e);throw this.publish({type:jM.EndpointError,payload:n}),rU(n)}finally{this.activeControllers.delete(t)}}async ensureStarted(){this.started||await this.start()}publish(e){for(let t of this.subscribers)t(e)}resolveUrl(e){return new URL(`${this.basePath}${e}`,this.baseUrl)}async streamRequest(e){let t=new AbortController;this.activeControllers.add(t);try{let n=await this.fetchImpl(this.resolveUrl(e.path),{method:e.method,headers:{...this.defaultHeaders,accept:`text/event-stream`,...e.body===void 0?{}:{"content-type":`application/json`}},body:e.body===void 0?void 0:JSON.stringify(e.body),signal:t.signal});if(!n.ok)throw Error(`NCP stream request failed with HTTP ${n.status}: ${await tU(n)}`);if(!n.body)throw Error(`NCP stream response has no body.`);for await(let e of JH(n.body)){if(t.signal.aborted)return;this.handleSseFrame(e)}}catch(e){if(t.signal.aborted)return;if(oU(e))throw e;let n=nU(e);throw this.publish({type:jM.EndpointError,payload:n}),rU(n)}finally{this.activeControllers.delete(t)}}handleSseFrame(e){if(e.event===`ncp-event`){let t=lU(e.data);if(!t){this.publish({type:jM.EndpointError,payload:{code:`runtime-error`,message:`Received malformed ncp-event frame.`}});return}this.publish(t);return}if(e.event===`error`){let t=uU(e.data);throw this.publish({type:jM.EndpointError,payload:t}),rU(t,{alreadyPublished:!0})}}};function mU(e){return typeof e==`string`?e:e instanceof URL?e.toString():e.url}function hU(e){if(e instanceof Error){let t=e.name?.trim(),n=e.message?.trim();return t&&n?`${t}: ${n}`:n||t||`Unknown Error`}return String(e??`Unknown error`)}function gU(e,t){let n=Error(e);return t!==void 0&&(n.cause=t),n}function _U(){return async(e,t)=>{try{return await fetch(e,{credentials:`include`,...t})}catch(n){throw We.reportTransportFailure(hU(n)),gU(`NCP fetch failed for ${(t?.method||`GET`).toUpperCase()} ${mU(e)}: ${hU(n)}`,n)}}}var vU=300,yU=`ncp agent unavailable during startup`;function bU(e){return e instanceof Error?e.message.includes(`ncp session not found:`):!1}function xU(e){return e?.trim().toLowerCase().includes(yU)??!1}function SU(){return new pU({baseUrl:S,basePath:`/api/ncp/agent`,fetchImpl:_U()})}async function CU(e,t,n=vU){t.throwIfAborted();try{let r=await xe(e,n);return t.throwIfAborted(),{messages:r.messages,status:r.status??`idle`,contextWindow:r.contextWindow??null}}catch(e){if(t.throwIfAborted(),!bU(e))throw e;return{messages:[],status:`idle`}}}function wU(e,t){let n=(0,P.useRef)(null),r=(0,P.useCallback)(e=>{if(!e){n.current=null;return}n.current!==e&&(n.current=e,t())},[t]);(0,P.useEffect)(()=>{r(e)},[e,r])}function TU(e,t={}){let[n]=(0,P.useState)(()=>SU()),r=Ke(),[i,a]=(0,P.useState)(0),[o,s]=(0,P.useState)(null),c=t.messageLimit??vU;(0,P.useEffect)(()=>{s(null)},[e]);let l=lN({sessionId:e,client:n,loadSeed:(0,P.useCallback)(async(e,t)=>{let n=await CU(e,t,c);return t.aborted||s(n.contextWindow??null),{messages:n.messages,status:n.status}},[i,c])}),u=l.hydrateError?.message??l.snapshot.error?.message??null;return wU(e&&r.phase===`ready`&&xU(u)?`${e}:${r.lastReadyAt??0}`:null,()=>{a(e=>e+1)}),(0,P.useMemo)(()=>({...l,snapshot:{...l.snapshot,contextWindow:l.snapshot.contextWindow??o}}),[l,o])}function EU({sessionKey:e}){let t=TU(e),n=t.visibleMessages,r=(0,P.useRef)(null),{onScroll:i}=vj({scrollRef:r,resetKey:e,isLoading:t.isHydrating,hasContent:n.length>0,contentVersion:n[n.length-1]??null,stickyThresholdPx:20});return(0,F.jsx)(`div`,{ref:r,onScroll:i,className:`h-full overflow-y-auto custom-scrollbar`,children:t.isHydrating?(0,F.jsxs)(`div`,{className:`flex h-full items-center justify-center text-sm text-gray-500`,children:[(0,F.jsx)(wo,{className:`mr-2 h-4 w-4 animate-spin`}),p(`chatChildSessionLoading`)]}):t.hydrateError?(0,F.jsx)(`div`,{className:`px-4 py-5 text-sm text-rose-600`,children:t.hydrateError.message}):n.length===0&&!t.isRunning?(0,F.jsx)(`div`,{className:`px-4 py-5 text-sm text-gray-500`,children:p(`chatChildSessionEmpty`)}):(0,F.jsx)(`div`,{className:`px-4 py-5`,children:(0,F.jsx)(nV,{messages:n,isSending:t.isRunning})})})}function DU({value:e}){return(0,F.jsx)(`span`,{className:`inline-flex max-w-full items-center rounded border border-gray-200 bg-gray-50 px-2 py-0.5 text-[10px] font-medium text-gray-600`,children:(0,F.jsx)(`span`,{className:`truncate`,children:e})})}function OU({tab:e}){let t=[e.sessionTypeLabel,e.preferredModel,e.projectName].filter(e=>!!e?.trim());return t.length===0&&!e.projectRoot?null:(0,F.jsxs)(`div`,{className:`mt-3 space-y-2`,children:[t.length>0?(0,F.jsx)(`div`,{className:`flex flex-wrap gap-1.5`,children:t.map(e=>(0,F.jsx)(DU,{value:e},e))}):null,e.projectRoot?(0,F.jsx)(`div`,{title:e.projectRoot,className:`truncate rounded border border-gray-200 bg-gray-50 px-2 py-1.5 font-mono text-[11px] text-gray-500`,children:e.projectRoot}):null]})}function kU({tab:e}){return(0,F.jsxs)(`div`,{className:`border-b border-gray-200/70 px-4 py-3`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2 text-sm font-semibold text-gray-900`,children:[e.agentId?(0,F.jsx)(KR,{agentId:e.agentId,className:`h-4 w-4 shrink-0`}):(0,F.jsx)(lo,{className:`h-4 w-4 shrink-0 text-gray-400`}),(0,F.jsx)(`span`,{className:`truncate`,children:e.title})]}),(0,F.jsx)(OU,{tab:e})]})}function AU({activeSelection:e,sessionCronJobs:t,sessionProjectRoot:n,sessionWorkingDir:r}){let i=NN();return e.kind===`child-session`?(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(kU,{tab:e.tab}),(0,F.jsx)(`div`,{className:`flex-1 min-h-0`,children:(0,F.jsx)(EU,{sessionKey:e.tab.sessionKey})})]}):e.kind===`file`?(0,F.jsx)(GH,{file:e.file,sessionProjectRoot:n,sessionWorkingDir:r,onFileOpen:i.chatThreadManager.openFilePreview}):(0,F.jsx)(KH,{jobs:t})}function jU(e){return e.index>0&&e.entries.length>0}function MU(e){return e.index>=0&&e.index<e.entries.length-1}function NU(e,t,n=Object.is){let r=IU(e),i=e.entries[r];if(i&&n(i,t))return{entries:e.entries,index:r};let a=[...e.entries.slice(0,r+1),t];return{entries:a,index:a.length-1}}function PU(e,t){let n=IU(e),r=t===`back`?n-1:n+1,i=e.entries[r];return i?{history:{entries:e.entries,index:r},entry:i}:null}function FU(e,t,n){let r=IU(e),i=e.entries.filter(t);if(i.length===0)return n===void 0?{entries:[],index:0}:{entries:[n],index:0};let a=e.entries.slice(0,r+1).filter(t);return{entries:i,index:Math.min(Math.max(0,a.length-1),i.length-1)}}function IU(e){return e.entries.length===0?0:Number.isInteger(e.index)?Math.min(Math.max(0,e.index),e.entries.length-1):e.entries.length-1}function LU({sessionKey:e,childSessionTabs:t,activeChildSessionKey:n,workspaceFileTabs:r,activeWorkspaceFileKey:i,workspaceNavigationHistory:a=[],workspaceNavigationHistoryIndex:o=0,activePanelKind:s,sessionCronJobs:c=[],sessionProjectRoot:l,sessionWorkingDir:u,displayMode:d=`docked`}){let f=NN(),p=OH(t),m=zF(e=>e.optimisticReadAtBySessionKey),h=AH({activeChildSessionKey:n,activeWorkspaceFileKey:i,activePanelKind:s,childSessionTabs:p,workspaceFileTabs:r,sessionCronJobCount:c.length}),_={entries:a,index:o};(0,P.useEffect)(()=>{f.chatThreadManager.syncVisibleWorkspaceSelection(h)},[h,f]);let v=(0,P.useMemo)(()=>jH({resolvedChildTabs:p,workspaceFileTabs:r,sessionCronJobCount:c.length,activeSelection:h,optimisticReadAtBySessionKey:m,onSelectSession:f.chatThreadManager.selectChildSessionDetail,onSelectFile:f.chatThreadManager.selectWorkspaceFile,onCloseFile:f.chatThreadManager.closeWorkspaceFile,onSelectCronJobs:()=>{e&&f.chatThreadManager.openSessionCronPanel(e)}}),[h,m,f.chatThreadManager,p,e,r,c.length]);return h?(0,F.jsxs)(en,{className:g(d===`overlay`?`bg-white`:`hidden border-gray-200/70 bg-white/95 backdrop-blur-sm md:flex`),defaultWidth:480,minWidth:360,maxWidth:860,overlay:d===`overlay`,children:[(0,F.jsx)(PH,{tabs:v,canGoBack:jU(_),canGoForward:MU(_),onGoBack:f.chatThreadManager.goBackWorkspacePanel,onGoForward:f.chatThreadManager.goForwardWorkspacePanel,onClose:f.chatThreadManager.closeWorkspacePanel}),(0,F.jsx)(`div`,{className:`flex min-h-0 flex-1 flex-col bg-white`,children:(0,F.jsx)(AU,{activeSelection:h,sessionCronJobs:c,sessionProjectRoot:l,sessionWorkingDir:u})})]}):null}function RU({layoutMode:e}){let t=Q(e=>e.snapshot),{childSessionTabs:n,workspaceFileTabs:r,sessionCronJobs:i,showWorkspacePanel:a}=uH(t);return a?(0,F.jsx)(LU,{sessionKey:t.sessionKey,childSessionTabs:n,activeChildSessionKey:t.activeChildSessionKey??null,workspaceFileTabs:r,activeWorkspaceFileKey:t.activeWorkspaceFileKey??null,workspaceNavigationHistory:t.workspaceNavigationHistory,workspaceNavigationHistoryIndex:t.workspaceNavigationHistoryIndex,activePanelKind:t.activeWorkspacePanelKind??null,sessionCronJobs:i,sessionProjectRoot:t.sessionProjectRoot??null,sessionWorkingDir:t.sessionWorkingDir??t.sessionProjectRoot??null,displayMode:e===`mobile`?`overlay`:`docked`}):null}function zU({layoutMode:e=`desktop`,onBackToList:t}){return mF()?(0,F.jsxs)(`section`,{className:`flex-1 min-h-0 flex overflow-hidden bg-gradient-to-b from-gray-50/60 to-white`,children:[(0,F.jsxs)(`div`,{className:`flex min-h-0 flex-1 flex-col overflow-hidden`,children:[(0,F.jsx)(bH,{}),(0,F.jsx)(yH,{layoutMode:e,onBackToList:t}),(0,F.jsx)(yI,{}),(0,F.jsx)(aV,{}),(0,F.jsx)(vI,{})]}),(0,F.jsx)(RU,{layoutMode:e})]}):(0,F.jsx)(CH,{})}function BU(){return se({queryKey:[`app-meta`],queryFn:ee,staleTime:1/0})}var VU={healthy:`bg-emerald-500 shadow-[0_0_0_3px_rgba(16,185,129,0.14)]`,attention:`bg-amber-400 shadow-[0_0_0_3px_rgba(251,191,36,0.16)]`,inactive:`bg-gray-300 shadow-[0_0_0_3px_rgba(156,163,175,0.12)]`};function HU(){let e=He(),t=e.actionLabel===p(`runtimeStatusRestartAction`),n=()=>{e.tone!==`healthy`&&We.requestRuntimeBootstrapProbeNow()},r=async()=>{if(t)try{let e=await We.runRuntimeControlAction(`restart-service`);j.success(e.message)}catch(e){let t=e instanceof Error?e.message:p(`runtimeControlActionFailed`);j.error(`${p(`runtimeControlActionFailed`)}: ${t}`)}};return(0,F.jsxs)(qR,{children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,className:`inline-flex items-center justify-center rounded-full p-0.5 transition-transform hover:scale-105`,"aria-label":e.title,title:e.title,"data-testid":`runtime-status-entry`,onClick:n,children:(0,F.jsx)(`span`,{className:g(`h-2.5 w-2.5 rounded-full`,VU[e.tone])})})}),(0,F.jsxs)(YR,{align:`start`,sideOffset:10,className:`w-[290px] space-y-3 rounded-2xl border border-gray-200 bg-white p-4`,children:[(0,F.jsxs)(`div`,{className:`space-y-1`,children:[(0,F.jsx)(`div`,{className:`text-sm font-semibold text-gray-900`,children:e.title}),(0,F.jsx)(`p`,{className:`text-xs leading-5 text-gray-600`,children:e.description})]}),e.reasonLines.length>0?(0,F.jsx)(`div`,{className:`space-y-2`,children:e.reasonLines.map(e=>(0,F.jsx)(`div`,{className:`rounded-xl border border-amber-200 bg-amber-50 px-3 py-2 text-xs leading-5 text-amber-900`,children:e},e))}):null,e.actionLabel?(0,F.jsxs)(`div`,{className:`flex items-center justify-between border-t border-gray-100 pt-1`,children:[(0,F.jsx)(`span`,{className:`text-[11px] text-gray-500`,children:p(`runtimeStatusActionHint`)}),(0,F.jsx)(`button`,{type:`button`,onClick:()=>void r(),disabled:e.isBusy,className:`text-sm font-semibold text-sky-600 transition-colors hover:text-sky-700 disabled:text-gray-400`,children:e.isBusy?p(`runtimeStatusRestartingAction`):e.actionLabel})]}):null]})]})}function UU({className:e,density:t=`sidebar`,suffix:n}){let{data:r}=BU(),i=r?.name??`NextClaw`,a=r?.productVersion?.trim(),o=a?`v${a}`:null,s=n??(0,F.jsx)(HU,{}),c=typeof window<`u`&&window.nextclawDesktop?.platform===`darwin`,l=t===`chrome`;return(0,F.jsxs)(`div`,{className:g(e??`flex min-w-0 items-center gap-2`,c&&`pl-[58px]`),children:[(0,F.jsx)(`div`,{className:g(`flex shrink-0 items-center justify-center overflow-hidden`,`h-6 w-6 rounded-md`),children:(0,F.jsx)(`img`,{src:`/logo.svg`,alt:i,className:`h-full w-full object-contain`})}),(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 flex-1 items-baseline gap-1.5`,children:[(0,F.jsx)(`span`,{className:g(`shrink-0 font-semibold text-gray-800`,l?`text-[15px]`:`text-[14px]`),children:i}),o?(0,F.jsx)(WU,{versionLabel:o,density:t}):null]}),(0,F.jsx)(GU,{}),s?(0,F.jsx)(`span`,{className:`inline-flex items-center shrink-0`,children:s}):null]})]})}function WU({versionLabel:e,density:t}){let[n,r]=(0,P.useState)(!1);return(0,F.jsxs)(`span`,{className:`relative min-w-0 flex-1`,onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),onFocus:()=>r(!0),onBlur:()=>r(!1),children:[(0,F.jsx)(`span`,{tabIndex:0,"aria-label":e,className:g(`block min-w-0 truncate font-medium text-gray-500 outline-none`,`text-[12px]`),children:e}),n?(0,F.jsx)(`span`,{className:`pointer-events-none absolute left-0 top-full z-[var(--z-tooltip)] mt-1 w-max max-w-none whitespace-nowrap rounded-md border bg-popover px-3 py-1.5 text-xs font-medium text-popover-foreground shadow-md`,children:e}):null]})}function GU(){let{supported:e,busyAction:t,snapshot:n}=be();return!e||!n?null:n.status===`downloading`||n.status===`blocked`||n.status===`failed`?(0,F.jsx)(KU,{snapshot:n}):n.status===`downloaded`?(0,F.jsx)(`button`,{type:`button`,className:`inline-flex h-5 shrink-0 items-center rounded-full bg-emerald-50 px-2 text-[11px] font-semibold leading-none text-emerald-700 ring-1 ring-emerald-100 transition-colors hover:bg-emerald-100 disabled:opacity-70`,disabled:t===`applying`,onClick:()=>void Se.applyDownloadedUpdate(),children:p(t===`applying`?`desktopUpdatesInlineApplying`:`desktopUpdatesInlineReady`)}):n.status===`update-available`?(0,F.jsx)(`button`,{type:`button`,className:`inline-flex h-5 shrink-0 items-center rounded-full bg-amber-50 px-2 text-[11px] font-semibold leading-none text-amber-700 ring-1 ring-amber-100 transition-colors hover:bg-amber-100 disabled:opacity-70`,disabled:t===`downloading`,onClick:()=>void Se.downloadUpdate(),children:p(t===`downloading`?`desktopUpdatesInlineDownloading`:`desktopUpdatesInlineDownload`)}):null}function KU({snapshot:e}){if(e.status===`blocked`||e.status===`failed`)return(0,F.jsx)(qU,{snapshot:e});let t=e.status===`downloading`?JU(e):null;return t?(0,F.jsx)(`span`,{className:`inline-flex h-5 shrink-0 items-center rounded-full bg-amber-50 px-2 text-[11px] font-semibold leading-none text-amber-700 ring-1 ring-amber-100 transition-colors hover:bg-amber-100 disabled:opacity-70`,title:p(`updates`),children:t}):null}function qU({snapshot:e}){let t=e.status===`failed`?p(`desktopUpdatesStatusFailed`):p(`desktopUpdatesStatusBlocked`),n=e.recoveryCommand?.trim()||null,r=e.errorMessage?.trim()||e.blockReason?.trim()||null,i=[t,e.status===`blocked`&&e.blockReason?p(`desktopUpdatesBlockedRootCause.${e.blockReason}`):null,r,n].filter(Boolean).join(`
|
|
103
|
-
`);return(0,F.jsx)(`span`,{role:`img`,"aria-label":t,title:i,tabIndex:0,className:`inline-flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-amber-50 text-[13px] font-bold leading-none text-amber-700 ring-1 ring-amber-100`,children:`!`})}function JU(e){let t=e.progress?.percent;return t==null?p(`desktopUpdatesInlineDownloading`):p(`desktopUpdatesInlineDownloadingPercent`).replace(`{percent}`,String(t))}var YU={connected:{dotClass:`bg-emerald-500`},disconnected:{dotClass:`h-2.5 w-2.5 rounded-full border border-gray-400 bg-transparent`},connecting:{dotClass:`text-amber-600`}};function XU({status:e,className:t}){let n=YU[e],r=p(e===`connected`?`connected`:e===`disconnected`?`disconnected`:`connecting`);return(0,F.jsx)(an,{delayDuration:250,children:(0,F.jsxs)(Gt,{children:[(0,F.jsx)(Kt,{asChild:!0,children:(0,F.jsx)(`span`,{role:`status`,"aria-label":r,className:g(`inline-flex h-5 w-5 items-center justify-center`,t),children:e===`connecting`?(0,F.jsx)(wo,{className:g(`h-3 w-3 animate-spin`,n.dotClass)}):(0,F.jsx)(`span`,{className:g(e===`connected`?`h-2 w-2 rounded-full`:``,n.dotClass)})})}),(0,F.jsx)(tn,{side:`bottom`,className:`text-xs`,children:r})]})})}function ZU({isProjectFirstView:e,onSelectMode:t}){return(0,F.jsxs)(`div`,{className:`flex items-center gap-1.5 text-[11px]`,children:[(0,F.jsx)(`button`,{type:`button`,"aria-pressed":!e,onClick:()=>t(`time-first`),className:g(`transition-colors`,e?`text-gray-400 hover:text-gray-600`:`font-medium text-gray-600`),children:p(`chatSidebarViewTime`)}),(0,F.jsx)(`span`,{className:`text-gray-300`,children:`/`}),(0,F.jsx)(`button`,{type:`button`,"aria-pressed":e,onClick:()=>t(`project-first`),className:g(`transition-colors`,e?`font-medium text-gray-600`:`text-gray-400 hover:text-gray-600`),children:p(`chatSidebarViewProject`)})]})}function QU(e){return new Date(e.session.lastMessageAt??e.session.createdAt).getTime()}function $U(e){return[...e].sort((e,t)=>QU(t)-QU(e))}function eW(e){let t=new Date,n=new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime(),r=n-864e5,i=n-7*864e5,a=[],o=[],s=[],c=[];for(let t of e){let e=QU(t);e>=n?a.push(t):e>=r?o.push(t):e>=i?s.push(t):c.push(t)}let l=[];return a.length>0&&l.push({label:p(`chatSidebarToday`),items:a}),o.length>0&&l.push({label:p(`chatSidebarYesterday`),items:o}),s.length>0&&l.push({label:p(`chatSidebarPrevious7Days`),items:s}),c.length>0&&l.push({label:p(`chatSidebarOlder`),items:c}),l}function tW(e){let t=new Map;for(let n of e){let e=n.session.projectRoot?.trim();if(!e)continue;let r=t.get(e),i=QU(n);if(r){r.items.push(n),r.latestUpdatedAt=Math.max(r.latestUpdatedAt,i);continue}t.set(e,{projectRoot:e,projectName:n.session.projectName?.trim()||PP(e)||e,items:[n],latestUpdatedAt:i})}return[...t.values()].map(e=>({...e,items:$U(e.items)})).sort((e,t)=>t.latestUpdatedAt-e.latestUpdatedAt)}function nW(e){let t=new Map;for(let n of e){let e=n.session.parentSessionId?.trim();if(!e)continue;let r=t.get(e)??[];r.push(n),t.set(e,r)}for(let e of t.values())e.sort((e,t)=>QU(t)-QU(e));return t}function rW(e){if(e.label&&e.label.trim())return e.label.trim();let t=e.key.split(`:`);return t[t.length-1]||e.key}function iW(){let e=lV(),[t,n]=(0,P.useState)(null),[r,i]=(0,P.useState)(``),[a,o]=(0,P.useState)(null),s=e=>{n(e.key),i(e.label?.trim()??``)},c=()=>{n(null),i(``),o(null)};return{editingSessionKey:t,draftLabel:r,savingSessionKey:a,setDraftLabel:i,startEditingSessionLabel:s,cancelEditingSessionLabel:c,saveSessionLabel:async t=>{let n=r.trim();if(n===(t.label?.trim()??``)){c();return}o(t.key);try{await e({sessionKey:t.key,label:n||null}),c()}catch{o(null)}}}}function aW(e,t){return e.filter(e=>vH(e,t))}function oW(e){return e.isChildSession?e.isPromotedChildSession===!0:!0}function sW(e={}){let t=zF(e=>e.snapshot.query),n=TH({limit:e.limit??200}),r=(0,P.useMemo)(()=>aW(dF(n.data?.sessions??[]).filter(oW),t).map(e=>({session:e,runStatus:e.status===`running`?`running`:void 0})),[t,n.data?.sessions]);return{isLoading:n.isLoading,items:r}}var cW=`nextclaw.ui.theme`,lW=[{value:`warm`,labelKey:`themeWarm`},{value:`cool`,labelKey:`themeCool`}],uW=`warm`,dW=!1,fW=new Set;function pW(e){return e===`warm`||e===`cool`}function mW(e){typeof document>`u`||document.documentElement.setAttribute(`data-theme`,e)}function hW(){if(typeof window>`u`)return`warm`;try{let e=window.localStorage.getItem(cW);if(pW(e))return e}catch{}return`warm`}function gW(){return dW||=(uW=hW(),mW(uW),!0),uW}function _W(){return dW?uW:gW()}function vW(e){if(gW(),e!==uW){if(uW=e,mW(uW),typeof window<`u`)try{window.localStorage.setItem(cW,uW)}catch{}fW.forEach(e=>e(uW))}}function yW(e){return fW.add(e),()=>{fW.delete(e)}}var bW=`nextclaw-pwa-install-banner-dismissed`,xW=`nextclaw-pwa-install-banner-dismissed-until`;function SW(){let e=TW();return e?e.getItem(`nextclaw-pwa-install-banner-dismissed`)===`1`?!0:EW(e):!1}function CW(){let e=TW();e?.setItem(bW,`1`),e?.removeItem(xW)}function wW(){let e=TW();e?.removeItem(bW),e?.removeItem(xW)}function TW(){if(typeof window>`u`)return null;try{return window.localStorage}catch{return null}}function EW(e){let t=e.getItem(xW);if(!t)return!1;let n=Number.parseInt(t,10);return e.removeItem(xW),!Number.isFinite(n)||n<=Date.now()?!1:(e.setItem(bW,`1`),!0)}function DW(){return{initialized:!1,installability:`unsupported`,installMethod:`none`,blockedReason:`missing-browser-support`,dismissedInstallPrompt:SW()}}var OW=h(()=>DW()),kW=new class{constructor(){this.started=!1,this.deferredPrompt=null,this.displayModeMediaQuery=null,this.start=()=>{this.started||typeof window>`u`||(this.started=!0,window.addEventListener(`beforeinstallprompt`,this.handleBeforeInstallPrompt),window.addEventListener(`appinstalled`,this.handleAppInstalled),typeof window.matchMedia==`function`&&(this.displayModeMediaQuery=window.matchMedia(`(display-mode: standalone)`),this.bindDisplayModeListener(this.displayModeMediaQuery,this.handleDisplayModeChanged)),this.refreshState())},this.stop=()=>{!this.started||typeof window>`u`||(window.removeEventListener(`beforeinstallprompt`,this.handleBeforeInstallPrompt),window.removeEventListener(`appinstalled`,this.handleAppInstalled),this.displayModeMediaQuery&&=(this.unbindDisplayModeListener(this.displayModeMediaQuery,this.handleDisplayModeChanged),null),this.deferredPrompt=null,this.started=!1)},this.resetForTests=()=>{this.stop(),OW.setState(DW())},this.refreshState=()=>{let e=this.resolveInstallability();OW.setState(t=>({...t,initialized:!0,installability:e.installability,installMethod:e.installMethod,blockedReason:e.blockedReason,dismissedInstallPrompt:SW()}))},this.dismissInstallPrompt=()=>{CW(),OW.setState({dismissedInstallPrompt:!0})},this.promptInstall=async()=>{let e=this.resolveInstallability();if(e.installability!==`available`)return`unavailable`;if(e.installMethod===`manual`||!this.deferredPrompt)return`manual`;this.deferredPrompt.prompt();let t=await this.deferredPrompt.userChoice;return this.deferredPrompt=null,t.outcome===`accepted`?(wW(),this.refreshState(),j.success(p(`pwaInstallAccepted`)),`accepted`):(this.dismissInstallPrompt(),this.refreshState(),`dismissed`)},this.handleBeforeInstallPrompt=e=>{e.preventDefault(),this.deferredPrompt=e,this.refreshState()},this.handleAppInstalled=()=>{this.deferredPrompt=null,wW(),OW.setState({dismissedInstallPrompt:!0}),j.success(p(`pwaInstalledToast`)),this.refreshState()},this.handleDisplayModeChanged=()=>{this.refreshState()},this.resolveInstallability=()=>this.isDevelopmentServer()?{installability:`unsupported`,installMethod:`none`,blockedReason:`dev-server`}:this.hasDesktopHost()?{installability:`suppressed`,installMethod:`none`,blockedReason:`desktop-host`}:this.isStandalone()?{installability:`installed`,installMethod:`none`,blockedReason:null}:this.hasInstallSurfaceSupport()?this.isEligibleInstallContext()?{installability:`available`,installMethod:this.deferredPrompt?`prompt`:`manual`,blockedReason:null}:{installability:`unsupported`,installMethod:`none`,blockedReason:`insecure-context`}:{installability:`unsupported`,installMethod:`none`,blockedReason:`missing-browser-support`},this.hasDesktopHost=()=>typeof window<`u`&&!!window.nextclawDesktop,this.hasInstallSurfaceSupport=()=>typeof window<`u`&&typeof window.matchMedia==`function`&&`serviceWorker`in navigator,this.isEligibleInstallContext=()=>typeof window>`u`?!1:window.isSecureContext||this.isTrustedLocalhost(window.location.hostname),this.isTrustedLocalhost=e=>e===`localhost`||e===`127.0.0.1`||e===`::1`||e===`[::1]`,this.isDevelopmentServer=()=>typeof window<`u`&&!1,this.isStandalone=()=>{if(typeof window>`u`)return!1;let e=window.navigator;return typeof window.matchMedia==`function`&&window.matchMedia(`(display-mode: standalone)`).matches||e.standalone===!0},this.bindDisplayModeListener=(e,t)=>{if(`addEventListener`in e){e.addEventListener(`change`,t);return}e.addListener?.(t)},this.unbindDisplayModeListener=(e,t)=>{if(`removeEventListener`in e){e.removeEventListener(`change`,t);return}e.removeListener?.(t)}}};function AW(){let e=OW(e=>e.installability);return(0,F.jsx)(`span`,{className:g(`inline-flex items-center rounded-full border px-3 py-1 text-xs font-medium`,e===`installed`?`bg-emerald-50 text-emerald-700 border-emerald-200`:e===`available`?`bg-amber-50 text-amber-700 border-amber-200`:`bg-gray-100 text-gray-600 border-gray-200`),children:jW(e)})}function jW(e){return p(e===`available`?`pwaInstallStatusAvailable`:e===`installed`?`pwaInstallStatusInstalled`:e===`suppressed`?`pwaInstallStatusDesktopHost`:`pwaInstallStatusUnavailable`)}function MW(e,t,n){return p(e===`installed`?`pwaInstallCardInstalled`:e===`suppressed`?`pwaInstallCardSuppressed`:e===`available`&&t===`prompt`?`pwaInstallCardPrompt`:e===`available`?`pwaInstallCardManual`:n===`insecure-context`?`pwaInstallCardInsecureContext`:n===`dev-server`?`pwaInstallCardDevServer`:`pwaInstallCardUnsupported`)}function NW(){let e=OW(e=>e.installability),t=OW(e=>e.installMethod),n=OW(e=>e.blockedReason);return(0,F.jsxs)(A,{children:[(0,F.jsxs)(we,{className:`flex flex-row items-start justify-between gap-4 space-y-0`,children:[(0,F.jsxs)(`div`,{className:`space-y-2`,children:[(0,F.jsx)(ne,{children:p(`pwaInstallTitle`)}),(0,F.jsx)(y,{children:p(`pwaInstallDescription`)})]}),(0,F.jsx)(AW,{})]}),(0,F.jsxs)(Te,{className:`space-y-4`,children:[(0,F.jsx)(`div`,{className:`rounded-2xl border border-gray-200 bg-gray-50/90 p-4`,children:(0,F.jsx)(`p`,{className:`text-sm leading-6 text-gray-700`,children:MW(e,t,n)})}),e===`available`&&t===`prompt`?(0,F.jsxs)(`div`,{className:`flex flex-wrap items-center gap-3`,children:[(0,F.jsxs)(O,{type:`button`,className:`gap-2`,onClick:()=>{kW.promptInstall()},children:[(0,F.jsx)(Za,{className:`h-4 w-4`}),p(`pwaInstallAction`)]}),(0,F.jsx)(`p`,{className:`text-sm text-gray-500`,children:p(`pwaInstallPromptHint`)})]}):null,e===`available`&&t===`manual`?(0,F.jsxs)(`div`,{className:`flex items-start gap-3 rounded-2xl border border-dashed border-gray-300 bg-white p-4`,children:[(0,F.jsx)(Wo,{className:`mt-0.5 h-4 w-4 text-gray-500`}),(0,F.jsx)(`p`,{className:`text-sm leading-6 text-gray-600`,children:p(`pwaInstallManualHint`)})]}):null]})]})}function PW(){let e=OW(e=>e.installability),t=OW(e=>e.installMethod),n=OW(e=>e.dismissedInstallPrompt);return e!==`available`||t!==`prompt`||n?null:(0,F.jsxs)(`div`,{className:`fixed bottom-5 right-5 z-50 w-[min(420px,calc(100vw-2rem))] rounded-[26px] border border-gray-200 bg-white/95 p-5 shadow-2xl backdrop-blur-xl`,children:[(0,F.jsxs)(`div`,{className:`flex items-start justify-between gap-4`,children:[(0,F.jsxs)(`div`,{className:`space-y-1`,children:[(0,F.jsx)(`p`,{className:`text-sm font-semibold text-gray-900`,children:p(`pwaInstallBannerTitle`)}),(0,F.jsx)(`p`,{className:`text-sm leading-6 text-gray-600`,children:p(`pwaInstallBannerDescription`)})]}),(0,F.jsx)(`button`,{type:`button`,"aria-label":p(`pwaInstallDismiss`),className:`rounded-full p-1 text-gray-400 transition hover:bg-gray-100 hover:text-gray-600`,onClick:()=>{kW.dismissInstallPrompt()},children:(0,F.jsx)(ln,{className:`h-4 w-4`})})]}),(0,F.jsxs)(`div`,{className:`mt-4 flex items-center gap-3`,children:[(0,F.jsxs)(O,{type:`button`,size:`sm`,className:`gap-2`,onClick:()=>{kW.promptInstall()},children:[(0,F.jsx)(Za,{className:`h-4 w-4`}),p(`pwaInstallAction`)]}),(0,F.jsx)(O,{type:`button`,size:`sm`,variant:`ghost`,onClick:()=>{kW.dismissInstallPrompt()},children:p(`pwaInstallDismiss`)})]})]})}var FW=new class{constructor(){this.started=!1,this.registration=null,this.start=async()=>{if(!(this.started||typeof window>`u`)&&(this.started=!0,!(!(`serviceWorker`in navigator)||!this.isEligibleInstallContext()))){if(this.isDevelopmentServer()){await this.cleanupDevelopmentRegistrations();return}try{this.registration=await navigator.serviceWorker.register(`/sw.js`)}catch{return}}},this.stop=()=>{!this.started||typeof window>`u`||!(`serviceWorker`in navigator)||(this.started=!1,this.registration=null)},this.isEligibleInstallContext=()=>window.isSecureContext||this.isTrustedLocalhost(window.location.hostname),this.isTrustedLocalhost=e=>e===`localhost`||e===`127.0.0.1`||e===`::1`||e===`[::1]`,this.isDevelopmentServer=()=>!1,this.cleanupDevelopmentRegistrations=async()=>{if(typeof navigator.serviceWorker.getRegistrations!=`function`)return;let e=(await navigator.serviceWorker.getRegistrations()).filter(e=>[e.active?.scriptURL,e.installing?.scriptURL,e.waiting?.scriptURL].filter(e=>!!e).some(e=>e.endsWith(`/sw.js`)));await Promise.all(e.map(async e=>await e.unregister())),e.length>0&&await this.clearNextClawCaches()},this.clearNextClawCaches=async()=>{if(typeof window>`u`||!(`caches`in window)||typeof caches.keys!=`function`)return;let e=await caches.keys();await Promise.all(e.filter(e=>e.startsWith(`nextclaw-ui-`)).map(async e=>await caches.delete(e)))}}},IW=!1;function LW(){IW||typeof window>`u`||(IW=!0,kW.start(),FW.start())}var RW={warm:`#F9F8F5`,cool:`#F8FAFB`},zW=new class{constructor(){this.syncTheme=e=>{if(typeof document>`u`)return;let t=RW[e];this.updateThemeMeta(t),this.updateSurfaceBackgrounds(t),document.documentElement.style.colorScheme=`light`},this.syncCurrentTheme=()=>{if(typeof document>`u`)return;let e=document.documentElement.getAttribute(`data-theme`)===`cool`?`cool`:`warm`;this.syncTheme(e)},this.updateThemeMeta=e=>{let t=document.querySelector(`meta[name="theme-color"]`);t instanceof HTMLMetaElement&&(t.content=e)},this.updateSurfaceBackgrounds=e=>{document.documentElement.style.backgroundColor=e,document.body.style.backgroundColor=e;let t=document.getElementById(`root`);t&&(t.style.backgroundColor=e)}}},BW=(0,P.createContext)(null);function VW({children:e}){let[t,n]=(0,P.useState)(()=>gW());(0,P.useEffect)(()=>{zW.syncTheme(t)},[t]),(0,P.useEffect)(()=>yW(e=>{n(e)}),[]);let r=(0,P.useCallback)(e=>{vW(e),n(_W())},[]),i=(0,P.useMemo)(()=>({theme:t,setTheme:r}),[t,r]);return(0,F.jsx)(BW.Provider,{value:i,children:e})}function HW(){let e=(0,P.useContext)(BW);if(!e)throw Error(`useTheme must be used within ThemeProvider`);return e}var UW={default:{row:`gap-3 px-3 py-2.5 text-[14px]`,icon:`h-[17px] w-[17px]`,value:`text-xs`,gap:`gap-3`},compact:{row:`gap-2.5 px-3 py-2 text-[13px]`,icon:`h-4 w-4`,value:`text-[11px]`,gap:`gap-2.5`}};function WW(e){return UW[e]}function GW({to:e,label:t,icon:n,density:r=`default`,className:i}){let a=WW(r);return(0,F.jsx)(ma,{to:e,className:({isActive:e})=>g(`group flex w-full items-center rounded-xl font-medium transition-colors duration-base`,a.row,e?`bg-gray-200 text-gray-900 shadow-sm`:`text-gray-600 hover:bg-gray-200/60 hover:text-gray-900`,i),children:({isActive:e})=>(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(n,{className:g(a.icon,`transition-colors`,e?`text-gray-900`:`text-gray-500 group-hover:text-gray-800`)}),(0,F.jsx)(`span`,{className:`min-w-0 flex-1 text-left`,children:t})]})})}function KW({label:e,icon:t,onClick:n,density:r=`default`,className:i,labelClassName:a,trailing:o,trailingClassName:s,testId:c,trailingTestId:l}){let u=WW(r);return(0,F.jsxs)(`button`,{type:`button`,onClick:n,className:g(`flex w-full items-center rounded-xl font-medium text-gray-600 transition-all duration-base hover:bg-gray-200/60 hover:text-gray-800`,u.row,i),"data-testid":c,children:[(0,F.jsx)(t,{className:g(u.icon,`shrink-0 text-gray-400`)}),(0,F.jsx)(`span`,{className:g(`min-w-0 flex-1 text-left`,a),children:e}),o?(0,F.jsx)(`span`,{className:g(`shrink-0 text-gray-500`,u.value,s),"data-testid":l,children:o}):null]})}function qW({label:e,icon:t,value:n,valueLabel:r,onValueChange:i,density:a=`default`,children:o}){let s=WW(a);return(0,F.jsxs)(kt,{value:n,onValueChange:i,children:[(0,F.jsxs)(xt,{className:g(`h-auto w-full rounded-xl border-0 bg-transparent font-medium text-gray-600 shadow-none hover:bg-gray-200/60 focus:ring-0`,s.row),children:[(0,F.jsxs)(`div`,{className:g(`flex min-w-0 items-center`,s.gap),children:[(0,F.jsx)(t,{className:g(s.icon,`text-gray-400`)}),(0,F.jsx)(`span`,{className:`text-left`,children:e})]}),(0,F.jsx)(`span`,{className:g(`ml-auto text-gray-500`,s.value),children:r})]}),(0,F.jsx)(wt,{children:o})]})}function JW({status:e,className:t}){let n=p(e===`running`?`sessionsRunStatusRunning`:`sessionsRunStatusQueued`);return(0,F.jsxs)(`span`,{className:g(`inline-flex h-3.5 w-3.5 items-center justify-center text-gray-400`,t),title:n,"aria-label":n,children:[(0,F.jsx)(wo,{className:`h-3 w-3 animate-spin`}),(0,F.jsx)(`span`,{className:`sr-only`,children:n})]})}function YW({sessionKey:e,draftLabel:t,isSaving:n,onDraftLabelChange:r,onSave:i,onCancel:a}){return(0,F.jsxs)(`div`,{className:`space-y-2`,children:[(0,F.jsx)(D,{value:t,onChange:e=>r(e.target.value),onKeyDown:e=>{e.key===`Enter`?(e.preventDefault(),i()):e.key===`Escape`&&(e.preventDefault(),a())},placeholder:p(`sessionsLabelPlaceholder`),className:`h-8 rounded-lg border-gray-300 bg-white text-xs`,autoFocus:!0,disabled:n}),(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,F.jsx)(`div`,{className:`min-w-0 text-[11px] text-gray-400 truncate`,children:e}),(0,F.jsxs)(`div`,{className:`flex items-center gap-1`,children:[(0,F.jsx)(Zt,{icon:(0,F.jsx)(ct,{className:`h-3.5 w-3.5`}),label:p(`save`),tooltip:!1,className:`h-7 w-7 rounded-lg text-gray-500 hover:bg-white hover:text-gray-900`,onClick:()=>void i(),disabled:n}),(0,F.jsx)(Zt,{icon:(0,F.jsx)(ln,{className:`h-3.5 w-3.5`}),label:p(`cancel`),tooltip:!1,className:`h-7 w-7 rounded-lg text-gray-500 hover:bg-white hover:text-gray-900`,onClick:a,disabled:n})]})]})]})}function XW({active:e,showUnreadDot:t,runStatus:n,context:r,title:i,previewText:a,trailingText:o,agentId:s,agentLabel:c,agentAvatarUrl:l,childSessionCount:u=0,onSelect:d,onOpenChildSessions:f,onStartEditing:m}){return(0,F.jsxs)(`div`,{className:`group/session relative`,children:[(0,F.jsxs)(`button`,{type:`button`,onClick:d,className:`w-full text-left`,children:[(0,F.jsx)(`div`,{className:g(`flex min-w-0 items-start`,u>0&&f?`pr-14`:`pr-6`),children:(0,F.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[s?.trim()&&s.trim().toLowerCase()!==`main`?(0,F.jsx)(BR,{agentId:s,displayName:c,avatarUrl:l,className:`h-5 w-5 shrink-0`}):null,(0,F.jsx)(`span`,{className:`truncate font-medium`,children:i}),r.label?(0,F.jsx)(`span`,{className:g(`shrink-0 rounded-full border px-1.5 py-0.5 text-[10px] font-semibold leading-none`,e?`border-gray-300 bg-white/80 text-gray-700`:`border-gray-200 bg-gray-100 text-gray-500`),children:r.label}):null,r.icon?(0,F.jsx)(`span`,{className:`inline-flex h-[1.125rem] w-[1.125rem] shrink-0 items-center justify-center`,children:(0,F.jsx)(RV,{icon:r.icon,className:e?`text-gray-700`:`text-gray-500`})}):null]})}),(0,F.jsxs)(`div`,{className:`mt-1 flex items-center gap-2 text-[11px] text-gray-400`,children:[(0,F.jsx)(`span`,{className:`min-w-0 truncate`,children:a}),t?(0,F.jsx)(`span`,{"aria-label":p(`chatSessionUnread`),className:`ml-auto h-2 w-2 shrink-0 rounded-full bg-primary`}):(0,F.jsx)(`span`,{className:`ml-auto shrink-0`,children:o})]})]}),u>0&&f?(0,F.jsxs)(`button`,{type:`button`,onClick:e=>{e.stopPropagation(),f()},className:g(`absolute right-6 top-0 inline-flex h-5 items-center gap-1 rounded-md px-1.5 text-[10px] font-medium text-gray-400 transition-all hover:bg-white hover:text-gray-900`,e?`opacity-100`:`opacity-0 group-hover/session:opacity-100 group-focus-within/session:opacity-100`),"aria-label":p(`chatSessionOpenChildSessions`),title:p(`chatSessionOpenChildSessions`),children:[(0,F.jsx)(go,{className:`h-3.5 w-3.5`}),(0,F.jsx)(`span`,{children:u})]}):null,n?(0,F.jsx)(`span`,{className:`absolute right-0 top-0 inline-flex h-5 w-5 items-center justify-center transition-opacity group-hover/session:opacity-0 group-focus-within/session:opacity-0`,children:(0,F.jsx)(JW,{status:n})}):null,(0,F.jsx)(Zt,{icon:(0,F.jsx)(No,{className:`h-3 w-3`}),label:p(`edit`),tooltip:!1,onClick:e=>{e.stopPropagation(),m()},className:g(`absolute right-0 top-0 inline-flex h-5 w-5 items-center justify-center rounded-md text-gray-400 transition-all hover:bg-white hover:text-gray-900`,`opacity-0 group-hover/session:opacity-100 group-focus-within/session:opacity-100`)})]})}function ZW({sessionKey:e,active:t,showUnreadDot:n,runStatus:r,context:i,title:a,previewText:o,trailingText:s,agentId:c,agentLabel:l,agentAvatarUrl:u,childSessionCount:d,isEditing:f,draftLabel:p,isSaving:m,onSelect:h,onOpenChildSessions:_,onStartEditing:v,onDraftLabelChange:y,onSave:b,onCancel:x}){return(0,F.jsx)(`div`,{className:g(`w-full rounded-xl px-3 py-2.5 text-left transition-all text-[13px]`,t?`bg-gray-200 text-gray-900 font-semibold shadow-sm`:`text-gray-700 hover:bg-gray-200/60 hover:text-gray-900`),children:f?(0,F.jsx)(YW,{sessionKey:e,draftLabel:p,isSaving:m,onDraftLabelChange:y,onSave:b,onCancel:x}):(0,F.jsx)(XW,{active:t,showUnreadDot:n,runStatus:r,context:i,title:a,previewText:o,trailingText:s,agentId:c,agentLabel:l,agentAvatarUrl:u,onSelect:h,childSessionCount:d,onOpenChildSessions:_,onStartEditing:v})})}function QW(e){let{item:t,selectedSessionKey:n,optimisticReadAtBySessionKey:r,agentsById:i,childSessionsByParentKey:a,editingSessionKey:o,draftLabel:s,savingSessionKey:c,sessionTypeOptions:l,sessionTitle:u,onSelectSession:d,onOpenChildSessions:f,onStartEditingSessionLabel:p,onDraftLabelChange:m,onSaveSessionLabel:h,onCancelEditingSessionLabel:g}=e,{session:_,runStatus:v}=t,y=n===_.key,b=r[_.key],x=b&&_.readAt?b.localeCompare(_.readAt)>0?b:_.readAt:b??_.readAt,S=a.get(_.key)??[],C=_.agentId?i.get(_.agentId)?.displayName??_.agentId:null,w=fH(_)??`${C?.trim()?`${C} · `:``}${_.messageCount}`;return(0,F.jsx)(ZW,{sessionKey:_.key,active:y,showUnreadDot:FF({active:y,lastMessageAt:_.lastMessageAt,readAt:x,runStatus:v}),runStatus:v,context:NV(_,l),title:u(_),previewText:w,trailingText:gH(_.lastMessageAt??_.createdAt),agentId:_.agentId??null,agentLabel:C,agentAvatarUrl:_.agentId?i.get(_.agentId)?.avatarUrl??null:null,childSessionCount:S.length,isEditing:o===_.key,draftLabel:s,isSaving:c===_.key,onSelect:()=>d(_.key),onOpenChildSessions:()=>f(_.key,S[0]?.session.key??null),onStartEditing:()=>p(_),onDraftLabelChange:m,onSave:()=>h(_),onCancel:g})}function $W(e){let{option:t,onSelect:n}=e,r=t.ready===!1?t.reasonMessage?.trim()||p(`statusSetup`):null;return(0,F.jsx)(`button`,{type:`button`,onClick:n,className:`w-full rounded-2xl px-3 py-2.5 text-left transition-colors hover:bg-gray-50`,children:(0,F.jsx)(`div`,{className:`flex items-start gap-3`,children:(0,F.jsxs)(`div`,{className:`flex min-w-0 flex-1 items-start gap-2.5`,children:[t.icon?.src?(0,F.jsx)(`span`,{className:`inline-flex h-5 w-5 shrink-0 items-center justify-center pt-0.5`,children:(0,F.jsx)(RV,{icon:{kind:`runtime-image`,src:t.icon.src,alt:t.icon.alt??null,name:t.label}})}):(0,F.jsx)(`span`,{className:`inline-flex h-5 w-5 shrink-0 items-center justify-center pt-0.5 text-gray-400`,children:(0,F.jsx)(Ia,{className:`h-4 w-4`})}),(0,F.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-3`,children:[(0,F.jsx)(`div`,{className:`truncate text-[13px] font-semibold text-gray-900`,children:t.label}),(0,F.jsx)(ss,{status:t.ready===!1?`warning`:`ready`,label:t.ready===!1?p(`statusSetup`):p(`statusReady`),className:`bg-transparent px-0`})]}),r?(0,F.jsx)(`div`,{className:`mt-1 pr-4 text-[11px] leading-4 text-gray-500`,children:r}):null]})]})})})}function eG({className:e,onSelect:t,options:n,title:r=p(`chatSessionTypeLabel`),titleClassName:i}){return(0,F.jsxs)(`div`,{className:g(`space-y-1`,e),children:[(0,F.jsx)(`div`,{className:g(`px-3 pb-1 pt-2 text-[10px] font-semibold uppercase tracking-[0.18em] text-gray-400`,i),children:r}),n.map(e=>(0,F.jsx)($W,{option:e,onSelect:()=>t(e.value)},e.value))]})}function tG(e,t){return t.some(t=>t.value===e)?e:t[0]?.value??e}function nG(e){let{groups:t,defaultSessionType:n,sessionTypeOptions:r,renderSessionItem:i,onCreateSession:a}=e,[o,s]=(0,P.useState)(null),c=(0,P.useMemo)(()=>tG(n,r),[n,r]),l=r.length>1;return(0,F.jsx)(`div`,{className:`space-y-3`,children:t.map(e=>{let t=`${p(`chatSidebarNewTask`)} · ${e.projectName}`;return(0,F.jsxs)(`div`,{children:[(0,F.jsxs)(`div`,{className:`flex items-center justify-between gap-2 px-2 py-0.5`,children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,F.jsx)(`div`,{className:`truncate text-[11px] font-medium uppercase tracking-wider text-gray-500`,title:e.projectRoot,children:e.projectName}),(0,F.jsx)(`span`,{className:`shrink-0 text-[10px] text-gray-400`,children:e.items.length})]}),l?(0,F.jsxs)(qR,{open:o===e.projectRoot,onOpenChange:t=>{s(t?e.projectRoot:null)},children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(Zt,{icon:(0,F.jsx)(cn,{className:`h-3.5 w-3.5`}),label:t,tooltip:!1,className:`h-7 w-7 shrink-0 rounded-lg text-gray-400 hover:bg-white hover:text-gray-900`})}),(0,F.jsx)(YR,{align:`end`,className:`w-56 rounded-2xl border border-gray-200/80 bg-white p-1.5 shadow-[0_24px_60px_-28px_rgba(15,23,42,0.38)]`,children:(0,F.jsx)(eG,{options:r,onSelect:t=>{a(t,e.projectRoot),s(null)}})})]}):(0,F.jsx)(Zt,{icon:(0,F.jsx)(cn,{className:`h-3.5 w-3.5`}),label:t,className:`h-7 w-7 shrink-0 rounded-lg text-gray-400 hover:bg-white hover:text-gray-900`,onClick:()=>a(c,e.projectRoot)})]}),(0,F.jsx)(`div`,{className:`space-y-0.5 pl-2`,children:e.items.map(i)})]},e.projectRoot)})})}function rG({label:e}){return(0,F.jsxs)(`div`,{className:`p-4 text-center`,children:[(0,F.jsx)(Oo,{className:`mx-auto mb-2 h-6 w-6 text-gray-300`}),(0,F.jsx)(`div`,{className:`text-xs text-gray-500`,children:e})]})}function iG({defaultSessionType:e,groups:t,isLoading:n,isProjectFirstView:r,onCreateSession:i,projectGroups:a,renderSessionItem:o,sessionTypeOptions:s}){return n?(0,F.jsx)(`div`,{className:`p-3 text-xs text-gray-500`,children:p(`sessionsLoading`)}):r?a.length===0?(0,F.jsx)(rG,{label:p(`chatSidebarProjectViewEmpty`)}):(0,F.jsx)(nG,{groups:a,defaultSessionType:e,sessionTypeOptions:s,renderSessionItem:o,onCreateSession:i}):t.length===0?(0,F.jsx)(rG,{label:p(`sessionsEmpty`)}):(0,F.jsx)(`div`,{className:`space-y-3`,children:t.map(e=>(0,F.jsxs)(`div`,{children:[(0,F.jsx)(`div`,{className:`px-2 py-1 text-[11px] font-medium uppercase tracking-wider text-gray-400`,children:e.label}),(0,F.jsx)(`div`,{className:`space-y-0.5`,children:e.items.map(o)})]},e.label))})}function aG(e){let t=e.sessionTypeOptions.find(t=>t.value===e.defaultSessionType);return[...t?[t]:[],...e.nonDefaultSessionTypeOptions]}function oG(e){let{query:t,defaultSessionType:n,nonDefaultSessionTypeOptions:r,isCreateMenuOpen:i,onCreateMenuOpenChange:a,onCreateSession:o,onQueryChange:s}=e;return(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)(`div`,{className:`px-4 pb-3`,children:(0,F.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,F.jsxs)(O,{variant:`primary`,className:g(`min-w-0 rounded-xl`,r.length>0?`flex-1 rounded-r-md`:`w-full`),onClick:()=>{a(!1),o(n)},children:[(0,F.jsx)(cn,{className:`mr-2 h-4 w-4`}),p(`chatSidebarNewTask`)]}),r.length>0?(0,F.jsxs)(qR,{open:i,onOpenChange:a,children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(Zt,{icon:(0,F.jsx)(dt,{className:`h-4 w-4`}),label:p(`chatSessionTypeLabel`),tooltip:!1,className:`h-9 w-10 shrink-0 rounded-xl rounded-l-md bg-primary text-primary-foreground shadow-sm hover:bg-primary-600 hover:text-primary-foreground active:bg-primary-700`})}),(0,F.jsx)(YR,{align:`end`,className:`w-56 rounded-2xl border border-gray-200/80 bg-white p-1.5 shadow-[0_24px_60px_-28px_rgba(15,23,42,0.38)]`,children:(0,F.jsx)(eG,{options:r,onSelect:e=>{o(e),a(!1)}})})]}):null]})}),(0,F.jsx)(`div`,{className:`px-4 pb-3`,children:(0,F.jsxs)(`div`,{className:`relative`,children:[(0,F.jsx)(Wt,{className:`absolute left-3 top-2.5 h-3.5 w-3.5 text-gray-400`}),(0,F.jsx)(D,{value:t,onChange:e=>s(e.target.value),placeholder:p(`chatSidebarSearchPlaceholder`),className:`h-9 rounded-lg pl-8 text-xs`})]})})]})}function sG(e){let{query:t,defaultSessionType:n,sessionTypeOptions:r,nonDefaultSessionTypeOptions:i,isCreateMenuOpen:a,onCreateMenuOpenChange:o,onCreateSession:s,onQueryChange:c}=e,l=aG({defaultSessionType:n,sessionTypeOptions:r,nonDefaultSessionTypeOptions:i}),u=l.length>1;return(0,F.jsx)(`div`,{className:`px-4 pb-2 pt-1`,children:(0,F.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,F.jsxs)(`div`,{className:`relative min-w-0 flex-1`,children:[(0,F.jsx)(Wt,{className:`absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-gray-400`}),(0,F.jsx)(D,{value:t,onChange:e=>c(e.target.value),placeholder:p(`chatSidebarSearchPlaceholder`),className:`h-9 rounded-full border-transparent bg-gray-100/80 pl-9 pr-3 text-[13px] shadow-none focus:border-gray-200/80 focus:bg-white`})]}),u?(0,F.jsxs)(qR,{open:a,onOpenChange:o,children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsx)(Zt,{icon:(0,F.jsx)(cn,{className:`h-4 w-4`}),label:p(`chatSidebarNewTask`),tooltip:!1,className:`h-9 w-9 shrink-0 rounded-full bg-gray-100/80 text-gray-700 shadow-none hover:bg-gray-200/80 hover:text-gray-900`})}),(0,F.jsx)(YR,{align:`end`,className:`w-60 rounded-3xl border border-gray-200/80 bg-white p-2 shadow-[0_24px_70px_-30px_rgba(15,23,42,0.45)]`,children:(0,F.jsx)(eG,{options:l,title:p(`chatSidebarNewTask`),titleClassName:`pb-1.5 text-[11px] font-medium normal-case tracking-normal`,onSelect:e=>{s(e),o(!1)}})})]}):(0,F.jsx)(Zt,{icon:(0,F.jsx)(cn,{className:`h-4 w-4`}),label:p(`chatSidebarNewTask`),className:`h-9 w-9 shrink-0 rounded-full bg-gray-100/80 text-gray-700 shadow-none hover:bg-gray-200/80 hover:text-gray-900`,onClick:()=>s(n)})]})})}function cG({isOpen:e,onOpenChange:t,currentTheme:n,currentThemeLabel:r,themeOptions:i,onSelectTheme:a,currentLanguage:o,currentLanguageLabel:s,languageOptions:c,onSelectLanguage:l,onOpenDocs:u,onOpenApps:d}){let f=()=>{u(),t(!1)},m=()=>{d(),t(!1)};return(0,F.jsxs)(qR,{open:e,onOpenChange:t,children:[(0,F.jsx)(JR,{asChild:!0,children:(0,F.jsxs)(`button`,{type:`button`,"aria-label":p(`settingsMenu`),className:`flex w-full items-center gap-2.5 rounded-xl px-3 py-2 text-[13px] font-medium text-gray-600 transition-all duration-base hover:bg-gray-200/60 hover:text-gray-800`,children:[(0,F.jsx)(Bo,{className:`h-4 w-4 shrink-0 text-gray-400`}),(0,F.jsx)(`span`,{className:`min-w-0 flex-1 text-left`,children:p(`settings`)}),(0,F.jsxs)(`span`,{className:`max-w-[112px] truncate text-[13px] text-gray-500`,children:[r,` / `,s]})]})}),(0,F.jsxs)(YR,{side:`top`,align:`start`,className:`w-64 p-2`,children:[(0,F.jsxs)(`div`,{className:`space-y-1`,children:[(0,F.jsxs)(ma,{to:`/settings`,onClick:()=>t(!1),className:`flex w-full items-center gap-2.5 rounded-lg px-3 py-2 text-[13px] font-medium text-gray-700 transition-colors hover:bg-gray-100`,children:[(0,F.jsx)(Bo,{className:`h-4 w-4 text-gray-400`}),(0,F.jsx)(`span`,{className:`flex-1 text-left`,children:p(`settings`)})]}),(0,F.jsxs)(`button`,{type:`button`,onClick:f,className:`flex w-full items-center gap-2.5 rounded-lg px-3 py-2 text-[13px] font-medium text-gray-700 transition-colors hover:bg-gray-100`,children:[(0,F.jsx)(Fa,{className:`h-4 w-4 text-gray-400`}),(0,F.jsx)(`span`,{className:`flex-1 text-left`,children:p(`docBrowserHelp`)})]}),(0,F.jsxs)(`button`,{type:`button`,onClick:m,className:`flex w-full items-center gap-2.5 rounded-lg px-3 py-2 text-[13px] font-medium text-gray-700 transition-colors hover:bg-gray-100`,children:[(0,F.jsx)(Xt,{className:`h-4 w-4 text-gray-400`}),(0,F.jsx)(`span`,{className:`flex-1 text-left`,children:p(`appsTitle`)})]})]}),(0,F.jsx)(`div`,{className:`my-2 h-px bg-gray-200/70`}),(0,F.jsx)(lG,{icon:jo,label:p(`theme`),options:i,value:n,valueLabel:r,onSelect:a,onCloseMenu:()=>t(!1)}),(0,F.jsx)(lG,{icon:xo,label:p(`language`),options:c,value:o,valueLabel:s,onSelect:l,onCloseMenu:()=>t(!1)})]})]})}function lG({icon:e,label:t,options:n,value:r,valueLabel:i,onSelect:a,onCloseMenu:o}){return(0,F.jsxs)(kt,{value:r,onOpenChange:e=>{e||o()},onValueChange:e=>a(e),children:[(0,F.jsxs)(xt,{"aria-label":t,className:`h-auto w-full rounded-lg border-0 bg-transparent px-3 py-2 text-[13px] font-medium text-gray-700 shadow-none hover:bg-gray-100 focus:ring-0`,indicator:(0,F.jsx)(Va,{className:`h-4 w-4 text-gray-400`}),children:[(0,F.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2.5`,children:[(0,F.jsx)(e,{className:`h-4 w-4 shrink-0 text-gray-400`}),(0,F.jsx)(`span`,{className:`text-left`,children:t})]}),(0,F.jsx)(`span`,{className:`ml-auto max-w-[96px] truncate text-[13px] text-gray-500`,children:i})]}),(0,F.jsx)(wt,{side:`right`,align:`center`,sideOffset:6,className:`z-[var(--z-tooltip)] min-w-[7rem] rounded-lg`,viewportClassName:`h-auto min-w-[7rem] w-auto`,children:n.map(e=>(0,F.jsx)(Dt,{value:e.value,className:`text-[13px]`,children:e.label},e.value))})]})}var uG=h(()=>({supported:!1,initialized:!1,busyAction:null,snapshot:null})),dG=new class{constructor(){this.start=async()=>{let e=this.getDesktopApi();if(!e){this.markUnsupported();return}uG.setState({supported:!0,initialized:!1,busyAction:`loading`});try{let t=await e.getPresenceState();uG.setState({supported:!0,initialized:!0,busyAction:null,snapshot:t})}catch(e){uG.setState({supported:!0,initialized:!0,busyAction:null}),j.error(`${p(`runtimePresenceLoadFailed`)}: ${this.getErrorMessage(e)}`)}},this.markUnsupported=()=>{uG.setState({supported:!1,initialized:!0,busyAction:null,snapshot:null})},this.updatePreferences=async e=>{let t=this.getDesktopApi();if(!t)throw Error(p(`runtimePresenceLaunchAtLoginUnavailable`));uG.setState({busyAction:`saving-preferences`});try{let n=await t.updatePresencePreferences(e);return uG.setState({supported:!0,initialized:!0,snapshot:n}),j.success(p(`runtimePresenceSaved`)),n}catch(e){throw j.error(`${p(`runtimePresenceSaveFailed`)}: ${this.getErrorMessage(e)}`),e}finally{uG.setState({busyAction:null})}},this.getDesktopApi=()=>typeof window>`u`?null:window.nextclawDesktop??null,this.getErrorMessage=e=>e instanceof Error?e.message:p(`error`)}},fG=h(()=>({supported:!1,initialized:!1,busyAction:null,snapshot:null}));new class{constructor(){this.unsubscribe=null,this.subscriptionCount=0,this.start=async()=>{this.subscriptionCount+=1;let e=this.getDesktopApi();if(!e){fG.setState({supported:!1,initialized:!0,snapshot:null});return}this.unsubscribe||=e.onUpdateStateChanged(e=>{fG.setState({supported:!0,initialized:!0,snapshot:e})}),fG.setState({supported:!0,initialized:!1});try{let t=await e.getUpdateState();fG.setState({supported:!0,initialized:!0,snapshot:t})}catch(e){fG.setState({supported:!0,initialized:!0}),j.error(`${p(`desktopUpdatesLoadFailed`)}: ${this.getErrorMessage(e)}`)}},this.stop=()=>{this.subscriptionCount=Math.max(0,this.subscriptionCount-1),!(this.subscriptionCount>0)&&(this.unsubscribe?.(),this.unsubscribe=null)},this.checkForUpdates=async()=>{let e;try{e=await this.runSnapshotCommand(`checking`,p(`desktopUpdatesCheckFailed`),async e=>await e.checkForUpdates())}catch{return}if(e.status===`up-to-date`){j.success(p(`desktopUpdatesAlreadyLatest`));return}if(e.status===`update-available`){j.success(p(`desktopUpdatesAvailable`).replace(`{version}`,e.availableVersion??p(`desktopUpdatesUnknownVersion`)));return}if(e.status===`downloaded`){j.success(p(`desktopUpdatesReadyToApply`));return}e.status===`failed`&&e.errorMessage&&j.error(e.errorMessage)},this.downloadUpdate=async()=>{let e;try{e=await this.runSnapshotCommand(`downloading`,p(`desktopUpdatesDownloadFailed`),async e=>await e.downloadUpdate())}catch{return}e.status===`downloaded`&&j.success(p(`desktopUpdatesReadyToApply`))},this.applyDownloadedUpdate=async()=>{try{await this.runSnapshotCommand(`applying`,p(`desktopUpdatesApplyFailed`),async e=>await e.applyDownloadedUpdate())}catch{return}},this.updatePreferences=async e=>{try{await this.runSnapshotCommand(`saving-preferences`,p(`desktopUpdatesPreferencesFailed`),async t=>await t.updatePreferences(e))}catch{return}},this.updateChannel=async e=>{if(fG.getState().snapshot?.channel===e)return;let t;try{t=await this.runSnapshotCommand(`switching-channel`,p(`desktopUpdatesChannelChangeFailed`),async t=>await t.updateChannel(e))}catch{return}if(t.status===`update-available`&&t.availableVersion){j.success(p(`desktopUpdatesChannelChangedWithUpdate`).replace(`{channel}`,this.getChannelLabel(e)).replace(`{version}`,t.availableVersion));return}j.success(p(`desktopUpdatesChannelChanged`).replace(`{channel}`,this.getChannelLabel(e)))},this.runSnapshotCommand=async(e,t,n)=>{let r=this.getDesktopApi();if(!r)throw Error(p(`desktopUpdatesDesktopOnlyDescription`));fG.setState({busyAction:e});try{let e=await n(r);return fG.setState({snapshot:e}),e}catch(e){throw j.error(`${t}: ${this.getErrorMessage(e)}`),e}finally{fG.setState({busyAction:null})}},this.getDesktopApi=()=>typeof window>`u`?null:window.nextclawDesktop??null,this.getErrorMessage=e=>e instanceof Error?e.message:p(`error`),this.getChannelLabel=e=>p(e===`beta`?`desktopUpdatesChannelBeta`:`desktopUpdatesChannelStable`)}};function pG(e,t){let n=e.toLowerCase(),r=t.toLowerCase();return n===r||n.startsWith(`${r}/`)}function mG(e){let t=e.toLowerCase();return t===`/chat`||t.startsWith(`/chat/`)||t===`/skills`||t.startsWith(`/skills/`)||t===`/cron`||t.startsWith(`/cron/`)||t===`/agents`||t.startsWith(`/agents/`)}function hG(e){let t=e.toLowerCase();return t.startsWith(`/chat/`)&&t!==`/chat`}function gG(e){return[{target:`/chat`,label:e(`chat`),icon:Eo},{target:`/skills`,label:e(`marketplaceFilterSkills`),icon:Ra},{target:`/agents`,label:e(`agentsPageTitle`),icon:Ia},{target:`/settings`,label:e(`settings`),icon:Bo}]}function _G(e){return[{target:`/model`,label:e(`model`),icon:Xa},{target:`/providers`,label:e(`providers`),icon:Go},{target:`/channels`,label:e(`channels`),icon:ko},{target:`/search`,label:e(`searchChannels`),icon:Wt},{target:`/runtime`,label:e(`runtime`),icon:Xa},{target:`/updates`,label:e(`updates`),icon:Za},{target:`/remote`,label:e(`remote`),icon:es},{target:`/security`,label:e(`security`),icon:Uo},{target:`/secrets`,label:e(`secrets`),icon:bo},{target:`/marketplace/mcp`,label:e(`marketplaceFilterMcp`),icon:ts}]}function vG(e){return[{target:`/language`,label:e(`language`),icon:xo},..._G(e)]}function yG(e){let t=e.toLowerCase();return t===`/settings`?!0:vG(e=>e).some(e=>pG(t,e.target))}function bG(e,t){let n=e.toLowerCase(),r=vG(t);if(hG(n))return{title:t(`chat`),backTarget:`/chat`,backLabel:t(`chat`)};if(n===`/chat`)return{title:t(`chat`),backTarget:null,backLabel:null};if(n===`/skills`||n.startsWith(`/skills/`))return{title:t(`marketplaceFilterSkills`),backTarget:null,backLabel:null};if(n===`/agents`||n.startsWith(`/agents/`))return{title:t(`agentsPageTitle`),backTarget:null,backLabel:null};if(n===`/settings`)return{title:t(`settings`),backTarget:null,backLabel:null};for(let e of r)if(pG(n,e.target))return{title:e.label,backTarget:`/settings`,backLabel:t(`settings`)};return{title:t(`settings`),backTarget:null,backLabel:null}}function xG(){let{language:e,setLanguage:t}=IN();return{currentLanguage:e,currentLanguageLabel:s.find(t=>t.value===e)?.label??e,languageOptions:s,selectLanguage:(0,P.useCallback)(n=>{e!==n&&(t(n),window.location.reload())},[e,t])}}function SG(){let{currentLanguage:e,currentLanguageLabel:t,languageOptions:n,selectLanguage:r}=xG();return(0,F.jsxs)(`section`,{className:`mx-auto w-full max-w-3xl space-y-4`,children:[(0,F.jsx)(`div`,{className:`rounded-3xl border border-gray-200/80 bg-white p-5 shadow-card`,children:(0,F.jsxs)(`div`,{className:`flex items-start gap-3`,children:[(0,F.jsx)(`div`,{className:`flex h-10 w-10 shrink-0 items-center justify-center rounded-2xl bg-gray-100 text-gray-600`,children:(0,F.jsx)(xo,{className:`h-4 w-4`})}),(0,F.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,F.jsx)(`h2`,{className:`text-base font-semibold text-gray-900`,children:p(`language`)}),(0,F.jsx)(`p`,{className:`mt-1 text-sm text-gray-500`,children:t})]})]})}),(0,F.jsx)(`div`,{className:`overflow-hidden rounded-3xl border border-gray-200/80 bg-white shadow-card`,children:n.map(t=>{let n=t.value===e;return(0,F.jsxs)(`button`,{type:`button`,onClick:()=>r(t.value),className:g(`flex w-full items-center justify-between gap-3 border-b border-gray-100 px-5 py-4 text-left text-sm transition-colors last:border-b-0`,n?`bg-gray-50 text-gray-900`:`text-gray-700 hover:bg-gray-50/70`),"aria-current":n?`true`:void 0,children:[(0,F.jsx)(`span`,{className:`font-medium`,children:t.label}),n?(0,F.jsx)(ct,{className:`h-4 w-4 text-gray-700`}):null]},t.value)})})]})}function CG({mode:e}){let t=pq(),n=vn(),r=cs(),{currentLanguage:i,currentLanguageLabel:a,languageOptions:o,selectLanguage:s}=xG(),{theme:c,setTheme:l}=HW(),u=e===`settings`,d=p(lW.find(e=>e.value===c)?.labelKey??`themeWarm`),f=r.data?.account.email?.trim(),m=!!r.data?.account.loggedIn,h=e=>{c!==e&&l(e)},_=[{target:`/chat`,label:p(`chat`),icon:Eo},{target:`/chat/cron`,label:p(`cron`),icon:ja},{target:`/chat/skills`,label:p(`marketplaceFilterSkills`),icon:Ra},{target:`/agents`,label:p(`agentsPageTitle`),icon:Ia}],v=_G(p),y=u?v:_,b=u?`compact`:`default`;return(0,F.jsxs)(`aside`,{className:`w-[240px] shrink-0 flex h-full min-h-0 flex-col overflow-hidden bg-secondary px-4 pb-6`,children:[u?(0,F.jsx)(`div`,{className:`shrink-0 px-2 py-2.5`,children:(0,F.jsxs)(`div`,{className:`flex items-center gap-2 px-1 py-1`,"data-testid":`settings-sidebar-header`,children:[(0,F.jsxs)(ma,{to:`/chat`,className:`group inline-flex min-w-0 items-center gap-1.5 rounded-lg px-1 py-1 text-[12px] font-medium text-gray-500 transition-colors hover:bg-gray-200/60 hover:text-gray-900`,children:[(0,F.jsx)(Ut,{className:`h-3.5 w-3.5 shrink-0 text-gray-400 group-hover:text-gray-700`}),(0,F.jsx)(`span`,{className:`truncate`,children:p(`backToMain`)})]}),(0,F.jsx)(`span`,{className:`h-4 w-px shrink-0 bg-[#dddfe6]`,"aria-hidden":`true`}),(0,F.jsx)(`h1`,{className:`truncate text-[15px] font-semibold tracking-[-0.01em] text-gray-800`,children:p(`settings`)})]})}):(0,F.jsx)(`div`,{className:`shrink-0 px-2 py-2.5`,children:(0,F.jsx)(UU,{className:`flex items-center gap-2.5 cursor-pointer`})}),(0,F.jsxs)(`div`,{className:`flex min-h-0 flex-1 flex-col`,children:[(0,F.jsx)(`nav`,{className:`custom-scrollbar min-h-0 flex-1 overflow-y-auto pr-1`,children:(0,F.jsx)(`ul`,{className:g(u?`space-y-0.5 pb-3`:`space-y-1 pb-4`),children:y.map(e=>(0,F.jsx)(`li`,{children:(0,F.jsx)(GW,{to:e.target,label:e.label,icon:e.icon,density:b})},e.target))})}),(0,F.jsxs)(`div`,{className:g(`shrink-0 border-t border-[#dde0ea] bg-secondary`,u?`mt-2 pt-3`:`mt-3 pt-3`),children:[u?(0,F.jsx)(KW,{onClick:()=>t.accountManager.openAccountPanel(),icon:bo,label:p(`remoteAccountEntryManage`),density:`compact`,className:`mb-1.5`,trailing:m?f||p(`remoteAccountEntryConnected`):p(`remoteAccountEntryDisconnected`),trailingClassName:`max-w-[92px] truncate text-right`,testId:`settings-sidebar-account-entry`,trailingTestId:`settings-sidebar-account-status`}):null,e===`main`&&(0,F.jsx)(`div`,{className:`mb-2`,children:(0,F.jsx)(GW,{to:`/settings`,label:p(`settings`),icon:Bo})}),(0,F.jsx)(`div`,{className:`mb-2`,children:(0,F.jsx)(qW,{value:c,onValueChange:e=>h(e),icon:jo,label:p(`theme`),valueLabel:d,density:b,children:lW.map(e=>(0,F.jsx)(Dt,{value:e.value,className:`text-xs`,children:p(e.labelKey)},e.value))})}),(0,F.jsx)(`div`,{className:`mb-2`,children:(0,F.jsx)(qW,{value:i,onValueChange:e=>s(e),icon:xo,label:p(`language`),valueLabel:a,density:b,children:o.map(e=>(0,F.jsx)(Dt,{value:e.value,className:`text-xs`,children:e.label},e.value))})}),(0,F.jsx)(KW,{onClick:()=>n.open(void 0,{kind:`docs`,title:p(`docBrowserHelp`)}),icon:Fa,label:p(`docBrowserHelp`),density:b})]})]})]})}var wG=[{action:`minimize`,label:`Minimize`,icon:Ao},{action:`close`,label:`Close`,icon:ln,variant:`danger`}];function TG(){let e=DG()?{action:`toggle-maximize`,label:`Restore`,icon:Ya}:{action:`toggle-maximize`,label:`Maximize`,icon:qo};return(0,F.jsxs)(`header`,{className:`desktop-window-drag relative flex h-[var(--desktop-titlebar-height)] shrink-0 bg-secondary after:absolute after:bottom-0 after:left-[var(--desktop-sidebar-width)] after:right-0 after:border-b after:border-[#ebe7dc]/80`,"data-testid":`desktop-window-chrome`,children:[(0,F.jsx)(`div`,{className:`desktop-window-no-drag absolute left-0 right-0 top-0 h-1`,"data-testid":`desktop-window-chrome-resize-strip`}),(0,F.jsx)(`div`,{className:`desktop-window-drag relative z-10 flex h-full w-[var(--desktop-sidebar-width)] shrink-0 items-center bg-secondary pl-4 pr-3 text-secondary-foreground`,"data-testid":`desktop-window-chrome-sidebar`,children:(0,F.jsx)(UU,{className:`flex min-w-0 shrink-0 items-center gap-2.5`,density:`chrome`})}),(0,F.jsx)(`div`,{className:`desktop-window-no-drag absolute right-0 top-0 z-20 flex h-full w-[var(--desktop-caption-safe-right)] items-start justify-end`,"data-testid":`desktop-window-controls`,children:[wG[0],e,wG[1]].map(e=>(0,F.jsx)(EG,{control:e},e.action))})]})}function EG({control:e}){let t=e.icon;return(0,F.jsx)(`button`,{type:`button`,"aria-label":e.label,title:e.label,className:e.variant===`danger`?`desktop-window-no-drag flex h-10 w-[46px] items-center justify-center text-gray-700 transition-colors hover:bg-red-500 hover:text-white`:`desktop-window-no-drag flex h-10 w-[46px] items-center justify-center text-gray-700 transition-colors hover:bg-black/10`,onClick:()=>{window.nextclawDesktop?.controlWindow?.(e.action)},children:(0,F.jsx)(t,{className:`h-3.5 w-3.5`})})}function DG(){let[e,t]=(0,P.useState)(!1);return(0,P.useEffect)(()=>{let e=!0,n=window.nextclawDesktop;n?.getWindowState?.().then(n=>{e&&t(n.isMaximized)});let r=n?.onWindowStateChanged?.(e=>{t(e.isMaximized)});return()=>{e=!1,r?.()}},[]),e}function OG(){return typeof window>`u`?null:AG()??window.nextclawDesktop?.platform??null}function kG(){return OG()===`win32`}function AG(){return null}function jG(e,t){if(t===`/settings`)return yG(e);let n=e.toLowerCase(),r=t.toLowerCase();return n===r||n.startsWith(`${r}/`)}function MG(){let{pathname:e}=Gr(),t=gG(p);return(0,F.jsx)(`nav`,{"data-testid":`mobile-bottom-nav`,"aria-label":p(`settings`),className:`shrink-0 border-t border-gray-200/80 bg-white/95 backdrop-blur-sm`,style:{paddingBottom:`calc(env(safe-area-inset-bottom, 0px) + 0.25rem)`},children:(0,F.jsx)(`ul`,{className:`grid grid-cols-4 gap-1 px-2 pt-1`,children:t.map(t=>{let n=jG(e,t.target);return(0,F.jsx)(`li`,{children:(0,F.jsx)(pa,{to:t.target,"aria-current":n?`page`:void 0,className:g(`group flex min-h-[2.875rem] items-center justify-center rounded-xl px-1 py-1 text-[10px] font-medium transition-colors`,n?`text-gray-900`:`text-gray-500 hover:text-gray-800`),children:(0,F.jsxs)(`span`,{"data-testid":n?`mobile-nav-active-indicator`:void 0,className:g(`inline-flex max-w-full min-w-14 flex-col items-center justify-center gap-0.5 rounded-xl px-2 py-1 transition-colors`,n?`bg-gray-100`:`bg-transparent group-hover:bg-gray-50`),children:[(0,F.jsx)(t.icon,{className:g(`h-3.5 w-3.5`,n?`text-gray-900`:`text-gray-400`)}),(0,F.jsx)(`span`,{className:`max-w-full truncate`,children:t.label})]})})},t.target)})})})}function NG({leadingInset:e}){let t=Jr(),{pathname:n}=Gr(),r=bG(n,p);return(0,F.jsx)(`header`,{"data-testid":`mobile-topbar`,className:`shrink-0 border-b border-gray-200/80 bg-white/95 backdrop-blur-sm`,style:{paddingTop:`calc(env(safe-area-inset-top, 0px) + 0.25rem)`},children:(0,F.jsxs)(`div`,{className:`flex min-h-[2.75rem] items-center gap-2 py-1.5 pl-3 pr-3`,style:{paddingLeft:e?`calc(${e} + 0.75rem)`:void 0},children:[r.backTarget?(0,F.jsx)(`button`,{type:`button`,onClick:()=>t(r.backTarget),className:`inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-full border border-gray-200 text-gray-600 transition-colors hover:bg-gray-50 hover:text-gray-900`,"aria-label":r.backLabel??p(`backToMain`),children:(0,F.jsx)(Ut,{className:`h-4 w-4`})}):null,(0,F.jsx)(`div`,{className:`min-w-0 flex-1`,children:(0,F.jsx)(`h1`,{className:`truncate text-center text-[15px] font-semibold text-gray-900`,children:r.title})}),r.backTarget?(0,F.jsx)(`div`,{className:`h-8 w-8 shrink-0`,"aria-hidden":`true`}):null]})})}var PG=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{DocBrowser:e}=await import(`./doc-browser-B6Wc_TIY.js`);return{DocBrowser:e}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9]))).DocBrowser}));function FG({pathname:e,isDocBrowserOpen:t,docBrowserDockControls:n,docBrowserRenderers:r={},topbarLeadingInset:i,children:a}){let o=mG(e),s=!hG(e),c=!hG(e);return(0,F.jsxs)(`div`,{className:`flex h-[100svh] flex-col bg-background font-sans text-foreground supports-[height:100dvh]:h-[100dvh]`,children:[s?(0,F.jsx)(NG,{leadingInset:i}):null,(0,F.jsx)(`div`,{className:`relative flex-1 min-h-0 overflow-hidden`,children:o?(0,F.jsx)(`div`,{className:`h-full min-h-0 overflow-hidden`,children:a}):(0,F.jsx)(`main`,{className:`h-full overflow-auto px-4 py-4 custom-scrollbar`,children:(0,F.jsx)(`div`,{className:`mx-auto max-w-3xl animate-fade-in`,children:a})})}),c?(0,F.jsx)(MG,{}):null,t?(0,F.jsx)(P.Suspense,{fallback:null,children:(0,F.jsx)(PG,{customTabRenderers:r,displayMode:`fullscreen`,dockControls:n})}):null]})}function IG(){let e=vG(p);return(0,F.jsx)(`div`,{"data-testid":`mobile-settings-shell`,className:`space-y-3 pb-4`,children:e.map(e=>(0,F.jsxs)(ma,{to:e.target,className:({isActive:e})=>g(`flex items-center gap-3 rounded-2xl border border-gray-200/80 bg-white px-4 py-4 shadow-card transition-colors`,e?`border-gray-300 bg-gray-50`:`hover:border-gray-300 hover:bg-gray-50/70`),children:[(0,F.jsx)(`div`,{className:`flex h-10 w-10 shrink-0 items-center justify-center rounded-2xl bg-gray-100 text-gray-600`,children:(0,F.jsx)(e.icon,{className:`h-4 w-4`})}),(0,F.jsx)(`div`,{className:`min-w-0`,children:(0,F.jsx)(`p`,{className:`truncate text-sm font-semibold text-gray-900`,children:e.label})})]},e.target))})}function LG(){let{pathname:e}=Gr(),t=Jr();return hG(e)?(0,F.jsx)(zU,{layoutMode:`mobile`,onBackToList:()=>t(`/chat`)}):(0,F.jsx)(HG,{variant:`mobile`})}var RG=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{DocBrowser:e}=await import(`./doc-browser-B6Wc_TIY.js`);return{DocBrowser:e}},__vite__mapDeps([0,1,2,3,4,5,6,7,8,9]))).DocBrowser}));function zG({pathname:e,isMobileLayout:t=!1,isDocBrowserOpen:n,docBrowserMode:r,docBrowserDockControls:i,docBrowserRenderers:a={},sideDock:o,children:s}){let c=mG(e),l=t&&!hG(e),u=kG();return(0,F.jsxs)(`div`,{className:g(`h-screen flex flex-col overflow-hidden bg-background font-sans text-foreground`,u?`rounded-[10px]`:null),style:u?{"--desktop-titlebar-height":`40px`,"--desktop-caption-safe-right":`140px`,"--desktop-sidebar-width":c?`280px`:`240px`}:void 0,children:[u?(0,F.jsx)(TG,{}):null,(0,F.jsxs)(`div`,{className:`flex min-h-0 flex-1 overflow-hidden`,children:[!c&&(0,F.jsx)(CG,{mode:`settings`}),(0,F.jsxs)(`div`,{className:`flex-1 flex min-w-0 overflow-hidden relative`,children:[(0,F.jsx)(`div`,{className:`flex-1 flex flex-col min-w-0 overflow-hidden`,children:c?(0,F.jsx)(`div`,{className:`flex-1 h-full overflow-hidden`,children:s}):(0,F.jsx)(`main`,{className:`flex-1 overflow-auto p-8 pb-16 custom-scrollbar`,children:(0,F.jsx)(`div`,{className:`mx-auto h-full max-w-6xl animate-fade-in`,children:s})})}),n&&r===`docked`?(0,F.jsx)(P.Suspense,{fallback:null,children:(0,F.jsx)(RG,{customTabRenderers:a,dockControls:i})}):null,o]})]}),l?(0,F.jsx)(MG,{}):null,n&&r===`floating`?(0,F.jsx)(P.Suspense,{fallback:null,children:(0,F.jsx)(RG,{customTabRenderers:a,dockControls:i})}):null]})}var BG=[{target:`/cron`,label:()=>p(`chatSidebarScheduledTasks`),icon:ja},{target:`/skills`,label:()=>p(`chatSidebarSkills`),icon:Ra},{target:`/agents`,label:()=>p(`agentsPageTitle`),icon:Ia}];function VG(e,t,n){let r=zF(e=>e.optimisticReadAtBySessionKey);return(0,P.useEffect)(()=>{(()=>{if(!t)return;let r=e.find(({session:e})=>e.key===t);if(!r||r.runStatus===`running`)return;let{session:i}=r;n(i.key,i.lastMessageAt,i.readAt)})()},[e,n,t]),r}function HG({variant:e=`desktop`}){let t=e===`mobile`,n=NN(),r=vn(),[i,a]=(0,P.useState)(!1),[o,c]=(0,P.useState)(!1),l=zF(e=>e.snapshot),u=fF(e=>e.snapshot.sessionTypesQuery?.data??null),d=Ke(),f=VR(),{isLoading:m,items:h}=sW(),{language:_,setLanguage:v}=IN(),{theme:y,setTheme:b}=HW(),x=p(lW.find(e=>e.value===y)?.labelKey??`themeWarm`),S=s.find(e=>e.value===_)?.label??_,C=(0,P.useMemo)(()=>lW.map(e=>({value:e.value,label:p(e.labelKey)})),[]),w=(0,P.useMemo)(()=>s.map(e=>({value:e.value,label:e.label})),[]),T=(0,P.useMemo)(()=>new Map((f.data?.agents??[]).map(e=>[e.id,e])),[f.data?.agents]),E=(0,P.useMemo)(()=>$U(h),[h]),ee=(0,P.useMemo)(()=>nW(h),[h]),D=(0,P.useMemo)(()=>eW(E),[E]),te=(0,P.useMemo)(()=>tW(E),[E]),O=(0,P.useMemo)(()=>bF(u?.options??[]),[u?.options]),ne=(0,P.useMemo)(()=>_F(u?.defaultType??`native`),[u?.defaultType]),k=(0,P.useMemo)(()=>O.filter(e=>e.value!==ne),[ne,O]),re=l.listMode===`project-first`,A=VG(h,l.selectedSessionKey,n.chatSessionListManager.markSessionRead),{editingSessionKey:ie,draftLabel:ae,savingSessionKey:oe,setDraftLabel:se,startEditingSessionLabel:ce,cancelEditingSessionLabel:j,saveSessionLabel:le}=iW(),ue=e=>{_!==e&&(v(e),window.location.reload())},de=e=>(0,F.jsx)(QW,{item:e,selectedSessionKey:l.selectedSessionKey,optimisticReadAtBySessionKey:A,agentsById:T,childSessionsByParentKey:ee,editingSessionKey:ie,draftLabel:ae,savingSessionKey:oe,sessionTypeOptions:O,sessionTitle:rW,onSelectSession:n.chatSessionListManager.selectSession,onOpenChildSessions:(e,t)=>n.chatThreadManager.openChildSessionPanel({parentSessionKey:e,activeChildSessionKey:t}),onStartEditingSessionLabel:ce,onDraftLabelChange:se,onSaveSessionLabel:le,onCancelEditingSessionLabel:j},e.session.key),fe=(e,t)=>{n.chatSessionListManager.createSession(e,typeof t==`string`?t:void 0)};return(0,F.jsxs)(`aside`,{className:g(`flex h-full min-h-0 flex-col bg-secondary`,t?`flex-1 overflow-hidden`:`w-[280px] shrink-0 border-r border-gray-200/60`),children:[!t&&!kG()?(0,F.jsx)(`div`,{className:`px-5 py-2.5`,children:(0,F.jsx)(UU,{className:`flex min-w-0 items-center gap-2`,suffix:(0,F.jsx)(XU,{status:d.connectionStatus})})}):null,t?(0,F.jsx)(sG,{query:l.query,defaultSessionType:ne,sessionTypeOptions:O,nonDefaultSessionTypeOptions:k,isCreateMenuOpen:i,onCreateMenuOpenChange:a,onCreateSession:fe,onQueryChange:n.chatSessionListManager.setQuery}):(0,F.jsx)(oG,{query:l.query,defaultSessionType:ne,sessionTypeOptions:O,nonDefaultSessionTypeOptions:k,isCreateMenuOpen:i,onCreateMenuOpenChange:a,onCreateSession:fe,onQueryChange:n.chatSessionListManager.setQuery}),t?null:(0,F.jsx)(`div`,{className:`px-3 pb-2`,children:(0,F.jsx)(`ul`,{className:`space-y-0.5`,children:BG.map(e=>(0,F.jsx)(`li`,{children:(0,F.jsx)(GW,{to:e.target,label:e.label(),icon:e.icon,density:`compact`})},e.target))})}),t?null:(0,F.jsx)(`div`,{className:`mx-4 border-t border-gray-200/60`}),(0,F.jsxs)(`div`,{className:`flex items-center justify-between px-5 pb-2 pt-3`,children:[(0,F.jsx)(`div`,{className:`text-[11px] font-medium uppercase tracking-wider text-gray-400`,children:p(`chatSidebarTaskRecords`)}),(0,F.jsx)(ZU,{isProjectFirstView:re,onSelectMode:n.chatSessionListManager.setListMode})]}),(0,F.jsx)(`div`,{className:`flex-1 min-h-0 overflow-y-auto custom-scrollbar px-3 py-2`,children:(0,F.jsx)(iG,{isLoading:m,isProjectFirstView:re,groups:D,projectGroups:te,defaultSessionType:ne,sessionTypeOptions:O,renderSessionItem:de,onCreateSession:fe})}),t?null:(0,F.jsx)(`div`,{className:`px-3 py-3 border-t border-gray-200/60`,children:(0,F.jsx)(cG,{isOpen:o,onOpenChange:c,currentTheme:y,currentThemeLabel:x,themeOptions:C,onSelectTheme:b,currentLanguage:_,currentLanguageLabel:S,languageOptions:w,onSelectLanguage:ue,onOpenDocs:()=>r.open(void 0,{kind:`docs`,title:p(`docBrowserHelp`)}),onOpenApps:()=>VB(r)})})]})}var UG=`sid_`,WG=`/chat/draft`,GG=WG.slice(6);function KG(e){let t=new TextEncoder().encode(e),n=``;for(let e of t)n+=String.fromCharCode(e);return`${UG}${btoa(n).replace(/\+/g,`-`).replace(/\//g,`_`).replace(/=+$/g,``)}`}function qG(e){if(!e.startsWith(UG))return null;let t=e.slice(4).replace(/-/g,`+`).replace(/_/g,`/`),n=`=`.repeat((4-t.length%4)%4);try{let e=atob(t+n),r=Uint8Array.from(e,e=>e.charCodeAt(0));return new TextDecoder().decode(r)}catch{return null}}function JG(e){if(!e||e===GG)return null;let t=qG(e);if(t)return t;try{return decodeURIComponent(e)}catch{return e}}function YG(e){return`/chat/${KG(e)}`}var XG=class{constructor(e,t){this.uiManager=e,this.chatRunManager=t,this.syncDraftThreadState=(e=!1)=>{Q.getState().setSnapshot({sessionKey:null,sessionDisplayName:void 0,canDeleteSession:!1,isHistoryLoading:!1,messages:[],isSending:!1,isAwaitingAssistantOutput:!1,hasSubmittedDraftMessage:e,parentSessionKey:null,parentSessionLabel:null,workspacePanelParentKey:null,activeWorkspacePanelKind:null,childSessionTabs:[],activeChildSessionKey:null,activeWorkspaceFileKey:null,workspaceNavigationHistory:[],workspaceNavigationHistoryIndex:0})},this.resolveUpdateValue=(e,t)=>typeof t==`function`?t(e):t,this.shouldPersistReadAt=(e,t,n)=>{let r=zF.getState().optimisticReadAtBySessionKey[e],i=r&&n?r.localeCompare(n)>0?r:n:r??n??void 0;return i?t.localeCompare(i)>0:!0},this.setSelectedAgentId=e=>{let t=zF.getState().snapshot.selectedAgentId,n=this.resolveUpdateValue(t,e);n!==t&&zF.getState().setSnapshot({selectedAgentId:n})},this.syncSelectedSessionAgent=()=>{let e=Q.getState().snapshot.agentId?.trim();e&&this.setSelectedAgentId(e)},this.setSelectedSessionKey=e=>{let t=zF.getState().snapshot.selectedSessionKey,n=this.resolveUpdateValue(t,e);n!==t&&zF.getState().setSnapshot({selectedSessionKey:n})},this.syncRouteSessionSelection=e=>{let{isChatView:t,routeSessionKey:n}=e;if(!t)return;let{selectedSessionKey:r}=zF.getState().snapshot;if(n){r!==n&&this.setSelectedSessionKey(n);return}r!==null&&(this.setSelectedSessionKey(null),this.chatRunManager.clearRunState())},this.setListMode=e=>{let t=zF.getState().snapshot.listMode,n=this.resolveUpdateValue(t,e);n!==t&&zF.getState().setSnapshot({listMode:n})},this.markSessionRead=(e,t,n)=>{let r=e?.trim(),i=t?.trim();!r||!i||this.shouldPersistReadAt(r,i,n)&&(zF.getState().markSessionRead(r,i),Ve(r,{uiReadAt:i}).catch(()=>void 0))},this.markVisibleWorkspaceChildRead=e=>{this.markSessionRead(e.sessionKey,e.runStatus===`running`?null:e.lastMessageAt,e.readAt)},this.createSession=(e,t)=>{let{snapshot:n}=Z.getState(),{defaultSessionType:r}=n,i=r||`native`,a=typeof e==`string`&&e.trim().length>0?e.trim():i,o=NP(t);this.chatRunManager.clearRunState(),zF.getState().setSnapshot({selectedSessionKey:null}),this.syncDraftThreadState(),Z.getState().setSnapshot({pendingSessionType:a,selectedSessionType:a,pendingProjectRoot:o,pendingProjectRootSessionKey:null}),this.uiManager.navigateTo(WG)},this.startAgentDraftChat=(e,t)=>{let n=e.trim()||`main`;this.createSession(t),this.setSelectedAgentId(n)},this.ensureDraftSession=e=>{let{snapshot:t}=zF.getState();if(t.selectedSessionKey)return t.selectedSessionKey;let n=typeof e==`string`&&e.trim().length>0?e.trim():null;return this.syncDraftThreadState(!0),n&&Z.getState().setSnapshot({pendingSessionType:n}),null},this.selectSession=e=>{this.uiManager.goToSession(e)},this.setQuery=e=>{let t=zF.getState().snapshot.query,n=this.resolveUpdateValue(t,e);n!==t&&zF.getState().setSnapshot({query:n})}}};function ZG(e){if(!Array.isArray(e))return[];let t=new Set;for(let n of e){let e=n.trim();e&&t.add(e)}return[...t]}function QG(e,t){return e?Object.fromEntries(t.map(t=>[t,e])):{}}function $G(e){let t=NP(e.projectRoot),n={...QG(e.model?.trim(),[`model`,`preferred_model`]),...QG(e.thinkingLevel?.trim(),[`thinkingEffort`,`thinking`,`preferred_thinking`]),...QG(e.sessionType?.trim(),[`agentRuntimeId`,`session_type`,`runtime`]),...QG(e.agentId?.trim(),[`agentId`,`agent_id`]),...QG(t??void 0,[`projectRoot`,`project_root`])},r=ZG(e.requestedSkills);r.length>0&&(n.requested_skill_refs=r);let i=e.composerNodes?MI(e.composerNodes):[];return i.length>0&&(n[DI]=i),n}function eK(e){let{pendingProjectRoot:t,pendingProjectRootSessionKey:n,selectedSessionProjectRoot:r,sessionKey:i}=e;return t!==null&&n!==null&&i===n&&(r??null)===t}var tK=class{constructor(e){this.uiManager=e,this.activeRuntime=null,this.setActiveRuntime=e=>{this.activeRuntime=e},this.sendMessage=async e=>{let t=this.activeRuntime;if(!t||t.sessionKey!==(e.sessionKey??null))return;let n=$G({agentId:e.agentId,model:e.model,thinkingLevel:e.thinkingLevel,sessionType:e.sessionType,projectRoot:e.projectRoot,requestedSkills:e.requestedSkills,composerNodes:e.composerNodes}),r=mN({sessionId:e.sessionKey,text:e.message,attachments:e.attachments,parts:e.parts,metadata:n});if(!r)return;let i=await t.sendEnvelope(r);!e.sessionKey&&i?.sessionId&&this.materializeRootSessionRoute(i.sessionId)},this.stopCurrentRun=async()=>{await this.activeRuntime?.abortCurrentRun()},this.resumeRun=async e=>{this.activeRuntime?.sessionKey===e.sessionKey&&await this.activeRuntime.resumeCurrentSessionRun()},this.applyRunSnapshot=e=>{let t=e.isSending||e.isRunning,n=e.routeSessionKey??e.materializedSessionKey??null;Z.getState().setSnapshot({canStopGeneration:e.isRunning,stopDisabledReason:e.isRunning?null:`__preparing__`,stopSupported:!0,stopReason:void 0,sendError:e.sendErrorMessage,isSending:t}),Q.getState().setSnapshot({sessionKey:n,isHistoryLoading:e.isHydrating,messages:e.visibleMessages,isSending:t,isAwaitingAssistantOutput:e.isRunning,contextWindow:e.contextWindow}),!e.routeSessionKey&&e.materializedSessionKey&&this.materializeRootSessionRoute(e.materializedSessionKey)},this.clearRunState=()=>{Z.getState().setSnapshot({canStopGeneration:!1,stopDisabledReason:`__preparing__`,sendError:null,isSending:!1}),Q.getState().setSnapshot({isHistoryLoading:!1,messages:[],isSending:!1,isAwaitingAssistantOutput:!1,contextWindow:null})},this.materializeRootSessionRoute=e=>{let t=e.trim();!t||!this.uiManager.isAtChatRoot()||this.uiManager.goToSession(t,{replace:!0})}}},nK=async()=>!1,rK=class{constructor(e){this.docBrowserManager=e,this.state={pathname:``},this.actions={navigate:null,confirm:nK},this.syncState=e=>{this.state={...this.state,...e}},this.bindActions=e=>{this.actions={...this.actions,...e}},this.confirm=async e=>this.actions.confirm(e),this.navigateTo=(e,t)=>{this.actions.navigate&&(this.state.pathname===e&&!t?.replace||(this.actions.navigate(e,t),this.state.pathname=e))},this.goToProviders=()=>{this.navigateTo(`/providers`)},this.isCompactViewport=()=>BN.getSnapshot().mode===`mobile`,this.resolvePanelAppEntry=async e=>{let t=e.trim();if(!t)return null;try{return Tz((await M.panelApps.listPanelApps()).entries,t)}catch{return null}},this.showContent=async e=>{let{target:t,title:n}=e;if(t.type===`url`){this.docBrowserManager.open(t.payload.url,{title:n});return}let{appId:r}=t.payload,i=await this.resolvePanelAppEntry(r);if(i){this.docBrowserManager.openTarget(gB(i),{title:n});return}this.docBrowserManager.open(pB(r),{title:n})},this.goToChatRoot=e=>{this.navigateTo(`/chat`,e)},this.isAtChatRoot=()=>this.state.pathname===`/chat`||this.state.pathname===`/chat/draft`,this.goToSession=(e,t)=>{this.navigateTo(YG(e),t)}}};function iK(e){if(w(e))return null;let t=e.trim();return t.length>0?t:null}var aK=class{constructor(e){this.updateSession=e,this.inFlight=null,this.queued=null,this.previousPreferenceSessionKey=void 0,this.syncSelectedSessionPreferences=()=>{let e=Z.getState().snapshot,t=zF.getState().snapshot,n=Q.getState().snapshot,r=t.selectedSessionKey;!r||!n.canDeleteSession||this.enqueue({sessionKey:r,patch:{preferredModel:iK(e.selectedModel),preferredThinking:e.selectedThinkingLevel??null}})},this.syncInputSelection=e=>{let{defaultModel:t,fallbackPreferredModel:n,fallbackPreferredThinking:r,selectedSessionKey:i=null,selectedSessionExists:a,selectedSessionPreferredModel:o,selectedSessionPreferredThinking:s}=e,{snapshot:c}=Z.getState(),{modelOptions:l}=c,u=this.previousPreferenceSessionKey!==i,d=u&&!!i&&!a,f=DF({currentSelectedModel:c.selectedModel,modelOptions:l,selectedSessionPreferredModel:o,fallbackPreferredModel:n,defaultModel:t,preferSessionPreferredModel:u,preserveCurrentSelectedModelOnSessionChange:d}),p=l.find(e=>e.value===f),m=p?.thinkingCapability?.supported??[],h=OF({currentSelectedThinkingLevel:c.selectedThinkingLevel,supportedThinkingLevels:m,selectedSessionPreferredThinking:s,fallbackPreferredThinking:r,defaultThinkingLevel:p?.thinkingCapability?.default??null,preferSessionPreferredThinking:u,preserveCurrentSelectedThinkingOnSessionChange:d});if(c.selectedModel===f&&c.selectedThinkingLevel===h){this.recordSyncedPreferenceSessionKey(i,a);return}Z.getState().setSnapshot({selectedModel:f,selectedThinkingLevel:h}),this.recordSyncedPreferenceSessionKey(i,a)},this.recordSyncedPreferenceSessionKey=(e,t)=>{(!e||t)&&(this.previousPreferenceSessionKey=e)},this.enqueue=e=>{this.queued=e,!this.inFlight&&this.startFlush()},this.startFlush=()=>{this.inFlight=this.flush().catch(e=>{console.error(`Failed to sync chat session preferences: ${String(e)}`)}).finally(()=>{this.inFlight=null,this.queued&&this.startFlush()})},this.flush=async()=>{for(;this.queued;){let e=this.queued;this.queued=null,await this.updateSession(e.sessionKey,e.patch)}}}};function oK(e){return e||void 0}var sK=class{constructor(e,t){this.chatRunManager=e,this.sessionListManager=t,this.sessionPreferenceSync=new aK(Ve),this.buildAttachmentSignature=e=>[e.assetUri??``,e.url??``,e.name,e.mimeType,String(e.sizeBytes),e.contentBase64??``].join(`:`),this.resolveUpdateValue=(e,t)=>typeof t==`function`?t(e):t,this.isSameStringArray=(e,t)=>e.length===t.length&&e.every((e,n)=>e===t[n]),this.hasSnapshotChanges=e=>{let t=Z.getState().snapshot;for(let[n,r]of Object.entries(e))if(!Object.is(t[n],r))return!0;return!1},this.isRuntimeBlockedForSend=()=>sI(We.getStatusView()),this.syncComposerSnapshot=e=>{let t=Z.getState().snapshot.attachments,n=ZN(e,t);Z.getState().setSnapshot({composerNodes:e,attachments:n,draft:KN(e),selectedSkills:qN(e)})},this.syncComposerSnapshotWithAttachments=(e,t)=>{Z.getState().setSnapshot({composerNodes:e,attachments:t,draft:KN(e),selectedSkills:qN(e)})},this.dedupeAttachments=e=>{let t=new Set,n=[];for(let r of e){let e=this.buildAttachmentSignature(r);t.has(e)||(t.add(e),n.push(r))}return n},this.syncSnapshot=e=>{let t=Z.getState().snapshot,n=e;if(e.defaultSessionType&&t.selectedSessionType===void 0&&e.selectedSessionType===void 0&&(n=Object.assign({},e,{selectedSessionType:e.defaultSessionType})),this.hasSnapshotChanges(n)&&(Z.getState().setSnapshot(n),Object.prototype.hasOwnProperty.call(n,`modelOptions`)||Object.prototype.hasOwnProperty.call(n,`selectedModel`)||Object.prototype.hasOwnProperty.call(n,`selectedThinkingLevel`))){let{selectedModel:e}=Z.getState().snapshot;this.reconcileThinkingForModel(e)}},this.resolveProjectRootForSend=e=>{let{pendingProjectRoot:t,pendingProjectRootSessionKey:n}=Z.getState().snapshot;return t!==null&&(!e.sessionKey||e.sessionKey===n)?t:e.selectedSessionProjectRoot??null},this.clearPendingProjectRootOverrideForSession=e=>{let{pendingProjectRoot:t,pendingProjectRootSessionKey:n}=Z.getState().snapshot;eK({pendingProjectRoot:t,pendingProjectRootSessionKey:n,sessionKey:e.sessionKey,selectedSessionProjectRoot:e.selectedSessionProjectRoot})&&Z.getState().setSnapshot({pendingProjectRoot:null,pendingProjectRootSessionKey:null})},this.clearPendingProjectRootOverrideForCurrentThread=()=>{let{sessionKey:e,sessionProjectRoot:t}=Q.getState().snapshot;this.clearPendingProjectRootOverrideForSession({sessionKey:e,selectedSessionProjectRoot:t})},this.syncSessionPreferences=this.sessionPreferenceSync.syncInputSelection,this.setDraft=e=>{let t=Z.getState().snapshot.draft,n=this.resolveUpdateValue(t,e);n!==t&&this.syncComposerSnapshot(GN(n))},this.requestComposerFocusAtEnd=()=>{let e=Z.getState().snapshot.composerFocusRequest;Z.getState().setSnapshot({composerFocusRequest:{id:(e?.id??0)+1,placement:`end`}})},this.consumeComposerFocusRequest=e=>{Z.getState().snapshot.composerFocusRequest?.id===e&&Z.getState().setSnapshot({composerFocusRequest:null})},this.setComposerNodes=e=>{let t=Z.getState().snapshot.composerNodes,n=this.resolveUpdateValue(t,e);Object.is(n,t)||this.syncComposerSnapshot(n)},this.addAttachments=e=>{if(e.length===0)return[];let{snapshot:t}=Z.getState(),n=new Set(t.attachments.map(this.buildAttachmentSignature)),r=this.dedupeAttachments([...t.attachments,...e]),i=r.filter(e=>!n.has(this.buildAttachmentSignature(e)));if(i.length===0)return[];let a=XN(t.composerNodes,r);return this.syncComposerSnapshotWithAttachments(a,r),i},this.restoreComposerState=(e,t)=>{let n=this.dedupeAttachments(t),r=XN(e,n);this.syncComposerSnapshotWithAttachments(r,n)},this.setPendingSessionType=e=>{let t=Z.getState().snapshot.pendingSessionType,n=this.resolveUpdateValue(t,e);n!==t&&Z.getState().setSnapshot({pendingSessionType:n,selectedSessionType:n})},this.send=async()=>{let e=Z.getState().snapshot,t=zF.getState().snapshot,n=Q.getState().snapshot,r=e.draft.trim(),{attachments:i}=e,a=QN(e.composerNodes,i);if(pP({snapshot:e,hasSendableDraft:a.some(e=>e.type!==`text`||e.text.trim().length>0),isRuntimeBlocked:this.isRuntimeBlockedForSend()}))return;let{selectedSkills:o,composerNodes:s}=e,c=n.sessionKey??t.selectedSessionKey??null;!c&&e.selectedSessionType?.trim()&&this.sessionListManager.ensureDraftSession(e.selectedSessionType),this.setComposerNodes(WN());try{await this.chatRunManager.sendMessage({message:r,sessionKey:c??void 0,agentId:t.selectedAgentId,sessionType:e.selectedSessionType,model:oK(e.selectedModel),thinkingLevel:e.selectedThinkingLevel??void 0,projectRoot:this.resolveProjectRootForSend({sessionKey:c,selectedSessionProjectRoot:n.sessionProjectRoot}),requestedSkills:o,attachments:i,parts:a,composerNodes:s})}catch(e){throw this.restoreComposerState(s,i),e}},this.stop=async()=>{await this.chatRunManager.stopCurrentRun()},this.setSelectedModel=e=>{let t=Z.getState().snapshot.selectedModel,n=this.resolveUpdateValue(t,e);n!==t&&(Z.getState().setSnapshot({selectedModel:n}),this.reconcileThinkingForModel(n))},this.setSelectedThinkingLevel=e=>{let t=Z.getState().snapshot.selectedThinkingLevel,n=this.resolveUpdateValue(t,e);n!==t&&Z.getState().setSnapshot({selectedThinkingLevel:n})},this.selectSessionType=e=>{let t=_F(e);Z.getState().setSnapshot({selectedSessionType:t,pendingSessionType:t})},this.setSelectedSkills=e=>{let{snapshot:t}=Z.getState(),{selectedSkills:n}=t,r=this.resolveUpdateValue(n,e);this.isSameStringArray(r,n)||this.syncComposerSnapshot(YN(t.composerNodes,r,t.skillRecords))},this.selectModel=e=>{this.setSelectedModel(e),sP.remember(e,{namespace:Z.getState().snapshot.selectedSessionType}),w(e)||sP.remember(e),this.sessionPreferenceSync.syncSelectedSessionPreferences()},this.selectThinkingLevel=e=>{this.setSelectedThinkingLevel(e),this.sessionPreferenceSync.syncSelectedSessionPreferences()},this.rememberSkillSelection=e=>{cP.remember(e)},this.selectSkills=e=>{let t=Z.getState().snapshot.selectedSkills;for(let n of e)t.includes(n)||this.rememberSkillSelection(n);this.setSelectedSkills(e)},this.resolveThinkingForModel=(e,t)=>{let n=e?.thinkingCapability;return!n||n.supported.length===0?null:t===`off`?`off`:t&&n.supported.includes(t)?t:n.default&&n.supported.includes(n.default)?n.default:`off`},this.reconcileThinkingForModel=e=>{let{snapshot:t}=Z.getState(),n=t.modelOptions.find(t=>t.value===e),{selectedThinkingLevel:r}=t,i=this.resolveThinkingForModel(n,r);i!==r&&Z.getState().setSnapshot({selectedThinkingLevel:i})}}};function cK(e){let t=e=>{if(!e||typeof e!=`object`)return e;let t=e,n=t.error instanceof Error?{name:t.error.name,message:t.error.message}:t.error;return{data:t.data,error:n,status:t.status,fetchStatus:t.fetchStatus,isLoading:t.isLoading,isFetching:t.isFetching,isFetched:t.isFetched,isSuccess:t.isSuccess}};return{configQuery:t(e.configQuery),providersQuery:t(e.providersQuery),providerTemplatesQuery:t(e.providerTemplatesQuery),sessionsQuery:t(e.sessionsQuery),sessionTypesQuery:t(e.sessionTypesQuery),sessionSkillsSessionId:e.sessionSkillsSessionId,sessionSkillsQuery:t(e.sessionSkillsQuery)}}function lK(e,t){return JSON.stringify(cK(e))!==JSON.stringify(cK({...e,...t}))}var uK=class{constructor(){this.syncSnapshot=e=>{let t=fF.getState();lK(t.snapshot,e)&&t.setSnapshot(e)}}};function dK(e,t){return e.kind===t.kind?e.kind===`cron`?!0:t.kind!==`cron`&&e.key===t.key:!1}var fK=class{constructor(e,t,n){this.uiManager=e,this.sessionListManager=t,this.chatRunManager=n,this.handledUiShowContentEventIds=new Set,this.hasSnapshotChanges=e=>{let t=Q.getState().snapshot;for(let[n,r]of Object.entries(e))if(!Object.is(t[n],r))return!0;return!1},this.syncSnapshot=e=>{this.hasSnapshotChanges(e)&&Q.getState().setSnapshot(e)},this.clearDeletedSessionState=e=>{zF.getState().snapshot.selectedSessionKey===e&&this.sessionListManager.setSelectedSessionKey(null),Q.getState().setSnapshot({sessionKey:null,sessionTypeLabel:null,agentId:null,sessionDisplayName:void 0,sessionProjectRoot:null,sessionProjectName:null,canDeleteSession:!1,isHistoryLoading:!1,messages:[],isSending:!1,isAwaitingAssistantOutput:!1,parentSessionKey:null,parentSessionLabel:null,workspacePanelParentKey:null,activeWorkspacePanelKind:null,childSessionTabs:[],activeChildSessionKey:null,workspaceFileTabs:[],activeWorkspaceFileKey:null,workspaceNavigationHistory:[],workspaceNavigationHistoryIndex:0})},this.resolveWorkspaceParentSessionKey=()=>Q.getState().snapshot.sessionKey?.trim()||(zF.getState().snapshot.selectedSessionKey??null),this.buildWorkspaceFileTab=(e,t)=>{let n=e.path.trim();if(!n)return null;let r=t?.trim()||null;return{key:`${r??`draft`}::${e.viewMode}::${n}`,parentSessionKey:r,path:n,label:e.label?.trim()||null,viewMode:e.viewMode,line:e.line??null,column:e.column??null,rawText:e.rawText??null,beforeText:e.beforeText??null,afterText:e.afterText??null,patchText:e.patchText??null,oldStartLine:e.oldStartLine??null,newStartLine:e.newStartLine??null,fullLines:e.fullLines}},this.upsertWorkspaceFileTab=e=>{let{workspaceFileTabs:t}=Q.getState().snapshot,n=t.findIndex(t=>t.key===e.key);if(n===-1)return[e,...t];let r=[...t];return r.splice(n,1),r.unshift({...t[n],...e}),r},this.ensureWorkspaceParentRoute=e=>{if(!e)return;let{snapshot:{selectedSessionKey:t}}=zF.getState();t!==e&&this.uiManager.goToSession(e)},this.createWorkspaceSelectionPatch=(e,t)=>e.kind===`cron`?{activeWorkspacePanelKind:`cron`,activeChildSessionKey:null,activeWorkspaceFileKey:null}:e.kind===`file`?t.workspaceFileTabs.some(t=>t.key===e.key)?{activeWorkspacePanelKind:`file`,activeChildSessionKey:null,activeWorkspaceFileKey:e.key}:null:e.key?{activeWorkspacePanelKind:`child-session`,activeChildSessionKey:e.key,activeWorkspaceFileKey:null}:null,this.setWorkspaceSelection=(e,t)=>{let{snapshot:n}=Q.getState(),r=NU({entries:n.workspaceNavigationHistory,index:n.workspaceNavigationHistoryIndex},t,dK);Q.getState().setSnapshot({...e,workspaceNavigationHistory:[...r.entries],workspaceNavigationHistoryIndex:r.index})},this.openChildSessionPanel=e=>{let t=e.parentSessionKey.trim();if(!t)return;let n=e.activeChildSessionKey?.trim()||null,r={workspacePanelParentKey:t,activeWorkspacePanelKind:`child-session`,activeChildSessionKey:n,activeWorkspaceFileKey:null};n?this.setWorkspaceSelection(r,{kind:`child-session`,key:n}):Q.getState().setSnapshot(r),this.ensureWorkspaceParentRoute(t)},this.openFilePreview=e=>{let t=this.resolveWorkspaceParentSessionKey(),n=this.buildWorkspaceFileTab(e,t);n&&(this.setWorkspaceSelection({workspacePanelParentKey:t,activeWorkspacePanelKind:`file`,workspaceFileTabs:this.upsertWorkspaceFileTab(n),activeWorkspaceFileKey:n.key,activeChildSessionKey:null},{kind:`file`,key:n.key}),this.ensureWorkspaceParentRoute(t))},this.openSessionFromToolAction=e=>{if(e.kind===`open-session`){if(e.sessionKind===`child`&&!this.uiManager.isCompactViewport()){let t=e.parentSessionId?.trim()||zF.getState().snapshot.selectedSessionKey||null;if(t){this.openChildSessionPanel({parentSessionKey:t,activeChildSessionKey:e.sessionId});return}}this.closeWorkspacePanel(),this.uiManager.goToSession(e.sessionId)}},this.handleToolAction=async e=>{if(e.kind===`show-content`){await this.showContent(e.request);return}this.openSessionFromToolAction(e)},this.handleUiShowContentEvent=async e=>{let t=e.id.trim();!t||this.handledUiShowContentEventIds.has(t)||(this.handledUiShowContentEventIds.add(t),await this.showContent({target:e.target,title:e.title,purpose:e.purpose,placement:e.placement}))},this.showContent=async e=>{if(e.placement!==`inline`){if(e.target.type===`file`){this.openFilePreview({path:e.target.payload.path,label:e.title,viewMode:`preview`,line:e.target.payload.line,column:e.target.payload.column});return}await this.uiManager.showContent({target:e.target,title:e.title})}},this.syncVisibleWorkspaceSelection=e=>{e?.kind===`child-session`&&this.sessionListManager.markVisibleWorkspaceChildRead(e.tab)},this.selectChildSessionDetail=e=>{let t=e.trim();if(!t)return;let{childSessionTabs:n}=Q.getState().snapshot;n.some(e=>e.sessionKey===t)&&this.setWorkspaceSelection({activeChildSessionKey:t,activeWorkspaceFileKey:null,activeWorkspacePanelKind:`child-session`},{kind:`child-session`,key:t})},this.selectWorkspaceFile=e=>{let t=e.trim();if(!t)return;let{workspaceFileTabs:n}=Q.getState().snapshot;n.some(e=>e.key===t)&&this.setWorkspaceSelection({activeWorkspaceFileKey:t,activeChildSessionKey:null,activeWorkspacePanelKind:`file`},{kind:`file`,key:t})},this.closeWorkspaceFile=e=>{let t=e.trim();if(!t)return;let{snapshot:n}=Q.getState(),{activeWorkspaceFileKey:r,workspaceFileTabs:i}=n,a=i.filter(e=>e.key!==t),o=FU({entries:n.workspaceNavigationHistory,index:n.workspaceNavigationHistoryIndex},e=>e.kind!==`file`||e.key!==t),s={workspaceFileTabs:a,workspaceNavigationHistory:[...o.entries],workspaceNavigationHistoryIndex:o.index};if(r===t){let e={...n,workspaceFileTabs:a},t=o.entries[o.index],r=t?this.createWorkspaceSelectionPatch(t,e):null;Object.assign(s,r??{activeWorkspacePanelKind:null,activeWorkspaceFileKey:null})}Q.getState().setSnapshot(s)},this.closeWorkspacePanel=()=>{Q.getState().setSnapshot({workspacePanelParentKey:null,activeWorkspacePanelKind:null,activeChildSessionKey:null,activeWorkspaceFileKey:null,workspaceNavigationHistory:[],workspaceNavigationHistoryIndex:0})},this.openSessionCronPanel=e=>{let t=e.trim();t&&(this.setWorkspaceSelection({workspacePanelParentKey:t,activeWorkspacePanelKind:`cron`,activeChildSessionKey:null,activeWorkspaceFileKey:null},{kind:`cron`}),this.ensureWorkspaceParentRoute(t))},this.goBackWorkspacePanel=()=>{this.restoreWorkspaceNavigationStep(`back`)},this.goForwardWorkspacePanel=()=>{this.restoreWorkspaceNavigationStep(`forward`)},this.restoreWorkspaceNavigationStep=e=>{let{snapshot:t}=Q.getState(),n=PU({entries:t.workspaceNavigationHistory,index:t.workspaceNavigationHistoryIndex},e);if(!n)return;let r=this.createWorkspaceSelectionPatch(n.entry,t);r&&Q.getState().setSnapshot({...r,workspaceNavigationHistory:[...n.history.entries],workspaceNavigationHistoryIndex:n.history.index})},this.closeChildSessionDetail=()=>{this.closeWorkspacePanel()},this.goToParentSession=()=>{let{parentSessionKey:e,childSessionTabs:t,activeChildSessionKey:n}=Q.getState().snapshot,r=t.find(e=>e.sessionKey===n)?.parentSessionKey??null,i=e??r;i&&(this.closeWorkspacePanel(),this.uiManager.goToSession(i))},this.deleteSession=async()=>{let{snapshot:{selectedSessionKey:e}}=zF.getState();if(e&&await this.uiManager.confirm({title:p(`chatDeleteSessionConfirm`),variant:`destructive`,confirmLabel:p(`delete`)})){Q.getState().setSnapshot({isDeletePending:!0});try{await Oe(e),_e(qe,e),qe.removeQueries({queryKey:[`ncp-session-messages`,e]}),this.chatRunManager.clearRunState(),this.clearDeletedSessionState(e),this.uiManager.goToChatRoot({replace:!0})}finally{Q.getState().setSnapshot({isDeletePending:!1})}}}}},pK=class{constructor(e){this.startAgentCreationDraft=e=>{this.chatSessionListManager.createSession(),this.chatSessionListManager.setSelectedAgentId(`main`),this.chatInputManager.setDraft(e),this.chatInputManager.requestComposerFocusAtEnd()},this.chatUiManager=new rK(e.docBrowserManager),this.chatRunManager=new tK(this.chatUiManager),this.chatSessionListManager=new XG(this.chatUiManager,this.chatRunManager),this.chatQueryManager=new uK,this.chatInputManager=new sK(this.chatRunManager,this.chatSessionListManager),this.chatThreadManager=new fK(this.chatUiManager,this.chatSessionListManager,this.chatRunManager)}},mK=class{constructor(){this.nextId=0,this.pendingIntent=null,this.listeners=new Set,this.requestDraft=e=>{let t=e.trim();if(!t)return;let n={id:this.nextId+1,prompt:t};this.nextId=n.id,this.pendingIntent=n,this.listeners.forEach(e=>e(n))},this.consumePending=()=>{let e=this.pendingIntent;return this.pendingIntent=null,e},this.markConsumed=e=>{this.pendingIntent?.id===e&&(this.pendingIntent=null)},this.subscribe=e=>(this.listeners.add(e),()=>{this.listeners.delete(e)})}};function hK(){return se({queryKey:[`ncp-session-types`],queryFn:ce,staleTime:1e4,retry:!1})}var gK=`nextclaw://docs`;function _K(){return[{builtIn:!0,icon:{type:`builtin`,name:`apps`},id:`apps`,label:p(`appsTitle`),removable:!1,target:{type:`right-panel-resource`,uri:aB}},{builtIn:!0,icon:{type:`builtin`,name:`service-apps`},id:`service-apps`,label:p(`serviceAppsTitle`),removable:!1,target:{type:`right-panel-resource`,uri:oB}},{builtIn:!0,icon:{type:`builtin`,name:`docs`},id:`docs`,label:p(`docBrowserHelp`),removable:!1,target:{type:`right-panel-resource`,uri:gK}},{builtIn:!0,icon:{type:`builtin`,name:`new-tab`},id:`new-tab`,label:p(`docBrowserHomeTitle`),removable:!1,target:{type:`right-panel-resource`,uri:rB}}]}var vK=[`apps`,`docs`,`new-tab`,`panel-app`,`service-apps`];function yK(e){return!!e&&typeof e==`object`}function bK(e){return vK.includes(e)}function xK(e){return!yK(e)||typeof e.type!=`string`?null:e.type===`builtin`&&bK(e.name)?{type:`builtin`,name:e.name}:e.type===`url`&&typeof e.url==`string`&&e.url.trim().length>0?{type:`url`,url:e.url.trim()}:e.type===`text`&&typeof e.value==`string`&&e.value.trim().length>0?{type:`text`,value:e.value.trim()}:null}function SK(e){if(!yK(e)||typeof e.id!=`string`||e.id.trim().length===0||typeof e.label!=`string`||e.label.trim().length===0||typeof e.createdAt!=`string`||e.createdAt.trim().length===0||!yK(e.target)||e.target.type!==`right-panel-resource`||typeof e.target.uri!=`string`||e.target.uri.trim().length===0)return null;let t=xK(e.icon);return t?{createdAt:e.createdAt,icon:t,id:e.id.trim(),label:e.label.trim(),target:{type:`right-panel-resource`,uri:e.target.uri.trim()}}:null}function CK(e){if(!Array.isArray(e))return[];let t=new Map;return e.forEach(e=>{let n=SK(e);n&&t.set(n.id,n)}),Array.from(t.values())}function wK(e,t){return{createdAt:t,icon:e.icon,id:e.id,label:e.label,target:e.target}}function TK(e){return{builtIn:!1,icon:e.icon,id:e.id,label:e.label,removable:!0,target:e.target}}function EK(e,t){let n=new Set(e.map(e=>e.id)),r=new Set(e.map(e=>e.target.uri)),i=t.filter(e=>!n.has(e.id)&&!r.has(e.target.uri)).map(TK);return[...e,...i]}var DK=`nextclaw.side-dock.state`,OK=1;function kK(e){return!!e&&typeof e==`object`}var AK=h()(mn(e=>({pinnedItems:[],setPinnedItems:t=>e({pinnedItems:CK(t)})}),{name:DK,version:OK,storage:hn(()=>window.localStorage),partialize:e=>({pinnedItems:e.pinnedItems}),merge:(e,t)=>{let n=kK(e)?CK(e.pinnedItems):[];return{...t,pinnedItems:n}}})),jK={apps:Xt,docs:Fa,"new-tab":cn,"panel-app":Ma,"service-apps":Ma},MK=/^\p{Extended_Pictographic}(?:\uFE0F|\uFE0E)?(?:\u200D\p{Extended_Pictographic}(?:\uFE0F|\uFE0E)?)*$/u;function NK(e){return MK.test(e.trim())}function PK({icon:e}){if(e.type===`url`)return(0,F.jsx)(`img`,{src:e.url,alt:``,className:`h-5 w-5 rounded object-cover`});if(e.type===`text`)return NK(e.value)?(0,F.jsx)(`span`,{className:`flex h-7 w-7 items-center justify-center text-[20px] leading-none`,"aria-hidden":`true`,children:e.value}):(0,F.jsx)(`span`,{className:`max-w-7 truncate text-center text-[13px] font-semibold leading-none`,"aria-hidden":`true`,children:e.value});let t=jK[e.name];return(0,F.jsx)(t,{className:`h-5 w-5`,"aria-hidden":`true`})}function FK({active:e,item:t,onOpen:n,onUnpin:r}){let{label:i}=t;return(0,F.jsxs)(Gt,{children:[(0,F.jsxs)(`div`,{className:`group relative`,children:[(0,F.jsx)(Kt,{asChild:!0,children:(0,F.jsx)(`button`,{type:`button`,"aria-label":i,title:i,"data-side-dock-item-id":t.id,onClick:()=>n(t),className:g(`flex h-10 w-10 shrink-0 items-center justify-center rounded-lg text-muted-foreground transition-colors`,`hover:bg-primary/10 hover:text-primary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,e?`bg-primary/10 text-primary`:`bg-transparent`),children:(0,F.jsx)(PK,{icon:t.icon})})}),t.removable?(0,F.jsx)(`button`,{type:`button`,"aria-label":p(`sideDockUnpinItem`),title:p(`sideDockUnpinItem`),onClick:e=>{e.stopPropagation(),r(t)},className:`absolute -right-1 -top-1 hidden h-4 w-4 items-center justify-center rounded-full bg-background text-muted-foreground shadow-sm ring-1 ring-border/70 transition-colors hover:bg-muted hover:text-foreground group-hover:flex focus-visible:flex focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,children:(0,F.jsx)(ln,{className:`h-3 w-3`,"aria-hidden":`true`})}):null]}),(0,F.jsx)(tn,{side:`left`,children:i})]})}function IK(e){return e?.trim()??``}function LK(e,t,n,r=!1){if(!t||!n)return!1;let i=IK(e.target.uri),a=IK(n.resourceUri);return a&&a===i||IK(n.currentUrl)===i?!0:r?!1:e.id===`docs`&&n.kind===`docs`}function RK(e,t){if(!t)return!1;let n=IK(t.resourceUri),r=IK(t.currentUrl);return e.some(e=>{let t=IK(e.target.uri);return t===n||t===r})}function zK({manager:e}){let t=AK(e=>e.pinnedItems),{currentTab:n,isOpen:r}=vn(),i=EK(_K(),t),a=RK(i,n);return(0,F.jsx)(an,{delayDuration:250,children:(0,F.jsx)(`aside`,{"data-testid":`side-dock`,className:`z-30 flex h-full w-14 shrink-0 flex-col items-center gap-1 border-l border-border/60 bg-background/95 px-2 py-3`,children:i.map(t=>(0,F.jsx)(FK,{active:LK(t,r,n,a),item:t,onOpen:e.openItem,onUnpin:t=>e.unpinItem(t.id)},t.id))})})}var BK=`pinned`,VK=new Set([`apps`,`docs`,`new-tab`,`panel-app`,`service-apps`]);function HK(e){return e.trim()}function UK(e){let t=0;return Array.from(HK(e)).forEach(e=>{t=t*31+e.charCodeAt(0)>>>0}),`${BK}-${HK(e).replace(/[^a-zA-Z0-9]+/g,`-`).replace(/^-+|-+$/g,``).toLowerCase()||`resource`}-${t.toString(36)}`}function WK(e){return e?.type===`builtin`&&VK.has(e.name)?{type:`builtin`,name:e.name}:e?.type===`url`&&e.url.trim().length>0?{type:`url`,url:e.url.trim()}:e?.type===`text`&&e.value.trim().length>0?{type:`text`,value:e.value.trim()}:null}function GK(e){return e.kind===`docs`?`docs`:e.kind===`home`?`new-tab`:e.kind===`apps`?e.resourceUri?.includes(`service-apps`)?`service-apps`:`apps`:e.kind===`panel-app`?`panel-app`:`apps`}var KK=class{constructor(e){this.docBrowserManager=e,this.getItems=()=>EK(_K(),AK.getState().pinnedItems),this.openItem=e=>{e.target.type===`right-panel-resource`&&this.docBrowserManager.open(e.target.uri,{dockIcon:e.icon,title:e.label})},this.getDockState=e=>{let t=this.getTabResourceUri(e);if(!t)return{canDock:!1,isDocked:!1,removable:!1};let n=this.findItemByUri(t);return{canDock:!0,isDocked:!!n,removable:n?.removable===!0}},this.pinTab=(e,t=new Date().toISOString())=>{let n=this.getTabResourceUri(e);!e||!n||this.findItemByUri(n)||this.pinItem({builtIn:!1,icon:WK(e.dockIcon)??{type:`builtin`,name:GK(e)},id:UK(n),label:e.title.trim()||n,removable:!0,target:{type:`right-panel-resource`,uri:n}},t)},this.unpinTab=e=>{let t=this.getTabResourceUri(e),n=t?this.findItemByUri(t):void 0;n?.removable&&this.unpinItem(n.id)},this.pinItem=(e,t=new Date().toISOString())=>{if(!e.removable)return;let n=HK(e.target.uri);this.setPinnedItems(r=>r.some(t=>t.id===e.id||HK(t.target.uri)===n)?r:[...r,wK({...e,target:{...e.target,uri:n}},t)])},this.unpinItem=e=>{this.setPinnedItems(t=>t.filter(t=>t.id!==e))},this.reorderPinnedItems=e=>{this.setPinnedItems(t=>{let n=new Map(t.map(e=>[e.id,e])),r=e.map(e=>n.get(e)).filter(e=>e!==void 0),i=new Set(r.map(e=>e.id)),a=t.filter(e=>!i.has(e.id));return[...r,...a]})},this.setPinnedItems=e=>{let{pinnedItems:t,setPinnedItems:n}=AK.getState();n(e(t))},this.getTabResourceUri=e=>{let t=e?.resourceUri??e?.currentUrl,n=t?HK(t):``;return n.length>0?n:null},this.findItemByUri=e=>{let t=HK(e);return this.getItems().find(e=>HK(e.target.uri)===t)}}},qK=new class{constructor(){this.resolveOpenTarget=e=>{let{activeTab:t,kind:n,url:r}=e,i=n??(r?void 0:t?.kind)??(r&&pn(r)?`docs`:`home`),a=r?.trim()||(!n&&t&&t.kind!==`docs`?t.currentUrl:i===`home`?`nextclaw://new-tab`:i===`docs`?wn():`about:blank`),o=i===`docs`?_n(a,`docs`):a;return{historyPolicy:`managed`,kind:i,title:i===`home`?p(`docBrowserHomeTitle`):fn(o,i,i===`docs`?p(`docBrowserHelp`):`Detail`),url:o}},this.areUrlsEquivalent=(e,t,n,r)=>n===r?n===`docs`?bn(e)===bn(t):e===t:!1,this.usesManagedHistory=e=>e.currentUrl!==Sn}};function JK(e,t,n){return{...e,tabs:e.tabs.map(e=>e.id===t?n(e):e)}}function YK(e,t){return JK(e,e.activeTabId,t)}function XK(e,t){let n=[...e.history.slice(0,e.historyIndex+1),t];return{history:n,historyIndex:n.length-1}}function ZK(e,t,n){let r=t.resourceUri??t.url,i=n.resourceUri??n.url;return t.tabId===n.tabId&&t.kind===n.kind&&e.areUrlsEquivalent(r,i,t.kind,n.kind)}function QK(e,t){return{kind:t.kind,resourceUri:t.resourceUri??t.url,tabId:e,url:t.url}}function $K(e,t,n){let r=NU({entries:t.activeHistory,index:t.activeHistoryIndex},n,(t,n)=>ZK(e,t,n));return{...t,activeHistory:[...r.entries],activeHistoryIndex:r.index}}function eq(e,t,n){for(let r=t.history.length-1;r>=0;--r)if(e.areUrlsEquivalent(t.history[r],n,t.kind,t.kind))return r;return-1}function tq(e,t,n){let r=t.tabs.find(e=>e.id===n.tabId);if(!r)return t;let i=n.resourceUri??n.url,a=e.resolveOpenTarget({activeTab:r,kind:n.kind,url:i}),o=eq(e,r,a.url),s=n.resourceUri!==void 0&&n.resourceUri===r.resourceUri;return JK({...t,activeTabId:r.id,isOpen:!0},r.id,e=>({...e,currentUrl:a.url,dedupeKey:a.dedupeKey,dockIcon:a.dockIcon??e.dockIcon,historyIndex:o>=0?o:e.historyIndex,kind:a.kind,resourceUri:a.resourceUri??a.url,title:s?e.title:a.title}))}function nq(e,t,n,r,i){let a={...t,title:r?.title||n.title||t.title,kind:n.kind,resourceUri:n.resourceUri??n.url,dockIcon:r?.dockIcon??n.dockIcon,dedupeKey:i};return e.areUrlsEquivalent(t.currentUrl,n.url,t.kind,n.kind)?a:{...a,currentUrl:n.url,...XK(t,n.url),navVersion:t.navVersion+1}}function rq(e,t){return!e.isOpen&&e.tabs.length===1&&t?.kind===`home`&&t.currentUrl===`nextclaw://new-tab`}function iq(e,t,n,r){let{activate:i,dedupeKey:a,newTab:o,title:s}=r??{},c=a?.trim()||n.dedupeKey,l=t.tabs.find(e=>e.id===t.activeTabId)??t.tabs[0],u=c?t.tabs.find(e=>e.dedupeKey===c):void 0;if(u){let a=JK(t,u.id,t=>nq(e,t,n,r,c)),o=i!==!1,s=o?u.id:t.activeTabId,l={...a,activeTabId:s,isOpen:!0};return o||u.id===t.activeTabId?$K(e,l,QK(u.id,n)):l}if(o||c||!l||l.kind!==n.kind){let i=yn(n.url,n.kind,s??n.title,c,n.resourceUri??n.url,r?.dockIcon??n.dockIcon);return rq(t,l)?{...t,isOpen:!0,tabs:[i],activeTabId:i.id,activeHistory:[un(i)],activeHistoryIndex:0}:$K(e,{...t,isOpen:!0,tabs:[...t.tabs,i],activeTabId:i.id},un(i))}return $K(e,{...YK(t,t=>nq(e,t,n,r,c)),isOpen:!0},QK(t.activeTabId,n))}function aq(e,t,n,r){let i=t.tabs.find(e=>e.id===t.activeTabId)??t.tabs[0];return iq(e,t,e.resolveOpenTarget({activeTab:i,kind:r?.kind,url:n}),r)}var oq=class{constructor(e=qK){this.routeResolver=e,this.setSnapshot=e=>{xn.getState().setSnapshot(e)},this.open=(e,t)=>{this.setSnapshot(n=>aq(this.routeResolver,n,e,t))},this.openTarget=(e,t)=>{this.setSnapshot(n=>iq(this.routeResolver,n,e,{...t,dedupeKey:t?.dedupeKey??e.dedupeKey,kind:t?.kind??e.kind,title:t?.title??e.title}))},this.openNewTab=()=>{this.open(void 0,{kind:dn,newTab:!0})},this.close=()=>{this.setSnapshot(e=>({...e,isOpen:!1}))},this.toggleMode=()=>{this.setSnapshot(e=>({...e,mode:e.mode===`floating`?`docked`:`floating`}))},this.navigate=e=>{this.setSnapshot(t=>{if(!t.tabs.length){let e=yn(wn(),`docs`,`Docs`);return{...t,tabs:[e],activeTabId:e.id,isOpen:!0}}let n=YK(t,t=>{if(!this.routeResolver.usesManagedHistory(t))return t;let n=this.routeResolver.resolveOpenTarget({activeTab:t,url:e});return this.routeResolver.areUrlsEquivalent(t.currentUrl,n.url,t.kind,n.kind)?t:{...t,currentUrl:n.url,dedupeKey:n.dedupeKey,dockIcon:n.dockIcon,...XK(t,n.url),kind:n.kind,navVersion:t.navVersion+1,resourceUri:n.resourceUri??n.url,title:n.title}}),r=n.tabs.find(e=>e.id===n.activeTabId);return r?$K(this.routeResolver,n,un(r)):n})},this.syncUrl=e=>{this.setSnapshot(t=>{if(!t.tabs.length){let e=yn(wn(),`docs`,`Docs`);return{...t,tabs:[e],activeTabId:e.id}}let n=YK(t,t=>{if(!this.routeResolver.usesManagedHistory(t))return t;let n=this.routeResolver.resolveOpenTarget({activeTab:t,kind:t.kind,url:e});return this.routeResolver.areUrlsEquivalent(t.currentUrl,n.url,t.kind,n.kind)?t:{...t,currentUrl:n.url,dedupeKey:n.dedupeKey,dockIcon:n.dockIcon,...XK(t,n.url),kind:n.kind,resourceUri:n.resourceUri??n.url,title:n.title}}),r=n.tabs.find(e=>e.id===n.activeTabId);return r?$K(this.routeResolver,n,un(r)):n})},this.goBack=()=>{this.setSnapshot(e=>{let t=PU({entries:e.activeHistory,index:e.activeHistoryIndex},`back`);return t?tq(this.routeResolver,{...e,activeHistory:[...t.history.entries],activeHistoryIndex:t.history.index},t.entry):e})},this.goForward=()=>{this.setSnapshot(e=>{let t=PU({entries:e.activeHistory,index:e.activeHistoryIndex},`forward`);return t?tq(this.routeResolver,{...e,activeHistory:[...t.history.entries],activeHistoryIndex:t.history.index},t.entry):e})},this.closeTab=e=>{this.setSnapshot(t=>{if(t.tabs.length<=1)return{...gn(),isOpen:!1};let n=t.tabs.findIndex(t=>t.id===e);if(n<0)return t;let r=t.tabs.filter(t=>t.id!==e),i=t.activeTabId===e?r[Math.max(0,n-1)]?.id??r[0].id:t.activeTabId,a={...t,tabs:r,activeTabId:i},o=r.find(e=>e.id===i)??r[0],s=FU({entries:a.activeHistory,index:a.activeHistoryIndex},t=>t.tabId!==e,un(o)),c={...a,activeHistory:[...s.entries],activeHistoryIndex:s.index};return t.activeTabId===e?$K(this.routeResolver,c,un(o)):c})},this.setActiveTab=e=>{this.setSnapshot(t=>{if(!t.tabs.some(t=>t.id===e))return t;let n=t.tabs.find(t=>t.id===e);return n?$K(this.routeResolver,{...t,activeTabId:e,isOpen:!0},un(n)):t})}}},sq=class{constructor(){this.accountManager=new Ps,this.rightPanelResourceRouteResolver=new NB,this.docBrowserManager=new oq(this.rightPanelResourceRouteResolver),this.sideDockManager=new KK(this.docBrowserManager),this.chatDraftIntentManager=new mK,this.serviceActionAuthorizationManager=new jz,this.panelAppBridgeManager=new Cz(this.serviceActionAuthorizationManager),this.remoteAccessManager=new bs({accountManager:this.accountManager})}},cq=null;function lq(){return cq??=new sq,cq}function uq(){return lq()}var dq=(0,P.createContext)(null);function fq({children:e}){let t=(0,P.useMemo)(()=>lq(),[]);return(0,F.jsx)(dq.Provider,{value:t,children:e})}function pq(){let e=(0,P.useContext)(dq);if(!e)throw Error(`useAppPresenter must be used inside AppPresenterProvider`);return e}var mq=`NextClaw`,hq=[{prefix:`/marketplace/mcp`,key:`marketplaceMcpPageTitle`},{prefix:`/marketplace/skills`,key:`marketplaceSkillsPageTitle`},{prefix:`/marketplace`,key:`marketplace`},{prefix:`/skills`,key:`marketplaceSkillsPageTitle`},{prefix:`/cron`,key:`cronPageTitle`},{prefix:`/agents`,key:`agentsPageTitle`},{prefix:`/chat`,key:`chat`},{prefix:`/model`,key:`modelPageTitle`},{prefix:`/search`,key:`searchPageTitle`},{prefix:`/providers`,key:`providersPageTitle`},{prefix:`/channels`,key:`channelsPageTitle`},{prefix:`/runtime`,key:`runtimePageTitle`},{prefix:`/updates`,key:`runtimeUpdatesPageTitle`},{prefix:`/remote`,key:`remotePageTitle`},{prefix:`/security`,key:`authSecurityTitle`},{prefix:`/secrets`,key:`secretsPageTitle`}];function gq(e,t){return e===t||e.startsWith(`${t}/`)}function _q(e){let t=e.toLowerCase();for(let{prefix:e,key:n}of hq)if(gq(t,e))return p(n);return p(`settings`)}function vq(e){return`${mq} - ${_q(e)}`}function yq({children:e,sideDockManager:t}){let{isOpen:n,mode:r}=vn();JB();let{pathname:i}=Gr(),{language:a}=IN(),{isMobile:o}=VN(),s=OG();AK(e=>e.pinnedItems);let c={getDockState:t.getDockState,pinTab:t.pinTab,unpinTab:t.unpinTab};return(0,P.useEffect)(()=>{document.title=vq(i)},[i,a]),o&&s!==`win32`?(0,F.jsx)(FG,{pathname:i,isDocBrowserOpen:n,docBrowserDockControls:c,docBrowserRenderers:HB,topbarLeadingInset:s===`darwin`?`4.75rem`:void 0,children:e}):(0,F.jsx)(zG,{pathname:i,isMobileLayout:o,isDocBrowserOpen:n,docBrowserMode:r,docBrowserDockControls:c,docBrowserRenderers:HB,sideDock:(0,F.jsx)(zK,{manager:t}),children:e})}function bq({children:e}){let t=uq();return(0,F.jsx)(Cn,{manager:t.docBrowserManager,children:(0,F.jsx)(yq,{sideDockManager:t.sideDockManager,children:e})})}function xq(){let{isMobile:e}=VN();return e?(0,F.jsx)(IG,{}):(0,F.jsx)(xi,{to:`/model`,replace:!0})}function Sq(e){let t=e.trim().toLowerCase();return t?!t.startsWith(`skills`):!0}function Cq(e,t){t.startsWith(`mcp`)&&(e?.invalidateQueries({queryKey:[`marketplace-mcp-installed`]}),e?.invalidateQueries({queryKey:[`marketplace-mcp-items`]}),e?.invalidateQueries({queryKey:[`marketplace-mcp-doctor`]}))}function wq(e,t){e&&Sq(t)&&e.invalidateQueries({queryKey:[`config`]}),Cq(e,t)}function Tq(e){let t=(0,P.useRef)(!1);(0,P.useEffect)(()=>{let n=M.eventBus.on(C.connectionOpen,()=>{We.handleConnectionRestored(),Se.refreshAfterRealtimeReconnect(),t.current&&(t.current=!1,e?.invalidateQueries({queryKey:[`ncp-sessions`]}))}),r=M.eventBus.on(C.connectionClose,()=>{We.handleConnectionInterrupted(null),t.current=!0}),i=M.eventBus.on(C.connectionError,e=>{We.handleConnectionInterrupted(e?.message??null),t.current=!0}),a=M.eventBus.on(C.configUpdated,({path:t})=>{wq(e,t)}),o=M.eventBus.on(C.runtimeUpdateSnapshot,e=>{Se.reportSnapshot(e)}),s=M.eventBus.on(C.sessionRunStatus,t=>{me(e,{type:`session.run-status`,payload:t})}),c=M.eventBus.on(C.sessionSummaryUpsert,t=>{me(e,{type:`session.summary.upsert`,payload:t})}),l=M.eventBus.on(C.sessionSummaryDelete,t=>{me(e,{type:`session.summary.delete`,payload:t})}),u=M.eventBus.on(C.error,e=>{console.error(`Realtime transport error:`,e.message)});return()=>{n(),r(),i(),a(),o(),s(),c(),l(),u()}},[e])}var Eq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{ModelConfigPage:e}=await import(`./model-config-page-Bcb35AVv.js`);return{ModelConfigPage:e}},__vite__mapDeps([10,2,11,12,3,13,9,14,15]))).ModelConfigPage})),Dq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{ChatPage:e}=await import(`./chat-page-BXngLJY6.js`);return{ChatPage:e}},__vite__mapDeps([16,2,3,13,17,4,11,8,1,5,6,7,9,18,19,12,20,14]))).ChatPage})),Oq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{SearchConfigPage:e}=await import(`./search-config-page-DG5Q2hF1.js`);return{SearchConfigPage:e}},__vite__mapDeps([21,2,13,3,11,5,6,22,14]))).SearchConfigPage})),kq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{ProvidersConfigPage:e}=await import(`./providers-config-page-CQSibSwO.js`);return{ProvidersConfigPage:e}},__vite__mapDeps([23,2,3,13,17,4,11,8,5,20,7,22,14,15]))).ProvidersConfigPage})),Aq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{ChannelsList:e}=await import(`./channels-list-page-DKj6m1Hc.js`);return{ChannelsList:e}},__vite__mapDeps([24,2,3,13,11,5,6,8,22,19,14,15]))).ChannelsList})),jq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{RuntimeConfig:e}=await import(`./runtime-config-page-Tn2yLQ0c.js`);return{RuntimeConfig:e}},__vite__mapDeps([25,2,13,3,11,7,26,27,14]))).RuntimeConfig})),Mq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{DesktopUpdateConfig:e}=await import(`./desktop-update-config-DfUQ8nly.js`);return{DesktopUpdateConfig:e}},__vite__mapDeps([28,2,13,3,11,6,26]))).DesktopUpdateConfig})),Nq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{SecurityConfig:e}=await import(`./api-C6EDHBDR.js`).then(e=>e.ut);return{SecurityConfig:e}},__vite__mapDeps([11,2]))).SecurityConfig})),Pq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{SecretsConfigPage:e}=await import(`./secrets-config-page-BXn5Uuwp.js`);return{SecretsConfigPage:e}},__vite__mapDeps([29,2,13,3,11,7,27,14]))).SecretsConfigPage})),Fq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{RemoteAccessPage:e}=await import(`./remote-BlJDbXOI.js`);return{RemoteAccessPage:e}},[])).RemoteAccessPage})),Iq=(0,P.lazy)(async()=>({default:(await jn(async()=>{let{McpMarketplacePage:e}=await import(`./mcp-marketplace-page-DZ9H0v05.js`);return{McpMarketplacePage:e}},__vite__mapDeps([30,18,2,3,13,17,4,11,8,9,19]))).McpMarketplacePage}));function Lq(){return(0,F.jsx)(`div`,{className:`h-full w-full animate-pulse rounded-2xl border border-border/40 bg-card/40`})}function Rq({children:e}){return(0,F.jsx)(P.Suspense,{fallback:(0,F.jsx)(Lq,{}),children:e})}function zq(e){return(0,F.jsx)(Rq,{children:e})}var Bq=[{path:`/chat/skills`,redirectTo:`/skills`},{path:`/chat/cron`,redirectTo:`/cron`},{path:`/chat/agents`,redirectTo:`/agents`},{path:`/chat/:sessionId?`,element:zq((0,F.jsx)(Dq,{view:`chat`}))},{path:`/agents`,element:zq((0,F.jsx)(Dq,{view:`agents`}))},{path:`/skills`,element:zq((0,F.jsx)(Dq,{view:`skills`}))},{path:`/skills/scenes/:scene`,element:zq((0,F.jsx)(Dq,{view:`skills`}))},{path:`/cron`,element:zq((0,F.jsx)(Dq,{view:`cron`}))},{path:`/model`,element:zq((0,F.jsx)(Eq,{}))},{path:`/search`,element:zq((0,F.jsx)(Oq,{}))},{path:`/providers`,element:zq((0,F.jsx)(kq,{}))},{path:`/channels`,element:zq((0,F.jsx)(Aq,{}))},{path:`/runtime`,element:zq((0,F.jsx)(jq,{}))},{path:`/updates`,element:zq((0,F.jsx)(Mq,{}))},{path:`/remote`,element:zq((0,F.jsx)(Fq,{}))},{path:`/security`,element:zq((0,F.jsx)(Nq,{}))},{path:`/secrets`,element:zq((0,F.jsx)(Pq,{}))},{path:`/language`,element:(0,F.jsx)(SG,{})},{path:`/settings`,element:(0,F.jsx)(xq,{})},{path:`/marketplace/skills`,redirectTo:`/skills`},{path:`/marketplace`,redirectTo:`/skills`},{path:`/marketplace/mcp`,element:zq((0,F.jsx)(Iq,{}))},{path:`/`,redirectTo:`/chat`},{path:`*`,redirectTo:`/chat`}];function Vq(e){return`redirectTo`in e?(0,F.jsx)(Si,{path:e.path,element:(0,F.jsx)(xi,{to:e.redirectTo,replace:!0})},e.path):(0,F.jsx)(Si,{path:e.path,element:e.element},e.path)}function Hq(){return(0,F.jsx)(wi,{children:Bq.map(Vq)})}function Uq(){return Tq(qe),fe(),(0,P.useEffect)(()=>(Se.start(),()=>{Se.stop()}),[]),(0,F.jsxs)(fq,{children:[(0,F.jsx)(bq,{children:(0,F.jsx)(Hq,{})}),(0,F.jsx)(As,{}),(0,F.jsx)(Oz,{})]})}function Wq(){let e=ve(),t=e.isError&&he(e.error);return e.isLoading&&!e.isError||t||e.isError?(0,F.jsx)(Uq,{}):e.data?.enabled&&!e.data.authenticated?(0,F.jsx)(js,{username:e.data.username}):(0,F.jsx)(Uq,{})}function Gq(){return(0,P.useEffect)(()=>{LW()},[]),(0,F.jsxs)(v,{client:qe,children:[(0,F.jsx)(Wq,{}),(0,F.jsx)(PW,{}),(0,F.jsx)(x,{position:`top-right`,richColors:!0,offset:window.nextclawDesktop?.platform===`win32`?56:void 0,mobileOffset:window.nextclawDesktop?.platform===`win32`?56:void 0})]})}var Kq=window.nextclawDesktop?.platform===`win32`?bi:ua;(0,Dn.createRoot)(document.getElementById(`root`)).render((0,F.jsx)(P.StrictMode,{children:(0,F.jsx)(VW,{children:(0,F.jsx)(FN,{children:(0,F.jsx)(Kq,{children:(0,F.jsx)(Gq,{})})})})}));export{ws as $,BR as A,Ia as At,DP as B,_z as C,yo as Ct,VR as D,Za as Dt,JR as E,$a as Et,_F as F,bP as G,TP as H,vF as I,IN as J,vP as K,yF as L,sI as M,Gr as Mt,lI as N,Jr as Nt,UR as O,Xa as Ot,bF as P,Xr as Pt,Ts as Q,hF as R,gz as S,bo as St,YR as T,ho as Tt,SP as U,yP as V,xP as W,NN as X,MN as Y,Ms as Z,VV as _,Po as _t,HG as a,gs as at,hz as b,Eo as bt,uG as c,cs as ct,xU as d,Xo as dt,bs as et,TU as f,qo as ft,cH as g,Ro as gt,xH as h,Bo as ht,JG as i,hs as it,IR as j,Fa as jt,HR as k,Ua as kt,NW as l,ss as lt,TH as m,Ho as mt,hK as n,ds as nt,LG as o,vs as ot,EH as p,Go as pt,VN as q,pK as r,ms as rt,dG as s,us as st,pq as t,ys as tt,zU as u,as as ut,LV as v,No as vt,qR as w,_o as wt,vz as x,wo as xt,wV as y,ko as yt,mP as z};
|