@rubytech/create-maxy-code 0.1.505 → 0.1.506

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/package.json +1 -1
  2. package/payload/platform/lib/account-schema-regions/dist/index.d.ts +60 -0
  3. package/payload/platform/lib/account-schema-regions/dist/index.d.ts.map +1 -0
  4. package/payload/platform/lib/account-schema-regions/dist/index.js +101 -0
  5. package/payload/platform/lib/account-schema-regions/dist/index.js.map +1 -0
  6. package/payload/platform/lib/account-schema-regions/package.json +7 -0
  7. package/payload/platform/lib/account-schema-regions/src/index.ts +121 -0
  8. package/payload/platform/lib/account-schema-regions/tsconfig.json +9 -0
  9. package/payload/platform/package.json +3 -3
  10. package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +59 -17
  11. package/payload/platform/plugins/admin/skills/public-agent-manager/SKILL.md +3 -3
  12. package/payload/platform/plugins/admin/skills/whats-new/SKILL.md +6 -0
  13. package/payload/platform/plugins/docs/references/admin-ui.md +58 -16
  14. package/payload/platform/scripts/check-no-esm-require.mjs +5 -0
  15. package/payload/platform/services/claude-session-manager/dist/account-dir-schema-reconcile.d.ts +1 -1
  16. package/payload/platform/services/claude-session-manager/dist/account-dir-schema-reconcile.d.ts.map +1 -1
  17. package/payload/platform/services/claude-session-manager/dist/account-dir-schema-reconcile.js +50 -3
  18. package/payload/platform/services/claude-session-manager/dist/account-dir-schema-reconcile.js.map +1 -1
  19. package/payload/server/{chunk-HN4HFTXE.js → chunk-5ADBNEJA.js} +1410 -1409
  20. package/payload/server/maxy-edge.js +1 -1
  21. package/payload/server/public/activity.html +5 -5
  22. package/payload/server/public/agents.html +4 -4
  23. package/payload/server/public/assets/{AdminLoginScreens-DeWt3H7l.js → AdminLoginScreens-D5KOQA8S.js} +1 -1
  24. package/payload/server/public/assets/{AdminShell-u32d8puE.js → AdminShell-C8wazpnz.js} +2 -2
  25. package/payload/server/public/assets/{activity-DjP45-DD.js → activity-CFqkDhTs.js} +1 -1
  26. package/payload/server/public/assets/admin-B-EGUWS4.js +1 -0
  27. package/payload/server/public/assets/agents-DPulfmrd.js +1 -0
  28. package/payload/server/public/assets/{browser-ULvl_K5x.js → browser-T_5xbnJh.js} +1 -1
  29. package/payload/server/public/assets/{calendar-CGMrT6WZ.js → calendar-CKjuiG8c.js} +1 -1
  30. package/payload/server/public/assets/chat-DWLYAA70.js +1 -0
  31. package/payload/server/public/assets/chevron-left-DBMCTKlT.js +1 -0
  32. package/payload/server/public/assets/chevron-right-SBAr6zzc.js +1 -0
  33. package/payload/server/public/assets/clock-kkzt7Scf.js +1 -0
  34. package/payload/server/public/assets/data-CV8N9qcy.js +1 -0
  35. package/payload/server/public/assets/{file-text-C5K6DMcK.js → file-text-c6cA4Evd.js} +1 -1
  36. package/payload/server/public/assets/{graph-CO6e1bgD.js → graph-DIk-o45J.js} +2 -2
  37. package/payload/server/public/assets/{graph-labels-iliQjlfE.js → graph-labels-5bjxhC_p.js} +1 -1
  38. package/payload/server/public/assets/{maximize-2-D-64XK6V.js → maximize-2-BCQkFb1_.js} +1 -1
  39. package/payload/server/public/assets/{operator-DyXgogJ1.js → operator-0UnNo2ms.js} +1 -1
  40. package/payload/server/public/assets/page-HVtUfub2.js +32 -0
  41. package/payload/server/public/assets/page-JJa2xdzf.js +1 -0
  42. package/payload/server/public/assets/{public-B9NVDBxW.js → public-CKEYyIPn.js} +1 -1
  43. package/payload/server/public/assets/{rotate-ccw-P35h7ogS.js → rotate-ccw-dTpO5dhL.js} +1 -1
  44. package/payload/server/public/assets/{routines-BeiynLF7.js → routines-C6P1-Dto.js} +1 -1
  45. package/payload/server/public/assets/{skills-C5H7ohLp.js → skills-ClrpVqlz.js} +1 -1
  46. package/payload/server/public/assets/tasks-C8SNhSFC.js +1 -0
  47. package/payload/server/public/assets/{time-entry-format-CDhHCMrW.js → time-entry-format-CCO6N6XZ.js} +1 -1
  48. package/payload/server/public/assets/{triangle-alert-OgY71rDV.js → triangle-alert-CHjdKpag.js} +1 -1
  49. package/payload/server/public/assets/{useCopyFeedback-jOGmWwa3.js → useCopyFeedback-BTUu3-l8.js} +1 -1
  50. package/payload/server/public/assets/{useSubAccountSwitcher-6AFuRawP.js → useSubAccountSwitcher-DSW9vDi2.js} +1 -1
  51. package/payload/server/public/assets/{useSubAccountSwitcher-AFSwtthL.css → useSubAccountSwitcher-DyrH8DA8.css} +1 -1
  52. package/payload/server/public/assets/{useVoiceRecorder-CnE3fhfV.js → useVoiceRecorder-BeNqxmm2.js} +1 -1
  53. package/payload/server/public/assets/{wrench-B1hsCj0R.js → wrench-CeNnc7oO.js} +1 -1
  54. package/payload/server/public/browser.html +4 -4
  55. package/payload/server/public/calendar.html +7 -7
  56. package/payload/server/public/chat.html +13 -13
  57. package/payload/server/public/data.html +11 -11
  58. package/payload/server/public/graph.html +9 -9
  59. package/payload/server/public/index.html +14 -14
  60. package/payload/server/public/operator.html +14 -14
  61. package/payload/server/public/public.html +13 -13
  62. package/payload/server/public/routines.html +6 -6
  63. package/payload/server/public/skills.html +5 -5
  64. package/payload/server/public/tasks.html +6 -6
  65. package/payload/server/server.js +1329 -826
  66. package/payload/server/public/assets/admin-Bo-Y6Vjx.js +0 -1
  67. package/payload/server/public/assets/agents-C80aCXd8.js +0 -1
  68. package/payload/server/public/assets/chat-DnWXaWD4.js +0 -1
  69. package/payload/server/public/assets/chevron-left-BB5Iljw-.js +0 -1
  70. package/payload/server/public/assets/chevron-right-DijU96_j.js +0 -1
  71. package/payload/server/public/assets/clock-DsmnhhJh.js +0 -1
  72. package/payload/server/public/assets/data-JPlhOLGC.js +0 -1
  73. package/payload/server/public/assets/page-DrbiAFS-.js +0 -32
  74. package/payload/server/public/assets/page-WeM2ry61.js +0 -1
  75. package/payload/server/public/assets/tasks-CI74_b6H.js +0 -1
@@ -1 +0,0 @@
1
- import{o as e}from"./chunk-CltuBf4Z.js";import{B as t,F as n,G as r,H as i,O as a,P as o,S as s,T as c,_ as l,a as u,b as d,c as f,d as p,g as m,i as h,k as g,p as _,s as v,t as y,u as b,v as ee,x as te,y as x}from"./useSubAccountSwitcher-6AFuRawP.js";import{C as ne,E as S,S as re,T as C,n as ie,r as w,s as T}from"./useVoiceRecorder-CnE3fhfV.js";import{t as E}from"./chevron-left-BB5Iljw-.js";import{t as ae}from"./file-text-C5K6DMcK.js";import{i as oe,t as D}from"./graph-labels-iliQjlfE.js";import{t as O}from"./triangle-alert-OgY71rDV.js";var se=o(`arrow-left`,[[`path`,{d:`m12 19-7-7 7-7`,key:`1l729n`}],[`path`,{d:`M19 12H5`,key:`x3x0zl`}]]),ce=o(`ellipsis`,[[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}],[`circle`,{cx:`19`,cy:`12`,r:`1`,key:`1wjl8i`}],[`circle`,{cx:`5`,cy:`12`,r:`1`,key:`1pcz8c`}]]),le=o(`folder-plus`,[[`path`,{d:`M12 10v6`,key:`1bos4e`}],[`path`,{d:`M9 13h6`,key:`1uhe8q`}],[`path`,{d:`M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z`,key:`1kt360`}]]),ue=o(`image`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,ry:`2`,key:`1m3agn`}],[`circle`,{cx:`9`,cy:`9`,r:`2`,key:`af1f0g`}],[`path`,{d:`m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21`,key:`1xmnt7`}]]),de=o(`layout-grid`,[[`rect`,{width:`7`,height:`7`,x:`3`,y:`3`,rx:`1`,key:`1g98yp`}],[`rect`,{width:`7`,height:`7`,x:`14`,y:`3`,rx:`1`,key:`6d4xhi`}],[`rect`,{width:`7`,height:`7`,x:`14`,y:`14`,rx:`1`,key:`nxv5o0`}],[`rect`,{width:`7`,height:`7`,x:`3`,y:`14`,rx:`1`,key:`1bb6yr`}]]),fe=o(`list`,[[`path`,{d:`M3 5h.01`,key:`18ugdj`}],[`path`,{d:`M3 12h.01`,key:`nlz23k`}],[`path`,{d:`M3 19h.01`,key:`noohij`}],[`path`,{d:`M8 5h13`,key:`1pao27`}],[`path`,{d:`M8 12h13`,key:`1za7za`}],[`path`,{d:`M8 19h13`,key:`m83p4d`}]]),pe=o(`mouse-pointer-click`,[[`path`,{d:`M14 4.1 12 6`,key:`ita8i4`}],[`path`,{d:`m5.1 8-2.9-.8`,key:`1go3kf`}],[`path`,{d:`m6 12-1.9 2`,key:`mnht97`}],[`path`,{d:`M7.2 2.2 8 5.1`,key:`1cfko1`}],[`path`,{d:`M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z`,key:`s0h3yz`}]]),k=o(`send-horizontal`,[[`path`,{d:`M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z`,key:`117uat`}],[`path`,{d:`M6 12h16`,key:`s4cdu5`}]]),me=o(`smile`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M8 14s1.5 2 4 2 4-2 4-2`,key:`1y1vjs`}],[`line`,{x1:`9`,x2:`9.01`,y1:`9`,y2:`9`,key:`yxxnd0`}],[`line`,{x1:`15`,x2:`15.01`,y1:`9`,y2:`9`,key:`1p4y9e`}]]),he=o(`upload`,[[`path`,{d:`M12 3v12`,key:`1x0j5s`}],[`path`,{d:`m17 8-5-5-5 5`,key:`7q97r8`}],[`path`,{d:`M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4`,key:`ih7n3h`}]]),A=o(`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`}]]),j=e(r(),1);function ge(){let[e,t]=(0,j.useState)([]),[n,r]=(0,j.useState)(!1),[i,a]=(0,j.useState)(null),o=(0,j.useRef)(null),s=(0,j.useCallback)(e=>{a(null);let n=e.find(e=>!w(e.type,S));if(n){a(`Unsupported file type: "${n.type}". Supported: images, PDF, plain text, markdown, CSV, calendar, zip, voice notes.`);return}let r=e.find(e=>e.size>C);if(r){a(`"${r.name}" exceeds the 50 MB limit.`);return}t(t=>[...t,...e].slice(0,5))},[]);return{pendingFiles:e,setPendingFiles:t,isDragOver:n,attachError:i,setAttachError:a,fileInputRef:o,addFiles:s,clearFiles:(0,j.useCallback)(()=>{t([]),a(null)},[]),removeFile:(0,j.useCallback)(e=>{t(t=>t.filter((t,n)=>n!==e))},[]),onDragOver:(0,j.useCallback)(e=>{e.preventDefault(),r(!0)},[]),onDragLeave:(0,j.useCallback)(()=>{r(!1)},[]),onDrop:(0,j.useCallback)(e=>{e.preventDefault(),r(!1),s([...e.dataTransfer.files])},[s])}}var M=[[128512],[128515],[128516],[128513],[128518],[128517],[128514],[129315],[128578],[128579],[128521],[128522],[128519],[128525],[128536],[128535],[128540],[128541],[129303],[129300],[128528],[128566],[128564],[128526],[129395],[128546],[128557],[128548],[128544],[128533],[128556],[129393],[128077],[128078],[128076],[128591],[128079],[128588],[128170],[128075],[129309],[10084,65039],[128293],[11088],[127881],[10024],[128175],[128064]].map(e=>String.fromCodePoint(...e));function _e(e,t,n,r){let i=e.length,a=Math.max(0,Math.min(n??i,i)),o=Math.max(a,Math.min(r??a,i));return{value:e.slice(0,a)+t+e.slice(o),caret:a+t.length}}var N=t();function P({onSelect:e}){return(0,N.jsx)(`div`,{className:`wa-emoji-popover`,role:`menu`,"aria-label":`Emoji picker`,children:M.map((t,n)=>(0,N.jsx)(`button`,{type:`button`,role:`menuitem`,className:`wa-emoji-item`,onClick:()=>e(t),children:t},n))})}function ve({sessionKey:e,onPick:t,onClose:n}){let[r,i]=(0,j.useState)(``),[o,s]=(0,j.useState)(null),[c,l]=(0,j.useState)(null),[u,d]=(0,j.useState)(!1),f=(0,j.useCallback)(t=>{d(!0),l(null),fetch(`/api/admin/files?path=${encodeURIComponent(t)}&session_key=${encodeURIComponent(e)}`).then(async e=>{let t=await e.json().catch(()=>({}));if(!e.ok)throw Error(t.error??`Could not list files`);return t}).then(e=>{s(e),i(e.path===`.`?``:e.path)}).catch(e=>l(e instanceof Error?e.message:String(e))).finally(()=>d(!1))},[e]);(0,j.useEffect)(()=>{f(``)},[f]);let p=e=>f(r?`${r}/${e}`:e),h=()=>{let e=r.split(`/`).filter(Boolean);e.pop(),f(e.join(`/`))},g=e=>{let n=e.entryPath??e.name;t({path:r?`${r}/${n}`:n,name:e.displayName??e.name})};return(0,N.jsx)(`div`,{className:`wa-picker-backdrop`,role:`dialog`,"aria-label":`Choose a device file`,onClick:n,children:(0,N.jsxs)(`div`,{className:`wa-picker`,onClick:e=>e.stopPropagation(),children:[(0,N.jsxs)(`div`,{className:`wa-picker-head`,children:[r&&(0,N.jsx)(`button`,{type:`button`,className:`wa-picker-icon-btn`,onClick:h,"aria-label":`Up one folder`,children:(0,N.jsx)(E,{size:18})}),(0,N.jsx)(`span`,{className:`wa-picker-title`,children:r||`Device storage`}),(0,N.jsx)(`button`,{type:`button`,className:`wa-picker-icon-btn`,onClick:n,"aria-label":`Close file picker`,children:(0,N.jsx)(m,{size:18})})]}),c&&(0,N.jsx)(`p`,{className:`wa-picker-error`,role:`alert`,children:c}),u&&(0,N.jsx)(`p`,{className:`wa-picker-empty`,children:`Loading…`}),o&&!u&&(0,N.jsxs)(`ul`,{className:`wa-picker-list`,children:[o.entries.length===0&&(0,N.jsx)(`li`,{className:`wa-picker-empty`,children:`This folder is empty.`}),o.entries.map(e=>(0,N.jsx)(`li`,{children:e.kind===`directory`?(0,N.jsxs)(`button`,{type:`button`,className:`wa-picker-row`,onClick:()=>p(e.name),children:[(0,N.jsx)(a,{size:16,"aria-hidden":!0}),(0,N.jsx)(`span`,{className:`wa-picker-name`,children:e.displayName??e.name})]}):e.kind===`file`?(0,N.jsxs)(`button`,{type:`button`,className:`wa-picker-row`,onClick:()=>g(e),children:[(0,N.jsx)(ae,{size:16,"aria-hidden":!0}),(0,N.jsx)(`span`,{className:`wa-picker-name`,children:e.displayName??e.name})]}):null},e.name))]})]})})}function ye(e){return`${Math.floor(e/60)}:${String(e%60).padStart(2,`0`)}`}function F({accountId:e,remoteJid:t,sessionKey:n,replyTo:r,onClearReply:i}){let[a,o]=(0,j.useState)(``),[s,c]=(0,j.useState)(!1),[u,d]=(0,j.useState)(null),[f,p]=(0,j.useState)(!1),[h,g]=(0,j.useState)(!1),[_,v]=(0,j.useState)(!1),[y,b]=(0,j.useState)([]),x=(0,j.useRef)(null),{pendingFiles:S,attachError:C,addFiles:w,removeFile:T,clearFiles:E}=ge(),{state:oe,elapsedSeconds:D,errorMessage:O,start:se,send:ce,discard:le}=ie(),de=oe===`recording`||oe===`paused`,fe=(0,j.useCallback)(()=>{console.info(`[operator-ui] op=voice-record state=start ms=0`),se()},[se]),pe=(0,j.useCallback)(async()=>{let e=D*1e3,t=await ce();if(console.info(`[operator-ui] op=voice-record state=stop ms=${e}`),t){let e=t.type===`audio/ogg`?`.ogg`:t.type===`audio/mp4`?`.m4a`:`.webm`;w([new File([t],`voice-note${e}`,{type:t.type})])}},[D,ce,w]),he=(0,j.useCallback)(()=>{console.info(`[operator-ui] op=voice-record state=cancel ms=${D*1e3}`),le()},[D,le]),A=(0,j.useRef)(!1),M=()=>Math.round((typeof window>`u`?900:window.innerHeight)/3),[F,I]=(0,j.useState)(null),[be,xe]=(0,j.useState)(null),Se=(0,j.useRef)(null),Ce=(0,j.useRef)(44),L=(0,j.useCallback)(e=>{let t=Se.current;if(!t)return;t.moved=!0;let n=Math.min(M(),Math.max(44,t.startH+(t.startY-e.clientY)));Ce.current=n,I(n)},[]),R=(0,j.useCallback)(()=>{let e=Se.current?.moved??!1;Se.current=null,window.removeEventListener(`pointermove`,L),window.removeEventListener(`pointerup`,R),e&&console.info(`[operator-ui] op=wa-composer-resize mode=drag h=${Ce.current}`)},[L]),z=(0,j.useCallback)(e=>{Se.current={startY:e.clientY,startH:x.current?.offsetHeight??44,moved:!1},window.addEventListener(`pointermove`,L),window.addEventListener(`pointerup`,R),e.preventDefault()},[L,R]),we=(0,j.useCallback)(e=>{let t=F??x.current?.offsetHeight??44,n=null;e.key===`ArrowUp`?(e.preventDefault(),n=Math.min(M(),t+24)):e.key===`ArrowDown`&&(e.preventDefault(),n=Math.max(44,t-24)),n!==null&&(I(n),console.info(`[operator-ui] op=wa-composer-resize mode=key h=${n}`))},[F]),B=(0,j.useRef)(``);(0,j.useEffect)(()=>{let e=x.current;if(!e)return;let t=B.current!==``&&a===``;if(B.current=a,F!==null){t&&I(null);return}let n=e.style.height;e.style.height=`auto`;let r=Math.min(M(),Math.max(44,e.scrollHeight));e.style.height=n,xe(r)},[a,F]);let Te=(a.trim().length>0||S.length>0||y.length>0)&&!s,Ee=(0,j.useCallback)(async()=>{if(!A.current&&!(a.trim().length===0&&S.length===0&&y.length===0)){A.current=!0,c(!0),d(null);try{let s=`/api/whatsapp-reader/reply?session_key=${encodeURIComponent(n)}`,c;if(S.length>0||y.length>0){let n=new FormData;n.append(`accountId`,e),n.append(`remoteJid`,t),a.trim()&&n.append(`text`,a);for(let e of S)n.append(`files`,e);for(let e of y)n.append(`fileRefs`,e.path);r&&n.append(`quotedId`,r.msgKeyId),c=await fetch(s,{method:`POST`,body:n})}else c=await fetch(s,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({accountId:e,remoteJid:t,text:a,...r?{quotedId:r.msgKeyId}:{}})});let l=await c.json().catch(()=>({}));if(!c.ok){d(l.error??`Send failed.`),console.info(`[operator-ui] op=reply-fail remoteJid=${t} error=${l.error??`unknown`}`);return}o(``),E(),b([]),i?.(),console.info(`[operator-ui] op=reply-sent remoteJid=${t} sent=${l.sent??0}`)}catch(e){d(`Could not reach the server. Try again.`),console.info(`[operator-ui] op=reply-fail remoteJid=${t} error=${String(e)}`)}finally{A.current=!1,c(!1)}}},[a,S,y,r,i,e,t,n,E]),De=(0,j.useCallback)(e=>{let t=x.current,{value:n,caret:r}=_e(a,e,t?t.selectionStart:null,t?t.selectionEnd:null);o(n),p(!1),requestAnimationFrame(()=>{let e=x.current;e&&(e.focus(),e.setSelectionRange(r,r))})},[a]),Oe=e=>{e.key===`Enter`&&!e.shiftKey&&(e.preventDefault(),Te&&Ee())},V=e=>e.dataTransfer.types.includes(`Files`),H=(0,j.useCallback)(e=>{V(e)&&(e.preventDefault(),v(!0))},[]),ke=(0,j.useCallback)(()=>v(!1),[]),Ae=(0,j.useCallback)(e=>{if(!V(e))return;e.preventDefault(),v(!1);let t=[...e.dataTransfer.files];if(t.length===0)return;let n=Math.max(0,S.length+t.length-5);console.info(`[operator-ui] op=composer-drop count=${t.length} rejected=${n}`),w(t)},[S.length,w]),je=e=>e.startsWith(`image/`)?(0,N.jsx)(ue,{size:14}):e===`application/pdf`?(0,N.jsx)(ae,{size:14}):(0,N.jsx)(ne,{size:14});return(0,N.jsxs)(`div`,{className:`wa-reply${_?` wa-reply-drag-over`:``}`,onDragOver:H,onDragLeave:ke,onDrop:Ae,children:[h&&(0,N.jsx)(ve,{sessionKey:n,onPick:e=>{b(t=>[...t,e].slice(0,5)),g(!1)},onClose:()=>g(!1)}),f&&(0,N.jsx)(P,{onSelect:De}),u&&(0,N.jsx)(`p`,{className:`wa-reply-error`,role:`alert`,children:u}),C&&(0,N.jsx)(`p`,{className:`wa-reply-error`,role:`alert`,children:C}),oe===`error`&&O&&(0,N.jsx)(`p`,{className:`wa-reply-error`,role:`alert`,children:O}),(S.length>0||y.length>0)&&(0,N.jsxs)(`div`,{className:`wa-reply-attachments`,children:[S.map((e,t)=>(0,N.jsxs)(`div`,{className:`wa-reply-chip`,children:[je(e.type),(0,N.jsx)(`span`,{className:`wa-reply-chip-name`,children:e.name}),(0,N.jsx)(`button`,{type:`button`,onClick:()=>T(t),"aria-label":`Remove ${e.name}`,children:(0,N.jsx)(m,{size:12})})]},`f-${t}`)),y.map((e,t)=>(0,N.jsxs)(`div`,{className:`wa-reply-chip wa-reply-chip-ref`,children:[(0,N.jsx)(ae,{size:14}),(0,N.jsx)(`span`,{className:`wa-reply-chip-name`,children:e.name}),(0,N.jsx)(`button`,{type:`button`,onClick:()=>b(e=>e.filter((e,n)=>n!==t)),"aria-label":`Remove ${e.name}`,children:(0,N.jsx)(m,{size:12})})]},`r-${t}`))]}),r&&(0,N.jsxs)(`div`,{className:`wa-reply-quote`,children:[(0,N.jsxs)(`div`,{className:`wa-reply-quote-body`,children:[(0,N.jsx)(`span`,{className:`wa-reply-quote-who`,children:r.fromMe?`You`:r.senderName??`Contact`}),(0,N.jsx)(`span`,{className:`wa-reply-quote-text`,children:r.body||`Message`})]}),(0,N.jsx)(`button`,{type:`button`,className:`wa-reply-quote-cancel`,onClick:()=>i?.(),"aria-label":`Cancel reply`,children:(0,N.jsx)(m,{size:14})})]}),!de&&(0,N.jsx)(`div`,{className:`wa-reply-resize-handle`,role:`separator`,"aria-orientation":`horizontal`,"aria-label":`Resize input — drag up to enlarge`,tabIndex:0,onPointerDown:z,onKeyDown:we}),(0,N.jsx)(`div`,{className:`wa-reply-row`,children:de?(0,N.jsxs)(N.Fragment,{children:[(0,N.jsx)(`button`,{type:`button`,className:`wa-reply-attach`,onClick:he,"aria-label":`Cancel recording`,children:(0,N.jsx)(l,{size:20})}),(0,N.jsxs)(`span`,{className:`wa-rec-live`,role:`status`,children:[(0,N.jsx)(`span`,{className:`wa-rec-dot`,"aria-hidden":!0}),ye(D)]}),(0,N.jsx)(`button`,{type:`button`,className:`wa-reply-send`,onClick:()=>void pe(),"aria-label":`Stop recording`,children:(0,N.jsx)(ee,{size:20})})]}):(0,N.jsxs)(N.Fragment,{children:[(0,N.jsx)(`button`,{type:`button`,className:`wa-reply-emoji`,onClick:()=>p(e=>!e),disabled:s,"aria-label":`Emoji`,"aria-expanded":f,children:(0,N.jsx)(me,{size:22})}),(0,N.jsx)(`button`,{type:`button`,className:`wa-reply-attach`,onClick:()=>g(!0),disabled:s,"aria-label":`Attach files`,children:(0,N.jsx)(te,{size:22})}),(0,N.jsx)(`textarea`,{ref:x,className:`wa-reply-input`,value:a,rows:1,style:{height:`${F??be??44}px`},placeholder:`Type a message`,disabled:s,onChange:e=>o(e.target.value),onKeyDown:Oe}),(0,N.jsx)(`button`,{type:`button`,className:`wa-reply-mic`,onClick:()=>void fe(),disabled:s,"aria-label":`Record voice note`,children:(0,N.jsx)(re,{size:22})}),(0,N.jsx)(`button`,{type:`button`,className:`wa-reply-send`,onClick:()=>void Ee(),disabled:!Te,"aria-label":`Send`,children:(0,N.jsx)(k,{size:20})})]})})]})}function I({accountId:e,remoteJid:t,contactName:n,sessionKey:r,onBack:i}){let a=f(t),o=t.split(`@`)[0],s=a?`Group`:n===`+${o}`?void 0:`+${o}`,[c,l]=(0,j.useState)(!1),[u,d]=(0,j.useState)(``),p=()=>{l(!1),d(``)},[h,g]=(0,j.useState)(null);return(0,N.jsxs)(`div`,{className:`wa-web`,children:[(0,N.jsxs)(`header`,{className:`wa-web-header`,children:[i&&(0,N.jsx)(`button`,{type:`button`,className:`wa-web-back`,onClick:i,"aria-label":`Back`,children:(0,N.jsx)(E,{size:20})}),(0,N.jsx)(`span`,{className:`wa-web-avatar`,"aria-hidden":!0,children:(0,N.jsx)(A,{size:20})}),c?(0,N.jsxs)(`div`,{className:`wa-web-search`,children:[(0,N.jsx)(oe,{size:18,"aria-hidden":!0}),(0,N.jsx)(`input`,{className:`wa-web-search-input`,type:`text`,autoFocus:!0,placeholder:`Search messages`,"aria-label":`Search messages`,value:u,onChange:e=>d(e.target.value),onKeyDown:e=>{e.key===`Escape`&&p()}}),(0,N.jsx)(`button`,{type:`button`,className:`wa-web-search-close`,onClick:p,"aria-label":`Close search`,children:(0,N.jsx)(m,{size:18})})]}):(0,N.jsxs)(N.Fragment,{children:[(0,N.jsxs)(`div`,{className:`wa-web-titles`,children:[(0,N.jsx)(`span`,{className:`wa-web-name`,children:n}),s&&(0,N.jsx)(`span`,{className:`wa-web-subtitle`,children:s})]}),(0,N.jsx)(`button`,{type:`button`,className:`wa-web-search-toggle`,onClick:()=>l(!0),"aria-label":`Search messages`,children:(0,N.jsx)(oe,{size:20})})]})]}),(0,N.jsx)(`div`,{className:`wa-web-body`,children:(0,N.jsx)(T,{sessionId:``,projectDir:``,sessionKey:r,forceDeliveredOnly:!0,suppressDirectives:!0,store:{accountId:e,remoteJid:t},search:c?u:void 0,onReplyTo:a?void 0:g})}),a?(0,N.jsx)(`p`,{className:`wa-reply wa-reply-readonly`,children:`Group messages are read-only.`}):(0,N.jsx)(F,{accountId:e,remoteJid:t,sessionKey:r,replyTo:h,onClearReply:()=>g(null)})]})}function be(e){let t=new Set,n=[];for(let r of e)for(let e of r.labels)e&&(t.has(e)||D.has(e)&&(t.add(e),n.push(e)));return n}function xe(e,t,n=`data`){let r=`/api/admin/files/download?session_key=${encodeURIComponent(e)}&path=${encodeURIComponent(t)}`+(n===`data`?``:`&root=${encodeURIComponent(n)}`),i=document.createElement(`a`);i.href=r,i.rel=`noopener noreferrer`,document.body.appendChild(i),i.click(),i.remove()}function Se(e,t){let n=new URLSearchParams;n.set(`session_key`,e);for(let e of t)n.append(`path`,e);let r=document.createElement(`a`);r.href=`/api/admin/files/download-zip?${n.toString()}`,r.rel=`noopener noreferrer`,document.body.appendChild(r),r.click(),r.remove()}function Ce(e,t,n=`data`){return`/api/admin/files/download?session_key=${encodeURIComponent(e)}&path=${encodeURIComponent(t)}&disposition=inline`+(n===`data`?``:`&root=${encodeURIComponent(n)}`)}function L(e){if(!e)return``;let t=new Date(e).getTime();return Number.isFinite(t)?new Date(t).toLocaleString(void 0,{dateStyle:`medium`,timeStyle:`short`}):``}function R({conversations:e,sessionKey:t,onBack:n}){let[r,i]=(0,j.useState)(null),a=h(e);return r?r.source===`store`&&r.accountId&&r.remoteJid?(0,N.jsx)(I,{accountId:r.accountId,remoteJid:r.remoteJid,contactName:u(r),sessionKey:t,onBack:()=>i(null)},v(r)):(0,N.jsxs)(`div`,{className:`op-conv op-conv-reader`,children:[(0,N.jsxs)(`div`,{className:`op-conv-bar`,children:[(0,N.jsxs)(`button`,{type:`button`,className:`op-conv-back`,onClick:()=>i(null),"aria-label":`Back to conversations`,children:[(0,N.jsx)(E,{size:16}),` Back`]}),(0,N.jsx)(`span`,{className:`op-conv-title`,children:u(r)})]}),(0,N.jsx)(T,{sessionId:r.sessionId,projectDir:r.projectDir,sessionKey:t,forceDeliveredOnly:!0,suppressDirectives:r.source===`store`,store:r.source===`store`?{accountId:r.accountId,remoteJid:r.remoteJid}:void 0},v(r))]}):(0,N.jsxs)(`div`,{className:`op-conv op-conv-list`,children:[(0,N.jsxs)(`div`,{className:`op-conv-bar`,children:[(0,N.jsxs)(`button`,{type:`button`,className:`op-conv-back`,onClick:n,"aria-label":`Back to chat`,children:[(0,N.jsx)(E,{size:16}),` Chat`]}),(0,N.jsx)(`span`,{className:`op-conv-title`,children:`Conversations`})]}),a.map(e=>(0,N.jsxs)(`div`,{className:`op-conv-group`,children:[(0,N.jsxs)(`div`,{className:`op-conv-group-head`,children:[(0,N.jsx)(b,{channel:e.channel,size:14}),e.label]}),e.rows.map(e=>(0,N.jsxs)(`button`,{type:`button`,className:`op-conv-row`,onClick:()=>{console.info(`[operator-ui] op=reader-open channel=${e.channel} key=${v(e)} readonly=true source=${e.source}`),i(e)},children:[(0,N.jsx)(`span`,{className:`op-conv-name`,children:u(e)}),e.modelGated&&(0,N.jsx)(`span`,{className:`op-conv-gated`,role:`img`,"aria-label":`Model unavailable`,children:(0,N.jsx)(O,{size:13})}),(0,N.jsx)(`span`,{className:`op-conv-when`,children:L(e.lastMessageAt)})]},v(e)))]},e.channel))]})}var z=/\.(png|jpe?g|gif|webp|svg)$/i;function we(e){return z.test(e)}function B(e){return e.entryPath??e.name}var Te=`maxy-data-view`,Ee=95*1024*1024,De=48*1024*1024;function Oe(){return typeof window>`u`?`list`:window.localStorage.getItem(Te)===`grid`?`grid`:`list`}function V(){let[e,t]=(0,j.useState)(null),[r,i]=(0,j.useState)(!1);return(0,j.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem(`maxy-admin-session-key`)}catch{}if(!n){t(null),i(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(r=>{if(!e){if(r.status===401){try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`;return}t(n),i(!0)}}).catch(()=>{e||(t(n),i(!0))}),()=>{e=!0}},[]),r?e?(0,N.jsx)(_,{cacheKey:e,surface:`data`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=data`);try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`},children:(0,N.jsx)(`div`,{className:`data-page data-page-full`,children:(0,N.jsx)(H,{cacheKey:e})})}):(0,N.jsx)(`div`,{className:`data-page`,children:(0,N.jsxs)(`div`,{className:`data-empty`,children:[(0,N.jsx)(`p`,{children:`You are not signed in.`}),(0,N.jsxs)(`p`,{children:[`Open the `,(0,N.jsx)(`a`,{href:`/`,className:`data-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,N.jsx)(n,{surface:`gate`})}function H({cacheKey:e}){let{adminFetch:t,cacheKey:n,sessionRefetchNonce:r}=i({initialCacheKey:e,surface:`data`});return(0,N.jsx)(Fe,{adminFetch:t,cacheKey:n,sessionRefetchNonce:r})}function ke(){if(typeof window>`u`)return`.`;let e=new URLSearchParams(window.location.hash.replace(/^#/,``)).get(`path`);return e&&e.length>0?e:`.`}function Ae(e){if(typeof window>`u`)return;let t=new URL(window.location.href);t.hash=e===`.`?``:`path=${encodeURIComponent(e)}`,window.history.replaceState(window.history.state,``,t.toString())}function je(e){return new Promise((t,n)=>{let r=[],i=()=>e.readEntries(e=>{e.length===0?t(r):(r.push(...e),i())},n);i()})}function U(e){return new Promise((t,n)=>e.file(t,n))}async function Me(e,t=``){let n=[];for(let r of e){if(!r)continue;let e=t?`${t}/${r.name}`:r.name;if(r.isFile)n.push({file:await U(r),relpath:e});else if(r.isDirectory){let t=await je(r.createReader());n.push(...await Me(t,e))}}return n}function Ne(e,t){if(e===422&&typeof t==`string`){if(/exceeds the .* limit/i.test(t))return`size`;if(/unsupported file type/i.test(t))return`mime`}return`http=${e}`}function Pe({adminFetch:e,cacheKey:t,sessionRefetchNonce:r}){let[i,o]=(0,j.useState)(``),u=(0,j.useRef)(null),[f,p]=(0,j.useState)(``),[h,_]=(0,j.useState)(null),[v,y]=(0,j.useState)(`hybrid`),[b,ee]=(0,j.useState)(!1),[te,ne]=(0,j.useState)(null),[S,re]=(0,j.useState)(null),[C,ie]=(0,j.useState)(0),[w,T]=(0,j.useState)(!1),[E,D]=(0,j.useState)(()=>ke()),[O,ue]=(0,j.useState)(null),[k,me]=(0,j.useState)(()=>Oe()),[A,ge]=(0,j.useState)(null),[M,_e]=(0,j.useState)([]),[P,ve]=(0,j.useState)(!1),[ye,F]=(0,j.useState)(!1),[I,L]=(0,j.useState)(null),[R,z]=(0,j.useState)(!1),[V,H]=(0,j.useState)(null),[je,U]=(0,j.useState)(null),[Pe,Fe]=(0,j.useState)(null),[Ie,ze]=(0,j.useState)(!1),[Be,Ve]=(0,j.useState)(null),We=(0,j.useRef)(null),[Ge,W]=(0,j.useState)(0),[Ke,qe]=(0,j.useState)(!1),[Je,Ye]=(0,j.useState)(``),[Xe,Ze]=(0,j.useState)(null),[Qe,$e]=(0,j.useState)(``),[et,tt]=(0,j.useState)(null),G=(()=>{let e=E===`.`?[]:E.split(`/`).filter(Boolean);return e.length>=2&&e[0]===`accounts`})(),[nt,rt]=(0,j.useState)(!1),it=(0,j.useRef)(null),[at,K]=(0,j.useState)(!1),ot=(0,j.useRef)(null);(0,j.useEffect)(()=>{let e=i.trim();if(!e){p(``),_(null),ne(null);return}T(!1);let t=setTimeout(()=>p(e),300);return()=>clearTimeout(t)},[i]),(0,j.useEffect)(()=>{if(!f){ee(!1);return}let t=!1;return ee(!0),ne(null),e(`/api/admin/graph-search?q=${encodeURIComponent(f)}&labels=FileArtifact&limit=20${w?`&threshold=0`:``}`).then(async e=>{let t=await e.json().catch(()=>({error:`HTTP ${e.status}`}));if(!e.ok)throw Error(t.error??`HTTP ${e.status}`);return t}).then(e=>{t||(_(e.results),y(e.mode??`hybrid`),ie(typeof e.suppressed==`number`?e.suppressed:0))}).catch(e=>{t||ne(e instanceof Error?e.message:String(e))}).finally(()=>{t||ee(!1)}),()=>{t=!0}},[f,e,r,w]);let st=(0,j.useMemo)(()=>h?be(h):[],[h]),q=S&&st.includes(S)?S:null,ct=(0,j.useMemo)(()=>h?q?h.filter(e=>e.labels.includes(q)):h:null,[h,q]),lt=(0,j.useCallback)(e=>{let n=e.properties.relativePath;if(typeof n!=`string`||n.length===0)return;let r=`/api/admin/files/download?session_key=${encodeURIComponent(t)}&path=${encodeURIComponent(n)}`,i=document.createElement(`a`);i.href=r,i.rel=`noopener noreferrer`,document.body.appendChild(i),i.click(),i.remove()},[t]);(0,j.useEffect)(()=>{if(!h)return;let e=h.filter(e=>{let t=e.properties.relativePath;return typeof t!=`string`||t.length===0});e.length>0&&console.warn(`[data-search] op=locate-link-missing nodeId=${e.map(e=>e.nodeId).join(`,`)}`)},[h]),(0,j.useEffect)(()=>{let t=!1;return ve(!0),L(null),e(`/api/admin/files?path=${encodeURIComponent(E===`.`?``:E)}`).then(async e=>{let t=await e.json().catch(()=>({error:`HTTP ${e.status}`}));if(!e.ok)throw Error(t.error??`HTTP ${e.status}`);return t}).then(e=>{t||(ue(e.entries),_e(e.displayPath??[]))}).catch(e=>{t||(ue([]),_e([]),L(e instanceof Error?e.message:String(e)))}).finally(()=>{t||(ve(!1),F(!0))}),()=>{t=!0}},[e,E,Ge,r]),(0,j.useEffect)(()=>{Ae(E)},[E]);let ut=(0,j.useCallback)(()=>{W(e=>e+1)},[]),J=(0,j.useCallback)(e=>{rt(!1),D(e)},[]),dt=(0,j.useCallback)(e=>{let t=e.properties.relativePath;if(typeof t!=`string`||t.length===0)return;let n=t.lastIndexOf(`/`),r=n===-1?`.`:t.slice(0,n);console.log(`[data-search] op=locate nodeId=${e.nodeId} folder=${r}`),o(``),ne(null),re(null),J(r)},[J]),ft=(0,j.useCallback)(()=>{if(E===`.`||E===``)return;let e=E.split(`/`).filter(Boolean);e.pop(),D(e.length===0?`.`:e.join(`/`))},[E]),pt=(0,j.useCallback)(e=>{xe(t,E===`.`?B(e):`${E}/${B(e)}`)},[E,t]),[Y,mt]=(0,j.useState)(!1),[X,ht]=(0,j.useState)(new Set),gt=(0,j.useRef)(null),Z=(0,j.useRef)(!1),_t=typeof navigator<`u`&&typeof navigator.share==`function`&&typeof navigator.canShare==`function`,vt=(0,j.useCallback)(e=>{mt(!0),ht(new Set([e])),console.info(`[data-ui] op=select-enter count=1`)},[]),Q=(0,j.useCallback)(e=>{mt(!1),ht(new Set),console.info(`[data-ui] op=select-exit reason=${e}`)},[]),yt=(0,j.useCallback)(e=>{ht(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},[]),bt=(0,j.useCallback)(e=>{Z.current=!1,gt.current=setTimeout(()=>{Z.current=!0,vt(e)},500)},[vt]),$=(0,j.useCallback)(()=>{gt.current&&=(clearTimeout(gt.current),null)},[]),xt=(0,j.useCallback)(e=>{if(Z.current){Z.current=!1;return}if(Y){yt(e.name);return}pt(e)},[Y,yt,pt]),St=(0,j.useCallback)(e=>{me(e),typeof window<`u`&&window.localStorage.setItem(Te,e),console.info(`[data] op=view-mode mode=${e}`)},[]),Ct=(0,j.useCallback)(e=>{if(Z.current){Z.current=!1;return}if(Y){yt(e.name);return}ge({src:Ce(t,E===`.`?B(e):`${E}/${B(e)}`),alt:e.displayName??e.name})},[Y,yt,E,t]),wt=(0,j.useCallback)(()=>(O??[]).filter(e=>e.kind===`file`&&X.has(e.name)),[O,X]),Tt=(0,j.useCallback)(()=>{if(X.size!==1)return null;let e=(O??[]).find(e=>X.has(e.name));return e&&!e.entryPath?e:null},[O,X]),Et=(0,j.useCallback)(()=>(O??[]).filter(e=>(e.kind===`file`||e.kind===`directory`)&&X.has(e.name)),[O,X]),Dt=(0,j.useCallback)(()=>{let e=Et(),n=e.some(e=>e.kind===`directory`);e.length===1&&!n?pt(e[0]):e.length>=1&&Se(t,e.map(e=>E===`.`?B(e):`${E}/${B(e)}`)),Q(`action`)},[Et,pt,E,t,Q]),Ot=(0,j.useCallback)(async()=>{let t=wt(),n=t.filter(e=>!e.protected),r=t.length-n.length;Ve(r>0?`${r} protected file(s) kept`:null);for(let t of n){let n=E===`.`?B(t):`${E}/${B(t)}`;try{let t=await e(`/api/admin/files?path=${encodeURIComponent(n)}`,{method:`DELETE`}),r=await t.json().catch(()=>({error:`HTTP ${t.status}`}));if(!t.ok)throw Error(r.error??`HTTP ${t.status}`)}catch(e){Ve(e instanceof Error?e.message:String(e))}}W(e=>e+1),Q(`action`)},[wt,E,e,Q]),kt=(0,j.useCallback)(async()=>{let e=wt();if(console.info(`[data-ui] op=share supported=${_t} count=${e.length}`),_t)try{let n=await Promise.all(e.map(async e=>{let n=E===`.`?B(e):`${E}/${B(e)}`,r=`/api/admin/files/download?session_key=${encodeURIComponent(t)}&path=${encodeURIComponent(n)}`,i=await(await fetch(r)).blob();return new File([i],e.displayName??e.name,{type:i.type||`application/octet-stream`})}));navigator.canShare({files:n})&&await navigator.share({files:n})}catch(e){console.warn(`[data-ui] op=share-failed err=${e instanceof Error?e.message:String(e)}`)}},[wt,_t,E,t]),At=(0,j.useCallback)(()=>{We.current?.click()},[]),jt=(0,j.useCallback)((e,n={})=>{let r=(r,i,a)=>{let o=new URLSearchParams({session_key:t,path:E===`.`?``:E,filename:e.name});n.relpath&&o.set(`relpath`,n.relpath),n.token&&o.set(`token`,n.token);for(let[e,t]of Object.entries(i))o.set(e,t);return new Promise(t=>{let n=new XMLHttpRequest;n.open(`POST`,`/api/admin/files/upload?${o.toString()}`),n.setRequestHeader(`Content-Type`,e.type||`application/octet-stream`),a&&(n.upload.onprogress=e=>{e.lengthComputable&&a(e.loaded)}),n.onload=()=>{let e={};try{e=JSON.parse(n.responseText)}catch{}t({status:n.status,data:e})},n.onerror=()=>t({status:0,data:{}}),n.onabort=()=>t({status:0,data:{error:`aborted`}}),n.send(r)})};if(e.size<=Ee)return r(e,{},t=>n.onProgress?.(t,e.size));let i=`${Date.now().toString(36)}-${Math.random().toString(16).slice(2,10)}`,a=Math.ceil(e.size/De);return(async()=>{let t={status:0,data:{}};for(let o=0;o<a;o++){let s=o*De;if(t=await r(e.slice(s,Math.min(s+De,e.size)),{uploadId:i,seq:String(o),total:String(a)},t=>n.onProgress?.(s+t,e.size)),!(t.status>=200&&t.status<300))return t}return t})()},[t,E]),Mt=(0,j.useCallback)(async e=>{U(null),z(!0),H({loaded:0,total:e.size});try{let{status:t,data:n}=await jt(e,{onProgress:(e,t)=>H({loaded:e,total:t})});t>=200&&t<300&&n.path?(D(n.path.split(`/`).slice(0,-1).join(`/`)||`.`),W(e=>e+1)):U(t===0?`Network error during upload — the connection failed before the server responded.`:n.error??`Upload failed (HTTP ${t}).`)}finally{z(!1),H(null),We.current&&(We.current.value=``)}},[jt]),Nt=(0,j.useCallback)(e=>{G&&Array.from(e.dataTransfer.types).includes(`Files`)&&(e.preventDefault(),ze(!0))},[G]),Pt=(0,j.useCallback)(e=>{e.currentTarget.contains(e.relatedTarget)||ze(!1)},[]),Ft=(0,j.useCallback)(async e=>{e.preventDefault(),ze(!1);let t=Math.random().toString(16).slice(2,10),n=Array.from(e.dataTransfer.items);if(console.info(`[data-ui] op=drop-received token=${t} items=${n.length}`),n.length===0)return;if(!G){console.info(`[data-ui] op=drop-rejected token=${t} reason=no-write`),U(`Open a folder inside your account to upload`);return}let r=n.map(e=>e.webkitGetAsEntry?.()).filter(e=>!!e);z(!0),U(null),Fe(null);let i=performance.now();try{let e=await Me(r),n=e.reduce((e,t)=>e+t.file.size,0),a=new Set(e.map(e=>e.relpath.split(`/`).slice(0,-1).join(`/`)).filter(Boolean)).size;console.info(`[data-ui] op=drop-walk token=${t} files=${e.length} dirs=${a} bytes=${n}`);let o=0,s=[];for(let n=0;n<e.length;n++){let{file:r,relpath:i}=e[n];console.info(`[data-ui] op=drop-file token=${t} rel="${i}" i=${n+1}/${e.length}`),H({loaded:0,total:r.size});let{status:a,data:c}=await jt(r,{relpath:i,token:t,onProgress:(e,t)=>H({loaded:e,total:t})});if(a>=200&&a<300)o++,console.info(`[data-ui] op=drop-file-ok token=${t} rel="${i}"`);else{let e=a===0?`http=0`:Ne(a,c.error);s.push(`${i} (${e})`),console.info(`[data-ui] op=drop-file-skip token=${t} rel="${i}" reason=${e}`)}}let c=Math.round(performance.now()-i);console.info(`[data-ui] op=drop-done token=${t} uploaded=${o} skipped=${s.length} ms=${c}`),Fe(`Uploaded ${o}, skipped ${s.length}${s.length?`: ${s.join(`, `)}`:``}`),W(e=>e+1)}catch(e){U(e instanceof Error?e.message:String(e))}finally{z(!1),H(null)}},[G,jt]),It=(0,j.useCallback)(async()=>{let t=Je.trim();if(t){tt(null);try{let n=await e(`/api/admin/files/folder`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({path:E===`.`?``:E,name:t})}),r=await n.json().catch(()=>({error:`HTTP ${n.status}`}));if(!n.ok)throw Error(r.error??`HTTP ${n.status}`);qe(!1),Ye(``),W(e=>e+1)}catch(e){tt(e instanceof Error?e.message:String(e))}}},[e,Je,E]),Lt=(0,j.useCallback)(async()=>{if(!Xe)return;let t=Qe.trim();if(!t)return;tt(null);let n=E===`.`?Xe:`${E}/${Xe}`;try{let r=await e(`/api/admin/files/rename`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({path:n,newName:t})}),i=await r.json().catch(()=>({error:`HTTP ${r.status}`}));if(!r.ok)throw Error(i.error??`HTTP ${r.status}`);Ze(null),$e(``),Q(`action`),W(e=>e+1)}catch(e){tt(e instanceof Error?e.message:String(e))}},[e,Qe,Xe,E,Q]);(0,j.useEffect)(()=>{if(!nt)return;let e=e=>{it.current&&!it.current.contains(e.target)&&rt(!1)},t=e=>{e.key===`Escape`&&rt(!1)};return document.addEventListener(`mousedown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`mousedown`,e),document.removeEventListener(`keydown`,t)}},[nt]),(0,j.useEffect)(()=>{if(!at)return;let e=e=>{ot.current&&!ot.current.contains(e.target)&&K(!1)},t=e=>{e.key===`Escape`&&K(!1)};return document.addEventListener(`mousedown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`mousedown`,e),document.removeEventListener(`keydown`,t)}},[at]);let Rt=(0,j.useCallback)(e=>M.slice(0,e+1).map(e=>e.name).join(`/`),[M]),zt=M.length>=2,Bt=zt?[{name:`.`,label:`data`},...M.slice(0,M.length-2).map((e,t)=>({name:Rt(t),label:e.displayName??e.name}))]:[];return ye?(0,N.jsxs)(N.Fragment,{children:[(0,N.jsxs)(`div`,{className:`data-toolbar`,children:[Y?(0,N.jsxs)(`button`,{type:`button`,className:`data-select-cancel`,onClick:()=>Q(`cancel`),"aria-label":`Cancel selection`,children:[(0,N.jsx)(m,{size:14}),` Cancel`]}):(0,N.jsxs)(N.Fragment,{children:[(0,N.jsxs)(`div`,{className:`data-search-input`,children:[i===``&&(0,N.jsx)(oe,{size:14}),(0,N.jsx)(`input`,{ref:u,type:`text`,value:i,onChange:e=>o(e.target.value),autoFocus:!0,autoComplete:`off`,spellCheck:!1}),b&&(0,N.jsx)(c,{size:14,className:`spin`}),i!==``&&(0,N.jsx)(`button`,{type:`button`,className:`data-search-inline-btn`,onClick:()=>{o(``),u.current?.focus()},title:`Clear search`,"aria-label":`Clear search`,children:(0,N.jsx)(m,{size:14})})]}),(0,N.jsxs)(`div`,{className:`data-toolbar-actions`,ref:ot,children:[(0,N.jsx)(`button`,{type:`button`,className:`data-action-overflow`,onClick:()=>K(e=>!e),"aria-haspopup":`menu`,"aria-expanded":at,"aria-label":`File actions`,title:`File actions`,children:(0,N.jsx)(ce,{size:16})}),(0,N.jsxs)(`div`,{className:`data-action-group`,role:`group`,"aria-label":`File actions`,"data-open":at?`true`:void 0,children:[(0,N.jsxs)(`button`,{type:`button`,className:`data-action-btn`,onClick:()=>{ut(),K(!1)},disabled:P,title:`Refresh this folder`,"aria-label":`Refresh this folder`,children:[P?(0,N.jsx)(c,{size:16,className:`spin`}):(0,N.jsx)(d,{size:16}),(0,N.jsx)(`span`,{className:`data-action-label`,children:`Refresh`})]}),(0,N.jsxs)(`button`,{type:`button`,className:`data-action-btn admin-btn-cta`,onClick:()=>{At(),K(!1)},disabled:R||!G,title:G?`Upload a file`:`Open a folder inside your account to upload`,"aria-label":`Upload a file`,children:[R?V&&V.total>0?(0,N.jsxs)(`span`,{className:`data-upload-pct`,children:[Math.round(V.loaded/V.total*100),`%`]}):(0,N.jsx)(c,{size:16,className:`spin`}):(0,N.jsx)(he,{size:16}),(0,N.jsx)(`span`,{className:`data-action-label`,children:`Upload`})]}),(0,N.jsxs)(`button`,{type:`button`,className:`data-action-btn`,onClick:()=>{qe(e=>!e),Ye(``),tt(null),K(!1)},disabled:R||!G,title:G?`New folder`:`Open a folder inside your account to create one`,"aria-label":`New folder`,children:[(0,N.jsx)(le,{size:16}),(0,N.jsx)(`span`,{className:`data-action-label`,children:`New folder`})]}),(0,N.jsxs)(`button`,{type:`button`,className:`data-action-btn`,onClick:()=>{St(k===`grid`?`list`:`grid`),K(!1)},title:k===`grid`?`List view`:`Grid view`,"aria-label":k===`grid`?`Switch to list view`:`Switch to grid view`,"aria-pressed":k===`grid`,children:[k===`grid`?(0,N.jsx)(fe,{size:16}):(0,N.jsx)(de,{size:16}),(0,N.jsx)(`span`,{className:`data-action-label`,children:k===`grid`?`List view`:`Grid view`})]})]})]})]}),(0,N.jsxs)(`div`,{className:`data-breadcrumbs`,children:[E!==`.`&&(0,N.jsx)(`button`,{type:`button`,className:`data-btn data-btn-ghost data-back-btn`,onClick:ft,title:`Up one level`,"aria-label":`Up one level`,children:(0,N.jsx)(se,{size:14})}),zt?(0,N.jsxs)(N.Fragment,{children:[(0,N.jsxs)(`span`,{className:`data-crumb-wrap`,ref:it,children:[(0,N.jsx)(`button`,{type:`button`,className:`data-crumb data-crumb-ellipsis`,onClick:()=>rt(e=>!e),"aria-haspopup":`menu`,"aria-expanded":nt,"aria-label":`Show parent folders`,title:`Show parent folders`,children:`…`}),nt&&(0,N.jsx)(`div`,{className:`data-crumb-menu`,role:`menu`,children:Bt.map(e=>(0,N.jsx)(`button`,{type:`button`,role:`menuitem`,className:`data-crumb-menu-item`,onClick:()=>J(e.name),title:e.label,children:e.label},e.name))})]}),[M.length-2,M.length-1].map(e=>{let t=M[e];return(0,N.jsxs)(`span`,{className:`data-crumb-wrap`,children:[(0,N.jsx)(`span`,{className:`data-crumb-sep`,children:`›`}),(0,N.jsx)(`button`,{type:`button`,className:`data-crumb`,onClick:()=>J(Rt(e)),title:t.name,children:t.displayName??t.name})]},Rt(e))})]}):(0,N.jsxs)(N.Fragment,{children:[(0,N.jsx)(`button`,{type:`button`,className:`data-crumb`,onClick:()=>J(`.`),children:`data`}),M.map((e,t)=>(0,N.jsxs)(`span`,{className:`data-crumb-wrap`,children:[(0,N.jsx)(`span`,{className:`data-crumb-sep`,children:`›`}),(0,N.jsx)(`button`,{type:`button`,className:`data-crumb`,onClick:()=>J(Rt(t)),title:e.name,children:e.displayName??e.name})]},Rt(t)))]})]}),Ke&&(0,N.jsxs)(`div`,{className:`data-inline-form`,children:[(0,N.jsx)(`input`,{type:`text`,className:`data-inline-input`,placeholder:`Folder name`,value:Je,autoFocus:!0,onChange:e=>Ye(e.target.value),onKeyDown:e=>{e.key===`Enter`&&It(),e.key===`Escape`&&qe(!1)}}),(0,N.jsx)(`button`,{type:`button`,className:`data-btn`,onClick:It,children:`Create`}),(0,N.jsx)(`button`,{type:`button`,className:`data-btn data-btn-ghost`,onClick:()=>qe(!1),children:`Cancel`})]}),Xe&&(0,N.jsxs)(`div`,{className:`data-inline-form`,children:[(0,N.jsx)(`input`,{type:`text`,className:`data-inline-input`,placeholder:`New name`,value:Qe,autoFocus:!0,onChange:e=>$e(e.target.value),onKeyDown:e=>{e.key===`Enter`&&Lt(),e.key===`Escape`&&Ze(null)}}),(0,N.jsx)(`button`,{type:`button`,className:`data-btn`,onClick:Lt,children:`Rename`}),(0,N.jsx)(`button`,{type:`button`,className:`data-btn data-btn-ghost`,onClick:()=>Ze(null),children:`Cancel`})]}),et&&(0,N.jsx)(`div`,{className:`data-error`,children:et}),(0,N.jsx)(`input`,{type:`file`,ref:We,hidden:!0,onChange:e=>{let t=e.target.files?.[0];t&&Mt(t)}})]}),(0,N.jsxs)(`div`,{className:`data-body`,"data-drag-active":Ie?`true`:void 0,onDragEnter:Nt,onDragOver:Nt,onDragLeave:Pt,onDrop:Ft,children:[(te!==null||h!==null)&&(0,N.jsxs)(`section`,{className:`data-panel admin-card`,children:[te&&(0,N.jsxs)(`div`,{className:`data-error`,children:[`Search failed: `,te]}),st.length>0&&(0,N.jsx)(`div`,{className:`data-chip-row`,role:`group`,"aria-label":`Filter by type`,children:st.map(e=>{let t=e===q;return(0,N.jsx)(`button`,{type:`button`,className:`data-chip`,"data-active":t,onClick:()=>re(t?null:e),children:Re([e])??e},e)})}),h&&!b&&(0,N.jsxs)(`div`,{className:`data-results-meta`,children:[ct.length,` of `,h.length,` result`,h.length===1?``:`s`]}),h&&!b&&!q&&C>0&&!w&&(0,N.jsxs)(`button`,{type:`button`,className:`data-suppressed-banner`,onClick:()=>T(!0),children:[C,` low-confidence result`,C===1?``:`s`,` hidden — show all`]}),h&&!b&&!q&&w&&(0,N.jsx)(`button`,{type:`button`,className:`data-suppressed-banner`,onClick:()=>T(!1),children:`Showing all results — hide low-confidence`}),h&&h.length===0&&!b&&(0,N.jsx)(`div`,{className:`data-empty-results`,children:`No matches. Try a different keyword.`}),ct&&ct.length>0&&(0,N.jsx)(`ul`,{className:`data-results`,children:ct.map(e=>(0,N.jsx)(Le,{hit:e,mode:v,onDownload:lt,onLocate:dt},e.nodeId))})]}),(0,N.jsxs)(`section`,{className:`data-panel admin-card`,children:[V&&(0,N.jsxs)(`div`,{className:`data-upload-progress`,role:`progressbar`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":V.total>0?Math.round(V.loaded/V.total*100):void 0,children:[(0,N.jsx)(`div`,{className:`data-upload-progress-track`,children:(0,N.jsx)(`div`,{className:`data-upload-progress-fill`,style:{width:`${V.total>0?Math.round(V.loaded/V.total*100):0}%`}})}),(0,N.jsxs)(`span`,{className:`data-upload-progress-label`,children:[`Uploading… `,V.total>0?`${Math.round(V.loaded/V.total*100)}%`:``]})]}),je&&(0,N.jsxs)(`div`,{className:`data-error`,children:[`Upload failed: `,je]}),Pe&&(0,N.jsx)(`div`,{className:`data-status`,children:Pe}),Be&&(0,N.jsxs)(`div`,{className:`data-error`,children:[`Delete failed: `,Be]}),I&&(0,N.jsx)(`div`,{className:`data-error`,children:I}),P&&(0,N.jsxs)(`div`,{className:`data-loading`,children:[(0,N.jsx)(c,{size:14,className:`spin`}),` Loading…`]}),!Y&&!P&&O&&O.length>0&&(0,N.jsxs)(`div`,{className:`data-select-hint`,children:[(0,N.jsx)(pe,{size:13}),(0,N.jsx)(`span`,{children:`Press and hold a file to select, rename, or delete it.`})]}),!P&&O&&O.length===0&&!I&&(0,N.jsx)(`div`,{className:`data-empty-results`,children:`Empty directory.`}),!P&&O&&O.length>0&&k===`grid`&&(0,N.jsx)(`ul`,{className:`data-grid`,children:O.map(e=>{let n=e.displayName??e.name,r=Y&&X.has(e.name);if(e.kind===`directory`)return(0,N.jsx)(`li`,{className:`data-grid-cell`,"data-selected":r?`true`:void 0,children:(0,N.jsxs)(`button`,{type:`button`,className:`data-grid-tile`,onPointerDown:()=>bt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>{if(Z.current){Z.current=!1;return}if(Y){yt(e.name);return}J(E===`.`?e.name:`${E}/${e.name}`)},children:[Y&&(0,N.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),(0,N.jsx)(a,{size:28,className:`data-grid-glyph`}),(0,N.jsx)(`span`,{className:`data-grid-label`,title:e.name,children:n})]})},e.name);if(e.kind===`file`){let i=we(B(e)),a=E===`.`?B(e):`${E}/${B(e)}`;return(0,N.jsx)(`li`,{className:`data-grid-cell`,"data-selected":r?`true`:void 0,children:(0,N.jsxs)(`button`,{type:`button`,className:`data-grid-tile${i?` data-grid-tile-image`:``}`,onPointerDown:()=>bt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>i?Ct(e):xt(e),title:Y?void 0:i?`Preview ${n}`:`Download ${n}`,children:[Y&&(0,N.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),i?(0,N.jsx)(`img`,{className:`data-grid-thumb`,src:Ce(t,a),alt:n,loading:`lazy`,onError:()=>console.warn(`[data] op=thumb-error path=${a}`)}):(0,N.jsx)(ae,{size:28,className:`data-grid-glyph`}),(0,N.jsx)(`span`,{className:`data-grid-label`,title:e.name,children:n}),!i&&(0,N.jsx)(`span`,{className:`data-grid-sub`,children:He(e.sizeBytes)})]})},e.name)}return(0,N.jsx)(`li`,{className:`data-grid-cell`,children:(0,N.jsxs)(`div`,{className:`data-grid-tile data-entry-disabled`,children:[(0,N.jsx)(ae,{size:28,className:`data-grid-glyph`}),(0,N.jsx)(`span`,{className:`data-grid-label`,children:n}),(0,N.jsx)(`span`,{className:`data-grid-sub`,children:`special`})]})},e.name)})}),!P&&O&&O.length>0&&k===`list`&&(0,N.jsx)(`ul`,{className:`data-entries`,children:O.map(e=>{let t=e.displayName??e.name;if(e.kind===`directory`){let n=Y&&X.has(e.name);return(0,N.jsx)(`li`,{className:`data-entry`,"data-selected":n?`true`:void 0,children:(0,N.jsxs)(`button`,{type:`button`,className:`data-entry-btn`,onPointerDown:()=>bt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>{if(Z.current){Z.current=!1;return}if(Y){yt(e.name);return}J(E===`.`?e.name:`${E}/${e.name}`)},children:[Y&&(0,N.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),(0,N.jsx)(a,{size:14}),(0,N.jsx)(`span`,{className:`data-entry-name`,title:e.name,children:t})]})},e.name)}if(e.kind===`file`){let n=Y&&X.has(e.name);return(0,N.jsx)(`li`,{className:`data-entry`,"data-selected":n?`true`:void 0,children:(0,N.jsxs)(`button`,{type:`button`,className:`data-entry-btn data-entry-file`,onPointerDown:()=>bt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>xt(e),title:Y?void 0:`Download ${t}`,children:[Y&&(0,N.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),(0,N.jsxs)(`span`,{className:`data-entry-text`,children:[(0,N.jsx)(`span`,{className:`data-entry-name`,title:e.name,children:t}),(0,N.jsxs)(`span`,{className:`data-entry-meta`,title:`Modified ${Ue(e.modifiedAt)}`,children:[He(e.sizeBytes),` · `,Ue(e.modifiedAt)]})]})]})},e.name)}return(0,N.jsx)(`li`,{className:`data-entry`,children:(0,N.jsx)(`div`,{className:`data-entry-btn data-entry-file data-entry-disabled`,children:(0,N.jsxs)(`span`,{className:`data-entry-text`,children:[(0,N.jsx)(`span`,{className:`data-entry-name`,children:t}),(0,N.jsx)(`span`,{className:`data-entry-meta`,children:`special`})]})})},e.name)})})]})]}),Y&&(0,N.jsx)(`div`,{className:`data-select-bar`,role:`toolbar`,"aria-label":`Selection actions`,children:(0,N.jsxs)(`div`,{className:`data-select-bar-inner`,children:[(0,N.jsxs)(`button`,{type:`button`,className:`data-select-action`,onClick:kt,disabled:!_t||X.size===0,title:_t?`Share selected files`:`Sharing is not supported on this device`,children:[(0,N.jsx)(x,{size:16}),` Share`]}),(0,N.jsxs)(`button`,{type:`button`,className:`data-select-action`,onClick:Dt,disabled:X.size===0,children:[(0,N.jsx)(g,{size:16}),` Download`]}),(0,N.jsxs)(`button`,{type:`button`,className:`data-select-action`,onClick:()=>{let e=Tt();e&&(Ze(e.name),$e(e.name))},disabled:!Tt(),children:[(0,N.jsx)(s,{size:16}),` Rename`]}),(0,N.jsxs)(`button`,{type:`button`,className:`data-select-action data-select-delete`,onClick:Ot,disabled:X.size===0,children:[(0,N.jsx)(l,{size:16}),` Delete`]})]})}),A&&(0,N.jsx)(`div`,{className:`chat-attachment-overlay`,role:`dialog`,"aria-label":A.alt,onClick:()=>ge(null),children:(0,N.jsx)(`img`,{className:`chat-attachment-overlay-image`,src:A.src,alt:A.alt})})]}):(0,N.jsx)(n,{surface:`gate`})}function Fe({adminFetch:e,cacheKey:t,sessionRefetchNonce:n}){(0,j.useEffect)(()=>{console.info(`[data-ui] op=mount header=operator home=absent`)},[]);let r=(0,j.useCallback)(()=>{try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`},[]),i=(0,j.useCallback)(e=>{e===`chat`&&(window.location.href=`/`)},[]),[a,o]=(0,j.useState)([]),[s,c]=(0,j.useState)(`files`),{subAccounts:l,activeAccountId:u,switching:d,switchAccount:f}=y(t);return(0,j.useEffect)(()=>{if(!t)return;let e=!1;return fetch(`/api/whatsapp-reader/conversations?session_key=${encodeURIComponent(t)}`).then(e=>e.ok?e.json():{conversations:[]}).then(t=>{e||o(t.conversations??[])}).catch(()=>{}),()=>{e=!0}},[t]),(0,N.jsxs)(`main`,{className:`data-main`,children:[(0,N.jsx)(p,{variant:`operator`,onNavigate:i,onOpenConversations:a.length>0?()=>c(`conversations`):void 0,onToggleSidebar:()=>{},sidebarOpen:!1,onLogout:r,onDisconnect:async()=>!0,disconnecting:!1,subAccounts:l,activeAccountId:u,switchingAccount:d,onSwitchAccount:f}),s===`conversations`?(0,N.jsx)(R,{conversations:a,sessionKey:t,onBack:()=>c(`files`)}):(0,N.jsx)(Pe,{adminFetch:e,cacheKey:t,sessionRefetchNonce:n})]})}function Ie({cacheKey:e}){let{adminFetch:t,cacheKey:n,sessionRefetchNonce:r}=i({initialCacheKey:e,surface:`data`});return(0,N.jsx)(`div`,{className:`data-page`,children:(0,N.jsx)(`main`,{className:`data-main`,children:(0,N.jsx)(Pe,{adminFetch:t,cacheKey:n,sessionRefetchNonce:r})})})}function Le({hit:e,mode:t,onDownload:n,onLocate:r}){let i=ze(e.properties),o=Be(e.properties),s=Re(e.labels),c=Ve(e.properties),[l,u]=(0,j.useState)(!1),d=o&&o.length>280,f=l||!d?o:o?.slice(0,280)+`…`,p=t===`bm25`?`bm25 ${e.bm25Score.toFixed(2)}`:`vector ${e.vectorScore.toFixed(2)} · bm25 ${e.bm25Score.toFixed(2)} · combined ${e.score.toFixed(2)}`,m=e.properties.relativePath,h=typeof m==`string`&&m.length>0,g=h?m.lastIndexOf(`/`):-1,_=h?g===-1?`data`:m.slice(0,g):null;return(0,N.jsxs)(`li`,{className:`data-result`,children:[(0,N.jsxs)(`div`,{role:`button`,tabIndex:0,className:`data-result-open`,onClick:()=>n(e),onKeyDown:t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),n(e))},"aria-label":`Download ${i??s??`file`}`,children:[s&&(0,N.jsx)(`div`,{className:`data-result-header`,children:(0,N.jsx)(`span`,{className:`data-result-labels`,children:s})}),i&&(0,N.jsx)(`div`,{className:`data-result-title`,children:i}),o&&(0,N.jsx)(`pre`,{className:`data-result-body`,children:f}),(0,N.jsxs)(`div`,{className:`data-result-scores`,children:[c&&(0,N.jsxs)(`span`,{className:`data-result-updated`,children:[`Updated `,Ue(c),` · `]}),p]})]}),h&&(0,N.jsxs)(`button`,{type:`button`,className:`data-result-locate`,onClick:()=>r(e),title:`Locate in ${_}`,"aria-label":`Locate in ${_}`,children:[(0,N.jsx)(a,{size:12}),_]}),d&&(0,N.jsx)(`button`,{type:`button`,className:`data-result-toggle`,onClick:()=>u(e=>!e),children:l?`Show less`:`Show more`})]})}function Re(e){if(e.length===0)return null;let t=e[0].replace(/([a-z])([A-Z])/g,`$1 $2`);return t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()}function ze(e){for(let t of[`title`,`name`,`summary`,`headline`]){let n=e[t];if(typeof n==`string`&&n.length>0)return n.length>140?n.slice(0,140)+`…`:n}return null}function Be(e){for(let t of[`content`,`summary`,`body`,`description`,`text`]){let n=e[t];if(typeof n==`string`&&n.length>0)return n}return null}function Ve(e){for(let t of[`updatedAt`,`modifiedAt`,`fetchedAt`,`createdAt`,`lastModified`]){let n=e[t];if(typeof n==`string`&&n.length>0)return n}return null}function He(e){return e==null?``:e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:e<1024*1024*1024?`${(e/1024/1024).toFixed(1)} MB`:`${(e/1024/1024/1024).toFixed(1)} GB`}function Ue(e){try{let t=new Date(e);if(isNaN(t.getTime()))return`—`;let n=typeof navigator<`u`?navigator.languages&&navigator.languages.length>0?[...navigator.languages]:[navigator.language]:void 0;return t.toLocaleString(n,{dateStyle:`medium`,timeStyle:`short`})}catch{return`—`}}export{A as a,I as i,Ie as n,xe as r,V as t};
@@ -1 +0,0 @@
1
- import{o as e}from"./chunk-CltuBf4Z.js";import{B as t,F as n,G as r,H as i,S as a,U as o,g as s,j as c,p as l,v as u}from"./useSubAccountSwitcher-6AFuRawP.js";import{T as d,t as f}from"./AdminShell-u32d8puE.js";import{n as p,t as m}from"./time-entry-format-CDhHCMrW.js";import{t as h}from"./rotate-ccw-P35h7ogS.js";var g=o(),_=e(r(),1);function v(e=3e4){let[t,n]=(0,_.useState)(()=>Date.now());return(0,_.useEffect)(()=>{let t=setInterval(()=>n(Date.now()),e);return()=>clearInterval(t)},[e]),t}function y(e,t){let n=new Map,r=(e,t,r)=>{let i=n.get(e)??{openCount:0,totalSeconds:0};i.totalSeconds+=t,r&&(i.openCount+=1),n.set(e,i)};for(let t of e)t.clientName&&r(t.clientName,t.secondsLogged,!0);for(let e of t)e.clientName&&r(e.clientName,e.secondsLogged,!1);let i=[...n.entries()].map(([e,t])=>({name:e,openCount:t.openCount,totalSeconds:t.totalSeconds}));return i.sort((e,t)=>t.openCount-e.openCount||e.name.localeCompare(t.name)),b(e,i),i}function b(e,t){let n=t.reduce((e,t)=>e+t.openCount,0),r=e.filter(e=>!e.clientName).length,i=n+r===e.length;return i||console.warn(`[tasks-clients] reconcile-mismatch assigned=${n} unassigned=${r} openTotal=${e.length}`),i}var x=`__unassigned__`;function S(e,t){return e===`__unassigned__`?`Unassigned`:t||e.slice(0,8)}function C(e){return e===null||e===``?x:e}function ee(e,t){let n=new Map,r=(e,t)=>{let r=C(e.assigneeUserId),i=n.get(r)??{name:null,openCount:0,totalCount:0};i.name===null&&e.assigneeName&&(i.name=e.assigneeName),i.totalCount+=1,t&&(i.openCount+=1),n.set(r,i)};for(let t of e)r(t,!0);for(let e of t)r(e,!1);let i=[...n.entries()].map(([e,t])=>({userId:e,label:S(e,t.name),openCount:t.openCount,totalCount:t.totalCount}));return i.sort((e,t)=>t.openCount-e.openCount||e.label.localeCompare(t.label)),i}function w(e,t){return t===null?!0:C(e.assigneeUserId)===t}var T=t();function E(e){let t=e.name??e.userId.slice(0,8);return e.kind===`owner`?`${t} (owner)`:t}var D=`maxy-admin-session-key`;function O(e){let t=[];return e.clientName&&t.push(e.clientName),e.propertyAddress&&t.push(e.propertyAddress),e.fee!=null&&t.push(`£${e.fee}`),t.join(` · `)}function k(e){if(!e)return``;let t=Date.parse(e);if(!Number.isFinite(t))return``;let n=new Date(t);return`${n.getUTCDate()} ${[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`][n.getUTCMonth()]} ${n.getUTCFullYear()}`}function A(e){return e.assigneeName?e.assigneeName:e.assigneeUserId?e.assigneeUserId.slice(0,8):`Unassigned`}function j(e,t){return[t,k(e.createdAt),A(e)].filter(Boolean).join(` · `)}function M(e,t){if(e.running&&e.runningStartedAt){let n=Date.parse(e.runningStartedAt);if(Number.isFinite(n))return e.secondsLogged+Math.max(0,(t-n)/1e3)}return e.secondsLogged}function N({clients:e,onSelect:t}){return(0,T.jsxs)(`section`,{className:`admin-card tasks-card`,children:[(0,T.jsxs)(`div`,{className:`tasks-card-head`,children:[(0,T.jsx)(`span`,{className:`tasks-card-title`,children:`Clients`}),(0,T.jsxs)(`span`,{className:`tasks-card-count`,children:[e.length,` total`]})]}),e.length===0&&(0,T.jsx)(`div`,{className:`tasks-empty`,children:`No clients yet.`}),e.map(e=>(0,T.jsx)(`button`,{className:`tasks-row tasks-client-row`,onClick:()=>t(e.name),children:(0,T.jsxs)(`div`,{className:`tasks-row-main`,children:[(0,T.jsx)(`div`,{className:`tasks-row-name`,children:e.name}),(0,T.jsxs)(`div`,{className:`tasks-row-sub`,children:[e.openCount,` open · `,m(e.totalSeconds),` logged`]})]})},e.name))]})}function P({task:e,roster:t,busy:n,onAssign:r,onClose:i}){return(0,_.useEffect)(()=>{let e=e=>{e.key===`Escape`&&i()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[i]),(0,T.jsx)(`div`,{className:`tasks-detail-backdrop`,onClick:i,children:(0,T.jsxs)(`div`,{className:`tasks-detail`,role:`dialog`,"aria-modal":`true`,"aria-label":`Task detail`,onClick:e=>e.stopPropagation(),children:[(0,T.jsxs)(`div`,{className:`tasks-detail-head`,children:[(0,T.jsx)(`h2`,{className:`tasks-detail-title`,children:e?e.name:`Task no longer available`}),(0,T.jsx)(`button`,{className:`tasks-detail-close`,"aria-label":`Close`,onClick:i,children:(0,T.jsx)(s,{size:16})})]}),e===null?(0,T.jsx)(`p`,{className:`tasks-detail-gone`,children:`This task is no longer in the list. It may have been completed, cancelled or removed. Close this and reload to see the current list.`}):(0,T.jsxs)(`dl`,{className:`tasks-detail-fields`,children:[(0,T.jsx)(`dt`,{children:`Status`}),(0,T.jsx)(`dd`,{children:e.status}),(0,T.jsx)(`dt`,{children:`Logged`}),(0,T.jsx)(`dd`,{children:m(e.secondsLogged)}),(0,T.jsx)(`dt`,{children:`Created`}),(0,T.jsx)(`dd`,{children:k(e.createdAt)||`Not recorded`}),(0,T.jsx)(`dt`,{children:`Assignee`}),(0,T.jsx)(`dd`,{children:e.taskId===null?A(e):(0,T.jsxs)(`select`,{className:`tasks-assign-select`,"aria-label":`Assignee`,disabled:n,value:e.assigneeUserId??``,onChange:t=>r(e.taskId,t.target.value===``?null:t.target.value),children:[(0,T.jsx)(`option`,{value:``,children:`Unassigned`}),e.assigneeUserId&&!t.some(t=>t.userId===e.assigneeUserId)&&(0,T.jsxs)(`option`,{value:e.assigneeUserId,children:[A(e),` (not in roster)`]}),t.map(e=>(0,T.jsx)(`option`,{value:e.userId,children:E(e)},e.userId))]})}),e.clientName&&(0,T.jsxs)(T.Fragment,{children:[(0,T.jsx)(`dt`,{children:`Client`}),(0,T.jsx)(`dd`,{children:e.clientName})]}),e.propertyAddress&&(0,T.jsxs)(T.Fragment,{children:[(0,T.jsx)(`dt`,{children:`Property`}),(0,T.jsx)(`dd`,{children:e.propertyAddress})]}),e.fee!=null&&(0,T.jsxs)(T.Fragment,{children:[(0,T.jsx)(`dt`,{children:`Fee`}),(0,T.jsxs)(`dd`,{children:[`£`,e.fee]})]})]})]})})}function F({adminFetch:e}){let[t,r]=(0,_.useState)({open:[],completed:[]}),[i,o]=(0,_.useState)(!1),[l,d]=(0,_.useState)(!1),f=(0,_.useRef)(!1),g=(0,_.useRef)(``),b=v(1e3),[x,S]=(0,_.useState)(`open`),[C,E]=(0,_.useState)(null),[D,k]=(0,_.useState)(null),[A,F]=(0,_.useState)(null),[I,L]=(0,_.useState)(``),[R,z]=(0,_.useState)(null),[B,V]=(0,_.useState)(null),H=(0,_.useMemo)(()=>{if(R!==null)return[...t.open,...t.completed].find(e=>e.rowKey===R)??null},[t,R]);(0,_.useEffect)(()=>{R!==null&&H===null&&console.error(`[tasks-ui] op=detail-failed rowKey=${R} reason=not-in-list`)},[R,H]);let U=(0,_.useMemo)(()=>y(t.open,t.completed),[t]),W=(0,_.useMemo)(()=>C===null?{open:t.open,completed:t.completed}:{open:t.open.filter(e=>e.clientName===C),completed:t.completed.filter(e=>e.clientName===C)},[t,C]),G=(0,_.useMemo)(()=>ee(W.open,W.completed),[W]),K=(0,_.useCallback)(e=>{E(e),S(`open`)},[]);(0,_.useEffect)(()=>{C&&!U.some(e=>e.name===C)&&E(null)},[U,C]),(0,_.useEffect)(()=>{D&&!G.some(e=>e.userId===D)&&k(null)},[G,D]),(0,_.useEffect)(()=>{V(null)},[x,C,D]);let q=t.open.filter(e=>e.running||(C===null||e.clientName===C)&&w(e,D)),J=(C?t.completed.filter(e=>e.clientName===C):t.completed).filter(e=>w(e,D)),[te,ne]=(0,_.useState)([]),Y=(0,_.useCallback)(async()=>{let t=await e(`/api/admin/tasks-list`);t.ok&&r(await t.json()),o(!0)},[e]);(0,_.useEffect)(()=>{Y()},[Y]),(0,_.useEffect)(()=>{(async()=>{let t=await e(`/api/admin/admin-users-list`);if(t.ok){let e=await t.json();e.ok&&Array.isArray(e.users)&&ne(e.users)}})()},[e]);let X=(0,_.useCallback)(async(t,n,r)=>{if(f.current)return!1;f.current=!0,d(!0);try{return await e(t,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({taskId:n,...r})}),await Y(),!0}finally{f.current=!1,d(!1)}},[e,Y]),re=(0,_.useCallback)(async e=>{await X(`/api/admin/task-complete`,e)&&console.log(`[tasks-ui] op=complete taskId=${e.slice(0,8)} confirmed=true`)},[X]),ie=(0,_.useCallback)((e,t)=>{let n=String(Math.round(e.secondsLogged/60));g.current=n,F(t),L(n)},[]),Z=(0,_.useCallback)(()=>{F(null),L(``)},[]),ae=(0,_.useCallback)(async e=>{let t=I.trim(),n=Number(t);if(!(t===``||!Number.isInteger(n)||n<0)){if(t===g.current){Z();return}F(null),L(``),await X(`/api/admin/task-time-adjust`,e,{newSeconds:n*60})}},[I,X,Z]),oe=(0,_.useCallback)(e=>{X(`/api/admin/task-time-adjust`,e,{newSeconds:0})},[X]),se=(0,_.useCallback)((e,t)=>{X(`/api/admin/task-assign`,e,{assigneeUserId:t})},[X]);if(!i)return(0,T.jsx)(n,{surface:`gate`});let Q=e=>e.taskId!==null&&A===e.taskId,$=(e,t)=>Q(e)?(0,T.jsxs)(`div`,{className:`tasks-edit`,children:[(0,T.jsx)(`input`,{className:`tasks-edit-input`,type:`number`,min:0,step:1,"aria-label":`Logged minutes`,value:I,onChange:e=>L(e.target.value)}),(0,T.jsx)(`span`,{className:`tasks-edit-unit`,children:`min`}),(0,T.jsxs)(`button`,{className:`admin-btn-cta tasks-btn-action`,disabled:l,onClick:()=>void ae(t),children:[(0,T.jsx)(c,{size:14}),` Save`]}),(0,T.jsxs)(`button`,{className:`tasks-btn-secondary tasks-btn-action`,onClick:Z,children:[(0,T.jsx)(s,{size:14}),` Cancel`]})]}):(0,T.jsxs)(T.Fragment,{children:[(0,T.jsx)(`button`,{className:`tasks-time-btn`,"aria-label":`Edit time`,disabled:l||e.running,title:e.running?`Stop the timer before editing time`:void 0,onClick:()=>ie(e,t),children:(0,T.jsx)(a,{size:14})}),(0,T.jsx)(`button`,{className:`tasks-time-btn`,"aria-label":`Reset time`,disabled:l||e.running,title:e.running?`Stop the timer before resetting time`:void 0,onClick:()=>oe(t),children:(0,T.jsx)(h,{size:14})})]});return(0,T.jsxs)(`div`,{className:`tasks-body`,children:[R!==null&&(0,T.jsx)(P,{task:H??null,roster:te,busy:l,onAssign:se,onClose:()=>z(null)}),(0,T.jsxs)(`div`,{className:`tasks-tabs`,children:[(0,T.jsxs)(`button`,{className:`admin-chip ${x===`open`?`is-active`:``}`,onClick:()=>S(`open`),children:[`Open `,(0,T.jsx)(`span`,{className:`tasks-tab-badge`,children:t.open.length})]}),(0,T.jsxs)(`button`,{className:`admin-chip ${x===`completed`?`is-active`:``}`,onClick:()=>S(`completed`),children:[`Completed `,(0,T.jsx)(`span`,{className:`tasks-tab-badge`,children:t.completed.length})]}),(0,T.jsxs)(`button`,{className:`admin-chip ${x===`clients`?`is-active`:``}`,onClick:()=>S(`clients`),children:[`Clients `,(0,T.jsx)(`span`,{className:`tasks-tab-badge`,children:U.length})]})]}),x===`clients`?(0,T.jsx)(N,{clients:U,onSelect:K}):(0,T.jsxs)(T.Fragment,{children:[C&&(0,T.jsxs)(`div`,{className:`tasks-filter-banner`,children:[(0,T.jsxs)(`span`,{children:[`Showing `,C]}),(0,T.jsx)(`button`,{className:`tasks-filter-clear`,onClick:()=>E(null),children:`Clear`})]}),G.length>0&&(0,T.jsxs)(`div`,{className:`tasks-assignee-bar`,children:[(0,T.jsxs)(`button`,{className:`admin-chip ${D===null?`is-active`:``}`,"aria-pressed":D===null,onClick:()=>k(null),children:[`All `,(0,T.jsx)(`span`,{className:`tasks-assignee-count`,children:W.open.length})]}),G.map(e=>(0,T.jsxs)(`button`,{className:`admin-chip ${D===e.userId?`is-active`:``}`,"aria-pressed":D===e.userId,"aria-label":`Assignee ${e.label}`,title:e.userId===`__unassigned__`?`Tasks with no assigned admin`:`AdminUser ${e.userId}`,onClick:()=>k(D===e.userId?null:e.userId),children:[e.label,` `,(0,T.jsx)(`span`,{className:`tasks-assignee-count`,children:e.openCount})]},e.userId))]}),x===`open`?(0,T.jsxs)(`section`,{className:`admin-card tasks-card`,children:[(0,T.jsxs)(`div`,{className:`tasks-card-head`,children:[(0,T.jsx)(`span`,{className:`tasks-card-title`,children:`Open tasks`}),(0,T.jsxs)(`span`,{className:`tasks-card-count`,children:[q.length,` to do`]})]}),q.length===0&&(0,T.jsx)(`div`,{className:`tasks-empty`,children:`No open tasks.`}),q.map(e=>(0,T.jsxs)(`div`,{className:`tasks-row`,children:[(0,T.jsx)(`button`,{className:`tasks-row-open`,"aria-label":`Open task detail: ${e.name}`,onClick:()=>z(e.rowKey),children:(0,T.jsxs)(`div`,{className:`tasks-row-main`,children:[(0,T.jsx)(`div`,{className:`tasks-row-name`,children:e.name}),(0,T.jsx)(`div`,{className:`tasks-row-sub`,children:j(e,O(e))})]})}),(0,T.jsx)(`div`,{className:`tasks-row-elapsed ${e.running?`tasks-row-elapsed-running`:``}`,children:m(M(e,b))}),(0,T.jsx)(`div`,{className:`tasks-row-controls ${e.taskId!==null&&B===e.taskId?`is-confirming`:``}`,children:e.taskId!==null&&B===e.taskId?(0,T.jsxs)(T.Fragment,{children:[(0,T.jsx)(`span`,{className:`tasks-confirm-label`,children:`Complete?`}),(0,T.jsxs)(`button`,{className:`admin-btn-cta tasks-btn-action`,disabled:l,onClick:()=>{V(null),re(e.taskId)},children:[(0,T.jsx)(c,{size:14}),` Confirm complete`]}),(0,T.jsxs)(`button`,{className:`tasks-btn-secondary tasks-btn-action`,onClick:()=>V(null),children:[(0,T.jsx)(s,{size:14}),` Keep open`]})]}):e.taskId===null?(0,T.jsx)(`span`,{className:`tasks-row-broken`,title:`This task has no id, so it cannot be started, edited or completed. Repair it by running platform/scripts/backfill-task-ids.sh on this install.`,children:`Needs repair`}):(0,T.jsxs)(T.Fragment,{children:[$(e,e.taskId),Q(e)?null:(0,T.jsxs)(`button`,{className:`tasks-btn-secondary tasks-btn-action`,"aria-label":`Complete task: ${e.name}`,disabled:l||e.running,title:e.running?`Stop the timer before completing`:void 0,onClick:()=>V(e.taskId),children:[(0,T.jsx)(c,{size:14}),` Complete`]}),Q(e)?null:e.running?(0,T.jsxs)(`button`,{className:`admin-btn-danger tasks-btn-action`,disabled:l,onClick:()=>void X(`/api/admin/task-timer-stop`,e.taskId),children:[(0,T.jsx)(u,{size:14}),` Stop`]}):(0,T.jsxs)(`button`,{className:`admin-btn-cta tasks-btn-action`,disabled:l,onClick:()=>void X(`/api/admin/task-timer-start`,e.taskId),children:[(0,T.jsx)(p,{size:14}),` Start`]})]})})]},e.rowKey))]}):(0,T.jsxs)(`section`,{className:`admin-card tasks-card`,children:[(0,T.jsxs)(`div`,{className:`tasks-card-head`,children:[(0,T.jsx)(`span`,{className:`tasks-card-title`,children:`Completed`}),(0,T.jsxs)(`span`,{className:`tasks-card-count`,children:[J.length,` done`]})]}),J.length===0&&(0,T.jsx)(`div`,{className:`tasks-empty`,children:`Nothing completed yet.`}),J.map(e=>(0,T.jsxs)(`div`,{className:`tasks-row tasks-row-done`,children:[(0,T.jsx)(`button`,{className:`tasks-row-open`,"aria-label":`Open task detail: ${e.name}`,onClick:()=>z(e.rowKey),children:(0,T.jsxs)(`div`,{className:`tasks-row-main`,children:[(0,T.jsx)(`div`,{className:`tasks-row-name`,children:e.name}),(0,T.jsx)(`div`,{className:`tasks-row-sub`,children:j(e,O(e))})]})}),(0,T.jsx)(`div`,{className:`tasks-row-elapsed`,children:m(e.secondsLogged)}),(0,T.jsx)(`div`,{className:`tasks-row-controls`,children:e.taskId===null?(0,T.jsx)(`span`,{className:`tasks-row-broken`,title:`This task has no id, so its logged time cannot be edited. Repair it by running platform/scripts/backfill-task-ids.sh on this install.`,children:`Needs repair`}):$(e,e.taskId)})]},e.rowKey))]})]})]})}function I({cacheKey:e}){let{adminFetch:t}=i({initialCacheKey:e,surface:`tasks`});return(0,T.jsx)(F,{adminFetch:t})}function L(){let[e,t]=(0,_.useState)(null),[r,i]=(0,_.useState)(!1),[a,o]=(0,_.useState)(void 0),[s,c]=(0,_.useState)(null),[u,p]=(0,_.useState)(null),[m,h]=(0,_.useState)(null),[g,v]=(0,_.useState)(null);(0,_.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem(D)}catch{}if(!n){t(null),i(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(async r=>{if(!e){if(r.status===401){try{sessionStorage.removeItem(D)}catch{}window.location.href=`/`;return}if(r.ok)try{let e=await r.json();typeof e.businessName==`string`&&o(e.businessName),e.sessionId!==void 0&&c(e.sessionId??null),p(e.role??null),h(e.userName===void 0?null:e.userName),v(e.avatar??null)}catch{}t(n),i(!0)}}).catch(()=>{e||(t(n),i(!0))}),()=>{e=!0}},[]);let y=(0,_.useCallback)(()=>{try{sessionStorage.removeItem(D)}catch{}window.location.href=`/`},[]),[b,x]=(0,_.useState)(!1),S=(0,_.useCallback)(async()=>{x(!0);try{let e=await d();if(e){try{sessionStorage.removeItem(D)}catch{}window.location.href=`/`}return e}finally{x(!1)}},[]);return r?e?(0,T.jsx)(l,{cacheKey:e,surface:`tasks`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=tasks`);try{sessionStorage.removeItem(D)}catch{}window.location.href=`/`},children:(0,T.jsx)(f,{cacheKey:e,businessName:a,sessionId:s,onLogout:y,onDisconnect:S,disconnecting:b,userName:m,userAvatar:g,role:u,children:(0,T.jsx)(I,{cacheKey:e})})}):(0,T.jsx)(`div`,{className:`tasks-page`,children:(0,T.jsxs)(`div`,{className:`tasks-empty`,children:[(0,T.jsx)(`p`,{children:`You are not signed in.`}),(0,T.jsxs)(`p`,{children:[`Open the `,(0,T.jsx)(`a`,{href:`/`,className:`tasks-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,T.jsx)(n,{surface:`gate`})}(0,g.createRoot)(document.getElementById(`root`)).render((0,T.jsx)(L,{}));